@charset "UTF-8";
/*
---------------------------------------
BASIC STUFF AND TYPOGRAPHY
------------------------------------ */
html {
  overflow-y: scroll;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

.touch body {
  -webkit-text-size-adjust: none;
}

:focus {
  -moz-outline-style: none;
  outline: none;
}

body {
  margin: 0;
  font-size: 20px;
  line-height: 40px;
  font-family: "TT Norms W01 Regular", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #0A1C3B;
  letter-spacing: -0.0125em;
}
@media screen and (max-width: 1300px) {
  body {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  body {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }
}

p strong, p b {
  font-family: "TT Norms W01 Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
p a {
  text-decoration: underline;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

div.clear {
  clear: both;
}

h1 {
  font: normal normal 84px/88px "TT Norms W01 Bold", Helvetica, Arial, sans-serif;
  margin: 30px 0;
  letter-spacing: -0.012em;
}
@media screen and (max-width: 1300px) {
  h1 {
    font-size: 70px;
    line-height: 78px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
    line-height: 42px;
    margin: 16px 0 6px 0;
  }
}

h2 {
  font: normal normal 60px/70px "TT Norms W01 Bold", Helvetica, Arial, sans-serif;
  margin: 16px 0 6px 0;
  letter-spacing: -0.012em;
}
@media screen and (max-width: 1300px) {
  h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 35px;
    line-height: 42px;
  }
}

h3 {
  font: normal normal 37px/50px "TT Norms W01 Regular", Helvetica, Arial, sans-serif;
  margin: 10px 0 5px 0;
}
@media screen and (max-width: 1300px) {
  h3 {
    font-size: 22px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
    line-height: 23px;
  }
}

h4 {
  font: normal normal 26px/36px "TT Norms W01 Bold", Helvetica, Arial, sans-serif;
  margin: 10px 0 5px 0;
}
@media screen and (max-width: 767px) {
  h4 {
    line-height: 30px;
  }
}

h1 strong, h2 strong, h3 strong {
  color: #00A9B1;
  font-weight: normal;
}
h1 a:hover, h2 a:hover, h3 a:hover {
  color: #00A9B1;
  text-decoration: underline;
}

/* ------------------------------------
HEADER
------------------------------------ */
header.main {
  padding: 60px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
@media screen and (max-width: 1700px) {
  header.main {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 1300px) {
  header.main {
    padding: 30px 30px 0 30px;
  }
}
@media screen and (max-width: 1023px) {
  header.main {
    display: block;
    text-align: left;
    padding: 15px 20px;
    height: 84px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
header.main .logo {
  display: block;
}
@media screen and (max-width: 1023px) {
  header.main .logo {
    display: inline;
  }
}
header.main .logo img {
  width: 300px;
}
@media screen and (max-width: 1300px) {
  header.main .logo img {
    width: 230px;
    vertical-align: -3px;
  }
}
@media screen and (max-width: 1023px) {
  header.main .logo img {
    width: 206px;
  }
}
header.main nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 1500px;
  padding-left: 50px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1700px) {
  header.main nav {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  header.main nav {
    display: none;
  }
}
header.main nav ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
header.main nav ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  line-height: 0;
}
header.main nav ul.menu li.button {
  padding-left: 10px;
}
@media screen and (max-width: 1300px) {
  header.main nav ul.menu li.button a {
    padding: 8px 16px !important;
  }
}
header.main nav ul.menu li a {
  font: normal normal 20px/normal "TT Norms W01 Regular", Helvetica, Arial, sans-serif;
  text-decoration: none;
  display: block;
  padding: 8px;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1700px) {
  header.main nav ul.menu li a {
    font-size: 17px !important;
    padding: 10px;
  }
}
@media screen and (max-width: 1300px) {
  header.main nav ul.menu li a {
    font-size: 15px !important;
  }
}
header.main nav ul.menu li a:hover {
  opacity: 0.4;
}
header.main nav ul.menu li.current_page_item > a, header.main nav ul.menu li.current_page_parent > a {
  font-family: "TT Norms W01 Bold", Helvetica, Arial, sans-serif;
  color: #00A9B1;
}
header.main nav ul.menu ul.sub-menu {
  display: none;
}

.header_spacer {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header_spacer {
    display: block;
    height: 84px;
  }
}

/* ------------------------------------
MOBILE NAV
------------------------------------ */
a.nav_toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 110px;
  background: white;
  border-radius: 0;
  z-index: 999;
}
@media screen and (max-width: 1023px) {
  a.nav_toggle {
    width: 70px;
    height: 84px;
    display: block;
  }
}
a.nav_toggle .hamburger {
  width: 25px;
  height: 20px;
  position: absolute;
  top: 32px;
  left: 22px;
}
a.nav_toggle .hamburger div {
  position: absolute;
  height: 2px;
  width: 25px;
  left: 0;
  background: #00A9B1;
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
a.nav_toggle .hamburger div.hamburger1 {
  top: 0;
}
a.nav_toggle .hamburger div.hamburger2 {
  top: 9px;
}
a.nav_toggle .hamburger div.hamburger3 {
  top: 18px;
}

.nav_on .hamburger div.hamburger1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px !important;
}
.nav_on .hamburger div.hamburger2 {
  opacity: 0;
}
.nav_on .hamburger div.hamburger2, .nav_on .hamburger div.hamburger3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px !important;
}

.mobile_menu {
  width: 0;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  display: none;
  z-index: 998;
  top: 0;
  right: 0;
  background: white;
  text-align: center;
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
@media screen and (max-width: 1023px) {
  .mobile_menu {
    display: table;
  }
}
.mobile_menu_inner {
  width: 100vw;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}
.mobile_menu_inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile_menu_inner ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.mobile_menu_inner ul li a {
  display: block;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 0;
}
.mobile_menu_inner ul li.current_page_item > a, .mobile_menu_inner ul li.current_page_parent > a {
  font-family: "TT Norms W01 Bold", Helvetica, Arial, sans-serif;
  color: #00A9B1;
}
.mobile_menu_inner ul ul {
  display: none;
}

.nav_on .mobile_menu {
  width: 100%;
}

/* ------------------------------------
GENERAL LAYOUT
------------------------------------ */
.content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 60px;
}
@media screen and (max-width: 1300px) {
  .content {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 1023px) {
  .content {
    padding: 20px;
  }
}

.page_header {
  background: url(../images/header_bg.png) repeat-x center center;
  background-size: auto 100%;
  padding: 10px 30px 50px 30px;
}
@media screen and (max-width: 767px) {
  .page_header {
    padding: 20px;
  }
}
.page_header_inner {
  max-width: 1400px;
  text-align: center;
  margin: 0 auto;
}
.page_header_inner h3 {
  color: #00A9B1;
}

.modules {
  padding: 30px 0 0 0;
  background: #F3F4F7;
}
@media screen and (max-width: 767px) {
  .modules {
    padding: 0;
  }
}
.modules .module_text_only {
  text-align: center;
}
.modules .module_text_only.white {
  background: white;
}
@media screen and (max-width: 767px) {
  .modules .module_text_only ul, .modules .module_text_only ol {
    text-align: left;
  }
}
.modules .module_text_and_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px;
}
@media screen and (max-width: 1300px) {
  .modules .module_text_and_image {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 1023px) {
  .modules .module_text_and_image {
    padding: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .modules .module_text_and_image {
    text-align: center;
    display: block;
  }
  .modules .module_text_and_image ul, .modules .module_text_and_image ol {
    text-align: left;
  }
}
.modules .module_text_and_image_image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
}
.modules .module_text_and_image_image img {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .modules .module_text_and_image_image img {
    max-width: 200px;
  }
}
.modules .module_text_and_image_text {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}
.modules .module_text_and_image.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.modules .module_columns {
  background: white;
  padding: 60px 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modules .module_columns {
    padding: 20px;
  }
}
.modules .module_columns_inner {
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .modules .module_columns_inner {
    display: block;
  }
}
.modules .module_columns_column {
  padding: 0 20px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  .modules .module_columns_column {
    padding: 10px;
  }
}
.modules .module_columns_column img {
  width: 200px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .modules .module_columns_column img {
    width: 150px;
    height: 50px;
  }
}
.modules .module_text_and_large_image {
  position: relative;
  min-height: 35vw;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .modules .module_text_and_large_image {
    display: block;
    padding: 16px;
    min-height: none;
  }
}
.modules .module_text_and_large_image_image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1023px) {
  .modules .module_text_and_large_image_image {
    height: 66vw;
  }
}
.modules .module_text_and_large_image_text {
  position: relative;
  z-index: 1;
  max-width: 50%;
  width: 800px;
  padding: 40px 60px;
  border-radius: 40px;
  background: white;
  background: rgba(255, 255, 255, 0.86);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  margin: 0 auto 0 0;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.46);
          box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.46);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .modules .module_text_and_large_image_text {
    margin-top: 35vw;
    padding: 14px 20px;
    max-width: none;
    width: auto;
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.11);
            box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.11);
  }
}
.modules .module_text_and_large_image.right .module_text_and_large_image_text {
  margin: 0 0 0 auto;
}
.modules .module_accordion {
  padding: 50px 30px 60px 30px;
  background: white;
}
@media screen and (max-width: 767px) {
  .modules .module_accordion {
    padding: 0 0 20px 0;
  }
}
.modules .module_accordion .content {
  max-width: 1200px;
}
.modules .module_accordion .content > h2 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .modules .module_accordion .content > h2 {
    margin-bottom: 0;
  }
}
.modules .module_accordion .content .accordion_item {
  text-align: left;
  padding: 1px 0;
}
.modules .module_accordion .content .accordion_item a.accordion_title {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 30px;
  line-height: 48px;
  padding: 12px 40px 0 0;
  position: relative;
  display: block;
  margin: 12px 0 0 0;
}
.modules .module_accordion .content .accordion_item a.accordion_title::after {
  display: block;
  width: 40px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  text-align: right;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .modules .module_accordion .content .accordion_item a.accordion_title {
    font-size: 17px;
    line-height: 20px;
  }
}
.modules .module_accordion .content .accordion_item .accordion_body {
  padding: 1px 0;
  display: none;
}
.modules .module_accordion .content .accordion_item.open a.accordion_title::after {
  content: "";
}
.modules .module_pricing {
  background: #FFFFFF;
  -webkit-box-shadow: 0 20px 50px 0 rgba(10, 28, 59, 0.08);
          box-shadow: 0 20px 50px 0 rgba(10, 28, 59, 0.08);
  border-radius: 40px;
  padding: 40px 60px;
  max-width: 1300px;
  margin: 20px auto 50px auto;
}
@media screen and (max-width: 1023px) {
  .modules .module_pricing {
    padding: 10px;
    margin: 0;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.modules .module_pricing_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .modules .module_pricing_inner {
    display: block;
  }
}
.modules .module_pricing_inner.button_rows a.button {
  display: block;
}
@media screen and (max-width: 767px) {
  .modules .module_pricing_inner.button_rows {
    display: none;
  }
}
.modules .module_pricing_tier {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  padding: 0 20px;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.modules .module_pricing_tier ul {
  padding-left: 22px;
}
.modules .module_pricing_tier a.button {
  display: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modules .module_pricing_tier a.button {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .modules .module_pricing_tier {
    text-align: left;
    padding: 10px 26px;
    margin: 15px 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0 20px 50px 0 rgba(10, 28, 59, 0.08);
            box-shadow: 0 20px 50px 0 rgba(10, 28, 59, 0.08);
    border-radius: 20px;
  }
}
.modules .module_pricing_tier h2 {
  color: #00A9B1;
}
.modules .module_horizontal_image_scroller {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px 50px 30px;
}
@media screen and (max-width: 767px) {
  .modules .module_horizontal_image_scroller {
    padding: 10px 0;
  }
  .modules .module_horizontal_image_scroller:before {
    display: block;
    content: " ";
    width: 100%;
    height: 9px;
    background: url(../images/swipe.svg) no-repeat center center;
    margin: 8px 0 20px 0;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .modules .module_horizontal_image_scroller_inner {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .modules .module_horizontal_image_scroller_inner img {
    height: 420px;
    width: auto;
    max-width: none;
  }
}

/* ------------------------------------
HOMEPAGE
------------------------------------ */
.homebanner {
  background: url(../images/header_bg.png) repeat-x center center;
  background-size: auto 100%;
  padding: 10px 30px 50px 30px;
}
@media screen and (max-width: 767px) {
  .homebanner {
    padding: 20px 0;
  }
}
.homebanner h1 {
  margin: 20px 0;
}
@media screen and (max-width: 1100px) {
  .homebanner h1 {
    font-size: 50px;
    line-height: 55px;
    margin: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .homebanner h1 {
    font-size: 32px;
    line-height: 34px;
    letter-spacing: -1px;
  }
}
.homebanner h3 {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .homebanner h3 {
    margin: 10px 0;
    font-size: 15px;
    line-height: 20px;
  }
}
.homebanner_inner {
  max-width: 1300px;
  text-align: center;
  margin: 0 auto;
  min-height: 750px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homebanner_text {
  width: 44%;
  text-align: left;
}
.homebanner_slider1 {
  width: 55%;
  height: 750px;
  position: absolute;
  top: 0;
  right: 0;
}
.homebanner_slider1 .homebanner_slider_inner {
  position: relative;
  width: 100%;
  height: 750px;
}
.homebanner_slider1 .homebanner_slider_inner .homebanner_slide {
  position: relative;
  width: 100%;
  height: 750px;
  opacity: 1 !important;
}
.homebanner_slider1 .homebanner_slider_inner .homebanner_slide img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  -webkit-transition: all 1s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 1s cubic-bezier(0.76, 0, 0.24, 1);
}
.homebanner_slider1 .homebanner_slider_inner .homebanner_slide.slick-current img {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
.homebanner_slider2 {
  width: 55%;
  height: 750px;
  position: absolute;
  top: 0;
  right: 0;
}
.homebanner_slider2 img.slide_phone {
  position: absolute;
  height: 750px;
  width: 100%;
  top: 0;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.homebanner_slider2 .homebanner_slider_inner {
  position: relative;
  width: 100%;
  height: 750px;
  z-index: 2;
}
.homebanner_slider2 .homebanner_slider_inner .homebanner_slide {
  position: relative;
  width: 100%;
  height: 750px;
  opacity: 1 !important;
}
.homebanner_slider2 .homebanner_slider_inner .homebanner_slide img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
          transform: scale3d(0.9, 0.9, 0.9);
  z-index: 999 !important;
  -webkit-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  -webkit-transition: all 1s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 1s cubic-bezier(0.76, 0, 0.24, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.homebanner_slider2 .homebanner_slider_inner .homebanner_slide.slick-current img {
  -webkit-transform: scale3d(1, 1, 1) !important;
          transform: scale3d(1, 1, 1) !important;
  opacity: 1 !important;
}
@media screen and (max-width: 1023px) {
  .homebanner_inner {
    min-height: 500px;
  }
  .homebanner .homebanner_slider1, .homebanner .homebanner_slider2 {
    height: 500px;
  }
  .homebanner .homebanner_slider1 img.slide_phone, .homebanner .homebanner_slider1 .homebanner_slider_inner, .homebanner .homebanner_slider1 .homebanner_slider_inner .homebanner_slide, .homebanner .homebanner_slider2 img.slide_phone, .homebanner .homebanner_slider2 .homebanner_slider_inner, .homebanner .homebanner_slider2 .homebanner_slider_inner .homebanner_slide {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .homebanner .homebanner_sliders_wrapper {
    position: relative;
    height: 400px;
  }
  .homebanner_inner {
    min-height: none;
    display: block;
  }
  .homebanner_text {
    width: auto;
    text-align: center;
    padding: 0 20px;
  }
  .homebanner .homebanner_slider1, .homebanner .homebanner_slider2 {
    display: block;
    width: 100%;
    height: 400px;
  }
  .homebanner .homebanner_slider1 img.slide_phone, .homebanner .homebanner_slider1 .homebanner_slider_inner, .homebanner .homebanner_slider1 .homebanner_slider_inner .homebanner_slide, .homebanner .homebanner_slider2 img.slide_phone, .homebanner .homebanner_slider2 .homebanner_slider_inner, .homebanner .homebanner_slider2 .homebanner_slider_inner .homebanner_slide {
    height: 400px;
  }
}

/* ------------------------------------
FOOTER
------------------------------------ */
.footer_cta {
  padding: 60px 30px 0 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_cta {
    padding: 30px 20px 0 20px;
  }
}
.footer_cta_inner {
  position: relative;
  z-index: 2;
  background: #00A9B1;
  background-image: linear-gradient(23deg, #00A9B2 0%, #10D2AA 50%, #58F261 100%);
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  text-align: center;
  color: white;
  max-width: 1200px;
  padding: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer_cta_inner {
    padding: 10px 20px;
  }
}
.footer_cta_inner h3 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.footer_cta:after {
  position: absolute;
  content: " ";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #EEEFF2;
}

footer {
  background: #EEEFF2;
  padding: 60px 90px;
}
@media screen and (max-width: 1700px) {
  footer {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 1300px) {
  footer {
    padding: 30px;
  }
}
@media screen and (max-width: 1023px) {
  footer {
    display: block;
    padding: 30px 20px 40px 20px;
  }
}
footer .footer1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  footer .footer1 {
    display: block;
    text-align: center;
  }
}
footer .footer1 a.footer_logo img {
  width: 200px;
  margin: 10px 0 0 0;
}
footer .footer1 .footer_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer1 .footer_menu ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
footer .footer1 .footer_menu ul li.button {
  display: none;
}
footer .footer1 .footer_menu ul li a {
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
}
footer .footer1 .footer_menu ul li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1023px) {
  footer .footer1 .footer_menu {
    padding: 30px 0;
  }
}
footer .footer2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  footer .footer2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  footer .footer2 p {
    margin: 0;
  }
}
footer .footer2 .copyright {
  font-size: 14px;
}
footer .footer2 .social {
  text-align: right;
}
footer .footer2 .social a {
  padding: 10px;
  font-size: 25px;
}
@media screen and (max-width: 1023px) {
  footer .footer2 .social {
    padding: 0 0 20px 0;
  }
}

/* ------------------------------------
BLOG LISTING
------------------------------------ */
section.module_blog .content {
  max-width: none;
  padding: 0 5vw;
}
section.module_blog .content .blog_tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  section.module_blog .content .blog_tiles {
    display: block;
  }
}
section.module_blog .content .blog_tiles a.blog_tile {
  display: block;
  background: #F3F4F7;
  width: 30%;
  margin: 30px 1.6%;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  section.module_blog .content .blog_tiles a.blog_tile {
    width: 46.8%;
  }
}
@media screen and (max-width: 767px) {
  section.module_blog .content .blog_tiles a.blog_tile {
    width: 100%;
    margin: 20px 0;
  }
}
section.module_blog .content .blog_tiles a.blog_tile:hover .blog_tile_image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}
section.module_blog .content .blog_tiles a.blog_tile .blog_tile_image {
  height: 15vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section.module_blog .content .blog_tiles a.blog_tile .blog_tile_image {
    height: 180px;
  }
}
section.module_blog .content .blog_tiles a.blog_tile .blog_tile_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
section.module_blog .content .blog_tiles a.blog_tile .blog_tile_deets {
  padding: 5px 30px 5px 30px;
}
@media screen and (max-width: 1400px) {
  section.module_blog .content .blog_tiles a.blog_tile .blog_tile_deets {
    padding: 5px 20px 5px 20px;
  }
}
section.module_blog .content .blog_tiles a.blog_tile .blog_tile_deets h2 {
  color: #0A1C3B;
  font-size: 1.7vw;
  line-height: 2.3vw;
  margin: 10px 0;
}
@media screen and (max-width: 1400px) {
  section.module_blog .content .blog_tiles a.blog_tile .blog_tile_deets h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
section.module_blog .content .blog_tiles a.blog_tile .blog_tile_deets p {
  margin: 8px 0;
  font-size: 13px;
  line-height: 20px;
}
@media screen and (max-width: 1400px) {
  section.module_blog .content .blog_tiles a.blog_tile .blog_tile_deets p {
    font-size: 13px;
    line-height: 20px;
    margin: 10px 0;
  }
}
section.module_blog .content .blog_tiles a.blog_tile .blog_tile_deets p.readmore {
  text-decoration: underline;
}

#pagination {
  text-align: center;
  padding: 4vw 0 0 0;
}
@media screen and (max-width: 767px) {
  #pagination {
    padding: 30px 0 0 0;
  }
}
#pagination a {
  padding: 0.6vw;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #pagination a {
    padding: 8px;
  }
}

/* ------------------------------------
BLOG DETAIL
------------------------------------ */
body.single-post section.module_text_only {
  text-align: left;
}
body.single-post section.module_text_only img.blog_feature_image {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 40px 0;
}
@media screen and (max-width: 1400px) {
  body.single-post section.module_text_only img.blog_feature_image {
    height: 500px;
    margin: 20px 0;
  }
}
body.single-post section.module_text_only .content.blog_back {
  margin-top: 40px;
}
@media screen and (max-width: 1400px) {
  body.single-post section.module_text_only {
    padding: 20px 0 50px 0;
  }
}

/* ------------------------------------
FORMS
------------------------------------ */
input[type=text], input[type=email], input[type=number], select, textarea {
  font: 14px "TT Norms W01 Regular", Helvetica, Arial, sans-serif;
  padding: 16px 20px !important;
  border-radius: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 999px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  border-radius: 30px;
}

input[type=submit], button, a.button, header.main nav ul.menu li.button a, .mobile_menu ul.menu li.button a {
  font-size: 20px;
  line-height: 20px;
  font-family: "TT Norms W01 Bold", Helvetica, Arial, sans-serif;
  color: white;
  display: inline-block;
  padding: 12px 30px;
  -webkit-appearance: none;
  border-radius: 999px;
  border: 0;
  outline: 0;
  text-decoration: none !important;
  background: #00A9B1;
  background-image: linear-gradient(22deg, #00A9B2 0%, #10D2AA 50%, #58F261 100%);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 999px;
  padding: 12px 20px !important;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1023px) {
  input[type=submit], button, a.button, header.main nav ul.menu li.button a, .mobile_menu ul.menu li.button a {
    font-size: 16px;
    line-height: 16px;
  }
}
input[type=submit]:hover, button:hover, a.button:hover, header.main nav ul.menu li.button a:hover, .mobile_menu ul.menu li.button a:hover {
  -webkit-transform: translate3d(0, -1px, 0);
          transform: translate3d(0, -1px, 0);
  -webkit-box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
  opacity: 1 !important;
}
input[type=submit].outline, button.outline, a.button.outline, header.main nav ul.menu li.button a.outline, .mobile_menu ul.menu li.button a.outline {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid #00A9B1;
  color: #00A9B1;
}
input[type=submit].outline:hover, button.outline:hover, a.button.outline:hover, header.main nav ul.menu li.button a.outline:hover, .mobile_menu ul.menu li.button a.outline:hover {
  background: #00A9B1;
  color: white;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-filter: none;
          filter: none;
}
input[type=submit].white, button.white, a.button.white, header.main nav ul.menu li.button a.white, .mobile_menu ul.menu li.button a.white {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid white;
  color: white;
}
input[type=submit].white:hover, button.white:hover, a.button.white:hover, header.main nav ul.menu li.button a.white:hover, .mobile_menu ul.menu li.button a.white:hover {
  background: white;
  color: #00A9B1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-filter: none;
          filter: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body .gform_legacy_markup_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

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

.gform_wrapper {
  width: 800px;
  margin: 0 auto;
}

.gform_ajax_spinner {
  vertical-align: middle;
  margin: 0 8px;
}

.gform_wrapper ul, .gform_wrapper li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.gform_legacy_markup_wrapper .top_label .gfield_label, .gform_legacy_markup_wrapper legend.gfield_label {
  font-weight: normal;
}

/* ------------------------------------
EVERYTHING ELSE, MISCELLANEOUS STUFF
------------------------------------ */
.error404 .content {
  text-align: center;
  min-height: 400px;
}

.alignright {
  clear: right;
  float: right;
  margin: 0px 0px 20px 20px;
}

.alignleft {
  clear: left;
  float: left;
  margin: 0px 20px 20px 0px;
}

.wp-caption-text {
  font-style: italic;
  font-size: 11px;
  line-height: 16px;
  margin-top: 3px;
}

.wp-caption {
  width: auto !important;
}

button.mfp-close, button.mfp-close:hover {
  background: transparent !important;
}

a {
  -webkit-tap-highlight-color: #9ce2ff;
}

::-moz-selection {
  background: #9ce2ff !important;
}

::selection {
  background: #9ce2ff !important;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

.grecaptcha-badge {
  display: none !important;
}

/* ------------------------------------
MEDIA QUERIES
------------------------------------ */