:root {
  --txt-color: #242424;
  --firebrick: #ba1c1b;
  --nav-link: #13131354;
  --dim-grey: #67676766;
  --white: white;
}

.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 {
  color: var(--txt-color);
  flex-direction: column;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bicubik, sans-serif;
  font-size: 4.1vw;
  line-height: 1.3em;
}

h2 {
  color: var(--firebrick);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bicubik, sans-serif;
  font-size: 3.6vw;
  line-height: 1.3em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.2em;
}

h4 {
  min-width: 40px;
  min-height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4em;
}

a {
  color: #333;
  min-width: 40px;
  min-height: 20px;
  font-size: 16px;
  line-height: 1.4em;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 3px solid #ebebeb;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 19px;
  line-height: 1.6em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 80px;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-label.cc-box {
  justify-content: space-between;
  display: flex;
}

.style-guide-section {
  background-color: #fff;
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px #0003;
}

.butt {
  color: #fff;
  letter-spacing: .5px;
  cursor: pointer;
  background-color: #3898ec;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 9px 50px;
  font-weight: 400;
  text-decoration: none;
  transition: box-shadow .2s;
  display: inline-block;
  box-shadow: 0 1px 1px #0000;
}

.butt:hover {
  box-shadow: 0 10px 20px #0000001a;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.type-column-1 {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.style-guide-title {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.color-block {
  background-color: #ebebeb;
  border-radius: 4px;
  height: 70px;
  margin-top: 30px;
}

.color-block.cc-font-color-dark {
  background-color: #222;
}

.color-block.cc-font-color-light {
  background-color: #aaa;
}

.color-block.cc-brand-color-1 {
  background-color: #3898ec;
}

.color-block.cc-brand-color-2 {
  background-color: #c860db;
}

.color-block.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.color-block.cc-light-grey-2 {
  background-color: #ccc;
}

.style-guide-subhead {
  color: #ec3872;
  background-color: #ec38721a;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
}

.style-guide-wrap {
  background-color: #f3f3f5;
  padding-top: 1px;
  padding-bottom: 1px;
}

.style-guide-divider {
  background-color: #f3f3f5;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.c-form__formfield {
  background-color: #f3f3f5;
  border: 1px #ccc;
  border-radius: 4px;
  height: 44px;
  line-height: 44px;
}

.c-form__formfield:hover {
  border-color: #636363;
}

.c-form__formfield:focus {
  border-color: #3898ec;
}

.c-form__formfield::placeholder {
  font-size: 16px;
}

.c-form__success {
  color: #20ce7b;
  background-color: #20ce7b1a;
  border-radius: 4px;
}

.c-form__error {
  color: #ec3872;
  text-align: center;
  background-color: #ec38721a;
  border-radius: 4px;
}

.c-con {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1512px;
  margin-bottom: 15px;
  padding-left: 11.2vw;
  padding-right: 11.2vw;
  display: flex;
}

.c-con.c-footer_con {
  flex-flow: column;
}

.c-con.c-nav-con, .c-con.c-homehero_con {
  flex-direction: row;
  justify-content: space-between;
}

.c-con.c-exper_con {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.c-con.c-terms_con {
  justify-content: flex-start;
  align-items: flex-start;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 600px;
  display: flex;
}

.c-footer {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-footer_wrap {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 106%;
  margin-top: 2.2vw;
  margin-bottom: 2.2vw;
  display: flex;
}

.c-footer_logo {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.c-footer_logoimg {
  object-fit: contain;
  object-position: 0% 50%;
}

.c-footer_link {
  color: var(--txt-color);
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  font-size: 12px;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.c-footer_link:hover {
  text-decoration: underline;
}

.c-footer_link._01 {
  padding-left: 10px;
  padding-right: 0;
}

.c-footer_link._02 {
  margin-left: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.c-footer_copyright {
  color: #fff;
}

.c-footer_div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-footer-par {
  color: #9f9f9f;
}

.c-footer_head {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.c-norm {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.c-norm.c-homehero {
  padding-top: 102px;
  padding-bottom: 75px;
}

.c-norm.c-about {
  padding-top: 0;
  padding-bottom: 0;
}

.c-norm.c-exper {
  padding-top: 120px;
}

.c-norm.c-services {
  padding-top: 0;
  padding-bottom: 65px;
}

.c-norm.c-link {
  padding-top: 0;
}

.c-norm.c-contact {
  padding-top: 0;
  padding-bottom: 3vw;
}

.c-norm.c-events {
  padding-top: 0;
  padding-bottom: 7.3vw;
}

.c-norm.c-terms {
  padding-top: 10vw;
  padding-bottom: 100px;
}

.c-norm__leftwrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.c-norm__rightwrap {
  width: 50%;
  margin-left: 40px;
}

.c-nav {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.c-nav_brand {
  padding-left: 0;
}

.c-nav_link {
  color: var(--nav-link);
  padding-left: 25px;
  padding-right: 25px;
}

.c-nav_link:hover {
  color: #131313b3;
}

.c-nav_link:active {
  color: var(--firebrick);
}

.c-nav_link.w--current, .c-nav_link.w--current:hover {
  color: var(--nav-link);
}

.c-nav_link.c-menu_link-is-big {
  color: #fff;
  background-color: #3898ec;
  border-radius: 20px;
  padding: 8px 62px;
}

.c-nav__dropshadow {
  display: none;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 11px #0000002b;
}

.c-nav__brandimg {
  flex: 1;
  align-self: auto;
}

.c-nav_menuwrap {
  align-items: center;
  display: flex;
}

.heading {
  margin-bottom: 22px;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-2 {
  margin-bottom: 24px;
}

.text-field {
  width: 50%;
}

.burger {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px #28078026;
}

.b1-bar1 {
  background-color: #858eca;
  width: 30px;
  height: 4px;
}

.b1-bar2 {
  background-color: #858eca;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

.b1-middle {
  background-color: #858eca;
  width: 4px;
  height: 0;
}

.b1-bar3 {
  background-color: #858eca;
  width: 30px;
  height: 4px;
}

.c-homehero_head {
  max-width: 60vw;
}

.c-homehero_head.cc-it {
  max-width: 56vw;
}

.c-homehero_link {
  background-color: var(--firebrick);
  color: #fafafa;
  text-align: center;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 13vw;
  max-width: 196px;
  height: 13vw;
  max-height: 196px;
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: relative;
}

.c-homehero_link:hover {
  background-color: #dc4544;
}

.c-link_img {
  width: .9vw;
  height: .9vw;
  position: absolute;
  bottom: 54%;
  right: 23%;
}

.c-link_img.cc-it {
  right: 12%;
}

.divider {
  background-color: var(--dim-grey);
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

.divider.cc-opacity {
  background-color: #6767674d;
  margin-top: 13px;
  margin-bottom: 27px;
}

.c-about_wrap {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 6.6vw;
  margin-bottom: 4.7vw;
  display: flex;
}

.c-about_wrap.cc-margin {
  margin-top: 3vw;
  margin-bottom: 2vw;
}

.c-wrap_col {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 31%;
  display: flex;
}

.c-wrap_col.cc-last {
  justify-content: flex-start;
}

.c-wrap_col.cc-large {
  width: 62%;
}

.c-wrap_col.cc-padding {
  justify-content: center;
  align-items: flex-start;
}

.c-about_head {
  color: var(--firebrick);
  text-transform: none;
  margin-top: 0;
  font-size: 3.2vw;
  line-height: 1.4em;
}

.c-about_head.cc-it {
  text-transform: uppercase;
}

.c-about_icon {
  margin-top: 10vw;
  margin-bottom: .5vw;
}

.c-about_icon.cc-mobile {
  display: none;
}

.c-about_par {
  color: #8e8e8e;
  max-width: 97%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5em;
}

.c-about_par.cc-margin {
  margin-bottom: 2.3vw;
}

.c-about_par.cc-auto {
  margin-top: auto;
}

.c-about_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-about_txt {
  color: var(--firebrick);
  margin-top: auto;
  font-size: 1.4vw;
  line-height: 1.5em;
}

.c-about_title {
  color: var(--firebrick);
  text-transform: uppercase;
  font-family: Bicubik, sans-serif;
  font-size: 2.6vw;
  font-weight: 400;
}

.c-about_parlarge {
  color: #8e8e8e;
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6vw;
  line-height: 1.3em;
}

.c-about_parlarge.cc-it {
  max-width: 99%;
}

.c-exper_img {
  position: sticky;
  top: 100px;
}

.c-exper_img.cc-mobile {
  display: none;
}

.c-exper_wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.c-norm_head {
  text-align: center;
  margin-bottom: 20px;
}

.c-wrap_con {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 3.4vw;
  display: flex;
}

.c-con_div {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.c-exper_par {
  max-width: 75%;
  font-size: 14px;
}

.c-exper_par.cc-min {
  max-width: 75%;
}

.c-exper_txt {
  color: #242424b3;
}

.c-services_wrap {
  grid-row-gap: 2vw;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 5vw;
  display: flex;
}

.c-services_item {
  border: 1px solid #86868633;
  flex-direction: column;
  align-items: flex-start;
  width: 32%;
  padding: 2vw .5vw 2vw 1vw;
  display: flex;
}

.c-services_item.cc-noborder {
  border-style: none;
}

.c-services_txt {
  color: #24242480;
  max-width: 56%;
  margin-top: 10px;
}

.c-item_head {
  max-width: 75%;
  margin-top: 12px;
  margin-bottom: 15px;
  margin-left: 13px;
  font-family: Inter, sans-serif;
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 1.4em;
}

.c-item_icon {
  margin-left: 13px;
}

.list {
  margin-bottom: 0;
  padding-left: 20px;
}

.list-item {
  margin-bottom: 10px;
}

.c-links_wrap {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.c-linkwrap_con {
  grid-row-gap: 3.3vw;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 52vw;
  display: flex;
}

.c-link_item {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.c-item_link {
  color: #111;
  max-width: 96%;
  margin-bottom: 15px;
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 1.5em;
}

.c-contact_wrap {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 5vw;
  display: flex;
}

.c-left_wrap {
  width: 29vw;
  margin-right: 5.47vw;
}

.c-right_wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 32vw;
  display: flex;
}

.c-contact_head {
  font-size: 3vw;
}

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

.c-event_item {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 57%;
  display: flex;
}

.c-event_item.cc-hide {
  display: none;
}

.c-eventwrap_con {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 52vw;
  display: flex;
}

.c-event_head {
  color: #8e8e8e;
  text-transform: uppercase;
  margin-bottom: auto;
  font-size: 1.2vw;
  font-weight: 500;
}

.c-item_img {
  aspect-ratio: auto;
  filter: grayscale();
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 16vw;
  min-height: 0;
  max-height: 226px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 2em;
  transition: all .4s;
}

.c-item_img:hover {
  filter: none;
}

.c-item_txt {
  color: #757575b3;
  font-size: 12px;
}

.c-con_rowwrap {
  grid-column-gap: 3vw;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.c-con_rowwrap.cc-last {
  margin-top: 30px;
}

.c-head_wrap {
  margin-right: 8vw;
  position: sticky;
  top: 100px;
}

.btn {
  border: 1px solid var(--txt-color);
  color: var(--txt-color);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.3vw;
  padding-bottom: 1.3vw;
  transition: all .4s;
  display: flex;
}

.btn:hover {
  background-color: var(--txt-color);
  color: var(--white);
}

.btn.c-events_btn {
  margin-top: 3vw;
  display: none;
}

.c-form_field {
  border: 1px #000;
  border-bottom: 1px solid #c8c8c84d;
  margin-bottom: 2vw;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.c-form_field::placeholder {
  color: #24242480;
}

.c-form_field.cc-selector {
  color: #24242480;
  cursor: pointer;
  background-color: #0000;
}

.form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.c-form_area {
  border: 1px solid #c8c8c84d;
  min-height: 60px;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.c-form_area::placeholder {
  color: #24242480;
}

.checkbox-field {
  margin-top: 20px;
  margin-bottom: 10px;
}

.checkbox-field._01 {
  margin-top: 10px;
}

.checkbox {
  background-color: #0000;
  margin-top: 10px;
}

.checkbox-label {
  margin-top: 6px;
  margin-bottom: 10px;
  font-size: 14px;
}

.c-footer_wrp {
  justify-content: flex-end;
  align-items: center;
  margin-left: 15px;
  display: flex;
}

.c-footer_socialwrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block {
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-left: 20px;
  display: flex;
}

.c-footer_txt {
  font-size: 12px;
}

.c-about_mobile {
  display: none;
}

.c-link_dropdown {
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  margin-left: 2vw;
}

.c-link_dropdown.cc-mobile {
  display: none;
}

.c-drop_toggle {
  grid-column-gap: 5px;
  background-color: #6767671a;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .5vw .5vw .5vw .88vw;
  font-size: .73vw;
  line-height: 1em;
  display: flex;
}

.c-drop_toggle:hover {
  background-color: #f9fafb;
}

.c-drop_list {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px #11179c12;
}

.c-drop_link {
  color: #101828;
  background-color: #6767674d;
  justify-content: flex-start;
  align-items: center;
  padding: .5vw .88vw;
  font-size: .73vw;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .1s;
  display: flex;
}

.c-drop_link:hover {
  background-color: var(--nav-link);
}

.text-block {
  line-height: 1em;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  font-size: .75rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_label {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_button {
  border: 2px solid var(--dim-grey);
  background-color: var(--dim-grey);
  color: var(--txt-color);
  text-align: center;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--nav-link);
  color: var(--txt-color);
  background-color: #f5f5f5;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  color: var(--txt-color);
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--nav-link);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--white);
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_button {
  border: 2px solid var(--nav-link);
  background-color: var(--nav-link);
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--dim-grey);
  color: var(--txt-color);
  background-color: #fff;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.text-span {
  font-size: 3.5vw;
}

.image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.c-nav_mobile_con {
  display: none;
}

.terms {
  margin-top: 5vw;
}

.terms h2 {
  color: var(--txt-color);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 2vw;
}

.terms p {
  margin-bottom: 20px;
}

.heading-3 {
  font-size: 4vw;
}

.bold-text {
  font-size: 15px;
}

.image-2 {
  overflow: visible;
}

@media screen and (min-width: 1440px) {
  .c-about_head.cc-it, .c-about_title {
    font-family: Bicubik, sans-serif;
  }

  .c-exper_par.cc-min {
    max-width: 75%;
  }

  .c-event_item {
    overflow: visible;
  }

  .c-link_dropdown {
    margin-left: 33px;
  }

  .c-drop_toggle, .c-drop_link {
    padding: 10px;
    font-size: 14px;
  }

  .heading-3 {
    font-size: 4vw;
  }
}

@media screen and (min-width: 1920px) {
  .c-con {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .c-homehero_head {
    max-width: 930px;
    font-size: 65px;
  }

  .c-homehero_head.cc-it {
    max-width: 45vw;
  }

  .c-homehero_link {
    font-size: 20px;
  }

  .c-wrap_col {
    width: 29%;
  }

  .c-about_head {
    font-size: 55px;
  }

  .c-about_txt {
    font-size: 24px;
  }

  .c-about_title {
    font-size: 40px;
  }

  .c-about_parlarge {
    font-size: 24px;
  }

  .c-norm_head {
    font-size: 55px;
  }

  .c-linkwrap_con {
    max-width: 768px;
  }

  .c-item_link {
    max-width: 86%;
    font-size: 16px;
  }

  .c-right_wrap {
    width: 480px;
  }

  .c-contact_head {
    font-size: 45px;
  }

  .c-contact_head.cc-it {
    max-width: 85%;
  }

  .c-eventwrap_con {
    max-width: 768px;
  }

  .btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-span {
    font-size: 56px;
    line-height: 1.2em;
  }
}

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

  h2 {
    font-size: 33px;
  }

  h3 {
    font-size: 24px;
  }

  .c-con {
    padding-left: 30px;
    padding-right: 30px;
  }

  .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .c-footer_wrap {
    flex-wrap: wrap;
  }

  .c-norm.c-exper {
    padding-top: 60px;
  }

  .c-norm.c-contact {
    padding-bottom: 100px;
  }

  .c-norm.c-terms {
    padding-top: 15vw;
  }

  .c-nav_link {
    color: var(--txt-color);
    text-align: center;
  }

  .c-nav_link.c-menu_link-is-big {
    border-radius: 0;
    padding: 20px;
  }

  .c-nav_btn, .c-nav_btn.w--open {
    color: #333;
    background-color: #0000;
  }

  .c-nav_menuwrap {
    background-color: #fff;
    padding-bottom: 20px;
  }

  .burger {
    box-shadow: none;
    background-color: #0000;
    width: auto;
    height: auto;
  }

  .b1-bar1, .b1-bar2, .b1-bar3 {
    background-color: var(--txt-color);
  }

  .c-homehero_head.cc-it {
    max-width: 60vw;
  }

  .c-homehero_link {
    width: 196px;
    height: 196px;
    margin-right: 5vw;
    font-size: 20px;
  }

  .c-link_img {
    width: 14px;
    height: 14px;
  }

  .c-wrap_col.cc-left {
    width: 24%;
  }

  .c-about_icon {
    margin-bottom: 4vw;
  }

  .c-about_par.cc-auto {
    margin-top: 0;
  }

  .c-about_txt {
    font-size: 18px;
  }

  .c-about_parlarge {
    font-size: 20px;
  }

  .c-exper_par.cc-min {
    max-width: 71%;
  }

  .c-services_item {
    width: 48%;
  }

  .c-services_item.cc-noborder {
    width: 100%;
  }

  .c-services_txt {
    max-width: 80%;
  }

  .c-item_head {
    font-size: 20px;
  }

  .c-linkwrap_con {
    flex-direction: column;
    align-items: center;
    max-width: 70vw;
  }

  .c-link_item {
    width: 100%;
  }

  .c-item_link {
    max-width: 100%;
    font-size: 20px;
  }

  .c-contact_wrap {
    justify-content: space-between;
  }

  .c-left_wrap {
    width: 31vw;
    margin-right: 0;
  }

  .c-right_wrap {
    width: 55vw;
  }

  .c-eventwrap_con {
    max-width: 70vw;
  }

  .c-event_head {
    font-size: 18px;
  }

  .c-item_img {
    height: 226px;
  }

  .c-head_wrap {
    margin-right: 3vw;
  }

  .c-footer_wrp {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-footer_socialwrap {
    justify-content: space-between;
  }

  .link-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .c-link_dropdown {
    margin-top: 20px;
    margin-left: 0;
    display: none;
  }

  .c-link_dropdown.cc-mobile {
    margin-top: 0;
    margin-right: 20px;
    display: block;
  }

  .c-drop_toggle {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8px;
    font-size: 12px;
  }

  .c-drop_list {
    border-radius: 0;
  }

  .c-drop_link {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .c-nav_mobile_con {
    align-items: center;
    display: flex;
  }

  .terms h2 {
    font-size: 18px;
  }

  .terms li {
    margin-bottom: 6px;
  }
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  h4, p, a {
    font-size: 15px;
  }

  .c-con.c-homehero_con, .c-con.c-exper_con {
    flex-direction: column;
  }

  .c-footer_wrap {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .c-footer_logo {
    margin-bottom: 22px;
  }

  .c-footer_copyright {
    margin-left: 30px;
    margin-right: 30px;
  }

  .c-norm.c-homehero {
    padding-bottom: 50px;
  }

  .c-norm.c-contact {
    padding-bottom: 100px;
  }

  .c-homehero_head {
    max-width: 100%;
    margin-bottom: 28px;
  }

  .c-homehero_head.cc-it {
    max-width: 100%;
  }

  .c-about_wrap {
    flex-direction: column;
    margin-bottom: 0;
  }

  .c-about_wrap.cc-margin {
    flex-direction: column;
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .c-wrap_col {
    width: 100%;
    margin-bottom: 40px;
  }

  .c-wrap_col.cc-large {
    width: 100%;
    margin-bottom: 20px;
  }

  .c-wrap_col.cc-left {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
  }

  .c-wrap_col.cc-center {
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .c-about_head {
    margin-bottom: 30px;
    font-size: 35px;
  }

  .c-about_icon {
    display: none;
  }

  .c-about_icon.cc-mobile {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .c-about_par {
    font-size: 16px;
  }

  .c-about_img {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    vertical-align: baseline;
    flex-flow: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
  }

  .c-about_txt {
    display: none;
  }

  .c-about_title {
    font-size: 25px;
  }

  .c-exper_img {
    width: 100%;
    display: none;
    position: static;
  }

  .c-exper_img.cc-mobile {
    display: block;
  }

  .c-norm_head {
    font-size: 50px;
  }

  .c-exper_par {
    max-width: 85%;
  }

  .c-links_wrap {
    flex-direction: column;
  }

  .c-linkwrap_con {
    max-width: 100%;
  }

  .c-contact_wrap {
    flex-direction: column;
  }

  .c-left_wrap {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .c-right_wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .c-contact_head {
    font-size: 35px;
  }

  .c-eventwrap_con {
    max-width: 100%;
  }

  .c-head_wrap {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    position: static;
  }

  .btn.c-events_btn {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn.c-submit_btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .c-footer_wrp {
    flex-direction: column;
    margin-top: 20px;
  }

  .c-footer_socialwrap {
    margin-bottom: 20px;
  }

  .c-footer_txt {
    order: 1;
    margin-top: 20px;
    margin-right: 0;
  }

  .c-about_mobile {
    background-color: var(--txt-color);
    color: var(--white);
    justify-content: center;
    align-items: center;
    max-width: 70%;
    padding: 20px;
    display: flex;
    position: absolute;
    inset: auto auto 5% 0%;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .text-span {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
    line-height: 1.4em;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 20px;
  }

  h4, p, a {
    font-size: 14px;
  }

  .c-con {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-con.c-about_con {
    padding-left: 0;
    padding-right: 0;
  }

  .c-footer {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .c-footer_wrap {
    flex-direction: column;
  }

  .c-footer_logo {
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    margin-bottom: 10px;
  }

  .c-footer_copyright {
    margin-left: 20px;
    margin-right: 20px;
  }

  .c-footer_div {
    flex-wrap: wrap;
  }

  .c-footer_head {
    margin-top: 20px;
  }

  .c-norm.c-exper {
    padding-bottom: 0;
  }

  .c-norm.c-terms {
    padding-top: 150px;
    overflow: hidden;
  }

  .c-nav {
    padding: 14px 0;
  }

  .c-nav_brand {
    max-width: 60%;
  }

  .c-nav__brandimg {
    flex: 0 auto;
    order: 0;
    align-self: auto;
  }

  .c-nav_btn {
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-nav_btn.w--open {
    background-color: #0000;
  }

  .c-homehero_head {
    font-size: 9.3vw;
    line-height: 1.5em;
  }

  .c-about_wrap.cc-margin, .c-wrap_col.cc-last, .c-wrap_col.cc-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-about_par {
    color: var(--txt-color);
  }

  .c-about_par.cc-margin {
    margin-bottom: 20px;
  }

  .c-about_img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .c-about_title {
    font-family: Bicubik, sans-serif;
  }

  .c-about_parlarge {
    color: var(--txt-color);
    max-width: 85%;
    font-size: 16px;
  }

  .c-norm_head {
    font-size: 11.6vw;
  }

  .c-wrap_con {
    margin-top: 20px;
  }

  .c-con_div {
    flex-direction: column;
    margin-top: -15px;
    margin-bottom: 30px;
  }

  .c-exper_par {
    max-width: 100%;
    line-height: 1.5em;
  }

  .c-exper_par.cc-min {
    max-width: 100%;
  }

  .c-exper_txt {
    background-color: #f2f2f2;
    border-radius: 5px;
    order: -1;
    margin-bottom: 15px;
    padding: 5px;
    font-size: 16px;
  }

  .c-services_wrap {
    grid-row-gap: 20px;
  }

  .c-services_item {
    width: 100%;
    padding: 30px 10px 30px 30px;
  }

  .c-services_item.cc-noborder {
    padding-bottom: 0;
    padding-left: 0;
  }

  .c-list_txt {
    font-size: 16px;
  }

  .c-links_wrap {
    justify-content: flex-start;
    margin-top: 50px;
  }

  .c-link_item {
    width: 100%;
  }

  .c-event_item {
    width: 100%;
    margin-bottom: 20px;
  }

  .c-eventwrap_con {
    flex-wrap: nowrap;
  }

  .c-event_head {
    color: var(--txt-color);
    font-size: 12px;
  }

  .c-item_img {
    height: 226px;
  }

  .c-con_rowwrap {
    flex-direction: column;
  }

  .c-form_field {
    margin-bottom: 20px;
  }

  .c-footer_socialwrap {
    margin-bottom: 40px;
  }

  .link-block {
    width: 30px;
    height: 30px;
  }

  .c-footer_txt {
    margin-left: auto;
    margin-right: auto;
  }

  .c-about_mobile {
    max-width: 85%;
    font-size: 20px;
    line-height: 1.5em;
  }

  .c-link_dropdown.cc-mobile {
    margin-right: 0;
  }

  .c-drop_toggle {
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-drop_link {
    padding-left: 10px;
    font-size: 12px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .text-span {
    font-size: 8vw;
    line-height: 1em;
  }
}


@font-face {
  font-family: 'Bicubik';
  src: url('../fonts/bicubik.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}