.nytd-navbar-wrapper {
  display: contents;
}
 
.nytd-navbar-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.nytd-navbar-navbar-interactive {
  width: 100%;
  height: 94px;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: space-between;
  background-color: var(--dl-color-nytd-nytd_ltyellow);
}
 
.nytd-navbar-link {
  display: contents;
}
 
.nytd-navbar-image1 {
  width: 10%;
  height: auto;
  text-decoration: none;
}
 
.nytd-navbar-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.nytd-navbar-links1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
 
.nytd-navbar-link11 {
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 600;
  text-decoration: none;
}
 
.nytd-navbar-link21 {
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 600;
  text-decoration: none;
}
 
.nytd-navbar-link31 {
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 600;
  text-decoration: none;
}
 
.nytd-navbar-link41 {
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 600;
  text-decoration: none;
}
 
.nytd-navbar-link51 {
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 600;
  text-decoration: none;
}
 
.nytd-navbar-link52 {
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 600;
  text-decoration: none;
}
 
.nytd-navbar-burger-menu {
  display: none;
}
 
.nytd-navbar-icon1 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.nytd-navbar-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-nytd-nytd_ltyellow);
}
 
.nytd-navbar-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.nytd-navbar-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.nytd-navbar-logo {
  height: 3rem;
}
 
.nytd-navbar-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.nytd-navbar-icon3 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.nytd-navbar-links2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.nytd-navbar-link12 {
  font-family: "Montserrat";
  text-decoration: none;
}
 
.nytd-navbar-link22 {
  font-family: "Montserrat";
  text-decoration: none;
}
 
.nytd-navbar-link32 {
  font-family: "Montserrat";
  text-decoration: none;
}
 
.nytd-navbar-link42 {
  font-family: "Montserrat";
  text-decoration: none;
}
 
.nytd-navbar-link53 {
  font-family: "Montserrat";
  text-decoration: none;
}
 
.nytd-navbar-link54 {
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 600;
  text-decoration: none;
}
 
.other-fragment14 {
  display: contents;
}
 
.other-text14 {
  display: inline-block;
}
 
.other-fragment10 {
  display: contents;
}
 
.other-text10 {
  display: inline-block;
}
 
.other-fragment15 {
  display: contents;
}
 
.other-text15 {
  display: inline-block;
}
 
.other-fragment13 {
  display: contents;
}
 
.other-text13 {
  display: inline-block;
}
 
.other-fragment16 {
  display: contents;
}
 
.other-text16 {
  display: inline-block;
}
 
.other-fragment11 {
  display: contents;
}
 
.other-text11 {
  display: inline-block;
}
 
.other-fragment12 {
  display: contents;
}
 
.other-text12 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 991px) {
  .nytd-navbar-image1 {
    width: var(--dl-layout-size-large);
    height: auto;
  }
  .nytd-navbar-desktop-menu {
    display: none;
  }
  .nytd-navbar-burger-menu {
    display: flex;
  }
  .nytd-navbar-icon1 {
    width: 35px;
    height: auto;
  }
}
 
@media(max-width: 767px) {
  .nytd-navbar-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .nytd-navbar-burger-menu {
    align-items: center;
    justify-content: center;
  }
  .nytd-navbar-icon1 {
    width: 35px;
    height: auto;
  }
}
 
@media(max-width: 479px) {
  .nytd-navbar-navbar-interactive {
    padding: var(--dl-layout-space-unit);
    padding-right: 16px;
  }
  .nytd-navbar-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
  .nytd-navbarroot-class-name15 {
    width: 100%;
  }
  .nytd-navbarroot-class-name16 {
    width: 100%;
  }
  .nytd-navbarroot-class-name17 {
    width: 100%;
  }
}

.nytd-footer1-wrapper {
  display: contents;
}
 
.nytd-footer1-container {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: center;
  background-color: var(--dl-color-nytd-nytd_dkblue);
}
 
.nytd-footer1-max-width {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.nytd-footer1-content {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: flex-start;
}
 
.nytd-footer1-link1 {
  display: contents;
}
 
.nytd-footer1-image1 {
  width: var(--dl-layout-size-xlarge);
  height: auto;
  align-self: center;
  text-decoration: none;
}
 
.nytd-footer1-credits1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: auto;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.nytd-footer1-row {
  flex: 1;
  display: flex;
  align-self: center;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}
 
.nytd-footer1-credits2 {
  gap: var(--dl-layout-space-twounits);
  flex: 0 0 auto;
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.nytd-footer1-link12 {
  fill: var(--dl-color-nytd-white);
  color: var(--dl-color-nytd-white);
}
 
.nytd-footer1-social-links {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: row;
}
 
.nytd-footer1-link2 {
  display: contents;
}
 
.nytd-footer1-icon1 {
  fill: var(--dl-color-nytd-white);
  width: 30px;
  height: 30px;
  text-decoration: none;
}
 
.nytd-footer1-link3 {
  display: contents;
}
 
.nytd-footer1-icon3 {
  fill: var(--dl-color-nytd-white);
  color: var(--dl-color-nytd-white);
  width: 30px;
  height: 30px;
  text-decoration: none;
}
 
.nytd-footer1-link4 {
  display: contents;
}
 
.nytd-footer1-icon5 {
  fill: var(--dl-color-nytd-white);
  color: var(--dl-color-nytd-white);
  width: 30px;
  height: 30px;
  text-decoration: none;
}
 
.nytd-footer1-link5 {
  display: contents;
}
 
.nytd-footer1-icon7 {
  fill: var(--dl-color-nytd-white);
  color: var(--dl-color-nytd-white);
  width: 30px;
  height: 30px;
  text-decoration: none;
}
 
.nytd-footer1-link6 {
  fill: var(--dl-color-nytd-white);
  color: var(--dl-color-nytd-white);
  align-self: center;
  border-radius: var(--dl-layout-radius-radius8);
  text-decoration: none;
  background-color: var(--dl-color-nytd-nytd_dkorange);
}
 
.nytd-footer1-content3 {
  fill: var(--dl-color-nytd-white);
  color: var(--dl-color-nytd-white);
  align-self: center;
}
 
.other-fragment17 {
  display: contents;
}
 
.other-text41 {
  display: inline-block;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 600;
}
 
.other-fragment18 {
  display: contents;
}
 
.other-text42 {
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.other-fragment19 {
  display: contents;
}
 
.other-text43 {
  display: inline-block;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 400;
}
 

 

 

 

 

 

 

 

 
@media(max-width: 991px) {
  .nytd-footer1-credits1 {
    flex-direction: column;
  }
  .nytd-footer1-row {
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .nytd-footer1-social-links {
    align-self: center;
  }
}
 
@media(max-width: 767px) {
  .nytd-footer1-content {
    flex-direction: column;
  }
  .nytd-footer1-credits1 {
    flex-direction: column;
  }
  .nytd-footer1-row {
    padding: 0px;
    padding-right: 0px;
    flex-direction: column;
  }
  .nytd-footer1-credits2 {
    gap: var(--dl-layout-space-oneandhalfunits);
    width: auto;
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
  }
  .nytd-footer1-social-links {
    align-self: center;
  }
}
 
@media(max-width: 479px) {
  .nytd-footer1-content {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .nytd-footer1-image1 {
    height: 3rem;
  }
  .nytd-footer1-row {
    align-items: center;
    justify-content: center;
  }
  .nytd-footer1-social-links {
    justify-content: center;
  }
}

.other-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.other-fragment10 {
  display: contents;
}
 
.other-text10 {
  display: inline-block;
}
 
.other-fragment11 {
  display: contents;
}
 
.other-text11 {
  display: inline-block;
}
 
.other-fragment12 {
  display: contents;
}
 
.other-text12 {
  display: inline-block;
}
 
.other-fragment13 {
  display: contents;
}
 
.other-text13 {
  display: inline-block;
}
 
.other-fragment14 {
  display: contents;
}
 
.other-text14 {
  display: inline-block;
}
 
.other-fragment15 {
  display: contents;
}
 
.other-text15 {
  display: inline-block;
}
 
.other-fragment16 {
  display: contents;
}
 
.other-text16 {
  display: inline-block;
}
 
.other-layout3491 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-unit);
  justify-content: center;
  background-color: var(--dl-color-nytd-white);
}
 
.other-max-width1 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.other-container2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  max-width: 600px;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.other-text17 {
  fill: var(--dl-color-nytd-nytd_blue);
  color: var(--dl-color-nytd-nytd_dkblue);
  font-size: 40px;
  font-family: "Proxima Soft Bold";
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  text-decoration: none;
}
 
.other-layout3492 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-self: stretch;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-unit);
  justify-content: flex-start;
  background-color: var(--dl-color-nytd-white);
}
 
.other-max-width2 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.other-container3 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  max-width: 600px;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.other-text18 {
  color: var(--dl-color-nytd-nytd_blue);
  font-size: 36px;
  align-self: center;
  font-family: "Proxima Soft Bold";
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  text-decoration: none;
}
 
.other-layout2261 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  padding-top: var(--dl-layout-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-twounits);
  background-size: cover;
  justify-content: center;
  background-color: var(--dl-color-nytd-white);
}
 
.other-max-width3 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  z-index: 100;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
 
.other-column10 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.other-link {
  display: contents;
}
 
.other-section-title10 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}
 
.other-content10 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.other-title11 {
  color: var(--dl-color-nytd-nytd_turquoise);
  font-size: 32px;
  align-self: flex-start;
  font-style: normal;
  text-align: left;
  font-family: "Proxima Soft Bold";
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
}
 
.other-description11 {
  font-size: 18px;
  font-style: normal;
  text-align: left;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.other-button10 {
  fill: var(--dl-color-nytd-white);
  color: var(--dl-color-nytd-white);
  align-self: flex-start;
  border-color: var(--dl-color-nytd-nytd_dkorange);
  border-width: 0px;
  border-radius: var(--dl-layout-radius-radius8);
  background-color: var(--dl-color-nytd-nytd_dkorange);
}
 
.other-action21 {
  font-size: 18px;
  font-style: normal;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 600;
}
 
.other-column11 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.other-section-title11 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.other-content11 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.other-title21 {
  color: var(--dl-color-nytd-nytd_turquoise);
  font-size: 32px;
  align-self: flex-start;
  text-align: left;
  font-family: "Proxima Soft Bold";
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
}
 
.other-description21 {
  font-size: 18px;
  font-style: normal;
  text-align: left;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.other-actions1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-unit);
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
 
.other-button11 {
  fill: var(--dl-color-nytd-white);
  color: var(--dl-color-nytd-white);
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  border-color: var(--dl-color-nytd-nytd_dkorange);
  border-width: 0px;
  border-radius: var(--dl-layout-radius-radius8);
  text-decoration: none;
  background-color: var(--dl-color-nytd-nytd_dkorange);
}
 
.other-action22 {
  font-size: 18px;
  font-style: normal;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 600;
}
 
.other-layout2262 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  padding-top: var(--dl-layout-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-twounits);
  background-size: cover;
  justify-content: center;
  background-color: var(--dl-color-nytd-white);
}
 
.other-max-width4 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  z-index: 100;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
 
.other-column12 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.other-section-title12 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.other-content12 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.other-title12 {
  color: var(--dl-color-nytd-nytd_turquoise);
  font-size: 32px;
  align-self: flex-start;
  font-style: normal;
  text-align: left;
  font-family: "Proxima Soft Bold";
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
}
 
.other-description12 {
  font-style: normal;
  text-align: left;
}
 
.other-actions2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-unit);
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
 
.other-button12 {
  fill: var(--dl-color-nytd-white);
  color: var(--dl-color-nytd-white);
  border-width: 0px;
  border-radius: var(--dl-layout-radius-radius8);
  text-decoration: none;
  background-color: var(--dl-color-nytd-nytd_dkorange);
}
 
.other-action11 {
  font-size: 18px;
  font-style: normal;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 600;
}
 
.other-column13 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.other-section-title13 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.other-layout3493 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-self: stretch;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-unit);
  justify-content: flex-start;
  background-color: var(--dl-color-nytd-white);
}
 
.other-separator {
  width: 100%;
  height: 1px;
  border-color: var(--dl-color-nytd-nytd_gold);
  border-width: 1px;
}
 
.other-max-width5 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.other-container4 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  max-width: 600px;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.other-text19 {
  color: var(--dl-color-nytd-nytd_dkblue);
  font-size: 36px;
  align-self: center;
  font-family: "Proxima Soft Bold";
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  text-decoration: none;
}
 
.other-layout2263 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  padding-top: var(--dl-layout-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-twounits);
  background-size: cover;
  justify-content: center;
  background-color: var(--dl-color-nytd-white);
}
 
.other-max-width6 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  z-index: 100;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
 
.other-column14 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.other-section-title14 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.other-content13 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.other-title13 {
  color: var(--dl-color-nytd-nytd_turquoise);
  font-size: 32px;
  align-self: flex-start;
  font-style: normal;
  text-align: left;
  font-family: "Proxima Soft Bold";
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
}
 
.other-description13 {
  font-size: 18px;
  font-style: normal;
  text-align: left;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.other-actions3 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-unit);
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
 
.other-button13 {
  fill: var(--dl-color-nytd-white);
  color: var(--dl-color-nytd-white);
  border-width: 0px;
  border-radius: var(--dl-layout-radius-radius8);
  text-decoration: none;
  background-color: var(--dl-color-nytd-nytd_dkorange);
}
 
.other-action12 {
  font-size: 18px;
  font-style: normal;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 600;
}
 
.other-column15 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.other-section-title15 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.other-content14 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.other-title22 {
  color: var(--dl-color-nytd-nytd_turquoise);
  font-size: 32px;
  align-self: flex-start;
  text-align: left;
  font-family: "Proxima Soft Bold";
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
}
 
.other-description22 {
  font-style: normal;
  text-align: left;
}
 
.other-actions4 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-unit);
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
 
.other-button14 {
  fill: var(--dl-color-nytd-white);
  color: var(--dl-color-nytd-white);
  border-width: 0px;
  border-radius: var(--dl-layout-radius-radius8);
  text-decoration: none;
  background-color: var(--dl-color-nytd-nytd_dkorange);
}
 
.other-action13 {
  font-size: 18px;
  font-style: normal;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 600;
}
 
.other-layout2264 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  padding-top: var(--dl-layout-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-twounits);
  background-size: cover;
  justify-content: center;
  background-color: var(--dl-color-nytd-white);
}
 
.other-max-width7 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  z-index: 100;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
 
.other-column16 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.other-section-title16 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.other-content15 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.other-title14 {
  color: var(--dl-color-nytd-nytd_turquoise);
  font-size: 32px;
  align-self: flex-start;
  font-style: normal;
  text-align: left;
  font-family: "Proxima Soft Bold";
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
}
 
.other-description14 {
  font-style: normal;
  text-align: left;
}
 
.other-text23 {
  font-style: normal;
}
 
.other-text26 {
  font-style: normal;
}
 
.other-text27 {
  color: var(--dl-color-nytd-nytd_dkorange);
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.other-text29 {
  font-style: normal;
}
 
.other-text30 {
  color: var(--dl-color-nytd-nytd_dkorange);
}
 
.other-text33 {
  font-style: normal;
}
 
.other-text34 {
  color: var(--dl-color-nytd-nytd_dkorange);
}
 
.other-actions5 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-unit);
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
 
.other-button15 {
  fill: var(--dl-color-nytd-white);
  color: var(--dl-color-nytd-white);
  border-width: 0px;
  border-radius: var(--dl-layout-radius-radius8);
  text-decoration: none;
  background-color: var(--dl-color-nytd-nytd_dkorange);
}
 
.other-action14 {
  font-size: 18px;
  font-style: normal;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 600;
}
 
.other-column17 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.other-section-title17 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.other-content16 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.other-title23 {
  color: var(--dl-color-nytd-nytd_turquoise);
  font-size: 32px;
  align-self: flex-start;
  text-align: left;
  font-family: "Proxima Soft Bold";
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
}
 
.other-description23 {
  font-style: normal;
  text-align: left;
}
 
.other-actions6 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-unit);
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
 
.other-button16 {
  fill: var(--dl-color-nytd-white);
  color: var(--dl-color-nytd-white);
  border-width: 0px;
  border-radius: var(--dl-layout-radius-radius8);
  text-decoration: none;
  background-color: var(--dl-color-nytd-nytd_dkorange);
}
 
.other-action15 {
  font-size: 18px;
  font-style: normal;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 600;
}
 
.other-layout2265 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  padding-top: var(--dl-layout-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-twounits);
  background-size: cover;
  justify-content: center;
  background-color: var(--dl-color-nytd-white);
}
 
.other-max-width8 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  z-index: 100;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
 
.other-column18 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.other-section-title18 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.other-content17 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.other-title15 {
  color: var(--dl-color-nytd-nytd_turquoise);
  font-size: 32px;
  align-self: flex-start;
  font-style: normal;
  text-align: left;
  font-family: "Proxima Soft Bold";
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
}
 
.other-description15 {
  font-style: normal;
  text-align: left;
}
 
.other-text37 {
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.other-actions7 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-unit);
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
 
.other-button17 {
  fill: var(--dl-color-nytd-white);
  color: var(--dl-color-nytd-white);
  border-width: 0px;
  border-radius: var(--dl-layout-radius-radius8);
  text-decoration: none;
  background-color: var(--dl-color-nytd-nytd_dkorange);
}
 
.other-action16 {
  font-size: 18px;
  font-style: normal;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 600;
}
 
.other-column19 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.other-section-title19 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.other-content18 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.other-title24 {
  color: var(--dl-color-nytd-nytd_turquoise);
  font-size: 32px;
  align-self: flex-start;
  text-align: left;
  font-family: "Proxima Soft Bold";
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
}
 
.other-description24 {
  font-style: normal;
  text-align: left;
}
 
.other-actions8 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-unit);
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
 
.other-button18 {
  fill: var(--dl-color-nytd-white);
  color: var(--dl-color-nytd-white);
  border-width: 0px;
  border-radius: var(--dl-layout-radius-radius8);
  text-decoration: none;
  background-color: var(--dl-color-nytd-nytd_dkorange);
}
 
.other-action17 {
  font-size: 18px;
  font-style: normal;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 600;
}
 
.other-layout2266 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  padding-top: var(--dl-layout-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-twounits);
  background-size: cover;
  justify-content: center;
  background-color: var(--dl-color-nytd-white);
}
 
.other-max-width9 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  z-index: 100;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
 
.other-column20 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.other-section-title20 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.other-content19 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.other-title16 {
  color: var(--dl-color-nytd-nytd_turquoise);
  font-size: 32px;
  align-self: flex-start;
  font-style: normal;
  text-align: left;
  font-family: "Proxima Soft Bold";
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.other-description16 {
  font-style: normal;
  text-align: left;
}
 
.other-actions9 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-unit);
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
 
.other-button19 {
  fill: var(--dl-color-nytd-white);
  color: var(--dl-color-nytd-white);
  align-self: flex-start;
  border-width: 0px;
  border-radius: var(--dl-layout-radius-radius8);
  text-decoration: none;
  background-color: var(--dl-color-nytd-nytd_dkorange);
}
 
.other-action18 {
  font-size: 18px;
  font-style: normal;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 600;
}
 
.other-column21 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.other-fragment17 {
  display: contents;
}
 
.other-text41 {
  display: inline-block;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 600;
}
 
.other-fragment18 {
  display: contents;
}
 
.other-text42 {
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.other-fragment19 {
  display: contents;
}
 
.other-text43 {
  display: inline-block;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 400;
}
 
@media(max-width: 1600px) {
  .other-container1 {
    border-color: var(--dl-color-nytd-nytd_gold);
    border-width: 0px;
    background-color: var(--dl-color-nytd-white);
  }
  .other-container2 {
    align-self: flex-start;
  }
  .other-text17 {
    color: var(--dl-color-nytd-nytd_dkblue);
    font-size: 40px;
    align-self: flex-start;
    font-family: Proxima Soft Bold;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
    text-decoration: none;
  }
  .other-container3 {
    align-self: flex-start;
  }
  .other-text18 {
    fill: var(--dl-color-nytd-nytd_blue);
    color: var(--dl-color-nytd-nytd_blue);
    font-size: 36px;
    align-self: flex-start;
  }
  .other-title11 {
    font-size: 32px;
  }
  .other-title21 {
    font-size: 32px;
  }
  .other-title12 {
    font-size: 32px;
  }
  .other-description12 {
    font-size: 18px;
  }
  .other-container4 {
    align-self: flex-start;
  }
  .other-text19 {
    fill: var(--dl-color-nytd-nytd_blue);
    color: var(--dl-color-nytd-nytd_blue);
    font-size: 36px;
    align-self: flex-start;
  }
  .other-title13 {
    font-size: 32px;
  }
  .other-description13 {
    font-size: 18px;
  }
  .other-title22 {
    font-size: 32px;
  }
  .other-description22 {
    font-size: 18px;
  }
  .other-text21 {
    font-size: 18px;
  }
  .other-title14 {
    font-size: 32px;
  }
  .other-description14 {
    font-size: 18px;
  }
  .other-text36 {
    font-size: 18px;
  }
  .other-title23 {
    font-size: 32px;
  }
  .other-description23 {
    font-size: 18px;
  }
  .other-title15 {
    font-size: 32px;
  }
  .other-description15 {
    font-size: 18px;
  }
  .other-title24 {
    font-size: 32px;
  }
  .other-description24 {
    font-size: 18px;
  }
  .other-text40 {
    font-size: 18px;
  }
}
 
@media(max-width: 1200px) {
  .other-text18 {
    color: var(--dl-color-nytd-nytd_blue);
    font-size: 36px;
    font-family: Proxima Soft Bold;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
    text-decoration: none;
  }
  .other-text19 {
    color: var(--dl-color-nytd-nytd_blue);
    font-size: 36px;
    font-family: Proxima Soft Bold;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
    text-decoration: none;
  }
}
 
@media(max-width: 991px) {
  .other-max-width1 {
    flex-direction: column;
  }
  .other-container2 {
    margin-bottom: var(--dl-layout-space-threeunits);
  }
  .other-max-width2 {
    flex-direction: column;
  }
  .other-container3 {
    margin-bottom: var(--dl-layout-space-threeunits);
  }
  .other-layout2261 {
    flex-direction: column;
  }
  .other-content10 {
    align-items: center;
  }
  .other-content11 {
    align-items: center;
  }
  .other-layout2262 {
    flex-direction: column;
  }
  .other-content12 {
    align-items: center;
  }
  .other-max-width5 {
    flex-direction: column;
  }
  .other-container4 {
    margin-bottom: var(--dl-layout-space-threeunits);
  }
  .other-layout2263 {
    flex-direction: column;
  }
  .other-content13 {
    align-items: center;
  }
  .other-content14 {
    align-items: center;
  }
  .other-layout2264 {
    flex-direction: column;
  }
  .other-content15 {
    align-items: center;
  }
  .other-content16 {
    align-items: center;
  }
  .other-layout2265 {
    flex-direction: column;
  }
  .other-content17 {
    align-items: center;
  }
  .other-content18 {
    align-items: center;
  }
  .other-layout2266 {
    flex-direction: column;
  }
  .other-content19 {
    align-items: center;
  }
}
 
@media(max-width: 767px) {
  .other-container2 {
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .other-container3 {
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .other-max-width3 {
    flex-direction: column;
  }
  .other-max-width4 {
    flex-direction: column;
  }
  .other-container4 {
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .other-max-width6 {
    flex-direction: column;
  }
  .other-max-width7 {
    flex-direction: column;
  }
  .other-max-width8 {
    flex-direction: column;
  }
  .other-max-width9 {
    flex-direction: column;
  }
}
 
@media(max-width: 479px) {
  .other-max-width1 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .other-max-width2 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .other-max-width3 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .other-button10 {
    width: 100%;
  }
  .other-actions1 {
    width: 100%;
    flex-direction: column;
  }
  .other-button11 {
    width: 100%;
  }
  .other-max-width4 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .other-actions2 {
    width: 100%;
    flex-direction: column;
  }
  .other-button12 {
    width: 100%;
  }
  .other-max-width5 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .other-max-width6 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .other-actions3 {
    width: 100%;
    flex-direction: column;
  }
  .other-button13 {
    width: 100%;
  }
  .other-actions4 {
    width: 100%;
    flex-direction: column;
  }
  .other-button14 {
    width: 100%;
  }
  .other-max-width7 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .other-actions5 {
    width: 100%;
    flex-direction: column;
  }
  .other-button15 {
    width: 100%;
  }
  .other-actions6 {
    width: 100%;
    flex-direction: column;
  }
  .other-button16 {
    width: 100%;
  }
  .other-max-width8 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .other-actions7 {
    width: 100%;
    flex-direction: column;
  }
  .other-button17 {
    width: 100%;
  }
  .other-actions8 {
    width: 100%;
    flex-direction: column;
  }
  .other-button18 {
    width: 100%;
  }
  .other-max-width9 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .other-actions9 {
    width: 100%;
    flex-direction: column;
  }
  .other-button19 {
    width: 100%;
  }
}
