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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

body {
  font-family: Roboto, sans-serif;
  color: #0b0b0b;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: sofia-pro, sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 120%;
  font-weight: 400;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: sofia-pro, sans-serif;
  font-size: 2.25rem;
  line-height: 130%;
  font-weight: 300;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: sofia-pro, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: sofia-pro, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: sofia-pro, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 130%;
}

a {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  font-family: Roboto, sans-serif;
  color: #1c73e8;
  font-size: 1rem;
  line-height: 130%;
  font-weight: 300;
  text-decoration: underline;
}

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

li {
  font-size: 1rem;
  line-height: 130%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 1.125rem;
  line-height: 130%;
}

.body {
  font-family: Roboto, sans-serif;
  color: #1d2436;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
}

.body.is-locked {
  overflow: hidden;
  height: 100%;
}

.header {
  position: relative;
  z-index: 100;
  display: block;
  height: auto;
  max-width: none;
  min-height: 70px;
  min-width: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-container {
  position: relative;
  left: 2%;
  z-index: 10;
  max-width: 250px;
}

.image {
  display: none;
  width: 255px;
}

.mainnav-container {
  position: absolute;
  left: auto;
  top: 20px;
  right: 5%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mainnav {
  position: relative;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.mainnav-item {
  margin-right: 20px;
  margin-left: 20px;
}

.link.mainnav-a {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #1d2436;
  text-transform: uppercase;
}

.link.mainnav-a:hover {
  border-bottom: 3px solid #6258a6;
  color: #6258a6;
}

.container-80vh {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 80vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-80vh.benefits {
  display: block;
  height: auto;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-80vh.container-cta {
  display: block;
  width: 100%;
  height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #6258a6;
}

.container-80vh.logos {
  height: 100%;
}

.container-80vh.container-footer {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e3ecf9;
  background-image: url('../images/epic-mesh_20.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.container-80vh.secondaryhero-container {
  height: 100%;
  max-height: none;
  min-height: 450px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-farmer1.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container-80vh.contacthero-container {
  height: 100%;
  max-height: none;
  min-height: 450px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-vineyards.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container-80vh.container-callout {
  display: block;
  width: 100%;
  height: 70vh;
  max-width: 1280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ebeeef;
  background-image: url('../images/bg-windfarm.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-80vh.app-data-statementholder {
  display: block;
  height: auto;
  max-height: none;
  max-width: 1280px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.container-80vh.app-hero-container {
  display: block;
  width: 100%;
  height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ebeeef;
  background-image: url('../images/bg-app.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-80vh.maxh600 {
  max-height: 600px;
}

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

.benefit-viewparameters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 80vh;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#fff));
  background-image: linear-gradient(180deg, #ececec, #fff);
}

.benefit-explorevariation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 80vh;
  margin-top: 101px;
  margin-bottom: 101px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefit-buildstandards {
  height: auto;
  min-height: 80vh;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cta-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 100px 6vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.slider {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  background-color: #6c68f5;
}

.hero-header-block {
  position: absolute;
  top: 20%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 60%;
  min-height: 300px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-heading {
  position: relative;
  left: 0px;
  top: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'PT Sans Caption';
  color: #fff;
  font-size: 80px;
  line-height: 65px;
  font-weight: 400;
  letter-spacing: -0.025em;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.right-arrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.left-arrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hero-paragraph {
  position: relative;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 3%;
  z-index: 100;
  width: 75%;
  font-family: Arimo;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 27px;
}

.icon {
  left: -15px;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.icon.icon-inline-link {
  width: 24px;
  margin-right: 14px;
}

.icon-2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.section-footer {
  position: relative;
  margin-top: 0px;
  padding-bottom: 40px;
}

.app-intro-wrapper {
  position: absolute;
  left: auto;
  top: 25%;
  right: 0%;
  bottom: auto;
  z-index: 120;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  max-width: 550px;
  padding: 40px 90px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 7px 7px 20px 0 rgba(141, 158, 178, 0.26);
}

.heading {
  font-size: 36px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.slide {
  background-image: url('../images/hero-slide1.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.delete {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  max-width: 320px;
  min-width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #6258a6;
  -webkit-transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  font-family: 'PT Sans', sans-serif;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.delete:hover {
  padding-top: 16px;
  padding-bottom: 16px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#6258a6));
  background-image: linear-gradient(180deg, #ececec, #6258a6);
  color: #e9cfd6;
  font-size: 13px;
}

.container-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ca-logos {
  margin-top: 30px;
  margin-right: 20px;
  margin-bottom: 30px;
}

.viewparameters-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  margin-top: 49px;
  margin-bottom: 49px;
  padding-right: 65px;
  float: left;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.benefit-viewparameters-image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 400px;
  max-height: 600px;
  max-width: 500px;
  margin-top: 60px;
  float: left;
  clear: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.image-2 {
  width: 100%;
  max-width: 600px;
}

.paragraph {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
}

.link-2 {
  display: block;
}

.boundaries-links {
  margin-top: 9px;
  margin-right: 20px;
  margin-bottom: 9px;
  padding-left: 20px;
  float: left;
  clear: both;
  background-image: url('../images/plus_1.svg');
  background-position: 0% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms cubic-bezier(.215, .61, .355, 1);
  transition: all 400ms cubic-bezier(.215, .61, .355, 1);
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.boundaries-links:hover {
  margin-left: 16px;
  color: #840025;
}

.slide-2 {
  background-color: #6c68f5;
  background-image: url('../images/hero-slide2.jpg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.data-image {
  width: 50%;
  height: auto;
  background-color: transparent;
}

.explorevariation-text {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 10%;
  margin-bottom: 50px;
  padding-right: 0px;
  padding-left: 64px;
  float: right;
  clear: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.buildstandards-text {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 15%;
  margin-bottom: 50px;
  padding-right: 65px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cta-header-block {
  position: absolute;
  left: 10%;
  top: 0%;
  right: auto;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cta-heading {
  position: relative;
  left: 0px;
  top: 0px;
  margin: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url('../images/28.-Deco.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: DeltaHeading;
  color: #74f5d2;
  font-size: 120px;
  line-height: 100px;
  letter-spacing: -0.025em;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sub_footer-paragraph {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 80%;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 26px;
}

.cta-button {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
  min-width: 200px;
  margin-right: auto;
  margin-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #6258a6;
  -webkit-transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  font-family: DeltaHeading;
  text-align: center;
}

.cta-button:hover {
  background-image: url('../images/01.-Royal-Heath.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #1d2436;
  font-size: 15px;
}

.report-image {
  position: relative;
  width: 50%;
  height: auto;
  float: left;
  clear: right;
  background-color: transparent;
}

.nav {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 7%;
  margin-right: 100px;
}

.signin-heading {
  color: #840025;
}

.form-block {
  width: 100%;
}

.signin-submit {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #6c68f5;
  -webkit-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
  transition: all 500ms cubic-bezier(.165, .84, .44, 1);
  font-family: DeltaHeading;
}

.signin-submit:hover {
  background-color: #74f5d2;
  background-image: url('../images/03.-Snowy-Mint.jpg');
  background-position: 0% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
  font-family: DeltaHeading;
  color: #1d2436;
  font-size: 15px;
}

.signin-email {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(108, 104, 245, 0.5);
}

.signin-password {
  margin-top: 15px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(108, 104, 245, 0.5);
}

.link-orange {
  -webkit-transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  color: #6258a6;
}

.link-orange:hover {
  border-bottom: 2px solid #6c68f5;
  color: #ececec;
  letter-spacing: 0.025em;
  text-decoration: none;
}

.signin-paragraph {
  position: relative;
  margin-top: 20px;
  clear: left;
  font-size: 12px;
}

.container-footer {
  position: relative;
  top: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 80vh;
  margin-right: 6vh;
  margin-left: 6vh;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-image: url('../images/cn-footer-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.footer-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-paragraph {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 60%;
  margin-bottom: 40px;
  margin-left: 30px;
  color: #212020;
  font-size: 19px;
  line-height: 32px;
}

.footer-copyright {
  z-index: 100;
  margin-left: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 9px;
  line-height: 27px;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}

.newsletter-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  position: relative;
  width: 100%;
  height: 100px;
}

.text-field {
  position: absolute;
  width: 100%;
  height: 50px;
  padding: 24px 26px;
  border: 1px none #000;
  background-color: #6258a6;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.text-field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.text-field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.text-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.text-field::placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.submit-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 50px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.subscribesubmit {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 50px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-left: 2px solid rgba(255, 255, 255, 0.9);
  background-color: #6258a6;
  font-size: 16px;
  text-transform: uppercase;
}

.lottie-animation {
  height: 100%;
}

.deltaacplogolottie {
  width: 280px;
}

.secondaryhero {
  position: relative;
}

.abouthero-header-block {
  position: relative;
  top: 20%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 100%;
  min-height: 300px;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.abouthero-heading {
  position: relative;
  left: 0px;
  top: 0px;
  margin: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'PT Sans Caption';
  color: #fff;
  font-size: 72px;
  line-height: 85px;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.abouthero-paragraph {
  position: relative;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 3%;
  z-index: 100;
  width: 75%;
  margin-left: 34px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 27px;
}

.aboutdeltaone {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.aboutdeltatwo {
  margin-top: 101px;
  margin-bottom: 101px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.boundaries-text-copy {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 49px;
  margin-bottom: 49px;
  padding-right: 65px;
  float: left;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.aboutdeltathree {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-3 {
  width: 100%;
  height: auto;
}

.callout-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.callout-header-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.callout-heading {
  position: relative;
  left: 0px;
  top: 0px;
  margin: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'PT Sans Caption';
  color: rgba(255, 255, 255, 0.9);
  font-size: 72px;
  line-height: 80px;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.callout-paragraph {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 60%;
  margin-bottom: 40px;
  margin-left: 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 27px;
}

.about-text1 {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 49px;
  margin-bottom: 49px;
  padding-right: 65px;
  float: left;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-image1 {
  position: relative;
  width: 50%;
  height: auto;
  max-width: 600px;
  float: left;
  clear: right;
  background-color: transparent;
}

.about-text2 {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 10%;
  margin-bottom: 50px;
  padding-right: 0px;
  padding-left: 64px;
  float: right;
  clear: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-image2 {
  width: 50%;
  height: auto;
  background-color: transparent;
}

.about-text3 {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 15%;
  margin-bottom: 50px;
  padding-right: 65px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-image3 {
  position: relative;
  width: 50%;
  height: auto;
  float: left;
  clear: right;
  background-color: transparent;
}

.contactdeltaone {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-field-2 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(108, 104, 245, 0.5);
  background-color: rgba(255, 255, 255, 0.9);
}

.select-field {
  width: 50%;
}

.submit {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #6c68f5;
  -webkit-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
  transition: all 500ms cubic-bezier(.165, .84, .44, 1);
  font-family: DeltaHeading;
}

.submit:hover {
  background-color: #74f5d2;
  background-image: url('../images/03.-Snowy-Mint.jpg');
  background-position: 0% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
  font-family: DeltaHeading;
  color: #1d2436;
  font-size: 15px;
}

.contact-form {
  position: relative;
  width: 50%;
  height: auto;
  max-width: 600px;
  padding-top: 60px;
  float: left;
  clear: right;
  background-color: transparent;
}

.contact-links {
  margin-top: 9px;
  margin-bottom: 9px;
  padding-left: 20px;
  float: left;
  clear: both;
  background-image: url('../images/plus_2.svg');
  background-position: 0% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms cubic-bezier(.215, .61, .355, 1);
  transition: all 400ms cubic-bezier(.215, .61, .355, 1);
}

.contact-links:hover {
  margin-left: 16px;
  color: #918ef5;
}

.helpdeltaone {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.helpfaq {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-2 {
  text-align: left;
}

.heading-3 {
  font-family: 'PT Sans', sans-serif;
  color: #110c16;
  font-weight: 400;
}

.callout-help {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.helpdeltatwo {
  margin-top: 101px;
  margin-bottom: 101px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.help-text2 {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 10%;
  margin-bottom: 50px;
  padding-right: 0px;
  padding-left: 64px;
  float: right;
  clear: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.help-image2 {
  width: 50%;
  height: auto;
  background-color: transparent;
}

.help-text1 {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 49px;
  margin-bottom: 49px;
  padding-right: 65px;
  float: left;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.help-image1 {
  position: relative;
  width: 50%;
  height: auto;
  max-width: 600px;
  float: left;
  clear: right;
  background-color: transparent;
}

.app-hero {
  display: block;
  margin-top: -130px;
  margin-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.app-header-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: block;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.app-heading {
  position: relative;
  left: 0px;
  top: 0px;
  margin: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #110c16;
  font-family: 'PT Sans Caption';
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.025em;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app-paragraph {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 60%;
  margin-bottom: 40px;
  margin-left: 30px;
  color: #110c16;
  font-size: 17px;
  line-height: 27px;
}

.app-username {
  font-family: 'PT Sans Caption';
  color: #6c68f5;
}

.app-username:hover {
  color: #74f5d2;
}

.app-username:visited {
  color: #2ae2fc;
}

.link-3 {
  color: #6c68f5;
}

.app-gethelp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.app-data {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  width: 25%;
}

.app-names {
  position: relative;
  display: block;
  width: 20%;
  padding-top: 10px;
  padding-right: 19px;
  padding-left: 19px;
  float: left;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.app-map {
  overflow: hidden;
  width: 25%;
  height: 320px;
  padding-top: 20px;
  float: left;
}

.app-evapochart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 100%;
  padding: 0px 15px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.app-verification {
  width: 20%;
  height: 100%;
  min-height: 360px;
  padding-top: 25px;
  float: left;
  background-color: #6c68f5;
  background-image: linear-gradient(148deg, #6248f5, #999efa 68%, #615cf9);
}

.app-account {
  margin-top: 50px;
  margin-bottom: 100px;
  box-shadow: 0 10px 20px 0 rgba(29, 36, 54, 0.25);
}

.image-4 {
  width: 100%;
  height: auto;
}

.image-5 {
  width: 100%;
}

.app-interface-heading {
  position: relative;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #1d2436;
  font-size: 10px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.btn-viewdata {
  position: relative;
  display: block;
  margin-top: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #aaaccb;
  font-size: 11px;
  text-align: right;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.app-heading-evt {
  position: relative;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 30px;
  font-family: DeltaBold;
  color: #aaaccb;
}

.accordion-item {
  overflow: hidden;
  width: 100%;
}

.app-primary-nameholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.app-name-icon {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-right: 0px;
  margin-left: 0px;
  color: #8d9eb2;
}

.app-name-name {
  -webkit-transition: color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: color 200ms cubic-bezier(.215, .61, .355, 1);
  color: #aaaccb;
  font-size: 13px;
}

.app-name-name:hover {
  color: #6c68f5;
}

.app-name-details {
  position: static;
  display: block;
  padding-top: 10px;
  background-color: rgba(255, 255, 255, 0.9);
}

.app-statement-number {
  -webkit-transition: font-size 200ms cubic-bezier(.6, -.28, .735, .045);
  transition: font-size 200ms cubic-bezier(.6, -.28, .735, .045);
  font-family: 'Space Mono', sans-serif;
  color: #aaaccb;
  font-size: 30px;
}

.app-statement-number:hover {
  color: #6c68f5;
  font-size: 32px;
}

.app-details-paragraph {
  padding-right: 10px;
  padding-left: 20px;
  color: #aaaccb;
  font-size: 12px;
}

.app-heading-verification {
  position: relative;
  margin-top: 15px;
  margin-bottom: 40px;
  padding-left: 0px;
  font-family: DeltaBold;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.btn-verify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  margin: 15px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebeeef;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: all 200ms cubic-bezier(.175, .885, .32, 1.275), opacity 200ms cubic-bezier(.25, .46, .45, .94);
  transition: all 200ms cubic-bezier(.175, .885, .32, 1.275), opacity 200ms cubic-bezier(.25, .46, .45, .94);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-verify:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.btn-verify.define-boundary {
  background-color: #ffd06c;
}

.btn-verify.add-info {
  background-color: #fcd06c;
}

.btn-verify.verified {
  background-color: #99ea64;
}

.btn-verify.define-boundary-copy {
  background-color: #ffd06c;
}

.btn-verify-text {
  margin-right: 10px;
  margin-left: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #8d9eb2;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
}

.btn-verify-text.pending {
  color: #b0852b;
}

.btn-verify-text.verified {
  color: #77a135;
}

.btn-verify-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 11px;
  margin-left: 11px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: 'Roboto Condensed', sans-serif;
  color: #8d9eb2;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}

.btn-verify-number.pending {
  overflow: hidden;
  background-color: transparent;
  background-image: url('../images/pending.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  text-indent: -1000px;
}

.btn-verify-number.pending-copy {
  overflow: hidden;
  background-color: transparent;
  background-image: url('../images/verified.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  text-indent: -1000px;
}

.btn-verify-number.verified {
  overflow: hidden;
  background-color: transparent;
  background-image: url('../images/verified.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  text-indent: -1000px;
}

.btn-verify-complete-text {
  margin-right: 15px;
  margin-left: 15px;
  font-family: DeltaBold;
  color: #aaaccb;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

.btn-verify-complete-text.verified {
  color: #569a29;
}

.viewmore-button {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
  min-width: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(108, 104, 245, 0.9);
  -webkit-transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  font-family: DeltaHeading;
  text-align: center;
}

.viewmore-button:hover {
  background-image: url('../images/01.-Royal-Heath.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #1d2436;
  font-size: 15px;
}

.app-filters {
  margin-top: 50px;
  margin-bottom: 100px;
}

.app-account-heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-right: 19px;
  padding-left: 19px;
  float: left;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-item-copy {
  overflow: hidden;
  width: 100%;
}

.heading-4 {
  font-family: DeltaBold;
  color: #6c68f5;
}

.app-filter-dropdown {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-sort {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #1d2436;
  font-size: 10px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.app-filter-drop {
  margin-left: 20px;
}

.filter-drop-text {
  font-family: 'Roboto Condensed', sans-serif;
  color: #6c68f5;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.filter-drop-icon {
  color: #6c68f5;
}

.dropdown-toggle {
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ebeeef;
}

.dropdown-list {
  background-color: rgba(235, 238, 239, 0.4);
}

.link-blue {
  -webkit-transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  font-family: 'PT Sans Caption';
  color: #6c68f5;
}

.link-blue:hover {
  border-bottom: 2px solid #6c68f5;
  font-family: 'PT Sans Caption';
  color: #6c68f5;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-decoration: none;
}

.link-blue.w--current {
  font-family: 'PT Sans Caption';
  color: #6258a6;
}

.logo-project {
  position: relative;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo-left-container {
  margin-right: 8px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.logo-epic {
  position: relative;
  width: 100%;
  background-image: url('../images/logo-mesh.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block.w--current {
  max-width: 250px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -o-object-fit: contain;
  object-fit: contain;
}

.link-block.footer-logo {
  margin-top: 15px;
  margin-bottom: 15px;
}

.hero-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-6 {
  position: absolute;
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -o-object-fit: fill;
  object-fit: fill;
}

.sub_footer-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px 20px 0px 0px;
}

.sub_footer-button {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  max-width: 320px;
  min-width: 200px;
  margin-left: 0px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #6258a6;
  -webkit-transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  font-family: 'PT Sans', sans-serif;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.sub_footer-button:hover {
  background-image: url('../images/01.-Royal-Heath.jpg');
  background-position: 50% 100%;
  background-size: 200%;
  background-repeat: no-repeat;
  color: #1d2436;
  font-size: 13px;
}

.sub_footer-heading {
  position: relative;
  left: 0px;
  top: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: none;
  font-family: 'Inter Tight', sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 55px;
  font-weight: 300;
  letter-spacing: 0.015em;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.image-7 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
}

.benefit-explorevariation-image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 400px;
  max-height: 600px;
  max-width: 500px;
  float: left;
  clear: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.copyright-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image-8 {
  width: 30px;
  margin-right: 12px;
  margin-left: 12px;
}

.collection-list-wrapper {
  display: block;
}

.fs-globe-container {
  position: static;
  left: 0%;
  top: 0vh;
  right: 0%;
  bottom: 0%;
  width: 1024px;
  height: 1024px;
  max-height: 1024px;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.fs-globe-container:hover {
  border: 0px solid #000;
}

.fs-globe-container:active {
  border: 0px solid #000;
}

.fs-globe-container:focus {
  border: 0px solid #000;
}

.fs-globe-container.full-page-globe-container {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
}

.fs-globe-pin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eb7500;
  border-radius: 50px;
  background-color: transparent;
  -webkit-filter: brightness(160%) saturate(78%) hue-rotate(-48deg);
  filter: brightness(160%) saturate(78%) hue-rotate(-48deg);
}

.lottie-pin-1 {
  position: absolute;
  width: 90%;
  height: 140%;
  opacity: 0.82;
}

.fs-globe-tooltip {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: auto;
  margin-top: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  text-align: left;
}

.fs-globe-tooltip._1 {
  z-index: 120;
  width: 260px;
  padding: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tooltip-arrow-top {
  position: absolute;
  left: 0%;
  top: -6px;
  right: 0%;
  bottom: auto;
  width: 16px;
  height: 16px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tooltip-title {
  margin-bottom: 4px;
  font-family: 'PT Sans Caption';
  color: #6258a6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}

.tooltip-description {
  font-family: Arimo;
  color: #110c16;
  font-size: 12px;
  line-height: 16px;
}

.hidden-content {
  display: none;
}

.globe-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: auto;
  max-width: 1024px;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.globe-outer-graphic-large {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 120%;
  height: 120%;
  margin-top: -10%;
  margin-right: auto;
  margin-left: -10%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(77, 92, 212, 0.2);
  border-radius: 3000px;
  background-color: hsla(0, 0%, 100%, 0);
  line-height: 1.5;
}

.globe-outer-graphic-small {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 94%;
  height: 94%;
  margin-top: 3%;
  margin-right: auto;
  margin-left: 3%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(77, 92, 212, 0.3);
  border-radius: 3000px;
  background-color: hsla(0, 0%, 100%, 0.01);
}

.graphic-circle-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 80px;
  height: 80px;
  margin-top: 0%;
  margin-right: auto;
  margin-left: 0%;
  border-style: solid;
  border-width: 1px;
  border-color: #2982e6;
  border-radius: 3000px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0.2;
  -webkit-filter: none;
  filter: none;
}

.graphic-circle-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: -17%;
  bottom: 25%;
  z-index: -1;
  display: block;
  width: 60px;
  height: 60px;
  margin-top: 0%;
  margin-right: auto;
  margin-left: 0%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(77, 92, 212, 0.1);
  border-radius: 3000px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0.8;
  -webkit-filter: none;
  filter: none;
}

.graphic-circle-5 {
  position: absolute;
  left: auto;
  right: 40%;
  bottom: 5%;
  z-index: 1;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 0%;
  margin-right: auto;
  margin-left: 0%;
  border-style: solid;
  border-width: 1px;
  border-color: #2982e6;
  border-radius: 3000px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0.8;
  -webkit-filter: none;
  filter: none;
}

.graphic-circle-6 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 60px;
  height: 60px;
  margin-top: 0%;
  margin-right: auto;
  margin-left: 0%;
  border-style: solid;
  border-width: 1px;
  border-color: #2982e6;
  border-radius: 3000px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0.55;
  -webkit-filter: none;
  filter: none;
}

.heading-5 {
  font-family: 'PT Sans Caption';
}

.app-intro {
  margin-bottom: 39px;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.globe-holder {
  width: 100%;
}

.app-intro-heading {
  margin-bottom: 45px;
  font-family: 'PT Sans Caption';
  font-size: 40px;
  font-weight: 400;
}

.epic-mask {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: 20px;
  z-index: 20;
  background-image: url('../images/bg-home-trees.jpg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Icomoon, sans-serif;
  font-size: 200px;
  line-height: 100%;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-bg-masked {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-to-be-masked {
  position: absolute;
  display: block;
  overflow: visible;
  width: 200%;
  height: auto;
  -webkit-transform: scale(1.33);
  -ms-transform: scale(1.33);
  transform: scale(1.33);
  -o-object-fit: fill;
  object-fit: fill;
}

.epic-mask-footer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  background-image: url('../images/epic-mesh_20.jpg');
  background-position: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Icomoon, sans-serif;
  font-size: 200px;
  line-height: 75vh;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.country-grid {
  position: relative;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.bg1 {
  background-image: url('../images/bg-mesh-5.jpg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.country-map-full {
  width: auto;
  max-height: 550px;
}

.country-map-full.country-shadow {
  margin-right: auto;
  margin-left: auto;
}

.country-map-regions {
  width: auto;
  max-height: 550px;
}

.map-block {
  position: relative;
}

.country-tabs-menu {
  text-align: center;
}

.tab {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #423a68;
  background-color: transparent;
  font-family: Arimo;
  color: #423a68;
  font-size: 13px;
  font-weight: 400;
}

.tab.w--current {
  border-color: #6258a6;
  background-color: transparent;
  color: #6258a6;
}

.tab.tab-details.w--current {
  border-color: #6258a6;
  background-color: transparent;
  color: #6258a6;
}

.country-tab-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 600px;
  min-height: 550px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-subnav {
  margin-top: 75px;
  margin-bottom: 30px;
}

.section-country-map {
  position: relative;
  padding-top: 30px;
  padding-bottom: 75px;
  background-image: url('../images/bg-mesh-4.jpg');
  background-position: 100% 100%;
  background-size: 700px;
  background-repeat: no-repeat;
}

.link-backtomap {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #110c16;
}

.link-viewdata {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #110c16;
}

.link-downloadcsv {
  display: inline-block;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #110c16;
}

.container-subnav {
  max-width: 1100px;
  color: #110c16;
  font-size: 12px;
}

.country-name-floats {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 17%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Playfair Display';
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
  font-weight: 600;
  text-shadow: 0 3px 3px rgba(34, 77, 65, 0.54);
}

.cloud1 {
  position: absolute;
  top: 22px;
  right: -90px;
  z-index: 5;
}

.cloud2 {
  position: absolute;
  left: -75px;
  top: auto;
  bottom: 40px;
  z-index: 5;
}

.dropdown-toggle-2 {
  min-width: 200px;
  padding: 10px 20%;
  border-style: solid;
  border-width: 1px;
  border-color: #03b585;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: 'Playfair Display';
  font-style: italic;
}

.caption {
  font-family: 'PT Mono';
  color: #a4becb;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.country-h1 {
  margin-top: 0px;
  font-family: 'PT Sans', sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.div-block-2 {
  text-align: center;
}

.text-inline {
  display: inline-block;
}

.text-block-2 {
  display: inline;
}

.grid-2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 2.25fr 1fr;
  grid-template-columns: 1fr 2.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.country-varbiable-block {
  position: relative;
  margin-top: -1px;
  margin-left: 0px;
  padding: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #03b585;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
}

.country-varbiable-block:hover {
  z-index: 10;
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 30px 5px rgba(0, 0, 0, 0.2);
}

.var-num {
  font-family: 'PT Mono';
  color: #a4becb;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.var-data {
  font-family: 'Space Mono', sans-serif;
  color: #03b585;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
}

.var-name {
  color: #261535;
  font-size: 20px;
  font-weight: 400;
}

.div-block-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.country-subfooter-wrapper {
  z-index: 120;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: auto;
  margin-top: 100px;
  margin-right: 40px;
  margin-left: 40px;
  padding: 80px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 7px 7px 20px 0 rgba(141, 158, 178, 0.26);
}

.subfooter-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.subfooter-intro {
  margin-bottom: 0px;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.app-intro-heading-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'PT Sans Caption';
  font-size: 40px;
  font-weight: 400;
}

.link-block-2 {
  position: relative;
  z-index: 101;
  display: inline-block;
}

.tab-pane-tab-1 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.tab-pane-tab-2 {
  margin-right: auto;
  margin-left: auto;
}

.cursor-wrapper {
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2982e6;
  mix-blend-mode: difference;
}

.cursor-dot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ececec;
  color: #6258a6;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.cursor-text {
  position: static;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}

.ths15-hero-slider-prev-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #161a14;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.ths15-hero-slider-prev-btn.hide {
  display: none;
}

.ths15-hero-slider-nav {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  height: auto;
  padding-top: 0px;
  padding-bottom: 5.5vh;
  padding-left: 12vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ths15-hero-slider-nav.hidden-content {
  display: none;
}

.nav_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  padding-right: 6vh;
  padding-left: 6vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-text {
  margin-bottom: 16px;
  font-family: sofia-pro, sans-serif;
  color: #f1f2ed;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.contact-text.ths15-light {
  margin-top: 2px;
  font-weight: 300;
  text-transform: uppercase;
}

.nav_block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 37%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-hover-text {
  position: absolute;
  font-family: sofia-pro, sans-serif;
  color: #f1f2ed;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav_nav-link_text {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
}

.contact-block {
  width: 100%;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.ths15-hero-slider {
  min-height: 90vh;
  padding-right: 6vh;
  padding-left: 6vh;
  background-color: transparent;
}

.ths15-hero-slider.data-home {
  height: 600px;
  min-height: 60vh;
}

.ths15-heading-h1-first {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: none;
  color: #f1f2ed;
  font-size: 4vw;
  line-height: 140%;
  font-weight: 400;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.ths15-heading-h1-first.padding-bottom {
  margin-bottom: 10px;
}

.brand_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-icon-bar-top {
  width: 70px;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #161a14;
}

.ths15-contact-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-color: #ececec;
}

.ths15-hero-slider-btn-hover-text {
  position: absolute;
  left: 0%;
  top: 20px;
  right: 0%;
  bottom: auto;
  color: #6258a6;
}

.menu-icon-bar-bottom-hover {
  position: absolute;
  left: auto;
  top: auto;
  right: -70px;
  bottom: 0%;
  width: 70px;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #161a14;
}

.ths15-slide-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ths15-slide-image.hidden-content {
  display: none;
}

.contact-info {
  position: absolute;
  left: auto;
  top: auto;
  right: 2vh;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40%;
  height: 220px;
  min-width: 300px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3e3dff;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.ths15-emial-icon {
  width: 40px;
  opacity: 0.7;
}

.menu-icon-bar-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ths15-html-embed {
  position: absolute;
  display: none;
  width: 70px;
  height: 70px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ths15-hero-section {
  position: relative;
  padding-top: 100px;
}

.ths15-hero-section.data-home {
  height: 600px;
  min-height: 70vh;
}

.email-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(241, 242, 237, 0.7);
  border-radius: 50%;
}

.brand_logo {
  width: 150px;
}

.nav_nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 160px;
  margin-left: 60px;
  padding-top: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.8;
  color: #161a14;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav_nav-link:hover {
  color: #161a14;
}

.nav_nav-link.hidden-content {
  display: none;
}

.ths15-hero-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 95%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.ths15-slide-image-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  background-color: #212020;
}

.ths15-heading-h1-second {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: none;
  color: #f1f2ed;
  font-size: 4rem;
  line-height: 140%;
  font-weight: 400;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.ths15-hero-slider-btn-text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.ths15-hero-slider-btn-text-wrapper.ths15-next-btn {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ths15-hero-slider-btn-line {
  width: 2px;
  height: 100px;
  margin-bottom: 40px;
  background-color: rgba(22, 26, 20, 0.75);
}

.ths15-hero-slider-btn-line.ths15-mergin-top {
  margin-top: 40px;
  margin-bottom: 0px;
}

.menu-icon-bar-top-hover {
  position: absolute;
  left: -70px;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 70px;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #161a14;
}

.ths15-slide-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20vh;
  padding-right: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ths15-hero-slider-next-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #161a14;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.ths15-hero-slider-next-btn.hide {
  display: none;
}

.menu-icon-bar-bottom {
  width: 70px;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #161a14;
}

.contact-text-wrapper {
  position: relative;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ths15-page-wrapper {
  display: block;
  overflow: hidden;
}

.ths15-heading-line {
  width: auto;
  height: 1px;
  margin-top: 20px;
  margin-right: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #c10037;
}

.nav_nav-link_text-hover {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -20px;
  display: block;
  color: #3e3dff;
  white-space: nowrap;
}

.ths15-hero-slide {
  overflow: hidden;
}

.hero-header_text-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.ths15-hero-slider-btn-text {
  font-weight: 400;
}

.heading-h1-wrapper {
  overflow: hidden;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.nav_menu-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.ths15-menu-close-icon {
  position: absolute;
  left: auto;
  top: -20px;
  right: -20px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  padding-bottom: 40px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #312ec4;
  cursor: pointer;
}

.ths15-menu-inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  padding: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid rgba(22, 26, 20, 0.2);
}

.ths15-menu-link {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #2b415c;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  text-decoration: none;
}

.ths15-menu-link:hover {
  color: #312ec4;
}

.th15-menu-bottom {
  height: 30%;
  padding: 100px;
}

.ths15-menu-contact-info {
  margin-bottom: 30px;
  color: #0b0b0b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.ths15-menu-social-icon {
  width: 20px;
}

.ths15-menu-close-icon-bar {
  width: 35px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ths15-menu-close-icon-bar.ths15-second {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ths15-menu-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ths15-menu-links-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ths15-menu-links-block.ths15-margin-top {
  margin-top: 10px;
}

.ths15-menu-block-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  display: none;
  background-color: #212020;
  color: #110c16;
}

.ths15-menu-social-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ths15-menu-image-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
}

.ths15-menu-social-link {
  margin-left: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 0.75;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  color: #161a14;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  text-decoration: none;
}

.ths15-menu-social-link:hover {
  opacity: 1;
  color: #ff3f34;
}

.ths15-menu-contact-link {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 0.75;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #312ec4;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.ths15-menu-contact-link:hover {
  opacity: 1;
  color: #c10037;
}

.ths15-menu-bottom-link {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #161a14;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  text-decoration: none;
}

.ths15-menu-bottom-link:hover {
  color: #03b585;
}

.ths15-menu-block-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ths15-menu-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ths15-menu-block-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40%;
  padding: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #353535;
}

.ths15-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.ths15-menu-link-small {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #2b415c;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-decoration: none;
}

.ths15-menu-link-small:hover {
  color: #312ec4;
}

.ths15-menu-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-lead {
  width: 100%;
  max-width: 650px;
  margin-bottom: 30px;
  color: #384746;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.title-centered-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1024px;
  margin: 25px auto 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.home-byod {
  width: 40%;
  margin-bottom: 40px;
}

.team-grid-1 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: "Area-1 Area-1 Area-1 Area-1 . ."
    "Area-1 Area-1 Area-1 Area-1 Area-2 Area-2"
    "Area-1 Area-1 Area-1 Area-1 Area-2 Area-2"
    ". Area-3 Area-3 Area-4 Area-4 ."
    ". Area-3 Area-3 Area-4 Area-4 ."
    ". . . Area-4 Area-4 .";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto 20px auto 20px auto 20px auto 20px auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.title-0 {
  max-width: 1024px;
  margin-bottom: 40px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  font-size: 72px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.title-0.load-1st {
  background-image: url('../images/gradient-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.image-cover {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -o-object-fit: cover;
  object-fit: cover;
}

.section_intro {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin-top: 1px;
  margin-right: auto;
  margin-left: auto;
  padding: 140px 80px;
}

.section_intro.container {
  max-width: 1440px;
  border-radius: 10px;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.intro-header {
  max-width: 85%;
  margin-bottom: 20px;
  background-image: none;
  font-size: 40px;
  line-height: 40px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.intro-paragraph {
  max-width: 85%;
  margin-top: 20px;
  color: #2b415c;
  font-size: 18px;
  line-height: 28px;
}

.heading-line {
  width: auto;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #c10037;
}

.ths15-heading-h3-wrapper {
  overflow: hidden;
  max-width: 60%;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.ths15-heading-h3-third {
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
  background-image: none;
  font-family: Roboto, sans-serif;
  color: #f1f2ed;
  font-size: 1.5vw;
  line-height: 140%;
  font-weight: 300;
  letter-spacing: 0.01rem;
  text-transform: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.mask {
  position: relative;
  overflow: hidden;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

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

.movement-inverse {
  position: relative;
}

.image-size {
  position: relative;
  width: 500px;
  height: 382px;
}

.image-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  background-color: #6258a6;
}

.benefit-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button-container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
}

.move {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 60px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #03b585;
  border-radius: 8px;
  background-color: rgba(3, 181, 133, 0.9);
  color: #ff0051;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button1:hover {
  border-color: rgba(3, 181, 133, 0.2);
  background-color: rgba(3, 181, 133, 0.75);
}

.button-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: -2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-text {
  position: relative;
  z-index: 10;
  color: #ececec;
  font-weight: 400;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  cursor: default;
}

.button-text.dark {
  color: #016b4e;
}

.testimonial-text-02 {
  color: #ececec;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

.testimonial-image-02 {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  background-image: url('../images/kidfortestimonial.png');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial-image-02._2 {
  background-image: url('../images/headshot1_TrunkClubDallasHeadshots_JoeKathrina-069.jpg');
}

.author-name {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.author-subheading {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.testimonial-image-2 {
  width: 55%;
  height: 400px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial-image-2._3 {
  background-image: url('../images/MBS-AR.png');
  background-position: 0% 0%;
  background-repeat: no-repeat;
}

.testimonial-image-2._2 {
  background-image: url('../images/MBS-AR2.png');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-info-inner-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 0px 0px 0px 2px;
  border-color: #000 #000 #000 #212020;
}

.testimonial-info-02 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 60%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.blue {
  color: #3b2ae5;
}

.left-arrow-slider {
  left: -22px;
  width: 45px;
  height: 45px;
  padding: 10px;
  background-color: #212020;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 17px;
}

.left-arrow-slider:hover {
  opacity: 0.8;
}

.slider-2 {
  min-height: 400px;
  background-image: url('../images/gradient-03.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.testimonial-card-02 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hidden-slide-nav {
  display: none;
}

.testimonials-02-div {
  width: 100%;
}

.right-arrow-slider {
  right: -22px;
  width: 45px;
  height: 45px;
  background-color: #212020;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 17px;
}

.right-arrow-slider:hover {
  opacity: 0.8;
}

.testimonial-author-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #dbdbdb;
  color: #ececec;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.container-80vh-min {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 65vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-80vh-min.benefits {
  display: block;
  height: auto;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-80vh-min.container-cta {
  display: block;
  width: 100%;
  height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #6258a6;
}

.container-80vh-min.logos {
  height: 100%;
}

.container-80vh-min.container-footer {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 70vh;
  max-width: 1260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e3ecf9;
  background-image: url('../images/epic-mesh_20.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.container-80vh-min.secondaryhero-container {
  height: 100%;
  max-height: none;
  min-height: 450px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-farmer1.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container-80vh-min.contacthero-container {
  height: 100%;
  max-height: none;
  min-height: 450px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-vineyards.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container-80vh-min.container-callout {
  display: block;
  width: 100%;
  height: 70vh;
  max-width: 1280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ebeeef;
  background-image: url('../images/bg-windfarm.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-80vh-min.app-data-statementholder {
  display: block;
  height: auto;
  max-height: none;
  max-width: 1280px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.container-80vh-min.app-hero-container {
  display: block;
  width: 100%;
  height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ebeeef;
  background-image: url('../images/bg-app.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-80vh-min.maxh600 {
  max-height: 600px;
}

.slide-3 {
  background-image: url('../images/gradient-03.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.slide-4 {
  background-image: url('../images/gradient-03.jpg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.link-footer-sub {
  -webkit-transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  font-family: 'Roboto Condensed', sans-serif;
  color: #6258a6;
  font-weight: 400;
}

.link-footer-sub:hover {
  border-bottom: 2px solid #6c68f5;
  color: #261535;
  letter-spacing: 0.025em;
  text-decoration: none;
}

.contact-text-light {
  color: #f1f2ed;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.contact-text-light.light {
  margin-top: 2px;
  font-weight: 300;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}

.contact-text-light.light.small {
  font-size: 13px;
  letter-spacing: 0.05rem;
}

.div-block-4 {
  top: 0%;
  overflow: hidden;
}

.toggle-is-locked {
  display: none;
  opacity: 1;
}

.html-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 120%;
  min-height: 200px;
}

.accordion_description-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.topics-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.topics-clw {
  display: block;
  width: 100%;
}

.accordion_title-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 20px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.label {
  z-index: 1;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  color: rgba(255, 255, 255, 0.9);
  font-size: 90%;
  font-weight: 600;
  letter-spacing: 0.065rem;
  text-transform: uppercase;
}

.label.small {
  min-width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #423a68;
  font-size: 75%;
}

.label.small.center {
  text-align: center;
}

.label.small.center.white {
  position: relative;
  color: #ececec;
}

.label.small.centered {
  margin-right: auto;
  margin-left: auto;
}

.label.small.centered.white {
  color: #ececec;
}

.label.small.white {
  color: #ececec;
}

.label.dark {
  color: #353535;
}

.partner-grid {
  display: -ms-grid;
  display: grid;
  padding: 10px 14px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 10px;
  background-color: rgba(207, 255, 255, 0.2);
}

.accordion_item {
  position: relative;
  overflow: hidden;
  padding: 1rem 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.parameter-parent {
  background-color: #f8f8f9;
  box-shadow: 0 130px 50px -100px rgba(66, 58, 104, 0.2);
}

.partner-logo {
  width: 80px;
  height: auto;
}

.marketplace-query-new {
  position: relative;
  width: 100%;
}

.accordion_list-wrapper {
  padding-left: 0rem;
  list-style-type: none;
}

.topics-list {
  margin-right: 0px;
  margin-bottom: 100px;
  border-radius: 10px;
  background-color: #fff;
}

.description-wide-block {
  display: -ms-grid;
  display: grid;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #d7dde6;
  border-bottom: 1px solid #d7dde6;
}

.topic-variable-title {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Inter, sans-serif;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.75rem;
  line-height: 110%;
  font-weight: 500;
}

.accordion_item-wrapper {
  margin-bottom: 0rem;
  cursor: pointer;
}

.accordion_item-wrapper.w--current {
  border-bottom-style: none;
  border-radius: 5px;
  background-color: #f7f7f4;
}

.content-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 60px 2vh 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-section.xtra-padding-top {
  padding-top: 100px;
}

.parameters {
  display: block;
  margin-top: 20px;
}

.parameter-button {
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 8px 10px;
  border-radius: 3px;
  background-color: rgba(38, 21, 53, 0.8);
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ececec;
  font-size: 10px;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}

.parameter-button:hover {
  color: #c8fd35;
}

.parameter-button.category-inlay {
  margin-right: 10px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #d7dde6;
  border-radius: 5px;
  background-color: rgba(38, 21, 53, 0.8);
  font-family: 'Roboto Condensed', sans-serif;
  color: #ececec;
  font-size: 12%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.partner-name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
}

.topic-parameters-block {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 20px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(7%, rgba(17, 12, 22, 0.95)), to(rgba(38, 21, 53, 0.45)));
  background-image: linear-gradient(0deg, rgba(17, 12, 22, 0.95) 7%, rgba(38, 21, 53, 0.45));
  text-align: center;
}

.topics-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.topic-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 180px;
  min-width: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #1c73e8;
}

.topic-title.environment {
  background-color: rgba(166, 207, 56, 0.5);
}

.topic-title.sustainable {
  background-color: rgba(26, 114, 155, 0.5);
}

.topic-title.teal {
  background-color: #28cace;
}

.topic-title.purple {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #562582;
}

.topic-title.red {
  background-color: #e7485f;
}

.topic-title.blue {
  background-color: #4a6ebf;
}

.topic-title.yellow {
  background-color: #faba20;
}

.description-narrow-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: rgba(44, 27, 61, 0.9);
  color: rgba(255, 255, 255, 0.9);
}

.topic-details-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1vh;
  padding-left: 3vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.filter-text-link {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  padding: 8px 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #0b0b0b;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.025rem;
  text-decoration: none;
  text-transform: uppercase;
}

.filter-text-link:hover {
  color: #cc2229;
}

.filter-text-link.active {
  border-radius: 5px;
  background-color: #ececec;
  color: #2b415c;
}

.filter-text-link.disabled {
  padding-right: 90px;
  background-image: url('../images/comingsoon.svg');
  background-position: 100% 50%;
  background-size: 70px;
  background-repeat: no-repeat;
  color: #aeb2b7;
}

.accordion_description {
  font-size: 90%;
  line-height: 1.5;
}

.topic-parent {
  padding-bottom: 0px;
}

.topic-parent.active-wildfire {
  color: #9d7d0f;
}

.filters {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.topics {
  position: relative;
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.btn-blank-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding: 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #1a73e8;
  border-radius: 5px;
  background-color: #fff;
  color: #1a73e8;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.topic-block {
  position: relative;
  width: 100%;
  height: 100%;
}

.filter-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #ececec;
  font-family: 'Roboto Condensed', sans-serif;
  color: #6258a6;
  font-weight: 400;
  text-transform: uppercase;
}

.filter-clw {
  position: relative;
  display: block;
  width: auto;
  margin-bottom: 64px;
  padding: 30px 15px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #f4f4f4;
}

.topic-video-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 90%;
  height: 100%;
  margin-top: 20px;
  margin-left: 26px;
  background-color: #f4f4f4;
}

.dataset-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #423a68;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.dataset-info-block {
  display: -ms-grid;
  display: grid;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.btn-fill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(98, 88, 166, 0.55);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.125rem;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-fill:hover {
  background-color: #261535;
  color: #c8fd35;
}

.btn-fill.pt-animation {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-fill.light {
  height: 100%;
  min-height: 150px;
  background-color: #f4f4f4;
  color: #6258a6;
}

.btn-fill.light:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #423a68;
}

.btn-fill.sustainable {
  color: #58cbff;
}

.filter-item {
  padding-top: 3px;
  padding-bottom: 3px;
  opacity: 1;
}

.btn-icon {
  width: 20px;
  margin-right: 10px;
}

.accordion_arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.parameters-dataset-details {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 10px;
}

.filter-column {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accordion_title {
  font-size: 1rem;
  font-weight: 500;
}

.subtopic-inlay-small {
  color: #0b0a17;
  font-size: 28px;
}

.description {
  font-size: 0.9em;
  line-height: 1.4em;
}

.jump-menu-title {
  color: #303030;
  font-size: 11px;
  letter-spacing: 0.025rem;
}

.ths15-catalog-options {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: none;
  overflow: hidden;
  width: 350px;
  height: 130px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6258a6;
  text-decoration: none;
  cursor: pointer;
}

.explore-by {
  margin-top: 10px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-variable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.05rem;
}

.link-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.topic-grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-flow: column;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: minmax(auto, 1fr);
  grid-template-rows: minmax(auto, 1fr);
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
  background-color: #f8f8f9;
}

.topic-grid.environmental {
  z-index: 0;
  overflow: hidden;
  min-height: 350px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(auto, 1fr);
  grid-template-rows: minmax(auto, 1fr);
}

.topic-grid.agriculture {
  z-index: 0;
  overflow: hidden;
  -ms-grid-columns: 1fr 2.5fr 1fr;
  grid-template-columns: 1fr 2.5fr 1fr;
}

.topic-grid.co2 {
  z-index: 0;
  overflow: hidden;
  -ms-grid-columns: 1fr 2.5fr 1fr;
  grid-template-columns: 1fr 2.5fr 1fr;
}

.topic-grid.water {
  z-index: 0;
  overflow: hidden;
  -ms-grid-columns: 1fr 2.5fr 1fr;
  grid-template-columns: 1fr 2.5fr 1fr;
}

.topic-data {
  height: 100%;
}

.topic-visualize {
  background-color: rgba(40, 31, 49, 0.9);
  color: #6258a6;
}

.title-block_top-card {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: rgba(255, 255, 255, 0.9);
}

.topic-documents {
  height: 100%;
}

.topic-short-description {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
}

.topic-short-description.small-white {
  padding-right: 20px;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  line-height: 16px;
}

.topic-short-description.small-dark {
  margin-bottom: 0px;
  padding: 10px 30px;
  color: #261535;
  font-size: 9px;
  line-height: 16px;
}

.data-at-a-glance {
  position: relative;
  display: -ms-grid;
  display: grid;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(auto, 40px) auto;
  grid-template-rows: minmax(auto, 40px) auto;
}

.topic-partner {
  margin-right: 10px;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 2px;
  border-right: 1px solid #89919c;
}

.topic-partner.last {
  border-right-style: none;
}

.partners-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 20px;
  border-bottom: 1px solid #89919c;
}

.btn-icon-visualize {
  display: block;
  width: 35px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-3 {
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
}

.div-block-5 {
  height: 100%;
  background-color: rgba(44, 27, 61, 0.9);
}

.topic-parameter-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #6258a6;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}

.parameter-title {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.parameter-title.map-title {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #c8fd35;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.parameter-title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #261535;
  text-align: center;
}

.parameter-grid {
  min-height: 400px;
  grid-auto-flow: column;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1.75fr 1fr;
  grid-template-columns: 1fr 1.75fr 1fr;
  -ms-grid-rows: minmax(auto, 1fr) auto;
  grid-template-rows: minmax(auto, 1fr) auto;
  border-bottom: 1px solid #c8fd35;
  background-color: #f8f8f9;
}

.parameters-partners {
  height: 100%;
}

.parameters-partners-narrow-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 34px 30px 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f3f2f7;
  color: rgba(255, 255, 255, 0.9);
}

.parameters-partners-2 {
  height: 100%;
}

.parameters-description-narrow-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 60px 30px 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: rgba(255, 255, 255, 0.9);
}

.parameters-short-description {
  color: #110c16;
  font-size: 14px;
  line-height: 22px;
}

.parameters-visualize {
  color: #6258a6;
}

.parameter-parameters-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.parameter-thumbnail-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 250px;
  height: 250px;
  margin: 30px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #f4f4f4;
  box-shadow: 0 20px 50px -39px #423a68;
  -o-object-fit: fill;
  object-fit: fill;
}

.parameter-thumbnail-image {
  width: 140%;
  max-width: none;
}

.parameter-thumb-icon-block {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 100px;
  background-color: #f4f4f4;
  opacity: 0;
}

.btn-icon-thumb {
  display: block;
  width: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.explore-icon {
  width: 40px;
  margin-right: 10px;
}

.ths15-exploreby-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #f1f2ed;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.ths15-exploreby-text.ths15-light {
  margin-top: 2px;
  font-weight: 300;
  text-transform: uppercase;
}

.sdaia-data-map {
  width: 100vw;
  height: 100vh;
  padding-right: 40px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 33vw 67vw;
  grid-template-columns: 33vw 67vw;
  -ms-grid-rows: 8vh 92vh;
  grid-template-rows: 8vh 92vh;
  background-color: #f4f4f4;
}

.map-header-logo-small {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 70px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cn-symbol {
  display: block;
  width: 70px;
}

.back-to-cases-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon-circle-left {
  width: 20px;
  height: 20px;
}

.back-to-cases-text {
  height: 14px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Inter, sans-serif;
  color: #353535;
  font-size: 80%;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.map-variable-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 6vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c10037;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: #ececec;
  color: transparent;
}

.variable-title-map-tab {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 10px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  color: #353535;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.variable-title-map-tab.map-title {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #c8fd35;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.map-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2vh;
  padding-bottom: 2vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.topic-title-map {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 300px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 30px 30px -30px rgba(33, 32, 32, 0.3);
}

.topic-title-map.environment {
  background-color: rgba(166, 207, 56, 0.5);
  background-image: none;
}

.topic-title-map.sustainable {
  background-color: rgba(26, 114, 155, 0.5);
}

.topic-variable-title-map {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}

.environment-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(133, 253, 53, 0.35);
}

.sustainable-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 114, 155, 0.5);
}

.title-block-map {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #212020;
  text-align: center;
}

.map-variable-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.variable-menu-item-old {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: transparent;
}

.variable-menu-item-old.active {
  background-color: #6258a6;
}

.parameter-menu-title-map {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
  color: #6258a6;
  font-size: 11px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.parameter-menu-title-map.map-title {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #c8fd35;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.parameter-menu-title-map.active {
  color: #ececec;
}

.menu-link-more-info-text {
  height: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 9px;
  line-height: 100%;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.menu-link-more-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-link-more-info:hover {
  background-color: #6258a6;
  color: rgba(255, 255, 255, 0.9);
}

.menu-link-more-info.active {
  background-color: #564ca0;
  color: #ececec;
}

.parameters-menu-dataset-details {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding: 10px 11px 5px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #423a68;
}

.parameters-menu-dataset-details.active {
  background-color: #564ca0;
  color: #ececec;
}

.label-menu {
  z-index: 1;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #9d8de2;
  font-size: 6px;
  line-height: 10px;
  font-weight: 300;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}

.label-menu.small {
  min-width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #423a68;
  font-size: 75%;
}

.label-menu.small.center {
  text-align: center;
}

.label-menu.small.center.white {
  position: relative;
  color: #ececec;
}

.label-menu.small.centered {
  margin-right: auto;
  margin-left: auto;
}

.label-menu.small.centered.white {
  color: #ececec;
}

.label-menu.small.white {
  color: #ececec;
}

.dataset-menu-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 9px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.arrow-active {
  position: absolute;
  right: -20px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #9d7d0f;
  border-radius: 50px;
  background-color: #c8fd35;
}

.arrow-active.hidden-content {
  display: none;
}

.icon-circle-left-active {
  width: 20px;
  height: 20px;
  margin-right: 0px;
}

.hero-video-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 95%;
  background-color: #0b0b0b;
  -o-object-fit: cover;
  object-fit: cover;
}

.video {
  position: absolute;
  width: 100%;
  padding-bottom: 0px;
}

.background-video {
  width: 100%;
  height: 100%;
}

.ths15-slide-image-overlay-static-transparent {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  border-radius: 20px;
  background-color: rgba(53, 53, 53, 0.5);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

._01-environmental-video {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

._01-environmental-video.small-bg {
  top: 0%;
  bottom: 0%;
  width: 140%;
  height: 140%;
  margin-top: -15%;
}

.powered-by-container {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.parameter-short-description {
  padding: 10px 30px 0px;
  color: #261535;
  font-size: 11px;
  line-height: 16px;
}

.parameter-short-description.small-white {
  color: rgba(255, 255, 255, 0.9);
  font-size: 9px;
  line-height: 16px;
}

.parameter-short-description.small-dark {
  margin-bottom: 0px;
  padding: 10px 30px;
  color: #261535;
  font-size: 9px;
  line-height: 16px;
}

.parameter-short-description.active {
  color: #ececec;
}

.label-menu-icon {
  z-index: 1;
  width: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #9d8de2;
  font-size: 6px;
  line-height: 10px;
  font-weight: 300;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}

.label-menu-icon.small {
  min-width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #423a68;
  font-size: 75%;
}

.label-menu-icon.small.center {
  text-align: center;
}

.label-menu-icon.small.center.white {
  position: relative;
  color: #ececec;
}

.label-menu-icon.small.centered {
  margin-right: auto;
  margin-left: auto;
}

.label-menu-icon.small.centered.white {
  color: #ececec;
}

.label-menu-icon.small.white {
  color: #ececec;
}

._02-agriculture-video {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.agriculture-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 200, 253, 0.35);
}

.co2-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(253, 183, 53, 0.35);
}

._03-c02-video {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.water-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(76, 53, 253, 0.35);
}

._04-water-video {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.grid-video-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-video-bg.hidden-content {
  display: none;
}

.map-time-slider-container {
  position: absolute;
  z-index: 20;
  display: none;
  width: 100%;
  height: 10%;
  max-height: 60px;
  max-width: 500px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: rgba(248, 248, 249, 0.9);
}

.map-legend-container {
  position: absolute;
  left: 20px;
  top: 33%;
  right: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px none #000;
  border-radius: 7px;
  background-color: #ececec;
}

.field-label {
  margin-bottom: 8px;
  color: #18264e;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.02em;
}

.input-field {
  width: 100%;
  min-height: 48px;
  margin-bottom: 0px;
  padding: 12px 16px;
  border: 1px solid #e9ecf0;
  border-radius: 12px;
  box-shadow: 1px 1px 2px 0 rgba(114, 129, 167, 0.04);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #151e24;
  font-size: 14px;
}

.input-field:hover {
  border-color: #ccd5e0;
}

.input-field:focus {
  border-color: #642eff;
}

.input-field::-webkit-input-placeholder {
  color: #a0a6b0;
}

.input-field:-ms-input-placeholder {
  color: #a0a6b0;
}

.input-field::-ms-input-placeholder {
  color: #a0a6b0;
}

.input-field::placeholder {
  color: #a0a6b0;
}

.ranger-slider-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.map-functions-container {
  position: absolute;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 10%;
  max-height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.map-function-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  min-width: 60px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(248, 248, 249, 0.9);
}

.map-function-button:hover {
  background-color: #6258a6;
  color: #f3f2f7;
}

.map-function-label {
  margin-top: 7px;
  margin-bottom: 4px;
  font-size: 9px;
  line-height: 10px;
  font-weight: 400;
  text-align: center;
}

.map-function-icon {
  z-index: 1;
  width: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #9d8de2;
  font-size: 6px;
  line-height: 10px;
  font-weight: 300;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}

.map-function-icon.small {
  min-width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #423a68;
  font-size: 75%;
}

.map-function-icon.small.center {
  text-align: center;
}

.map-function-icon.small.center.white {
  position: relative;
  color: #ececec;
}

.map-function-icon.small.centered {
  margin-right: auto;
  margin-left: auto;
}

.map-function-icon.small.centered.white {
  color: #ececec;
}

.map-function-icon.small.white {
  color: #ececec;
}

.fs-rangeslider_wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 10px;
  color: #000;
}

.fs-rangeslider_track {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 20px;
  background-color: rgba(174, 178, 183, 0.2);
  background-image: url('../images/opacity-icon.svg');
  background-position: 60% 50%;
  background-size: auto 7px;
  background-repeat: no-repeat;
}

.fs-rangeslider_fill {
  position: absolute;
  width: 2rem;
  height: 100%;
  border-radius: 20px;
}

.fs-rangeslider_fill.red {
  background-color: #c10037;
}

.fs-rangeslider_fill.blue {
  background-color: #2982e6;
}

.fs-rangeslider_fill.yellow {
  background-color: #dfb423;
}

.fs-rangeslider_fill.green {
  background-color: #03b585;
}

.fs-rangeslider_fill.purple {
  background-color: #a39bda;
}

.fs-rangeslider_fill.blue {
  background-color: #2982e6;
}

.fs-rangeslider_handle {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
}

.fs-rangeslider_handle:active {
  border-style: solid;
  border-width: 1px;
  border-color: #a4becb;
}

.fs-rangeslider_display-value {
  position: relative;
  top: 10px;
  display: none;
  margin-top: 10px;
  font-family: 'Space Mono', sans-serif;
  color: #6258a6;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
}

.fs-rangeslider_input {
  display: none;
}

.map-chart {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ececec;
}

.map {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 90vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px 15px 15px;
}

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

.image-10 {
  max-width: 10%;
}

.map-legend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d80000), color-stop(14%, #d17116), color-stop(28%, #faa238), color-stop(44%, #fff47c), color-stop(61%, #a7ff94), color-stop(76%, #46e968), color-stop(89%, #00a535), to(#007027));
  background-image: linear-gradient(180deg, #d80000, #d17116 14%, #faa238 28%, #fff47c 44%, #a7ff94 61%, #46e968 76%, #00a535 89%, #007027);
}

.map-legend-labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.map-legend-label {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Space Mono', sans-serif;
  color: #423a68;
  font-size: 11px;
  line-height: 8px;
  font-weight: 400;
}

.menu-video-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -o-object-fit: cover;
  object-fit: cover;
}

.menu-video-bg.hidden-content {
  display: none;
}

.div-block-6 {
  top: -100%;
}

.button-cta {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 280px;
  margin-top: 22px;
  margin-bottom: 22px;
  padding: 0.875rem 1.875rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #c10037;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: Roboto, sans-serif;
  color: #c10037;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button-text-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.5;
}

.button-text-2 {
  height: 1.5rem;
  min-height: 1.5rem;
  padding: 0rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.button-background {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: none;
  width: 100%;
  height: 175%;
  min-width: 4.5rem;
  border-radius: 7px;
  background-color: #c10037;
}

.button-steps-last {
  position: relative;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 4px;
  background-color: #3bce67;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.button-steps-last:hover {
  background-color: #304351;
  color: #fff;
}

.teaser-copy-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 85%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.teaser-img-tablet-down {
  display: none;
}

.teaser-img-tablet-down.fade-in-2nd {
  display: block;
}

.text-block-5 {
  font-size: 12px;
}

.teaser-img {
  position: absolute;
  left: 0%;
  top: 15%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.teaser-img._2 {
  z-index: 3;
}

.teaser-img._3 {
  z-index: 2;
}

.teaser-img._1 {
  z-index: 4;
}

.teaser-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tab-link-active-info {
  position: relative;
  overflow: hidden;
  color: #9aabb8;
  line-height: 1.25;
  font-weight: 400;
}

.section_teaser-sticky-container {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f2f7), to(#fff));
  background-image: linear-gradient(180deg, #f3f2f7, #fff);
}

.teaser-sticky-container {
  max-width: 100%;
  padding-right: 60px;
  padding-bottom: 30px;
  padding-left: 60px;
}

.p-teaser-img-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 90vh;
  max-height: 900px;
  margin-top: 15%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.teaser-left-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.title-3 {
  max-width: 400px;
  margin-bottom: 20px;
  background-color: transparent;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.teaser-column {
  position: relative;
  width: 50%;
}

.button-benefits-last {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200px;
  min-width: 8rem;
  margin: 22px auto;
  padding: 0.875rem 1.875rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #c10037;
  border-radius: 100px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #c10037;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.bigger {
  color: #312ec4;
  font-size: 18px;
  line-height: 32px;
}

.cta-video-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0px 0px;
  background-color: #0b0b0b;
  -o-object-fit: cover;
  object-fit: cover;
}

.cta-bottom {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 320px;
  padding-bottom: 30px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #ebebeb;
  -o-object-fit: contain;
  object-fit: contain;
}

.cta-ipad {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.cta-bottom-block {
  position: relative;
  left: 10%;
  top: 0%;
  right: auto;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45vw;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sub_footer-paragraph-bottom {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 75%;
  margin-bottom: 40px;
  color: #2b415c;
  font-size: 16px;
  line-height: 26px;
}

.sub_footer-heading-bottom {
  position: relative;
  left: 0px;
  top: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: none;
  font-family: 'Inter Tight', sans-serif;
  color: #cc2229;
  font-size: 35px;
  line-height: 35px;
  font-weight: 300;
  letter-spacing: 0.015em;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button-cta-bottom {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 280px;
  margin-top: 22px;
  margin-bottom: 22px;
  padding: 0.875rem 1.875rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #2b415c;
  border-radius: 7px;
  background-color: #2b415c;
  font-family: Roboto, sans-serif;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.topic-video-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.label-small {
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #aeb2b7;
  font-size: 7px;
  font-weight: 400;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}

.label-small.small {
  min-width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #423a68;
  font-size: 75%;
}

.label-small.small.center {
  text-align: center;
}

.label-small.small.center.white {
  position: relative;
  color: #ececec;
}

.label-small.small.centered {
  margin-right: auto;
  margin-left: auto;
}

.label-small.small.centered.white {
  color: #ececec;
}

.label-small.small.white {
  color: #ececec;
}

.label-small.dark {
  color: #353535;
}

.updated-date {
  font-family: 'CN Mono', sans-serif;
  color: #212020;
}

.databox-white {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 220px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.databox-white.tracks {
  position: relative;
  overflow: hidden;
}

.topic-link {
  display: block;
}

.topic-link.active-wildfire {
  height: 100%;
  border-style: none;
  border-width: 1px;
  border-color: #ebebeb;
  color: #c10037;
  text-decoration: none;
}

.topic-link.wildfire-weather {
  color: #9d7d0f;
}

.topic-link.washouts {
  color: #2982e6;
}

.topic-link.flood {
  color: #574e2e;
}

.topic-link.landslide {
  color: #583714;
}

.topic-link.mudslide {
  color: #b4993b;
}

.topic-link.highwinds {
  color: #03b5a6;
}

.explore-btn {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 16px 20px;
  background-color: #4260a6;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 0.875rem;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}

.explore-btn.disbabled {
  background-color: transparent;
  color: #aeb2b7;
}

.explore-btn.teal {
  background-color: #25aeb2;
}

.explore-btn.purple {
  background-color: #4c2172;
}

.explore-btn.red {
  background-color: #c83f54;
}

.explore-btn.yellow {
  background-color: #d8a01e;
}

.insight-bg-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.insight-bg-video.hidden-content {
  display: none;
}

.topic-data-variable-title {
  max-width: 80%;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  color: #353535;
  font-size: 18px;
  line-height: 17px;
  font-weight: 500;
}

.topic-data-variable-subtitle {
  position: relative;
  z-index: 1;
  font-family: Inter, sans-serif;
  color: #303030;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
}

.topic-data-variable-number-big {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'CN Mono', sans-serif;
  font-size: 44px;
  line-height: 100%;
}

.topic-data-variable-number-big.cn-red {
  color: #cc2229;
}

.databox-explore-map {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 220px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(33, 32, 32, 0.2);
  text-align: center;
}

.databox-explore-map.hidden {
  display: none;
}

.topic-cta-video-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.spinned-outer {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-bottom: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-badge {
  width: 100%;
}

.topic-data-highchart {
  position: absolute;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 160px;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.placeholder-data {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-right: 10px;
  padding-bottom: 16px;
  padding-left: 10px;
}

.tracks-placeholder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 200%;
  max-width: none;
  -webkit-transform: translate(-25%, -25%);
  -ms-transform: translate(-25%, -25%);
  transform: translate(-25%, -25%);
}

.white-fade {
  position: relative;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(24%, #fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff 24%, hsla(0, 0%, 100%, 0));
}

.div-block-7 {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(248, 248, 249, 0.3);
  -webkit-backdrop-filter: saturate(0%) blur(15px);
  backdrop-filter: saturate(0%) blur(15px);
}

.subscribe-button {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 16px 20px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 10px -10px rgba(48, 48, 48, 0.2);
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}

.subscribe-button.disbabled {
  background-color: transparent;
  color: #aeb2b7;
}

.map-placeholder {
  max-width: none;
}

.cn-asset-risk {
  position: relative;
  margin-right: 10px;
  margin-bottom: 0px;
  float: left;
  font-size: 15px;
  font-weight: 500;
}

.paragraph-2 {
  position: relative;
}

.topic-details-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-drop-arrow {
  position: relative;
  width: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.icon-drop-arrow.icon-absolute {
  position: absolute;
  left: auto;
  top: 20%;
  right: 0%;
  bottom: 0%;
}

.topic-data-variable-number-small {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'CN Mono', sans-serif;
  font-size: 22px;
  line-height: 100%;
}

.topic-data-variable-number-small.cn-red {
  background-image: url('../images/icon-km.svg');
  background-position: 100% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #cc2229;
}

.topic-variable-title-sub {
  margin-bottom: 0px;
  float: left;
  color: #aeb2b7;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}

.topic-variable-title-sub.centred {
  text-align: center;
}

.topic-asset-risk-data-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1vh;
  padding-bottom: 1vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.topic-menu-map {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60vh;
  min-width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0));
  box-shadow: 0 30px 50px -50px rgba(53, 53, 53, 0.5);
}

.topic-menu-map.environment {
  background-color: rgba(166, 207, 56, 0.5);
  background-image: none;
}

.topic-menu-map.sustainable {
  background-color: rgba(26, 114, 155, 0.5);
}

.variable-instructions {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.instructions-text {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.fire-icon-hovers-over {
  display: inline-block;
  padding-top: 13px;
  background-image: url('../images/icon-fire_over.svg');
  background-position: 20% 0%;
  background-size: 11px;
  background-repeat: no-repeat;
}

.fires-icons-placeholder {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 65vh;
  -webkit-transform: translate(-66%, -66%);
  -ms-transform: translate(-66%, -66%);
  transform: translate(-66%, -66%);
}

.icon-confirmed-fire {
  position: relative;
  z-index: 5;
  max-width: 3vh;
  cursor: pointer;
}

.icon-detected-fire {
  position: relative;
  z-index: 5;
  max-width: 3vh;
}

.icon-detected-fire.tooltip-link {
  border-bottom: 0px none transparent;
}

.map-header-variable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.variable-title-map-name {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 3vh;
  padding-left: 3vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  font-family: 'CN Mono', sans-serif;
  color: #d6d7da;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.variable-title-map-name.map-title {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #c8fd35;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.separator-grey {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #aeb2b7;
}

.map-search-container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 7px;
  background-color: #ececec;
}

.cn-form-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-text-search {
  width: 80%;
  height: 45px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  border-radius: 3px;
  background-image: url('../images/icon-search-crosshairs.svg');
  background-position: 95% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.map_search-bar-top {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding: 1vh;
  border-bottom: 1px solid #cc2229;
}

.cn-submit {
  width: 45px;
  height: 45px;
  padding: 10px;
  border-radius: 3px;
  background-color: #212020;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.cn-submit.red {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #cc2229;
}

.cn-submit.grey {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #353535;
}

.separator-red {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #cc2229;
}

.form-select-search {
  width: 100%;
  height: 45px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  clear: left;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border: 1px none #000;
  border-radius: 3px;
  background-image: url('../images/icon-droparrow.svg');
  background-position: 95% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.map-form-search-block-2 {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding: 1vh;
}

.cn-form-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.map-search-layers {
  position: absolute;
  left: auto;
  right: 0px;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 7px;
}

.map-legend-block {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  padding: 1vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  -ms-grid-columns: 40px 1fr;
  grid-template-columns: 40px 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 1px solid #cc2229;
}

.fire-icons-container {
  position: absolute;
  top: 25%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map-legend-block-bottom {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  padding: 0.5vh 1vh 3vh;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  align-self: flex-start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: minmax(auto, 1fr) auto auto;
  grid-template-rows: minmax(auto, 1fr) auto auto;
}

.legend-placeholder {
  width: 90px;
  margin-top: 10px;
}

.map-layers-container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 280px;
  height: auto;
  max-height: 60vh;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 7px;
  background-color: #ececec;
}

.map-layers-heading {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.map-layers-heading.sub {
  border-bottom-style: none;
}

.layers-form {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.checkbox-field {
  position: relative;
  padding-left: 15px;
}

.checkbox {
  position: absolute;
  left: 0px;
  display: none;
  margin-left: 0px;
}

.custom-checkbox {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-image: url('../images/custom-checkbox-background.svg');
  background-position: 50% 0%;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: 0 10px 13px -5px rgba(53, 53, 53, 0.5);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.checkbox-label {
  position: relative;
  z-index: 2;
  padding-top: 3px;
  padding-right: 5px;
  padding-left: 35px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11px;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
}

.tooltip-wrapper {
  position: absolute;
  display: block;
  width: 280px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8e3f0;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 1px 1px 8px 1px rgba(45, 62, 80, 0.12);
  color: #112953;
  font-size: 11.5px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
}

.tooltip-wrapper._200 {
  width: 150px;
  border-color: #f8f8f9;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 8px -5px rgba(53, 53, 53, 0.2);
  font-family: 'Roboto Condensed', sans-serif;
  color: #353535;
  font-weight: 300;
}

.tooltip-wrapper._200 {
  width: 150px;
  border-color: #f8f8f9;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 8px -5px rgba(53, 53, 53, 0.2);
  font-family: 'Roboto Condensed', sans-serif;
  color: #353535;
  font-weight: 300;
}

.tooltip-anchor {
  position: absolute;
  left: 0%;
  top: 100%;
  right: 0%;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.tooltip-anchor.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.tooltip-anchor.top {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 100%;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 12px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tooltip-anchor.top.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tooltip-anchor.top {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 100%;
  padding-top: 0px;
  padding-bottom: 12px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tooltip-anchor.top.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.super {
  position: absolute;
  top: -2px;
  padding-left: 3px;
}

.relative {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  color: #353535;
  font-weight: 300;
}

.tooltip-container {
  position: relative;
  z-index: 3;
  padding: 16px;
  border-radius: 9px;
  background-color: #fff;
  font-size: 12.5px;
}

.tooltip-container._10 {
  padding: 10px;
  border-radius: 5px;
}

.tooltip-content {
  display: block;
  padding: 0px;
}

.tooltip-i {
  position: relative;
  top: -0.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.2em;
  height: 1.2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #aeb2b7;
  font-size: 1em;
  font-style: italic;
}

.tooltip-diamond {
  position: absolute;
  left: 0%;
  top: -7px;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 16px;
  height: 16px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #d8e3f0;
  border-radius: 2px;
  background-color: #fafbfe;
  box-shadow: 0 -3px 8px 0 rgba(45, 62, 80, 0.06);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tooltip-diamond.bottom {
  top: auto;
  bottom: -5px;
  width: 10px;
  height: 10px;
  border-color: #fff;
}

.tooltip-diamond.bottom {
  top: auto;
  bottom: -5px;
  background-color: #fff;
}

.tooltip-dropdown {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-right: 0px;
  margin-left: 0px;
}

.tooltip-dropdown.inline {
  display: inline-block;
}

.layer-option {
  padding-top: 15px;
  padding-bottom: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #aeb2b7;
}

.layer-option.sub {
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom-style: none;
}

.layer-option.first {
  border-top: 1px solid #aeb2b7;
}

.layer-day-slider {
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

.sub-layer {
  margin: 10px 10px 40px;
  padding-bottom: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 30px 30px -30px rgba(53, 53, 53, 0.3);
}

.image-12 {
  width: 100%;
}

.powered-by-label {
  z-index: 1;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Roboto Condensed', sans-serif;
  color: #9198a2;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}

.icon-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #cc2229;
}

.icon-3:hover {
  color: rgba(255, 255, 255, 0.9);
}

.show-hide-layers {
  position: fixed;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: #ececec;
}

.variable-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.variable-details-data {
  padding: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 1px solid #aeb2b7;
}

.variable-date-label {
  position: relative;
  margin-bottom: 0px;
  float: left;
  color: #aeb2b7;
  font-size: 8px;
  line-height: 20px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}

.variable-date-label.centred {
  text-align: center;
}

.variable-date {
  position: relative;
  margin-bottom: 0px;
  float: left;
  font-family: 'CN Mono', sans-serif;
  font-size: 11px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}

.variable-date.centred {
  text-align: center;
}

.variable-data-risk-title {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Roboto Condensed', sans-serif;
  color: #212020;
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.variable-data-risk-title.sub {
  border-bottom-style: none;
}

.variable-data-risk-type {
  position: relative;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  background-color: #ececec;
  background-image: url('../images/icon-fire_confirmed.svg');
  background-position: 2px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: Inter, sans-serif;
  color: #cc2229;
  font-size: 10px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}

.variable-data-risk-type.sub {
  border-bottom-style: none;
}

.variable-data-thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100px;
  border-radius: 10px;
  background-color: #ececec;
}

.thumb-placeholder {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  width: 250px;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.variable-data-table {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  font-family: Inter, sans-serif;
  color: #aeb2b7;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}

.variable-data-number {
  font-family: 'CN Mono', sans-serif;
  color: #cc2229;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}

.variable-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #aeb2b7;
}

.variable-video-label {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.variable-video-player-embed {
  position: relative;
  overflow: hidden;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.variable-paragraph {
  width: 75%;
  margin-top: 1vh;
  margin-bottom: 1vh;
  font-size: 10px;
  line-height: 16px;
}

.active-fire-video-sample {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 20vh;
  background-color: #ececec;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.play-pause-button {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.icon-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #160042;
}

.play-button {
  max-height: 50px;
  max-width: 50px;
}

.variable-spread-risk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom-width: 1px;
  border-bottom-color: #aeb2b7;
}

.btn-close-details {
  position: absolute;
  left: auto;
  top: -15px;
  right: -15px;
  bottom: auto;
  z-index: 100;
  width: 30px;
  height: 30px;
  padding: 2px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 15px -10px rgba(53, 53, 53, 0.3);
  cursor: pointer;
}

.icon-close {
  width: 100%;
  max-width: none;
}

.video-2 {
  width: 100%;
}

.tooltip-title-2 {
  margin-bottom: 5px;
  font-size: 110%;
  font-weight: 500;
}

.tooltip-link {
  display: inline-block;
  height: 1.5em;
  border-bottom: 1px dashed #2962ff;
  color: #2962ff;
}

.track-details-data {
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.track-data-table-latlong {
  grid-column-gap: 10px;
  grid-row-gap: 2px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  font-family: Inter, sans-serif;
  color: #aeb2b7;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}

.track-data-table-specs {
  grid-column-gap: 10px;
  grid-row-gap: 2px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  font-family: Inter, sans-serif;
  color: #aeb2b7;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}

.track-data-number {
  font-family: 'CN Mono', sans-serif;
  color: #353535;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
}

.track-distance-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ebebeb;
}

.track-data-variable-number-big {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 30px 10px 20px;
  border-radius: 5px;
  background-color: #f4f4f4;
  background-image: url('../images/icon-km.svg');
  background-position: 95% 15%;
  background-size: 15px;
  background-repeat: no-repeat;
  font-family: 'CN Mono', sans-serif;
  color: #cc2229;
  font-size: 44px;
  line-height: 44px;
}

.track-data-variable-number-big.cn-red {
  color: #cc2229;
}

.track-data-risk-title {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Roboto Condensed', sans-serif;
  color: #212020;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.track-data-risk-title.sub {
  border-bottom-style: none;
}

.range-slider {
  font-family: 'Roboto Condensed', sans-serif;
  color: #353535;
  font-size: 9px;
}

.text-style-quote {
  margin-bottom: 0rem;
  padding: 0rem 1.25rem;
  border-left: 0.25rem solid #e2e2e2;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.fs-styleguide_empty-box {
  position: relative;
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  border-style: dashed;
  border-width: 1px;
  border-color: #0073e6;
  background-color: rgba(0, 115, 230, 0.1);
}

.form_checkbox-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
}

.form_checkbox-icon.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
  background-size: 90%;
}

.form_checkbox-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
  box-shadow: 0 0 0.25rem 0rem #3898ec;
}

.heading-style-h6 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

.main-wrapper.overflow-hidden {
  overflow: visible;
}

.main-wrapper.display-inlineflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.margin-left {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-bottom: 0rem;
}

.fs-styleguide_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-global {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.overflow-scroll {
  overflow: scroll;
}

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

.padding-vertical {
  padding-right: 0rem;
  padding-left: 0rem;
}

.fs-styleguide_4-col {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.fs-styleguide_1-col {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form_radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-vertical {
  margin-right: 0rem;
  margin-left: 0rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h5 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.text-size-medium {
  font-size: 1.25rem;
}

.overflow-auto {
  overflow: auto;
}

.text-align-right {
  text-align: right;
}

.padding-xlarge {
  padding: 4rem;
}

.fs-styleguide_section {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.padding-horizontal {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.padding-top {
  padding: 3rem 0rem 0rem;
  font-size: 1.25rem;
  font-weight: 300;
}

.fs-styleguide_spacing-all {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-right: auto;
  margin-left: auto;
}

.btn {
  padding: 0.75rem 1.5rem;
  background-color: #312ec4;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn.is-secondary {
  border-style: solid;
  border-width: 2px 2px 0.125rem;
  border-color: #000;
  background-color: transparent;
  color: #000;
}

.btn.is-text {
  border: 2px solid transparent;
  background-color: transparent;
  color: #000;
}

.btn.is-large {
  padding: 1rem 2rem;
}

.btn.is-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-decoration: none;
}

.btn.is-small {
  padding: 0.5rem 1.25rem;
}

.btn.tippy.superscript {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 0.25rem;
  border-style: solid;
  border-width: 1px;
  border-color: #727272;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0);
  color: #727272;
  font-size: 0.75rem;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn.full-width {
  width: 100%;
  background-color: #3e3dff;
}

.btn.margin-top {
  margin-top: 3rem;
}

.padding-xxsmall {
  padding: 0.25rem;
}

.text-size-small {
  font-size: 0.875rem;
  line-height: 145%;
  font-weight: 400;
}

.text-size-small.fill {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fs-styleguide_heading-large {
  background-image: none;
  font-size: 6rem;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.overflow-visible {
  overflow: visible;
}

.padding-small {
  padding: 1rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.margin-right {
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.margin-xhuge {
  margin: 8rem;
}

.icon-height-medium {
  height: 2rem;
}

.hide {
  display: none;
}

.margin-small {
  margin: 1rem;
}

.margin-0 {
  margin: 0rem;
}

.margin-horizontal {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

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

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.align-center {
  margin-right: auto;
  margin-left: auto;
}

.margin-bottom {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.margin-xsmall {
  margin: 0.5rem;
}

.form_input {
  min-height: 3rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem 1rem;
  background-color: transparent;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: 0.75rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-large {
  padding: 3rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.text-weight-normal {
  font-weight: 400;
}

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

.margin-custom1 {
  margin: 1.5rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-top {
  margin-right: 0rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
}

.margin-medium {
  margin: 2rem;
}

.fs-styleguide_label {
  padding: 0.25rem 0.75rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0073e6;
  color: #fff;
  line-height: 1.4;
  font-weight: 600;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  background-color: #f5f5f5;
  color: #000;
}

.fs-styleguide_label.example {
  margin-right: 20px;
}

.fs-styleguide_item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.fs-styleguide_3-col {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_3-col.is-align-start {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.form_checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.padding-xxhuge {
  padding: 12rem;
}

.fs-styleguide_2-col {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_2-col.is-align-start {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

.fs-styleguide_item-header {
  width: 100%;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.global-styles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.background-color-black {
  background-color: #000;
  color: #f5f5f5;
}

.fs-styleguide_item {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding-bottom: 3rem;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.text-weight-xbold {
  font-weight: 800;
}

.heading-style-h1 {
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 400;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-size-regular {
  font-size: 1rem;
}

.fs-styleguide_section-header {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 3rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #000;
  line-height: 1.4;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, 0.05);
}

.margin-custom3 {
  margin: 3.5rem;
}

.margin-tiny {
  margin: 0.125rem;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-color-grey {
  color: grey;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.padding-tiny {
  padding: 0.125rem;
}

.icon-height-large {
  height: 3rem;
}

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

.fs-styleguide_classes {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-color-white {
  color: #fff;
}

.text-weight-bold {
  font-weight: 700;
}

.text-color-black {
  color: #000;
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

.fs-styleguide_header-block {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-style-h3 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}

.margin-custom2 {
  margin: 2.5rem;
}

.form_message-success {
  padding: 1.25rem;
}

.text-size-tiny {
  font-size: 0.75rem;
}

.padding-xsmall {
  padding: 0.5rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.margin-huge {
  margin: 6rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

.padding-custom1 {
  padding: 1.5rem;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.text-weight-light {
  font-weight: 300;
}

.text-weight-medium {
  font-weight: 500;
}

.padding-0 {
  padding: 0rem;
}

.fs-styleguide_spacing {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 115, 230, 0.1)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, rgba(0, 115, 230, 0.1), hsla(0, 0%, 100%, 0));
}

.icon-height-small {
  height: 1rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.form_message-error {
  margin-top: 0.75rem;
  padding: 0.75rem;
}

.form_component {
  margin-bottom: 0rem;
}

.text-style-muted {
  opacity: 0.6;
}

.spacing-clean {
  margin: 0rem;
  padding: 0rem;
}

.margin-xxsmall {
  margin: 0.25rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

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

.layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-styleguide_background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.block-quote {
  font-size: 1.25rem;
  line-height: 130%;
}

.padding-right {
  padding: 0rem 20px 0rem 0rem;
}

.heading-style-h2 {
  font-size: 2vw;
  line-height: 1.2;
  font-weight: 400;
}

.heading-style-h2.purple {
  color: #180636;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.form_radio-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin-top: 0rem;
  margin-right: 0.5rem;
  margin-left: 0rem;
}

.form_radio-icon.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  border-width: 0.25rem;
}

.form_radio-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  box-shadow: 0 0 0.25rem 0rem #3898ec;
}

.title_align-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.separator-grey-2 {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #aeb2b7;
}

.map_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-circle-left-2 {
  width: 20px;
  height: 20px;
}

.map-variable-wrapper {
  width: 33vw;
  height: 92vh;
  max-width: 33vw;
  min-width: 0vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.map-variable-wrapper.hide {
  display: none;
}

.topic-data-variable-number-small-2 {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 22px;
  line-height: 100%;
}

.topic-data-variable-number-small-2.cn-red {
  background-image: url('../images/icon-km.svg');
  background-position: 100% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #cc2229;
}

.map_header-left {
  display: -ms-grid;
  display: grid;
  width: 33%;
  height: 8vh;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.map_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-block-map-2 {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #212020;
  text-align: center;
}

.map_header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67%;
  height: 8vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.map_wrapper {
  position: relative;
  height: 90vh;
  max-width: 100vw;
  min-width: 67vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.topic-variable-title-sub-2 {
  margin-bottom: 0px;
  float: left;
  color: #aeb2b7;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}

.topic-data-variable-number-big-2 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 44px;
  line-height: 100%;
}

.topic-data-variable-number-big-2.cn-red {
  color: #cc2229;
}

.back-to-cases-text-2 {
  height: 14px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #353535;
  font-size: 80%;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.topic-title-map-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 300px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 30px 30px -30px rgba(33, 32, 32, 0.3);
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.component_header {
  border-bottom: 1px solid #000;
}

.grid-4 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.components_form_elements.padding-top {
  display: block;
  margin-top: 3.9em;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.components_container {
  padding: 3%;
}

.components_form-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

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

.map_area-focus-data-wrapper {
  position: absolute;
  left: auto;
  top: -15%;
  right: -15%;
  bottom: auto;
  min-height: 50px;
  min-width: 50px;
  padding: 7px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  color: #000;
}

.div-block-414 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.side-panel_instructions-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form_search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  font-size: 13px;
  font-weight: 400;
}

.map-menu_panel-control {
  position: absolute;
  left: auto;
  top: 50%;
  right: -30px;
  bottom: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 70px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #f5f5f5;
}

.map-menu_panel-control.collapse {
  right: -29px;
  z-index: 2;
  box-shadow: 2px 0 3px 0 #aeb2b7;
}

.map-menu_panel-control.expand {
  left: 0%;
  top: 50%;
  right: auto;
  bottom: 50%;
  z-index: 99999;
  display: block;
  box-shadow: 2px 0 3px 0 #55575a;
}

.map_heatmap_content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.results-wrapper.margin-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fce000;
}

.forecast-breakdown_data-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}

.graph-img-large {
  width: 100%;
  height: 100%;
}

.forecast-breakdown_gauge {
  max-height: 50px;
  max-width: 50px;
}

.panel-icon {
  width: 30px;
}

.panel-icon.expand {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.result_percentage {
  font-size: 1.5rem;
  font-weight: 700;
}

.result_percentage.margin-right {
  margin-right: 20px;
}

.button-tab_text {
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.map_heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.5rem;
  font-weight: 400;
}

.map_zoom_control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map_zoom_control.in {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #aeb2b7;
}

.search-input {
  height: 45px;
  margin-bottom: 0px;
  font-size: 15px;
}

.map_wrapper_filtered {
  position: relative;
  display: none;
  height: 92vh;
  max-width: 100vw;
  min-width: 67vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/rwanda-map.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.form_filter-dd {
  margin-bottom: 0px;
}

.map_slide-toggle {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  max-width: 550px;
  min-height: 75px;
  min-width: 250px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
}

.map_slide-toggle.bm {
  position: absolute;
  left: 34vw;
  bottom: 2%;
}

.map_slide-toggle.tm {
  position: absolute;
  top: 2%;
  bottom: auto;
}

.map_slide-toggle.tr {
  position: absolute;
  left: auto;
  top: 2%;
  right: 2%;
  bottom: auto;
}

.map_slide-toggle.tl {
  position: absolute;
  left: 2%;
  top: 2%;
  right: auto;
  bottom: auto;
}

.map_slide-toggle.bl {
  position: absolute;
  left: 2%;
  top: auto;
  right: auto;
  bottom: 2%;
}

.map_slide-toggle.br {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 2%;
}

.padding-global-2 {
  position: static;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.map_heatmap-legend {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 2%;
  min-height: 100px;
  min-width: 100px;
  padding: 0px;
}

.map_heatmap-legend.background-color-white {
  position: static;
  z-index: 99999;
  max-width: 110px;
  min-width: auto;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}

.map_heatmap-legend.background-color-white.br {
  position: absolute;
  right: 1%;
  bottom: 3%;
  min-height: auto;
  padding: 0px;
}

.map_heatmap-legend.background-color-white.bl {
  position: absolute;
  left: 34vw;
  right: auto;
}

.map_heatmap-legend.background-color-white.tl {
  left: 2%;
  top: 2%;
  right: auto;
  bottom: auto;
}

.map_heatmap-legend.background-color-white.tr {
  top: 2%;
  bottom: auto;
}

.map_heatmap-legend.bl {
  left: 2%;
  top: auto;
  right: auto;
  bottom: 2%;
  z-index: 4444;
  background-color: #fff;
}

.map_heatmap-legend.bl.example {
  position: static;
}

.map_zoom {
  position: static;
  left: 2%;
  top: auto;
  right: auto;
  bottom: 2%;
  z-index: 9999;
  width: 40px;
  height: 80px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}

.map_zoom.absolute {
  position: absolute;
}

.map_zoom.tl {
  position: absolute;
  top: 2%;
  bottom: auto;
}

.map_zoom.tr {
  position: absolute;
  left: auto;
  top: 2%;
  right: 2%;
  bottom: auto;
}

.map_zoom.bl {
  position: absolute;
  left: 34vw;
}

.map_zoom.br {
  position: absolute;
  left: auto;
  right: 2%;
}

.filter-dd_wrapper {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}

.forecast-tab {
  width: 50%;
  background-color: #fafafa;
  text-align: center;
}

.forecast-tab:hover {
  background-color: #fce000;
  color: #0b0b0b;
}

.forecast-tab.w--current {
  background-color: #000;
  color: #fce000;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.graph-wrapper {
  width: 100%;
  background-color: #fff;
}

.form_search-wrapper {
  width: 100%;
  max-width: 500px;
  margin-bottom: 0px;
}

.forecast-breakdown_severity-wrapper {
  padding: 15px;
  background-color: hsla(0, 0%, 85.1%, 0.33);
}

.navigation-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8vh;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.map_area-focus-wrapper {
  position: relative;
  z-index: 99999;
}

.map-search-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.nav_nav-link-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-left: 45px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.8;
  color: #161a14;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.nav_nav-link-2:hover {
  color: #00a1de;
}

.nav_nav-link-2.w--current {
  color: #00a1de;
  text-transform: uppercase;
}

.map_area-focus {
  position: absolute;
  left: 50%;
  top: 38%;
  z-index: 9999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-tab_with-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 8vh;
  min-width: 120px;
  padding: 6px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9e9e9;
  color: #000;
}

.button-tab_with-icon:hover {
  background-color: #fce000;
}

.button-tab_with-icon.w--current {
  background-color: #000;
  color: #fce000;
}

.button-tab_with-icon.w--current:hover {
  background-color: #303030;
}

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

.map_filter-dd {
  position: static;
  left: auto;
  top: 2%;
  right: 2%;
  bottom: auto;
  z-index: 9999;
  max-width: 320px;
  min-width: 200px;
  font-weight: 400;
}

.map_filter-dd.tr {
  position: absolute;
  right: 1%;
}

.map_filter-dd.br {
  position: absolute;
  top: auto;
  bottom: 2%;
}

.map_filter-dd.bl {
  position: absolute;
  left: 2%;
  top: auto;
  right: auto;
  bottom: 2%;
}

.map_filter-dd.tl {
  left: 2%;
  right: auto;
}

.main-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map_graph-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.35);
}

.map_heatmap_color-0-label {
  font-size: 12px;
  text-align: right;
}

.variable-details_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  height: 90vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-icon {
  margin-right: 20px;
}

.filter-dd {
  height: 45px;
  margin-bottom: 0px;
  background-color: #fff;
  font-size: 14px;
}

.tab_wrapper {
  overflow: scroll;
  padding: 1rem;
}

.map_heatmap-title {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: sofia-pro, sans-serif;
  color: #727272;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.map_area-focus-hover {
  max-width: 77%;
}

.map-search-icon {
  width: 30%;
}

.navigation_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map_leaflet-wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  height: 90vh;
  max-width: 100vw;
  min-width: 62vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.result_text {
  font-size: 0.875rem;
}

.text-size-regular-2 {
  font-size: 1rem;
  line-height: 130%;
  font-weight: 400;
}

.map_search-bar {
  position: static;
  left: 2%;
  top: 2%;
  right: auto;
  bottom: auto;
  z-index: 99999;
  max-width: 400px;
}

.map_search-bar.absolute {
  position: absolute;
}

.map_search-bar.tl {
  position: absolute;
  left: 2%;
  z-index: 2222;
}

.map_search-bar.tr {
  position: absolute;
  left: auto;
  right: 2%;
}

.map_search-bar.br {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 2%;
}

.map_search-bar.bl {
  position: absolute;
  top: auto;
  bottom: 2%;
}

.image-15 {
  height: 60px;
  max-width: 100%;
  mix-blend-mode: multiply;
}

.icon_wrapper-tr {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map_heatmap-colour {
  width: 30px;
  height: 30px;
  border: 1px solid #b4b4b4;
}

.map_heatmap-colour._0 {
  background-color: #fff;
}

.map_heatmap-colour.full-color {
  height: 270px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fce000), to(#af0226));
  background-image: linear-gradient(180deg, #fce000, #af0226);
}

.map_heatmap-colour.na {
  background-color: #aeb2b7;
}

.map_heatmap-colour.insufficient-data {
  border-style: none;
  background-image: url('../images/insuff-data_1insuff-data.png');
  background-position: 0px 0px;
  background-size: cover;
}

.map_graph-wrapper {
  position: relative;
  width: 60vw;
  background-color: #fff;
}

.map_menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60vh;
  min-width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0));
  box-shadow: 0 30px 50px -50px rgba(53, 53, 53, 0.5);
}

.map_menu.background-color-grey {
  z-index: 10;
  width: 100%;
  height: 92vh;
  min-width: 25vw;
  background-image: none;
}

.variable-spread-risk-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom-width: 1px;
  border-bottom-color: #aeb2b7;
}

.logo {
  display: block;
  height: 100%;
  max-width: 220px;
  min-width: 200px;
}

.map_leaflet-embed {
  position: relative;
  z-index: 6;
}

.note {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  background-color: rgba(3, 181, 133, 0.1);
}

.copy-the-child {
  width: 100%;
  margin-top: 10px;
  padding: 18px;
  border-style: dashed;
  border-width: 1px;
  border-color: #2b415c;
  background-color: rgba(164, 190, 203, 0.1);
}

.divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ececec;
  text-align: center;
}

.hero1-header_wrapper {
  position: relative;
  height: 100vh;
  padding: 100px 6vh 6vh;
}

.heading-h1-second {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: none;
  color: #f1f2ed;
  font-size: 4vw;
  line-height: 110%;
  font-weight: 400;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button-cta-2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 280px;
  margin-top: 22px;
  margin-bottom: 22px;
  padding: 0.875rem 1.875rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fce000;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.hero1-text_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-h1-first {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: none;
  color: #f1f2ed;
  font-size: 6rem;
  line-height: 110%;
  font-weight: 700;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
}

.hero1-header_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 6vh;
  padding-bottom: 6vh;
  padding-left: 6vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(48%, hsla(0, 0%, 100%, 0)), to(#000)), url('../images/child-smiling.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 48%, #000), url('../images/child-smiling.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.button-background-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: none;
  width: 100%;
  height: 175%;
  min-width: 4.5rem;
  border-radius: 7px;
  background-color: #fce000;
}

.heading-h3-third {
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
  background-image: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #f1f2ed;
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.01rem;
  text-transform: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading-h3-wrapper {
  overflow: hidden;
  max-width: 65%;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.div-block-415 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ths15-heading-h1-wrapper {
  overflow: hidden;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.hero-header_wrapper {
  position: relative;
  z-index: 0;
  height: 80vh;
  padding: 10vh 2vh 2vh;
}

.slide-content-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0vh 100px 10vh 6vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-line-2 {
  width: auto;
  height: 1px;
  max-width: 300px;
  min-width: 200px;
  margin-top: 20px;
  margin-right: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fce000;
}

.hero-header_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 6vh;
  padding-bottom: 6vh;
  padding-left: 6vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(48%, hsla(0, 0%, 100%, 0)), to(#000)), url('../images/child-smiling.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 48%, #000), url('../images/child-smiling.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-header_content.sub_work {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-bottom: 0vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.ths15-heading-h3-wrapper-2 {
  overflow: hidden;
  max-width: 65%;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.padding-vertical-2 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero_right {
  position: relative;
}

.button-tab_with-icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 8vh;
  min-width: 120px;
  padding: 6px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9e9e9;
  color: #000;
}

.button-tab_with-icon-2:hover {
  background-color: #fce000;
}

.button-tab_with-icon-2.w--current {
  background-color: #000;
  color: #fce000;
}

.button-tab_with-icon-2.w--current:hover {
  background-color: #303030;
}

.table-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h2-medium {
  font-size: 2.5rem;
}

.main-content {
  min-height: 92vh;
}

.container-large-2 {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.chart_button_wrapper {
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.background-color-white-2 {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
}

.navigation-full-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8vh;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-3 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  max-width: 320px;
  min-width: 180px;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 30px;
  background-color: #000;
  -webkit-transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #fce000;
  color: #000;
}

.button-3.small {
  height: 45px;
  min-width: 200px;
  margin-left: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: #1d1e27;
  background-color: #1d1e27;
}

.button-3.small:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #1d1e27;
  background-color: #fff;
  color: #1d1e27;
}

.hero_prevention-message {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px 60px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.chart_title {
  font-size: 2rem;
}

.data_wrapper.padding-global {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.map_mobile {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ececec;
}

.table-data-container {
  overflow: scroll;
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.data_table-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99999;
  border-top-left-radius: 10px;
  background-color: #fff;
}

.grid-5 {
  padding-top: 25px;
  padding-bottom: 25px;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 65px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-size-regular-3 {
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
}

.padding-left-2 {
  padding: 0rem 0rem 0rem 60px;
}

.chart_title_wrapper {
  position: absolute;
  left: 2%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.image_hero-banner_half {
  position: relative;
  width: 100%;
  max-height: 340px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.image_prevention {
  position: relative;
  width: 100%;
  max-height: 340px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.badge {
  display: inline-block;
  max-width: 140px;
  min-width: 40px;
  margin: 10px 5px;
  padding: 3px 15px;
  border-radius: 20px;
  background-color: #ececec;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.badge.yellow {
  background-color: rgba(255, 206, 4, 0.15);
  color: #ac8c08;
}

.badge.red {
  background-color: rgba(220, 56, 56, 0.15);
  color: #dc3838;
}

.badge.green {
  background-color: rgba(0, 177, 57, 0.15);
  color: #00b139;
}

.badge.light-blue {
  background-color: rgba(1, 123, 199, 0.15);
  color: #017bc7;
}

.badge.dark-blue {
  background-color: rgba(25, 57, 137, 0.2);
  color: #1e277a;
}

.forecast-chart {
  height: 15px;
  margin: 5px;
  border-radius: 40px;
  background-color: #ececec;
}

.forecast-chart._5-highest {
  width: 95%;
  min-width: 10vw;
  background-color: #771e12;
}

.forecast-chart._4-high {
  width: 75%;
  min-width: 8vw;
  background-color: #c6311f;
}

.forecast-chart._3-medium {
  width: 50%;
  min-width: 6vw;
  background-color: #f44611;
}

.forecast-chart._2-low {
  width: 25%;
  min-width: 4vw;
  background-color: #febe01;
}

.forecast-chart._1-lowest {
  width: 10%;
  min-width: 2vw;
  background-color: #0ee608;
}

.side-nav {
  overflow: scroll;
  width: 20%;
  min-height: 100vh;
  padding-bottom: 20px;
  background-color: #f3f2f7;
}

.main-content_components {
  width: 80%;
  min-height: 100vh;
}

.comp-nav_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a73e8;
  text-decoration: none;
}

.comp-nav_link.w--current {
  border-right: 10px solid #1c73e8;
  background-color: rgba(255, 255, 255, 0.9);
}

.comp-nav_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.components_header {
  margin-top: 40px;
  margin-bottom: 40px;
}

.component_tab {
  border-bottom: 2px solid #ececec;
  background-color: #fff;
  font-weight: 400;
}

.component_tab.w--current {
  border-bottom: 2px solid #1c73e8;
  background-color: #fff;
  color: #1c73e8;
  font-weight: 700;
}

.component_tabs {
  margin-top: 15px;
}

.component_tab-content-container {
  margin-top: 2%;
}

.sub-component_wrapper {
  padding-top: 8%;
  padding-bottom: 5%;
  border-bottom: 1px solid #ececec;
}

.sub-component_wrapper.top {
  padding-top: 2%;
}

.leaflet_map {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100%;
  margin-bottom: 0px;
}

.components_h1 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #1c73e8;
  font-size: 1.4rem;
  font-weight: 700;
}

.uikit-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ce-logo {
  max-width: 80%;
  min-width: 140px;
}

.components-header-tag {
  margin-left: 8px;
  padding: 3px 7px;
  background-color: #1c73e8;
  color: #fff;
}

.components-header-tag.margin-left {
  margin-left: 30px;
}

.code-view {
  margin-top: 3rem;
  padding: 20px;
  border-style: dashed;
  border-width: 1px;
  border-color: #2b415c;
  background-color: #fff;
}

.fs-rangeslider_handle-2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
}

.fs-rangeslider_handle-2:active {
  border-style: solid;
  border-width: 1px;
  border-color: #a4becb;
}

.fs-rangeslider_display-value-2 {
  position: relative;
  top: 10px;
  display: none;
  margin-top: 10px;
  font-family: 'Space Mono', sans-serif;
  color: #6258a6;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
}

.range-slider-2 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #353535;
  font-size: 9px;
}

.mb-4 {
  margin-bottom: 1rem;
}

.form-control {
  width: 100%;
  margin-bottom: 0px;
  padding: 0.6rem;
  border: 1px solid #d4d7e5;
  border-radius: 5px;
  background-color: #fff;
  color: #303030;
  font-size: 0.875rem;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.form-control:focus {
  border-color: rgba(99, 102, 241, 0.35);
  box-shadow: 1px 1px 3px 0 rgba(99, 102, 241, 0.2);
}

.form-control::-webkit-input-placeholder {
  color: #aeb2b7;
}

.form-control:-ms-input-placeholder {
  color: #aeb2b7;
}

.form-control::-ms-input-placeholder {
  color: #aeb2b7;
}

.form-control::placeholder {
  color: #aeb2b7;
}

.form-label {
  font-size: 0.875rem;
  font-weight: 400;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.form-select {
  width: 100%;
  padding: 0.6rem 3rem 0.6rem 0.6rem;
  border: 1px solid #d4d7e5;
  border-radius: 5px;
  background-color: #fff;
  color: #aeb2b7;
  font-size: 0.875rem;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.placeholder {
  font-size: 0rem;
}

.relative-2 {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  color: #353535;
  font-weight: 300;
}

.tooltip-i-2 {
  position: relative;
  top: -0.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.2em;
  height: 1.2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #aeb2b7;
  font-size: 1em;
  font-style: italic;
}

.info-tooltip {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  text-decoration: none;
}

.div-block-417 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.offcanvas {
  position: fixed;
  bottom: 0px;
  z-index: 999;
  display: none;
  width: 33%;
  max-width: 100%;
  min-width: 420px;
  margin-top: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid #dfdfdf;
  background-color: #f5f5f5;
}

.offcanvas.offcanvas-start {
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.offcanvas.offcanvas-start.show {
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  max-width: 33%;
}

.offcanvas-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 18vh;
  padding: 2.5rem 2.5rem 2.5rem 6vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #ececec;
  background-color: #fff;
}

.btn-close {
  border-radius: 0px;
  background-color: #c83f54;
}

.tabs-content {
  overflow: scroll;
}

.tabs-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 8vh;
  z-index: 999;
}

.html-embed-5 {
  width: 100%;
}

.map_slider-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 4%;
  z-index: 99999;
  max-width: 550px;
  min-height: 75px;
  min-width: 250px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
}

.html-embed-6 {
  z-index: 99999;
}

.map_heading-2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: 400;
}

.map_heatmap-legend-2.br {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 4%;
  z-index: 99999;
}

.map_heatmap-legend-2.background-color-white {
  z-index: 99999;
  max-width: 110px;
  min-height: auto;
  min-width: auto;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}

.padding-global-3 {
  position: static;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.map_province-filter {
  position: absolute;
  left: auto;
  top: 2%;
  right: 2%;
  bottom: auto;
  z-index: 9999;
  min-width: 170px;
  font-weight: 400;
}

.filter-dd-2 {
  height: 45px;
  max-width: 320px;
  min-width: 200px;
  margin-bottom: 0px;
  background-color: #fff;
  font-size: 14px;
}

.map2_wrapper {
  z-index: 1;
  display: block;
  height: 92vh;
  max-width: 100vw;
  min-width: 62vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.map_search-bar-2 {
  position: absolute;
  left: 2%;
  top: 2%;
  right: auto;
  bottom: auto;
  z-index: 99999;
  max-width: 300px;
}

.map_zoom-2 {
  position: absolute;
  left: 2%;
  top: auto;
  right: auto;
  bottom: 4%;
  z-index: 9999;
  width: 40px;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}

.offcanvas-body {
  width: 100%;
}

.offcanvas-tabs {
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  z-index: 999;
}

.html-embed-7 {
  padding-right: 10px;
}

.form-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-check-label {
  margin-bottom: 0px;
  margin-left: 10px;
}

.form-check-input {
  width: 15px;
  height: 15px;
  margin-top: 0px;
}

.form-check-input.w--redirected-checked {
  background-size: 10px 10px;
}

.topic-body_bottom-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 230px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  color: #110c16;
}

.topic-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 5vw;
  max-width: 5vw;
  min-height: 1.8vw;
  min-width: 1.8vw;
  margin-right: 1.5vw;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: rgba(17, 12, 22, 0.15);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
}

.spatiafi-arrow {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  margin-left: 20px;
}

.heading-horizontal {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-header_wrapper {
  padding: 10px 30px;
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0.18);
}

.header-logo {
  width: 180px;
}

.topic-icon {
  height: 75%;
}

.accordian {
  z-index: 999999999;
  width: 100%;
}

.accordian-item.solar-potential {
  width: 100%;
}

.accordian-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
}

.accordian-header.nw-teal {
  position: relative;
  background-color: #28cace;
}

.accordians-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordian-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100px;
  min-width: 75px;
  margin-right: 1.5rem;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.accordian-icon-wrapper.solar-potential {
  max-width: 100px;
  min-width: 75px;
  padding: 1rem;
  background-color: #4260a6;
}

.accordian-button {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.accordian-collapse {
  width: 100%;
}

.accordian-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordian-header-wrapper.solar-potential {
  width: 100%;
  background-color: #4a6ebf;
  color: #fff;
}

.accordian-icon {
  max-height: 50px;
  mix-blend-mode: normal;
  -o-object-fit: contain;
  object-fit: contain;
}

.data-variable-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  background-color: #f4f5f9;
}

.div-block-419 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100px;
  min-width: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-420 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f5f9;
}

.accordian-h2 {
  width: 100%;
}

.html-embed-8 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  text-align: right;
}

.html-embed-9 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 23%;
  z-index: 99999999999;
}

.button-4 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999999;
}

.embed_offcanvas {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
}

.div-block-421 {
  background-color: rgba(255, 255, 255, 0.9);
}

.div-block-422 {
  width: 20%;
}

.horizontal-rainbow-gradient {
  width: 100%;
  min-height: 25px;
  min-width: 270px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fe0f00), color-stop(20%, #ff9101), color-stop(40%, #fff500), color-stop(60%, #00f95c), color-stop(80%, #1810ff), to(#8b04ff));
  background-image: linear-gradient(90deg, #fe0f00, #ff9101 20%, #fff500 40%, #00f95c 60%, #1810ff 80%, #8b04ff);
}

.text-block-6 {
  display: block;
}

.map_legend-label {
  display: inline-block;
  font-family: sofia-pro, sans-serif;
  color: #727272;
}

.map_legend-label_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map_heatmap-top {
  margin-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.map_heatmap-bottom {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.image-18 {
  mix-blend-mode: multiply;
}

.offcanvas-title {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #180636;
  font-size: 1.5rem;
}

.offcanvas-data {
  font-family: Roboto, sans-serif;
  color: #727272;
}

.data-value {
  margin-top: 18px;
  margin-bottom: 18px;
  font-family: sofia-pro, sans-serif;
  font-size: 0.875rem;
  text-align: center;
}

.section_hero_br-login {
  position: relative;
  overflow: hidden;
  height: 90vh;
  margin-top: 10vh;
  padding: 0vh 2vh 8vh;
}

.hero_background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 6vh;
  padding-bottom: 10vh;
  padding-left: 6vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/natwest-farm-overhead.jpg');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero_cta-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 2vh;
  bottom: 0%;
  width: 33%;
  height: 200px;
  min-width: 330px;
  background-color: #312ec4;
}

.map_navigation-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.map_use-case-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login_wrapper {
  position: absolute;
  right: 2vh;
  bottom: 200px;
  z-index: 3;
  width: 40%;
  min-width: 300px;
  padding: 2vh 2vh 3vh;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.login_header {
  margin-top: 0px;
}

.login_register {
  margin-top: 20px;
  text-align: center;
}

.contact-info-overlay {
  position: absolute;
  left: auto;
  top: auto;
  right: 0vh;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 220px;
  background-color: #180636;
}

.heading-6 {
  color: #312ec4;
}

.heading-7 {
  color: #180636;
}

.accordian-icon-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  max-width: 100px;
  min-width: 75px;
  background-color: #e9ecf1;
  mix-blend-mode: multiply;
}

.heading-8 {
  font-size: 1vw;
  line-height: 130%;
}

.logo_animated {
  width: 160px;
}

.ui-kit-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f2f7;
}

.ui-kit-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-424 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.geo-chart {
  max-width: 300px;
}

.superscript {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clouds-move-1 {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: auto;
  max-width: none;
}

.clouds-move-2 {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: auto;
  max-width: none;
}

.accordion-header-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100px;
  min-width: 75px;
  margin-right: 1.5rem;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.accordion-icon {
  max-height: 50px;
  mix-blend-mode: normal;
  -o-object-fit: contain;
  object-fit: contain;
}

.accordion-icon-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  max-width: 100px;
  min-width: 75px;
  background-color: #e9ecf1;
  mix-blend-mode: multiply;
}

.data-value-2 {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 0.875rem;
  text-align: center;
}

.bs_modal1_dark-embed {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  margin-top: 10vh;
}

.modal_zoom-animation {
  width: 80px;
  height: 80px;
}

.full-bg-img {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/Screenshot-2023-03-15-at-1.33.44-PM.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

@media screen and (min-width: 1440px) {
  .logo-container {
    position: absolute;
    left: 2%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }

  .mainnav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .mainnav {
    height: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .container-80vh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-80vh.container-cta {
    max-width: 1400px;
  }

  .container-80vh.container-footer {
    max-width: 1400px;
  }

  .container-80vh.container-callout {
    max-width: 1400px;
  }

  .container-80vh.app-hero-container {
    max-width: 1400px;
  }

  .cta-top {
    overflow: visible;
  }

  .hero-header-block {
    position: relative;
    top: 0%;
    width: 75%;
    height: 100%;
  }

  .hero-paragraph {
    left: auto;
    top: auto;
    right: auto;
    bottom: 5%;
  }

  .container-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .benefit-viewparameters-image {
    max-width: 600px;
  }

  .data-image {
    max-width: 600px;
  }

  .cta-header-block {
    position: absolute;
    top: 15%;
  }

  .sub_footer-paragraph {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .report-image {
    max-width: 600px;
  }

  .container-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-block {
    position: absolute;
    top: 15%;
  }

  .footer-paragraph {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-left: 34px;
  }

  .footer-copyright {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-left: 34px;
  }

  .abouthero-header-block {
    position: relative;
    top: 0%;
    width: 70%;
    height: 100%;
    padding-top: 5%;
  }

  .abouthero-heading {
    background-image: url('../images/03.-Snowy-Mint.jpg');
    background-position: 50% 0%;
  }

  .abouthero-paragraph {
    left: auto;
    top: auto;
    right: auto;
    bottom: 5%;
    margin-left: 34px;
  }

  .callout-about {
    overflow: hidden;
  }

  .callout-header-block {
    position: absolute;
    top: 15%;
  }

  .callout-paragraph {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-left: 34px;
  }

  .about-image1 {
    max-width: 600px;
  }

  .about-image2 {
    max-width: 600px;
  }

  .about-image3 {
    max-width: 600px;
  }

  .contact-form {
    max-width: 600px;
  }

  .callout-help {
    overflow: hidden;
  }

  .help-image2 {
    max-width: 600px;
  }

  .help-image1 {
    max-width: 600px;
  }

  .app-hero {
    overflow: hidden;
  }

  .app-header-block {
    position: absolute;
    top: 15%;
  }

  .app-paragraph {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-left: 34px;
  }

  .app-gethelp {
    overflow: hidden;
  }

  .app-data {
    display: none;
  }

  .logo-epic {
    background-image: none;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .benefit-explorevariation-image {
    max-width: 600px;
  }

  .country-subfooter-wrapper {
    width: 55%;
  }

  .nav_block-left {
    width: 34%;
  }

  .ths15-heading-h3-third {
    font-size: 1.25rem;
  }

  .slider-2 {
    background-size: cover;
  }

  .container-80vh-min {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-80vh-min.container-cta {
    max-width: 1400px;
  }

  .container-80vh-min.container-footer {
    max-width: 1400px;
  }

  .container-80vh-min.container-callout {
    max-width: 1400px;
  }

  .container-80vh-min.app-hero-container {
    max-width: 1400px;
  }

  .sdaia-data-map {
    -ms-grid-columns: 33vw 67vw;
    grid-template-columns: 33vw 67vw;
  }

  .cta-bottom-block {
    position: absolute;
    top: 15%;
  }

  .sub_footer-paragraph-bottom {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .databox-white {
    padding-top: 30px;
  }

  .topic-data-variable-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Inter, sans-serif;
    color: #353535;
    font-size: 20px;
    font-weight: 500;
  }

  .topic-data-variable-subtitle {
    font-family: Inter, sans-serif;
    color: #303030;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.0125rem;
    text-transform: uppercase;
  }

  .topic-data-variable-number-big {
    margin-top: 0px;
  }

  .topic-data-highchart {
    min-height: 220px;
  }

  .topic-data-variable-number-small {
    margin-top: 10px;
  }

  .track-data-variable-number-big {
    margin-top: 0px;
  }

  .heading-style-h2 {
    font-size: 1.75rem;
  }

  .topic-data-variable-number-small-2 {
    margin-top: 10px;
  }

  .topic-data-variable-number-big-2 {
    margin-top: 0px;
  }

  .map-menu_panel-control {
    position: absolute;
    left: auto;
    top: 50%;
    right: -30px;
    bottom: 50%;
    width: 0px;
    height: 40px;
  }

  .map-menu_panel-control.collapse {
    width: 30px;
    height: 70px;
  }

  .map-menu_panel-control.expand {
    width: 30px;
    height: 70px;
  }

  .padding-global-2 {
    width: 100%;
    grid-row-gap: 0px;
  }

  .map_heatmap-colour.full-color {
    border-style: none;
  }

  .map_heatmap-colour.na {
    background-color: #aeb2b7;
  }

  .map_heatmap-colour.insufficient-data {
    border-style: none;
    background-image: url('../images/insuff-data_1insuff-data.png');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slide-content-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .table-wrapper {
    margin-top: 10px;
  }

  .button-3.small {
    height: 45px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .hero_prevention-message {
    padding-right: 60px;
  }

  .padding-left-2 {
    padding-left: 60px;
  }

  .image_hero-banner_half {
    border-radius: 10px 0px 0px 10px;
  }

  .image_prevention {
    border-radius: 10px 0px 0px 10px;
  }

  .padding-global-3 {
    width: 100%;
    grid-row-gap: 0px;
  }
}

@media screen and (min-width: 1920px) {
  .mainnav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-80vh.container-cta {
    max-width: 1600px;
  }

  .container-80vh.container-footer {
    max-width: 1600px;
  }

  .container-80vh.container-callout {
    max-width: 1600px;
  }

  .container-80vh.app-hero-container {
    max-width: 1600px;
  }

  .hero {
    right: auto;
  }

  .hero-paragraph {
    left: 0px;
    right: auto;
    bottom: 0%;
    margin-bottom: 30px;
  }

  .container-header {
    max-width: 1500px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    max-width: 600px;
  }

  .cta-header-block {
    left: 10%;
    top: 0px;
    right: auto;
    bottom: 0px;
  }

  .sub_footer-paragraph {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
  }

  .secondaryhero {
    right: auto;
  }

  .abouthero-paragraph {
    left: 0px;
    right: auto;
    bottom: 0%;
    margin-bottom: 30px;
  }

  .image-6 {
    width: 100%;
    height: auto;
    max-width: none;
    min-height: 22%;
  }

  .sub_footer-bg {
    background-color: #110c16;
  }

  .globe-wrapper {
    margin-left: 15%;
  }

  .country-subfooter-wrapper {
    width: 50%;
  }

  .nav_block-left {
    width: 34%;
  }

  .ths15-contact-overlay {
    display: block;
  }

  .contact-info {
    height: 200px;
  }

  .ths15-slide-image-overlay {
    display: block;
  }

  .ths15-slide-content {
    padding-top: 220px;
  }

  .section_intro {
    padding-bottom: 140px;
  }

  .heading-line {
    height: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .movement {
    overflow: visible;
  }

  .image-size {
    width: 700px;
    height: 535px;
  }

  .container-80vh-min {
    min-height: 80vh;
  }

  .container-80vh-min.container-cta {
    max-width: 1600px;
  }

  .container-80vh-min.container-footer {
    max-width: 1600px;
  }

  .container-80vh-min.container-callout {
    max-width: 1600px;
  }

  .container-80vh-min.app-hero-container {
    max-width: 1600px;
  }

  .topic-variable-title {
    font-size: 42px;
  }

  .topic-parameters-block {
    width: 100%;
    min-width: 300px;
  }

  .topic-title {
    width: 100%;
    min-width: 300px;
  }

  .ths15-catalog-options {
    height: 200px;
  }

  .topic-grid {
    min-height: 400px;
  }

  .topic-grid.environmental {
    -ms-grid-columns: 1fr 1.75fr 1fr;
    grid-template-columns: 1fr 1.75fr 1fr;
  }

  .topic-grid.agriculture {
    -ms-grid-columns: 1fr 1.75fr 1fr;
    grid-template-columns: 1fr 1.75fr 1fr;
  }

  .topic-grid.co2 {
    -ms-grid-columns: 1fr 1.75fr 1fr;
    grid-template-columns: 1fr 1.75fr 1fr;
  }

  .topic-grid.water {
    -ms-grid-columns: 1fr 1.75fr 1fr;
    grid-template-columns: 1fr 1.75fr 1fr;
  }

  .topic-short-description {
    font-size: 1em;
    line-height: 1.5;
  }

  .parameter-title {
    width: 100%;
    min-width: 300px;
  }

  .parameter-parameters-block {
    width: 100%;
    min-width: 300px;
  }

  .sdaia-data-map {
    -ms-grid-columns: 25vw 75vw;
    grid-template-columns: 25vw 75vw;
  }

  .icon-circle-left {
    margin-right: 10px;
  }

  .variable-title-map-tab {
    width: 100%;
    min-width: 300px;
  }

  .topic-title-map {
    width: 100%;
    min-width: 300px;
  }

  .parameter-menu-title-map {
    width: 100%;
    min-width: 300px;
  }

  .menu-link-more-info {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ths15-slide-image-overlay-static-transparent {
    display: block;
  }

  .teaser-img._1 {
    max-width: 840px;
  }

  .section_teaser-sticky-container {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f9), to(#fff));
    background-image: linear-gradient(180deg, #f8f8f9, #fff);
  }

  .teaser-sticky-container {
    max-width: 1800px;
  }

  .p-teaser-img-wrap {
    margin-top: 25%;
  }

  .teaser-left-copy {
    padding-left: 0px;
  }

  .teaser-column {
    padding-left: 0px;
  }

  .button-benefits-last {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .cta-bottom-block {
    left: 10%;
    top: 0px;
    right: auto;
    bottom: 0px;
  }

  .sub_footer-paragraph-bottom {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
  }

  .databox-white {
    padding-top: 40px;
  }

  .explore-btn {
    font-size: 14px;
  }

  .topic-data-variable-title {
    font-size: 26px;
    line-height: 1.2;
  }

  .topic-data-variable-subtitle {
    font-size: 1em;
  }

  .topic-data-variable-number-big {
    margin-bottom: 0px;
  }

  .circle-badge {
    max-width: 200px;
  }

  .topic-data-highchart {
    min-height: 280px;
  }

  .placeholder-data {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }

  .map-placeholder {
    width: 100%;
    height: auto;
  }

  .topic-data-variable-number-small {
    margin-bottom: 0px;
  }

  .topic-asset-risk-data-block {
    padding-top: 0vh;
  }

  .topic-menu-map {
    width: 100%;
    min-width: 300px;
  }

  .track-data-variable-number-big {
    margin-bottom: 0px;
  }

  .text-size-small {
    font-size: 1rem;
  }

  .topic-data-variable-number-small-2 {
    margin-bottom: 0px;
  }

  .topic-data-variable-number-big-2 {
    margin-bottom: 0px;
  }

  .topic-title-map-2 {
    width: 100%;
    min-width: 300px;
  }

  .map_menu {
    width: 100%;
    min-width: 300px;
  }

  .slide-content-2 {
    padding-top: 220px;
  }

  .topic-body_bottom-card {
    min-height: 150px;
  }

  .topic-icon-wrapper {
    max-height: 100px;
    max-width: 100px;
  }

  .heading-8 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 991px) {
  .mainnav-container {
    display: block;
  }

  .link.mainnav-a {
    font-size: 12px;
  }

  .container-80vh {
    max-height: 80%;
  }

  .container-80vh.benefits {
    display: block;
    height: auto;
    max-height: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container-80vh.container-cta {
    background-position: 0% 100%;
  }

  .container-80vh.logos {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-80vh.container-footer {
    position: relative;
    height: auto;
    max-height: none;
    background-image: none;
  }

  .container-80vh.secondaryhero-container {
    display: block;
    height: auto;
    background-position: 100% 100%;
    background-size: auto 100%;
  }

  .container-80vh.contacthero-container {
    display: block;
    height: auto;
    background-position: 100% 100%;
    background-size: auto 100%;
  }

  .container-80vh.container-callout {
    height: auto;
    min-height: 300px;
    background-position: 0% 100%;
  }

  .container-80vh.app-hero-container {
    height: auto;
    min-height: 300px;
    background-position: 0% 100%;
  }

  .cta-top {
    overflow: hidden;
  }

  .hero-header-block {
    width: 100%;
  }

  .hero-heading {
    font-size: 80px;
    line-height: 72px;
  }

  .hero-paragraph {
    left: 30px;
    right: auto;
    bottom: 5%;
    width: 75%;
    margin-left: 0px;
  }

  .section-footer {
    width: 100%;
    height: 100%;
  }

  .app-intro-wrapper {
    position: relative;
    top: 0%;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading {
    font-size: 32px;
    line-height: 32px;
  }

  .delete {
    bottom: -10%;
  }

  .container-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .viewparameters-text {
    position: relative;
    width: 80%;
    margin-bottom: 60px;
    margin-left: 31px;
    clear: both;
  }

  .benefit-viewparameters-image {
    position: relative;
    width: 75%;
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 30px;
    float: left;
    clear: none;
  }

  .paragraph {
    line-height: 24px;
  }

  .data-image {
    width: 75%;
    margin-top: 50px;
    margin-left: 30px;
    float: left;
    clear: right;
  }

  .explorevariation-text {
    width: 80%;
    margin-bottom: 60px;
    margin-left: 30px;
    padding-right: 65px;
    padding-left: 0px;
    float: left;
  }

  .buildstandards-text {
    width: 80%;
    margin-bottom: 60px;
    margin-left: 30px;
  }

  .cta-header-block {
    width: 80%;
    height: 100%;
  }

  .cta-heading {
    font-size: 70px;
    line-height: 62px;
  }

  .sub_footer-paragraph {
    width: 80%;
    font-size: 14px;
  }

  .report-image {
    width: 75%;
    margin-top: 60px;
    margin-left: 30px;
  }

  .nav {
    width: 10%;
  }

  .signin-heading {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 18px;
  }

  .delta-signin-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .form-block {
    margin-bottom: 0px;
  }

  .signin-submit {
    display: block;
    width: 33%;
  }

  .signin-email {
    width: 40%;
    margin-right: 19px;
  }

  .signin-password {
    width: 40%;
    margin-right: 20px;
  }

  .container-footer {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-block {
    position: relative;
    width: 100%;
    padding-top: 60px;
  }

  .abouthero-header-block {
    width: 100%;
  }

  .abouthero-heading {
    font-size: 80px;
    line-height: 72px;
  }

  .abouthero-paragraph {
    left: 30px;
    right: auto;
    bottom: 5%;
    width: 75%;
    margin-left: 0px;
  }

  .boundaries-text-copy {
    position: relative;
    width: 80%;
    margin-bottom: 60px;
    margin-left: 31px;
    clear: both;
  }

  .callout-about {
    overflow: hidden;
  }

  .callout-header-block {
    height: 100%;
  }

  .callout-heading {
    font-size: 70px;
    line-height: 62px;
  }

  .about-text1 {
    position: relative;
    width: 80%;
    margin-bottom: 60px;
    margin-left: 31px;
    clear: both;
  }

  .about-image1 {
    position: relative;
    width: 75%;
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 30px;
    float: left;
    clear: none;
  }

  .about-text2 {
    width: 80%;
    margin-bottom: 60px;
    margin-left: 30px;
    padding-right: 65px;
    padding-left: 0px;
    float: left;
  }

  .about-image2 {
    width: 75%;
    margin-top: 50px;
    margin-left: 30px;
    float: left;
    clear: right;
  }

  .about-text3 {
    width: 80%;
    margin-bottom: 60px;
    margin-left: 30px;
  }

  .about-image3 {
    width: 75%;
    margin-top: 60px;
    margin-left: 30px;
  }

  .delta-contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .submit {
    display: block;
    width: 33%;
  }

  .contact-form {
    position: relative;
    width: 75%;
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 30px;
    float: left;
    clear: none;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .callout-help {
    overflow: hidden;
  }

  .help-text2 {
    width: 80%;
    margin-bottom: 60px;
    margin-left: 30px;
    padding-right: 65px;
    padding-left: 0px;
    float: left;
  }

  .help-image2 {
    width: 75%;
    margin-top: 50px;
    margin-left: 30px;
    float: left;
    clear: right;
  }

  .help-text1 {
    position: relative;
    width: 80%;
    margin-bottom: 60px;
    margin-left: 31px;
    clear: both;
  }

  .help-image1 {
    position: relative;
    width: 75%;
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 30px;
    float: left;
    clear: none;
  }

  .app-hero {
    overflow: hidden;
    margin-top: 0px;
  }

  .app-header-block {
    width: 90%;
    height: 100%;
  }

  .app-gethelp {
    overflow: hidden;
  }

  .app-names {
    width: 50%;
    margin-right: 40%;
    clear: both;
  }

  .app-map {
    width: 50%;
  }

  .app-evapochart {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .app-verification {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: auto;
    padding-bottom: 25px;
  }

  .app-account {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-4 {
    width: auto;
  }

  .btn-viewdata {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .app-heading-verification {
    display: none;
    width: 100%;
    clear: left;
  }

  .btn-verify {
    width: 33%;
  }

  .app-account-heading {
    width: auto;
  }

  .image-6 {
    width: 140%;
    max-width: none;
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
  }

  .sub_footer-button {
    bottom: -10%;
  }

  .sub_footer-heading {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 42px;
    line-height: 50px;
  }

  .benefit-explorevariation-image {
    position: relative;
    width: 75%;
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 30px;
    float: left;
    clear: none;
  }

  .country-subfooter-wrapper {
    position: relative;
    top: 0%;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav_container {
    height: 15vh;
  }

  .nav_block-left {
    width: 60%;
  }

  .nav_nav-link_text {
    white-space: nowrap;
  }

  .ths15-heading-h1-first {
    font-size: 5vh;
    line-height: 50px;
  }

  .contact-info {
    width: 70%;
  }

  .ths15-hero-section {
    padding-top: 120px;
  }

  .brand_logo {
    width: 150px;
  }

  .nav_nav-link {
    margin-left: 24px;
    font-size: 10px;
    letter-spacing: 1px;
  }

  .ths15-slide-image-overlay {
    display: block;
  }

  .ths15-heading-h1-second {
    font-size: 50px;
    line-height: 50px;
  }

  .nav_nav-link_text-hover {
    white-space: nowrap;
  }

  .heading-h1-wrapper {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .ths15-menu-link {
    font-size: 24px;
    line-height: 24px;
  }

  .ths15-menu-block-overlay {
    display: block;
  }

  .ths15-menu-block-right {
    display: block;
    width: 90%;
  }

  .ths15-menu-block-left {
    display: none;
  }

  .ths15-menu {
    top: -100%;
  }

  .ths15-menu-link-small {
    font-size: 16px;
    line-height: 16px;
  }

  .title-0 {
    width: 100%;
    font-size: 60px;
  }

  .section_intro {
    padding-right: 40px;
    padding-left: 40px;
  }

  .intro-header {
    font-size: 32px;
    line-height: 32px;
  }

  .ths15-heading-h3-wrapper {
    max-width: 100%;
  }

  .ths15-heading-h3-third {
    font-size: 16px;
    line-height: 24px;
  }

  .button-container {
    width: 200px;
    height: 100px;
  }

  .button1 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .button-text {
    font-size: 13px;
  }

  .testimonial-text-02 {
    font-size: 22px;
  }

  .testimonial-image-2 {
    width: 100%;
  }

  .testimonial-info-02 {
    position: static;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .slider-2 {
    min-height: 650px;
  }

  .testimonial-card-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-author-02 {
    font-size: 10px;
  }

  .container-80vh-min {
    max-height: 80%;
  }

  .container-80vh-min.benefits {
    display: block;
    height: auto;
    max-height: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container-80vh-min.container-cta {
    background-position: 0% 100%;
  }

  .container-80vh-min.logos {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-80vh-min.container-footer {
    position: relative;
    height: auto;
    max-height: none;
    background-image: none;
  }

  .container-80vh-min.secondaryhero-container {
    display: block;
    height: auto;
    background-position: 100% 100%;
    background-size: auto 100%;
  }

  .container-80vh-min.contacthero-container {
    display: block;
    height: auto;
    background-position: 100% 100%;
    background-size: auto 100%;
  }

  .container-80vh-min.container-callout {
    height: auto;
    min-height: 300px;
    background-position: 0% 100%;
  }

  .container-80vh-min.app-hero-container {
    height: auto;
    min-height: 300px;
    background-position: 0% 100%;
  }

  .topic-title {
    height: 150px;
  }

  .topic-parent {
    padding-bottom: 0px;
  }

  .topics {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .ths15-slide-image-overlay-static-transparent {
    display: block;
  }

  .button-steps-last {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
  }

  .button-steps-last:hover {
    background-color: #37b877;
  }

  .teaser-copy-wrap {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .teaser-img-tablet-down {
    display: block;
  }

  .teaser-img {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }

  .teaser-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-teaser-img-wrap {
    display: none;
  }

  .teaser-column {
    width: 100%;
  }

  .cta-bottom-block {
    width: 80%;
    height: 100%;
  }

  .sub_footer-paragraph-bottom {
    width: 80%;
    font-size: 14px;
  }

  .sub_footer-heading-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 42px;
    line-height: 50px;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-left {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .fs-styleguide_4-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .margin-right {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .fs-styleguide_3-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

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

  .hide-tablet {
    display: none;
  }

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

  .heading-style-h2 {
    font-size: 3vw;
  }

  .map_wrapper {
    height: 85vh;
  }

  .nav_nav-link-2 {
    margin-left: 24px;
    font-size: 10px;
    letter-spacing: 1px;
  }

  .main-navigation {
    height: 15vh;
  }

  .map_leaflet-wrapper {
    height: 85vh;
  }

  .heading-h1-second {
    font-size: 5vh;
    line-height: 50px;
  }

  .heading-h1-first {
    font-size: 50px;
    line-height: 50px;
  }

  .hero1-header_content {
    padding-bottom: 20%;
  }

  .heading-h3-third {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-h3-wrapper {
    max-width: 100%;
  }

  .ths15-heading-h1-wrapper {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .hero-header_wrapper {
    padding-top: 15vh;
  }

  .heading-line-2 {
    margin-right: 30px;
  }

  .hero-header_content {
    padding-bottom: 20%;
  }

  .ths15-heading-h3-wrapper-2 {
    max-width: 100%;
  }

  .padding-vertical-2 {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .button-tab_with-icon-2 {
    height: 8vh;
    min-width: 120px;
  }

  .navigation-full-2 {
    height: 8vh;
  }

  .button-3 {
    bottom: -10%;
  }

  .button-3.small {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero_prevention-message {
    width: 100%;
  }

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

  .image_hero-banner_half {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .report_action-btn_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image_prevention {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .leaflet_map {
    height: 85vh;
  }

  .topic-body_bottom-card {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .topic-icon-wrapper {
    min-height: 7vw;
    min-width: 7vw;
  }

  .section_hero_br-login {
    height: 85vh;
    margin-top: 15vh;
  }

  .map_navigation-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .map_use-case-header-wrapper {
    margin-top: 20px;
    margin-left: 0vh;
  }

  .login_wrapper {
    width: 50%;
    background-color: #fff;
  }

  .contact-info-overlay {
    min-height: 220px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-image: none;
  }

  .logo-container {
    max-width: 180px;
  }

  .container-80vh {
    height: auto;
  }

  .container-80vh.container-cta {
    display: block;
    height: auto;
  }

  .container-80vh.container-callout {
    display: block;
    height: auto;
  }

  .container-80vh.app-hero-container {
    display: block;
    height: auto;
  }

  .hero-header-block {
    height: auto;
    min-height: auto;
  }

  .hero-heading {
    font-size: 60px;
    line-height: 60px;
  }

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

  .delete {
    margin-bottom: 20px;
  }

  .paragraph {
    font-size: 12px;
    line-height: 18px;
  }

  .boundaries-links {
    font-size: 10px;
  }

  .cta-header-block {
    position: relative;
    left: auto;
    right: auto;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    float: right;
  }

  .cta-heading {
    font-size: 60px;
  }

  .sub_footer-paragraph {
    font-size: 13px;
    line-height: 20px;
  }

  .nav {
    display: none;
    width: 20%;
  }

  .signin-email {
    border-radius: 0px;
  }

  .signin-password {
    border-radius: 0px;
  }

  .footer-paragraph {
    width: 80%;
    font-size: 14px;
    line-height: 24px;
  }

  .footer-copyright {
    font-size: 7px;
  }

  .newsletter-form {
    width: 80%;
  }

  .text-field {
    border-radius: 0px;
    font-size: 12px;
  }

  .subscribesubmit {
    font-size: 14px;
    font-weight: 400;
  }

  .abouthero-header-block {
    height: auto;
    min-height: auto;
  }

  .abouthero-heading {
    font-size: 60px;
    line-height: 60px;
  }

  .callout-header-block {
    position: relative;
    display: block;
    overflow: hidden;
    width: 80%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    float: right;
  }

  .callout-heading {
    font-size: 60px;
  }

  .callout-paragraph {
    font-size: 14px;
  }

  .helpfaq {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .app-header-block {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    float: right;
  }

  .app-paragraph {
    font-size: 14px;
  }

  .app-verification {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .app-heading-verification {
    display: block;
    margin-bottom: 20px;
  }

  .btn-verify {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-6 {
    width: 150%;
  }

  .sub_footer-button {
    margin-bottom: 20px;
  }

  .sub_footer-heading {
    font-size: 32px;
    line-height: 32px;
  }

  .nav_block-left {
    width: 100%;
  }

  .nav_nav-link_text {
    font-size: 14px;
    line-height: 130%;
  }

  .ths15-heading-h1-first {
    font-size: 3.5vh;
    line-height: 130%;
  }

  .ths15-heading-h1-first.padding-bottom {
    margin-top: 15px;
    font-size: 3rem;
  }

  .contact-info {
    right: 2vw;
    width: 96vw;
  }

  .brand_logo {
    width: 130px;
  }

  .nav_nav-link {
    margin-left: 20px;
    font-size: 9px;
  }

  .ths15-slide-image-overlay {
    display: block;
  }

  .ths15-heading-h1-second {
    font-size: 32px;
    line-height: 32px;
  }

  .ths15-slide-content {
    padding-top: 40px;
    padding-right: 15px;
  }

  .heading-h1-wrapper {
    margin-bottom: 0px;
  }

  .nav_menu-icon {
    height: 50%;
  }

  .text-lead {
    width: 100%;
    margin-bottom: 20px;
    font-size: 120%;
  }

  .title-centered-wrapper {
    margin-bottom: 20px;
  }

  .home-byod {
    width: 65%;
  }

  .title-0 {
    max-width: none;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -0.03em;
  }

  .section_intro {
    padding-top: 40px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .image-wrapper {
    background-color: #000;
  }

  .intro-header {
    font-size: 24px;
    line-height: 26px;
  }

  .intro-paragraph {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 20px;
  }

  .heading-line {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .ths15-heading-h3-wrapper {
    max-width: 90%;
  }

  .ths15-heading-h3-third {
    margin-top: 5px;
    font-size: 16px;
    line-height: 150%;
  }

  .mask {
    overflow: hidden;
    height: 190px;
  }

  .image-size {
    width: 250px;
    height: 190px;
  }

  .button1 {
    height: 50px;
  }

  .button-text-container {
    height: 50px;
  }

  .testimonial-text-02 {
    font-size: 18px;
    line-height: 24px;
  }

  .left-arrow-slider {
    left: 0px;
  }

  .right-arrow-slider {
    right: 0px;
  }

  .testimonial-author-02 {
    font-size: 8px;
  }

  .container-80vh-min {
    height: auto;
  }

  .container-80vh-min.container-cta {
    display: block;
    height: auto;
  }

  .container-80vh-min.container-callout {
    display: block;
    height: auto;
  }

  .container-80vh-min.app-hero-container {
    display: block;
    height: auto;
  }

  .accordion_item {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .topic-title {
    height: auto;
  }

  .accordion_description {
    margin-left: 0rem;
  }

  .topics {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .accordion_title {
    font-size: 1.125rem;
  }

  .title-block_top-card {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .ths15-slide-image-overlay-static-transparent {
    display: block;
  }

  .teaser-sticky-container {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .title-3 {
    letter-spacing: 0px;
  }

  .cta-bottom-block {
    position: relative;
    left: auto;
    right: auto;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    float: right;
  }

  .sub_footer-paragraph-bottom {
    font-size: 13px;
    line-height: 20px;
  }

  .sub_footer-heading-bottom {
    font-size: 32px;
    line-height: 32px;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .heading-style-h6 {
    font-size: 0.75rem;
  }

  .margin-left {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-global {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

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

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .heading-style-h5 {
    font-size: 0.875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .margin-right {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .fs-styleguide_section-header {
    font-size: 0.875rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

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

  .fs-styleguide_version {
    font-size: 0.875rem;
  }

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

  .heading-style-h2 {
    font-size: 1.5rem;
  }

  .padding-global-2 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .nav_nav-link-2 {
    margin-left: 20px;
    font-size: 9px;
  }

  .heading-h1-second {
    font-size: 3.5vh;
    line-height: 130%;
  }

  .heading-h1-first {
    font-size: 3rem;
    line-height: 60px;
  }

  .hero1-header_content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-h3-third {
    margin-top: 5px;
    font-size: 1.125rem;
    line-height: 120%;
  }

  .heading-h3-wrapper {
    max-width: 90%;
  }

  .ths15-heading-h1-wrapper {
    margin-bottom: 0px;
  }

  .slide-content-2 {
    padding-top: 40px;
    padding-right: 15px;
  }

  .hero-header_content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ths15-heading-h3-wrapper-2 {
    max-width: 90%;
  }

  .padding-vertical-2 {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .table-wrapper {
    overflow: hidden;
  }

  .button-3 {
    margin-bottom: 20px;
  }

  .map_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

  .padding-global-3 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .topic-body_bottom-card {
    min-height: 200px;
  }

  .topic-icon-wrapper {
    min-height: 10vw;
    min-width: 10vw;
    margin-right: 2vw;
  }

  .spatiafi-arrow {
    display: none;
  }

  .heading-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .topic-icon {
    height: 90%;
  }

  .section_hero_br-login {
    margin-top: 15vh;
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .hero_background {
    padding-right: 5vh;
    padding-left: 5vh;
  }

  .login_wrapper {
    display: block;
    width: 90%;
    background-color: #fff;
  }

  .heading-8 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .header {
    margin-top: 0px;
    padding-top: 20px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  }

  .mainnav-container {
    position: relative;
    display: none;
    clear: left;
  }

  .mainnav {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .container-80vh {
    display: block;
    height: 80vh;
  }

  .container-80vh.benefits {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-80vh.logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }

  .benefit-viewparameters {
    height: auto;
  }

  .benefit-explorevariation {
    height: auto;
    margin-top: 70px;
    margin-bottom: 0px;
  }

  .benefit-buildstandards {
    height: auto;
    margin-top: 0px;
    margin-bottom: 60px;
  }

  .cta-top {
    overflow: hidden;
    margin-right: 0vh;
    margin-left: 0vh;
  }

  .hero-header-block {
    position: absolute;
    top: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-heading {
    font-size: 50px;
    line-height: 45px;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .hero-paragraph {
    width: 80%;
    font-size: 12px;
    line-height: 19px;
  }

  .app-intro-wrapper {
    display: block;
  }

  .heading {
    font-size: 20px;
  }

  .container-header {
    display: block;
  }

  .ca-logos {
    float: left;
    clear: none;
  }

  .viewparameters-text {
    display: block;
    width: auto;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .benefit-viewparameters-image {
    width: auto;
    max-width: none;
    margin-left: 0px;
  }

  .paragraph {
    font-size: 12px;
    line-height: 18px;
  }

  .boundaries-links {
    display: inline-block;
    width: auto;
    margin-right: 15px;
    float: none;
    clear: both;
    font-size: 12px;
  }

  .data-image {
    width: auto;
    margin-left: 0px;
  }

  .explorevariation-text {
    width: auto;
    margin-left: 0px;
    padding-left: 20px;
  }

  .buildstandards-text {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-left: 20px;
  }

  .cta-header-block {
    width: 100%;
  }

  .cta-heading {
    font-size: 45px;
    line-height: 40px;
  }

  .sub_footer-paragraph {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
  }

  .cta-button {
    margin-left: auto;
  }

  .report-image {
    width: auto;
    margin-left: 0px;
  }

  .delta-signin-form {
    display: block;
  }

  .signin-submit {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
  }

  .signin-email {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0px;
    font-size: 10px;
  }

  .signin-password {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0px;
    font-size: 10px;
  }

  .signin-paragraph {
    font-size: 10px;
  }

  .container-footer {
    margin-right: 0vh;
    margin-left: 0vh;
  }

  .footer-paragraph {
    width: 80%;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-copyright {
    width: 80%;
    line-height: 16px;
  }

  .newsletter-form {
    display: block;
    width: 80%;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field {
    position: relative;
    border-radius: 0px;
  }

  .subscribesubmit {
    position: relative;
    float: right;
    border-left-style: none;
    border-left-width: 0px;
  }

  .abouthero-header-block {
    position: absolute;
    top: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .abouthero-heading {
    font-size: 50px;
    line-height: 45px;
  }

  .abouthero-paragraph {
    width: 80%;
    font-size: 12px;
    line-height: 19px;
  }

  .boundaries-text-copy {
    display: block;
    width: auto;
    margin-top: 50px;
    margin-left: 0px;
    padding-bottom: 70px;
    padding-left: 20px;
  }

  .callout-about {
    overflow: hidden;
  }

  .callout-header-block {
    width: 100%;
  }

  .callout-heading {
    font-size: 45px;
    line-height: 40px;
  }

  .callout-paragraph {
    font-size: 12px;
    line-height: 22px;
  }

  .about-text1 {
    display: block;
    width: auto;
    margin-top: 50px;
    margin-left: 0px;
    padding-bottom: 70px;
    padding-left: 20px;
  }

  .about-image1 {
    width: auto;
    max-width: none;
    margin-left: 0px;
  }

  .about-text2 {
    width: auto;
    margin-left: 0px;
    padding-left: 20px;
  }

  .about-image2 {
    width: auto;
    margin-left: 0px;
  }

  .about-text3 {
    width: auto;
    margin-left: 0px;
    padding-left: 20px;
  }

  .about-image3 {
    width: auto;
    margin-left: 0px;
  }

  .delta-contact-form {
    display: block;
  }

  .submit {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
  }

  .contact-form {
    width: auto;
    max-width: none;
    margin-left: 0px;
  }

  .contact-links {
    display: inline-block;
    width: auto;
    margin-right: 15px;
    float: none;
    clear: both;
    font-size: 12px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .callout-help {
    overflow: hidden;
  }

  .help-text2 {
    width: auto;
    margin-left: 0px;
    padding-left: 20px;
  }

  .help-image2 {
    width: auto;
    margin-left: 0px;
  }

  .help-text1 {
    display: block;
    width: auto;
    margin-top: 50px;
    margin-left: 0px;
    padding-bottom: 70px;
    padding-left: 20px;
  }

  .help-image1 {
    width: auto;
    max-width: none;
    margin-left: 0px;
  }

  .app-hero {
    overflow: hidden;
  }

  .app-header-block {
    width: 100%;
  }

  .app-heading {
    line-height: 40px;
  }

  .app-paragraph {
    font-size: 12px;
    line-height: 22px;
  }

  .app-gethelp {
    overflow: hidden;
  }

  .app-names {
    width: 90%;
  }

  .app-map {
    width: 100%;
  }

  .app-evapochart {
    width: 100%;
  }

  .app-filter-dropdown {
    margin-right: auto;
    margin-left: auto;
  }

  .image-6 {
    width: auto;
    height: 120%;
    margin-left: -60px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .sub_footer-heading {
    font-size: 24px;
    line-height: 24px;
  }

  .benefit-explorevariation-image {
    width: auto;
    max-width: none;
    margin-left: 0px;
  }

  .fs-globe-container {
    width: 100%;
    height: 400px;
    max-height: none;
    max-width: none;
  }

  .globe-wrapper {
    width: 100%;
    height: auto;
    margin-top: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .globe-outer-graphic-large {
    display: none;
  }

  .globe-outer-graphic-small {
    display: none;
    width: 100%;
    height: 100%;
  }

  .graphic-circle-3 {
    display: none;
  }

  .graphic-circle-4 {
    display: none;
  }

  .graphic-circle-5 {
    display: none;
  }

  .graphic-circle-6 {
    display: none;
  }

  .country-subfooter-wrapper {
    display: block;
  }

  .ths15-hero-slider-prev-btn {
    display: none;
  }

  .nav_container {
    padding-right: 2vh;
    padding-left: 2vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav_block-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav_nav-link_text {
    font-size: 12px;
  }

  .ths15-hero-slider {
    padding-right: 0vh;
    padding-left: 0vh;
  }

  .ths15-heading-h1-first {
    font-size: 22px;
    line-height: 22px;
  }

  .ths15-heading-h1-first.padding-bottom {
    margin-bottom: 30px;
    font-size: 10vw;
    line-height: 130%;
  }

  .contact-info {
    height: 250px;
    padding-right: 3vh;
    padding-left: 3vh;
  }

  .ths15-hero-section {
    padding-top: 90px;
  }

  .nav_nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding: 16px;
  }

  .ths15-slide-image-overlay {
    display: block;
  }

  .ths15-heading-h1-second {
    font-size: 22px;
    line-height: 22px;
  }

  .ths15-slide-content {
    padding-top: 60px;
  }

  .ths15-hero-slider-next-btn {
    display: none;
  }

  .heading-h1-wrapper {
    width: 100%;
    padding-bottom: 7px;
  }

  .ths15-menu-inner-block {
    padding-right: 0px;
    padding-left: 30px;
  }

  .ths15-menu-link {
    font-size: 18px;
  }

  .th15-menu-bottom {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ths15-menu-block-overlay {
    display: block;
  }

  .ths15-menu-bottom-link {
    font-size: 12px;
  }

  .ths15-menu-block-right {
    width: 100%;
  }

  .ths15-menu-link-small {
    font-size: 13px;
  }

  .ths15-menu-links-wrapper {
    width: 260px;
  }

  .text-lead {
    font-size: 100%;
  }

  .home-byod {
    width: 100%;
  }

  .team-grid-1 {
    grid-template-areas: "Area-1 Area-1 Area-1 Area-1 Area-1 ."
      ". Area-2 Area-2 Area-2 Area-2 Area-2"
      "Area-3 Area-3 Area-3 Area-3 Area-3 ."
      ". Area-4 Area-4 Area-4 Area-4 Area-4";
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .image-cover {
    min-height: 200px;
  }

  .intro-header {
    font-size: 20px;
    line-height: 22px;
  }

  .intro-paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .ths15-heading-h3-wrapper {
    max-width: 100%;
    margin-top: 16px;
  }

  .mask {
    margin-right: auto;
    margin-left: auto;
  }

  .benefit-container {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .testimonial-text-02 {
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-info-inner-2 {
    padding: 20px;
  }

  .testimonial-info-02 {
    margin-top: 0px;
    padding-bottom: 17px;
  }

  .left-arrow-slider {
    left: 20%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 20px;
    height: 20px;
  }

  .testimonials-02-div {
    position: relative;
  }

  .right-arrow-slider {
    left: auto;
    top: auto;
    right: 20%;
    bottom: 0%;
    width: 20px;
    height: 20px;
  }

  .testimonial-author-02 {
    font-size: 6px;
    line-height: 15px;
  }

  .container-80vh-min {
    display: block;
    height: auto;
    max-height: none;
    min-height: auto;
  }

  .container-80vh-min.benefits {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-80vh-min.logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }

  .content-section {
    padding-right: 3vh;
    padding-left: 3vh;
  }

  .topic-title.teal {
    min-width: 0px;
  }

  .title-block_top-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ths15-slide-image-overlay-static-transparent {
    display: block;
  }

  .teaser-copy-wrap {
    max-width: 100%;
  }

  .teaser-sticky-container {
    padding-left: 0vw;
  }

  .teaser-column {
    padding-left: 10px;
  }

  .cta-bottom-block {
    width: 100%;
  }

  .sub_footer-paragraph-bottom {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
  }

  .sub_footer-heading-bottom {
    font-size: 24px;
    line-height: 24px;
  }

  .margin-left {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }

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

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .padding-top {
    padding: 1rem 0rem 0rem;
  }

  .margin-right {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

  .heading-style-h2 {
    font-size: 1.5rem;
  }

  .nav_nav-link-2 {
    display: none;
  }

  .main-navigation {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero1-header_wrapper {
    padding-right: 2vh;
    padding-left: 2vh;
  }

  .heading-h1-second {
    font-size: 22px;
    line-height: 22px;
  }

  .heading-h1-first {
    font-size: 22px;
    line-height: 22px;
  }

  .hero1-header_content {
    padding-right: 2vh;
    padding-bottom: 0%;
    padding-left: 2vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .heading-h3-wrapper {
    margin-top: 16px;
  }

  .hero-header_wrapper {
    padding-right: 2vh;
    padding-left: 2vh;
  }

  .slide-content-2 {
    padding-top: 60px;
  }

  .hero-header_content {
    padding-right: 2vh;
    padding-bottom: 0%;
    padding-left: 2vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .ths15-heading-h3-wrapper-2 {
    margin-top: 16px;
  }

  .padding-vertical-2 {
    padding-right: 0rem;
    padding-left: 0rem;
  }

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

  .offcanvas.offcanvas-start {
    min-width: 100%;
    margin-top: 15vh;
  }

  .offcanvas-header {
    height: 21vh;
    padding-left: 3vh;
  }

  .topic-icon-wrapper {
    min-height: 15vw;
    min-width: 15vw;
    margin-right: 0vw;
    margin-bottom: 1vw;
  }

  .spatiafi-arrow {
    display: none;
  }

  .heading-horizontal {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logo-header_wrapper.margin-top {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .header-logo {
    width: 120px;
  }

  .section_hero_br-login {
    height: 85vh;
  }

  .hero_background {
    padding: 40px 3vh 0vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .map_navigation-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .map_use-case-header-wrapper {
    width: 100%;
  }

  .contact-info-overlay {
    display: block;
    min-height: 250px;
  }
}

#w-node-_059de1bd-cdb3-2030-7776-56257ea3fe12-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_46c609be-54bf-ba85-d395-e1cf6d6f2c50-1a38c72f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e1a6ac4a-45b7-afad-7a0a-5dbf824aeb31-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b70ddd93-4169-217e-3b6d-6eab307fbe4c-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_7eee1283-f785-0705-43ad-7af7bffcf85c-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b668e978-250e-2590-55c5-aa1ff154b6cd-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_36213562-e1d9-494f-621e-02f10a31e242-1a38c72f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2c85ea47-3c75-2c8a-eebc-6761a3c26cfb-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_658beb66-bd7a-7bdc-50e2-275b2892a012-1a38c72f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_008751ac-8e63-966a-28ff-721d85c94d31-1a38c72f {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d006f25a-54ac-00db-b1e5-9fd742b3dfcf-1a38c72f {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-dd08d056-f5ca-1e8e-a135-5af6b8355c2d-1a38c72f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_63e9cac6-7165-65b3-c975-dd63603e0996-1a38c72f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2270e3bc-7be0-cb1a-7b8c-55a93cf9f1f6-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_752a1bbe-25cc-3319-9894-997b11a8d308-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2aee0c8d-2a00-afaf-0e9e-c1b04cefb05b-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c50e0389-fa07-1371-b44d-d8066f509ea0-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_64c03495-5c49-c18c-771e-0c750c0d78bb-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e178082b-5aca-6c9e-9cdc-8f1e4947ab36-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2edfdc60-feab-d3ce-081a-22b9791895d8-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bc6e7822-8b8c-d4a8-be5b-ce6e79437554-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f76eead1-26a3-b267-7023-46e6df94baee-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_0e311c92-caac-bc96-6308-490a805e2cd6-1a38c72f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_74667d04-17a0-00f6-2493-007e48e0d8ed-1a38c72f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1218a693-882d-49ee-203c-cea728a30efd-1a38c72f {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_25a523cd-82c3-19c7-be16-d61bcd053a99-1a38c72f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_25a523cd-82c3-19c7-be16-d61bcd053a9f-1a38c72f {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ee42508e-40c3-d3c1-9251-aeb57593540d-1a38c72f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d122d718-09a8-ef66-4021-c5e2daa8204d-1a38c72f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5734930e-de46-781b-ac11-d864067e3f45-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2fac6f55-3f2c-6e6c-c7ac-cf24906b0fd7-1a38c72f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4f718ac1-f68d-6f91-cb20-eb10e3a6a26c-1a38c72f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9b7bd45e-00c4-0794-4cc7-b0473e94feea-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0a2b64a9-52f3-00d7-2304-6af6028a5e79-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cb22bd0d-c1c5-20de-6327-4f51b7de775d-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6e2f68e9-3d9a-3674-dbcb-8e7dcb404883-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_6e2f68e9-3d9a-3674-dbcb-8e7dcb404884-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6e2f68e9-3d9a-3674-dbcb-8e7dcb404886-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6e2f68e9-3d9a-3674-dbcb-8e7dcb40488a-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c432b331-5999-7b52-9a80-9258a4a48d82-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c432b331-5999-7b52-9a80-9258a4a48d83-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c432b331-5999-7b52-9a80-9258a4a48d85-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c432b331-5999-7b52-9a80-9258a4a48d87-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c432b331-5999-7b52-9a80-9258a4a48d89-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c432b331-5999-7b52-9a80-9258a4a48d8b-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c432b331-5999-7b52-9a80-9258a4a48d8d-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2f2ed66e-8519-c9e1-b0af-8a44b576f97a-1a38c72f {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f769a66d-8a89-afd1-7bec-7c8168de4922-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f769a66d-8a89-afd1-7bec-7c8168de4927-1a38c72f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f769a66d-8a89-afd1-7bec-7c8168de492a-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f769a66d-8a89-afd1-7bec-7c8168de4930-1a38c72f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f5f40374-c755-2c6d-e001-61fa8fc581fa-1a38c72f {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f5f40374-c755-2c6d-e001-61fa8fc581fc-1a38c72f {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f5f40374-c755-2c6d-e001-61fa8fc581fe-1a38c72f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f5f40374-c755-2c6d-e001-61fa8fc58200-1a38c72f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f5f40374-c755-2c6d-e001-61fa8fc58202-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f5f40374-c755-2c6d-e001-61fa8fc58204-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f5f40374-c755-2c6d-e001-61fa8fc58205-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f5f40374-c755-2c6d-e001-61fa8fc58207-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f5f40374-c755-2c6d-e001-61fa8fc58209-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f5f40374-c755-2c6d-e001-61fa8fc5820b-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f5f40374-c755-2c6d-e001-61fa8fc5820d-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f5f40374-c755-2c6d-e001-61fa8fc5820f-1a38c72f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dbad1ebb-b217-8d39-18d6-1f0b4eb2d5e9-1338c734 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-area: Area-1;
}

#w-node-dbad1ebb-b217-8d39-18d6-1f0b4eb2d5eb-1338c734 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
}

#w-node-dbad1ebb-b217-8d39-18d6-1f0b4eb2d5ed-1338c734 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

#w-node-dbad1ebb-b217-8d39-18d6-1f0b4eb2d5ef-1338c734 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 5;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
}

@media screen and (max-width: 479px) {
  #w-node-dbad1ebb-b217-8d39-18d6-1f0b4eb2d5e9-1338c734 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }

  #w-node-dbad1ebb-b217-8d39-18d6-1f0b4eb2d5eb-1338c734 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
  }

  #w-node-dbad1ebb-b217-8d39-18d6-1f0b4eb2d5ed-1338c734 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }

  #w-node-dbad1ebb-b217-8d39-18d6-1f0b4eb2d5ef-1338c734 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
  }
}

#w-node-_3f94e769-6531-f9c0-341b-553562af27df-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af27e4-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af27e9-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af27ee-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af27f4-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af27fa-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2800-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af290d-1238c735 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2926-1238c735 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2929-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af292b-1238c735 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af292e-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2997-1238c735 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af29a1-1238c735 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af29a2-1238c735 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a10-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a15-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a1a-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a1f-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a24-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a29-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a33-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a38-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a3d-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a42-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a47-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a4c-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a51-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a56-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a5b-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a60-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a65-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a69-1238c735 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a6a-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a6c-1238c735 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a6f-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a74-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a79-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a8e-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a93-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a98-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2a9d-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2aa2-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2aa7-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2ab1-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2ab6-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2abb-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2ac0-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2ac5-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2aca-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2acf-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2ad4-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2ad9-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2ade-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2ae3-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2ae7-1238c735 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2ae8-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2aed-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2af2-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2af7-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2b7d-1238c735 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3f94e769-6531-f9c0-341b-553562af2bd9-1238c735 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e053c5db-5c05-8a43-a707-d354f89a3360-2d38c737 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e053c5db-5c05-8a43-a707-d354f89a3365-2d38c737 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e053c5db-5c05-8a43-a707-d354f89a3370-2d38c737 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e053c5db-5c05-8a43-a707-d354f89a3372-2d38c737 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e053c5db-5c05-8a43-a707-d354f89a3375-2d38c737 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e053c5db-5c05-8a43-a707-d354f89a337a-2d38c737 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_42284b53-c9ef-8e8c-6903-fbd8aea9a1d6-5e38c73a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_42284b53-c9ef-8e8c-6903-fbd8aea9a1dc-5e38c73a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_42284b53-c9ef-8e8c-6903-fbd8aea9a1e1-5e38c73a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_42284b53-c9ef-8e8c-6903-fbd8aea9a1e6-5e38c73a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_42284b53-c9ef-8e8c-6903-fbd8aea9a1f0-5e38c73a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-f7f70faa-c9a7-48b5-8401-56d4b3d1ff50-5e38c73a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f7f70faa-c9a7-48b5-8401-56d4b3d1ff69-5e38c73a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f7f70faa-c9a7-48b5-8401-56d4b3d1ff6c-5e38c73a {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f7f70faa-c9a7-48b5-8401-56d4b3d1ff6e-5e38c73a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f7f70faa-c9a7-48b5-8401-56d4b3d1ff71-5e38c73a {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-e053c5db-5c05-8a43-a707-d354f89a3370-2d38c737 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e053c5db-5c05-8a43-a707-d354f89a3372-2d38c737 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-e053c5db-5c05-8a43-a707-d354f89a3375-2d38c737 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e053c5db-5c05-8a43-a707-d354f89a3372-2d38c737 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-e053c5db-5c05-8a43-a707-d354f89a3375-2d38c737 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CN Mono';
  src: url('../fonts/cnmono.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}