:root {
  --height: 0px;
  --saturation: 100%;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

.navbar-logo-left {
  z-index: 3;
  width: 100%;
  height: 125px;
  position: fixed;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1500px;
  margin-bottom: 0;
  padding: 20px 60px;
  display: flex;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-brand {
  z-index: 4;
  width: 436px;
  display: flex;
}

.navbar-brand.w--current {
  width: 436px;
}

.nav-menu-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.nav-menu-two {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #ffffffbf;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
}

.nav-link {
  color: #404040;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Cabin, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #004c99;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #ef7c00;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Cabin, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #004c99;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.text-block {
  font-size: 21px;
}

.body {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #ffffffbf;
  flex-flow: column;
  font-family: Cabin, sans-serif;
  font-weight: 400;
  display: flex;
}

.image {
  width: 436px;
  height: 85px;
}

.container-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  overflow: hidden;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  min-height: 0;
  max-height: none;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.list-item {
  width: auto;
}

.quick-stack {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  order: 1;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-2 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.heading {
  color: #404040;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabin, sans-serif;
  font-size: 37px;
}

.cell {
  justify-content: flex-end;
  align-items: flex-start;
}

.quick-stack-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding: 0;
}

.cell-2, .cell-3, .cell-4 {
  justify-content: flex-end;
  align-items: flex-end;
}

.heading-2 {
  color: #404040;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabin, sans-serif;
  font-size: 21px;
  line-height: 21px;
}

.quick-stack-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding: 0;
}

.cell-5 {
  justify-content: flex-end;
  align-items: flex-end;
}

.cell-6 {
  justify-content: flex-end;
  align-items: flex-end;
  padding-left: 0;
  display: flex;
}

.paragraph {
  color: #707070;
  text-align: right;
  max-width: 384px;
  margin-bottom: 0;
  font-family: Cabin, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.cell-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f2f2f2;
  border-radius: 30px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack-5 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex: 1;
  align-self: center;
  height: 100%;
  padding: 25px;
}

.cell-8 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/20240618_143015-min-p-3200.webp');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.div-block {
  flex: 1;
}

.image-2 {
  vertical-align: baseline;
  flex: 1;
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: clip;
}

.cell-9 {
  flex-flow: row;
}

.div-block-2 {
  z-index: 1;
  background-color: #000000e6;
  width: auto;
  position: absolute;
}

.container-3 {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-color: #00000096;
  background-clip: border-box;
  width: auto;
  max-width: none;
  position: absolute;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #00000040;
  border-radius: 25px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 30px;
  display: flex;
}

.quick-stack-6 {
  z-index: auto;
  width: 100%;
  height: 100%;
  padding: 15px;
  position: relative;
}

.heading-3 {
  color: #fff;
  font-family: Cabin, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  font-family: Cabin, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.cell-10 {
  background-image: url('../images/DJI_08111-p-3200.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 420px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: static;
}

.container-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  display: flex;
}

.heading-5 {
  color: #404040;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -43px;
  padding-top: 32px;
  padding-bottom: 15px;
}

.flex-block {
  justify-content: flex-start;
  align-items: center;
  margin-left: -55px;
}

.container-6 {
  flex: 1;
  width: 212px;
  max-width: none;
  height: 182px;
  overflow: clip;
}

.div-block-4 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/shutterstock_1912826167-ai-3.webp');
  background-position: 100%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  width: 322px;
  height: 322px;
}

.image-3 {
  box-sizing: border-box;
  aspect-ratio: 1 / 2;
  object-fit: cover;
}

.paragraph-2 {
  color: #404040bf;
  text-align: center;
  width: 90%;
  font-family: Cabin, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: 44px;
}

.container-7 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 800px;
  padding: 60px;
  display: flex;
}

.section-3 {
  min-height: 800px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.quick-stack-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  height: 100%;
}

.cell-11 {
  background-image: url('../images/Service-2.webp');
  background-position: 34%;
  background-size: cover;
  border-radius: 30px;
  flex-flow: row;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 364px;
  height: 100px;
  display: block;
  position: absolute;
}

.container-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: cover;
  background-color: #00000029;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 20px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 46px;
  line-height: 46px;
  display: flex;
}

.container-9 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.paragraph-3 {
  color: #fff;
  width: 100%;
  height: 0;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  overflow: hidden;
}

.cell-12 {
  background-image: url('../images/bubble-sustainable-min.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
}

.cell-13 {
  background-image: url('../images/Service-1_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
}

.section-4 {
  height: 800px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container-10 {
  width: 100%;
  max-width: 1500px;
  padding-left: 60px;
  padding-right: 60px;
}

.flex-block-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.container-11 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 40px 20px;
  display: flex;
  overflow: hidden;
}

.container-12 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.heading-6 {
  color: #404040;
  font-size: 62px;
  line-height: 74px;
}

.text-span {
  color: #ef7c00;
  font-style: italic;
}

.paragraph-4 {
  color: #404040;
  width: auto;
  max-width: none;
  font-family: Cabin, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.button {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-3 {
  text-decoration: none;
}

.link-block {
  aspect-ratio: auto;
  color: #fff;
  background-color: #404040;
  border-radius: 45px;
  padding: 10px 5px 10px 10px;
  font-size: 24px;
  text-decoration: none;
}

.text-block-4 {
  font-size: 24px;
}

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  display: flex;
}

.image-4 {
  transform: rotate(-45deg);
}

.div-block-7 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.div-block-8 {
  background-image: url('../images/bubble-sustainable-min.jpeg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: 75%;
}

.div-block-9 {
  float: right;
  clear: none;
  background-color: #e6e6e6;
  border-radius: 30px;
  padding: 15px;
  position: relative;
  top: -50px;
  left: auto;
  right: -8px;
  box-shadow: 2px 2px 5px 2px #00000040;
}

.flex-block-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
}

.heading-7 {
  color: #404040;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabin, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: 45px;
}

.paragraph-5 {
  color: #404040bf;
  width: 402px;
  margin-bottom: 0;
  font-family: Cabin, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}

.div-block-10 {
  flex: 0 auto;
}

.div-block-11 {
  background-color: #e6e6e6;
  position: relative;
  bottom: 0;
  left: 40px;
  right: 0;
}

.div-block-12 {
  padding: 15px;
  position: relative;
}

.div-block-13 {
  float: none;
  position: relative;
  top: 0;
  bottom: 0;
}

.div-block-14 {
  float: left;
  clear: none;
  background-color: #e6e6e6;
  border-radius: 30px;
  padding: 15px;
  display: block;
  position: relative;
  top: auto;
  bottom: -300px;
  left: -18px;
  box-shadow: 2px 2px 5px 2px #00000040;
}

.container-13 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 800px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.section-5 {
  height: 800px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.flex-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  height: auto;
  padding: 10px 0 40px;
  display: grid;
}

.flex-block-5 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
}

.heading-8 {
  font-size: 64px;
}

.heading-9 {
  color: #404040;
  font-size: 64px;
  line-height: 64px;
}

.text-span-2 {
  color: #ef7c00;
  font-style: italic;
}

.text-block-5 {
  color: #404040;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.div-block-15 {
  width: 380px;
  min-height: 276px;
}

.flex-block-6 {
  height: var(--height);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e6e6e6;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 380px;
  min-height: 260px;
  padding: 20px;
}

.heading-10 {
  color: #404040;
  font-family: Cabin, sans-serif;
  font-size: 20px;
}

.paragraph-6 {
  color: #404040;
  font-family: Cabin, sans-serif;
  font-size: 16px;
}

.container-14 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 100%;
  max-width: 1500px;
  height: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.heading-11 {
  color: #404040;
  font-size: 64px;
  line-height: 64px;
}

.text-span-3 {
  color: #ef7c00;
  font-style: italic;
}

.div-block-16 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: none;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  overflow: hidden;
  transform: translate(-100%);
}

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

.div-block-18 {
  background-image: url('../images/Eucom_Products_Bauxite_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 154px;
  height: 154px;
}

.text-block-6 {
  color: #404040;
  text-align: center;
  width: 180px;
  font-family: Cabin, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.image-5 {
  border-radius: 15px;
}

.section-6 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.flex-block-7 {
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-19 {
  box-sizing: content-box;
  object-fit: fill;
  border-left: 0 solid #000;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.div-block-20 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-21 {
  mix-blend-mode: normal;
}

.div-block-22 {
  height: 28px;
  position: absolute;
}

.div-block-23 {
  z-index: 3;
  background-image: linear-gradient(268deg, #0000 14%, #fff 45%);
  width: 40px;
  height: 280px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.container-15 {
  background-color: #e6e6e6;
  border-radius: 20px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1500px;
  height: auto;
  padding: 50px 60px;
  display: flex;
}

.flex-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 49%;
  height: 300px;
}

.flex-block-9 {
  justify-content: space-between;
  width: 49%;
  height: 300px;
  padding-left: 0;
  padding-right: 0;
}

.flex-block-10 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: center;
}

.heading-12 {
  color: #404040;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 62px;
  line-height: 76px;
}

.text-span-4 {
  color: #ef7c00;
  font-style: italic;
}

.text-block-7 {
  color: #404040;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.text-block-8 {
  color: #404040;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.link-block-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 2px solid #404040;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.div-block-24 {
  background-image: url('../images/arrow-up-right-svgrepo-com.svg');
  background-position: 0 0;
  background-size: cover;
  width: 24px;
  height: 24px;
}

.paragraph-7 {
  color: #404040;
  letter-spacing: 0;
  text-indent: 0;
  white-space: normal;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.section-7 {
  padding: 40px 60px;
}

.text-block-9 {
  color: #404040;
  font-size: 18px;
  font-weight: 600;
}

.text-block-9:hover {
  color: #004c99;
}

.link-block-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-25 {
  object-fit: fill;
  background-image: url('../images/crystal.webp');
  background-position: 50%;
  background-size: cover;
  width: 25px;
  height: 25px;
}

.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.container-16 {
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  height: 800px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.flex-block-11 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 50%;
  height: 800px;
  padding-top: 60px;
}

.flex-block-12 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 800px;
}

.form-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 50%;
  height: auto;
  font-family: Cabin, sans-serif;
  display: flex;
}

.heading-13 {
  color: #404040;
  font-size: 64px;
  line-height: 64px;
}

.text-span-5 {
  color: #ef7c00;
  font-style: italic;
}

.field-label, .field-label-2 {
  color: #707070;
  margin-bottom: 10px;
  font-family: Cabin, sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.list-item-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-10 {
  color: #404040;
  font-family: Cabin, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
}

.text-block-10:hover {
  color: #004c99;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-4:hover {
  color: #004c99;
}

.list-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-26, .div-block-27 {
  width: 49%;
}

.flex-block-13 {
  justify-content: space-between;
  align-items: center;
}

.text-field, .text-field-2 {
  color: #404040;
  background-color: #70707026;
  border: 1px solid #0000;
  border-radius: 45px;
  height: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Cabin, sans-serif;
  font-size: 18px;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.text-field-3 {
  color: #404040;
  background-color: #70707026;
  border: 1px solid #0000;
  border-radius: 45px;
  height: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 12px;
  font-family: Cabin, sans-serif;
  font-size: 18px;
}

.text-field-4 {
  color: #404040;
  background-color: #70707026;
  border: 1px solid #0000;
  border-radius: 45px;
  min-height: 134px;
  margin-bottom: 0;
  padding: 20px;
  font-family: Cabin, sans-serif;
  font-size: 18px;
  overflow: auto;
}

.submit-button {
  background-color: #404040;
  border-radius: 45px;
  width: auto;
  margin-left: 0;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Cabin, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.div-block-28 {
  background-color: #404040;
  border-radius: 45px;
  margin-right: auto;
  padding-right: 10px;
  display: flex;
}

.div-block-29 {
  display: block;
}

.container-17 {
  max-width: 150px;
}

.container-18 {
  max-width: 1500px;
  height: 280px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.flex-block-14 {
  border-bottom: 1px solid #4040401a;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  padding: 10px;
}

.flex-block-15 {
  justify-content: space-between;
  align-items: flex-start;
  width: 270px;
  height: 100%;
}

.text-block-11 {
  color: #707070bf;
  font-family: Cabin, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-11:hover {
  color: #707070;
}

.flex-block-16 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.div-block-31 {
  margin-right: auto;
  display: block;
}

.paragraph-8 {
  color: #404040;
  max-width: 481px;
  font-family: Cabin, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.div-block-32 {
  justify-content: flex-end;
  align-items: center;
  width: 270px;
  display: flex;
}

.container-19 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 100%;
  max-width: 1500px;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.heading-14 {
  color: #404040;
  font-family: Cabin, sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 62px;
}

.text-span-6 {
  color: #ef7c00;
}

.paragraph-9 {
  color: #404040;
  font-family: Cabin, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.body-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.container-20 {
  width: 100%;
  max-width: 1500px;
  height: auto;
  padding-left: 60px;
  padding-right: 60px;
  overflow: hidden;
}

.flex-block-18 {
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}

.flex-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 500px;
  overflow: hidden;
}

.div-block-33 {
  aspect-ratio: auto;
  object-fit: fill;
  background-image: url('../images/20240618_143015-min_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 49%;
  height: 436px;
}

.heading-15 {
  color: #404040;
  font-family: Cabin, sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 62px;
}

.text-span-7 {
  color: #ef7c00;
}

.paragraph-10 {
  color: #404040;
  margin-bottom: 0;
  font-family: Cabin, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.flex-block-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 40px;
}

.flex-block-21 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-top: 10px;
}

.text-block-12 {
  color: #707070bf;
  font-family: Cabin, sans-serif;
  font-size: 18px;
}

.container-21 {
  width: 100%;
  max-width: 1500px;
  padding-left: 60px;
  padding-right: 60px;
}

.flex-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-block-23 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 45%;
  max-width: 500px;
}

.heading-16 {
  font-family: Cabin, sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 62px;
}

.text-span-8 {
  color: #ef7c00;
}

.paragraph-11 {
  color: #404040;
  font-family: Cabin, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.div-block-34 {
  background-image: url('../images/DJI_8112.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: 436px;
}

.flex-block-24 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  width: 49%;
  overflow: hidden;
}

.div-block-35 {
  background-image: url('../images/DJI_0818-1_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: 436px;
}

.text-block-13 {
  font-family: Cabin, sans-serif;
  font-weight: 500;
}

.container-22 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-6 {
  width: 436px;
  height: 85px;
}

.list-item-3 {
  width: auto;
}

.container-23 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  max-width: 1500px;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  overflow: hidden;
}

.text-span-9 {
  color: #ef7c00;
}

.heading-17 {
  margin-top: 0;
  font-size: 64px;
  line-height: 64px;
}

.flex-block-25 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 50%;
  max-width: 550px;
  padding-bottom: 20px;
  padding-right: 10px;
  font-family: Cabin, sans-serif;
  font-weight: 600;
}

.paragraph-12 {
  color: #404040;
  text-indent: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-14 {
  color: #737373;
  width: 45%;
}

.list-item-4 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.list-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.flex-block-26 {
  border-bottom: 1px solid #2b2d2d;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 20px;
}

.paragraph-13 {
  color: #262626;
  text-align: right;
  width: 55%;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.link, .link-2 {
  color: #004c99;
  text-decoration: none;
}

.div-block-36 {
  background-image: url('../images/IMG_0865-3_1.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 12px;
  flex-flow: column;
  flex: none;
  width: 100%;
  height: 440px;
  display: flex;
}

.flex-block-27 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 49%;
  height: 978px;
  display: flex;
  overflow: scroll;
}

.flex-block-28 {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.div-block-37 {
  background-image: url('../images/IMG_835.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 12px;
  flex: none;
  width: 100%;
  height: 440px;
}

.div-block-38 {
  background-image: url('../images/IMG_839.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex: none;
  width: 100%;
  height: 660px;
}

.div-block-39 {
  background-image: url('../images/IMG_808.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex: none;
  width: 100%;
  height: 440px;
}

.section-8 {
  padding-top: 20px;
  overflow: hidden;
}

.div-block-40 {
  background-image: url('../images/IMG_0865-3_1.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 440px;
}

.div-block-41 {
  background-image: url('../images/IMG_812.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex: none;
  width: 100%;
  height: 660px;
}

.div-block-42 {
  background-image: url('../images/IMG_817.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex: none;
  width: 100%;
  height: 440px;
}

.div-block-43 {
  background-image: url('../images/IMG_813.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex: none;
  width: 100%;
  height: 440px;
}

.div-block-44 {
  background-image: url('../images/IMG_841.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex: none;
  width: 100%;
  height: 500px;
}

.div-block-45 {
  background-image: url('../images/IMG_823.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex: none;
  width: 100%;
  height: 440px;
}

.div-block-46 {
  background-image: url('../images/IMG_827.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex: none;
  width: 100%;
  height: 440px;
}

.div-block-47 {
  background-image: url('../images/IMG_871.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex: none;
  width: 100%;
  height: 440px;
}

.div-block-48 {
  background-image: url('../images/IMG_872.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex: none;
  width: 100%;
  height: 440px;
}

.div-block-49 {
  background-image: url('../images/IMG_875.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex: none;
  width: 100%;
  height: 440px;
}

.div-block-50 {
  background-image: url('../images/IMG_795.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex: none;
  width: 100%;
  height: 440px;
}

.div-block-51 {
  background-image: url('../images/IMG_860.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex: none;
  width: 100%;
  height: 440px;
}

.div-block-52 {
  background-image: url('../images/IMG_883.webp');
  background-position: 100%;
  background-size: cover;
  border-radius: 12px;
  flex: none;
  width: 100%;
  height: 440px;
}

.div-block-53 {
  background-image: url('../images/Group-1_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 494px;
}

.container-24 {
  max-width: 1500px;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-18 {
  color: #404040;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabin, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;
}

.text-span-10 {
  color: #ef7c00;
}

.flex-block-29 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-30 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #e6e6e6;
  border-radius: 20px;
  width: 100%;
  padding: 60px 80px;
}

.flex-block-31 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.list-item-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #40404080;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-block-15 {
  z-index: 3;
  color: #404040;
  font-family: Cabin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.list-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.flex-block-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-7 {
  object-fit: cover;
  border-radius: 15px;
  flex: none;
  position: absolute;
  bottom: -12px;
  right: 15px;
  transform: rotate(10deg);
}

.div-block-54 {
  object-fit: cover;
  background-image: url('../images/map-blue_1.webp');
  background-position: 50% 75%;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 37vw;
}

.slider {
  display: none;
}

.container-25 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  max-width: 1500px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.heading-19 {
  color: #ef7c00;
  font-family: Cabin, sans-serif;
  font-size: 64px;
  font-weight: 600;
}

.flex-block-33 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  padding-right: 20px;
}

.paragraph-14 {
  color: #404040;
  font-family: Cabin, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.text-block-16 {
  color: #737373;
  font-family: Cabin, sans-serif;
  font-size: 15px;
}

.list-item-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #2b2d2d80;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  display: grid;
}

.list-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.paragraph-15 {
  text-align: right;
  margin-bottom: 0;
  font-family: Cabin, sans-serif;
  font-size: 15px;
}

.flex-block-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 40px;
  display: grid;
}

.div-block-55 {
  background-image: url('../images/bubble-sustainable-min.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.body-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.container-26 {
  max-width: 1500px;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-20 {
  text-align: right;
  font-family: Cabin, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;
}

.text-span-11 {
  color: #ef7c00;
}

.flex-block-35 {
  justify-content: flex-start;
  align-items: flex-end;
}

.flex-block-36 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

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

.section-9 {
  padding-top: 20px;
  display: flex;
}

.button-2 {
  background-color: #f6ade3;
  align-items: center;
  padding: 2rem;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-2.blue {
  background-color: #d0d0fa;
}

.button-text {
  color: #ac20df;
  font-size: 2rem;
  text-decoration: none;
}

.button-text.blue {
  color: #2120e0;
  font-size: 1rem;
}

.button-text.blue.large {
  font-size: 1.7rem;
}

.icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: 1rem;
  display: flex;
}

.number {
  background-color: #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-17 {
  color: #2120df;
  font-size: 2rem;
}

.section-10 {
  padding-top: 20px;
}

.body-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.link-block-5 {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.text-block-18 {
  color: #ffffffbf;
  text-decoration: none;
}

.link-block-6 {
  color: #ffffffbf;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.section-11 {
  padding: 40px 0 20px;
}

.section-12, .section-13 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-14 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-15 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-16 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-17 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-18 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.success-message {
  color: #fff;
  background-color: #459d48;
  border-radius: 45px;
  font-size: 24px;
  font-weight: 500;
}

.text-block-19 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 650px;
  font-family: Cabin, sans-serif;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #ff7676;
  border-radius: 45px;
  margin-top: 0;
  padding: 20px;
  font-family: Cabin, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.text-block-20 {
  color: #fff;
  text-align: center;
  font-family: Cabin, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-56, .div-block-57, .div-block-58 {
  max-width: 380px;
}

.link-block-7, .link-block-8, .link-block-9 {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.div-block-59 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  background-color: #e6e6e600;
  border: 0 #0000;
  border-radius: 15px;
  flex-flow: column;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.heading-21 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
}

.heading-22 {
  text-align: left;
  margin-top: 0;
}

.bold-text {
  font-size: 24px;
  line-height: 24px;
}

.rich-text-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  text-align: left;
  border-top: 0 solid #00000040;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Cabin, sans-serif;
  text-decoration: none;
  display: flex;
}

.paragraph-16 {
  max-width: none;
  font-family: Cabin, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.link-3, .link-4 {
  color: #ef7c00;
  font-weight: 700;
  text-decoration: none;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  font-size: 24px;
  line-height: 24px;
}

.paragraph-17, .paragraph-18 {
  font-size: 18px;
  line-height: 30px;
}

.paragraph-19, .paragraph-20 {
  max-width: none;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-21 {
  font-size: 18px;
  line-height: 30px;
}

.paragraph-22 {
  font-family: Cabin, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-23 {
  font-size: 18px;
  line-height: 30px;
}

.paragraph-24 {
  max-width: none;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.link-5 {
  color: #ef7c00;
  font-weight: 700;
  text-decoration: none;
}

.paragraph-25 {
  color: #ef7c00;
  font-family: Cabin, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-26 {
  font-size: 18px;
  line-height: 30px;
}

.paragraph-27, .paragraph-28, .paragraph-29 {
  color: #ef7c00;
  font-size: 16px;
  font-weight: 700;
}

.link-6 {
  color: #ef7c00;
  font-weight: 700;
  text-decoration: none;
}

.list-6, .list-7 {
  font-size: 18px;
  line-height: 25px;
}

.list-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  max-width: none;
  padding-left: 40px;
  font-family: Cabin, sans-serif;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  position: static;
}

.list-item-11 {
  text-align: left;
}

.rich-text-block-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  text-align: left;
  border-top: 1px solid #00000040;
  flex-flow: column;
  padding-top: 40px;
  font-family: Cabin, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.link-block-10 {
  text-decoration: none;
}

.link-block-10:hover {
  color: #333;
}

.link-block-11 {
  text-decoration: none;
}

.bold-text-10 {
  font-size: 24px;
  line-height: 24px;
}

.paragraph-30 {
  font-size: 18px;
  line-height: 30px;
}

.link-7, .link-8 {
  color: #ef7c00;
  font-weight: 700;
  text-decoration: none;
}

.list-9 {
  font-size: 18px;
  line-height: 30px;
}

.link-block-12, .link-block-13, .link-block-14, .link-block-15, .link-block-16, .link-block-17, .link-block-18, .link-block-19 {
  text-decoration: none;
}

.link-9 {
  color: #ef7c00;
  font-weight: 700;
  text-decoration: none;
}

.bold-text-11 {
  font-weight: 400;
  text-decoration: none;
}

.link-10 {
  color: #ef7c00;
  font-weight: 700;
  text-decoration: none;
}

.list-10 {
  font-size: 18px;
  line-height: 30px;
}

.link-11, .link-12 {
  color: #ef7c00;
  font-weight: 700;
  text-decoration: none;
}

.list-11, .paragraph-31, .paragraph-32 {
  font-size: 18px;
  line-height: 30px;
}

.link-13 {
  color: #ef7c00;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.link-14 {
  color: #ef7c00;
  font-weight: 700;
  text-decoration: none;
}

.heading-23 {
  font-size: 24px;
  line-height: 24px;
}

.paragraph-33 {
  font-size: 18px;
  line-height: 30px;
}

.list-12 {
  line-height: 30px;
}

.div-block-60 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-61 {
  object-fit: fill;
  background-image: url('../images/Frame-3.webp');
  background-position: 0 0;
  background-size: cover;
  width: 116px;
  height: 20px;
  overflow: visible;
}

.text-block-21 {
  color: #000;
}

.link-block-20 {
  text-decoration: none;
}

.section-20 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

.link-15 {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

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

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

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

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff0;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    z-index: 5;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf00;
  }

  .container-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section {
    height: auto;
  }

  .cell-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .quick-stack-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .cell-8 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .icon {
    color: #404040;
    font-size: 50px;
    line-height: 50px;
  }

  .container-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-5 {
    margin-left: -27px;
    padding-top: 34px;
    padding-bottom: 15px;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-left: -55px;
  }

  .container-7 {
    height: 1080px;
    padding: 40px;
  }

  .section-4 {
    height: auto;
  }

  .container-10 {
    order: 0;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-block-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: flex;
  }

  .container-11, .container-12 {
    width: 100%;
    height: auto;
  }

  .paragraph-4 {
    max-width: none;
  }

  .div-block-8 {
    height: 480px;
  }

  .div-block-9 {
    top: -32px;
  }

  .div-block-14 {
    bottom: -250px;
  }

  .container-13 {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-5 {
    height: auto;
  }

  .flex-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 20px;
    display: grid;
  }

  .flex-block-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-block-6 {
    width: 100%;
  }

  .container-14 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-block-7 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-15 {
    flex-flow: row;
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-block-8 {
    width: 100%;
    height: auto;
  }

  .flex-block-9 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
    height: auto;
  }

  .flex-block-10 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .section-7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-16 {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-block-11 {
    width: 100%;
    height: auto;
  }

  .flex-block-12 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    height: auto;
  }

  .form-block {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .div-block-28 {
    justify-content: flex-start;
    align-items: center;
  }

  .container-18 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-30 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-31 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    display: flex;
  }

  .paragraph-8 {
    color: #404040;
    font-size: 24px;
  }

  .container-19, .container-20 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-block-18 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
    padding-bottom: 60px;
  }

  .flex-block-19 {
    width: 100%;
    max-width: none;
  }

  .div-block-33 {
    width: 100%;
  }

  .container-21 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-block-22 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column-reverse;
  }

  .flex-block-23 {
    width: 100%;
    max-width: none;
  }

  .flex-block-24 {
    width: 100%;
  }

  .container-22 {
    max-width: 728px;
  }

  .container-23 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-block-25 {
    width: 100%;
    max-width: none;
    padding-right: 0;
  }

  .flex-block-27 {
    width: 100%;
  }

  .flex-block-28 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-53 {
    height: 650px;
  }

  .container-24 {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-block-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-54 {
    height: 40vw;
  }

  .slider {
    display: none;
  }

  .container-25 {
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .flex-block-33 {
    padding-right: 0;
  }

  .flex-block-34 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    place-items: start stretch;
    display: grid;
  }

  .div-block-55 {
    background-position: 50% 0;
    height: auto;
    min-height: 500px;
    max-height: none;
    display: block;
  }

  .container-26 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-20 {
    text-align: left;
    font-size: 62px;
  }

  .flex-block-35 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-block-36 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

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

@media screen and (max-width: 767px) {
  .navbar-logo-left {
    z-index: 5;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .quick-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .quick-stack-5 {
    padding: 15px;
  }

  .flex-block-4 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .container-18 {
    height: 315px;
  }

  .flex-block-16 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 93%;
  }

  .flex-block-27 {
    display: none;
  }

  .div-block-53 {
    object-fit: fill;
    background-size: cover;
  }

  .slider {
    background-color: #ddd0;
    border-radius: 15px;
    width: 100%;
    height: 459px;
    display: block;
  }

  .slide {
    background-image: url('../images/IMG_0865-3_1.webp');
    background-position: 0 0;
    background-size: cover;
    border-radius: 15px;
  }

  .slide-2 {
    background-image: url('../images/IMG_835.webp');
    background-position: 0 0;
    background-size: cover;
    border-radius: 15px;
  }

  .slide-3 {
    background-image: url('../images/IMG_839.webp');
    background-position: 0 0;
    background-size: cover;
    border-radius: 15px;
  }

  .slide-4 {
    background-image: url('../images/IMG_808.webp');
    background-position: 0 0;
    background-size: cover;
    border-radius: 15px;
  }

  .slide-5 {
    background-image: url('../images/IMG_812.webp');
    background-position: 50% 100%;
    background-size: cover;
    border-radius: 15px;
  }

  .slide-6 {
    background-image: url('../images/IMG_817.webp');
    background-position: 0 0;
    background-size: cover;
    border-radius: 15px;
  }

  .slide-7 {
    background-image: url('../images/IMG_813.webp');
    background-position: 0 0;
    background-size: cover;
    border-radius: 15px;
  }

  .slide-8 {
    background-image: url('../images/IMG_841.webp');
    background-position: 50% 100%;
    background-size: cover;
    border-radius: 15px;
  }

  .slide-9 {
    background-image: url('../images/IMG_823.webp');
    background-position: 0 0;
    background-size: cover;
    border-radius: 15px;
  }

  .slide-1 {
    background-image: url('../images/IMG_827.webp');
    background-position: 100%;
    background-size: cover;
    border-radius: 15px;
  }

  .slide-1-2 {
    background-image: url('../images/IMG_871.webp');
    background-position: 50%;
    background-size: cover;
    border-radius: 15px;
  }

  .slide-1-3 {
    background-image: url('../images/IMG_872.webp');
    background-position: 50%;
    background-size: cover;
    border-radius: 15px;
  }

  .slide-1-4 {
    background-image: url('../images/IMG_875.webp');
    background-position: 0 0;
    background-size: cover;
    border-radius: 15px;
  }

  .slide-1-5 {
    background-image: url('../images/IMG_795.webp');
    background-position: 0 0;
    background-size: cover;
    border-radius: 15px;
  }

  .slide-1-6 {
    background-image: url('../images/IMG_860.webp');
    background-position: 0 0;
    background-size: cover;
    border-radius: 15px;
  }

  .slide-1-7 {
    background-image: url('../images/IMG_883.webp');
    background-position: 0 0;
    background-size: cover;
    border-radius: 15px;
  }

  .container-25 {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .flex-block-36 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-9 {
    flex-flow: row;
  }

  .button-text {
    font-size: 1.8rem;
  }

  .mask {
    border-radius: 15px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left {
    z-index: 5;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: none;
  }

  .navbar-wrapper {
    width: auto;
  }

  .navbar-brand {
    width: 262px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .menu-button {
    z-index: 5;
    padding-top: 0;
  }

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

  .image {
    width: 262px;
    height: 51px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-2 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .cell-3 {
    text-align: left;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .cell-4 {
    justify-content: flex-end;
    align-items: flex-start;
  }

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

  .quick-stack-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px;
  }

  .container-4 {
    padding: 15px;
  }

  .icon {
    color: #404040;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-5 {
    text-align: center;
    margin-left: 0;
    padding-top: 15px;
    font-size: 28px;
  }

  .flex-block {
    flex-flow: column;
    margin-left: 0;
  }

  .container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-7 {
    padding: 0;
  }

  .section-4 {
    width: 100vw;
  }

  .container-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-11 {
    height: 530px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .heading-6 {
    text-align: center;
    font-size: 52px;
  }

  .paragraph-4 {
    text-align: center;
    margin-bottom: 20px;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
  }

  .div-block-8 {
    background-position: 50%;
    height: 350px;
  }

  .div-block-9 {
    z-index: auto;
    box-sizing: border-box;
    aspect-ratio: auto;
    width: 90%;
    top: -70px;
    left: auto;
    right: -2px;
  }

  .heading-7 {
    font-size: 26px;
  }

  .paragraph-5 {
    width: auto;
    font-size: 14px;
  }

  .div-block-14 {
    width: 90%;
    bottom: -130px;
    left: 0;
  }

  .container-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    place-items: center;
  }

  .heading-9 {
    font-size: 54px;
  }

  .text-block-5 {
    font-family: Cabin, sans-serif;
    font-size: 34px;
  }

  .flex-block-6 {
    max-width: none;
    font-family: Cabin, sans-serif;
  }

  .container-14 {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-11 {
    font-size: 54px;
  }

  .text-block-6 {
    font-family: Cabin, sans-serif;
  }

  .div-block-20 {
    justify-content: center;
    align-items: center;
  }

  .container-15 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-9 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .flex-block-10 {
    width: 100%;
  }

  .heading-12 {
    width: 100%;
    font-size: 50px;
    line-height: 42px;
  }

  .text-span-4 {
    word-break: break-all;
    width: auto;
  }

  .text-block-7 {
    font-size: 34px;
  }

  .section-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-9 {
    text-align: right;
    width: auto;
    max-width: 257.575px;
    font-size: 16px;
    line-height: 20px;
  }

  .link-block-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .list {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .container-16 {
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-13 {
    font-size: 52px;
  }

  .div-block-26, .div-block-27 {
    width: 100%;
  }

  .flex-block-13 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: stretch;
  }

  .text-field-4 {
    border-radius: 25px;
  }

  .container-18 {
    height: auto;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-14 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: column;
    align-items: flex-start;
  }

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

  .flex-block-16 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-31 {
    margin-right: auto;
  }

  .flex-block-17 {
    width: auto;
  }

  .div-block-32 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-14 {
    font-size: 52px;
  }

  .container-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-15 {
    width: 100%;
    font-size: 52px;
  }

  .container-21 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-16 {
    font-size: 52px;
  }

  .container-22 {
    max-width: none;
  }

  .image-6 {
    width: 262px;
    height: 51px;
  }

  .container-23 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-17 {
    font-size: 52px;
    line-height: 52px;
  }

  .flex-block-27 {
    flex-flow: column;
    display: none;
  }

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

  .div-block-53 {
    height: 80vw;
  }

  .container-24 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-18 {
    font-size: 52px;
    line-height: 52px;
  }

  .flex-block-32 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .slider {
    border-radius: 12px;
    width: 100%;
    height: 404px;
  }

  .slide {
    background-image: url('../images/IMG_0865-3_1.webp');
    background-position: 50%;
    background-size: cover;
    border-radius: 12px;
  }

  .slide-nav {
    color: #fff0;
    background-color: #0000;
    font-size: 5px;
    line-height: 6px;
    display: none;
  }

  .icon-2 {
    font-size: 24px;
  }

  .slide-2 {
    background-image: url('../images/IMG_835.webp');
    background-position: 50%;
    background-size: cover;
    border-radius: 12px;
  }

  .slide-3 {
    background-image: url('../images/IMG_839.webp');
    background-position: 50% 62%;
    background-size: cover;
    border-radius: 12px;
  }

  .right-arrow {
    font-size: 14px;
  }

  .icon-3 {
    font-size: 24px;
  }

  .slide-4 {
    background-image: url('../images/IMG_808.webp');
    background-position: 100%;
    background-size: cover;
    border-radius: 12px;
  }

  .slide-5 {
    background-image: url('../images/IMG_812.webp');
    background-position: 50%;
    background-size: cover;
    border-radius: 12px;
  }

  .slide-6 {
    background-image: url('../images/IMG_817.webp');
    background-position: 50%;
    background-size: cover;
    border-radius: 12px;
  }

  .slide-7 {
    background-image: url('../images/IMG_813.webp');
    background-position: 50%;
    background-size: cover;
    border-radius: 12px;
  }

  .slide-8 {
    background-image: url('../images/IMG_841.webp');
    background-position: 50% 75%;
    background-size: cover;
    border-radius: 12px;
  }

  .slide-9 {
    background-image: url('../images/IMG_823.webp');
    background-position: 50%;
    background-size: cover;
    border-radius: 12px;
  }

  .slide-1 {
    background-image: url('../images/IMG_827.webp');
    background-position: 100%;
    background-size: cover;
    border-radius: 12px;
  }

  .slide-1-2 {
    background-image: url('../images/IMG_883.webp');
    background-position: 100%;
    background-size: cover;
    border-radius: 12px;
  }

  .slide-1-3 {
    background-image: url('../images/IMG_871.webp');
    background-position: 50%;
    background-size: cover;
    border-radius: 12px;
  }

  .slide-1-4 {
    background-image: url('../images/IMG_872.webp');
    background-position: 50%;
    background-size: cover;
    border-radius: 12px;
  }

  .slide-1-5 {
    background-image: url('../images/IMG_875.webp');
    background-position: 50%;
    background-size: cover;
    border-radius: 12px;
  }

  .slide-1-6 {
    background-image: url('../images/IMG_795.webp');
    background-position: 50% 100%;
    background-size: cover;
    border-radius: 12px;
  }

  .slide-1-7 {
    background-image: url('../images/IMG_860.webp');
    background-position: 50%;
    background-size: cover;
    border-radius: 12px;
  }

  .container-25 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-19 {
    box-sizing: border-box;
    aspect-ratio: auto;
    word-break: break-all;
    object-fit: fill;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    min-width: 0;
    font-size: 52px;
    display: block;
  }

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

  .paragraph-14 {
    padding-right: 0;
  }

  .list-5 {
    padding-top: 20px;
  }

  .flex-block-34 {
    width: 100%;
  }

  .container-26 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-20 {
    word-break: break-all;
    font-size: 52px;
  }

  .flex-block-36 {
    grid-template-columns: 1fr 1fr;
  }

  .section-9 {
    width: 100%;
  }

  .button-2 {
    padding: .9rem;
  }

  .button-text {
    font-size: 1.5rem;
  }

  .icon-wrapper {
    width: 2rem;
    height: 2rem;
  }

  .text-block-19 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-size: 18px;
    display: flex;
  }

  .div-block-59 {
    padding-top: 0;
  }

  .link-5 {
    word-break: break-all;
  }

  .section-19 {
    flex-flow: column;
    padding-top: 20px;
    display: flex;
  }

  .link-6 {
    word-break: break-all;
  }

  .div-block-60 {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .text-block-21 {
    font-family: Montserrat, sans-serif;
  }

  .link-block-20 {
    width: 100%;
  }
}

#w-node-dc6cd23e-e20b-2e54-e076-fbbfe75fb22c-c6b77f95 {
  grid-template-rows: minmax(auto, .5fr) auto;
  grid-template-columns: 1fr;
}

#w-node-bfd8bc04-25a3-f98c-c06c-85e408ddfb1c-c6b77f95 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_07837ed5-8bec-e60a-c595-9efeaf08c39a-c6b77f95 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_7083b21c-9b23-d043-c613-51ab874a6d0e-c6b77f95 {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(1px, 21px);
}

#w-node-ca468c30-f9a3-c6e7-619c-95e5688e8f82-c6b77f95 {
  grid-template-rows: 100%;
  grid-template-columns: 1fr 1fr;
}

#w-node-_270a16df-7c2c-7da1-fed1-fa8e83fb8cc4-c6b77f95 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-dc6cd23e-e20b-2e54-e076-fbbfe75fb22c-c6b77f95 {
    grid-template-rows: auto minmax(374px, 1fr);
    grid-template-columns: 1fr;
  }

  #w-node-dc6cd23e-e20b-2e54-e076-fbbfe75fb22d-c6b77f95 {
    grid-row: span 1 / span 1;
  }

  #w-node-bfd8bc04-25a3-f98c-c06c-85e408ddfb1c-c6b77f95, #w-node-ca468c30-f9a3-c6e7-619c-95e5688e8f82-c6b77f95 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ca468c30-f9a3-c6e7-619c-95e5688e8f83-c6b77f95 {
    order: 0;
    grid-row: span 1 / span 1;
  }

  #w-node-_270a16df-7c2c-7da1-fed1-fa8e83fb8cc4-c6b77f95 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4f7fa870-3c7d-b12d-0ca8-ad43a46975bf-1b93a930 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


