@charset "UTF-8";
.navbar-header{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 50 93 / var(--tw-bg-opacity));
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 960px) {
  .navbar-header {
    transform: translateY(0);
  }
}
.navbar-header.navbar-visible {
  transform: translateY(0);
}
.navbar-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 77px;
  padding-right: 77px;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
@media (max-width: 960px) {
  .navbar-container{
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-right: 20px;
  }
}
.navbar-logo{
  height: 42px;
  width: 150px;
  flex-shrink: 0;
}
@media (max-width: 960px) {
  .navbar-logo{
    height: 34px;
    width: 120px;
  }
}
.navbar-logo-img{
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-menu-toggle{
  position: absolute;
  right: 1.5rem;
  z-index: 50;
  display: none;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-style: none;
  background-color: transparent;
}
.products_by_category .category_section.mobile-menu-toggle {
  display: none;
}
@media (max-width: 960px) {
  .mobile-menu-toggle{
    display: flex;
  }
}
.burger-line{
  height: 0.125rem;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 234 218 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center center;
}
.burger-line:not(:last-child){
  margin-bottom: 0.25rem;
}
.mobile-menu-toggle.active .burger-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.mobile-menu-toggle.active .burger-line:nth-child(2) {
  opacity: 0;
}
.mobile-menu-toggle.active .burger-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.desktop-nav{
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 41px;
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(244 234 218 / var(--tw-text-opacity));
}
@media (max-width: 768px) {
  .desktop-nav{
    display: none;
  }
.products_by_category .category_section.desktop-nav {
  display: none;
}
}
.desktop-nav .sub-menu{
  display: none;
}
.products_by_category .category_section.desktop-nav .sub-menu {
  display: none;
}
.navbar-menu{
  display: flex;
  align-items: center;
  gap: 5rem;
}
.nav-dropdown, .about-dropdown, .products-dropdown{
  position: fixed;
  left: 0px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(120 160 188 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  top: 73px;
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}
@media (max-width: 768px) {
  .nav-dropdown, .about-dropdown, .products-dropdown {
    display: none !important;
  }
}
.nav-dropdown.active, .active.about-dropdown, .active.products-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-dropdown .dropdown-content, .about-dropdown .dropdown-content, .products-dropdown .dropdown-content{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1536px;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1rem;
  padding-right: 77px;
}
.nav-dropdown .dropdown-content a, .about-dropdown .dropdown-content a, .products-dropdown .dropdown-content a{
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 50 93 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nav-dropdown .dropdown-content a:hover, .about-dropdown .dropdown-content a:hover, .products-dropdown .dropdown-content a:hover{
  --tw-text-opacity: 1;
  color: rgb(209 224 0 / var(--tw-text-opacity));
}
.nav-dropdown .dropdown-content a, .about-dropdown .dropdown-content a, .products-dropdown .dropdown-content a {
  font-family: "forma-djr-deck", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.nav-dropdown .dropdown-content a span, .about-dropdown .dropdown-content a span, .products-dropdown .dropdown-content a span {
  border-bottom: none;
}
.nav-dropdown .ip-logo, .about-dropdown .ip-logo, .products-dropdown .ip-logo{
  position: absolute;
  bottom: 2.5rem;
  left: 2.5rem;
}
.sub-menu-link{
  white-space: nowrap;
}
.navbar-link{
  border-bottom-width: 1px;
  border-color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.navbar-link:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 224 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(209 224 0 / var(--tw-text-opacity));
}
@media (max-width: 960px) {
  .navbar-link{
    border-bottom-width: 0px;
  }
}
.current-menu-item .navbar-link{
  --tw-text-opacity: 1;
  color: rgb(209 224 0 / var(--tw-text-opacity));
}
.top_icons{
  margin-left: 3.5rem;
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
@media not all and (min-width: 1024px){
  .top_icons{
    margin-right: 3.5rem;
    margin-left: 0px;
    gap: 1rem;
  }
}
.top_icons a svg {
  transition: all 0.3s ease-in-out;
}
.top_icons a svg path {
  transition: all 0.3s ease-in-out;
}
.top_icons a:hover svg path {
  transition: all 0.3s ease-in-out;
  fill: #D1E000;
}
.mobile-nav{
  position: fixed;
  top: 73px;
  right: 0px;
  z-index: 40;
  height: 100vh;
  width: 100%;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(120 160 188 / var(--tw-bg-opacity));
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 769px) {
  .mobile-nav{
    display: none;
  }
.products_by_category .category_section.mobile-nav {
  display: none;
}
}
.mobile-nav.active{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.mobile-nav .ip-logo{
  margin-top: 2.5rem;
}
.mobile-nav .sub-menu{
  max-height: 0px;
  min-width: 13rem;
  overflow: hidden;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-nav .sub-menu.active{
  max-height: 500px;
}
.mobile-nav .sub-menu li{
  border-bottom-width: 0px;
  padding-left: 1rem;
}
.mobile-nav .sub-menu a{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.mobile-nav .menu-item-has-children > a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-nav .menu-item-has-children > a:after {
  content: "›";
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 1.875rem;
  line-height: 2.25rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.mobile-nav .menu-item-has-children.active > a:after {
  transform: rotate(90deg);
}
.mobile-nav-content{
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}
.mobile-menu{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.mobile-menu li{
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 50 93 / var(--tw-border-opacity));
  text-align: left;
}
.mobile-link{
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 50 93 / var(--tw-text-opacity));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.mobile-link:hover{
  opacity: 0.8;
}
.sub-menu{
  margin-bottom: 1rem;
}
.sub-menu .mobile-link{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sub-menu .mobile-link:hover{
  opacity: 0.8;
}
body.mobile-menu-open{
  overflow: hidden;
}
.search-bar{
  position: fixed;
  left: 0px;
  z-index: 40;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 233 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  top: 93px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}
.search-bar.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.search-bar-container{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1536px;
  align-items: center;
  gap: 1rem;
  padding-left: 77px;
  padding-right: 77px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 960px) {
  .search-bar-container{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.search-input{
  flex: 1 1 0%;
  border-style: none;
  background-color: transparent;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 50 93 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  font-family: "Be Vietnam Pro", sans-serif;
}
.search-input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 50 93 / var(--tw-text-opacity));
  opacity: 0.5;
}
.search-input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 50 93 / var(--tw-text-opacity));
  opacity: 0.5;
}
@media (max-width: 960px) {
  .search-input{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.search-close{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 50 93 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 50 93 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.search-close:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 50 93 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(120 160 188 / var(--tw-text-opacity));
}
.search-submit{
  cursor: pointer;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(0 50 93 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.search-submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 224 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 50 93 / var(--tw-text-opacity));
}
.search-results{
  margin-left: auto;
  margin-right: auto;
  max-width: 1536px;
  padding-left: 77px;
  padding-right: 77px;
}
@media (max-width: 960px) {
  .search-results{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.search-results.has-content{
  padding-bottom: 1.5rem;
}
@media (max-width: 960px) {
  .search-results.has-content{
    padding-bottom: 1rem;
  }
}
.search-result-item{
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom-width: 1px;
  border-color: rgb(0 50 93 / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.search-result-item:hover{
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}
.search-result-item .search-result-image{
  height: 4rem;
  width: 4rem;
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  .search-result-item .search-result-image{
    height: 3rem;
    width: 3rem;
  }
}
.search-result-item .search-result-info{
  flex: 1 1 0%;
}
.search-result-item .search-result-info .search-result-title{
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 50 93 / var(--tw-text-opacity));
  font-family: "forma-djr-deck", sans-serif;
}
@media (max-width: 960px) {
  .search-result-item .search-result-info .search-result-title{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.search-result-item .search-result-info .search-result-category{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 50 93 / var(--tw-text-opacity));
  opacity: 0.6;
}
.search-no-results{
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 50 93 / var(--tw-text-opacity));
}
.search-toggle{
  cursor: pointer;
  border-style: none;
  background-color: transparent;
  padding: 0px;
}
.search-toggle svg path {
  transition: fill 0.3s ease-in-out;
}
.search-toggle:hover svg path {
  fill: #D1E000;
}
.hero_top {
  height: calc(100vh - 95px);
  position: relative;
  display: flex;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 50 93 / var(--tw-bg-opacity));
}
.hero_top .heading{
  position: relative;
  z-index: 20;
  margin-top: auto;
  margin-bottom: auto;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 50 93 / var(--tw-bg-opacity));
  padding: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hero_top .heading span{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 224 0 / var(--tw-border-opacity));
}
.hero_top .hero_gallery{
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero_top .hero_gallery .flickity-viewport{
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.hero_top .hero_gallery .flickity-slider{
  height: 100%;
  width: 100%;
}
.hero_top .hero_gallery.flickity-enabled.is-fade .flickity-slider {
  transform: none !important;
}
.hero_top .hero_gallery.flickity-enabled.is-fade .hero_image {
  position: absolute;
  left: 0 !important;
  top: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  pointer-events: none;
  z-index: 0;
  transform: none !important;
}
.hero_top .hero_gallery.flickity-enabled.is-fade .hero_image.is-selected {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.hero_top .hero_image{
  height: 100%;
  width: 100%;
}
.hero_top .hero_image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.parallax {
  will-change: transform;
  transition: transform 0.1s ease-out;
}
.history_home .image_wrap{
  position: relative;
  margin-top: 1.5rem;
}
.history_home .image_wrap .overlay{
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: rgba(0, 50, 93, 0.6);
}
.history_home .image_wrap .overlay .no_of_years{
  font-size: 20vw;
  font-weight: 700;
  line-height: 20vw;
}
.history_home .image_wrap .overlay .years_text{
  font-size: 5vw;
  font-weight: 700;
}
.history_home .image_wrap img{
  width: 100%;
}
.history_home .text{
  padding-top: 4rem;
  padding-left: 20vw;
  padding-right: 20vw;
  padding-bottom: 7rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media not all and (min-width: 1024px){
  .history_home .text{
    padding: 2rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.home_content{
  position: relative;
  margin-top: 0px;
  padding: 7rem;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
  line-height: 60px;
}
@media not all and (min-width: 1024px){
  .home_content{
    margin-top: 1.5rem;
    padding: 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 30px;
  }
}
.home_content {
  background: rgba(120, 160, 188, 0.8);
}
.home_content .logos{
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media not all and (min-width: 1024px){
  .home_content .logos{
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
}
.home_content .logos .logo_client {
  mix-blend-mode: multiply;
  height: 50px;
  width: auto;
}
.home_content .left_white{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 3.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.home_content .right_white{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 3.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.home_content .width-none{
  width: 0px;
}
.two_column{
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
@media not all and (min-width: 1024px){
  .two_column{
    margin: 0px;
    flex-direction: column;
    gap: 0px;
  }
}
.two_column .content_column{
  order: 1;
  width: 60%;
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 233 / var(--tw-bg-opacity));
  padding-top: 5vw;
  padding-bottom: 5vw;
  padding-left: 6vw;
  padding-right: 12vw;
  --tw-text-opacity: 1;
  color: rgb(0 50 93 / var(--tw-text-opacity));
}
@media not all and (min-width: 1024px){
  .two_column .content_column{
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.two_column .content_column h2{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.two_column .content_column h3{
  margin-bottom: 4rem;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
}
@media not all and (min-width: 1024px){
  .two_column .content_column h3{
    margin-bottom: 2rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.two_column .content_column h3 span{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 224 0 / var(--tw-border-opacity));
}
.two_column .content_column p{
  font-size: 1rem;
  line-height: 1.5rem;
}
.two_column .image_column{
  order: 2;
  width: 40%;
}
@media not all and (min-width: 1024px){
  .two_column .image_column{
    order: 1;
    width: 100%;
  }
}
.two_column .image_column img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.two_column.blue_content .content_column{
  --tw-bg-opacity: 1;
  background-color: rgb(120 160 188 / var(--tw-bg-opacity));
}
.two_column .left_white2{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.two_column .right_white2{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.two_column .width-none{
  width: 0px;
}
.two_column_white{
  margin-top: 10vw;
  margin-left: 7vw;
  margin-right: 7vw;
  margin-bottom: 13vw;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
@media not all and (min-width: 1024px){
  .two_column_white{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
    gap: 0px;
  }
}
.two_column_white .content_column{
  order: 2;
  width: 60%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 5vw;
  padding-bottom: 5vw;
  padding-left: 6vw;
  padding-right: 12vw;
  --tw-text-opacity: 1;
  color: rgb(0 50 93 / var(--tw-text-opacity));
}
@media not all and (min-width: 1024px){
  .two_column_white .content_column{
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.two_column_white .content_column h2{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.two_column_white .content_column h3{
  margin-bottom: 4rem;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
}
@media not all and (min-width: 1024px){
  .two_column_white .content_column h3{
    margin-bottom: 2rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.two_column_white .content_column h3 span{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 224 0 / var(--tw-border-opacity));
}
.two_column_white .content_column p{
  font-size: 1rem;
  line-height: 1.5rem;
}
.two_column_white .image_column{
  order: 1;
  width: 40%;
}
@media not all and (min-width: 1024px){
  .two_column_white .image_column{
    width: 100%;
  }
}
.two_column_white .image_column img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.testimonials{
  margin-top: 6rem;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 233 / var(--tw-bg-opacity));
  padding-top: 10vw;
  padding-bottom: 10vw;
  padding-left: 7vw;
  padding-right: 7vw;
}
.testimonials .top_section{
  margin-bottom: 6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.testimonials .top_section h2{
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
}
.testimonials .top_section .controls{
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.testimonials .testimonial_items{
  margin-top: 2rem;
}
.testimonials .testimonial_items .testimonial_item{
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}
@media (min-width: 768px){
  .testimonials .testimonial_items .testimonial_item{
    width: 45%;
  }
}
@media (min-width: 1024px){
  .testimonials .testimonial_items .testimonial_item{
    width: 30%;
  }
}
.testimonials .testimonial_items .testimonial_item {
  margin-right: 1rem;
}
.testimonials .testimonial_items .testimonial_item .testimonial_text{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.testimonials .testimonial_items .testimonial_item .testimonial_footer{
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.testimonials .testimonial_items .testimonial_item .testimonial_footer .testimonial_image{
  height: 4rem;
  width: 4rem;
}
.testimonials .testimonial_items .testimonial_item .details{
  display: flex;
  flex-direction: column;
}
.testimonials .testimonial_items .testimonial_item .details .testimonial_name{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}
.testimonials .testimonial_items .testimonial_item .details .testimonial_position{
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: italic;
  line-height: 1.25;
}
.testimonials .testimonial_items .testimonial_item .details .testimonial_company{
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.25;
}
.testimonials .flickity-viewport {
  overflow: visible !important;
  width: 100% !important;
}
.testimonials .flickity-slider {
  display: flex !important;
  align-items: stretch !important;
}
.page_top {
  height: calc(100vh - 95px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 50 93 / var(--tw-bg-opacity));
  padding: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.page_top h1{
  position: relative;
  width: 50%;
  text-align: center;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
  line-height: 70px;
}
@media not all and (min-width: 1024px){
  .page_top h1{
    width: 100%;
    text-align: center;
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 40px;
  }
}
.page_top h1 span{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 224 0 / var(--tw-border-opacity));
}
.page_top .overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 50 93 / var(--tw-bg-opacity));
  opacity: 0.5;
}
.page_top .home_image{
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.certificates{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 233 / var(--tw-bg-opacity));
  padding: 7rem;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
  line-height: 60px;
}
@media not all and (min-width: 1024px){
  .certificates{
    margin-top: 1.5rem;
    padding: 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 30px;
  }
}
.certificates h2{
  margin-bottom: 4rem;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 400;
}
@media not all and (min-width: 1024px){
  .certificates h2{
    margin-bottom: 2rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.certificates .certificates_logos{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media not all and (min-width: 1024px){
  .certificates .certificates_logos{
    margin-bottom: 1rem;
    gap: 0.75rem;
  }
}
.certificates img {
  mix-blend-mode: multiply;
  height: 60px;
  width: auto;
}
@media not all and (min-width: 1280px){
  .certificates img{
    height: 80px;
  }
}
@media not all and (min-width: 1024px){
  .certificates img{
    height: 70px;
    width: auto;
  }
}
.two_column_ip_on_call{
  margin-top: 10vw;
  margin-left: 7vw;
  margin-right: 7vw;
  margin-bottom: 13vw;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
@media not all and (min-width: 1024px){
  .two_column_ip_on_call{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
    gap: 0px;
  }
}
.two_column_ip_on_call .content_column{
  order: 1;
  width: 60%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 5vw;
  padding-bottom: 5vw;
  padding-left: 0vw;
  padding-right: 12vw;
  --tw-text-opacity: 1;
  color: rgb(0 50 93 / var(--tw-text-opacity));
}
@media not all and (min-width: 1024px){
  .two_column_ip_on_call .content_column{
    order: 2;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.two_column_ip_on_call .content_column h2{
  margin-bottom: 4rem;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
}
@media not all and (min-width: 1024px){
  .two_column_ip_on_call .content_column h2{
    margin-bottom: 2rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.two_column_ip_on_call .content_column h2 span{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 224 0 / var(--tw-border-opacity));
}
.two_column_ip_on_call .content_column p{
  font-size: 1rem;
  line-height: 1.5rem;
}
.two_column_ip_on_call .image_column{
  order: 2;
  width: 40%;
}
@media not all and (min-width: 1024px){
  .two_column_ip_on_call .image_column{
    order: 1;
    width: 100%;
  }
}
.two_column_ip_on_call .image_column img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.benefits{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 233 / var(--tw-bg-opacity));
  padding-top: 10vw;
  padding-bottom: 10vw;
  padding-left: 7vw;
  padding-right: 7vw;
}
@media not all and (min-width: 1024px){
  .benefits{
    margin-top: 1.5rem;
    padding: 2rem;
  }
}
.benefits h2{
  margin-bottom: 4rem;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
}
@media not all and (min-width: 1024px){
  .benefits h2{
    margin-bottom: 2rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.benefits .benefits_list{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4rem;
}
@media not all and (min-width: 1024px){
  .benefits .benefits_list{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.benefits .benefit_item{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.5rem;
  text-align: left;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
}
@media not all and (min-width: 1024px){
  .benefits .benefit_item{
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 50px;
  }
}
.benefits .benefit_item p{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.625;
}
.meet_the_team{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 10vw;
  padding-bottom: 10vw;
  padding-left: 7vw;
  padding-right: 7vw;
}
@media not all and (min-width: 1024px){
  .meet_the_team{
    margin-top: 1.5rem;
    padding: 2rem;
  }
}
.meet_the_team h2{
  margin-bottom: 4rem;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
}
@media not all and (min-width: 1024px){
  .meet_the_team h2{
    margin-bottom: 2rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.meet_the_team .team_members{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem;
}
@media not all and (min-width: 1024px){
  .meet_the_team .team_members{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.meet_the_team .team_member{
  position: relative;
  overflow: hidden;
}
.meet_the_team .team_member .team_inner{
  position: relative;
  overflow: hidden;
}
.meet_the_team .team_member img{
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.meet_the_team .team_member .overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 50 93 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.meet_the_team .team_member .overlay_content{
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.meet_the_team .team_member .top_content{
  pointer-events: none;
}
.meet_the_team .team_member .top_content h3{
  margin-bottom: 0px;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}
.meet_the_team .team_member .top_content p{
  font-size: 1.5rem;
  line-height: 2rem;
}
.meet_the_team .team_member .bottom_content{
  margin-top: 2rem;
}
.meet_the_team .team_member .bottom_content p{
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.meet_the_team .team_member .bottom_content p:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
}
.meet_the_team .team_member .bottom_content p:first-child:before {
  content: url("../images/phone-team.svg");
}
.meet_the_team .team_member .bottom_content p:nth-child(2):before {
  content: url("../images/email-team.svg");
}
.meet_the_team .team_member .mobile_content{
  display: none;
}
.products_by_category .category_section.meet_the_team .team_member .mobile_content {
  display: none;
}
@media not all and (min-width: 1024px){
  .meet_the_team .team_member .mobile_content{
    display: block;
  }
}
.meet_the_team .team_member .mobile_content h3{
  margin-bottom: 0px;
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.meet_the_team .team_member .mobile_content p{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.meet_the_team .team_member .mobile_content .mobile_content_actions{
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.meet_the_team .team_member.type-1:hover img{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media not all and (min-width: 1024px){
  .meet_the_team .team_member.type-1:hover img{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.meet_the_team .team_member.type-1:hover .overlay{
  opacity: 0.7;
}
@media not all and (min-width: 1024px){
  .meet_the_team .team_member.type-1:hover .overlay{
    opacity: 0;
  }
}
.meet_the_team .team_member.type-1:hover .overlay_content{
  opacity: 1;
}
@media not all and (min-width: 1024px){
  .meet_the_team .team_member.type-1:hover .overlay_content{
    opacity: 0;
  }
}
.meet_the_team .team_member.type-2 .mobile_content_actions {
  display: none;
}
.meet_the_team .team_member.type-2 .overlay {
  display: none;
}
.meet_the_team .team_member.type-2 .overlay_content{
  padding: 0px;
}
.meet_the_team .team_member.type-2 .bottom_content{
  margin-bottom: 3rem;
  margin-left: -10px;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 50 93 / var(--tw-bg-opacity));
  padding: 2rem;
  padding-right: 3.5rem;
  text-align: left;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.meet_the_team .team_member.type-2 .bottom_content h3{
  margin-bottom: 0px;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}
.meet_the_team .team_member.type-2 .bottom_content p{
  font-size: 1.5rem;
  line-height: 2rem;
}
.meet_the_team .team_member.type-2 .bottom_content p:before {
  display: none;
}
.meet_the_team .team_member.type-2 .top_content {
  display: none;
}
.meet_the_team .team_member.type-2:hover img{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media not all and (min-width: 1024px){
  .meet_the_team .team_member.type-2:hover img{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.meet_the_team .team_member.type-2:hover .overlay_content{
  opacity: 1;
}
@media not all and (min-width: 1024px){
  .meet_the_team .team_member.type-2:hover .overlay_content{
    opacity: 0;
  }
}
.meet_the_team .team_member.type-2:hover .bottom_content{
  margin-left: 0px;
}
.history_block{
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 0px;
  margin-right: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 50 93 / var(--tw-bg-opacity));
  padding-left: 7vw;
  padding-right: 7vw;
  padding-top: 10vw;
  padding-bottom: 10vw;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media not all and (min-width: 1024px){
  .history_block{
    margin-top: 1.5rem;
    padding: 2rem;
  }
}
.history_block .left_white_history{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.history_block .right_white_history{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.history_block .width-none{
  width: 0px;
}
.history_block .skip_timeline {
  cursor: pointer;
  position: absolute;
  bottom: 4rem;
  left: 8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.history_block .skip_timeline img{
  height: 2rem;
  width: 2rem;
}
.history_block .fixit{
  position: fixed;
  z-index: 10;
  opacity: 1;
}
.history_block h2{
  margin-bottom: 16rem;
  text-align: center;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
}
@media not all and (min-width: 1024px){
  .history_block h2{
    margin-bottom: 2rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.history_block .history_content{
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 8rem;
}
.history_block .history_content .line{
  position: absolute;
  top: 0px;
  left: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(209 224 0 / var(--tw-bg-opacity));
}
@media not all and (min-width: 1024px){
  .history_block .history_content .line{
    left: -1rem;
  }
}
.history_block .history_content .line {
  width: 1px;
  height: 0px;
  top: 0px;
  transform: translateX(-50%);
}
.history_block .history_content .line:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-right: 1px solid #D1E000;
  border-bottom: 1px solid #D1E000;
  transform: translateX(-50%) rotate(45deg);
}
.history_block .history_item{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10rem;
}
@media not all and (min-width: 1024px){
  .history_block .history_item{
    flex-direction: column;
    gap: 2rem;
  }
}
.history_block .history_item .text_column{
  width: 50%;
}
@media not all and (min-width: 1024px){
  .history_block .history_item .text_column{
    width: 100%;
  }
}
.history_block .history_item .text_column h3{
  margin-bottom: 1rem;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
}
@media not all and (min-width: 1024px){
  .history_block .history_item .text_column h3{
    margin-bottom: 2rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.history_block .history_item .text_column h4{
  margin-top: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.history_block .history_item .text_column p{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}
@media not all and (min-width: 1024px){
  .history_block .history_item .text_column p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.history_block .history_item .image_column{
  width: 50%;
}
@media not all and (min-width: 1024px){
  .history_block .history_item .image_column{
    width: 100%;
  }
}
.history_block .history_item .image_column img{
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.history_block .history_item.count_1 .image_column img{
  overflow: hidden;
  border-bottom-left-radius: 500px;
  border-top-left-radius: 500px;
}
.history_block .history_item.odd .text_column{
  order: 1;
}
.history_block .history_item.odd .image_column{
  order: 2;
}
.history_block .history_item.even .text_column{
  order: 2;
}
@media not all and (min-width: 1024px){
  .history_block .history_item.even .text_column{
    order: 1;
  }
}
.history_block .history_item.even .image_column{
  order: 1;
}
@media not all and (min-width: 1024px){
  .history_block .history_item.even .image_column{
    order: 2;
  }
}
.two_column_carousel{
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
@media not all and (min-width: 1024px){
  .two_column_carousel{
    margin: 0px;
    flex-direction: column;
    gap: 0px;
  }
}
.two_column_carousel .content_column{
  width: 40%;
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 233 / var(--tw-bg-opacity));
  padding-top: 5vw;
  padding-bottom: 5vw;
  padding-left: 6vw;
  padding-right: 12vw;
  --tw-text-opacity: 1;
  color: rgb(0 50 93 / var(--tw-text-opacity));
}
@media not all and (min-width: 1024px){
  .two_column_carousel .content_column{
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.two_column_carousel .content_column h2{
  margin-bottom: 4rem;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
}
@media not all and (min-width: 1024px){
  .two_column_carousel .content_column h2{
    margin-bottom: 2rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.two_column_carousel .content_column h2 span{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 224 0 / var(--tw-border-opacity));
}
.two_column_carousel .content_column p{
  font-size: 1rem;
  line-height: 1.5rem;
}
.two_column_carousel .image_column{
  width: 60%;
}
@media not all and (min-width: 1024px){
  .two_column_carousel .image_column{
    width: 100%;
  }
}
.two_column_carousel .image_column .warehouse_gallery{
  width: 100%;
  height: 600px;
}
@media (max-width: 1024px) {
  .two_column_carousel .image_column .warehouse_gallery {
    height: 400px;
  }
}
.two_column_carousel .image_column .warehouse_gallery .warehouse_image{
  height: 100%;
  width: 100%;
}
.two_column_carousel .image_column .warehouse_gallery .warehouse_image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.two_column_carousel .image_column .warehouse_gallery .flickity-page-dots{
  position: absolute;
  bottom: 1rem;
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 0.5rem;
}
.two_column_carousel .image_column .warehouse_gallery .flickity-page-dots .dot{
  height: 5px;
  width: 2.5rem;
  cursor: pointer;
  border-radius: 0px;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background-color: rgba(234, 234, 233, 0.5);
}
.two_column_carousel .image_column .warehouse_gallery .flickity-page-dots .dot.is-selected{
  opacity: 1;
  background-color: rgb(234, 234, 233);
}
.two_column_carousel.blue_content .content_column{
  --tw-bg-opacity: 1;
  background-color: rgb(120 160 188 / var(--tw-bg-opacity));
}
.two_column_carousel .left_white2{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.two_column_carousel .right_white2{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  z-index: 1;
}
.two_column_carousel .width-none{
  width: 0px;
}
.brands_block{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 10vw;
  padding-bottom: 10vw;
}
@media not all and (min-width: 1024px){
  .brands_block{
    margin-top: 1.5rem;
    padding: 2rem;
  }
}
.brands_block h2{
  margin-bottom: 4rem;
  padding-left: 7vw;
  padding-right: 7vw;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 400;
}
@media not all and (min-width: 1024px){
  .brands_block h2{
    margin-bottom: 2rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.brands_block .brands_list{
  position: relative;
  overflow: hidden;
  width: 100%;
}
.brands_block .brands_scroll{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4rem;
  animation: scroll 30s linear infinite;
  width: -moz-fit-content;
  width: fit-content;
}
.brands_block .brands_scroll img{
  height: 150px;
  width: auto;
  flex-shrink: 0;
}
@media not all and (min-width: 1024px){
  .brands_block .brands_scroll img{
    height: 100px;
    width: auto;
  }
}
.brands_block .brands_scroll img {
  mix-blend-mode: multiply;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.why_choose_us_block{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 233 / var(--tw-bg-opacity));
  padding-top: 10vw;
  padding-bottom: 10vw;
  padding-left: 7vw;
  padding-right: 7vw;
}
@media not all and (min-width: 1024px){
  .why_choose_us_block{
    margin-top: 1.5rem;
    padding: 2rem;
  }
}
.why_choose_us_block h2{
  margin-bottom: 4rem;
  text-align: center;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
}
@media not all and (min-width: 1024px){
  .why_choose_us_block h2{
    margin-bottom: 2rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.why_choose_us_block .why_choose_us_list{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem;
}
@media not all and (min-width: 1024px){
  .why_choose_us_block .why_choose_us_list{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.why_choose_us_block .why_choose_us_item{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
}
@media not all and (min-width: 1024px){
  .why_choose_us_block .why_choose_us_item{
    flex-direction: column;
    gap: 2rem;
  }
}
.why_choose_us_block .why_choose_us_item .icon{
  height: 4rem;
  width: 4rem;
}
.why_choose_us_block .why_choose_us_item .icon_column{
  margin-bottom: 4rem;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
@media not all and (min-width: 1024px){
  .why_choose_us_block .why_choose_us_item .icon_column{
    margin-bottom: 2rem;
  }
}
.why_choose_us_block .why_choose_us_item .text{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.why_choose_us_block .why_choose_us_item .text h3{
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
}
.contact_top{
  margin: 2rem;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
@media not all and (min-width: 1024px){
  .contact_top{
    margin: 1.5rem;
    flex-direction: column;
    gap: 0px;
  }
}
.contact_top .content_column{
  order: 1;
  width: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 233 / var(--tw-bg-opacity));
  padding-top: 8vw;
  padding-left: 5vw;
  padding-bottom: 4vw;
  padding-right: 10vw;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 50 93 / var(--tw-text-opacity));
}
@media not all and (min-width: 1024px){
  .contact_top .content_column{
    order: 2;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.contact_top .content_column h2{
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
}
@media not all and (min-width: 1024px){
  .contact_top .content_column h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.contact_top .content_column .contact_list{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact_top .content_column .contact_list .address_column,
.contact_top .content_column .contact_list .phone_column,
.contact_top .content_column .contact_list .email_column{
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.contact_top .content_column .contact_list .address_column:before,
.contact_top .content_column .contact_list .phone_column:before,
.contact_top .content_column .contact_list .email_column:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 2px;
}
.contact_top .content_column .contact_list .address_column:before {
  background-image: url("../images/address-contact.svg");
}
.contact_top .content_column .contact_list .phone_column:before {
  background-image: url("../images/phone-contact.svg");
}
.contact_top .content_column .contact_list .email_column:before {
  background-image: url("../images/email-contact.svg");
}
.contact_top .form_column{
  order: 2;
  width: 50%;
  padding-top: 8vw;
  padding-left: 5vw;
  padding-bottom: 4vw;
  padding-right: 10vw;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 50 93 / var(--tw-text-opacity));
}
@media not all and (min-width: 1024px){
  .contact_top .form_column{
    order: 1;
    width: 100%;
  }
}
.contact_top .form_column .gform-theme--foundation .gform_footer {
  justify-content: end !important;
}
.contact_top .form_column .gform_button {
  background: #00325D !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.contact_top .form_column .gform_button:hover {
  background: #D1E000 !important;
  color: #00325D !important;
}
.contact_top .form_column .gfield_required {
  color: #00325D !important;
}
.map_block{
  margin-left: 7vw;
  margin-right: 7vw;
  margin-top: 5vw;
  margin-bottom: 5vw;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media not all and (min-width: 1024px){
  .map_block{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.map_block h2{
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
}
@media not all and (min-width: 1024px){
  .map_block h2{
    margin-bottom: 2rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.map_block .address_column{
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.map_block .address_column:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 2px;
  background-image: url("../images/address-contact.svg");
}
.map_block .map_embed{
  height: 100%;
  width: 100%;
}
.map_block .map_embed iframe{
  height: 600px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .map_block .map_embed iframe {
    height: 300px;
  }
}
.products_top{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media not all and (min-width: 1024px){
  .products_top{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.products_top .products_header{
  margin-bottom: 3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 7vw;
  padding-right: 7vw;
}
@media not all and (min-width: 1024px){
  .products_top .products_header{
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.products_top .products_header h1{
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
}
@media not all and (min-width: 1024px){
  .products_top .products_header h1{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.products_top .products_header h1 {
  color: #00325D;
}
.products_top .products_header .filter_dropdown{
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: #00325D;
}
.products_top .products_header .filter_dropdown svg {
  transition: transform 0.3s ease;
}
.products_top .products_header .filter_dropdown.active svg {
  transform: rotate(180deg);
}
.products_top .products_header .filter_dropdown:hover svg {
  transform: translateY(2px);
}
.products_top .products_header .filter_dropdown.active:hover svg {
  transform: rotate(180deg) translateY(-2px);
}
.products_top .category_filter_wrapper{
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-left: 7vw;
}
@media not all and (min-width: 1024px){
  .products_top .category_filter_wrapper{
    padding-left: 1.5rem;
  }
}
.products_top .category_filter_wrapper {
  display: none;
}
.products_top .category_filter_wrapper.active {
  display: flex;
}
.products_top .category_filter_wrapper .filter_all{
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  border-color: #00325D;
  width: 60px;
  height: 60px;
}
.products_top .category_filter_wrapper .filter_all.active {
  background-color: #00325D;
  border-color: #00325D;
}
.products_top .category_filter_wrapper .category_filter_carousel{
  flex: 1 1 0%;
  overflow: hidden;
}
.products_top .category_filter_wrapper .category_filter_items{
  display: flex;
}
.products_top .category_filter_wrapper .category_filter_items .filter_item{
  flex-shrink: 0;
  min-width: 200px;
  margin-right: 24px;
}
.products_top .category_filter_wrapper .category_filter_items .filter_item .filter_content{
  position: relative;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background-color: #EAEAE9;
  color: #00325D;
  border: none;
  z-index: 1;
}
.products_top .category_filter_wrapper .category_filter_items .filter_item .filter_content .filter_name{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.products_top .category_filter_wrapper .category_filter_items .filter_item .filter_content .filter_count{
  font-size: 1rem;
  line-height: 1.5rem;
}
.products_top .category_filter_wrapper .category_filter_items .filter_item .filter_content .filter_clear{
  position: absolute;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  top: 8px;
  right: 8px;
  color: white;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}
.products_top .category_filter_wrapper .category_filter_items .filter_item .filter_content.active {
  background-color: #00325D;
  color: white;
  z-index: 2;
  border: 1px solid white;
}
.products_top .category_filter_wrapper .category_filter_items .filter_item .filter_content.active .filter_clear {
  opacity: 1;
}
.products_top .category_filter_wrapper .category_filter_items .filter_item .filter_content:hover {
  opacity: 0.8;
  z-index: 3;
}
.products_top .category_controls{
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  padding-right: 7vw;
}
@media not all and (min-width: 1024px){
  .products_top .category_controls{
    padding-right: 1.5rem;
  }
}
.products_top .category_controls {
  display: none;
}
.products_top .category_controls.active {
  display: flex;
}
.products_top .category_controls button{
  display: flex;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  border-color: #00325D;
  color: #00325D;
  background: white;
  font-size: 24px;
}
.products_top .category_controls button:hover {
  background-color: #00325D;
  color: white;
}
.products_top .category_controls button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.products_top .category_controls button:disabled:hover {
  background: white;
  color: #00325D;
}
.products_top .category_filter_items .flickity-viewport {
  overflow: visible !important;
  width: 100% !important;
}
.products_top .category_filter_items .flickity-slider {
  display: flex;
}
.products_by_category{
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-top: 0px;
}
@media not all and (min-width: 1024px){
  .products_by_category{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.products_by_category .category_section{
  margin-bottom: 4rem;
}
@media not all and (min-width: 1024px){
  .products_by_category .category_section{
    margin-bottom: 3rem;
  }
}
.products_by_category .category_section {
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
.products_by_category .category_section.hidden {
  display: none;
}
.products_by_category .category_section .category_section_header{
  margin-bottom: 2rem;
  padding-left: 7vw;
  padding-right: 7vw;
}
@media not all and (min-width: 1024px){
  .products_by_category .category_section .category_section_header{
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.products_by_category .category_section .category_section_header h2{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media not all and (min-width: 1024px){
  .products_by_category .category_section .category_section_header h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.products_by_category .category_section .category_section_header h2 {
  color: #00325D;
}
.products_by_category .category_section .category_products_wrapper{
  overflow: hidden;
  padding-left: 7vw;
}
@media not all and (min-width: 1024px){
  .products_by_category .category_section .category_products_wrapper{
    padding-left: 1.5rem;
  }
}
.products_by_category .category_section .category_products_slider{
  display: flex;
}
.products_by_category .category_section .category_products_slider .product_item{
  flex-shrink: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  width: 84vw;
  margin-right: 32px;
}
.products_by_category .category_section .category_products_slider .blue_btn{
  margin-top: 0px;
}
.products_by_category .category_section .category_products_slider .product_item_default{
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 233 / var(--tw-bg-opacity));
  padding: 1.5rem;
}
@media not all and (min-width: 1024px){
  .products_by_category .category_section .category_products_slider .product_item_default{
    flex-direction: column;
  }
}
.products_by_category .category_section .category_products_slider .product_item_default .left_content{
  display: flex;
  width: 40%;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem;
}
@media not all and (min-width: 1024px){
  .products_by_category .category_section .category_products_slider .product_item_default .left_content{
    width: 100%;
    padding: 1.5rem;
  }
}
.products_by_category .category_section .category_products_slider .product_item_default .left_content .top{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.products_by_category .category_section .category_products_slider .product_item_default .left_content .top h3{
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  line-height: 48px;
}
@media not all and (min-width: 1024px){
  .products_by_category .category_section .category_products_slider .product_item_default .left_content .top h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 36px;
  }
}
.products_by_category .category_section .category_products_slider .product_item_default .left_content .top p{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.products_by_category .category_section .category_products_slider .product_item_default .left_content .bottom{
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.products_by_category .category_section .category_products_slider .product_item_default .right_content{
  width: 60%;
}
@media not all and (min-width: 1024px){
  .products_by_category .category_section .category_products_slider .product_item_default .right_content{
    width: 100%;
    padding: 0px;
  }
}
.products_by_category .category_section .category_products_slider .product_item_default .right_content .product_gallery{
  position: relative;
  overflow: hidden;
}
.products_by_category .category_section .category_products_slider .product_item_default .right_content .product_gallery img{
  height: auto;
  width: 100%;
}
.products_by_category .category_section .category_products_slider .product_item_default .right_content .product_gallery .flickity-page-dots{
  position: absolute;
  bottom: 1rem;
  margin-left: 1rem;
  display: flex;
  width: auto;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  background-color: rgba(234, 234, 233, 0.5);
}
.products_by_category .category_section .category_products_slider .product_item_default .right_content .product_gallery .flickity-page-dots .dot{
  height: 5px;
  width: 2.5rem;
  cursor: pointer;
  border-radius: 0px;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background-color: rgb(255, 255, 255);
}
.products_by_category .category_section .category_products_slider .product_item_default .right_content .product_gallery .flickity-page-dots .dot.is-selected {
  background-color: #00325D;
}
.products_by_category .category_section .category_products_slider .product_item_wide{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 233 / var(--tw-bg-opacity));
  padding: 1.5rem;
}
.products_by_category .category_section .category_products_slider .product_item_wide .top_content{
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 2rem;
}
@media not all and (min-width: 1024px){
  .products_by_category .category_section .category_products_slider .product_item_wide .top_content{
    flex-direction: column;
    gap: 1rem;
  }
}
.products_by_category .category_section .category_products_slider .product_item_wide .top_content .left{
  display: flex;
  width: 60%;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding-left: 2rem;
  padding-top: 2rem;
}
@media not all and (min-width: 1024px){
  .products_by_category .category_section .category_products_slider .product_item_wide .top_content .left{
    width: 100%;
    padding: 1.5rem;
  }
}
.products_by_category .category_section .category_products_slider .product_item_wide .top_content .left h3{
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  line-height: 48px;
}
@media not all and (min-width: 1024px){
  .products_by_category .category_section .category_products_slider .product_item_wide .top_content .left h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 36px;
  }
}
.products_by_category .category_section .category_products_slider .product_item_wide .top_content .left p{
  margin-bottom: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.products_by_category .category_section .category_products_slider .product_item_wide .top_content .right{
  width: 40%;
  text-align: right;
}
@media not all and (min-width: 1024px){
  .products_by_category .category_section .category_products_slider .product_item_wide .top_content .right{
    width: 100%;
    padding-left: 1.5rem;
    text-align: left;
  }
}
.products_by_category .category_section .category_products_slider .product_item_wide .top_content .right a{
  display: inline-block;
}
.products_by_category .category_section .category_products_slider .product_item_wide .bottom_content{
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 2rem;
}
.products_by_category .category_section .category_products_slider .product_item_wide .bottom_content .product_gallery{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.products_by_category .category_section .category_products_slider .product_item_wide .bottom_content .product_gallery img{
  height: auto;
  width: 100%;
}
.products_by_category .category_section .category_products_slider .product_item_wide .bottom_content .product_gallery .flickity-page-dots{
  position: absolute;
  bottom: 1rem;
  margin-left: 1rem;
  display: flex;
  width: auto;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  background-color: rgba(234, 234, 233, 0.5);
}
.products_by_category .category_section .category_products_slider .product_item_wide .bottom_content .product_gallery .flickity-page-dots .dot{
  height: 5px;
  width: 2.5rem;
  cursor: pointer;
  border-radius: 0px;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background-color: rgb(255, 255, 255);
}
.products_by_category .category_section .category_products_slider .product_item_wide .bottom_content .product_gallery .flickity-page-dots .dot.is-selected {
  background-color: #00325D;
}
.products_by_category .category_section .category_slider_controls{
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  padding-right: 7vw;
}
@media not all and (min-width: 1024px){
  .products_by_category .category_section .category_slider_controls{
    padding-right: 1.5rem;
  }
}
.products_by_category .category_section .category_slider_controls button{
  display: flex;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  border-color: #00325D;
  color: #00325D;
  background: white;
  font-size: 24px;
}
.products_by_category .category_section .category_slider_controls button:hover {
  background-color: #00325D;
  color: white;
}
.products_by_category .category_section .category_slider_controls button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.products_by_category .category_section .category_slider_controls button:disabled:hover {
  background: white;
  color: #00325D;
}
.products_by_category .no_products{
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 7vw;
  padding-right: 7vw;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media not all and (min-width: 1024px){
  .products_by_category .no_products{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.products_by_category .no_products {
  color: #00325D;
}
.products_by_category .category_products_slider .flickity-viewport {
  overflow: visible !important;
  width: 100% !important;
}
.products_by_category .category_products_slider .flickity-slider {
  display: flex;
}
.products_by_category .product_gallery .gallery-cell {
  width: 100%;
}
.products_by_category .product_gallery .gallery-cell img {
  display: block;
  width: 100%;
  height: auto;
}
.products_by_category .product_gallery.flickity-enabled .flickity-viewport {
  overflow: hidden;
}
.single_product{
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 7vw;
  padding-right: 7vw;
}
@media not all and (min-width: 1024px){
  .single_product{
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.single_product .single_product_header{
  margin-bottom: 3rem;
}
@media not all and (min-width: 1024px){
  .single_product .single_product_header{
    margin-bottom: 2rem;
  }
}
.single_product .single_product_header .back_link{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  color: #00325D;
}
.single_product .single_product_header .back_link:hover {
  opacity: 0.7;
}
.single_product .single_product_header .back_link svg{
  flex-shrink: 0;
}
.single_product .single_product_content{
  display: flex;
  flex-direction: row;
  gap: 3rem;
}
@media not all and (min-width: 1024px){
  .single_product .single_product_content{
    flex-direction: column;
  }
}
.single_product .single_product_content .single_product_info{
  display: flex;
  width: 40%;
  flex-direction: column;
  gap: 1.5rem;
}
@media not all and (min-width: 1024px){
  .single_product .single_product_content .single_product_info{
    width: 100%;
  }
}
.single_product .single_product_content .single_product_info .single_product_category{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #78A0BC;
}
.single_product .single_product_content .single_product_info h1{
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  line-height: 52px;
}
@media not all and (min-width: 1024px){
  .single_product .single_product_content .single_product_info h1{
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 36px;
  }
}
.single_product .single_product_content .single_product_info h1 {
  color: #00325D;
}
.single_product .single_product_content .single_product_info .single_product_description{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.single_product .single_product_content .single_product_info .single_product_description p{
  margin-bottom: 1rem;
}
.single_product .single_product_content .single_product_info .single_product_actions{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.single_product .single_product_content .single_product_info .single_product_actions .blue_btn{
  margin-top: 0px;
}
.single_product .single_product_content .single_product_gallery{
  width: 60%;
}
@media not all and (min-width: 1024px){
  .single_product .single_product_content .single_product_gallery{
    width: 100%;
  }
}
.single_product .single_product_content .single_product_gallery .product_gallery{
  position: relative;
}
.single_product .single_product_content .single_product_gallery .product_gallery .gallery-cell {
  width: 100% !important;
  left: 0 !important;
}
.single_product .single_product_content .single_product_gallery .product_gallery img{
  display: block;
  height: auto;
  width: 100%;
}
.single_product .single_product_content .single_product_gallery .product_gallery .flickity-page-dots{
  position: absolute;
  bottom: 1rem;
  margin-left: 1rem;
  display: flex;
  width: auto;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  background-color: rgba(234, 234, 233, 0.5);
}
.single_product .single_product_content .single_product_gallery .product_gallery .flickity-page-dots .dot{
  height: 5px;
  width: 2.5rem;
  cursor: pointer;
  border-radius: 0px;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background-color: rgb(255, 255, 255);
}
.single_product .single_product_content .single_product_gallery .product_gallery .flickity-page-dots .dot.is-selected {
  background-color: #00325D;
}
.single_product .single_product_related{
  margin-top: 6rem;
}
@media not all and (min-width: 1024px){
  .single_product .single_product_related{
    margin-top: 4rem;
  }
}
.single_product .single_product_related h2{
  margin-bottom: 2rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media not all and (min-width: 1024px){
  .single_product .single_product_related h2{
    margin-bottom: 1.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.single_product .single_product_related h2 {
  color: #00325D;
}
.single_product .single_product_related .related_products_slider{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}
@media not all and (min-width: 1024px){
  .single_product .single_product_related .related_products_slider{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
.single_product .single_product_related .related_products_slider .related_product_item{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.single_product .single_product_related .related_products_slider .related_product_item:hover {
  opacity: 0.8;
}
.single_product .single_product_related .related_products_slider .related_product_item a{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.single_product .single_product_related .related_products_slider .related_product_item a img{
  height: auto;
  width: 100%;
}
.single_product .single_product_related .related_products_slider .related_product_item a h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #00325D;
}
/* Initial states for animation classes */
/* Base animation styles to prevent flash of unstyled content */
.fade-in,
.fade-in-now,
.fade-up,
.fade-left,
.fade-right {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-out, visibility 0.8s ease-out, transform 0.8s ease-out;
}
/* Specific positioning for each animation type */
.fade-up {
  transform: translateY(30px);
}
.fade-left {
  transform: translateX(-50px);
}
/* Override for specific elements with pseudo-elements */
.fade-left:not(.hero-angle) {
  transform: translateX(-50px);
}
.fade-left.hero-angle {
  transform: none; /* Don't transform the parent, only the pseudo-element */
}
.fade-right {
  transform: translateX(50px);
}
/* Visible states when animated in */
.fade-in.visible,
.fade-in-now.visible {
  opacity: 1;
  visibility: visible;
}
.fade-up.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.fade-left.visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.fade-right.visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/* Special handling for centered elements */
.hero-content.fade-in.visible,
.hero-content.fade-up.visible,
.hero-content.fade-left.visible,
.hero-content.fade-right.visible {
  transform: translateX(-50%) translateY(-50%);
}
.hero-content.fade-up {
  transform: translateX(-50%) translateY(calc(-50% + 30px));
}
.hero-content.fade-left {
  transform: translateX(calc(-50% - 50px)) translateY(-50%);
}
.hero-content.fade-right {
  transform: translateX(calc(-50% + 50px)) translateY(-50%);
}
/* Ensure pseudo-elements inherit transforms */
.fade-left::before,
.fade-left::after {
  transition: inherit;
}
.fade-right::before,
.fade-right::after {
  transition: inherit;
}
.fade-up::before,
.fade-up::after {
  transition: inherit;
}
/* Only apply these styles if JavaScript fails to load */
.no-js .fade-in,
.no-js .fade-in-now,
.no-js .fade-up,
.no-js .fade-left,
.no-js .fade-right {
  opacity: 1;
  visibility: visible;
  transform: none;
}
/* ! tailwindcss v3.4.11 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.left-0{
  left: 0px;
}
.left-1{
  left: 0.25rem;
}
.top-0{
  top: 0px;
}
.z-50{
  z-index: 50;
}
.z-\[99999\]{
  z-index: 99999;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-full{
  height: 100%;
}
.w-0{
  width: 0px;
}
.w-full{
  width: 100%;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
  resize: both;
}
.overflow-hidden{
  overflow: hidden;
}
.border{
  border-width: 1px;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-6{
  padding: 1.5rem;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.pt-\[120px\]{
  padding-top: 120px;
}
.opacity-0{
  opacity: 0;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
html {
  font-family: "Be Vietnam Pro", sans-serif;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 6rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 50 93 / var(--tw-text-opacity));
  scroll-padding-top: 50px;
}
h1{
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
  line-height: 70px;
}
@media not all and (min-width: 1280px){
  h1{
    font-size: 3rem;
    line-height: 1;
  }
}
@media not all and (min-width: 1024px){
  h1{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
p{
  margin-bottom: 1rem;
}
@media (max-width: 960px) {
  html {
    padding-top: 73px;
    scroll-padding-top: 50px;
  }
}
[id] {
  scroll-margin-top: 50px;
}
@media (max-width: 960px) {
  [id] {
    scroll-margin-top: 50px;
  }
}
.blue_btn{
  margin-top: 2rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(0 50 93 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.blue_btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 224 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 50 93 / var(--tw-text-opacity));
}
.white_btn{
  margin-top: 2rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 50 93 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.white_btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 224 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 50 93 / var(--tw-text-opacity));
}
.grey_btn{
  margin-top: 2rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 233 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 50 93 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.grey_btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 224 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 50 93 / var(--tw-text-opacity));
}
.mobile_btn{
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 233 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 50 93 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.mobile_btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 224 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 50 93 / var(--tw-text-opacity));
}
.footer{
  --tw-bg-opacity: 1;
  background-color: rgb(0 50 93 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 7vw;
  padding-right: 7vw;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.footer .footer-container{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media not all and (min-width: 1024px){
  .footer .footer-container{
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
.footer .footer-container .footer_logo{
  width: 25%;
}
.footer .footer-container .footer_content{
  display: flex;
  width: 75%;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
}
@media not all and (min-width: 1024px){
  .footer .footer-container .footer_content{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
.footer .footer-container .footer_content .footer_column{
  width: 25%;
}
@media not all and (min-width: 1024px){
  .footer .footer-container .footer_content .footer_column{
    width: 100%;
  }
}
.footer .footer-container .footer_content .footer_column h4{
  margin-bottom: 1rem;
  display: inline-block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 224 0 / var(--tw-border-opacity));
  padding-bottom: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
.footer .footer-container .footer_content .footer_column p{
  font-size: 1rem;
  line-height: 1.5rem;
}
.footer .footer-container .footer_content .footer_column a{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.footer .footer-container .footer_content .footer_column a:hover{
  opacity: 0.7;
}
.footer .footer-container .footer_content .social_icons{
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.footer .footer-container .footer_content .social_icons a{
  display: block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.footer .footer-container .footer_content .social_icons a:hover{
  opacity: 0.7;
}
.footer .footer-bottom{
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8rem;
}
@media not all and (min-width: 1024px){
  .footer .footer-bottom{
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
.footer .footer-bottom .footer-bottom-left{
  width: 33.333333%;
}
.footer .footer-bottom .footer-bottom-left h4{
  margin-bottom: 1rem;
  display: inline-block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 224 0 / var(--tw-border-opacity));
  padding-bottom: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
.footer .footer-bottom .footer-bottom-left form{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.footer .footer-bottom .footer-bottom-left form input{
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 233 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.footer .footer-bottom .footer-bottom-right{
  display: flex;
  width: 50%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media not all and (min-width: 1024px){
  .footer .footer-bottom .footer-bottom-right{
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.footer .footer-bottom .footer-bottom-right div{
  font-size: 1rem;
  line-height: 1.5rem;
}
.footer .footer-bottom .footer-bottom-right a{
  font-size: 1rem;
  line-height: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.footer .footer-bottom .footer-bottom-right a:hover{
  opacity: 0.7;
}
.plain_page{
  padding: 3rem;
}

/*# sourceMappingURL=main.css.map */