@charset "UTF-8";
/* noto-serif-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-serif-v23-latin_latin-ext-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/noto-serif-v23-latin_latin-ext-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-serif-v23-latin_latin-ext-regular.woff2") format("woff2"), url("../fonts/noto-serif-v23-latin_latin-ext-regular.woff") format("woff"), url("../fonts/noto-serif-v23-latin_latin-ext-regular.ttf") format("truetype"), url("../fonts/noto-serif-v23-latin_latin-ext-regular.svg#NotoSerif") format("svg"); /* Legacy iOS */
}
/* noto-serif-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-serif-v23-latin_latin-ext-500.eot"); /* IE9 Compat Modes */
  src: url("../fonts/noto-serif-v23-latin_latin-ext-500.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-serif-v23-latin_latin-ext-500.woff2") format("woff2"), url("../fonts/noto-serif-v23-latin_latin-ext-500.woff") format("woff"), url("../fonts/noto-serif-v23-latin_latin-ext-500.ttf") format("truetype"), url("../fonts/noto-serif-v23-latin_latin-ext-500.svg#NotoSerif") format("svg"); /* Legacy iOS */
}
/* noto-serif-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-serif-v23-latin_latin-ext-700.eot"); /* IE9 Compat Modes */
  src: url("../fonts/noto-serif-v23-latin_latin-ext-700.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-serif-v23-latin_latin-ext-700.woff2") format("woff2"), url("../fonts/noto-serif-v23-latin_latin-ext-700.woff") format("woff"), url("../fonts/noto-serif-v23-latin_latin-ext-700.ttf") format("truetype"), url("../fonts/noto-serif-v23-latin_latin-ext-700.svg#NotoSerif") format("svg"); /* Legacy iOS */
}
body, html {
  scroll-behavior: smooth;
  font-family: "Noto Serif";
  scroll-padding-top: 0px;
  background-color: #F3EBE2;
}

section {
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0;
}

.text-link {
  text-decoration: underline;
  color: #23201D;
}
.text-link:hover {
  text-decoration: none;
  color: #23201D;
}

button:focus {
  outline: none;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.navbar {
  transition: 0.5s;
  background-color: #F3EBE2;
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
}
.navbar-nav {
  justify-content: end;
  align-items: center;
}
.navbar-brand {
  padding: 0px;
}
.navbar-brand img {
  height: 100px;
}
.navbar .nav-item {
  padding: 10px 15px;
}
.navbar .nav-link {
  color: #23201D !important;
  font-size: 16px;
}
.navbar .nav-link:hover {
  color: #23201D !important;
  text-decoration: underline;
}

.navbar-light .navbar-toggler {
  border-color: #FFF !important;
  background-color: #FFF;
}

.navbar-active {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 15px;
}

.form-link {
  color: #B86B16;
  text-decoration: underline;
  font-size: 16px;
}
.form-link img {
  margin-right: 5px;
}
.form-link:hover {
  text-decoration: none;
  color: #B86B16;
}

.modal-body-in-quest .form-link {
  font-size: 20px;
}

.modal {
  overflow-y: auto;
}
.modal form {
  max-width: 100%;
}
.modal .step-9 label {
  font-weight: 700;
  font-size: 14px;
  color: #6D6D6D;
}
.modal-content {
  border-radius: 0px;
}
.modal-dialog {
  max-width: 1280px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: unset;
}
.modal-body {
  padding: 1rem;
  padding-top: 0px;
  padding-bottom: 0px;
  max-height: 700px;
}
.modal-body-in {
  padding: 50px 45px;
  padding-bottom: 10px;
  overflow-y: auto;
  max-height: 600px;
}
.modal-body-in h1 {
  font-weight: 700;
  margin: 0px;
  margin-bottom: 10px;
}
.modal-body-in .subtitle {
  font-weight: 400;
  font-size: 18px;
  color: #7A7A7A;
  display: block;
  margin-bottom: 20px;
}
.modal-body-in h3 {
  font-size: 18px;
}
.modal-body-in .feature-item {
  margin-bottom: 10px;
}
.modal-body-in .feature-item h3 {
  position: relative;
  z-index: 2;
  margin: 0px;
}
.modal-body-in .feature-item .text {
  z-index: 2;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 15px;
}
.modal-body-in .feature-item img {
  max-height: 130px;
  z-index: 2;
  position: relative;
  margin: 15px 0;
}
.modal-body-in .feature-item .bgg {
  height: -webkit-fill-available;
  z-index: 1;
  width: 100%;
  display: block;
  position: absolute;
  top: 0px;
}
.modal-body-in .customradio {
  display: block;
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
  user-select: none;
  padding-left: 0px;
  border: 1px solid #D0D0D0;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  height: 270px;
  line-height: 120%;
}
.modal-body-in .customradio:hover {
  background: #F7F7F7;
}
.modal-body-in .customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.modal-body-in .customradio input:checked ~ .checkmark {
  border: 3px solid #0BA91B !important;
  display: block;
}
.modal-body-in .customradio input:checked ~ .bgg {
  background: #F7F7F7;
}
.modal-body-in .customradio .checkmark:after {
  background: #0BA91B;
}
.modal-body-in .customradio-mini {
  height: 200px;
}
.modal-body-in .radiotext {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #656565;
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.modal-body-in .checkmark {
  position: absolute;
  border-radius: 50%;
  top: 10px;
  right: 10px;
  left: auto;
  z-index: 2;
  display: none;
  height: 36px;
  width: 36px;
}
.modal-body-in .checkmark:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.asterisk_input {
  text-align: left;
  display: block;
}
.asterisk_input:after {
  content: " *";
  color: #CFAE8A;
}

#person {
  background-color: #F7F7F7;
  padding: 0 20px;
}
#person .right-in {
  padding: 50px 0px;
}
#person .person {
  display: flex;
  align-items: center;
}
#person .person .person-img {
  height: 60px;
  width: 60px;
  border-radius: 95px;
  overflow: hidden;
  margin-right: 20px;
}
#person .person .person-detail {
  display: flex;
  flex-direction: row;
}
#person .person .name {
  font-weight: 800;
  font-size: 24px;
  color: #000;
  display: block;
  line-height: 1;
  font-weight: 700;
}
#person .person .position {
  font-weight: 600;
  font-size: 14px;
  display: block;
  line-height: 1;
  font-weight: 400;
  color: #7A7A7A;
}

.person-say {
  font-weight: 600;
  background-color: #fff;
  color: #7A7A7A;
  padding: 10px;
  font-size: 13px;
  box-shadow: 0 10px 20px 0 rgba(22, 22, 22, 0.05);
  position: relative;
  margin-top: 15px;
  font-weight: 400;
  height: fit-content;
}
.person-say p {
  font-size: 13px;
}
.person-say .form-link {
  font-size: 13px;
}

.person-say-content {
  margin-top: 20px;
  background-color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 15px;
  border: 1px solid #E1E1E1;
  color: #656565;
}
.person-say-content p {
  font-size: 16px;
}

.text-orange {
  color: #B86B16;
}

.text-link {
  color: #B86B16;
  text-decoration: underline;
}
.text-link:hover {
  color: #B86B16;
  text-decoration: none;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: -10px;
  left: 20px;
  position: absolute;
}

.questing {
  font-weight: 700;
  color: #7A7A7A;
  font-size: 20px;
}
.questing span {
  color: #B86B16;
}

.modal-body-in {
  min-height: 550px;
}

.modal-body-in-quest {
  border-top: 1px solid #C4C4C4;
  padding: 15px 45px;
}
.modal-body-in-quest small {
  display: block;
  color: #bbb;
  font-size: 14px;
  font-weight: 500;
}
.modal-body-in-quest #custom {
  text-align: center;
}

.person-mobile {
  border: 1px solid #E1E1E1;
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  margin: 15px 0;
}
.person-mobile .person-info {
  line-height: 1;
  padding-top: 3px;
  max-width: 75%;
}
.person-mobile .person-info .name {
  display: inline-flex;
  font-size: 20px;
}
.person-mobile .person-info .position {
  display: inline-flex;
  font-size: 12px;
}
.person-mobile .person-sayy {
  font-size: 12px;
  display: block;
  clear: both;
  font-weight: 700;
  color: #7A7A7A;
}
.person-mobile .person {
  position: relative !important;
  align-items: unset !important;
}
.person-mobile .person-img {
  height: 47px !important;
  width: 47px !important;
  flex: none;
}
.person-mobile .person img {
  margin: 0px;
}
.person-mobile #myBtn {
  position: absolute;
  right: 0px;
  top: 13px;
  cursor: pointer;
}

.step-3 .customradio {
  min-height: unset;
  height: unset;
  padding: 5px 10px;
  margin-right: 10px;
}
.step-3 .customradio .radiotext {
  margin-bottom: 0px;
  font-size: 16px;
  float: right;
  padding-left: 5px;
}
.step-3 .checkmark {
  display: inline;
}
.step-3 .customradio input {
  position: relative;
  opacity: 0;
}
.step-3 .checkmark {
  position: absolute;
  top: 9px;
  left: 10px;
  right: unset;
  height: 13px;
  width: 13px;
  margin-right: 10px;
  border: 1px solid #D0D0D0;
}
.step-3 .checkmark:after {
  top: 2px;
  left: 2px;
  width: 7px;
  height: 7px;
  display: none;
}
.step-3 .customradio input:checked ~ .checkmark {
  display: inline-block;
  border: 1px solid #0BA91B !important;
}
.step-3 .customradio input:checked ~ .checkmark:after {
  display: inline-block;
}
.step-3 .feature-item .bgg {
  left: 0px;
}

.step-4 .radiotext, .step-5 .radiotext, .step-6 .radiotext, .step-8 .radiotext {
  margin-bottom: 0px;
}
.step-4 .text, .step-5 .text, .step-6 .text, .step-8 .text {
  color: #7A7A7A;
}
.step-4 .text small, .step-5 .text small, .step-6 .text small, .step-8 .text small {
  font-size: 10px;
  font-weight: 700;
}

.step-6 .modal-body-in .feature-item img {
  max-height: 100%;
  margin-bottom: 10px;
}

.title-h2 {
  font-size: 30px;
  font-weight: 700;
  display: block;
  margin-top: 30px;
}

form .form-control {
  border-radius: 0px;
}
form label {
  font-weight: 700;
  font-size: 14px;
  color: #6D6D6D;
  margin-bottom: 0px;
}

.step-9 .form-control {
  border-radius: 0px;
}
.step-9 label {
  font-weight: 700;
  font-size: 14px;
  color: #6D6D6D;
  margin-bottom: 0px;
}

.go-back {
  color: #B86B16;
}
.go-back:hover {
  color: #B86B16;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .title-h2 {
    font-size: 20px;
  }
  .modal-dialog {
    top: unset;
    left: unset;
    transform: unset !important;
    margin: 1.75rem auto;
    max-width: 770px;
    overflow-y: initial !important;
  }
  .modal-body {
    overflow-y: auto;
  }
  .persoon {
    display: flex;
  }
  .right-in {
    display: flex !important;
    flex-direction: row;
  }
  #person .person {
    display: block;
    text-align: center;
  }
  #person .person .person-info .name {
    font-size: 18px;
  }
  #person .person .person-info .position {
    font-size: 12px;
  }
  #person .person .person-img {
    margin-right: 30px;
    margin-left: 30px;
  }
  #person .arrow-up {
    left: -15px;
    top: 20px;
    transform: rotate(-90deg);
  }
  #person .person-say-content {
    display: flex;
    margin-top: 15px;
  }
  #person .person-say-content img {
    max-height: 100px;
    margin-right: 10px;
  }
  #person .person-say-content p {
    font-size: 14px;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .modal-body {
    max-height: 100%;
  }
  .modal-body-in .subtitle {
    margin-bottom: 25px;
  }
  .step-3 .customradio .radiotext {
    font-size: 14px;
  }
  .title-h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .modal-dialog {
    top: unset;
    left: unset;
    transform: unset !important;
    margin: 1.75rem auto;
    max-width: 390px;
  }
  .modal-body-in {
    padding: 20px;
  }
  .modal-body h1 {
    font-size: 20px;
  }
  .modal-body-in-quest {
    border: unset;
    padding: 15px 0px;
  }
  .modal-body-in-quest .form-link {
    font-size: 18px;
  }
  .questing {
    text-align: center;
    order: 2;
    border-top: 1px solid #C4C4C4;
    margin-top: 15px;
    padding-top: 15px;
  }
  .right-in {
    max-width: 60%;
    display: none !important;
  }
  #person {
    padding: 0 10px;
    overflow: hidden;
  }
  #person .person {
    padding: 10px 0;
  }
  #person .person .name {
    font-size: 18px;
    width: 50%;
    float: left;
    padding-bottom: 5px;
  }
  #person .person .position {
    font-size: 12px;
    padding-top: 3px;
    width: 44%;
    float: right;
    margin-right: 10px;
  }
  #person .person .person-img {
    margin-right: 10px;
  }
  .tooltip-help {
    margin-top: 15px !important;
  }
}
@media (max-width: 768px) {
  #person .person .name {
    width: 100%;
  }
  #person .person .position {
    float: none;
    width: 100%;
  }
  .person-mobile .person-sayy {
    font-weight: 600;
    margin-top: 5px;
  }
}
.tooltip-help {
  display: inline-flex;
}

.tooltip-span {
  background-color: #CFAE8A;
  color: #fff;
  font-size: 8px;
  height: 15px;
  width: 15px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
  margin-left: 5px;
}

.tooltip-inner {
  background-color: #6F9EFF;
  color: #fff;
  width: 100%;
  max-width: 450px;
  opacity: 1;
}

.close {
  position: absolute;
  right: -25px;
  top: -25px;
  z-index: 999;
  font-size: 30px;
  height: 50px;
  width: 50px;
  background-color: #CFAE8A !important;
  color: white;
  opacity: 1;
  border-radius: 100%;
  text-shadow: none;
  border: none;
}
.close:hover {
  background-color: #FFF !important;
  color: #CFAE8A;
  opacity: 1;
}

.container-sm {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 54px;
  color: #23201D;
  font-weight: 600;
}

h2 {
  font-size: 32px;
  color: #23201D;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.5;
}

h3 {
  font-size: 24px;
  color: #23201D;
}

.btn-check:focus + .btn-primary, .btn-primary:active:focus, .btn-primary:focus, .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  background-color: #23201D;
  border: 1px solid #23201D;
  color: #FFF;
  box-shadow: none;
}

.btn {
  font-size: 16px;
  padding: 15px 50px;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: 0.3s;
  text-transform: uppercase;
}

.btn-primary {
  background-color: #463A2C;
  border: 1px solid #463A2C;
  color: #FFF;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:disabled {
  background-color: #B86B16;
  border: 1px solid #B86B16;
  color: #FFF;
}

p {
  font-size: 16px;
  line-height: 1.6;
  color: #23201D;
  margin-bottom: 0;
}

.special-list {
  list-style: none;
  padding-left: 15px;
}
.special-list li {
  color: #23201D;
  font-size: 18px;
  margin-bottom: 5px;
}
.special-list li:before {
  content: "•";
  color: #463A2C;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.border-images {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert-dark {
  background-color: #CFAE8A;
  border: 1px solid #CFAE8A;
}

.header {
  padding: 150px 0;
  position: relative;
}
.header-in {
  text-align: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.header-images {
  max-width: 1600px;
  text-align: center;
  margin-bottom: 100px;
  margin-top: 100px;
}
.header-images-in {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-images-01 {
  height: 430px;
  margin-top: 200px;
}
.header-images-02 {
  height: 450px;
}
.header-images-03 {
  height: 300px;
  margin-top: 350px;
}
.header-images-04 {
  height: 300px;
}
.header-images-05 {
  height: 300px;
}

.config {
  background-color: #CFAE8A;
}
.config-img {
  max-height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 10px;
}

.about-in {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  background-color: #CFAE8A;
  border-radius: 10px;
  padding: 150px 180px;
  text-align: center;
  position: relative;
}
.about-in:before {
  content: "";
  height: 120px;
  width: 120px;
  background-color: #B86B16;
  top: 30px;
  left: -60px;
  position: absolute;
  border-radius: 10px;
}
.about-in h2 {
  margin-bottom: 40px;
}
.about-in p {
  margin-bottom: 50px;
}
.about-img {
  position: absolute;
  bottom: -100px;
  right: -110px;
  border-radius: 10px;
  overflow: hidden;
}
.about-img img {
  max-height: 300px;
}

.category-in {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.category-in-content {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  text-align: center;
  width: 100%;
  padding-top: 50px;
  background: rgb(70, 58, 44);
  background: linear-gradient(180deg, rgba(70, 58, 44, 0) 0%, rgba(70, 58, 44, 0.8) 75%, rgba(70, 58, 44, 0.8) 100%);
}
.category-in-content h2 {
  color: #FFF;
}
.category-in img {
  transition: 0.5s;
}
.category-in:hover img {
  transform: scale(1.2);
}

footer {
  background-color: #463A2C;
  color: #F3EBE2;
  padding: 50px 0 25px 0;
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
footer img {
  max-height: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #F3EBE2;
}
footer .list-inline-item {
  padding: 0 25px;
}
footer ul, footer li {
  list-style: none;
}
footer a {
  color: #F3EBE2;
  font-size: 16px;
  text-decoration: none;
}
footer a:hover {
  color: #F3EBE2;
  text-decoration: underline;
}
footer .credits p {
  font-size: 14px;
  color: #F3EBE2;
}
footer .credits a {
  font-size: 14px;
  color: #F3EBE2;
  text-decoration: none;
}
footer .credits a:hover {
  color: #F3EBE2;
  text-decoration: underline;
}

#instafeed {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 3px;
  margin-left: auto;
  margin-right: auto;
}

.instagrid .instagram-photo {
  flex: 1 1 33%;
  padding: 10px;
  position: relative;
}
.instagrid .instagram-photo:hover:after {
  opacity: 1;
}

.instagrid .instagram-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  max-height: 300px;
  border-radius: 5px;
}

.meet {
  position: relative;
  overflow: hidden;
}
.meet h2 {
  display: block;
  margin-bottom: 90px;
}
.meet .line {
  height: 1px;
  background-color: #463A2C;
  width: 100%;
  left: 0px;
  margin-top: 20px;
  position: absolute;
}
.meet .arrows {
  position: relative;
  max-width: 150px;
  margin-left: auto;
}
.meet .arrows .swiper-button-next:after {
  content: url("../img/arrow-2.svg");
  height: 50px;
  width: 50px;
  transform: rotate(180deg);
}
.meet .arrows .swiper-button-prev:after {
  content: url("../img/arrow-2.svg");
  height: 50px;
  width: 50px;
}
.meet .swiper-slide .number {
  width: fit-content;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #FFF;
  background-color: #23201D;
  margin-bottom: 30px;
}
.meet .swiper-slide .title {
  font-size: 24px;
  margin-bottom: 20px;
}

@media (max-width: 1400px) {
  .navbar .col-xl-3 {
    display: flex;
    align-items: center;
  }
  .navbar .col-xl-3 .navbar-toggler {
    height: 40px;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
  }
  section {
    padding: 50px 0;
  }
  .header {
    padding: 50px 0;
  }
  .header-images {
    margin: 0px;
  }
  .header-images-in {
    margin-left: auto;
    margin-right: auto;
  }
  .header-images-01 {
    max-height: 300px;
    margin-top: 0px;
  }
  .header-images-02 {
    height: auto;
  }
  .header-images-03 {
    margin-top: 0px;
    height: auto;
    max-height: 300px;
  }
  .header-images-04 {
    max-height: 300px;
  }
  .header-images-05 {
    height: auto;
  }
  .about-in {
    padding: 20px;
  }
  .about-in::before {
    bottom: 50px;
    top: unset;
    z-index: 2;
  }
  .about-img {
    position: relative;
    bottom: 0px;
    left: 0px;
    display: inline-block;
  }
  .footer .list-inline-item {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */