.header-width-navigation__cta {
  margin-top: 100px;
}

.header-width-navigation__slide {
  align-items:center;
  justify-content:center;
  padding-bottom: var(--header-height);
  min-height: 100svh;
  padding-top: 70px;
}

.header-width-navigation__logo {
  max-width: 100%;
}

.header-width-navigation__slide:after{
  --header-gradient-height-mobile: 200px;
}

.header-width-navigation__logo-wrapper {
    position: absolute;
    top: 15px;
    right: 50%;
    transform: translateX(50%);
    height: 100px;
}
@media(min-width: 992px) {
  .header-width-navigation__logo-wrapper {
    top: 15px;
    right: 11%;
    max-width: 50%;
    transform: initial;
    max-width: 50%;
    height: initial;
  }
}

.header-width-navigation__characters {
  display: block;
  margin: 0 auto;
  margin-top: 120px;
}

@media(min-width: 992px) {
  .header-width-navigation__characters {
    max-width: 55%;
    margin: 0;
    margin-top: 20px;
  }
}

.header-width-navigation__badge {
  position: absolute;
  z-index: 5;
  top: -70px;
  right: -15px;
  width: 85px;
  height: 85px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #fdd580;
  border-radius: 50%;
  background-color: var(--color-2);
  box-shadow: 3px 5px #955817, -1px -3px #fdedd2;
  font-size: .7rem;
  line-height: 1rem;
  transition: calc(var(--animation-duration) * 1.4) cubic-bezier(.47,1.64,.41,.8) opacity,
    			calc(var(--animation-duration) * 1.4) cubic-bezier(.47,1.64,.41,.8) transform;
  transition-delay: calc(var(--animation-duration) + .2s);
  transform: scale(.4) rotate(8deg);
  opacity: 0;
}

@media(min-width: 768px) {
  .header-width-navigation__badge {
    top: -80px;
    right: -40px;
    width: 120px;
    height: 120px;
    font-size: 1rem;
    line-height: 1.3rem;
  }
}

@media(min-width: 992px) {
  .header-width-navigation__badge {
    top: -80px;
    right: -40px;
    width: 150px;
    height: 150px;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

@media(min-width: 1200px) {
  .header-width-navigation__badge {
    top: -60px;
    right: -60px;
  }
}

@media(min-width: 1400px) {
  .header-width-navigation__badge {
    top: -40px;
    right: -40px;
  }
}

.header-width-navigation__presents-link {
  margin-left: 10px;
  margin-bottom: -3px;
}

.header-width-navigation__presents-link img {
  height: 24px;
}

.footer__presents-link:nth-of-type(2),
.header-width-navigation__presents-link:nth-of-type(2){
  margin-bottom: -6px;
}

@media (min-width: 768px) {
  .header-width-navigation__logo {
    transform: translateY(30px);
  }
}

.header-width-navigation.animated .header-width-navigation__badge {
  opacity: 1;
  transform: rotate(8deg);
}:root{
  --menu-item-hover-color: #000;
}

/*
** Navigation border
*/
.navigation{
  border-bottom: 2px solid var(--color-2);
}

/*
** Call to action buttons fix
*/
.cta-list.animated .cta-list__item-wrapper .cta-list__item  {
  border: 2px solid var(--color-2);
  border-radius: 25px;
  background: #fff;
}
.cta-list.animated .cta-list__item-wrapper .cta-list__item-right{
  background: transparent;
}

/*
** Card fixes
*/
.card{
  color: #ffffff;
}
.card .card__title{
  font-size: 1.2rem;
}
.card .card__info{
  font-size: 1rem;
}
.card .card__info ul li{
  margin-bottom: 4px;
}

/*
** Form fixes
*/
form.form{
  color: #ffffff;
}
form.form .form__control--select{
  color: #ffffff;
}

/*
** CTA fix
*/
.cta-list .reading p{
  margin-bottom: 10px;
}

/*
** Image fix
*/
.b2b-negative-margin{
  margin-top: -50px;
}
@media only screen and (min-width: 768px){
  .b2b-negative-margin{
	  margin-top: -100px;
  }
}
@media only screen and (min-width: 1024px){
  .b2b-negative-margin{
	  margin-top: -25px;
  }
}

/*
** Checkmark fix
*/
:root {
  --checkmark-color: var(--color-text);
}