/* @font-face {
  font-family: "UnboundedMedium";
  src: url("../fonts/GellaDisplay-ExpandedMedium.woff2") format("woff2"), url("../fonts/GellaDisplay-ExpandedMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
} */

@font-face {
 
  font-family: 'UnboundedMedium';
  src: url('../fonts/Unbounded-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Italic.woff2") format("woff2"), url("../fonts/Jost-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Bold.woff2") format("woff2"), url("../fonts/Jost-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-BoldItalic.woff2") format("woff2"), url("../fonts/Jost-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Regular.woff2") format("woff2"), url("../fonts/Jost-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Medium.woff2") format("woff2"), url("../fonts/Jost-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-MediumItalic.woff2") format("woff2"), url("../fonts/Jost-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/* Container covering its entire parent */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, td, th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

blockquote, q {
  quotes: none;
}

blockquote::after, blockquote:before, q::after, q:before {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.vbox-overlay {
  --vbox-tools-color:#fff;
  --vbox-title-background:#101010;
  --vbox-title-width:"auto";
  --vbox-title-radius:0;
  --vbox-share-background:#101010;
  --vbox-share-width:"auto";
  --vbox-share-radius:0;
  --vbox-padding:0;
}

.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

.vbox-overlay * {
  backface-visibility: visible;
}

.vbox-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

.vbox-share, .vbox-title {
  line-height: 1;
  position: fixed;
  z-index: 98;
  text-align: center;
  margin: 0 auto;
  color: var(--vbox-tools-color);
}

.vbox-title {
  font-size: 12px;
  background-color: var(--vbox-title-background);
  width: var(--vbox-title-width);
  border-radius: var(--vbox-title-radius);
  padding: 12px 54px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.vbox-share {
  font-size: 24px;
  padding: 0 0.35em;
  background-color: var(--vbox-share-background);
  width: var(--vbox-share-width);
  border-radius: var(--vbox-share-radius);
}

.vbox-link-btn, button.vbox-link-btn, button.vbox-link-btn:active, button.vbox-link-btn:focus, button.vbox-link-btn:hover {
  border: none !important;
  background: 0 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  padding: 6px 12px;
  outline: 0;
  display: inline-block;
  cursor: pointer;
}

.vbox-share a {
  color: inherit !important;
  padding: 6px 12px;
  display: inline-block;
}

.vbox-share svg {
  z-index: 10;
  vertical-align: middle;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 6px 15px;
  color: #000;
  color: var(--vbox-tools-color);
  border: 0;
  font-size: 24px;
  display: flex;
  align-items: center;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.vbox-close:hover {
  opacity: 1;
}

.vbox-left-corner {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  line-height: 1;
  font-size: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
  color: var(--vbox-tools-color);
}

.vbox-num {
  display: inline-block;
  padding: 12px 15px;
}

.vbox-left {
  left: 0;
}

.vbox-right {
  right: 0;
}

.vbox-top {
  top: 0;
}

.vbox-bottom {
  bottom: 0;
}

.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.vbox-next:hover, .vbox-prev:hover {
  opacity: 1;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: var(--vbox-tools-color);
  border-right-color: var(--vbox-tools-color);
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  transform: rotate(-135deg);
}

.vbox-next span {
  transform: rotate(45deg);
  right: 10px;
}

.vbox-inline, .venoratio {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.venoratio::before {
  display: block;
  padding-top: var(--vb-aspect-ratio);
  content: "";
}

.venoratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--vbox-padding);
}

.venoratio-1x1 {
  --vb-aspect-ratio:100%;
}

.venoratio-4x3 {
  --vb-aspect-ratio:calc(3 / 4 * 100%);
}

.venoratio-16x9 {
  --vb-aspect-ratio:calc(9 / 16 * 100%);
}

.venoratio-21x9 {
  --vb-aspect-ratio:calc(9 / 21 * 100%);
}

.venoratio-full {
  --vb-aspect-ratio:calc(100vh - 100px);
}

.vbox-child.vbox-inline, .vbox-child.venoratio {
  max-width: 100%;
}

.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
  padding: 30px 0;
}

.vbox-content {
  opacity: 0;
}

.vbox-content {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

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

.vbox-child {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
  padding: var(--vbox-padding);
}

.vbox-child img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
}

.vbox-grab .vbox-child img {
  cursor: grab;
}

.vbox-child > iframe {
  border: none !important;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.vbox-preloader {
  transform: translateZ(0);
}

.vbox-preloader .vbox-preloader-inner {
  opacity: 1;
  transition: opacity 0.2s;
}

.vbox-hidden {
  display: none;
}

.vbox-preloader.vbox-hidden .vbox-preloader-inner {
  opacity: 0;
}

.vbox-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(-1px);
  z-index: 0;
}

.vbox-tooltip {
  position: relative;
  display: inline-block;
}

.vbox-tooltip .vbox-tooltip-text {
  visibility: hidden;
  color: #fff;
  text-align: center;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  margin-bottom: 2px;
  font-family: sans-serif;
}

.vbox-top .vbox-tooltip .vbox-tooltip-text {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 2px;
}

.vbox-tooltip-inner {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  font-size: 10px;
}

.vbox-tooltip:hover .vbox-tooltip-text {
  visibility: visible;
  opacity: 1;
}

.vbox-overlay {
  --sk-size:40px;
  --sk-color:#333;
}

.sk-center {
  margin: auto;
}

.sk-plane {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  animation: sk-plane 1.2s infinite ease-in-out;
}

@keyframes sk-plane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-chase {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  100%, 80% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  0%, 100% {
    transform: scale(1);
  }
}
.sk-bounce {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-bounce-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sk-color);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.sk-bounce-dot:nth-child(2) {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  45%, 55% {
    transform: scale(1);
  }
}
.sk-wave {
  width: var(--sk-size);
  height: var(--sk-size);
  display: flex;
  justify-content: space-between;
}

.sk-wave-rect {
  background-color: var(--sk-color);
  height: 100%;
  width: 15%;
  animation: sk-wave 1.2s infinite ease-in-out;
}

.sk-wave-rect:nth-child(1) {
  animation-delay: -1.2s;
}

.sk-wave-rect:nth-child(2) {
  animation-delay: -1.1s;
}

.sk-wave-rect:nth-child(3) {
  animation-delay: -1s;
}

.sk-wave-rect:nth-child(4) {
  animation-delay: -0.9s;
}

.sk-wave-rect:nth-child(5) {
  animation-delay: -0.8s;
}

@keyframes sk-wave {
  0%, 100%, 40% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.sk-pulse {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@keyframes sk-pulse {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.sk-flow {
  width: calc(var(--sk-size) * 1.3);
  height: calc(var(--sk-size) * 1.3);
  display: flex;
  justify-content: space-between;
}

.sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 50%;
  animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
}

.sk-flow-dot:nth-child(1) {
  animation-delay: -0.3s;
}

.sk-flow-dot:nth-child(2) {
  animation-delay: -0.15s;
}

@keyframes sk-flow {
  0%, 100%, 80% {
    transform: scale(0.3);
  }
  40% {
    transform: scale(1);
  }
}
.sk-swing {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-swing 1.8s infinite linear;
}

.sk-swing-dot {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-swing-dot 2s infinite ease-in-out;
}

.sk-swing-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes sk-swing {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-swing-dot {
  0%, 100% {
    transform: scale(0.2);
  }
  50% {
    transform: scale(1);
  }
}
.sk-circle {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle 1.2s infinite ease-in-out both;
}

.sk-circle-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-circle-fade {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-fade-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-fade-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle-fade 1.2s infinite ease-in-out both;
}

.sk-circle-fade-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-fade-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-fade-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-fade-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-fade-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-fade-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-fade-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-fade-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-fade-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-fade-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-fade-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-fade-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-fade-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-fade-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-fade-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-fade-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-fade-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-fade-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-fade-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-fade-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-fade-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-fade-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle-fade {
  0%, 100%, 39% {
    opacity: 0;
    transform: scale(0.6);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}
.sk-grid {
  width: var(--sk-size);
  height: var(--sk-size);
}

.sk-grid-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: var(--sk-color);
  float: left;
  animation: sk-grid 1.3s infinite ease-in-out;
}

.sk-grid-cube:nth-child(1) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(2) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(3) {
  animation-delay: 0.4s;
}

.sk-grid-cube:nth-child(4) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(5) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(6) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(7) {
  animation-delay: 0s;
}

.sk-grid-cube:nth-child(8) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(9) {
  animation-delay: 0.2s;
}

@keyframes sk-grid {
  0%, 100%, 70% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.sk-fold {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  transform: rotateZ(45deg);
}

.sk-fold-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}

.sk-fold-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-color);
  animation: sk-fold 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.sk-fold-cube:nth-child(2) {
  transform: scale(1.1) rotateZ(90deg);
}

.sk-fold-cube:nth-child(4) {
  transform: scale(1.1) rotateZ(180deg);
}

.sk-fold-cube:nth-child(3) {
  transform: scale(1.1) rotateZ(270deg);
}

.sk-fold-cube:nth-child(2):before {
  animation-delay: 0.3s;
}

.sk-fold-cube:nth-child(4):before {
  animation-delay: 0.6s;
}

.sk-fold-cube:nth-child(3):before {
  animation-delay: 0.9s;
}

@keyframes sk-fold {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.sk-wander {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-wander-cube {
  background-color: var(--sk-color);
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  --sk-wander-distance:calc(var(--sk-size) * 0.75);
  animation: sk-wander 2s ease-in-out -2s infinite both;
}

.sk-wander-cube:nth-child(2) {
  animation-delay: -0.5s;
}

.sk-wander-cube:nth-child(3) {
  animation-delay: -1s;
}

@keyframes sk-wander {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
  }
  50% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
  }
  50.1% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/**********************************************************
* Overwrite default styles for plugins
**********************************************************/
.hero-slider .slick-arrow {
  background-color: white;
}
.hero-slider .slick-arrow.slick-prev {
  left: 3rem;
}
.hero-slider .slick-arrow.slick-next {
  background-image: url("../image/icon/arrow-right-black.svg");
  height: 60px;
  width: 60px;
  right: 3rem;
}
.hero-slider .slick-dots {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
}
.hero-slider .slick-dots button {
  background-color: transparent;
  border: 1px solid #fff;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
}
.hero-slider .slick-dots .slick-active button {
  /* border: 1px solid #FF5A24; */
  background-color: #fff;
}

.slick-arrow {
  transition: all 250ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  border-radius: 50%;
  height: 60px;
  line-height: 60px;
  width: 60px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.3);
  font-size: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.75);
  visibility: visible;
  background-color: white;
  z-index: 2;
}
.slick-arrow.slick-prev {
  background-image: url("../image/icon/arrow-left.svg");
  height: 60px;
  width: 60px;
  left: 1rem;
}
.slick-arrow.slick-next {
  background-image: url("../image/icon/arrow-right.svg");
  height: 60px;
  width: 60px;
  right: 1rem;
}
.slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.slick-arrow.slick-hidden {
  display: none !important;
}
@media only screen and (min-width: 1281px) {
  .slick-arrow {
    transform: translateY(-50%);
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
.slick-dots li {
  line-height: 1px;
  margin: 0 0.5rem;
}
.slick-dots button {
  transition: all 250ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 0.5rem;
  font-size: 0;
  height: 1rem;
  width: 1rem;
}
.slick-dots button:focus {
  outline: none;
}
.slick-dots .slick-active button {
  background-color: black;
}

/* Venobox */
.vbox-close {
  display: none;
}

/* youtube modal */
.yu2fvl {
  z-index: 9999;
  top: 0;
}
.yu2fvl-iframe {
  display: block;
  height: 100%;
  width: 100%;
  border: 0;
}
.yu2fvl-overlay {
  z-index: 9998;
  background: rgba(0, 0, 0, 0.7);
}

.yu2fvl-close {
  transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  border: none;
  border-radius: 2rem;
  background: white url(../image/icon/close.svg) no-repeat center !important;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  height: 4rem;
  padding: 0;
  position: absolute;
  right: 1rem !important;
  text-indent: -999rem;
  top: -2rem !important;
  width: 4rem !important;
}
.yu2fvl-close:focus {
  outline: none;
  top: -1.8rem !important;
}
@media only screen and (min-width: 641px) {
  .yu2fvl-close {
    right: -2rem !important;
  }
}

/**********************************************************
 * Fade-in animations
**********************************************************/
.word {
  display: inline-block;
  white-space: nowrap;
}

.letter {
  display: inline-block;
  opacity: 0;
}

.js-anim-text {
  opacity: 0;
}

.js-anim-block {
  opacity: 0;
}

.js-box {
  opacity: 0;
}

/**********************************************************
 * Dealing with display:none transition nightmares
**********************************************************/
@keyframes display {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes display-flex {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/**********************************************************
 * Force an element to contain its children
**********************************************************/
.g-clearfix::after, .g-grid::after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

* html .g-clearfix, * html .g-grid {
  zoom: 1;
} /* IE6 */
*:first-child + html .g-clearfix, *:first-child + html .g-grid {
  zoom: 1;
} /* IE7 */
/**********************************************************
 * Global elements
**********************************************************/
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  min-height: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
}

body, input, textarea, select, button {
  color: black;
  font-family: "Jost", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3em;
  transition: background-color 0.2s ease;
  background-color: #2C2F34;
}
@media only screen and (min-width: 1025px) {
  body, input, textarea, select, button {
    font-size: 1.8rem;
    line-height: 1.5em;
  }
}

/* No scrolling when mobile menu is open */
body.-no-scroll {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

sup {
  font-size: 50%;
  vertical-align: top;
}

sub, small {
  font-size: 50%;
  line-height: 1em;
}

/**********************************************************
 * Global styles
 **********************************************************/
/* Ordinary link */
.g-link {
  align-items: center;
  display: inline-flex;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.g-link .icon {
  position: relative;
  top: 1px;
}
.g-link .icon:first-child:not(:last-child) {
  margin-right: 10px;
}
.g-link .icon:last-child:not(:first-child) {
  margin-left: 10px;
}
.g-link:hover {
  text-decoration: none;
}

.g-underline {
  position: relative;
}
.g-underline--contacts {
  font-size: clamp(1.8rem, 1.5vw, 2rem);
}
.g-underline::after {
  background-color: currentColor;
  content: "";
  bottom: -1px;
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleY(0);
  transform-origin: center bottom;
  transition: transform 0.2s;
  width: 100%;
}
.g-underline:hover::after {
  transform: scaleY(1);
}
.g-underline--white::after {
  background-color: white;
}

.g-img {
  display: block;
  width: 100%;
}

.g-bold {
  font-weight: bold;
}

.g-italic {
  font-style: italic;
}

.g-uppercase {
  text-transform: uppercase;
}

.g-bg-white {
  background-color: #fff;
}

.g-bg-black {
  background-color: #2C2F34;
}

.g-black {
  color: #2C2F34;
}

.g-white {
  color: #fff;
}

.g-accent {
  color: #FF5A24;
}

.g-opacity {
  opacity: 0.5;
}

.g-block {
  display: block;
}

.g-overflow {
  overflow: hidden;
}

.g-bold {
  font-weight: bold;
}

.g-left {
  text-align: left;
}

.g-bottom {
  align-items: flex-end;
}

.g-hr {
  background-color: gray;
  border: none;
  display: block;
  height: 1px;
  margin-bottom: 30px;
  margin-top: 15px;
}
@media only screen and (min-width: 1281px) {
  .g-hr {
    margin-bottom: 40px;
    margin-top: 20px;
  }
}

.g-ontop {
  position: relative;
  z-index: 1;
}

.g-ontoper {
  position: relative;
  z-index: 3 !important;
}

.g-relative {
  position: relative;
}

.g-absolute {
  position: absolute;
}

.g-no-pointer {
  pointer-events: none;
}

/* Background covering its entire parent */
.g-fullscreen {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Margins */
.g-mb-0 {
  margin-bottom: 0 !important;
}

.g-mb-5 {
  margin-bottom: 0.5rem !important;
}

.g-mb-10 {
  margin-bottom: 1rem !important;
}

.g-mb-15 {
  margin-bottom: 1.5rem !important;
}

.g-mb-20 {
  margin-bottom: 2rem !important;
}

.g-mb-25 {
  margin-bottom: 2.5rem !important;
}

.g-mb-30 {
  margin-bottom: 3rem !important;
}

.g-mb-40 {
  margin-bottom: 4rem !important;
}

.g-mt-0 {
  margin-top: 0 !important;
}

.g-mt-5 {
  margin-top: 0.5rem !important;
}

.g-mt-10 {
  margin-top: 1rem !important;
}

.g-mt-15 {
  margin-top: 1.5rem !important;
}

.g-mt-20 {
  margin-top: 2rem !important;
}

.g-mt-30 {
  margin-top: 3rem !important;
}

.g-mt-40 {
  margin-top: 4rem !important;
}

.g-ml-0 {
  margin-left: 0 !important;
}

.g-ml-5 {
  margin-left: 0.5rem !important;
}

.g-ml-10 {
  margin-left: 1rem !important;
}

.g-ml-15 {
  margin-left: 1.5rem !important;
}

.g-ml-20 {
  margin-left: 2rem !important;
}

.g-ml-30 {
  margin-left: 3rem !important;
}

.g-ml-40 {
  margin-left: 4rem !important;
}

.g-mr-0 {
  margin-right: 0 !important;
}

.g-mr-5 {
  margin-right: 0.5rem !important;
}

.g-mr-10 {
  margin-right: 1rem !important;
}

.g-mr-15 {
  margin-right: 1.5rem !important;
}

.g-mr-20 {
  margin-right: 2rem !important;
}

.g-mr-30 {
  margin-right: 3rem !important;
}

.g-mr-40 {
  margin-right: 4rem !important;
}

/* Vertically aligned flex rows from a breakpoint up */
.g-vertical {
  align-items: center;
}

.g-start {
  align-items: flex-start;
}

@media only screen and (min-width: 481px) {
  .g-vertical-sm {
    align-items: center;
  }
}
@media only screen and (min-width: 641px) {
  .g-vertical-md {
    align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .g-vertical-xm {
    align-items: center;
  }
}
@media only screen and (min-width: 1281px) {
  .g-vertical-lg {
    align-items: center;
  }
}
@media only screen and (min-width: 1601px) {
  .g-vertical-xl {
    align-items: center;
  }
}
.g-vertical-self {
  align-self: center;
}

/* Center from a breakpoint up */
.g-center {
  text-align: center;
}

@media only screen and (min-width: 481px) {
  .g-center-sm {
    text-align: center;
  }
}
@media only screen and (min-width: 641px) {
  .g-center-md {
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .g-center-xm {
    text-align: center;
  }
}
@media only screen and (min-width: 1281px) {
  .g-center-lg {
    text-align: center;
  }
}
@media only screen and (min-width: 1601px) {
  .g-center-xl {
    text-align: center;
  }
}
.g-right {
  text-align: right;
}

@media only screen and (min-width: 481px) {
  .g-right-sm {
    text-align: right;
  }
}
@media only screen and (min-width: 641px) {
  .g-right-md {
    text-align: right;
  }
}
@media only screen and (min-width: 1025px) {
  .g-right-xm {
    text-align: right;
  }
}
@media only screen and (min-width: 1281px) {
  .g-right-lg {
    text-align: right;
  }
}
@media only screen and (min-width: 1601px) {
  .g-right-xl {
    text-align: right;
  }
}
.g-flex {
  display: flex;
}

.g-flex-v {
  flex-direction: column;
}

.g-gap-15 {
  gap: 1.5rem;
}

.g-gap-25 {
  gap: 2.5rem;
}

.g-gap-35 {
  gap: 3.5rem;
}

@media only screen and (min-width: 1025px) {
  .g-gap-xm-50 {
    gap: 5rem;
  }
  .g-gap-xm-70 {
    gap: 7rem;
  }
}
.g-play {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #FF5A24;
  width: 10vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  min-width: 15rem;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  pointer-events: none;
  z-index: 0;
}
.g-play__text, .g-play__icon-box {
  z-index: 3;
}
.g-play::before {
  content: "";
  display: block;
  position: absolute;
  width: 12vw;
  aspect-ratio: 1/1;
  min-width: 18rem;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #FF5A24;
  border-radius: 50%;
  animation: pulse-border 2s ease-out infinite;
  z-index: 0;
  /* 1024 down */
}
@media only screen and (max-width: 1024px) {
  .g-play::before {
    min-width: 13rem;
  }
}
.g-play::after {
  content: "";
  display: block;
  position: absolute;
  width: 14vw;
  aspect-ratio: 1/1;
  min-width: 21rem;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #FF5A24;
  border-radius: 50%;
  animation: pulse-border 2s ease-out infinite;
  z-index: 1;
  /* 1024 down */
}
@media only screen and (max-width: 1024px) {
  .g-play::after {
    min-width: 15rem;
  }
}

/**********************************************************
 * CMS-entered text (from WYSIWYG editor)
**********************************************************/
.g-editor {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  line-height: 1.55em;
  /* Headings */
  /* Element styles */
  /* Image with caption */
}
.g-editor--sm {
  font-size: 1.6rem;
  line-height: 1.4em;
}
.g-editor--md {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  line-height: 1.5em;
}
.g-editor--lg {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 300;
}
.g-editor h1, .g-editor h2, .g-editor h3, .g-editor h4, .g-editor h5, .g-editor h6 {
  line-height: 1.3em;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
.g-editor h1:first-child, .g-editor h2:first-child, .g-editor h3:first-child, .g-editor h4:first-child, .g-editor h5:first-child, .g-editor h6:first-child {
  margin-top: 0;
}
.g-editor h2 {
  font-size: clamp(3.2rem, 4vw, 4rem);
}
.g-editor h3, .g-editor h4 {
  font-size: clamp(1.8rem, 3vw, 3.2rem);
}
.g-editor h5, .g-editor h6 {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}
.g-editor a {
  transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  text-decoration: underline;
  text-decoration-color: inherit;
  text-underline-offset: 2px;
}
.g-editor p {
  margin-bottom: 1rem;
  /* No spacing for last paragraph */
}
.g-editor p:last-child, .g-editor p:first-child:last-child {
  margin-bottom: 0;
}
.g-editor strong {
  font-weight: bold;
}
.g-editor em {
  font-style: italic;
}
.g-editor ul {
  margin: 2rem 0;
}
.g-editor ul li {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.g-editor ul li:last-child {
  margin-bottom: 0;
}
.g-editor ol {
  list-style: decimal inside;
  margin: 2rem 0;
}
.g-editor ol li {
  line-height: 1.4em;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  position: relative;
}
.g-editor img {
  display: block;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.g-editor figure {
  margin: 2rem 0;
}
.g-editor figure img {
  display: block;
  margin-bottom: 0;
  width: 100%;
}
.g-editor figure img + figcaption {
  color: gray;
  font-size: 1.4rem;
  line-height: 1.2em;
  margin-bottom: 3rem;
  padding: 1rem 0;
}
.g-editor table {
  border-spacing: 1px;
  border-collapse: separate;
  font-size: 1.4rem;
  table-layout: fixed;
}
.g-editor th {
  background-color: black;
  border-right: 1px solid transparent;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1rem;
  text-align: center;
}
.g-editor td {
  border-bottom: 1px solid #ddd;
  min-width: 20rem;
  padding: 1.5rem 1rem;
  vertical-align: top;
}
.g-editor td ul,
.g-editor td ol {
  margin-top: 0;
  margin-left: 0;
}
.g-editor tr:last-child td {
  border-bottom: none;
}
@media only screen and (min-width: 1025px) {
  .g-editor {
    /* Image with caption */
  }
  .g-editor p {
    margin-bottom: 2rem;
  }
  .g-editor figure {
    margin: 3rem 0;
  }
  .g-editor img {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 1281px) {
  .g-editor--lg p {
    margin-bottom: 3rem;
  }
  .g-editor ul,
  .g-editor ol {
    margin: 4rem 0;
  }
  .g-editor ul li,
  .g-editor ol li {
    margin-bottom: 1.5rem;
    padding-left: 3rem;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1601px) {
  .g-editor h1, .g-editor h2, .g-editor h3, .g-editor h4, .g-editor h5, .g-editor h6 {
    margin-bottom: 3rem;
    margin-top: 6rem;
  }
}

/**********************************************************
 * Wrapper for section headings
**********************************************************/
.g-head {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 641px) {
  .g-head--spaced {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1025px) {
  .g-head {
    margin-bottom: 2rem;
  }
  .g-head--spaced {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 1281px) {
  .g-head {
    margin-bottom: 4rem;
  }
  .g-head--spaced {
    margin-bottom: 6rem;
  }
}
@media only screen and (min-width: 1601px) {
  .g-head {
    margin-bottom: 5rem;
  }
  .g-head--spaced {
    margin-bottom: 8rem;
  }
}

/**********************************************************
 * Reverse column order up to a breakpoint
**********************************************************/
.g-invert,
.g-invert-sm,
.g-invert-md,
.g-invert-xm,
.g-invert-lg,
.g-invert-xl {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 481px) {
  .g-invert-sm {
    flex-direction: row;
  }
}
@media only screen and (min-width: 641px) {
  .g-invert-md {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1025px) {
  .g-invert-xm {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1281px) {
  .g-invert-lg {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1601px) {
  .g-invert-xl {
    flex-direction: row;
  }
}
/**********************************************************
 * Show/hide elements from a breakpoint up
**********************************************************/
.is-hidden {
  display: none !important;
}

@media only screen and (min-width: 481px) {
  .is-inline--sm {
    display: inline-block !important;
  }
  .is-block--sm {
    display: block !important;
  }
  .is-flex--sm {
    display: flex !important;
  }
  .is-inline-flex--sm {
    display: flex !important;
  }
  .is-hidden--sm {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .is-hidden--sm-down {
    display: none !important;
  }
}
@media only screen and (min-width: 641px) {
  .is-inline--md {
    display: inline-block !important;
  }
  .is-block--md {
    display: block !important;
  }
  .is-flex--md {
    display: flex !important;
  }
  .is-inline-flex--md {
    display: flex !important;
  }
  .is-hidden--md {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .is-hidden--md-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .is-inline--xm {
    display: inline-block !important;
  }
  .is-block--xm {
    display: block !important;
  }
  .is-flex--xm {
    display: flex !important;
  }
  .is-inline-flex--xm {
    display: inline-flex !important;
  }
  .is-hidden--xm {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .is-hidden--xm-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1281px) {
  .is-inline--lg {
    display: inline-block !important;
  }
  .is-block--lg {
    display: block !important;
  }
  .is-flex--lg {
    display: flex !important;
  }
  .is-inline-flex--lg {
    display: inline-flex !important;
  }
  .is-hidden--lg {
    display: none !important;
  }
}
/**********************************************************
 * Padded sections
**********************************************************/
.g-padded--xl {
  padding-bottom: 7rem;
  padding-top: 7rem;
}
.g-padded--lg {
  padding-bottom: 6rem;
  padding-top: 6rem;
}
.g-padded--xm {
  padding-bottom: 5rem;
  padding-top: 5rem;
  position: relative;
}
.g-padded--md {
  padding-bottom: 5rem;
  padding-top: 5rem;
  position: relative;
  z-index: 1;
}
.g-padded--sm {
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: relative;
}
.g-padded--no-top {
  padding-top: 0 !important;
}
.g-padded--no-bottom {
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 1025px) {
  .g-padded--xl {
    padding-bottom: 15rem;
    padding-top: 15rem;
  }
  .g-padded--lg {
    padding-bottom: 10rem;
    padding-top: 10rem;
  }
  .g-padded--xm {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }
  .g-padded--md {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
  .g-padded--sm {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .g-padded--xs {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
@media only screen and (min-width: 1281px) {
  .g-padded--xl {
    padding-bottom: 20rem;
    padding-top: 20rem;
  }
  .g-padded--lg {
    padding-bottom: 15rem;
    padding-top: 15rem;
  }
  .g-padded--xm {
    padding-bottom: 12rem;
    padding-top: 12rem;
  }
  .g-padded--md {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }
  .g-padded--sm {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .g-padded--xs {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}

/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.g-row {
  letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
  *letter-spacing: normal; /* reset IE < 8 */
  *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
  max-width: 100%;
  text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */
  width: 100%;
  /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
  display: flex;
  flex-flow: row wrap;
  /* Prevents distributing space between rows */
  align-content: flex-start;
}

/* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .g-row {
    display: block;
  }
}
/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.g-row {
  word-spacing: -0.43em;
}

.col {
  display: inline-block;
  *display: inline; /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.col-1,
.col-1-1,
.col-1-2,
.col-1-3,
.col-2-3,
.col-1-4,
.col-3-4,
.col-1-5,
.col-2-5,
.col-3-5,
.col-4-5,
.col-5-5,
.col-1-6,
.col-5-6,
.col-1-8,
.col-3-8,
.col-5-8,
.col-7-8,
.col-1-12,
.col-5-12,
.col-7-12,
.col-11-12,
.col-1-24,
.col-2-24,
.col-3-24,
.col-4-24,
.col-5-24,
.col-6-24,
.col-7-24,
.col-8-24,
.col-9-24,
.col-10-24,
.col-11-24,
.col-12-24,
.col-13-24,
.col-14-24,
.col-15-24,
.col-16-24,
.col-17-24,
.col-18-24,
.col-19-24,
.col-20-24,
.col-21-24,
.col-22-24,
.col-23-24,
.col-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.col-1-24 {
  width: 4.1667%;
  *width: 4.1357%;
}

.col-1-12,
.col-2-24 {
  width: 8.3333%;
  *width: 8.3023%;
}

.col-1-8,
.col-3-24 {
  width: 12.5%;
  *width: 12.469%;
}

.col-1-6,
.col-4-24 {
  width: 16.6667%;
  *width: 16.6357%;
}

.col-1-5 {
  width: 20%;
  *width: 19.969%;
}

.col-5-24 {
  width: 20.8333%;
  *width: 20.8023%;
}

.col-1-4,
.col-6-24 {
  width: 25%;
  *width: 24.969%;
}

.col-7-24 {
  width: 29.1667%;
  *width: 29.1357%;
}

.col-1-3,
.col-8-24 {
  width: 33.3333%;
  *width: 33.3023%;
}

.col-3-8,
.col-9-24 {
  width: 37.5%;
  *width: 37.469%;
}

.col-2-5 {
  width: 40%;
  *width: 39.969%;
}

.col-5-12,
.col-10-24 {
  width: 41.6667%;
  *width: 41.6357%;
}

.col-11-24 {
  width: 45.8333%;
  *width: 45.8023%;
}

.col-1-2,
.col-12-24 {
  width: 50%;
  *width: 49.969%;
}

.col-13-24 {
  width: 54.1667%;
  *width: 54.1357%;
}

.col-7-12,
.col-14-24 {
  width: 58.3333%;
  *width: 58.3023%;
}

.col-3-5 {
  width: 60%;
  *width: 59.969%;
}

.col-5-8,
.col-15-24 {
  width: 62.5%;
  *width: 62.469%;
}

.col-2-3,
.col-16-24 {
  width: 66.6667%;
  *width: 66.6357%;
}

.col-17-24 {
  width: 70.8333%;
  *width: 70.8023%;
}

.col-3-4,
.col-18-24 {
  width: 75%;
  *width: 74.969%;
}

.col-19-24 {
  width: 79.1667%;
  *width: 79.1357%;
}

.col-4-5 {
  width: 80%;
  *width: 79.969%;
}

.col-5-6,
.col-20-24 {
  width: 83.3333%;
  *width: 83.3023%;
}

.col-7-8,
.col-21-24 {
  width: 87.5%;
  *width: 87.469%;
}

.col-11-12,
.col-22-24 {
  width: 91.6667%;
  *width: 91.6357%;
}

.col-23-24 {
  width: 95.8333%;
  *width: 95.8023%;
}

.col-1,
.col-1-1,
.col-5-5,
.col-24-24 {
  width: 100%;
}

@media only screen and (min-width: 321px) {
  .col-xs-1,
  .col-xs-1-1,
  .col-xs-1-2,
  .col-xs-1-3,
  .col-xs-2-3,
  .col-xs-1-4,
  .col-xs-3-4,
  .col-xs-1-5,
  .col-xs-2-5,
  .col-xs-3-5,
  .col-xs-4-5,
  .col-xs-5-5,
  .col-xs-1-6,
  .col-xs-5-6,
  .col-xs-1-8,
  .col-xs-3-8,
  .col-xs-5-8,
  .col-xs-7-8,
  .col-xs-1-12,
  .col-xs-5-12,
  .col-xs-7-12,
  .col-xs-11-12,
  .col-xs-1-24,
  .col-xs-2-24,
  .col-xs-3-24,
  .col-xs-4-24,
  .col-xs-5-24,
  .col-xs-6-24,
  .col-xs-7-24,
  .col-xs-8-24,
  .col-xs-9-24,
  .col-xs-10-24,
  .col-xs-11-24,
  .col-xs-12-24,
  .col-xs-13-24,
  .col-xs-14-24,
  .col-xs-15-24,
  .col-xs-16-24,
  .col-xs-17-24,
  .col-xs-18-24,
  .col-xs-19-24,
  .col-xs-20-24,
  .col-xs-21-24,
  .col-xs-22-24,
  .col-xs-23-24,
  .col-xs-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .col-xs-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .col-xs-1-12,
  .col-xs-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .col-xs-1-8,
  .col-xs-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .col-xs-1-6,
  .col-xs-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .col-xs-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .col-xs-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .col-xs-1-4,
  .col-xs-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .col-xs-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .col-xs-1-3,
  .col-xs-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .col-xs-3-8,
  .col-xs-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .col-xs-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .col-xs-5-12,
  .col-xs-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .col-xs-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .col-xs-1-2,
  .col-xs-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .col-xs-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .col-xs-7-12,
  .col-xs-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .col-xs-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .col-xs-5-8,
  .col-xs-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .col-xs-2-3,
  .col-xs-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .col-xs-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .col-xs-3-4,
  .col-xs-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .col-xs-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .col-xs-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .col-xs-5-6,
  .col-xs-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .col-xs-7-8,
  .col-xs-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .col-xs-11-12,
  .col-xs-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .col-xs-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .col-xs-1,
  .col-xs-1-1,
  .col-xs-5-5,
  .col-xs-24-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) {
  .col-sm-1,
  .col-sm-1-1,
  .col-sm-1-2,
  .col-sm-1-3,
  .col-sm-2-3,
  .col-sm-1-4,
  .col-sm-3-4,
  .col-sm-1-5,
  .col-sm-2-5,
  .col-sm-3-5,
  .col-sm-4-5,
  .col-sm-5-5,
  .col-sm-1-6,
  .col-sm-5-6,
  .col-sm-1-8,
  .col-sm-3-8,
  .col-sm-5-8,
  .col-sm-7-8,
  .col-sm-1-12,
  .col-sm-5-12,
  .col-sm-7-12,
  .col-sm-11-12,
  .col-sm-1-24,
  .col-sm-2-24,
  .col-sm-3-24,
  .col-sm-4-24,
  .col-sm-5-24,
  .col-sm-6-24,
  .col-sm-7-24,
  .col-sm-8-24,
  .col-sm-9-24,
  .col-sm-10-24,
  .col-sm-11-24,
  .col-sm-12-24,
  .col-sm-13-24,
  .col-sm-14-24,
  .col-sm-15-24,
  .col-sm-16-24,
  .col-sm-17-24,
  .col-sm-18-24,
  .col-sm-19-24,
  .col-sm-20-24,
  .col-sm-21-24,
  .col-sm-22-24,
  .col-sm-23-24,
  .col-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .col-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .col-sm-1-12,
  .col-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .col-sm-1-8,
  .col-sm-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .col-sm-1-6,
  .col-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .col-sm-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .col-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .col-sm-1-4,
  .col-sm-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .col-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .col-sm-1-3,
  .col-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .col-sm-3-8,
  .col-sm-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .col-sm-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .col-sm-5-12,
  .col-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .col-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .col-sm-1-2,
  .col-sm-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .col-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .col-sm-7-12,
  .col-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .col-sm-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .col-sm-5-8,
  .col-sm-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .col-sm-2-3,
  .col-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .col-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .col-sm-3-4,
  .col-sm-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .col-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .col-sm-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .col-sm-5-6,
  .col-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .col-sm-7-8,
  .col-sm-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .col-sm-11-12,
  .col-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .col-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .col-sm-1,
  .col-sm-1-1,
  .col-sm-5-5,
  .col-sm-24-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 641px) {
  .col-md-1,
  .col-md-1-1,
  .col-md-1-2,
  .col-md-1-3,
  .col-md-2-3,
  .col-md-1-4,
  .col-md-3-4,
  .col-md-1-5,
  .col-md-2-5,
  .col-md-3-5,
  .col-md-4-5,
  .col-md-5-5,
  .col-md-1-6,
  .col-md-5-6,
  .col-md-1-8,
  .col-md-3-8,
  .col-md-5-8,
  .col-md-7-8,
  .col-md-1-12,
  .col-md-5-12,
  .col-md-7-12,
  .col-md-11-12,
  .col-md-1-24,
  .col-md-2-24,
  .col-md-3-24,
  .col-md-4-24,
  .col-md-5-24,
  .col-md-6-24,
  .col-md-7-24,
  .col-md-8-24,
  .col-md-9-24,
  .col-md-10-24,
  .col-md-11-24,
  .col-md-12-24,
  .col-md-13-24,
  .col-md-14-24,
  .col-md-15-24,
  .col-md-16-24,
  .col-md-17-24,
  .col-md-18-24,
  .col-md-19-24,
  .col-md-20-24,
  .col-md-21-24,
  .col-md-22-24,
  .col-md-23-24,
  .col-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .col-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .col-md-1-12,
  .col-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .col-md-1-8,
  .col-md-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .col-md-1-6,
  .col-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .col-md-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .col-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .col-md-1-4,
  .col-md-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .col-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .col-md-1-3,
  .col-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .col-md-3-8,
  .col-md-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .col-md-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .col-md-5-12,
  .col-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .col-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .col-md-1-2,
  .col-md-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .col-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .col-md-7-12,
  .col-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .col-md-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .col-md-5-8,
  .col-md-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .col-md-2-3,
  .col-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .col-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .col-md-3-4,
  .col-md-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .col-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .col-md-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .col-md-5-6,
  .col-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .col-md-7-8,
  .col-md-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .col-md-11-12,
  .col-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .col-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .col-md-1,
  .col-md-1-1,
  .col-md-5-5,
  .col-md-24-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .col-xm-1,
  .col-xm-1-1,
  .col-xm-1-2,
  .col-xm-1-3,
  .col-xm-2-3,
  .col-xm-1-4,
  .col-xm-3-4,
  .col-xm-1-5,
  .col-xm-2-5,
  .col-xm-3-5,
  .col-xm-4-5,
  .col-xm-5-5,
  .col-xm-1-6,
  .col-xm-5-6,
  .col-xm-1-8,
  .col-xm-3-8,
  .col-xm-5-8,
  .col-xm-7-8,
  .col-xm-1-12,
  .col-xm-5-12,
  .col-xm-7-12,
  .col-xm-11-12,
  .col-xm-1-24,
  .col-xm-2-24,
  .col-xm-3-24,
  .col-xm-4-24,
  .col-xm-5-24,
  .col-xm-6-24,
  .col-xm-7-24,
  .col-xm-8-24,
  .col-xm-9-24,
  .col-xm-10-24,
  .col-xm-11-24,
  .col-xm-12-24,
  .col-xm-13-24,
  .col-xm-14-24,
  .col-xm-15-24,
  .col-xm-16-24,
  .col-xm-17-24,
  .col-xm-18-24,
  .col-xm-19-24,
  .col-xm-20-24,
  .col-xm-21-24,
  .col-xm-22-24,
  .col-xm-23-24,
  .col-xm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .col-xm-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .col-xm-1-12,
  .col-xm-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .col-xm-1-8,
  .col-xm-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .col-xm-1-6,
  .col-xm-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .col-xm-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .col-xm-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .col-xm-1-4,
  .col-xm-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .col-xm-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .col-xm-1-3,
  .col-xm-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .col-xm-3-8,
  .col-xm-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .col-xm-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .col-xm-5-12,
  .col-xm-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .col-xm-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .col-xm-1-2,
  .col-xm-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .col-xm-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .col-xm-7-12,
  .col-xm-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .col-xm-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .col-xm-5-8,
  .col-xm-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .col-xm-2-3,
  .col-xm-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .col-xm-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .col-xm-3-4,
  .col-xm-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .col-xm-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .col-xm-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .col-xm-5-6,
  .col-xm-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .col-xm-7-8,
  .col-xm-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .col-xm-11-12,
  .col-xm-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .col-xm-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .col-xm-1,
  .col-xm-1-1,
  .col-xm-5-5,
  .col-xm-24-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 1281px) {
  .col-lg-1,
  .col-lg-1-1,
  .col-lg-1-2,
  .col-lg-1-3,
  .col-lg-2-3,
  .col-lg-1-4,
  .col-lg-3-4,
  .col-lg-1-5,
  .col-lg-2-5,
  .col-lg-3-5,
  .col-lg-4-5,
  .col-lg-5-5,
  .col-lg-1-6,
  .col-lg-5-6,
  .col-lg-1-8,
  .col-lg-3-8,
  .col-lg-5-8,
  .col-lg-7-8,
  .col-lg-1-12,
  .col-lg-5-12,
  .col-lg-7-12,
  .col-lg-11-12,
  .col-lg-1-24,
  .col-lg-2-24,
  .col-lg-3-24,
  .col-lg-4-24,
  .col-lg-5-24,
  .col-lg-6-24,
  .col-lg-7-24,
  .col-lg-8-24,
  .col-lg-9-24,
  .col-lg-10-24,
  .col-lg-11-24,
  .col-lg-12-24,
  .col-lg-13-24,
  .col-lg-14-24,
  .col-lg-15-24,
  .col-lg-16-24,
  .col-lg-17-24,
  .col-lg-18-24,
  .col-lg-19-24,
  .col-lg-20-24,
  .col-lg-21-24,
  .col-lg-22-24,
  .col-lg-23-24,
  .col-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .col-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .col-lg-1-12,
  .col-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .col-lg-1-8,
  .col-lg-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .col-lg-1-6,
  .col-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .col-lg-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .col-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .col-lg-1-4,
  .col-lg-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .col-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .col-lg-1-3,
  .col-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .col-lg-3-8,
  .col-lg-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .col-lg-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .col-lg-5-12,
  .col-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .col-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .col-lg-1-2,
  .col-lg-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .col-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .col-lg-7-12,
  .col-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .col-lg-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .col-lg-5-8,
  .col-lg-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .col-lg-2-3,
  .col-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .col-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .col-lg-3-4,
  .col-lg-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .col-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .col-lg-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .col-lg-5-6,
  .col-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .col-lg-7-8,
  .col-lg-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .col-lg-11-12,
  .col-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .col-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .col-lg-1,
  .col-lg-1-1,
  .col-lg-5-5,
  .col-lg-24-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 1601px) {
  .col-xl-1,
  .col-xl-1-1,
  .col-xl-1-2,
  .col-xl-1-3,
  .col-xl-2-3,
  .col-xl-1-4,
  .col-xl-3-4,
  .col-xl-1-5,
  .col-xl-2-5,
  .col-xl-3-5,
  .col-xl-4-5,
  .col-xl-5-5,
  .col-xl-1-6,
  .col-xl-5-6,
  .col-xl-1-8,
  .col-xl-3-8,
  .col-xl-5-8,
  .col-xl-7-8,
  .col-xl-1-12,
  .col-xl-5-12,
  .col-xl-7-12,
  .col-xl-11-12,
  .col-xl-1-24,
  .col-xl-2-24,
  .col-xl-3-24,
  .col-xl-4-24,
  .col-xl-5-24,
  .col-xl-6-24,
  .col-xl-7-24,
  .col-xl-8-24,
  .col-xl-9-24,
  .col-xl-10-24,
  .col-xl-11-24,
  .col-xl-12-24,
  .col-xl-13-24,
  .col-xl-14-24,
  .col-xl-15-24,
  .col-xl-16-24,
  .col-xl-17-24,
  .col-xl-18-24,
  .col-xl-19-24,
  .col-xl-20-24,
  .col-xl-21-24,
  .col-xl-22-24,
  .col-xl-23-24,
  .col-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .col-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .col-xl-1-12,
  .col-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .col-xl-1-8,
  .col-xl-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .col-xl-1-6,
  .col-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .col-xl-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .col-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .col-xl-1-4,
  .col-xl-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .col-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .col-xl-1-3,
  .col-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .col-xl-3-8,
  .col-xl-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .col-xl-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .col-xl-5-12,
  .col-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .col-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .col-xl-1-2,
  .col-xl-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .col-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .col-xl-7-12,
  .col-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .col-xl-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .col-xl-5-8,
  .col-xl-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .col-xl-2-3,
  .col-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .col-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .col-xl-3-4,
  .col-xl-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .col-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .col-xl-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .col-xl-5-6,
  .col-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .col-xl-7-8,
  .col-xl-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .col-xl-11-12,
  .col-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .col-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .col-xl-1,
  .col-xl-1-1,
  .col-xl-5-5,
  .col-xl-24-24 {
    width: 100%;
  }
}
/**********************************************************
 * Gutters between columns
**********************************************************/
.g-gap-0 {
  margin-left: -0vw;
  margin-right: -0vw;
  max-width: none;
  width: auto;
}
.g-gap-0 [class^=col-],
.g-gap-0 [class*=" col-"] {
  padding-left: 0vw;
  padding-right: 0vw;
}
.g-gap-1 {
  margin-left: -1vw;
  margin-right: -1vw;
  max-width: none;
  width: auto;
}
.g-gap-1 [class^=col-],
.g-gap-1 [class*=" col-"] {
  padding-left: 1vw;
  padding-right: 1vw;
}
.g-gap-2 {
  margin-left: -2vw;
  margin-right: -2vw;
  max-width: none;
  width: auto;
}
.g-gap-2 [class^=col-],
.g-gap-2 [class*=" col-"] {
  padding-left: 2vw;
  padding-right: 2vw;
}
.g-gap-3 {
  margin-left: -3vw;
  margin-right: -3vw;
  max-width: none;
  width: auto;
}
.g-gap-3 [class^=col-],
.g-gap-3 [class*=" col-"] {
  padding-left: 3vw;
  padding-right: 3vw;
}
.g-gap-4 {
  margin-left: -4vw;
  margin-right: -4vw;
  max-width: none;
  width: auto;
}
.g-gap-4 [class^=col-],
.g-gap-4 [class*=" col-"] {
  padding-left: 4vw;
  padding-right: 4vw;
}
.g-gap-5 {
  margin-left: -5vw;
  margin-right: -5vw;
  max-width: none;
  width: auto;
}
.g-gap-5 [class^=col-],
.g-gap-5 [class*=" col-"] {
  padding-left: 5vw;
  padding-right: 5vw;
}

.g-gap-v-0 [class^=col-],
.g-gap-v-0 [class*=" col-"] {
  margin-bottom: 0rem;
}
.g-gap-v-0 [class^=col-]:last-child,
.g-gap-v-0 [class*=" col-"]:last-child {
  margin-bottom: 0;
}
.g-gap-v-1 [class^=col-],
.g-gap-v-1 [class*=" col-"] {
  margin-bottom: 2rem;
}
.g-gap-v-1 [class^=col-]:last-child,
.g-gap-v-1 [class*=" col-"]:last-child {
  margin-bottom: 0;
}
.g-gap-v-2 [class^=col-],
.g-gap-v-2 [class*=" col-"] {
  margin-bottom: 4rem;
}
.g-gap-v-2 [class^=col-]:last-child,
.g-gap-v-2 [class*=" col-"]:last-child {
  margin-bottom: 0;
}
.g-gap-v-3 [class^=col-],
.g-gap-v-3 [class*=" col-"] {
  margin-bottom: 6rem;
}
.g-gap-v-3 [class^=col-]:last-child,
.g-gap-v-3 [class*=" col-"]:last-child {
  margin-bottom: 0;
}
.g-gap-v-4 [class^=col-],
.g-gap-v-4 [class*=" col-"] {
  margin-bottom: 8rem;
}
.g-gap-v-4 [class^=col-]:last-child,
.g-gap-v-4 [class*=" col-"]:last-child {
  margin-bottom: 0;
}
.g-gap-v-5 [class^=col-],
.g-gap-v-5 [class*=" col-"] {
  margin-bottom: 10rem;
}
.g-gap-v-5 [class^=col-]:last-child,
.g-gap-v-5 [class*=" col-"]:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 321px) {
  .g-gap-xs-0 {
    margin-left: -0vw;
    margin-right: -0vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xs-0 [class^=col-],
  .g-gap-xs-0 [class*=" col-"] {
    padding-left: 0vw;
    padding-right: 0vw;
  }
  .g-gap-xs-1 {
    margin-left: -1vw;
    margin-right: -1vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xs-1 [class^=col-],
  .g-gap-xs-1 [class*=" col-"] {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .g-gap-xs-2 {
    margin-left: -2vw;
    margin-right: -2vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xs-2 [class^=col-],
  .g-gap-xs-2 [class*=" col-"] {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .g-gap-xs-3 {
    margin-left: -3vw;
    margin-right: -3vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xs-3 [class^=col-],
  .g-gap-xs-3 [class*=" col-"] {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .g-gap-xs-4 {
    margin-left: -4vw;
    margin-right: -4vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xs-4 [class^=col-],
  .g-gap-xs-4 [class*=" col-"] {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .g-gap-xs-5 {
    margin-left: -5vw;
    margin-right: -5vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xs-5 [class^=col-],
  .g-gap-xs-5 [class*=" col-"] {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .g-gap-v-xs-0 [class^=col-],
  .g-gap-v-xs-0 [class*=" col-"] {
    margin-bottom: 0rem;
  }
  .g-gap-v-xs-0 [class^=col-]:last-child,
  .g-gap-v-xs-0 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-xs-1 [class^=col-],
  .g-gap-v-xs-1 [class*=" col-"] {
    margin-bottom: 2rem;
  }
  .g-gap-v-xs-1 [class^=col-]:last-child,
  .g-gap-v-xs-1 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-xs-2 [class^=col-],
  .g-gap-v-xs-2 [class*=" col-"] {
    margin-bottom: 4rem;
  }
  .g-gap-v-xs-2 [class^=col-]:last-child,
  .g-gap-v-xs-2 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-xs-3 [class^=col-],
  .g-gap-v-xs-3 [class*=" col-"] {
    margin-bottom: 6rem;
  }
  .g-gap-v-xs-3 [class^=col-]:last-child,
  .g-gap-v-xs-3 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-xs-4 [class^=col-],
  .g-gap-v-xs-4 [class*=" col-"] {
    margin-bottom: 8rem;
  }
  .g-gap-v-xs-4 [class^=col-]:last-child,
  .g-gap-v-xs-4 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-xs-5 [class^=col-],
  .g-gap-v-xs-5 [class*=" col-"] {
    margin-bottom: 10rem;
  }
  .g-gap-v-xs-5 [class^=col-]:last-child,
  .g-gap-v-xs-5 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 481px) {
  .g-gap-sm-0 {
    margin-left: -0vw;
    margin-right: -0vw;
    max-width: none;
    width: auto;
  }
  .g-gap-sm-0 [class^=col-],
  .g-gap-sm-0 [class*=" col-"] {
    padding-left: 0vw;
    padding-right: 0vw;
  }
  .g-gap-sm-1 {
    margin-left: -1vw;
    margin-right: -1vw;
    max-width: none;
    width: auto;
  }
  .g-gap-sm-1 [class^=col-],
  .g-gap-sm-1 [class*=" col-"] {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .g-gap-sm-2 {
    margin-left: -2vw;
    margin-right: -2vw;
    max-width: none;
    width: auto;
  }
  .g-gap-sm-2 [class^=col-],
  .g-gap-sm-2 [class*=" col-"] {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .g-gap-sm-3 {
    margin-left: -3vw;
    margin-right: -3vw;
    max-width: none;
    width: auto;
  }
  .g-gap-sm-3 [class^=col-],
  .g-gap-sm-3 [class*=" col-"] {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .g-gap-sm-4 {
    margin-left: -4vw;
    margin-right: -4vw;
    max-width: none;
    width: auto;
  }
  .g-gap-sm-4 [class^=col-],
  .g-gap-sm-4 [class*=" col-"] {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .g-gap-sm-5 {
    margin-left: -5vw;
    margin-right: -5vw;
    max-width: none;
    width: auto;
  }
  .g-gap-sm-5 [class^=col-],
  .g-gap-sm-5 [class*=" col-"] {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .g-gap-v-sm-0 [class^=col-],
  .g-gap-v-sm-0 [class*=" col-"] {
    margin-bottom: 0rem;
  }
  .g-gap-v-sm-0 [class^=col-]:last-child,
  .g-gap-v-sm-0 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-sm-1 [class^=col-],
  .g-gap-v-sm-1 [class*=" col-"] {
    margin-bottom: 2rem;
  }
  .g-gap-v-sm-1 [class^=col-]:last-child,
  .g-gap-v-sm-1 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-sm-2 [class^=col-],
  .g-gap-v-sm-2 [class*=" col-"] {
    margin-bottom: 4rem;
  }
  .g-gap-v-sm-2 [class^=col-]:last-child,
  .g-gap-v-sm-2 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-sm-3 [class^=col-],
  .g-gap-v-sm-3 [class*=" col-"] {
    margin-bottom: 6rem;
  }
  .g-gap-v-sm-3 [class^=col-]:last-child,
  .g-gap-v-sm-3 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-sm-4 [class^=col-],
  .g-gap-v-sm-4 [class*=" col-"] {
    margin-bottom: 8rem;
  }
  .g-gap-v-sm-4 [class^=col-]:last-child,
  .g-gap-v-sm-4 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-sm-5 [class^=col-],
  .g-gap-v-sm-5 [class*=" col-"] {
    margin-bottom: 10rem;
  }
  .g-gap-v-sm-5 [class^=col-]:last-child,
  .g-gap-v-sm-5 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 641px) {
  .g-gap-md-0 {
    margin-left: -0vw;
    margin-right: -0vw;
    max-width: none;
    width: auto;
  }
  .g-gap-md-0 [class^=col-],
  .g-gap-md-0 [class*=" col-"] {
    padding-left: 0vw;
    padding-right: 0vw;
  }
  .g-gap-md-1 {
    margin-left: -1vw;
    margin-right: -1vw;
    max-width: none;
    width: auto;
  }
  .g-gap-md-1 [class^=col-],
  .g-gap-md-1 [class*=" col-"] {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .g-gap-md-2 {
    margin-left: -2vw;
    margin-right: -2vw;
    max-width: none;
    width: auto;
  }
  .g-gap-md-2 [class^=col-],
  .g-gap-md-2 [class*=" col-"] {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .g-gap-md-3 {
    margin-left: -3vw;
    margin-right: -3vw;
    max-width: none;
    width: auto;
  }
  .g-gap-md-3 [class^=col-],
  .g-gap-md-3 [class*=" col-"] {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .g-gap-md-4 {
    margin-left: -4vw;
    margin-right: -4vw;
    max-width: none;
    width: auto;
  }
  .g-gap-md-4 [class^=col-],
  .g-gap-md-4 [class*=" col-"] {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .g-gap-md-5 {
    margin-left: -5vw;
    margin-right: -5vw;
    max-width: none;
    width: auto;
  }
  .g-gap-md-5 [class^=col-],
  .g-gap-md-5 [class*=" col-"] {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .g-gap-v-md-0 [class^=col-],
  .g-gap-v-md-0 [class*=" col-"] {
    margin-bottom: 0rem;
  }
  .g-gap-v-md-0 [class^=col-]:last-child,
  .g-gap-v-md-0 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-md-1 [class^=col-],
  .g-gap-v-md-1 [class*=" col-"] {
    margin-bottom: 2rem;
  }
  .g-gap-v-md-1 [class^=col-]:last-child,
  .g-gap-v-md-1 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-md-2 [class^=col-],
  .g-gap-v-md-2 [class*=" col-"] {
    margin-bottom: 4rem;
  }
  .g-gap-v-md-2 [class^=col-]:last-child,
  .g-gap-v-md-2 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-md-3 [class^=col-],
  .g-gap-v-md-3 [class*=" col-"] {
    margin-bottom: 6rem;
  }
  .g-gap-v-md-3 [class^=col-]:last-child,
  .g-gap-v-md-3 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-md-4 [class^=col-],
  .g-gap-v-md-4 [class*=" col-"] {
    margin-bottom: 8rem;
  }
  .g-gap-v-md-4 [class^=col-]:last-child,
  .g-gap-v-md-4 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-md-5 [class^=col-],
  .g-gap-v-md-5 [class*=" col-"] {
    margin-bottom: 10rem;
  }
  .g-gap-v-md-5 [class^=col-]:last-child,
  .g-gap-v-md-5 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .g-gap-xm-0 {
    margin-left: -0vw;
    margin-right: -0vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xm-0 [class^=col-],
  .g-gap-xm-0 [class*=" col-"] {
    padding-left: 0vw;
    padding-right: 0vw;
  }
  .g-gap-xm-1 {
    margin-left: -1vw;
    margin-right: -1vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xm-1 [class^=col-],
  .g-gap-xm-1 [class*=" col-"] {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .g-gap-xm-2 {
    margin-left: -2vw;
    margin-right: -2vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xm-2 [class^=col-],
  .g-gap-xm-2 [class*=" col-"] {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .g-gap-xm-3 {
    margin-left: -3vw;
    margin-right: -3vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xm-3 [class^=col-],
  .g-gap-xm-3 [class*=" col-"] {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .g-gap-xm-4 {
    margin-left: -4vw;
    margin-right: -4vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xm-4 [class^=col-],
  .g-gap-xm-4 [class*=" col-"] {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .g-gap-xm-5 {
    margin-left: -5vw;
    margin-right: -5vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xm-5 [class^=col-],
  .g-gap-xm-5 [class*=" col-"] {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .g-gap-v-xm-0 [class^=col-],
  .g-gap-v-xm-0 [class*=" col-"] {
    margin-bottom: 0rem;
  }
  .g-gap-v-xm-0 [class^=col-]:last-child,
  .g-gap-v-xm-0 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-xm-1 [class^=col-],
  .g-gap-v-xm-1 [class*=" col-"] {
    margin-bottom: 2rem;
  }
  .g-gap-v-xm-1 [class^=col-]:last-child,
  .g-gap-v-xm-1 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-xm-2 [class^=col-],
  .g-gap-v-xm-2 [class*=" col-"] {
    margin-bottom: 4rem;
  }
  .g-gap-v-xm-2 [class^=col-]:last-child,
  .g-gap-v-xm-2 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-xm-3 [class^=col-],
  .g-gap-v-xm-3 [class*=" col-"] {
    margin-bottom: 6rem;
  }
  .g-gap-v-xm-3 [class^=col-]:last-child,
  .g-gap-v-xm-3 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-xm-4 [class^=col-],
  .g-gap-v-xm-4 [class*=" col-"] {
    margin-bottom: 8rem;
  }
  .g-gap-v-xm-4 [class^=col-]:last-child,
  .g-gap-v-xm-4 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-xm-5 [class^=col-],
  .g-gap-v-xm-5 [class*=" col-"] {
    margin-bottom: 10rem;
  }
  .g-gap-v-xm-5 [class^=col-]:last-child,
  .g-gap-v-xm-5 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .g-gap-lg-0 {
    margin-left: -0vw;
    margin-right: -0vw;
    max-width: none;
    width: auto;
  }
  .g-gap-lg-0 [class^=col-],
  .g-gap-lg-0 [class*=" col-"] {
    padding-left: 0vw;
    padding-right: 0vw;
  }
  .g-gap-lg-1 {
    margin-left: -1vw;
    margin-right: -1vw;
    max-width: none;
    width: auto;
  }
  .g-gap-lg-1 [class^=col-],
  .g-gap-lg-1 [class*=" col-"] {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .g-gap-lg-2 {
    margin-left: -2vw;
    margin-right: -2vw;
    max-width: none;
    width: auto;
  }
  .g-gap-lg-2 [class^=col-],
  .g-gap-lg-2 [class*=" col-"] {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .g-gap-lg-3 {
    margin-left: -3vw;
    margin-right: -3vw;
    max-width: none;
    width: auto;
  }
  .g-gap-lg-3 [class^=col-],
  .g-gap-lg-3 [class*=" col-"] {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .g-gap-lg-4 {
    margin-left: -4vw;
    margin-right: -4vw;
    max-width: none;
    width: auto;
  }
  .g-gap-lg-4 [class^=col-],
  .g-gap-lg-4 [class*=" col-"] {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .g-gap-lg-5 {
    margin-left: -5vw;
    margin-right: -5vw;
    max-width: none;
    width: auto;
  }
  .g-gap-lg-5 [class^=col-],
  .g-gap-lg-5 [class*=" col-"] {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .g-gap-v-lg-0 [class^=col-],
  .g-gap-v-lg-0 [class*=" col-"] {
    margin-bottom: 0rem;
  }
  .g-gap-v-lg-0 [class^=col-]:last-child,
  .g-gap-v-lg-0 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-lg-1 [class^=col-],
  .g-gap-v-lg-1 [class*=" col-"] {
    margin-bottom: 2rem;
  }
  .g-gap-v-lg-1 [class^=col-]:last-child,
  .g-gap-v-lg-1 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-lg-2 [class^=col-],
  .g-gap-v-lg-2 [class*=" col-"] {
    margin-bottom: 4rem;
  }
  .g-gap-v-lg-2 [class^=col-]:last-child,
  .g-gap-v-lg-2 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-lg-3 [class^=col-],
  .g-gap-v-lg-3 [class*=" col-"] {
    margin-bottom: 6rem;
  }
  .g-gap-v-lg-3 [class^=col-]:last-child,
  .g-gap-v-lg-3 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-lg-4 [class^=col-],
  .g-gap-v-lg-4 [class*=" col-"] {
    margin-bottom: 8rem;
  }
  .g-gap-v-lg-4 [class^=col-]:last-child,
  .g-gap-v-lg-4 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-lg-5 [class^=col-],
  .g-gap-v-lg-5 [class*=" col-"] {
    margin-bottom: 10rem;
  }
  .g-gap-v-lg-5 [class^=col-]:last-child,
  .g-gap-v-lg-5 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1601px) {
  .g-gap-xl-0 {
    margin-left: -0vw;
    margin-right: -0vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xl-0 [class^=col-],
  .g-gap-xl-0 [class*=" col-"] {
    padding-left: 0vw;
    padding-right: 0vw;
  }
  .g-gap-xl-1 {
    margin-left: -1vw;
    margin-right: -1vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xl-1 [class^=col-],
  .g-gap-xl-1 [class*=" col-"] {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .g-gap-xl-2 {
    margin-left: -2vw;
    margin-right: -2vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xl-2 [class^=col-],
  .g-gap-xl-2 [class*=" col-"] {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .g-gap-xl-3 {
    margin-left: -3vw;
    margin-right: -3vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xl-3 [class^=col-],
  .g-gap-xl-3 [class*=" col-"] {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .g-gap-xl-4 {
    margin-left: -4vw;
    margin-right: -4vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xl-4 [class^=col-],
  .g-gap-xl-4 [class*=" col-"] {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .g-gap-xl-5 {
    margin-left: -5vw;
    margin-right: -5vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xl-5 [class^=col-],
  .g-gap-xl-5 [class*=" col-"] {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .g-gap-v-xl-0 [class^=col-],
  .g-gap-v-xl-0 [class*=" col-"] {
    margin-bottom: 0rem;
  }
  .g-gap-v-xl-0 [class^=col-]:last-child,
  .g-gap-v-xl-0 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-xl-1 [class^=col-],
  .g-gap-v-xl-1 [class*=" col-"] {
    margin-bottom: 2rem;
  }
  .g-gap-v-xl-1 [class^=col-]:last-child,
  .g-gap-v-xl-1 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-xl-2 [class^=col-],
  .g-gap-v-xl-2 [class*=" col-"] {
    margin-bottom: 4rem;
  }
  .g-gap-v-xl-2 [class^=col-]:last-child,
  .g-gap-v-xl-2 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-xl-3 [class^=col-],
  .g-gap-v-xl-3 [class*=" col-"] {
    margin-bottom: 6rem;
  }
  .g-gap-v-xl-3 [class^=col-]:last-child,
  .g-gap-v-xl-3 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-xl-4 [class^=col-],
  .g-gap-v-xl-4 [class*=" col-"] {
    margin-bottom: 8rem;
  }
  .g-gap-v-xl-4 [class^=col-]:last-child,
  .g-gap-v-xl-4 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
  .g-gap-v-xl-5 [class^=col-],
  .g-gap-v-xl-5 [class*=" col-"] {
    margin-bottom: 10rem;
  }
  .g-gap-v-xl-5 [class^=col-]:last-child,
  .g-gap-v-xl-5 [class*=" col-"]:last-child {
    margin-bottom: 0;
  }
}
.g-gap--keep {
  margin-left: 0;
  margin-right: 0;
}

/**********************************************************
 * Spaced sections
**********************************************************/
.g-section--xl {
  margin-bottom: 7rem;
  margin-top: 7rem;
}
.g-section--lg {
  margin-bottom: 6rem;
  margin-top: 6rem;
}
.g-section--xm {
  margin-bottom: 5rem;
  margin-top: 5rem;
  position: relative;
}
.g-section--md {
  margin-bottom: 4rem;
  margin-top: 4rem;
  position: relative;
  z-index: 1;
}
.g-section--sm {
  margin-bottom: 3rem;
  margin-top: 3rem;
  position: relative;
}
.g-section--xs {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  position: relative;
}
.g-section--no-top {
  margin-top: 0 !important;
}
.g-section--no-bottom {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 1025px) {
  .g-section--xl {
    margin-bottom: 15rem;
    margin-top: 15rem;
  }
  .g-section--lg {
    margin-bottom: 10rem;
    margin-top: 10rem;
  }
  .g-section--xm {
    margin-bottom: 8rem;
    margin-top: 8rem;
  }
  .g-section--md {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }
  .g-section--sm {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
  .g-section--xs {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1281px) {
  .g-section--xl {
    margin-bottom: 20rem;
    margin-top: 20rem;
  }
  .g-section--lg {
    margin-bottom: 15rem;
    margin-top: 15rem;
  }
  .g-section--xm {
    margin-bottom: 12rem;
    margin-top: 12rem;
  }
  .g-section--md {
    margin-bottom: 8rem;
    margin-top: 8rem;
  }
  .g-section--sm {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
  .g-section--xs {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}

/**********************************************************
 * Headings
**********************************************************/
.g-title {
  display: block;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 2rem;
  text-transform: uppercase;
  /* Size */
  /* Variations */
}
.g-title--xl {
  font-size: clamp(3.2rem, 6vw, 9.6rem);
}
.g-title--lg {
  font-size: clamp(3.2rem, 7vw, 7.4rem);
}
.g-title--xm {
  font-size: clamp(2.4rem, 6vw, 6rem);
}
.g-title--md {
  font-size: clamp(2rem, 3vw, 4rem);
  line-height: 1em;
}
.g-title--sm {
  font-size: clamp(2rem, 2vw, 3.2rem);
  line-height: 1.4em;
}
.g-title--xs {
  font-size: clamp(1.8rem, 1.5vw, 2.4rem);
  line-height: 1.4em;
}
.g-title--inline {
  display: inline-block;
}
.g-title--center {
  align-items: center;
  text-align: center;
}
.g-title--no-bottom {
  margin-bottom: 0 !important;
}
.g-title--secondary {
  font-family: "UnboundedMedium", Arial, sans-serif;
}
.g-title--no-uppercase {
  text-transform: initial;
}
@media only screen and (min-width: 1025px) {
  .g-title {
    margin-bottom: 3rem;
  }
}

/**********************************************************
 * Wrap containers
**********************************************************/
.g-wrap {
  /* Limited width */
  margin-left: auto;
  margin-right: auto;
  max-width: 1370px;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  /* Global wrapper - prevents horizontal scroll */
}
.g-wrap--main {
  clear: both;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.g-wrap--spaced {
  padding-left: 2rem;
  padding-right: 2rem;
}
.g-wrap--xl {
  max-width: 172rem;
}
.g-wrap--lg {
  max-width: 96rem;
}
.g-wrap--md {
  max-width: 74rem;
}
.g-wrap--sm {
  max-width: 64rem;
}
@media only screen and (min-width: 641px) {
  .g-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 1601px) {
  .g-wrap--spaced {
    padding: 0 5rem;
  }
}

/**********************************************************
 * Buttons
**********************************************************/
.btn {
  transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  align-items: center;
  display: inline-flex;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  line-height: 1.5em;
  pointer-events: all;
  position: relative;
  white-space: nowrap;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 1.6rem;
  /* Wrap 2 buttons together */
}
.btn:focus {
  outline: none;
}
.btn--md {
  min-width: 12rem;
  padding: 1rem 1.5rem;
}
.btn--lg {
  padding: 1.5rem 2.5rem;
}
.btn--main {
  background: #ff5a24;
  color: #fff;
}
.btn--main:hover {
  background: rgba(255, 90, 36, 0.7);
}
.btn--full {
  width: 100%;
}
.btn .icon, .btn__icon {
  transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  display: inline-block;
}
.btn .icon:first-child, .btn__icon:first-child {
  margin-right: 1rem;
}
.btn .icon:last-child, .btn__icon:last-child {
  margin-left: 1rem;
}
.btn__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.btn__wrap .btn {
  margin-bottom: 1rem;
}

/**********************************************************
 * Icon styles
**********************************************************/
.icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  flex-shrink: 0;
  /* Space between icon/label */
  /*  Alphabetical list of SVG icons
      Format: @include icon('name', width, height)
      See abstract/mixins.scss for the icon mixin
  */
}
.icon--spaced {
  vertical-align: middle;
}
.icon--spaced:first-child:not(:last-child) {
  margin-right: 1rem;
}
.icon--spaced:last-child:not(:first-child) {
  margin-left: 1rem;
}
.icon--arrow-left {
  background-image: url("../image/icon/arrow-left.svg");
  height: 15px;
  width: 22px;
}
.icon--arrow-right {
  background-image: url("../image/icon/arrow-right.svg");
  height: 15px;
  width: 22px;
}
.icon--caret {
  background-image: url("../image/icon/caret.svg");
  height: 6px;
  width: 12px;
}
.icon--check-sm {
  background-image: url("../image/icon/check-sm.svg");
  height: 10px;
  width: 12px;
}
.icon--nav-open {
  background-image: url("../image/icon/nav-open.svg");
  height: 15px;
  width: 32px;
}
.icon--nav-close {
  background-image: url("../image/icon/nav-close.svg");
  height: 24px;
  width: 24px;
}
.icon--num-minus {
  background-image: url("../image/icon/num-minus.svg");
  height: 3px;
  width: 11px;
}
.icon--num-plus {
  background-image: url("../image/icon/num-plus.svg");
  height: 11px;
  width: 11px;
}

/**********************************************************
 * Hide native checkbox, use label before/after
**********************************************************/
.checkbox {
  margin-bottom: 0.5rem;
  min-height: 2.5rem;
}
.checkbox--dark .checkbox__label {
  color: black;
}
.checkbox--dark .checkbox__label::before {
  border-color: black;
}
.checkbox--dark .checkbox__label::after {
  background-color: black;
  background-image: url("../image/icon/check-sm-white.svg");
}
.checkbox--dark .checkbox__label:hover::before {
  border-color: black;
}
.checkbox__input {
  display: none;
  /* Selected states */
}
.checkbox__input:checked + .checkbox__label::before {
  border-color: black;
}
.checkbox__input:checked + .checkbox__label::after {
  opacity: 1;
  visibility: visible;
}
.checkbox__label {
  color: gray;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1em;
  padding-left: 2.5rem;
  position: relative;
  text-align: left;
  /* Radio buttons */
  /* Prevent selection upon fast clicking */
}
.checkbox__label::before, .checkbox__label::after {
  content: "";
  border-radius: 2px;
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.checkbox__label::before {
  border: 1px solid gray;
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 50%;
}
.checkbox__label::after {
  transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  background: transparent url("../image/icon/check-sm.svg") no-repeat center;
  background-size: 50%;
  display: inline-block;
  height: 1.4rem;
  opacity: 0;
  visibility: hidden;
  width: 1.4rem;
}
.checkbox__label:hover::before {
  border-color: gray;
}
.checkbox__label--radio::before, .checkbox__label--radio::after {
  border-radius: 1rem;
}
.checkbox__label::-moz-selection {
  background-color: none;
}
.checkbox__label::selection {
  background-color: none;
}
.checkbox__label a {
  text-decoration: underline;
}
.checkbox__label a:hover {
  color: gray;
}

/**********************************************************
 * GDPR cookie consent
**********************************************************/
.consent {
  transition: all 250ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  background-color: #fff;
  bottom: 5rem;
  color: #2C2F34;
  font-size: 1.4rem;
  left: 0;
  position: fixed;
  text-align: center;
  transform: translateY(100%);
  width: 100%;
  z-index: 5;
  /* 1024 up */
}
.consent.-is-shown {
  transform: translateY(0);
}
.consent__inner {
  padding: 10px 20px;
}
.consent__text a {
  text-decoration: underline;
}
.consent__btn {
  margin-top: 10px;
}
@media only screen and (min-width: 641px) {
  .consent__inner {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .consent__text {
    margin-right: 30px;
  }
  .consent__btn {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .consent {
    bottom: 0;
  }
}

/**********************************************************
 * Global footer
**********************************************************/
.footer {
  position: relative;
  z-index: 12;
  /* 1024 down */
  /* 480 down */
}
.footer__main {
  background-color: #FF5A24;
  color: #fff;
  font-size: clamp(1.8rem, 1.5vw, 2rem);
  margin-top: -35%;
}
.footer__accent {
  position: absolute;
  left: 50%;
  top: -5%;
  transform: translateX(-50%);
  width: 45vw;
  min-width: 20rem;
  z-index: 1;
}
.footer__wrap {
  position: relative;
  padding-top: 10vw;
  padding-bottom: 10vw;
}
.footer__links {
  position: absolute;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  top: 7rem;
  left: 0;
  padding-left: 3rem;
  padding-right: 3rem;
  color: #FF5A24;
}
.footer__circle {
  width: 51vw;
  height: 51vw;
  min-width: 30rem;
  min-height: 30rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
}
.footer__video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__title {
  text-align: center;
  font-size: clamp(5rem, 10vw, 20rem);
  text-transform: uppercase;
  font-family: "UnboundedMedium", Arial, sans-serif;
  color: #fff;
  line-height: 0.5em;
  padding-bottom: 8rem;
}
.footer__logo-box {
  display: inline-block;
  width: 11vw;
  min-width: 15rem;
}
.footer__logo-box--lg {
  width: 13vw;
}
.footer__item {
  display: flex;
  gap: 3rem;
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.footer__address {
  max-width: 28rem;
}
.footer__end {
  font-size: 1.4rem !important;
  margin-top: 5rem;
  padding-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid #fff;
  opacity: 0.5;
}
.footer__end-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
.footer__end-list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.footer__end-item {
  line-height: 1.2em;
  padding: 0 10px;
}
.footer__end-link {
  display: block;
  padding: 5px 0;
}
.footer__end-link:hover {
  text-decoration: underline;
  opacity: 1;
}
.footer__end-logo {
  display: inline-block;
  margin-left: 5px;
  vertical-align: -7px;
}
.footer__end-logo:hover {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .footer__end-list {
    flex-wrap: wrap;
  }
  .footer__end-wrap {
    flex-wrap: wrap;
  }
  .footer__accent {
    transform: translateX(-30%);
  }
  .footer__item {
    flex-direction: column;
    gap: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .footer__links {
    flex-direction: column;
    top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .footer__accent {
    top: 10rem;
    transform: translateX(0);
  }
}

/**********************************************************
 * Form elements - input, textarea, label
**********************************************************/
.form {
  position: relative;
  text-align: left;
  z-index: 3;
}
.form__item {
  flex: 1 1 50%;
  line-height: 1em;
  margin-bottom: 2rem;
}
.form__item:last-child {
  margin-bottom: 0;
}
.form__row {
  position: relative;
  display: flex;
  gap: 5vw;
  margin-bottom: 1rem;
  z-index: 5;
  /* 640 down */
}
@media only screen and (max-width: 640px) {
  .form__row {
    flex-direction: column;
    gap: 0;
  }
}
.form__label {
  display: block;
  font-size: clamp(1.8rem, 1.5vw, 2rem);
  text-transform: uppercase;
}
.form__label--spaced {
  margin-bottom: 1.5rem;
}
.form__input {
  transition: all 100ms cubic-bezier(0.75, 0, 0.5, 1) 0ms;
  transition-timing-function: ease-in-out;
  background: white;
  border: none;
  border-bottom: 1px solid #2C2F34;
  display: block;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  padding: 1.5rem;
  padding-left: 0;
  width: 100%;
}
.form__input--lg {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.form__input--textarea {
  line-height: 1.3em;
  min-height: 15rem;
}
.form__input::-moz-placeholder {
  opacity: 0.5;
}
.form__input::placeholder {
  opacity: 0.5;
}
.form__input:focus {
  outline: none;
}
.form__submit {
  position: relative;
  z-index: 6;
}
@media only screen and (min-width: 1025px) {
  .form {
    margin-bottom: 5rem;
  }
  .form__item {
    margin-bottom: 2.5rem;
  }
  .form__label {
    margin-bottom: 1rem;
  }
  .form__label--spaced {
    margin-bottom: 2rem;
  }
}

/**********************************************************
 * Global header
**********************************************************/
.header {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2C2F34;
  color: #fff;
  font-size: 1.6rem;
  /* 480 up */
  /* 640 down */
  /* 1024 down */
  /* 1280 up */
  /* 1600 up */
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__contact {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 3rem;
  z-index: 113;
}
@media only screen and (max-width: 640px) {
  .header__wrap {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 1024px) {
  .header__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    border-radius: 0;
  }
  .header__btn--phone {
    background-color: #F0EFED;
    color: #2C2F34;
  }
  .header__btn:hover {
    opacity: 0.6;
  }
  .header__right {
    background-color: #2C2F34;
    width: 100%;
    position: fixed;
    justify-content: center;
    bottom: 0;
    left: 0rem;
    gap: 0;
    box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
  }
}
/**********************************************************
 * Above the fold area
**********************************************************/
.hero {
  position: relative;
  height: 100vh;
  background-color: #2C2F34;
  z-index: 2;
  /* 1024 down */
}
.hero__img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  opacity: 1;
}
.hero__accent {
  position: absolute;
  width: 31vw;
  min-width: 25rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.hero__bg {
  -webkit-clip-path: circle(25% at center);
          clip-path: circle(25% at center);
}
.hero__bg--about {
  display: block;
  -webkit-clip-path: circle(25% at center);
          clip-path: circle(25% at center);
}
.hero__title {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: clamp(5rem, 15vw, 20rem);
  text-transform: uppercase;
  font-family: "UnboundedMedium", Arial, sans-serif;
  color: #fff;
  line-height: 0.5em;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .hero {
    height: 70vh;
  }
  .hero__img {
    height: 70vh;
  }
  .hero__bg {
    -webkit-clip-path: circle(35% at center);
            clip-path: circle(35% at center);
  }
}

.img-box {
  margin-top: 5rem;
  position: relative;
  width: 100%;
  height: 66vw;
}
.img-box__img {
  position: absolute;
}
.img-box__img--1 {
  width: 45%;
  left: 0;
  top: 0;
  z-index: 1;
}
.img-box__img--2 {
  width: 68%;
  right: 0;
  bottom: 8rem;
  z-index: 2;
}
.img-box__img--3 {
  width: 31%;
  left: 20%;
  bottom: 0;
  z-index: 3;
}

.technology {
  position: relative;
  height: 100vh;
  z-index: 2;
}
.technology__img-box {
  position: relative;
}
.technology__img-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.technology__img {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}
.technology__bg {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-clip-path: circle(10% at center);
          clip-path: circle(10% at center);
}
.technology__overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: #FF5A24;
  z-index: 2;
}
.technology__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 13rem;
  padding-bottom: 13rem;
  z-index: 1;
}
.technology__content-left {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 73rem;
  margin-left: 3rem;
  margin-right: 3rem;
}
.technology__content-right {
  position: absolute;
  max-width: 46rem;
  right: 0;
  bottom: 0;
  margin-right: 3rem;
  margin-left: 3rem;
}
.technology__content-wrap {
  position: relative;
  height: 100%;
}

.advantages {
  position: relative;
  margin-top: 3rem;
  height: 80vh;
  overflow: hidden;
  /* 1024 down */
}
.advantages__wrap {
  position: relative;
}
.advantages__slide {
  display: flex;
  height: 80vh;
  overflow: hidden;
}
.advantages__slide:first-child {
  background-color: #3A3F45;
}
.advantages__slide:nth-child(2) {
  background-color: #383B41;
}
.advantages__slide:nth-child(3) {
  background-color: #353940;
}
.advantages__col {
  display: flex;
  width: 50%;
}
.advantages__col--content {
  flex-direction: column;
  justify-content: space-between;
  padding: 6rem 7.5vw;
}
.advantages__col--img {
  align-items: center;
}
.advantages__img-box {
  width: 100%;
}
.advantages__img-box.g-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .advantages {
    max-height: none;
    height: auto;
  }
  .advantages__col {
    width: 100%;
  }
  .advantages__col--content {
    padding: 3rem 4rem;
  }
  .advantages__img-box {
    width: 90%;
  }
  .advantages__slide {
    height: auto;
    max-height: none;
  }
}

.swiper-slide-active .advantages__title span {
  font-size: clamp(2.4rem, 3.6vw, 6rem);
  display: block;
  margin-bottom: 1rem;
  font-family: "UnboundedMedium", Arial, sans-serif;
}

.swiper-slide-prev,
.swiper-slide-next {
  opacity: 0;
}

.swiper-pagination {
  position: relative;
  top: 0 !important;
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 3rem;
}

.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #FF5A24;
}

.slider {
  /* 1024 up */
  /* 1280 up */
  /* 1024 down */
  /* 480 down */
}
.slider__slide {
  display: flex !important;
}
.slider__img-box {
  width: 100%;
}
.slider__img-box--mobile {
  display: none;
  margin-bottom: 1.5rem;
}
.slider__col {
  display: flex;
  width: 50%;
}
.slider__col--content {
  flex-direction: column;
  justify-content: center;
}
.slider__col--img {
  align-items: center;
}
.slider__badge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  width: 10vw;
  min-width: 11rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FF5A24;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1025px) {
  .slider__col--content {
    padding: 7rem 3rem 3rem;
  }
  .slider__badge {
    min-width: 15rem;
  }
}
@media only screen and (min-width: 1281px) {
  .slider__col--content {
    padding: 7rem 7.5vw 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .slider__col {
    width: 100%;
  }
  .slider__col--img {
    display: none;
  }
  .slider__col--content {
    padding: 9rem 7.5vw 3rem;
  }
  .slider__img-box--mobile {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .slider__col--content {
    padding: 5rem 0 3rem;
  }
}

/**********************************************************
 * 
**********************************************************/
.tabs {
  position: absolute;
  top: 5rem;
  left: 3rem;
  display: inline-flex;
  flex-direction: column;
  gap: 1.5rem;
  z-index: 3;
  /* 1024 down */
  /* 480 down */
}
.tabs::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: -2.5rem;
  background: rgba(255, 255, 255, 0.5);
}
.tabs__link {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(1.8rem, 1.5vw, 2rem);
  padding-top: 7px;
  padding-bottom: 7px;
  cursor: pointer;
}
.tabs__link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: currentColor;
  left: 0;
  bottom: 5px;
  opacity: 0;
  visibility: hidden;
}
.tabs__item:hover .tabs__link::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.tabs__item.-current .tabs__link {
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
}
.tabs__item.-current .tabs__link:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: -2.5rem;
  top: 0;
  background: white;
}
@media only screen and (max-width: 1024px) {
  .tabs {
    gap: 2rem;
  }
  .tabs__link:after {
    display: none;
  }
  .fix-mob-hide{
    display: none;
  }
  .fix-mob-center{
    top:50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 480px) {
  .tabs {
    position: relative;
  }
}

/**********************************************************
 * 
**********************************************************/
.cursor {
  border-radius: 50%;
  height: 74px;
  line-height: 74px;
  width: 74px;
  align-items: center;
  background-color: rgba(128, 128, 128, 0.75);
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
  left: 0;
  line-height: 1em;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.2s, visibility 0.2s;
  visibility: hidden;
  z-index: 10;
}
.cursor.-show {
  opacity: 1;
  visibility: visible;
}
.cursor.-ignore {
  opacity: 0 !important;
  visibility: hidden;
}
.cursor::after {
  border-radius: 50%;
  height: 100px;
  line-height: 100px;
  width: 100px;
  animation: 30s linear infinite rotateRight;
  border: 1px dashed white;
  content: "";
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
}/*# sourceMappingURL=main.css.map */


.g-title--md-desc{
  /* font-size: clamp(1.6rem, 2vw, 1.8rem);
  line-height: 1.5em; */
}