@charset "UTF-8";
section .chanel-wrapper {
  border-radius: 15px;
  background: var(--chanel-bg-color);
  padding: 64px 56px 64px 56px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 450px) {
  section .chanel-wrapper {
    padding: 15px;
  }
}
section .chanel-wrapper.purple, section .chanel-wrapper.green, section .chanel-wrapper.orange {
  --chanel-bg-color: #2722f8;
}
section .chanel-wrapper .chanel-overlay {
  display: none;
}
section .chanel-wrapper .chanel-heading {
  max-width: 635px;
  padding-bottom: 58px;
}
section .chanel-wrapper .chanel-heading__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  max-width: 400px;
  color: #ffffff;
}
section .chanel-wrapper .chanel-heading__title strong {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  section .chanel-wrapper .chanel-heading__title {
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  section .chanel-wrapper .chanel-heading {
    padding-bottom: 30px;
  }
}
section .chanel-wrapper .chanel-content-wrapper {
  display: flex;
  flex-direction: row;
}
section .chanel-wrapper .chanel-content-wrapper .chanel-content {
  border-radius: 20px;
  background: #fff;
  max-width: 328px;
  position: relative;
  padding: 32px;
}
section .chanel-wrapper .chanel-content-wrapper .chanel-content__icon-deco {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  color: #2722f8;
}
@media only screen and (max-width: 450px) {
  section .chanel-wrapper .chanel-content-wrapper .chanel-content {
    max-width: 100%;
  }
}
section .chanel-wrapper .chanel-content-wrapper .chanel-content__icon {
  max-width: 42px;
  width: 100%;
  position: absolute;
  top: -18px;
  left: 34px;
}
section .chanel-wrapper .chanel-content-wrapper .chanel-content__icon.image-view {
  max-width: 100%;
  width: 100%;
  max-height: 55px;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 32px;
  height: 100%;
}
section .chanel-wrapper .chanel-content-wrapper .chanel-content__name {
  color: #0b1b45;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 32px;
}
section .chanel-wrapper .chanel-content-wrapper .chanel-content__description {
  color: #0b1b45;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  min-height: 80px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1280px) {
  section .chanel-wrapper .chanel-content-wrapper .chanel-content__description {
    min-height: fit-content;
  }
}
section .chanel-wrapper .chanel-content-wrapper .chanel-content__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}
section .chanel-wrapper .chanel-content-wrapper .chanel-content__link::after {
  content: "→";
  color: #fb581f;
  font-size: 20px;
  font-style: normal;
  flex-shrink: 0;
}
section .chanel-wrapper .chanel-content-wrapper .chanel-content__link a,
section .chanel-wrapper .chanel-content-wrapper .chanel-content__link button {
  text-decoration: none;
  font-size: 16px;
  color: #0b1b45;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  background: transparent;
  padding: 0;
  border: none;
  transition: all 100ms ease-in-out;
}
section .chanel-wrapper .chanel-content-wrapper .chanel-content__link a:hover,
section .chanel-wrapper .chanel-content-wrapper .chanel-content__link button:hover {
  text-decoration: underline;
}
section .chanel-wrapper .chanel-content-wrapper .chanel-content .image-link {
  max-width: 87px;
}
section .chanel-wrapper .chanel-content-wrapper .chanel-content.image-link-mode .chanel-content__description {
  padding-bottom: 32px;
}
section .chanel-wrapper .chanel-content-wrapper .chanel-content .chanel-content__link-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  section .chanel-wrapper .chanel-content-wrapper .chanel-content .chanel-content__link-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
section .chanel-wrapper .chanel-content-wrapper .chanel-content .chanel-content__link-wrapper .chanel-content__link-additional .chanel-content__link-additional-item {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media only screen and (max-width: 450px) {
  section .chanel-wrapper .chanel-content-wrapper .chanel-content .chanel-content__link-wrapper .chanel-content__link-additional .chanel-content__link-additional-item {
    font-size: 16px;
    line-height: 22px;
  }
}
section .chanel-wrapper .chanel-content-wrapper .chanel-content .chanel-content__link-wrapper .chanel-content__link-additional .chanel-content__link-additional-item strong {
  font-weight: 700;
}
section .chanel-wrapper .chanel-content-wrapper.has-4-items {
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1590px) {
  section .chanel-wrapper .chanel-content-wrapper.has-4-items {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 885px) {
  section .chanel-wrapper .chanel-content-wrapper.has-4-items {
    gap: 15px;
  }
}
section .chanel-wrapper .chanel-content-wrapper.has-4-items .chanel-content {
  flex: 1 1 calc(25% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  min-width: 265px;
  width: 100%;
  max-width: 320px;
}
@media only screen and (max-width: 1399px) {
  section .chanel-wrapper .chanel-content-wrapper.has-4-items .chanel-content {
    min-width: 320px;
    max-width: 0px;
  }
}
@media only screen and (max-width: 450px) {
  section .chanel-wrapper .chanel-content-wrapper.has-4-items .chanel-content {
    max-width: 100%;
    min-width: 100%;
  }
}
section .chanel-wrapper .chanel-content-wrapper.has-3-items {
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 885px) {
  section .chanel-wrapper .chanel-content-wrapper.has-3-items {
    gap: 50px;
  }
}
@media only screen and (max-width: 450px) {
  section .chanel-wrapper .chanel-content-wrapper.has-3-items {
    gap: 15px;
  }
}
section .chanel-wrapper .chanel-content-wrapper.has-3-items .chanel-content {
  flex: 0 0 calc((100% - 90px) / 4);
  min-width: 328px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 905px) {
  section .chanel-wrapper .chanel-content-wrapper.has-3-items .chanel-content {
    min-width: 320px;
  }
}
@media only screen and (max-width: 450px) {
  section .chanel-wrapper .chanel-content-wrapper.has-3-items .chanel-content {
    max-width: 100%;
    min-width: 100%;
  }
}
section .chanel-wrapper .chanel-content-wrapper.has-2-items {
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 885px) {
  section .chanel-wrapper .chanel-content-wrapper.has-2-items {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 50px;
  }
}
@media only screen and (max-width: 450px) {
  section .chanel-wrapper .chanel-content-wrapper.has-2-items {
    gap: 15px;
  }
}
section .chanel-wrapper .chanel-content-wrapper.has-2-items .chanel-content {
  max-width: 100%;
  flex: 0 0 calc(50% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 885px) {
  section .chanel-wrapper .chanel-content-wrapper.has-2-items .chanel-content {
    flex: 0 0 calc((100% - 90px) / 4);
    min-width: 320px;
  }
}
@media only screen and (max-width: 450px) {
  section .chanel-wrapper .chanel-content-wrapper.has-2-items .chanel-content {
    max-width: 100%;
    min-width: 100%;
  }
}

.cross-chanel-product-landing .container {
  max-width: 1680px;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 767px) {
  .cross-chanel-product-landing .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
