:root {
  --royal-blue: #2b6ff5;
  --white: white;
  --black: black;
  --deep-sky-blue: #4fafcc;
  --royal-blue-2: #0056ff;
}

body {
  color: #212127;
  padding-top: 100px;
  padding-bottom: 600px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  color: #0056ff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

p {
  color: #919197;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 26px;
}

blockquote {
  color: #212127;
  text-align: center;
  background-color: #fff;
  border-left: 5px #e2e2e2;
  border-radius: 30px;
  margin-bottom: 10px;
  padding: 50px 110px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  box-shadow: 0 10px 70px -10px #0000000d;
}

figure {
  width: 80%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banner {
  background-color: #313137;
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 900px;
  position: relative;
}

.banner.sub {
  background-image: url('../images/line.png'), linear-gradient(45deg, #4fafcc, #0056ff);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  height: 350px;
}

.banner.sub.no-background-color {
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.banner.blog-page {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 800px;
}

.banner.no-line {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 700px;
}

.banner.two {
  background-image: url('../images/line.png'), linear-gradient(225deg, #0056ff, #4fafcc);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  background-attachment: scroll, scroll;
  overflow: hidden;
}

.banner.video {
  background-color: #0000;
}

.content-wrapper {
  z-index: 10;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.content-wrapper.top {
  background-color: #fff;
}

.navigation {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 20px 50px -20px #0000004d;
}

.container {
  color: #255c03;
  flex: 1;
  max-width: 1170px;
}

.container.top {
  z-index: 10;
  margin-top: -140px;
  position: relative;
}

.container.center {
  z-index: 1;
  position: relative;
  top: 45%;
  transform: translate(0, -50%);
}

.container.center.slider {
  z-index: 100;
  max-width: none;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #535e74;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  margin-right: 25px;
  padding: 22px 0 15px;
  font-size: 12px;
  font-weight: 600;
  transition: all .3s;
}

.nav-link:hover {
  color: #774a28;
}

.nav-link.w--current {
  color: #152139;
  border-bottom-color: #774a28;
}

.nav-link.no-margin {
  margin-right: 0;
}

.nav-link.drop {
  margin-right: 20px;
  padding-right: 20px;
}

.section {
  z-index: 30;
  background-color: #fff;
  padding: 120px 10px;
  position: relative;
}

.section.gray {
  background-color: #f3f3f7;
}

.section.gray.overflow.with-line.more-padding {
  padding-bottom: 180px;
}

.section.top-section {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 50px;
}

.section.overflow {
  overflow: hidden;
}

.section.gradient {
  background-image: linear-gradient(45deg, #4fafcc, #2b6ff5);
}

.section.gradient.overflow {
  background-image: linear-gradient(45deg, #a7c72a, #255c03);
}

.section.flex {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.section.with-line {
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section.less-space {
  padding-top: 70px;
  padding-bottom: 70px;
}

.top-wrapper {
  color: #fff;
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(45deg, #255c03, #a8c72b);
  border-radius: 30px;
  flex-flow: column wrap;
  place-content: stretch center;
  align-items: center;
  padding: 80px 20px;
  position: relative;
  box-shadow: 0 20px 100px #00000026;
}

.flex-row {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-margin {
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px;
  display: block;
}

.top-margin.less {
  margin-top: 20px;
}

.top-margin.big {
  margin-top: 120px;
}

.top-margin.medium {
  margin-top: 80px;
}

.small-services-wrapper {
  float: left;
  justify-content: center;
  align-items: center;
  width: 33.333%;
  padding: 20px;
  display: flex;
}

.services-top-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.services-top-text {
  color: #fff;
  text-transform: none;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 500;
}

.services-top-text.big {
  color: #fff;
  text-transform: none;
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 26px;
}

.big-image {
  border-radius: 30px;
  max-width: none;
  max-height: 100%;
  margin-left: 0;
}

.big-image.in-div {
  width: 1080px;
  height: 615px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px -20px #0003;
}

.content-wrapper-second {
  z-index: 1;
  background-color: #fff;
  padding-left: 120px;
  padding-right: 120px;
  position: relative;
}

.sub-second-text {
  color: #919197;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 28px;
}

.sub-second-text.white {
  color: #ffffffb3;
}

.sub-second-text.white.full {
  color: #fff;
}

.sub-second-text.testi {
  color: #bbbbc3;
}

.button {
  background-image: linear-gradient(45deg, #a8c72b, #255c03);
  border-radius: 3px;
  padding: 14px 24px;
  font-weight: 500;
  transition: all .3s;
  box-shadow: 0 10px 50px -12px #0000004d;
}

.button:hover {
  transform: translate(0, -5px);
  box-shadow: 0 10px 50px -12px #00000080;
}

.button.normal {
  box-shadow: none;
  color: #9b9b9b;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: none;
  border-bottom: 1px solid #c7c7c7;
  border-radius: 0;
  padding: 0 0 3px;
  font-size: 13px;
  display: inline-block;
}

.button.normal:hover {
  color: #774a28;
  border-bottom-color: #0056ff;
  transform: none;
}

.button.normal.white {
  color: #fff;
  border-bottom-color: #ffffff4a;
}

.button.submit {
  border-radius: 0 10px 10px 0;
  width: 30%;
  height: 60px;
}

.button.blue.full {
  text-align: center;
  width: 100%;
}

.button.blue {
  background-color: #0056ff;
  background-image: none;
}

.button.line {
  background-color: #0000;
  background-image: none;
  box-shadow: 0 10px 50px -12px #0000004d, inset 0 0 0 1px #ffffffb3;
}

.left-part {
  float: left;
  background-color: #2b6ff5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 650px;
  display: block;
  position: relative;
}

.left-part.smaller {
  color: #fff;
  background-color: #212127;
  background-image: linear-gradient(45deg, #a7c72a, #255c03);
  height: 500px;
  padding: 30px;
}

.left-part.smaller.round {
  height: 500px;
}

.left-part._1 {
  background-image: url('../images/Fotos--7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.left-part._2 {
  background-image: url('../images/Fotos--1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.left-part._3 {
  background-image: url('../images/Fotos--3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.number-features {
  color: #fff6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  position: absolute;
  top: 25px;
  left: 25px;
}

.features-center {
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.image-services {
  margin-bottom: 15px;
  margin-left: 10px;
}

.paragraph-gray {
  color: #fff9;
}

.paragraph-gray.in-footer {
  color: #fff;
}

.top-title {
  margin-bottom: 100px;
}

.top-title.half {
  margin-bottom: 50px;
}

.align-center {
  text-align: center;
}

.project-wrapper {
  z-index: 100;
  width: 90%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.align-right {
  text-align: right;
}

.align-right.left {
  text-align: left;
}

.project-content {
  z-index: 20;
  background-image: linear-gradient(to right, #ffffff1c 37%, #fff 68%, #fff);
  border-radius: 20px;
  padding: 50px 50px 50px 25px;
  position: relative;
  left: 100px;
}

.project-content.left {
  background-image: linear-gradient(270deg, #ffffff1c 37%, #fff 68%, #fff);
  padding-left: 50px;
  padding-right: 25px;
  left: -100px;
}

.project-title {
  color: #255c03;
  margin-top: 0;
  font-size: 30px;
  font-weight: 500;
}

.project-photo {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px -20px #0000004d;
}

.circle {
  border: 30px solid #0042c326;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  position: absolute;
  top: -50px;
  left: -50px;
}

.circle.second {
  border-width: 15px;
  border-color: #ffffff12;
  border-radius: 30%;
  width: 300px;
  height: 300px;
  transform: rotate(70deg);
}

.square {
  background-color: #b78a55;
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 50%;
  right: -50px;
  transform: translate(0, 50%);
}

.right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow.in-big-slide {
  width: 80px;
  height: 80px;
  margin: 650px auto auto 10px;
  left: 50%;
  transform: translate(-50%);
}

.right-arrow.in-big-slide._1 {
  margin-left: 35px;
}

.right-arrow.in-big-slide._2 {
  margin-left: -35px;
}

.arrow-down {
  margin-top: -3px;
}

.slide-nav {
  display: none;
}

.testi-slider {
  background-color: #0000;
  height: auto;
}

.testimonials-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.test-wrapper-photo {
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.testi-photo {
  z-index: 10;
  background-image: url('../images/team-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 230px;
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.testi-photo._2 {
  background-image: url('../images/team-7.jpg');
}

.testi-overlay-1 {
  background-color: #152139;
  border-radius: 100%;
  width: 240px;
  height: 240px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0 0 0 -22px;
}

.testi-overlay-1.second {
  background-color: #0000;
  border: 10px solid #2654ad82;
  width: 150px;
  height: 150px;
  inset: -29px 71px auto auto;
}

.testi-overlay-1.in-team {
  background-color: #fffc;
  width: 170px;
  height: 170px;
  inset: 30px auto auto -42px;
  box-shadow: 0 20px 50px #0000000d;
}

.testi-overlay-1.in-team.second._3 {
  border-color: #4fafcc61;
  width: 250px;
  height: 250px;
}

.testi-overlay-1.in-team._2 {
  width: 120px;
  height: 120px;
  inset: auto -42px 48px auto;
}

.testi-overlay-1.in-team._2.second {
  width: 100px;
  height: 100px;
}

.testi-overlay-1.in-team._2.in-top {
  top: -53px;
  bottom: auto;
  right: -42px;
}

.testi-overlay-1.in-team._2.bottom {
  bottom: -41px;
  right: 122px;
}

.testi-overlay-1.in-team.center {
  top: 111px;
}

.testi-overlay-1.in-team.frist {
  left: -132px;
}

.testi-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 300px;
  padding-right: 50px;
  display: flex;
}

.sub-testi-text {
  color: #b0b0b8;
  font-size: 14px;
}

.sub-testi-text.in-blog-post {
  color: #9d9da7;
  margin-bottom: 0;
}

.sub-testi-text.in-blog-post.white-post {
  color: #fff;
}

.heading {
  color: #3366ca;
  margin-bottom: 0;
}

.lightbox-link {
  float: left;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.lightbox-overlay {
  background-image: linear-gradient(225deg, #0056ffcc, #4fafcc99);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.zoom-icon {
  opacity: 1;
  justify-content: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.zoom-icon:hover {
  opacity: 1;
}

.team-wrapper {
  z-index: 20;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: block;
  position: relative;
  box-shadow: 0 20px 100px -20px #0000001a;
}

.team-wrapper.pricing {
  width: 95%;
  box-shadow: 0 20px 100px -20px #0003;
}

.relative-div {
  position: relative;
}

.team-photo {
  filter: grayscale();
  background-image: url('../images/team-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 20px 40px -10px #0000004d;
}

.team-photo._2 {
  background-image: url('../images/team-1.jpg');
}

.team-photo._3 {
  background-image: url('../images/team-4.jpg');
  background-position: 50% 0;
}

.team-photo._4 {
  background-image: url('../images/team-3.jpg');
  background-size: cover;
}

.team-title {
  color: #212127;
  margin-bottom: 5px;
}

.phone-number {
  color: #616167;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.social-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.social-wrapper.left {
  justify-content: flex-start;
}

.social-wrapper.in-navigation {
  margin-top: 0;
  margin-left: 5px;
  margin-right: 20px;
  position: relative;
}

.social-icon {
  opacity: .6;
  justify-content: flex-start;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: opacity .3s;
  display: flex;
}

.social-icon:hover {
  opacity: .9;
}

.social-icon.smaller-icon {
  justify-content: center;
  width: 25px;
  height: 25px;
  margin-right: 2px;
}

.newsletter-wrapper {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 20px 100px -20px #0000004d;
}

.newsletter-content {
  flex: 20%;
}

.newsletter-content.second {
  flex-basis: 80%;
}

.newsletter-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
}

.text-field {
  float: left;
  border: 1px solid #e1e1e1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 70%;
  height: 60px;
  margin-bottom: 0;
  padding-left: 15px;
}

.text-field.normal {
  float: none;
  border-style: none;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
  box-shadow: 0 10px 30px -10px #0000000d;
}

.text-field.normal.area {
  height: auto;
  padding-top: 20px;
  padding-bottom: 60px;
}

.form-block {
  margin-bottom: 0;
}

.heading-white {
  color: #fff;
}

.heading-white.biger {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 70px;
}

.map {
  filter: grayscale();
  width: 100%;
  height: 100%;
}

.column {
  z-index: 10;
}

.footer {
  background-color: #262631;
  align-items: center;
  height: 150px;
  margin-left: 120px;
  margin-right: 120px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-column-wrapper {
  width: 90%;
}

.footer-title {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff0d;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 13px;
}

.footer-title.dark {
  color: #727272;
  border-bottom-color: #e1e1e1;
  margin-bottom: 30px;
}

.link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.line-divider {
  background-color: #ffffff0d;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 25px;
}

.copyright {
  color: #dfdfdf;
  margin-bottom: 0;
  font-size: 14px;
}

.copyright-link {
  color: #bebebe;
  text-decoration: underline;
  display: inline-block;
}

.copyright-link.darker {
  color: #818181;
}

.preloader {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.div-block {
  float: right;
}

.success-message {
  color: #fff;
  background-color: #00da83ba;
}

.error-message {
  color: #9e0000;
  text-align: center;
}

.icon-2 {
  margin-top: 25.5px;
  margin-right: 5px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 14px 14px 50px -10px #0003;
}

.dropdown-link {
  color: #818187;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.dropdown-link:hover {
  background-color: #f7f7f7;
}

.dropdown-link.w--current {
  color: #fff;
  background-color: #0056ff;
}

.circle-price {
  background-color: #fff;
  border: 15px solid #e4effe;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.price-title {
  color: #2b6ff5;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 75px;
  font-weight: 400;
  line-height: 70px;
}

.from-text {
  color: #6aa7fa;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.pricing-top {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}

.blog-post-wrapper {
  flex-flow: row;
  place-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.blog-post-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  box-shadow: 7px 7px 30px -5px #0000001a;
}

.blog-post-photo.big-photo {
  z-index: 10;
  width: auto;
  height: auto;
  margin-right: 0;
  position: relative;
  box-shadow: 0 10px 50px -5px #0003;
}

.blog-post-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
}

.blog-post-title.dark {
  color: #212;
  font-size: 15px;
}

.blog-post-title.dark:hover {
  color: #0056ff;
}

.sidebar {
  padding-left: 20px;
}

.blog-wrapper {
  color: #212127;
  align-items: center;
  margin-bottom: 80px;
  padding-right: 50px;
  text-decoration: none;
  position: relative;
}

.blog-title {
  border-bottom: 1px solid #c7c7c7;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  transition: all .2s;
  display: inline-block;
}

.blog-title:hover {
  color: #0056ff;
  border-bottom-color: #0056ff;
}

.blog-title.white-title {
  color: #fff;
  border-bottom-color: #ffffff45;
}

.meta-tag {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.meta-tag.in-sidebar {
  margin-bottom: 10px;
  text-decoration: none;
  display: inline-block;
}

.meta-tag.in-big-banner {
  color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 7px 20px;
  display: inline-block;
}

.blog-content {
  padding-left: 40px;
}

.blog-content.in-page {
  margin-top: 15px;
  padding-left: 0;
}

.utility-page-wrap {
  background-color: #f3f3f7;
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 400px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-normal {
  padding-top: 0;
  padding-bottom: 0;
}

.protected-title {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 45px;
}

.protected-title._404 {
  margin-bottom: 15px;
}

.image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-page-overlay {
  background-color: #14223d99;
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.blog-page-content {
  padding-right: 50px;
}

.published {
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
}

.brand {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand.mobile {
  order: -1;
}

.brad-top {
  color: #b4b4b8;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 15px;
  position: relative;
  top: 6px;
}

.big-slider {
  background-color: #0000;
  height: 100%;
}

.slide {
  background-image: url('../images/line.png'), linear-gradient(#14223d99, #14223d99), url('../images/Header---And-Festas.png');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: contain, auto, cover;
}

.slide-2 {
  background-image: url('../images/line.png'), linear-gradient(#14223d99, #14223d99), url('../images/slide2.jpg');
  background-position: 50% 100%, 0 0, 50% 100%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: contain, auto, cover;
}

.heading-smaller {
  font-size: 38px;
  line-height: 40px;
}

.slider-wrapper {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.circle-banner {
  background-image: linear-gradient(45deg, #4fafcc, #2b6ff5);
  border-radius: 100%;
  width: 420px;
  height: 420px;
  position: absolute;
  bottom: -50px;
  left: -50px;
  box-shadow: 10px 0 60px -8px #0056ff4d;
}

.circle-banner.second {
  background-image: linear-gradient(225deg, #4fafcc, #2b6ff5);
  width: 500px;
  height: 500px;
  inset: -300px -50px auto auto;
}

.circle-banner.third {
  background-image: linear-gradient(183deg, #4fafcc, #2b6ff5);
  width: 370px;
  height: 370px;
  top: -200px;
  bottom: auto;
  left: 400px;
  box-shadow: 10px 0 60px -8px #0056ffb3;
}

.circle-banner.four {
  z-index: 1;
  background-image: linear-gradient(to top, #4fafcc, #2b6ff5);
  width: 280px;
  height: 280px;
  bottom: -6px;
  left: auto;
  right: 400px;
  box-shadow: 10px 0 60px -8px #0056ff80;
}

.circle-banner.five {
  z-index: 1;
  background-image: linear-gradient(135deg, #4fafcc, #2b6ff5);
  width: 60px;
  height: 60px;
  top: 100px;
  bottom: auto;
  left: 100px;
}

.circle-banner.six {
  background-image: linear-gradient(135deg, #4fafcc, #2b6ff5);
  width: 100px;
  height: 100px;
  bottom: 400px;
  left: auto;
  right: 150px;
  box-shadow: 10px 0 60px -8px #0056ff80;
}

.background-video {
  height: 100%;
}

.video-overlay {
  background-image: url('../images/line.png'), radial-gradient(circle closest-corner, #14223d, #14223db3);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.nav-menu {
  margin-top: 14px;
}

.image-full {
  width: 100%;
}

.buttons-wrapper {
  text-align: center;
  padding: 40px 20px;
}

.buttons-wrapper.dark-wrapper {
  background-color: #212127;
}

.paragraph-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rich-text-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-none {
  display: none;
}

.center {
  text-align: center;
}

.center.color {
  color: #919197;
  letter-spacing: 0;
}

.big {
  color: var(--royal-blue);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}

.logo-client {
  opacity: .7;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  transition: all .2s;
  display: flex;
}

.logo-client:hover {
  opacity: 1;
}

.logo-client-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: grayscale();
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.aller-logo {
  position: relative;
  top: 0;
}

.aller-logo.w--current {
  top: auto;
}

.nav-menu-2 {
  order: 1;
}

.image-2 {
  width: 80px;
  max-width: none;
  height: auto;
}

.column-4 {
  text-align: center;
}

.link-2 {
  color: #ffffffb3;
}

.image-3 {
  width: 70px;
  margin-bottom: 15px;
}

.column-5, .column-6 {
  text-align: center;
}

.columns {
  margin-top: 39px;
}

.body {
  padding-bottom: 150px;
}

.div-block-2 {
  float: none;
  clear: none;
  width: 70%;
}

.heading-2 {
  font-size: 27px;
  line-height: 39px;
}

.heading-3 {
  color: #255c03;
}

html.w-mod-js [data-ix="preloader"] {
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    padding-bottom: 0;
  }

  blockquote {
    padding: 30px 90px;
    font-size: 16px;
    line-height: 26px;
  }

  .banner.sub {
    height: 250px;
  }

  .banner.blog-page {
    height: 500px;
  }

  .banner.two, .banner.video {
    height: 700px;
  }

  .content-wrapper, .content-wrapper.top {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-link, .nav-link.drop {
    margin-right: 0;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.flex {
    flex-direction: column;
    display: flex;
  }

  .section.flex.reverse {
    flex-direction: column-reverse;
  }

  .flex-row {
    flex-direction: column;
  }

  .flex-row.not-flex {
    display: block;
  }

  .flex-row.horizontal {
    flex-direction: row;
  }

  .services-top-wrapper {
    width: 95%;
  }

  .big-image {
    max-height: auto;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .content-wrapper-second {
    padding-left: 0;
    padding-right: 0;
  }

  .left-part {
    width: 100%;
  }

  .align-right.left-mobile {
    text-align: left;
  }

  .project-content {
    margin-top: 20px;
    margin-bottom: 20px;
    left: 0;
  }

  .project-content.left {
    left: 0;
  }

  .circle, .square {
    display: none;
  }

  .testi-content {
    text-align: center;
    height: auto;
    padding-right: 0;
  }

  .team-wrapper {
    margin-bottom: 20px;
  }

  .team-wrapper.pricing {
    width: 70%;
  }

  .social-wrapper.in-navigation {
    justify-content: flex-start;
    margin-top: 15px;
    top: 0;
  }

  .newsletter-wrapper {
    display: block;
  }

  .newsletter-title {
    text-align: center;
    margin-bottom: 20px;
  }

  .heading-white {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-white.biger {
    font-size: 50px;
    line-height: 60px;
  }

  .footer {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 30px;
    position: relative;
  }

  .div-block {
    float: none;
  }

  .sidebar {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .blog-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .blog-content {
    margin-top: 40px;
    padding-left: 0;
  }

  .utility-page-wrap {
    height: 800px;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-page-content {
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .heading-smaller {
    font-size: 36px;
  }

  .slider-wrapper {
    width: 90%;
  }

  .circle-banner.four {
    right: -200px;
  }

  .nav-menu {
    background-color: #f1f1f7;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-button {
    color: #0056ff;
    border-radius: 10px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0056ff;
  }

  .column-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .collection-item {
    width: 100%;
  }

  .logo-client {
    flex: 0 25%;
  }

  .logo-client-wrapper-2 {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .aller-logo {
    top: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  blockquote {
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner.blog-page {
    height: 400px;
  }

  .banner.no-line {
    height: 600px;
  }

  .top-wrapper {
    padding: 40px 59px;
  }

  .small-services-wrapper {
    width: 100%;
  }

  .button.submit {
    border-radius: 10px;
    width: 100%;
  }

  .left-part {
    height: 500px;
  }

  .features-center {
    width: 80%;
  }

  .top-title {
    margin-bottom: 50px;
  }

  .right-arrow {
    display: none;
  }

  .team-wrapper.pricing {
    width: 90%;
  }

  .text-field {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 15px;
  }

  .heading-white.biger {
    font-size: 30px;
    line-height: 50px;
  }

  .footer-column-wrapper {
    margin-top: 30px;
  }

  .copyright-link.darker {
    margin-top: 10px;
  }

  .blog-content {
    margin-top: 20px;
  }

  .container-mobile {
    width: 500px;
    max-width: 400px;
  }

  .paragraph-wrapper, .rich-text-wrapper, .figure {
    width: 100%;
  }

  .logo-client {
    flex-basis: 33.3333%;
  }

  .logo-client-wrapper-2 {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner.sub {
    height: 150px;
  }

  .banner.blog-page {
    height: 300px;
  }

  .banner.two, .banner.video {
    height: 600px;
  }

  .top-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .flex-row.reverse {
    flex-direction: column-reverse;
  }

  .small-services-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .services-top-wrapper {
    width: 100%;
  }

  .big-image.in-div {
    height: 300px;
  }

  .sub-second-text.white.full {
    font-size: 15px;
  }

  .left-part.smaller.round {
    height: 500px;
  }

  .left-part._1, .left-part._2, .left-part._3 {
    height: 300px;
  }

  .features-center {
    width: 95%;
  }

  .project-wrapper {
    margin-bottom: 50px;
  }

  .project-content {
    padding: 20px 15px;
  }

  .project-content.left {
    padding-left: 25px;
    padding-right: 15px;
  }

  .project-title {
    font-size: 20px;
    line-height: 30px;
  }

  .team-wrapper.pricing {
    width: 100%;
  }

  .newsletter-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-white {
    font-size: 29px;
    line-height: 30px;
  }

  .heading-white.biger {
    font-size: 25px;
    line-height: 40px;
  }

  .footer {
    padding-top: 30px;
  }

  .sidebar, .blog-wrapper {
    width: 100%;
  }

  .blog-title {
    font-size: 19px;
    line-height: 26px;
  }

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .protected-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .blog-page-content, .brand.mobile {
    width: 100%;
  }

  .heading-smaller {
    font-size: 24px;
    line-height: 30px;
  }

  .circle-banner.four {
    right: -178px;
  }

  .circle-banner.five {
    left: -26px;
  }

  .circle-banner.six {
    bottom: 553px;
  }

  .menu-button {
    margin-top: 10px;
  }

  .container-mobile {
    width: 300px;
    max-width: 350px;
  }

  .logo-client {
    padding-left: 10px;
    padding-right: 10px;
  }

  .body {
    padding-bottom: 0;
  }

  .icon-3 {
    color: #b78a55;
  }

  .column-7, .column-8, .column-9, .column-10, .column-11, .column-12 {
    padding-left: 0;
    padding-right: 0;
  }
}


