.form_section {
  background-color: #1257fd;
  color: #FFFFFF;
  padding: 132px 0 142px;
}

.form_section .container {
  max-width: 1440px;
  padding-left: 50px;
  padding-right: 100px;
}

.form_section .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form_section .left_side .description {
  max-width: 540px;
  margin-top: 26px;
  font-weight: 600;
}

.form_section .right_side {
  width: 558px;
  margin-top: 106px;
}

.form_section input[type="text"],
.form_section input[type="email"] {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #ffffff;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 44px;
  padding-left: 8px;
  padding-bottom: 11px;
}

.form_section input[type="text"]:focus::-webkit-input-placeholder,
.form_section input[type="email"]:focus::-webkit-input-placeholder {
  opacity: 0;
  color: #FFFFFF;
}

.form_section input[type="text"]:focus::-moz-placeholder,
.form_section input[type="email"]:focus::-moz-placeholder {
  opacity: 0;
  color: #FFFFFF;
}

.form_section input[type="text"]:focus:-moz-placeholder,
.form_section input[type="email"]:focus:-moz-placeholder {
  opacity: 0;
  color: #FFFFFF;
}

.form_section input[type="text"]:focus:-ms-input-placeholder,
.form_section input[type="email"]:focus:-ms-input-placeholder {
  opacity: 0;
  color: #FFFFFF;
}

.form_section input[type="text"]::-webkit-input-placeholder,
.form_section input[type="email"]::-webkit-input-placeholder {
  opacity: 1;
  color: #FFFFFF;
}

.form_section input[type="text"]::-moz-placeholder,
.form_section input[type="email"]::-moz-placeholder {
  opacity: 1;
  color: #FFFFFF;
}

.form_section input[type="text"]:-moz-placeholder,
.form_section input[type="email"]:-moz-placeholder {
  opacity: 1;
  color: #FFFFFF;
}

.form_section input[type="text"]:-ms-input-placeholder,
.form_section input[type="email"]:-ms-input-placeholder {
  opacity: 1;
  color: #FFFFFF;
}

.form_section input[type="submit"] {
  background-color: transparent;
  border: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  cursor: pointer;
}

.form_section form p {
  margin: 0;
}

.form_section .selectboxit-container {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
  margin-bottom: 44px;
}

.form_section .selectboxit-container * {
  outline: none;
}

.form_section .selectboxit-container .selectboxit {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  height: 40px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
  border: 0;
  border-bottom: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 165%;
}

.form_section .selectboxit-container .selectboxit::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 15px;
  height: 15px;
  border: 2px solid #FFFFFF;
  top: calc(50% - 12px);
  right: 17px;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form_section .selectboxit-container span {
  padding-left: 8px;
  height: 40px;
  line-height: 38px;
  text-indent: 9px;
  display: block;
}

.form_section .selectboxit-container .selectboxit-option-icon-container {
  display: none;
}

.form_section .selectboxit-container .selectboxit-options {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  top: calc(100% - 2px);
  border-top: 2px solid #FFFFFF;
  max-height: 250px;
  overflow-y: auto;
  border-radius: 0;
  background: linear-gradient(356.05deg, rgba(10, 33, 64, 0.75) 3.46%, #09202E 50.28%);
}

.form_section .selectboxit-container .selectboxit-option {
  padding: 11px 14px;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.form_section .selectboxit-container .selectboxit-text {
  text-indent: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  position: relative;
  z-index: 1;
  width: 100%;
}

.form_section .wpcf7-not-valid-tip {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 165%;
  color: #09202E;
  position: absolute;
  background-color: #1257fd;
  top: 0;
  left: 8px;
  z-index: 9;
  pointer-events: none;
}

.form_section .selectboxit-container + .wpcf7-not-valid-tip {
  z-index: 10;
}

.form_section .wpcf7-form-control-wrap {
  position: relative;
}

.form_section .wpcf7-response-output {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  margin-top: 30px !important;
}

.form_section.blue_bg {
  background-color: #1257FD;
}

.form_section.blue_bg .wpcf7-not-valid-tip {
  background-color: #09202E;
  color: #1257fd;
}

.form_section.blue_bg .selectboxit-container .wpcf7-not-valid-tip,
.form_section.blue_bg .selectboxit-container .selectboxit-option {
  background-color: #09202E;
}

@media screen and (max-width: 1024px) {
  .form_section {
    padding: 115px 0 93px;
  }
  .form_section .container {
    padding-left: 25px;
    padding-right: 47px;
  }
  .form_section .left_side .description {
    max-width: 427px;
    margin-top: 31px;
    font-weight: 600;
  }
  .form_section .right_side {
    width: 447px;
    margin-left: 20px;
    margin-top: 81px;
  }
}

@media screen and (max-width: 767px) {
  .form_section {
    padding: 40px 0 92px;
  }
  .form_section .container {
    padding-right: 25px;
  }
  .form_section .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form_section .left_side .description {
    max-width: 100%;
    margin-top: 6px;
  }
  .form_section .right_side {
    width: 100%;
    margin-top: 65px;
    margin-left: 0;
  }
}

.content_builder_section {
  color: #09202E;
  padding: 100px 0 50px;
}

.content_builder_section .container {
  padding: 0 50px;
}

.content_builder_section .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content_builder_section .right_content_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 72px;
}

.content_builder_section .heading_cb {
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  padding-left: 25px;
  position: relative;
  margin-bottom: 32px;
}

.content_builder_section .heading_cb::after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  background-color: #1257fd;
  height: calc(100% - 18px);
  width: 1px;
}

.content_builder_section .text_cb {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  max-width: 845px;
  padding-left: 25px;
}

.content_builder_section .orange_heading {
  font-weight: 600;
  font-size: 37px;
  line-height: 49px;
  color: #1257fd;
  margin-bottom: 7px;
}

.content_builder_section .r_items_desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  max-width: 274px;
}

.content_builder_section .r_items {
  margin-bottom: 33px;
}

@media screen and (max-width: 1024px) {
  .content_builder_section {
    padding: 100px 0 30px;
  }
  .content_builder_section .container {
    padding: 0 25px;
  }
  .content_builder_section .right_content_side {
    margin-left: 108px;
    margin-top: 12px;
  }
  .content_builder_section .heading_cb {
    margin-bottom: 21px;
    font-size: 21px;
    line-height: 33px;
    max-width: 533px;
  }
  .content_builder_section .heading_cb br {
    display: none;
  }
  .content_builder_section .text_cb {
    max-width: 533px;
  }
  .content_builder_section .orange_heading {
    margin-bottom: 0px;
    font-size: 19px;
    line-height: 31px;
  }
  .content_builder_section .r_items {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .content_builder_section {
    padding: 41px 0 16px;
  }
  .content_builder_section .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .content_builder_section .right_content_side {
    margin-left: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0px;
    margin-right: -77px;
  }
  .content_builder_section .heading_cb {
    padding-left: 15px;
    margin-bottom: 44px;
  }
  .content_builder_section .text_cb {
    max-width: 100%;
    padding-left: 0px;
  }
  .content_builder_section .r_items_desc {
    max-width: 100%;
  }
  .content_builder_section .r_items {
    margin-bottom: 35px;
    margin-right: 77px;
  }
}

.section_with_numbers {
  padding: 30px 0 65px;
}

.section_with_numbers .container {
  padding: 0 50px;
}

.section_with_numbers .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section_with_numbers .number_swn {
  font-weight: 600;
  font-size: 89px;
  line-height: 102px;
}

.section_with_numbers .value_swn {
  font-weight: 600;
  font-size: 50px;
  line-height: 62px;
  margin-left: 4px;
  margin-bottom: 4px;
}

.section_with_numbers .description_swn {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #09202E;
}

.section_with_numbers .orange_texts {
  color: #1257fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.section_with_numbers .one_elem {
  padding-left: 24px;
  position: relative;
  width: 33.33%;
}

.section_with_numbers .one_elem:last-child() {
  margin-right: 0;
}

.section_with_numbers .one_elem::after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  background-color: #1257fd;
  height: calc(100% - 18px);
  width: 1px;
}

@media screen and (max-width: 1024px) {
  .section_with_numbers {
    padding: 30px 0 41px;
  }
  .section_with_numbers .container {
    padding: 0 25px;
  }
  .section_with_numbers .number_swn {
    font-size: 37px;
    line-height: 49px;
  }
  .section_with_numbers .value_swn {
    font-size: 21px;
    line-height: 33px;
  }
}

@media screen and (max-width: 767px) {
  .section_with_numbers {
    padding: 16px 0 0;
  }
  .section_with_numbers .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section_with_numbers .number_swn {
    font-size: 50px;
    line-height: 62px;
  }
  .section_with_numbers .value_swn {
    font-size: 28px;
    line-height: 40px;
  }
  .section_with_numbers .one_elem {
    padding-left: 15px;
    width: 100%;
    margin-bottom: 33px;
  }
}

.gallery_section {
  color: #09202E;
  padding: 65px 0;
}

.gallery_section .container {
  padding: 0 50px;
}

.gallery_section .gallery_heading {
  font-weight: 600;
  font-size: 50px;
  line-height: 62px;
  margin-bottom: 5px;
}

.gallery_section .gallery_description {
  font-weight: 400;
  font-size: 14px; /* 15082024 orig was 16px - change requested by Fletcher ROSS */
  line-height: 28px;
  margin-bottom: 42px;
}

.gallery_section .gallery_wrap {
  width: 100%;
  height: 670px;
  position: relative;
}

.gallery_section .gallery_wrap .images_wrap,
.gallery_section .gallery_wrap .slick-list,
.gallery_section .gallery_wrap .slick-track {
  width: 100%;
  height: 100%;
}

.gallery_section .gallery_wrap .images_wrap img,
.gallery_section .gallery_wrap .slick-list img,
.gallery_section .gallery_wrap .slick-track img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery_section .gallery_wrap .arrows_wrap {
  position: absolute;
}

.gallery_section .slick-dots {
  position: absolute;
  bottom: 26px;
  left: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.gallery_section .slick-dots li {
  height: 8px;
}

.gallery_section .slick-dots li button {
  margin: 0 9px;
  color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  background-color: transparent;
  width: 8px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  height: 8px;
}

.gallery_section .slick-dots li.slick-active button {
  width: 16px;
  background: #1257fd;
  border-color: #1257fd;
}

.gallery_section .arrows_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: calc(50% - 20px);
  padding: 0 26px;
}

.gallery_section .arrows_wrap div {
  cursor: pointer;
}

.gallery_section.gallery_big .container {
  padding: 0;
}

.gallery_section.gallery_big .gallery_wrap {
  height: 770px;
}

@media screen and (max-width: 1024px) {
  .gallery_section.gallery_big .gallery_wrap {
    height: 512px;
  }
}

@media screen and (max-width: 767px) {
  .gallery_section.gallery_big .gallery_wrap {
    height: 275px;
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .gallery_section {
    padding: 42px 0 40px;
  }
  .gallery_section .container {
    padding: 0 25px;
  }
  .gallery_section .gallery_heading {
    font-size: 37px;
    line-height: 49px;
  }
  .gallery_section .gallery_wrap {
    height: 487px;
  }
  .gallery_section .arrows_wrap {
    padding: 0 27px;
  }
  .gallery_section .arrows_wrap div svg {
    width: 30px;
    height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .gallery_section {
    padding: 31px 0 35px;
  }
  .gallery_section .gallery_heading {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 40px;
  }
  .gallery_section .gallery_description {
    margin-bottom: 17px;
  }
  .gallery_section .gallery_wrap {
    width: calc(100% + 50px);
    margin-left: -25px;
    height: 275px;
  }
  .gallery_section .slick-dots {
    bottom: 15px;
  }
  .gallery_section .arrows_wrap {
    padding: 0 15px;
  }
  .gallery_section .arrows_wrap div svg {
    width: 44px;
    height: 32px;
  }
}
/*# sourceMappingURL=builder.css.map */