/*Variable*/
/*Mixin*/
/*@include flex;*/
body {
  font-family: "DM Sans", sans-serif;
  color: #000;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.container {
  padding: 0 25px;
  max-width: 1230px;
  margin: 0 auto;
}

a {
  color: #000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0 0 20px;
}

p:last-child {
  margin-bottom: 0;
}

h1 {
  padding: 0;
  margin: 0;
  color: #298162;
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 82px;
}

h2 {
  padding: 0;
  margin: 0;
  color: #298162;
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 82px;
}

h3 {
  margin: 0;
  padding: 0;
  color: #298162;
  font-family: "DM Sans", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

h4 {
  margin: 0;
  padding: 0;
  color: #298162;
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

h5 {
  margin: 0;
  padding: 0;
  color: #131212;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
}

.btn {
  color: #000;
  background-color: #298162;
  color: #F4F7FF;
  padding: 0 55px 0 24px;
  font-size: 16px;
  line-height: 56px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: ease-in-out all 0.2s;
  transition: ease-in-out all 0.2s;
  display: inline-block;
  position: relative;
  text-align: center;
}
.btn:hover {
  background-color: #0a5037;
  color: #F4F7FF;
}
.btn::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/arrow-right-circle.svg) no-repeat 0 0;
}

/*-------------------*/
.desktop {
  display: block !important;
}

.mobile {
  display: none !important;
}

/*Responsive
==========================*/
@media only screen and (max-width: 1279px) {
  h1, h2 {
    font-size: 54px;
    line-height: normal;
  }
  h3 {
    font-size: 38px;
    line-height: normal;
  }
}
@media only screen and (max-width: 979px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  h1, h2 {
    font-size: 40px;
    line-height: normal;
  }
  h3 {
    font-size: 26px;
    line-height: normal;
  }
}
.header {
  z-index: 998;
  top: -10px;
  background: #F3E6CF;
  padding: 8px 0;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
}
.header.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: ease-in-out 0.25s top;
  transition: ease-in-out 0.25s top;
}
.header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo img {
  display: inline-block;
  max-width: 166px;
  margin: 0 auto;
}
.header .main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .main-menu ul li {
  margin: 0 16px;
}
.header .main-menu ul li a {
  color: #131212;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.slide-menu {
  display: none;
}

/*Responsive
===============================*/
@media only screen and (max-width: 1023px) {
  .header .main-menu,
  .header .header-right {
    display: none;
  }
  .header .logo img {
    max-width: 126px;
  }
  /*Burger Menu*/
  .mobile-burger-menu {
    cursor: pointer;
    display: block;
    width: 22px;
    z-index: 9999;
    position: absolute;
    left: inherit;
    right: 30px;
    top: 24px;
  }
  .mobile-burger-menu span {
    background: #298162;
    display: block;
    border-radius: 5px;
    height: 2px;
    right: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
  }
  .mobile-burger-menu span:nth-child(2) {
    background: #298162;
    display: block;
    border-radius: 5px;
    height: 2px;
    width: 100%;
    right: 0;
    position: absolute;
    top: 9px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .mobile-burger-menu span:nth-child(3) {
    background: #298162;
    display: block;
    border-radius: 5px;
    height: 2px;
    width: 100%;
    right: 0;
    position: absolute;
    top: 18px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .mobile-burger-menu.selected span:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0px;
  }
  .mobile-burger-menu.selected span:nth-child(2) {
    display: none;
  }
  .mobile-burger-menu.selected span:nth-child(3) {
    top: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: 0px;
  }
  .slide-menu {
    background: #F3E6CF;
    position: fixed;
    top: 0;
    left: -100%;
    height: calc(100vh - 0px);
    width: 100%;
    max-width: 100%;
    overflow: auto;
    -webkit-transition: ease-in-out 0.3s left;
    transition: ease-in-out 0.3s left;
    z-index: 9999;
    padding: 0px 25px;
    display: block;
  }
  .slide-menu.open {
    left: 0px;
  }
  .slide-menu .menu-logo img {
    max-width: 160px;
    margin: 0 auto;
  }
  .slide-menu .btn {
    margin-top: auto;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
  }
  .slide-menu .nav-close {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .slide-menu .menu-logo {
    padding: 30px 0;
  }
  .slide-menu .main-menu {
    position: relative;
    padding-bottom: 30px;
  }
  .slide-menu .main-menu ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .slide-menu .main-menu ul li {
    padding: 7px 0;
    display: block;
  }
  .slide-menu .main-menu ul li a {
    padding: 0;
    color: #298162;
    position: relative;
  }
}
.footer-section {
  padding: 107px 0 57px;
  background: #12353b;
  position: relative;
}
.footer-section .container {
  position: relative;
  z-index: 2;
}
.footer-section .container .contact-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-section .container .contact-section .contact-left {
  width: 50%;
  color: #fff;
  padding-right: 118px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.footer-section .container .contact-section .contact-left h2 {
  color: #fff;
}
.footer-section .container .contact-section .contact-right {
  width: 50%;
}
.footer-section .container .copyright {
  width: 50%;
  margin-left: auto;
  text-align: center;
  color: #298162;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
}
.footer-section .container .copyright a {
  color: #298162;
  text-decoration: underline;
  -webkit-transition: ease-in-out 0.25s color;
  transition: ease-in-out 0.25s color;
}
.footer-section .container .copyright a:hover {
  color: #fff;
}
.footer-section .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/rectangle_mask.png) no-repeat 0 0;
  background-size: cover;
  z-index: 1;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  border: 0 !important;
  border-radius: 6px;
  color: #000;
  line-height: 56px;
  height: 56px !important;
  padding: 0 15px !important;
  background-color: #FEF8EF;
}

.gform-theme--foundation .gfield textarea.large {
  min-block-size: 13rem !important;
  line-height: 46px;
}

.gform_fields {
  row-gap: 16px !important;
}

input[type=reset], input[type=submit], .gform_button button {
  width: 100% !important;
  background-color: #38AD84 !important;
  color: #fff !important;
  font-size: 16px !important;
  background-image: url(../images/arrow-long.svg);
  background-repeat: no-repeat;
  background-position: calc(50% + 74px) center;
  border-radius: 0 !important;
}

/**/
.hero-section {
  position: relative;
  padding: 88px 0 0px;
}
.hero-section .hero-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.hero-section .hero-row .hero-image {
  width: 50%;
  padding-left: 23px;
}
.hero-section .hero-row .hero-content {
  width: 50%;
  padding-top: 50px;
  font-size: 16px;
}
.hero-section .hero-row .hero-content h5 {
  margin: 16px 0;
}
.hero-section .hero-row .hero-content strong {
  color: #131212;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  display: block;
  position: relative;
  margin-bottom: -10px;
}
.hero-section .overlay {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

@media only screen and (max-width: 1399px) {
  .hero-section .overlay {
    position: absolute;
    right: 0;
    top: 80px;
    z-index: -1;
    width: 45%;
  }
  .hero-section {
    padding: 80px 0 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .hero-section .hero-row .hero-image {
    width: 100%;
    padding: 0 10%;
  }
  .hero-section .hero-row .hero-content {
    width: 100%;
    padding-top: 0;
  }
}
.two-column-content {
  padding: 90px 0 0;
  position: relative;
}
.two-column-content .tcc-head {
  position: relative;
  text-align: center;
  margin-bottom: 66px;
}
.two-column-content .tcc-head::after {
  content: "";
  width: 171px;
  height: 2px;
  background: #38AD84;
  position: absolute;
  left: 50%;
  bottom: -16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.two-column-content .tcc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
.two-column-content .tcc-row .tcc-col {
  width: 50%;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.8);
}
.two-column-content .tcc-row .tcc-col strong {
  font-weight: 700;
}
.two-column-content .overlay {
  position: absolute;
  left: 0;
  top: 280px;
  z-index: -1;
}

@media only screen and (max-width: 1599px) {
  .two-column-content .overlay img {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1399px) {
  .two-column-content .overlay {
    display: none;
  }
}
.two-column-with-image {
  padding: 99px 0 0px;
  position: relative;
}
.two-column-with-image .tcci-head {
  position: relative;
  text-align: center;
  margin-bottom: 66px;
}
.two-column-with-image .tcci-head::after {
  content: "";
  width: 171px;
  height: 2px;
  background: #38AD84;
  position: absolute;
  left: 50%;
  bottom: -16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.two-column-with-image .tcci-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.two-column-with-image .tcci-row .tcci-image {
  width: 40%;
  padding-left: 50px;
}
.two-column-with-image .tcci-row .tcci-image img {
  display: block;
}
.two-column-with-image .tcci-row .tcci-content {
  width: 60%;
  padding-left: 30px;
  font-size: 18px;
  line-height: 28px;
  color: rgba(39, 45, 62, 0.8);
}
.two-column-with-image .tcci-row .tcci-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.two-column-with-image .tcci-row .tcci-content ul li {
  font-size: 16px;
  line-height: 24px;
  padding-left: 50px;
  margin-bottom: 25px;
  position: relative;
}
.two-column-with-image .tcci-row .tcci-content ul li:before {
  content: "";
  background: url(../images/list-icon.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  top: -3px;
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-column-with-image .tcci-row .tcci-content h6 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  padding: 0;
  margin: 40px 0 20px;
}
.two-column-with-image .tcci-row .tcci-content img {
  width: 100%;
  height: auto;
  max-height: inherit;
}
.two-column-with-image .overlay {
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: -1;
  max-width: 301px;
}

@media only screen and (max-width: 1599px) {
  .two-column-with-image .overlay img {
    max-width: 50%;
  }
  .two-column-with-image .overlay {
    max-width: inherit;
    text-align: right;
  }
}
@media only screen and (max-width: 1399px) {
  .two-column-with-image .overlay {
    max-width: 400px;
    text-align: right;
    bottom: -80px;
  }
  .two-column-with-image .tcci-row .tcci-content {
    width: 60%;
  }
}
.testimonials {
  position: relative;
  padding: 187px 0 86px;
  background: url(../images/wavy-bg.png) no-repeat 0 0;
  background-size: cover;
}
.testimonials .testi-row {
  position: relative;
  z-index: 1;
}
.testimonials .testi-row .testi-box {
  width: 100%;
  text-align: center;
}
.testimonials .testi-row .testi-box h3 {
  color: #fff;
  margin-bottom: 20px;
}
.testimonials .testi-row .testi-box span {
  display: block;
  color: #fff;
}

/*About*/
.about-section {
  padding: 76px 0 66px;
}
.about-section h4 {
  margin-bottom: 32px;
}
.about-section img {
  border-radius: 50%;
  display: block;
}
.about-section .tcc-row .tcc-col {
  color: #020607;
}

/*pre-order*/
.pre-order {
  position: relative;
  padding: 187px 0 86px;
  background: url(../images/wavy-bg.png) no-repeat 0 0;
  background-size: cover;
}
.pre-order .pre-order-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pre-order .pre-order-content {
  width: 50%;
  max-width: 441px;
  color: #fff;
}
.pre-order .pre-order-content h3 {
  color: #fff;
  position: relative;
  text-align: left;
  margin-bottom: 50px;
}
.pre-order .pre-order-content p {
  text-align: left;
}
.pre-order .pre-order-content h3::after {
  content: "";
  width: 171px;
  height: 2px;
  background: #FEF8EF;
  position: absolute;
  left: 0;
  bottom: -18px;
}
.pre-order .pre-order-form {
  width: 50%;
}
.pre-order .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .pre-order .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .pre-order .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .pre-order .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .pre-order .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .pre-order .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .pre-order .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .pre-order .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .pre-order .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .pre-order .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .pre-order .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .pre-order .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .pre-order .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .pre-order .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .pre-order .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  line-height: 48px !important;
  height: 48px !important;
  background-position-x: calc(50% + 60px);
  font-weight: 400;
}

@media only screen and (max-width: 1279px) {
  .testimonials {
    padding: 160px 0 120px;
  }
}
@media only screen and (max-width: 1169px) {
  .pre-order {
    background-position: 0 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .two-column-content .tcc-row .tcc-col {
    width: 100%;
  }
  .about-section .tcc-row .tcc-col {
    margin-bottom: 40px;
  }
  .footer-section .container .contact-section .contact-left {
    margin-bottom: 40px;
    padding-right: 0;
    width: 100%;
  }
  .footer-section .container .contact-section .contact-right,
  .footer-section .container .copyright {
    width: 100%;
  }
  .pre-order .pre-order-content {
    width: 100%;
    margin-bottom: 40px;
    max-width: inherit;
  }
  .pre-order .pre-order-content br {
    display: none;
  }
  .pre-order .pre-order-form {
    width: 100%;
  }
  .pre-order {
    padding: 180px 0 120px;
  }
  .about-section img {
    max-width: 300px;
  }
  .two-column-with-image .tcci-row .tcci-content {
    width: 100%;
    padding: 0;
  }
  .two-column-with-image .tcci-row .tcci-image {
    width: auto;
    padding: 0 10%;
  }
  .testimonials .testi-row .testi-box h3 br {
    display: none;
  }
  .about-section img {
    max-width: 200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .two-column-content {
    padding: 10px 0 0;
  }
  .testimonials {
    padding: 100px 0 80px;
  }
}