.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9998;
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.preloader-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader-top-half {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 50%;
  margin-top: auto;
  margin-bottom: 0px;
  background-color: #fdea8e;
}

.loader-bottom-half {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  margin-top: auto;
  margin-bottom: 0px;
  background-color: #fdea8e;
}

.nav-line {
  width: 100%;
  height: 2px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: #fff;
}

.nav-text {
  background-color: transparent;
  font-family: GTWP;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-text.contact-us-text {
  font-size: 13px;
  font-weight: 700;
}

.navlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 25px 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.navlink.contact {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navbar.nav-transparent {
  z-index: 100;
  height: 75px;
  background-color: #fff;
  background-image: url('../images/Gradient_BG_1.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200px;
  height: 150%;
  max-width: auto;
  padding-right: 23px;
  padding-left: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.logo-emblem {
  width: auto;
}

.link-block {
  position: relative;
  display: block;
  width: 122px;
  margin-right: auto;
  margin-left: auto;
}

.link-block-2 {
  display: block;
  width: 99px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.logo-text {
  width: auto;
}

.side-bar-wrapper {
  margin-top: 57px;
}

.nav-bar-wrapper {
  width: 100%;
  margin-right: 40px;
  margin-left: 257px;
}

.banner-header {
  position: relative;
  width: 100%;
  height: 312px;
  padding-top: 100px;
  padding-left: 272px;
  background-image: url('../images/Gradient.png');
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.heading {
  font-family: GTWP;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
}

.hero-header-caption {
  width: 800px;
  margin-top: 23px;
  font-family: GTWP;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 100;
}

.home-banners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 660px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 100%;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transition: width 500ms cubic-bezier(.25, .46, .45, .94);
  transition: width 500ms cubic-bezier(.25, .46, .45, .94);
  text-align: center;
}

.banner-a:hover {
  width: 80%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.banner-image-a {
  position: relative;
  display: block;
  width: 1158px;
  height: 800px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  float: right;
  clear: none;
  text-align: center;
}

.banner-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 100%;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transition: width 500ms cubic-bezier(.25, .46, .45, .94);
  transition: width 500ms cubic-bezier(.25, .46, .45, .94);
  text-align: center;
}

.banner-b:hover {
  width: 80%;
}

.banner-image-b {
  position: relative;
  display: block;
  width: 1158px;
  height: 800px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  float: right;
  clear: none;
  text-align: center;
}

.banner-wrapper {
  position: static;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.da99-logo {
  position: absolute;
  left: 72px;
  top: 19%;
  z-index: 2;
  display: block;
  width: 208px;
  max-width: auto;
  margin-top: 312px;
  margin-left: 200px;
  float: none;
}

.my-ami-logo {
  position: absolute;
  left: 50%;
  top: 19%;
  z-index: 2;
  display: block;
  width: 195px;
  max-width: auto;
  margin-top: 312px;
  margin-left: 200px;
  float: none;
}

.home-about-panel {
  margin-top: 72px;
}

.text-block-2 {
  position: relative;
  z-index: 3;
  font-family: Poppins;
  color: #dedede;
  font-size: 72px;
  line-height: 70px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.text-block-3 {
  max-width: 550px;
  margin-left: 30%;
  font-family: GTWP;
  color: #4e4e51;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.home-about-contents {
  margin-right: 0px;
  margin-left: 200px;
  padding: 160px 60px 100px 20px;
}

.navbar-colored {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navbar-colored.nav-colored {
  z-index: 101;
  display: none;
  height: 75px;
  background-image: url('../images/Gradient_BG.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0;
}

.banner-right-margin {
  display: block;
  height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.logo-scrolled {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85px;
  height: 90px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  opacity: 0;
}

.logo-emblem-mobile {
  padding: 0px 23px;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.sidebar-tagline {
  display: block;
  width: 16px;
  margin-top: 260px;
  margin-right: auto;
  margin-left: auto;
}

.footer {
  max-width: 100vw;
}

.columns-2 {
  padding-right: 200px;
  padding-left: 200px;
}

.footer-texts {
  margin-top: 0px;
}

.text-block-4 {
  font-family: Poppins;
  color: #515151;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-block {
  width: 100%;
  margin-bottom: 10px;
  text-decoration: none;
}

.text-block-5 {
  font-family: Poppins;
  color: #686868;
  font-size: 12px;
  line-height: 25px;
  text-align: right;
  letter-spacing: 0.04em;
}

.link-block-4 {
  margin-top: 14px;
  float: right;
  font-family: Poppins;
  color: #010101;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.text-block-6 {
  font-family: Poppins;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.logo-back-top {
  position: relative;
  top: -79px;
  display: block;
  width: 119px;
  height: auto;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #f0f0f5;
  background-color: #fff;
}

.footer-sub {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-sub-container {
  width: 100%;
  height: 82.578125px;
  margin-top: 100px;
  border-color: #dedede;
  border-top-style: solid;
  border-top-width: 1px;
}

.text-block-7 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px;
  font-family: GTWP;
  color: #515151;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.03em;
}

.text-block-8 {
  position: absolute;
  top: 20px;
  display: block;
  opacity: 0;
  font-family: Poppins;
  color: #ff2d4b;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.white-block {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 110%;
  float: left;
  background-color: #fff;
}

.div-block-4 {
  position: relative;
  z-index: 3;
  margin-top: 25px;
}

.main-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 100vh;
  max-width: 100vw;
  margin-left: 200px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #131a4b;
}

.left-arrow {
  display: none;
}

.slide-nav {
  margin-bottom: 27px;
}

.slide {
  width: 100%;
  background-color: #131a4b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 26, 75, .55)), to(rgba(19, 26, 75, .55))), url('../images/background.jpg');
  background-image: linear-gradient(180deg, rgba(19, 26, 75, .55), rgba(19, 26, 75, .55)), url('../images/background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
}

.slide.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 26, 75, .55)), to(rgba(19, 26, 75, .55))), url('../images/background_2.jpg');
  background-image: linear-gradient(180deg, rgba(19, 26, 75, .55), rgba(19, 26, 75, .55)), url('../images/background_2.jpg');
  background-size: auto, 100%;
}

.slide.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 26, 75, .54)), to(rgba(19, 26, 75, .54))), url('../images/background_3.jpg');
  background-image: linear-gradient(180deg, rgba(19, 26, 75, .54), rgba(19, 26, 75, .54)), url('../images/background_3.jpg');
  background-size: auto, 100%;
}

.mask {
  width: 100%;
}

.hero-text-wrapper {
  max-width: 800px;
  margin-left: 15%;
}

.slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-h1 {
  margin-top: 0px;
  margin-bottom: 50px;
  -webkit-transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
  font-family: GTWP;
  color: #fff;
  font-size: 72px;
  line-height: 78px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.slider-paragraph {
  max-width: 710px;
  margin-bottom: 0px;
  font-family: GTWP;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  font-weight: 100;
  letter-spacing: 0.05em;
}

.grid-3 {
  -ms-grid-columns: 1fr 0.68fr;
  grid-template-columns: 1fr 0.68fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-about-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/Home-About-BG.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.footer-grid {
  -ms-grid-columns: 1fr 1fr 1fr 3fr;
  grid-template-columns: 1fr 1fr 1fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-wrapper {
  display: block;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}

.logo-small-mobile {
  display: none;
}

.logo-text-mobile {
  padding: 0px 23px;
}

.home-logo-animate {
  position: absolute;
  z-index: 49;
  width: 70px;
  height: 70px;
  background-color: #131313;
  color: #131313;
  text-align: center;
}

.sticky-navigation {
  position: fixed;
  z-index: 777;
  width: 100%;
  max-width: 100vw;
}

.home-logo-sticky-wrapper {
  position: relative;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-logo-sticky-wrapper.w--current {
  overflow: visible;
}

.home-logo {
  position: absolute;
  left: 13px;
  top: 9px;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: block;
  width: 41px;
  max-width: none;
  -webkit-transform-origin: 52% 50%;
  -ms-transform-origin: 52% 50%;
  transform-origin: 52% 50%;
}

.header-content---desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 2;
  -webkit-flex: 2 0 425px;
  -ms-flex: 2 0 425px;
  flex: 2 0 425px;
}

.header-more {
  position: relative;
  width: 70px;
  max-width: 70px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-slide {
  position: relative;
  min-height: 100vh;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-flex: 6;
  -webkit-flex: 6 0 450px;
  -ms-flex: 6 0 450px;
  flex: 6 0 450px;
}

.header-more-btn {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 12rem;
  padding-top: 39px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4a00d8;
  cursor: pointer;
}

.header-more-text {
  margin-top: 23px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 52% 50%;
  -ms-transform-origin: 52% 50%;
  transform-origin: 52% 50%;
  color: #fff;
  font-weight: 300;
}

.anim-drop-wrap {
  overflow: hidden;
  width: 2px;
  height: 55px;
  margin-top: 29px;
}

.anim-drop {
  width: 2px;
  height: 55px;
  background-color: #fff;
  -webkit-transform: translate(0px, -55px);
  -ms-transform: translate(0px, -55px);
  transform: translate(0px, -55px);
}

.body {
  overflow: visible;
  max-width: 100vw;
  font-family: AF;
  color: #131313;
}

.header-claim {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-footer-anim {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  margin-right: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.h4-decor {
  position: relative;
}

.h4-decor.white {
  margin-bottom: 18px;
}

.h4-decor.white.hidden-text {
  display: none;
}

.h4-decor-line {
  position: absolute;
  left: 0%;
  top: 10px;
  right: auto;
  width: 21px;
  height: 2px;
  background-color: #4a00d8;
}

.h4-decor-line.white {
  background-color: #fff;
}

.h4-decor-line.decor-line-pink {
  position: absolute;
  background-color: #fc3f3f;
}

.h4-decor-line.decor-line-white {
  background-color: #fff;
}

.decor-text {
  margin-left: 40px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-indent: 0px;
  text-transform: uppercase;
}

.decor-text.white {
  color: #fff;
}

.decor-text.decor-white {
  color: #fff;
}

.header-claim-logo {
  position: relative;
  margin-top: 50px;
}

.fancy-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.image-3 {
  max-width: 253px;
}

.hero-text-caption {
  max-width: 343px;
  margin-top: 50px;
}

.hero-text-p {
  font-size: 36px;
  line-height: 44px;
  font-weight: 200;
}

.div-block-5 {
  height: 1px;
  padding-right: 130px;
  background-color: #cacaca;
}

.header-languages {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 778;
  height: 70px;
  margin-right: 110px;
}

.burger-menu {
  position: relative;
  width: 70px;
  height: 70px;
  float: right;
  background-color: #4a00d8;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.typer {
  font-weight: 600;
  letter-spacing: 0.1em;
}

.typer.hero-typer {
  letter-spacing: 0em;
}

.cursor {
  color: transparent;
}

.header-animated-text-desktop {
  display: block;
  color: #4a4a4a;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0px;
}

.header-lang-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-lang-wrap.lang-white {
  color: #fff;
}

.lang-btn {
  padding-right: 14px;
  padding-left: 13px;
  font-size: 12px;
  -webkit-column-span: none;
  column-span: none;
  cursor: pointer;
}

.lang-btn.lang-first {
  border-right: 1px solid #131313;
  font-weight: 500;
}

.lang-btn.lang-first.lang-white {
  border-right-color: #fff;
}

.burger-line-1-wrap {
  position: absolute;
  top: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.burger-line-2-wrap {
  position: absolute;
  top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.burger-line-3-wrap {
  position: absolute;
  top: 41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.burger-line-1 {
  width: 18px;
  background-color: #fff;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.burger-line-2 {
  width: 18px;
  background-color: #fff;
}

.burger-line-3 {
  width: 18px;
  background-color: #fff;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.mega-menu {
  position: fixed;
  z-index: 770;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: linear-gradient(134.72deg, hsla(260.55555555555554, 100.00%, 42.35%, 0.95), rgba(252, 63, 63, .95));
  -webkit-transform: translate(100vw, 0vh);
  -ms-transform: translate(100vw, 0vh);
  transform: translate(100vw, 0vh);
}

.mega-menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mega-menu-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mega-menu-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mega-nav-menu-ul {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-right: 1.75em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #fff;
  font-size: 26px;
  line-height: 41px;
  font-weight: 300;
  letter-spacing: 0px;
  text-decoration: none;
}

.mega-nav-menu-ul:hover {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.mega-nav-menu-ul.w--current {
  font-weight: 800;
}

.text-block-11 {
  text-align: left;
}

.mega-nav-line-hvr {
  position: relative;
  top: 3px;
  height: 2px;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mega-nav-hvr-line {
  width: 80px;
  height: 2px;
  max-width: 90px;
  background-color: #fff;
}

.mega-menu-logo {
  position: relative;
}

.image-4 {
  width: 170px;
}

.mega-address-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mega-menu-h4 {
  color: #fff;
  font-weight: 700;
}

.mega-menu-h4.sset {
  padding-top: 0px;
  padding-bottom: 0px;
}

.mega-menu-h4.hq {
  padding-bottom: 7px;
}

.mega-menu-p {
  color: #fff;
  font-weight: 300;
}

.mega-menu-p.menu-set {
  margin-left: 14px;
}

.mega-menu-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mega-social {
  margin-right: 25px;
  font-family: FA;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  font-weight: 900;
  text-decoration: none;
}

.mega-social:hover {
  color: #fff;
  text-decoration: none;
}

.header-slide-wrap {
  position: relative;
  z-index: 3;
  display: block;
  overflow: visible;
  height: 100%;
  margin-right: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.header-slide-loading {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 27%;
  background-color: #000;
}

.header-slider {
  height: 100%;
}

.header-slider-mask {
  height: 100%;
  min-height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-slide-1 {
  position: relative;
  z-index: 101;
  width: 100%;
  height: 100%;
}

.slider-image-1 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.image-5 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: auto;
  height: 100vh;
  max-height: 100%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slide-nav-2 {
  display: none;
}

.left-arrow-2 {
  left: auto;
  top: auto;
  right: 70px;
  bottom: 0%;
  display: none;
  width: 70px;
  height: 70px;
  background-color: #4a00d8;
}

.header-slider-info {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 100;
  max-width: 325px;
  padding-bottom: 65px;
  padding-left: 50px;
}

.header-slider-title {
  margin-bottom: 8px;
  color: #fff;
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  text-shadow: 1px 1px 11px rgba(0, 0, 0, .3), 1px 0 2px rgba(0, 0, 0, .29);
}

.header-slider-title.header-slider-title-black {
  text-shadow: 1px 1px 11px rgba(0, 0, 0, .34);
}

.header-slider-caption {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 22px;
  line-height: 27px;
  font-weight: 300;
}

.cta-button {
  position: relative;
  z-index: 150;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.cta-button:hover {
  text-decoration: none;
}

.cta-button.cta-white {
  margin-top: 33px;
  text-decoration: none;
}

.cta-button.cta-white:hover {
  text-decoration: none;
}

.cta-button.cta-white {
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.cta-button.cta-prod {
  margin-top: 34px;
  margin-bottom: 34px;
}

.cta-line {
  position: static;
  left: 0%;
  top: 10px;
  right: auto;
  width: 40px;
  height: 2px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: #4a00d8;
}

.cta-line.cta-line-white {
  background-color: #fff;
  color: #fff;
}

.cta-line.line-first-child {
  height: 3px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.home-logo-gradient-bg {
  position: absolute;
  left: -13px;
  bottom: -15px;
  z-index: 50;
  width: 100px;
  height: 100px;
  background-image: linear-gradient(175deg, hsla(12.056074766355138, 100.00%, 58.04%, 1.00) 22%, hsla(333.54330708661416, 100.00%, 50.20%, 1.00));
  -webkit-transform: rotate(45deg) translate(0px, 100px);
  -ms-transform: rotate(45deg) translate(0px, 100px);
  transform: rotate(45deg) translate(0px, 100px);
  color: #131313;
  text-align: center;
}

.home-logo-gradient-wrap {
  position: absolute;
  z-index: 50;
  overflow: hidden;
  width: 70px;
  height: 70px;
}

.hp-our-process---desktop {
  display: block;
  margin-top: 190px;
  margin-bottom: 90px;
  padding-right: 70px;
  padding-left: 70px;
}

.our-process-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 8vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-11 {
  margin-bottom: 50px;
  padding-right: 27px;
  padding-left: 27px;
  -webkit-box-flex: 2;
  -webkit-flex: 2 0 256px;
  -ms-flex: 2 0 256px;
  flex: 2 0 256px;
}

.h4-title-black {
  margin-top: 22px;
  margin-bottom: 27px;
  color: #131313;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
}

.h4-title-black.title-white {
  color: #fff;
}

.h4-text-caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #4a4a4a;
  font-size: 22px;
  line-height: 27px;
  font-weight: 300;
}

.h4-text-caption.caption-white {
  color: #fff;
}

.h4-text-caption.hp-who-we-are-caption {
  font-size: 21px;
  line-height: 30px;
}

.hp-our-process-left {
  padding-right: 2vw;
}

.cta-btn-texts {
  position: static;
  padding-right: 20px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  color: #131313;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  text-indent: 0px;
  text-transform: none;
}

.cta-btn-texts:hover {
  text-decoration: none;
}

.cta-btn-texts.cta-btb-texts-white {
  color: #fff;
}

.cta-btn-texts.cta-white {
  color: #fff;
}

.cta-btn-texts.cta-large {
  padding-right: 0px;
  padding-left: 15px;
  font-size: 15px;
  line-height: 24px;
}

.cta-btn-texts.cta-product {
  font-size: 19px;
  font-weight: 500;
}

.h5 {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.hp-slider-right-arrow {
  left: auto;
  top: auto;
  right: -22px;
  bottom: 48px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  height: 130px;
}

.slider-load-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
}

.slide-number-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 22px;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slide-text {
  color: #fff;
}

.loading-bar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 18px;
  margin-left: 18px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.loading-bar-wrapper {
  position: relative;
  display: block;
  width: 90px;
  height: 2px;
  background-color: #404040;
}

.loading-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50%;
  height: 100%;
  background-color: #fff;
}

.slide-text-01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-transform: translate(0px, 18px);
  -ms-transform: translate(0px, 18px);
  transform: translate(0px, 18px);
  color: #fff;
  text-align: center;
}

.slide-text-02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  -webkit-transform: translate(0px, 18px);
  -ms-transform: translate(0px, 18px);
  transform: translate(0px, 18px);
  color: #fff;
  text-align: center;
}

.slide-text-03 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  -webkit-transform: translate(0px, 18px);
  -ms-transform: translate(0px, 18px);
  transform: translate(0px, 18px);
  color: #fff;
  text-align: center;
}

.hp-our-process-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 70px;
  padding-left: 50px;
}

.prod-cert-wrapper {
  position: relative;
  margin-top: 120px;
  margin-bottom: 220px;
}

.prod-cert-left {
  position: relative;
  z-index: 1;
  width: 58.33333%;
  padding: 70px 60px 140px 100px;
  background-image: linear-gradient(137.86deg, #4a00d8, #fc4d4e);
}

.prod-cert-right {
  position: absolute;
  top: 100px;
  right: 0px;
  overflow: hidden;
  width: 58.33333%;
  height: 750px;
}

.prod-cert-logos-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 25%;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.prod-cert-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cert-logo {
  width: 6vw;
  max-height: 75px;
}

.cert-logo.cert-long {
  width: 7vw;
  max-height: 90px;
}

.cert-logo.cert-short {
  width: 4.5vw;
}

.image-wrap {
  position: relative;
  height: 100%;
}

.image-7 {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hp-who-we-are---desktop {
  padding-top: 250px;
  padding-right: 125px;
  padding-left: 125px;
}

.hp-wea-wrapper {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 55px;
}

.hp-wea-square-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 300px;
  height: 360px;
  background-color: #fc3f3f;
}

.hp-wea-square-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 300px;
  height: 360px;
  background-color: #4a00d8;
}

.hp-wea-content {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 6px 19px 0 rgba(0, 0, 0, .11);
}

.hp-wea-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hp-wea-content-left {
  width: 41%;
  padding: 60px;
}

.hp-wea-content-right {
  position: relative;
  width: 59%;
  min-height: 600px;
}

.hp-wea-vid-bg {
  overflow: hidden;
  height: 100%;
  text-align: left;
}

.hp-wea-contact-info {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hp-wea-video {
  left: -1%;
  width: 105%;
  height: 105%;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.image-8 {
  height: 85px;
}

.div-block-17 {
  margin-right: 20px;
}

.text-block-12 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.text-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  font-weight: 300;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.footer-bottom {
  padding: 45px 70px;
  background-color: #4a00d8;
}

.footer-top-btn {
  position: static;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 210px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fc3f3f;
  cursor: pointer;
}

.footer-top-btn-text {
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 52% 50%;
  -ms-transform-origin: 52% 50%;
  transform-origin: 52% 50%;
  color: #fff;
  font-weight: 300;
}

.footer-top-btn-anim-line-wrapper {
  overflow: hidden;
  width: 2px;
  height: 69px;
  margin-bottom: 29px;
}

.footer-top-btn-anim-line {
  width: 2px;
  height: 55px;
  background-color: #fff;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

.go-to-top-fix {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 0px;
}

.footer-mid-first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4a00d8;
}

.footer-mid-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 35px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.footer-mid-last {
  width: 70px;
}

.footer-mid-center-logo {
  position: relative;
  width: 42.89352%;
  padding-left: 193px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-mid-center-address {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-mid-center-contact {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-9 {
  width: 200px;
}

.footer-address-bold {
  font-size: 13px;
  font-weight: 600;
}

.footer-address-text {
  max-width: 170px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 300;
}

.footer-mid-center-address-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-links {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 300;
}

.hp-our-process-img {
  max-width: 100px;
}

.footer-mid-contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 18px;
}

.footer-mid-contact-icon {
  width: 58px;
}

.footer-mid-contact-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}

.footer-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-bottom-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42.89352%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}

.footer-bottom-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 57.10648%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-bottom-link {
  margin-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 16px;
}

.footer-mid-center-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 57.10648%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.copyright-1 {
  color: #fff;
}

.footer-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.footer-social-link {
  font-family: FA;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 900;
  letter-spacing: 0px;
}

.header-anchor {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 0px;
}

.hp-our-process---mobile {
  display: none;
  margin-top: 190px;
  margin-bottom: 90px;
  padding-right: 70px;
  padding-left: 70px;
}

.div-block-19 {
  position: relative;
}

.hp-process-number {
  position: absolute;
  display: inline-block;
  padding: 4px 9px;
  border-radius: 100%;
  background-color: #000;
}

.hp-process-number.hpn-2 {
  padding-right: 8px;
  padding-left: 8px;
}

.hp-process-number.hpn-3 {
  padding-right: 8px;
  padding-left: 8px;
}

.hp-process-number.hpn-4 {
  padding-right: 8px;
  padding-left: 8px;
}

.paragraph-3 {
  margin-bottom: 0px;
  color: #fff;
  line-height: 14px;
  letter-spacing: 0px;
}

.hp-wea-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-color: rgba(0, 0, 0, .18);
}

.hp-who-we-are---mobile {
  display: none;
  padding-top: 250px;
  padding-right: 125px;
  padding-left: 125px;
}

.hp-wea-content-top {
  width: 41%;
  padding: 60px;
}

.footer-top-accent {
  display: none;
}

.footer-mobile-contact-btn {
  display: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.footer-mobile-contact-link {
  font-family: FA;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 900;
  letter-spacing: 0px;
}

.html-embed {
  position: fixed;
}

.header-animated-text-mobile {
  display: none;
  color: #4a4a4a;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0px;
}

.header-content---mobile {
  display: none;
  width: 100%;
  max-width: 100vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.header-more---mobile {
  position: relative;
  width: 70px;
  max-width: 70px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mega-menu-lang {
  display: none;
}

.mega-menu-social-nav {
  display: none;
}

.header-global {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.hg-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 2;
  -webkit-flex: 2 0 425px;
  -ms-flex: 2 0 425px;
  flex: 2 0 425px;
}

.hg-more {
  position: relative;
  width: 70px;
  max-width: 70px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hg-feature-box {
  position: relative;
  min-height: 100vh;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-flex: 6;
  -webkit-flex: 6 0 450px;
  -ms-flex: 6 0 450px;
  flex: 6 0 450px;
}

.hg-fb-wrap {
  position: relative;
  z-index: 3;
  display: block;
  overflow: hidden;
  height: 100%;
  margin-right: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.hg-fb-background {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  background-color: #4a00d8;
}

.hg-fb-background.bg-black {
  height: 30%;
  background-color: #000;
}

.hg-anchor {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  height: 0px;
}

.hg-hero-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hg-fb-image {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  height: 100%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icon-2 {
  font-size: 21px;
}

.hp-slider-r-arrow-img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.right-arrow-img-1 {
  position: relative;
  left: 50%;
  top: 50%;
  display: block;
  height: 100%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.right-arrow-img-1.srai-hover {
  position: absolute;
  height: 100%;
}

.hp-slider-r-arrow-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 100%;
  max-width: 60px;
  min-width: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: #4a00d8;
}

.hp-slider-right-arrow-icon {
  margin-bottom: 0px;
  font-family: FA;
  font-size: 34px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
}

.srai-hover {
  display: block;
}

.right-arrow-img-2 {
  position: relative;
  left: 50%;
  top: 50%;
  display: block;
  height: 100%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.right-arrow-img-2.srai-hover {
  position: absolute;
}

.right-arrow-img-3 {
  position: relative;
  left: 50%;
  top: 50%;
  display: block;
  height: 100%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.right-arrow-img-3.srai-hover {
  position: absolute;
  display: block;
}

.hp-slider-number-container {
  position: absolute;
  left: auto;
  top: 50px;
  right: -23px;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4a00d8;
}

.hp-slider-number-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hp-slider-number-1 {
  position: absolute;
  display: block;
  color: #fff;
}

.hp-slider-number-2 {
  position: absolute;
  display: block;
  -webkit-transform: translate(0px, 150%);
  -ms-transform: translate(0px, 150%);
  transform: translate(0px, 150%);
  color: #fff;
}

.hp-slider-number-3 {
  position: absolute;
  display: block;
  -webkit-transform: translate(0px, 150%);
  -ms-transform: translate(0px, 150%);
  transform: translate(0px, 150%);
  color: #fff;
}

.text-block-14 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 20px;
  margin-left: 15px;
  font-size: 15px;
}

.hp-mobile-slider-right-arrow {
  left: auto;
  top: auto;
  right: -22px;
  bottom: 48px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  height: 130px;
}

.hg-hero-h1 {
  max-width: 350px;
  margin-top: 50px;
  margin-bottom: 80px;
  font-size: 36px;
  font-weight: 200;
}

.hg-hero-h1.hg-hero-bold {
  font-weight: 600;
}

.hg-hero-caption.hero-caption-mobile {
  display: none;
}

.hg-hero-caption-p {
  max-width: 80%;
  margin-bottom: 21px;
  color: #4a4a4a;
  font-weight: 300;
}

.who-addon-text-1 {
  padding: 115px 70px 80px;
}

.who-text-break {
  display: none;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.who-image-grid-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 712px;
  max-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.who-img-grid-1a {
  position: relative;
  overflow: hidden;
  width: 66.66666666666667%;
  height: 712px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.who-img-grid-1b {
  position: relative;
  overflow: hidden;
  width: 33.33333334%;
  height: 100%;
  max-height: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.who-img-grid-1c {
  position: relative;
  overflow: hidden;
  width: 33.3333333%;
  height: 100%;
  max-height: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.who-img-grid-img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.who-img-grid-img.grid-img-horizontal {
  width: 100%;
  height: auto;
}

.who-addon-text-2 {
  padding: 100px 70px;
  background-color: hsla(264.23645320197045, 96.21%, 41.37%, 1.00);
  color: #fff;
}

.who-addon-t2-title {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  background-color: transparent;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}

.who-addon-t2-title.t2-title-with-img {
  margin: 0px;
  color: #131313;
}

.who-addon-p-title {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  color: #131313;
  font-size: 20px;
  line-height: 26px;
  font-weight: 200;
  text-align: center;
}

.who-addon-p-title.p-title-white {
  color: #fff;
}

.who-addon-p-title.p-title-white.p-title-upsize {
  max-width: 800px;
  font-size: 22px;
  line-height: 28px;
}

.who-addon-p-title.p-title-white.p-title-upsize.p-title-mobile {
  display: none;
}

.who-addon-text-3 {
  padding: 100px 70px;
  background-image: linear-gradient(138deg, hsla(260.55555555555554, 100.00%, 42.35%, 1.00), #fc4040);
  color: #fff;
}

.who-addon-tiitle-img {
  display: block;
  height: 100%;
  color: #fff;
}

.who-addon-t2-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.who-addon-p-title-bold {
  font-weight: 600;
}

.decor-line {
  position: absolute;
  left: 0%;
  top: 10px;
  right: auto;
  width: 21px;
  height: 2px;
  background-color: #4a00d8;
}

.decor-line.decor-line-pink {
  background-color: #fc3f3f;
}

.who-addon-tiitle-img-wrap {
  height: 24px;
  margin-left: 13px;
  color: #fff;
}

.mega-menu-nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.who-mission {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 850px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.who-mission-grid-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 3%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #000;
}

.who-grid-main-h3 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 38px;
  line-height: 50px;
  font-weight: 600;
  text-align: left;
}

.who-grid-main-p {
  max-width: 1000px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 200;
  text-align: left;
}

.who-mission-grid-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50%;
  padding: 10% 7%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #4a00d8;
}

.who-mission-grid-blocks.grid-blocks-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10% 7%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.who-mission-grid-blocks-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.grid-blocks-h3 {
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  color: #121212;
  font-size: 38px;
  line-height: 38px;
  font-weight: 600;
  text-align: center;
}

.grid-blocks-h3.grid-text-white {
  z-index: 1;
  color: #fff;
}

.grid-blocks-p {
  max-width: 330px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #121212;
  font-size: 16px;
  line-height: 19px;
  font-weight: 200;
  text-align: center;
}

.grid-blocks-p.grid-text-white {
  color: #fff;
}

.who-mission-grid-main-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80%;
  min-width: 350px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: #000;
}

.who-mission-grid-main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/dot.svg');
  background-position: 0% 0%;
  background-size: 9.09% 10%;
  background-attachment: scroll;
}

.decor-line-blocks {
  position: static;
  left: 0%;
  top: 10px;
  right: auto;
  width: 20%;
  height: 2px;
  max-width: 55px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fc4040;
}

.decor-line-blocks.decor-line-white {
  height: 2px;
  background-color: #fff;
  line-height: 16px;
  letter-spacing: 0px;
}

.mission-grid-blocks-inner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.pre-footer {
  padding: 100px 70px;
  background-color: #e7ecf5;
}

.pre-footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-10 {
  width: 210px;
}

.text-block-15 {
  max-width: 400px;
  margin-top: 25px;
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}

.go-to-top-tf {
  height: 0px;
  margin-bottom: 0px;
  padding: 0px;
  line-height: 0px;
}

.product-section {
  overflow: hidden;
}

.product-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 192px 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.prod-img-column {
  position: relative;
  z-index: 2;
  width: 58.33333333%;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.prod-info-column {
  position: relative;
  z-index: 2;
  width: 41.66666667%;
  padding-right: 4%;
  padding-left: 3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.prod-description-p {
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.prod-benefit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.prod-title-h4 {
  margin-top: 15px;
  margin-bottom: 7px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
}

.superscript {
  position: absolute;
  left: auto;
  top: -3px;
  right: -14px;
  bottom: auto;
  margin-left: 3px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-size: 11px;
  line-height: 20px;
}

.prod-info-col-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.prod-title-sub-p {
  position: relative;
  font-weight: 300;
}

.italic-text {
  color: #8c8c8c;
  font-weight: 400;
}

.div-block-20 {
  margin-bottom: 20px;
}

.product-img-wrap {
  width: 100%;
  height: 600px;
  max-width: 850px;
}

.prod-benefit-h5 {
  margin-bottom: 20px;
  padding: 5px 10px;
  border-radius: 6px;
  background-color: #4a00d8;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.prod-hl-list-bullet {
  position: relative;
  margin-bottom: 5px;
  font-size: 31px;
  letter-spacing: 0.02em;
}

.prod-list-span {
  position: relative;
  left: 15px;
  bottom: 2px;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.prod-highlights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #ababab;
}

.prod-hl-h5 {
  margin-bottom: 20px;
  padding: 5px 10px;
  border-radius: 6px;
  background-color: #fc3f3f;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.prod-info-number-wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 41.66666667%;
  margin-right: 70px;
  padding-right: 0%;
  padding-left: 0%;
}

.prod-info-number-wrap.number-left {
  left: 0%;
  right: auto;
  z-index: 1;
  padding-left: 0%;
  color: #fff;
}

.prod-info-number {
  opacity: 0.64;
  color: #e7ecf5;
  font-size: 450px;
  line-height: 450px;
  font-weight: 600;
}

.prod-info-number.prod-number-left {
  opacity: 0.6;
  color: #fff;
}

.product-bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 10%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #e7ecf5;
}

.prod-description-p-bold {
  font-weight: 500;
}

.product-cert-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 100px;
  background-color: #fff;
}

.product-cert-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-cert-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 25%;
  margin-top: 36px;
  margin-bottom: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-cert-logo {
  width: 6vw;
  max-height: 75px;
}

.product-cert-logo.cert-long {
  width: 7vw;
  max-height: 90px;
}

.product-cert-logo.cert-short {
  width: 4.5vw;
}

.product-cert-logo.product-cert-logo-long {
  width: 7vw;
  max-height: 90px;
}

.product-cert-logo.product-cert-logo-short {
  width: 4.5vw;
}

.prod-pre-footer-text {
  max-width: 490px;
  margin-top: 25px;
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}

.prod-pre-footer-text.prod-sheet-pre-footer {
  max-width: 400px;
  font-size: 26px;
  line-height: 47px;
  font-weight: 400;
}

.pre-footer-phone-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
}

.pre-footer-email-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 18px;
}

.pre-footer-contact-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
}

.pre-footer-contact-container {
  margin-top: 30px;
}

.cta-button-solid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 70px;
  max-height: 70px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fc3f3f;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.cta-solid-bg {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  height: 0%;
  background-color: #4a00d8;
}

.cta-solid-bg.bg-bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.cta-solid-text {
  position: relative;
  z-index: 1;
  margin-right: 15px;
  margin-left: 15px;
}

.cta-solid-anime-line-left {
  overflow: hidden;
  width: 45px;
  height: 2px;
}

.cta-solid-anime-line-inner-left {
  width: 27px;
  height: 2px;
  background-color: #fff;
}

.bold-text {
  font-weight: 600;
}

.prod-decor-line {
  position: static;
  left: 0%;
  top: 10px;
  right: auto;
  width: 21px;
  height: 3px;
  background-color: #4a00d8;
}

.prod-decor-line.white {
  background-color: #fff;
}

.prod-decor-line.decor-line-pink {
  background-color: #fc3f3f;
}

.prod-decor-line.decor-line-white {
  background-color: #fff;
}

.zoom-slider {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.global-slider-img {
  position: static;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: auto;
  height: 100%;
  max-height: none;
  max-width: none;
  text-align: center;
}

.zoom-slder-wrap {
  overflow: hidden;
  width: 100%;
  height: 600px;
  max-width: 850px;
  box-shadow: 0 4px 11px 0 hsla(228.00000000000003, 75.00%, 76.47%, 0.31), 0 23px 20px 0 rgba(0, 0, 0, .03), 0 2px 10px 0 rgba(0, 0, 0, .1);
}

.slide-nav-4 {
  display: none;
}

.right-arrow-4 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 7;
  width: 60px;
  height: 60px;
  background-color: #4a00d8;
}

.right-arrow-4.arrow-hidden {
  display: none;
}

.zoom-slider-arrow-icon {
  font-size: 20px;
}

.left-arrow-4 {
  left: auto;
  top: auto;
  right: 60px;
  bottom: 0%;
  z-index: 7;
  width: 60px;
  height: 60px;
  background-color: #000;
}

.left-arrow-4.arrow-hidden {
  display: none;
}

.cta-solid-anime-line-inner-right {
  width: 27px;
  height: 2px;
  background-color: #fff;
}

.cta-solid-anime-line-right {
  overflow: hidden;
  width: 45px;
  height: 2px;
}

.slide-7 {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.slide-8 {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

html.w-mod-js *[data-ix="new-interaction"] {
  -webkit-transform: skewX(0deg) skewY(0deg);
  -ms-transform: skewX(0deg) skewY(0deg);
  transform: skewX(0deg) skewY(0deg);
}

@media (max-width: 991px) {
  .nav-line {
    display: none;
  }
  .menu-button {
    position: absolute;
    top: 7px;
    right: 14px;
    bottom: 3px;
    display: block;
    margin-top: 0px;
    padding: 7px;
    float: none;
    border-radius: 2px;
    color: #fff;
    font-size: 40px;
    font-weight: 100;
    text-align: right;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #2adc65;
  }
  .navlink {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .navlink.contact {
    position: static;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav-menu {
    width: auto;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #131a4b;
    color: #131a4b;
  }
  .side-bar {
    width: 135px;
    max-height: 900px;
  }
  .nav-bar-wrapper {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .banner-header {
    padding-top: 65px;
    padding-left: 254px;
  }
  .heading {
    width: 494px;
    margin-top: 0px;
  }
  .hero-header-caption {
    width: 460px;
    font-size: 18px;
  }
  .home-banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .banner-a {
    width: 100%;
    height: 50%;
    clear: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .banner-a:hover {
    width: auto;
  }
  .banner-image-a:hover {
    width: auto;
  }
  .banner-b {
    width: 100%;
    height: 50%;
    clear: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .banner-b:hover {
    width: auto;
  }
  .home-about-panel {
    padding-right: 50px;
    padding-left: 50px;
  }
  .text-block-2 {
    margin-left: 50px;
    font-size: 56px;
    line-height: 60px;
  }
  .text-block-3 {
    margin-left: 0px;
  }
  .home-about-contents {
    margin-left: 0px;
    padding: 0px;
  }
  .banner-right-margin {
    display: none;
    overflow: visible;
    width: 200px;
    clear: none;
    background-color: transparent;
  }
  .text-block-5 {
    display: block;
    text-align: center;
  }
  .link-block-4 {
    display: block;
    float: none;
    text-align: center;
  }
  .text-block-6 {
    display: inline-block;
    margin-top: 17px;
    text-align: center;
  }
  .div-block-4 {
    margin-top: 42px;
    margin-bottom: 63px;
    margin-left: 50px;
  }
  .main-banner {
    min-height: 1080px;
    margin-left: 135px;
  }
  .slide {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/background.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/background.jpg');
    background-size: auto, auto 100%;
  }
  .slide.slide-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 26, 75, .55)), to(rgba(19, 26, 75, .55))), url('../images/background_2.jpg');
    background-image: linear-gradient(180deg, rgba(19, 26, 75, .55), rgba(19, 26, 75, .55)), url('../images/background_2.jpg');
    background-position: 0px 0px, 43% 0%;
    background-size: auto, auto 100%;
  }
  .slide.slide-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 26, 75, .55)), to(rgba(19, 26, 75, .55))), url('../images/background_3.jpg');
    background-image: linear-gradient(180deg, rgba(19, 26, 75, .55), rgba(19, 26, 75, .55)), url('../images/background_3.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
  }
  .hero-text-wrapper {
    max-width: 480px;
    margin-left: 10%;
  }
  .grid-3 {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .home-about-container {
    width: 100%;
    height: 420px;
  }
  .right-arrow {
    display: none;
  }
  .footer-grid {
    grid-row-gap: 42px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .footer-wrapper {
    padding-right: 60px;
    padding-left: 60px;
  }
  .logo-small-mobile {
    display: none;
  }
  .header-content---desktop {
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-top {
    height: 100vh;
    min-height: auto;
    margin-left: 70px;
    padding-top: 70px;
    padding-left: 35px;
  }
  .header-more {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .header-slide {
    position: relative;
    width: 100%;
    height: 650px;
    min-height: auto;
    padding-top: 0px;
    -webkit-flex-basis: 650px;
    -ms-flex-preferred-size: 650px;
    flex-basis: 650px;
  }
  .h4-decor.white {
    display: none;
  }
  .mega-menu {
    background-image: linear-gradient(134.72deg, hsla(260.55555555555554, 100.00%, 42.35%, 0.95), rgba(252, 63, 63, .95));
  }
  .mega-menu-content {
    padding-right: 9vw;
    padding-left: 9vw;
  }
  .header-slide-wrap {
    margin-right: 0px;
  }
  .header-slide-loading {
    width: 100%;
  }
  .slider-image-1 {
    height: 100%;
  }
  .image-5 {
    height: 100%;
  }
  .header-slider-info {
    max-width: 355px;
    padding-left: 70px;
  }
  .cta-button.cta-btn-centered {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cta-line.cta-line-centered {
    display: inline-block;
  }
  .hp-our-process---desktop {
    display: none;
  }
  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h4-title-black.h4-title-centered {
    text-align: center;
  }
  .hp-our-process-left {
    padding-right: 0;
  }
  .cta-btn-texts.cta-btn-texts-centered {
    display: inline-block;
  }
  .h5.h5-centered {
    overflow: visible;
    text-align: center;
  }
  .slider-load-wrapper {
    margin-left: 70px;
    padding-left: 0px;
  }
  .slide-text-01 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hp-our-process-wrap {
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .prod-cert-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .prod-cert-left {
    position: static;
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
  .prod-cert-right {
    position: static;
    width: 100%;
    height: 750px;
    max-height: 360px;
  }
  .cert-logo {
    width: 10vw;
    max-height: 80px;
  }
  .cert-logo.cert-long {
    width: 13vw;
    max-height: 50px;
  }
  .cert-logo.cert-short {
    width: 8.5vw;
    max-height: 70px;
  }
  .image-7 {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .hp-who-we-are---desktop {
    display: none;
  }
  .hp-wea-content-right {
    width: 100%;
  }
  .hp-wea-vid-bg {
    height: 70vh;
    max-height: 0%;
  }
  .footer-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-bottom {
    padding: 12px 35px;
  }
  .footer-top-btn {
    display: none;
  }
  .footer-mid-first {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer-mid-center {
    padding-top: 35px;
    padding-right: 35px;
    padding-left: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-mid-last {
    display: none;
  }
  .footer-mid-center-logo {
    width: auto;
    padding-left: 0px;
  }
  .footer-mid-center-contact {
    display: none;
  }
  .footer-bottom-copyright {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
    line-height: 15px;
  }
  .footer-bottom-nav {
    display: none;
  }
  .footer-mid-center-info {
    margin-top: 20px;
  }
  .header-anchor {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .hp-our-process---mobile {
    display: block;
    margin-top: 80px;
    margin-bottom: 56px;
  }
  .hp-our-process-slider {
    margin-top: 45px;
    margin-bottom: 50px;
    padding-bottom: 55px;
  }
  .slider-3 {
    background-color: #fff;
  }
  .left-arrow-3 {
    display: none;
  }
  .right-arrow-3 {
    display: none;
  }
  .hp-our-process-cta {
    position: relative;
    height: 44px;
  }
  .div-block-18 {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .slide-nav-3 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -50px;
  }
  .hp-process-cta-wrapper {
    position: relative;
    left: 11px;
    width: 180px;
    margin-right: auto;
    margin-left: auto;
  }
  .slide-6 {
    background-color: #fff;
  }
  .hp-who-we-are---mobile {
    display: block;
    padding-top: 0px;
    padding-right: 70px;
    padding-left: 70px;
  }
  .hp-wea-content-top {
    width: 100%;
    padding: 100px 0px 60px;
  }
  .footer-top-accent {
    display: block;
    width: 10px;
    height: 72px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-color: #4a00d8;
  }
  .footer-mobile-contact-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fc3f3f;
  }
  .footer-mobile-contact-link {
    font-weight: 300;
  }
  .header-animated-text-mobile {
    display: none;
  }
  .header-content---mobile {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-more---mobile {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .header-global {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hg-top {
    min-height: auto;
    margin-top: 110px;
    margin-bottom: 0px;
    margin-left: 70px;
    padding-left: 0px;
  }
  .hg-more {
    display: none;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .hg-feature-box {
    position: relative;
    width: 100%;
    height: 70vw;
    min-height: auto;
    padding-top: 0px;
    -webkit-flex-basis: 650px;
    -ms-flex-preferred-size: 650px;
    flex-basis: 650px;
  }
  .hg-fb-wrap {
    height: 100%;
    margin-right: 0px;
    margin-left: 70px;
  }
  .hg-fb-background {
    width: 100%;
    height: 90%;
  }
  .hg-anchor {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .hp-mobile-slider-right-arrow {
    right: 0px;
    width: 70px;
    height: 100px;
  }
  .hg-hero-caption {
    display: none;
  }
  .hg-hero-caption.hero-caption-mobile {
    display: block;
    margin-bottom: 50px;
  }
  .hg-hero-caption-p {
    max-width: 80%;
    margin-bottom: 45px;
  }
  .who-addon-text-1 {
    padding-top: 80px;
  }
  .who-image-grid-1 {
    width: 100vw;
    height: auto;
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .who-img-grid-1a {
    width: 100%;
    height: 100vh;
    max-height: 400px;
  }
  .who-img-grid-1b {
    width: 50%;
    height: 100vh;
    max-height: 250px;
  }
  .who-img-grid-1c {
    width: 50%;
    height: 100vh;
    max-height: 250px;
  }
  .who-img-grid-img {
    height: auto;
  }
  .who-addon-text-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .who-addon-t2-title {
    margin-right: 0px;
    margin-left: 0px;
    font-weight: 600;
    text-align: left;
  }
  .who-addon-p-title {
    margin-bottom: 52px;
    font-weight: 200;
    text-align: left;
  }
  .who-addon-p-title.p-title-white {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .who-addon-p-title.p-title-white.p-title-upsize {
    display: none;
  }
  .who-addon-p-title.p-title-white.p-title-upsize.p-title-mobile {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .who-addon-text-3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .who-addon-t2-wrap {
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .decor-line {
    position: static;
  }
  .decor-line.decor-line-pink {
    height: 3px;
  }
  .decor-line.decor-line-pink.decor-line-last {
    float: right;
  }
  .who-mission {
    min-height: 0px;
  }
  .who-mission-grid-main {
    width: 100%;
  }
  .who-grid-main-h3 {
    margin-right: 0px;
    margin-left: 0px;
    font-weight: 600;
    text-align: left;
  }
  .who-grid-main-p {
    font-weight: 200;
    text-align: left;
  }
  .who-mission-grid-blocks-wrapper {
    width: 100%;
  }
  .grid-blocks-h3 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    font-weight: 600;
    text-align: center;
  }
  .grid-blocks-p {
    font-weight: 200;
    text-align: left;
  }
  .grid-blocks-p.grid-text-white {
    margin-right: 0px;
    margin-left: 0px;
  }
  .who-mission-grid-main-wrap {
    height: auto;
    padding-top: 6%;
    padding-bottom: 6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .who-mission-grid-main-container {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .decor-line-blocks {
    position: static;
  }
  .mission-grid-blocks-inner-wrap {
    overflow: visible;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .pre-footer {
    margin-bottom: 50px;
  }
  .product-cert-wrap {
    position: static;
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
  .product-cert-logo {
    width: 10vw;
    max-height: 80px;
  }
  .product-cert-logo.cert-long {
    width: 13vw;
    max-height: 50px;
  }
  .product-cert-logo.cert-short {
    width: 8.5vw;
    max-height: 70px;
  }
  .product-cert-logo.product-cert-logo-long {
    width: 13vw;
    max-height: 50px;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navbar.nav-transparent {
    padding-left: 0px;
  }
  .side-bar {
    display: none;
  }
  .home-about-panel {
    padding-right: 30px;
    padding-left: 30px;
  }
  .text-block-2 {
    margin-left: 20px;
  }
  .navbar-colored {
    padding-right: 10px;
    padding-left: 10px;
  }
  .logo-scrolled {
    left: 0px;
    top: 0px;
    right: auto;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .logo-emblem-mobile {
    position: relative;
    width: auto;
    height: 100%;
    margin-right: 24px;
    margin-left: 0px;
    padding: 20px;
    background-color: #fff;
  }
  .logo-back-top {
    width: 105px;
  }
  .footer-sub {
    margin-top: 40px;
  }
  .text-block-7 {
    font-family: GTWP;
    font-size: 12px;
  }
  .div-block-4 {
    margin-left: 20px;
  }
  .main-banner {
    min-height: 850px;
    margin-left: 0px;
  }
  .hero-text-wrapper {
    max-width: 430px;
  }
  .slider-container {
    height: 100%;
  }
  .slider-paragraph {
    max-width: 400px;
    font-size: 26px;
    line-height: 38px;
  }
  .logo-small-mobile {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 182px;
    height: 75px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
  }
  .logo-text-mobile {
    position: relative;
    width: 80px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .header-content---desktop {
    min-height: auto;
  }
  .header-top {
    position: relative;
    min-height: 650px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 11vw;
    padding-left: 11vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .header-more {
    height: 100vh;
  }
  .header-slide {
    height: 450px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .header-claim {
    min-height: auto;
    margin-top: 120px;
  }
  .header-footer-anim {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-animated-text-desktop {
    display: none;
    font-size: 13px;
    line-height: 18px;
  }
  .header-lang-wrap {
    display: none;
  }
  .mega-menu-content {
    height: 100vh;
    max-height: 600px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .mega-menu-nav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .mega-menu-address {
    display: none;
  }
  .mega-nav-menu-ul {
    margin-top: 13px;
    margin-bottom: 13px;
    padding-right: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 22px;
    line-height: 34px;
  }
  .mega-nav-menu-ul:hover {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mega-nav-line-hvr {
    display: none;
  }
  .mega-address-wrap {
    display: none;
  }
  .header-slide-wrap {
    width: 100vw;
  }
  .header-slider {
    width: 100%;
  }
  .header-slider-mask {
    width: 100%;
  }
  .slider-image-1 {
    width: 100vw;
  }
  .header-slider-info {
    max-width: 75%;
    padding-right: 10vw;
    padding-bottom: 10vw;
    padding-left: 10vw;
  }
  .slider-load-wrapper {
    margin-left: 10vw;
  }
  .prod-cert-left {
    padding-right: 11vw;
    padding-bottom: 70px;
    padding-left: 11vw;
  }
  .hp-wea-content-right {
    height: 500px;
    min-height: auto;
  }
  .hp-wea-vid-bg {
    height: 100%;
    max-height: none;
  }
  .footer-bottom {
    display: none;
  }
  .footer-mid-center-logo {
    width: auto;
  }
  .footer-mid-center-info {
    width: auto;
  }
  .hp-our-process---mobile {
    margin-top: 100px;
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .hp-who-we-are---mobile {
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hp-wea-content-top {
    padding-top: 101px;
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .header-animated-text-mobile {
    display: block;
    font-size: 13px;
    line-height: 18px;
  }
  .header-more---mobile {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0px;
  }
  .mega-menu-lang {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 13px;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .mega-menu-lang-left {
    margin-right: 10px;
    margin-left: 10px;
    padding: 8px 5px;
    border-bottom: 3px solid #fff;
    color: #fff;
    font-weight: 700;
  }
  .mega-menu-lang-right {
    margin-right: 10px;
    margin-left: 10px;
    padding: 8px 5px;
    color: #fff;
    font-weight: 300;
  }
  .mega-menu-social-nav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .mega-menu-social-nav-link {
    margin: 13px 10px;
    padding: 8px 15px;
    font-family: FA;
    color: #fff;
    font-size: 22px;
    line-height: 34px;
    font-weight: 900;
    letter-spacing: 0px;
  }
  .header-global {
    min-height: auto;
  }
  .hg-top {
    position: relative;
    margin-left: 8vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .hg-more {
    height: 100vh;
  }
  .hg-feature-box {
    height: 85vw;
    padding-bottom: 8vw;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hg-fb-wrap {
    margin-left: 8vw;
  }
  .hg-hero-text {
    min-height: auto;
  }
  .who-addon-text-1 {
    padding-top: 70px;
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .who-img-grid-1a {
    max-height: 230px;
  }
  .who-img-grid-1b {
    width: 100%;
    max-height: 230px;
  }
  .who-img-grid-1c {
    width: 100%;
    max-height: 230px;
  }
  .who-addon-text-2 {
    padding: 90px 10vw;
  }
  .who-addon-text-3 {
    padding: 90px 10vw;
  }
  .mega-menu-nav-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60%;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .who-mission-grid-main {
    padding: 10%;
  }
  .who-grid-main-h3 {
    font-size: 33px;
    line-height: 33px;
  }
  .who-grid-main-p {
    font-size: 18px;
    line-height: 22px;
  }
  .who-mission-grid-blocks {
    padding-right: 6%;
    padding-left: 6%;
  }
  .who-mission-grid-blocks.grid-blocks-white {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .grid-blocks-h3 {
    font-size: 30px;
    line-height: 30px;
    text-align: left;
  }
  .grid-blocks-h3.grid-text-white {
    height: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 30px;
    line-height: 30px;
  }
  .grid-blocks-p {
    font-size: 15px;
    line-height: 18px;
    text-align: left;
  }
  .grid-blocks-p.grid-text-white {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 15px;
    line-height: 18px;
  }
  .decor-line-blocks {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .decor-line-blocks.decor-line-white {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .mission-grid-blocks-inner-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .pre-footer {
    padding-right: 9vw;
    padding-left: 9vw;
  }
  .product-cert-wrap {
    padding-right: 11vw;
    padding-bottom: 70px;
    padding-left: 11vw;
  }
}

@media (max-width: 479px) {
  .nav-menu {
    z-index: 1200;
  }
  .home-about-panel {
    padding-right: 32px;
    padding-left: 32px;
  }
  .text-block-2 {
    margin-left: 0px;
    font-size: 39px;
    line-height: 51px;
  }
  .logo-emblem-mobile {
    z-index: 500;
  }
  .text-block-4 {
    font-size: 15px;
    line-height: 23px;
  }
  .logo-back-top {
    width: 100px;
  }
  .text-block-7 {
    padding-right: 33px;
    padding-left: 33px;
  }
  .div-block-4 {
    margin-left: 0px;
  }
  .main-banner {
    min-height: 750px;
  }
  .slide.slide-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 26, 75, .55)), to(rgba(19, 26, 75, .55))), url('../images/background_2.jpg');
    background-image: linear-gradient(180deg, rgba(19, 26, 75, .55), rgba(19, 26, 75, .55)), url('../images/background_2.jpg');
    background-position: 0px 0px, -204px 50%;
  }
  .slide.slide-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 26, 75, .55)), to(rgba(19, 26, 75, .55))), url('../images/background_3.jpg');
    background-image: linear-gradient(180deg, rgba(19, 26, 75, .55), rgba(19, 26, 75, .55)), url('../images/background_3.jpg');
    background-position: 0px 0px, -717px 0px;
  }
  .hero-text-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 35px;
    padding-left: 35px;
  }
  .slider-h1 {
    margin-bottom: 30px;
    font-size: 42px;
    line-height: 55px;
  }
  .slider-paragraph {
    font-size: 22px;
  }
  .home-about-image {
    background-size: 170%;
  }
  .footer-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .footer-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .logo-small-mobile {
    z-index: 500;
  }
  .logo-text-mobile {
    z-index: 500;
  }
  .header-content---desktop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .header-more {
    height: 100%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .div-block-5 {
    margin-right: 10vw;
    padding-right: 0px;
  }
  .div-block-6 {
    padding-right: 5vw;
  }
  .mega-menu-content {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .h4-text-caption.caption-white {
    font-size: 18px;
  }
  .prod-cert-right {
    max-height: 155px;
  }
  .prod-cert-logos-wrapper {
    max-width: 50%;
  }
  .cert-logo {
    width: 23vw;
  }
  .cert-logo.cert-long {
    width: 31vw;
  }
  .cert-logo.cert-short {
    width: 21vw;
  }
  .hp-wea-contact-info {
    padding-right: 10vw;
    padding-left: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hp-wea-contact-img {
    margin-bottom: 27px;
  }
  .text-block-13 {
    margin-bottom: 17px;
  }
  .footer-address-text {
    max-width: 180px;
  }
  .hp-our-process---mobile {
    margin-top: 100px;
  }
  .header-content---mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .header-global {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .hg-top {
    margin-left: 10vw;
  }
  .hg-more {
    height: 100%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .who-img-grid-1a {
    max-height: 190px;
  }
  .who-img-grid-1b {
    width: 100%;
    max-height: 190px;
  }
  .who-img-grid-1c {
    max-height: 190px;
  }
  .who-addon-text-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .who-addon-p-title {
    font-size: 18px;
    line-height: 26px;
  }
  .who-addon-text-3 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .who-addon-tiitle-img {
    left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .who-addon-t2-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .decor-line.decor-line-pink.decor-line-last {
    top: 0px;
    right: 0px;
  }
  .who-addon-tiitle-img-wrap {
    position: relative;
    left: 0px;
    width: 100%;
    max-width: 90%;
    margin-top: 8px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .who-mission-grid-main {
    padding-right: 5%;
    padding-left: 5%;
  }
  .who-grid-main-h3 {
    font-size: 34px;
    line-height: 34px;
  }
  .who-grid-main-p {
    font-size: 17px;
    line-height: 24px;
  }
  .who-mission-grid-blocks {
    width: 100%;
    height: auto;
    padding: 20% 10%;
  }
  .who-mission-grid-blocks.grid-blocks-white {
    padding: 20% 10%;
  }
  .who-mission-grid-blocks.grid-blocks-white.color-reversed-2 {
    background-color: hsla(260.55555555555554, 100.00%, 42.35%, 1.00);
  }
  .who-mission-grid-blocks.color-reversed-1 {
    background-color: #fff;
  }
  .who-mission-grid-blocks-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .grid-blocks-h3 {
    font-size: 34px;
    line-height: 34px;
  }
  .grid-blocks-h3.grid-text-white.color-reversed-1 {
    color: #131313;
  }
  .grid-blocks-h3.color-reversed-2 {
    color: #fff;
  }
  .grid-blocks-p {
    font-size: 18px;
    line-height: 26px;
  }
  .grid-blocks-p.grid-text-white.color-reversed-1 {
    color: #131313;
  }
  .grid-blocks-p.color-reversed-2 {
    color: #fff;
  }
  .who-mission-grid-main-wrap {
    width: 80%;
    min-width: auto;
    padding: 11% 6vw;
  }
  .who-mission-grid-main-container {
    padding: 22% 6%;
    background-size: 16.66667% 10%;
  }
  .decor-line-blocks.decor-line-white.color-reversed-1 {
    background-color: #fc3f3f;
  }
  .decor-line-blocks.color-reversed-2 {
    background-color: #fff;
  }
  .mission-grid-blocks-inner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .pre-footer {
    background-color: #f1f1f1;
  }
  .text-block-15 {
    max-width: 210px;
    line-height: 35px;
  }
  .product-cert-logo-wrap {
    max-width: 50%;
  }
  .product-cert-logo {
    width: 23vw;
  }
  .product-cert-logo.cert-long {
    width: 31vw;
  }
  .product-cert-logo.cert-short {
    width: 21vw;
  }
  .product-cert-logo.product-cert-logo-long {
    width: 31vw;
  }
  .prod-pre-footer-text {
    max-width: 210px;
    line-height: 35px;
  }
}

#w-node-83e330a24434-90b3c8c3 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-83e330a24434-90b3c8c3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-ef957889e41f-90b3c8c3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-ef957889e41f-90b3c8c3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-76a2aeb76aca-90b3c8c3 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 479px) {
  #w-node-76a2aeb76aca-90b3c8c3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-f8a747b6a806-90b3c8c3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e812c30041e3-90b3c8c3 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-906738a443bf-90b3c8c3 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-906738a443bf-90b3c8c3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-906738a443bf-90b3c8c3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@font-face {
  font-family: 'AF';
  src: url('../fonts/Montserrat-Black.woff2') format('woff2'), url('../fonts/Montserrat-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'AF';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'AF';
  src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'), url('../fonts/Montserrat-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'AF';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'AF';
  src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'), url('../fonts/Montserrat-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'AF';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'AF';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'AF';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'FA';
  src: url('../fonts/FA-Black.woff2') format('woff2'), url('../fonts/FA-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'FA';
  src: url('../fonts/FA-Bold.woff2') format('woff2'), url('../fonts/FA-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'FA';
  src: url('../fonts/FA.woff2') format('woff2'), url('../fonts/FA.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'FA';
  src: url('../fonts/FA-Light.woff2') format('woff2'), url('../fonts/FA-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'GTWP';
  src: url('../fonts/gtwp-ultra-light-webfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'GTWP';
  src: url('../fonts/gtwp-ultra-bold-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'GTWP';
  src: url('../fonts/gtwp-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'GTWP';
  src: url('../fonts/gtwp-thin-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'GTWP';
  src: url('../fonts/gtwp-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'GTWP';
  src: url('../fonts/gtwp-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'GTWP';
  src: url('../fonts/gtwp-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'GTWP';
  src: url('../fonts/gtwp-black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}