.component__background {
  max-width:100%;
}
.row {
border-radius: 0;
}

.section-white {
	background-color:#fff;
}

@media (min-width: 360px) {
  .component__content-inner {
      min-height: 1rem;
  }
}

@media (min-width: 480px) {
.component__content-inner {
    min-height: 20rem;
}

.accordion {
    max-width: 460px;
}
.tile-left {
  padding-top:8px!important;
  padding-left:8px!important;
  padding-right:4px!important;	
}
.tile-right {
  padding-top:8px!important;
  padding-left:4px!important;
  padding-right:8px!important;	
}
.tile-last {
  padding-bottom:8px!important;	
}
}
@media (min-width: 640px) {
.component__content-inner {
    min-height: 39rem;
}

.accordion {
    max-width: 610px;
}
.tile-left {
  padding-top:32px!important;
  padding-left:32px!important;
  padding-right:16px!important;
}
.tile-right {
  padding-top:32px!important;
  padding-left:16px!important;
  padding-right:32px!important;
}
.tile-last {
  padding-bottom:32px!important;	
}
}
@media (min-width: 1024px) {
.component__content-inner {
  min-height: 50rem;
}

.accordion {
  max-width: 994px;
}
.tile-left {
  padding-top:64px!important;
  padding-left:64px!important;
  padding-right:32px!important;
}
.tile-right {
  padding-top:64px!important;
  padding-left:32px!important;
  padding-right:64px!important;
}
.tile-last {
  padding-bottom:64px!important;	
}
}

@media (min-width: 1300px) {
  .accordion{
      max-width: 1240px;
  }
  .tile-left {
    padding-top:64px!important;
    padding-left:128px!important;
    padding-right:32px!important;
  }
  .tile-right {
    padding-top:64px!important;
    padding-left:32px!important;
    padding-right:128px!important;
  }
  .tile-last {
    padding-bottom:64px!important;	
  }
}

@media (min-width: 1920px) {
 .background-magenta 
  {
    position: absolute;
    height: 432px;
    top: 0rem;
    background-color: #E20074;
    left: 0rem;
    right: 0rem;  
 }
 .component__content-inner {
  z-index: 1;
 }
 .component__background .loaded {
  z-index: 1;
 }
}

#top-questions {
  padding-top: 6.3rem;
}

.container h1, .container h2 {
  font-family: TeleGroteskUltra,Arial,sans-serif;
}

.container h1 {
  max-width: 197px;
  margin: 0 auto;
  padding-bottom: 3rem;
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  color: #2F2F2F;
}

.container h2 {
  max-width: 300.5px;
  margin: 0 auto 1.6rem auto;
  text-align:center;
  font-size: 30px;
  line-height: 48px;
  color: #363636;
}

.accordion {
  width: 100%;
  max-width: 300.5px;
  margin: 0 auto 5rem auto;
  box-shadow: 0px 2px 6px #00000012;
  border: 1px solid #C3C3C3;
  border-radius: 8px;
}

.accordion:last-of-type {
  margin-bottom: 6rem;
}

.card-header {
  background-color: #fff;
  cursor: pointer;
  position: relative;
  font-size: 18px;
}

.card-header, .card-body {
  padding: 1.7rem 1.8rem;
}

.card-header::after {
  content: '$';
  font-family: TeleIconOutline;
  color: #E20074;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: rotate(180deg) translateY(50%);
}

.accordion .collapsed::after {
  transform: rotate(0) translateY(-50%);
}

.card-header h5, .box-text h3, .box-text button, .box-text a {
  font-family: TeleGrotesk,Arial,sans-serif;
  font-weight: bold;
}

.card-header h5 {
  width: 77%;
  line-height: 21px;
  color: #464646;
}

#contact {
  padding-top: 5.2rem;
}

#contact-wrapper .box {
  width: 100%;
  max-width: 301px;
  margin: 4rem auto 0 auto;
  border-bottom: 1px solid rgb(164,164,164);
}

#contact-wrapper .box:first-of-type {
  margin-top: 0;
}

#contact-wrapper .box:last-of-type {
  margin-bottom: 0;
}

#contact-wrapper #box-open-shops {
  max-width: 225px;
}

.box-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-text {
  text-align: center;
  margin-bottom: 3rem;
}

.box-text h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 64px;
  color: #2F2F2F;
  text-align: center;
}

.box-text p {
  font-size: 18px;
  line-height: 24px;
  color: #5A5A5A;
  text-align: center;
}

.box-text p span {
  font-weight: bold;
  color: #414141;
  white-space: nowrap;
}

.box-text button, .box-text a {
  font-size: 18px;
  line-height: 34px;
  font-weight: bold;
  margin: 0 auto;
}

.box-text button, .box-tex button.btn-primary {
  color: #ffffff;
  background-color: #E20074;
  border-color: #E20074;
  white-space: nowrap;
  border-radius: 0.5rem;
  margin-top: 2rem;
}

.box-text button:hover, .box-text button.btn-primary:hover {
  background-color: #9e0051 !important;
  border-color: #9e0051 !important;
}

.box-text a {
  color: #E20074;
}

@media (min-width: 600px) {
  #top-questions {
    padding-top: 6.9rem;
  }
  
  .accordion, .container h1, .container h2, #contact-wrapper {
    max-width: 587.5px;
  }

  #contact {
    padding-top: 7.3rem;
  }

  #contact h1 {
    padding-bottom: 5rem;
  }

  #contact-wrapper {
    margin: 0 auto;
    padding-bottom: 5rem;
    display: flex;
  }

  #contact-wrapper .box {
    width: 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    border-bottom: none;
    border-right: 1px solid rgb(164,164,164);
  }

  #contact-wrapper #box-open-shops {
    max-width: 100%;
  }

  #contact-wrapper .box:last-of-type {
    border-right: none;
    padding-right: 0;
  }

  #contact-wrapper .box-image {
    max-height: 209px;
    max-width: 269px;
    overflow: hidden;
  }

  .box-text {
    margin-bottom: 0;
  }

  #box-open-shops .box-image {
    max-width: 210px;
  }
}

@media (min-width: 960px) {
  #top-questions {
    padding-top: 10.5rem;
  }

  .container h1 {
    max-width: 607px;
    font-size: 56px;
    line-height: 64px;
    padding-bottom: 5.6rem;
  }
  
  .container h2 {
    font-size: 48px;
    margin-bottom: 2.4rem;
  }
  
  .accordion, .container h2, #contact-wrapper {
    max-width: 897px;
  }

  .card-header {
    font-size: 24px;
  }

  .card-header, .card-body {
    padding: 2.2rem 2.8rem;
  }

  .card-header::after {
    right: 2.8rem;
  }

  .card-header h5 {
    line-height: 32px;
  }

  #contact {
    padding-top: 9.7rem;
  }

  #contact h1 {
    padding-bottom: 5.6rem;
  }

 #contact-wrapper .box-image {
    max-width: 397px;
    max-height: 303px;
    overflow: hidden;
  }

 #box-open-shops .box-image {
    width: 303px;
    max-width: 303px;
  }

  .box-text h3 {
    font-size: 36px;
  }

  .box-text p {
    font-size: 24px;
    line-height: 36px;
  }

  .box-text button, .box-text a {
    font-size: 24px;
  }

}

@media (min-width: 1200px) {
  #contact-wrapper {
    max-width: 100%;
  }

  #contact-wrapper .box-image {
    max-width: 417px;
  }

  #contact-wrapper #box-open-shops {
    max-width: 50%;
  }

  #box-open-shops .box-image {
    width: 303px;
    max-width: 100%;
  }
}


@media (min-width: 1560px) {
  #top-questions {
    padding-top: 13.3rem;
  }

  #contact {
    padding-top: 10.6rem;
  }
}





.component {
	border-radius: 0!important;
}

@media (max-width: 639px) {
  .desktop{
    display: none;
  }
}
@media (min-width: 640px) {
  .mobile{
    display: none;
  }
}
@media screen and (max-width:1024px) {
 .container.tile-container { 
	 max-width:85% !important
 }
}
@media screen and (max-width:768px) {
  .container.tile-container { 
    max-width:95% !important
  }
 }
 
 @media screen and (max-width:639px) {
  .container.tile-container { 
    max-width:85% !important;
    padding-top:8px;
    padding-bottom: 4px;
  }
 }

.accordion ul li:before, .ntm-list li:before {
    content: 'V';
    font-family: TeleIconOutline;
    font-size: 1.15rem;
    color: #e20074;
    margin-right: 8px;
}
.accordion li {
 padding: 4px;
}
.accordion a {
    color: #e20074;
    text-decoration: none;
    background-color: transparent;
}