@font-face {
  font-family: Suit;
  src: url('../fonts/SUIT-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suit;
  src: url('../fonts/SUIT-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --body: #fffff2;
  --orange1: #666551;
  --orange: #acab96;
  --white: white;
  --brown: #383608;
  --line: #d4d3ba;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--body);
  letter-spacing: -.05em;
  word-break: keep-all;
  text-wrap: balance;
  font-family: Suit, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  color: var(--orange1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1;
}

h2 {
  color: var(--orange);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gowun Dodum, sans-serif;
  font-size: 3em;
  font-weight: 900;
  line-height: 1.3;
}

h3 {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.25em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lovelace;
  font-size: 3.13em;
  font-weight: 400;
  line-height: 1;
}

h5 {
  color: #e5e5e5;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lovelace;
  font-size: 2.24em;
  font-weight: 400;
  line-height: 20px;
}

p, figure {
  margin-bottom: 0;
}

.section {
  z-index: 2;
  width: 100%;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.section.is--paralax {
  overflow: hidden;
}

.section.top {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  flex-flow: column;
  padding-top: 12em;
  display: flex;
}

.section.is--paralax-1 {
  padding-top: 0;
}

.section.slider {
  padding-top: 0;
  overflow: hidden;
}

.section.btm {
  padding-bottom: 4em;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1120px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 3em;
  display: flex;
}

.container.head {
  z-index: 2;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  display: flex;
  position: relative;
}

.container.vertical {
  flex-flow: column;
  justify-content: flex-start;
}

.container.image {
  max-width: 1440px;
}

.container.image1 {
  z-index: 2;
  max-width: 1440px;
  position: relative;
}

.container.foot {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
}

.grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.grid._1 {
  justify-content: center;
  align-items: flex-start;
}

.grid_item {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: block;
}

.grid_item.is--text-big {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.grid_item.is--image1 {
  z-index: 1;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 37em;
  padding: 0;
  display: block;
  position: static;
  overflow: visible;
}

.grid_item.is--text-middle {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.grid_item.is--img1 {
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.grid_item.is--text-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 50%;
  display: flex;
}

.grid_item.is--text-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.grid_item.is--text-3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  width: 50%;
  display: flex;
}

.is--title-small {
  color: var(--orange1);
  letter-spacing: -.06em;
  margin-top: 0;
  padding-left: 0;
  font-family: Gowun Dodum, sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  display: inline-block;
  position: relative;
}

.div {
  display: flex;
}

.slide-in {
  color: var(--orange1);
  font-size: 1.2em;
  line-height: 1.5;
}

.slide-in._1 {
  color: var(--orange1);
  text-align: center;
  max-width: 25em;
}

.slide-in._1.whitetxt {
  color: var(--white);
}

.image-4, .image-5, .image-6 {
  border-radius: 1em;
  width: 100%;
  height: auto;
}

.slider-right {
  cursor: none;
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-left: 1.5em;
  margin-right: 1.5em;
  padding: 0;
  display: flex;
}

.slider-left {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  min-height: 4.5em;
  margin-right: 1.5em;
  padding: 0;
  display: flex;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1.pill {
  margin-left: 6em;
  padding-top: 6em;
  padding-bottom: 7em;
  padding-right: 14em;
}

.image-10 {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 37em;
  position: relative;
  top: 0;
  overflow: visible;
}

.div-block-6 {
  z-index: 1;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-7 {
  border-radius: 2em;
  height: 37em;
  overflow: hidden;
}

.image-6-copy {
  border-radius: 1em;
  width: 100%;
  height: auto;
}

.menu_link {
  color: #000127;
  justify-content: flex-start;
  align-items: center;
  margin-left: 1.2em;
  margin-right: 1.2em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid_item--2 {
  width: 100%;
  padding: 1.04em;
}

.grid_item--2.is--hamburger {
  display: none;
}

.grid_item-2 {
  flex: 1;
  width: 100%;
  padding: 1.04em;
}

.image-12 {
  z-index: 2;
  position: absolute;
  inset: auto 0% 0%;
}

.image-13 {
  width: 10em;
  height: auto;
  margin: .5em;
}

.rolling {
  z-index: 3;
  background-color: var(--body);
  border-radius: 20em;
  position: absolute;
  inset: 100% auto auto 50%;
  transform: translate(-50%, -50%);
}

.image-14 {
  width: 10em;
  height: auto;
  margin: .5em;
  position: absolute;
  inset: 0%;
}

.herosection {
  background-image: url('../images/hero2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 85svh;
  position: relative;
}

.nav {
  z-index: 20;
  padding-top: 1em;
  padding-bottom: 1em;
  position: fixed;
  inset: 0% 0% auto;
}

.image-15 {
  width: auto;
  height: 2em;
}

.div-block-9 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 2px solid var(--orange1);
  background-color: var(--orange1);
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  padding: 0;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.div-block-9:hover {
  border-color: var(--brown);
  background-color: var(--body);
}

.div-block-9.subpage {
  border-color: var(--body);
  background-color: var(--body);
}

.div-block-9.subpage:hover {
  border-color: var(--brown);
  background-color: var(--brown);
}

.logobox {
  justify-content: center;
  align-items: center;
  height: 3em;
  margin-bottom: 3em;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.div-block-15 {
  background-color: var(--body);
  width: 1.2em;
  height: 3px;
}

.div-block-15.subpage {
  background-color: var(--orange);
}

.dropdown-list-1.w--open {
  background-color: var(--orange);
  border: 1px solid #ffece3;
  border-radius: 1em 0 1em 1em;
  flex-flow: column;
  width: 10em;
  margin-top: .5em;
  padding: 1em;
  display: flex;
  right: 0;
}

.dropdown-link-1 {
  color: var(--body);
  text-align: center;
  border-radius: .5em;
  width: 100%;
  padding: .3em .5em;
  font-family: barricada-pro;
  font-size: 1.3em;
  font-weight: 400;
  transition: color .2s, background-color .2s;
}

.dropdown-link-1:hover {
  background-color: var(--body);
  color: var(--orange);
}

.dropdown-link-1.w--current {
  color: var(--body);
}

.dropdown-link-1.w--current:hover {
  background-color: var(--body);
  color: var(--orange);
}

.dropdown-link-1.hidden {
  display: none;
}

.link {
  background-color: var(--brown);
  color: var(--body);
  border: 2px solid #804333;
  border-radius: .75em;
  justify-content: center;
  align-items: center;
  height: 2.4em;
  padding-left: 1.2em;
  padding-right: 1.2em;
  font-family: Instrument Serif, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
  display: flex;
}

.link:hover {
  border-color: var(--orange);
  background-color: var(--body);
  color: var(--orange);
}

.link._1 {
  border-color: var(--white);
  color: var(--white);
  background-color: #ff7f4000;
  transition: opacity .2s, border-color .2s, color .2s, background-color .2s;
}

.link._1:hover {
  opacity: .5;
}

.link.subpage {
  border-color: var(--body);
  color: var(--body);
  background-color: #fffbe300;
}

.link.subpage:hover {
  background-color: var(--body);
  color: var(--orange);
}

.title {
  color: var(--orange);
  text-align: center;
  font-family: Instrument Serif, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
}

.image-17 {
  width: auto;
  height: 5em;
}

.titlebox {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.titleoverflow {
  position: relative;
  overflow: hidden;
}

.subtitle {
  color: var(--orange);
  max-width: 25em;
  font-size: 1.25em;
  line-height: 1.5;
}

.subtitle.center {
  text-align: center;
}

.span-highlight {
  color: var(--orange1);
  font-weight: 700;
}

.tail {
  width: 1em;
  height: 1em;
  margin-right: -1px;
  position: absolute;
  inset: auto 0% 100% auto;
}

.marquee-box {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.marquee-inner {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.marquee-box1 {
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.marquee {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  opacity: .15;
  flex-flow: column;
  width: 100%;
  display: none;
  position: absolute;
  inset: 50% 0 auto;
  overflow: hidden;
  transform: translate(0, -50%);
}

.image-19 {
  width: 80em;
  min-width: 80em;
  height: auto;
}

.marquee-inner-1 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-17 {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cards {
  width: 100%;
  height: 100dvh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.card1 {
  background-color: var(--orange);
  color: var(--brown);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card1.card-second-ws__card--004 {
  background-color: var(--brown);
  color: var(--orange);
}

.cardsection {
  background-image: linear-gradient(90deg, var(--orange) 49%, var(--brown) 51%);
  width: 100%;
  overflow: hidden;
}

.title1 {
  text-align: center;
  font-family: Instrument Serif, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1em;
}

.image-9 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-18 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.code-embed-2 {
  margin-top: -2em;
  margin-bottom: 2em;
}

.freetxt {
  text-align: center;
  margin-bottom: .5em;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5;
}

.h2 {
  color: var(--orange1);
}

.h2._2 {
  text-align: center;
  max-width: none;
}

.mar-t-24 {
  margin-top: 1.5em;
}

.slider-component {
  width: 100%;
  position: relative;
}

.swiper-wrapper {
  align-items: stretch;
  display: flex;
}

.slider-main_button-wrapper {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5em;
  display: flex;
}

.swiper {
  flex-direction: row;
  align-items: center;
}

.slider-main_button {
  border: 1px solid var(--orange);
  color: var(--orange);
  text-align: center;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3.25em;
  height: 3.25em;
  padding-top: 4px;
  transition: all .2s;
  display: flex;
}

.slider-main_button:hover {
  color: #1f1f1f;
  transform: scale(1.1);
}

.swiper-content {
  flex-direction: column;
  align-items: center;
  width: 30vw;
  max-width: 30em;
  margin-right: 1.5em;
  display: flex;
}

.footer {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  background-color: var(--orange);
  flex-flow: column;
  width: 100%;
  padding-top: 6em;
  display: flex;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  height: 8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-20 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% -40%;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer_column {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  border-radius: 1em;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.footer_column._1 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.footer_column._2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
}

.footer_column._3 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: space-between;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-size-regular {
  color: var(--white);
  text-transform: uppercase;
  font-family: Instrument Serif, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
}

.footer_content-flex-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer_link-block {
  color: #fff;
  text-decoration: none;
}

.footer_link-block.hidden {
  display: none;
}

.div-block-14 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.text-block {
  color: var(--white);
  white-space: nowrap;
  font-size: .75em;
  line-height: 1em;
}

.text-block._1 {
  background-color: var(--orange);
  padding-left: 1.1em;
  padding-right: 1.1em;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.text-block-3 {
  color: var(--white);
}

.text-block-3._1 {
  font-weight: 300;
}

.div-block-13 {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.image-3 {
  width: 2em;
  height: 2em;
}

.div-block-10 {
  border-radius: 1.5em;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-2 {
  width: 100%;
  position: relative;
}

.image-1 {
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
}

.image-1:hover {
  opacity: 1;
}

.text-block-4 {
  z-index: 3;
  background-color: var(--orange1);
  color: var(--white);
  text-align: center;
  border-radius: 20em;
  margin-top: -1em;
  padding: .5em 1em;
  font-family: Instrument Serif, sans-serif;
  font-size: 1.5em;
  position: relative;
}

.tip {
  color: var(--orange1);
  text-align: center;
  max-width: 25em;
  font-size: 1.25em;
  line-height: 1.5em;
}

.tip.mobile {
  display: none;
}

.navbg {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffebebb3;
  position: absolute;
  inset: 0%;
}

.navguide {
  justify-content: center;
  align-items: flex-end;
  width: 1px;
  height: 200vh;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.navguide1 {
  width: 100%;
  height: 50%;
}

.vertical {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.modal {
  z-index: 51;
  background-color: #0000004d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.modalarea {
  width: 100%;
  max-width: 46em;
}

.popupbox {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 1.5em;
  flex-flow: column;
  padding: 1.5em 1em 1em;
  display: flex;
}

.text-block-6 {
  color: #000;
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
}

.text-block-7 {
  color: #000;
  border: 1px solid #eee;
  border-radius: .5em;
  max-height: 20em;
  padding: .5em;
  font-size: 1em;
  line-height: 2em;
  overflow: auto;
}

.sugessbtn {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -.5em;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.label {
  color: #fff;
  background-color: #ccc;
  border-radius: .75em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3em;
  font-size: 1em;
  line-height: 1.3em;
  transition: background-color .4s;
  display: flex;
}

.label:hover {
  background-color: var(--orange);
  color: #fff;
}

.nav-subpage {
  z-index: 20;
  padding-top: 1em;
  padding-bottom: 1em;
  position: fixed;
  inset: 0% 0% auto;
}

.image-36 {
  width: auto;
  height: 2.5em;
}

.whitetxt {
  color: var(--white);
}

.image-16 {
  width: auto;
  height: 2em;
  position: absolute;
  left: 0%;
  right: 0%;
}

.div-block-88 {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  opacity: 0;
  background-color: #000000a6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-88:hover {
  opacity: 1;
}

.text-block-30 {
  color: var(--white);
  border-bottom: 2px solid #ffffff80;
  padding-bottom: .5em;
  padding-left: .5em;
  padding-right: .5em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1;
}

.text-block-31 {
  color: var(--body);
  text-align: center;
  max-width: 15em;
  font-size: 1.25em;
  line-height: 1.5;
}

.text-field {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--orange) black;
  background-color: var(--body);
  color: var(--brown);
  height: 3em;
  margin-bottom: 0;
  padding: 0 1em;
  font-size: 1.3em;
  line-height: 1;
}

.text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-style: solid none;
  border-color: var(--orange) black;
}

.text-field::placeholder {
  color: var(--orange);
}

.form {
  grid-column-gap: 0em;
  grid-row-gap: 1em;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.text-block-32 {
  border-top: 1px solid var(--orange);
  border-bottom: 1px solid var(--orange);
  color: var(--orange1);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1.3em;
  line-height: 1;
  display: flex;
}

.span-star {
  color: var(--orange);
  margin-left: .2em;
  font-size: .75em;
}

.checkbox-txtbox {
  border-bottom: 1px solid #f3e4e1;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5em;
  padding-bottom: 1em;
  display: flex;
}

.checkbox-label {
  color: var(--orange1);
  margin-bottom: 0;
  margin-left: .5em;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.horizontal-between-middle {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-checkbox {
  color: #b3b6c0;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 2em;
  height: 1.5em;
  display: flex;
}

.checkbox-label1 {
  color: var(--orange1);
  margin-bottom: 0;
  margin-left: .5em;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1;
}

.graytxt {
  color: var(--orange);
}

.checkbox {
  border: 1px solid var(--orange);
  border-radius: 50%;
  width: 1.7em;
  height: 1.7em;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  border-color: var(--orange1);
  background-color: var(--orange1);
  background-image: url('../images/custom-checkbox-checkmark.svg');
  background-position: 50%;
  background-size: contain;
}

.checkbox.w--redirected-focus, .checkbox.w--redirected-focus-visible {
  box-shadow: 0 2px 5px #0003;
}

.form-policybox {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.submit-button {
  background-color: var(--orange1);
  height: 3em;
  font-size: 1.3em;
  line-height: 1;
}

.div-block-89 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border-top: 1px solid var(--orange);
  border-bottom: 1px solid var(--orange);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 3em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.3em;
  display: grid;
}

.radio-button {
  border: 1px solid var(--orange);
  width: 1.3em;
  height: 1.3em;
  margin-top: 0;
}

.radio-button.w--redirected-checked {
  border-width: 1px;
  border-color: var(--orange1);
  background-color: var(--orange1);
  background-image: url('../images/custom-checkbox-checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.radio-button.w--redirected-focus, .radio-button.w--redirected-focus-visible {
  box-shadow: 0 2px 5px #0003;
}

.radio-button-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.radio-button-label {
  color: var(--orange1);
  margin-left: .25em;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 10px;
  }

  .grid_item.is--text-big {
    margin-left: auto;
    margin-right: auto;
  }

  .grid_item.is--image1 {
    background-image: none;
  }

  .div {
    flex-direction: column;
  }

  .slide-in {
    text-align: center;
  }

  .splide.slider1.pill {
    padding-top: 6em;
    padding-right: 6vw;
  }

  .menu_link {
    margin-right: 0;
    padding: 5px 16px;
  }

  .grid_item--2.is--hamburger {
    width: auto;
    display: block;
  }

  .div-block-9 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .div-block-15 {
    height: 2px;
  }

  .cards {
    height: 25rem;
  }

  .slider-main_button:hover {
    transform: none;
  }

  .swiper-content {
    width: 30vw;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-1 {
    opacity: 1;
    transition: none;
  }

  .tip {
    display: none;
  }

  .tip.mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }

  h1 {
    font-size: 12vw;
  }

  .section.is--paralax {
    padding-bottom: 4em;
  }

  .container.hero {
    height: auto;
  }

  .grid {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .grid._1 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .grid.image {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid_item.is--img1 {
    width: 100%;
  }

  .grid_item.is--text-1, .grid_item.is--text-2, .grid_item.is--text-3 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div {
    margin-top: 15em;
    margin-bottom: 15em;
  }

  .splide.slider1.pill {
    padding-right: 0;
  }

  .herosection {
    height: auto;
    min-height: auto;
  }

  .link {
    display: none;
  }

  .link._1, .link.subpage {
    display: flex;
  }

  .subtitle, .subtitle._2 {
    text-align: center;
  }

  .div-block-17 {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
  }

  .cards {
    flex-direction: column;
    height: auto;
  }

  .card1 {
    width: 100%;
    height: auto;
    padding: 0 0 100%;
  }

  .title1 {
    font-size: 3em;
  }

  .h2 {
    text-align: center;
  }

  .swiper-content {
    width: 70vw;
  }

  .footer_column {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .footer_column._2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_content-flex-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .modal {
    justify-content: flex-end;
    align-items: center;
  }

  .modalarea {
    max-width: none;
  }

  .popupbox {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 1.5em;
  }

  .label {
    background-color: #ff5200;
  }

  .checkbox {
    width: 1.5em;
    height: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 11px;
  }

  .grid {
    flex-direction: row;
  }

  .grid_item-2 {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer_column {
    flex: 1;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .modal {
    overflow: hidden;
  }
}

#w-node-_5fae4353-469a-0726-e0fc-c2dc2f940b8d-aba1c3fd, #w-node-f257d18e-a763-5c8d-71e4-bbfc01081fea-aba1c3fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Suit';
  src: url('../fonts/SUIT-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suit';
  src: url('../fonts/SUIT-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}