@charset "UTF-8";


.btn, .gform_button {
  opacity: 1;
  height: 46px;
  display: inline-flex;
  padding: 10px 15px;
  min-width: 98px;
  background: #FF9600;
  border: 1px solid #FF9600;
  color: #033063;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  font-family: "Bai Jamjuree", sans-serif;
  transition: 1s all;
}
.btn svg, .gform_button svg {
  fill: #033063;
  margin-left: 10px;
  transition: 1s all;
}
.btn:hover, .gform_button:hover {
  background: #033063;
  color: #fff;
  border: 1px solid #033063;
}
.btn:hover svg, .gform_button:hover svg {
  fill: #fff;
}
.btn.hollow, .gform_button.hollow {
  background: #033063;
  color: #FF9600;
  min-width: 146px;
  padding: 10px 15px;
}
.btn.hollow:hover, .gform_button.hollow:hover {
  color: #033063;
  background: #FF9600;
}
.btn.white-hollow, .gform_button.white-hollow {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  min-width: 180px;
}
.btn.white-hollow:hover, .gform_button.white-hollow:hover {
  background: #fff;
  color: #033063;
}
.btn.orange-hollow, .gform_button.orange-hollow {
  background: transparent;
  color: #FF9600;
  border: 1px solid #FF9600;
  min-width: 80px;
}
.btn.orange-hollow:hover, .gform_button.orange-hollow:hover {
  background: #fff;
  color: #033063;
  border: 1px solid #033063;
}
.gform_button {
  height: auto;
  line-height: 24px;
  min-width: 150px;
  background-color: transparent;
  border: 1px solid #FF9600;
  color: #FF9600;
}
.gform_button:hover {
  color: #033063;
  background: #FF9600;
}
#wpadminbar {
  bottom: 0 !important;
  top: unset;
  position: fixed !important;
}
.standard {
  padding: 30px 0;
}
.standard h1, .standard h2, .standard h3, .standard h4 {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
.standard a {
  color: #FF9600;
  text-decoration: underline;
}
.standard ul, .standard ol {
  padding-left: 20px;
}
.standard ul li, .standard ol li {
  padding-left: 5px;
  margin-bottom: 10px;
}
.copy-image + .body-copy {
  padding-top: 0;
}
.size-large {
  height: auto;
}
.wysiwyg a {
  color: #033063;
}
.wysiwyg img.aligncenter {
  margin: 0 auto;
  display: block;
  height: auto;
}
.wysiwyg img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
  height: auto;
}
@media screen and (max-width: 768px) {
  .wysiwyg img.alignleft {
    float: none;
    margin: 0 auto;
    display: block;
  }
}
.wysiwyg img.alignright {
  float: right;
  margin: 0 0 20px 20px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .wysiwyg img.alignright {
    float: none;
    margin: 0 auto;
    display: block;
  }
}
.wysiwyg h2 {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 500;
  font-size: 26px;
  margin-top: 0;
  line-height: 1.1;
  color: #033063;
}
.wysiwyg h3 {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 500;
  margin-top: 0;
  line-height: 1.1;
  font-size: 22px;
  color: #033063;
}
.wysiwyg ul, .wysiwyg ol {
  padding-left: 20px;
}
.wysiwyg ul li, .wysiwyg ol li {
  padding-left: 10px;
  margin-bottom: 10px;
}
section.bc-wrap {
  background: #033063;
  padding: 10px 0;
  color: #fff;
}
section.bc-wrap #breadcrumbs {
  margin: 0;
  padding-left: 69px;
}
@media screen and (max-width: 1320px) {
  section.bc-wrap #breadcrumbs {
    padding-left: 0;
  }
}
section.bc-wrap span.breadcrumb_last {
  color: #FF9600;
}
section.bc-wrap a {
  color: #fff;
  text-decoration: none;
}
section.bc-wrap a:hover {
  color: #FF9600;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
}
header .top {
  background: #033063;
  position: relative;
  z-index: 1;
}
header .top:after {
  content: "";
  background: #0582F2;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 50%;
  position: absolute;
  right: 0;
  z-index: 1;
}
header .top .top-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  max-width: 2400px;
  position: relative;
  z-index: 3;
  height: 40px;
  background: #033063;
}
@media screen and (max-width: 991px) {
  header .top .top-inner {
    justify-content: space-between;
  }
  header .top .top-inner .container {
    margin: 0;
  }
}
@media screen and (max-width: 700px) {
  header .top .top-inner {
    flex-direction: column;
    height: auto;
  }
}
header .top .top-inner .promo-bar {
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (max-width: 700px) {
  header .top .top-inner .promo-bar {
    text-align: center;
  }
}
header .top .top-inner .promo-bar a {
  color: #fff;
}
header .top .top-inner .promo-bar p {
  margin: 0;
}
header .top .top-inner .phone-wrap {
  background: #0582F2;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px 25px;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  header .top .top-inner .phone-wrap {
    position: relative;
    margin-left: 30px;
  }
}
@media screen and (max-width: 700px) {
  header .top .top-inner .phone-wrap {
    margin-left: auto;
  }
}
header .top .top-inner .phone-wrap:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 43px 40px 0;
  border-color: transparent #0582F2 transparent transparent;
  transform: rotate(0deg);
  content: "";
  position: absolute;
  top: 0;
  left: -41px;
  bottom: 0;
}
header .top .top-inner .phone-wrap a {
  color: #fff;
  text-decoration: none;
}
header .top .top-inner .phone-wrap a:hover {
  text-decoration: underline;
}
header .bottom {
  padding: 20px 0;
  background: #fff;
}
header .bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  padding: 0 15px;
}
header .bottom .logo-outer {
  position: relative;
  z-index: 40;
}
header .bottom .logo-outer .logo-inner {
  max-width: 225px;
}
@media screen and (max-width: 1100px) {
  header .bottom .logo-outer .logo-inner {
    max-width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  header .bottom .logo-outer .logo-inner {
    max-width: 225px;
  }
}
header .bottom .logo-outer .logo-inner a {
  display: flex;
  align-items: center;
}
header .bottom .nav-items {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
  height: 48px;
}
@media only screen and (max-width: 550px) {
  header .bottom .nav-items .cta {
    display: none;
  }
}
header .bottom nav.nav {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  header .bottom nav.nav {
    transform: rotate3d(1, 1, 1, 120deg);
    width: 0;
  }
}
header .bottom nav.nav ul#menu-primary {
  display: flex;
  list-style: none;
  margin: 0 40px;
  padding: 0;
  justify-content: space-between;
  width: 100%;
  max-width: 650px;
}
@media screen and (max-width: 1100px) {
  header .bottom nav.nav ul#menu-primary {
    margin: 0 20px;
  }
}
header .bottom nav.nav ul#menu-primary li {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1025px) {
  header .bottom nav.nav ul#menu-primary li.devices {
    display: none;
  }
}
header .bottom nav.nav ul#menu-primary li.open {
  flex-direction: column;
  align-items: flex-start;
}
header .bottom nav.nav ul#menu-primary li a {
  font-size: 16px;
  color: #033063;
  font-weight: bold;
  text-decoration: none;
  transition: 0.5s color;
}
@media screen and (min-width: 1025px) {
  header .bottom nav.nav ul#menu-primary li a:hover {
    color: #697080;
  }
}
header .bottom nav.nav ul#menu-primary li.menu-item.current-menu-item a {
  color: #FF9600;
}
@media screen and (min-width: 1025px) {
  header .bottom nav.nav ul#menu-primary li.dropdown:hover ul.dropdown-menu {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 100;
    padding: 36px 0 0;
    display: block;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown:hover ul.dropdown-menu:before {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #697080 transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    left: 0;
    bottom: -49px;
    content: "";
  }
  header .bottom nav.nav ul#menu-primary li.dropdown:hover ul.dropdown-menu:after {
    right: 0;
    left: 50px;
    bottom: -49px;
    height: 50px;
    background: #697080;
    content: "";
    position: absolute;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown:hover ul.dropdown-menu li {
    background: #697080;
    padding: 10px 24px;
    width: 264px;
    display: block;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown:hover ul.dropdown-menu li:last-of-type {
    padding: 10px 24px 30px;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown:hover ul.dropdown-menu li:first-of-type {
    padding: 40px 24px 10px;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown:hover ul.dropdown-menu li a {
    color: #fff;
    font-weight: 500;
    transition: 0.5s color;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown:hover ul.dropdown-menu li a:hover {
    color: #FF9600;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown:hover ul.dropdown-menu ul.dropdown-menu {
    display: none;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown:hover ul.dropdown-menu {
    display: block;
    position: relative;
    padding-top: 0;
    margin: 0;
    top: 0;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown:hover ul.dropdown-menu:before {
    content: none;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown:hover ul.dropdown-menu:after {
    content: none;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown:hover ul.dropdown-menu li {
    background: transparent;
    display: block;
    padding: 1px 0;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown:hover ul.dropdown-menu li:first-of-type {
    padding: 15px 0 1px;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown:hover ul.dropdown-menu li:last-of-type {
    padding: 1px 0 0;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown:hover ul.dropdown-menu li a {
    font-weight: 500;
    color: #fff;
    display: inline-block;
    background: transparent;
    border-radius: 3px;
    padding: 2px 10px 2px 35px;
    margin-left: -24px;
    position: relative;
    transition: 0.5s color;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown:hover ul.dropdown-menu li a:hover {
    color: #FF9600;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown:hover ul.dropdown-menu li a:hover {
    /*
                          &:before {
                            content: '';
                            position: absolute;
                            left: 4px;
                            height: 20px;
                            top: 3px;
                            bottom: 2px;
                            background: url(/wp-content/uploads/2023/08/logo-element.svg);
                            background-size: cover;
                            width: 20px;
                          }
                          */
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown:hover ul.dropdown-menu li ul {
    display: none;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown li.dropdown:hover ul.dropdown-menu {
    display: block;
    position: relative;
    padding-top: 0;
    margin: 0;
    top: 0;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown li.dropdown:hover ul.dropdown-menu:before {
    content: none;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown li.dropdown:hover ul.dropdown-menu:after {
    content: none;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown li.dropdown:hover ul.dropdown-menu li {
    background: transparent;
    display: block;
    padding: 1px 0;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown li.dropdown:hover ul.dropdown-menu li:first-of-type {
    padding: 15px 0 1px;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown li.dropdown:hover ul.dropdown-menu li:last-of-type {
    padding: 1px 0 0;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown li.dropdown:hover ul.dropdown-menu li a {
    font-weight: 500;
    color: #fff;
    display: inline-block;
    display: inline-block;
    background: transparent;
    border-radius: 3px;
    padding: 2px 10px 2px 35px;
    margin-left: -24px;
    position: relative;
    transition: 0.5s color;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown li.dropdown:hover ul.dropdown-menu li a:hover {
    color: #FF9600;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown li.dropdown:hover ul.dropdown-menu li a.level-3 {
    margin-left: -5px !important;
    font-size: 14px !important;
    max-width: 175px;
  }
  header .bottom nav.nav ul#menu-primary li.dropdown li.dropdown li.dropdown:hover ul.dropdown-menu li ul {
    display: none;
  }
}
header .bottom nav.nav span.caret {
  display: inline-flex;
  height: 10px;
  width: 10px;
  padding: 5px 5px 5px 10px;
  margin-bottom: -2px;
}
header .bottom nav.nav span.caret.back {
  display: block !important;
  transform: rotate(90deg);
  width: 30px;
  height: 30px;
  margin: 0 0 20px;
}
header .bottom nav.nav span.caret svg {
  fill: #033063;
  width: 100%;
  height: 100%;
}
header .bottom nav.nav ul.dropdown-menu {
  display: none;
}
@media screen and (min-width: 1025px) {
  header .bottom nav.nav ul.dropdown-menu span.caret svg {
    fill: #fff;
  }
}
header .bottom .hamburger-wrap {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .bottom .hamburger-wrap {
    display: block;
    margin-left: 15px;
    height: 40px;
    position: relative;
    z-index: 40;
  }
}
header nav.nav.is-active {
  display: block;
  position: fixed;
  z-index: 30;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 175px 30px 75px;
  transform: rotate3d(1, 1, 1, 0);
  width: auto;
  overflow: scroll;
}
header nav.nav.is-active span.caret {
  display: inline-flex;
  height: 20px;
  width: 20px;
  padding: 5px;
  margin-bottom: -2px;
  transform: rotate(270deg);
  margin-left: 100px;
}
header nav.nav.is-active ul#menu-primary {
  display: block;
  text-align: center;
  list-style: none;
  margin: 0;
}
header nav.nav.is-active ul#menu-primary li {
  align-items: flex-start;
}
header nav.nav.is-active ul#menu-primary li a {
  font-size: 20px;
  color: #033063;
  margin-bottom: 30px;
  max-width: unset;
  text-align: left;
}
header nav.nav.is-active ul.dropdown-menu {
  display: none;
  list-style: none;
  padding: 0;
}
.hamburger {
  padding: 0 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #B3B3B3;
}
.hamburger-box {
  width: 60px;
  height: 40px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 60px;
  height: 7px;
  background-color: #B3B3B3;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 16px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 32px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner::after {
  top: 20px;
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
footer .top {
  padding: 55px 0 70px;
  color: #fff;
  background: #033063;
  font-weight: 200;
  font-size: 16px;
}
footer .top a {
  color: #fff;
  text-decoration: none;
}
footer .top a:hover {
  text-decoration: underline;
}
footer .top .logo-bar {
  margin-bottom: 50px;
}
footer .top .flexer {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  footer .top .flexer {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 650px) {
  footer .top .flexer .one {
    width: 50%;
  }
}
@media screen and (max-width: 550px) {
  footer .top .flexer .one {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
footer .top .flexer .one .aptyx {
  font-weight: 600;
}
footer .top .flexer .one .socials {
  margin-top: 20px;
  display: flex;
  align-items: center;
  margin-left: -13px;
}
@media screen and (max-width: 550px) {
  footer .top .flexer .one .socials {
    justify-content: center;
  }
}
footer .top .flexer .one .socials a {
  display: flex;
  border: 2px solid #fff;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin: 0 13px;
  padding: 6px;
  transition: 1s all;
}
footer .top .flexer .one .socials a.linked-in svg {
  width: 60%;
}
footer .top .flexer .one .socials a svg {
  fill: #fff;
  display: block;
  width: 80%;
  height: auto;
  transition: 1s all;
}
footer .top .flexer .one .socials a:hover {
  border: 2px solid #FF9600;
}
footer .top .flexer .one .socials a:hover svg {
  fill: #FF9600;
}
footer .top .flexer .two {
  padding: 0 30px;
}
@media screen and (max-width: 650px) {
  footer .top .flexer .two {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 550px) {
  footer .top .flexer .two {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 30px;
  }
}
footer .top .flexer .two ul#menu-footer {
  margin: 0;
  list-style: none;
  padding: 0;
}
footer .top .flexer .two ul#menu-footer li {
  margin-bottom: 15px;
}
footer .top .flexer .three {
  max-width: 293px;
  min-width: 198px;
}
@media screen and (max-width: 650px) {
  footer .top .flexer .three {
    max-width: 100%;
    margin-top: 20px;
  }
}
footer .top .flexer .three div#gform_confirmation_message_1 {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
}
footer .top .flexer .three .form-cta {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}
footer .top .flexer .three ::placeholder {
  color: #fff;
  opacity: 1;
}
footer .top .flexer .three .gform_wrapper.gravity-theme input[type=email] {
  font-size: 16px !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px 8px 8px 0 !important;
  height: 38px;
  background: transparent;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Public Sans", sans-serif;
}
footer .top .flexer .three .gform_wrapper.gravity-theme .gform_footer {
  margin: 30px 0 0 !important;
  padding: 16px 0;
}
footer .top .flexer .three input#gform_submit_button_1 {
  border-radius: 3px;
  height: 46px;
  width: 110px;
  border: 1px solid #FF9600;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  color: #FF9600;
  font-size: 16px;
  font-weight: 600;
  font-family: "Bai Jamjuree", sans-serif;
  transition: 1s all;
  line-height: 1 !important;
}
footer .top .flexer .three input#gform_submit_button_1:hover {
  color: #033063;
  background: #FF9600;
}
footer .bottom {
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 25px 0;
}
footer .bottom .legals {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 550px) {
  footer .bottom .legals {
    flex-direction: column;
  }
}
footer .bottom .legals .copy {
  margin-right: 20px;
}
footer .bottom .legals .links {
  display: flex;
  gap: 10px;
}
footer .bottom .legals .links a {
  color: #fff;
}
.gform_validation_errors {
  display: none;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  background: #fff9f9;
  border: 1px solid #c02b0a;
  font-size: 11px !important;
  margin-top: 8px;
  padding: 4px !important;
}
.pre-footer {
  padding: 0 0 86px;
}
@media screen and (max-width: 550px) {
  .pre-footer {
    padding: 0 0 55px;
  }
}
.pre-footer .img-wrap {
  height: 466px;
  max-width: 2000px;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  .pre-footer .img-wrap {
    height: 347px;
  }
}
.pre-footer .img-wrap img {
  object-fit: cover;
  object-position: center top;
  height: 100%;
  width: 100%;
}
.pre-footer .inner {
  background: #FF9600;
  border-radius: 2.5px;
  max-width: 1030px;
  min-height: 229px;
  margin: -162px auto 0;
  position: relative;
  z-index: 5;
  padding: 65px 30px 30px 120px;
  color: #FFF;
}
@media screen and (max-width: 991px) {
  .pre-footer .inner {
    padding: 65px 30px 30px 30px;
  }
}
@media screen and (max-width: 550px) {
  .pre-footer .inner {
    min-height: 160px;
  }
}
.pre-footer .inner:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 73px 0 0 71px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(0deg);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 550px) {
  .pre-footer .inner:before {
    border-width: 24px 0 0 24px;
  }
}
.pre-footer .inner .btn.hollow {
  border: 1px solid #033063;
  color: #fff;
}
.pre-footer .inner .btn.hollow:hover {
  border: 1px solid #fff;
  color: #033063;
  background: #fff;
}
.pre-footer .flexer {
  display: flex;
}
@media screen and (max-width: 380px) {
  .pre-footer .flexer {
    flex-direction: column;
  }
}
.pre-footer .icon {
  width: 109px;
  margin-right: 60px;
  height: 109px;
}
@media screen and (max-width: 550px) {
  .pre-footer .icon {
    width: 54px;
    height: 54px;
    margin-right: 20px;
  }
}
.pre-footer .icon img {
  width: 100%;
  height: 100%;
}
.pre-footer .cta {
  font-size: 48px;
  line-height: 1;
  flex: 1;
}
@media screen and (max-width: 550px) {
  .pre-footer .cta {
    font-size: 30px;
  }
}
.pre-footer .cta .btn-wrap {
  margin-top: 40px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s;
}
.slick-arrow svg {
  fill: #FF9600;
  width: 20px;
  transition: all 1s;
}
.slick-arrow:hover {
  border: 1px solid #FF9600;
}
.slick-arrow:hover svg {
  fill: #fff;
}
ul.slick-dots {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: center;
}
ul.slick-dots li button {
  height: 20px;
  width: 20px;
  border: 1px solid #B3B3B3;
  background: transparent;
  margin: 0 10px;
  border-radius: 500px;
  font-size: 0;
}
ul.slick-dots li.slick-active button {
  border: 1px solid #702F8A;
}
.home-about {
  background-color: #033063;
  padding: 90px 0 100px;
}
@media screen and (max-width: 550px) {
  .home-about {
    padding: 45px 0 50px;
  }
}
.home-about p, .home-about li {
  font-weight: 300;
  font-size: 17px;
  color: #000;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: 0;
}
.home-about ul {
  padding-left: 0px;
}
.home-about ul li {
  list-style-type: none;
  background-image: url(../img/li.png);
  background-position: left 10px;
  background-repeat: no-repeat;
  background-size: 18px auto;
  padding: 3px 0px 3px 30px;
}
.home-about .btn {
  height: auto;
  background-color: transparent;
  line-height: 24px;
}
.home-about .cta-wrap {
  margin-top: 50px;
}
.home-about .flexer {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .home-about .flexer {
    flex-direction: column;
    gap: 30px;
  }
  .home-about .flexer .home-about-left {
    width: 100%;
    padding-right: 0;
  }
  .home-about .flexer .home-about-right {
    width: 100%;
  }
  .home-about .flexer .ha-heading, .home-about .flexer h3, .home-about .flexer h2 {
    margin-bottom: 10px;
  }
  .home-about .flexer .ha-paragraph {
    margin: 1em 0 2em;
  }
}
.home-about .flexer.one {
  flex-direction: column;
  gap: 0 !important;
}
.home-about .flexer.one > div {
  width: 100% !important;
}
.home-about .home-about-left {
  width: 460px;
  padding-right: 40px;
}
.home-about .home-about-right {
  width: 600px;








  margin-left: auto;
}
.home-about * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: medium none;
}
.home-about .ha-heading, .home-about h3, .home-about h2 {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 40px;
  color: #033063;
  letter-spacing: -0.21px;
  line-height: 1.1;
  font-weight: 500;
  max-width: 80%;
  margin-bottom: 30px;
  margin-top: 0;
}
.home-about .ha-heading.reduced, .home-about h3.reduced, .home-about h2.reduced {
  font-size: 34px;
}
@media screen and (max-width: 1100px) {
  .home-about .ha-heading, .home-about h3, .home-about h2 {
    max-width: 100%;
  }
}
.home-about .ha-content {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  color: #FF9600;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 0;
}
.home-about .ha-paragraph {
  font-weight: 300;
  font-size: 16px;
  color: #000;
  letter-spacing: 0;
  line-height: 24px;
}
.home-about-white {
  background-color: #fff;
  max-width: 1390px;
  margin: 0px auto;
  padding: 90px 0px;
  background-image: url(../img/x.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  border-radius: 3px;
}
@media screen and (max-width: 900px) {
  .home-about-white {
    padding: 35px 0;
  }
}
.home-about-section + .home-about-section {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .home-about-section + .home-about-section {
    margin-top: 10px;
  }
}
.home-about-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 350px) {
  .home-about-stats .top-stat {
    font-size: 40px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 450px) {
  .home-about-stats {
    flex-direction: column;
  }
}
.top-stat {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 600;
  font-size: 58px;
  color: #033063;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
  white-space: nowrap;
}
.bottom-stat {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #033063;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 20px;
}
.home-stat {
  position: relative;
  width: calc(50% - 20px);
}
@media screen and (max-width: 450px) {
  .home-stat {
    width: 100%;
  }
}
.home-stat:after {
  content: "";
  width: 211px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0582F2;
}
#hero {
  padding: 90px 0 167px;
  position: relative;
}
#hero:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
}
@media screen and (max-width: 768px) {
  #hero {
    padding: 90px 0 20px;
  }
}
#hero .container {
  min-height: 393px;
}
@media screen and (max-width: 768px) {
  #hero .container {
    min-height: 364px;
  }
}
#hero .container .hero-inner {
  padding-left: 69px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1320px) {
  #hero .container .hero-inner {
    padding-left: 0;
  }
}
#hero .container .hero-inner h1.headline, #hero .container .hero-inner div.headline {
  font-size: 60px;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 30px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #hero .container .hero-inner h1.headline, #hero .container .hero-inner div.headline {
    font-size: 28px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 380px) {
  #hero .container .hero-inner h1.headline, #hero .container .hero-inner div.headline {
    font-size: 11vw;
  }
}
#hero .container .hero-inner p, #hero .container .hero-inner h1.support {
  margin: 0 0 50px;
  color: #FF9600;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  max-width: 690px;
}
@media screen and (max-width: 768px) {
  #hero .container .hero-inner p, #hero .container .hero-inner h1.support {
    margin: 0 0 20px;
  }
}
section.video-copy {

  background: #033063;
  overflow: hidden;
  padding: 20px 0 100px;
  position: relative;
  border-radius: 3px 3px 0 0;
}
@media screen and (max-width: 550px) {
  section.video-copy {
    padding: 20px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  section.video-copy {
    margin: 0;
    border-radius: unset;
  }
}
section.video-copy:after {
  content: "";
  top: 165px;
  bottom: 0;
  left: -25px;
  right: -25px;
  background: #033063;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section.video-copy:after {
    content: none;
  }
}
section.video-copy .container {
  max-width: 1110px;
}
section.video-copy .container .flexer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-areas: "Video Copy-1" ". Copy-2";
}
@media screen and (max-width: 1024px) {
  section.video-copy .container .flexer {
    display: flex;
    flex-direction: column;
  }
}
section.video-copy .copy {
  flex: 1;
}
section.video-copy .copy .headline {
  color: #fff;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 30px;
  margin-top: 0;
}
section.video-copy .copy p.support {
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #FF9600;
  max-width: 540px;
}
section.video-copy .copy .wysiwyg {
  color: #fff;
}
section.video-copy .copy .cta-wrap {
  margin-top: 50px;
}
section.video-copy .copy.copy1 {
  grid-area: Copy-1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  section.video-copy .copy.copy1 {
    order: 1;
  }
}
section.video-copy .copy.copy2 {
  grid-area: Copy-2;
}
@media screen and (max-width: 1024px) {
  section.video-copy .copy.copy2 {
    order: 3;
  }
}
section.video-copy .video {
  width: 486px;
  grid-area: Video;
}
@media screen and (max-width: 1024px) {
  section.video-copy .video {
    order: 2;
    margin: 30px 0;
  }
}
@media screen and (max-width: 550px) {
  section.video-copy .video {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    display: flex;
    justify-content: center;
  }
}
section.video-copy .video .inner-wrapper {
  position: relative;
}
section.video-copy .video .inner-wrapper .placeholder {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 17% 100%, 0% 69%, 0% 0%);
}
section.video-copy .video .inner-wrapper .placeholder img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}
section.video-copy .video .inner-wrapper .press-play {
  width: 154px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  margin-left: -77px;
  top: 50%;
  margin-top: -36px;
  background: url(/wp-content/uploads/2023/08/play-btn-background.svg);
  z-index: 5;
  transition: 1s all;
  cursor: pointer;
}
section.video-copy .video .inner-wrapper .press-play .inner {
  display: flex;
  align-items: center;
}
section.video-copy .video .inner-wrapper .press-play .inner span {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FF9600;
  margin-right: 10px;
}
section.video-copy .video .inner-wrapper .press-play .inner .icon {
  width: 30px;
  margin-bottom: -5px;
  transition: 1s all;
}
section.video-copy .video .inner-wrapper .press-play .inner .icon svg {
  fill: #fff;
  transform: rotate(90deg);
  width: 100%;
  height: 100%;
}
section.video-copy .video .inner-wrapper .press-play:hover {
  filter: drop-shadow(2px 4px 6px black);
}
section.video-copy .video .inner-wrapper .press-play:hover .icon {
  width: 35px;
}
section.video-copy .video .inner-wrapper .brand-overlay {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 73px 0 0 73px;
  border-color: transparent transparent transparent #ff902e;
  position: absolute;
  left: 6px;
  bottom: 6px;
}
section.video-copy .video .inner-wrapper .brand-overlay:before {
  content: url(/wp-content/uploads/2023/08/logo-element.svg);
  position: absolute;
  left: -66px;
  bottom: 3px;
}
section#hero + section.video-copy {
  margin: -165px 25px 0;
}
@media screen and (max-width: 768px) {
  section#hero + section.video-copy {
    margin: 0;
    border-radius: unset;
  }
}
section.solutions {
  background: #033063;
  padding: 20px 0 100px;
}
@media screen and (max-width: 550px) {
  section.solutions {
    padding: 20px 0 50px;
  }
}
@media screen and (max-width: 600px) {
  section.solutions .container {
    padding: 0 20px;
  }
}
section.solutions .headline {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.21px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  section.solutions .headline {
    text-align: left;
  }
}
section.solutions .items {
  max-width: 870px;
  margin: 0 auto;
}
section.solutions .items .item {
  margin-bottom: 90px;
  position: relative;
}
section.solutions .items .label {
  font-size: 24px;
  color: #FF9600;
  font-family: "Bai Jamjuree";
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 20px;
  max-width: 300px;
}
section.solutions .items .wysiwyg {
  color: #fff;
}
section.solutions .items .btn.hollow {
  margin-top: 20px;
}
section.solutions .items .flexer {
  display: flex;
  column-gap: 70px;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  section.solutions .items .flexer {
    column-gap: 40px;
    justify-content: space-between;
  }
}
section.solutions .items .flexer .copy {
  flex: 1;
  max-width: 400px;
}
@media screen and (max-width: 455px) {
  section.solutions .items .flexer .copy {
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 455px) {
  section.solutions .items .flexer.right {
    flex-direction: column;
    align-items: center;
  }
}
section.solutions .items .flexer.right .img {
  width: 180px;
  height: 180px;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
section.solutions .items .flexer.right .img img {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
}
section.solutions .items .flexer.right .img:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 90px 0 0;
  border-color: #033063 transparent transparent transparent;
  position: absolute;
  content: "";
  z-index: 5;
}
section.solutions .items .flexer.right .img:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 90px 90px;
  border-color: transparent transparent #033063 transparent;
  position: absolute;
  content: "";
  z-index: 5;
  bottom: 0;
  right: 0;
}
section.solutions .items .flexer.right .box {
  width: 180px;
  height: 180px;
  position: absolute;
  z-index: 20;
  right: -14px;
  top: 13px;
}
section.solutions .items .flexer.right .box .b1 {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 0 8px;
}
section.solutions .items .flexer.right .box .b2 {
  width: 90px;
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-radius: 0 8px;
}
section.solutions .items .flexer.right .box .b3 {
  width: 126px;
  height: 127px;
  position: absolute;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  left: 15%;
  top: 14%;
  transform: rotate(315deg);
}
@media screen and (max-width: 600px) {
  section.solutions .items .flexer.left {
    flex-direction: row-reverse;
    column-gap: 10px;
  }
  section.solutions .items .flexer.left .imgs-wrap {
    margin-right: 15px;
  }
}
@media screen and (max-width: 455px) {
  section.solutions .items .flexer.left {
    flex-direction: column;
    align-items: center;
  }
}
section.solutions .items .flexer.left .img {
  width: 180px;
  height: 180px;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
section.solutions .items .flexer.left .img img {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
}
section.solutions .items .flexer.left .img:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 90px 90px 0;
  position: absolute;
  content: "";
  z-index: 5;
  top: 0;
  right: 0;
  border-color: transparent #033063 transparent transparent;
}
section.solutions .items .flexer.left .img:after {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  content: "";
  z-index: 5;
  bottom: 0;
  left: 0;
  border-width: 90px 0 0 90px;
  border-color: transparent transparent transparent #033063;
}
section.solutions .items .flexer.left .box {
  width: 180px;
  height: 180px;
  position: absolute;
  z-index: 20;
  right: -14px;
  top: -9px;
}
section.solutions .items .flexer.left .box .b1 {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-radius: 8px 0;
}
section.solutions .items .flexer.left .box .b2 {
  width: 90px;
  height: 90px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 8px 0;
}
section.solutions .items .flexer.left .box .b3 {
  width: 126px;
  height: 127px;
  position: absolute;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  left: 15%;
  top: 14%;
  transform: rotate(45deg);
}
section.solutions .items .flexer .imgs-wrap {
  position: relative;
  width: 181px;
  display: flex;
  justify-content: flex-end;
}
.testimonials {
  padding: 20px 0 50px;
  background: #033063;
  color: #fff;
}
@media screen and (max-width: 550px) {
  .testimonials {
    padding: 20px 0 50px;
  }
}

.testimonials .container{ max-width:1200px;}
.testimonials .slick-initialized .slick-slide {
  display: block;
  height: inherit !important;
}
.testimonials .slick-track {
  display: flex !important;
}
@media screen and (max-width: 550px) {
  .testimonials .container {
    padding: 0;
  }
}
.testimonials .slick-arrow {
  position: absolute;
  top: -130px;
  z-index: 10;
}
@media screen and (max-width: 950px) {
  .testimonials .slick-arrow {
    top: unset;
    bottom: 0;
  }
}
.testimonials button.prev.slick-arrow {
  right: 90px;
}
@media screen and (max-width: 950px) {
  .testimonials button.prev.slick-arrow {
    right: unset;
    left: 105px;
  }
}
.testimonials button.next.slick-arrow {
  right: 20px;
}
@media screen and (max-width: 950px) {
  .testimonials button.next.slick-arrow {
    right: unset;
    left: 175px;
  }
}
.testimonials .slick-slider {
  position: unset;
  position: relative;
}
.testimonials .headline {
  font-size: 32px;
  letter-spacing: -0.21px;
  line-height: 1.2;
  margin-bottom: 72px;
}
@media screen and (max-width: 550px) {
  .testimonials .headline {
    padding: 0 30px;
  }
}
.testimonials .testimonial-outer {
  padding: 25px 40px 0 0;
}
@media screen and (max-width: 950px) {
  .testimonials .testimonial-outer {
    padding: 25px 0 70px;
  }
}
.testimonials .testimonial-inner {
  background: rgba(0, 0, 0, 0.18);
  padding: 55px 80px 55px 30px;
  max-width: 710px;
  display: flex;
  border-radius: 7px;
  position: relative;
  height: calc(100% - 0px);
}
@media screen and (max-width: 950px) {
  .testimonials .testimonial-inner {
    max-width: unset;
  }
}
.testimonials .testimonial-inner:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #033063 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
}
.testimonials .testimonial-inner .icon {
  width: 60px;
  margin-right: 15px;
  height: 45px;
}
.testimonials .testimonial-inner .icon svg {
  width: 100%;
  fill: #375474;
  height: 100%;
}
.testimonials .testimonial-inner .content {
  flex: 1;
  position: relative;
}
.testimonials .testimonial-inner .content .quote {
  font-size: 16px;
  font-weight: 200;
}
.testimonials .testimonial-inner .content .quotee {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 200;
}
.testimonials .testimonial-inner .content .quotee span {
  font-weight: 700;
}
.testimonials .testimonial-inner .content:before {
  content: "";
  position: absolute;
  left: 0;
  top: -80px;
  background-color: #FF9600;
  height: 52px;
  width: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/wp-content/uploads/2023/08/logo-element.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
}
section.content-grid {
  padding: 20px 0 100px;
  background-color: #033063;
  color: #fff;
  background-image: url(/wp-content/uploads/2023/08/X-stroke.webp);
  background-position: -60px 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 550px) {
  section.content-grid {
    padding: 20px 0 50px;
  }
}

section.content-grid .container {
    max-width: 1300px;
}

@media screen and (max-width: 550px) {
  section.content-grid .container {
    padding: 0;
  }
}
section.content-grid.background-middle {
  background-position: -60px 80px;
}
section.content-grid.background-middle .flexer {
  align-items: flex-start;
}
section.content-grid.background-middle .flexer .content {
  padding-top: 100px;
}
@media screen and (max-width: 870px) {
  section.content-grid.background-middle .flexer .content {
    padding-top: 0px;
  }
}
section.content-grid .flexer {
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
}
@media screen and (max-width: 1024px) {
  section.content-grid .flexer {
    column-gap: 20px;
  }
}
@media screen and (max-width: 870px) {
  section.content-grid .flexer {
    flex-direction: column;
  }
}
section.content-grid .content {
  margin-top: 100px;
  flex: 1;
}
@media screen and (max-width: 870px) {
  section.content-grid .content {
    max-width: 100%;
    margin-bottom: 40px;
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  section.content-grid .content {
    padding: 0 30px;
    width: calc(100% - 60px);
  }
}
section.content-grid .content .headline {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -0.2px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  section.content-grid .content .headline {
    font-size: 34px;
  }
}
@media screen and (max-width: 870px) {
  section.content-grid .content .headline {
    margin-top: 20px;
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  section.content-grid .content .headline {
    margin-top: 20px;
    font-size: 30px;
    text-align: center;
  }
}
section.content-grid .content .cta-wrap {
  margin-top: 40px;
}
section.content-grid .grids-outer {
  max-width: 980px;
  flex: 2;
}
@media screen and (max-width: 1024px) {
  section.content-grid .grids-outer {
    max-width: 60%;
  }
}
@media screen and (max-width: 870px) {
  section.content-grid .grids-outer {
    max-width: unset;
  }
}
@media screen and (max-width: 550px) {
  section.content-grid .grids-outer {
    padding: 0 10px;
  }
}
section.content-grid .grids-outer .grids-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
section.content-grid .grids-outer .grid-outer {
  padding: 0 4px 12px;
}
@media screen and (max-width: 991px) {
  section.content-grid .grids-outer .grid-outer {
    width: calc(50% - 8px) !important;
  }
  section.content-grid .grids-outer .grid-outer .img {
    height: 221px !important;
  }
  section.content-grid .grids-outer .grid-outer .img:before {
    border-width: 88px 95px 0 0 !important;
  }
}
@media screen and (max-width: 480px) {
  section.content-grid .grids-outer .grid-outer {
    width: 100% !important;
  }
  section.content-grid .grids-outer .grid-outer.half, section.content-grid .grids-outer .grid-outer.third {
    width: calc(50% - 8px) !important;
  }
}
@media screen and (max-width: 420px) {
  section.content-grid .grids-outer .grid-outer {
    width: 100% !important;
  }
  section.content-grid .grids-outer .grid-outer.half, section.content-grid .grids-outer .grid-outer.third {
    width: 100% !important;
  }
}
section.content-grid .grids-outer .grid-outer.large {
  width: 100%;
}
@media screen and (min-width: 992px) {
  section.content-grid .grids-outer .grid-outer.large .grid-inner .bottom {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  section.content-grid .grids-outer .grid-outer.large .grid-inner .bottom {
    display: block;
  }
}
section.content-grid .grids-outer .grid-outer.large .img {
  height: 305px;
}
section.content-grid .grids-outer .grid-outer.large .img:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 108px 115px 0 0;
  border-color: #033063 transparent transparent transparent;
  content: "";
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 991px) {
  section.content-grid .grids-outer .grid-outer.large .bottom .title {
    min-height: 37px;
  }
}
@media screen and (max-width: 480px) {
  section.content-grid .grids-outer .grid-outer.large .bottom .title {
    min-height: unset;
  }
}
section.content-grid .grids-outer .grid-outer.third {
  width: calc(33.33% - 0px);
}
section.content-grid .grids-outer .grid-outer.third .img {
  height: 190px;
}
section.content-grid .grids-outer .grid-outer.third .img:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 63px 65px 0 0;
  border-color: #033063 transparent transparent transparent;
  content: "";
  position: absolute;
  z-index: 5;
}
section.content-grid .grids-outer .grid-outer.third .bottom .title {
  /* min-height: 37px; */
}
@media screen and (max-width: 420px) {
  section.content-grid .grids-outer .grid-outer.third .bottom .title {
    min-height: unset;
  }
}
section.content-grid .grids-outer .grid-outer.half {
  width: calc(50% - 8px);
}
section.content-grid .grids-outer .grid-outer.half .img {
  height: 221px;
}
section.content-grid .grids-outer .grid-outer.half .img:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 88px 95px 0 0;
  border-color: #033063 transparent transparent transparent;
  content: "";
  position: absolute;
  z-index: 5;
}
section.content-grid .grids-outer .grid-outer.half .bottom .title {
  min-height: 37px;
}
@media screen and (max-width: 420px) {
  section.content-grid .grids-outer .grid-outer.half .bottom .title {
    min-height: unset;
  }
}
section.content-grid .grids-outer .grid-inner {
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
}
section.content-grid .grids-outer .grid-inner .img {
  overflow: hidden;
  position: relative;
  border-radius: 3px 3px 0 0;
}
section.content-grid .grids-outer .grid-inner .img img {
  display: block;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
section.content-grid .grids-outer .grid-inner .bottom {
  flex: 1;
  background: #697080;
  padding: 15px;
  border-radius: 0 0 3px 3px;
  transition: 1s all;
  position: relative;
  /*display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 0.5fr 1fr;
        @media screen and (max-width: 643px) {
          grid-template-rows: 75px 1fr;
        }
        @media screen and (max-width: 480px) {
          grid-template-rows: 55px 1fr;
        }
        @media screen and (max-width: 375px) {
          grid-template-rows: auto 1fr;
        }*/
}
section.content-grid .grids-outer .grid-inner .bottom .abstract {
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 300;
}
section.content-grid .grids-outer .grid-inner .bottom .title {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.1;
  padding-right: 35px;
  margin-bottom: 20px;
  margin-top: 0;
}
section.content-grid .grids-outer .grid-inner .bottom .icon {
  height: 15px;
  margin-left: 10px;
  width: 15px;
  position: absolute;
  top: 20px;
  right: 22px;
}
section.content-grid .grids-outer .grid-inner .bottom .icon svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}
section.content-grid .grids-outer .grid-inner:hover .bottom {
  background: #FF9600;
}
section.idea-center {
  position: relative;
  padding-top: 30px;
}
section.idea-center:after {
  content: "";
  height: 160px;
  background: #033063;
  border-radius: 0 0 3px 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 550px) {
  section.idea-center .container {
    padding: 0 10px;
  }
}
section.idea-center .inner {
  background: #fff;
  position: relative;
  z-index: 5;
  padding: 65px 50px;
  border-radius: 3px 3px 0 0;
}
@media screen and (max-width: 1300px) {
  section.idea-center .inner {
    padding: 65px 0;
  }
}
@media screen and (max-width: 550px) {
  section.idea-center .inner {
    padding: 50px 0;
  }
}
section.idea-center .headline {
  color: #033063;
  font-size: 48px;
  text-align: center;
  line-height: 1.1;
  letter-spacing: -0.25px;
  margin: 0;
  padding: 0 10px;
}
section.idea-center .flexer {
  margin-top: 80px;
  display: flex;
  column-gap: 20px;
}
section.idea-center .flexer .left, section.idea-center .flexer .right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  section.idea-center .flexer {
    flex-direction: column;
    row-gap: 30px;
  }
  section.idea-center .flexer .left, section.idea-center .flexer .right {
    width: 100%;
  }
}
section.idea-center .flexer .inner {
  background: #f2f2f2;
  padding: 60px 30px 60px 60px;
  position: relative;
  border-radius: 3px;
  display: flex;
  column-gap: 20px;
  height: calc(100% - 120px);
}
@media screen and (max-width: 1100px) {
  section.idea-center .flexer .inner {
    padding: 40px 0 80px 20px;
  }
}
@media screen and (max-width: 768px) {
  section.idea-center .flexer .inner {
    padding: 60px 30px 60px 60px;
  }
}
@media screen and (max-width: 480px) {
  section.idea-center .flexer .inner {
    padding: 40px 0 80px 20px;
  }
}
@media screen and (max-width: 420px) {
  section.idea-center .flexer .inner {
    flex-direction: column-reverse;
  }
}
section.idea-center .flexer .inner:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 66px 0 0 69px;
  border-color: transparent transparent transparent #fff;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
}
section.idea-center .flexer .inner .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  section.idea-center .flexer .inner .content {
    display: block;
  }
}
section.idea-center .flexer .inner .content .headline {
  font-size: 20px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
section.idea-center .flexer .inner .content p {
  font-size: 16px;
  flex: 1;
}
section.idea-center .flexer .inner .content a {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
  color: #FF9600;
  padding-bottom: 1px;
  text-decoration: none;
  border-bottom: 2px solid #FF9600;
  transition: 1s all;
}
section.idea-center .flexer .inner .content a:hover {
  color: #033063;
  border-bottom: 2px solid #033063;
}
section.idea-center .flexer .inner .img {
  width: 272px;
  height: 224px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  section.idea-center .flexer .inner .img {
    width: 207px;
    height: 224px;
  }
}
@media screen and (max-width: 420px) {
  section.idea-center .flexer .inner .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
section.idea-center .flexer .inner .img:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 0 0 64px;
  border-color: transparent transparent transparent #f2f2f2;
  content: "";
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  section.idea-center .flexer .inner .img:before {
    border-width: 56px 0 0 56px;
  }
}
section.idea-center .flexer .inner .img img {
  object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
}
section.body-copy {
  background: #033063;
  padding: 70px 0 20px;
}
@media screen and (max-width: 550px) {
  section.body-copy {
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 600px) {
  section.body-copy .container {
    padding: 0 20px;
  }
}
section.body-copy .headline {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.21px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  section.body-copy .headline {
    font-size: 32px;
  }
  section.body-copy .headline > div {
    display: inline;
  }
}
section.body-copy .copy {
  max-width: 600px;
  margin: 0px auto;
  text-align: center;
}
section.body-copy p {
  color: #fff;
  margin-bottom: 30px;
}
section.body-copy a {
  color: #fff;
}
section.body-copy h2 {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: #fff;
  margin-top: 0;
  line-height: 1.1;
}
section.body-copy h3 {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 500;
  color: #fff;
  margin-top: 0;
  line-height: 1.1;
  font-size: 22px;
}
section.body-copy ul, section.body-copy ol {
  padding-left: 20px;
  color: #fff;
  margin-top: 0;
}
section.body-copy li {
  list-style-position: inside;
  padding-left: 10px;
  margin-bottom: 10px;
}
section.triple-columns {
  background: #033063;
  padding: 20px 0 100px;
}
@media screen and (max-width: 550px) {
  section.triple-columns {
    padding: 20px 0 40px;
  }
}
section.triple-columns + section.triple-columns {
  margin-top: -50px;
}
@media screen and (max-width: 600px) {
  section.triple-columns .container {
    padding: 0 20px;
  }
}
section.triple-columns .flexer {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  justify-content: center;
}
section.triple-columns .triple-col {
  border-bottom: 5px solid #0582F2;
  padding: 0px 0px 15px 0px;
  width: calc(33% - 45px);
  display: grid;
  grid-template-rows: 80px 1fr;
}
@media screen and (max-width: 880px) {
  section.triple-columns .triple-col {
    width: calc(50% - 45px);
  }
}
@media screen and (max-width: 650px) {
  section.triple-columns .triple-col {
    width: 100%;
  }
}
section.triple-columns img {
  max-height: 62px;
  width: auto;
  margin-bottom: 20px;
}
section.triple-columns .headline {
  font-size: 24px;
  color: #FF9600;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 20px;
  margin-top: 0;
}
section.triple-columns .abstract {
  font-size: 16px;
  color: #fff;
  padding-bottom: 10px;
}
section.white-copy-images {
  padding: 20px 0 100px;
}
@media screen and (max-width: 550px) {
  section.white-copy-images {
    padding: 20px 0 40px;
  }
}
@media screen and (max-width: 600px) {
  section.white-copy-images .container {
    padding: 0 20px;
  }
}
section.white-copy-images img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
section.white-copy-images .flexer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 122px;
}
@media screen and (max-width: 1000px) {
  section.white-copy-images .flexer {
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  section.white-copy-images .flexer {
    gap: 30px;
  }
}
@media screen and (max-width: 700px) {
  section.white-copy-images .flexer {
    flex-direction: column;
  }
  section.white-copy-images .flexer .copy {
    width: 100%;
  }
  section.white-copy-images .flexer .image {
    width: 100%;
  }
}

section.white-copy-images .flexer.reversed {
  flex-direction: row;
}
@media screen and (max-width: 700px) {
  section.white-copy-images .flexer.reversed {
    flex-direction: column;
  }
}
section.white-copy-images .flexer.reversed .image:before {
  border-width: 108px 115px 0 0;
  border-color: #fff transparent transparent transparent;
  right: -5px;
  top: 2px;
  transform: rotate(90deg);
}
@media screen and (max-width: 480px) {
  section.white-copy-images .flexer.reversed .image:before {
    border-width: 60px 60px 0 0;
    top: 0;
    right: 0;
  }
}
section.white-copy-images .copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(50% - 61px);
}
@media screen and (max-width: 1000px) {
  section.white-copy-images .copy {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  section.white-copy-images .copy {
    width: calc(50% - 15px);
  }
}
section.white-copy-images .headline {
  font-weight: bold;
  font-size: 24px;
  color: #0582F2;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1;
}
@media screen and (max-width: 1000px) {
  section.white-copy-images .headline {
    font-size: 20px;
  }
}
section.white-copy-images .abstract {
  font-size: 17px;
  color: #033063;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: 15px;
  font-weight: 300;
}
@media screen and (max-width: 1000px) {
  section.white-copy-images .abstract {
    font-size: 16px;
    line-height: 22px;
  }
}
section.white-copy-images .image {
  position: relative;
  width: calc(50% - 61px);
}
@media screen and (max-width: 1000px) {
  section.white-copy-images .image {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  section.white-copy-images .image {
    width: calc(50% - 15px);
  }
}
section.white-copy-images .image:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 108px 115px 0 0;
  border-color: #fff transparent transparent transparent;
  content: "";
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 480px) {
  section.white-copy-images .image:before {
    border-width: 60px 60px 0 0;
  }
}
section.white-copy-images .white-copy-item + .white-copy-item {
  margin-top: 80px;
}
@media screen and (max-width: 550px) {
  section.white-copy-images .white-copy-item + .white-copy-item {
    margin-top: 50px;
  }
}
section.white-copy-images.alternate {
  margin-top: -20px;
  padding: 0 0 120px;
  background: #033063;
}
@media screen and (max-width: 550px) {
  section.white-copy-images.alternate {
    padding: 0 0 80px;
  }
}
section.white-copy-images.alternate .container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
section.white-copy-images.alternate .white-copy-item {
  width: calc(50% - 15px);
}
@media screen and (max-width: 700px) {
  section.white-copy-images.alternate .white-copy-item {
    width: 100%;
  }
}
section.white-copy-images.alternate .flexer {
  display: block;
}
section.white-copy-images.alternate .abstract {
  color: #fff;
}
section.white-copy-images.alternate .white-copy-item + .white-copy-item {
  margin-top: 0;
}
section.white-copy-images.alternate .headline {
  color: #FF9600;
}
section.white-copy-images.alternate .copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
section.white-copy-images.dark {
  background: #033063;
}
section.white-copy-images.dark .headline {
  color: #FF9600;
}
section.white-copy-images.dark .abstract {
  color: #fff;
}
section.white-copy-images.dark .image:before {
  border-color: #033063 transparent transparent transparent;
}
section.white-copy-images.dark .flexer.reversed .image:before {
  border-color: #033063 transparent transparent transparent;
}
section.markets-we-serve {
  padding: 20px 0 100px;
  background-color: #033063;
}
@media screen and (max-width: 550px) {
  section.markets-we-serve {
    padding: 20px 0 50px;
  }
}
section.markets-we-serve .container {
  max-width: 1200px;
}
section.markets-we-serve .markets-wrap {
  background-image: url(../img/x.png);
  background-repeat: no-repeat;
  background-position: left -160px;
  background-color: #fff;
  background-size: 610px auto;
  padding: 114px 0 80px;
  max-width: 1390px;
  margin: 0px auto;
  border-radius: 3px;
}
@media screen and (max-width: 480px) {
  section.markets-we-serve .markets-wrap {
    padding: 40px 0;
  }
}
@media screen and (max-width: 550px) {
  section.markets-we-serve {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 600px) {
  section.markets-we-serve .container {
    padding: 0 20px;
  }
}
section.markets-we-serve .big-headline {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #033063;
  letter-spacing: -0.21px;
  line-height: 46px;
  margin-bottom: 100px;
  margin-top: 0;
}
@media screen and (max-width: 700px) {
  section.markets-we-serve .big-headline {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  section.markets-we-serve .big-headline {
    margin-bottom: 40px;
  }
}
section.markets-we-serve .subhead {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  color: #FF9600;
  letter-spacing: 0;
  line-height: 30px;
}
section.markets-we-serve .intro .wysiwyg {
  margin-bottom: 50px;
}
section.markets-we-serve .flexer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 60px;
}
section.markets-we-serve .flexer .image img {
  height: 100%;
  display: block;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1000px) {
  section.markets-we-serve .flexer {
    gap: 30px;
  }
}
@media screen and (max-width: 700px) {
  section.markets-we-serve .flexer {
    flex-direction: column;
    gap: 30px;
  }
  section.markets-we-serve .flexer .copy {
    width: 100%;
  }
  section.markets-we-serve .flexer .image {
    width: 100%;
  }
  section.markets-we-serve .flexer .image img {
    height: 100%;
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
section.markets-we-serve .the-headline {
  font-size: 24px;
  color: #033063;
  letter-spacing: 0;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
}
section.markets-we-serve .wysiwyg {
  margin-top: 25px;
}
section.markets-we-serve p, section.markets-we-serve li {
  font-size: 17px;
  color: #000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 300;
}
@media screen and (max-width: 1000px) {
  section.markets-we-serve p, section.markets-we-serve li {
    font-size: 15px;
    line-height: 22px;
  }
}
section.markets-we-serve li {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  section.markets-we-serve li {
    font-size: 15px;
    line-height: 22px;
  }
}
section.markets-we-serve ul {
  columns: 2;
  padding-left: 15px;
}
@media screen and (max-width: 1000px) {
  section.markets-we-serve ul {
    columns: 1;
  }
}
section.markets-we-serve .image {
  position: relative;
  width: 530px;
  height: 340px;
  -webkit-clip-path: polygon(20% 0%, 92% 0%, 100% 0%, 100% 100%, 80% 100%, 0% 100%, 0% 91%, 0% 26%);
  clip-path: polygon(20% 0%, 92% 0%, 100% 0%, 100% 100%, 80% 100%, 0% 100%, 0% 91%, 0% 26%);
}
@media screen and (max-width: 1139px) {
  section.markets-we-serve .image {
    width: 50%;
  }
}
@media screen and (max-width: 550px) {
  section.markets-we-serve .image {
    height: 275px;
  }
}
@media screen and (max-width: 480px) {
  section.markets-we-serve .image {
    -webkit-clip-path: polygon(20% 0%, 92% 0%, 100% 0%, 100% 100%, 80% 100%, 0% 100%, 0% 91%, 0% 25%);
    clip-path: polygon(20% 0%, 92% 0%, 100% 0%, 100% 100%, 80% 100%, 0% 100%, 0% 91%, 0% 25%);
  }
}
section.markets-we-serve .copy {
  width: calc(100% - 530px);
}
@media screen and (max-width: 1139px) {
  section.markets-we-serve .copy {
    width: 50%;
  }
}
section.markets-we-serve .market-copy-item + .market-copy-item {
  margin-top: 80px;
}
@media screen and (max-width: 480px) {
  section.markets-we-serve .market-copy-item + .market-copy-item {
    margin-top: 40px;
  }
}
section.carousel-and-grid {
  padding: 40px 0px;
  background-color: #033063;
}
section.carousel-and-grid .container {
  max-width: 1200px;
}
section.carousel-and-grid .carousel-and-grid-wrap {
  background-color: #fff;
  padding: 60px 0 80px;
  max-width: 1340px;
  margin: 0px auto;
  border-radius: 3px;
}
@media screen and (max-width: 550px) {
  section.carousel-and-grid {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 600px) {
  section.carousel-and-grid .container {
    padding: 0 20px;
  }
}
section.carousel-and-grid .cag-top {
  text-align: center;
}
section.carousel-and-grid .cag-top .headline {
  font-weight: 500;
  font-size: 40px;
  color: #033063;
  letter-spacing: -0.21px;
  text-align: center;
  line-height: 50px;
  line-height: 1.1;
  margin: 0;
}
section.carousel-and-grid .cag-top .abstract {
  font-size: 17px;
  color: #033063;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
  max-width: 584px;
  margin: 25px auto;
  font-weight: 300;
}
section.carousel-and-grid .cag-cols {
  margin-top: 50px;
  padding-left: 76px;
  padding-right: 76px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 50px;
}
@media screen and (max-width: 600px) {
  section.carousel-and-grid .cag-cols {
    padding-right: 0;
    padding-left: 0;
    row-gap: 30px;
  }
}
section.carousel-and-grid .cag-cols .cag-col {
  width: calc(33% - 4px);
}
@media screen and (max-width: 1005px) {
  section.carousel-and-grid .cag-cols .cag-col {
    width: calc(50% - 6px);
  }
}
@media screen and (max-width: 600px) {
  section.carousel-and-grid .cag-cols .cag-col {
    width: calc(100%);
  }
}
section.carousel-and-grid .cag-cols .headline {
  text-transform: uppercase;
  font-size: 24px;
  color: #0582F2;
  letter-spacing: 0;
  font-weight: bold;
  padding-right: 15px;
  line-height: 1.1;
  margin: 0;
}
section.carousel-and-grid .cag-cols .abstract {
  font-weight: 300;
  font-size: 17px;
  color: #033063;
  letter-spacing: 0;
  line-height: 26px;
  padding-right: 15px;
  margin-top: 15px;
}
section.carousel-and-grid .cag-carousel {
  margin-top: 50px;
  padding-left: 76px;
  padding-right: 76px;
  position: relative;
}
@media screen and (max-width: 600px) {
  section.carousel-and-grid .cag-carousel {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 70px;
  }
}
section.carousel-and-grid .cag-carousel .cag-item {
  height: 253px;
  margin: 0px 5px;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0%, 100% 62%, 90% 100%, 0% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(20% 0%, 80% 0%, 100% 0%, 100% 80%, 90% 100%, 0% 100%, 0% 100%, 0% 0%);
  overflow: hidden;
}
section.carousel-and-grid .cag-carousel .cag-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.carousel-and-grid .cag-carousel .slick-arrow {
  border: 1px solid #033063;
  transition: all 0.5s;
}
section.carousel-and-grid .cag-carousel .slick-arrow:hover {
  background: #FF9600;
  fill: #fff;
}
section.carousel-and-grid .cag-carousel .slick-arrow.next {
  position: absolute;
  right: 0px;
  top: calc(50% - 25px);
}
@media screen and (max-width: 600px) {
  section.carousel-and-grid .cag-carousel .slick-arrow.next {
    bottom: 0;
    top: unset;
  }
}
section.carousel-and-grid .cag-carousel .slick-arrow.prev {
  position: absolute;
  left: 0px;
  top: calc(50% - 25px);
}
@media screen and (max-width: 600px) {
  section.carousel-and-grid .cag-carousel .slick-arrow.prev {
    bottom: 0;
    top: unset;
    left: unset;
    right: 70px;
  }
}
.contact-us-section {
  background-color: #033063;
  padding: 40px 0px;
}
.contact-us-section div#gform_confirmation_message_2 {
  margin-top: 20px;
  font-size: 24px;
}
.contact-us-section .container {
  max-width: 1200px;
}
.contact-us-section p.gform_required_legend {
  display: none;
}
.contact-us-section .gform_wrapper.gravity-theme .gfield_required {
  color: #000;
}
.contact-us-section fieldset#field_2_13 {
  margin-bottom: 20px;
}
.contact-us-section fieldset#field_2_13 div#input_2_13 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  align-items: center;
}
.contact-us-section fieldset#field_2_13 div#input_2_13 .gchoice {
  width: calc(50% - 30px);
  line-height: 1.1;
}
@media screen and (max-width: 400px) {
  .contact-us-section fieldset#field_2_13 div#input_2_13 .gchoice {
    width: 100%;
  }
}
.contact-us-section .contact-us-section-wrap {
  background-color: #fff;
  padding: 60px 0 80px;
  max-width: 1340px;
  margin: 0px auto;
  border-radius: 3px;
  background-image: url(../img/x.png);
  background-repeat: no-repeat;
  background-position: left -360px;
}
.contact-us-section form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: medium none;
}
.contact-us-section input::placeholder, .contact-us-section textarea::placeholder {
  opacity: 1;
}
@media screen and (max-width: 550px) {
  .contact-us-section {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 600px) {
  .contact-us-section .container {
    padding: 0 20px;
  }
}
.contact-us-section .flexer {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .contact-us-section .flexer {
    flex-direction: column;
    gap: 30px !important;
  }
  .contact-us-section .flexer .cu-left {
    width: 100%;
    padding-right: 0;
  }
  .contact-us-section .flexer .cu-right {
    width: 100%;
  }
}
.contact-us-section .cu-left {
  width: 460px;
  padding-right: 40px;
}
.contact-us-section .cu-right {
  width: 400px;
  margin-left: auto;
  margin-right: 100px;
}
.contact-us-section .cu-right .heading {
  font-size: 22px;
  color: #033063;
  letter-spacing: 0;
  font-weight: bold !important;
}
.contact-us-section .cu-right .abstract {
  font-size: 14px;
  color: #033063;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 300;
  margin-top: 15px;
}
.contact-us-section form {
  margin-top: 20px;
}
.contact-us-section form ::placeholder {
  color: #000;
}
.contact-us-section .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 3px;
}
.contact-us-section .address {
  font-size: 17px;
  color: #033063;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 300;
}
.contact-us-section .address strong {
  font-weight: bold;
}
.contact-us-section .gfield {
  margin-bottom: 7px;
}
.contact-us-section .hidden_label > label {
  display: none;
}
.contact-us-section .hidden_label legend {
  display: none;
}
.contact-us-section fieldset {
  border: 0;
  width: 100%;
  padding-left: 0px;
}
.contact-us-section .ginput_container_text input, .contact-us-section .ginput_container_email input, .contact-us-section .ginput_container_phone input {
  width: 100%;
  border: 1px solid #979797;
  font-size: 16px !important;
  line-height: 16px;
  color: #000000;
  padding: 12px 22px !important;
  font-family: "Public Sans", sans-serif;
  height: 45px;
  border-radius: 0;
  -webkit-appearance: none;
}
.contact-us-section .ginput_container_select select {
  width: 100%;
  border: 1px solid #979797;
  font-size: 16px !important;
  line-height: 16px;
  color: #000000;
  padding: 12px 44px 12px 22px !important;
  background-image: url(../img/icon-dropdown.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 57%;
  background-size: 15px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  height: 45px;
  border-radius: 0;
}
.contact-us-section .ginput_container.ginput_container_textarea {
  margin-bottom: -6px;
}
.contact-us-section .gform-field-label {
  font-size: 14px;
  color: #033063;
  letter-spacing: 0;
}
.contact-us-section .ginput_container_textarea textarea {
  width: 100%;
  border: 1px solid #979797;
  font-size: 16px !important;
  line-height: 16px;
  color: #000000;
  padding: 12px 22px !important;
  font-family: "Public Sans", sans-serif;
  border-radius: 0;
}
.contact-us-section .gchoice input {
  width: 1px;
  height: 1px;
  position: absolute;
  visibility: hidden;
}
.contact-us-section .gchoice input:checked + label {
  background-image: url(../img/icon-checkbox-checked.png);
}
.contact-us-section .gchoice input + label {
  display: block;
  padding-left: 38px;
  min-height: 24px;
  background-image: url(../img/icon-checkbox.png);
  background-size: 24px auto;
  background-position: 0px 50%;
  background-repeat: no-repeat;
}
#hero.inner-hero {
  padding: 55px 0 55px;
}
#hero.inner-hero:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
}
#hero.inner-hero .container {
  min-height: unset;
}
#hero.inner-hero .container .hero-inner {
  font-size: 50px;
  margin: 0 0 20px;
}
#hero.inner-hero .container .hero-inner h1.headline, #hero.inner-hero .container .hero-inner div.headline {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #hero.inner-hero .container .hero-inner h1.headline, #hero.inner-hero .container .hero-inner div.headline {
    font-size: 24px;
  }
}
@media screen and (max-width: 380px) {
  #hero.inner-hero .container .hero-inner h1.headline, #hero.inner-hero .container .hero-inner div.headline {
    font-size: 6vw;
  }
}
#hero.inner-hero .container .hero-inner p, #hero.inner-hero .container .hero-inner h1.support {
  margin-bottom: 0;
  max-width: 660px;
}
@media screen and (min-width: 600px) {
  #hero.inner-hero .container .hero-inner p span, #hero.inner-hero .container .hero-inner h1.support span {
    display: block;
  }
}
section.copy-image {
  background: #033063;
  padding: 60px 0 70px;
}
section.copy-image .container {
  max-width: 1125px;
}
section.copy-image .flexer {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
section.copy-image .flexer.reverse {
  justify-content: flex-end;
}
@media screen and (min-width: 801px) {
  section.copy-image .flexer.reverse {
    flex-direction: row-reverse;
  }
  section.copy-image .flexer.reverse .image {
    margin-right: 0;
    margin-left: 70px;
  }
  section.copy-image .flexer.reverse .image:before {
    content: "";
    bottom: 0;
    left: unset;
    right: 0;
    position: absolute;
    z-index: 5;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 80px 80px;
    border-color: transparent transparent #033063 transparent;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  section.copy-image .flexer.reverse .image {
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  section.copy-image .flexer {
    flex-direction: column;
  }
}
section.copy-image .flexer .image {
  flex: 1;
  margin-right: 70px;
  overflow: hidden;
  border-radius: 4.5px;
  position: relative;
  max-width: 480px;
  height: 239px;
}
@media screen and (max-width: 1200px) {
  section.copy-image .flexer .image {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  section.copy-image .flexer .image {
    flex: unset;
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  section.copy-image .flexer .image {
    width: 100%;
    margin: 0 auto;
  }
}
section.copy-image .flexer .image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
section.copy-image .flexer .image:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 0 0 80px;
  border-color: transparent transparent transparent #033063;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 550px) {
  section.copy-image .flexer .image:before {
    border-width: 15vw 0 0 15vw;
  }
}
section.copy-image .flexer .content {
  width: 540px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  section.copy-image .flexer .content {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  section.copy-image .flexer .content {
    width: 100%;
    margin: 0 auto;
  }
}
section.copy-image .flexer .content .wysiwyg p {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.8;
}
section.copy-image .cta-wrap {
  margin-top: 40px;
}
section.copy-image .headline {
  color: #fff;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 30px;
  margin-top: 0;
}
section.copy-image p.support {
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #FF9600;
  max-width: 540px;
}
section.callout-stats {
  background: #033063;
  padding: 10px 0 55px;
  color: #fff;
}
section.callout-stats .stats-row {
  display: flex;
  align-items: flex-end;
  column-gap: 11px;
  row-gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
section.callout-stats .stats-row .stat {
  width: 150px;
  text-align: center;
  border-bottom: 5px solid #0582F2;
  padding-bottom: 15px;
}
section.callout-stats .stats-row .stat .large {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 10px;
}
section.callout-stats .stats-row .stat .small {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
section.solutions2 {
  padding: 20px 24px 100px;
  background: #033063;
}
@media screen and (max-width: 550px) {
  section.solutions2 {
    padding: 20px 24px 50px;
  }
}
section.solutions2 .btn.hollow {
  background: #fff;
  margin-top: 30px;
}
section.solutions2 .inner {
  background: #fff;
  color: #000;
  padding: 90px 95px 115px;
  border-radius: 3px;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1200px) {
  section.solutions2 .inner {
    padding: 90px 95px 115px;
  }
}
@media screen and (max-width: 991px) {
  section.solutions2 .inner {
    padding: 90px 40px 115px;
  }
}
@media screen and (max-width: 768px) {
  section.solutions2 .inner {
    padding: 60px 20px 80px;
  }
}
section.solutions2 .top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  section.solutions2 .top {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 550px) {
  section.solutions2 .top {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
}
section.solutions2 .top .left {
  flex: 1;
  max-width: 460px;
}
section.solutions2 .top .left .headline {
  font-size: 32px;
  letter-spacing: -0.2px;
  line-height: 1.15;
  margin-bottom: 40px;
  margin-top: 0;
  color: #003da6;
}
@media screen and (max-width: 768px) {
  section.solutions2 .top .left .headline {
    margin-bottom: 20px;
  }
  section.solutions2 .top .left .headline > div {
    display: inline;
  }
}
section.solutions2 .top .left .support {
  color: #FF9600;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 1300px) {
  section.solutions2 .top .left .support > div {
    display: inline;
  }
}
section.solutions2 .top .right {
  flex: 1;
  font-size: 17px;
  max-width: 540px;
  padding-right: 60px;
}
@media screen and (max-width: 1024px) {
  section.solutions2 .top .right {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  section.solutions2 .top .right {
    max-width: unset;
  }
}
section.solutions2 .top .right .headline {
  color: #033063;
}
section.solutions2 .items {
  margin: 0 auto;
}
section.solutions2 .items .item {
  max-width: 1200px;
  margin: 0 auto 80px;
  position: relative;
}
section.solutions2 .items .item:last-of-type {
  margin-bottom: 0;
}
section.solutions2 .items .label {
  font-size: 24px;
  color: #FF9600;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 20px;
  margin-top: 0;
}
section.solutions2 .items .flexer {
  display: flex;
  column-gap: 70px;align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  section.solutions2 .items .flexer {
    column-gap: 40px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 650px) {
  section.solutions2 .items .flexer {
    flex-direction: column;
    row-gap: 40px;
  }
}
section.solutions2 .items .flexer .copy {
  flex: 1;
  max-width: 600px;
}
@media screen and (max-width: 455px) {
  section.solutions2 .items .flexer .copy {
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  section.solutions2 .items .flexer .copy {
    margin-top: 0;
  }
}
section.solutions2 .items .flexer .copy .wysiwyg ul {
  padding-left: 15px;
}
section.solutions2 .items .flexer .copy .wysiwyg ul li {
  padding-left: 10px;
  margin-bottom: 10px;
}
section.solutions2 .items .flexer .copy .wysiwyg p {
  margin-top: 0;
}
@media screen and (max-width: 455px) {
  section.solutions2 .items .flexer.right {
    flex-direction: column;
    align-items: center;
  }
}
section.solutions2 .items .flexer.right .img {
  width: 273px;
  height: 273px;
  background: transparent;
  border-radius: 0 8px 0 8px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 400px) {
  section.solutions2 .items .flexer.right .img {
    width: 180px;
    height: 180px;
  }
}
section.solutions2 .items .flexer.right .img img {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
}
section.solutions2 .items .flexer.right .img:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 137px 137px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  content: "";
  z-index: 5;
}
@media screen and (max-width: 400px) {
  section.solutions2 .items .flexer.right .img:before {
    border-width: 90px 90px 0 0;
  }
}
section.solutions2 .items .flexer.right .img:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 137px 137px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  content: "";
  z-index: 5;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 400px) {
  section.solutions2 .items .flexer.right .img:after {
    border-width: 0 0 90px 90px;
  }
}
section.solutions2 .items .flexer.right .img.no-treatment:before {
  content: none;
}
section.solutions2 .items .flexer.right .img.no-treatment:after {
  content: none;
}
section.solutions2 .items .flexer.right .box {
  width: 273px;
  height: 273px;
  position: absolute;
  z-index: 8;
  right: -17px;
  top: 17px;
}
@media screen and (max-width: 400px) {
  section.solutions2 .items .flexer.right .box {
    width: 180px;
    height: 180px;
    position: absolute;
    z-index: 20;
    right: -14px;
    top: 13px;
  }
}
section.solutions2 .items .flexer.right .box .b1 {
  width: 133px;
  height: 135px;
  position: absolute;
  top: 1px;
  right: 1px;
  border-top: 1px solid #033063;
  border-right: 1px solid #033063;
  border-radius: 2px 8px;
}
@media screen and (max-width: 400px) {
  section.solutions2 .items .flexer.right .box .b1 {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 8px;
  }
}
section.solutions2 .items .flexer.right .box .b2 {
  width: 133.5px;
  height: 132px;
  position: absolute;
  bottom: 4px;
  left: 4px;
  border-bottom: 1px solid #033063;
  border-left: 1px solid #033063;
  border-radius: 2px 8px;
}
@media screen and (max-width: 400px) {
  section.solutions2 .items .flexer.right .box .b2 {
    width: 90px;
    height: 90px;
    bottom: 0;
    left: 0;
    border-radius: 0 8px;
  }
}
section.solutions2 .items .flexer.right .box .b3 {
  width: 190px;
  height: 187px;
  position: absolute;
  border-top: 1px solid #033063;
  border-bottom: 1px solid #033063;
  left: 16%;
  top: 15%;
  transform: rotate(315deg);

}
@media screen and (max-width: 400px) {
  section.solutions2 .items .flexer.right .box .b3 {
    width: 126px;
    height: 127px;
    left: 15%;
    top: 14%;
  }
}
@media screen and (max-width: 455px) {
  section.solutions2 .items .flexer.left {
    flex-direction: column;
    align-items: center;
  }
}
section.solutions2 .items .flexer.left .img {
  width: 273px;
  height: 273px;
  background: transparent;
  border-radius: 8px 0 8px 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 400px) {
  section.solutions2 .items .flexer.left .img {
    width: 180px;
    height: 180px;
  }
}
section.solutions2 .items .flexer.left .img img {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
}
section.solutions2 .items .flexer.left .img:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 137px 137px 0;
  position: absolute;
  content: "";
  z-index: 5;
  top: 0;
  right: 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 400px) {
  section.solutions2 .items .flexer.left .img:before {
    border-width: 0 90px 90px 0;
  }
}
section.solutions2 .items .flexer.left .img:after {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  content: "";
  z-index: 5;
  bottom: 0;
  left: 0;
  border-width: 137px 0 0 137px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 400px) {
  section.solutions2 .items .flexer.left .img:after {
    border-width: 90px 0 0 90px;
  }
}
section.solutions2 .items .flexer.left .img.no-treatment:before {
  content: none;
}
section.solutions2 .items .flexer.left .img.no-treatment:after {
  content: none;
}
section.solutions2 .items .flexer.left .box {
  width: 273px;
  height: 273px;
  position: absolute;
  z-index: 6;
  right: -14px;
  top: -13px;
}
@media screen and (max-width: 400px) {
  section.solutions2 .items .flexer.left .box {
    width: 180px;
    height: 180px;
    top: -9px;
  }
}
section.solutions2 .items .flexer.left .box .b1 {
  width: 137px;
  height: 137px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #033063;
  border-left: 1px solid #033063;
  border-radius: 8px 2px;
}
@media screen and (max-width: 400px) {
  section.solutions2 .items .flexer.left .box .b1 {
    width: 90px;
    height: 90px;
    border-radius: 8px 0;
  }
}
section.solutions2 .items .flexer.left .box .b2 {
  width: 137px;
  height: 137px;
  position: absolute;
  bottom: -2px;
  right: -2px;
  border-bottom: 1px solid #033063;
  border-right: 1px solid #033063;
  border-radius: 8px 2px;
}
@media screen and (max-width: 400px) {
  section.solutions2 .items .flexer.left .box .b2 {
    width: 90px;
    height: 90px;
    bottom: 0;
    right: 0;
    border-radius: 8px 0;
  }
}
section.solutions2 .items .flexer.left .box .b3 {
  width: 194px;
  height: 192px;
  position: absolute;
  border-top: 1px solid #033063;
  border-bottom: 1px solid #033063;
  left: 15%;
  top: 15%;
  transform: rotate(45deg);
}
@media screen and (max-width: 400px) {
  section.solutions2 .items .flexer.left .box .b3 {
    width: 126px;
    height: 127px;
    top: 14%;
  }
}
section.solutions2 .items .flexer .imgs-wrap {
  position: relative;
  width: 273px;
  display: flex;
  justify-content: flex-end;
  margin-left: 100px;
}
@media screen and (max-width: 1200px) {
  section.solutions2 .items .flexer .imgs-wrap {
    margin-left: 0;
  }
}
@media screen and (max-width: 400px) {
  section.solutions2 .items .flexer .imgs-wrap {
    width: 180px;
  }
}
section.side-by-side-grid {
  padding: 90px 24px 100px;
  background: #033063;
  color: #033063;
}
@media screen and (max-width: 550px) {
  section.side-by-side-grid {
    padding: 45px 24px 50px;
  }
}
section.side-by-side-grid .inner {
  background-color: #fff;
  position: relative;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  background-image: url(/wp-content/uploads/2023/08/large-logo-bg.svg);
  background-repeat: no-repeat;
  background-size: 760px;
  background-position: -59px -59px;
  margin: 0 auto;
  max-width: 1270px;
}
@media screen and (max-width: 550px) {
  section.side-by-side-grid .inner {
    padding: 30px;
  }
}
section.side-by-side-grid .inner-inner {
  max-width: 980px;
}
section.side-by-side-grid .headline {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 500;
  text-align: left;
  font-size: 40px;
  margin-bottom: 100px;
  line-height: 1.1;
  margin-top: 0;
}
@media screen and (max-width: 550px) {
  section.side-by-side-grid .headline {
    margin-bottom: 40px;
  }
}
section.side-by-side-grid .subheadline {
  margin: -20px auto 20px;
  color: #FF9600;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}
section.side-by-side-grid .support-copy {
  max-width: 1024px;
  margin-bottom: 60px;
}
section.side-by-side-grid .grid-outer {
  max-width: 980px;
  margin: 0 auto 20px;
}
section.side-by-side-grid .grid-outer .grid-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  section.side-by-side-grid .grid-outer .grid-inner {
    gap: 30px;
  }
}
section.side-by-side-grid .grid-item {
  width: calc(50% - 30px);
}
@media screen and (max-width: 700px) {
  section.side-by-side-grid .grid-item {
    width: 100%;
  }
}
section.side-by-side-grid .grid-item .icon {
  max-width: 80px;
  margin-bottom: 10px;
  height: 85px;
}
section.side-by-side-grid .grid-item .label {
  color: #033063;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1;
}
section.side-by-side-grid .grid-item p {
  color: #000;
  margin: 10px 0px;
}
section.large-call-out {
  background: #033063;
  padding: 30px 30px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.large-call-out .callout {
  position: relative;
  background: #FF9600;
  color: #fff;
  border-radius: 3px;
  padding: 50px;
  max-width: 1230px;
  min-height: 151px;
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 480px) {
  section.large-call-out .callout {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 380px) {
  section.large-call-out .callout {
    padding: 50px 20px 100px;
  }
}
section.large-call-out .callout:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 69px 0 0 69px;
  border-color: transparent transparent transparent #033063;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  content: "";
}
section.large-call-out .callout .headline {
  font-size: 50px;
  margin-bottom: 30px;
  line-height: 1.1;
}
@media screen and (max-width: 400px) {
  section.large-call-out .callout .headline {
    font-size: 36px;
  }
}
.aptyx-timeline {
  padding: 20px 0 100px;
  background: #033063;
  color: #fff;
}
@media screen and (max-width: 550px) {
  .aptyx-timeline {
    padding: 20px 0 50px;
  }
}
.aptyx-timeline .slick-initialized .slick-slide {
  display: block;
  height: inherit !important;
}
.aptyx-timeline .slick-track {
  display: flex !important;
}
@media screen and (max-width: 550px) {
  .aptyx-timeline .container {
    padding: 0;
  }
}
.aptyx-timeline .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 950px) {
  .aptyx-timeline .slick-arrow {
    top: unset;
    bottom: 0;
  }
}
.aptyx-timeline button.prev.slick-arrow {
  right: 90px;
}
@media screen and (max-width: 950px) {
  .aptyx-timeline button.prev.slick-arrow {
    right: unset;
    left: 30px;
  }
}
.aptyx-timeline button.next.slick-arrow {
  right: 20px;
}
@media screen and (max-width: 950px) {
  .aptyx-timeline button.next.slick-arrow {
    right: unset;
    left: 100px;

  }
}
.aptyx-timeline .slick-slider {
  position: unset;
}
.aptyx-timeline .headline {
  font-size: 40px;
  letter-spacing: -0.21px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  .aptyx-timeline .headline {
    padding: 0 30px;
  }
}
.aptyx-timeline .wysiwyg {
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  .aptyx-timeline .wysiwyg {
    padding: 0 30px;
  }
}
.aptyx-timeline .timeline {
  margin-top: 90px;
}
@media screen and (max-width: 950px) {
  .aptyx-timeline .timeline {
    margin-top: 40px;
    padding-bottom: 80px;
  }
}
.aptyx-timeline .testimonial-outer {
  padding: 25px 40px 0 0;
}
@media screen and (max-width: 950px) {
  .aptyx-timeline .testimonial-outer {
    padding: 25px 0 70px;
  }
}
.aptyx-timeline .tl-outer {
  margin-right: 20px;
}
@media screen and (max-width: 550px) {
  .aptyx-timeline .tl-outer {
    margin-right: 0;
  }
}
.aptyx-timeline .tl-inner {
  background: rgba(0, 0, 0, 0.18);
  padding: 55px 30px 45px 30px;
  max-width: 548px;
  display: flex;
  border-radius: 7px;
  position: relative;
  height: calc(100% - 110px);
}
@media screen and (max-width: 950px) {
  .aptyx-timeline .tl-inner {
    max-width: unset;
  }
}
.aptyx-timeline .tl-inner:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #033063 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
}
.aptyx-timeline .tl-inner .content {
  flex: 1;
  position: relative;
}
.aptyx-timeline .tl-inner .content .quote {
  font-size: 16px;
  font-weight: 200;
}
.aptyx-timeline .tl-inner .content .quotee {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 200;
}
.aptyx-timeline .tl-inner .content .quotee span {
  font-weight: 700;
}
.aptyx-timeline .tl-inner .content:before {
  content: "";
  position: absolute;
  left: 0;
  top: -80px;
  background-color: #FF9600;
  height: 52px;
  width: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/wp-content/uploads/2023/08/logo-element.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
}
.aptyx-timeline .tl-inner .top {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1250px) and (min-width: 1025px) {
  .aptyx-timeline .tl-inner .top {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .aptyx-timeline .tl-inner .top {
    gap: 20px;
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) and (min-width: 551px) {
  .aptyx-timeline .tl-inner .top {
    gap: 30px;
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .aptyx-timeline .tl-inner .top {
    gap: 20px;
    flex-direction: row;
  }
}
@media screen and (max-width: 450px) {
  .aptyx-timeline .tl-inner .top {
    gap: 30px;
    flex-direction: column;
  }
}
.aptyx-timeline .tl-inner .top .left {
  width: 50%;
}
@media screen and (max-width: 1250px) and (min-width: 1025px) {
  .aptyx-timeline .tl-inner .top .left {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .aptyx-timeline .tl-inner .top .left {
    width: 50%;
  }
}
@media screen and (max-width: 768px) and (min-width: 551px) {
  .aptyx-timeline .tl-inner .top .left {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .aptyx-timeline .tl-inner .top .left {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .aptyx-timeline .tl-inner .top .left {
    width: 100%;
  }
}
.aptyx-timeline .tl-inner .top .right {
  width: 50%;
  height: 200px;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  clip-path: polygon(20% 0%, 92% 0%, 100% 0%, 100% 100%, 80% 100%, 0% 100%, 0% 91%, 0% 26%);
}
@media screen and (max-width: 1250px) and (min-width: 1025px) {
  .aptyx-timeline .tl-inner .top .right {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .aptyx-timeline .tl-inner .top .right {
    width: 50%;
  }
}
@media screen and (max-width: 768px) and (min-width: 551px) {
  .aptyx-timeline .tl-inner .top .right {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .aptyx-timeline .tl-inner .top .right {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .aptyx-timeline .tl-inner .top .right {
    width: 100%;
  }
}
.aptyx-timeline .tl-inner .top .right img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}
.team {
  padding: 30px 0;
}
.team h2.headline {
  color: #033063;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1;
}
@media screen and (max-width: 550px) {
  .team h2.headline {
    font-size: 28px;
  }
}
.team .support {
  color: #FF9600;
  font-size: 22px;
}
.team .team-members {
  margin: 30px 0 0;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .team .team-members {
    gap: 20px 10px;
  }
}
@media screen and (max-width: 525px) {
  .team .team-members {
    justify-content: center;
  }
}
.team .member {
  background: #f3f3f3;
  border-radius: 3px;
  width: calc(33.3% - 94px);
  position: relative;
  padding: 44px 37px 60px;
}
.team .member:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 0 0 55px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 991px) {
  .team .member {
    width: calc(33.3% - 50px);
    padding: 44px 15px 60px;
  }
}
@media screen and (max-width: 768px) {
  .team .member {
    width: calc(50% - 35px);
  }
}
@media screen and (max-width: 525px) {
  .team .member {
    width: 100%;
    max-width: 325px;
  }
}
.team .member .img-wrap {
  width: 100%;
  height: 20rem;
  margin-bottom: 20px;
}
.team .member .img-wrap img {
  max-width: 100%;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.team .member .name.headline {
  color: #033063;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px;
}
.team .member .position {
  line-height: 1.1;
  color: #FF9600;
}
.about-aptyx {
  padding: 30px 0 60px;
  background-color: #033063;
}
.about-aptyx .about-inner {
  background-color: #fff;
  max-width: 1390px;
  margin: 0 auto;
  border-radius: 3px;
}
.about-aptyx .about-inner > .container {
  padding-top: 30px;
}
.about-aptyx h2.headline {
  color: #033063;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1;
  margin-top: 0;
}
@media screen and (max-width: 550px) {
  .about-aptyx h2.headline {
    font-size: 28px;
  }
}
.about-aptyx .support {
  color: #FF9600;
  font-size: 22px;
}
.about-aptyx .outer {
  background: #0582F2;
}
.about-aptyx .inner-flex {
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  height: 400px;
  gap: 80px;
  max-width: 1266px;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .about-aptyx .inner-flex {
    gap: 40px;
  }
}
@media screen and (max-width: 800px) {
  .about-aptyx .inner-flex {
    gap: 10px;
  }
}
@media screen and (max-width: 700px) {
  .about-aptyx .inner-flex {
    gap: 0;
    flex-wrap: wrap;
    background: #0582F2;
    height: auto;
    align-items: flex-start;
  }
}
.about-aptyx .inner-flex .inner {
  max-width: 300px;
}
.about-aptyx .inner-flex .inner .title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.about-aptyx .inner-flex .inner ul {
  list-style: none;
  padding-left: 0px;
}
@media screen and (max-width: 550px) {
  .about-aptyx .inner-flex .inner ul {
    margin-bottom: 0;
  }
}
.about-aptyx .inner-flex .inner ul li {
  margin-bottom: 10px;
}
.about-aptyx .inner-flex .inner ul li:last-of-type {
  margin-bottom: 0;
}
.about-aptyx .inner-flex .left {
  background: #0582F2;
  height: calc(100% - 60px);
  padding: 30px;
  width: calc(50% - 230px);
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
}
.about-aptyx .inner-flex .left:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 0 200px 150px;
  border-color: transparent transparent transparent #0582F2;
  content: "";
  right: -150px;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .about-aptyx .inner-flex .left {
    width: calc(50% - 60px);
    padding: 20px 30px;
    height: auto;
    order: 2;
    align-items: flex-start;
  }
  .about-aptyx .inner-flex .left:after {
    content: none;
  }
  .about-aptyx .inner-flex .left .inner {
    max-width: unset;
  }
}
@media screen and (max-width: 400px) {
  .about-aptyx .inner-flex .left {
    order: 3;
    width: calc(100% - 60px);
    padding: 20px 30px;
  }
}
.about-aptyx .inner-flex .center {
  background: #033063;
  color: #fff;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  min-width: 300px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 600px) {
  .about-aptyx .inner-flex .center {
    display: block;
    text-align: center;
  }
  .about-aptyx .inner-flex .center > div {
    display: inline;
  }
  .about-aptyx .inner-flex .center img {
    display: block;
    margin: 0 auto 20px;
  }
}
.about-aptyx .inner-flex .center .bold {
  margin: 30px auto 10px;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  .about-aptyx .inner-flex .center {
    order: 1;
    width: calc(100% - 40px);
    border-radius: 0;
    height: auto;
    min-width: unset;
  }
}
.about-aptyx .inner-flex .right {
  background: #0582F2;
  height: calc(100% - 60px);
  padding: 30px;
  width: calc(50% - 230px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  position: relative;
  color: #fff;
}
.about-aptyx .inner-flex .right:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 150px 200px 0;
  border-color: transparent #0582F2 transparent transparent;
  content: "";
  left: -150px;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .about-aptyx .inner-flex .right {
    order: 3;
    width: calc(50% - 60px);
    padding: 20px 30px;
    height: auto;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
  }
  .about-aptyx .inner-flex .right:after {
    content: none;
  }
  .about-aptyx .inner-flex .right .inner {
    max-width: unset;
  }
}
@media screen and (max-width: 400px) {
  .about-aptyx .inner-flex .right {
    order: 3;
    width: calc(100% - 60px);
    padding: 0px 30px 20px;
  }
}
section#search-subscribe {
  padding: 50px 0;
  background: #033063;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section#search-subscribe {
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 550px) {
  section#search-subscribe {
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 480px) {
  section#search-subscribe {
    padding: 40px 0 0;
  }
}
section#search-subscribe.filters-included {
  padding: 30px 0 10px;
}
section#search-subscribe.filters-included .container {
  align-items: flex-end;
}
@media screen and (max-width: 850px) {
  section#search-subscribe.filters-included .container {
    flex-direction: column;
  }
}
section#search-subscribe.filters-included .filters {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 10px 20px;
}
section#search-subscribe.filters-included .filters .headline {
  width: 100%;
}
@media screen and (max-width: 480px) {
  section#search-subscribe.filters-included .filters {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  section#search-subscribe.filters-included .search-section {
    width: 100%;
  }
}
section#search-subscribe .filters .headline {
  font-size: 22px;
}
section#search-subscribe .filters .filter {
  margin-top: 10px;
  flex: 1;
}
section#search-subscribe .filters .label {
  font-weight: bold;
}
section#search-subscribe .filters select {
  height: 40px;
  appearance: none;
  border: none;
  font-size: 22px;
  color: #000;
  background: transparent;
  padding: 0 15px;
  width: calc(100% - 70px);
  border-bottom: 1px solid #000;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCA3LjMzbDIuODI5LTIuODMgOS4xNzUgOS4zMzkgOS4xNjctOS4zMzkgMi44MjkgMi44My0xMS45OTYgMTIuMTd6Ii8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right;
  filter: invert(1);
  background-size: 20px;
}
@media screen and (max-width: 768px) {
  section#search-subscribe .filters select {
    width: 100%;
  }
}
section#search-subscribe .container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 850px) {
  section#search-subscribe .container {
    flex-direction: column;
    gap: 30px;
  }
}
section#search-subscribe .subscribe {
  max-width: 550px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  section#search-subscribe .subscribe {
    max-width: unset;
  }
}
section#search-subscribe .subscribe p {
  margin-top: 0;
}
section#search-subscribe .subscribe .wysiwyg {
  flex: 1;
}
section#search-subscribe .search-section ::placeholder {
  color: #fff;
}
section#search-subscribe .search-section .search {
  border-bottom: 1px solid #fff;
  margin-top: 20px;
}
section#search-subscribe .search-section input {
  height: 40px;
  appearance: none;
  border: none;
  font-size: 22px;
  color: #fff;
  background: transparent;
  padding: 0 0 0 15px;
  width: calc(100% - 69px);
}
section#search-subscribe .search-section button.search-submit {
  appearance: none;
  border: none;
  background: transparent;
  padding: 5px 20px;
}
section#search-subscribe .search-section button.search-submit span {
  width: 24px;
  display: block;
  height: 24px;
}
section#search-subscribe .search-section button.search-submit span svg {
  fill: #fff;
  width: 100%;
  height: 100%;
  stroke-width: 1px;
  stroke: #fff;
}
section#search-subscribe .form-outer {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 480px) {
  section#search-subscribe .form-outer {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
section#search-subscribe .form-wrap {
  background: #0582F2;
  border-radius: 2.5px;
  position: relative;
  z-index: 5;
  padding: 40px 80px;
  color: #FFF;
}
@media screen and (max-width: 480px) {
  section#search-subscribe .form-wrap {
    padding: 20px;
    width: 100%;
  }
}
section#search-subscribe .form-wrap:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 73px 0 0 71px;
  border-color: transparent transparent transparent #033063;
  transform: rotate(0deg);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 480px) {
  section#search-subscribe .form-wrap:before {
    content: none;
  }
}
section#search-subscribe .form-wrap ::placeholder {
  color: #fff;
}
section#search-subscribe .form-wrap .headline {
  font-size: 23px;
  line-height: 1.1;
  max-width: 283px;
  margin-bottom: 30px;
}
section#search-subscribe .form-wrap #gform_submit_button_3 {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  min-width: 180px;
}
section#search-subscribe .form-wrap #gform_submit_button_3:hover {
  background: #fff;
  color: #033063;
}
section#search-subscribe .form-wrap div#field_3_1 {
  max-width: 300px;
}
section#search-subscribe .form-wrap input#input_3_1 {
  height: 40px;
  appearance: none;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 22px;
  color: #fff;
  background: transparent;
  padding: 0 15px;
  min-width: 275px;
}
@media screen and (max-width: 480px) {
  section#search-subscribe .form-wrap input#input_3_1 {
    min-width: unset;
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  section#search-subscribe .form-wrap input#input_3_1 {
    font-size: 18px;
  }
}
section.category-intro {
  padding: 30px 0;
  background: #033063;
  color: #fff;
}
section.category-intro .headline {
  margin: 0 0 20px;
  color: #FF9600;
  font-size: 24px;
}
section.four-blue-squares {
  padding: 40px 0;
  text-align: center;
  background: #033063;
  color: #fff;
}
section.four-blue-squares .headline {
  color: #fff;
  line-height: 1;
  font-size: 32px;
  margin: 0 0 10px;
}
section.four-blue-squares .support {
  margin: 0 auto;
  color: #FF9600;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  max-width: 690px;
  text-align: center;
}
section.four-blue-squares .squares {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 30px auto 0;
  max-width: 1090px;
}
section.four-blue-squares .squares .square {
  background: #697080;
  color: #fff;
  padding: 30px;
  width: 140px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.four-blue-squares .squares .square .title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  min-height: 40px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;

    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
section.results {
  background: #033063;
  padding: 24px 24px 100px;
}
@media screen and (max-width: 700px) {
  section.results {
    padding: 20px 3px 40px;
  }
}
@media screen and (max-width: 600px) {
  section.results .container {
    padding: 0 10px;
  }
}
section.results .results-inner {
  background: #fff;
  border-radius: 3px;
  padding: 50px 0 0;
}
section.results .results-inner:last-of-type {
  padding: 50px 0 80px;
}
section.results .results-inner .line {
  height: 1px;
  width: 100%;
  background: #979797;
}
section.results .results-inner .btn-wrap {
  margin: 100px 0 50px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  section.results .results-inner .btn-wrap {
    margin: 40px 0 30px;
  }
}
section.results .results-inner h1.headline, section.results .results-inner h2.headline {
  scroll-margin-top: 128px;
  font-size: 48px;
  color: #033063;
  letter-spacing: -0.25px;
  line-height: 1;
  margin: 0 0 60px;
}
@media screen and (max-width: 550px) {
  section.results .results-inner h1.headline, section.results .results-inner h2.headline {
    font-size: 34px;
    margin: 0 0 30px;
  }
}
section.results .results-inner .loop-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  section.results .results-inner .loop-wrap {
    gap: 30px;
  }
}
@media screen and (max-width: 700px) {
  section.results .results-inner .loop-wrap {
    gap: 30px 20px;
  }
}
section.results .results-inner article {
  background: #f3f3f3;
  border-radius: 3px;
  width: calc(33.3% - 128px);
  position: relative;
  padding: 44px 37px 60px;
}
@media screen and (max-width: 1024px) {
  section.results .results-inner article {
    width: calc(50% - 115px);
  }
}
@media screen and (max-width: 768px) {
  section.results .results-inner article {
    width: calc(50% - 90px);
  }
}
@media screen and (max-width: 700px) {
  section.results .results-inner article {
    padding: 44px 15px 60px 25px;
    width: calc(50% - 50px);
  }
}
@media screen and (max-width: 500px) {
  section.results .results-inner article {
    width: 100%;
    padding: 44px 37px 60px;
  }
}
section.results .results-inner article:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 0 0 55px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  z-index: 5;
}
section.results .results-inner article .featured-img {
  width: 100%;
  height: 234px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 3px;
}
section.results .results-inner article .featured-img:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: #f3f3f3 transparent transparent transparent;
  position: absolute;
  content: "";
  z-index: 5;
}
section.results .results-inner article .featured-img a.fallback {
  height: calc(100% - 80px);
  background: #FF9600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
section.results .results-inner article .featured-img a.fallback img {
  width: auto;
  height: 100%;
  max-width: 100px;
}
section.results .results-inner article h2, section.results .results-inner article h3 {
  margin-top: 0;
}
section.results .results-inner article h2 a, section.results .results-inner article h3 a {
  font-weight: bold;
  color: #033063;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: none;
  display: block;
}
section.results .results-inner article p {
  margin-top: 0;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
}
section.results .results-inner article img.attachment-full.size-full.wp-post-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: center;
}
section.results .results-inner article a.article-link.headline {
  color: #FF9600;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 2px solid #ff9600;
  border-radius: 0;
}
section.results .results-inner article .article-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
section.results .results-inner article .article-inner .article-content {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 0.55fr 1fr 0.25fr;
}
section.results .results-inner .pagination {
  margin: 40px 0;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: bold;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
section.results .results-inner .pagination span {
  color: #FF9600;
}
section.results .results-inner .pagination a {
  transition: all 1s;
  color: #033063;
  text-decoration: none;
}
section.results .results-inner .pagination a:hover {
  color: #FF9600;
}
.single article {
  background: #033063;
  padding: 30px 24px;
}
@media screen and (max-width: 480px) {
  .single article {
    padding: 5px;
  }
}
.single article .article-inner {
  border-radius: 3px;
  background: #fff;
  padding: 25px;
}
@media screen and (max-width: 480px) {
  .single article .article-inner {
    padding: 15px;
  }
}
.single article .brand-wrap {
  background: #f3f3f3;
  border-radius: 2.5px;
  position: relative;
  z-index: 5;
  padding: 40px 80px;
  color: #FFF;
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
}
.single article .brand-wrap:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 73px 0 0 71px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(0deg);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .single article .brand-wrap {
    padding: 40px 30px 40px 40px;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .single article .brand-wrap {
    flex-direction: column;
    padding: 20px 40px 80px;
  }
}
@media screen and (max-width: 350px) {
  .single article .brand-wrap {
    padding: 20px 20px 80px;
  }
}
.single article .article-content {
  color: #033063;
  font-size: 18px;
  width: 480px;
}
@media screen and (max-width: 768px) {
  .single article .article-content {
    width: 100%;
  }
}
.single article .article-content h1 {
  font-size: 48px;
  color: #033063;
  letter-spacing: -0.25px;
  line-height: 1;
  margin: 0 0 10px;
}
@media screen and (max-width: 800px) {
  .single article .article-content h1 {
    font-size: 34px;
  }
}
.single article .article-content .cat-wrap {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.single article .article-content .share {
  display: flex;
  flex-wrap: wrap;
  margin: 5px -13px 20px;
}
.single article .article-content .share .share-label {
  width: 100%;
  padding-left: 13px;
  margin-bottom: 5px;
}
.single article .article-content .share a.oneshare {
  display: flex;
  border: 2px solid #033063;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin: 0 13px;
  padding: 6px;
  transition: 1s all;
}
.single article .article-content .share a.oneshare svg {
  fill: #033063;
  display: block;
  width: 80%;
  height: auto;
  transition: 1s all;
}
.single article .article-content .share a.oneshare:hover {
  border: 2px solid #FF9600;
}
.single article .article-content .share a.oneshare:hover svg {
  fill: #FF9600;
}
.single article .content-wrap {
  padding-top: 40px;
  line-height: 1.8;
}
.single article .content-wrap a {
  color: #033063;
}
.single article .content-wrap img.aligncenter {
  margin: 0 auto;
  display: block;
  height: auto;
}
.single article .content-wrap img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
  height: auto;
}
@media screen and (max-width: 768px) {
  .single article .content-wrap img.alignleft {
    float: none;
    margin: 0 auto;
    display: block;
  }
}
.single article .content-wrap img.alignright {
  float: right;
  margin: 0 0 20px 20px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .single article .content-wrap img.alignright {
    float: none;
    margin: 0 auto;
    display: block;
  }
}
.single article .content-wrap h2 {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 500;
  font-size: 26px;
  margin-top: 0;
  line-height: 1.1;
  color: #033063;
  clear: both;
}
.single article .content-wrap h3 {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 500;
  margin-top: 0;
  line-height: 1.1;
  font-size: 22px;
  color: #033063;
  clear: both;
}
.single article .content-wrap ul, .single article .content-wrap ol {
  padding-left: 20px;
}
.single article .content-wrap ul li, .single article .content-wrap ol li {
  padding-left: 10px;
  margin-bottom: 10px;
}
.single article .featured-img {
  height: 350px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 3px;
  width: 480px;
}
@media screen and (max-width: 768px) {
  .single article .featured-img {
    height: 250px;
    width: 100%;
    margin-bottom: 0;
  }
}
.single article .featured-img:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: #f3f3f3 transparent transparent transparent;
  position: absolute;
  content: "";
  z-index: 5;
}
.single article .featured-img img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  display: block;
}
.single article .featured-img div.fallback {
  height: 270px;
  background: #FF9600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.single article .featured-img div.fallback img {
  width: 200px;
  height: 200px;
  max-width: unset;
  object-fit: unset;
}
@media screen and (max-width: 768px) {
  .single article .featured-img div.fallback {
    height: 210px;
    padding: 20px;
  }
  .single article .featured-img div.fallback img {
    width: 100px;
    height: 100px;
  }
}
.postid-47 section.callout-stats .stats-row .stat {
  width: auto;
  min-width: 150px;
}
.connect-below {
  padding-bottom: 0 !important;
}
.connect-below .home-about-white {
  border-radius: 3px 3px 0 0;
}
.connect-below + section {
  padding-top: 0 !important;
}
.connect-below + section .about-inner {
  border-radius: 0 0 3px 3px;
}
.page-id-32 #section_9 {
  padding: 100px 0;
}
@media screen and (max-width: 550px) {
  .page-id-32 #section_9 {
    padding: 50px 0;
  }
}
.page-id-32 section#section_7 {
  background: #fff;
  padding: 80px 0 60px;
}
.page-id-32 section#section_7 .flexer .image {
  max-width: unset;
  width: calc(50% - 15px);
}
@media screen and (max-width: 800px) {
  .page-id-32 section#section_7 .flexer .image {
    width: 100%;
  }
}
.page-id-32 section#section_7 .container {
  max-width: 1266px;
}
.page-id-32 section#section_7 .headline {
  color: #033064;
}
.page-id-32 section#section_7 .flexer .content {
  color: #000;
  font-weight: 300;
  width: calc(50% - 15px);
}
@media screen and (max-width: 800px) {
  .page-id-32 section#section_7 .flexer .content {
    width: 100%;
  }
}
.page-id-32 section#section_7 .flexer .image:before {
  border-color: transparent transparent transparent #fff;
}
.page-id-32 section#section_8.alternate {
  background: #fff;
  color: #000;
  margin-top: 0;
}
.page-id-32 section#section_8.alternate .headline {
  color: #0582F2;
}
.page-id-32 section#section_8.alternate .abstract {
  color: #000;
}
.page-id-32 #section_4 {
  padding: 60px 0 20px;
}
.page-id-32 #section_4 .flexer.reverse .image:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 0 0 80px;
  border-color: transparent transparent transparent #033063;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 5;
}
.page-id-32 #section_4 .container {
  max-width: 1266px;
}
.page-id-32 #section_4 .wysiwyg h3 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 24px;
  color: #FF9600;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: 0;
}
.page-id-32 #section_4 .wysiwyg h3:last-of-type {
  margin-top: 30px;
}
.postid-41 #section_1 .wysiwyg ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.postid-41 #section_1 .wysiwyg ul li {
  padding: 0 40px 0 0;
  width: calc(25% - 40px);
  display: flex;
  align-items: center;
}
.postid-41 #section_1 .wysiwyg ul li:before {
  content: "·";
  font-size: 45px;
  font-family: none;
  line-height: 1;
  color: #0582F2;
  margin-right: 10px;
}
@media screen and (max-width: 1100px) {
  .postid-41 #section_1 .wysiwyg ul li {
    width: calc(33.3% - 40px);
  }
}
@media screen and (max-width: 850px) {
  .postid-41 #section_1 .wysiwyg ul li {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 600px) {
  .postid-41 #section_1 .wysiwyg ul li {
    width: 100%;
  }
}
.postid-49 #section_6 {
  padding: 60px 0 20px;
}
.postid-49 #section_6 .container {
  max-width: 1266px;
}
.postid-49 #section_7 {
  padding: 0 0 20px;
}
