body{
  background-color: #fff;
}

.header.dark .header__top{
  background-color: #0B1727;
  padding-bottom: 0.6rem;
}

.header.dark .menu__sub-list span{
  color: #fff;
}

.header.dark .menu__list .menu__link{
  color: #fff;
}

.header.dark .mobile-menu .menu__link {
  color: #0b1727;
}

.bundles_hero{
  font-family: GTAmerica;
  color: #fff;
  background-color: #0B1727;
  padding: 33px 0 0 0;
}

.bundles_hero .bundles_hero__content .bundles_hero__title{
  display: flex;
  flex-direction: column;
  font-weight: 700;
  text-transform: uppercase;
}

.bundles_hero .bundles_hero__content .bundles_hero__title .bundles_hero__title--white{
  color: #fff;
  font-size: 80px;
}

.bundles_hero .bundles_hero__content .bundles_hero__title .bundles_hero__title--pink{
  color: #DE5F53;
  font-size: 120px;
  line-height: 120%;
}

.bundles_hero .bundles_hero__content .bundles_hero__subtitle{
  margin-top: 24px;
  font-weight: 500;
  font-size: 32px;
}

.bundles_hero__blocks{
  display: grid;
  margin-bottom: 50px;
  margin-top: 0px;
  grid-gap: 48px 24px;

  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(9, 0.33fr);

  grid-template-areas:
    ". . ."
    "excel . ."
    "excel maven ."
    "excel maven fsm"
    "fmwc maven fsm"
    "fmwc fmi fsm"
    "fmwc fmi ."
    ". fmi .";
}

.bundles_hero__blocks__item.excel {
  grid-area: excel;
}
.excel .bundles_hero__blocks__item--content{
  padding: 32px;
  background: linear-gradient(180deg, #70B225 0%, #02A36D 100%);
}

.bundles_hero__blocks__item.fmwc {
  grid-area: fmwc;
}
.fmwc .bundles_hero__blocks__item--content{
  background: linear-gradient(180deg, #3D93B8 0%, #50ABD2 100%);
}

.bundles_hero__blocks__item.maven {
  grid-area: maven;
}
.maven .bundles_hero__blocks__item--content{
  background: linear-gradient(1.57deg, #252525 8%, #161616 98.24%);
}

.bundles_hero__blocks__item.fmi {
  grid-area: fmi;
}
.fmi .bundles_hero__blocks__item--content{
  background: linear-gradient(359.39deg, #222B39 0.35%, #2C4367 99.31%);
}

.bundles_hero__blocks__item.fsm {
  grid-area: fsm;
}
.fsm .bundles_hero__blocks__item--content{
  background: linear-gradient(0deg, #F46A5D 20.31%, #FF9B92 100%);
}

.bundles_hero__blocks__item{
  transition: all .2s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 400px;
  background-image: url("https://images.unsplash.com/photo-1575936123452-b67c3203c357");
  background-size: auto 80%;
  background-position: top right;
  background-repeat: no-repeat;
}

.bundles_hero__blocks__item--content{
  font-family: 'GTAmerica';

  height: 100%;
  background: linear-gradient(180deg, #70B225 0%, #02A36D 100%);
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding: 32px;

  clip-path: ellipse(100% 98% at 2% 84%);

  color: #fff;
}

.bundles_hero__blocks__item--title{
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}

.bundles_hero__blocks__item--subtitle{
  font-family: 'Campton';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;

  letter-spacing: 0.01em;
}

.bundles_hero__blocks__item--img{
  flex-grow: 1;
}

/* player skins */

.vjs-matrix.video-js {
  color: #F46A5D;
}

/* Change the border of the big play button. */
.vjs-matrix .vjs-big-play-button {
  border-color: #F46A5D;
}

/* Change the color of various "bars". */
.vjs-matrix .vjs-volume-level,
.vjs-matrix .vjs-play-progress,
.vjs-matrix .vjs-slider-bar {
  background: #F46A5D;
}

.video__wrapper{
  position: relative;
}

.video_section{
  padding-bottom: 40px;
}

.video__info-bar{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /*padding: 16px 24px;*/
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  color: #fff;

  overflow: hidden;

  font-family: 'Campton';
  font-style: normal;

  z-index: 5;
  opacity: 1;
  transition: all .5s ease-in-out;
}

.video__info-bar.hide{
  opacity: 0;
  z-index: -1;
  transition: all .5s ease-in-out;
}

.video__info-bar__preview{
  width: 25vw;
  min-width: 260px;
}

.video__info-bar--button{
  cursor: pointer;
  display: inline-block;
  background-color: #0B1727;
  padding: 16px 16px 8px;
}
.video__info-bar--button img{
  transform: rotate(180deg);

  transition: transform .5s ease-in-out;
}

.video__info-bar--button.active img{
  transform: rotate(0);
  transition: transform .5s ease-in-out;
}

.video__info-bar__content{
  opacity: 0;
  transition: all .5s ease-in-out;
  max-height: 0;
  width: 100%;
}

.video__info-bar--block{
  background-color: #0B1727;
  padding: 24px;
}

.video__info-bar--title{
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  padding-bottom: 8px;
  background-color: #0B1727;
  width: 100%;
}

.video__info-bar__content ul{
  padding-left: 5px;
}

.video__info-bar__content ul li{
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 8px;
  list-style: disc;
  padding-left: 5px;
}

.video__info-bar__content a{
  color: #466CF2;

  font-family: 'GTAmerica';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.01em;

  display: inline-block;
  position: relative;
  padding-right: 24px;
}

.video__info-bar__content a::after{
  position: absolute;
  background-image: url("//8629376.fs1.hubspotusercontent-na1.net/hubfs/8629376/raw_assets/public/FullStackModellerTheme/images/link_arrow.png");
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.video__info-bar__content.active{
  opacity: 1;
  transition: all .5s ease-in-out;
  max-height: 1000px;
}
.video_section .video-js .vjs-big-play-button{
  width: 156px;
  height: 156px;
  line-height: 156px;
  border-radius: 50%;
  background-color: #F46A5D;
  margin: 0;
  font-size: 5rem;
  color: #fff;
}

.video_section .video-js .vjs-poster img{
  object-fit: cover;
}

.video__btn{
  background-color: #F46A5D;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 156px;
  height: 156px;
  border-radius: 50%;

  opacity: 1;
  z-index: 10;
  transition: opacity .5s ease-in-out;
}

.video__btn.hide{
  opacity: 0;
  z-index: -1;
  transition: opacity .5s ease-in-out;
}

.video__btn::after{
  background-image: url("//8629376.fs1.hubspotusercontent-na1.net/hubfs/8629376/raw_assets/public/FullStackModellerTheme/images/play_icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
  position: absolute;
  left: 53%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  display: inline-block;
}

/* why join us */

.body-why_join_us__steps {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 45%;
  flex: 1 1 45%;
}

.steps-why_join_us__item:not(:last-child) {
  margin-bottom: 2.5rem;
}

.why_join_us__title {
  margin-bottom: 4.75rem;
  position: relative;
}

.why_join_us__title::after {
  content: "";
  position: absolute;
  width: 25.9375rem;
  height: 25.9375rem;
  left: -10%;
  background-color: rgba(248, 250, 252, 0.9);
  z-index: -1;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.body-why_join_us__video {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 44.274194%;
  flex: 1 1 44.274194%;
}
.why_join_us__container {
  position: relative;
}

.connect.why_join_us {
  
}

.why_join_us__container::after {
  content: "";
  position: absolute;
  width: 25.9375rem;
  height: 25.9375rem;
  bottom: -2%;
  right: -24%;
  background-color: rgba(237, 244, 251, 0.9);
  z-index: -1;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.steps-why_join_us__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.steps-why_join_us__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4.5rem;
  flex: 0 0 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 4.5rem;
  width: 4.5rem;
  padding: 1rem;
  background-color: #F46A5D;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.steps-why_join_us__item:nth-child(2n) .steps-why_join_us__icon{
  background-color: #FA8C82;
}

.steps-why_join_us__icon span {
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #ffffff;
}

.steps-why_join_us__body {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.body-why_join_us__video-block{
  width: 100%;
  height: 100%;
  font-family: 'GTAmerica';
  background-color: #fff;
  padding-bottom: 24px;

  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 16px 24px rgba(0, 0, 0, 0.05);
}

.body-why_join_us__video-block--top{
  background-color: #F46A5D;
  padding: 60px 24px;
  background-image: url("//8629376.fs1.hubspotusercontent-na1.net/hubfs/8629376/raw_assets/public/FullStackModellerTheme/images/FSM_Brandmark_Mono_Grey.png");
  background-repeat: no-repeat;
  background-position: top 35px right 35px;
}

.body-why_join_us__video-block--top_title{
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;

  letter-spacing: 0.01em;

  color: #FCE2DD;

  margin-bottom: 8px;
}

.body-why_join_us__video-block--top_subtitle{
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;

  letter-spacing: 0.01em;

  color: #FFFFFF
}

.body-why_join_us__video-block--middle{
  padding: 24px;
  background-color: #FCE2DD;
}

.body-why_join_us__video-block--middle--text{
  font-family: 'Campton';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;

  letter-spacing: 0.01em;

  color: #0B1727;

  background-image: url("//8629376.fs1.hubspotusercontent-na1.net/hubfs/8629376/raw_assets/public/FullStackModellerTheme/images/date_icon.png");
  background-repeat: no-repeat;
  background-position: left center;

  padding-left: 30px;
}

.body-why_join_us__video-block--sale{
  color: #7D8897;
  font-family: 'Campton';
  margin-bottom: 24px;
  padding: 24px;
}

.body-why_join_us__video-block--sale-text{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 4px;
}

.body-why_join_us__video-block--sale-price{
  font-family: 'Campton';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0.01em;
  text-decoration-line: line-through;
}

.body-why_join_us__video-block--price{
  padding: 0 24px;
  font-family: 'Campton';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;

  letter-spacing: 0.01em;

  color: #0B1727;
}

.body-why_join_us__video-block--price-price {
  font-family: 'Campton';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;

  letter-spacing: 0.01em;
  
  display: flex;
  align-items: center;
  
  margin-bottom: 52px;
}
.body-why_join_us__video-block--price-price .old{
  color: #0533D6;
  display: inline-block;
}
.body-why_join_us__video-block--price-price .new{
  color: #fff;
  background-color: #11B017;
  font-family: 'Campton';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0.01em;
  display: inline-block;
  
  margin-left: 14px;
  padding: 0 5px;
  
  position: relative;
}

.body-why_join_us__video-block--price-price .new .at_text{
  position: absolute;
  top: 100%;
  right: 0;
  font-family: 'Campton';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #11B017;
}

.body-why_join_us__video-block .buy_button{
  width: 100%;
}

/* slider */

.slider_section{
  margin: 100px 0;
}

.slider_section-black{
  padding: 140px 0 0 0;
  background-color: #0B1727;
}

.slider_section-white{
  padding: 0 0 140px 0;
  background-color: #fff;
}

.slider__title{
  color: #fff;
  margin-bottom: 48px;
  font-family: 'GTAmerica';
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;
}

.slider{
  position: relative;
  overflow: hidden;
  height: 400px;
}

.slider .bundles_hero__blocks__item{
  position: absolute;
  bottom: 0;
  width: 50%;
}

.slider .bundles_hero__blocks__item.left_1{
  left: 0;
  z-index: 10;
  transform: scale(0.90) translateY(10%);
  transition: transform 1s ease-in-out .1s,
  left 1s ease-in-out .1s,
  filter 1s ease-in-out .1s,
  right 1s ease-in-out .1s,
  z-index .1s ease-in-out;
}

.slider .bundles_hero__blocks__item.left_2 {
  left: 10%;
  z-index: 20;
  transform: scale(0.95) translateY(5%);
  transition: transform 1s ease-in-out .1s,
  left 1s ease-in-out .1s,
  filter 1s ease-in-out .1s,
  right 1s ease-in-out .1s,
  z-index .1s ease-in-out;
}

.slider .bundles_hero__blocks__item.right_1{
  right: 10%;
  z-index: 20;
  transform: scale(0.95) translateY(5%);
  transition: transform 1s ease-in-out .1s,
  left 1s ease-in-out .1s,
  filter 1s ease-in-out .1s,
  right 1s ease-in-out .1s,
  z-index .1s ease-in-out;
}

.slider .bundles_hero__blocks__item.right_2{
  right: 0;
  z-index: 10;
  transform: scale(0.90) translateY(10%);
  transition: transform 1s ease-in-out .1s,
  left 1s ease-in-out .1s,
  filter 1s ease-in-out .1s,
  right 1s ease-in-out .1s,
  z-index .1s ease-in-out;
}

.slider .bundles_hero__blocks__item.center{
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  transition: transform 1s ease-in-out .1s,
  left 1s ease-in-out .1s,
  filter 1s ease-in-out .1s,
  right 1s ease-in-out .1s,
  z-index .1s ease-in-out;
}

.slider .bundles_hero__blocks__item:not(.center){
  filter: blur(1px);
}

.slider_content{
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.slider_content-block{
  font-family: 'GTAmerica', serif;

  width: 50%;
  padding: 32px;
  box-shadow: 0px 132px 98px rgba(53, 53, 76, 0.05), 0px 102.407px 57.3935px rgba(53, 53, 76, 0.037963), 0px 60.8593px 31.2148px rgba(53, 53, 76, 0.0303704), 0px 31.6px 15.925px rgba(53, 53, 76, 0.025), 0px 12.8741px 7.98519px rgba(53, 53, 76, 0.0196296), 0px 2.92593px 3.85648px rgba(53, 53, 76, 0.012037);
}

.slider_content-block--title{
  font-family: 'Campton';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #0B1727;
  margin-bottom: 8px;
}

.slider_content-block--subtitle{
  margin-bottom: 32px;
  font-family: 'Campton';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;

  letter-spacing: 0.01em;

  color: #7D8897;
}

.slider_content-block--title .pink{
  color: #F46A5D;
}

.slider_content-block--text{
  font-family: 'Campton';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;

  letter-spacing: 0.01em;
}

.slider_content-block--text p,
.slider_content-block--text ul{
  color: #485261;
  margin-bottom: 24px;
  padding-left: 16px;

  border-left: 2px solid #F46A5D;
}

.slider_content-block--text ul li{
  list-style: disc;
  margin-left: 20px;
  padding: 5px 0;
}

.slider_content-block{
  display: none;
}

.slider_content-block.active{
  display: block;
}

.slider_wrapper{
  position: relative;
}

.slider-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 10px;
  z-index: 50;
  cursor: pointer;
}

.slider-nav img{
  width: 40px;
}

.slider-prev{
  left: 20%;
}

.slider-next{
  right: 20%;
}

.slider-next img{
  transform: rotate(180deg);
}

/* brands */

.brand_section{
  padding: 100px 0;
}

.brand_section h2{
  margin-bottom: 48px;
  
  font-family: 'GTAmerica';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;
  color: #0B1727;
}

.brand_block--list {
  display: grid; 
  grid-auto-columns: 1fr; 
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(10, 1fr)
  grid-template-rows: 0.2fr; 
  gap: 48px 24px; 
}

.brand_block--list-item.excel{
  grid-area: 1 / 1 / 7 / 4;
  background: #FCE2DD;
}

.brand_block--list-item.maven{
  grid-area: 1 / 5 / 9 / 8;
  background: #FA8C82;
  box-shadow: -572px 0px 229px rgba(0, 0, 0, 0.01), -322px 0px 193px rgba(0, 0, 0, 0.05), -143px 0px 143px rgba(0, 0, 0, 0.09), -36px 0px 79px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.brand_block--list-item.fmwc{
  grid-area: 1 / 7 / 10 / 10;
  background: #F46A5D;
  box-shadow: -572px 0px 229px rgba(0, 0, 0, 0.01), -322px 0px 193px rgba(0, 0, 0, 0.05), -143px 0px 143px rgba(0, 0, 0, 0.09), -36px 0px 79px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.brand_block--list-item.fmi{
  grid-area: 1 / 3 / 8 / 6;
  background: #F3ADA2;
  box-shadow: -572px 0px 229px rgba(0, 0, 0, 0.01), -322px 0px 193px rgba(0, 0, 0, 0.05), -143px 0px 143px rgba(0, 0, 0, 0.09), -36px 0px 79px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.brand_block--list-item{
  padding: 40px 50px;
  z-index: 1;
  cursor: pointer;
  position: relative;
  
  display: flex;
  flex-direction: column;
  border-radius: 24px;
/*   transition: all .2s ease-in-out; */
}

.brand_block--list-item:hover{
  z-index: 10;
/*   transition: all .2s ease-in-out; */
}

.brand_block--list-item--title{
  padding: 7px 0;
  text-align: center;
  width: 100%;
  background-color: #fff;
  font-family: 'GTAmerica';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #0B1727;
/*   border-radius: 32px; */
  margin-bottom: 26px;
  
  display: flex;
  align-items: center;
  
}

.brand_block--list-item--title-text{
  padding-right: 10px;
  flex-grow: 1;
}

.brand_block--list-item--title-link{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  
  padding: 5px 20px;
  border-left: 1px solid #CFD4DA;
}

.brand_block--list-item--video{
  position: relative;
  
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brand_block--list-item--video-flex{
  position: relative;
}

.brand_block--list-item--video-clip{
  z-index: 10;
  position: relative;
}

.brand_block--list-item--video-clip img{
  width: 100%;
  object-fit: contain;
}

.brand_block--list-item--video-player{
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -51%);
  padding: 16px;
}

.brand_block--list-item--video-player video{
  width: 100%;
}

@media (max-width: 1240px) {
  .brand_block--list-item--video-player{
    padding: 14px;
  }
}

@media (max-width: 1120px) {
  .brand_block--list-item--video-player{
    padding: 12px;
  }
}

@media (max-width: 1080px) {
  /* header */
  .dark .header__logo:after{
    content: unset;
  }
  
  /* hero bundle */
  .bundles_hero__content{
    padding: 20px 0;
  }
  .bundles_hero .bundles_hero__content .bundles_hero__title .bundles_hero__title--white{
    font-size: 38px;
    margin-bottom: 8px;
  }
  .bundles_hero .bundles_hero__content .bundles_hero__title .bundles_hero__title--pink{
    font-size: 60px;
  }
  .bundles_hero .bundles_hero__content .bundles_hero__subtitle{
    line-height: 150%;
    font-size: 22px;
  }
  .bundles_hero__blocks {
    grid-auto-columns: 1fr; 
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; 
    grid-template-rows: 1fr 1fr; 
    gap: 48px 24px; 
    grid-template-areas: 
      "excel excel fmwc fmwc maven maven"
      "fmi fmi fmi fsm fsm fsm";
    margin-top: 50px;
    padding: 20px 0;
  }
  
  /*slider*/

  .slider .bundles_hero__blocks__item.left_2 {
    left: 5%;
  }

  .slider .bundles_hero__blocks__item.right_1{
    right: 5%;
  }

  .slider .bundles_hero__blocks__item.center{
    left: 50%;
    width: 70%;
  }
  .slider_content-block{
    width: 70%;
  }
  .slider-nav{
    padding: 15px;
  }

  .slider-prev{
    left: 5%;
  }

  .slider-next{
    right: 5%;
  }
  
  /* how it works */
  .how_it_works__col.image {
    display: flex;
  }
  
  /* check out */
  .brand_block--list {
    grid-auto-columns: 1fr; 
    grid-template-columns: 1fr; 
    grid-template-rows: 1fr 1fr 1fr 1fr; 
    gap: 48px 24px; 
    grid-template-areas: 
      "excel"
      "fmi"
      "maven"
      "fmwc"; 
  }
  .brand_block--list-item.excel { grid-area: excel; }
  .brand_block--list-item.fmi { grid-area: fmi; }
  .brand_block--list-item.maven { grid-area: maven; }
  .brand_block--list-item.fmwc { grid-area: fmwc; }
  
  .brand_block--list-item--video-player{
    padding: 44px;
  }
  .brand_block--list-item{
/*     margin: 0 5vw; */
  }
}

@media (max-width: 991px) {
  /* why join us */
  .body-why_join_us__video{
    margin-top: 50px;
  }
}

@media (max-width: 980px) {
  .brand_block--list-item--video-player{
    padding: 5vw;
  }
}

@media (max-width: 880px) {
  .brand_block--list-item--video-player{
    padding: 4.7vw;
  }
}

@media (max-width: 660px) {
  .brand_block--list-item--video-player{
    padding: 4.5vw;
  }
}

@media (max-width: 480px) {
  .brand_block--list-item--video-player{
    padding: 3.8vw;
  }
}

@media (max-width: 980px) {
  .video__btn{
    z-index: 2;
  }
}

@media (max-width: 960px) {
  /* hero bundle */
  .bundles_hero__blocks {
    grid-auto-columns: 1fr; 
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: 1fr 1fr 1fr; 
    gap: 20px; 
    grid-template-areas: 
      "excel fmwc"
      "maven fmi"
      "fsm fsm"; 
    margin-top: 50px;
  }
  /* video */
  .video__info-bar__preview {
    width: 50vw;
    min-width: 260px;
  }
  
  /* slider */
  .slider .bundles_hero__blocks__item.left_2 {
    left: 3%;
  }

  .slider .bundles_hero__blocks__item.right_1{
    right: 3%;
  }

  .slider .bundles_hero__blocks__item.center{
    left: 50%;
    width: 80%;
  }
  .slider_content-block{
    width: 80%;
  }
  .slider-nav{
    padding: 20px;
  }

  .slider-prev{
    left: 5px;
  }

  .slider-next{
    right: 5px;
  }
  
  /* how it works */
  
  .how_it_works .how_it_works__grid{
    display: flex;
    flex-direction: column;
  }
  .how_it_works__col.image img{
    width: 100%;
    display: none;
  }
}

@media (max-width: 720px) {
  /* hero bundle */
  .bundles_hero__blocks {
    grid-auto-columns: 1fr; 
    grid-template-columns: 1fr; 
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr; 
    grid-template-areas: 
      "excel"
      "fmwc"
      "maven"
      "fmi"
      "fsm"; 
    margin-top: 8px;
    gap: 30px;
  }
  /* video */
  .video__info-bar__preview {
    width: 80%;
    min-width: 320px;
  }
  .video__wrapper {
    height: 500px;
  }
  .video_section .video__container .video__wrapper .video-js{
    height: 100%;
  }
  
  .why_join_us__title {
    margin-bottom: 2.75rem;
    margin-top: 1rem;
  }
  
  .body-why_join_us__video-block {
    margin-top: 5rem;
  }
  
  .slider__title{
    font-size: clamp(1.875rem,1.4960526316rem + 1.8947368421vw,3rem);
  }
  
  .how_it_works .how_it_works__title {
    font-size: clamp(1.875rem,1.4960526316rem + 1.8947368421vw,3rem);
    margin-bottom: 2.375rem;
  }
  
  .how_it_works .how_it_works__list ul li{
    font-size: 16px;
  }
  
  .slider_content-block--text,
  .slider_content-block--text ul li{
    font-size: 16px;
  }
  
  .how_it_works .how_it_works__buttons {
    margin-top: 60px;
    grid-gap: 48px;
  }
  
  section.how_it_works{
    padding-bottom: 0;
  }
  
  .slider_section-black {
    padding: 60px 0 0 0;
  }
  
  .brand_section h2 {
    font-size: clamp(1.875rem,1.4960526316rem + 1.8947368421vw,3rem);
  }
  
  .body-why_join_us__video-block--top {
    background-size: 56px;
  }
  
  .body-why_join_us__video-block--top_subtitle {
    font-size: clamp(1.875rem,1.4960526316rem + 1.8947368421vw,3rem);
  }
  
  .brand_block--list-item.fmi,
  .brand_block--list-item.maven,
  .brand_block--list-item.fmwc{
    box-shadow: none;
  }
  
  
  /* slider */
  .slider .bundles_hero__blocks__item.left_2 {
    left: 2%;
  }

  .slider .bundles_hero__blocks__item.right_1{
    right: 2%;
  }

  .slider .bundles_hero__blocks__item.center{
    left: 50%;
    width: 90%;
  }
  .slider_content-block{
    width: 95%;
  }
  .slider-nav{
    padding: 10px;
  }

  .slider-prev{
    left: 0;
  }

  .slider-next{
    right: 0;
  }
}

@media (max-width: 720px) {
  /* video */
  .video__info-bar__preview {
    width: 80%;
    min-width: 320px;
  }
  .video__wrapper {
    height: 500px;
  }
  .video_section .video__container .video__wrapper .video-js{
    height: 100%;
  }
}

@media (max-width: 600px) {
  /* why join us */
  .body-why_join_us__video-block--top{
    background-position: top 10px right 10px;
  }
  /* slider */
  .slider_content-block{
    padding: 32px 20px;
  }
  .slider_section-white{
    padding: 0 0 40px 0;
  }
  .slider-nav{
    padding: 3px;
  }

  .slider-prev{
    left: -5px;
  }

  .slider-next{
    right: -5px;
  }
}

@media (max-width: 380px) {
  /* why join us */
  .body-why_join_us__video-block--top{
    background-size: 25px;
    padding: 30px 14px;
  }
  .body-why_join_us__video-block--price-price{
    flex-direction: column;
    align-items: start;
  }
}