:root {
  --surface: #f5f7fd;
  --white: white;
  --buttonlargetg: #08c;
  --ontertiarycontainer: #dedede;
  --onsurface: #4b4;
  --laptop-s-margin: 6svw;
  --desktop-m-margin: var(--laptop-l-margin);
  --laptop-l-margin: var(--laptop-s-margin);
  --tablet-margin: 6svw;
  --mobile-margin-h: 6vw;
  --mobile-margin-v: 6svw;
  --blursurface: #f5f7fd26;
  --scrimsurface: #f5f7fdf2;
  --tertiary-red: #6c2624;
  --black: black;
  --desktop-l-margin: 6svw;
  --telegram: var(--ontertiarycontainer);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--surface);
  color: #1a1b1f;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: block;
  inset: 0%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #5d5d5d;
  font-size: 14px;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

a:hover {
  opacity: .95;
  color: #000;
}

a:active {
  color: #000;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #4b4b4b;
  width: 88vw;
  height: 1px;
  margin-top: 1svh;
  margin-bottom: 1svh;
  margin-left: auto;
  margin-right: auto;
}

.c-section {
  color: #4b4b4b;
  background-color: #0000;
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.c-section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.c-section.footer {
  min-height: auto;
}

.c-container {
  z-index: 1;
  background-color: #0000;
  flex: 0 auto;
  width: 100%;
  min-width: 0;
  max-width: 1140px;
  margin: auto;
  display: block;
  position: relative;
}

.h5 {
  opacity: 1;
  color: #4b4b4b;
  letter-spacing: .5px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
}

.h5.cc-bigger-light {
  opacity: .6;
}

.h5.c-hero__subline {
  width: 40%;
  font-family: Poppins, sans-serif;
  font-size: 2vw;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #4b4b4b;
  border: 1px solid #4b4b4b;
  border-radius: 100px;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.large-button {
  background-color: var(--white);
  text-align: center;
  width: 360px;
  padding: 16px 35px;
  font-size: 14px;
  font-weight: 200;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 32px;
  font-style: normal;
  font-weight: 100;
  line-height: 40px;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  color: #4b4b4b;
  font-family: Poppins, sans-serif;
}

.h3 {
  color: #4b4b4b;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: url("https://cdn.prod.website-files.com/5fb568e6571fed45016d32d7/603c8ab60e84427df2eb595a_l'eroica.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 48px;
  font-weight: 600;
  line-height: 70px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.logo-link {
  z-index: 1;
  align-items: center;
  display: flex;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  align-items: center;
  display: flex;
}

.navigation-wrap {
  opacity: .95;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 99999999;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-top: 0;
  padding: 20px 50px;
  font-family: Poppins, sans-serif;
  display: flex;
  position: static;
  top: 0;
}

.logo-image {
  display: block;
}

.logo-image.symbol {
  width: 36px;
}

.footer-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact-form-wrap {
  background-color: #eee;
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.about-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area"
  / 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  place-items: center;
  margin-bottom: 80px;
  display: grid;
}

.logo-text {
  color: #4b4b4b;
  padding-left: 4px;
  font-size: 42px;
  font-weight: 700;
}

.paragraph {
  color: #4b4b4b;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: 250px;
  max-width: 320px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  display: flex;
}

.bottom-banner-container {
  color: #0000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-wrapper {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 1vw;
  margin-right: 0;
  display: flex;
}

.btn__large {
  background-color: var(--white);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30vw;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 2vw 5vw;
  line-height: 8px;
  text-decoration: none;
  transition-property: color;
  transition-duration: .2s;
  display: flex;
}

.btn__large:hover {
  opacity: .8;
  color: #fff;
}

.image-4 {
  margin-left: .5vw;
  margin-right: 2.5vw;
  padding-left: 0;
  padding-right: 0;
}

.dropdown {
  color: #4b4b4b;
  border: 0 solid #000;
  border-radius: 99px;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.dropdown-toggle {
  background-color: var(--white);
  color: #5d5d5d;
  border-radius: 20px;
  height: auto;
  margin-left: 18px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 18px;
  transition: opacity .4s;
  display: block;
  box-shadow: 0 1px 6px 1px #00000026;
}

.dropdown-toggle:hover {
  opacity: .75;
}

.dropdown-toggle:active {
  background-color: #0000;
}

.dropdown-toggle.w--open {
  height: 36px;
  margin-left: 18px;
}

.icon {
  color: #4b4b4b;
  margin-right: 16px;
}

.header-dropdown-text {
  color: #4b4b4b;
  letter-spacing: 1px;
}

.dropdown-list {
  letter-spacing: 1px;
  background-color: #0000;
  margin-left: 0;
}

.dropdown-list.w--open {
  background-color: #0000;
  margin-top: -42px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 1px 6px 1px #00000026;
}

.dropdown-list.w--open:hover {
  background-color: #fff;
}

.dropdown-link-2 {
  background-color: var(--white);
  color: #4b4b4b;
  margin-left: 0;
  margin-right: 0;
  padding-left: 36px;
  padding-right: 16px;
}

.dropdown-link-2:hover {
  background-color: #f4f4f4;
}

.dropdown-link-2:active {
  background-color: #fff;
}

.dropdown-link-2.w--current {
  color: #4b4b4b;
  background-color: #f4f4f4;
}

.list {
  grid-column-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.body-3 {
  color: #5d5d5d;
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.list-item-2 {
  margin-bottom: 0;
}

.download-button {
  color: #5d5d5d;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #fff;
  border: 0 solid #4b4b4b;
  border-radius: 12px;
  margin-left: 8px;
  margin-right: 0;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  box-shadow: 0 1px 6px 1px #00000026;
}

.download-button:hover {
  opacity: .8;
  color: #8d8d8d;
  background-color: #fff;
}

.download-button:active {
  background-color: #fff;
}

.tabs-menu {
  display: flex;
}

.text-block-5 {
  color: #4b4b4b;
}

.display2 {
  color: #5d5d5d;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.display2:hover, .display2:active {
  color: #5d5d5d;
}

.display2.tg {
  color: #fff;
}

.button-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #5d5d5d;
  border-radius: 0;
  padding: 12px 25px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-2:active {
  background-color: #43464d;
}

.c-hero {
  color: #4b4b4b;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.h4 {
  color: #4b4b4b;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 32px;
  font-style: normal;
  font-weight: 100;
  line-height: 48px;
}

.h4.c-section__overline {
  font-family: Poppins, sans-serif;
  font-weight: 200;
}

.h4.c-hero__overline {
  font-weight: 100;
}

.h4.tagline-viewport {
  color: #fff;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 3vw;
  font-weight: 500;
  line-height: 6vw;
  display: flex;
}

.h2 {
  color: #fff;
  text-transform: none;
  background-color: #6c2624b3;
  border: 1px solid #fff;
  border-radius: 2vw;
  width: 40vw;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5vw;
  padding: 1vw;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 2vw;
}

.h2.c-hero__slogan {
  -webkit-text-fill-color: inherit;
  -webkit-text-fill-color: transparent;
  background-image: url("https://cdn.prod.website-files.com/5fb568e6571fed45016d32d7/603c8ab60e84427df2eb595a_l'eroica.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1vw;
  font-family: Poppins, sans-serif;
  font-size: 8vw;
  line-height: 13vw;
}

.c-hero__camera {
  perspective: 1000px;
  width: auto;
  height: 67vw;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.c-hero__images {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  object-fit: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  display: grid;
}

.c-hero__images-size {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.c-nav__container {
  flex: 1;
  max-width: 1140px;
  display: flex;
}

.c-hero__background {
  background-color: #887e7e1a;
  background-image: url("https://cdn.prod.website-files.com/5fb568e6571fed45016d32d7/603c8ab60e84427df2eb595a_l'eroica.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 50px;
  width: 400px;
  height: 200px;
  margin-left: 406px;
  position: absolute;
}

.div-block-3 {
  background-image: url("https://cdn.prod.website-files.com/5fb568e6571fed45016d32d7/603c8ab60e84427df2eb595a_l'eroica.jpg");
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
}

.body-2 {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.body-1, .bold-text, .text-block-6, .field-label, .field-label-2, .field-label-3 {
  font-family: Poppins, sans-serif;
}

.p5-canvas {
  background-color: #0000;
  width: 100svw;
  height: 100svh;
  position: absolute;
}

.div-block {
  flex-direction: column;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.label-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-4 {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.divider-2 {
  background-color: var(--ontertiarycontainer);
  width: 100%;
  height: 1px;
}

.paragraph-2 {
  text-transform: none;
  font-size: 16px;
}

.c-hero-2 {
  color: #4b4b4b;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.c-container-2 {
  z-index: 1;
  margin-right: var(--laptop-s-margin);
  margin-left: var(--laptop-s-margin);
  background-color: #0000;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  width: 88vw;
  min-width: 0;
  max-width: 1140px;
  display: flex;
  position: relative;
}

.navigation-2 {
  z-index: 99999999;
  background-color: #fffffff2;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-top: auto;
  padding: 20px 50px;
  display: flex;
  position: fixed;
  top: 0;
  box-shadow: 0 0 12px 2px #00000026;
}

.display2-2 {
  color: #5d5d5d;
  font-family: Poppins, sans-serif;
}

.display2-2:hover, .display2-2:active {
  color: #5d5d5d;
}

.navigation-wrap-2 {
  opacity: .95;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.c-nav__container-2 {
  flex: 1;
  max-width: 1140px;
  display: flex;
}

.dropdown-link-3 {
  color: #4b4b4b;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 36px;
  padding-right: 16px;
}

.dropdown-link-3:hover {
  background-color: #f4f4f4;
}

.dropdown-link-3:active {
  background-color: #fff;
}

.dropdown-link-3.w--current {
  color: #4b4b4b;
  background-color: #f4f4f4;
}

.dropdown-toggle-2 {
  color: #5d5d5d;
  background-color: #fff;
  border-radius: 20px;
  height: auto;
  margin-left: 18px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 18px;
  transition: opacity .4s;
  display: block;
  box-shadow: 0 1px 6px 1px #00000026;
}

.dropdown-toggle-2:hover {
  opacity: .75;
}

.dropdown-toggle-2:active {
  background-color: #0000;
}

.dropdown-toggle-2.w--open {
  height: 36px;
  margin-left: 18px;
}

.download-button-2 {
  color: #5d5d5d;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #fff;
  border: 0 solid #4b4b4b;
  border-radius: 12px;
  margin-left: 8px;
  margin-right: 0;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
  box-shadow: 0 1px 6px 1px #00000026;
}

.download-button-2:hover {
  opacity: .8;
  color: #8d8d8d;
  background-color: #fff;
}

.download-button-2:active {
  background-color: #fff;
}

.grdd_logo {
  flex: 0 auto;
  justify-content: flex-start;
  width: 30vw;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.c-container-3 {
  z-index: 1;
  background-color: #0000;
  flex: 1;
  width: 100%;
  min-width: 0;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.footer-wrap-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 3vw;
  padding-bottom: 1.5vw;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.body {
  background-color: var(--white);
  font-family: Poppins, sans-serif;
  inset: 0%;
}

.section.bg-canvas {
  background-image: url('../images/Artboard-–-20.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  min-height: 100vh;
  min-width: 100vw;
}

.section-2 {
  background-color: var(--blursurface);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100svw;
  height: 100svh;
}

.tagline-1, .tagline-2 {
  background-color: #6c2624b3;
  font-size: 2vw;
  position: relative;
}

.slider {
  background-color: #ddd0;
  margin-top: 10px;
}

.header-wrap {
  margin-bottom: 2svh;
  padding-top: 3svh;
  padding-left: 6vw;
  padding-right: 6vw;
}

.tagline-wrapper {
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 2svh;
  display: flex;
}

.slide-nav {
  text-align: center;
  line-height: 36px;
}

.h1.slogan {
  background-color: #0000;
  font-size: 6vw;
  line-height: 6vw;
  display: block;
}

.text-span-5 {
  color: #fff;
  background-color: #6c2624b3;
  font-size: 4vw;
  font-weight: 600;
  line-height: 6vw;
  display: block;
  position: relative;
}

.container-2 {
  display: flex;
}

.container-1 {
  justify-content: center;
  display: flex;
}

.div-block-5 {
  height: 100svh;
}

.c-hero-3 {
  background-color: #f5f7fd;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.c-hero__container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 1280px;
  margin-left: 4vw;
  margin-right: 4vw;
  display: flex;
}

.herosubtitle {
  color: #4b4b4b;
  font-family: Poppins, sans-serif;
  font-size: 5vw;
  font-weight: 500;
  line-height: 10vw;
}

.grid-00 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

.text-block-2 {
  color: #4b4b4b;
  margin-top: 56px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
}

.body-4 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.body-4.brandvoicedesc {
  margin-top: 16px;
}

.c-nav {
  background-color: #0000;
  border: 0 solid #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.c-nav__container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--surface);
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100vw;
  max-width: none;
  margin: 0 0 10px;
  padding-top: 3.3svw;
  display: flex;
}

.menu-button-3 {
  z-index: 1000;
  padding: 3.3svw var(--laptop-s-margin) 0svw 0svw;
  background-color: #0000;
  margin-right: 0;
}

.menu-button-3.w--open, .menu-button-3.w--open:hover {
  background-color: #0000;
}

.icon-4 {
  font-size: 36px;
  line-height: 36px;
}

.nav-menu {
  background-color: var(--scrimsurface);
  color: var(--onsurface);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100vw;
  min-width: 0;
  height: 100%;
  margin-top: 0;
  margin-right: 0;
  padding-top: 15svw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0);
}

.nav-menu:hover {
  background-color: var(--scrimsurface);
}

.nav-menu:focus {
  background-color: #ffffffd9;
}

.c-nav__menu-item {
  color: var(--tertiary-red);
  white-space: nowrap;
  width: 100%;
  font-size: 6svw;
  font-weight: 500;
  line-height: 6svw;
}

.c-nav__menu-item:hover {
  background-color: var(--surface);
  color: #4b4b4b;
}

.c-nav__menu-item:active, .c-nav__menu-item:focus {
  color: #4b4b4b;
  background-color: #f8f8f8;
}

.c-nav__menu-item.w--current {
  color: var(--onsurface);
  background-color: #0000;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 6svw;
  position: static;
}

.c-nav__menu-item.w--current:hover {
  background-color: var(--surface);
  color: var(--onsurface);
}

.c-section-2 {
  background-color: #0000;
  border: 0 solid #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.c-section__headline-overline {
  min-height: 0;
  margin-top: 32px;
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.grid-09 {
  grid-column-gap: 2vw;
  grid-row-gap: 6vw;
  flex: 0 auto;
  grid-template: ". Area"
                 ". Area-2"
                 ". ."
                 ". ."
                 / 1fr 1fr 1fr;
}

.c-section__container {
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1280px;
  margin-left: 4vw;
  margin-right: 4vw;
  display: flex;
}

.c-section__headline {
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 30px;
  display: flex;
}

.brandvoicetitle {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.body-5 {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.body-5.desctitle {
  font-family: Poppins, sans-serif;
}

.c-section__headline-title {
  margin-top: 36px;
  margin-bottom: 36px;
  font-family: Poppins, sans-serif;
  font-size: 80px;
  line-height: 32px;
}

.c-section__headline-subline {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
}

.brandvoicesubtitle {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.filter-section {
  flex-flow: row;
  align-items: center;
  height: 68px;
  display: flex;
}

.body-6 {
  background-color: #f5f7fd;
  flex-flow: column;
  display: flex;
}

.city-name {
  text-align: center;
  padding-bottom: 0;
  font-size: 3svw;
  font-weight: 200;
  line-height: 3svw;
}

.country-name {
  text-align: center;
  font-size: 1.4svw;
  font-weight: 500;
  line-height: 1.4svw;
}

.country-name.continent {
  color: #0000;
}

.ambassor-link {
  color: #6c2624;
  text-align: center;
}

.statics-number {
  font-size: 3svw;
  font-weight: 700;
  display: block;
}

.statics-wrapper {
  grid-column-gap: 1.8svw;
  grid-row-gap: 1.8svw;
  text-align: center;
  background-color: #0000;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.collection-list-wrapper {
  background-color: #6c2624;
  width: 100svw;
  margin-top: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}

.collection-item {
  color: #1a1b1f;
  background-color: #f5f7fd;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 30svw;
  padding: 2svw;
  font-family: Poppins, sans-serif;
  display: flex;
}

.collection-item:hover {
  color: #fff;
  background-color: #6c2624;
}

.collection-list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  display: grid;
}

.quote.overline {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 36px;
}

.quote.underline {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.quote.content {
  background-color: #fff;
  margin-top: 1svh;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.quote.block {
  margin-bottom: 80px;
}

.apply-button-wrapper {
  margin-bottom: 10svh;
}

.paragraph-3 {
  font-size: 10px;
  line-height: 16px;
}

.button-3 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.apply-button {
  color: #4b4b4b;
  text-align: center;
  background-color: #fff;
  border-radius: 20svw;
  margin-bottom: 1svh;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  display: block;
}

.apply-button.bottom {
  background-color: #f5f7fd;
}

.statics-unit {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.3svw;
  font-weight: 300;
  line-height: 1.3svw;
}

.ambassador-photo {
  justify-content: center;
  display: flex;
}

.image-10 {
  border-radius: 100svw;
}

.section-3 {
  column-count: 0;
  margin-top: 3vw;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 1.2vw;
  padding-right: 1.2vw;
}

.section-3.label {
  margin-bottom: 0;
  padding-bottom: 1.2svw;
  padding-left: 1.2svw;
  padding-right: 1.2svw;
  position: fixed;
  inset: auto 0% 0%;
}

.tag-block {
  flex-direction: column;
  display: flex;
}

.heading-jumbo-2 {
  color: #1a1b1f;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 200;
  line-height: 80px;
}

.continent-label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.continent-label.larger {
  text-indent: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.data-grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.divider-3 {
  background-color: #1a1b1f;
  height: 1px;
}

.paragraph-4 {
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.code-display {
  background-color: #0000;
  width: 100vw;
  min-height: 100svh;
  display: block;
}

.rich-text-block {
  width: auto;
  height: auto;
  min-height: 0;
}

.body---am {
  background-color: #f5f7fd;
  flex-flow: column;
  font-family: Poppins, sans-serif;
  display: flex;
}

.image-11 {
  border-radius: 100svw;
  width: 42px;
  height: 42px;
}

.div-block-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.link-block {
  background-color: #0000;
  background-image: url('../images/shin.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100svw;
  flex: 0 auto;
  width: 5svw;
  height: 5svw;
}

.body-8 {
  background-color: #f5f7fd;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.image-12 {
  width: 35svw;
}

.div-block-11 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.div-block-12 {
  background-image: url('../images/peace_24dp_4D4D4D.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #4d4d4d;
  border-radius: 100svw;
  width: 42px;
  height: 42px;
}

.city-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-13 {
  width: 10px;
  height: 100px;
}

.flex-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  align-items: center;
}

.title-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.ambassador-container {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 100svw;
  width: 5svw;
  height: 5svw;
}

.item-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  align-items: flex-start;
  margin-top: 12px;
  display: flex;
}

.empty-state {
  background-color: #0000;
}

.fs-checkbox_field {
  align-items: center;
  padding-left: 0;
  display: flex;
}

.fs-checkbox_button {
  text-align: left;
  margin-top: 0;
}

.fs-checkbox_button:focus-visible, .fs-checkbox_button[data-wf-focus-visible] {
  border: 1px solid #000;
}

.fs-checkbox_button.is-active {
  margin-left: 0;
  margin-right: 4px;
}

.collection-list-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.form-block {
  flex-flow: column;
  align-items: flex-start;
  width: 92svw;
  margin-left: 4svw;
  margin-right: 4svw;
  padding-right: 8svw;
  display: flex;
}

.checkbox-field {
  display: flex;
}

.checkbox-label {
  text-align: left;
  padding-left: 20px;
}

.form {
  padding-left: 20px;
}

.code-embed {
  width: 36px;
  height: 36px;
}

.checkbox {
  width: auto;
  height: auto;
}

.activity-icon-item {
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #4d4d4d;
  border-radius: 100svw;
  width: 48px;
  height: 48px;
}

.collection-list-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
  position: fixed;
}

.empty-state-2, .empty-state-3 {
  background-color: #0000;
}

.p5-container {
  background-color: #d35353;
  width: 100%;
  min-height: 100svh;
}

.search-wrapper {
  flex-flow: row;
  align-items: center;
  display: flex;
}

.form-block-2 {
  display: block;
}

.form-2 {
  display: flex;
}

.search-bar {
  width: 60svw;
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 4svw;
  height: auto;
  margin-top: 0;
  font-size: 36px;
  line-height: 36px;
  display: flex;
}

.body-9 {
  background-color: var(--surface);
}

.body---city {
  background-color: var(--surface);
  display: block;
}

.search-bar-wrapper {
  flex-flow: row;
  align-items: center;
  display: flex;
}

.btn_large_tg {
  background-color: #08c;
  border: 1px solid #fff;
  border-radius: 30vw;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 2vw 5vw;
  display: flex;
}

.btn_large_tg:hover {
  opacity: .8;
}

.btn___large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #fff;
  border-radius: 30vw;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 2vw 5vw;
  line-height: 8px;
  display: flex;
}

.btn___large:hover {
  opacity: .8;
}

@media screen and (min-width: 1280px) {
  .divider {
    background-color: #4b4b4b;
    width: 88vw;
  }

  .button-wrapper {
    flex-flow: wrap;
  }

  .btn__large {
    background-color: var(--buttonlargetg);
  }

  .h4.tagline-viewport {
    font-size: 3vw;
    line-height: 3vw;
  }

  .h2.c-hero__slogan {
    font-size: 7vw;
  }

  .c-hero-2 {
    padding-left: 52px;
    padding-right: 52px;
  }

  .c-container-2 {
    margin-right: var(--laptop-s-margin);
    margin-left: var(--laptop-s-margin);
  }

  .footer-wrap-2 {
    padding-bottom: 1.5vw;
    inset: auto 0% 0%;
  }

  .h6 {
    font-size: 14px;
    font-weight: 500;
  }

  .text-block-7 {
    font-weight: 300;
  }

  .section.bg-canvas {
    background-image: url('../images/Artboard-–-20.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    min-height: 100vh;
    min-width: 100vw;
  }

  .tagline-1, .tagline-2 {
    font-size: 2vw;
  }

  .slider {
    width: 88vw;
  }

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

  .h1.slogan, .text-span-5 {
    font-size: 4vw;
  }

  .c-hero__container {
    max-width: 1280px;
    margin-left: 52px;
    margin-right: 52px;
  }

  .image-3 {
    padding-left: 8px;
  }

  .herosubtitle {
    font-size: 78px;
    line-height: 100px;
  }

  .grid-00 {
    grid-template-columns: 1fr 1fr;
  }

  .body-4 {
    margin-top: 0;
  }

  .body-4.brandvoicedesc {
    margin-bottom: 16px;
  }

  .body-4.desc {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .c-nav {
    flex: 0 auto;
    margin-right: 0;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .c-nav__container-3 {
    flex-flow: column;
    flex: 1;
    align-self: stretch;
    align-items: flex-start;
    width: 100vw;
    max-width: 1280px;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button-3 {
    background-color: #0000;
  }

  .nav-menu {
    background-color: var(--scrimsurface);
    margin-right: 0;
    position: fixed;
    inset: 0%;
  }

  .grid-09 {
    grid-column-gap: 26px;
    grid-row-gap: 52px;
  }

  .c-section__container {
    max-width: 1280px;
    margin-left: 52px;
    margin-right: 52px;
  }

  .body-5.desctitle {
    font-weight: 500;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .city-name {
    padding-bottom: 0;
    font-size: 2.2svw;
    font-weight: 200;
    line-height: 2.2svw;
  }

  .country-name {
    text-align: center;
    font-size: 1svw;
    line-height: 1svw;
  }

  .statics-number {
    font-size: 2.8svw;
  }

  .statics-wrapper {
    grid-column-gap: 1svw;
    grid-row-gap: 1svw;
    margin-top: 0;
    margin-bottom: 0;
  }

  .collection-list-wrapper {
    width: 100svw;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .collection-item {
    color: #1a1b1f;
    background-color: #f5f7fd;
    height: 27svw;
    padding: 2svw;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .quote {
    font-size: 56px;
    font-weight: 600;
    line-height: 56px;
  }

  .quote.overline {
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
  }

  .quote.underline {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
  }

  .quote.content {
    margin-top: 10px;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
  }

  .quote.block {
    margin-bottom: 80px;
  }

  .grid-10 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .statics-unit {
    margin-bottom: 0;
    font-size: 1.2svw;
    line-height: 1.2svw;
  }

  .ambassador-photo {
    justify-content: center;
    display: flex;
  }

  .section-3.label {
    padding-bottom: 1svw;
    padding-left: 1svw;
    padding-right: 1svw;
  }

  .data-grid {
    margin-bottom: 0;
  }

  .body---am {
    flex-flow: column;
  }

  .div-block-10 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .city-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-13 {
    position: relative;
  }

  .flex-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .title-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .ambassador-container {
    width: 4.5svw;
    height: 4.5svw;
  }

  .item-list {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: wrap;
    margin-top: 14px;
    display: flex;
  }

  .empty-state {
    background-color: #0000;
  }

  .collection-list-wrapper-2 {
    flex-flow: wrap;
  }

  .fs-checkbox_field {
    display: flex;
  }

  .fs-checkbox_button.is-active {
    margin-right: 4px;
  }

  .activity-icon-item {
    display: block;
  }

  .collection-list-5 {
    display: flex;
  }

  .empty-state-2, .empty-state-3 {
    background-color: #0000;
  }

  .collection-item-4 {
    display: block;
  }

  .lottie-animation {
    background-color: #0000;
    justify-content: center;
    align-items: center;
  }

  .search-bar-wrapper {
    align-items: center;
  }
}

@media screen and (min-width: 1440px) {
  .c-container-2 {
    margin-right: var(--laptop-l-margin);
    margin-left: var(--laptop-l-margin);
  }

  .c-nav {
    margin-top: 0;
    margin-right: 0;
    inset: 0% 0% auto auto;
  }

  .c-nav__container-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .nav-menu {
    background-color: var(--scrimsurface);
    position: fixed;
    inset: 0%;
  }

  .city-name {
    padding-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 1.8svw;
    font-weight: 200;
    line-height: 1.8svw;
  }

  .country-name {
    font-size: .85svw;
    line-height: .8svw;
  }

  .statics-number {
    font-size: 2.5svw;
    line-height: 2.5svw;
  }

  .statics-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .collection-list-wrapper {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .collection-item {
    background-color: #f5f7fd;
    height: 26svw;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .statics-unit {
    margin-bottom: 0;
    font-size: 1svw;
    line-height: 1svw;
  }

  .ambassador-photo {
    justify-content: center;
    display: flex;
  }

  .section-3.label {
    padding-bottom: 1svw;
    padding-left: 1svw;
    padding-right: 1svw;
  }

  .body---am {
    flex-flow: column;
  }

  .city-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .ambassador-container {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: cover;
    width: 4svw;
    height: 4svw;
  }

  .item-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 16px;
  }

  .empty-state, .empty-state-2, .empty-state-3 {
    background-color: #0000;
  }

  .body-9 {
    background-color: var(--surface);
  }
}

@media screen and (min-width: 1920px) {
  .c-container-2 {
    margin-right: var(--desktop-m-margin);
    margin-left: var(--desktop-m-margin);
  }

  .body {
    flex-flow: column;
  }

  .c-nav {
    margin-top: 0;
    margin-right: 0;
    inset: 0% 0% auto auto;
  }

  .c-nav__container-3 {
    flex-flow: column;
    display: flex;
  }

  .nav-menu {
    background-color: var(--scrimsurface);
    position: fixed;
  }

  .city-name {
    padding-bottom: 0;
  }

  .country-name {
    text-align: center;
    font-size: 1.4svw;
    line-height: 1.4svw;
  }

  .statics-number {
    text-align: center;
    font-size: 3svw;
    font-weight: 700;
    line-height: 3svw;
  }

  .statics-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .collection-list-wrapper {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .collection-item {
    background-color: #f5f7fd;
  }

  .collection-list {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .statics-unit {
    text-align: center;
    margin-bottom: 0;
    font-size: 1svw;
    font-weight: 300;
    line-height: 1svw;
  }

  .ambassador-photo {
    justify-content: center;
    display: flex;
  }

  .body---am {
    flex-flow: column;
  }

  .image-12 {
    width: auto;
  }

  .city-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .ambassador-container {
    width: 3.5svw;
    height: 3.5svw;
  }

  .item-list {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    margin-top: 16px;
  }

  .empty-state {
    flex-flow: column;
    display: block;
  }

  .collection-list-wrapper-2, .empty-state-2, .empty-state-3 {
    background-color: #0000;
  }
}

@media screen and (max-width: 991px) {
  .divider {
    background-color: #4b4b4b;
    width: 88vw;
    margin-top: 1svh;
    margin-bottom: 1svh;
  }

  .c-section {
    border-radius: 1px;
  }

  .c-section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .h5 {
    text-align: left;
  }

  .button {
    justify-content: center;
  }

  .label {
    text-align: left;
  }

  .h3 {
    text-align: left;
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .navigation-wrap {
    background-color: #fff;
    margin-left: 20px;
    margin-right: 20px;
  }

  .navigation {
    padding: 25px 0;
  }

  .logo-image.symbol {
    width: 36px;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .paragraph {
    width: auto;
    max-width: 320px;
  }

  .bottom-banner-container {
    background-color: #fffffff2;
    justify-content: flex-end;
    height: auto;
    padding: 8px 20px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
    box-shadow: 0 0 12px 2px #00000026;
  }

  .div-block-2 {
    flex: 1;
  }

  .button-wrapper {
    flex-flow: wrap;
  }

  .btn__large {
    background-color: var(--buttonlargetg);
    box-shadow: none;
    border: 1px solid #fff;
    min-width: 0;
    padding: 2vw 5vw;
  }

  .image-4 {
    margin-left: .5vw;
    margin-right: 2.5vw;
  }

  .body-3 {
    align-self: center;
  }

  .download-button {
    justify-content: center;
  }

  .display2 {
    font-size: 15px;
  }

  .button-2 {
    justify-content: center;
  }

  .c-hero {
    background-color: #0000;
    display: flex;
  }

  .h4 {
    text-align: left;
  }

  .h4.tagline-viewport {
    flex-flow: column;
    font-size: 3vw;
    font-weight: 500;
    display: flex;
  }

  .h2 {
    color: #fff;
    text-align: center;
    background-color: #6c2624b3;
    border: 1px solid #fff;
    border-radius: 2vw;
    width: auto;
    padding: 1vw;
    font-size: 2.5vw;
    line-height: 5vw;
  }

  .h2.c-hero__slogan {
    margin-bottom: 2vw;
    font-size: 9vw;
  }

  .c-hero__camera {
    height: 67vw;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .divider-2 {
    background-color: var(--ontertiarycontainer);
    width: 100%;
  }

  .c-hero-2 {
    background-color: #0000;
    padding-left: 4vw;
    padding-right: 4vw;
    display: flex;
  }

  .c-container-2 {
    margin-right: var(--tablet-margin);
    margin-left: var(--tablet-margin);
    flex-flow: column;
    justify-content: center;
    width: 88vw;
    display: flex;
  }

  .navigation-2 {
    padding: 25px 0;
  }

  .navigation-wrap-2 {
    background-color: #fff;
    margin-left: 20px;
    margin-right: 20px;
  }

  .download-button-2 {
    justify-content: center;
  }

  .grdd_logo {
    justify-content: flex-start;
    width: 40vw;
    padding-left: 0;
    position: relative;
  }

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

  .footer-wrap-2 {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .section.bg-canvas {
    background-image: url('../images/Artboard-–-20.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    min-height: 100vh;
    min-width: 100vw;
  }

  .section-2 {
    background-color: var(--blursurface);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100svw;
    height: 100svh;
  }

  .tagline-1, .tagline-2 {
    color: #fff;
    background-color: #6c2624b3;
    font-weight: 500;
    position: relative;
  }

  .slider {
    background-color: #ddd0;
  }

  .header-wrap {
    margin-bottom: 2svh;
    padding-top: 3svh;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .tagline-wrapper {
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 2svh;
    display: flex;
  }

  .h1.slogan {
    background-color: #0000;
  }

  .text-span-5 {
    color: #fff;
    background-color: #6c2624b3;
    font-size: 6vw;
    font-weight: 600;
    line-height: 10vw;
    display: block;
  }

  .container-2, .container-1 {
    display: flex;
  }

  .c-hero-3 {
    width: 100vw;
    padding-top: 50px;
  }

  .c-hero__container {
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .herosubtitle {
    font-size: 8vw;
    line-height: 10vw;
  }

  .grid-00 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .c-nav {
    width: auto;
    margin-top: 0;
    margin-right: 0;
    inset: 0% 0% auto auto;
  }

  .c-nav__container-3 {
    background-color: var(--surface);
    flex-flow: column;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .menu-button-3 {
    z-index: 1000;
    padding: 4svw var(--tablet-margin) 0svw 0svw;
    background-color: #0000;
  }

  .nav-menu {
    background-color: var(--scrimsurface);
    justify-content: center;
    align-items: flex-start;
    min-width: 210px;
    padding-top: 20svw;
    position: fixed;
    inset: 0%;
  }

  .nav-menu:hover {
    background-color: var(--scrimsurface);
  }

  .c-nav__menu-item {
    color: var(--tertiary-red);
    white-space: nowrap;
    width: 100%;
    font-size: 7svw;
    font-weight: 500;
    line-height: 7svw;
  }

  .c-nav__menu-item:hover {
    background-color: var(--surface);
  }

  .c-nav__menu-item:focus {
    background-color: #f8f8f8;
  }

  .c-nav__menu-item.w--current {
    color: var(--onsurface);
    font-size: 7svw;
  }

  .c-nav__menu-item.w--current:hover {
    background-color: var(--surface);
    color: var(--onsurface);
  }

  .c-section-2 {
    width: 100vw;
  }

  .grid-09 {
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "."
                         "."
                         "."
                         ".";
  }

  .c-section__container {
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .c-section__headline-subline {
    font-size: 20px;
  }

  .filter-section {
    height: 68px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .city-name {
    text-align: center;
    padding-bottom: 0;
    font-size: 4svw;
    font-weight: 200;
    line-height: 5svw;
  }

  .country-name {
    text-align: center;
    font-size: 1.9svw;
    font-weight: 500;
    line-height: 1.9svw;
  }

  .country-name.continent {
    color: #0000;
    text-transform: uppercase;
  }

  .ambassor-link {
    color: #6c2624;
    text-align: center;
  }

  .statics-number {
    font-size: 4svw;
    font-weight: 700;
  }

  .statics-wrapper {
    grid-column-gap: 1.8svw;
    grid-row-gap: 1.8svw;
    text-align: center;
    background-color: #0000;
    flex-flow: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .collection-list-wrapper {
    color: #6c2624;
    background-color: #6c2624;
    width: 100svw;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .collection-item {
    color: #1a1b1f;
    background-color: #f5f7fd;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 38svw;
    padding: 2svw;
    display: flex;
  }

  .collection-item:hover {
    color: #fff;
    background-color: #6c2624;
  }

  .collection-list {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    color: #0000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .quote.content {
    font-size: 32px;
    line-height: 40px;
  }

  .statics-unit {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 1.6svw;
    font-weight: 300;
    line-height: 1.6svw;
  }

  .ambassador-photo {
    justify-content: center;
    display: flex;
  }

  .image-10 {
    border-radius: 100svw;
  }

  .section-3.label {
    margin-bottom: 0;
    padding-bottom: 1.5svw;
    padding-left: 1.5svw;
    padding-right: 1.5vw;
  }

  .heading-jumbo-2 {
    color: #1a1b1f;
    font-size: 56px;
    font-weight: 200;
    line-height: 70px;
  }

  .continent-label {
    margin-bottom: 0;
  }

  .continent-label.larger {
    text-indent: 3px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
  }

  .body---am {
    flex-flow: column;
  }

  .image-11 {
    width: 6svw;
    height: 6svw;
  }

  .div-block-10 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .link-block {
    width: 6svw;
    height: 6svw;
  }

  .city-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #0000;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .flex-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    align-items: center;
  }

  .title-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 24px;
    display: flex;
  }

  .collection-list-2 {
    flex-flow: wrap;
    display: flex;
  }

  .ambassador-container {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 7svw;
    height: 7svw;
  }

  .item-list {
    grid-column-gap: 1.8svw;
    grid-row-gap: 1.8svw;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .empty-state {
    background-color: #0000;
  }

  .fs-checkbox_field {
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .fs-checkbox_button {
    margin-top: 0;
  }

  .fs-checkbox_button.is-active {
    margin-left: 0;
    margin-right: 4px;
  }

  .collection-list-4 {
    flex-flow: wrap;
    align-items: flex-start;
    display: flex;
  }

  .form-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 92svw;
    margin-left: 4svw;
    margin-right: 4svw;
    padding-left: 0;
    padding-right: 8svw;
    display: flex;
  }

  .collection-item-3 {
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
  }

  .checkbox-field {
    margin-bottom: 0;
    display: flex;
  }

  .checkbox-label {
    padding-left: 20px;
  }

  .form {
    flex-flow: column;
    flex: 0 auto;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .collection-list-wrapper-3 {
    width: 100%;
  }

  .activity-icon-item {
    background-color: #0000;
    background-size: auto;
    width: 42px;
    height: 42px;
  }

  .empty-state-2, .empty-state-3 {
    background-color: #0000;
  }

  .search-bar {
    width: 60svw;
  }

  .lottie-animation {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .body-9 {
    background-color: var(--surface);
  }

  .search-bar-wrapper {
    flex-flow: row;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .divider {
    color: #4b4b4b;
    background-color: #4b4b4b;
    width: 88vw;
    margin-top: 1svh;
    margin-bottom: 1svh;
  }

  .c-section {
    margin-left: 0;
    margin-right: 0;
  }

  .c-section.cc-cta {
    padding: 15px;
  }

  .c-container {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
  }

  .h5 {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
  }

  .h5.c-hero__subline {
    font-weight: 400;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .h3 {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation-wrap {
    margin-left: 20px;
    margin-right: 20px;
  }

  .navigation {
    padding: 20px 0;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .logo-text {
    font-size: 36px;
  }

  .paragraph {
    width: auto;
    min-width: auto;
    max-width: 260px;
    font-size: 10px;
  }

  .bottom-banner-container {
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 0 12px 2px #00000026;
  }

  .button-wrapper {
    flex-flow: wrap;
    width: auto;
    margin-top: 0;
    display: flex;
  }

  .btn__large {
    background-color: var(--buttonlargetg);
    box-shadow: none;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid #fff;
    border-radius: 30svw;
    justify-content: flex-start;
    width: 66vw;
    height: 6svh;
    margin-top: 1svh;
    margin-bottom: 1svh;
    margin-right: 0;
    padding: 2svw 5svw;
    font-family: Poppins, sans-serif;
    position: relative;
    right: auto;
  }

  .image-4 {
    margin-left: .5vw;
    margin-right: 2.5vw;
  }

  .display2 {
    font-size: 14px;
    font-weight: 500;
    display: block;
  }

  .c-hero {
    margin-left: 0;
    margin-right: 0;
  }

  .h4.c-hero__overline {
    line-height: 42px;
  }

  .h4.tagline-viewport {
    flex-flow: column;
    margin-bottom: 0;
    font-size: 3vw;
    font-weight: 300;
    line-height: 6vw;
    display: flex;
  }

  .h2 {
    color: #fff;
    text-align: left;
    background-color: #6c2624b3;
    border: 1px solid #fff;
    border-radius: 2vw;
    width: auto;
    margin-bottom: 0;
    margin-left: 4vw;
    margin-right: 2vw;
    padding: 1vw;
    font-size: 2.5vw;
    line-height: 6vw;
  }

  .h2.c-hero__slogan {
    font-size: 9vw;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .divider-2 {
    background-color: var(--ontertiarycontainer);
    color: var(--onsurface);
    width: 100%;
  }

  .c-hero-2 {
    flex-flow: row;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .c-container-2 {
    margin-right: var(--mobile-margin-h);
    margin-left: var(--mobile-margin-h);
    text-align: center;
    flex-flow: column;
    justify-content: center;
    width: 88svw;
    padding-top: 0;
    display: flex;
  }

  .navigation-2 {
    padding: 20px 0;
  }

  .navigation-wrap-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grdd_logo {
    justify-content: flex-start;
    width: 40vw;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
  }

  .c-container-3 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
  }

  .footer-wrap-2 {
    padding-top: 3vw;
    padding-bottom: 3vw;
    inset: auto 0% 0%;
  }

  .body {
    flex-flow: column;
    display: flex;
  }

  .section.bg-canvas {
    background-image: url('../images/Artboard-–-20.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    min-height: 100vh;
    min-width: 100vw;
  }

  .section-2 {
    background-color: var(--blursurface);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100svw;
    height: 100svh;
  }

  .tagline-1 {
    color: #fff;
    background-color: #6c2624b3;
    flex: none;
    font-weight: 500;
    position: relative;
  }

  .tagline-2 {
    color: #fff;
    background-color: #6c2624b3;
    font-weight: 500;
  }

  .slider {
    height: 40svh;
  }

  .image-7 {
    height: auto;
  }

  .header-wrap {
    height: auto;
    margin-bottom: 2svh;
    padding-top: 3svh;
    padding-left: 6vw;
    padding-right: 6vw;
    display: flex;
  }

  .tagline-wrapper {
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 2svh;
    display: flex;
  }

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

  .h1.slogan {
    background-color: #0000;
    display: flex;
  }

  .text-span-5 {
    color: #fff;
    background-color: #6c2624b3;
    font-size: 9vw;
    font-weight: 600;
    line-height: 10svh;
  }

  .container-2 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .container-1 {
    display: flex;
  }

  .c-hero-3 {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 50px;
  }

  .c-hero__container {
    flex: 1;
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 0;
    display: block;
  }

  .image-3 {
    width: 80vw;
  }

  .herosubtitle {
    font-size: 10.4vw;
    line-height: 13vw;
  }

  .grid-00 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-2 {
    color: #4b4b4b;
  }

  .body-4 {
    margin-bottom: 1svh;
    font-style: normal;
  }

  .body-4.desc {
    display: block;
  }

  .c-nav {
    padding-top: 2svw;
    padding-right: var(--mobile-margin-h);
    flex-flow: row;
    width: auto;
    margin-top: 0;
    margin-right: 0;
    display: flex;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .c-nav__container-3 {
    background-color: var(--surface);
    flex: 1;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 4svw;
    display: flex;
  }

  .menu-button-3 {
    z-index: 1000;
    background-color: #0000;
    padding: 0;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .icon-4 {
    font-size: 6svw;
    line-height: 6svw;
  }

  .nav-menu {
    background-color: var(--scrimsurface);
    flex: none;
    width: 100svw;
    min-width: 210px;
    margin-right: 0;
    padding-top: 20svw;
    position: fixed;
    inset: 0%;
  }

  .nav-menu:hover {
    background-color: var(--scrimsurface);
  }

  .c-nav__menu-item {
    color: var(--tertiary-red);
    white-space: nowrap;
    width: 100%;
    font-family: Poppins, sans-serif;
    font-size: 8svw;
    font-weight: 500;
    line-height: 8svw;
  }

  .c-nav__menu-item:hover {
    background-color: var(--surface);
  }

  .c-nav__menu-item:focus {
    background-color: #f8f8f8;
  }

  .c-nav__menu-item.w--current {
    color: var(--onsurface);
    font-size: 8svw;
  }

  .c-nav__menu-item.w--current:hover {
    background-color: var(--surface);
    color: var(--onsurface);
  }

  .c-section-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-09 {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr 1fr;
  }

  .c-section__container {
    flex: 1;
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 0;
    display: block;
  }

  .div-block-6, .c-section__headline-title {
    font-size: 10vw;
  }

  .filter-section {
    height: 68px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .city-name {
    text-align: center;
    padding-bottom: 0;
    font-size: 5.5svw;
    font-weight: 200;
    line-height: 5.5svw;
  }

  .country-name {
    text-align: center;
    font-size: 2.6svw;
    font-weight: 500;
    line-height: 2.6svw;
  }

  .country-name.continent {
    color: #0000;
  }

  .ambassor-link {
    text-align: center;
  }

  .statics-number {
    font-size: 5svw;
    font-weight: 700;
  }

  .statics-wrapper {
    grid-column-gap: 2svw;
    grid-row-gap: 2svw;
    text-align: center;
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .collection-list-wrapper {
    background-color: #6c2624;
    flex-flow: wrap;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .collection-item {
    color: #1a1b1f;
    background-color: #f5f7fd;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 50svw;
    padding: 3svw;
    font-family: Poppins, sans-serif;
    display: flex;
  }

  .collection-item:hover {
    color: #fff;
    background-color: #6c2624;
  }

  .collection-list {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100svw;
    display: grid;
  }

  .quote.content {
    font-size: 24px;
    line-height: 24px;
  }

  .div-block-7 {
    font-size: 10vw;
  }

  .statics-unit {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 2svw;
    font-weight: 300;
    line-height: 2svw;
  }

  .ambassador-photo {
    justify-content: center;
    display: flex;
  }

  .image-10 {
    border-radius: 100svw;
  }

  .section-3 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-3.label {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 2svw;
    padding-left: 2svw;
    padding-right: 2svw;
  }

  .heading-jumbo-2 {
    font-size: 50px;
    font-weight: 200;
    line-height: 64px;
  }

  .continent-label.larger {
    text-indent: 2px;
    font-weight: 500;
  }

  .body---am {
    flex-flow: column;
  }

  .div-block-10 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .link-block {
    width: 8svw;
    height: 8svw;
  }

  .city-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    background-color: #0000;
  }

  .flex-block {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    align-items: center;
  }

  .title-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 20px;
    display: flex;
  }

  .ambassador-container {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 8svw;
    height: 8svw;
  }

  .item-list {
    grid-column-gap: 2svw;
    grid-row-gap: 2svw;
    align-items: flex-start;
    margin-top: 8px;
    margin-bottom: 0;
  }

  .empty-state {
    background-color: #0000;
  }

  .fs-checkbox_field {
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .fs-checkbox_button {
    margin-top: 0;
    margin-left: 0;
  }

  .fs-checkbox_button.is-active {
    margin-right: 4px;
  }

  .form-block {
    align-items: flex-start;
    width: 92svw;
    margin-bottom: 0;
    margin-left: 4svw;
    margin-right: 4svw;
    padding-left: 0;
    padding-right: 14svw;
    display: flex;
  }

  .collection-item-3 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .checkbox-field {
    padding-left: 0;
  }

  .checkbox-label {
    padding-left: 20px;
  }

  .form {
    flex: 0 auto;
  }

  .checkbox {
    margin-left: 0;
  }

  .collection-list-wrapper-3 {
    flex-flow: wrap;
    width: 100%;
  }

  .activity-icon-item {
    background-color: #0000;
    background-size: auto;
    width: 36px;
    height: 36px;
  }

  .collection-list-5 {
    margin-top: 8px;
    display: flex;
  }

  .empty-state-2, .empty-state-3 {
    background-color: #0000;
  }

  .search-bar {
    width: 60svw;
  }

  .itemwrapper {
    flex-flow: column;
  }

  .lottie-animation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 6svw;
    height: 6svw;
    margin: 2.5svw 2svw 2svw;
    padding-right: 0;
    display: flex;
  }

  .body-9 {
    background-color: var(--surface);
  }

  .search-bar-wrapper {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .divider {
    color: #000;
    background-color: #4b4b4b;
    width: 88vw;
    height: 1px;
    margin-top: 1svh;
    margin-bottom: 1svh;
  }

  .c-section {
    margin-left: 0;
    margin-right: 0;
  }

  .c-section.footer {
    display: flex;
  }

  .c-container {
    flex: 0 auto;
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 60px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .h5 {
    text-align: left;
  }

  .h5.c-hero__subline {
    width: auto;
    margin-top: 0;
    font-size: 3vw;
    line-height: 5vw;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .h3 {
    color: #4b4b4b;
    font-size: 36px;
    line-height: 48px;
  }

  .navigation-wrap {
    background-color: #0000;
    flex: 0 auto;
    margin-left: 12px;
    margin-right: 12px;
  }

  .navigation {
    padding: 16px 0;
  }

  .logo-image {
    flex: 1;
    width: 36px;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .logo-text {
    padding-left: 4px;
    font-size: 25px;
  }

  .paragraph {
    flex: 0 auto;
    justify-content: space-around;
    width: auto;
    min-width: 140px;
    max-width: 140px;
    font-size: 10px;
    line-height: 16px;
  }

  .bottom-banner-container {
    z-index: 1000;
    padding: 8px 12px;
    box-shadow: 0 0 12px 2px #00000026;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
  }

  .btn__large {
    background-color: var(--buttonlargetg);
    box-shadow: none;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid #fff;
    border-radius: 30svw;
    justify-content: flex-start;
    width: 66vw;
    height: 6svh;
    margin-top: 1svh;
    margin-bottom: 1svh;
    margin-right: 0;
    padding: 2svw 5svw;
    font-family: Poppins, sans-serif;
    position: relative;
    right: auto;
  }

  .image-4 {
    margin-left: .5vw;
    margin-right: 2.5vw;
  }

  .body-3 {
    text-align: center;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 400;
    line-height: 2svh;
  }

  .download-button {
    min-width: 112px;
  }

  .display2 {
    color: #4b4b4b;
    text-align: left;
    flex: 1;
    font-size: 10px;
    font-weight: 500;
  }

  .c-hero {
    background-color: #0000;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .h4.c-section__overline {
    display: block;
  }

  .h4.c-hero__overline {
    font-size: 28px;
  }

  .h4.tagline-viewport {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #4b4b4b;
    background-color: #0000;
    flex-flow: column;
    flex: 1;
    align-items: flex-start;
    height: 15vw;
    margin-bottom: 0;
    font-size: 3vw;
    font-weight: 500;
    line-height: 6vw;
    display: flex;
    position: relative;
    top: auto;
    overflow: hidden;
  }

  .h2 {
    color: #fff;
    text-align: left;
    background-color: #6c2624b3;
    border: 1px solid #fff;
    border-radius: 2vw;
    width: auto;
    margin-bottom: 1svh;
    margin-left: 4vw;
    margin-right: 4vw;
    padding: 1vw;
    font-size: 3vw;
    font-weight: 600;
    line-height: 6vw;
    display: inline-block;
  }

  .h2.c-hero__slogan {
    font-size: 9vw;
    font-weight: 700;
    display: flex;
  }

  .c-hero__camera {
    display: block;
  }

  .c-nav__container {
    flex: 1;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .divider-2 {
    background-color: var(--ontertiarycontainer);
    width: 100%;
  }

  .c-hero-2 {
    background-color: #0000;
    flex-flow: wrap;
    height: 100%;
    min-height: 0%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4vw;
    padding-right: 4vw;
    display: flex;
  }

  .c-container-2 {
    margin-right: var(--mobile-margin-v);
    margin-left: var(--mobile-margin-v);
    flex-flow: column;
    justify-content: center;
    width: 88vw;
    height: 88svh;
    padding-top: 0;
    display: flex;
    position: fixed;
    inset: auto 0% 6svh;
  }

  .navigation-2 {
    padding: 16px 0;
  }

  .navigation-wrap-2 {
    background-color: #0000;
    margin-left: 12px;
    margin-right: 12px;
  }

  .download-button-2 {
    min-width: 112px;
  }

  .grdd_logo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    width: 44vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
    position: relative;
    inset: 0% 0% auto;
  }

  .c-container-3 {
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 60px;
  }

  .footer-wrap-2 {
    flex: 1;
    grid-template-columns: 2fr;
    padding-top: 2svh;
    padding-bottom: 2svh;
    font-family: Poppins, sans-serif;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .image-5 {
    text-align: left;
    position: static;
  }

  .body {
    background-color: var(--white);
    color: var(--onsurface);
    font-family: Poppins, sans-serif;
    display: flex;
  }

  .h6 {
    text-align: left;
    margin-top: 6vw;
    font-size: 10px;
    font-weight: 500;
    line-height: 20px;
  }

  .section {
    position: absolute;
  }

  .section.bg-canvas {
    background-image: url('../images/FinishPink.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    min-height: 100vh;
    min-width: 100vw;
  }

  .section-2 {
    background-color: var(--blursurface);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100svh;
    display: block;
    position: static;
  }

  .tagline-1 {
    color: #fff;
    vertical-align: baseline;
    background-color: #6c2624b3;
    flex: none;
    height: auto;
    font-size: 3vw;
    font-weight: 500;
    display: block;
    position: relative;
    top: auto;
  }

  .tagline-2 {
    color: #fff;
    background-color: #6c2624b3;
    font-size: 3vw;
    display: block;
    position: relative;
    top: auto;
  }

  .tagline-3 {
    position: relative;
    top: 0;
    overflow: visible;
  }

  .slider {
    background-color: #0000;
    flex: 0 auto;
    height: 40svh;
    margin-bottom: 1svh;
    position: relative;
    top: 1svh;
    bottom: 0;
  }

  .image-6 {
    float: left;
  }

  .text-span {
    position: relative;
  }

  .text-span-2 {
    position: relative;
    top: 1px;
  }

  .text-span-3, .text-span-4 {
    display: block;
    position: relative;
    top: auto;
  }

  .header-wrap {
    height: 6svh;
    margin-bottom: 2svh;
    padding-top: 3svh;
    padding-left: 6vw;
    padding-right: 6vw;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .tagline-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    align-items: flex-start;
    height: auto;
    margin-top: auto;
    margin-bottom: 2svh;
    display: flex;
  }

  .slide-nav {
    text-align: center;
    height: 4svh;
    position: absolute;
    bottom: 0;
  }

  .h1.slogan {
    color: #fff;
    text-align: left;
    background-color: #0000;
    font-size: 9vw;
    font-weight: 500;
    line-height: 8vw;
    position: relative;
  }

  .text-span-5 {
    background-color: #6c2624b3;
    font-weight: 600;
    line-height: 10vw;
    display: block;
    position: relative;
  }

  .right-arrow {
    width: 10vw;
    height: 10svh;
    margin-top: 0;
    display: block;
  }

  .left-arrow {
    width: 10vw;
    height: 10svh;
    margin-top: 0;
    margin-bottom: 0;
  }

  .icon-2, .icon-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-8 {
    padding-right: 3vw;
  }

  .container-1 {
    align-items: stretch;
    display: flex;
  }

  .image-9 {
    margin-left: 3vw;
  }

  .c-hero-3 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100svw;
    padding-top: 100px;
  }

  .c-hero__container {
    flex: 1;
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .herosubtitle {
    width: 92svw;
    font-size: 10.4vw;
    line-height: 13vw;
  }

  .grid-00 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-2 {
    margin-top: 1svh;
    font-size: 6svw;
  }

  .body-4 {
    margin-bottom: 1svh;
  }

  .body-4.desc {
    display: block;
  }

  .c-nav {
    background-color: #0000;
    width: auto;
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .c-nav__container-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--surface);
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 6svw;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-button-3 {
    padding: var(--mobile-margin-v) var(--mobile-margin-v) 0svw 0svw;
    background-color: #0000;
    width: auto;
    height: auto;
  }

  .menu-button-3.w--open {
    color: var(--onsurface);
  }

  .icon-4 {
    font-size: 10svw;
    line-height: 10svw;
  }

  .nav-menu {
    background-color: var(--scrimsurface);
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    min-width: 0;
    height: auto;
    margin-right: 0;
    padding-top: 20svw;
    padding-right: 0;
    display: flex;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .nav-menu:hover {
    background-color: var(--scrimsurface);
  }

  .c-nav__menu-item {
    direction: ltr;
    color: var(--tertiary-red);
    text-transform: capitalize;
    white-space: nowrap;
    background-color: #0000;
    margin-left: 0;
    margin-right: 0;
    font-family: Poppins, sans-serif;
    font-size: 8svw;
    font-weight: 500;
    line-height: 8svw;
    position: static;
  }

  .c-nav__menu-item:hover {
    background-color: var(--surface);
    color: var(--onsurface);
  }

  .c-nav__menu-item:focus {
    background-color: #f8f8f8;
  }

  .c-nav__menu-item.w--current {
    color: var(--onsurface);
    font-size: 8svw;
  }

  .c-nav__menu-item.w--current:hover {
    background-color: var(--surface);
    color: var(--onsurface);
  }

  .grid-09 {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 2.5fr;
    grid-auto-columns: .75fr;
    grid-auto-flow: row;
  }

  .c-section__container {
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .c-section__headline {
    width: 92vw;
  }

  .c-section__headline-title {
    font-size: 10vw;
  }

  .filter-section {
    height: 56px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .container-3 {
    width: 50svw;
    height: 50svw;
    position: relative;
  }

  .city-card {
    border: 1px solid #000;
    flex-flow: column;
    align-items: center;
    width: 50svw;
    height: 50svw;
    padding: 4vw;
    display: flex;
  }

  .body-6 {
    font-family: Poppins, sans-serif;
  }

  .city-name {
    text-align: center;
    padding-bottom: 0;
    font-size: 5.5svw;
    font-weight: 200;
    line-height: 6svw;
  }

  .country-name {
    text-align: center;
    font-size: 2.5svw;
    font-weight: 500;
    line-height: 2.5vw;
  }

  .country-name.continent {
    color: #0000;
  }

  .ambassor-link {
    color: #6c2624;
    text-align: center;
    font-size: 3svw;
    line-height: 3svw;
  }

  .statics-number {
    text-align: center;
    font-size: 5svw;
    font-weight: 700;
    line-height: 4vw;
  }

  .statics-wrapper {
    grid-column-gap: 2svw;
    grid-row-gap: 2svw;
    text-align: center;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .collection-list-wrapper {
    background-color: #6c2624;
    flex-flow: wrap;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
  }

  .collection-item {
    color: #1a1b1f;
    cursor: pointer;
    background-color: #f5f7fd;
    justify-content: space-between;
    align-items: center;
    width: 49.5svw;
    height: 50svw;
    margin-bottom: 0;
    padding: 4svw;
  }

  .collection-item:hover, .collection-item:active {
    color: #fff;
    background-color: #6c2624;
  }

  .collection-list {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-content: flex-start;
    align-self: auto;
    justify-items: stretch;
    width: 100svw;
    display: grid;
  }

  .statics-unit {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 2svw;
    font-weight: 300;
    line-height: 2svw;
  }

  .ambassador-photo {
    background-color: #0000;
    border-radius: 20px;
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }

  .image-10 {
    border-radius: 100svw;
    width: 10svw;
    position: relative;
  }

  .section-3.label {
    margin-bottom: 0;
    padding-bottom: 3svw;
  }

  .heading-jumbo-2 {
    font-size: 36px;
    line-height: 48px;
  }

  .continent-label {
    font-size: 8.5px;
  }

  .continent-label.larger {
    text-indent: 1px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
  }

  .data-grid {
    margin-bottom: 20px;
  }

  .body---am {
    flex-flow: column;
  }

  .div-block-10 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border: 1px #000;
  }

  .link-block {
    border: 6px #000;
    width: 10svw;
    height: 10svw;
  }

  .image-12 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .city-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    white-space: pre-wrap;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .flex-block {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    align-items: center;
  }

  .title-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    margin-bottom: 16px;
    font-weight: 200;
    display: flex;
  }

  .ambassador-container {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 12svw;
    height: 12svw;
  }

  .item-list {
    grid-column-gap: 3svw;
    grid-row-gap: 3svw;
    flex-flow: wrap;
    align-items: flex-start;
    margin-top: 6px;
    margin-bottom: 0;
  }

  .collection-item-2 {
    width: auto;
    height: auto;
    display: flex;
  }

  .empty-state {
    background-color: #0000;
  }

  .fs-checkbox_field {
    flex-flow: row;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .fs-checkbox_button {
    margin-top: 0;
    margin-left: 0;
  }

  .fs-checkbox_button.is-active {
    margin-right: 4px;
  }

  .form-block {
    margin-left: 4svw;
    padding-left: 0;
    padding-right: 16svw;
  }

  .collection-item-3 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .checkbox-field {
    align-items: center;
  }

  .checkbox-label {
    padding-left: 20px;
  }

  .form, .collection-list-wrapper-3 {
    padding-left: 0;
  }

  .activity-icon-item {
    background-color: #0000;
    background-size: auto;
    width: 32px;
    height: 32px;
  }

  .collection-list-5 {
    margin-top: 6px;
  }

  .empty-state-2, .empty-state-3 {
    background-color: #0000;
  }

  .collection-item-4 {
    height: auto;
  }

  .search-bar {
    width: 60svw;
  }

  .itemwrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
    padding-top: 0;
    position: relative;
    inset: 0%;
  }

  .lottie-animation {
    width: 8svw;
    height: 8svw;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .div-block-14 {
    width: 100px;
    height: 1px;
  }

  .body-9 {
    background-color: var(--surface);
  }

  .body---city {
    background-color: var(--surface);
    display: block;
  }

  .search-bar-wrapper {
    align-items: center;
    width: 75svw;
    display: flex;
  }
}

#w-node-_036795fa-3cff-c6d4-6c8d-a84f314af8a2-2d8a5ae4 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-textblock-2-51e627e8 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-list-51e627e8 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-ccfa324c-de20-fe94-8702-1ae1c1ca822d-51e627e8 {
  align-self: center;
}

#w-node-_55c19b9e-7b8a-f6a7-9b37-cd2a1bb64adb-063afd96 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_55c19b9e-7b8a-f6a7-9b37-cd2a1bb64add-063afd96 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_21a31237-fc0b-99ae-7de2-4d67572666a0-063afd96 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_356ad89f-da5b-51a7-7941-277bec8bb7ec-063afd96 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_356ad89f-da5b-51a7-7941-277bec8bb7f1-063afd96 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e6be6241-18d5-bb3a-ddb5-622d2d53f688-063afd96 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-e6be6241-18d5-bb3a-ddb5-622d2d53f68d-063afd96 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_03ee05d2-e9a7-2e35-7061-75983e355e5c-b5ecc4e0, #w-node-_03ee05d2-e9a7-2e35-7061-75983e355e5d-b5ecc4e0, #w-node-_03ee05d2-e9a7-2e35-7061-75983e355e62-b5ecc4e0, #w-node-_03ee05d2-e9a7-2e35-7061-75983e355e63-b5ecc4e0, #w-node-_03ee05d2-e9a7-2e35-7061-75983e355e68-b5ecc4e0, #w-node-_03ee05d2-e9a7-2e35-7061-75983e355e69-b5ecc4e0, #w-node-_03ee05d2-e9a7-2e35-7061-75983e355e6e-b5ecc4e0, #w-node-_03ee05d2-e9a7-2e35-7061-75983e355e6f-b5ecc4e0, #label-credits.w-node-_03ee05d2-e9a7-2e35-7061-75983e355e74-b5ecc4e0, #w-node-_03ee05d2-e9a7-2e35-7061-75983e355e7a-b5ecc4e0, #w-node-_03ee05d2-e9a7-2e35-7061-75983e355e7b-b5ecc4e0, #w-node-f1cdd352-1ea7-c0e3-17e5-c87ad34a59d5-3ad9fa64, #w-node-f1cdd352-1ea7-c0e3-17e5-c87ad34a59d6-3ad9fa64, #w-node-f1cdd352-1ea7-c0e3-17e5-c87ad34a59db-3ad9fa64, #w-node-f1cdd352-1ea7-c0e3-17e5-c87ad34a59dc-3ad9fa64, #w-node-f1cdd352-1ea7-c0e3-17e5-c87ad34a59e1-3ad9fa64, #w-node-f1cdd352-1ea7-c0e3-17e5-c87ad34a59e2-3ad9fa64, #w-node-f1cdd352-1ea7-c0e3-17e5-c87ad34a59e7-3ad9fa64, #w-node-f1cdd352-1ea7-c0e3-17e5-c87ad34a59e8-3ad9fa64, #label-credits.w-node-f1cdd352-1ea7-c0e3-17e5-c87ad34a59ef-3ad9fa64, #w-node-f1cdd352-1ea7-c0e3-17e5-c87ad34a59f8-3ad9fa64, #w-node-f1cdd352-1ea7-c0e3-17e5-c87ad34a59f9-3ad9fa64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_55c19b9e-7b8a-f6a7-9b37-cd2a1bb64add-063afd96 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_356ad89f-da5b-51a7-7941-277bec8bb7ec-063afd96 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_356ad89f-da5b-51a7-7941-277bec8bb7f1-063afd96 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e6be6241-18d5-bb3a-ddb5-622d2d53f688-063afd96 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-e6be6241-18d5-bb3a-ddb5-622d2d53f68d-063afd96 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_55c19b9e-7b8a-f6a7-9b37-cd2a1bb64adb-063afd96 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_55c19b9e-7b8a-f6a7-9b37-cd2a1bb64add-063afd96 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_21a31237-fc0b-99ae-7de2-4d67572666a0-063afd96 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_356ad89f-da5b-51a7-7941-277bec8bb7f1-063afd96, #w-node-e6be6241-18d5-bb3a-ddb5-622d2d53f68d-063afd96 {
    grid-column-end: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_55c19b9e-7b8a-f6a7-9b37-cd2a1bb64adb-063afd96 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_55c19b9e-7b8a-f6a7-9b37-cd2a1bb64add-063afd96 {
    grid-area: 2 / 1 / 3 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_036795fa-3cff-c6d4-6c8d-a84f314af8a2-2d8a5ae4 {
    justify-self: center;
  }

  #w-node-textblock-2-51e627e8 {
    justify-self: start;
  }

  #w-node-_55c19b9e-7b8a-f6a7-9b37-cd2a1bb64adb-063afd96 {
    grid-column-end: 4;
  }

  #w-node-_55c19b9e-7b8a-f6a7-9b37-cd2a1bb64add-063afd96 {
    grid-area: 2 / 1 / 3 / 4;
  }
}


