:root {
  --dark-slate-blue: #2e4159;
  --steel-blue: #4a6f97;
  --navajo-white: #f2cea2;
}

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

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

.section {
  background-image: linear-gradient(#00000059, #00000059), url('../images/DFD33B26-667F-4098-9EFE-B2C57F83BCE3.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 40px;
  display: flex;
}

.section.lwkjfowehf {
  background-image: linear-gradient(#0006, #0006), url('../images/Forest-image.jpeg');
  background-position: 0 0, 50%;
  height: 500px;
}

.section.kwjefkjwepfeipwj {
  background-image: linear-gradient(#0006, #0006), url('../images/6AEC9915-2826-4083-AD61-C6DB50565E61.jpg');
  background-position: 0 0, 50%;
  height: 500px;
}

.section.kjwnefjiewhfiu {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/FF2B69FC-A579-476D-946C-0740161BAF73.jpg');
  background-position: 0 0, 50%;
  height: 500px;
}

.section.lwknefkoewofi {
  background-image: linear-gradient(#0006, #0006), url('../images/4E4AB2C8-26BD-4A16-BB1F-1798E5D34DCC.jpg');
  background-position: 0 0, 50%;
  height: 500px;
}

.section-2 {
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #9aa8bb;
  height: auto;
  margin-top: 0;
  position: sticky;
  top: 0;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90vw;
  max-width: 1120px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1120px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3 {
  align-items: center;
  width: 200px;
  height: 100%;
  display: flex;
}

.link-block {
  background-image: url('../images/logo.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  height: 70%;
}

.link-block.w--current {
  background-image: url('../images/forrest-logo.png');
  background-position: 50% 100%;
  background-size: contain;
  width: 150px;
  height: 60px;
}

.link-block-2 {
  color: #f2a341;
  background-color: #2e4159;
  border-radius: 10px;
  padding: 9px 15px;
  text-decoration: none;
}

.div-block-4 {
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  height: 100%;
  display: flex;
}

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

.link {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 7px 0;
  font-family: Josefin Sans, sans-serif;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
}

.link:hover {
  border-bottom: 1px solid var(--dark-slate-blue);
}

.link-2 {
  background-color: var(--steel-blue);
  color: #fff;
  border-radius: 10px;
  padding: 14px 20px 12px;
  font-family: Josefin Sans, sans-serif;
  text-decoration: none;
}

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

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Cabin, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 88px;
}

.text-block {
  color: #fff;
  text-align: center;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-family: Josefin Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.button {
  color: var(--steel-blue);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: auto;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 15px;
  font-family: Josefin Sans, sans-serif;
  display: flex;
}

.button:hover {
  background-color: var(--steel-blue);
  color: #fff;
}

.footer-subscribe {
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/SwigglysBG.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: var(--dark-slate-blue);
  border-radius: 3px;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  color: #fff;
  text-transform: uppercase;
  font-family: Josefin Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  border-radius: 3px;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
  font-family: Josefin Sans, sans-serif;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

.button-primary.footer-form-button {
  background-color: var(--dark-slate-blue);
  border-radius: 3px;
  padding: 8px 18px;
  font-family: Josefin Sans, sans-serif;
  font-weight: 300;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Josefin Sans, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
  font-size: 12px;
  font-weight: 400;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.footer-legal-link:hover {
  color: #3a4554;
}

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

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-7 {
  width: 200px;
  height: 200px;
}

.div-block-8 {
  background-image: url('../images/Subtract.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  transform: rotate(180deg);
}

.section-4 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.div-block-9 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 90vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-10 {
  background-color: var(--dark-slate-blue);
  border-radius: 5px;
  width: 400px;
  height: 525px;
  margin-top: 60px;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 700px;
  display: flex;
}

.heading-2 {
  color: var(--dark-slate-blue);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-12 {
  background-color: var(--navajo-white);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
}

.div-block-13 {
  background-image: url('../images/293845989_456314869674694_7969795824216478943_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-bottom: 33px;
  margin-left: 20px;
  padding-left: 9px;
}

.div-block-14 {
  border: 1px solid var(--dark-slate-blue);
  border-radius: 5px;
  width: 400px;
  height: 525px;
  margin-top: -39px;
  margin-left: 34px;
}

.div-block-15 {
  background-image: url('../images/293845989_456314869674694_7969795824216478943_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 400px;
  height: 525px;
  margin-top: 14px;
  margin-left: -25px;
}

.div-block-16 {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-17 {
  background-image: url('../images/EDAB3905-4D9D-4115-9A67-8BC0C6D8B0FF.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 500px;
  height: 500px;
  box-shadow: 2px 2px 6px #0003;
}

.div-block-17.lwenflkwejn {
  background-image: url('../images/8FD7AF24-D222-4624-93FA-772B1DD7FB92-2.jpg');
}

.div-block-18 {
  width: 500px;
  margin-left: 40px;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  text-decoration: none;
}

.heading-3 {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
  display: block;
}

.text-block-2 {
  color: var(--dark-slate-blue);
  width: 400px;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.button-2 {
  background-color: var(--steel-blue);
  border-radius: 10px;
  padding-top: 12px;
  font-family: Josefin Sans, sans-serif;
}

.button-2:hover {
  background-color: #2f567f;
}

.section-5 {
  background-image: linear-gradient(#fff, #fff0 20%), linear-gradient(#0000 80%, #fff), linear-gradient(#fffffff7, #fffffff7), url('../images/BGMtn.png');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.div-block-19 {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1120px;
  margin: 40px auto;
  display: flex;
}

.div-block-19.wenflkewnf {
  display: none;
}

.div-block-20 {
  background-image: url('../images/5T6A9128.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 500px;
  height: 500px;
  box-shadow: 2px 2px 6px #0003;
}

.div-block-21 {
  width: 500px;
  margin-left: auto;
  margin-right: 40px;
  padding-right: 40px;
}

.html-embed {
  padding-bottom: 20px;
  display: none;
}

.heading-4 {
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 3px;
  padding-right: 3px;
  font-family: Josefin Sans, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
}

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

.div-block-22 {
  height: 40vh;
}

.div-block-23 {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: auto auto -25px;
  display: flex;
  box-shadow: 0 1px 3px #0000000d;
}

.div-block-23.wlnfkowe {
  margin-top: 60px;
}

.div-block-24 {
  background-image: url('../images/icons8-down-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
}

.link-block-3, .div-block-26 {
  display: none;
}

.div-block-28 {
  background-image: linear-gradient(#0003, #0003), url('../images/4E4AB2C8-26BD-4A16-BB1F-1798E5D34DCC.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 55vh;
  padding-top: 15vh;
  display: flex;
}

.div-block-28.jwnefiuwehfi {
  background-image: linear-gradient(#0003, #0003), url('../images/DFD33B26-667F-4098-9EFE-B2C57F83BCE3.jpg');
  background-position: 0 0, 50% 0;
}

.div-block-28.kwefkoj {
  background-image: linear-gradient(#0003, #0003), url('../images/495134DF-5FFB-4D0B-91AC-E222D99A7C3A.jpg');
  background-position: 0 0, 50%;
}

.heading-5 {
  color: var(--dark-slate-blue);
  text-align: center;
  width: 800px;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Permanent Marker, sans-serif;
  font-size: 125px;
  font-weight: 400;
  line-height: 150px;
}

.heading-5.wjkefnoew {
  color: #983c2d;
  margin-bottom: -5px;
  margin-left: -5px;
}

.heading-5._w-efkkwejfjk {
  color: #f1a341;
  margin-bottom: -5px;
  margin-left: -5px;
}

.div-block-29 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-30 {
  background-image: url('../images/IMG_8570-min.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 500px;
  height: 600px;
  box-shadow: 1px 1px 5px #0003;
}

.heading-6 {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  font-family: Josefin Sans, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 44px;
}

.div-block-31 {
  width: 500px;
  margin-left: 40px;
  margin-right: auto;
}

.text-block-3 {
  color: var(--dark-slate-blue);
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button-4 {
  background-color: var(--dark-slate-blue);
  border-radius: 10px;
  padding: 15px 25px 12px;
  font-family: Josefin Sans, sans-serif;
}

.section-6 {
  padding-bottom: 0;
}

.div-block-32 {
  background-color: var(--dark-slate-blue);
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-33 {
  background-image: url('../images/ArtDecoSmall.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 600px;
}

.div-block-34 {
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
}

.heading-7 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 40px auto 60px;
  padding-left: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 70px;
}

.div-block-35 {
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.div-block-36 {
  background-image: url('../images/icons8-shark-96.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70px;
  border: 2px solid #fff;
  border-radius: 200px;
  width: 150px;
  height: 150px;
}

.div-block-36.powjefop {
  background-image: url('../images/icons8-business-group-64.png');
  background-size: 55px;
}

.div-block-36.oiwefiow {
  background-image: url('../images/icons8-sunset-98.png');
  background-size: 55px;
}

.link-block-4 {
  color: var(--dark-slate-blue);
  flex-direction: column;
  align-items: center;
  margin-right: 0;
  font-family: Josefin Sans, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.link-block-4:hover {
  font-weight: 600;
}

.heading-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Josefin Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.div-block-37 {
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 35px;
  font-family: Josefin Sans, sans-serif;
  font-size: 12px;
  display: flex;
}

.text-block-4 {
  color: var(--dark-slate-blue);
  padding-top: 3px;
}

.section-7 {
  background-image: linear-gradient(#fffffff7, #fffffff7), url('../images/WavyBG2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 140px;
}

.div-block-38 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-8 {
  background-color: #2e415905;
  padding-top: 60px;
  padding-bottom: 140px;
}

.div-block-39 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-40 {
  width: 600px;
  height: auto;
}

.div-block-40.kjwhef {
  background-image: url('../images/5T6A3873.JPG');
  background-position: 50% 100%;
  width: 600px;
  height: 700px;
}

.div-block-40.lkweflkewj {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90vw;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-41 {
  width: 90vw;
  max-width: 1400px;
  margin: 60px auto 140px;
}

.heading-9 {
  border-bottom: 1px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  display: inline-block;
}

.text-block-5 {
  width: 500px;
  font-family: Josefin Sans, sans-serif;
}

.text-block-6 {
  color: var(--dark-slate-blue);
  width: 500px;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.image {
  width: 100%;
  height: 100%;
  display: block;
}

.lightbox-link {
  background-image: url('../images/EDAB3905-4D9D-4115-9A67-8BC0C6D8B0FF.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 100%;
  height: 500px;
  box-shadow: 0 3px 6px #0003;
}

.lightbox-link:hover {
  box-shadow: 0 6px 12px #0003;
}

.lightbox-link.owjefiowj {
  background-image: url('../images/couple.jpeg');
}

.lightbox-link.owiehfoiweh {
  background-image: url('../images/5T6A9140.jpg');
  background-position: 50% 80%;
}

.lightbox-link.lkermgklern {
  background-image: url('../images/5T6A3873.JPG');
  background-position: 50%;
}

.div-block-42 {
  width: 97vw;
}

.div-block-43 {
  width: 97px;
}

.div-block-44, .div-block-45 {
  max-width: 1200px;
}

.div-block-46, .div-block-47 {
  margin-left: auto;
}

.div-block-48 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 97vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-9 {
  background-color: #2e415914;
  padding-top: 100px;
  padding-bottom: 140px;
}

.div-block-49 {
  background-color: #fff;
  background-image: url('../images/tempImagecDyMDe.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 3px;
  width: 600px;
  height: 700px;
}

.field-label {
  color: var(--dark-slate-blue);
  margin-top: 20px;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.div-block-50 {
  background-color: #fff;
  border-radius: 3px;
  width: 400px;
  height: 500px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 2px 2px 5px #0003;
}

.text-field, .text-field-2 {
  border-radius: 2px;
}

.submit-button {
  background-color: var(--dark-slate-blue);
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 40px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Josefin Sans, sans-serif;
  font-weight: 300;
}

.textarea {
  border-radius: 2px;
  padding-bottom: 60px;
}

.div-block-51 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 140px;
  display: flex;
}

.heading-10 {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  width: 500px;
  margin-bottom: -40px;
  font-family: Josefin Sans, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
}

.div-block-173 {
  width: 95vw;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.heading-71 {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Josefin Sans, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.link-block-36 {
  background-color: #fff;
  border-bottom: 1px #000;
  border-radius: 2px;
  height: 55px;
  margin-bottom: 10px;
  padding: 10px 40px 10px 20px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.heading-72 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
}

.paragraph-8 {
  color: var(--dark-slate-blue);
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.div-block-174 {
  width: 90vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

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

.text-block-7.kjwbefi {
  color: #979797;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  display: block;
}

.div-block-175 {
  height: 55vh;
}

.heading-73 {
  color: #fff;
  width: 300px;
  font-family: Cabin, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 88px;
}

.div-block-176 {
  width: 1120px;
}

.div-block-177 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}

.div-block-177.owefowheofi {
  margin-bottom: 40px;
}

.div-block-177.owefowheofi.lkjwneflekwjn {
  width: 90vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.heading-74 {
  color: #333;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
}

.heading-74.lwkfneew, .heading-74.kwjfouew {
  color: #fff;
}

.text-block-8 {
  color: #333;
  width: 300px;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.text-block-8.lwknfkwe, .text-block-8.weknfpeknw {
  color: #fff;
}

.div-block-178 {
  width: 97vw;
  max-width: 1120px;
  height: 100px;
}

.link-block-37 {
  background-image: url('../images/LogoWHite.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 75px;
  height: 75px;
}

.div-block-179 {
  justify-content: space-between;
  align-items: center;
  height: 100px;
  display: flex;
}

.div-block-180 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-block-9 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.text-block-10 {
  color: #fff;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.div-block-181 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
}

.button-5 {
  background-color: #0000;
  border-bottom: 2px solid #fff;
  border-left: 2px #fff;
  padding: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.div-block-182 {
  background-color: var(--dark-slate-blue);
  width: 315px;
  height: 1px;
}

.div-block-182.lwkefpokew {
  width: 110px;
}

.div-block-182.kwjnefoiuwehf {
  color: #fff;
  background-color: #fff;
  width: 310px;
}

.div-block-182.owijfoiwehfo {
  width: 230px;
}

.div-block-182.lwjeknfoew {
  background-color: #fff;
  width: 220px;
}

.link-block-38 {
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 30px;
  padding: 8px 3px 0;
  text-decoration: none;
  display: flex;
}

.link-block-38.wjefjoewhfo {
  border-bottom-width: 1px;
  border-bottom-color: var(--dark-slate-blue);
  width: 180px;
  padding-bottom: 2px;
}

.div-block-183 {
  background-image: url('../images/icons8-right-100-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  margin-top: -3px;
  margin-left: 5px;
  display: none;
}

.div-block-183.iwuhefuwehfiu {
  background-image: url('../images/icons8-right-100-3.png');
}

.text-block-11 {
  color: #fff;
  text-transform: uppercase;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.text-block-11.lwekfpkewjfi {
  color: var(--dark-slate-blue);
}

.div-block-184 {
  width: 97vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-185 {
  background-color: var(--dark-slate-blue);
  width: 280px;
  height: 1px;
}

.text-block-12 {
  color: var(--dark-slate-blue);
  width: 350px;
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-186 {
  background-color: var(--dark-slate-blue);
  width: 420px;
  height: 1px;
}

.div-block-186.lwmfwjeipfwef {
  width: 320px;
}

.div-block-186.lkwjfeewjf {
  background-color: #0000;
  width: 425px;
}

.link-block-39 {
  border-bottom: 1px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 35px;
  margin-bottom: 10px;
  padding-top: 2px;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.link-block-39:hover {
  border-bottom-color: var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: #fff;
  border-radius: 3px;
}

.link-block-39.wokefopewf {
  width: 200px;
}

.link-block-39.wjfepowiejfiopjwe {
  width: 180px;
}

.text-block-13 {
  text-transform: uppercase;
}

.div-block-187 {
  background-color: var(--dark-slate-blue);
  width: 300px;
  height: 1px;
  margin-bottom: 40px;
}

.div-block-190 {
  background-image: url('../images/icons8-right-100-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-left: 5px;
}

.text-block-15 {
  color: #fff;
  text-transform: uppercase;
  padding-top: 3px;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.link-block-41 {
  background-color: var(--dark-slate-blue);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 185px;
  height: 45px;
  text-decoration: none;
  display: flex;
}

.events-calendar-paddle-boarding-schedule {
  background-color: #8080801a;
  background-image: url('../images/');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 700px;
}

.div-block-191 {
  width: 100%;
  display: none;
}

.div-block-192, .div-block-193, .div-block-194 {
  width: 100%;
}

.div-block-195 {
  background-color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-196 {
  padding-left: 60px;
}

.image-2, .image-3 {
  width: 50px;
}

.contactbanner {
  border-bottom: 1px solid var(--steel-blue);
  justify-content: flex-end;
  align-items: center;
  width: 90vw;
  max-width: 1120px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-198 {
  background-image: url('../images/icons8-phone-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.link-4 {
  color: var(--dark-slate-blue);
  font-family: Josefin Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.link-4:hover {
  text-decoration: underline;
}

.div-block-199 {
  background-image: url('../images/icons8-mail-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  margin-right: 10px;
}

.div-block-200 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 400px;
  height: 500px;
}

.div-block-201 {
  width: 80vw;
  max-width: 1400px;
}

.grid {
  grid-template: "Area Area Area-2 Area-2 Area-2"
                 "Area-3 Area-3 Area-3 Area-4 Area-4"
                 "Area-5 Area-5 Area-6 Area-6 Area-7"
                 "Area-8 Area-8 Area-8 Area-9 Area-10"
                 "Area-11 Area-12 Area-12 Area-13 Area-13"
                 / 1fr 1fr 1fr 1fr 1fr;
}

.div-block-202, .div-block-203 {
  width: 100%;
  height: 400px;
}

.grid-2 {
  grid-template: "Area Area Area Area Area-2 Area-2 Area-2 Area-2 ."
                 "Area-4 Area-4 Area-4 Area-3 Area-3 Area-3 Area-3 Area-3 ."
                 "Area-5 Area-5 Area-5 Area-5 Area-7 Area-7 Area-7 Area-7 ."
                 "Area-8 Area-8 Area-8 Area-8 . Area-9 Area-9 Area-9 Area-9"
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 90vw;
  max-width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-204 {
  background-image: url('../images/5T6A7238.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.div-block-205 {
  background-image: url('../images/2E7CB1DB-4DF8-4F00-80F9-A730E42BE5D5.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.div-block-206 {
  background-image: url('../images/4E4AB2C8-26BD-4A16-BB1F-1798E5D34DCC_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.div-block-207 {
  background-image: url('../images/5T6A9234.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-208 {
  background-image: url('../images/EC6B530E-A507-498F-A778-D291776BE6B1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.div-block-209 {
  width: 100%;
  height: 400px;
}

.div-block-210 {
  background-image: url('../images/D2F43F16-FA00-497A-A204-141506ED115A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.div-block-211 {
  background-image: url('../images/6AEC9915-2826-4083-AD61-C6DB50565E61_1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.div-block-212 {
  background-image: url('../images/Tezza-6137.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-11 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.grid-3 {
  grid-template: "Area Area-2 Area-2"
                 "Area-3 Area-3 Area-4"
                 "Area-5 Area-5 Area-5"
                 "Area-6 Area-7 Area-8"
                 / 1fr 1fr 1fr;
  width: 90vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-213 {
  background-image: url('../images/5T6A7238.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 500px;
}

.div-block-214 {
  background-image: url('../images/D2F43F16-FA00-497A-A204-141506ED115A.jpg');
  background-position: 50% 75%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 500px;
}

.div-block-215 {
  background-image: url('../images/5T6A9234.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 500px;
}

.div-block-216 {
  background-image: url('../images/2E7CB1DB-4DF8-4F00-80F9-A730E42BE5D5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 500px;
}

.div-block-217 {
  background-image: url('../images/6AEC9915-2826-4083-AD61-C6DB50565E61_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 500px;
}

.div-block-218 {
  background-image: url('../images/4E4AB2C8-26BD-4A16-BB1F-1798E5D34DCC_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 500px;
}

.div-block-219 {
  background-image: url('../images/EC6B530E-A507-498F-A778-D291776BE6B1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 500px;
}

.div-block-220 {
  background-image: url('../images/Tezza-6137.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 500px;
}

.text-block-16 {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  font-family: Josefin Sans, sans-serif;
  font-weight: 300;
}

.dropdown-link {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  width: 275px;
  font-family: Josefin Sans, sans-serif;
  font-weight: 300;
}

.dropdown-link:hover {
  font-weight: 400;
}

.dropdown-link.w--current {
  color: var(--dark-slate-blue);
}

.dropdown-list {
  background-color: #daa1a1;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 2px 2px 6px 3px #0003;
}

.dropdown-link-2 {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  font-family: Josefin Sans, sans-serif;
  font-weight: 300;
}

.dropdown-link-2:hover {
  font-weight: 400;
}

.dropdown-link-3 {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  font-family: Josefin Sans, sans-serif;
  font-weight: 300;
}

.dropdown-link-3:hover {
  font-weight: 500;
}

.div-block-221 {
  justify-content: space-between;
  width: 90vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-222 {
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 470px;
  margin-right: 10px;
  display: flex;
  overflow: hidden;
}

.div-block-222.wlknfoew {
  background-image: url('../images/5T6A9105.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-222.lwknfoew {
  background-image: url('../images/FF2B69FC-A579-476D-946C-0740161BAF73.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-222.wlknfekew {
  background-image: url('../images/Forest-image.jpeg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-222.wlknfekew.kwjfbwe {
  background-image: url('../images/91F6E4FA-3B01-4EC7-AB0F-ED5CCB7E611B.jpg');
}

.div-block-222.wlknfekew.wlkenfew {
  background-image: none;
}

.div-block-223 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 225px;
  display: flex;
  overflow: hidden;
}

.div-block-224 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 225px;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}

.div-block-225 {
  width: 40%;
}

.image-4 {
  aspect-ratio: auto;
  object-fit: contain;
  max-width: none;
}

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

.div-block-226 {
  background-color: var(--dark-slate-blue);
  background-image: url('../images/BG2.png');
  background-position: 0 0;
  background-size: auto;
  width: 100vw;
  height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.div-block-227 {
  background-image: url('../images/BG.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.div-block-228 {
  opacity: 1;
  width: 90vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.heading-75 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.div-block-229 {
  width: 90vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.image-6 {
  width: 45px;
}

.heading-76 {
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}

.heading-77 {
  color: #fff;
  margin-top: 15px;
  font-family: Josefin Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-230 {
  width: 200px;
}

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

.div-block-232 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 90vw;
  max-width: 1400px;
  margin: 0 auto 20px;
  padding-top: 40px;
  display: flex;
}

.div-block-233 {
  background-color: #fff;
  background-image: url('../images/Screenshot-2025-05-10-at-2.59.24-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
  border-radius: 20px;
  width: 400px;
  height: 200px;
  box-shadow: 2px 2px 6px 3px #0003;
}

.paragraph-9 {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
  padding-right: 40px;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.div-block-234 {
  width: 40%;
}

.div-block-235 {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -200px;
  display: flex;
  position: sticky;
  top: 100px;
}

.text-block-17 {
  border-bottom: 1px solid var(--dark-slate-blue);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Josefin Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.div-block-236 {
  border: 1px solid #2e4159;
  border-radius: 20px;
  width: 225px;
  height: 300px;
  padding: 20px;
}

.image-7 {
  background-image: url('../images/icons8-surfboard-96.png');
  background-position: 50%;
  background-size: cover;
}

.image-8 {
  width: 75px;
}

.heading-78 {
  color: #2e4159;
  font-family: Josefin Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-18 {
  color: var(--dark-slate-blue);
}

.image-9 {
  flex: 1;
  height: auto;
}

.div-block-237 {
  width: 100%;
  display: flex;
}

.text-block-19 {
  color: var(--dark-slate-blue);
  margin-right: 10px;
  font-family: Josefin Sans, sans-serif;
  font-size: 18px;
}

.link-5 {
  color: var(--dark-slate-blue);
  font-family: Josefin Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.link-5:hover {
  text-decoration: underline;
}

.div-block-238 {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-239 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.section-12 {
  background-image: url('../images/BG.png');
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 140px;
}

.link-block-42 {
  background-image: url('../images/forrest-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 70px;
}

.link-block-42.w--current {
  background-image: none;
}

.map {
  width: 100%;
  height: 100%;
}

.image-10, .image-11, .image-12, .image-13 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 400px;
}

.image-14 {
  border-radius: 10px;
  width: 100%;
  height: 400px;
  margin-top: 20px;
}

.image-15 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 400px;
}

.image-16 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 400px;
  position: static;
}

.image-17 {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.image-18, .image-19 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 400px;
}

.image-20 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 820px;
}

.div-block-240 {
  background-image: url('../images/tempImagecDyMDe.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  height: 175px;
  display: none;
}

.code-embed {
  display: none;
}

.div-block-241 {
  z-index: 999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #ffffff80;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-242 {
  width: 350px;
  height: 100vh;
}

.div-block-243, .div-block-244 {
  flex: 1;
}

.button-6 {
  display: none;
}

.div-block-246 {
  width: 90vw;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 140px;
}

.heading-79 {
  text-align: center;
  max-width: 500px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Cabin, sans-serif;
  font-size: 28px;
}

.code-embed-3 {
  display: none;
}

.code-embed-4 {
  width: 90vw;
  max-width: 1120px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-247 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  padding-top: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-248 {
  width: 350px;
  height: 700px;
  padding: 12px 15px 25px;
  overflow: scroll;
}

.div-block-249 {
  width: 350px;
  padding-left: 5px;
}

.div-block-250 {
  background-image: url('../images/Screenshot-2025-05-10-at-2.59.24-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100px;
}

.div-block-251 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.heading-80 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
}

.heading-81 {
  color: #434343;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.heading-82 {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-252 {
  background-color: #d3d3d3;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

.div-block-253 {
  flex: none;
  width: 25px;
}

.paragraph-10 {
  margin-top: 25px;
}

.code-embed-5 {
  width: auto;
}

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

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

.image-23, .image-24 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-24.lwmf-lewmf {
  object-position: 0% 70%;
}

.section-13 {
  z-index: 9999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0003;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-254 {
  background-color: #fff;
  width: 750px;
  height: 450px;
  display: flex;
}

.div-block-255 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 300px;
  display: flex;
}

.div-block-256 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.image-25 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.heading-83 {
  text-align: center;
  margin-top: 0;
  font-family: Josefin Sans, sans-serif;
  font-weight: 400;
}

.paragraph-11 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
}

.button-7 {
  background-color: var(--dark-slate-blue);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.link-block-44 {
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-top: -35px;
  margin-left: auto;
  display: flex;
}

.img {
  width: 35px;
}

@media screen and (max-width: 991px) {
  .section {
    margin-top: 0;
  }

  .div-block-2 {
    width: 95vw;
    max-width: 1120px;
  }

  .div-block-3 {
    width: 125px;
  }

  .link-block {
    width: 60%;
  }

  .div-block-4 {
    width: 200px;
    display: none;
  }

  .div-block-5 {
    display: none;
  }

  .link {
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12px;
  }

  .link-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .div-block-6 {
    width: 90vw;
    max-width: 1120px;
  }

  .section-4 {
    background-image: linear-gradient(#fffc, #fffc), url('../images/Paddel2.png'), url('../images/Paddle.png');
    background-position: 0 0, 100%, 0%;
  }

  .div-block-9 {
    width: 95vw;
  }

  .div-block-10 {
    width: 300px;
    height: 400px;
    margin-top: 140px;
  }

  .div-block-14, .div-block-15 {
    width: 300px;
    height: 400px;
  }

  .div-block-17 {
    width: 350px;
    height: 400px;
  }

  .div-block-18 {
    width: 350px;
    padding-left: 0;
  }

  .text-block-2 {
    width: auto;
  }

  .div-block-20 {
    background-position: 50% 0;
    width: 350px;
    height: 400px;
  }

  .div-block-21 {
    width: 350px;
    padding-right: 20px;
  }

  .link-block-3 {
    background-color: var(--dark-slate-blue);
    width: 48px;
    height: 48px;
    display: block;
  }

  .div-block-25 {
    background-image: url('../images/icons8-menu-100.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30px;
    width: 48px;
    height: 48px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-26 {
    padding: 50px;
    display: none;
  }

  .link-3 {
    color: var(--dark-slate-blue);
    margin-top: 20px;
    font-family: Josefin Sans, sans-serif;
    font-size: 22px;
    line-height: 35px;
    text-decoration: none;
    display: block;
  }

  .link-3.w--current {
    color: var(--dark-slate-blue);
    width: 100%;
    margin-top: 5px;
    font-family: Josefin Sans, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
    display: block;
  }

  .link-3.wjbefjew.w--current {
    margin-top: 20px;
  }

  .div-block-27 {
    background-image: url('../images/icons8-close-100.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 35px;
    width: 48px;
    height: 48px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
  }

  .heading-5 {
    width: 500px;
    font-size: 75px;
    line-height: 85px;
  }

  .div-block-29 {
    width: 97vw;
  }

  .div-block-30 {
    width: 350px;
    height: 400px;
  }

  .heading-6 {
    font-size: 22px;
  }

  .div-block-31 {
    width: 350px;
    padding-right: 20px;
  }

  .text-block-3 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .div-block-32 {
    flex-direction: column;
  }

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

  .div-block-34 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .heading-7 {
    text-align: center;
    font-weight: 400;
  }

  .div-block-35 {
    justify-content: space-between;
    max-width: 500px;
  }

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

  .div-block-40 {
    width: 350px;
    height: auto;
  }

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

  .text-block-6 {
    width: 300px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-49 {
    width: 300px;
    height: 400px;
  }

  .heading-10 {
    margin-bottom: 40px;
  }

  .div-block-188 {
    background-color: var(--dark-slate-blue);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-234 {
    width: 70%;
  }

  .div-block-235 {
    margin-top: -100px;
    padding-top: 100px;
  }

  .text-block-17 {
    color: var(--dark-slate-blue);
  }

  .image-10, .image-11, .image-12, .image-13, .image-14, .image-15, .image-16, .image-18, .image-19 {
    height: 300px;
  }

  .image-20 {
    height: 620px;
  }

  .code-embed {
    display: block;
  }

  .code-embed-2, .div-block-241 {
    display: none;
  }

  .div-block-242 {
    justify-content: center;
    align-items: flex-start;
    width: 400px;
    padding-top: 20px;
    display: flex;
  }

  .div-block-243 {
    height: 100vh;
  }

  .link-block-43 {
    flex: 1;
    height: 100vh;
  }

  .button-6 {
    background-color: var(--dark-slate-blue);
    text-transform: uppercase;
    border-radius: 1000px;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 60px;
    font-family: Josefin Sans, sans-serif;
    font-size: 16px;
    font-weight: 300;
    display: flex;
  }

  .div-block-245 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-left: 30px;
    display: flex;
  }

  .text-block-20 {
    color: var(--dark-slate-blue);
    margin-top: 20px;
    font-family: Josefin Sans, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
  }

  .div-block-247 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-191 {
    display: flex;
  }

  .code-embed-4 {
    width: 335px;
    max-width: none;
  }

  .div-block-247 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-image: linear-gradient(#0006, #0006), url('../images/DFD33B26-667F-4098-9EFE-B2C57F83BCE3.jpg');
    background-position: 0 0, 50% 0;
    width: 100vw;
    height: auto;
  }

  .section.kwjefkjwepfeipwj {
    background-image: linear-gradient(#00000080, #00000080), url('../images/6AEC9915-2826-4083-AD61-C6DB50565E61.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.kjwnefjiewhfiu {
    background-image: linear-gradient(#0006, #0006), url('../images/FF2B69FC-A579-476D-946C-0740161BAF73.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.lwknefkoewofi {
    background-image: linear-gradient(#00000080, #00000080), url('../images/4E4AB2C8-26BD-4A16-BB1F-1798E5D34DCC.jpg');
    background-position: 0 0, 40%;
  }

  .div-block {
    width: 100vw;
    padding-top: 0;
  }

  .div-block-2 {
    z-index: 99;
    background-color: #fff;
    width: 90vw;
    display: flex;
  }

  .div-block-3 {
    width: auto;
    height: auto;
  }

  .link-block.w--current {
    background-position: 50% 65%;
    width: 125px;
    height: 70px;
  }

  .div-block-4, .div-block-5 {
    display: none;
  }

  .heading {
    font-size: 35px;
    line-height: 40px;
  }

  .text-block {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
  }

  .button {
    margin-top: 10px;
  }

  .container {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-title {
    line-height: 40px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-social-link-three {
    margin-bottom: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-4 {
    background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/Paddel2.png'), url('../images/Paddle.png');
    background-position: 0 0, 100% 5%, 0 100%;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .div-block-9 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 97vw;
    padding-top: 20px;
  }

  .div-block-10 {
    width: 275px;
    height: 350px;
    margin-top: 20px;
    margin-left: -30px;
  }

  .div-block-11 {
    width: 100%;
    height: 700px;
    margin-top: 40px;
  }

  .heading-2 {
    font-size: 22px;
  }

  .div-block-14 {
    width: 275px;
    height: 350px;
    margin-top: -30px;
    margin-left: 20px;
  }

  .div-block-15 {
    width: 275px;
    height: 350px;
    margin-top: 15px;
    margin-left: -10px;
  }

  .div-block-16 {
    flex-direction: column;
    width: 90vw;
  }

  .div-block-17 {
    width: 100%;
    height: 350px;
  }

  .div-block-18 {
    width: 100%;
    margin-left: 0;
    padding-right: 20px;
  }

  .heading-3 {
    line-height: 30px;
  }

  .text-block-2 {
    margin-bottom: 20px;
  }

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

  .div-block-19 {
    flex-direction: column-reverse;
    width: 90vw;
  }

  .div-block-20 {
    width: 100%;
    height: 350px;
  }

  .div-block-21 {
    width: 100%;
    padding-left: 0;
  }

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

  .link-block-3 {
    background-color: var(--dark-slate-blue);
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-25 {
    background-image: url('../images/icons8-menu-100.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-26 {
    z-index: 999;
    background-color: var(--dark-slate-blue);
    flex-direction: column;
    align-items: flex-start;
    height: 100vh;
    padding: 10px 0 0;
    display: none;
    position: fixed;
    inset: 60px 0% 0%;
  }

  .link-3 {
    color: #fff;
    text-transform: uppercase;
    width: 100vw;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 20px;
    font-family: Josefin Sans, sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    display: block;
  }

  .link-3.w--current {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 200;
  }

  .link-3.wjbefjew {
    border-bottom: 1px solid #fff;
    padding-left: 5px;
  }

  .button-3 {
    background-color: var(--navajo-white);
    color: var(--dark-slate-blue);
    border-radius: 10px;
    margin-top: 40px;
    margin-left: 20px;
    padding: 15px 25px 12px;
    font-family: Josefin Sans, sans-serif;
  }

  .div-block-27 {
    background-image: url('../images/icons8-close-100.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
  }

  .div-block-28 {
    height: 38vh;
    padding-top: 3vh;
  }

  .div-block-28.jwnefiuwehfi, .div-block-28.kwefkoj, .div-block-28.grdgfdydy {
    padding-top: 8vh;
  }

  .heading-5 {
    width: 300px;
    font-size: 55px;
  }

  .heading-5.wjkefnoew, .heading-5._w-efkkwejfjk {
    width: 300px;
    margin-bottom: -3px;
    font-size: 55px;
  }

  .div-block-29 {
    flex-direction: column;
    width: 90vw;
  }

  .div-block-30 {
    width: 90vw;
  }

  .heading-6 {
    font-size: 22px;
    line-height: 35px;
  }

  .div-block-31 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .section-6 {
    padding-bottom: 0;
  }

  .div-block-33 {
    height: 400px;
  }

  .div-block-34 {
    align-items: center;
  }

  .heading-7 {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 45px;
    font-weight: 300;
    line-height: 65px;
  }

  .div-block-35 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .link-block-4 {
    margin-bottom: 60px;
    margin-right: 0;
  }

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

  .div-block-38 {
    flex-direction: column-reverse;
  }

  .section-8 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .div-block-40 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .div-block-41 {
    width: 90vw;
    margin-bottom: 100px;
  }

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

  .text-block-6 {
    width: 300px;
    margin-bottom: 20px;
    padding-right: 20px;
  }

  .lightbox-link {
    height: 400px;
  }

  .div-block-48 {
    width: 90vw;
  }

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

  .div-block-49 {
    width: 90vw;
    height: 350px;
    margin-top: 40px;
  }

  .div-block-50 {
    width: 90vw;
    height: 425px;
  }

  .submit-button {
    margin-top: 10px;
  }

  .div-block-51 {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .heading-10 {
    width: 90vw;
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 22px;
    line-height: 44px;
  }

  .div-block-173 {
    width: 90vw;
  }

  .text-block-7 {
    color: #b1b1b1;
    margin-bottom: 5px;
  }

  .text-block-7.kjwbefi {
    margin-right: auto;
  }

  .div-block-177 {
    margin-bottom: 20px;
    padding-left: 0;
  }

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

  .text-block-8 {
    width: 275px;
  }

  .div-block-178 {
    width: 90vw;
  }

  .link-block-37 {
    width: 50px;
    height: 50px;
  }

  .div-block-179 {
    height: 100px;
  }

  .div-block-182 {
    width: 175px;
  }

  .div-block-182.kwjnefoiuwehf {
    width: 255px;
  }

  .div-block-182.owijfoiwehfo {
    width: 190px;
  }

  .div-block-184 {
    width: 90vw;
  }

  .text-block-12 {
    width: 300px;
  }

  .div-block-188 {
    background-color: #fff;
    width: 97vw;
    height: 1px;
    margin-bottom: 10px;
    margin-left: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .link-block-40 {
    background-color: #fff;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
    margin-top: 60px;
    margin-left: 20px;
    text-decoration: none;
    display: flex;
  }

  .div-block-189 {
    background-image: url('../images/icons8-right-100-2.png');
    background-position: 50%;
    background-size: cover;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 0;
  }

  .text-block-14 {
    color: var(--dark-slate-blue);
    text-transform: uppercase;
    padding-top: 3px;
    font-family: Josefin Sans, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

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

  .div-block-195 {
    height: auto;
    padding: 20px;
  }

  .div-block-196 {
    padding-left: 0;
  }

  .contactbanner {
    display: none;
  }

  .grid-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 95vw;
  }

  .div-block-213, .div-block-214, .div-block-215, .div-block-216, .div-block-217, .div-block-218, .div-block-219, .div-block-220 {
    height: 200px;
  }

  .div-block-221 {
    flex-flow: column;
  }

  .div-block-222.wlknfekew {
    flex: 0 auto;
    width: 100%;
    height: 200px;
    display: block;
  }

  .div-block-223, .div-block-224 {
    width: 49%;
    height: 150px;
    margin-top: 10px;
  }

  .div-block-225 {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .div-block-230 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 120px;
    display: flex;
  }

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

  .div-block-233 {
    width: 100%;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-235 {
    z-index: 998;
    background-color: var(--dark-slate-blue);
    background-image: url('../images/BG2.png');
    background-position: 0 0;
    background-size: auto;
    justify-content: center;
    align-items: flex-start;
    height: 135px;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .text-block-19 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-238 {
    flex-flow: column;
  }

  .div-block-239 {
    padding-left: 0;
  }

  .section-12 {
    padding-bottom: 60px;
  }

  .image-10, .image-11, .image-12, .image-13 {
    height: 200px;
  }

  .image-14 {
    object-fit: cover;
    height: 200px;
    margin-top: 10px;
  }

  .image-15 {
    object-fit: cover;
    height: 200px;
  }

  .image-16, .image-18, .image-19 {
    height: 200px;
  }

  .image-20 {
    height: 410px;
  }

  .div-block-240, .div-block-241 {
    display: none;
  }

  .div-block-242 {
    flex: none;
    width: 300px;
  }

  .button-6 {
    background-color: var(--steel-blue);
  }

  .text-block-20 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 3px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 300;
  }

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

  .code-embed-4 {
    width: 325px;
  }

  .div-block-247 {
    display: none;
  }

  .div-block-254 {
    width: 300px;
    height: auto;
  }

  .div-block-255 {
    display: none;
  }

  .link-block-44 {
    width: 35px;
    height: 35px;
    margin-top: 0;
  }

  .img {
    width: 25px;
  }
}

#w-node-e490670e-9cd0-d4c3-8eb2-a90cfac28196-94a181c4 {
  grid-area: Area-2;
}

#w-node-fd183d81-d125-9881-78fa-89cb28f6a8bf-94a181c4 {
  grid-area: Area-3;
}

#w-node-_89674831-a426-01d5-573d-12b2bfbb654a-94a181c4 {
  grid-area: Area-4;
}

#w-node-_200f8f6f-0283-5bb3-cc9f-c06296af4a9c-94a181c4 {
  grid-area: Area-5;
}

#w-node-a9c6c529-c61e-5d1a-a530-73d42651c23f-94a181c4 {
  grid-area: Area-6;
}

#w-node-afa385bf-ab4f-7e4d-505d-3be8aca31a26-94a181c4 {
  grid-area: Area-7;
}

#w-node-_26751235-90dd-ead5-7cde-a6d12d4f755a-94a181c4 {
  grid-area: Area-8;
}

#w-node-a54a5d6c-8872-447c-6faa-9123c806ee96-94a181c4 {
  grid-area: Area;
}

#w-node-_1562ac5e-fe9d-311a-5f0a-02de87d08f73-f2dc582b {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d4e4720-e82e-d989-f384-9c0c21e0d428-f2dc582b, #w-node-_838ffddc-e901-3bfe-2aeb-6fc16a74633d-f2dc582b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_650ee84b-63ea-c26c-aa3e-655e78ba1401-f2dc582b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4456fcf9-02d2-fa8e-8ecc-a2d3ba3e8f5d-f2dc582b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f88877f0-dcdf-ffce-ac1d-6620cdaa0c51-f2dc582b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3952bda1-013a-552a-4363-85fef7ae0fc8-f2dc582b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0508667d-df0e-7e04-4ccb-bc5440ed0b01-f2dc582b {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_370609de-6b54-9968-7762-bf6c98d4d6f0-f2dc582b, #w-node-_39abf895-05bf-c7db-43b2-3efbffed15f4-f2dc582b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


