@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
}

.dy-partner-hero {
  position: relative;
  height: 300px;
  background-image: url("/images/destination/dy-trails-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dy-partner-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.dy-partner-hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0 25px;
}
.dy-partner-hero__title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin: 40px 0 15px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .dy-partner-hero__title {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .dy-partner-hero__title {
    font-size: 32px;
  }
}
.dy-partner-hero__subtitle {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .dy-partner-hero__subtitle {
    font-size: 16px;
  }
}

.dy-partner-prospect__container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 25px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (min-width: 1024px) {
  .dy-partner-prospect__container {
    margin: 100px auto 75px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .dy-partner-prospect__container {
    gap: 60px;
  }
}
.dy-partner-prospect__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dy-partner-prospect__content .dy-partner-prospect__title {
  color: #2e3338;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .dy-partner-prospect__content .dy-partner-prospect__title {
    text-align: left;
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.dy-partner-prospect__content .dy-partner-prospect__description {
  color: #2e3338;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .dy-partner-prospect__content .dy-partner-prospect__description {
    text-align: left;
    margin-bottom: 40px;
  }
}
.dy-partner-prospect__content .dy-partner-prospect__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  text-decoration: none;
  color: #ffffff;
  background-color: #ed1c24;
  padding: 15px 20px;
  line-height: 1.5;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 14px;
  font-weight: 600;
}
.dy-partner-prospect__content .dy-partner-prospect__button:hover, .dy-partner-prospect__content .dy-partner-prospect__button:focus, .dy-partner-prospect__content .dy-partner-prospect__button:active {
  background-color: #de1219;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
@media (min-width: 1024px) {
  .dy-partner-prospect__content .dy-partner-prospect__button {
    padding: 20px 25px;
    max-width: 250px;
  }
}
.dy-partner-prospect__video {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  min-height: 220px;
  background-color: #2e3338;
}
@media (min-width: 1024px) {
  .dy-partner-prospect__video {
    min-height: 320px;
  }
}
.dy-partner-prospect__video .dy-partner-prospect__video-icon {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #de1219;
  width: 125px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  background-image: url("/images/destination/dy-play-icon.svg");
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.dy-partner-prospect__video .dy-partner-prospect__video-icon:hover, .dy-partner-prospect__video .dy-partner-prospect__video-icon:focus, .dy-partner-prospect__video .dy-partner-prospect__video-icon:active {
  background-color: #af0e14;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.dy-partner-prospect__video video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.dy-partner-prospect__video [data-handle=bigPlayButton] button div {
  background-color: #ed1c24 !important;
}

.dy-partner-commitment__container {
  max-width: 1320px;
  margin: 0 auto 50px;
  padding: 0 25px;
}
@media (min-width: 1024px) {
  .dy-partner-commitment__container {
    margin: 0 auto 75px;
  }
}
.dy-partner-commitment__content {
  padding: 25px 0;
  border-top: 3px solid #ed1c24;
  border-bottom: 3px solid #ed1c24;
}
@media (min-width: 1024px) {
  .dy-partner-commitment__content {
    padding: 30px 0;
  }
}
.dy-partner-commitment__title {
  color: #2e3338;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .dy-partner-commitment__title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.dy-partner-commitment__subtitle {
  color: #2e3338;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .dy-partner-commitment__subtitle {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.dy-partner-commitment__description {
  color: #2e3338;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media (min-width: 1024px) {
  .dy-partner-commitment__description {
    width: 75%;
    margin: 0 auto;
    text-align: left;
  }
}

.dy-partner-philosophy__container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 25px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (min-width: 1024px) {
  .dy-partner-philosophy__container {
    margin: 0 auto 75px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.dy-partner-philosophy__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dy-partner-philosophy__title {
  color: #2e3338;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .dy-partner-philosophy__title {
    text-align: left;
    font-size: 24px;
  }
}
.dy-partner-philosophy__subtitle {
  color: #2e3338;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .dy-partner-philosophy__subtitle {
    text-align: left;
    margin-bottom: 25px;
    font-size: 16px;
  }
}
.dy-partner-philosophy__description {
  color: #2e3338;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .dy-partner-philosophy__description {
    text-align: left;
    margin-bottom: 40px;
  }
}
.dy-partner-philosophy__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  min-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  justify-self: stretch;
  background-color: #ed1c24;
}
.dy-partner-philosophy__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.dy-partner-apply {
  background-color: #414141;
  padding: 75px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media (min-width: 1024px) {
  .dy-partner-apply {
    padding: 85px 25px;
  }
}
.dy-partner-apply__title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .dy-partner-apply__title {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .dy-partner-apply__title {
    font-size: 24px;
  }
}
.dy-partner-apply__button {
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 14px;
  font-weight: 600;
}
.dy-partner-apply__button:hover, .dy-partner-apply__button:focus, .dy-partner-apply__button:active {
  background-color: #ffffff;
  color: #414141;
}
@media (min-width: 768px) {
  .dy-partner-apply__button {
    max-width: 225px;
  }
}
@media (min-width: 1024px) {
  .dy-partner-apply__button {
    font-size: 16px;
  }
}

.dy-partner-benefits__container {
  background-color: #e9e9e9;
  padding: 50px 0;
}
@media (min-width: 1024px) {
  .dy-partner-benefits__container {
    padding: 75px 0;
  }
}
.dy-partner-benefits__content {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 25px;
}
@media (min-width: 1024px) {
  .dy-partner-benefits__columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
  }
}
.dy-partner-benefits__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 35px;
}
@media (min-width: 1024px) {
  .dy-partner-benefits__column {
    margin-bottom: 0;
  }
}
.dy-partner-benefits__title {
  color: #2e3338;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .dy-partner-benefits__title {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
.dy-partner-benefits__column-img {
  background-color: #000;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dy-partner-benefits__column-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
}
.dy-partner-benefits__column-title {
  color: #2e3338;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 0 25px;
}
@media (min-width: 1024px) {
  .dy-partner-benefits__column-title {
    min-height: 55px;
  }
}
@media (min-width: 1200px) {
  .dy-partner-benefits__column-title {
    font-size: 20px;
  }
}
.dy-partner-benefits__column-description {
  color: #2e3338;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 1024px) {
  .dy-partner-benefits__column-description {
    text-align: left;
  }
}

.dy-partner-benefits-carousel__viewport {
  width: 100%;
  padding: 10px 0;
}
.dy-partner-benefits-carousel__dots {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-top: 25px;
}
.dy-partner-benefits-carousel__dots .dy-carousel-slider-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.dy-partner-benefits-carousel__dots-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.dy-partner-benefits-carousel__dot {
  cursor: pointer;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2e3338;
  opacity: 0.3;
  border: none;
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.dy-partner-benefits-carousel__dot:hover, .dy-partner-benefits-carousel__dot:focus {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.dy-partner-benefits-carousel__dot--active {
  background-color: #ed1c24;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.dy-partner-benefits-carousel[data-dy-ready=true] .dy-partner-benefits-carousel__viewport {
  overflow: hidden;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.dy-partner-benefits-carousel[data-dy-ready=true] .dy-partner-benefits__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 25px;
  width: 100%;
  will-change: transform;
}
.dy-partner-benefits-carousel[data-dy-ready=true] .dy-partner-benefits__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: none;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .dy-partner-benefits-carousel[data-dy-ready=true] .dy-partner-benefits__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 25px) / 2);
            flex: 0 0 calc((100% - 25px) / 2);
  }
}
@media (min-width: 1024px) {
  .dy-partner-benefits-carousel[data-dy-ready=true] .dy-partner-benefits__columns {
    gap: 60px;
  }
  .dy-partner-benefits-carousel[data-dy-ready=true] .dy-partner-benefits__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 120px) / 3);
            flex: 0 0 calc((100% - 120px) / 3);
  }
}
.dy-partner-benefits-carousel[data-dy-ready=true] .dy-partner-benefits-carousel__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dy-carousel-slider-arrow {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
}
.dy-carousel-slider-arrow::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/images/destination/dy-pagination-arrow-icon.png") no-repeat center center/contain;
  opacity: 0.6;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.dy-carousel-slider-arrow--left::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.dy-carousel-slider-arrow--left:hover::before, .dy-carousel-slider-arrow--left:focus::before {
  -webkit-transform: rotate(-180deg) translateX(2px);
          transform: rotate(-180deg) translateX(2px);
}
.dy-carousel-slider-arrow--right:hover::before, .dy-carousel-slider-arrow--right:focus::before {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.dy-carousel-slider-arrow--disabled {
  opacity: 0.3;
  pointer-events: none;
}