
.social {
  display: block;
  font-size: 0;
  height: 30px;
  width: 30px
}

.social svg { width: 100% }

.social svg path { fill: #fff }

.menu-button {
  display: none;
  font-size: 0;
  height: 50px;
  width: 50px
}

.menu-button .icon-menu .bars {
  clip-rule: evenodd;
  fill: #fff;
  fill-rule: evenodd
}

.menu-button .icon-menu .border {
  fill: #fff;
  opacity: 0.3
}

.header .menu {
  font-size: 0;
  font-weight: 400
}

.header .menu .list { overflow: hidden }

.header .menu li:first-child span { padding: 0 30px }

.header .menu a {
  -webkit-transition: background 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: rgba(255,255,255,0.1);
  display: inline-block;
  font-size: 0;
  height: 66px;
  margin-right: 1px;
  text-align: left;
  vertical-align: middle
}

.header .menu a.-highlight {
  background-color: #972590;
  text-transform: uppercase
}

.header .menu a:hover,
.header .menu a.active {
  background-color: #fff;
  color: #972590
}

.header .menu a:after {
  content: "";
  height: 100%
}

.header .menu a span,
.header .menu a:after {
  display: inline-block;
  vertical-align: middle
}

.header .menu a span {
  font-size: 12px;
  padding: 0 14px;
  text-decoration: none
}

@media screen and (max-width: 930px) {

.header .menu li:first-child span { padding: 0 10px }

.header .menu a span {
  font-size: 12px;
  padding: 0 10px
}
}

@media screen and (max-width: 830px) {

.header .menu li:first-child span { padding: 0 9px }

.header .menu a span {
  font-size: 11px;
  padding: 0 9px
}
}

.menu-holder {
  display: none;
  overflow: auto;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out
}

@media screen and (max-width: 768px) {

.menu-holder {
  display: block;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%)
}
}

.menu-holder.show {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%)
}

.menu-holder .menu li { display: block }

.menu-holder .menu li a {
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase
}

.menu-holder .menu li a:hover,
.menu-holder .menu li a:active,
.menu-holder .menu li a.active { background-color: #972590 }

.menu-holder .menu li a.-highlight { background-color: rgba(255,255,255,0.05) }

.menu-holder .menu li a br { display: none }

.menu-holder .button-close { display: inline-block }

.menu-holder .button-close svg {
  height: 53px;
  width: 53px
}

.menu-holder .button-close svg .border {
  fill: #fff;
  opacity: 0.3
}

.menu-holder .button-close svg .x {
  clip-rule: evenodd;
  fill: #fff;
  fill-rule: evenodd
}

.menu-holder .button-close-holder {
  padding: 10px;
  text-align: right
}

.header {
  background-color: #972590;
  background-image: -webkit-linear-gradient(-360deg, #972590 25%, #4a2f91 75%);
  background-image: linear-gradient(90deg, #972590 25%, #4a2f91 75%);
  background-color: #4a2f91;
  -webkit-font-smoothing: antialiased;
  padding-top: 35px;/* text-align:center */
}

.header.-fixed {
  -webkit-animation: slideIn 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: slideIn 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: slideIn 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5
}

.header.-fixed .logo {
  float: left;
  margin: 15px 18px 0 0;
  right: 0;
  top: 0
}

.header.-fixed .logo svg {
  height: 40px;
  width: 68px
}

@media screen and (max-width: 768px) {

.header.-fixed .logo { margin: 20px }
}

.header.-fixed .text,
.header.-fixed .actions { display: none }

@media screen and (max-width: 768px) {

.header.-fixed .holder { margin: 0 }

.header.-fixed .actions {
  display: block;
  margin: 12px
}

.header.-fixed .actions li { vertical-align: middle }
}

.header.init.hulk .highlight-cover {
  -webkit-transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s;
  -moz-transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s;
  transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s;
  opacity: 1
}

.header.init.-fixed .logo,
.header.init.-fixed .text,
.header.init.-fixed .actions .social,
.header.init.-fixed .actions .menu-button,
.header.init.ended .logo,
.header.init.ended .text,
.header.init.ended .actions .social,
.header.init.ended .actions .menu-button {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none
}

.header.init .logo {
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
  -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.header.init .text {
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.34s;
  -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.34s;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.34s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.header.init .actions .social,
.header.init .actions .menu-button {
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.header.init .actions .-facebook {
  -webkit-transition-delay: 0.68s;
  -moz-transition-delay: 0.68s;
  transition-delay: 0.68s
}

.header.init .actions .-twitter {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  transition-delay: 0.8s
}

.header.init .actions .menu-button {
  -webkit-transition-delay: 0.92s;
  -moz-transition-delay: 0.92s;
  transition-delay: 0.92s
}

.header,
.header a { color: #fff }

.header .logo {
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  display: block;/* margin-bottom:10px; */
  opacity: 0;
}

.header .logo .pep { width: 108px }

.header .logo .pep path { fill: #fff }

.header .text {
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  font-size: 18px;
  font-style: italic;
  line-height: 1.6em;/* margin:0 auto 30px; *//* max-width:460px; */
  opacity: 0;
}

.header .holder {
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  z-index: 9
}

.header .actions {
  position: absolute;
  right: 5px;
  top: 0;
  vertical-align: middle
}

.header .actions .social,
.header .actions .menu-button {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  margin-left: 20px;
  opacity: 0
}

.header .menu { text-align: center }

@media screen and (max-width: 768px) {

.header .menu { display: none }

.header .holder {
  max-width: 100%;
  padding-bottom: 5px
}

.header .text {/* max-width:50% */ }

.header .menu-button { display: block }

.header .actions .social {
  height: 35px;
  width: 35px
}
}

@media screen and (max-width: 600px) {

.header .logo {
  display: block;
  text-align: center;
}

.header .logo .pep { width: 80px }

.header .text { max-width: none }

.header .holder { margin: 0 20px }

.header .actions .social {
  height: 25px;
  width: 25px
}

.header .actions .list li { vertical-align: middle }

.header .menu-button { height: auto }

.header .menu-button .icon-menu { width: 40px }
}

.header.hulk.-fixed .logo {
  position: relative;
  right: 0;
  top: 0
}

.header.hulk.-fixed .logo svg {
  height: 40px;
  width: 68px
}

.header.hulk.-fixed .logo .logo-sub { display: none }

.header.hulk.-fixed .holder { height: 66px }

.header.hulk.-fixed .holder-nav { position: relative }

.header.hulk.-fixed .highlight-cover { display: none }

.header.hulk .logo {/* position:absolute; *//* right:277px; *//* top:60px; */ padding: 2em 3em; text-align:center;}

.header.hulk .logo .pep { width: 340px }

.header.hulk .logo .logo-sub {
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.header.hulk .text {
  font-size: 24px;
  font-style: italic;/* position:absolute; *//* right:195px; */
  text-align: center;
  text-transform: uppercase;
  padding: 2em 3em;/* width:420px; */
  z-index: 2;
}

.header.hulk .text .discount {
  font-size: 90px;
  font-weight: bold
}

.header.hulk .holder { height: 600px; }

.header.hulk .actions { right: 20px }

.header.hulk .holder-nav {
  bottom: 0;
  position: absolute;
  width: 100%
}

.header.hulk .menu .list li { background-color: rgba(112,66,156,0.8) }

.header.hulk .highlight-cover {
  bottom: 0;
  height: 500px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 620px
}

.header.hulk .highlight-cover img { width: 100% }

@media screen and (max-width: 768px) {

.header.hulk .logo {/* right:20px; *//* top:145px; */
  margin: 0 auto;
  text-align: center;
}

.header.hulk .holder { height: auto; }

.header.hulk .text {/* right:20px; *//* top:425px; */ text-align: center; }

.header.hulk .highlight-cover {
  left: -14px;
  z-index: 1
}

.header.hulk.-fixed .holder { margin: 0 }

.header.hulk.-fixed .logo {
  position: relative;
  right: initial;
  top: initial
}

.header.hulk.-fixed .actions {
  display: block;
  margin: 12px
}

.header.hulk.-fixed .actions li { vertical-align: middle }
}

@media screen and (max-width: 600px) {

.header.hulk .logo {/* right:20px; *//* top:70px; */
  width: 70%;
  margin: 0 auto;
}

.header.hulk .logo .pep { width: 100% }

.header.hulk .logo .logo-sub {/* font-size:0.45em */ }

.header.hulk .text {/* font-size:12px; *//* max-width:155px; *//* right:20px; *//* top:220px; */ }

.header.hulk .text .discount { font-size: 46px }

.header.hulk .holder {
  height: 510px;
  margin: 0;
  overflow: hidden
}

.header.hulk .actions { right: 20px }

.header.hulk .highlight-cover {
  height: 350px;
  left: -105px;
  width: 560px
}

.header.hulk .highlight-cover img { width: 100% }

.header.hulk.-fixed .logo .pep { width: 80px }
}
@-webkit-keyframes slideIn {
0% {
-webkit-transform:translateY(-100%);
-moz-transform:translateY(-100%);
-ms-transform:translateY(-100%);
-o-transform:translateY(-100%);
transform:translateY(-100%);
opacity:0
}
100% {
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0);
opacity:1
}
}
@-moz-keyframes slideIn {
0% {
-webkit-transform:translateY(-100%);
-moz-transform:translateY(-100%);
-ms-transform:translateY(-100%);
-o-transform:translateY(-100%);
transform:translateY(-100%);
opacity:0
}
100% {
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0);
opacity:1
}
}
@keyframes slideIn {
0% {
-webkit-transform:translateY(-100%);
-moz-transform:translateY(-100%);
-ms-transform:translateY(-100%);
-o-transform:translateY(-100%);
transform:translateY(-100%);
opacity:0
}
100% {
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0);
opacity:1
}
}

.simulator {
  -webkit-transition: opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  visibility: hidden
}

.simulator.show {
  opacity: 1;
  visibility: visible
}

.simulator.show #dynamic-iframe {
  -webkit-animation: slideUpModal 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: slideUpModal 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: slideUpModal 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.simulator #dynamic-iframe {
  border: 0;
  margin-top: 50px;
  min-height: 315px;
  width: 340px
}

@media screen and (max-width: 600px) {

.simulator #dynamic-iframe { width: 320px }
}

@media screen and (max-width: 768px) {

.simulator {
  background-color: #eef0f2;
  height: 0;
  overflow: hidden
}

.simulator.show { height: auto }

.simulator .holder { padding: 60px 0 }
}

.simulator .holder {
  margin: 0 auto;
  max-width: 940px;
  position: relative
}

.simulator .container-simulator {
  background-color: #eef0f2;
  box-sizing: border-box;
  padding: 20px;
  position: absolute;
  right: 330px;
  text-align: center;
  top: 30px;
  width: 380px;
  z-index: 1
}

@media screen and (max-width: 768px) {

.simulator .container-simulator {
  margin: 0 auto;
  position: relative;
  right: auto;
  top: auto;
  width: 60%
}

.simulator .container-simulator:before,
.simulator .container-simulator:after { display: none }
}

@media screen and (max-width: 600px) {

.simulator .container-simulator {
  padding: 20px 0;
  width: 100%
}
}

.simulator .container-simulator:before {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 16px 16px;
  content: "";
  height: 0;
  position: absolute;
  right: 34px;
  top: -17px;
  width: 0
}

.simulator .container-simulator:after {
  border-color: transparent transparent #eef0f2;
  border-style: solid;
  border-width: 0 15px 15px;
  content: "";
  height: 0;
  position: absolute;
  right: 35px;
  top: -15px;
  width: 0
}

.simulator .container-simulator.-fixed {
  border: #fff solid 2px;
  position: fixed;
  top: 95px;
  z-index: 10
}

.simulator .container-simulator .button-close {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px
}

.simulator .container-simulator .button-close svg { width: 40px }

.simulator .container-simulator .button-close svg path { fill: #972590 }
@-webkit-keyframes slideUpModal {
0% {
-webkit-transform:translateY(30px);
-moz-transform:translateY(30px);
-ms-transform:translateY(30px);
-o-transform:translateY(30px);
transform:translateY(30px);
opacity:0
}
50% {
-webkit-transform:translateY(30px);
-moz-transform:translateY(30px);
-ms-transform:translateY(30px);
-o-transform:translateY(30px);
transform:translateY(30px);
opacity:0
}
100% {
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0);
opacity:1
}
}
@-moz-keyframes slideUpModal {
0% {
-webkit-transform:translateY(30px);
-moz-transform:translateY(30px);
-ms-transform:translateY(30px);
-o-transform:translateY(30px);
transform:translateY(30px);
opacity:0
}
50% {
-webkit-transform:translateY(30px);
-moz-transform:translateY(30px);
-ms-transform:translateY(30px);
-o-transform:translateY(30px);
transform:translateY(30px);
opacity:0
}
100% {
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0);
opacity:1
}
}
@keyframes slideUpModal {
0% {
-webkit-transform:translateY(30px);
-moz-transform:translateY(30px);
-ms-transform:translateY(30px);
-o-transform:translateY(30px);
transform:translateY(30px);
opacity:0
}
50% {
-webkit-transform:translateY(30px);
-moz-transform:translateY(30px);
-ms-transform:translateY(30px);
-o-transform:translateY(30px);
transform:translateY(30px);
opacity:0
}
100% {
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0);
opacity:1
}
}

.remember-me {
  -webkit-transition: opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  visibility: hidden
}

.remember-me.show {
  opacity: 1;
  visibility: visible
}

.remember-me.show .container-remember .nav-remember,
.remember-me.show .container-remember .forms .form-group,
.remember-me.show .container-remember .forms .button-holder,
.remember-me.show .container-remember .button-close {
  -webkit-animation: slideUpModal 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: slideUpModal 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: slideUpModal 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 1
}

.remember-me.close {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s
}

.remember-me.close .container-remember .nav-remember,
.remember-me.close .container-remember .forms .form-group,
.remember-me.close .container-remember .forms .button-holder,
.remember-me.close .container-remember .button-close {
  -webkit-animation: fadeOutModal 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: fadeOutModal 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: fadeOutModal 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0
}

@media screen and (max-width: 768px) {

.remember-me {
  background-color: #eef0f2;
  height: 0;
  overflow: hidden
}

.remember-me.show { height: auto }

.remember-me .holder { padding: 60px 0 }
}

.remember-me .holder {
  margin: 0 auto;
  max-width: 940px;
  position: relative
}

.remember-me .container-remember {
  background-color: #eef0f2;
  box-sizing: border-box;
  padding: 20px;
  position: absolute;
  right: 110px;
  top: 30px;
  width: 380px;
  z-index: 10
}

.remember-me .container-remember:before {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 16px 16px;
  content: "";
  height: 0;
  position: absolute;
  right: 34px;
  top: -17px;
  width: 0
}

.remember-me .container-remember:after {
  border-color: transparent transparent #eef0f2;
  border-style: solid;
  border-width: 0 15px 15px;
  content: "";
  height: 0;
  position: absolute;
  right: 35px;
  top: -15px;
  width: 0
}

.remember-me .container-remember .forms form { display: none }

.remember-me .container-remember .forms form.show { display: block }

.remember-me .container-remember .forms .form-group { margin-bottom: 10px }

.remember-me .container-remember .forms .form-group.-medium {
  margin-left: 10px;
  width: 225px
}

.remember-me .container-remember .forms .column { font-size: 0 }

.remember-me .container-remember .forms .column .form-group { font-size: 1rem }

.remember-me .container-remember .forms .button-holder {
  margin-top: 20px;
  text-align: center
}

.remember-me .container-remember.-fixed {
  border: #fff solid 2px;
  position: fixed;
  top: 95px
}

@media screen and (max-width: 768px) {

.remember-me .container-remember {
  margin: 0 auto;
  position: relative;
  right: auto;
  top: auto;
  width: 60%;
  z-index: initial
}

.remember-me .container-remember:before,
.remember-me .container-remember:after { display: none }
}

@media screen and (max-width: 600px) {

.remember-me .container-remember { width: 100% }

.remember-me .container-remember .forms .form-group.-medium { width: 215px }
}

@media screen and (max-width: 320px) {

.remember-me .container-remember .forms .form-group.-medium {
  margin-left: 0;
  width: 100%
}
}

.remember-me .container-remember .feedback-message {
  color: red;
  font-style: italic;
  text-align: center
}

.remember-me .container-remember .nav-remember {
  font-size: 0;
  list-style: none;
  margin: 0 0 20px;
  padding: 0
}

.remember-me .container-remember .nav-remember li {
  color: #972590;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-weight: lighter;
  line-height: 100%;
  position: relative;
  text-transform: uppercase
}

.remember-me .container-remember .nav-remember li:before {
  -webkit-transition: opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 7px 7px 0;
  bottom: -13px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -7px;
  opacity: 0;
  position: absolute;
  width: 0
}

.remember-me .container-remember .nav-remember li.active { font-weight: bold }

.remember-me .container-remember .nav-remember li.active:before { opacity: 1 }

.remember-me .container-remember .nav-remember li+li { margin-left: 30px }

.remember-me .container-remember .feedback {
  display: none;
  text-align: center
}

.remember-me .container-remember .feedback .check {
  display: inline-block;
  width: 40px
}

.remember-me .container-remember .feedback .check path { fill: #972590 }

.remember-me .container-remember .feedback .title {
  font-size: 24px;
  font-weight: lighter
}

.remember-me .container-remember .feedback .title strong { font-weight: bold }

.remember-me .container-remember .feedback .text {
  font-size: 14px;
  font-style: italic;
  line-height: 26px
}

.remember-me .container-remember .button-close {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px
}

.remember-me .container-remember .button-close svg { width: 40px }

.remember-me .container-remember .button-close svg path { fill: #972590 }
@-webkit-keyframes slideUpModal {
0% {
-webkit-transform:translateY(30px);
-moz-transform:translateY(30px);
-ms-transform:translateY(30px);
-o-transform:translateY(30px);
transform:translateY(30px);
opacity:0
}
50% {
-webkit-transform:translateY(30px);
-moz-transform:translateY(30px);
-ms-transform:translateY(30px);
-o-transform:translateY(30px);
transform:translateY(30px);
opacity:0
}
100% {
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0);
opacity:1
}
}
@-moz-keyframes slideUpModal {
0% {
-webkit-transform:translateY(30px);
-moz-transform:translateY(30px);
-ms-transform:translateY(30px);
-o-transform:translateY(30px);
transform:translateY(30px);
opacity:0
}
50% {
-webkit-transform:translateY(30px);
-moz-transform:translateY(30px);
-ms-transform:translateY(30px);
-o-transform:translateY(30px);
transform:translateY(30px);
opacity:0
}
100% {
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0);
opacity:1
}
}
@keyframes slideUpModal {
0% {
-webkit-transform:translateY(30px);
-moz-transform:translateY(30px);
-ms-transform:translateY(30px);
-o-transform:translateY(30px);
transform:translateY(30px);
opacity:0
}
50% {
-webkit-transform:translateY(30px);
-moz-transform:translateY(30px);
-ms-transform:translateY(30px);
-o-transform:translateY(30px);
transform:translateY(30px);
opacity:0
}
100% {
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0);
opacity:1
}
}
@-webkit-keyframes fadeOutModal {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-moz-keyframes fadeOutModal {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOutModal {
0% {
opacity:1
}
100% {
opacity:0
}
}

.box-icon-text svg {
  display: inline-block;
  height: 120px;
  margin-bottom: 20px;
  width: 120px
}

.box-icon-text svg path { fill: #972590 }

.box-icon-text svg path.white { fill: #fff }

.box-icon-text .box-subtitle {
  color: #494948;
  font-size: 18px;
  margin: 0 0 15px
}

.box-icon-text .box-text {
  font-size: 14px;
  font-style: italic;
  line-height: 1.8em
}

.box-icon-text .highlight { color: #972590 }

.about {
  padding: 110px 0;
  text-align: center
}

.about .holder,
.about .title,
.about .subtitle,
.about .text { margin: 0 auto }

.about .holder { max-width: 940px }

.about .subtitle { margin-bottom: 10px }

.about .text {
  font-style: italic;
  line-height: 1.6em;
  margin-bottom: 30px
}

.about .box-icon-text { width: 200px }

.about .list { font-size: 0 }

.about .list li {
  margin-right: 20px;
  vertical-align: top
}

.about .list li:last-child { margin-right: 0 }

.about .slider-wrapper { position: relative }

.about .slider-holder {
  margin: 0 auto;
  width: 850px
}

.about .flickity-page-dots { display: none }

.about .prev-button,
.about .next-button {
  display: inline-block;
  margin-top: -25px;
  position: absolute;
  top: 50%
}

.about .prev-button svg,
.about .next-button svg { width: 25px }

.about .prev-button svg path,
.about .next-button svg path {
  clip-rule: evenodd;
  fill: #972590;
  fill-rule: evenodd
}

.about .prev-button { left: 0 }

.about .next-button { right: 0 }

@media screen and (max-width: 930px) {

.about .holder { max-width: 90% }

.about .slider-holder { width: 90% }
}

@media screen and (max-width: 600px) {

.about { padding: 90px 0 }

.about .slider-holder { width: 220px }

.about .title,
.about .subtitle,
.about .text { max-width: 300px }

.about .box-icon-text {
  margin-top: 50px;
  width: 220px
}
}

.section-form {
  background-color: #eef0f2;
  padding: 60px 0 100px;
  text-align: center
}

.section-form .title,
.section-form .subtitle { margin: 0 }

.section-form .title { font-weight: 300 }

.section-form .text {
  font-style: italic;
  margin-bottom: 30px
}

.section-form .holder {
  display: none;
  margin: 0 auto;
  text-align: center
}

.section-form .holder.-active { display: block }

.section-form .holder.feedback {
  line-height: 2em;
  max-width: 330px;
  padding: 180px 0
}

.section-form .column {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
  width: 380px
}

.section-form .form-group {
  margin-top: 8px;
  text-align: left
}

.section-form .form-group label { visibility: hidden }

.section-form .form-group.-small { margin-right: 6px }

.section-form .form-group.-focus label { visibility: visible }

.section-form .field { font-size: 16px }

.section-form .feedback-message { padding: 15px 0 }

.section-form .feedback-message.-error {
  color: #f95051;
  font-style: italic
}

.section-form .check {
  fill: #972590;
  height: 28px;
  margin-bottom: 20px;
  width: 37px
}

.section-form .open { display: none }

.section-form .-closed { padding: 130px 0 230px }

.section-form .-closed .open { display: inline-block }

.section-form .-closed form { display: none }

@media screen and (max-width: 768px) {

.section-form .column { width: 45.8333333333% }

.section-form .form-group.-medium { width: 230px }
}

@media screen and (max-width: 600px) {

.section-form .title {
  font-size: 18px;
  margin: 0 auto;
  width: 70%
}

.section-form .holder { margin: 0 20px }

.section-form .column {
  text-align: left;
  width: 100%
}

.section-form .field,
.section-form .column {
  display: block;
  margin: 0
}

.section-form .form-group.-medium { width: 100% }

.section-form .-closed { padding: 130px 0 230px }
}

#duvidas { background-color: #fff }

#duvidas .field { background-color: #eef0f2 }

.comparison-wrapper {
  background-color: #eef0f2;
  padding: 60px 0 120px
}

@media screen and (max-width: 768px) {

.comparison-wrapper { padding: 40px 0 }
}

@media screen and (max-width: 600px) {

.comparison-wrapper { padding: 30px 0 }
}

.comparison {
  margin: 0 auto;
  max-width: 940px
}

.comparison .comparison-table {
  margin: 0 auto;
  width: 97%
}

.comparison .comparison-table tbody th { position: relative }

.comparison .comparison-table tbody td {
  border-bottom: 2px solid #eef0f2;
  padding: 0
}

.comparison .comparison-table thead { background-color: #eef0f2 }

.comparison .comparison-table thead td {
  font-size: 14px;
  font-style: italic;
  padding: 20px;
  position: relative;
  text-align: center
}

.comparison .comparison-table thead td strong {
  color: #972590;
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase
}

.comparison .comparison-table thead td .icon-comparison {
  display: inline-block;
  position: absolute;
  right: -17px;
  top: 20px
}

.comparison .comparison-table thead td .icon-comparison svg { width: 35px }

.comparison .comparison-table thead td .icon-comparison path { fill: #972590 }

.comparison .comparison-table .wrapper-content {
  display: table;
  min-height: 60px;
  position: relative;
  width: 100%
}

.comparison .comparison-table .wrapper-content div {
  border-color: #eef0f2;
  border-style: solid;
  border-width: 0 0 2px 20px;
  display: table-cell;
  font-size: 14px;
  padding: 12px 20px;
  vertical-align: middle
}

.comparison .comparison-table .wrapper-content div:before {
  color: #972590;
  content: "";
  display: none;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase
}

.comparison .comparison-table .wrapper-content div.pep { width: 45% }

.comparison .comparison-table .wrapper-content div.pep:before { content: "pep" }

.comparison .comparison-table .wrapper-content div.fies:before { content: "fies" }

@media screen and (max-width: 768px) {

.comparison {
  max-width: 100%;
  padding: 20px
}
}

@media screen and (max-width: 600px) {

.comparison .comparison-table thead .null { display: none }

.comparison .comparison-table thead td {
  box-sizing: border-box;
  display: inline-block;
  width: 50%
}

.comparison .comparison-table tbody td {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out
}

.comparison .comparison-table tbody td:before {
  display: inline-block;
  vertical-align: middle;
  width: 30%
}

.comparison .comparison-table tbody td span {
  display: inline-block;
  vertical-align: middle;
  width: 70%
}

.comparison .comparison-table .wrapper-content div {
  border: 0;
  display: block
}

.comparison .comparison-table .wrapper-content div.pep {
  border-color: #6d2b91;
  border-style: solid;
  border-width: 0 0 2px;
  padding: 40px 20px;
  width: auto
}

.comparison .comparison-table .wrapper-content div.fies {
  padding: 40px 20px;
  width: auto
}

.comparison .comparison-table .wrapper-content div:before {
  display: inline-block;
  vertical-align: middle;
  width: 30%
}

.comparison .comparison-table .icon-plus {
  height: 15px;
  position: absolute;
  right: 15px;
  width: 15px
}

.comparison .comparison-table .icon-plus:after,
.comparison .comparison-table .icon-plus:before {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  position: relative;
  width: 100%
}

.comparison .comparison-table .icon-plus:before {
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.comparison .comparison-table .icon-plus:after {
  right: 0;
  top: 50%;
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.comparison .comparison-table .icon-plus.active:before { transform: rotate(180deg) }

.comparison .comparison-table .icon-plus.active:after { transform: rotate(-180deg) }
}

.comparison .disclamer {
  color: #999;
  font-size: 10px;
  line-height: 1.6em
}

.hire { padding: 40px 0 80px }

@media screen and (max-width: 768px) {

.hire { padding: 40px 0 }
}

.hire .holder {
  margin: 0 auto;
  max-width: 940px
}

@media screen and (max-width: 768px) {

.hire .holder { padding: 20px }
}

.hire .title {
  font-weight: lighter;
  margin: 0 0 10px;
  text-align: center
}

.hire .title span { font-weight: bold }

.hire .subtitle {
  color: #972590;
  font-family: "open-sans", sans-serif;
  font-size: 18px;
  line-height: 1.6em;
  text-align: center;
  text-transform: initial
}

.hire .text {
  font-style: italic;
  line-height: 1.6em;
  margin: 0 0 30px;
  text-align: center
}

.hire .info {
  font-size: 14px;
  font-style: italic;
  text-align: center
}

.hire .hire-steps ol {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center
}

.hire .hire-steps ol li {
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  height: 185px;
  padding-bottom: 40px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 180px
}

.hire .hire-steps ol li+li { margin-left: 40px }

.hire .hire-steps ol li:first-child { position: relative }

.hire .hire-steps ol li:first-child:before {
  border-color: transparent transparent #eef0f2;
  border-style: solid;
  border-width: 0 20px 20px;
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 0
}

.hire .hire-steps ol li strong {
  border: 3px solid #972590;
  border-radius: 50%;
  color: #972590;
  display: inline-block;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  margin-bottom: 15px;
  text-align: center;
  width: 60px
}

.hire .hire-steps ol li span {
  color: #494948;
  display: block
}

.hire .hire-steps ol li .icon-arrow {
  display: inline-block;
  position: absolute;
  right: -47px;
  top: 27px
}

.hire .hire-steps ol li .icon-arrow .icon { width: 55px }

.hire .hire-steps ol li .icon-arrow path {
  clip-rule: evenodd;
  fill: #972590;
  fill-rule: evenodd
}

@media screen and (max-width: 768px) {

.hire .hire-steps ol li {
  box-sizing: border-box;
  height: 230px;
  padding: 0 10px 40px;
  width: 25%
}

.hire .hire-steps ol li+li { margin-left: 0 }

.hire .hire-steps ol li .icon-arrow { right: -27px }
}

@media screen and (max-width: 600px) {

.hire .hire-steps { overflow: auto }
.hire .hire-steps::-webkit-scrollbar {
background-color:transparent;
height:0
}

.hire .hire-steps ol { white-space: nowrap }

.hire .hire-steps ol li {
  height: 250px;
  white-space: normal;
  width: 180px
}
}

.hire .choose-institution { background-color: #eef0f2 }

.hire .choose-institution .title {
  margin: 0;
  padding: 10px
}

.hire .choose-institution .institutions-list {
  margin-left: 1% !important;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0
}

.hire .choose-institution .institutions-list li {
  box-sizing: border-box;
  display: inline-block;
  padding: 1px;
  vertical-align: top;
  width: 14.28%
}

.hire .choose-institution .institutions-list li a {
  -webkit-transition: background 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: #e0e3e7;
  display: block;
  height: 100px;
  text-align: center
}

.hire .choose-institution .institutions-list li a:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.hire .choose-institution .institutions-list li a:hover { background-color: #fff }

.hire .choose-institution .institutions-list li img {
  display: inline-block;
  max-height: 60%;
  max-width: 80%;
  vertical-align: middle
}

@media screen and (max-width: 768px) {

.hire .choose-institution .institutions-list li { width: 25% }
}

@media screen and (max-width: 600px) {

.hire .choose-institution .institutions-list li { width: 50% }
}

.hire .transfer { margin-top: 50px }

.hire .transfer .button-primary {
  display: inline-block;
  margin-left: 20px;
  padding: 10px 30px;
  text-decoration: none;
  vertical-align: middle
}

.hire .transfer .button-primary:hover { color: #fff }

.hire.hulk .choose-institution .institutions-list li { width: 24.66% }

.testimony { padding: 120px 0 }

@media screen and (max-width: 768px) {

.testimony { padding: 60px 0 }
}

.testimony .holder {
  margin: 0 auto;
  max-width: 940px
}

@media screen and (max-width: 768px) {

.testimony .holder { padding: 20px }
}

.testimony .title {
  font-weight: lighter;
  margin: 0 0 10px;
  text-align: center
}

.testimony .title span { font-weight: bold }

.testimony .description {
  font-style: italic;
  line-height: 1.6em;
  margin: 0 0 30px;
  text-align: center
}

.testimony .prev-button,
.testimony .next-button {
  display: inline-block;
  margin-top: -25px;
  position: absolute;
  top: 50%
}

.testimony .prev-button svg,
.testimony .next-button svg { width: 25px }

.testimony .prev-button svg path,
.testimony .next-button svg path {
  clip-rule: evenodd;
  fill: #972590;
  fill-rule: evenodd
}

.testimony .prev-button { left: 0 }

.testimony .next-button { right: 0 }

.testimony .slider-wrapper { position: relative }

.slider-testimony .slider-holder {
  margin: 0 auto;
  width: 800px
}

@media screen and (max-width: 768px) {

.slider-testimony .slider-holder { width: 90% }
}

.slider-testimony li {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  box-sizing: border-box;
  padding: 20px 26px;
  text-align: left;
  vertical-align: top;
  width: 33.333333333%
}

.slider-testimony li.is-selected { border-left: 0 }

.slider-testimony li.dot { padding: 0 }

.slider-testimony li.dot.is-selected { background-color: #972590 }

.slider-testimony li.video svg {
  left: calc(50% - 26px);
  position: absolute;
  top: 102px;
  width: 52px
}

.slider-testimony li.video svg path {
  clip-rule: evenodd;
  fill-rule: evenodd
}

.slider-testimony li.video svg .circle {
  fill: #972590;
  opacity: 0.4
}

.slider-testimony li.video svg .icon { fill: #eef0f2 }

.slider-testimony li+li { border-left: 1px solid #eef0f2 }

.slider-testimony li a { text-decoration: none }

.slider-testimony li .title-testimony {
  color: #494948;
  font-size: 18px;
  font-weight: normal;
  margin: 0
}

.slider-testimony li .title-school {
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  margin: 0
}

.slider-testimony li .text-testimony {
  color: #999;
  font-size: 14px;
  font-style: italic;
  line-height: 26px
}

.slider-testimony li .text-testimony p { margin: 0 }

.slider-testimony li .image-holder {
  margin: 0 auto 18px;
  text-align: center;
  width: 100%
}

.slider-testimony li .image-holder img { max-width: 100% }

.slider-testimony li .video-holder {
  position: relative;
  width: 100%
}

.slider-testimony li .video-holder img { width: 100% }

.slider-testimony li .video-holder .icon-play {
  display: inline-block;
  left: 50%;
  margin-left: -26px;
  margin-top: -26px;
  position: absolute;
  top: 50%
}

.slider-testimony li .video-holder .icon-play svg {
  height: 52px;
  width: 52px
}

.slider-testimony li .video-holder .icon-play svg path {
  clip-rule: evenodd;
  fill-rule: evenodd
}

.slider-testimony li .video-holder .icon-play svg .radio {
  fill: #972590;
  opacity: 0.3
}

.slider-testimony li .video-holder .icon-play svg .play { fill: #fff }

@media screen and (max-width: 768px) {

.slider-testimony li { width: 50% }
}

@media screen and (max-width: 600px) {

.slider-testimony li { width: 100% }

.slider-testimony li+li { border: 0 }
}

body.modal-open { overflow: hidden }

body.modal-open:before {
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background: #000;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.8;
  position: fixed;
  width: 100%;
  z-index: 11
}

#modal-testimony {
  background: #fff;
  height: 90%;
  opacity: 0;
  position: fixed;
  top: 5%;
  visibility: hidden
}

@media screen and (max-width: 600px) {

#modal-testimony {
  left: 0;
  width: 100%
}
}

@media screen and (min-width: 768px) {

#modal-testimony {
  left: 5%;
  width: 90%
}
}

#modal-testimony.close {
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  visibility: hidden;
  z-index: 12
}

#modal-testimony.open {
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 1;
  visibility: visible;
  z-index: 12
}

#modal-testimony .modal-header {
  height: 60px;
  position: relative;
  width: 100%
}

@media screen and (min-width: 768px) {

#modal-testimony .modal-header {
  background-color: #972590;
  background-image: -webkit-linear-gradient(-450deg, #972590 25%, #4a2f91 75%);
  background-image: linear-gradient(180deg, #972590 25%, #4a2f91 75%)
}
}

#modal-testimony .modal-header .close-modal {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 16px;
  top: 16px
}

#modal-testimony .modal-header .close-modal svg { width: 24px }

#modal-testimony .modal-header .close-modal svg path { fill: #972590 }

@media screen and (min-width: 768px) {

#modal-testimony .modal-header .close-modal svg path { fill: #fff }
}

#modal-testimony .content {
  overflow: hidden;
  overflow-y: visible
}

#modal-testimony .content:after {
  clear: both;
  content: "";
  display: block;
  overflow: hidden
}

@media screen and (max-width: 600px) {

#modal-testimony .content {
  height: 86%;
  margin: 0 20px
}
}

@media screen and (min-width: 768px) {

#modal-testimony .content {
  height: 77%;
  margin: 40px
}
}

@media screen and (max-width: 600px) {

#modal-testimony .title-wrapper {
  border-bottom: 1px solid #eef0f2;
  padding-bottom: 20px
}
}

@media screen and (min-width: 768px) {

#modal-testimony .title-wrapper { float: left }
}

@media screen and (max-width: 600px) {

#modal-testimony .payment-wrapper { padding-top: 20px }
}

@media screen and (min-width: 768px) {

#modal-testimony .payment-wrapper {
  float: right;
  text-align: right
}
}

#modal-testimony .testimony-content {
  clear: both;
  padding-top: 20px
}

#modal-testimony .title-nome,
#modal-testimony .halfyear {
  color: #494948;
  font-size: 22px;
  font-weight: normal;
  margin: 0
}

#modal-testimony .title-school,
#modal-testimony .payment {
  color: #972590;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  margin: 0
}

#modal-testimony .testimony-test {
  color: #999;
  font-size: 14px;
  font-style: italic;
  line-height: 26px
}

#modal-testimony .testimony-test p { margin: 0 }

#modal-testimony .photo-wrapper {
  float: left;
  margin-bottom: 30px;
  margin-right: 30px
}

#modal-testimony .video-wrapper {
  padding-bottom: 30px;
  text-align: center
}

#modal-testimony .video-wrapper .testimony-video {
  cursor: pointer;
  display: inline-block;
  max-width: 535px;
  width: 100%
}

@media screen and (min-width: 768px) {

#modal-testimony .video-wrapper .testimony-video { height: 300px }
}

#modal-testimony .video-wrapper .testimony-video img { width: 100% }

#modal-testimony .video-wrapper .testimony-video iframe {
  height: 100%;
  width: 100%
}

.footer {
  background-color: #eef0f2;
  padding: 65px 0
}

.footer .holder {
  margin: 0 auto;
  max-width: 940px
}

.footer .disclaimer {
  font-family: Arial, sans-serif;
  font-size: 10px;
  line-height: 1.6em;
  margin-bottom: 30px
}

.footer .disclaimer p { margin-bottom: 10px }

.footer .list li { margin-right: 35px }

.footer .list a {
  font-size: 14px;
  font-style: italic;
  text-decoration: none
}

.footer .copyright {
  font-size: 14px;
  font-style: italic
}

@media screen and (max-width: 768px) {

.footer .holder {
  margin: 0 auto;
  max-width: 83.3333333333%
}
}

.faq-section .title-holder {
  margin: 40px 0;
  text-align: center
}

.faq-section .title-holder .title {
  color: #972590;
  font-size: 24px
}

.faq-section .title-holder p { font-style: italic }

.faq-section .faq-holder {
  background-color: #eef0f2;
  overflow: hidden
}

.faq-section .faq-holder .wrapper {
  margin: 0 auto;
  max-width: 940px
}

.faq-section .faq {
  list-style: none;
  margin: 40px 0;
  padding: 0;
  background-color: #323093;
  background-image: -webkit-linear-gradient(bottom, #323093, #972590);
  background-image: linear-gradient(to top, #323093, #972590)
}

.faq-section .faq .faq-button {
  border-bottom: 2px solid #eef0f2;
  color: #fff;
  display: block;
  position: relative;
  text-decoration: none;
  white-space: nowrap
}

.faq-section .faq .faq-button span {
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  margin-left: 20px;
  padding: 20px 0;
  vertical-align: middle;
  white-space: normal
}

.faq-section .faq .faq-button .desc { margin-right: 80px }

.faq-section .faq .faq-button .arrow {
  fill: #fff;
  height: 8px;
  margin-top: -4px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 14px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out
}

.faq-section .faq .faq-button.open .arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.faq-section .faq .faq-content {
  background-color: #fff;
  font-style: italic;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out
}

.faq-section .faq .faq-content .faq-content-holder { padding: 20px }

.faq-section .faq .faq-content ul { margin: 1em 0 }

.modal-explain {
  display: none;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.45s;
  width: 100%
}

@media screen and (max-width: 600px) {

.modal-explain { position: absolute }
}

.modal-explain.show {
  display: block;
  height: 100%;
  opacity: 1;
  z-index: 10
}

.modal-explain.show .bg {
  background: #000;
  height: 100%;
  opacity: 0.75;
  width: 100%
}

.modal-explain .button-close-holder {
  height: 50px;
  position: absolute;
  right: 25px;
  top: 20px;
  width: 50px
}

.modal-explain .button-close { display: block }

.modal-explain .button-close svg .border { fill: #972590 }

.modal-explain .button-close svg .x {
  clip-rule: evenodd;
  fill: #972590;
  fill-rule: evenodd
}

.modal-explain .modal-content-holder {
  background: #eef0f2;
  left: 50%;
  padding: 70px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 320px
}

@media screen and (max-width: 768px) {

.modal-explain .modal-content-holder { padding: 35px }
}

@media screen and (max-width: 600px) {

.modal-explain .modal-content-holder {
  height: 100vh;
  left: initial;
  top: 0;
  transform: initial;
  width: auto
}
}

.modal-explain .modal-content-holder .content-title {
  color: #972590;
  font-size: 24px;
  font-weight: 300;
  margin: 0 auto;
  max-width: 200px;
  text-align: center;
  text-transform: uppercase
}

.modal-explain .modal-content-holder .content-text {
  color: #494948;
  font-size: 14px;
  font-style: italic;
  line-height: 2em;
  margin-top: 50px;
  text-align: center
}
