@font-face {
  font-family: Robotomono;
  src: url('../fonts/RobotoMono-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Robotomono;
  src: url('../fonts/RobotoMono-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Robotomono;
  src: url('../fonts/RobotoMono-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Robotomono;
  src: url('../fonts/RobotoMono-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Robotomono;
  src: url('../fonts/RobotoMono-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Robotomono;
  src: url('../fonts/RobotoMono-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Robotomono;
  src: url('../fonts/RobotoMono-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Robotomono;
  src: url('../fonts/RobotoMono-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Robotomono;
  src: url('../fonts/RobotoMono-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Robotomono;
  src: url('../fonts/RobotoMono-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Robotomono;
  src: url('../fonts/RobotoMono-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Robotomono;
  src: url('../fonts/RobotoMono-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Robotomono;
  src: url('../fonts/RobotoMono-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Robotomono;
  src: url('../fonts/RobotoMono-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange: #f58220;
  --green: #72bf44;
}

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

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

.page-wrapper {
  background-color: #fff5e0;
}

.main-wrapper {
  background-color: #f1e4c800;
  background-image: linear-gradient(#00000069, #00000069), url('../images/bg_image_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 90vh;
  position: relative;
}

.gradient-wrapper {
  z-index: -1;
  filter: blur(160px);
  background-color: #0000;
  min-height: 90vh;
  position: absolute;
  inset: 0%;
}

.circle {
  background-color: #fe3218;
  border-radius: 50%;
  width: 50vw;
  height: 80vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.circle._1 {
  top: -25%;
  left: 1%;
}

.circle._2 {
  background-color: #ff911a;
  inset: -25% -10% auto auto;
}

.circle._4 {
  background-color: #450eff;
  inset: auto -10% -25% auto;
}

.circle._3 {
  background-color: #e100f5;
  inset: auto auto -39% -4%;
}

.hidden-section {
  height: 50vh;
  display: none;
  position: relative;
}

.container1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: auto;
  display: block;
}

.block-logo {
  justify-content: space-between;
  align-items: center;
  padding-top: 2%;
  display: flex;
  position: relative;
}

.link-block {
  max-width: 15%;
}

.image {
  max-width: 4%;
}

.block-main-img {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.block-heading {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  display: block;
  position: absolute;
  inset: auto auto 5% 5%;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
}

.body {
  font-family: Robotomono, Arial, sans-serif;
}

.block-1 {
  background-color: #f2832100;
  min-height: 50vh;
}

.block-lead {
  border-top: 1px solid #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 32px;
  display: block;
}

.text-block {
  color: #000;
  padding-top: 0;
  padding-bottom: 32px;
  font-weight: 400;
}

.image-2 {
  max-width: 7%;
}

.image-3 {
  object-fit: cover;
  border-radius: 50%;
  width: 25%;
}

.image-4 {
  border-radius: 50%;
  width: 25%;
}

.image-5 {
  object-fit: cover;
  border-radius: 50%;
  width: 25%;
}

.block-zag-images {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.text-span {
  color: var(--orange);
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
}

.image-6 {
  border-radius: 20px;
}

.column {
  height: 100%;
}

.columns {
  margin-top: 80px;
}

.heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 32px;
  line-height: 150%;
}

.text-block-2 {
  color: #000;
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 150%;
}

.text-block-2.quote {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.image-7 {
  border-radius: 20px;
  width: 100%;
}

.column-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.column-2._1 {
  padding-top: 125px;
  padding-right: 0;
}

.block-img-columns {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 0;
  padding-left: 64px;
  display: block;
}

.block-img-columns._1 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.columns-2 {
  margin-bottom: 40px;
}

.block-quote {
  border-top: 1px solid #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
  margin-bottom: 40px;
  padding: 40px 0;
  position: relative;
}

.block-quote._1 {
  border-top-style: none;
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-3 {
  z-index: 1;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  position: relative;
}

.block-4 {
  margin-top: 40px;
}

.block-img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.block-5 {
  margin-top: 40px;
}

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

.text-span-2 {
  color: #72bf44;
}

.blockfooter-2 {
  color: #b3b3b3;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.container-8 {
  max-width: 860px;
}

.footertext-2 {
  color: #424242;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.image-8, .image-9 {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.image-10 {
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 500px;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.link, .link-2, .link-3 {
  color: #000;
}

.block-ph {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.text-block-4 {
  margin-top: 8px;
  font-size: 12px;
  font-style: italic;
}

.image-12, .image-13, .image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20 {
  border-radius: 20px;
}

.block-heart {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-21 {
  opacity: .15;
}

.block-ecip {
  position: relative;
}

.block-button {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.button {
  background-color: #f48221;
  border-radius: 10px;
  padding: 12px 24px;
  font-size: 18px;
}

.image-22 {
  border-radius: 20px;
  width: 100%;
}

.image-23 {
  display: none;
}

.link-4 {
  color: #000;
}

.block-quote2 {
  border-top: 1px solid #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-ph1 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.image-24 {
  border-radius: 20px;
  width: 60%;
}

.link-5, .link-6, .link-7, .link-8 {
  color: #000;
}

.italic-text {
  font-style: normal;
}

.sup-date-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  display: grid;
}

.sup-text {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}

.date-text {
  color: #000;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
}

.link-9, .link-10 {
  color: #000;
}

@media screen and (min-width: 1280px) {
  .container1 {
    max-width: 1000px;
  }

  .block-1 {
    min-height: auto;
  }

  .text-block {
    margin-bottom: 32px;
  }

  .image-2 {
    max-width: 7%;
  }

  .image-22 {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .container1 {
    max-width: 1200px;
  }

  .heading {
    font-size: 56px;
  }

  .block-1 {
    min-height: auto;
  }

  .block-lead {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .text-block {
    margin-bottom: 32px;
  }

  .image-2 {
    max-width: 6%;
  }

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

  .image-22 {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .container1 {
    max-width: 1600px;
  }

  .footertext-2 {
    font-size: 14px;
  }

  .image-8 {
    height: 600px;
  }

  .image-9 {
    object-position: 50% 40%;
    height: 600px;
  }

  .image-10 {
    height: 600px;
  }

  .image-11 {
    object-position: 50% 42%;
    height: 600px;
  }
}

@media screen and (max-width: 991px) {
  .gradient-wrapper {
    filter: blur(180px);
  }

  .circle {
    width: 80vw;
    height: 80vw;
  }

  .heading {
    font-size: 36px;
  }

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

  .text-block-3 {
    font-size: 18px;
  }

  .blockfooter-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .container-8 {
    max-width: 680px;
  }
}

@media screen and (max-width: 767px) {
  .circle {
    height: 80vh;
  }

  .container1 {
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .link-block {
    max-width: 25%;
  }

  .heading {
    font-size: 24px;
  }

  .block-lead {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

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

  .column-2._1 {
    padding-top: 0;
  }

  .block-img-columns {
    padding-left: 0;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .blockfooter-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .container-8 {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid, .grid-2 {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper {
    background-image: linear-gradient(#00000085, #00000085), url('../images/bg_image_1.webp');
    background-position: 0 0, 82%;
    background-size: auto, cover;
    min-height: 80vh;
  }

  .container1 {
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .link-block {
    max-width: 30%;
  }

  .image {
    max-width: 12%;
  }

  .block-heading {
    left: 5%;
    right: 5%;
  }

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

  .block-lead {
    margin-top: 32px;
    margin-bottom: 32px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-2 {
    max-width: 16%;
  }

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

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

  .column-2 {
    padding-right: 0;
  }

  .block-img-columns {
    padding-left: 0;
  }

  .columns-2, .block-quote {
    margin-bottom: 32px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .blockfooter-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .footertext-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 12px;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-8 {
    object-fit: cover;
    height: 300px;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-9 {
    object-fit: cover;
    height: 300px;
  }

  .column-5, .column-6, .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-10 {
    object-fit: cover;
    height: 300px;
  }

  .column-8, .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-11 {
    object-fit: cover;
    height: 300px;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-22 {
    display: none;
  }

  .image-23 {
    border-radius: 20px;
    width: 100%;
    display: block;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .image-24 {
    width: 100%;
  }

  .sup-date-box {
    margin-bottom: 20px;
  }
}

#w-node-d57ada7d-5d87-47a3-f00a-a5d097faee56-3d3207de, #w-node-b8c623a4-2c09-8e6e-f2aa-9b5bb838095a-3d3207de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Robotomono';
  src: url('../fonts/RobotoMono-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono';
  src: url('../fonts/RobotoMono-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono';
  src: url('../fonts/RobotoMono-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono';
  src: url('../fonts/RobotoMono-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono';
  src: url('../fonts/RobotoMono-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono';
  src: url('../fonts/RobotoMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono';
  src: url('../fonts/RobotoMono-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono';
  src: url('../fonts/RobotoMono-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono';
  src: url('../fonts/RobotoMono-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono';
  src: url('../fonts/RobotoMono-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono';
  src: url('../fonts/RobotoMono-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono';
  src: url('../fonts/RobotoMono-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono';
  src: url('../fonts/RobotoMono-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono';
  src: url('../fonts/RobotoMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}