.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

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

.collection-item {
  border: 1px solid #ccc;
  margin: 21px;
}

.collection-item-2 {
  background-color: #f5f5f5;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  margin: 30px;
  padding: 30px;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-46 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
}

.btn-element {
  color: #385645;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #9baf8c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 13px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.btn-element:hover, .btn-element.green-btn {
  color: #dcd7d2;
  background-color: #385645;
  border-color: #385645;
}

.btn-element.green-btn:hover {
  color: #385645;
  background-color: #dcd7d2;
}

.material-symbols-outlined {
  color: #9baf8c;
  margin-bottom: 10px;
}

.material-symbols-outlined.bigger {
  margin-bottom: 35px;
  font-size: 70px;
  display: flex;
}

.material-symbols-outlined.bigger.no-margin-bottom {
  margin-bottom: 0;
}

.grid-2-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #50725a;
  border-left: 1px solid #50725a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.excerpt-2 {
  font-size: 20px;
  line-height: 34px;
}

.success-message {
  background-color: #0000;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.radio-button {
  margin-top: 7px;
  margin-right: 10px;
}

.checkbox {
  margin-top: 6px;
  margin-right: 10px;
}

.lowercase {
  letter-spacing: 0;
  text-transform: none;
  font-size: 15px;
  line-height: 25px;
}

.div-block-51 {
  align-self: stretch;
  margin-bottom: 30px;
}

.code-embed {
  width: 100%;
  display: flex;
}

.input {
  color: #385645;
  background-color: #dcd7d2;
  border: 0 solid #000;
  height: 60px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 28px;
}

.input::placeholder {
  color: #c8c3be;
}

.input.hidden {
  display: none;
}

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

.catalog-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

/*
.grid-item {
  border: 1px solid #50725a;
  border-width: 0 1px 1px 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 30px;
  text-decoration: none;
  display: flex;
}
  */

.grid-item.horizontal {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-item.checkbox-wrapper {
  flex-flow: column;
}

.div-block-52, .postal-message {
  display: flex;
}

.heading-style-h5 {
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 28px;
}

.catalog-devide-line {
  background-color: #50725a;
  height: 1px;
}

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

.smaller-txt {
  margin-top: 20px;
  font-size: 12px;
  line-height: 19px;
}

.grid-3-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #50725a;
  border-left: 1px solid #50725a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-col.no-margin-top {
  border-top-width: 0;
}

.section {
  pointer-events: auto;
  margin-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.section.form {
  margin-top: 60px;
}

.checkbox-field {
  align-items: flex-start;
  height: 32px;
  display: flex;
}

.div-block-50 {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  height: 88px;
  padding-top: 30px;
  padding-bottom: 15px;
  display: flex;
}

.container {
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
}

.catalog-wrapper {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.spline-scene {
  width: 100vw;
  height: 100vh;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

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

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

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

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

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

.section-2 {
  color: #fff;
  padding: 90px 30px;
}

.section-2.more-padding-bottom {
  padding-bottom: 180px;
}

.container-3 {
  z-index: 2;
  color: #21414f;
  flex: 1;
  max-width: 1500px;
  position: relative;
}

.nav-outer-wrapper {
  color: #fff;
  background-color: #0b4c60;
  border-radius: 5px;
  height: 80px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  z-index: 99999999;
}

.nav-outer-wrapper.old {
  margin-top: 160px;
}

.nav-inner-wrapper { 
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  max-width: 100%;
  height: 100%;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.nav-inner-wrapper.old {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link {
  color: #fff;
}

.nav-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.main-nav {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-decoration: none;
  display: flex;
}

.nav-item {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 6px 0 0;
  text-decoration: none;
  display: flex;
}

.nav-item.dropdown {
  color: #fff;
  margin-top: 6px;
  padding-top: 0;
}

.nav-underline {
  background-color: #ff8484;
  align-self: flex-start;
  width: 100%;
  height: 1.5px;
  margin-top: 2px;
}

.nav-item-text {
  color: #fff;
}

.section-filler {
  height: 75vh;
}

.section-filler.bg {
  background-color: #ebebeb;
}

.test11 {
  background-color: #bd7878;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
}

.test11:where(.w-variant-7a27432b-298a-96b6-b036-da439541f3fc) {
  font-family: Changa One, Impact, sans-serif;
}

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

.text-block {
  font-size: 20px;
  line-height: 40px;
}

.text-block.inside:where(.w-variant-7a27432b-298a-96b6-b036-da439541f3fc) {
  display: none;
}

.div-block-55 {
  background-color: #e0e0e0;
  width: 200px;
  height: 200px;
}

.body-2 {
  padding: 60px;
}

.section-3 {
  pointer-events: auto;
  margin-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.section-3.sub-page-hero {
  margin-top: 60px;
}

.section-3.sub-page-hero.catalog-hero {
  margin-bottom: 0;
}

.container-4 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.excerpt {
  font-size: 20px;
  line-height: 34px;
}

.success-message-3 {
  background-color: #0000;
  padding-left: 0;
}

.field-label {
  margin-bottom: .5rem;
  font-size: 15px;
  font-weight: 400;
}

.field-label.heading {
  font-size: 18px;
  font-weight: 600;
}

.field-label.heading.sub-text {
  margin-bottom: 5px;
}

.checkbox-2 {
  margin-top: 5px;
  margin-right: 10px;
}

.form-block {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.form-block-2 {
  margin-top: 30px;
}

.smaller-text {
  font-size: .875rem;
}

.radio-button-2 {
  margin-top: 6px;
  margin-right: 10px;
}

.text-block-14 {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 600;
}

.button {
  color: #21414f;
  text-align: center;
  background-color: #0000;
  border: 1px solid #21414f;
  border-radius: 0;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.button:hover {
  color: #f4f4f4;
  background-color: #14a5b3;
  border-color: #14a5b3;
}

.button.sponsporshop-apply {
  margin-top: 30px;
}

.form-sub-text {
  margin-bottom: 2rem;
  font-size: .875rem;
  font-weight: 400;
}

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

.input-2 {
  color: #21414f;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  width: 100%;
  height: 47px;
  font-size: 1rem;
  font-weight: 400;
}

.input-2.textfield {
  height: 200px;
}

.input-2.textfield.lower {
  height: 100px;
}

.input-2.date {
  padding-left: 10px;
  padding-right: 10px;
}

.error-message-2 {
  border-radius: 3px;
  padding: 15px;
}

.hidden-field {
  margin-top: 20px;
}

.max-file-size {
  font-size: .65rem;
}

.success-message-4 {
  background-color: #0000;
  padding-left: 0;
}

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

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

.success-message-5 {
  background-color: #0000;
  padding-left: 0;
}

.sub-field-label {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600;
}

.success-message-2 {
  background-color: #0000;
}

.form-heading {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.div-block-56 {
  object-fit: contain;
  background-color: #e2e2e2;
  height: auto;
}

.div-block-57 {
  background-color: #c5c5c5;
  flex: 1;
  padding: 20px;
}

.div-block-58 {
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

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

.container-5 {
  flex: 1;
  max-width: 100%;
}

.nav-menu {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.nav-item-2 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 6px;
  text-decoration: none;
  display: flex;
}

.brand {
  width: 200px;
}

.search-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  display: flex;
}

.dropdown-toggle {
  height: 100%;
  padding: 0;
}

.dropdown-toggle:after {
  content: none !important;
}

.dropdown-list {
  margin-top: 30px;
  position: absolute;
  left: 10px;
  right: 10px;
}

.dropdown-list.w--open {
  background-color: #0000;
  margin-top: 110px;
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
  left: 0;
  right: 0;
}

.div-block-61 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  background-color: #083341;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 24px;
  display: flex;
}

.dropdown-link {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.nav-item-dropdown {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 6px 0 0;
  text-decoration: none;
  display: flex;
}

.nav-item-dropdown.dropdown {
  color: #fff;
}

.nav-underline-dropdown {
  background-color: #ff8484;
  align-self: flex-start;
  width: 100%;
  height: 1.5px;
  margin-top: 2px;
}

@media screen and (max-width: 991px) {
  .grid-2-col {
    grid-template-columns: 1fr;
  }

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

  .heading-style-h5 {
    font-size: 18px;
  }

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

  .section {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .nav-outer-wrapper {
    height: 60px;
    padding-left: 20px;
    padding-right: 0;
  }

  .nav-inner-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .main-nav {
    z-index: 10;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #083341;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-flow: column;
    order: 0;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    max-height: calc(100svh - 100px);
    padding: 20px;
    display: flex;
    position: relative;
    overflow: scroll;
  }

  .nav-item {
    height: auto;
    font-size: 17px;
    line-height: 23px;
  }

  .nav-item.dropdown {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .section-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .nav-menu {
    background-color: #0000;
    flex-flow: column;
    height: auto;
    overflow: hidden;
  }

  .nav-item-2 {
    height: 20px;
  }

  .brand {
    width: 120px;
  }

  .search-wrapper {
    flex: 1;
    margin-right: 10px;
  }

  .dropdown-toggle {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .dropdown-toggle.w--open {
    margin-left: 0;
  }

  .dropdown-list {
    margin-top: 0;
    font-size: 15px;
    line-height: 20px;
    left: auto;
    right: auto;
  }

  .dropdown-list.w--open {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .div-block-61 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-top: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-item-dropdown {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .dropdown-toggle-2 {
    width: 100%;
  }

  .dropdown-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-3 {
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }

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

@media screen and (max-width: 767px) {
  .div-block-46 {
    flex-flow: column;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .section-2 {
    padding: 60px 20px;
  }

  .section-2.more-padding-bottom {
    padding-bottom: 90px;
  }

  .section-3.sub-page-hero {
    margin-bottom: 30px;
  }

  .checkbox-2 {
    margin-top: 0;
  }

  .button {
    font-size: .9rem;
  }

  .checkbox-field-2 {
    display: flex;
  }

  .nav-item-dropdown {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .grid-item {
    padding: 20px;
  }

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

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

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

  .section-3.sub-page-hero {
    margin-top: 60px;
  }

  .button {
    padding: .5rem 1rem;
  }
}

#w-node-f1f8b1f8-a66c-1278-3729-037d2f51a55c-a30acf12, #w-node-f1f8b1f8-a66c-1278-3729-037d2f51a568-a30acf12 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f1f8b1f8-a66c-1278-3729-037d2f51a56e-a30acf12, #w-node-f1f8b1f8-a66c-1278-3729-037d2f51a57c-a30acf12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1f8b1f8-a66c-1278-3729-037d2f51a581-a30acf12 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f1f8b1f8-a66c-1278-3729-037d2f51a58d-a30acf12 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d166832a-9ca9-1b3e-cf39-c7e7ce72b2cb-f086179e, #w-node-d166832a-9ca9-1b3e-cf39-c7e7ce72b2d4-f086179e, #w-node-d166832a-9ca9-1b3e-cf39-c7e7ce72b2df-f086179e, #w-node-_276e5b94-e349-c011-abca-0781978d73b7-b7b41e42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1f8b1f8-a66c-1278-3729-037d2f51a55c-213fc363, #w-node-f1f8b1f8-a66c-1278-3729-037d2f51a568-213fc363 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f1f8b1f8-a66c-1278-3729-037d2f51a56e-213fc363, #w-node-f1f8b1f8-a66c-1278-3729-037d2f51a57c-213fc363 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1f8b1f8-a66c-1278-3729-037d2f51a581-213fc363 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f1f8b1f8-a66c-1278-3729-037d2f51a58d-213fc363 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (min-width: 1920px) {
  #w-node-_9b3200cb-0ce9-6f87-2d0c-b7a24ef2acdc-a30acf12, #w-node-_9b3200cb-0ce9-6f87-2d0c-b7a24ef2acdc-213fc363 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f1f8b1f8-a66c-1278-3729-037d2f51a55c-a30acf12 {
    grid-column: span 1 / span 1;
  }

  #w-node-f1f8b1f8-a66c-1278-3729-037d2f51a564-a30acf12 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f1f8b1f8-a66c-1278-3729-037d2f51a55c-213fc363 {
    grid-column: span 1 / span 1;
  }

  #w-node-f1f8b1f8-a66c-1278-3729-037d2f51a564-213fc363 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f1f8b1f8-a66c-1278-3729-037d2f51a564-a30acf12, #w-node-f1f8b1f8-a66c-1278-3729-037d2f51a568-a30acf12, #w-node-f1f8b1f8-a66c-1278-3729-037d2f51a564-213fc363, #w-node-f1f8b1f8-a66c-1278-3729-037d2f51a568-213fc363 {
    grid-column: span 1 / span 1;
  }

  #w-node-_10f92f6d-74b4-2b85-66dc-31ad2ba92e1c-5833e6ea {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


