body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #28696D;
  line-height: 1.25;
  font-size: 16px;
  position: relative;
}
body.locked {
  overflow: hidden;
}
body:after {
  top: 0;
  left: 0;
  right: 0;
  height: 700px;
  background: linear-gradient(to bottom, rgba(195, 230, 224, 0.47) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  z-index: -1;
  content: "";
}
sup {
  font-size: 40%;
  font-weight: normal;
  margin-left: 3px;
}
img {
  max-width: 100%;
  height: auto;
}
img.alignright {
  float: right;
  margin: 0 0 20px 30px;
}
@media screen and (max-width: 950px) {
  img.alignright {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
}
img.alignleft {
  float: left;
  margin: 0 30px 20px;
}
@media screen and (max-width: 950px) {
  img.alignleft {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  main {
    min-height: calc(100vh - 473px);
  }
}
.container {
  max-width: 1334px;
  margin: 0 auto;
  padding: 0 30px;
  clear: both;
  position: relative;
}
article a {
  color: #72C972;
}
article li {
  margin-bottom: 15px;
}
.btn {
  background: #72C972;
  color: #fff;
  border-radius: 26px;
  text-decoration: none;
  min-height: 22px;
  padding: 15px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 180px;
  text-align: center;
}
.btn:hover {
  text-decoration: none !important;
  background: #28696D;
}
#custom_loginform label {
  display: none;
}
#custom_loginform #user_login, #custom_loginform #user_pass {
  height: 52px;
  border-radius: 7px;
  background: #fff;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: calc(100% - 40px);
  padding: 0 20px;
  color: #28696D;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
#custom_loginform ::placeholder {
  opacity: 0.5;
}
.gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gform_fields .gfield_label {
  display: none;
}
.gform_fields .gfield {
  width: 100%;
}
.gform_fields input {
  height: 52px;
  border-radius: 7px;
  background: #fff;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: calc(100% - 40px);
  padding: 0 20px;
  color: #28696D;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.gform_fields textarea {
  height: 150px;
  border-radius: 7px;
  background: #fff;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: calc(100% - 40px);
  padding: 20px;
  color: #28696D;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.gform_fields ::placeholder {
  opacity: 0.5;
}
.page-template-template-partner-editor main a:not(.btn) {
  color: #72C972;
}
.page-template-template-partner-editor .cta-wrap {
  margin-bottom: 20px;
}
.page-template-template-partner-editor main {
  padding: 30px 0;
}
.page-template-template-partner-editor {
  background: rgba(195, 230, 224, 0.47);
}
.page-template-template-partner-editor footer.footer {
  background: rgba(195, 230, 224, 0.47);
}
.page-template-template-partner-editor .gform_fields .gfield_label {
  display: block !important;
  color: #28696D;
  margin: 0 0 10px 20px;
}
.gform_button, #wp-submit {
  background: #72C972;
  color: #fff;
  border-radius: 26px;
  text-decoration: none;
  min-height: 52px;
  padding: 15px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 220px;
  text-align: center;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 40px;
}
.gform_button:hover, #wp-submit:hover {
  background: #28696D;
}
#wp-submit {
  margin-top: 0;
}
header.header .flexer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  gap: 20px;
}
@media screen and (max-width: 625px) {
  header.header .flexer {
    padding: 20px 0 20px;
    flex-direction: column;
  }
}
@media screen and (max-width: 650px) {
  header.header .btn {
    padding: 15px 0;
    min-width: 160px;
  }
}
@media screen and (max-width: 500px) {
  header.header .container {
    padding: 0 20px;
  }
  header.header .logo-wrap {
    max-width: 140px;
  }
}
@media screen and (max-width: 400px) {
  header.header .container {
    padding: 0 10px;
  }
}
@media screen and (max-width: 335px) {
  header.header .btn {
    min-width: 120px;
  }
}
header.header .cta-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}
header.header .cta-wrap a.login {
  background: #28696D;
  color: #fff;
  border-radius: 26px;
  text-decoration: none;
  min-height: unset;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  min-width: 135px;
  text-align: center;
}
@media screen and (max-width: 625px) {
  header.header .cta-wrap a.login {
    padding: 15px 10px;
    min-height: 22px;
    font-size: 16px;
  }
}
@media screen and (max-width: 335px) {
  header.header .cta-wrap a.login {
    min-width: 120px;
  }
}
section.hero {
  padding: 40px 0 140px;
  position: relative;
}
@media screen and (max-width: 725px) {
  section.hero {
    padding: 40px 0;
  }
}
@media screen and (max-width: 625px) {
  section.hero {
    padding: 0 0 40px;
  }
  section.hero .container {
    padding: 0;
  }
}
section.hero:before {
  position: absolute;
  content: url(/wp-content/uploads/thinnex-desktop-hero-stripe.svg);
  bottom: -4px;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 725px) {
  section.hero:before {
    content: none;
  }
}
@media screen and (min-width: 2359px) {
  section.hero:before {
    content: none;
  }
}
section.hero .price {
  font-size: 24px;
  color: #72C972;
  margin-top: 10px;
}
section.hero .price span.strike {
  text-decoration: line-through;
  color: #28696D;
}
section.hero .flexer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 625px) {
  section.hero .flexer {
    flex-direction: column-reverse;
    gap: 0;
  }
}
section.hero .flexer .left {
  flex: 1;
  padding-top: 20px;
}
@media screen and (max-width: 625px) {
  section.hero .flexer .left {
    padding: 0 30px;
    padding-top: 30px;
  }
}
section.hero .flexer .left .cta-wrap {
  margin-top: 25px;
}
section.hero .flexer .left h1 {
  margin: 0;
  letter-spacing: -1px;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.12;
}
section.hero .flexer .left h1 span {
  color: #72C972;
  font-weight: 700;
}
@media screen and (max-width: 815px) {
  section.hero .flexer .left h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  section.hero .flexer .left h1 {
    font-size: 33px;
  }
}
@media screen and (max-width: 400px) {
  section.hero .flexer .left h1 > div {
    display: inline;
  }
}
section.hero .flexer .left p {
  letter-spacing: -0.12px;
  line-height: 1.875;
  max-width: 520px;
}
section.hero .flexer .left ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
section.hero .flexer .left ul li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 6px;
}
section.hero .flexer .left ul svg {
  width: 35px;
  min-width: 35px;
  height: 35px;
  fill: #72C972;
}
section.hero .flexer .right {
  width: 666px;
  height: 444px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  section.hero .flexer .right {
    width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  section.hero .flexer .right {
    width: 400px;
  }
}
@media screen and (max-width: 920px) {
  section.hero .flexer .right {
    width: 300px;
  }
}
@media screen and (max-width: 725px) {
  section.hero .flexer .right {
    width: 200px;
  }
}
@media screen and (max-width: 625px) {
  section.hero .flexer .right {
    width: 100%;
    height: 385px;
  }
  section.hero .flexer .right:before {
    content: url(/wp-content/uploads/thinnex-mobile-hero-stripe.svg);
    position: absolute;
    bottom: -4px;
    right: 0;
    z-index: 2;
  }
}
section.hero .flexer .right img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}
section.cta-pvp {
  padding: 0 0 25px;
}
@media screen and (max-width: 650px) {
  section.cta-pvp .container {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  section.cta-pvp {
    padding: 0;
  }
}
section.cta-pvp .cta-wrap {
  margin-top: 35px;
}
section.cta-pvp .flexer {
  display: flex;
  gap: 7px;
}
@media screen and (max-width: 650px) {
  section.cta-pvp .flexer {
    flex-direction: column;
  }
}
section.cta-pvp .bold {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.19px;
  line-height: 1;
}
section.cta-pvp .left {
  background: #e2f4f0;
  padding: 75px 65px;
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 1200px) {
  section.cta-pvp .left {
    max-width: 300px;
  }
}
@media screen and (max-width: 1075px) {
  section.cta-pvp .left {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 800px) {
  section.cta-pvp .left {
    max-width: 250px;
  }
}
@media screen and (max-width: 650px) {
  section.cta-pvp .left {
    max-width: unset;
    width: calc(100% - 60px);
  }
}
section.cta-pvp .left p {
  max-width: 375px;
  letter-spacing: -0.12px;
  margin: 20px 0 30px;
}
section.cta-pvp .right {
  background: #e2f4f0;
  padding: 82px 85px;
  flex: 1;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  section.cta-pvp .right {
    padding: 60px;
  }
}
@media screen and (max-width: 900px) {
  section.cta-pvp .right {
    padding: 50px 35px;
  }
}
@media screen and (max-width: 480px) {
  section.cta-pvp .right {
    text-align: center;
  }
  section.cta-pvp .right .bold {
    font-size: 22px;
  }
}
section.cta-pvp .right p {
  letter-spacing: -0.12px;
  line-height: 1.875;
}
section.cta-pvp .right .pvp-grid {
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  section.cta-pvp .right .pvp-grid {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 850px) {
  section.cta-pvp .right .pvp-grid {
    gap: 30px;
  }
}
@media screen and (max-width: 480px) {
  section.cta-pvp .right .pvp-grid {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
section.cta-pvp .right .pvp-grid:last-of-type {
  margin-bottom: 0;
}
section.cta-pvp .right .pvp-grid .icon {
  min-width: 68px;
}
@media screen and (max-width: 480px) {
  section.cta-pvp .right .pvp-grid .icon {
    max-width: 54px;
    min-width: unset;
  }
}
section.follow {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  section.follow {
    padding: 0 0 40px;
  }
  section.follow .container {
    padding: 0;
  }
}
@media screen and (max-width: 450px) {
  section.follow:before {
    content: url(/wp-content/uploads/thinnex-mobile-pill-stripe.svg);
    position: absolute;
    z-index: 2;
    right: -385px;
    top: 250px;
  }
}
section.follow .flexer {
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 600px) {
  section.follow .flexer {
    flex-direction: column;
  }
}
section.follow .flexer .left {
  height: 515px;
  flex: 1;
}
@media screen and (max-width: 600px) {
  section.follow .flexer .left {
    height: 395px;
    flex: unset;
  }
}
section.follow .flexer .left img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  section.follow .flexer .left img {
    transform: rotateY(180deg);
  }
}
section.follow .flexer .right {
  width: 475px;
  padding-top: 20px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 900px) {
  section.follow .flexer .right {
    width: 350px;
  }
}
@media screen and (max-width: 650px) {
  section.follow .flexer .right {
    width: 275px;
  }
}
@media screen and (max-width: 600px) {
  section.follow .flexer .right {
    padding: 0 30px;
    width: unset;
    padding-top: 35px;
  }
}
@media screen and (max-width: 450px) {
  section.follow .flexer .right {
    padding-top: 120px;
  }
}
@media screen and (max-width: 400px) {
  section.follow .flexer .right {
    padding-top: 40px;
  }
}
section.follow .flexer .right .headline {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -0.38px;
  line-height: 1.08;
  color: #72C972;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  section.follow .flexer .right .headline {
    font-size: 35px;
  }
}
section.follow .flexer .right p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 1.85;
}
@media screen and (max-width: 900px) {
  section.follow .flexer .right p {
    font-size: 18px;
  }
}
section.steps {
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 690px) {
  section.steps .container {
    padding: 0;
  }
}
section.steps .inner {
  background: #F3F3F1;
  padding: 95px 30px 80px;
}
@media screen and (max-width: 550px) {
  section.steps .inner {
    padding: 60px 30px;
  }
}
section.steps .headline {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.31px;
  line-height: 1;
  margin-bottom: 25px;
  color: #72C972;
}
@media screen and (max-width: 550px) {
  section.steps .headline {
    font-size: 35px;
  }
}
section.steps .support {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.19;
  line-height: 1.28;
  margin-bottom: 50px;
}
section.steps .cta-wrap {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 690px) {
  section.steps .cta-wrap {
    margin-top: 40px;
  }
}
section.steps .steps-wrap {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  gap: 30px;
}
@media screen and (max-width: 690px) {
  section.steps .steps-wrap {
    flex-direction: column;
    align-items: center;
    gap: 45px;
  }
}
section.steps .steps-wrap .step {
  max-width: 252px;
  flex: 1;
}
section.steps .steps-wrap .step .inner {
  padding: 0;
}
section.steps .steps-wrap .bottom {
  letter-spacing: -0.12px;
  line-height: 1.625;
}
@media screen and (max-width: 690px) {
  section.steps .steps-wrap .bottom {
    text-align: center;
  }
}
section.steps .steps-wrap .medium {
  font-size: 20px;
  letter-spacing: -0.15px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 690px) {
  section.steps .steps-wrap .medium {
    text-align: center;
  }
}
section.steps .steps-wrap .top {
  position: relative;
  display: flex;
  gap: 7px;
  margin-bottom: 22px;
  align-items: center;
  width: 150px;
}
@media screen and (max-width: 690px) {
  section.steps .steps-wrap .top {
    justify-content: center;
    margin: 0 auto 22px;
  }
}
section.steps .steps-wrap .top .l1 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.19px;
  color: #72C972;
  line-height: 62px;
  position: relative;
  z-index: 1;
}
section.steps .steps-wrap .top .l2 {
  font-size: 40px;
  font-weight: 700;
  color: #72C972;
  position: relative;
  z-index: 1;
}
section.steps .steps-wrap .top .circle {
  width: 84px;
  height: 84px;
  background: #fff;
  border-radius: 500px;
  right: 50%;
  position: absolute;
  margin-right: -42px;
}
@media screen and (max-width: 690px) {
  section.steps .steps-wrap .top .circle {
    margin-right: -72px;
  }
}
.joiner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
.joiner:before {
  content: url(/wp-content/uploads/thinnex-pill-stripe.svg);
  position: absolute;
  top: 360px;
  right: 195px;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .joiner:before {
    right: 26px;
  }
}
@media screen and (max-width: 600px) {
  .joiner:before {
    content: none;
  }
}
section.what {
  padding: 45px 0 90px;
  background: #E2F3F0;
}
section.what .cta-wrap {
  margin-top: 30px;
}
section.what .flexer {
  display: flex;
  align-items: center;
  gap: 22px;
  justify-content: center;
}
@media screen and (max-width: 675px) {
  section.what .flexer {
    flex-direction: column;
  }
}
section.what .flexer .left {
  width: 518px;
}
@media screen and (max-width: 1024px) {
  section.what .flexer .left {
    width: 375px;
  }
}
@media screen and (max-width: 675px) {
  section.what .flexer .left {
    max-width: 400px;
    width: 100%;
  }
}
section.what .flexer .right {
  flex: 1;
  max-width: 520px;
}
@media screen and (max-width: 675px) {
  section.what .flexer .right {
    max-width: unset;
  }
}
section.what .flexer .icon {
  width: 89px;
  height: 89px;
  background: #fff;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
section.what .flexer .headline {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.19px;
}
section.what .flexer p {
  letter-spacing: -0.12px;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 520px;
}
@media screen and (max-width: 1024px) {
  section.what .flexer p {
    margin-bottom: 0;
  }
}
section.faqs {
  padding: 125px 0;
}
@media screen and (max-width: 550px) {
  section.faqs {
    padding: 50px 0;
  }
}
section.faqs .headline {
  margin-bottom: 90px;
  text-align: center;
  color: #72C972;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.31px;
  line-height: 1.1;
}
@media screen and (max-width: 550px) {
  section.faqs .headline {
    font-size: 35px;
    margin-bottom: 40px;
  }
}
section.faqs .faqs-wrap {
  border-top: 2px solid #D8D8D8;
  max-width: 1140px;
  margin: 0 auto;
}
section.faqs .faq-wrap {
  border-bottom: 2px solid #D8D8D8;
}
section.faqs .faq-wrap .faq-top {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  cursor: pointer;
  padding: 26px 34px 26px 10px;
}
@media screen and (max-width: 550px) {
  section.faqs .faq-wrap .faq-top {
    padding: 26px 0 26px 10px;
  }
}
section.faqs .faq-wrap .faq-top .left {
  font-size: 20px;
  letter-spacing: -0.15px;
}
section.faqs .faq-wrap .faq-top .d1 {
  border: 1px solid rgba(223, 223, 223, 0.5);
  height: 47px;
  width: 47px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.faqs .faq-wrap .faq-top .d1 svg {
  max-width: 16px;
}
section.faqs .faq-wrap .faq-bottom-inner {
  max-width: calc(100% - 100px);
  padding: 0 0 50px 10px;
  letter-spacing: -0.12px;
  line-height: 1.625;
}
@media screen and (max-width: 550px) {
  section.faqs .faq-wrap .faq-bottom-inner {
    max-width: calc(100% - 60px);
  }
}
section.faqs .faq-wrap .faq-bottom {
  overflow: hidden;
  height: 0;
}
section.faqs .faq-wrap.open .faq-top .d1 {
  transform: rotate(180deg);
}
section.faqs .faq-wrap.open .faq-bottom {
  height: auto;
}
section.faqs .cta-wrap {
  display: flex;
  margin-top: 70px;
  justify-content: center;
}
@media screen and (max-width: 550px) {
  section.faqs .cta-wrap {
    margin-top: 60px;
  }
}
section.testimonials {
  position: relative;
  padding: 110px 28px;
  margin: 0 auto;
  max-width: 1500px;
}
@media screen and (max-width: 550px) {
  section.testimonials {
    padding: 60px 0;
  }
}
section.testimonials .cta-wrap {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
section.testimonials .headline {
  margin-bottom: 45px;
  text-align: center;
  color: #72C972;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.31px;
  line-height: 1.1;
}
@media screen and (max-width: 550px) {
  section.testimonials .headline {
    font-size: 35px;
  }
}
@media screen and (min-width: 481px) {
  section.testimonials .headline > div {
    display: inline;
  }
}
section.testimonials .testimonial .image {
  max-width: 141px;
}
@media screen and (max-width: 650px) {
  section.testimonials .testimonial .image {
    margin: 0 auto;
    display: block;
  }
}
section.testimonials .testimonial .quote {
  margin: 20px 0;
  line-height: 1.625;
  letter-spacing: -0.12px;
}
section.testimonials .testimonial .quotee {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.15px;
  line-height: 1.3;
  color: #72C972;
}
section.testimonials .testimonial-carousel {
  max-width: 1200px;
  width: calc(100% - 246px);
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  section.testimonials .testimonial-carousel {
    width: calc(100% - 160px);
  }
}
section.testimonials .owl-stage-outer {
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
section.testimonials .owl-btn {
  border: 1px solid rgba(223, 223, 223, 0.5);
  height: 47px;
  width: 47px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
section.testimonials .owl-btn svg {
  max-width: 16px;
}
section.testimonials .nav-wrap {
  position: absolute;
  left: 28px;
  right: 28px;
  top: 360px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  section.testimonials .nav-wrap {
    left: 17px;
    right: 17px;
  }
}
@media screen and (max-width: 615px) {
  section.testimonials .nav-wrap {
    top: 405px;
  }
}
@media screen and (max-width: 550px) {
  section.testimonials .nav-wrap {
    top: 310px;
  }
}
@media screen and (max-width: 495px) {
  section.testimonials .nav-wrap {
    top: 350px;
  }
}
footer.footer {
  height: 240px;
  padding-top: 100px;
  display: flex;
  justify-content: center;
  background: linear-gradient(to bottom, white 0%, #e2f4f0 26%, #e2f4f0 100%);
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}
footer.footer a {
  color: #28696D;
  text-decoration: none;
}
footer.footer a:hover {
  color: #72C972;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nav-wrap button.owl-prev, .nav-wrap button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.partners-template-default section.hero {
  padding: 40px 0 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .partners-template-default section.hero {
    padding: 0 0 30px;
  }
}
.partners-template-default section.hero:before {
  content: none;
}
.partners-template-default section.hero .flexer {
  align-items: center;
}
.partners-template-default section.hero .flexer .right:before {
  content: none !important;
}
.partners-template-default section.hero .flexer .left p {
  letter-spacing: -0.12px;
  line-height: 1.875;
  max-width: 520px;
  font-size: 20px;
}
.partners-template-default header .logo-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
}
.partners-template-default header .partner-logo {
  max-width: 175px;
}
section.what.b2b {
  background: #F3F3F1;
  padding: 45px 0;
  margin-bottom: 120px;
  border-top: 1px solid #72C972;
  border-bottom: 1px solid #72C972;
}
section.what.b2b .sub {
  color: #72C972;
  margin-bottom: 15px;
  text-transform: uppercase;
}
section.what.b2b .flexer .left {
  width: 488px;
  margin-right: 30px;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 675px) {
  section.what.b2b .flexer .left {
    max-width: 400px;
    width: 100%;
    margin-right: 0;
    width: unset;
  }
}
section.what.b2b .flexer .left img {
  display: block;
}
