@font-face {
  font-family: 'Supreme';
  src: url("./../fonts/");
  src: url("./../fonts/Supreme-Extrabold.eot?#iefix") format("embedded-opentype"), url("./../fonts/Supreme-Extrabold.woff2") format("woff2"), url("./../fonts/Supreme-Extrabold.woff") format("woff"), url("./../fonts/Supreme-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Supreme';
  src: url("./../fonts/");
  src: url("./../fonts/Supreme-Bold.eot?#iefix") format("embedded-opentype"), url("./../fonts/Supreme-Bold.woff2") format("woff2"), url("./../fonts/Supreme-Bold.woff") format("woff"), url("./../fonts/Supreme-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Supreme';
  src: url("./../fonts/Supreme-BoldItalic.eot");
  src: url("./../fonts/Supreme-BoldItalic.eot?#iefix") format("embedded-opentype"), url("./../fonts/Supreme-BoldItalic.woff2") format("woff2"), url("./../fonts/Supreme-BoldItalic.woff") format("woff"), url("./../fonts/Supreme-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Supreme';
  src: url("./../fonts/Supreme-Medium.eot");
  src: url("./../fonts/Supreme-Medium.eot?#iefix") format("embedded-opentype"), url("./../fonts/Supreme-Medium.woff2") format("woff2"), url("./../fonts/Supreme-Medium.woff") format("woff"), url("./../fonts/Supreme-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Supreme';
  src: url("./../fonts/Supreme-MediumItalic.eot");
  src: url("./../fonts/Supreme-MediumItalic.eot?#iefix") format("embedded-opentype"), url("./../fonts/Supreme-MediumItalic.woff2") format("woff2"), url("./../fonts/Supreme-MediumItalic.woff") format("woff"), url("./../fonts/Supreme-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Supreme';
  src: url("./../fonts/Supreme-Regular.eot");
  src: url("./../fonts/Supreme-Regular.eot?#iefix") format("embedded-opentype"), url("./../fonts/Supreme-Regular.woff2") format("woff2"), url("./../fonts/Supreme-Regular.woff") format("woff"), url("./../fonts/Supreme-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Supreme';
  src: url("./../fonts/Supreme-Italic.eot");
  src: url("./../fonts/Supreme-Italic.eot?#iefix") format("embedded-opentype"), url("./../fonts/Supreme-Italic.woff2") format("woff2"), url("./../fonts/Supreme-Italic.woff") format("woff"), url("./../fonts/Supreme-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

* {
  font-family: 'Supreme', sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
span {
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 3.05rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

h2,
.h2 {
  font-size: 2.4438rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h3,
.h3,
.h3-sub {
  font-size: 1.9563rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.h3-sub {
  text-transform: initial;
}

h4,
.h4,
.h4-bold {
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
}

@media (max-width: 992px) {
  h4,
  .h4,
  .h4-bold {
    font-size: 20px;
    line-height: 25px;
  }
}

.h4-bold {
  font-weight: 700;
}

h5,
.h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

@media (min-width: 992px) {
  h5,
  .h5 {
    font-size: 20px;
    line-height: 32px;
  }
}

.body-text, .custom-section .container .accordion .card .card-body p,
.body-text-bold {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 576px) {
  .body-text, .custom-section .container .accordion .card .card-body p,
  .body-text-bold {
    font-size: 14px;
    line-height: 24px;
  }
}

.small-text,
.small-text-price,
.small-text-bold {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.body-text-bold,
.small-text-bold {
  font-weight: 700;
}

.small-text-price {
  text-decoration-line: line-through;
}

.tiny-text {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

html {
  font-size: 16px;
}

@media (max-width: 1600px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .platform .container {
    width: 90%;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1296px;
  }
}

@media (min-width: 1600px) {
  .container-right {
    margin-left: calc(50% - (1296px/2));
    margin-right: 0;
    max-width: none;
    width: auto;
  }
}

@media (min-width: 1600px) {
  #header .header-top .container {
    width: 90%;
  }
}

body,
main {
  overflow-x: hidden;
}

#wrapper {
  padding-top: 0;
}

.pageHeroSection {
  display: none;
}

#wrapper.light-gray-background {
  background-color: #EEF2F8;
}

.platform {
  background-color: #EEF2F8;
}

.platform #wrapper {
  background-color: #EEF2F8;
}

.platform #wrapper #content-wrapper {
  position: relative;
  background-image: url("../_svg/platform-bg-pattern.svg");
  background-position: top right;
  background-repeat: no-repeat;
}

.platform #wrapper #content-wrapper::before {
  display: block;
}

.platform #wrapper #content-wrapper .page-pattern {
  overflow: hidden;
}

.platform #wrapper #content-wrapper #main-content {
  position: relative;
  z-index: 2;
}

.breadcrumb svg {
  position: relative;
  top: 3px;
}

.breadcrumb ol {
  overflow-x: auto;
  white-space: nowrap;
  min-height: 30px;
}

.breadcrumb a span {
  color: #767D89 !important;
  transition: all 0.2s;
}

.breadcrumb a path {
  stroke: #767D89 !important;
  transition: all 0.2s;
}

.breadcrumb a:hover path {
  stroke: #B4162E !important;
}

.breadcrumb a:hover span {
  color: #B4162E !important;
}

.breadcrumb li::after {
  color: #767D89 !important;
}

.breadcrumb li > span {
  color: #767D89 !important;
}

.breadcrumb.white a span {
  color: #EEF2F8 !important;
  transition: all 0.2s;
}

.breadcrumb.white a path {
  stroke: #EEF2F8 !important;
  transition: all 0.2s;
}

.breadcrumb.white a:hover path {
  stroke: #B4162E !important;
}

.breadcrumb.white a:hover span {
  color: #B4162E !important;
}

.breadcrumb.white li::after {
  color: #EEF2F8 !important;
}

.breadcrumb.white li > span {
  color: #EEF2F8 !important;
}

.titleWrapper {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .titleWrapper {
    margin-bottom: 48px;
  }
}

@media (min-width: 992px) {
  .titleWrapper {
    margin-bottom: 67px;
  }
}

#obFeatureCategory {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  #obFeatureCategory {
    margin-bottom: 48px;
  }
}

@media (min-width: 992px) {
  #obFeatureCategory {
    margin-bottom: 78px;
  }
}

@media (min-width: 1600px) {
  #obFeatureCategory {
    margin-bottom: 114px;
  }
}

@media (min-width: 1920px) {
  #obFeatureCategory {
    margin-bottom: 140px;
  }
}

#obFeatureCategory .product-description {
  background: #fff;
}

button,
a.button,
input.button,
a.button:not([href]) {
  all: unset;
  cursor: pointer;
  display: inline-block;
  padding: 14px 42px;
  height: auto;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 6px;
  background-color: #C81A33;
  transition: background-color 0.3s ease;
}

button:hover,
a.button:hover,
input.button:hover,
a.button:not([href]):hover {
  color: #fff;
  background-color: #B4162E;
}

button.button-with-icon,
a.button.button-with-icon,
input.button.button-with-icon,
a.button:not([href]).button-with-icon {
  display: flex;
  gap: 12px;
  justify-items: center;
  align-items: center;
  width: fit-content;
}

button.button-with-icon svg,
a.button.button-with-icon svg,
input.button.button-with-icon svg,
a.button:not([href]).button-with-icon svg {
  height: 19px;
  width: 19px;
}

button.secondary,
a.button.secondary,
input.button.secondary,
a.button:not([href]).secondary {
  border: 2px solid #C81A33;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  color: #fff;
}

button.secondary:hover,
a.button.secondary:hover,
input.button.secondary:hover,
a.button:not([href]).secondary:hover {
  color: #fff;
  border: 2px solid #B4162E;
  background-color: #B4162E;
}

button.only-text,
a.button.only-text,
input.button.only-text,
a.button:not([href]).only-text {
  padding: 6px;
  background-color: transparent;
  transition: color 0.3s ease;
}

button.only-text:hover,
a.button.only-text:hover,
input.button.only-text:hover,
a.button:not([href]).only-text:hover {
  color: #B4162E;
}

button:disabled,
a.button:disabled,
input.button:disabled,
a.button:not([href]):disabled {
  cursor: not-allowed;
  background-color: #D1D6D8;
}

button:disabled:hover,
a.button:disabled:hover,
input.button:disabled:hover,
a.button:not([href]):disabled:hover {
  background-color: #D1D6D8;
}

[data-card-wrapper="true"] {
  display: flex;
}

[data-card-wrapper="true"] [data-card] {
  display: flex;
  transition: opacity 0.25s ease-in;
}

[data-card-wrapper="true"] [data-card]:not([data-card-status]) {
  display: none;
}

[data-card-wrapper="true"] [data-card][data-card-status="close"] {
  display: none;
}

[data-card-wrapper="true"] [data-card][data-card-status="close"] {
  opacity: 0;
}

[data-card-wrapper="true"] [data-card][data-card-status="closing"] {
  opacity: 0;
}

[data-card-wrapper="true"] [data-card][data-card-status="opening"] {
  opacity: 0;
}

[data-card-wrapper="true"] [data-card][data-card-status="open"] {
  opacity: 1;
}

#header {
  position: absolute;
  width: 100%;
  top: 0;
  transition: background-color 0.4s ease;
}

@media (min-width: 992px) {
  #header .header-top {
    background-color: transparent;
  }
}

@media (max-width: 992px) {
  #header .header-top {
    display: none;
  }
}

@media (max-width: 1600px) {
  #header .header-top .container {
    width: calc(100%-60px);
  }
}

@media (min-width: 1600px) {
  #header .header-top {
    padding: 1.875rem 0;
  }
  #header .header-top .container {
    width: calc(100%-120px);
  }
}

#header .header-top .desktop-row {
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}

#header .header-top .desktop-row::after {
  content: none;
}

#header .header-top .desktop-row #desktop_logo a {
  display: flex;
}

#header .header-top .desktop-row #desktop_logo a svg {
  height: 35px;
  width: auto;
}

@media (min-width: 1600px) {
  #header .header-top .desktop-row #desktop_logo a svg {
    height: 43px;
  }
}

@media (max-width: 992px) {
  #header .header-top .desktop-row {
    display: none !important;
  }
}

#header .header-top__navigation {
  display: flex;
  column-gap: 15px;
}

#header .header-top__navigation .cta-btn {
  display: flex;
  align-items: center;
}

#header .header-top__navigation .cta-btn a {
  text-transform: uppercase;
  color: #fff;
  padding: 8px 42px;
}

@media (max-width: 1400px) {
  #header .header-top__navigation .cta-btn a {
    font-size: .875rem;
    line-height: normal;
  }
}

#header .header-top__navigation .top-menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  #header .header-top__navigation .top-menu {
    column-gap: 20px;
  }
}

@media (min-width: 1400px) {
  #header .header-top__navigation .top-menu {
    column-gap: 26px;
  }
}

#header .header-top__navigation .top-menu .link-all {
  padding: 0;
  font-weight: 700;
  font-size: .875rem;
  line-height: 1.4688rem;
}

@media (min-width: 1600px) {
  #header .header-top__navigation .top-menu .link-all {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}

#header .header-top__navigation .top-menu > li {
  text-transform: uppercase;
}

#header .header-top__navigation .top-menu li {
  width: auto;
}

#header .header-top__navigation .top-menu li a {
  color: #141516;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  letter-spacing: 0;
  transition: color 0.3s ease;
}

@media (min-width: 1600px) {
  #header .header-top__navigation .top-menu li a {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

#header .header-top__navigation .top-menu li a:hover {
  color: #B4162E;
}

#header .header-top__navigation .top-menu li.has-submenu .arrow-icon {
  transition: all 0.3s ease;
}

#header .header-top__navigation .top-menu li.has-submenu:hover .arrow-icon {
  transform: rotate(180deg);
}

#header .header-top__navigation .top-menu li.has-submenu .dropdown-item {
  cursor: default;
  display: flex;
  align-items: center;
}

#header .header-top__navigation .top-menu li.has-submenu .sub-menu {
  padding: 30px 0 50px 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  width: 100vw;
  background-color: #EEF2F8;
  top: 48px !important;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
  z-index: 1060;
  box-shadow: none;
}

@media (min-width: 1600px) {
  #header .header-top__navigation .top-menu li.has-submenu .sub-menu {
    top: 62px !important;
  }
}

#header .header-top__navigation .top-menu li.has-submenu .sub-menu .left-column {
  margin-right: 60px;
  padding-right: 60px;
  border-right: 1px solid #D1D6D8;
}

@media (min-width: 1600px) {
  #header .header-top__navigation .top-menu li.has-submenu .sub-menu .left-column {
    margin-right: 80px;
    padding-right: 80px;
  }
}

#header .header-top__navigation .top-menu li.has-submenu .sub-menu .content-columns {
  display: flex;
  column-gap: 60px;
}

@media (min-width: 1600px) {
  #header .header-top__navigation .top-menu li.has-submenu .sub-menu .content-columns {
    column-gap: 120px;
  }
}

#header .header-top__navigation .top-menu li.has-submenu .sub-menu .content-columns .column-title {
  margin-bottom: 25px;
  font-weight: 700;
  color: #C81A33;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1.4688rem;
}

@media (min-width: 1600px) {
  #header .header-top__navigation .top-menu li.has-submenu .sub-menu .content-columns .column-title {
    margin-bottom: 32px;
    font-size: 1rem;
    line-height: 1.6rem;
  }
}

#header .header-top__navigation .top-menu li.has-submenu .sub-menu .content-columns .submenu-list {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

@media (min-width: 1600px) {
  #header .header-top__navigation .top-menu li.has-submenu .sub-menu .content-columns .submenu-list {
    row-gap: 16px;
  }
}

#header .header-top__navigation .top-menu li.has-submenu .sub-menu .content-columns .submenu-list .submenu-item a {
  padding: 0;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.4688rem;
}

@media (min-width: 1600px) {
  #header .header-top__navigation .top-menu li.has-submenu .sub-menu .content-columns .submenu-list .submenu-item a {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}

#header .header-top__navigation .top-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

#header .mobile-header-nav #mobile_logo svg {
  height: 30px;
  width: auto;
}

@media (max-width: 992px) {
  #header .mobile-header-nav #mobile_logo {
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#header .mobile-header-nav.dark #mobile_logo svg path {
  fill: #141516;
}

#header .mobile-header-nav .mobile {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#header .mobile-header-nav .mobile .mobile-icons {
  display: flex;
  align-items: center;
}

#header .mobile-icons,
#header .desktop-icons {
  display: flex;
}

@media (min-width: 1600px) {
  #header .mobile-icons,
  #header .desktop-icons {
    column-gap: 16px;
  }
}

#header .mobile-icons #user-icon,
#header .mobile-icons #cart-icon,
#header .desktop-icons #user-icon,
#header .desktop-icons #cart-icon {
  display: flex;
  align-items: center;
  margin: 0;
  padding: .5625rem;
}

@media (min-width: 1600px) {
  #header .mobile-icons #user-icon,
  #header .mobile-icons #cart-icon,
  #header .desktop-icons #user-icon,
  #header .desktop-icons #cart-icon {
    padding: .75rem;
  }
}

#header .mobile-icons #user-icon a,
#header .mobile-icons #cart-icon a,
#header .desktop-icons #user-icon a,
#header .desktop-icons #cart-icon a {
  height: 20px;
  transition: all 0.3s ease;
}

#header .mobile-icons #user-icon a .cart-products-count,
#header .mobile-icons #cart-icon a .cart-products-count,
#header .desktop-icons #user-icon a .cart-products-count,
#header .desktop-icons #cart-icon a .cart-products-count {
  color: #232323;
}

#header .mobile-icons #user-icon a:hover svg path,
#header .mobile-icons #cart-icon a:hover svg path,
#header .desktop-icons #user-icon a:hover svg path,
#header .desktop-icons #cart-icon a:hover svg path {
  stroke: #B4162E;
}

#header .mobile-icons #user-icon a:hover .cart-products-count,
#header .mobile-icons #cart-icon a:hover .cart-products-count,
#header .desktop-icons #user-icon a:hover .cart-products-count,
#header .desktop-icons #cart-icon a:hover .cart-products-count {
  color: #B4162E;
}

#header .mobile-icons #cart-icon a,
#header .desktop-icons #cart-icon a {
  display: flex;
}

@media (min-width: 992px) {
  #header.dark #desktop_logo svg path {
    fill: #141516;
  }
  #header.dark .category.has-submenu:hover .dropdown-item {
    color: #141516;
  }
  #header.dark .header-top {
    background-color: #fff;
  }
}

@media (min-width: 992px) {
  #header.white {
    background-color: transparent;
    box-shadow: none;
  }
  #header.white .header-top__navigation .top-menu > li > a {
    color: #fff;
  }
  #header.white .header-top__navigation .top-menu > li > a .arrow-icon path {
    stroke: #fff;
  }
  #header.white .header-top__navigation .top-menu > li:hover > a {
    color: #B4162E;
  }
  #header.white .header-top__navigation .top-menu > li.has-submenu:hover > a {
    color: #fff;
  }
  #header.white .header-top__navigation .desktop-icons #user-icon a path,
  #header.white .header-top__navigation .desktop-icons #cart-icon a path {
    stroke: #fff;
    transition: stroke 0.3s ease;
  }
  #header.white .header-top__navigation .desktop-icons #user-icon a .cart-products-count,
  #header.white .header-top__navigation .desktop-icons #cart-icon a .cart-products-count {
    font-weight: 400;
    color: #fff;
    transition: color 0.3s ease;
  }
  #header.white .header-top__navigation .desktop-icons #user-icon a:hover path,
  #header.white .header-top__navigation .desktop-icons #cart-icon a:hover path {
    stroke: #B4162E;
  }
  #header.white .header-top__navigation .desktop-icons #user-icon a:hover .cart-products-count,
  #header.white .header-top__navigation .desktop-icons #cart-icon a:hover .cart-products-count {
    color: #B4162E;
  }
}

#header .mobile-nav-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  background-color: rgba(0, 0, 0, 0.8);
}

#header .mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

#header .mobile-nav {
  padding-bottom: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 38px;
  height: 100vh;
  background-color: #fff;
  z-index: 1000;
  transform: translateX(-100%);
  transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

#header .mobile-nav .close-nav-button {
  cursor: pointer;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  padding: 10px;
}

#header .mobile-nav .close-nav-button:focus {
  border: 1px solid #B4162E;
  border-radius: 8px;
}

#header .mobile-nav__underline {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 24px;
  right: 24px;
  height: 2px;
  background-color: #D1D6D8;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transform: translateY(-10px);
}

#header .mobile-nav__underline.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#header .mobile-nav__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #EEF2F8;
  color: #767D89;
  padding: 9px 14px 9px 24px;
  font-size: 1.625rem;
  line-height: 2rem;
  font-weight: 700;
}

#header .mobile-nav__bottom {
  overflow-y: auto;
  height: calc(var(--height) - 64px);
}

#header .mobile-nav__bottom a {
  font-size: 1.1875rem;
  line-height: 1.4375rem;
  color: #767D89;
  padding: 16px 24px;
  font-weight: 700;
  width: 100%;
  display: block;
}

#header .mobile-nav__bottom a:hover {
  color: #B4162E;
}

#header .mobile-nav__bottom li {
  margin-bottom: 10px;
}

#header .mobile-nav__submenu {
  display: none;
  padding-left: 24px;
}

#header .mobile-nav__submenu a {
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
}

#header .mobile-nav__submenu li {
  margin-bottom: 0;
}

#header .mobile-nav__item-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

#header .mobile-nav__item-wrapper.cta-btn {
  padding: 0 20px;
}

#header .mobile-nav__item-wrapper.cta-btn .button {
  color: #fff;
}

#header .mobile-nav__arrow-wrapper {
  padding: 10px 24px 10px 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header .mobile-nav__arrow-wrapper:hover path {
  stroke: #B4162E;
}

#header .mobile-nav__arrow-wrapper path {
  transition: stroke 0.3s;
}

#header .mobile-nav svg {
  transition: transform 0.3s;
}

#header .mobile-nav svg.rotated {
  transform: rotate(-90deg);
}

#header .mobile-nav.active {
  transform: none;
}

#module-ob_seasonproducts-page #header,
#module-ob_seasonproducts-page #header .header-top {
  position: static;
}

#module-ob_seasonproducts-page .pageHeroSection {
  display: block;
  margin-top: 50px;
}

#module-ob_seasonproducts-page .breadcrumb li > span {
  color: #141516;
}

#module-ob_seasonproducts-page .breadcrumb a path {
  stroke: #141516;
}

#module-ob_seasonproducts-page .customTitle {
  font-size: 2.4375rem;
  font-weight: 700;
  line-height: 3.3125rem;
}

#module-ob_seasonproducts-page .shop-hero {
  margin: 20px 0;
}

#module-ob_seasonproducts-page .shop-hero-slider {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  height: 650px;
  overflow: hidden;
  gap: 10px;
}

@media (max-width: 768px) {
  #module-ob_seasonproducts-page .shop-hero-slider {
    height: 450px;
    flex-wrap: wrap;
  }
}

#module-ob_seasonproducts-page .shop-hero-slide-wrapper {
  width: 100%;
  position: relative;
  border-radius: 0 12px 12px 0;
  transition: all 1s ease-in;
}

@media (max-width: 768px) {
  #module-ob_seasonproducts-page .shop-hero-slide-wrapper {
    width: 100%;
    height: 100%;
  }
}

#module-ob_seasonproducts-page .shop-hero-slide {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

#module-ob_seasonproducts-page .shop-hero-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

#module-ob_seasonproducts-page .shop-hero-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

@media (max-width: 768px) {
  #module-ob_seasonproducts-page .shop-hero-img img {
    filter: brightness(0.8);
  }
}

#module-ob_seasonproducts-page .shop-hero-content {
  z-index: 2;
  padding: 40px;
  width: 100%;
  transition: all 1s ease-in;
}

@media (max-width: 768px) {
  #module-ob_seasonproducts-page .shop-hero-content {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
    flex-direction: column;
    justify-content: flex-end;
  }
}

#module-ob_seasonproducts-page .shop-hero-content .title {
  color: #fff;
  z-index: 3;
  transition: all 1s ease-in;
  cursor: pointer;
  margin-bottom: 1rem;
}

#module-ob_seasonproducts-page .shop-hero-content .title:hover {
  color: #C81A33;
}

#module-ob_seasonproducts-page .shop-hero-description {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  transition: grid-template-rows 0.5s ease-in;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  #module-ob_seasonproducts-page .shop-hero-description {
    display: grid;
    grid-template-rows: 0fr;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
  }
}

#module-ob_seasonproducts-page .shop-hero-description p {
  color: #fff;
}

#module-ob_seasonproducts-page .shop-hero-read-more {
  display: flex;
  align-items: center;
  gap: 10px;
}

#module-ob_seasonproducts-page .shop-hero-read-more a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375rem;
  color: #fff;
  transition: color 0.2s;
}

#module-ob_seasonproducts-page .shop-hero-read-more a:hover {
  color: #C81A33;
}

#module-ob_seasonproducts-page .shop-mid {
  display: flex;
  margin: 50px 0;
}

#module-ob_seasonproducts-page .shop-mid-title {
  width: 70%;
}

#module-ob_seasonproducts-page .shop-mid-sortWrapper {
  width: 30%;
}

#module-ob_seasonproducts-page .shop-mid-sortWrapper .products-sort-order {
  display: flex;
  justify-content: flex-end;
}

#module-ob_seasonproducts-page .shop-mid-sortWrapper .products-sort-order .select-title {
  background: transparent;
  border: none;
  width: auto;
}

#module-ob_seasonproducts-page .products .thumbnail-container {
  width: 100%;
}

#authentication .breadcrumb, #registration .breadcrumb, #password .breadcrumb {
  display: none;
}

#authentication .page-header, #registration .page-header, #password .page-header {
  margin-bottom: 0;
}

#authentication.page-authentication #content, #authentication.page-registration #content, #registration.page-authentication #content, #registration.page-registration #content, #password.page-authentication #content, #password.page-registration #content {
  max-width: unset;
}

#authentication .page-content, #registration .page-content, #password .page-content {
  display: flex;
  padding: 4rem;
  gap: 40px;
  margin-bottom: 0;
  justify-content: center;
}

@media (min-width: 1400px) {
  #authentication .page-content, #registration .page-content, #password .page-content {
    justify-content: flex-start;
  }
}

#authentication .page-content .login-form, #authentication .page-content .register-form, #authentication .page-content .password-recover, #registration .page-content .login-form, #registration .page-content .register-form, #registration .page-content .password-recover, #password .page-content .login-form, #password .page-content .register-form, #password .page-content .password-recover {
  width: 40%;
}

#authentication .page-content .login-form .rox-login-grid__logo, #authentication .page-content .register-form .rox-login-grid__logo, #authentication .page-content .password-recover .rox-login-grid__logo, #registration .page-content .login-form .rox-login-grid__logo, #registration .page-content .register-form .rox-login-grid__logo, #registration .page-content .password-recover .rox-login-grid__logo, #password .page-content .login-form .rox-login-grid__logo, #password .page-content .register-form .rox-login-grid__logo, #password .page-content .password-recover .rox-login-grid__logo {
  margin-bottom: 40px;
}

#authentication .page-content .login-form .rox-login-grid__paragraph, #authentication .page-content .register-form .rox-login-grid__paragraph, #authentication .page-content .password-recover .rox-login-grid__paragraph, #registration .page-content .login-form .rox-login-grid__paragraph, #registration .page-content .register-form .rox-login-grid__paragraph, #registration .page-content .password-recover .rox-login-grid__paragraph, #password .page-content .login-form .rox-login-grid__paragraph, #password .page-content .register-form .rox-login-grid__paragraph, #password .page-content .password-recover .rox-login-grid__paragraph {
  font-weight: 500;
  margin-bottom: 40px;
}

#authentication .page-content .login-form .rox-login-grid__separator, #authentication .page-content .register-form .rox-login-grid__separator, #authentication .page-content .password-recover .rox-login-grid__separator, #registration .page-content .login-form .rox-login-grid__separator, #registration .page-content .register-form .rox-login-grid__separator, #registration .page-content .password-recover .rox-login-grid__separator, #password .page-content .login-form .rox-login-grid__separator, #password .page-content .register-form .rox-login-grid__separator, #password .page-content .password-recover .rox-login-grid__separator {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 40px;
}

#authentication .page-content .login-form .rox-login-grid__separator-line, #authentication .page-content .register-form .rox-login-grid__separator-line, #authentication .page-content .password-recover .rox-login-grid__separator-line, #registration .page-content .login-form .rox-login-grid__separator-line, #registration .page-content .register-form .rox-login-grid__separator-line, #registration .page-content .password-recover .rox-login-grid__separator-line, #password .page-content .login-form .rox-login-grid__separator-line, #password .page-content .register-form .rox-login-grid__separator-line, #password .page-content .password-recover .rox-login-grid__separator-line {
  width: 100%;
  height: 1px;
  background-color: #767D89;
}

#authentication .page-content .login-form .rox-login-grid__login-with, #authentication .page-content .register-form .rox-login-grid__login-with, #authentication .page-content .password-recover .rox-login-grid__login-with, #registration .page-content .login-form .rox-login-grid__login-with, #registration .page-content .register-form .rox-login-grid__login-with, #registration .page-content .password-recover .rox-login-grid__login-with, #password .page-content .login-form .rox-login-grid__login-with, #password .page-content .register-form .rox-login-grid__login-with, #password .page-content .password-recover .rox-login-grid__login-with {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  margin-bottom: 40px;
}

#authentication .page-content .login-form .rox-login-grid__login-with-element, #authentication .page-content .register-form .rox-login-grid__login-with-element, #authentication .page-content .password-recover .rox-login-grid__login-with-element, #registration .page-content .login-form .rox-login-grid__login-with-element, #registration .page-content .register-form .rox-login-grid__login-with-element, #registration .page-content .password-recover .rox-login-grid__login-with-element, #password .page-content .login-form .rox-login-grid__login-with-element, #password .page-content .register-form .rox-login-grid__login-with-element, #password .page-content .password-recover .rox-login-grid__login-with-element {
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EEF2F8;
  width: 100%;
}

#authentication .page-content .login-form .form-group, #authentication .page-content .register-form .form-group, #authentication .page-content .password-recover .form-group, #registration .page-content .login-form .form-group, #registration .page-content .register-form .form-group, #registration .page-content .password-recover .form-group, #password .page-content .login-form .form-group, #password .page-content .register-form .form-group, #password .page-content .password-recover .form-group {
  position: relative;
}

#authentication .page-content .login-form .form-group label:not(.custom-checkbox label), #authentication .page-content .register-form .form-group label:not(.custom-checkbox label), #authentication .page-content .password-recover .form-group label:not(.custom-checkbox label), #registration .page-content .login-form .form-group label:not(.custom-checkbox label), #registration .page-content .register-form .form-group label:not(.custom-checkbox label), #registration .page-content .password-recover .form-group label:not(.custom-checkbox label), #password .page-content .login-form .form-group label:not(.custom-checkbox label), #password .page-content .register-form .form-group label:not(.custom-checkbox label), #password .page-content .password-recover .form-group label:not(.custom-checkbox label) {
  pointer-events: none;
  position: absolute;
  line-height: 24px;
  top: 15px;
  left: 50px;
  width: auto;
  z-index: 1;
  padding: 0;
  margin-bottom: 0;
  background: none;
  transition: transform .15s,left .15s;
  transform-origin: bottom left;
  letter-spacing: .5px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  color: #141516;
  font-weight: 500;
  font-size: 13px;
  background: transparent;
  white-space: nowrap;
  max-width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
}

#authentication .page-content .login-form .form-group label:not(.custom-checkbox label).input-focus, #authentication .page-content .register-form .form-group label:not(.custom-checkbox label).input-focus, #authentication .page-content .password-recover .form-group label:not(.custom-checkbox label).input-focus, #registration .page-content .login-form .form-group label:not(.custom-checkbox label).input-focus, #registration .page-content .register-form .form-group label:not(.custom-checkbox label).input-focus, #registration .page-content .password-recover .form-group label:not(.custom-checkbox label).input-focus, #password .page-content .login-form .form-group label:not(.custom-checkbox label).input-focus, #password .page-content .register-form .form-group label:not(.custom-checkbox label).input-focus, #password .page-content .password-recover .form-group label:not(.custom-checkbox label).input-focus {
  transform: translateY(-13px);
  left: 30px;
  opacity: 1;
  color: #141516;
  font-size: 11px;
  line-height: normal;
}

#authentication .page-content .login-form .form-group .js-input-column, #authentication .page-content .register-form .form-group .js-input-column, #authentication .page-content .password-recover .form-group .js-input-column, #registration .page-content .login-form .form-group .js-input-column, #registration .page-content .register-form .form-group .js-input-column, #registration .page-content .password-recover .form-group .js-input-column, #password .page-content .login-form .form-group .js-input-column, #password .page-content .register-form .form-group .js-input-column, #password .page-content .password-recover .form-group .js-input-column {
  width: 100%;
}

#authentication .page-content .login-form .form-group .js-input-column input, #authentication .page-content .register-form .form-group .js-input-column input, #authentication .page-content .password-recover .form-group .js-input-column input, #registration .page-content .login-form .form-group .js-input-column input, #registration .page-content .register-form .form-group .js-input-column input, #registration .page-content .password-recover .form-group .js-input-column input, #password .page-content .login-form .form-group .js-input-column input, #password .page-content .register-form .form-group .js-input-column input, #password .page-content .password-recover .form-group .js-input-column input {
  display: flex;
  padding: 15px 30px;
  line-height: 24px;
  font-size: 13px;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid var(--Light-Gray, #EEF2F8);
  background: rgba(238, 242, 248, 0.5);
}

#authentication .page-content .login-form .form-group .js-input-column input:focus, #authentication .page-content .register-form .form-group .js-input-column input:focus, #authentication .page-content .password-recover .form-group .js-input-column input:focus, #registration .page-content .login-form .form-group .js-input-column input:focus, #registration .page-content .register-form .form-group .js-input-column input:focus, #registration .page-content .password-recover .form-group .js-input-column input:focus, #password .page-content .login-form .form-group .js-input-column input:focus, #password .page-content .register-form .form-group .js-input-column input:focus, #password .page-content .password-recover .form-group .js-input-column input:focus {
  border: 1px solid #1D2F57;
  outline: none;
}

#authentication .page-content .login-form .form-group .js-parent-focus.focus, #authentication .page-content .register-form .form-group .js-parent-focus.focus, #authentication .page-content .password-recover .form-group .js-parent-focus.focus, #registration .page-content .login-form .form-group .js-parent-focus.focus, #registration .page-content .register-form .form-group .js-parent-focus.focus, #registration .page-content .password-recover .form-group .js-parent-focus.focus, #password .page-content .login-form .form-group .js-parent-focus.focus, #password .page-content .register-form .form-group .js-parent-focus.focus, #password .page-content .password-recover .form-group .js-parent-focus.focus {
  outline: 0px;
}

#authentication .page-content .login-form .form-group .js-parent-focus .input-group-btn, #authentication .page-content .register-form .form-group .js-parent-focus .input-group-btn, #authentication .page-content .password-recover .form-group .js-parent-focus .input-group-btn, #registration .page-content .login-form .form-group .js-parent-focus .input-group-btn, #registration .page-content .register-form .form-group .js-parent-focus .input-group-btn, #registration .page-content .password-recover .form-group .js-parent-focus .input-group-btn, #password .page-content .login-form .form-group .js-parent-focus .input-group-btn, #password .page-content .register-form .form-group .js-parent-focus .input-group-btn, #password .page-content .password-recover .form-group .js-parent-focus .input-group-btn {
  position: absolute;
  right: 0px;
  z-index: 4;
  height: 100%;
}

#authentication .page-content .login-form .form-group .js-parent-focus .input-group-btn .btn, #authentication .page-content .register-form .form-group .js-parent-focus .input-group-btn .btn, #authentication .page-content .password-recover .form-group .js-parent-focus .input-group-btn .btn, #registration .page-content .login-form .form-group .js-parent-focus .input-group-btn .btn, #registration .page-content .register-form .form-group .js-parent-focus .input-group-btn .btn, #registration .page-content .password-recover .form-group .js-parent-focus .input-group-btn .btn, #password .page-content .login-form .form-group .js-parent-focus .input-group-btn .btn, #password .page-content .register-form .form-group .js-parent-focus .input-group-btn .btn, #password .page-content .password-recover .form-group .js-parent-focus .input-group-btn .btn {
  background-color: transparent;
  background-image: url(../img/eye.svg);
  width: 25px;
  height: 25px;
  top: 12px;
  right: 30px;
  padding: 0;
  background-position: center;
  background-size: cover;
  color: transparent;
}

#authentication .page-content .login-form .forgot-password, #authentication .page-content .register-form .forgot-password, #authentication .page-content .password-recover .forgot-password, #registration .page-content .login-form .forgot-password, #registration .page-content .register-form .forgot-password, #registration .page-content .password-recover .forgot-password, #password .page-content .login-form .forgot-password, #password .page-content .register-form .forgot-password, #password .page-content .password-recover .forgot-password {
  text-align: start;
}

#authentication .page-content .login-form .forgot-password > a, #authentication .page-content .register-form .forgot-password > a, #authentication .page-content .password-recover .forgot-password > a, #registration .page-content .login-form .forgot-password > a, #registration .page-content .register-form .forgot-password > a, #registration .page-content .password-recover .forgot-password > a, #password .page-content .login-form .forgot-password > a, #password .page-content .register-form .forgot-password > a, #password .page-content .password-recover .forgot-password > a {
  color: #767D89;
}

#authentication .page-content .login-form .forgot-password > a strong, #authentication .page-content .register-form .forgot-password > a strong, #authentication .page-content .password-recover .forgot-password > a strong, #registration .page-content .login-form .forgot-password > a strong, #registration .page-content .register-form .forgot-password > a strong, #registration .page-content .password-recover .forgot-password > a strong, #password .page-content .login-form .forgot-password > a strong, #password .page-content .register-form .forgot-password > a strong, #password .page-content .password-recover .forgot-password > a strong {
  color: #C81A33;
  transition: color 0.2s ease-in;
}

#authentication .page-content .login-form .forgot-password > a:hover strong, #authentication .page-content .register-form .forgot-password > a:hover strong, #authentication .page-content .password-recover .forgot-password > a:hover strong, #registration .page-content .login-form .forgot-password > a:hover strong, #registration .page-content .register-form .forgot-password > a:hover strong, #registration .page-content .password-recover .forgot-password > a:hover strong, #password .page-content .login-form .forgot-password > a:hover strong, #password .page-content .register-form .forgot-password > a:hover strong, #password .page-content .password-recover .forgot-password > a:hover strong {
  color: #B4162E;
}

#authentication .page-content .login-form .form-footer #submit-login, #authentication .page-content .register-form .form-footer #submit-login, #authentication .page-content .password-recover .form-footer #submit-login, #registration .page-content .login-form .form-footer #submit-login, #registration .page-content .register-form .form-footer #submit-login, #registration .page-content .password-recover .form-footer #submit-login, #password .page-content .login-form .form-footer #submit-login, #password .page-content .register-form .form-footer #submit-login, #password .page-content .password-recover .form-footer #submit-login {
  width: 100%;
  padding: 13px 0;
}

#authentication .page-content .slider-text, #registration .page-content .slider-text, #password .page-content .slider-text {
  z-index: 3;
  position: relative;
  top: -140px;
  left: 30px;
}

#authentication .page-content .slider-text h4, #authentication .page-content .slider-text p, #registration .page-content .slider-text h4, #registration .page-content .slider-text p, #password .page-content .slider-text h4, #password .page-content .slider-text p {
  color: #fff;
}

#authentication .page-content .login-slider, #registration .page-content .login-slider, #password .page-content .login-slider {
  width: 60%;
  height: 100%;
  overflow: hidden;
  display: none;
}

@media (min-width: 1400px) {
  #authentication .page-content .login-slider, #registration .page-content .login-slider, #password .page-content .login-slider {
    display: block;
  }
}

#authentication .page-content .login-slider .swiper-login, #registration .page-content .login-slider .swiper-login, #password .page-content .login-slider .swiper-login {
  height: 826px;
  width: 1037px;
}

#authentication .page-content .login-slider .swiper-login .swiper-wrapper .swiper-slide, #registration .page-content .login-slider .swiper-login .swiper-wrapper .swiper-slide, #password .page-content .login-slider .swiper-login .swiper-wrapper .swiper-slide {
  width: 100%;
}

#authentication .page-content .login-slider .swiper-login .swiper-wrapper .swiper-slide .imgWrapper, #registration .page-content .login-slider .swiper-login .swiper-wrapper .swiper-slide .imgWrapper, #password .page-content .login-slider .swiper-login .swiper-wrapper .swiper-slide .imgWrapper {
  width: 100%;
}

#authentication .page-content .login-slider .swiper-pagination, #registration .page-content .login-slider .swiper-pagination, #password .page-content .login-slider .swiper-pagination {
  text-align: start;
  margin: 0 30px;
  display: flex;
  gap: 20px;
  bottom: 30px;
}

#authentication .page-content .login-slider .swiper-pagination .swiper-pagination-bullet, #registration .page-content .login-slider .swiper-pagination .swiper-pagination-bullet, #password .page-content .login-slider .swiper-pagination .swiper-pagination-bullet {
  width: 120px;
  border-radius: 3px;
  background-color: #fff;
  height: 3px;
}

#authentication .page-content .no-account, #registration .page-content .no-account, #password .page-content .no-account {
  margin-top: 1.25rem;
}

#authentication .page-content .no-account > a, #registration .page-content .no-account > a, #password .page-content .no-account > a {
  color: #767D89;
}

#authentication .page-content .no-account > a strong, #registration .page-content .no-account > a strong, #password .page-content .no-account > a strong {
  color: #767D89;
  transition: color 0.2s ease-in;
}

#authentication .page-content .no-account > a:hover strong, #registration .page-content .no-account > a:hover strong, #password .page-content .no-account > a:hover strong {
  color: #B4162E;
}

#authentication .page-content .register-form, #registration .page-content .register-form, #password .page-content .register-form {
  width: 100%;
}

#authentication .page-content .register-form form > div, #registration .page-content .register-form form > div, #password .page-content .register-form form > div {
  display: flex;
  flex-wrap: wrap;
}

#authentication .page-content .register-form form > div .row, #registration .page-content .register-form form > div .row, #password .page-content .register-form form > div .row {
  margin-left: 0;
  margin-right: 0;
}

#authentication .page-content .register-form form > div .row .js-input-column, #registration .page-content .register-form form > div .row .js-input-column, #password .page-content .register-form form > div .row .js-input-column {
  padding: 0;
}

#authentication .page-content .register-form form > div .row .form-control-comment, #registration .page-content .register-form form > div .row .form-control-comment, #password .page-content .register-form form > div .row .form-control-comment {
  display: none;
}

#authentication .page-content .register-form form > div > :nth-child(1), #registration .page-content .register-form form > div > :nth-child(1), #password .page-content .register-form form > div > :nth-child(1) {
  display: none;
}

#authentication .page-content .register-form form > div > :nth-child(2), #registration .page-content .register-form form > div > :nth-child(2), #password .page-content .register-form form > div > :nth-child(2) {
  width: 50%;
  padding-right: 10px;
}

#authentication .page-content .register-form form > div > :nth-child(3), #registration .page-content .register-form form > div > :nth-child(3), #password .page-content .register-form form > div > :nth-child(3) {
  width: 50%;
  padding-left: 10px;
}

#authentication .page-content .register-form form > div > :nth-child(4), #registration .page-content .register-form form > div > :nth-child(4), #password .page-content .register-form form > div > :nth-child(4) {
  width: 100%;
}

#authentication .page-content .register-form form > div > :nth-child(5), #registration .page-content .register-form form > div > :nth-child(5), #password .page-content .register-form form > div > :nth-child(5) {
  width: 100%;
}

#authentication .page-content .register-form form > div > :nth-child(6), #registration .page-content .register-form form > div > :nth-child(6), #password .page-content .register-form form > div > :nth-child(6) {
  display: none;
}

#authentication .page-content .register-form form > div > :nth-child(7), #registration .page-content .register-form form > div > :nth-child(7), #password .page-content .register-form form > div > :nth-child(7) {
  display: none;
}

#authentication .page-content .register-form form > div > :nth-child(8), #registration .page-content .register-form form > div > :nth-child(8), #password .page-content .register-form form > div > :nth-child(8) {
  width: 100%;
}

#authentication .page-content .register-form form > div > :nth-child(9), #registration .page-content .register-form form > div > :nth-child(9), #password .page-content .register-form form > div > :nth-child(9) {
  display: none;
}

#authentication .page-content .register-form form .button, #registration .page-content .register-form form .button, #password .page-content .register-form form .button {
  width: 100%;
  padding: 13px 0;
}

#authentication .page-content .password-recover, #registration .page-content .password-recover, #password .page-content .password-recover {
  height: 100%;
  width: 100%;
}

#authentication .page-content .password-recover .rox-login-grid__left-content, #registration .page-content .password-recover .rox-login-grid__left-content, #password .page-content .password-recover .rox-login-grid__left-content {
  display: flex;
  height: 100%;
  align-items: center;
  max-height: 650px;
}

#authentication .page-content .password-recover .rox-login-grid__left-content .center-email-fields, #registration .page-content .password-recover .rox-login-grid__left-content .center-email-fields, #password .page-content .password-recover .rox-login-grid__left-content .center-email-fields {
  margin-top: 50px;
}

#authentication .page-content .password-recover .rox-login-grid__left-content .center-email-fields input, #registration .page-content .password-recover .rox-login-grid__left-content .center-email-fields input, #password .page-content .password-recover .rox-login-grid__left-content .center-email-fields input {
  display: flex;
  padding: 15px 30px;
  line-height: 24px;
  font-size: 13px;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid var(--Light-Gray, #EEF2F8);
  background: rgba(238, 242, 248, 0.5);
}

#authentication .page-content .password-recover .rox-login-grid__left-content .center-email-fields input:focus, #registration .page-content .password-recover .rox-login-grid__left-content .center-email-fields input:focus, #password .page-content .password-recover .rox-login-grid__left-content .center-email-fields input:focus {
  border: 1px solid #1D2F57;
  outline: none;
}

#authentication .page-content .password-recover .rox-login-grid__left-content #send-reset-link, #registration .page-content .password-recover .rox-login-grid__left-content #send-reset-link, #password .page-content .password-recover .rox-login-grid__left-content #send-reset-link {
  width: 100%;
  padding: 13px 0;
  margin-top: 30px;
}

#registration #content .rox-login-grid {
  width: 100%;
}

@media (min-width: 1200px) {
  #registration #content .rox-login-grid {
    width: 40%;
  }
}

#authentication .page-content .login-form {
  width: 100%;
}

@media (min-width: 1200px) {
  #authentication .page-content .login-form {
    width: 40%;
  }
}

#product #header {
  position: static;
  margin-bottom: 70px;
}

#product #wrapper {
  background-color: #fff;
}

#product .pageHeroSection {
  display: block;
}

#product .product-images {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  #product .product-images {
    justify-content: center;
  }
}

#product #content {
  margin: 20px 0;
}

@media (max-width: 1600px) {
  #product .images-container .product-cover {
    max-width: 400px;
  }
}

@media (max-width: 1200px) {
  #product .images-container .product-cover {
    max-width: 355px;
  }
}

@media (max-width: 768px) {
  #product .images-container .product-cover {
    max-width: 300px;
  }
}

@media (max-width: 576px) {
  #product .images-container .product-cover {
    margin-bottom: 40px;
  }
}

#product .images-container .swiper-buttons {
  position: absolute;
  left: -100px;
  top: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
}

@media (max-width: 768px) {
  #product .images-container .swiper-buttons {
    left: 0%;
    top: 50%;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 576px) {
  #product .images-container .swiper-buttons {
    top: calc(100% + 40px);
    justify-content: space-evenly;
  }
}

#product .images-container .swiper-wrapper {
  filter: drop-shadow(0px 11px 23px rgba(0, 0, 0, 0.08)) drop-shadow(0px 42px 42px rgba(0, 0, 0, 0.07)) drop-shadow(0px 95px 57px rgba(0, 0, 0, 0.04)) drop-shadow(0px 170px 68px rgba(0, 0, 0, 0.01)) drop-shadow(0px 265px 74px transparent);
  border-radius: 6px;
}

#product .images-container .swiper-wrapper .img-fluid {
  width: 354px;
  height: 497px;
  object-fit: contain;
  border-radius: 6px;
}

@media (max-width: 768px) {
  #product .images-container .swiper-wrapper .img-fluid {
    width: 300px;
    height: 420px;
  }
}

#product .images-container #hero-slider-btn-prev, #product .images-container #hero-slider-btn-next {
  width: 42px;
  height: 42px;
  border: 1px solid #767D89;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: static;
  transform: rotate(-90deg);
}

#product .images-container #hero-slider-btn-prev::after, #product .images-container #hero-slider-btn-next::after {
  content: '';
}

#product .images-container #hero-slider-btn-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18L9 12L15 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 45% 50%;
}

@media (max-width: 768px) {
  #product .images-container #hero-slider-btn-prev {
    transform: rotate(180deg);
    left: 50px;
    position: relative;
  }
}

#product .images-container #hero-slider-btn-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: 55% 50%;
}

@media (max-width: 768px) {
  #product .images-container #hero-slider-btn-next {
    transform: rotate(180deg);
    left: -50px;
    position: relative;
  }
}

#product .product-container > .col-md-6 {
  z-index: 1;
}

#product .info-top {
  margin-top: 30px;
}

#product .info-top-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 15px;
  align-items: center;
}

@media (max-width: 576px) {
  #product .info-top-top {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

#product .info-top-top-left .body-text, #product .info-top-top-left .custom-section .container .accordion .card .card-body p, .custom-section .container .accordion .card .card-body #product .info-top-top-left p {
  color: #1D2F57;
}

#product .info-top-top-right .product-list-reviews {
  display: flex;
  justify-content: flex-end;
  position: static;
  background: transparent;
}

#product .product-title {
  margin-bottom: 24px;
}

#product .product-description {
  margin-bottom: 24px;
}

#product .current-price {
  display: flex;
  gap: 12px;
}

#product .current-price .current-price-value {
  color: #C81A33;
}

#product .current-price .product-discount {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
}

#product .product-actions {
  position: relative;
  z-index: 2;
  height: 180px;
}

@media (max-width: 992px) {
  #product .product-actions {
    height: auto;
    margin-bottom: 15px;
  }
}

#product .product-add-to-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 0 0;
}

@media (max-width: 1200px) {
  #product .product-add-to-cart {
    align-items: flex-end;
    flex-direction: column-reverse;
    gap: 10px;
  }
}

@media (max-width: 992px) {
  #product .product-add-to-cart {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 0px;
  }
}

@media (max-width: 768px) {
  #product .product-add-to-cart {
    align-items: flex-end;
    flex-direction: column-reverse;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  #product .product-add-to-cart .product-quantity {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #product .product-add-to-cart .add {
    width: 100%;
  }
}

#product .product-add-to-cart .add button.button {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

@media (max-width: 768px) {
  #product .product-add-to-cart .add button.button {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #product .icons-actions {
    width: 100%;
    text-align: end;
  }
}

#product .product-bottom {
  background-color: #EEF2F8;
  border-radius: 12px;
  position: relative;
  z-index: 0;
  top: -235px;
  padding: 40px 44px 44px 44px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 992px) {
  #product .product-bottom {
    padding: 10px 15px;
    top: 0px;
  }
}

#product .product-description-wrapper:has(.product-description-wrapper-right) {
  flex-wrap: wrap;
  gap: 24px;
  display: grid;
  grid-template-columns: 2fr 1fr;
}

#product .product-description-wrapper:has(.product-description-wrapper-right) .h5 {
  width: 100%;
}

@media (max-width: 992px) {
  #product .product-description-wrapper:has(.product-description-wrapper-right) {
    grid-template-columns: 1fr;
  }
}

#product .product-description-wrapper:has(.product-description-wrapper-right)-left {
  width: 100%;
}

#product .product-description-wrapper:has(.product-description-wrapper-right)-right {
  width: 100%;
}

#product .product-description-wrapper h1 {
  font-size: 3.05rem !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  text-transform: uppercase !important;
  margin-bottom: 3.05rem !important;
}

#product .product-description-wrapper h2 {
  font-size: 2.4438rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  margin-bottom: 2.4438rem !important;
}

#product .product-description-wrapper h3 {
  font-size: 1.9563rem !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  text-transform: uppercase !important;
  margin-bottom: 1.9563rem !important;
}

#product .product-description-wrapper h4 {
  font-size: 1.5625rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.875rem !important;
  margin-bottom: 1.5625rem !important;
}

#product .product-description-wrapper h5 {
  font-size: 1.25rem !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 2rem !important;
  margin-bottom: 1.25rem !important;
}

#product .product-description-wrapper p {
  font-size: 1rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.6rem !important;
  margin-bottom: 2rem !important;
}

#product .product-description-wrapper li {
  list-style: disc;
  margin-left: 1.5rem;
}

#product .product-description-wrapper .imgWrapper img {
  width: 100%;
}

#product #product-comment-list-item,
#product #product-comments-list,
#product #empty-product-comment,
#product #product-comments-list-header,
#product #product-comments-list-footer {
  display: none;
}

@media (max-width: 400px) {
  .productsWrapper {
    width: 100%;
  }
  .productsWrapper > div {
    width: 100%;
  }
}

.products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.products:not(.swiper-wrapper) {
  display: grid;
  gap: 24px;
}

@media (max-width: 1200px) {
  .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 400px) {
  .products {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    width: 100%;
  }
}

.products .product-description {
  background: #f6f6f6;
}

.products .product-description-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 15px;
  align-items: center;
}

@media (max-width: 576px) {
  .products .product-description-top {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

.products .product-description-top-left .body-text, .products .product-description-top-left .custom-section .container .accordion .card .card-body p, .custom-section .container .accordion .card .card-body .products .product-description-top-left p {
  color: #1D2F57;
}

.products .product-description-top-right .product-list-reviews {
  display: flex;
  justify-content: flex-end;
  position: static;
  background: transparent;
}

.products .product-description-bottom {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 1.5rem;
  height: 42px;
}

.products .product-description-bottom .product-price-and-shipping {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.products .product-description-bottom .product-price-and-shipping .price {
  color: #C81A33;
}

.products .product-description-bottom .add .button {
  width: 100%;
  height: 100%;
  padding: 14px 0px;
  border-radius: 6px;
}

.products .product-description::after {
  display: none;
}

.products .product-title-wrapper {
  height: 30px;
  display: flex;
}

@media (max-width: 576px) {
  .products .product-title-wrapper {
    height: 52px;
  }
}

.products .product-title-wrapper .h5 {
  color: #141516;
  transition: color 0.3s;
  text-wrap: nowrap;
}

@media (max-width: 576px) {
  .products .product-title-wrapper .h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-wrap: wrap;
  }
}

.products .product-title-wrapper:hover .h5 {
  color: #C81A33;
}

.products .thumbnail-top .product-thumbnail picture {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

.products .thumbnail-top .product-thumbnail picture img {
  object-fit: cover;
  transition: transform  0.2s;
}

@media (max-width: 768px) {
  .products .thumbnail-top .product-thumbnail picture img {
    height: 250px;
    object-position: top;
  }
}

@media (max-width: 400px) {
  .products .thumbnail-top .product-thumbnail picture img {
    width: 100%;
    height: 100%;
    max-width: 200px;
  }
}

.products .thumbnail-top .product-thumbnail picture img:hover {
  transform: scale(1.1);
}

.products .small-stars .star-content div.star, .products .small-stars .star-content div.star-on, .products .small-stars .star-content div.star-hover {
  background: url(../img/icons/small_stars.svg) no-repeat 0 0 transparent;
}

.products .small-stars .star-content div.star-on, .products .small-stars .star-content div.star-hover {
  background-position: -19px 0;
}

#ets_blog_page .pageHeroSection, #index .pageHeroSection {
  display: block;
  background-image: url(../img/pageHeroSection/blog.png);
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
  background-position: center;
}

#ets_blog_page .pageHeroSection.single-post, #index .pageHeroSection.single-post {
  background-image: url(../img/pageHeroSection/blog_single_post.png);
  background-repeat: no-repeat;
  height: 800px;
}

#ets_blog_page .pageHeroSection .container, #index .pageHeroSection .container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

#ets_blog_page .pageHeroSection .container .elements, #index .pageHeroSection .container .elements {
  margin-bottom: 200px;
}

#ets_blog_page .pageHeroSection .container .elements .title, #index .pageHeroSection .container .elements .title {
  font-weight: 700;
  color: #fff;
}

#ets_blog_page .ets-blog-list, #index .ets-blog-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
}

@media (min-width: 768px) {
  #ets_blog_page .ets-blog-list, #index .ets-blog-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  #ets_blog_page .ets-blog-list, #index .ets-blog-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 992px) {
  #ets_blog_page .ets-blog-list .first-element, #index .ets-blog-list .first-element {
    grid-column: span 2;
  }
}

#ets_blog_page .ets-blog-list li, #index .ets-blog-list li {
  width: 100%;
  height: 520px;
}

@media (min-width: 576px) {
  #ets_blog_page .ets-blog-list li, #index .ets-blog-list li {
    height: 620px;
  }
}

@media (min-width: 992px) {
  #ets_blog_page .ets-blog-list li, #index .ets-blog-list li {
    height: 700px;
  }
}

#ets_blog_page .ets-blog-list li img, #index .ets-blog-list li img {
  height: 400px;
  object-fit: cover;
  border-radius: 6px;
}

@media (min-width: 576px) {
  #ets_blog_page .ets-blog-list li img, #index .ets-blog-list li img {
    height: 500px;
  }
}

@media (min-width: 992px) {
  #ets_blog_page .ets-blog-list li img, #index .ets-blog-list li img {
    height: 590px;
    object-position: center top;
  }
}

#ets_blog_page .ets_blog_layout_grid, #index .ets_blog_layout_grid {
  margin-top: -300px;
}

#ets_blog_page .ets_blog_layout_grid.single-post, #index .ets_blog_layout_grid.single-post {
  margin-top: 0px;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  background-color: #EEF2F8;
}

@media (min-width: 992px) {
  #ets_blog_page .ets_blog_layout_grid.single-post, #index .ets_blog_layout_grid.single-post {
    grid-template-columns: 3fr 1fr;
  }
}

#ets_blog_page .ets_blog_layout_grid.single-post .ets-blog-wrapper-content:not(.ets-blog-related-posts-list .ets-blog-wrapper-content), #index .ets_blog_layout_grid.single-post .ets-blog-wrapper-content:not(.ets-blog-related-posts-list .ets-blog-wrapper-content) {
  margin-top: -200px;
  background-color: #fff;
  padding: 40px;
  border-radius: 6px;
}

#ets_blog_page .ets_blog_layout_grid.single-post .ets-blog-related-posts-wrapper, #index .ets_blog_layout_grid.single-post .ets-blog-related-posts-wrapper {
  margin: 0;
}

#ets_blog_page .page-heading, #index .page-heading {
  line-height: 2.625rem;
  text-transform: none;
  margin-bottom: 30px;
}

#ets_blog_page .blog-paggination .links > b, #index .blog-paggination .links > b {
  background: #C81A33 none repeat scroll 0 0;
  border: 1px solid #C81A33;
}

#ets_blog_page .blog-paggination .links > a:hover, #index .blog-paggination .links > a:hover {
  background: #B4162E none repeat scroll 0 0;
  border: 1px solid #B4162E;
  color: #fff;
  transition: all 0.2s;
}

#ets_blog_page .ets_title_block, #index .ets_title_block {
  padding-bottom: 0;
}

#ets_blog_page .ets_title_block .post-title, #index .ets_title_block .post-title {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s;
}

#ets_blog_page .ets_title_block:hover .post-title, #index .ets_title_block:hover .post-title {
  color: #B4162E;
}

#ets_blog_page .read_more, #index .read_more {
  margin-top: 0;
  border-bottom: 0;
}

#ets_blog_page .read_more svg, #index .read_more svg {
  transform: scale(1);
  transition: transform 0.2s;
}

#ets_blog_page .read_more:hover svg, #index .read_more:hover svg {
  transform: scale(1.1);
}

#ets_blog_page .ets-blog-latest-toolbar, #index .ets-blog-latest-toolbar {
  display: flex;
  justify-content: space-between;
}

#ets_blog_page .ets-blog-latest-toolbar .data, #index .ets-blog-latest-toolbar .data {
  display: flex;
  gap: 20px;
}

#ets_blog_page .ets-blog-latest-toolbar .post-date, #index .ets-blog-latest-toolbar .post-date {
  float: none;
  margin: 0;
}

#ets_blog_page .ets-blog-latest-toolbar .post-date span, #index .ets-blog-latest-toolbar .post-date span {
  font-size: 20.8px;
  font-weight: 400;
  color: #767D89;
}

#ets_blog_page .ets-blog-latest-toolbar .main-category, #index .ets-blog-latest-toolbar .main-category {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
  transition: all 0.2s;
}

#ets_blog_page .ets-blog-latest-toolbar .main-category:hover, #index .ets-blog-latest-toolbar .main-category:hover {
  color: #C81A33;
}

#ets_blog_page .budgeWrapper, #index .budgeWrapper {
  position: absolute;
  bottom: 140px;
  left: -10px;
  padding: 5px 20px;
  background-color: #1D2F57;
}

@media (min-width: 768px) {
  #ets_blog_page .budgeWrapper, #index .budgeWrapper {
    bottom: 155px;
  }
}

@media (min-width: 1400px) {
  #ets_blog_page .budgeWrapper, #index .budgeWrapper {
    bottom: 170px;
  }
}

#ets_blog_page .budgeWrapper .budge, #index .budgeWrapper .budge {
  color: #fff;
  transition: all 0.2s;
  font-size: 1.1rem;
}

#ets_blog_page .budgeWrapper .budge::before, #index .budgeWrapper .budge::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 4px;
  transform: rotate(-45deg);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(29, 47, 87, 0.9);
}

#ets_blog_page .budgeWrapper .budge:hover, #index .budgeWrapper .budge:hover {
  color: #C81A33;
}

#ets_blog_page .post-wrapper, #index .post-wrapper {
  position: relative;
}

#ets_blog_page .blog-extra, #index .blog-extra {
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #767D89;
}

#ets_blog_page .ets-blog-related-posts-list li, #ets_blog_page .ets_block_latest li, #index .ets-blog-related-posts-list li, #index .ets_block_latest li {
  width: 100%;
  height: 520px;
}

@media (min-width: 576px) {
  #ets_blog_page .ets-blog-related-posts-list li, #ets_blog_page .ets_block_latest li, #index .ets-blog-related-posts-list li, #index .ets_block_latest li {
    height: 620px;
  }
}

@media (min-width: 992px) {
  #ets_blog_page .ets-blog-related-posts-list li, #ets_blog_page .ets_block_latest li, #index .ets-blog-related-posts-list li, #index .ets_block_latest li {
    height: 540px;
  }
}

#ets_blog_page .ets-blog-related-posts-list li img, #ets_blog_page .ets_block_latest li img, #index .ets-blog-related-posts-list li img, #index .ets_block_latest li img {
  height: 400px;
  object-fit: cover;
  object-position: top center;
  border-radius: 6px;
}

@media (min-width: 576px) {
  #ets_blog_page .ets-blog-related-posts-list li img, #ets_blog_page .ets_block_latest li img, #index .ets-blog-related-posts-list li img, #index .ets_block_latest li img {
    height: 500px;
  }
}

@media (min-width: 992px) {
  #ets_blog_page .ets-blog-related-posts-list li img, #ets_blog_page .ets_block_latest li img, #index .ets-blog-related-posts-list li img, #index .ets_block_latest li img {
    height: 400px;
  }
}

#ets_blog_page .ets_block_latest .ets_item_img, #ets_blog_page .ets-blog-related-posts-list .ets_item_img, #ets_blog_page .ets-blog-list .ets_item_img, #index .ets_block_latest .ets_item_img, #index .ets-blog-related-posts-list .ets_item_img, #index .ets-blog-list .ets_item_img {
  border-radius: 6px;
}

#ets_blog_page .ets_block_latest .ets_item_img:hover img, #ets_blog_page .ets-blog-related-posts-list .ets_item_img:hover img, #ets_blog_page .ets-blog-list .ets_item_img:hover img, #index .ets_block_latest .ets_item_img:hover img, #index .ets-blog-related-posts-list .ets_item_img:hover img, #index .ets-blog-list .ets_item_img:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  border-radius: 6px;
}

#footer {
  background-color: #141516;
  position: relative;
  padding-top: 0;
}

#footer > svg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
}

#footer > svg svg {
  width: 100%;
  height: 100%;
}

#footer .footer-container {
  position: relative;
  overflow: initial;
}

#footer .footer-container .container {
  padding-top: 44px;
  border-top: 1px solid #767D89;
}

#footer .footer-container .container .links ul {
  margin-bottom: 0;
  background-color: transparent;
}

#footer .footer-container .container .links ul li {
  border: none;
  padding: 0;
}

#footer .footer-container .container .links .linkblocks {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 768px) {
  #footer .footer-container .container .links .linkblocks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

#footer .footer-container .container .links .linkblocks-info_column {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

#footer .footer-container .container .links .linkblocks-info_column-logo {
  width: 240px;
  height: auto;
  margin-bottom: 20px;
  max-height: 55px;
}

@media (min-width: 992px) {
  #footer .footer-container .container .links .linkblocks-info_column-logo {
    margin-bottom: 35px;
  }
}

@media (min-width: 1600px) {
  #footer .footer-container .container .links .linkblocks-info_column-logo {
    margin-bottom: 48px;
  }
}

#footer .footer-container .container .links .linkblocks-info_column-name {
  color: #EEF2F8;
  font-size: 16px;
  transition: color 0.3s ease;
}

@media (min-width: 992px) {
  #footer .footer-container .container .links .linkblocks-info_column-name {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  #footer .footer-container .container .links .linkblocks-info_column-name {
    font-size: 20px;
  }
}

#footer .footer-container .container .links .linkblocks-info_column-link {
  color: #EEF2F8;
  transition: color 0.3s ease;
}

#footer .footer-container .container .links .linkblocks-info_column-link:hover {
  color: #B4162E;
}

#footer .footer-container .container .links .linkblocks-info_column .email-content {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

@media (min-width: 992px) {
  #footer .footer-container .container .links .linkblocks-info_column .email-content {
    column-gap: 12px;
  }
}

#footer .footer-container .container .links .linkblocks-module_column li {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  #footer .footer-container .container .links .linkblocks-module_column li {
    margin-bottom: 23px;
  }
}

@media (min-width: 1600px) {
  #footer .footer-container .container .links .linkblocks-module_column li {
    margin-bottom: 32px;
  }
}

#footer .footer-container .container .links .linkblocks-module_column li a {
  color: #EEF2F8;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  font-size: 12px;
  transition: color 0.3s ease;
}

@media (min-width: 992px) {
  #footer .footer-container .container .links .linkblocks-module_column li a {
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  #footer .footer-container .container .links .linkblocks-module_column li a {
    font-size: 18px;
  }
}

#footer .footer-container .container .links .linkblocks-module_column li a:hover {
  color: #B4162E;
}

#footer .footer-container .copyright-text {
  padding: 20px 0;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.14px;
  font-size: 10px;
}

@media (min-width: 992px) {
  #footer .footer-container .copyright-text {
    font-size: 12px;
  }
}

@media (min-width: 1600px) {
  #footer .footer-container .copyright-text {
    font-size: 14px;
  }
}

#footer .newsletter {
  position: relative;
  background-image: url(../img/newsletter-bg-desktop.png);
  background-size: cover;
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 460px;
}

@media (min-width: 768px) {
  #footer .newsletter {
    height: 100%;
    min-height: 400px;
    max-height: 430px;
  }
}

#footer .newsletter .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 576px) {
  #footer .newsletter .container {
    width: 100%;
  }
}

#footer .newsletter .container .bg-container {
  width: 100%;
  height: 291px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(7px);
  border-radius: 6px;
}

@media (max-width: 576px) {
  #footer .newsletter .container .bg-container {
    padding-left: 0;
    padding-right: 0;
    height: 430px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  #footer .newsletter .container .bg-container {
    height: 360px;
  }
}

@media (min-width: 992px) {
  #footer .newsletter .bg-ball {
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/ball-bg.png);
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
  }
}

#footer .newsletter .block_newsletter {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  background-color: transparent;
  width: 100%;
  max-width: 100%;
  padding: 20px 30px;
  border: none;
}

@media (min-width: 768px) {
  #footer .newsletter .block_newsletter {
    flex-direction: row;
    column-gap: 30px;
  }
}

@media (min-width: 992px) {
  #footer .newsletter .block_newsletter {
    padding: 30px 60px;
    column-gap: 60px;
  }
}

@media (min-width: 1600px) {
  #footer .newsletter .block_newsletter {
    padding: 48px 86px;
    column-gap: 126px;
  }
}

#footer .newsletter .block_newsletter-title {
  padding-top: 0;
  margin-bottom: 20px;
}

@media (min-width: 1600px) {
  #footer .newsletter .block_newsletter-title {
    margin-bottom: 30px;
  }
}

#footer .newsletter .block_newsletter-subtitle {
  padding-top: 0;
  margin-bottom: 10px;
}

#footer .newsletter .block_newsletter .text-content {
  flex: 1;
}

#footer .newsletter .block_newsletter .text-content .text-blue {
  color: #1D2F57;
}

#footer .newsletter .block_newsletter .text-content .text-red {
  color: #C81A33;
}

#footer .newsletter .block_newsletter form {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#footer .newsletter .block_newsletter form .input-wrapper input {
  display: flex;
  width: 100%;
  color: #141516;
  font-size: 1rem;
  line-height: normal;
  font-weight: 500;
  max-width: 464px;
  height: 50px;
  padding: 15px 30px;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  border-radius: 6px;
  border: 1px solid #EAEEF2;
  background: #F9FBFC;
}

@media (max-width: 400px) {
  #footer .newsletter .block_newsletter form .input-wrapper input {
    padding-left: 15px;
  }
}

#footer .newsletter .block_newsletter form .input-wrapper input::placeholder {
  color: #141516;
  font-weight: 500;
  opacity: 1;
}

#footer .newsletter .block_newsletter form .input-wrapper input:focus {
  border: 1px solid #1D2F57;
}

#footer .newsletter .block_newsletter form .marketing-consents {
  display: flex;
  margin: 0 0 24px;
}

#footer .newsletter .block_newsletter form .marketing-consents .checkbox {
  position: relative;
  display: flex;
  column-gap: 12px;
  margin-bottom: 0;
}

@media (min-width: 576px) and (max-width: 768px) {
  #footer .newsletter .block_newsletter form .marketing-consents .checkbox {
    align-items: center;
  }
}

#footer .newsletter .block_newsletter form .marketing-consents a {
  color: #C81A33;
}

#footer .newsletter .block_newsletter form .marketing-consents a:hover {
  color: #B4162E;
}

#footer .newsletter .block_newsletter form .marketing-consents .checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  height: 18px;
}

#footer .newsletter .block_newsletter form .marketing-consents .checkbox-square {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  transition: all 0.3s;
}

#footer .newsletter .block_newsletter form .marketing-consents .checkbox input[type="checkbox"]:checked ~ .checkbox-square {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.125 8.70866L9.5 11.0837L17.4167 3.16699' stroke='%23C81A33' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.625 9.5V15.0417C16.625 15.4616 16.4582 15.8643 16.1613 16.1613C15.8643 16.4582 15.4616 16.625 15.0417 16.625H3.95833C3.53841 16.625 3.13568 16.4582 2.83875 16.1613C2.54181 15.8643 2.375 15.4616 2.375 15.0417V3.95833C2.375 3.53841 2.54181 3.13568 2.83875 2.83875C3.13568 2.54181 3.53841 2.375 3.95833 2.375H12.6667' stroke='%23C81A33' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transition: 0.3s;
}

#footer .newsletter .block_newsletter form .marketing-consents .checkbox input[type="checkbox"]:checked ~ .checkbox-square svg {
  display: none;
}

#footer .newsletter .block_newsletter form .marketing-consents .checkbox input[type="checkbox"]:checked ~ .checkbox-square .checkmark {
  opacity: 1;
}

#footer .newsletter .block_newsletter form .marketing-consents p {
  flex: 1;
  text-align: left;
  color: #141516;
  padding-top: 0;
}

#footer .newsletter .block_newsletter form .newsletter-submit {
  height: initial;
}

#cart #header {
  position: static;
}

#cart #wrapper {
  background-color: #fff;
  padding-top: 40px;
  min-height: calc(100vh - 464px);
}

#cart .breadcrumb {
  margin-bottom: 0;
}

#cart .page-title {
  color: #1D2F57;
  font-weight: 700;
  font-size: 2.4438rem;
}

#cart .cart-overview {
  display: flex;
  flex-direction: column;
}

#cart .cart-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#cart .cart-items .cart-item:not(.tabel-header) {
  height: 100px;
  background-color: #EEF2F8;
  padding: .375rem 0;
  border-radius: 6px;
}

#cart .cart-items .cart-item:not(.tabel-header) .product-image img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  object-position: top;
  border-radius: 4px;
}

#cart .cart-items .cart-item:not(.tabel-header) .product-line-grid {
  height: 100%;
}

#cart .cart-items .cart-item:not(.tabel-header) .product-line-grid-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

@media (max-width: 992px) {
  #cart .cart-items .cart-item:not(.tabel-header) .product-line-grid-body {
    height: auto;
  }
}

#cart .cart-items .cart-item:not(.tabel-header) .product-line-grid-body .product-line-info .label {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #141516;
  transition: color 0.2s ease;
}

#cart .cart-items .cart-item:not(.tabel-header) .product-line-grid-body .product-line-info .label:hover {
  color: #C81A33;
}

#cart .cart-items .cart-item:not(.tabel-header) .product-line-grid-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 992px) {
  #cart .cart-items .cart-item:not(.tabel-header) .product-line-grid-right {
    height: auto;
    width: 65%;
  }
}

#cart .cart-items .cart-item:not(.tabel-header) .product-line-grid-right .price {
  text-align: center;
}

@media (max-width: 992px) {
  #cart .cart-items .cart-item:not(.tabel-header) .product-line-grid-right .price {
    text-align: start;
  }
}

#cart .cart-items .cart-item:not(.tabel-header) .product-line-grid-right .price .product-price {
  color: #C81A33;
}

#cart .tabel-header {
  padding: 0;
}

#cart .tabel-header-price {
  text-align: center;
}

#cart .tabel-header-delete {
  text-align: right;
}

#cart .cart-summary {
  margin-top: 2.0625rem;
}

#cart .cart-summary-header {
  color: #1D2F57;
}

#cart .cart-summary .label {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6rem;
}

#cart .cart-summary .value {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
}

#cart .cart-summary-totals .label, #cart .cart-summary-totals .value {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
}

#cart .promo-name span:not(.label) {
  color: #C81A33;
}

#cart .promo-code-button .collapse-button {
  color: #C81A33;
  transition: color 0.2s ease;
}

#cart .promo-code-button .collapse-button:hover {
  color: #B4162E;
}

#cart #promo-code .promo-input {
  width: 80%;
}

#cart .cart-detailed-actions .button {
  width: 100%;
  padding: 14px 0;
}

#checkout #header {
  position: static;
}

#checkout #wrapper {
  margin-top: 3.125rem;
  background: #fff;
}

#checkout .breadcrumb {
  margin-bottom: 0;
}

#checkout .checkout-top {
  margin-bottom: 3.125rem;
}

#checkout .checkout-top .page-title {
  color: #1D2F57;
  font-weight: 700;
  font-size: 2.4438rem;
}

#checkout #content-wrapper #content .step-title {
  font-size: 1rem;
  border-bottom: 0;
  font-weight: 400;
  border-top: 0 !important;
  display: flex;
  gap: 10px;
}

#checkout #content-wrapper #content section.checkout-step .step-title-checkWrapper {
  display: none;
}

#checkout #content-wrapper #content section.checkout-step.-complete .step-title-checkWrapper {
  display: flex;
}

#checkout #content-wrapper #content .content {
  padding: 0;
}

#checkout .rox-login-grid__logo {
  margin-bottom: 40px;
}

#checkout .rox-login-grid__paragraph {
  font-weight: 500;
  margin-bottom: 40px;
}

#checkout .rox-login-grid__separator {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 40px;
}

#checkout .rox-login-grid__separator-line {
  width: 100%;
  height: 1px;
  background-color: #767D89;
}

#checkout .rox-login-grid__login-with {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  margin-bottom: 40px;
}

#checkout .rox-login-grid__login-with-element {
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EEF2F8;
  width: 100%;
}

#checkout .form-group {
  position: relative;
}

#checkout .form-group label:not(.custom-checkbox label) {
  pointer-events: none;
  position: absolute;
  line-height: 24px;
  top: 15px;
  left: 50px;
  width: auto;
  z-index: 1;
  padding: 0;
  margin-bottom: 0;
  background: none;
  transition: transform .15s,left .15s;
  transform-origin: bottom left;
  letter-spacing: .5px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  color: #141516;
  font-weight: 500;
  font-size: 13px;
  background: transparent;
  white-space: nowrap;
  max-width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
}

#checkout .form-group label:not(.custom-checkbox label).input-focus {
  transform: translateY(-13px);
  left: 30px;
  opacity: 1;
  color: #141516;
  font-size: 11px;
  line-height: normal;
}

#checkout .form-group .js-input-column {
  width: 100%;
}

#checkout .form-group .js-input-column input {
  display: flex;
  padding: 15px 30px;
  line-height: 24px;
  font-size: 13px;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid var(--Light-Gray, #EEF2F8);
  background: rgba(238, 242, 248, 0.5);
}

#checkout .form-group .js-input-column input:focus {
  border: 1px solid #1D2F57;
  outline: none;
}

#checkout .form-group .js-parent-focus.focus {
  outline: 0px;
}

#checkout .form-group .js-parent-focus .input-group-btn {
  position: absolute;
  right: 0px;
  z-index: 4;
  height: 100%;
}

#checkout .form-group .js-parent-focus .input-group-btn .btn {
  background-color: transparent;
  background-image: url(../img/eye.svg);
  width: 25px;
  height: 25px;
  top: 12px;
  right: 30px;
  padding: 0;
  background-position: center;
  background-size: cover;
  color: transparent;
}

#checkout .forgot-password {
  margin-left: 0 !important;
  text-align: start;
}

#checkout .forgot-password > a {
  color: #767D89;
}

#checkout .forgot-password > a strong {
  color: #C81A33;
  transition: color 0.2s ease-in;
}

#checkout .forgot-password > a:hover strong {
  color: #B4162E;
}

#checkout .form-footer #submit-login {
  width: 100%;
  padding: 13px 0;
}

#checkout #login-form .form-footer {
  margin: 20px 0;
}

#checkout #login-form .form-footer .continue.button {
  width: 100%;
  padding: 13px 0;
}

#checkout #checkout-personal-information-step .nav.nav-inline .nav-link:not(.active):hover {
  color: #C81A33;
}

#checkout #checkout-personal-information-step .nav.nav-inline .nav-link .active {
  color: #232323;
}

#checkout #checkout-personal-information-step .nav.nav-inline .nav-link .active :hover {
  color: #232323;
}

#checkout #checkout-guest-form form > div {
  display: flex;
  flex-wrap: wrap;
}

#checkout #checkout-guest-form form > div .row {
  margin-left: 0;
  margin-right: 0;
}

#checkout #checkout-guest-form form > div .row .js-input-column {
  padding: 0;
}

#checkout #checkout-guest-form form > div .row .form-control-comment {
  display: none;
}

#checkout #checkout-guest-form form > div > :nth-child(1) {
  display: none;
}

#checkout #checkout-guest-form form > div > :nth-child(2) {
  width: 50%;
  padding-right: 10px;
}

#checkout #checkout-guest-form form > div > :nth-child(3) {
  width: 50%;
  padding-left: 10px;
}

#checkout #checkout-guest-form form > div > :nth-child(4) {
  width: 100%;
}

#checkout #checkout-guest-form form > div > :nth-child(5) {
  width: 100%;
}

#checkout #checkout-guest-form form > div > :nth-child(6) {
  width: 100%;
}

#checkout #checkout-guest-form form > div > :nth-child(7) {
  width: 100%;
}

#checkout #checkout-guest-form form > div > :nth-child(8) {
  display: none;
}

#checkout #checkout-guest-form form > div > :nth-child(9) {
  display: 100%;
}

#checkout #checkout-guest-form form .button {
  width: 100%;
  padding: 13px 0;
}

#checkout #delivery-address .js-address-form .form-fields {
  display: flex;
  flex-wrap: wrap;
}

#checkout #delivery-address .js-address-form .form-fields > .row {
  margin-left: 0px;
  margin-right: 0px;
}

#checkout #delivery-address .js-address-form .form-fields > .row .js-input-column {
  padding-left: 0px;
  padding-right: 0px;
}

#checkout #delivery-address .js-address-form .form-fields > :nth-child(3) {
  width: 60%;
  padding-right: 15px;
}

#checkout #delivery-address .js-address-form .form-fields > :nth-child(4) {
  width: 40%;
}

#checkout #delivery-address .js-address-form .form-fields > :nth-child(5) {
  width: 100%;
}

#checkout #delivery-address .js-address-form .form-fields > :nth-child(6) {
  width: 40%;
  padding-right: 15px;
}

#checkout #delivery-address .js-address-form .form-fields > :nth-child(7) {
  width: 60%;
}

#checkout .js-address-form .button.continue {
  width: 100%;
  padding: 13px 0;
  margin: 20px 0;
}

#checkout .js-address-form [data-link-action="different-invoice-address"] {
  color: #C81A33;
}

#checkout #delivery-addresses .js-address-item input[type="radio"] {
  display: none;
}

#checkout #delivery-addresses .js-address-item .custom-radio {
  border: 0px;
}

#checkout #delivery-addresses .js-address-item .checkbox-square {
  position: relative;
  top: -7px;
}

#checkout #delivery-addresses .js-address-item.selected {
  border-color: #C81A33;
}

#checkout #delivery-addresses .js-address-item.selected .checkbox-square {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.125 8.70866L9.5 11.0837L17.4167 3.16699' stroke='%23C81A33' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.625 9.5V15.0417C16.625 15.4616 16.4582 15.8643 16.1613 16.1613C15.8643 16.4582 15.4616 16.625 15.0417 16.625H3.95833C3.53841 16.625 3.13568 16.4582 2.83875 16.1613C2.54181 15.8643 2.375 15.4616 2.375 15.0417V3.95833C2.375 3.53841 2.54181 3.13568 2.83875 2.83875C3.13568 2.54181 3.53841 2.375 3.95833 2.375H12.6667' stroke='%23C81A33' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transition: 0.3s;
}

#checkout #delivery-addresses .js-address-item.selected .checkbox-square svg {
  display: none;
}

#checkout #checkout-delivery-step .button.continue {
  width: 100%;
  padding: 13px 0;
}

#checkout #checkout-delivery-step .delivery-options .delivery-option {
  padding: .9375rem .9375rem !important;
  background: #fff !important;
  border-right: 0px !important;
  justify-content: flex-start !important;
}

#checkout #checkout-delivery-step .delivery-options .delivery-option input[type="radio"] {
  display: none;
}

#checkout #checkout-delivery-step .delivery-options .delivery-option .custom-radio {
  border: 0px;
}

#checkout #checkout-delivery-step .delivery-options .delivery-option .checkbox-square {
  position: relative;
}

#checkout #checkout-delivery-step .delivery-options .delivery-option input[type="radio"]:checked ~ .checkbox-square {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.125 8.70866L9.5 11.0837L17.4167 3.16699' stroke='%23C81A33' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.625 9.5V15.0417C16.625 15.4616 16.4582 15.8643 16.1613 16.1613C15.8643 16.4582 15.4616 16.625 15.0417 16.625H3.95833C3.53841 16.625 3.13568 16.4582 2.83875 16.1613C2.54181 15.8643 2.375 15.4616 2.375 15.0417V3.95833C2.375 3.53841 2.54181 3.13568 2.83875 2.83875C3.13568 2.54181 3.53841 2.375 3.95833 2.375H12.6667' stroke='%23C81A33' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transition: 0.3s;
}

#checkout #checkout-delivery-step .delivery-options .delivery-option input[type="radio"]:checked ~ .checkbox-square svg {
  display: none;
}

#checkout #checkout-payment-step .button {
  width: 100%;
  padding: 13px 0;
}

#checkout #cart-summary-product-list.cart-summary-product-list .cart-summary-product-list-img img {
  width: 100%;
  border-radius: 6px;
}

#checkout #cart-summary-product-list.cart-summary-product-list .media-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #EEF2F8;
  padding-bottom: 80px;
  gap: 90px;
}

#checkout #cart-summary-product-list.cart-summary-product-list .media-list .media {
  height: 140px;
  max-width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 20px 40px;
  margin-top: -70px;
  position: relative;
  border-radius: 6px;
}

#checkout #cart-summary-product-list.cart-summary-product-list .media-list .media img {
  width: 6.25rem;
  border: 0;
  height: 6.25rem;
  object-fit: cover;
  object-position: top;
}

#checkout #cart-summary-product-list.cart-summary-product-list .media-list .media .media-body {
  height: 100%;
}

#checkout #cart-summary-product-list.cart-summary-product-list .media-list .media .media-body .product-quantity {
  color: #1D2F57;
}

#checkout #cart-summary-product-list.cart-summary-product-list .media-list .media .media-body .product-name a {
  color: #141516;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#checkout #cart-summary-product-list.cart-summary-product-list .media-list .media .media-body .product-price {
  color: #C81A33;
}

#checkout #footer.js-footer {
  background-color: #141516;
  padding: 0;
}

#order-confirmation #header {
  position: static;
}

#order-confirmation #wrapper {
  background: #fff;
}

#order-confirmation .order-confirmation-title {
  display: flex;
  align-items: center;
}

#order-confirmation .order-confirmation-title-icon svg {
  width: 40px;
  height: 40px;
}

#order-confirmation a {
  color: #C81A33;
}

#order-confirmation a:hover {
  color: #B4162E;
}

.contact-form {
  position: relative;
  padding: 0;
}

.contact-form form {
  display: flex;
  flex-direction: column;
}

.contact-form .form-fields {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 12px;
}

@media (min-width: 768px) {
  .contact-form .form-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.contact-form .form-fields #form-subject,
.contact-form .form-fields #form-message {
  grid-column: span 2 / span 2;
}

.contact-form .form-fields .form-group input,
.contact-form .form-fields .form-group textarea {
  display: flex;
  padding: 15px 30px;
  line-height: 24px;
  font-size: 13px;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid var(--Light-Gray, #EEF2F8);
  background: rgba(238, 242, 248, 0.5);
}

@media (max-width: 400px) {
  .contact-form .form-fields .form-group input,
  .contact-form .form-fields .form-group textarea {
    padding-left: 15px;
  }
}

.contact-form .form-fields .form-group input:focus,
.contact-form .form-fields .form-group textarea:focus {
  border: 1px solid #1D2F57;
  outline: none;
}

.contact-form .form-fields .form-group .input-content {
  position: relative;
  height: 57px;
}

.contact-form .form-fields .form-group .input-content label {
  pointer-events: none;
  position: absolute;
  line-height: 24px;
  top: 16px;
  left: 30px;
  padding: 0;
  margin-bottom: 0;
  background: none;
  transition: transform .15s, left .15s;
  transform-origin: bottom left;
  letter-spacing: .5px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  color: #141516;
  font-weight: 500;
  font-size: 13px;
  background: transparent;
  white-space: nowrap;
  max-width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 400px) {
  .contact-form .form-fields .form-group .input-content label {
    left: 15px;
  }
}

.contact-form .form-fields .form-group .input-content .input-focus {
  transform: translateY(-13px);
  left: 30px;
  opacity: 1;
  color: #141516;
  font-size: 11px;
  line-height: normal;
}

@media (max-width: 400px) {
  .contact-form .form-fields .form-group .input-content .input-focus {
    left: 15px;
  }
}

.contact-form .form-fields .form-group .text-area {
  height: 120px;
}

.contact-form .form-fields .form-group .text-area textarea {
  height: 100%;
  resize: none;
}

.contact-form .form-fields .form-group input,
.contact-form .form-fields .form-group select,
.contact-form .form-fields .form-group textarea {
  background-color: #eef2f8;
}

.contact-form .form-fields .form-group select {
  width: 100%;
  padding: 15px 30px;
  height: 52px;
  font-weight: 500;
  color: #141516;
  font-size: 13px;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Light-Gray, #EEF2F8);
  background-position-x: calc(100% - 30px);
}

@media (max-width: 400px) {
  .contact-form .form-fields .form-group select {
    padding-left: 15px;
  }
}

.contact-form .form-fields .form-group select:focus {
  border: 1px solid #1D2F57;
  outline: none;
}

.contact-form .form-footer .form-submit-button {
  box-sizing: border-box;
  width: 100%;
}

.contact-form .form-footer .marketing-consents {
  display: flex;
  margin: 0 0 24px;
}

.contact-form .form-footer .marketing-consents .checkbox {
  position: relative;
  display: flex;
  column-gap: 12px;
  margin-bottom: 0;
}

@media (min-width: 576px) and (max-width: 768px) {
  .contact-form .form-footer .marketing-consents .checkbox {
    align-items: center;
  }
}

.contact-form .form-footer .marketing-consents a {
  color: #C81A33;
  font-weight: 600;
}

.contact-form .form-footer .marketing-consents a:hover {
  color: #B4162E;
}

.contact-form .form-footer .marketing-consents .checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  height: 18px;
}

.contact-form .form-footer .marketing-consents .checkbox-square {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  transition: all 0.3s;
}

.contact-form .form-footer .marketing-consents .checkbox input[type="checkbox"]:checked ~ .checkbox-square {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.125 8.70866L9.5 11.0837L17.4167 3.16699' stroke='%23C81A33' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.625 9.5V15.0417C16.625 15.4616 16.4582 15.8643 16.1613 16.1613C15.8643 16.4582 15.4616 16.625 15.0417 16.625H3.95833C3.53841 16.625 3.13568 16.4582 2.83875 16.1613C2.54181 15.8643 2.375 15.4616 2.375 15.0417V3.95833C2.375 3.53841 2.54181 3.13568 2.83875 2.83875C3.13568 2.54181 3.53841 2.375 3.95833 2.375H12.6667' stroke='%23C81A33' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transition: 0.3s;
}

.contact-form .form-footer .marketing-consents .checkbox input[type="checkbox"]:checked ~ .checkbox-square svg {
  display: none;
}

.contact-form .form-footer .marketing-consents .checkbox input[type="checkbox"]:checked ~ .checkbox-square .checkmark {
  opacity: 1;
}

.contact-form .form-footer .marketing-consents p {
  flex: 1;
  text-align: left;
  color: #fff;
  padding-top: 0;
}

#footer .section-contact {
  position: relative;
  padding-top: 60px;
  padding-bottom: 0;
}

@media (min-width: 1600px) {
  #footer .section-contact {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}

#footer .section-contact__content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 15px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  #footer .section-contact__content {
    margin-bottom: 35px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1600px) {
  #footer .section-contact__content {
    margin-bottom: 50px;
  }
}

#footer .section-contact__content-title {
  color: #fff;
  opacity: 1;
  width: 100%;
}

@media (min-width: 1200px) {
  #footer .section-contact__content-title {
    max-width: 350px;
  }
}

@media (min-width: 1600px) {
  #footer .section-contact__content-title {
    max-width: 416px;
  }
}

#footer .section-contact__content .contact-form {
  background: transparent;
}

#footer .footer-container {
  padding-top: 44px;
}

@media (min-width: 768px) {
  #footer .footer-container {
    padding-top: 25px;
  }
}

.block-social .social-media__list {
  display: flex;
  column-gap: 24px;
}

.block-social .social-media__item:hover img {
  transform: scale(1.2);
}

.block-social .social-media__item img {
  transition: all 0.3s ease;
  height: 24px;
  width: auto;
}

.block-social.sm-icons .social-media__list {
  column-gap: 24px;
}

@media (min-width: 1600px) {
  .block-social.sm-icons .social-media__list {
    column-gap: 40px;
  }
}

.block-social.sm-icons .social-media__item img {
  height: 30px;
  width: auto;
}

@media (min-width: 1600px) {
  .block-social.sm-icons .social-media__item img {
    height: 37px;
  }
}

#index #wrapper {
  background: #fff;
}

.hero {
  width: 100%;
  height: 100%;
  min-height: 350px;
  max-height: 740px;
  background-image: url(../img/pageHeroSection/index.png);
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  box-sizing: content-box;
}

@media (max-width: 768px) {
  .hero {
    margin-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .hero {
    max-height: 550px;
  }
}

@media (min-width: 992px) {
  .hero {
    max-height: 940px;
    margin-bottom: 64px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .hero .container {
    width: 880px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .hero .container {
    width: 1080px;
  }
}

.hero__content {
  position: relative;
  z-index: 15;
  width: 100%;
  max-width: 400px;
}

@media (min-width: 576px) {
  .hero__content {
    max-width: 500px;
  }
}

@media (min-width: 768px) {
  .hero__content {
    padding-top: 120px;
    padding-bottom: 100px;
    max-width: 746px;
  }
}

@media (min-width: 992px) {
  .hero__content {
    padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .hero__content {
    padding-bottom: 100px;
  }
}

@media (min-width: 1600px) {
  .hero__content {
    width: 100%;
    padding-top: 190px;
    padding-bottom: 130px;
  }
}

.hero__content-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 16px;
  font-size: 40px;
  max-width: 250px;
}

@media (min-width: 576px) {
  .hero__content-title {
    max-width: 350px;
  }
}

@media (min-width: 576px) {
  .hero__content-title {
    font-size: 70px;
  }
}

@media (min-width: 992px) {
  .hero__content-title {
    font-size: 110px;
    line-height: 110px;
  }
}

@media (min-width: 1600px) {
  .hero__content-title {
    font-size: 150px;
    line-height: 150px;
  }
}

.hero__content-subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 24px;
  max-width: 300px;
  display: none;
}

@media (min-width: 768px) {
  .hero__content-subtitle {
    font-size: 2.4387rem;
    max-width: 80%;
    display: block;
  }
}

@media (min-width: 992px) {
  .hero__content-subtitle {
    max-width: 100%;
  }
}

.hero__content-description {
  color: #fff;
  margin-bottom: 32px;
  font-size: 15px;
  display: block;
}

@media (min-width: 992px) {
  .hero__content-description {
    font-size: 1rem;
  }
}

@media (min-width: 1600px) {
  .hero__content-description {
    margin-bottom: 64px;
  }
}

.hero__content-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .hero__content-buttons {
    gap: 24px;
  }
}

@media (max-width: 576px) {
  .hero__content-buttons a {
    font-size: 14px;
    padding: 14px 15px;
  }
}

.hero__content-buttons .secondary {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
}

@media (min-width: 768px) and (max-width: 992px) {
  .hero__content-buttons .secondary {
    backdrop-filter: blur(20px);
  }
}

.hero::after {
  background-image: url(../img/pageHeroSection/index-hero-mask.svg);
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 60%;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .hero::after {
    content: " ";
  }
}

.hero-slider {
  background-color: #EEF2F8;
  height: 650px;
  width: 300px;
}

.hero-slider .swiper {
  width: 100%;
  height: 650px;
}

.hero-slider .swiper-wrapper {
  margin-top: 10px;
}

.hero-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: inline-block;
  padding-top: 55px;
}

.hero-slider .swiper-slide .quote {
  text-align: left;
}

.hero-slider .swiper-slide .quote-sign {
  color: #EEF2F8;
}

.hero-slider .swiper-slide .quote .quote-content {
  width: 100%;
  max-width: 270px;
  margin-bottom: 24px;
}

.hero-slider .swiper-slide img {
  display: block;
  width: 300px;
  height: 300px;
  border-radius: 6px;
  margin-bottom: 24px;
  object-fit: cover;
}

@media (min-width: 992px) {
  .hero-slider .swiper-slide img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.hero-slider #hero-slider-btn-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18L9 12L15 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  height: 32px;
  width: 32px;
  left: unset;
  right: unset;
  margin: 0;
  bottom: unset;
  top: unset;
}

.hero-slider #hero-slider-btn-prev::after {
  content: none;
}

.hero-slider #hero-slider-btn-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  height: 32px;
  width: 32px;
  left: unset;
  right: unset;
  margin: 0;
  bottom: unset;
  top: unset;
}

.hero-slider #hero-slider-btn-next::after {
  content: none;
}

.hero-slider .autoplay-progress {
  position: absolute;
  right: 16px;
  top: 14px;
  z-index: 10;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.hero-slider .autoplay-progress-prev {
  left: 0;
  top: 14px;
}

.hero-slider .autoplay-progress-next {
  left: 56px;
  top: 14px;
}

.hero-slider .autoplay-progress svg {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 32px;
  height: 32px;
  stroke-width: 2px;
  fill: none;
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.hero-slider .autoplay-progress .svg-bg {
  stroke: rgba(255, 255, 255, 0.4);
}

.hero-slider .autoplay-progress .svg-progress {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 32px;
  height: 32px;
  stroke-width: 2px;
  stroke: #fff;
  fill: none;
  stroke-dashoffset: calc(90 * (1 - var(--progress)));
  stroke-dasharray: 90;
  transform: rotate(-90deg);
}

.hero-slider .swiper-pagination {
  width: auto;
  height: fit-content;
  position: absolute;
  top: 0;
  left: unset;
  right: 56px;
  color: #EEF2F8;
}

.hero-slider .swiper-pagination-current {
  font-size: 3.05rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.hero-slider .swiper-pagination-total {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
}

.hero-slider-desktop {
  display: none;
  position: absolute;
  bottom: 75px;
  right: 0;
  background-color: transparent;
}

.hero-slider-desktop .swiper-slide {
  background: transparent;
}

.hero-slider-desktop p {
  color: #EEF2F8;
}

@media (min-width: 1200px) {
  .hero-slider-desktop {
    display: block;
  }
}

.hero-slider-mobile {
  display: block;
  margin: 0 auto;
  background-color: transparent;
}

.hero-slider-mobile .hero-slider-swiper {
  height: 100%;
}

.hero-slider-mobile .hero-slider-swiper .swiper-pagination {
  color: #141516;
}

@media (min-width: 630px) and (max-width: 1200px) {
  .hero-slider-mobile {
    height: 450px;
    width: 600px;
  }
}

@media (min-width: 1200px) {
  .hero-slider-mobile {
    display: none;
  }
}

@media (min-width: 630px) {
  .hero-slider-mobile .swiper-slide {
    display: flex;
    flex-direction: row;
    gap: 25px;
  }
}

.hero-slider-mobile .swiper-slide .quote span,
.hero-slider-mobile .swiper-slide .quote p {
  color: #141516;
}

.hero-slider-mobile .autoplay-progress .svg-bg {
  stroke: rgba(0, 0, 0, 0.4);
}

.hero-slider-mobile .autoplay-progress .svg-progress {
  stroke: #C81A33;
}

.hero-slider-mobile #hero-slider-btn-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18L9 12L15 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

.hero-slider-mobile #hero-slider-btn-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.sticky-followme {
  position: fixed;
  display: none;
  flex-direction: column;
  row-gap: 36px;
  padding: 10px;
  left: 0;
  top: 300px;
  z-index: 50;
  border-radius: 6px;
  opacity: 0.7;
  background: #141516;
}

@media (min-width: 992px) {
  .sticky-followme {
    display: flex;
  }
}

@media (min-width: 1600px) {
  .sticky-followme {
    top: 200px;
    padding: 20px;
    left: 60px;
  }
}

.sticky-followme__text {
  display: block;
  color: #EEF2F8;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.sticky-followme__logos {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.sticky-followme__logos a {
  transition: all 0.3s ease;
}

.sticky-followme__logos a:hover img {
  transform: scale(1.1);
}

.sticky-followme__logos img {
  height: 24px;
  width: 24px;
}

.from-head-to-foot {
  margin-bottom: 64px;
}

@media (min-width: 1600px) {
  .from-head-to-foot {
    margin-bottom: 130px;
  }
}

.from-head-to-foot__content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 15px;
  row-gap: 32px;
}

@media (min-width: 768px) {
  .from-head-to-foot__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
}

.from-head-to-foot__content .text_content-subtitle {
  color: #C81A33;
  margin-bottom: 30px;
}

@media (min-width: 1600px) {
  .from-head-to-foot__content .text_content-subtitle {
    margin-bottom: 44px;
  }
}

.from-head-to-foot__content .text_content-description {
  margin-bottom: 18px;
}

@media (min-width: 1600px) {
  .from-head-to-foot__content .text_content-description {
    margin-bottom: 24px;
  }
}

.from-head-to-foot__content .image img {
  height: 100%;
  width: 100%;
  max-height: 405px;
  max-width: 636px;
}

.my-name-is__content {
  display: flex;
  flex-direction: column;
}

.my-name-is__content-text {
  text-align: center;
}

.my-name-is__content-name {
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  line-height: normal;
  font-size: 40px;
  top: 58px;
  margin-top: -58px;
}

@media (min-width: 576px) {
  .my-name-is__content-name {
    font-size: 60px;
  }
}

@media (min-width: 768px) {
  .my-name-is__content-name {
    font-size: 86px;
    top: 58px;
    margin-top: -58px;
  }
}

.my-name-is__content-name:before {
  content: attr(data-text);
  color: #C81A33;
  background: transparent;
  filter: drop-shadow(0px 0px 2px #fff);
  display: inline-block;
}

@media (min-width: 768px) {
  .my-name-is__content-name:before {
    clip-path: polygon(0 0, 100% 0%, 100% 50%, 0% 50%);
  }
}

@media (min-width: 768px) {
  .my-name-is__content-name:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #C81A33;
  }
}

@media (max-width: 768px) {
  .my-name-is {
    margin-bottom: -29px;
  }
  .my-name-is__content {
    height: 100px;
  }
  .my-name-is__content-text {
    margin-bottom: -29px;
  }
  .my-name-is__content-name {
    display: inline-block;
    top: 28px;
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .my-name-is {
    margin-bottom: -30px;
  }
  .my-name-is__content {
    height: 60px;
  }
}

@media (max-width: 350px) {
  .my-name-is {
    height: 100%;
  }
  .my-name-is__content {
    height: 100%;
  }
  .my-name-is__content-text {
    margin-bottom: 0;
  }
  .my-name-is__content-name {
    top: 10px;
  }
}

.three-videos {
  padding-top: 58px;
  background-image: url(../img/my-name-bg.png);
  background-size: 100% 349px;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .three-videos {
    margin-bottom: 80px;
  }
}

@media (min-width: 1600px) {
  .three-videos {
    margin-bottom: 140px;
  }
}

.three-videos__description {
  width: 100%;
  max-width: 635px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.three-videos__videos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.three-videos__video {
  position: relative;
  width: fit-content;
  height: 170px;
  max-width: 350px;
}

@media (min-width: 576px) {
  .three-videos__video {
    height: 190px;
  }
}

@media (min-width: 992px) {
  .three-videos__video {
    height: 200px;
  }
}

@media (min-width: 1600px) {
  .three-videos__video {
    height: 233px;
    max-width: 416px;
  }
}

.three-videos__video video {
  cursor: pointer;
  height: 100%;
  width: 100%;
  border-radius: 8px;
}

.three-videos__video .video-thumbnail {
  display: none;
  border-radius: 6px;
  cursor: pointer;
  height: 100%;
  left: 50%;
  object-fit: cover;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 1s ease-out;
  width: 100%;
}

.three-videos__video .video-thumbnail__visible {
  display: block;
  background-image: var(--cover);
  background-size: cover;
  background-repeat: no-repeat;
}

.three-videos__video .video-thumbnail:after {
  background-color: #EEF2F8;
  border-radius: 6px;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  width: 100%;
  transition: 0.3s opacity ease-in;
}

.three-videos__video .video-thumbnail::before {
  content: url("data:image/svg+xml,%3Csvg width='36' height='42' viewBox='0 0 36 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_415_7455)'%3E%3Cpath d='M35 19.268C36.3333 20.0378 36.3333 21.9623 35 22.7321L3.5 40.9186C2.16667 41.6884 0.500002 40.7261 0.500002 39.1865L0.500004 2.81347C0.500004 1.27387 2.16667 0.311614 3.5 1.08141L35 19.268Z' fill='%233F464C' fill-opacity='0.7' /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_415_7455' x='-5.5' y='-5.18945' width='47.5' height='52.3789' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='3' /%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_415_7455' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_415_7455' result='shape' /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  cursor: pointer;
  display: block;
  height: 50px;
  inset: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 50px;
}

.three-videos__video .video-thumbnail:hover::after {
  opacity: .25;
}

.about-me {
  margin-bottom: 64px;
}

@media (min-width: 768px) {
  .about-me {
    margin-bottom: 80px;
  }
}

@media (min-width: 1600px) {
  .about-me {
    margin-bottom: 140px;
  }
}

.about-me__content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 992px) {
  .about-me__content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.about-me__content .text-rows {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  width: 100%;
  max-width: 566px;
  justify-self: center;
}

@media (min-width: 576px) {
  .about-me__content .text-rows {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .about-me__content .text-rows {
    grid-column: span 2 / span 2;
    grid-column-start: 2;
  }
}

@media (min-width: 1600px) {
  .about-me__content .text-rows {
    max-width: 856px;
  }
}

.about-me__content .text-rows-item {
  padding: 16px 0;
  border-top: 1px solid #D1D6D8;
}

@media (min-width: 768px) {
  .about-me__content .text-rows-item {
    padding: 18px;
  }
}

@media (min-width: 1600px) {
  .about-me__content .text-rows-item {
    padding: 24px;
  }
}

.about-me__content .text-rows-item:last-of-type {
  border-bottom: 1px solid #D1D6D8;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .about-me__content .text-rows-item:last-of-type {
    margin-bottom: 64px;
  }
}

@media (min-width: 1600px) {
  .about-me__content .text-rows-item:last-of-type {
    margin-bottom: 85px;
  }
}

.about-me__content .text-rows-item p {
  color: #141516;
}

.about-me__content-btn {
  justify-self: center;
}

@media (min-width: 992px) {
  .about-me__content-btn {
    grid-column: span 3 / span 3;
  }
}

.about-me__content-btn a {
  display: inline-block;
}

.cooperation {
  margin-bottom: 64px;
}

@media (min-width: 768px) {
  .cooperation {
    margin-bottom: 80px;
  }
}

@media (min-width: 1600px) {
  .cooperation {
    margin-bottom: 140px;
  }
}

.cooperation-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  align-items: center;
}

@media (min-width: 992px) {
  .cooperation-wrapper {
    row-gap: 64px;
  }
}

@media (min-width: 1600px) {
  .cooperation-wrapper {
    row-gap: 84px;
  }
}

.cooperation-text {
  width: 100%;
  max-width: 635px;
  text-align: center;
}

.cooperation-brands {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

@media (min-width: 576px) {
  .cooperation-brands {
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .cooperation-brands {
    column-gap: 60px;
  }
}

@media (min-width: 1600px) {
  .cooperation-brands {
    width: 100%;
    justify-content: space-between;
  }
}

.cooperation-brands__item img {
  width: auto;
  height: 66px;
}

@media (min-width: 1600px) {
  .cooperation-brands__item img {
    height: 100px;
  }
}

.cooperation-brands__item.nike img {
  height: 40px;
}

@media (min-width: 1600px) {
  .cooperation-brands__item.nike img {
    height: 66px;
  }
}

.review {
  margin-bottom: 64px;
}

@media (min-width: 768px) {
  .review {
    margin-bottom: 80px;
  }
}

@media (min-width: 1600px) {
  .review {
    margin-bottom: 140px;
  }
}

@media (min-width: 1920px) {
  .review {
    margin-bottom: 160px;
  }
}

.review-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  width: 100%;
}

@media (min-width: 992px) {
  .review-wrapper {
    flex-direction: row;
    border-radius: 12px;
    box-shadow: 0px 0px 4.722px 0px rgba(0, 0, 0, 0.01), 0px 0px 9.778px 0px rgba(0, 0, 0, 0.02), 0px 0px 19.5px 0px rgba(0, 0, 0, 0.02), 0px 0px 38.222px 0px rgba(0, 0, 0, 0.02), 0px 0px 70.278px 0px rgba(0, 0, 0, 0.03), 0px 0px 120px 0px rgba(0, 0, 0, 0.04);
  }
}

.review-wrapper .text-wrapper {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 576px) and (max-width: 768px) {
  .review-wrapper .text-wrapper {
    width: 540px;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .review-wrapper .text-wrapper {
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .review-wrapper .text-wrapper {
    padding-left: 40px;
    padding-right: 35px;
    padding-top: 56px;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .review-wrapper .text-wrapper {
    width: 40%;
  }
}

@media (min-width: 1600px) {
  .review-wrapper .text-wrapper {
    padding-left: 86px;
    padding-right: 60px;
  }
}

.review-wrapper .text-wrapper .text-content {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

@media (min-width: 1600px) {
  .review-wrapper .text-wrapper .text-content {
    row-gap: 60px;
  }
}

.review-wrapper .text-wrapper .text-content__description {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.review-wrapper .text-wrapper .text-content__description p {
  color: #141516;
}

.review-wrapper .slider-content {
  position: relative;
  width: 100%;
  padding: 56px 0 56px 10px;
}

@media (min-width: 400px) {
  .review-wrapper .slider-content {
    padding-left: 20px;
  }
}

@media (min-width: 992px) {
  .review-wrapper .slider-content {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .review-wrapper .slider-content {
    padding: 56px 0;
    width: 60%;
  }
}

.review-wrapper .slider-content::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-image: url(../img/review-bg.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: cover;
  height: 100%;
  border-radius: 12px;
  width: 100%;
}

@media (min-width: 992px) {
  .review-wrapper .slider-content::before {
    width: 82%;
  }
}

@media (min-width: 1600px) {
  .review-wrapper .slider-content::before {
    width: 86%;
  }
}

.review-wrapper .slider-content .swiper-slide {
  opacity: 0.6;
  transition: opacity 0.4s ease;
}

.review-wrapper .slider-content .swiper-slide-active {
  opacity: 1;
}

.review-wrapper .slider-content .swiper-slide img {
  width: 100%;
  height: 100%;
  border: 4px solid #EEF2F8;
  max-width: 206px;
  max-height: 422px;
  object-fit: contain;
  border-radius: 27px;
  overflow: hidden;
}

@media (min-width: 576px) and (max-width: 992px) {
  .review-wrapper .slider-content .swiper-slide-active {
    opacity: 0.6;
  }
  .review-wrapper .slider-content .swiper-slide-next {
    opacity: 1;
  }
}

@media (max-width: 992px) {
  .review .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .review .slider-content::before {
    border-radius: 0px;
  }
}

.vp-platform {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .vp-platform {
    margin-bottom: 64px;
  }
}

@media (min-width: 992px) {
  .vp-platform {
    margin-bottom: 0;
  }
}

.vp-platform__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
}

.vp-platform__content-title h3 {
  background: linear-gradient(92deg, #C81A33 0%, #1D2F57 103.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .vp-platform__content-title h3 {
    font-size: 45px;
  }
}

@media (min-width: 1200px) {
  .vp-platform__content-title h3 {
    font-size: 50px;
  }
}

@media (min-width: 1920px) {
  .vp-platform__content-title h3 {
    font-size: 66.44px;
  }
}

.vp-platform__content-description p {
  text-align: center;
  color: #141516;
}

@media (min-width: 992px) {
  .vp-platform__content-description {
    margin-bottom: 25px;
  }
}

.vp-platform__content-title, .vp-platform__content-description {
  width: 100%;
  max-width: 700px;
}

@media (min-width: 1600px) {
  .vp-platform__content-title, .vp-platform__content-description {
    max-width: 856px;
  }
}

.vp-platform__content-img {
  z-index: 10;
}

.vp-platform__content-img img {
  width: 100%;
  max-width: 665px;
  height: fit-content;
  object-fit: contain;
}

.vp-benefits {
  background-color: #1D2F57;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

@media (min-width: 992px) {
  .vp-benefits {
    padding-top: 100px;
  }
}

.vp-benefits::after {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 5;
  right: 0;
  bottom: 0;
  background-image: url(../img/vp-benefits.svg);
  opacity: 0.2;
}

@media (min-width: 992px) {
  .vp-benefits::after {
    width: 60%;
  }
}

@media (min-width: 992px) {
  .vp-benefits {
    margin-top: -150px;
    padding-top: 250px;
    padding-bottom: 120px;
  }
}

@media (min-width: 1200px) {
  .vp-benefits {
    margin-top: -200px;
    padding-top: 300px;
  }
}

.vp-benefits__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  column-gap: 60px;
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  .vp-benefits__content {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .vp-benefits__content {
    column-gap: 80px;
  }
}

@media (min-width: 1600px) {
  .vp-benefits__content {
    column-gap: 120px;
  }
}

@media (min-width: 1920px) {
  .vp-benefits__content {
    column-gap: 160px;
  }
}

.vp-benefits__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20;
}

@media (min-width: 768px) {
  .vp-benefits__text {
    width: 40%;
  }
}

@media (min-width: 1400px) {
  .vp-benefits__text {
    row-gap: 90px;
  }
}

@media (min-width: 1600px) {
  .vp-benefits__text {
    row-gap: 120px;
  }
}

.vp-benefits__text-title {
  width: 100%;
  max-width: 380px;
}

.vp-benefits__text-title p {
  text-align: center;
  color: #fff;
}

@media (min-width: 992px) {
  .vp-benefits__text-title p {
    text-align: left;
  }
}

.vp-benefits__text-img {
  width: 100%;
  max-width: 300px;
}

@media (min-width: 1600px) {
  .vp-benefits__text-img {
    max-width: 380px;
  }
}

.vp-benefits__text-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.vp-benefits__benefits {
  width: 100%;
}

@media (min-width: 768px) {
  .vp-benefits__benefits {
    width: 60%;
  }
}

.vp-benefits__benefits-list {
  display: flex;
  flex-direction: column;
  row-gap: 42px;
}

@media (min-width: 1600px) {
  .vp-benefits__benefits-list {
    row-gap: 42px;
  }
}

.vp-benefits__benefits-item {
  display: flex;
  column-gap: 15px;
}

@media (min-width: 1600px) {
  .vp-benefits__benefits-item {
    column-gap: 24px;
  }
}

.vp-benefits__benefits-item-img {
  background-color: #fff;
  padding: 6px;
  border-radius: 6px;
  width: 59px;
  height: 59px;
}

.vp-benefits__benefits-item-description {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.vp-benefits__benefits-item-description p {
  color: #fff;
}

.vp-benefits__benefits-cta-title {
  color: #fff;
  margin-bottom: 24px;
  margin-top: 50px;
}

@media (min-width: 1600px) {
  .vp-benefits__benefits-cta-title {
    margin-top: 100px;
  }
}

.latest-posts {
  padding-top: 48px;
}

@media (min-width: 992px) {
  .latest-posts {
    padding-top: 64px;
  }
}

@media (min-width: 1400px) {
  .latest-posts {
    padding-top: 90px;
  }
}

@media (min-width: 1920px) {
  .latest-posts {
    padding-top: 140px;
  }
}

.latest-posts__text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .latest-posts__text {
    flex-direction: row;
    column-gap: 60px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1920px) {
  .latest-posts__text {
    margin-bottom: 64px;
    column-gap: 120px;
  }
}

.latest-posts__text p {
  color: #141516;
}

.latest-posts__text-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

@media (min-width: 992px) {
  .latest-posts__text-wrapper {
    width: 70%;
  }
}

.latest-posts__text-cta {
  width: 100%;
  display: flex;
  height: min-content;
}

@media (min-width: 992px) {
  .latest-posts__text-cta {
    width: 30%;
    justify-content: flex-end;
  }
}

#module-obplatform-aboutus #header {
  position: static;
}

#module-obplatform-aboutus .page-footer {
  margin-bottom: 0;
}

#module-obplatform-aboutus #wrapper {
  background: #fff;
}

#module-obplatform-aboutus #wrapper .breadcrumb {
  margin-top: 48px;
}

@media (min-width: 1600px) {
  #module-obplatform-aboutus #wrapper .breadcrumb {
    margin-top: 75px;
  }
}

#module-obplatform-aboutus #wrapper .titleWrapper .customTitle {
  font-weight: 700;
}

#module-obplatform-aboutus #wrapper .from-head-to-foot {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  #module-obplatform-aboutus #wrapper .from-head-to-foot {
    margin-bottom: 53px;
  }
}

#module-obplatform-aboutus #wrapper .text-section {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  #module-obplatform-aboutus #wrapper .text-section {
    margin-bottom: 48px;
  }
}

@media (min-width: 992px) {
  #module-obplatform-aboutus #wrapper .text-section {
    margin-bottom: 78px;
  }
}

@media (min-width: 1600px) {
  #module-obplatform-aboutus #wrapper .text-section {
    margin-bottom: 114px;
  }
}

#module-obplatform-aboutus #wrapper .text-section__content {
  display: flex;
  gap: 32px;
  flex-wrap: nowrap;
  flex-direction: column;
}

@media (min-width: 992px) {
  #module-obplatform-aboutus #wrapper .text-section__content {
    column-gap: 48px;
    flex-direction: row;
  }
}

@media (min-width: 1600px) {
  #module-obplatform-aboutus #wrapper .text-section__content {
    column-gap: 80px;
  }
}

#module-obplatform-aboutus #wrapper .text-section__content-left {
  width: 100%;
}

@media (min-width: 992px) {
  #module-obplatform-aboutus #wrapper .text-section__content-left {
    max-width: 360px;
  }
}

#module-obplatform-aboutus #wrapper .text-section__content-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#module-obplatform-aboutus #wrapper .text-section p {
  color: #141516;
}

#module-obplatform-aboutus #wrapper .my-name {
  background-image: url(../img/pageHeroSection/about-me-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: left;
  padding: 50px 0;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  #module-obplatform-aboutus #wrapper .my-name {
    background-position-x: right;
    margin-bottom: 48px;
  }
}

@media (min-width: 992px) {
  #module-obplatform-aboutus #wrapper .my-name {
    padding: 120px 0;
  }
}

@media (min-width: 1600px) {
  #module-obplatform-aboutus #wrapper .my-name {
    margin-bottom: 80px;
  }
}

#module-obplatform-aboutus #wrapper .my-name__content {
  width: 100%;
  max-width: 687px;
}

#module-obplatform-aboutus #wrapper .my-name__content p {
  color: #fff;
}

#module-obplatform-aboutus #wrapper .my-name__content .name {
  color: rgba(255, 255, 255, 0.1);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: Supreme;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 40px;
}

@media (min-width: 576px) {
  #module-obplatform-aboutus #wrapper .my-name__content .name {
    font-size: 45px;
    line-height: 45px;
  }
}

@media (min-width: 768px) {
  #module-obplatform-aboutus #wrapper .my-name__content .name {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  #module-obplatform-aboutus #wrapper .my-name__content .name {
    color: #fff;
  }
}

@media (min-width: 1400px) {
  #module-obplatform-aboutus #wrapper .my-name__content .name {
    margin-bottom: 60px;
    font-size: 86px;
    line-height: normal;
    margin-top: 0;
  }
}

#module-obplatform-aboutus #wrapper .my-name__content .description {
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  padding: 12px;
}

@media (min-width: 992px) {
  #module-obplatform-aboutus #wrapper .my-name__content .description {
    padding: 24px;
  }
}

#module-obplatform-aboutus #wrapper .text-in-columns__content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  #module-obplatform-aboutus #wrapper .text-in-columns__content {
    margin-bottom: 48px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1600px) {
  #module-obplatform-aboutus #wrapper .text-in-columns__content {
    margin-bottom: 70px;
  }
}

#module-obplatform-aboutus #wrapper .text-in-columns__content p {
  color: #141516;
}

#module-obplatform-aboutus #wrapper .text-in-columns__quote {
  text-align: center;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  #module-obplatform-aboutus #wrapper .text-in-columns__quote {
    margin-bottom: 48px;
  }
}

@media (min-width: 992px) {
  #module-obplatform-aboutus #wrapper .text-in-columns__quote {
    margin-bottom: 100px;
  }
}

@media (min-width: 1600px) {
  #module-obplatform-aboutus #wrapper .text-in-columns__quote {
    margin-bottom: 120px;
  }
}

#module-obplatform-aboutus #wrapper .certificates {
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  #module-obplatform-aboutus #wrapper .certificates {
    margin-bottom: 80px;
  }
}

@media (min-width: 1600px) {
  #module-obplatform-aboutus #wrapper .certificates {
    margin-bottom: 120px;
  }
}

#module-obplatform-aboutus #wrapper .certificates__title {
  text-align: center;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  #module-obplatform-aboutus #wrapper .certificates__title {
    margin-bottom: 48px;
  }
}

@media (min-width: 1600px) {
  #module-obplatform-aboutus #wrapper .certificates__title {
    margin-bottom: 60px;
  }
}

#module-obplatform-aboutus #wrapper .certificates__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

@media (max-width: 992px) {
  #module-obplatform-aboutus #wrapper .certificates__list {
    max-width: 510px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  #module-obplatform-aboutus #wrapper .certificates__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1600px) {
  #module-obplatform-aboutus #wrapper .certificates__list {
    gap: 25px;
  }
}

#module-obplatform-aboutus #wrapper .certificates__list--item {
  height: 100%;
  width: 100%;
  display: inline-block;
}

@media (min-width: 576px) {
  #module-obplatform-aboutus #wrapper .certificates__list--item {
    max-height: 446px;
  }
}

#module-obplatform-aboutus #wrapper .certificates__list--item img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
  opacity: 0.85;
  cursor: pointer;
  transition: 0.3s opacity ease;
}

#module-obplatform-aboutus #wrapper .certificates__list--item img:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  #module-obplatform-aboutus #wrapper .certificates__list--item.third, #module-obplatform-aboutus #wrapper .certificates__list--item.fourth {
    grid-column: span 2 / span 2;
  }
}

#module-obplatform-aboutus #wrapper .three-videos {
  background-image: none;
  padding-top: 0;
}

#module-obplatform-aboutus #wrapper .social-media__wrapper {
  display: grid;
  grid-auto-flow: row dense;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (min-width: 1200px) {
  #module-obplatform-aboutus #wrapper .social-media__wrapper {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
}

#module-obplatform-aboutus #wrapper .social-media__images {
  position: relative;
  grid-column: span 1 / span 1;
  grid-row: span 2 / span 2;
}

#module-obplatform-aboutus #wrapper .social-media__images.long {
  grid-column: span 2 / span 2;
}

#module-obplatform-aboutus #wrapper .social-media__images.big {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
}

@media (min-width: 1200px) {
  #module-obplatform-aboutus #wrapper .social-media__images.big {
    grid-column: span 3 / span 3;
    grid-row: span 3 / span 3;
  }
}

#module-obplatform-aboutus #wrapper .social-media__images.high {
  grid-row: span 4 / span 4;
}

@media (min-width: 1200px) {
  #module-obplatform-aboutus #wrapper .social-media__images.high {
    grid-row: span 3 / span 3;
  }
}

#module-obplatform-aboutus #wrapper .social-media__images.tall {
  grid-row: span 4 / span 4;
}

#module-obplatform-aboutus #wrapper .social-media__images.seventh {
  grid-row: span 2 / span 2;
}

#module-obplatform-aboutus #wrapper .social-media__images > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease;
}

#module-obplatform-aboutus #wrapper .social-media__images:hover > img {
  filter: brightness(0.5);
}

#module-obplatform-aboutus #wrapper .social-media__images:hover .icon-search {
  display: block;
}

#module-obplatform-aboutus #wrapper .social-media__images .icon-search {
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  #module-obplatform-aboutus #wrapper .social-media__images .icon-search {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 1920px) {
  #module-obplatform-aboutus #wrapper .social-media__images .icon-search {
    width: 124px;
    height: 124px;
  }
}

#module-obplatform-aboutus #wrapper .social-media__images .icon-search img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#module-obplatform-aboutus #wrapper .social-media__text {
  grid-column: span 5 / span 5;
  display: grid;
}

@media (min-width: 576px) {
  #module-obplatform-aboutus #wrapper .social-media__text {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  #module-obplatform-aboutus #wrapper .social-media__text {
    grid-row: span 3 / span 3;
    grid-column: span 4 / span 4;
  }
}

@media (min-width: 1600px) {
  #module-obplatform-aboutus #wrapper .social-media__text {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  #module-obplatform-aboutus #wrapper .social-media__text--offset {
    grid-column: span 1 / span 1;
  }
}

#module-obplatform-aboutus #wrapper .social-media__text--content {
  padding: 25px;
  display: flex;
  width: 100%;
  max-width: 526px;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 576px) {
  #module-obplatform-aboutus #wrapper .social-media__text--content {
    grid-column: span 4 / span 4;
    grid-column-start: 1;
    padding: 40px;
  }
}

@media (min-width: 768px) {
  #module-obplatform-aboutus #wrapper .social-media__text--content {
    grid-column-start: 2;
  }
}

@media (min-width: 992px) {
  #module-obplatform-aboutus #wrapper .social-media__text--content {
    box-sizing: content-box;
    grid-column: span 3 / span 3;
    padding: 40px 20px;
  }
}

@media (min-width: 1600px) {
  #module-obplatform-aboutus #wrapper .social-media__text--content {
    padding: 45px 20px 45px 0;
  }
}

@media (min-width: 1920px) {
  #module-obplatform-aboutus #wrapper .social-media__text--content {
    padding-left: 75px;
  }
}

#module-obplatform-aboutus #wrapper .social-media__text--content p {
  color: #141516;
  margin-bottom: 12px;
}

#module-obplatform-aboutus #wrapper .social-media__text--content p.title {
  margin-bottom: 30px;
}

@media (min-width: 1600px) {
  #module-obplatform-aboutus #wrapper .social-media__text--content p.title {
    margin-bottom: 44px;
  }
}

#module-obplatform-platforminfo #header {
  position: static;
}

#module-obplatform-platforminfo #wrapper {
  background-color: #fff;
}

#module-obplatform-platforminfo #wrapper .breadcrumb {
  margin-top: 48px;
}

@media (min-width: 1600px) {
  #module-obplatform-platforminfo #wrapper .breadcrumb {
    margin-top: 75px;
  }
}

#module-obplatform-platforminfo #platform-info .vp-benefits__text {
  row-gap: 24px;
  align-items: flex-start;
}

#module-obplatform-platforminfo #platform-info .vp-benefits__text p {
  color: #fff;
}

#module-obplatform-platforminfo #platform-info .vp-benefits__text--title {
  margin-bottom: 10px;
}

@media (min-width: 1400px) {
  #module-obplatform-platforminfo #platform-info .vp-benefits__text--title {
    margin-bottom: 20px;
  }
}

#module-obplatform-platforminfo #platform-info .vp-benefits__text--quote {
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 1600px) {
  #module-obplatform-platforminfo #platform-info .vp-benefits__text--quote {
    margin-top: 36px;
  }
}

#module-obplatform-platforminfo #platform-info .player-cards {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 1600px) {
  #module-obplatform-platforminfo #platform-info .player-cards {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}

@media (max-width: 768px) {
  #module-obplatform-platforminfo #platform-info .player-cards .slider-container {
    width: 95%;
    padding: 0;
  }
  #module-obplatform-platforminfo #platform-info .player-cards .slider-container .swiper-navigation .swiper-button-next,
  #module-obplatform-platforminfo #platform-info .player-cards .slider-container .swiper-navigation .swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

#module-obplatform-platforminfo #platform-info .player-cards__text {
  width: 100%;
  max-width: 908px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 auto;
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  #module-obplatform-platforminfo #platform-info .player-cards__text {
    margin-bottom: 60px;
  }
}

#module-obplatform-platforminfo #platform-info .player-cards__text p {
  color: #141516;
  text-align: center;
}

#module-obplatform-platforminfo #platform-info .player-cards .swiper.slider-cards {
  width: 100%;
  max-width: 90%;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  #module-obplatform-platforminfo #platform-info .player-cards .swiper.slider-cards {
    max-width: 1076px;
    margin-bottom: 0;
  }
}

#module-obplatform-platforminfo #platform-info .player-cards .swiper.slider-shadow {
  display: none;
  height: 130px;
}

@media (min-width: 1200px) {
  #module-obplatform-platforminfo #platform-info .player-cards .swiper.slider-shadow {
    display: block;
  }
}

#module-obplatform-platforminfo #platform-info .player-cards .swiper.slider-shadow .swiper-slide {
  align-items: center;
}

#module-obplatform-platforminfo #platform-info .player-cards .swiper.slider-shadow .swiper-slide .shadow {
  opacity: 0.3;
  margin-top: -10px;
  filter: blur(22px);
  height: 18px;
  width: 70%;
  transition: all 0.3s ease;
  background-color: #767D89;
}

#module-obplatform-platforminfo #platform-info .player-cards .swiper.slider-shadow .swiper-slide-active .shadow {
  opacity: 0.4;
  margin-top: 50px;
}

#module-obplatform-platforminfo #platform-info .player-cards .swiper-slide {
  transition: 0.5s all ease;
  display: flex;
  justify-content: center;
}

#module-obplatform-platforminfo #platform-info .player-cards .swiper-slide img {
  transform: scale(0.8);
  width: 100%;
  max-width: 336px;
  height: auto;
  object-fit: contain;
  transition: 0.5s all ease;
}

#module-obplatform-platforminfo #platform-info .player-cards .swiper-slide-active img {
  transform: scale(1);
  max-width: 336px;
}

#module-obplatform-platforminfo #platform-info .player-cards .swiper-button-next, #module-obplatform-platforminfo #platform-info .player-cards .swiper-button-prev {
  border: 1px solid #767D89;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

@media (min-width: 1200px) {
  #module-obplatform-platforminfo #platform-info .player-cards .swiper-button-next, #module-obplatform-platforminfo #platform-info .player-cards .swiper-button-prev {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 1600px) {
  #module-obplatform-platforminfo #platform-info .player-cards .swiper-button-next, #module-obplatform-platforminfo #platform-info .player-cards .swiper-button-prev {
    background-color: #fff;
    opacity: 0.7;
  }
}

#module-obplatform-platforminfo #platform-info .player-cards .swiper-button-prev::after {
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 18L9 12L15 6' stroke='%23767D89' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
}

#module-obplatform-platforminfo #platform-info .player-cards .swiper-button-next::after {
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23767D89' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
}

#module-obplatform-platforminfo #platform-info .platform-tabs {
  margin-bottom: 70px;
}

@media (min-width: 992px) {
  #module-obplatform-platforminfo #platform-info .platform-tabs {
    margin-bottom: 100px;
  }
}

@media (min-width: 1600px) {
  #module-obplatform-platforminfo #platform-info .platform-tabs {
    margin-bottom: 140px;
  }
}

#module-obplatform-platforminfo #platform-info .platform-tabs .title-mobile {
  display: none;
  width: 100%;
}

@media (max-width: 992px) {
  #module-obplatform-platforminfo #platform-info .platform-tabs .title-mobile {
    display: block;
    margin-bottom: 40px;
  }
}

#module-obplatform-platforminfo #platform-info .platform-tabs__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: row;
  column-gap: 20px;
}

@media (min-width: 992px) {
  #module-obplatform-platforminfo #platform-info .platform-tabs__wrapper {
    column-gap: 40px;
  }
}

@media (min-width: 1600px) {
  #module-obplatform-platforminfo #platform-info .platform-tabs__wrapper {
    column-gap: 86px;
  }
}

#module-obplatform-platforminfo #platform-info .platform-tabs__wrapper .ul-container {
  position: static;
  display: block;
  height: 100%;
  width: 30%;
}

@media (min-width: 992px) {
  #module-obplatform-platforminfo #platform-info .platform-tabs__wrapper .ul-container {
    width: 20%;
  }
}

#module-obplatform-platforminfo #platform-info .platform-tabs__wrapper ul {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

@media (max-width: 992px) {
  #module-obplatform-platforminfo #platform-info .platform-tabs__wrapper ul {
    align-self: flex-start;
    margin-top: 50px;
  }
}

#module-obplatform-platforminfo #platform-info .platform-tabs__wrapper ul li {
  position: relative;
  text-align: right;
  line-height: 40px;
  padding-right: 16px;
  cursor: pointer;
}

@media (max-width: 576px) {
  #module-obplatform-platforminfo #platform-info .platform-tabs__wrapper ul li {
    font-size: 10px;
    font-weight: 700;
    padding-right: 10px;
  }
}

@media (min-width: 992px) {
  #module-obplatform-platforminfo #platform-info .platform-tabs__wrapper ul li {
    line-height: 60px;
  }
}

@media (min-width: 1400px) {
  #module-obplatform-platforminfo #platform-info .platform-tabs__wrapper ul li {
    line-height: 78px;
  }
}

#module-obplatform-platforminfo #platform-info .platform-tabs__wrapper ul li::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 100%;
  background-color: #D1D6D8;
  border-radius: 5px;
  transition: 0.3s all ease;
}

#module-obplatform-platforminfo #platform-info .platform-tabs__wrapper ul li[data-card-status="open"]::after {
  background-color: #C81A33;
}

#module-obplatform-platforminfo #platform-info .platform-tabs__wrapper ul li:hover::after {
  background-color: #C81A33;
}

@media (max-width: 992px) {
  #module-obplatform-platforminfo #platform-info .platform-tabs__wrapper .platform-cards {
    width: 70%;
  }
}

#module-obplatform-platforminfo #platform-info .platform-tabs__wrapper .platform-cards__item {
  flex-direction: column;
  gap: 50px;
  width: 100%;
  align-items: flex-start;
}

@media (min-width: 992px) {
  #module-obplatform-platforminfo #platform-info .platform-tabs__wrapper .platform-cards__item {
    align-items: center;
    flex-direction: row;
  }
}

#module-obplatform-platforminfo #platform-info .platform-tabs__wrapper .platform-cards__item .platform-image img {
  width: 100%;
  height: 100%;
  max-width: 200px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 400px) {
  #module-obplatform-platforminfo #platform-info .platform-tabs__wrapper .platform-cards__item .platform-image img {
    max-width: 180px;
  }
}

@media (min-width: 1600px) {
  #module-obplatform-platforminfo #platform-info .platform-tabs__wrapper .platform-cards__item .platform-image img {
    max-width: 328px;
    max-height: 671px;
  }
}

#module-obplatform-platforminfo #platform-info .platform-tabs__wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  width: 100%;
  max-width: 570px;
}

@media (max-width: 992px) {
  #module-obplatform-platforminfo #platform-info .platform-tabs__wrapper .text-wrapper {
    order: 1;
  }
}

@media (min-width: 992px) {
  #module-obplatform-platforminfo #platform-info .platform-tabs__wrapper .text-wrapper {
    max-width: 770px;
  }
}

@media (min-width: 1600px) {
  #module-obplatform-platforminfo #platform-info .platform-tabs__wrapper .text-wrapper {
    row-gap: 60px;
  }
}

#module-obplatform-platforminfo #platform-info .platform-tabs__wrapper .text-wrapper__title {
  display: block;
}

@media (max-width: 992px) {
  #module-obplatform-platforminfo #platform-info .platform-tabs__wrapper .text-wrapper__title {
    display: none;
  }
}

#module-obplatform-platforminfo #platform-info .platform-tabs__wrapper .text-wrapper__description {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 663px;
}

#module-obplatform-platforminfo #platform-info .platform-tabs__wrapper .text-wrapper__description p {
  color: #141516;
}

#module-obplatform-platforminfo #platform-info .platform-tabs__wrapper .text-wrapper__description--title {
  margin-bottom: 12px;
}

#module-obplatform-platforminfo #platform-info .platform-tabs__wrapper .text-wrapper__description .values {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  border-top: 1px solid #D1D6D8;
  padding-top: 22px;
  margin-top: 22px;
}

@media (min-width: 992px) {
  #module-obplatform-platforminfo #platform-info .platform-tabs__wrapper .text-wrapper__description .values {
    padding-top: 44px;
    margin-top: 44px;
  }
}

@media (max-width: 992px) {
  #module-obplatform-platforminfo #platform-info .platform-tabs__wrapper .text-wrapper__description .values {
    flex-wrap: wrap;
    row-gap: 15px;
  }
}

#module-obplatform-platforminfo #platform-info .platform-tabs__wrapper .text-wrapper__description .values .value {
  display: flex;
  align-items: center;
  gap: 8px;
}

#module-obplatform-platforminfo #platform-info .platform-cta {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  #module-obplatform-platforminfo #platform-info .platform-cta {
    margin-bottom: 80px;
  }
}

@media (min-width: 1600px) {
  #module-obplatform-platforminfo #platform-info .platform-cta {
    margin-bottom: 140px;
  }
}

#module-obplatform-platforminfo #platform-info .platform-cta__wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

#module-obplatform-platforminfo #platform-info .platform-cta__wrapper p {
  color: #141516;
  text-align: center;
}

#module-obplatform-platforminfo #platform-info .platform-cta__wrapper--title {
  margin-bottom: 32px;
}

#module-obplatform-platforminfo #platform-info .platform-contact {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  #module-obplatform-platforminfo #platform-info .platform-contact {
    margin-bottom: 80px;
  }
}

@media (min-width: 1600px) {
  #module-obplatform-platforminfo #platform-info .platform-contact {
    margin-bottom: 120px;
  }
}

@media (min-width: 1920px) {
  #module-obplatform-platforminfo #platform-info .platform-contact {
    margin-bottom: 160px;
  }
}

#module-obplatform-platforminfo #platform-info .platform-contact__wrapper {
  display: flex;
  gap: 40px;
  flex-direction: column;
}

@media (min-width: 992px) {
  #module-obplatform-platforminfo #platform-info .platform-contact__wrapper {
    gap: 80px;
    flex-direction: row;
  }
}

#module-obplatform-platforminfo #platform-info .platform-contact__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 551px;
}

#module-obplatform-platforminfo #platform-info .platform-contact__text--title {
  width: 100%;
  max-width: 440px;
}

#module-obplatform-platforminfo #platform-info .platform-contact__text p {
  color: #141516;
}

#module-obplatform-platforminfo #platform-info .platform-contact__form {
  width: 100%;
  max-width: 661px;
}

#module-obplatform-platforminfo #platform-info .platform-contact__form .consent-text {
  color: #141516;
}

#module-obplatform-seasons #wrapper {
  background-color: #fff;
}

@media (max-width: 992px) {
  #module-obplatform-seasons #header {
    position: static;
  }
}

#module-obplatform-seasons [data-card] {
  display: block;
}

#module-obplatform-seasons [data-card]:not([data-card-status]) {
  display: none;
}

#module-obplatform-seasons [data-card][data-card-status="close"] {
  display: none;
}

#module-obplatform-seasons [data-card][data-card-status="close"] {
  opacity: 0;
}

#module-obplatform-seasons [data-card][data-card-status="closing"] {
  opacity: 0;
}

#module-obplatform-seasons [data-card][data-card-status="opening"] {
  opacity: 0;
}

#module-obplatform-seasons [data-card][data-card-status="open"] {
  opacity: 1;
}

#module-obplatform-seasons [data-card-wrapper="true"],
#module-obplatform-seasons [data-card-status="open"] {
  display: block;
}

#module-obplatform-seasons [data-card] {
  padding-top: 40px;
}

@media (min-width: 992px) {
  #module-obplatform-seasons [data-card] {
    padding-top: 60px;
  }
}

#module-obplatform-seasons .pageHeroSection {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  padding-top: 30px;
  padding-bottom: 10px;
  background-image: url(../img/pageHeroSection/seasons-hero.png);
}

@media (max-width: 768px) {
  #module-obplatform-seasons .pageHeroSection {
    min-height: 600px;
  }
}

@media (min-width: 992px) {
  #module-obplatform-seasons .pageHeroSection {
    min-height: 600px;
    padding: 0;
    padding-top: 100px;
  }
}

@media (min-width: 1600px) {
  #module-obplatform-seasons .pageHeroSection {
    min-height: 800px;
    padding-top: 170px;
  }
}

#module-obplatform-seasons .pageHeroSection .container {
  height: 100%;
}

@media (max-width: 992px) {
  #module-obplatform-seasons .pageHeroSection .container {
    width: 95%;
  }
}

#module-obplatform-seasons .pageHeroSection .container .elements {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#module-obplatform-seasons .pageHeroSection .container .elements .breadcrumb {
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  #module-obplatform-seasons .pageHeroSection .container .elements .breadcrumb {
    margin-bottom: 70px;
  }
}

#module-obplatform-seasons .pageHeroSection__text {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  #module-obplatform-seasons .pageHeroSection__text {
    margin-bottom: 60px;
  }
}

#module-obplatform-seasons .pageHeroSection__text--title {
  text-align: center;
  color: #fff;
  font-size: 3.125rem;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 24px;
}

@media (min-width: 1200px) {
  #module-obplatform-seasons .pageHeroSection__text--title {
    font-size: 4.125rem;
  }
}

#module-obplatform-seasons .pageHeroSection__text--subtitle {
  text-align: center;
  color: #fff;
}

#module-obplatform-seasons .pageHeroSection__buttons {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
  z-index: 15;
}

@media (min-width: 576px) {
  #module-obplatform-seasons .pageHeroSection__buttons {
    flex-direction: row;
  }
}

@media (max-width: 992px) {
  #module-obplatform-seasons .pageHeroSection__buttons {
    margin-bottom: 50px;
  }
}

#module-obplatform-seasons .pageHeroSection__buttons a {
  width: fit-content;
}

#module-obplatform-seasons .pageHeroSection__buttons .longer {
  padding: 14px 74px;
}

@media (max-width: 992px) {
  #module-obplatform-seasons .pageHeroSection .tabs__wrapper {
    display: block;
    overflow: hidden;
  }
}

#module-obplatform-seasons .pageHeroSection__tabs {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 15px;
}

@media (max-width: 992px) {
  #module-obplatform-seasons .pageHeroSection__tabs {
    height: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: flex;
    align-items: center;
    box-sizing: content-box;
    margin-bottom: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #module-obplatform-seasons .pageHeroSection__tabs::-webkit-scrollbar {
    height: 6px;
    width: 90%;
  }
  #module-obplatform-seasons .pageHeroSection__tabs::-webkit-scrollbar-track-piece:end {
    margin-right: 15px;
    background: transparent;
  }
  #module-obplatform-seasons .pageHeroSection__tabs::-webkit-scrollbar-track-piece:start {
    margin-left: 15px;
    background: transparent;
  }
  #module-obplatform-seasons .pageHeroSection__tabs::-webkit-scrollbar-track {
    background: transparent;
  }
  #module-obplatform-seasons .pageHeroSection__tabs::-webkit-scrollbar-thumb {
    background-color: #C81A33;
    border-right: none;
    border-left: none;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  #module-obplatform-seasons .pageHeroSection__tabs {
    justify-content: center;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  #module-obplatform-seasons .pageHeroSection__tabs {
    margin-top: -50px;
  }
}

#module-obplatform-seasons .pageHeroSection__tabs li {
  height: min-content;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

#module-obplatform-seasons .pageHeroSection__tabs li svg {
  width: 100%;
  height: auto;
}

#module-obplatform-seasons .pageHeroSection__tabs li svg > path {
  transition: all 0.3s ease;
}

@media (max-width: 992px) {
  #module-obplatform-seasons .pageHeroSection__tabs li svg {
    display: none;
  }
}

#module-obplatform-seasons .pageHeroSection__tabs li .mobile-item {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  padding: 8px 15px;
  background-color: #fff;
  border-radius: 6px;
  border: 2px solid #C81A33;
  transition: color, background-color 0.3s ease;
}

@media (min-width: 992px) {
  #module-obplatform-seasons .pageHeroSection__tabs li .mobile-item {
    display: none;
  }
}

@media (max-width: 992px) {
  #module-obplatform-seasons .pageHeroSection__tabs li {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #module-obplatform-seasons .pageHeroSection__tabs li:first-of-type {
    margin-left: 15px;
  }
  #module-obplatform-seasons .pageHeroSection__tabs li:last-of-type {
    margin-right: 15px;
  }
}

@media (max-width: 992px) {
  #module-obplatform-seasons .pageHeroSection__tabs li:hover .mobile-item, #module-obplatform-seasons .pageHeroSection__tabs li[data-card-status="open"] .mobile-item {
    color: #C81A33;
  }
}

@media (min-width: 992px) {
  #module-obplatform-seasons .pageHeroSection__tabs li:hover svg > path, #module-obplatform-seasons .pageHeroSection__tabs li[data-card-status="open"] svg > path {
    fill: #1D2F57;
  }
  #module-obplatform-seasons .pageHeroSection__tabs li:hover::before, #module-obplatform-seasons .pageHeroSection__tabs li:hover::after, #module-obplatform-seasons .pageHeroSection__tabs li[data-card-status="open"]::before, #module-obplatform-seasons .pageHeroSection__tabs li[data-card-status="open"]::after {
    display: block;
    opacity: 1;
  }
}

#module-obplatform-seasons .pageHeroSection__tabs li::before {
  display: none;
  opacity: 0;
  position: absolute;
  width: max-content;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  padding: 6px 22px;
  border-radius: 6px;
  background-color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

@media (min-width: 1300px) {
  #module-obplatform-seasons .pageHeroSection__tabs li::before {
    bottom: 45px;
  }
}

@media (min-width: 1400px) {
  #module-obplatform-seasons .pageHeroSection__tabs li::before {
    bottom: 47px;
  }
}

@media (min-width: 1600px) {
  #module-obplatform-seasons .pageHeroSection__tabs li::before {
    bottom: 52px;
  }
}

@media (min-width: 1920px) {
  #module-obplatform-seasons .pageHeroSection__tabs li::before {
    bottom: 57px;
  }
}

#module-obplatform-seasons .pageHeroSection__tabs li:first-of-type:before {
  content: "PROGRAM PRE-SEZON";
}

#module-obplatform-seasons .pageHeroSection__tabs li:nth-of-type(2):before {
  content: "PROGRAM IN-SEZON";
}

#module-obplatform-seasons .pageHeroSection__tabs li:last-of-type::before {
  content: "PROGRAM OFF-SEZON";
}

#module-obplatform-seasons .pageHeroSection__tabs li::after {
  content: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.75254 12.8127C8.99274 14.1945 7.00726 14.1945 6.24746 12.8127L0.969329 3.21364C0.236424 1.88074 1.20076 0.25 2.72187 0.249999L13.2781 0.249999C14.7992 0.249998 15.7636 1.88074 15.0307 3.21364L9.75254 12.8127Z' fill='white'/%3E%3C/svg%3E%0A");
  display: none;
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
}

@media (min-width: 1300px) {
  #module-obplatform-seasons .pageHeroSection__tabs li::after {
    bottom: 30px;
  }
}

@media (min-width: 1400px) {
  #module-obplatform-seasons .pageHeroSection__tabs li::after {
    bottom: 32px;
  }
}

@media (min-width: 1600px) {
  #module-obplatform-seasons .pageHeroSection__tabs li::after {
    bottom: 37px;
  }
}

@media (min-width: 1920px) {
  #module-obplatform-seasons .pageHeroSection__tabs li::after {
    bottom: 42px;
  }
}

#module-obplatform-seasons .text {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  #module-obplatform-seasons .text {
    margin-bottom: 48px;
  }
}

@media (min-width: 992px) {
  #module-obplatform-seasons .text {
    margin-bottom: 78px;
  }
}

@media (min-width: 1600px) {
  #module-obplatform-seasons .text {
    margin-bottom: 114px;
  }
}

#module-obplatform-seasons .text-wrapper {
  width: 100%;
  max-width: 1076px;
  margin: 0 auto;
}

#module-obplatform-seasons .text-wrapper p {
  color: #141516;
}

@media (min-width: 992px) {
  #module-obplatform-seasons .text-wrapper p {
    text-align: center;
  }
}

#module-obplatform-seasons .program-content {
  position: relative;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  #module-obplatform-seasons .program-content {
    margin-bottom: 78px;
  }
}

@media (min-width: 1200px) {
  #module-obplatform-seasons .program-content {
    margin-bottom: 180px;
  }
}

@media (min-width: 1600px) {
  #module-obplatform-seasons .program-content {
    margin-bottom: 300px;
  }
}

@media (min-width: 992px) {
  #module-obplatform-seasons .program-content {
    padding: 50px 0;
  }
}

#module-obplatform-seasons .program-content::after {
  content: " ";
  display: none;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0B1323;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  z-index: 2;
}

#module-obplatform-seasons .program-content::before {
  content: " ";
  display: none;
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(../img/vp-benefits.svg);
  background-repeat: no-repeat;
  opacity: 0.15;
  z-index: 3;
}

@media (min-width: 992px) {
  #module-obplatform-seasons .program-content::before, #module-obplatform-seasons .program-content::after {
    display: block;
  }
}

#module-obplatform-seasons .program-content__wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 60px;
}

@media (min-width: 992px) {
  #module-obplatform-seasons .program-content__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 120px;
  }
}

@media (min-width: 1600px) {
  #module-obplatform-seasons .program-content__wrapper {
    column-gap: 120px;
  }
}

@media (min-width: 992px) {
  #module-obplatform-seasons .program-content__text {
    margin-top: 25px;
  }
}

#module-obplatform-seasons .program-content__text-title {
  margin-bottom: 25px;
}

@media (min-width: 1200px) {
  #module-obplatform-seasons .program-content__text-title {
    margin-bottom: 44px;
  }
}

#module-obplatform-seasons .program-content__text-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (min-width: 1920px) {
  #module-obplatform-seasons .program-content__text-list {
    gap: 24px;
  }
}

#module-obplatform-seasons .program-content__text-item {
  margin-left: 22px;
  padding-left: 12px;
  list-style-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.99987 3.61533L6.99987 0.56462L0.00407458 5.99528L-2.37689e-07 5.9981L0.00113242 6.00012L-2.37509e-07 6.00214L0.00407458 6.00537L6.99987 11.4358L6.99987 8.38507L3.92763 6.00012L6.99987 3.61533Z' fill='%23CC1932' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.00013 8.38491L7.00013 11.4356L13.9959 6.00497L14 6.00214L13.9989 6.00012L14 5.9981L13.9959 5.99487L7.00013 0.564453L7.00013 3.61518L10.0724 6.00012L7.00013 8.38491Z' fill='%23CC1932' /%3E%3C/svg%3E");
}

#module-obplatform-seasons .program-content__text-item::marker {
  font-size: 1.25rem;
  line-height: 2rem;
}

#module-obplatform-seasons .program-content__sample-lessons {
  z-index: 10;
}

#module-obplatform-seasons .program-content__sample-lessons--wrapper {
  width: 100%;
}

@media (min-width: 1200px) {
  #module-obplatform-seasons .program-content__sample-lessons--wrapper {
    max-width: 400px;
  }
}

@media (min-width: 1920px) {
  #module-obplatform-seasons .program-content__sample-lessons--wrapper {
    max-width: 492px;
  }
}

#module-obplatform-seasons .program-content__sample-lessons--title {
  margin-bottom: 24px;
  text-align: center;
}

@media (min-width: 992px) {
  #module-obplatform-seasons .program-content__sample-lessons--title {
    color: #fff;
    text-align: left;
  }
}

#module-obplatform-seasons .program-content__sample-lessons--videos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

@media (min-width: 768px) {
  #module-obplatform-seasons .program-content__sample-lessons--videos {
    justify-content: flex-start;
  }
}

#module-obplatform-seasons .program-content__sample-lessons--video {
  position: relative;
  width: fit-content;
  height: auto;
  max-width: 340px;
}

@media (min-width: 1200px) {
  #module-obplatform-seasons .program-content__sample-lessons--video {
    height: auto;
    max-width: 400px;
  }
}

@media (min-width: 1920px) {
  #module-obplatform-seasons .program-content__sample-lessons--video {
    height: 277px;
    max-width: 492px;
  }
}

#module-obplatform-seasons .program-content__sample-lessons--video video {
  cursor: pointer;
  height: 100%;
  width: 100%;
  border-radius: 8px;
}

#module-obplatform-seasons .program-content__sample-lessons--video .video-thumbnail {
  display: none;
  border-radius: 6px;
  cursor: pointer;
  height: 100%;
  left: 50%;
  object-fit: cover;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 1s ease-out;
  width: 100%;
}

#module-obplatform-seasons .program-content__sample-lessons--video .video-thumbnail__visible {
  display: block;
  background-image: url(./../videos/thumbnails/arek-milik-thumbnail.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#module-obplatform-seasons .program-content__sample-lessons--video .video-thumbnail::before {
  content: url("data:image/svg+xml,%3Csvg width='36' height='42' viewBox='0 0 36 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_415_7455)'%3E%3Cpath d='M35 19.268C36.3333 20.0378 36.3333 21.9623 35 22.7321L3.5 40.9186C2.16667 41.6884 0.500002 40.7261 0.500002 39.1865L0.500004 2.81347C0.500004 1.27387 2.16667 0.311614 3.5 1.08141L35 19.268Z' fill='%233F464C' fill-opacity='0.7' /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_415_7455' x='-5.5' y='-5.18945' width='47.5' height='52.3789' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='3' /%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_415_7455' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_415_7455' result='shape' /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  cursor: pointer;
  display: block;
  height: 50px;
  inset: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 50px;
}

#module-obplatform-seasons .program-content__sample-lessons--video .video-thumbnail:after {
  background-color: #EEF2F8;
  border-radius: 6px;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  width: 100%;
}

#module-obplatform-seasons .program-content__sample-lessons--video .video-thumbnail:hover::after {
  opacity: .25;
  transition: 2s, opacity ease-in;
}

#module-obplatform-seasons .programs-target {
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  #module-obplatform-seasons .programs-target {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  #module-obplatform-seasons .programs-target {
    margin-bottom: 130px;
  }
}

@media (min-width: 1920px) {
  #module-obplatform-seasons .programs-target {
    margin-bottom: 170px;
  }
}

#module-obplatform-seasons .programs-target__wrapper {
  display: flex;
  flex-direction: column;
  column-gap: 30px;
  row-gap: 20px;
}

@media (min-width: 768px) {
  #module-obplatform-seasons .programs-target__wrapper {
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  #module-obplatform-seasons .programs-target__wrapper {
    column-gap: 60px;
  }
}

@media (min-width: 1600px) {
  #module-obplatform-seasons .programs-target__wrapper {
    column-gap: 86px;
  }
}

#module-obplatform-seasons .programs-target__wrapper p {
  color: #141516;
}

#module-obplatform-seasons .programs-target__text {
  width: 100%;
  max-width: 440px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

#module-obplatform-seasons .programs-target__list {
  width: 100%;
  max-width: 770px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

#module-obplatform-seasons .programs-target__list--item {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

#module-obplatform-seasons .program-reviews {
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  #module-obplatform-seasons .program-reviews {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  #module-obplatform-seasons .program-reviews {
    margin-bottom: 78px;
  }
}

@media (min-width: 1600px) {
  #module-obplatform-seasons .program-reviews {
    margin-bottom: 114px;
  }
}

@media (min-width: 1920px) {
  #module-obplatform-seasons .program-reviews {
    margin-bottom: 100px;
  }
}

#module-obplatform-seasons .program-reviews__text {
  width: 100%;
  max-width: 698px;
  margin: 0 auto;
}

#module-obplatform-seasons .program-reviews__text p {
  text-align: center;
}

#module-obplatform-seasons .program-reviews__wrapper {
  position: relative;
}

#module-obplatform-seasons .program-reviews__wrapper .quote-pattern {
  position: absolute;
  top: 5%;
  left: 10%;
  display: block;
}

#module-obplatform-seasons .program-reviews__wrapper .slider-programs .swiper-wrapper {
  align-items: center;
}

#module-obplatform-seasons .program-reviews__wrapper .slider-programs .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 60px;
}

#module-obplatform-seasons .program-reviews__wrapper .slider-programs .swiper-slide .slide-wrapper {
  padding: 20px 12px;
  width: auto;
  height: auto;
  border-radius: 12px;
  -webkit-box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.28);
  transition: 0.5s all ease;
}

@media (min-width: 992px) {
  #module-obplatform-seasons .program-reviews__wrapper .slider-programs .swiper-slide .slide-wrapper {
    padding: 45px 24px;
  }
}

#module-obplatform-seasons .program-reviews__wrapper .slider-programs .swiper-slide .slide-content {
  position: relative;
  height: auto;
  padding: 30px 12px;
}

@media (min-width: 768px) {
  #module-obplatform-seasons .program-reviews__wrapper .slider-programs .swiper-slide .slide-content {
    padding: 45px 26px;
  }
}

#module-obplatform-seasons .program-reviews__wrapper .slider-programs .swiper-slide .slide-content .pattern-top {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

#module-obplatform-seasons .program-reviews__wrapper .slider-programs .swiper-slide .slide-content .pattern-bottom {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
}

#module-obplatform-seasons .program-reviews__wrapper .slider-programs .swiper-slide .slide-content .slide-text {
  position: relative;
  z-index: 5;
  color: #141516;
  font-size: 1rem;
  line-height: 1.5625rem;
}

#module-obplatform-seasons .program-reviews__wrapper .slider-programs .swiper-slide-active .slide-wrapper .slide-text {
  font-size: 14px !important;
  line-height: 25px !important;
}

@media (min-width: 768px) {
  #module-obplatform-seasons .program-reviews__wrapper .slider-programs .swiper-slide-active .slide-wrapper .slide-text {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}

#module-obplatform-seasons .program-reviews__text {
  margin-bottom: 32px;
  position: relative;
  z-index: 5;
}

@media (min-width: 992px) {
  #module-obplatform-seasons .program-reviews__text {
    margin-bottom: 60px;
  }
}

#module-obplatform-seasons .some-about-me {
  position: relative;
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  #module-obplatform-seasons .some-about-me {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  #module-obplatform-seasons .some-about-me {
    margin-bottom: 78px;
  }
}

@media (min-width: 1600px) {
  #module-obplatform-seasons .some-about-me {
    margin-bottom: 114px;
  }
}

@media (min-width: 1920px) {
  #module-obplatform-seasons .some-about-me {
    margin-bottom: 144px;
  }
}

#module-obplatform-seasons .some-about-me::before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  height: 80%;
  width: 100%;
  background-color: #1D2F57;
}

#module-obplatform-seasons .some-about-me__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  z-index: 5;
}

@media (min-width: 992px) {
  #module-obplatform-seasons .some-about-me__wrapper {
    padding-bottom: 60px;
  }
}

#module-obplatform-seasons .some-about-me__title {
  margin-bottom: 44px;
}

#module-obplatform-seasons .some-about-me__video {
  position: relative;
  width: fit-content;
  height: auto;
  max-width: 600px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  #module-obplatform-seasons .some-about-me__video {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  #module-obplatform-seasons .some-about-me__video {
    height: auto;
    max-width: 700px;
  }
}

@media (min-width: 1600px) {
  #module-obplatform-seasons .some-about-me__video {
    height: auto;
    max-width: 856px;
  }
}

#module-obplatform-seasons .some-about-me__video video {
  cursor: pointer;
  height: 100%;
  width: 100%;
  border-radius: 8px;
}

#module-obplatform-seasons .some-about-me__video .video-thumbnail {
  display: none;
  border-radius: 6px;
  cursor: pointer;
  height: 100%;
  left: 50%;
  object-fit: cover;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 1s ease-out;
  width: 100%;
}

#module-obplatform-seasons .some-about-me__video .video-thumbnail__visible {
  display: block;
  background-image: url(./../videos/thumbnails/arek-milik-thumbnail.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#module-obplatform-seasons .some-about-me__video .video-thumbnail::before {
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg width='62' height='71' viewBox='0 0 62 71' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_482_11952)'%3E%3Cpath d='M60.8077 33.4308C62.3974 34.3505 62.3974 36.6496 60.8077 37.5692L3.57692 70.6763C1.98717 71.596 -8.024e-08 70.4464 0 68.6071L2.88864e-06 2.39286C2.96888e-06 0.553575 1.98718 -0.595971 3.57693 0.323671L60.8077 33.4308Z' fill='%23141516' fill-opacity='0.4'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_482_11952' x='-6' y='-6' width='74' height='83' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='3'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_482_11952'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_482_11952' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  display: block;
  inset: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 51px;
}

@media (min-width: 992px) {
  #module-obplatform-seasons .some-about-me__video .video-thumbnail::before {
    width: 52px;
    height: 61px;
  }
}

@media (min-width: 1600px) {
  #module-obplatform-seasons .some-about-me__video .video-thumbnail::before {
    width: 62px;
    height: 71px;
  }
}

#module-obplatform-seasons .some-about-me__video .video-thumbnail:after {
  background-color: #EEF2F8;
  border-radius: 6px;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  width: 100%;
}

#module-obplatform-seasons .some-about-me__video .video-thumbnail:hover::after {
  opacity: .25;
  transition: 2s, opacity ease-in;
}

#module-obplatform-seasons .some-about-me__text {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#module-obplatform-seasons .some-about-me__text p {
  color: #fff;
}

@media (min-width: 576px) {
  #module-obplatform-seasons .some-about-me__text {
    align-items: center;
  }
  #module-obplatform-seasons .some-about-me__text p {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  #module-obplatform-seasons .some-about-me__text {
    max-width: 746px;
  }
}

#module-obplatform-seasons .some-about-me__text .title {
  margin-bottom: 24px;
}

#module-obplatform-seasons .some-about-me__text .title-description {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  #module-obplatform-seasons .some-about-me__text .title-description {
    margin-bottom: 60px;
  }
}

#module-obplatform-seasons .some-about-me__text .subtitle {
  margin-bottom: 12px;
}

#module-obplatform-seasons .some-about-me__text .subtitle-description {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  #module-obplatform-seasons .some-about-me__text .subtitle-description {
    margin-bottom: 60px;
  }
}

#module-obplatform-seasons .some-about-me__text a {
  width: fit-content;
}

.programs-target {
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .programs-target {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .programs-target {
    margin-bottom: 130px;
  }
}

@media (min-width: 1920px) {
  .programs-target {
    margin-bottom: 170px;
  }
}

.programs-target__wrapper {
  display: flex;
  flex-direction: column;
  column-gap: 30px;
  row-gap: 20px;
}

@media (min-width: 768px) {
  .programs-target__wrapper {
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .programs-target__wrapper {
    column-gap: 60px;
  }
}

@media (min-width: 1600px) {
  .programs-target__wrapper {
    column-gap: 86px;
  }
}

.programs-target__wrapper p {
  color: #141516;
}

.programs-target__text {
  width: 100%;
  max-width: 440px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.programs-target__list {
  width: 100%;
  max-width: 770px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.programs-target__list--item {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.text-two-columns {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .text-two-columns {
    margin-bottom: 90px;
  }
}

@media (min-width: 1920px) {
  .text-two-columns {
    margin-bottom: 140px;
  }
}

.text-two-columns__title {
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 992px) {
  .text-two-columns__title {
    margin-bottom: 44px;
  }
}

.text-two-columns__wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 12px;
  column-gap: 23px;
}

@media (min-width: 992px) {
  .text-two-columns__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.text-two-columns__description {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

@media (min-width: 992px) {
  .text-two-columns__description {
    row-gap: 20px;
  }
}

.text-two-columns p {
  color: #141516;
}

.slider-right {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

@media (max-width: 576px) {
  .slider-right > .container {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .slider-right {
    row-gap: 40px;
  }
}

.slider-right__text {
  position: relative;
}

.slider-right__text--wrapper {
  width: 100%;
  position: relative;
  z-index: 3;
}

@media (min-width: 992px) {
  .slider-right__text--wrapper {
    max-width: 500px;
  }
}

@media (min-width: 1600px) {
  .slider-right__text--wrapper {
    max-width: 770px;
  }
}

.slider-right__text--title {
  margin-bottom: 24px;
}

.slider-right__text p {
  color: #141516;
}

.slider-right__text--pattern {
  display: none;
}

@media (min-width: 992px) {
  .slider-right__text {
    padding-top: 60px;
    padding-bottom: 160px;
    background-color: #EEF2F8;
  }
  .slider-right__text--pattern {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    z-index: 2;
  }
  .slider-right__text--pattern svg {
    height: 100%;
    width: auto;
  }
}

.slider-right .swiper-programs-reviews {
  position: relative;
  z-index: 3;
}

@media (min-width: 992px) {
  .slider-right .swiper-programs-reviews {
    margin-top: -100px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1600px) {
  .slider-right .swiper-programs-reviews {
    margin-left: 80px;
  }
}

.slider-right .swiper-programs-reviews .swiper-slide {
  -webkit-box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.28);
  border-radius: 12px;
  background-color: #fff;
}

.slider-right .swiper-programs-reviews .swiper-slide .slide-wrapper {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.slider-right .swiper-programs-reviews p {
  color: #141516;
}

.program-reviews {
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .program-reviews {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .program-reviews {
    margin-bottom: 78px;
  }
}

@media (min-width: 1600px) {
  .program-reviews {
    margin-bottom: 114px;
  }
}

@media (min-width: 1920px) {
  .program-reviews {
    margin-bottom: 100px;
  }
}

.program-reviews__text {
  width: 100%;
  max-width: 698px;
  margin: 0 auto;
}

.program-reviews__text p {
  text-align: center;
}

.program-reviews__wrapper {
  position: relative;
}

.program-reviews__wrapper .quote-pattern {
  position: absolute;
  top: 5%;
  left: 10%;
  display: block;
}

.program-reviews__wrapper .slider-programs .swiper-wrapper {
  align-items: center;
}

.program-reviews__wrapper .slider-programs .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 60px;
}

.program-reviews__wrapper .slider-programs .swiper-slide .slide-wrapper {
  padding: 20px 12px;
  width: auto;
  height: auto;
  border-radius: 12px;
  -webkit-box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.28);
  transition: 0.5s all ease;
}

@media (min-width: 992px) {
  .program-reviews__wrapper .slider-programs .swiper-slide .slide-wrapper {
    padding: 45px 24px;
  }
}

.program-reviews__wrapper .slider-programs .swiper-slide .slide-content {
  position: relative;
  height: auto;
  padding: 30px 12px;
}

@media (min-width: 768px) {
  .program-reviews__wrapper .slider-programs .swiper-slide .slide-content {
    padding: 45px 26px;
  }
}

.program-reviews__wrapper .slider-programs .swiper-slide .slide-content .pattern-top {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.program-reviews__wrapper .slider-programs .swiper-slide .slide-content .pattern-bottom {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
}

.program-reviews__wrapper .slider-programs .swiper-slide .slide-content .slide-text {
  position: relative;
  z-index: 5;
  color: #141516;
  font-size: 1rem;
  line-height: 1.5625rem;
}

.program-reviews__wrapper .slider-programs .swiper-slide-active .slide-wrapper .slide-text {
  font-size: 14px !important;
  line-height: 24px !important;
}

@media (min-width: 768px) {
  .program-reviews__wrapper .slider-programs .swiper-slide-active .slide-wrapper .slide-text {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}

.program-reviews__text {
  margin-bottom: 32px;
  position: relative;
  z-index: 5;
}

@media (min-width: 992px) {
  .program-reviews__text {
    margin-bottom: 60px;
  }
}

.faq {
  position: relative;
  background-color: #fff;
  padding-bottom: 48px;
}

@media (min-width: 768px) {
  .faq {
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .faq {
    padding-bottom: 78px;
  }
}

@media (min-width: 1600px) {
  .faq {
    padding-bottom: 114px;
  }
}

@media (min-width: 1920px) {
  .faq {
    padding-bottom: 160px;
  }
}

.faq__title {
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .faq__title {
    margin-bottom: 44px;
  }
}

.faq__title p {
  text-align: center;
}

.faq__wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 25px;
}

@media (min-width: 992px) {
  .faq__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.faq__wrapper .card {
  margin: 0;
  border-bottom: 1px solid #D1D6D8;
}

.faq__wrapper .card .card-header {
  background-color: #fff;
  padding: 0;
  border-bottom: 0px;
}

.faq__wrapper .card .card-header .btn-header-link {
  color: #141516;
  display: block;
  text-align: left;
  padding: 20px 25px 20px 0;
  position: relative;
  white-space: normal;
}

.faq__wrapper .card .card-header .btn-header-link:after {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 7L7 1L1 7' stroke='%23141516' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.faq__wrapper .card .card-header .btn-header-link.collapsed:after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23141516' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  float: right;
}

.faq__wrapper .card .card-body {
  padding-bottom: 24px;
}

.faq__wrapper .card .card-body * {
  color: #141516;
}

.faq__wrapper .card .card-body p {
  margin-bottom: 14px;
}

@media (min-width: 1600px) {
  .faq__wrapper .card .card-body p {
    margin-bottom: 24px;
  }
}

.why-program {
  position: relative;
  margin-bottom: 48px;
}

@media (min-width: 576px) {
  .why-program {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .why-program {
    margin-bottom: 100px;
  }
}

@media (min-width: 1920px) {
  .why-program {
    margin-bottom: 130px;
  }
}

.why-program::after {
  content: " ";
  display: none;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0B1323;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  z-index: 2;
}

.why-program::before {
  content: " ";
  display: none;
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: var(--cover);
  background-repeat: no-repeat;
  opacity: 0.15;
  z-index: 3;
}

@media (min-width: 992px) {
  .why-program::before, .why-program::after {
    display: block;
  }
}

.why-program__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

@media (min-width: 992px) {
  .why-program__wrapper {
    flex-direction: row;
    column-gap: 80px;
  }
}

@media (min-width: 1600px) {
  .why-program__wrapper {
    column-gap: 134px;
  }
}

.why-program__text {
  width: 100%;
}

@media (min-width: 1200px) {
  .why-program__text {
    max-width: 526px;
  }
}

.why-program__text p {
  color: #141516;
}

.why-program__text p:not(:last-of-type) {
  margin-bottom: 24px;
}

.why-program__text-subtitle {
  margin-bottom: 12px;
}

.why-program__sample-lesson {
  width: 100%;
  max-width: 646px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1200px) {
  .why-program__sample-lesson {
    padding-left: 60px;
  }
}

.why-program__sample-lesson--wrapper {
  width: 100%;
}

@media (min-width: 1200px) {
  .why-program__sample-lesson--wrapper {
    max-width: 492px;
  }
}

.why-program__sample-lesson--title {
  margin-bottom: 24px;
  text-align: left;
}

@media (min-width: 992px) {
  .why-program__sample-lesson--title {
    color: #fff;
  }
}

@media (min-width: 1600px) {
  .why-program__sample-lesson--title {
    margin-bottom: 54px;
  }
}

.why-program__sample-lesson--video {
  position: relative;
  width: fit-content;
  height: auto;
  max-width: 340px;
}

@media (min-width: 992px) {
  .why-program__sample-lesson--video {
    min-width: 400px;
  }
}

@media (min-width: 1200px) {
  .why-program__sample-lesson--video {
    max-width: 492px;
  }
}

.why-program__sample-lesson--video video {
  cursor: pointer;
  height: 100%;
  width: 100%;
  border-radius: 8px;
}

.why-program__sample-lesson--video .video-thumbnail {
  display: none;
  border-radius: 6px;
  cursor: pointer;
  height: 100%;
  left: 50%;
  object-fit: cover;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 1s ease-out;
  width: 100%;
}

.why-program__sample-lesson--video .video-thumbnail__visible {
  display: block;
  background-image: var(--cover);
  background-size: cover;
  background-repeat: no-repeat;
}

.why-program__sample-lesson--video .video-thumbnail::before {
  content: url("data:image/svg+xml,%3Csvg width='36' height='42' viewBox='0 0 36 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_415_7455)'%3E%3Cpath d='M35 19.268C36.3333 20.0378 36.3333 21.9623 35 22.7321L3.5 40.9186C2.16667 41.6884 0.500002 40.7261 0.500002 39.1865L0.500004 2.81347C0.500004 1.27387 2.16667 0.311614 3.5 1.08141L35 19.268Z' fill='%233F464C' fill-opacity='0.7' /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_415_7455' x='-5.5' y='-5.18945' width='47.5' height='52.3789' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='3' /%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_415_7455' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_415_7455' result='shape' /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  cursor: pointer;
  display: block;
  height: 50px;
  inset: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 50px;
}

.why-program__sample-lesson--video .video-thumbnail:after {
  background-color: #EEF2F8;
  border-radius: 6px;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  width: 100%;
}

.why-program__sample-lesson--video .video-thumbnail:hover::after {
  opacity: .25;
  transition: 2s, opacity ease-in;
}

#contact #header {
  position: relative;
}

#contact #wrapper {
  background: #fff;
  padding-top: 48px;
  padding-bottom: 32px;
  position: relative;
}

@media (min-width: 992px) {
  #contact #wrapper {
    padding-bottom: 64px;
  }
}

@media (min-width: 1600px) {
  #contact #wrapper {
    padding-top: 72px;
    padding-bottom: 176px;
  }
}

#contact #wrapper .contact__title {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  #contact #wrapper .contact__title {
    margin-bottom: 44px;
  }
}

@media (min-width: 992px) {
  #contact #wrapper::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30%;
    background-color: #1D2F57;
  }
}

#contact #wrapper > .container > .row {
  display: flex;
  gap: 32px;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  #contact #wrapper > .container > .row {
    gap: 64px;
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  #contact #wrapper > .container > .row {
    column-gap: 80px;
  }
}

@media (min-width: 1600px) {
  #contact #wrapper > .container > .row {
    column-gap: 108px;
  }
}

#contact #wrapper > .container > .row #content-wrapper {
  width: 100%;
}

@media (min-width: 992px) {
  #contact #wrapper > .container > .row #content-wrapper {
    max-width: 661px;
  }
}

#contact #wrapper > .container > .row #content-wrapper .card-block {
  padding: 0;
}

#contact #wrapper > .container > .row #content-wrapper .consent-text {
  color: #767D89;
}

#contact #wrapper > .container > .row #right-column {
  width: 100%;
}

@media (min-width: 992px) {
  #contact #wrapper > .container > .row #right-column {
    margin-top: 44px;
    max-width: 400px;
  }
}

@media (min-width: 1600px) {
  #contact #wrapper > .container > .row #right-column {
    max-width: 526px;
  }
}

#contact #wrapper > .container > .row #right-column .contact-rich {
  border-radius: 12px;
  background-color: #0B1323;
  padding: 45px 30px;
}

#contact #wrapper > .container > .row #right-column .contact-rich__title {
  color: #fff;
  margin-bottom: 32px;
}

@media (min-width: 1600px) {
  #contact #wrapper > .container > .row #right-column .contact-rich__title {
    margin-bottom: 51px;
  }
}

#contact #wrapper > .container > .row #right-column .contact-item__list {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

@media (min-width: 1600px) {
  #contact #wrapper > .container > .row #right-column .contact-item__list {
    row-gap: 50px;
  }
}

#contact #wrapper > .container > .row #right-column .contact-item__list .item {
  display: flex;
  column-gap: 12px;
  align-items: center;
}

#contact #wrapper > .container > .row #right-column .contact-item__list .item a {
  color: #fff;
  transition: color 0.3s ease;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1600px) {
  #contact #wrapper > .container > .row #right-column .contact-item__list .item a {
    font-size: 25px;
    line-height: 30px;
  }
}

#contact #wrapper > .container > .row #right-column .contact-item__list .item a:hover {
  color: #B4162E;
}

#contact #wrapper > .container > .row #right-column .contact-item__list .item svg {
  width: 20px;
  height: 20px;
}

@media (min-width: 1600px) {
  #contact #wrapper > .container > .row #right-column .contact-item__list .item svg {
    width: 30px;
    height: 30px;
  }
}

#contact #wrapper > .container > .row::after {
  content: none;
}

#contact .breadcrumb li > span, #contact .breadcrumb li::after {
  color: #767D89 !important;
}

#contact .breadcrumb a svg path {
  stroke: #767D89;
}

#contact .breadcrumb a svg:hover path {
  stroke: #B4162E;
}

#blockcart-modal .modal-title {
  color: #1D2F57;
  font-size: 18px;
  font-weight: 600;
}

#blockcart-modal .modal-header {
  border-radius: 6px 6px 0 0;
}

#blockcart-modal .modal-body {
  border-radius: 0 0 6px 6px;
}

#blockcart-modal .modal-body .product-image {
  border-radius: 6px;
  height: 100px;
  width: 100px;
  object-fit: cover;
  object-position: top;
}

#blockcart-modal .modal-body .product-name {
  color: #1D2F57;
  margin-bottom: 1.25rem;
}

#blockcart-modal .modal-body .product-price {
  color: #C81A33;
  font-weight: 600;
}

#blockcart-modal .modal-body p.product-total {
  background-color: #fff;
}

#blockcart-modal .modal-body .cart-content-btn {
  margin-top: 1.25rem;
  display: flex;
  gap: 15px;
}

@media (max-width: 768px) {
  #blockcart-modal .modal-body .cart-content-btn {
    display: flex;
    flex-direction: column;
  }
}

#blockcart-modal .modal-body .divide-right img {
  height: 100%;
}

#blockcart-modal .modal-body .button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
}

#blockcart-modal .modal-body .button.secondary {
  color: #C81A33;
  padding: 10px 15px;
  margin-right: 0;
}

@media (max-width: 768px) {
  #blockcart-modal .modal-body .button.secondary {
    display: flex;
    text-align: center;
    justify-content: center;
  }
}

#blockcart-modal .modal-body .button.secondary:hover {
  color: #fff;
}

#cms #header {
  position: static;
}

#cms .page-content {
  font-size: 1rem;
}

#cms .page-content p, #cms .page-content li {
  line-height: 1.2;
}

#cms .page-content h4 {
  margin-bottom: 20px;
}

#my-account #content .links a:hover,
#my-account #content .links a:hover i {
  color: #B4162E;
}

.input-group.focus {
  outline: #767D89;
}

.input-group .input-group-btn > .btn[data-action=show-password] {
  padding: 0 10px;
}

.form-control:focus {
  outline: #767D89;
  border-color: #767D89;
}

.custom-radio input[type=radio]:checked + span {
  background-color: #B4162E;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page-footer a:not(.button) {
  color: #C81A33;
  transition: 0.3s color ease-in-out;
}

.page-footer a:not(.button):hover {
  color: #1D2F57;
}

#identity #wrapper,
#my-account #wrapper,
#addresses #wrapper,
#address #wrapper {
  padding-top: 70px;
}

@media (min-width: 992px) {
  #identity #wrapper,
  #my-account #wrapper,
  #addresses #wrapper,
  #address #wrapper {
    padding-top: 85px;
  }
}

#address .form-control-submit {
  cursor: pointer;
  display: inline-block;
  padding: 14px 42px;
  height: auto;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 6px;
  background-color: #C81A33;
  transition: background-color 0.3s ease;
}

#address .form-control-submit:hover {
  color: #fff;
  background-color: #B4162E;
}

#module-psgdpr-gdpr #exportDataToCsv,
#module-psgdpr-gdpr #exportDataToPdf {
  color: #fff;
  background-color: #C81A33;
}

#module-psgdpr-gdpr #exportDataToCsv:hover,
#module-psgdpr-gdpr #exportDataToPdf:hover {
  background-color: #B4162E;
}

#module-psgdpr-gdpr .psgdprinfo17 a {
  color: #C81A33;
}

#module-psgdpr-gdpr .psgdprinfo17 a:hover {
  color: #B4162E;
}

.platform #wrapper {
  display: flex;
  background-color: #EEF2F8;
}

.platform #wrapper #notifications {
  display: none;
}

.platform #wrapper #left-column {
  display: none;
}

@media (min-width: 1200px) {
  .platform #wrapper #left-column {
    display: block;
  }
}

.platform #wrapper #left-column {
  min-height: 100vh;
  height: 100%;
  width: 290px;
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transition: 300ms linear;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  -ms-transition: 300ms linear;
  transition: 300ms linear;
}

@media (min-width: 1200px) {
  .platform #wrapper #left-column {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
  }
}

@media (min-width: 1600px) {
  .platform #wrapper #left-column {
    width: 335px;
  }
}

.platform #wrapper #left-column.collapsed {
  width: 133px;
  min-height: 100vh;
  height: 100%;
}

.platform #wrapper #left-column.collapsed ~ #content-wrapper {
  width: calc(100vw - 133px);
  margin-left: 133px;
}

.platform #wrapper #left-column #sidebar-menu {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 25px 25px 35px 25px;
}

@media (min-width: 1600px) {
  .platform #wrapper #left-column #sidebar-menu {
    padding: 35px 35px 65px 35px;
  }
}

.platform #wrapper #left-column #sidebar-menu.collapsed {
  align-items: center;
}

.platform #wrapper #left-column #sidebar-menu .menu-list {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

@media (min-width: 992px) {
  .platform #wrapper #left-column #sidebar-menu .menu-list {
    row-gap: 12px;
  }
}

@media (min-width: 1600px) {
  .platform #wrapper #left-column #sidebar-menu .menu-list {
    row-gap: 20px;
  }
}

.platform #wrapper #left-column #sidebar-menu .menu-list.collapsed {
  align-items: center;
}

.platform #wrapper #left-column #sidebar-menu .menu-item {
  display: flex;
  column-gap: 10px;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: border 0.3s ease;
  padding: 5px 15px;
}

.platform #wrapper #left-column #sidebar-menu .menu-item__text {
  display: block;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: #141516;
}

@media (min-width: 1600px) {
  .platform #wrapper #left-column #sidebar-menu .menu-item__text {
    font-size: 18px;
    line-height: 30px;
  }
}

.platform #wrapper #left-column #sidebar-menu .menu-item__text.hidden {
  display: none;
}

.platform #wrapper #left-column #sidebar-menu .menu-item:hover, .platform #wrapper #left-column #sidebar-menu .menu-item.active {
  border-bottom-color: #C81A33;
}

.platform #wrapper #left-column #sidebar-menu .sidebar-menu__top .minimalize-menu {
  display: none;
  margin-bottom: 50px;
  cursor: pointer;
}

.platform #wrapper #left-column #sidebar-menu .sidebar-menu__top .minimalize-menu.collapsed {
  justify-content: center;
}

@media (min-width: 1200px) {
  .platform #wrapper #left-column #sidebar-menu .sidebar-menu__top .minimalize-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.platform #wrapper #left-column #sidebar-menu .sidebar-menu__top .minimalize-menu:hover .minimalize-menu__text {
  color: #C81A33;
}

.platform #wrapper #left-column #sidebar-menu .sidebar-menu__top .minimalize-menu:hover .minimalize-menu__icon svg path {
  stroke: #C81A33;
}

.platform #wrapper #left-column #sidebar-menu .sidebar-menu__top .minimalize-menu__text {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}

.platform #wrapper #left-column #sidebar-menu .sidebar-menu__top .minimalize-menu__icon {
  width: 24px;
  height: 24px;
}

.platform #wrapper #left-column #sidebar-menu .sidebar-menu__top .logo {
  margin-bottom: 40px;
  display: flex;
}

@media (min-width: 1600px) {
  .platform #wrapper #left-column #sidebar-menu .sidebar-menu__top .logo {
    margin-bottom: 60px;
  }
}

.platform #wrapper #left-column #sidebar-menu .sidebar-menu__top .logo-desktop {
  width: 206px;
  height: auto;
  max-height: 55px;
}

.platform #wrapper #left-column #sidebar-menu .sidebar-menu__top .logo-mobile {
  width: 60px;
  height: auto;
  max-height: 53px;
}

.platform #wrapper #left-column #sidebar-menu .sidebar-menu__top .logo.collapsed {
  justify-content: center;
}

.platform #wrapper #left-column #sidebar-menu .sidebar-menu__bottom {
  padding-top: 30px;
  border-top: 1px solid #D1D6D8;
}

@media (min-width: 1600px) {
  .platform #wrapper #left-column #sidebar-menu .sidebar-menu__bottom {
    padding-top: 63px;
  }
}

.platform #wrapper #content-wrapper {
  width: 100vw;
  height: 100%;
  transition: margin-left 0.5s ease;
}

.platform #wrapper #content-wrapper #main-content {
  height: 100%;
  width: 100%;
}

@media (min-width: 1200px) {
  .platform #wrapper #content-wrapper {
    flex-grow: 1;
    margin-left: 290px;
    width: calc(100vw - 290px);
  }
}

@media (min-width: 1600px) {
  .platform #wrapper #content-wrapper {
    margin-left: 335px;
    width: calc(100vw - 335px);
  }
}

.fixed-mobile-menu {
  position: fixed;
  width: 100vw;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
}

@media (min-width: 1200px) {
  .fixed-mobile-menu {
    display: none;
  }
}

.fixed-mobile-menu__list {
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
}

.fixed-mobile-menu__item, .fixed-mobile-menu__item:hover {
  all: unset;
}

.fixed-mobile-menu__item-icon svg {
  width: 35px;
  height: 35px;
}

.fixed-mobile-menu__item-icon svg path {
  stroke: #141516;
}

.rox-nav-items-animation {
  animation: navItemsAnimation 1s both;
}

.rox-nav-items-animation-2 {
  animation: navItemsAnimation2 0.5s both;
  transform-origin: 0 0;
}

.menu-mobile-nav-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  background-color: rgba(0, 0, 0, 0.8);
}

.menu-mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.menu-mobile-nav {
  padding-bottom: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 50px;
  height: 100vh;
  max-width: 500px;
  background-color: #fff;
  z-index: 1000;
  transform: translateX(-100%);
  transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.menu-mobile-nav .close-nav-button {
  cursor: pointer;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  padding: 10px;
}

.menu-mobile-nav .close-nav-button:focus {
  border: 1px solid #B4162E;
  border-radius: 8px;
}

.menu-mobile-nav__content {
  height: 100%;
  width: 100%;
}

.menu-mobile-nav__top {
  display: flex;
  justify-content: flex-end;
  background-color: #fff;
  color: #C81A33;
  padding: 9px 14px;
}

.menu-mobile-nav__top .menu-close-nav-button {
  all: unset;
}

.menu-mobile-nav__top .menu-close-nav-button path {
  stroke: #C81A33;
}

.menu-mobile-nav__bottom {
  overflow-y: auto;
  height: calc(var(--height) - 64px);
  padding: 20px;
  padding-left: 10%;
}

.menu-mobile-nav__bottom ul.menu-mobile-nav__menu {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.menu-mobile-nav__bottom ul.menu-mobile-nav__menu li .menu-mobile-nav__menu--item {
  display: flex;
  column-gap: 10px;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: border 0.3s ease;
  padding: 5px 0;
}

.menu-mobile-nav__bottom ul.menu-mobile-nav__menu li .menu-mobile-nav__menu--item:hover {
  border-bottom-color: #C81A33;
}

.menu-mobile-nav__bottom ul.menu-mobile-nav__menu li .menu-mobile-nav__menu--text {
  display: block;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: #141516;
}

@media (min-width: 1600px) {
  .menu-mobile-nav__bottom ul.menu-mobile-nav__menu li .menu-mobile-nav__menu--text {
    font-size: 18px;
    line-height: 30px;
  }
}

.menu-mobile-nav__bottom ul.menu-mobile-nav__menu li .menu-mobile-nav__menu--text.hidden {
  display: none;
}

.menu-mobile-nav.active {
  transform: none;
}

#platform-top-menu {
  padding-top: 16px;
}

#platform-top-menu .container {
  display: flex;
}

@media (min-width: 1200px) {
  #platform-top-menu {
    padding: 30px 0 10px 0;
  }
}

#platform-top-menu .platform-logo-mobile svg {
  width: 156px;
  height: 42px;
}

@media (min-width: 1200px) {
  #platform-top-menu .platform-logo-mobile {
    display: none;
  }
}

#platform-top-menu .platform-top-menu__content {
  display: grid;
  grid-template-columns: 24px;
  grid-template-rows: 48px 1fr;
  position: relative;
  column-gap: 24px;
  width: max-content;
  margin-left: auto;
}

@media (min-width: 1200px) {
  #platform-top-menu .platform-top-menu__content {
    grid-template-columns: 24px 24px 1fr;
    grid-template-rows: 1fr 1fr;
  }
}

#platform-top-menu .platform-top-menu__content button {
  all: unset;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

#platform-top-menu .platform-top-menu__content button:hover > svg path {
  stroke: #C81A33;
}

#platform-top-menu .platform-top-menu__content button svg {
  width: 24px;
  height: 24px;
}

#platform-top-menu .platform-top-menu__content button svg path {
  transition: stroke 0.3s ease;
}

#platform-top-menu .platform-top-menu__content .chat-item {
  display: none;
}

@media (min-width: 1200px) {
  #platform-top-menu .platform-top-menu__content .chat-item {
    display: flex;
  }
}

#platform-top-menu .platform-top-menu__content .account-item {
  display: none;
}

@media (min-width: 1200px) {
  #platform-top-menu .platform-top-menu__content .account-item {
    display: flex;
    column-gap: 12px;
    align-items: center;
  }
}

#platform-top-menu .platform-top-menu__content .account-item__link {
  display: flex;
  column-gap: 12px;
  align-items: center;
}

#platform-top-menu .platform-top-menu__content .account-item__link:hover span {
  color: #C81A33;
}

#platform-top-menu .platform-top-menu__content .account-item__avatar {
  border-radius: 50%;
  overflow: hidden;
  height: 32px;
  width: 32px;
  background-color: #EEF2F8;
  border: 1px solid #C81A33;
}

#platform-top-menu .platform-top-menu__content .account-item__avatar img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#platform-top-menu .platform-top-menu__content .account-item__avatar span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1D2F57;
  font-weight: 600;
  font-size: 17px;
  height: 100%;
}

#platform-top-menu .platform-top-menu__content .account-item__name {
  color: #141516;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  transition: color 0.3s ease;
}

#platform-top-menu .platform-top-menu__content .notifications-box {
  position: relative;
  grid-column-start: 1;
  grid-row-start: 2;
  z-index: 50;
}

#platform-top-menu .platform-top-menu__content .notifications {
  position: absolute;
  width: 90vw;
  max-width: 400px;
  top: 5px;
  right: -3px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  #platform-top-menu .platform-top-menu__content .notifications {
    width: 474px;
    left: 50%;
    right: unset;
    max-width: 474px;
    transform: translateX(-50%);
  }
}

#platform-top-menu .platform-top-menu__content .notifications.open .notification-arrow {
  display: block;
}

#platform-top-menu .platform-top-menu__content .notifications.open .opened-notifications {
  display: block;
}

#platform-top-menu .platform-top-menu__content .notifications .notification-arrow {
  display: none;
  width: min-content;
  margin-left: auto;
  margin-right: 3px;
}

@media (min-width: 1200px) {
  #platform-top-menu .platform-top-menu__content .notifications .notification-arrow {
    margin: 0 auto;
  }
}

#platform-top-menu .platform-top-menu__content .notifications .notification-arrow svg path {
  fill: #D1D6D8;
}

#platform-top-menu .platform-top-menu__content .notifications .opened-notifications {
  position: relative;
  height: 460px;
  border-radius: 6px;
  border: 1px solid #D1D6D8;
  margin-top: -8px;
  overflow: hidden;
  display: none;
}

#platform-top-menu .platform-top-menu__content .notifications .opened-notifications__title {
  padding: 8px 20px;
  background-color: #EEF2F8;
}

#platform-top-menu .platform-top-menu__content .notifications .opened-notifications .notifications-list {
  height: 416px;
  overflow-y: scroll;
  background-color: #fff;
  padding-right: 5px;
}

#platform-top-menu .platform-top-menu__content .notifications .opened-notifications .notifications-list::-webkit-scrollbar {
  width: 10px;
}

#platform-top-menu .platform-top-menu__content .notifications .opened-notifications .notifications-list::-webkit-scrollbar-track {
  background: #fff;
  box-shadow: inset 0 0 5px F2F2F2;
  border-radius: 0px;
  margin-block: 15px;
}

#platform-top-menu .platform-top-menu__content .notifications .opened-notifications .notifications-list::-webkit-scrollbar-thumb {
  background-color: #D1D6D8;
  border-radius: 20px;
}

#platform-top-menu .platform-top-menu__content .notifications .opened-notifications .notifications-list__item {
  display: flex;
  column-gap: 10px;
  padding: 14px 40px 14px 20px;
  transition: background-color 0.3s ease;
}

#platform-top-menu .platform-top-menu__content .notifications .opened-notifications .notifications-list__item:not(:last-of-type) {
  border-bottom: 1px solid #EEF2F8;
}

#platform-top-menu .platform-top-menu__content .notifications .opened-notifications .notifications-list__item:hover {
  background-color: #EEF2F8;
}

#platform-top-menu .platform-top-menu__content .notifications .opened-notifications .notifications-list__item .status {
  position: relative;
  cursor: pointer;
}

#platform-top-menu .platform-top-menu__content .notifications .opened-notifications .notifications-list__item .status svg {
  height: 6px;
  width: 6px;
}

#platform-top-menu .platform-top-menu__content .notifications .opened-notifications .notifications-list__item .status.read p {
  font-weight: 400;
}

#platform-top-menu .platform-top-menu__content .notifications .opened-notifications .notifications-list__item .status.read svg circle {
  fill: #D1D6D8;
}

#platform-top-menu .platform-top-menu__content .notifications .opened-notifications .notifications-list__item .status.read ~ .item-content p {
  font-weight: 400;
}

@media (min-width: 1200px) {
  #platform-top-menu .platform-top-menu__content .notifications .opened-notifications .notifications-list__item .status:hover::after {
    display: block;
  }
}

#platform-top-menu .platform-top-menu__content .notifications .opened-notifications .notifications-list__item .status::after {
  content: attr(data-tooltip);
  display: none;
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px;
  left: 250%;
  top: -8px;
  background-color: #767D89;
  width: max-content;
  -webkit-transition: opacity 0.3s ease-in-out;
}

#platform-top-menu .platform-top-menu__content .notifications .opened-notifications .notifications-list__item .item-content {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  cursor: pointer;
}

#platform-top-menu .platform-top-menu__content .notifications .opened-notifications .notifications-list__item .item-content__text.shorter-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 1200px) {
  #platform-top-menu .platform-top-menu__content .notifications .opened-notifications .notifications-list__item .item-content__text.shorter-text {
    -webkit-line-clamp: 1;
  }
}

#platform-top-menu .platform-top-menu__content .notifications .opened-notifications .notifications-list__item .item-content__text p {
  color: #141516;
  font-weight: 600;
}

#platform-top-menu .platform-top-menu__content .notifications .opened-notifications .notifications-list__item .item-content__time {
  font-size: 13px;
  line-height: 20px;
  color: #767D89;
}

@media (min-width: 1200px) {
  #module-obplatform-panel #platform-top-menu button svg path {
    stroke: #fff;
    transition: stroke 0.3s ease;
  }
  #module-obplatform-panel #platform-top-menu button:hover > svg path {
    stroke: #C81A33;
  }
  #module-obplatform-panel #platform-top-menu .account-item__name {
    color: #fff;
  }
  #module-obplatform-panel #platform-top-menu .account-item__name:hover {
    color: #C81A33;
  }
  #module-obplatform-panel #platform-top-menu .platform-logo-mobile path {
    fill: #fff;
  }
}

.platform .all-weeks {
  margin-top: 20px;
  padding-bottom: 80px;
}

.platform .all-weeks .programs-wrapper__title {
  position: relative;
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
  background-color: #1D2F57;
  background-image: url(../_svg/pattern-title.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.platform .all-weeks .programs-wrapper__title p {
  color: #fff;
  padding: 12px 20px;
  z-index: 20;
  position: relative;
}

.platform .all-weeks .programs-wrapper__title .cta-btn {
  margin-right: 20px;
}

.platform .all-weeks .programs-wrapper__title .cta-btn .button {
  padding: 10px 35px;
  color: #fff;
}

.platform .all-weeks .programs-wrapper .programs-list {
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

@media (min-width: 992px) {
  .platform .all-weeks .programs-wrapper .programs-list {
    padding-bottom: 120px;
  }
}

.platform .all-weeks .programs-wrapper .programs-list__labels {
  display: none;
  padding: 20px;
}

@media (min-width: 992px) {
  .platform .all-weeks .programs-wrapper .programs-list__labels {
    display: grid;
    grid-template-columns: 2fr 6fr 1.5fr 2.5fr;
    column-gap: 65px;
  }
}

.platform .all-weeks .programs-wrapper .programs-list__labels .place-label {
  text-align: center;
}

.platform .all-weeks .programs-wrapper .programs-list__labels p {
  color: #767D89;
}

.platform .all-weeks .programs-wrapper .programs-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
  padding: 20px 0;
  margin: 0 20px;
}

@media (min-width: 992px) {
  .platform .all-weeks .programs-wrapper .programs-item {
    align-items: center;
    display: grid;
    grid-template-columns: 2fr 6fr 1.5fr 2.5fr;
    column-gap: 65px;
  }
}

.platform .all-weeks .programs-wrapper .programs-item:not(:last-of-type) {
  border-bottom: 1px solid #D1D6D8;
}

.platform .all-weeks .programs-wrapper .programs-item .week-title {
  transition: color 0.3s ease;
  color: #141516;
}

.platform .all-weeks .programs-wrapper .programs-item .week-title:hover {
  color: #C81A33;
}

.platform .all-weeks .programs-wrapper .programs-item__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 992px) {
  .platform .all-weeks .programs-wrapper .programs-item__description {
    margin-bottom: 15px;
  }
}

.platform .all-weeks .programs-wrapper .programs-item__description p {
  color: #141516;
}

.platform .all-weeks .programs-wrapper .programs-item__description .week-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.3s color ease;
}

.platform .all-weeks .programs-wrapper .programs-item__place {
  display: flex;
  column-gap: 20px;
  justify-content: center;
  align-items: center;
}

.platform .all-weeks .programs-wrapper .programs-item__place svg {
  width: 30px;
  height: 30px;
}

.platform .all-weeks .programs-wrapper .programs-item__progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.platform .all-weeks .programs-wrapper .programs-item__progress .progress-bar__outer {
  width: 150px;
  height: 6px;
  border-radius: 6px;
  background-color: rgba(200, 26, 51, 0.16);
}

@media (min-width: 576px) {
  .platform .all-weeks .programs-wrapper .programs-item__progress .progress-bar__outer {
    width: 200px;
  }
}

@media (min-width: 992px) {
  .platform .all-weeks .programs-wrapper .programs-item__progress .progress-bar__outer {
    width: 100px;
  }
}

@media (min-width: 1400px) {
  .platform .all-weeks .programs-wrapper .programs-item__progress .progress-bar__outer {
    width: 123px;
  }
}

.platform .all-weeks .programs-wrapper .programs-item__progress .progress-bar__inner {
  height: 6px;
  border-radius: 6px;
  background-color: #C81A33;
}

.platform .all-weeks .programs-wrapper .programs-item__progress .week-link path {
  transition: stroke 0.3s ease;
}

.platform .all-weeks .programs-wrapper .programs-item__progress .week-link:hover path {
  stroke: #C81A33;
}

.platform .all-weeks .programs-wrapper:not(:first-child) {
  margin-top: 20px;
}

.platform .week-program-wrapper__title {
  position: relative;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 36px;
  background-color: #1D2F57;
  background-image: url(../_svg/pattern-title.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  transition: all 0.3s ease;
}

.platform .week-program-wrapper__title .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  z-index: 20;
  position: relative;
}

@media (max-width: 992px) {
  .platform .week-program-wrapper__title .title-wrapper {
    padding: 10px 20px;
  }
}

.platform .week-program-wrapper__title .title-wrapper .text {
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .platform .week-program-wrapper__title .title-wrapper .text {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 3px;
  }
}

.platform .week-program-wrapper__title .title-wrapper .text p:first-child {
  padding-right: 0;
}

@media (min-width: 992px) {
  .platform .week-program-wrapper__title .title-wrapper .text p:first-child {
    padding-right: 40px;
    border-right: 1px solid #D1D6D8;
  }
}

.platform .week-program-wrapper__title .title-wrapper .text p:last-child {
  padding-left: 40px;
}

@media (max-width: 992px) {
  .platform .week-program-wrapper__title .title-wrapper .text p:last-child {
    font-size: 16px;
    padding-left: 0;
  }
}

.platform .week-program-wrapper__title .title-wrapper .navigation {
  display: flex;
  column-gap: 20px;
}

.platform .week-program-wrapper__title .title-wrapper .navigation .prev-link svg path, .platform .week-program-wrapper__title .title-wrapper .navigation .next-link svg path {
  transition: stroke 0.3s ease;
}

.platform .week-program-wrapper__title .title-wrapper .navigation .prev-link:hover svg path, .platform .week-program-wrapper__title .title-wrapper .navigation .next-link:hover svg path {
  stroke: #C81A33;
}

.platform .week-program-wrapper__title .title-wrapper .navigation svg {
  width: 24px;
  height: 24px;
}

.platform .week-program-wrapper__title .title-wrapper p {
  color: #fff;
}

.platform .week-program-wrapper__days {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 768px) {
  .platform .week-program-wrapper__days {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .platform .week-program-wrapper__days {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1400px) {
  .platform .week-program-wrapper__days {
    column-gap: 37px;
  }
}

.platform .week-program-wrapper__day .day-title {
  background-color: #1D2F57;
  border-radius: 6px 6px 0 0;
  position: relative;
  overflow: hidden;
  background-color: #1D2F57;
  background-image: url(../_svg/pattern-title.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  transition: all 0.3s ease;
}

.platform .week-program-wrapper__day .day-title.done {
  margin: 0;
  padding: 0;
  display: block;
  background-color: #47C81A;
  background-image: url(../_svg/pattern-title-done.svg);
}

.platform .week-program-wrapper__day .day-title__wrapper {
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}

.platform .week-program-wrapper__day .day-title__wrapper .custom-checkbox .label {
  color: #fff;
}

.platform .week-program-wrapper__day .day-title__wrapper .custom-checkbox .checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 3px;
  background: #1D2F57;
  background-size: 0%;
  transition: background-size 0.2s ease;
}

.platform .week-program-wrapper__day .day-title__wrapper .custom-checkbox input:checked + .checkmark {
  background: #47C81A url(https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/White_check.svg/1200px-White_check.svg.png) center/1250% no-repeat;
  background-size: 60%;
  transition: background-size 0.25s cubic-bezier(0.7, 0, 0.18, 1.24);
  border-color: #fff;
}

.platform .week-program-wrapper__day .day-title__wrapper a {
  display: flex;
  column-gap: 10px;
  align-items: center;
  line-height: 19px;
}

.platform .week-program-wrapper__day .day-title__wrapper a span {
  color: #fff;
  transition: color 0.3s ease;
}

.platform .week-program-wrapper__day .day-title__wrapper a:hover span {
  color: #C81A33;
}

.platform .week-program-wrapper__day .day-title__wrapper a:hover svg path {
  stroke: #C81A33;
}

.platform .week-program-wrapper__day .day-title__wrapper a svg {
  width: 12px;
  height: 12px;
}

@media (min-width: 1600px) {
  .platform .week-program-wrapper__day .day-title__wrapper a svg {
    height: 19px;
    width: 19px;
  }
}

.platform .week-program-wrapper__day .day-title__wrapper a svg path {
  transition: stroke 0.3s ease;
}

.platform .week-program-wrapper__day .day-tasks {
  background-color: #fff;
  padding: 0 20px;
  border-radius: 0 0 6px 6px;
}

.platform .week-program-wrapper__day .day-tasks .single-task {
  padding: 10px 0;
  display: flex;
  column-gap: 8px;
  justify-content: space-between;
}

.platform .week-program-wrapper__day .day-tasks .single-task:not(:last-of-type) {
  border-bottom: 1px solid #D1D6D8;
}

.platform .week-program-wrapper__day .day-tasks .single-task.done {
  margin: 0;
}

.platform .week-program-wrapper__day .day-tasks .single-task.done .label {
  color: #47C81A;
}

.platform .week-program-wrapper__day .day-tasks .single-task.done .task-info path {
  stroke: #A5ABBD;
}

.platform .week-program-wrapper__day .day-tasks .single-task.done .task-info span {
  color: #E9A3AC;
}

.platform .week-program-wrapper__day .day-tasks .single-task .task-text {
  display: flex;
  column-gap: 5px;
  width: 70%;
}

.platform .week-program-wrapper__day .day-tasks .single-task .task-text a {
  text-align: left;
  transition: color 0.3s ease;
}

.platform .week-program-wrapper__day .day-tasks .single-task .task-text a:hover {
  color: #C81A33;
}

.platform .week-program-wrapper__day .day-tasks .single-task .task-text .custom-checkbox {
  max-width: 70%;
}

.platform .week-program-wrapper__day .day-tasks .single-task .task-text .custom-checkbox .label {
  max-width: 80%;
}

.platform .week-program-wrapper__day .day-tasks .single-task .task-text .custom-checkbox .checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #222;
  display: inline-block;
  border-radius: 3px;
  background: #47C81A url(https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/White_check.svg/1200px-White_check.svg.png) center/1250% no-repeat;
  transition: background-size 0.2s ease;
}

.platform .week-program-wrapper__day .day-tasks .single-task .task-text .custom-checkbox input:checked + .checkmark {
  background-size: 60%;
  transition: background-size 0.25s cubic-bezier(0.7, 0, 0.18, 1.24);
  border-color: #47C81A;
}

.platform .week-program-wrapper__day .day-tasks .single-task .task-info {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.platform .week-program-wrapper__day .day-tasks .single-task .task-info svg {
  width: 19px;
  height: 19px;
}

@media (min-width: 1600px) {
  .platform .week-program-wrapper__day .day-tasks .single-task .task-info svg {
    width: 24px;
    height: 24px;
  }
}

.platform .week-program-wrapper__day .day-tasks .single-task .task-info span {
  font-weight: 700;
  color: #C81A33;
}

.platform .week-program-wrapper__day .custom-checkbox {
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin: 0;
}

.platform .week-program-wrapper__day .custom-checkbox .label {
  font-size: 1.2em;
  text-align: left;
}

.platform .week-program-wrapper__day .custom-checkbox input {
  display: none;
}

.platform .program-one-day {
  margin-top: 20px;
  padding-bottom: 80px;
}

.platform .program-one-day .programs-wrapper {
  background-color: #fff;
}

.platform .program-one-day .programs-wrapper__title {
  position: relative;
  width: 100%;
  background-color: #1D2F57;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
  background-color: #1D2F57;
  background-image: url(../_svg/pattern-title.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  transition: all 0.3s ease;
}

.platform .program-one-day .programs-wrapper__title.done {
  background-color: #47C81A;
  background-image: url(../_svg/pattern-title-done.svg);
  margin-right: 0;
  padding: 0;
  display: block;
}

.platform .program-one-day .programs-wrapper__title p {
  color: #fff;
  z-index: 20;
  position: relative;
}

.platform .program-one-day .programs-wrapper__title .title-wrapper {
  display: flex;
  position: relative;
  z-index: 20;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
}

@media (max-width: 768px) {
  .platform .program-one-day .programs-wrapper__title .title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .platform .program-one-day .programs-wrapper__title .title-wrapper .navigation {
    width: 100%;
    column-gap: 10px;
    justify-content: space-between;
  }
  .platform .program-one-day .programs-wrapper__title .title-wrapper .checkbox-wrapper .text {
    font-size: 11px;
  }
}

.platform .program-one-day .programs-wrapper__title .title-wrapper .navigation {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .platform .program-one-day .programs-wrapper__title .title-wrapper .navigation {
    column-gap: 40px;
  }
}

.platform .program-one-day .programs-wrapper__title .title-wrapper .navigation .checkbox-wrapper {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.platform .program-one-day .programs-wrapper__title .title-wrapper .navigation .checkbox-wrapper .custom-checkbox {
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin: 0;
}

.platform .program-one-day .programs-wrapper__title .title-wrapper .navigation .checkbox-wrapper .custom-checkbox .label {
  color: #fff;
  text-align: left;
}

.platform .program-one-day .programs-wrapper__title .title-wrapper .navigation .checkbox-wrapper .custom-checkbox .checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 3px;
  transition: background-size 0.2s ease;
  margin-right: 0;
}

.platform .program-one-day .programs-wrapper__title .title-wrapper .navigation .checkbox-wrapper .custom-checkbox input:checked + .checkmark {
  background: #47C81A url(https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/White_check.svg/1200px-White_check.svg.png) center/1250% no-repeat;
  background-size: 60%;
  transition: background-size 0.25s cubic-bezier(0.7, 0, 0.18, 1.24);
}

.platform .program-one-day .programs-wrapper__title .title-wrapper .navigation .checkbox-wrapper .custom-checkbox input {
  display: none;
}

.platform .program-one-day .programs-wrapper__title .title-wrapper .navigation .links {
  display: flex;
  column-gap: 20px;
}

.platform .program-one-day .programs-wrapper__title .title-wrapper .navigation .links a {
  display: flex;
  align-items: center;
}

.platform .program-one-day .programs-wrapper__title .title-wrapper .navigation .links a path {
  transition: stroke 0.3s ease;
}

.platform .program-one-day .programs-wrapper__title .title-wrapper .navigation .links a:hover path {
  stroke: #C81A33;
}

.platform .program-one-day .programs-wrapper .programs-list {
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 992px) {
  .platform .program-one-day .programs-wrapper .programs-list {
    padding-bottom: 120px;
  }
}

.platform .program-one-day .programs-wrapper .programs-list__labels {
  display: none;
  padding: 20px 0 5px 0;
  border-bottom: 1px solid #D1D6D8;
}

@media (min-width: 768px) {
  .platform .program-one-day .programs-wrapper .programs-list__labels {
    display: grid;
    grid-template-columns: 0.5fr 3fr 6fr 1.5fr 0.5fr;
    column-gap: 20px;
  }
}

.platform .program-one-day .programs-wrapper .programs-list__labels .place-label {
  text-align: center;
}

.platform .program-one-day .programs-wrapper .programs-list__labels p {
  color: #767D89;
}

.platform .program-one-day .programs-wrapper .programs-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  margin: 0;
}

.platform .program-one-day .programs-wrapper .programs-item.done {
  margin-right: 0;
}

.platform .program-one-day .programs-wrapper .programs-item.done .week-title {
  color: #47C81A;
}

.platform .program-one-day .programs-wrapper .programs-item.done .week-description {
  color: #D1D6D8;
}

.platform .program-one-day .programs-wrapper .programs-item.done .programs-item__place path {
  stroke: #A5ABBD;
}

@media (min-width: 768px) {
  .platform .program-one-day .programs-wrapper .programs-item {
    align-items: center;
    display: grid;
    grid-template-columns: 0.5fr 3fr 6fr 1.5fr 0.5fr;
    column-gap: 20px;
  }
}

.platform .program-one-day .programs-wrapper .programs-item:not(:last-of-type) {
  border-bottom: 1px solid #D1D6D8;
}

.platform .program-one-day .programs-wrapper .programs-item .week-title {
  transition: color 0.3s ease;
  color: #141516;
}

.platform .program-one-day .programs-wrapper .programs-item .week-title:hover {
  color: #C81A33;
}

.platform .program-one-day .programs-wrapper .programs-item .custom-checkbox {
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin: 0;
}

.platform .program-one-day .programs-wrapper .programs-item .custom-checkbox .label {
  font-size: 1.2em;
  text-align: left;
}

.platform .program-one-day .programs-wrapper .programs-item .custom-checkbox .checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #222;
  display: inline-block;
  border-radius: 3px;
  background: #47C81A url(https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/White_check.svg/1200px-White_check.svg.png) center/1250% no-repeat;
  transition: background-size 0.2s ease;
}

.platform .program-one-day .programs-wrapper .programs-item .custom-checkbox input:checked + .checkmark {
  background-size: 60%;
  transition: background-size 0.25s cubic-bezier(0.7, 0, 0.18, 1.24);
  border-color: #47C81A;
}

.platform .program-one-day .programs-wrapper .programs-item .custom-checkbox input {
  display: none;
}

@media (min-width: 992px) {
  .platform .program-one-day .programs-wrapper .programs-item__title {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  .platform .program-one-day .programs-wrapper .programs-item__description {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .platform .program-one-day .programs-wrapper .programs-item__description {
    margin-bottom: 0;
    padding-right: 50px;
  }
}

.platform .program-one-day .programs-wrapper .programs-item__description p {
  color: #141516;
}

.platform .program-one-day .programs-wrapper .programs-item__description .week-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.3s color ease;
}

.platform .program-one-day .programs-wrapper .programs-item__place {
  display: flex;
  column-gap: 20px;
  justify-content: center;
  align-items: center;
}

.platform .program-one-day .programs-wrapper .programs-item__place svg {
  width: 30px;
  height: 30px;
}

.platform .program-one-day .programs-wrapper .programs-item__link {
  width: auto;
  margin-left: auto;
}

.platform .program-one-day .programs-wrapper .programs-item__link .week-link path {
  transition: stroke 0.3s ease;
}

.platform .program-one-day .programs-wrapper .programs-item__link .week-link:hover path {
  stroke: #C81A33;
}

.program-single-task {
  padding-bottom: 80px;
}

.program-single-task__wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media (min-width: 1400px) {
  .program-single-task__wrapper {
    gap: 36px;
  }
}

.program-single-task__wrapper__title {
  position: relative;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  background-color: #1D2F57;
  background-image: url(../_svg/pattern-title.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  transition: all 0.3s ease;
}

.program-single-task__wrapper__title.done {
  margin-right: 0;
  padding: 0;
  display: block;
  background-color: #47C81A;
  background-image: url(../_svg/pattern-title-done.svg);
}

.program-single-task__wrapper__title p {
  color: #fff;
  z-index: 20;
  position: relative;
}

.program-single-task__wrapper__title > svg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  transition: background-color 0.3s ease;
}

.program-single-task__wrapper__title > svg path {
  transition: stroke 0.3s ease;
}

.program-single-task__wrapper__title .title-wrapper {
  display: flex;
  position: relative;
  z-index: 20;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
}

.program-single-task__wrapper__title .title-wrapper .left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.program-single-task__wrapper__title .title-wrapper .left .back-icon svg path {
  transition: fill 0.2s;
}

.program-single-task__wrapper__title .title-wrapper .left .back-icon:hover svg path {
  fill: #C81A33;
}

.program-single-task__wrapper__title .title-wrapper .h3 {
  text-transform: inherit;
}

@media (max-width: 768px) {
  .program-single-task__wrapper__title .title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .program-single-task__wrapper__title .title-wrapper .navigation {
    width: 100%;
    column-gap: 10px;
    justify-content: flex-end;
  }
  .program-single-task__wrapper__title .title-wrapper .checkbox-wrapper .text {
    font-size: 11px;
  }
}

.program-single-task__wrapper__title .title-wrapper .navigation {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .program-single-task__wrapper__title .title-wrapper .navigation {
    column-gap: 40px;
  }
}

.program-single-task__wrapper__title .title-wrapper .navigation .place-icon {
  height: 30px;
}

.program-single-task__wrapper__title .title-wrapper .navigation .place-icon svg {
  width: 30px;
  height: 30px;
}

.program-single-task__wrapper__title .title-wrapper .navigation .place-icon svg path {
  stroke: #C81A33;
}

.program-single-task__wrapper__title .title-wrapper .navigation .checkbox-wrapper {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.program-single-task__wrapper__title .title-wrapper .navigation .checkbox-wrapper .text {
  color: #fff;
}

.program-single-task__wrapper__title .title-wrapper .navigation .checkbox-wrapper .custom-checkbox {
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin: 0;
}

.program-single-task__wrapper__title .title-wrapper .navigation .checkbox-wrapper .custom-checkbox .label {
  text-align: left;
}

.program-single-task__wrapper__title .title-wrapper .navigation .checkbox-wrapper .custom-checkbox .checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 3px;
  transition: background-size 0.2s ease;
  margin-right: 0;
}

.program-single-task__wrapper__title .title-wrapper .navigation .checkbox-wrapper .custom-checkbox input:checked + .checkmark {
  background: #47C81A url(https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/White_check.svg/1200px-White_check.svg.png) center/1250% no-repeat;
  background-size: 60%;
  transition: background-size 0.25s cubic-bezier(0.7, 0, 0.18, 1.24);
}

.program-single-task__wrapper__title .title-wrapper .navigation .checkbox-wrapper .custom-checkbox input {
  display: none;
}

.program-single-task__wrapper__title .title-wrapper .navigation .links {
  display: flex;
  column-gap: 20px;
}

.program-single-task__wrapper__title .title-wrapper .navigation .links a {
  display: flex;
  align-items: center;
}

.program-single-task__wrapper__title .title-wrapper .navigation .links a path {
  transition: stroke 0.3s ease;
}

.program-single-task__wrapper__title .title-wrapper .navigation .links a:hover path {
  stroke: #C81A33;
}

.program-single-task__wrapper__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px 20px 40px 20px;
  background-color: #fff;
  border-radius: 6px;
}

@media (min-width: 992px) {
  .program-single-task__wrapper__content {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .program-single-task__wrapper__content .task-text {
    width: 40%;
  }
}

.program-single-task__wrapper__content .task-text > * {
  color: #141516;
}

.program-single-task__wrapper__content .task-text p {
  margin-bottom: 10px;
}

.program-single-task__wrapper__content .task-video {
  position: relative;
  width: 100%;
  height: fit-content;
}

@media (min-width: 992px) {
  .program-single-task__wrapper__content .task-video {
    width: 60%;
  }
}

.program-single-task__wrapper__content .task-video video {
  cursor: pointer;
  height: 100%;
  width: 100%;
  border-radius: 8px;
}

.program-single-task__wrapper__content .task-video .video-thumbnail {
  display: none;
  border-radius: 6px;
  cursor: pointer;
  height: 100%;
  left: 50%;
  object-fit: cover;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 1s ease-out;
  width: 100%;
}

.program-single-task__wrapper__content .task-video .video-thumbnail__visible {
  display: block;
  background-image: var(--cover);
  background-size: cover;
  background-repeat: no-repeat;
}

.program-single-task__wrapper__content .task-video .video-thumbnail::before {
  content: url("data:image/svg+xml,%3Csvg width='36' height='42' viewBox='0 0 36 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_415_7455)'%3E%3Cpath d='M35 19.268C36.3333 20.0378 36.3333 21.9623 35 22.7321L3.5 40.9186C2.16667 41.6884 0.500002 40.7261 0.500002 39.1865L0.500004 2.81347C0.500004 1.27387 2.16667 0.311614 3.5 1.08141L35 19.268Z' fill='%233F464C' fill-opacity='0.7' /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_415_7455' x='-5.5' y='-5.18945' width='47.5' height='52.3789' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='3' /%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_415_7455' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_415_7455' result='shape' /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  cursor: pointer;
  display: block;
  height: 50px;
  inset: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 50px;
}

.program-single-task__wrapper__content .task-video .video-thumbnail:after {
  background-color: #EEF2F8;
  border-radius: 6px;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  width: 100%;
  transition: 0.3s opacity ease-in;
}

.program-single-task__wrapper__content .task-video .video-thumbnail:hover::after {
  opacity: .25;
}

.program-single-task__wrapper__reviews {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
}

@media (min-width: 1400px) {
  .program-single-task__wrapper__reviews {
    gap: 36px;
  }
}

.program-single-task__wrapper__reviews .reviews-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 576px) {
  .program-single-task__wrapper__reviews .reviews-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .program-single-task__wrapper__reviews .reviews-list {
    column-gap: 50px;
  }
}

@media (min-width: 1600px) {
  .program-single-task__wrapper__reviews .reviews-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 35px;
  }
}

.program-single-task__wrapper__reviews .reviews-list .single-review {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.program-single-task__wrapper__reviews .reviews-list .single-review .h5.label-name {
  font-weight: 400;
}

@media (max-width: 992px) {
  .program-single-task__wrapper__reviews .reviews-list .single-review .h5 {
    font-size: 12px;
  }
}

@media (min-width: 1600px) and (max-width: 1920px) {
  .program-single-task__wrapper__reviews .reviews-list .single-review .h5 {
    font-size: 14px;
  }
}

@media (min-width: 1920px) {
  .program-single-task__wrapper__reviews .reviews-list .single-review .h5 {
    font-size: 18px;
  }
}

.program-single-task__wrapper__reviews .reviews-list .single-review .selected-value {
  color: #C81A33;
}

.program-single-task__wrapper__reviews .reviews-list .single-review .field {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}

.program-single-task__wrapper__reviews .reviews-list .single-review .field input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: white;
  border-radius: 5px;
  outline: none;
  border: none;
}

.program-single-task__wrapper__reviews .reviews-list .single-review .field input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  background: red;
  border-radius: 50%;
  background: #C81A33;
  border: 1px solid #C81A33;
  cursor: pointer;
}

.program-single-task__wrapper__reviews .reviews-list .single-review .field input[type="range"]::-moz-range-progress {
  height: 5px;
  border-radius: 30px;
  background: red;
}

.program-single-task__wrapper__reviews .reviews-list .single-review .field .range-values {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.custom-modal {
  top: 50%;
  transform: translateY(-50%);
  z-index: 1050;
}

.custom-modal .modal-header .h4-bold {
  color: #1D2F57;
}

.custom-modal .modal-body form {
  margin-bottom: 0;
}

.custom-modal .modal-body .cta-btn {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  justify-content: end;
}

.custom-modal .modal-body .cta-btn .button:not(.secondary) {
  color: #fff;
}

.custom-modal .modal-body .cta-btn .secondary {
  padding: 12px 40px;
}

.platform .training-for-today {
  margin-top: 20px;
  padding-bottom: 80px;
}

.platform .training-for-today__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

@media (min-width: 1600px) {
  .platform .training-for-today__wrapper {
    row-gap: 36px;
  }
}

.platform .training-for-today__wrapper .title-wrapper {
  display: flex;
  position: relative;
  z-index: 20;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  width: 100%;
  background-color: #1D2F57;
  border-radius: 6px;
  overflow: hidden;
  background-color: #1D2F57;
  background-image: url(../_svg/pattern-title.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  transition: all 0.3s ease;
}

.platform .training-for-today__wrapper .title-wrapper__title {
  text-transform: initial;
  color: #fff;
}

.platform .training-for-today__wrapper .title-wrapper__date {
  color: #fff;
}

@media (max-width: 768px) {
  .platform .training-for-today__wrapper .title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}

.platform .training-for-today__wrapper .programs {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

@media (min-width: 1600px) {
  .platform .training-for-today__wrapper .programs {
    row-gap: 24px;
  }
}

.platform .training-for-today__wrapper .programs .programs-list {
  background-color: #fff;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.platform .training-for-today__wrapper .programs .programs-list__title {
  padding-top: 20px;
}

.platform .training-for-today__wrapper .programs .programs-list__title p {
  font-weight: 700;
}

.platform .training-for-today__wrapper .programs .programs-list__labels {
  display: none;
  padding: 20px 0 5px 0;
  border-bottom: 1px solid #D1D6D8;
}

@media (min-width: 768px) {
  .platform .training-for-today__wrapper .programs .programs-list__labels {
    display: grid;
    grid-template-columns: 0.5fr 3fr 6fr 1.5fr 0.5fr;
    column-gap: 20px;
  }
}

.platform .training-for-today__wrapper .programs .programs-list__labels .place-label {
  text-align: center;
}

.platform .training-for-today__wrapper .programs .programs-list__labels p {
  color: #767D89;
}

.platform .training-for-today__wrapper .programs-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #D1D6D8;
}

.platform .training-for-today__wrapper .programs-item.done {
  margin-right: 0;
}

.platform .training-for-today__wrapper .programs-item.done .week-title {
  color: #47C81A;
}

.platform .training-for-today__wrapper .programs-item.done .week-description {
  color: #D1D6D8;
}

.platform .training-for-today__wrapper .programs-item.done .programs-item__place path {
  stroke: #A5ABBD;
}

@media (min-width: 768px) {
  .platform .training-for-today__wrapper .programs-item {
    align-items: center;
    display: grid;
    grid-template-columns: 0.5fr 3fr 6fr 1.5fr 0.5fr;
    column-gap: 20px;
  }
}

.platform .training-for-today__wrapper .programs-item .week-title {
  transition: color 0.3s ease;
  color: #141516;
}

.platform .training-for-today__wrapper .programs-item .week-title:hover {
  color: #C81A33;
}

.platform .training-for-today__wrapper .programs-item .custom-checkbox {
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin: 0;
}

.platform .training-for-today__wrapper .programs-item .custom-checkbox .label {
  font-size: 1.2em;
  text-align: left;
}

.platform .training-for-today__wrapper .programs-item .custom-checkbox .checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #222;
  display: inline-block;
  border-radius: 3px;
  background: #47C81A url(https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/White_check.svg/1200px-White_check.svg.png) center/1250% no-repeat;
  transition: background-size 0.2s ease;
}

.platform .training-for-today__wrapper .programs-item .custom-checkbox input:checked + .checkmark {
  background-size: 60%;
  transition: background-size 0.25s cubic-bezier(0.7, 0, 0.18, 1.24);
  border-color: #47C81A;
}

.platform .training-for-today__wrapper .programs-item .custom-checkbox input {
  display: none;
}

@media (min-width: 992px) {
  .platform .training-for-today__wrapper .programs-item__title {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  .platform .training-for-today__wrapper .programs-item__description {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .platform .training-for-today__wrapper .programs-item__description {
    margin-bottom: 0;
    padding-right: 50px;
  }
}

.platform .training-for-today__wrapper .programs-item__description p {
  color: #141516;
}

.platform .training-for-today__wrapper .programs-item__description .week-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.3s color ease;
}

.platform .training-for-today__wrapper .programs-item__place {
  display: flex;
  column-gap: 20px;
  justify-content: center;
  align-items: center;
}

.platform .training-for-today__wrapper .programs-item__place svg {
  width: 30px;
  height: 30px;
}

.platform .training-for-today__wrapper .programs-item__link {
  width: auto;
  margin-left: auto;
}

.platform .training-for-today__wrapper .programs-item__link .week-link path {
  transition: stroke 0.3s ease;
}

.platform .training-for-today__wrapper .programs-item__link .week-link:hover path {
  stroke: #C81A33;
}

.platform .ebooks {
  margin-top: 20px;
  padding-bottom: 80px;
}

.platform .ebooks__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

@media (min-width: 1600px) {
  .platform .ebooks__wrapper {
    row-gap: 36px;
  }
}

.platform .ebooks__wrapper .title-wrapper {
  display: flex;
  position: relative;
  z-index: 20;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  width: 100%;
  background-color: #1D2F57;
  border-radius: 6px;
  overflow: hidden;
  background-color: #1D2F57;
  background-image: url(../_svg/pattern-title.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  transition: all 0.3s ease;
}

.platform .ebooks__wrapper .title-wrapper__title {
  text-transform: initial;
  color: #fff;
}

@media (max-width: 768px) {
  .platform .ebooks__wrapper .title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}

.platform .ebooks__wrapper .my-ebooks {
  border-radius: 6px;
  background-color: #fff;
}

.platform .ebooks__wrapper .my-ebooks__title {
  padding: 20px;
}

.platform .ebooks__wrapper .my-ebooks__title p {
  font-weight: 700;
}

.platform .ebooks__wrapper .my-ebooks__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 35px 20px;
  padding: 0 20px 40px 20px;
}

@media (min-width: 768px) {
  .platform .ebooks__wrapper .my-ebooks__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .platform .ebooks__wrapper .my-ebooks__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 35px 25px;
  }
}

@media (min-width: 1200px) {
  .platform .ebooks__wrapper .my-ebooks__list {
    padding: 20px 40px 40px 40px;
  }
}

@media (min-width: 1600px) {
  .platform .ebooks__wrapper .my-ebooks__list {
    padding: 50px 100px;
    gap: 40px 25px;
  }
}

.platform .ebooks__wrapper .my-ebooks__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 300px;
}

@media (max-width: 992px) {
  .platform .ebooks__wrapper .my-ebooks__item {
    justify-self: center;
  }
}

@media (min-width: 1200px) {
  .platform .ebooks__wrapper .my-ebooks__item {
    gap: 20px;
  }
}

.platform .ebooks__wrapper .my-ebooks__item img {
  width: 100%;
  height: 100%;
  max-height: 421px;
  object-fit: cover;
  border-radius: 6px;
}

.platform .ebooks__wrapper .my-ebooks__item .buttons {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}

.platform .ebooks__wrapper .my-ebooks__item .buttons a {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1600px) {
  .platform .ebooks__wrapper .my-ebooks__item .buttons a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.platform .ebooks__wrapper .my-ebooks__item .buttons .button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.platform .ebooks__wrapper .my-ebooks__item .buttons .button.button-with-icon svg path {
  stroke: #fff;
}

.platform .ebooks__wrapper .my-ebooks__item .buttons .button-download {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 2px solid #C81A33;
  transition: background-color 0.3s ease;
}

.platform .ebooks__wrapper .my-ebooks__item .buttons .button-download:hover {
  background-color: #B4162E;
}

.platform .ebooks__wrapper .my-ebooks__item .buttons .button-download:hover svg path {
  stroke: #fff;
}

.platform .ebooks__wrapper .my-ebooks__item .buttons .button-download path {
  transition: stroke 0.3s ease;
}

.platform .ebooks__wrapper .ebooks-to-buy {
  border-radius: 6px;
  background-color: #fff;
}

.platform .ebooks__wrapper .ebooks-to-buy__title {
  padding: 20px;
}

.platform .ebooks__wrapper .ebooks-to-buy__title p {
  font-weight: 700;
}

.platform .ebooks__wrapper .ebooks-to-buy__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 35px 20px;
  padding: 0 20px 40px 20px;
}

@media (min-width: 768px) {
  .platform .ebooks__wrapper .ebooks-to-buy__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .platform .ebooks__wrapper .ebooks-to-buy__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 35px 25px;
  }
}

@media (min-width: 1200px) {
  .platform .ebooks__wrapper .ebooks-to-buy__list {
    padding: 20px 40px 40px 40px;
  }
}

@media (min-width: 1600px) {
  .platform .ebooks__wrapper .ebooks-to-buy__list {
    padding: 50px 100px;
    gap: 40px 25px;
  }
}

.platform .ebooks__wrapper .ebooks-to-buy__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 300px;
}

@media (max-width: 992px) {
  .platform .ebooks__wrapper .ebooks-to-buy__item {
    justify-self: center;
  }
}

@media (min-width: 992px) {
  .platform .ebooks__wrapper .ebooks-to-buy__item {
    gap: 15px;
  }
}

@media (min-width: 1600px) {
  .platform .ebooks__wrapper .ebooks-to-buy__item {
    gap: 20px;
  }
}

.platform .ebooks__wrapper .ebooks-to-buy__item--img {
  transition: filter 0.3s ease;
}

.platform .ebooks__wrapper .ebooks-to-buy__item--img:hover {
  filter: opacity(80%);
}

.platform .ebooks__wrapper .ebooks-to-buy__item--img img {
  width: 100%;
  height: 100%;
  max-height: 421px;
  object-fit: cover;
  border-radius: 6px;
}

.platform .ebooks__wrapper .ebooks-to-buy__item .button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

@media (min-width: 1600px) {
  .platform .ebooks__wrapper .ebooks-to-buy__item .button {
    padding: 14px 0;
  }
}

#calendar {
  margin: 30px;
  background-color: white;
  padding: 0;
  display: none;
}

@media (max-width: 768px) {
  #calendar {
    margin: 0px;
  }
}

@media (min-width: 768px) {
  #calendar {
    display: block;
  }
}

@media (min-width: 1200px) {
  #calendar {
    margin-top: 0;
  }
}

#calendar .fc-header-toolbar {
  background-color: #1D2F57;
  padding: 15px 20px;
  border-radius: 6px 6px 0 0;
}

#calendar .fc-header-toolbar .fc-today-button {
  background-color: transparent;
  border: none;
  color: white;
  text-transform: capitalize;
  opacity: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}

#calendar .fc-header-toolbar .fc-button-group {
  column-gap: 10px;
}

#calendar .fc-header-toolbar .fc-button-group .fc-button {
  background-color: transparent;
  border: none;
}

#calendar .fc-day-sat,
#calendar .fc-day-sun {
  background-color: #F8FAFC;
}

#calendar .fc-toolbar-title {
  color: white;
  font-size: 31.3px;
  font-weight: 700;
  line-height: 42.25px;
  text-align: left;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  #calendar .fc-daygrid-day {
    padding: 7px 12px;
  }
}

#calendar .fc-daygrid-day .fc-daygrid-day-top a {
  font-size: 18px;
  line-height: 24px;
}

#calendar .fc-daygrid-day.fc-day-today {
  background: transparent;
}

#calendar .fc-daygrid-day.fc-day-today .fc-daygrid-day-top {
  padding-bottom: 10px;
}

#calendar .fc-daygrid-day.fc-day-today .fc-daygrid-day-top a {
  position: relative;
  z-index: 5;
  color: white;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

#calendar .fc-daygrid-day.fc-day-today .fc-daygrid-day-top a::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  width: 33px;
  height: 33px;
  background-color: #C81A33;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#calendar .fc-daygrid-event-harness a {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #D1D6D8 !important;
  background: #FFF !important;
  box-shadow: 0px 50px 14px 0px transparent, 0px 32px 13px 0px rgba(0, 0, 0, 0.01), 0px 18px 11px 0px rgba(0, 0, 0, 0.03), 0px 8px 8px 0px rgba(0, 0, 0, 0.05), 0px 2px 4px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 992px) {
  #calendar .fc-daygrid-event-harness a {
    padding: 0px;
  }
}

#calendar .fc-daygrid-event-harness a .fc-event-main-frame {
  white-space: pre-line;
  color: var(--Black, #141516);
  font-size: 15px;
  font-weight: 700;
  line-height: 25.6px;
}

#calendar-mobile {
  height: 100%;
  margin: 30px 16px;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  background-color: #fff;
}

@media (min-width: 768px) {
  #calendar-mobile {
    display: none;
  }
}

#calendar-mobile .fc-view-harness {
  min-height: 300px;
}

#calendar-mobile .fc-header-toolbar {
  padding: 5px 8px;
  background-color: #1D2F57;
  margin-bottom: 0;
}

#calendar-mobile .fc-header-toolbar .fc-today-button {
  background-color: transparent;
  border: none;
  color: #fff;
  text-transform: capitalize;
  opacity: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

#calendar-mobile .fc-header-toolbar .fc-today-button:hover {
  color: #C81A33;
}

#calendar-mobile .fc-header-toolbar .fc-button-group {
  column-gap: 6px;
}

#calendar-mobile .fc-header-toolbar .fc-button-group .fc-button {
  background-color: transparent;
  border: none;
}

#calendar-mobile .fc-header-toolbar .fc-button-group .fc-button.fc-button-primary:hover {
  box-shadow: rgba(200, 26, 51, 0.5) 0px 0px 0px 0.2rem;
}

#calendar-mobile .fc-header-toolbar .fc-button-group .fc-button .fc-icon::before {
  color: #fff;
}

#calendar-mobile .fc-header-toolbar .fc-button-group .fc-button:hover .fc-icon::before {
  color: #C81A33;
}

#calendar-mobile .fc-day-sat,
#calendar-mobile .fc-day-sun {
  background-color: #F8FAFC;
}

#calendar-mobile .fc-toolbar-title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  text-transform: capitalize;
}

#calendar-mobile .fc-daygrid-day.fc-day-today {
  background: transparent;
}

#calendar-mobile .fc-daygrid-day.fc-day-today .fc-daygrid-day-top {
  padding-bottom: 10px;
}

#calendar-mobile .fc-daygrid-day.fc-day-today .fc-daygrid-day-top a {
  position: relative;
  z-index: 5;
  color: #fff;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

#calendar-mobile .fc-daygrid-day.fc-day-today .fc-daygrid-day-top a::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #C81A33;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#calendar-mobile .fc-daygrid-event-harness a {
  padding: 0px;
  border-radius: 6px;
  border: 1px solid #D1D6D8 !important;
  background: #FFF !important;
  box-shadow: 0px 50px 14px 0px transparent, 0px 32px 13px 0px rgba(0, 0, 0, 0.01), 0px 18px 11px 0px rgba(0, 0, 0, 0.03), 0px 8px 8px 0px rgba(0, 0, 0, 0.05), 0px 2px 4px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
}

#calendar-mobile .fc-daygrid-event-harness a .fc-event-main-frame {
  white-space: pre-line;
  color: var(--Black, #141516);
  font-size: 15px;
  font-weight: 700;
  line-height: 25.6px;
}

#calendar-mobile .fc-daygrid-day-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#calendar-mobile .fc-daygrid-day-bottom .fc-more-link {
  width: 8px;
  height: 8px;
  color: transparent;
  background-color: #C81A33;
  border-radius: 50%;
}

#calendar-mobile .fc-daygrid-day-top {
  justify-content: center;
}

#calendar-mobile .fc-more-popover .fc-popover-body .fc-daygrid-event-harness a {
  box-shadow: none;
  border-width: 0px !important;
  padding: 5px !important;
}

#calendar-mobile .fc-more-popover .fc-popover-body .fc-daygrid-event-harness:not(:last-child) {
  border-bottom: 1px solid #EEF2F8;
}

.fc-event-dragging {
  transform: scale(1.1);
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #D1D6D8 !important;
  background: #1D2F57 !important;
  box-shadow: 0px 50px 14px 0px transparent, 0px 32px 13px 0px rgba(0, 0, 0, 0.01), 0px 18px 11px 0px rgba(0, 0, 0, 0.03), 0px 8px 8px 0px rgba(0, 0, 0, 0.05), 0px 2px 4px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
}

.fc-event-dragging .fc-sticky {
  white-space: pre-line;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 25.6px;
}

#module-obplatform-czat .czat {
  width: calc(100% - 40px);
  height: calc(100vh - 225px);
  margin: 1.25rem;
  padding: 1.25rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
}

@media (max-width: 1200px) {
  #module-obplatform-czat .czat {
    margin-bottom: 75px;
  }
}

#module-obplatform-czat .czat-header {
  margin: 1.25rem;
}

#module-obplatform-czat .czat-load-more {
  display: none;
  text-align: center;
  margin-bottom: 20px;
}

#module-obplatform-czat .czat-load-more a > span {
  color: #C81A33;
  font-weight: 600;
  transition: color 0.2s;
}

#module-obplatform-czat .czat-load-more a > span:hover {
  color: #B4162E;
}

#module-obplatform-czat .czat-load-more.active {
  display: block;
}

#module-obplatform-czat .czat-messages {
  height: 80%;
  margin-bottom: 15px;
  padding-right: 5px;
  overflow: auto;
}

#module-obplatform-czat .czat-messages-single {
  display: flex;
  align-items: flex-end;
}

#module-obplatform-czat .czat-messages-single.user {
  justify-content: end;
}

#module-obplatform-czat .czat-messages-single.user .czat-messages-text {
  background-color: #1D2F57;
  color: #fff;
  border-radius: 6px 6px 0 6px;
  margin-right: 5px;
  margin-left: 0;
}

#module-obplatform-czat .czat-messages-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #1D2F57;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

#module-obplatform-czat .czat-messages-text {
  margin-bottom: 10px;
  padding: 15px;
  background-color: #EEF2F8;
  color: #1D2F57;
  border-radius: 6px 6px 6px 0;
  margin-left: 0;
  max-width: 80%;
}

#module-obplatform-czat .czat-bottom {
  height: 20%;
  width: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  #module-obplatform-czat .czat-bottom {
    height: auto;
  }
}

#module-obplatform-czat .czat-bottom-form {
  width: 100%;
}

#module-obplatform-czat .czat-bottom-form form {
  width: 100%;
  display: flex;
}

@media (max-width: 768px) {
  #module-obplatform-czat .czat-bottom-form form {
    flex-direction: column;
  }
}

#module-obplatform-czat .czat-bottom-form form .form-group {
  display: flex;
  align-items: center;
  margin: 0 15px 0 15px;
  width: 100%;
}

@media (max-width: 768px) {
  #module-obplatform-czat .czat-bottom-form form .form-group {
    margin: 0;
  }
}

#module-obplatform-czat .czat-bottom-form form .form-group .input-content {
  width: 100%;
}

#module-obplatform-czat .czat-bottom-form form .form-group .input-content textarea {
  width: 100%;
  height: 38px;
  border: none;
  background: #EEF2F8;
  border-radius: 6px;
  outline-color: #1D2F57;
  padding: 4px 10px;
  resize: none;
}

@media (max-width: 768px) {
  #module-obplatform-czat .czat-bottom-form form .form-footer {
    width: 100%;
  }
}

#module-obplatform-czat .czat-bottom-form form .form-footer button {
  width: 130px;
  padding: 8px 42px;
}

@media (max-width: 768px) {
  #module-obplatform-czat .czat-bottom-form form .form-footer button {
    padding: 8px 0;
    margin-top: 20px;
  }
}

#module-obplatform-panel #platform-top-menu {
  position: relative;
  z-index: 3;
  background-color: #fff;
}

@media (min-width: 1200px) {
  #module-obplatform-panel #platform-top-menu {
    background-color: transparent;
  }
}

#module-obplatform-panel #wrapper #content-wrapper {
  height: 100%;
  min-height: 100vh;
  background-image: none;
  margin-bottom: 90px;
}

#module-obplatform-panel #wrapper #content-wrapper::after {
  content: '';
  background-image: url("../_svg/panel-pattern.svg");
  background-color: #1D2F57;
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 420px;
  z-index: 1;
}

@media (min-width: 1200px) {
  #module-obplatform-panel #wrapper #content-wrapper::after {
    height: 380px;
  }
}

#module-obplatform-panel .panel .welcome-text {
  margin-top: 40px;
  margin-bottom: 44px;
}

@media (min-width: 1200px) {
  #module-obplatform-panel .panel .welcome-text {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

#module-obplatform-panel .panel .welcome-text .text-date {
  color: #E3E6EB;
  font-size: 15px;
  line-height: 27px;
  font-weight: 700;
}

@media (min-width: 1200px) {
  #module-obplatform-panel .panel .welcome-text .text-date {
    font-size: 20px;
    line-height: 32px;
  }
}

#module-obplatform-panel .panel .welcome-text .text-title {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 21px;
}

@media (min-width: 1200px) {
  #module-obplatform-panel .panel .welcome-text .text-title {
    font-size: 48.8px;
  }
}

#module-obplatform-panel .panel .welcome-text .text-description {
  color: #EEF2F8;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

#module-obplatform-panel .panel .stats-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px 35px;
  width: 100%;
  justify-items: center;
  margin-bottom: 35px;
}

@media (min-width: 576px) {
  #module-obplatform-panel .panel .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  #module-obplatform-panel .panel .stats-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
    max-width: 100%;
    margin: 0 0 35px;
  }
}

@media (min-width: 1400px) {
  #module-obplatform-panel .panel .stats-grid {
    column-gap: 35px;
  }
}

@media (min-width: 1920px) {
  #module-obplatform-panel .panel .stats-grid {
    max-width: 1440px;
  }
}

#module-obplatform-panel .panel .stats-grid .single-stat {
  width: 100%;
  max-width: 320px;
  background-color: #EEF2F8;
  background-image: url("../_svg/single-stat-pattern.svg");
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 6px;
  overflow: hidden;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.04)) drop-shadow(0px 5px 11px rgba(0, 0, 0, 0.04)) drop-shadow(0px 19px 19px rgba(0, 0, 0, 0.03)) drop-shadow(0px 43px 26px rgba(0, 0, 0, 0.02)) drop-shadow(0px 77px 31px rgba(0, 0, 0, 0.01)) drop-shadow(0px 121px 34px transparent);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 576px) {
  #module-obplatform-panel .panel .stats-grid .single-stat {
    max-width: 100%;
  }
}

#module-obplatform-panel .panel .stats-grid .single-stat__top {
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 26px 20px 0;
  margin-bottom: 10px;
}

#module-obplatform-panel .panel .stats-grid .single-stat__top .description {
  display: flex;
  flex-direction: column;
  color: #141516;
  line-height: normal;
}

#module-obplatform-panel .panel .stats-grid .single-stat__top .stat-icon {
  width: 58px;
  height: 58px;
  background-color: #F1F3F7;
  border-radius: 6px;
}

@media (min-width: 992px) {
  #module-obplatform-panel .panel .stats-grid .single-stat__top .stat-icon {
    width: 68px;
    height: 68px;
  }
}

@media (min-width: 1400px) {
  #module-obplatform-panel .panel .stats-grid .single-stat__top .stat-icon {
    width: 88px;
    height: 88px;
  }
}

#module-obplatform-panel .panel .stats-grid .single-stat__top .stat-icon svg {
  width: auto;
  height: 100%;
}

#module-obplatform-panel .panel .stats-grid .single-stat__bottom {
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding: 9px 20px;
  background-color: #fff;
}

#module-obplatform-panel .panel .stats-grid .single-stat__bottom .stat-number {
  display: flex;
  align-items: center;
  column-gap: 7px;
  border-radius: 600px;
  padding: 5px 9px;
}

#module-obplatform-panel .panel .stats-grid .single-stat__bottom .stat-number .icon {
  height: 16px;
  width: 15px;
}

#module-obplatform-panel .panel .stats-grid .single-stat__bottom .stat-number .percent {
  color: #fff;
  font-size: 15.362px;
  font-weight: 700;
  line-height: 100%;
}

#module-obplatform-panel .panel .stats-grid .single-stat__bottom .stat-label {
  color: #141516;
}

#module-obplatform-panel .panel .stats-grid .single-stat__bottom.stat-up .stat-number {
  background-color: #47C81A;
}

#module-obplatform-panel .panel .stats-grid .single-stat__bottom.stat-down .stat-number {
  background-color: #C81A33;
}

#module-obplatform-panel .panel .stats-grid .single-stat__bottom.stat-down svg {
  rotate: 180deg;
}

#module-obplatform-panel .panel .stats-medium {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px 35px;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  #module-obplatform-panel .panel .stats-medium {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
  }
}

@media (min-width: 1400px) {
  #module-obplatform-panel .panel .stats-medium {
    column-gap: 35px;
  }
}

#module-obplatform-panel .panel .stats-medium .line-chart-wrapper {
  border-radius: 6px;
  background-color: #fff;
  padding: 20px;
  grid-column: span 1 / span 1;
}

@media (min-width: 992px) {
  #module-obplatform-panel .panel .stats-medium .line-chart-wrapper {
    grid-column: span 2 / span 2;
  }
}

#module-obplatform-panel .panel .stats-medium .line-chart-wrapper .title {
  color: #1D2F57;
  font-weight: 700;
}

#module-obplatform-panel .panel .stats-medium .line-chart-wrapper .line {
  width: calc(100% - 15px);
  height: 1px;
  background-color: #D1D6D8;
  margin: 20px 0;
}

#module-obplatform-panel .panel .stats-medium .line-chart-wrapper .subtitle {
  color: #141516;
}

#module-obplatform-panel .panel .stats-medium .line-chart-wrapper .number {
  color: #767D89;
  font-weight: 700;
  margin-bottom: 15px;
}

#module-obplatform-panel .panel .stats-medium .calendar {
  grid-column: span 1 / span 1;
  border-radius: 6px;
  background-color: #fff;
  height: 100%;
}

#module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard {
  height: 100%;
  min-height: 370px;
  padding: 20px;
}

@media (min-width: 992px) {
  #module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard {
    min-height: unset;
  }
}

@media (min-width: 1200px) {
  #module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard {
    max-height: 450px;
  }
}

@media (min-width: 1920px) {
  #module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard {
    max-height: 484px;
  }
}

#module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-header-toolbar {
  padding: 0 0 15px;
  border-radius: 6px 6px 0 0;
  margin-bottom: 0;
}

#module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-header-toolbar .fc-today-button {
  background-color: transparent;
  border: none;
  color: #767D89;
  text-transform: capitalize;
  opacity: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}

#module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-header-toolbar .fc-button-group {
  column-gap: 10px;
}

#module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-header-toolbar .fc-button-group .fc-button {
  background-color: transparent;
  border: none;
}

#module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-header-toolbar .fc-button-group .fc-button .fc-icon::before {
  color: #767D89;
}

#module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-header-toolbar .fc-button-group .fc-button:hover .fc-icon::before {
  color: #C81A33;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  #module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-header-toolbar .fc-toolbar-title {
    font-size: 20px;
    line-height: 25px;
  }
  #module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-header-toolbar .fc-button-group {
    column-gap: 2px;
  }
}

#module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-day-sat,
#module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-day-sun {
  background-color: #F8FAFC;
}

#module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-toolbar-title {
  color: #1D2F57;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  #module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-daygrid-day-frame {
    max-height: 55px;
  }
}

@media (min-width: 992px) {
  #module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-daygrid-day {
    padding: 2px;
  }
}

#module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-daygrid-day.fc-day-today {
  background: transparent;
}

#module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-daygrid-day.fc-day-today .fc-daygrid-day-top {
  padding-bottom: 10px;
}

#module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-daygrid-day.fc-day-today .fc-daygrid-day-top a {
  position: relative;
  z-index: 5;
  color: #fff;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

#module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-daygrid-day.fc-day-today .fc-daygrid-day-top a::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #C81A33;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (min-width: 1600px) {
  #module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-daygrid-day.fc-day-today .fc-daygrid-day-top a {
    font-size: 16px;
    line-height: 20px;
  }
  #module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-daygrid-day.fc-day-today .fc-daygrid-day-top a::after {
    font-size: 16px;
    line-height: 20px;
    height: 30px;
    width: 30px;
  }
}

#module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-daygrid-event-harness a {
  padding: 0px;
  border-radius: 6px;
  border: 1px solid #D1D6D8 !important;
  background: #FFF !important;
  box-shadow: 0px 50px 14px 0px transparent, 0px 32px 13px 0px rgba(0, 0, 0, 0.01), 0px 18px 11px 0px rgba(0, 0, 0, 0.03), 0px 8px 8px 0px rgba(0, 0, 0, 0.05), 0px 2px 4px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
}

@media (min-width: 1200px) {
  #module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-daygrid-event-harness a {
    padding: 10px;
  }
}

#module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-daygrid-event-harness a .fc-event-main-frame {
  white-space: pre-line;
  color: var(--Black, #141516);
  font-size: 15px;
  font-weight: 700;
  line-height: 25.6px;
}

#module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-daygrid-day-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-daygrid-day-bottom .fc-more-link {
  width: 8px;
  height: 8px;
  color: transparent;
  background-color: #C81A33;
  border-radius: 50%;
}

#module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-daygrid-day-top {
  justify-content: center;
}

#module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-more-popover .fc-popover-body .fc-daygrid-event-harness a {
  box-shadow: none;
  border-width: 0px !important;
  padding: 5px !important;
}

#module-obplatform-panel .panel .stats-medium .calendar #calendar-dashboard .fc-more-popover .fc-popover-body .fc-daygrid-event-harness:not(:last-child) {
  border-bottom: 1px solid #EEF2F8;
}

#module-obplatform-panel .panel .stats-bottom {
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  #module-obplatform-panel .panel .stats-bottom {
    flex-direction: row;
  }
}

#module-obplatform-panel .panel .stats-bottom .place {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 35px;
}

#module-obplatform-panel .panel .stats-bottom .place ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-radius: 0px 6px 6px 0px;
  border: 2px solid #1D2F57;
  background: #EEF2F8;
  width: 100%;
  max-width: 555px;
  border-radius: 6px;
  overflow: hidden;
}

#module-obplatform-panel .panel .stats-bottom .place ul li {
  align-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.6px;
  text-transform: uppercase;
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding: 6px 10px;
  text-align: center;
  color: #141516;
  cursor: pointer;
  transition: 0.3s all ease-in;
}

#module-obplatform-panel .panel .stats-bottom .place ul li[data-card-status="open"] {
  background-color: #1D2F57;
  color: #fff;
}

#module-obplatform-panel .panel .stats-bottom .place .place {
  width: 100%;
  height: 100%;
  max-width: 935px;
  max-height: 263px;
  object-fit: contain;
}

#module-obplatform-panel .panel .stats-bottom .bar-chart-wrapper {
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 574px;
  max-height: 324px;
}

#module-obplatform-panel .panel .stats-bottom .bar-chart-wrapper .bar-chart {
  width: 100% !important;
  height: 100% !important;
  max-height: 250px !important;
  max-width: 574px !important;
}

#module-obplatform-panel .panel .stats-bottom .bar-chart-wrapper .bar-chart canvas {
  width: 100% !important;
  height: 100% !important;
}

#module-obplatform-panel .panel .stats-bottom .bar-chart-wrapper .bar-chart p {
  color: #1D2F57;
}

#module-obplatform-panel .panel .stats-bottom .bar-chart-wrapper [data-card-wrapper="true"] {
  justify-content: center;
}

#module-obplatform-panel .panel .stats-bottom .bar-chart-wrapper [data-card-wrapper="true"] [data-card-status="open"] {
  flex-direction: column;
}

#module-obplatform-panel .panel .stats-bottom .bar-chart-wrapper [data-card-wrapper="true"] [data-card-status="closing"] {
  flex-direction: column;
}

#module-obplatform-programszpk #wrapper,
#module-obplatform-programmpp #wrapper,
#module-obplatform-programmjr #wrapper,
#module-obplatform-programmjr2 #wrapper,
#module-obplatform-programobserwacja #wrapper,
#module-obplatform-seasons #wrapper {
  background-color: #fff;
}

@media (min-width: 768px) {
  #module-obplatform-programszpk,
  #module-obplatform-programmpp,
  #module-obplatform-programmjr,
  #module-obplatform-programmjr2,
  #module-obplatform-programobserwacja,
  #module-obplatform-seasons {
    overflow-x: visible;
    overflow-y: scroll;
  }
  #module-obplatform-programszpk main,
  #module-obplatform-programmpp main,
  #module-obplatform-programmjr main,
  #module-obplatform-programmjr2 main,
  #module-obplatform-programobserwacja main,
  #module-obplatform-seasons main {
    overflow-x: unset;
  }
}

.custom-section {
  margin-bottom: 48px;
}

@media (min-width: 576px) {
  .custom-section {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .custom-section {
    margin-bottom: 100px;
  }
}

@media (min-width: 1920px) {
  .custom-section {
    margin-bottom: 180px;
  }
}

.custom-section.bg-red {
  background-color: #C81A33;
}

.custom-section.bg-blue {
  background-color: #1D2F57;
}

.custom-section.bg-black {
  background-color: #141516;
}

.custom-section.bg-blue, .custom-section.bg-black {
  position: relative;
}

.custom-section.bg-blue::after, .custom-section.bg-black::after {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  right: 0;
  bottom: 0;
  background-position-x: right;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-section.bg-blue .container, .custom-section.bg-black .container {
  position: relative;
  z-index: 1;
}

.custom-section.bg-blue::after {
  background-image: url(../img/red-pattern.svg);
}

.custom-section.bg-black::after {
  background-image: url(../img/bg-pattern-red.svg);
}

.custom-section.bg-l-gray {
  background-color: #EEF2F8;
}

.custom-section.bg-red, .custom-section.bg-blue, .custom-section.bg-l-gray, .custom-section.bg-black {
  padding: 30px 0;
}

@media (min-width: 576px) {
  .custom-section.bg-red, .custom-section.bg-blue, .custom-section.bg-l-gray, .custom-section.bg-black {
    padding: 60px 0;
  }
}

@media (min-width: 1600px) {
  .custom-section.bg-red, .custom-section.bg-blue, .custom-section.bg-l-gray, .custom-section.bg-black {
    padding: 100px 0;
  }
}

.custom-section.bg-red .container .column-content p,
.custom-section.bg-red .container .column-content li,
.custom-section.bg-red .container .title-section p,
.custom-section.bg-red .container .title-section li, .custom-section.bg-blue .container .column-content p,
.custom-section.bg-blue .container .column-content li,
.custom-section.bg-blue .container .title-section p,
.custom-section.bg-blue .container .title-section li, .custom-section.bg-black .container .column-content p,
.custom-section.bg-black .container .column-content li,
.custom-section.bg-black .container .title-section p,
.custom-section.bg-black .container .title-section li {
  color: #fff;
}

.custom-section.bg-red .container .column-content.mt-row,
.custom-section.bg-red .container .title-section.mt-row, .custom-section.bg-blue .container .column-content.mt-row,
.custom-section.bg-blue .container .title-section.mt-row, .custom-section.bg-black .container .column-content.mt-row,
.custom-section.bg-black .container .title-section.mt-row {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .custom-section.bg-red .container .column-content.mt-row,
  .custom-section.bg-red .container .title-section.mt-row, .custom-section.bg-blue .container .column-content.mt-row,
  .custom-section.bg-blue .container .title-section.mt-row, .custom-section.bg-black .container .column-content.mt-row,
  .custom-section.bg-black .container .title-section.mt-row {
    margin-top: 44px;
  }
}

@media (min-width: 1600px) {
  .custom-section.bg-red .container .column-content.mt-row,
  .custom-section.bg-red .container .title-section.mt-row, .custom-section.bg-blue .container .column-content.mt-row,
  .custom-section.bg-blue .container .title-section.mt-row, .custom-section.bg-black .container .column-content.mt-row,
  .custom-section.bg-black .container .title-section.mt-row {
    margin-top: 80px;
  }
}

.custom-section .container {
  display: flex;
  flex-direction: column;
}

.custom-section .container > div:nth-child(2) {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .custom-section .container > div:nth-child(2) {
    margin-top: 44px;
  }
}

@media (min-width: 1600px) {
  .custom-section .container > div:nth-child(2) {
    margin-top: 80px;
  }
}

.custom-section .container .title-section {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 100%;
  max-width: 680px;
}

@media (min-width: 768px) {
  .custom-section .container .title-section p {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .custom-section .container .title-section {
    max-width: 980px;
  }
}

.custom-section .container .uppercase {
  text-transform: uppercase;
}

.custom-section .container p {
  margin-bottom: 12px;
  color: #141516;
}

.custom-section .container p:has(span) {
  margin-bottom: 0;
}

.custom-section .container p > span {
  display: inline-block;
  margin-bottom: 12px;
}

.custom-section .container p > span.mb-0 {
  margin-bottom: 0;
}

.custom-section .container p > span.mb-5 {
  margin-bottom: 5px;
}

.custom-section .container p > span.mb-small {
  margin-bottom: 12px;
}

.custom-section .container p > span.mb-medium {
  margin-bottom: 24px;
}

.custom-section .container p > span.mb-large {
  margin-bottom: 45px;
}

@media (min-width: 992px) {
  .custom-section .container p > span.mb-large {
    margin-bottom: 60px;
  }
}

.custom-section .container p.text-center {
  text-align: center;
}

.custom-section .container p.mb-0 {
  margin-bottom: 0;
}

.custom-section .container p.mb-small {
  margin-bottom: 12px;
}

.custom-section .container p.mb-medium {
  margin-bottom: 24px;
}

.custom-section .container p.mb-large {
  margin-bottom: 45px;
}

@media (min-width: 992px) {
  .custom-section .container p.mb-large {
    margin-bottom: 60px;
  }
}

.custom-section .container .h3 {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .custom-section .container .h3 {
    margin-bottom: 44px;
  }
}

.custom-section .container .h4,
.custom-section .container .h4-bold,
.custom-section .container .h5 {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .custom-section .container .h4,
  .custom-section .container .h4-bold,
  .custom-section .container .h5 {
    margin-bottom: 35px;
  }
}

.custom-section .container .font-regular {
  font-weight: 400;
}

.custom-section .container .font-bold {
  font-weight: 700;
}

.custom-section .container ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (min-width: 1920px) {
  .custom-section .container ul {
    gap: 24px;
  }
}

.custom-section .container ul li {
  margin-left: 22px;
  padding-left: 12px;
  list-style-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.99987 3.61533L6.99987 0.56462L0.00407458 5.99528L-2.37689e-07 5.9981L0.00113242 6.00012L-2.37509e-07 6.00214L0.00407458 6.00537L6.99987 11.4358L6.99987 8.38507L3.92763 6.00012L6.99987 3.61533Z' fill='%23CC1932' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.00013 8.38491L7.00013 11.4356L13.9959 6.00497L14 6.00214L13.9989 6.00012L14 5.9981L13.9959 5.99487L7.00013 0.564453L7.00013 3.61518L10.0724 6.00012L7.00013 8.38491Z' fill='%23CC1932' /%3E%3C/svg%3E");
}

.custom-section .container ul li.h5 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 1920px) {
  .custom-section .container ul li.h5 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 1920px) {
  .custom-section .container ul li {
    font-size: 18px;
    line-height: 28px;
  }
}

.custom-section .container ul li::marker {
  font-size: 1.25rem;
  line-height: 2rem;
}

.custom-section .container ul li:last-of-type {
  margin-bottom: 0;
}

.custom-section .container ul.mb-large {
  margin-bottom: 45px;
}

@media (min-width: 992px) {
  .custom-section .container ul.mb-large {
    margin-bottom: 60px;
  }
}

.custom-section .container .button {
  width: fit-content;
  margin: 0 auto;
}

.custom-section .container .button.center {
  margin: 0 auto;
}

@media (min-width: 992px) {
  .custom-section .container .button.left {
    margin-left: 0;
    margin-right: auto;
  }
}

.custom-section .container .video-element {
  position: relative;
  width: fit-content;
  height: auto;
  max-width: 492px;
  max-height: 280px;
  margin: 0 auto 24px auto;
}

.custom-section .container .video-element.left {
  margin-left: 0;
  margin-right: auto;
}

@media (max-width: 768px) {
  .custom-section .container .video-element.mobile-left {
    margin-left: 0;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .custom-section .container .video-element.desktop-left {
    margin-left: 0;
    margin-right: auto;
  }
}

@media (min-width: 1600px) {
  .custom-section .container .video-element.wider {
    max-width: 583px;
    max-height: unset;
  }
}

.custom-section .container .video-element.single-vertical {
  max-width: 330px;
  max-height: 583px;
}

@media (min-width: 992px) {
  .custom-section .container .video-element.single-vertical {
    max-width: 230px;
    max-height: 413px;
  }
}

@media (max-width: 992px) {
  .custom-section .container .video-element.video-vertical {
    max-width: 330px;
    max-height: 583px;
  }
}

.custom-section .container .video-element.video-square {
  max-width: 492px;
  max-height: 492px;
}

.custom-section .container .video-element video {
  cursor: pointer;
  height: 100%;
  width: 100%;
  border-radius: 8px;
}

.custom-section .container .video-element .video-thumbnail {
  display: none;
  border-radius: 6px;
  cursor: pointer;
  height: 100%;
  left: 50%;
  object-fit: cover;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 1s ease-out;
  width: 100%;
}

.custom-section .container .video-element .video-thumbnail__visible {
  display: block;
  background-image: var(--cover);
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-section .container .video-element .video-thumbnail::before {
  content: url("data:image/svg+xml,%3Csvg width='36' height='42' viewBox='0 0 36 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_415_7455)'%3E%3Cpath d='M35 19.268C36.3333 20.0378 36.3333 21.9623 35 22.7321L3.5 40.9186C2.16667 41.6884 0.500002 40.7261 0.500002 39.1865L0.500004 2.81347C0.500004 1.27387 2.16667 0.311614 3.5 1.08141L35 19.268Z' fill='%233F464C' fill-opacity='0.7' /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_415_7455' x='-5.5' y='-5.18945' width='47.5' height='52.3789' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='3' /%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_415_7455' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_415_7455' result='shape' /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  cursor: pointer;
  display: block;
  height: 50px;
  inset: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 50px;
}

.custom-section .container .video-element .video-thumbnail:after {
  background-color: #EEF2F8;
  border-radius: 6px;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  width: 100%;
  transition: 0.3s opacity ease-in;
}

.custom-section .container .video-element .video-thumbnail:hover::after {
  opacity: .25;
}

.custom-section .container .image {
  object-fit: cover;
  height: auto;
  width: 100%;
  max-width: 340px;
}

@media (max-width: 768px) {
  .custom-section .container .image {
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .custom-section .container .image {
    min-width: 400px;
  }
}

@media (min-width: 1200px) {
  .custom-section .container .image {
    max-width: 492px;
  }
}

@media (min-width: 1600px) {
  .custom-section .container .image {
    max-width: 583px;
  }
}

.custom-section .container .image.min-w-full {
  min-width: 100%;
}

.custom-section .container .social-media {
  margin: 0 auto 40px;
}

.custom-section .container .social-media__list {
  flex-direction: row;
  gap: 25px;
}

.custom-section .container .social-media__item img {
  height: 35px;
}

.custom-section .container .mb-0 {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .custom-section .container .desktop-mb-0 {
    margin-bottom: 0;
  }
}

.custom-section .container .mb-small {
  margin-bottom: 12px;
}

.custom-section .container .mb-medium {
  margin-bottom: 24px;
}

.custom-section .container .mb-large {
  margin-bottom: 45px;
}

@media (min-width: 992px) {
  .custom-section .container .mb-large {
    margin-bottom: 60px;
  }
}

.custom-section .container .align-self-center {
  align-self: center;
}

.custom-section .container .justify-content-center {
  justify-content: center;
}

@media (min-width: 768px) {
  .custom-section .container .desktop-align-self-center {
    align-self: center;
  }
}

.custom-section .container .accordion {
  width: 100%;
}

.custom-section .container .accordion .card {
  margin: 0;
  border-bottom: 1px solid #D1D6D8;
}

.custom-section .container .accordion .card .card-header {
  background-color: #fff;
  padding: 0;
  border-bottom: 0px;
}

.custom-section .container .accordion .card .card-header .btn-header-link {
  color: #141516;
  display: block;
  text-align: left;
  padding: 20px 25px 20px 0;
  position: relative;
  white-space: normal;
  margin-bottom: 0;
}

.custom-section .container .accordion .card .card-header .btn-header-link:after {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 7L7 1L1 7' stroke='%23141516' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.custom-section .container .accordion .card .card-header .btn-header-link.collapsed:after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23141516' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  float: right;
}

.custom-section .container .accordion .card .card-body {
  padding-bottom: 24px;
}

.custom-section .container .accordion .card .card-body * {
  color: #141516;
}

.custom-section .container .accordion .card .card-body p {
  margin-bottom: 14px;
}

@media (min-width: 1600px) {
  .custom-section .container .accordion .card .card-body p {
    margin-bottom: 24px;
  }
}

.custom-section .container .columns {
  display: grid;
  column-gap: 24px;
  row-gap: 30px;
}

.custom-section .container .columns.row-gap-0 {
  row-gap: 0;
}

@media (max-width: 768px) {
  .custom-section .container .columns.mobile-row-gap-50 {
    row-gap: 50px;
  }
}

@media (min-width: 992px) {
  .custom-section .container .columns {
    column-gap: 60px;
  }
}

@media (min-width: 1600px) {
  .custom-section .container .columns {
    column-gap: 86px;
  }
}

@media (min-width: 1920px) {
  .custom-section .container .columns {
    column-gap: 130px;
  }
}

.custom-section .container .columns.one-column {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  width: 100%;
  max-width: 416px;
  margin: 0 auto;
}

.custom-section .container .columns.one-column.full-column {
  max-width: 100%;
}

.custom-section .container .columns.one-column.full-column img {
  max-width: 90vw;
  max-height: 80vh;
  object-fit: cover;
  margin: 0 auto;
}

.custom-section .container .columns.one-column.full-column p {
  width: 100%;
}

.custom-section .container .columns.two-columns {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .custom-section .container .columns.two-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.custom-section .container .columns.three-columns {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 992px) {
  .custom-section .container .columns.three-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .custom-section .container .columns.mobile-reverse-col > :first-child {
    order: 2;
  }
}

.custom-section .container .columns.mt-row {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .custom-section .container .columns.mt-row {
    margin-top: 44px;
  }
}

@media (min-width: 1600px) {
  .custom-section .container .columns.mt-row {
    margin-top: 80px;
  }
}

.custom-section .container .columns .column-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
}

.custom-section .container .columns .column-content.sticky-column img {
  position: sticky;
  top: 15px;
}

.custom-section .container .columns .column-content.sticky-column .sticky-content {
  position: sticky;
  top: 15px;
}

.custom-section .container .columns .column-content.justify-content-center {
  justify-content: center;
}

.programHeroSection {
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 100%;
  width: 100%;
  background-image: var(--headerimg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  height: 100%;
  min-height: 500px;
  width: 100%;
  display: flex;
  padding-bottom: 20px;
  padding-top: 30px;
}

.programHeroSection.img-y-top {
  background-position-y: top;
}

.programHeroSection.header-mask {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
  .programHeroSection {
    min-height: 600px;
  }
}

@media (min-width: 992px) {
  .programHeroSection {
    min-height: 600px;
  }
}

@media (min-width: 1600px) {
  .programHeroSection {
    min-height: 700px;
  }
}

@media (min-width: 1920px) {
  .programHeroSection {
    height: 800px;
  }
}

.programHeroSection .header-content {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 100%;
  max-width: 95%;
}

@media (min-width: 1600px) {
  .programHeroSection .header-content {
    max-width: 1173px;
  }
}

.programHeroSection .header-content .elements {
  display: flex;
  flex-direction: column;
}

.programHeroSection .header-content .elements .breadcrumb {
  margin-bottom: 32px;
}

@media (min-width: 1600px) {
  .programHeroSection .header-content .elements .breadcrumb {
    margin-bottom: 70px;
  }
}

.programHeroSection .header-content .elements .breadcrumb li span {
  color: #fff !important;
}

.programHeroSection .header-content .elements .breadcrumb li a {
  color: #fff !important;
}

.programHeroSection .header-content .elements .breadcrumb li a path {
  stroke: #fff !important;
}

.programHeroSection .header-content .elements .breadcrumb li a:hover {
  color: #C81A33 !important;
}

.programHeroSection .header-content .elements .breadcrumb li a:hover path {
  stroke: #C81A33 !important;
}

.programHeroSection .header-content .elements .breadcrumb li::after {
  color: #fff !important;
}

.programHeroSection__text {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .programHeroSection__text {
    margin-bottom: 60px;
  }
}

.programHeroSection__text--title {
  text-align: center;
  color: #fff;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 24px;
  font-size: 30px;
}

@media (min-width: 1400px) {
  .programHeroSection__text--title {
    font-size: 45px;
  }
}

@media (min-width: 1600px) {
  .programHeroSection__text--title {
    font-size: 4.125rem;
  }
}

.programHeroSection__text--subtitle {
  text-align: center;
  color: #fff;
  text-wrap: wrap;
}

@media (max-width: 992px) {
  .programHeroSection__text--subtitle {
    font-size: 13px;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .programHeroSection__text--subtitle {
    font-size: 25px;
  }
}

.programHeroSection__buttons {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

@media (min-width: 576px) {
  .programHeroSection__buttons {
    flex-direction: row;
  }
}

.programHeroSection__buttons a {
  width: max-content;
}

.programHeroSection__buttons .longer {
  padding: 14px 74px;
}

.about-programm {
  padding: 24px 0;
}

.about-programm p {
  color: #000;
}

@media (min-width: 992px) {
  .about-programm {
    padding: 60px 0;
  }
  .about-programm p {
    text-align: center;
  }
}

.slider-right {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  overflow: hidden;
}

@media (max-width: 576px) {
  .slider-right > .container {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .slider-right {
    row-gap: 40px;
  }
}

.slider-right__text {
  position: relative;
}

.slider-right__text--wrapper {
  width: 100%;
  position: relative;
  z-index: 3;
}

@media (min-width: 992px) {
  .slider-right__text--wrapper {
    max-width: 500px;
  }
}

@media (min-width: 1600px) {
  .slider-right__text--wrapper {
    max-width: 770px;
  }
}

.slider-right__text--title {
  margin-bottom: 24px;
}

.slider-right__text p {
  color: #141516;
}

.slider-right__text--pattern {
  display: none;
}

@media (min-width: 992px) {
  .slider-right__text {
    padding-top: 60px;
    padding-bottom: 160px;
    background-color: #EEF2F8;
  }
  .slider-right__text--pattern {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    z-index: 2;
  }
  .slider-right__text--pattern svg {
    height: 100%;
    width: auto;
  }
}

.slider-right .swiper-programs-reviews {
  position: relative;
  z-index: 3;
}

@media (min-width: 992px) {
  .slider-right .swiper-programs-reviews {
    margin-top: -100px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1600px) {
  .slider-right .swiper-programs-reviews {
    margin-left: 80px;
  }
}

.slider-right .swiper-programs-reviews .swiper-slide {
  -webkit-box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.28);
  border-radius: 12px;
  background-color: #fff;
}

.slider-right .swiper-programs-reviews .swiper-slide .slide-wrapper {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.slider-right .swiper-programs-reviews p {
  color: #141516;
}

.program-reviews {
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .program-reviews {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .program-reviews {
    margin-bottom: 78px;
  }
}

@media (min-width: 1600px) {
  .program-reviews {
    margin-bottom: 114px;
  }
}

@media (min-width: 1920px) {
  .program-reviews {
    margin-bottom: 100px;
  }
}

.program-reviews__text {
  width: 100%;
  max-width: 698px;
  margin: 0 auto;
}

.program-reviews__text p {
  text-align: center;
}

.program-reviews__wrapper {
  position: relative;
}

.program-reviews__wrapper .quote-pattern {
  position: absolute;
  top: 5%;
  left: 10%;
  display: block;
}

.program-reviews__wrapper .slider-programs .swiper-wrapper {
  align-items: center;
}

.program-reviews__wrapper .slider-programs .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 60px;
}

.program-reviews__wrapper .slider-programs .swiper-slide .slide-wrapper {
  padding: 20px 12px;
  width: auto;
  height: auto;
  border-radius: 12px;
  -webkit-box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.28);
  transition: 0.5s all ease;
}

@media (min-width: 992px) {
  .program-reviews__wrapper .slider-programs .swiper-slide .slide-wrapper {
    padding: 45px 24px;
  }
}

.program-reviews__wrapper .slider-programs .swiper-slide .slide-content {
  position: relative;
  height: auto;
  padding: 30px 12px;
}

@media (min-width: 768px) {
  .program-reviews__wrapper .slider-programs .swiper-slide .slide-content {
    padding: 45px 26px;
  }
}

.program-reviews__wrapper .slider-programs .swiper-slide .slide-content .pattern-top {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.program-reviews__wrapper .slider-programs .swiper-slide .slide-content .pattern-bottom {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
}

.program-reviews__wrapper .slider-programs .swiper-slide .slide-content .slide-text {
  position: relative;
  z-index: 5;
  color: #141516;
  font-size: 1rem;
  line-height: 1.5625rem;
}

.program-reviews__wrapper .slider-programs .swiper-slide .slide-content .slide-text.mb-medium {
  margin-bottom: 20px;
}

.program-reviews__wrapper .slider-programs .swiper-slide-active .slide-wrapper .slide-text {
  font-size: 14px !important;
  line-height: 24px !important;
}

@media (min-width: 768px) {
  .program-reviews__wrapper .slider-programs .swiper-slide-active .slide-wrapper .slide-text {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}

.program-reviews__text {
  margin-bottom: 32px;
  position: relative;
  z-index: 5;
}

@media (min-width: 992px) {
  .program-reviews__text {
    margin-bottom: 60px;
  }
}

.form-preorder {
  background-color: #1D2F57;
  padding: 16px;
}

@media (min-width: 768px) {
  .form-preorder {
    padding: 30px;
  }
}

@media (min-width: 1200px) {
  .form-preorder {
    padding: 30px 40px;
  }
}

.form-preorder .form-wrapper {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.form-preorder .form-wrapper .contact-form.preorder {
  background-color: transparent;
  width: 100%;
}

.form-preorder .form-wrapper .contact-form.preorder form .form-fields {
  display: flex;
  flex-direction: column;
}

.form-preorder .form-wrapper .contact-form.preorder form .form-fields .form-group {
  width: 100%;
  max-width: 460px;
}

.form-preorder .form-wrapper .contact-form.preorder form #notifications {
  width: 100%;
  max-width: 460px;
}

.form-preorder .form-wrapper .contact-form.preorder form #notifications .notifications-container {
  padding: 0px;
}

.form-preorder .form-wrapper .contact-form.preorder form #notifications .notifications-container ul li {
  list-style-image: none !important;
  padding-left: 0;
  margin-left: 0;
}

.form-preorder .form-wrapper .contact-form.preorder form .form-footer {
  display: flex;
  flex-direction: column;
}

.form-preorder .form-wrapper .contact-form.preorder form .form-footer .marketing-consents .consent-text {
  margin-bottom: 0;
}

.form-preorder .form-wrapper .contact-form.preorder form .form-footer .marketing-consents a {
  color: #C81A33;
}

.form-preorder .form-wrapper .contact-form.preorder form .form-footer .marketing-consents a:hover {
  color: #B4162E;
}

@media (min-width: 992px) {
  .form-preorder .form-wrapper .contact-form.preorder form .form-footer .form-submit-button {
    margin: 0 auto 0 0;
  }
}

.form-preorder .preorder-text {
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.form-preorder .preorder-text-small {
  color: #fff !important;
  font-size: 12px;
  line-height: normal;
}

.review .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1200px) {
  .review .text-wrapper {
    padding-bottom: 56px;
  }
}

#program-content,
#demos,
#mailing {
  scroll-margin-top: 40px;
}
