html {
  font-size: calc(0.6875000000000004rem + 0.4166666666666663vw);
}
@media screen and (max-width: 1920px) {
  html {
    font-size: calc(0.6874999999999998rem + 0.4166666666666669vw);
  }
}
@media screen and (max-width: 1680px) {
  html {
    font-size: calc(0.25rem + 0.8333333333333333vw);
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: calc(0.1964285714285715rem + 0.8928571428571428vw);
  }
}
@media screen and (max-width: 1216px) {
  html {
    font-size: calc(0.5357142857142858rem + 0.4464285714285714vw);
  }
}
@media screen and (max-width: 992px) {
  html {
    font-size: 1rem;
  }
}
@media screen and (max-width: 479px) {
  html {
    font-size: 1rem;
  }
  .hide-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 240px) {
  html {
    font-size: calc(0.8744769874476988rem + 0.8368200836820083vw);
  }
}
.cmsslider_color_picker {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-items: left;
  flex-wrap: wrap;
}
.color-picker-item {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 0.75px solid rgba(0, 0, 0, 0.5);
  cursor: pointer;
  position: relative;
}
.color_info_box {
  color: #000 !important;
  border: none;
}
#IroSlider,
.colorinfo {
  margin-top: 1.5rem !important;
}
.color_info_box.big {
  border: 1px solid #ccc;
}
.button.is-secondary:disabled,
.button.is-text:disabled,
figcaption {
  color: #b8b8b8;
}
blockquote sup,
figcaption {
  font-family: Geomanist;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
swiper-slide.button {
  position: relative !important;
}
.back_button,
.display-inlineflex {
  display: inline-flex;
}
.button.is-text:disabled::after {
  background-color: #b8b8b8;
}
.button:disabled {
  background-color: #ccc;
}
.header_video_play::after {
  border: 1px solid #0099f6;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: 0 0;
  z-index: -1;
  animation: 1s ease-out 0.2s infinite HeaderPlayButtonAnim;
  border-radius: 50%;
}
@keyframes HeaderPlayButtonAnim {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.4);
    opacity: 0;
  }
}
.nav-up {
  top: -100%;
}
.nav-down {
  top: 0;
}
.work_grad {
  background: linear-gradient(
    180deg,
    rgba(7, 18, 43, 0) 0,
    rgba(7, 18, 43, 0.6) 100%
  );
}
.work_item:hover .work_image {
  transform: scale(1.1);
}
.swiper-slide {
  width: 75rem !important;
  height: 100%;
}
.popup_close_bg {
  z-index: 29;
}
.popup_swiper_slide {
  z-index: 31 !important;
}
.swiper-slide.fourh {
  width: 100% !important;
  height: auto !important;
  position: relative;
}
.swiper-slide.third {
  width: 387px !important;
  height: 100%;
}
.swiper-pagination-bullet,
.swiper-pagination-bullet.is-active {
  width: 0.75rem !important;
  opacity: 1 !important;
  height: 0.75rem !important;
}
.colorinfo {
  z-index: 10000;
  position: relative;
}

.swiper-pagination-bullet.is-active {
  background-color: #0099f6 !important;
  color: #0099f6 !important;
  margin-top: 0 !important;
  gap: 0 !important;
  border: none !important;
}
.swiper-pagination-bullet {
  background-color: #ccc !important;
}
.swiper-pagination {
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
  align-self: center !important;
  grid-column-gap: 24px !important;
}

.header_bg_video {
  box-shadow: 0 20px 60px rgba(56, 56, 56, 0.1);
}
.w-lightbox-control.w-lightbox-left,
.w-lightbox-control.w-lightbox-right {
  width: 3.25rem;
  height: 3.25rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 10px 20px rgba(58, 58, 58, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .w-lightbox-container {
    margin: auto;
    max-width: 50rem !important;
  }
}
@media only screen and (max-width: 480px) {
  .w-lightbox-img.w-lightbox-image {
    border-radius: 12px !important;
  }
  .swiper-pagination-bullet,
  .swiper-pagination-bullet.is-active {
    width: 0.5rem !important;
    opacity: 1 !important;
    height: 0.5rem !important;
  }
  .swiper-pagination {
    grid-column-gap: 16px !important;
  }
  .w-lightbox-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .w-lightbox-control.w-lightbox-left {
    left: 30%;
  }
  .w-lightbox-control.w-lightbox-right {
    right: 30%;
  }
  .w-lightbox-control.w-lightbox-left,
  .w-lightbox-control.w-lightbox-right {
    width: 3.5rem;
    height: 3.5rem;
    top: auto;
    transform: translateY(0) !important;
    bottom: 10% !important;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 10px 20px rgba(58, 58, 58, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.w-lightbox-control.w-lightbox-left::after,
.w-lightbox-control.w-lightbox-right::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("https://uploads-ssl.webflow.com/63a9cb71c629474d4ae334b9/6478849e64e47abe940537f6_Group%204825.svg") !important;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat !important;
}
.w-lightbox-control.w-lightbox-left::after {
  transform: rotateY(-180deg) !important;
}
.w-lightbox-container {
  margin: auto;
  max-width: 75rem;
}
.w-lightbox-content.w-lightbox-group {
  display: flex;
  justify-content: center;
}
.w-lightbox-img.w-lightbox-image {
  border-radius: 12px;
}
.w-lightbox-backdrop {
  background: rgba(7, 18, 43, 0.8) !important;
  opacity: 1;
}
.is-active {
  background-color: #0099f6;
  border-radius: 0.5rem;
  transition: 0.3s ease-in-out;
  border: 0.0625rem solid #fff !important;
}
.navbar_link.w--current {
  color: #0099f6 !important;
}

.popup_component {
  overflow-y: auto !important;
}
* {
  scrollbar-width: auto;
  scrollbar-color: #0099f6 #cccccc;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background: #ccc;
  border-right: 1px solid #fff !important;
}
::-webkit-scrollbar-thumb {
  background-color: #0099f6;
  border-right: 1px solid #fff !important;
  border-radius: 2px;
  border: 0 solid #fff;
}
.IroSlider {
  height: 12px !important;
  margin-top: 16px !important;
}
.IroHandle.IroHandle--0.IroHandle--isActive {
  top: -16px !important;
}
.tooltip_image {
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.1));
  pointer-events: none !important;
}
.guides_text ul {
  list-style: none;
}
.guides_text ul li::before {
  content: "";
  background-color: #0099f6;
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  border-radius: 2px;
  margin-right: 1rem;
  margin-bottom: 2px;
}
.button.custom-button {
  height: 52px !important;
}
.button.is-secondary.is-inverted.is-small.ajax.w-button.is-active {
  background-color: #0099f6;
  color: #fff;
}
.filter_checkbox_wrapper {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  font-size: 1.125rem;
  line-height: 146%;
  cursor: pointer;
}
.filter_checkbox_label {
  margin-bottom: 0;
  margin-left: 0.75rem;
}
.filter_checkbox {
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0;
  margin-left: 0;
  border-radius: 0.25rem;
  background-color: #fff;
  box-shadow: 0 0 0 0 transparent;
}
.filter_checkbox:redirected-checked {
  border-color: #0099f6;
  background-color: hsla(220.9090909090909, 0%, 100%, 1);
  background-image: url("https://uploads-ssl.webflow.com/63a9cb71c629474d4ae334b9/6481eefa9c1264ad65401741_Vector%20(Stroke).svg");
  background-size: auto;
  box-shadow: 0 0 0 0 transparent;
}
.filter_checkbox:redirected-focus {
  box-shadow: 0 0 0 0 transparent;
}
.text-style-2lines,
.text-style-3lines {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.padding-0,
.spacing-clean {
  padding: 0 !important;
}
.margin-bottom,
.margin-horizontal,
.margin-left,
.margin-right,
.w-richtext > :not(div):first-child,
.w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}
.margin-horizontal,
.margin-left,
.margin-right,
.margin-top,
.w-richtext ol li:last-child,
.w-richtext ul li:last-child,
.w-richtext > :last-child {
  margin-bottom: 0 !important;
}
.padding-bottom,
.padding-horizontal,
.padding-left,
.padding-right {
  padding-top: 0 !important;
}
.padding-horizontal,
.padding-left,
.padding-right,
.padding-top {
  padding-bottom: 0 !important;
}
.padding-bottom,
.padding-left,
.padding-top,
.padding-vertical {
  padding-right: 0 !important;
}
.padding-bottom,
.padding-right,
.padding-top,
.padding-vertical {
  padding-left: 0 !important;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
[tabindex]:focus-visible,
input[type="file"]:focus-visible {
  outline: #4d65ff solid 0.125rem;
  outline-offset: 0.125rem;
}
.pointer-events-off {
  pointer-events: none;
}
.pointer-events-on {
  pointer-events: auto;
}
.div-square::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.container-large,
.container-medium,
.container-small {
  margin-right: auto !important;
  margin-left: auto !important;
}
.margin-bottom,
.margin-left,
.margin-top,
.margin-vertical {
  margin-right: 0 !important;
}
.margin-0,
.spacing-clean {
  margin: 0 !important;
}
.margin-bottom,
.margin-right,
.margin-top,
.margin-vertical {
  margin-left: 0 !important;
}
.text-style-3lines {
  -webkit-line-clamp: 3;
}
.text-style-2lines {
  -webkit-line-clamp: 2;
}
.hide {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .hide,
  .hide-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hide-mobile-landscape {
    display: none !important;
  }
}
.button.is-text.is-small::after {
  height: 0;
}
.button.is-text::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.188rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0099f6;
  opacity: 0.2;
  transition: 0.3s ease-in-out;
}
.button.is-text.open.yellow::after {
  background-color: #ffd44d;
}
.back_button:hover .button.is-text.w-button::after,
.button.is-text:hover::after {
  height: 0.625rem;
}
.bKOdsY {
  border-radius: 12px !important;
}
.swiper-slide-blog {
  width: 100%;
}
.youtube {
  overflow: hidden;
  cursor: pointer;
}
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
  cursor: pointer;
}
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}
.youtube .play-button,
.youtube .play-button:before,
.youtube iframe {
  position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
