/* =============== BREAKS ================= */
/* ================ COLORS ================= */
/* ================ BORDER RADIUS ================= */
.row--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  .row--flex:before, .row--flex:after {
    display: block; }

.row--flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.row--flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.row--align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.row--justify-content-flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.col--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.col--direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.col--align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.col--align-self-center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.col--align-self-flex-end {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

html, body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  color: #000000;
  line-height: 1;
  letter-spacing: -0.02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 767px) {
    html, body {
      font-size: 20px; } }
  @media (max-width: 470px) {
    html, body {
      font-size: 18px; } }
  html b, body b {
    font-weight: 600; }

.header {
  position: relative;
  width: 100%;
  display: block; }
  .header__bar-01 {
    position: relative;
    width: 100%;
    height: 200px;
    display: block;
    z-index: 2;
    background-color: #000000;
    background-image: url("../imgs/linhas-header.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%; }
    @media (max-width: 767px) {
      .header__bar-01 {
        height: auto; } }
  .header__bar-02 {
    position: relative;
    width: 100%;
    height: 60px;
    display: block;
    z-index: 1;
    background-color: #3ef4ff;
    background-image: url("../imgs/fundo-header.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%; }
    .header__bar-02:before, .header__bar-02:after {
      content: '';
      position: absolute;
      display: block;
      background: #ffffff; }
    .header__bar-02:before {
      top: 10px;
      left: 0;
      width: 100%;
      height: 4px; }
    .header__bar-02:after {
      top: 20px;
      right: 0;
      width: 30%;
      height: 2px; }
  .header__logo {
    position: relative;
    display: block; }
    .header__logo--01 {
      float: left;
      width: 300px;
      margin: 30px 0 0; }
      @media (max-width: 767px) {
        .header__logo--01 {
          width: 100%;
          max-width: 200px; } }
    .header__logo--02 {
      float: right;
      width: 210px;
      margin: 70px 0 0; }
      @media (max-width: 767px) {
        .header__logo--02 {
          width: 100%;
          max-width: 200px; } }
    @media (max-width: 767px) {
      .header__logo {
        float: none;
        display: table;
        margin: 30px auto; } }

.title-01 {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 80px 0 100px;
  background-color: #02757d; }
  .title-01:before {
    content: '';
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 4px;
    display: block;
    background-color: #ffffff; }
  .title-01:after {
    content: '';
    position: absolute;
    bottom: 52px;
    left: 15px;
    width: 20vw;
    height: 50%;
    display: block;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff; }
    @media (max-width: 767px) {
      .title-01:after {
        left: -20px; } }

.main-video {
  position: relative;
  width: 100%;
  display: block;
  background: url("../imgs/video-bg.jpg") repeat center center; }
  .main-video__container {
    position: relative;
    width: 100%;
    display: block;
    padding: 56.25% 0 0; }
    .main-video__container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block; }

.form-lead-01 {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  padding: 125px 0;
  background-color: #02757d;
  background-image: url("../imgs/jogador-formulario.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%; }
  .form-lead-01__box-form {
    position: relative;
    width: 100%;
    padding: 50px;
    background: rgba(0, 0, 0, 0.8); }
  .form-lead-01__title {
    position: relative;
    width: 100%;
    display: block;
    margin: 0 0 30px;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 46px;
    color: #ffffff;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .form-lead-01__title {
        font-size: 35px; } }
  .form-lead-01__form {
    position: relative;
    width: 100%;
    display: block; }
    .form-lead-01__form input {
      position: relative;
      width: 100%;
      display: block;
      margin: 0 0 20px;
      padding: 15px;
      border: none;
      background: #DEDCDD;
      font-family: 'Roboto';
      font-weight: 700;
      font-size: 35px;
      color: #A5A5A5;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .form-lead-01__form input {
          font-size: 24px; } }
  .form-lead-01__cta-button {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 30px 0 0;
    padding: 0;
    border: none;
    background: transparent;
    -webkit-box-shadow: 10px 10px #1AA9B3;
            box-shadow: 10px 10px #1AA9B3;
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 35px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-animation: button-scale .5s infinite;
            animation: button-scale .5s infinite; }
    @media (max-width: 767px) {
      .form-lead-01__cta-button {
        font-size: 24px; } }
    .form-lead-01__cta-button:hover, .form-lead-01__cta-button:active, .form-lead-01__cta-button:focus {
      color: #ffffff;
      text-decoration: none; }
    .form-lead-01__cta-button:before, .form-lead-01__cta-button:after {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      display: block;
      background: #1AA9B3;
      -webkit-transform: skew(45deg);
          -ms-transform: skew(45deg);
              transform: skew(45deg); }
    .form-lead-01__cta-button:before {
      top: 0;
      right: -5px; }
    .form-lead-01__cta-button:after {
      bottom: -10px;
      left: 5; }
  .form-lead-01__cta-button-container {
    position: relative;
    width: 100%;
    display: block;
    padding: 0 60px;
    background: #20C5D1; }
    .form-lead-01__cta-button-container:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: calc(100% - 30px);
      height: calc(100% - 30px);
      display: block;
      z-index: 1;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border: 2px solid #ffffff; }
    .form-lead-01__cta-button-container span {
      position: relative;
      width: auto;
      display: table;
      z-index: 2;
      padding: 40px 10px;
      margin: 0 auto;
      background: #20C5D1;
      text-align: center;
      text-shadow: 4px 4px #1CB2BE; }
  .form-lead-01__text {
    position: relative;
    width: 100%;
    display: block;
    margin: 30px 0 0;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    color: #ffffff; }

.form-lead-02 {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  padding: 75px 0 125px;
  background-color: #04393D; }
  .form-lead-02__title {
    position: relative;
    width: 100%;
    display: block;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 46px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 767px) {
      .form-lead-02__title {
        font-size: 35px; } }
  .form-lead-02__blue {
    position: relative;
    display: block;
    margin: 0 0 45px;
    color: #1AA9B3; }
  .form-lead-02__form {
    position: relative;
    width: 100%;
    display: block; }
    .form-lead-02__form input {
      position: relative;
      width: 100%;
      display: block;
      margin: 0 0 20px;
      padding: 15px;
      border: none;
      background: #DEDCDD;
      font-family: 'Roboto';
      font-weight: 700;
      font-size: 35px;
      color: #A5A5A5;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .form-lead-02__form input {
          font-size: 24px; } }
  .form-lead-02__cta-button {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 30px 0 0;
    padding: 0;
    border: none;
    background: transparent;
    -webkit-box-shadow: 10px 10px #1AA9B3;
            box-shadow: 10px 10px #1AA9B3;
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 35px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-animation: button-scale .5s infinite;
            animation: button-scale .5s infinite; }
    @media (max-width: 767px) {
      .form-lead-02__cta-button {
        font-size: 24px; } }
    .form-lead-02__cta-button:hover, .form-lead-02__cta-button:active, .form-lead-02__cta-button:focus {
      color: #ffffff;
      text-decoration: none; }
    .form-lead-02__cta-button:before, .form-lead-02__cta-button:after {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      display: block;
      background: #1AA9B3;
      -webkit-transform: skew(45deg);
          -ms-transform: skew(45deg);
              transform: skew(45deg); }
    .form-lead-02__cta-button:before {
      top: 0;
      right: -5px; }
    .form-lead-02__cta-button:after {
      bottom: -10px;
      left: 5; }
  .form-lead-02__cta-button-container {
    position: relative;
    width: 100%;
    display: block;
    padding: 0 60px;
    background: #20C5D1; }
    .form-lead-02__cta-button-container:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: calc(100% - 30px);
      height: calc(100% - 30px);
      display: block;
      z-index: 1;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border: 2px solid #ffffff; }
    .form-lead-02__cta-button-container span {
      position: relative;
      width: auto;
      display: table;
      z-index: 2;
      padding: 40px 10px;
      margin: 0 auto;
      background: #20C5D1;
      text-align: center;
      text-shadow: 4px 4px #1CB2BE; }
  .form-lead-02__text {
    position: relative;
    width: 100%;
    display: block;
    margin: 30px 0 0;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    color: #ffffff; }

.informacao-01 {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  padding: 90px 0;
  background-color: rgba(2, 117, 125, 0.8); }
  .informacao-01 img {
    position: relative;
    width: 100%;
    height: auto;
    display: block; }
    .informacao-01 img.responsive {
      display: none; }
    @media (max-width: 767px) {
      .informacao-01 img {
        display: none; }
        .informacao-01 img.responsive {
          display: block;
          margin: 0 0 30px; } }
  .informacao-01 p {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    font-family: 'Roboto';
    font-size: 30px;
    color: #ffffff;
    line-height: 120%; }
    @media (max-width: 767px) {
      .informacao-01 p {
        font-size: 24px; } }
    .informacao-01 p:before {
      content: '';
      position: absolute;
      top: 0;
      left: -30px;
      width: 4px;
      height: 100%;
      display: block;
      background: #ffffff; }

.informacao-02 {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  padding: 90px 0;
  background-image: url("../imgs/informacao-02-bg-dir.png"), url("../imgs/informacao-02-bg-esq.jpg");
  background-position: right center, left center;
  background-repeat: no-repeat;
  background-size: auto 100%; }
  @media (max-width: 1199px) {
    .informacao-02 {
      background-position: right -100px center, left -300px center; } }
  @media (max-width: 767px) {
    .informacao-02 {
      background: none; } }
  .informacao-02__lista {
    position: relative;
    width: 100%;
    display: block;
    padding: 0 0 0 125px;
    margin: 0; }
    @media (max-width: 767px) {
      .informacao-02__lista {
        padding: 0 0 0 75px; } }
  .informacao-02__item-lista {
    position: relative;
    width: 100%;
    display: block; }
    .informacao-02__item-lista:first-child .informacao-02__bullet:after {
      top: auto;
      bottom: 0;
      height: 50%; }
    .informacao-02__item-lista:last-child .informacao-02__bullet:after {
      height: 50%; }
  .informacao-02__bullet {
    position: absolute;
    top: 0;
    left: -125px;
    width: 125px;
    height: 100%;
    display: block; }
    @media (max-width: 767px) {
      .informacao-02__bullet {
        left: -75px;
        width: 75px; } }
    .informacao-02__bullet:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 44px;
      height: 44px;
      display: block;
      z-index: 2;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: #ffffff;
      border: 2px solid #02757d;
      border-radius: 50%; }
      @media (max-width: 1199px) {
        .informacao-02__bullet:before {
          width: 35px;
          height: 35px; } }
    .informacao-02__bullet:after {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 2;
      height: 100%;
      display: block;
      z-index: 1;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background: #02757d; }
  .informacao-02__texto {
    position: relative;
    width: 100%;
    display: block;
    padding: 20px 0; }
  .informacao-02 p {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    font-family: 'Roboto';
    font-size: 26px;
    color: #02757d;
    line-height: 120%; }
    @media (max-width: 1199px) {
      .informacao-02 p {
        font-size: 22px; } }

.informacao-03 {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  padding: 90px 0;
  background-color: #333333; }
  .informacao-03__box {
    position: relative;
    width: 100%;
    display: block;
    padding: 30px 15px;
    border: 2px solid #ffffff; }
  .informacao-03__title {
    position: absolute;
    top: -32px;
    left: 50px;
    width: auto;
    height: 50px;
    padding: 0 15px;
    background: #333333;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 50px;
    color: #ffffff;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .informacao-03__title {
        top: -20px;
        left: 50%;
        width: 80%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        font-size: 30px;
        text-align: center; } }
  .informacao-03__logo {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    margin: 30px auto; }
  .informacao-03__texto {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .informacao-03 p {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    font-family: 'Roboto';
    font-size: 26px;
    color: #ffffff;
    line-height: 120%; }

.call-to-action {
  position: relative;
  width: 100%;
  display: block;
  padding: 60px 0; }
  @media (max-width: 767px) {
    .call-to-action {
      padding: 50px 0; } }
  .call-to-action__container {
    position: relative;
    width: 100%;
    display: block; }
  .call-to-action__line {
    position: relative;
    width: 100%;
    display: block; }
  .call-to-action__title {
    position: relative;
    width: 100%;
    display: block;
    margin: 0 0 40px;
    font-weight: 900;
    font-size: 55px;
    color: #de1e27;
    line-height: 90%;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .call-to-action__title {
        font-size: 50px; } }
    @media (max-width: 470px) {
      .call-to-action__title {
        font-size: 40px; } }
  .call-to-action__conditions {
    position: relative;
    width: 100%;
    display: block;
    margin: 0 0 40px;
    padding: 0 5%; }
    @media (max-width: 767px) {
      .call-to-action__conditions {
        display: none;
        margin-bottom: 20px; } }
    .call-to-action__conditions--responsive {
      display: none; }
      @media (max-width: 767px) {
        .call-to-action__conditions--responsive {
          display: block; } }
      .call-to-action__conditions--responsive img {
        max-width: 350px;
        display: table;
        margin: 0 auto; }
    .call-to-action__conditions img {
      position: relative;
      width: 100%;
      height: auto;
      display: block; }
  .call-to-action__button {
    position: relative;
    width: 100%;
    display: block; }
    @media (max-width: 767px) {
      .call-to-action__button {
        margin: 15px 0; } }
    .call-to-action__button img {
      position: relative;
      width: 100%;
      height: auto;
      -webkit-animation: button-scale .5s infinite;
              animation: button-scale .5s infinite; }

@-webkit-keyframes button-scale {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); } }

@keyframes button-scale {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); } }
  .call-to-action__button-image {
    display: block; }
    @media (max-width: 767px) {
      .call-to-action__button-image {
        display: none; } }
    .call-to-action__button-image--responsive {
      display: none; }
      @media (max-width: 767px) {
        .call-to-action__button-image--responsive {
          display: block; } }
  .call-to-action__payment-method {
    position: relative;
    width: 100%;
    display: block;
    margin: 40px 0 0; }
    @media (max-width: 767px) {
      .call-to-action__payment-method {
        margin: 20px 0 0;
        padding: 0 15px; } }
    .call-to-action__payment-method img {
      position: relative;
      width: 100%;
      height: auto;
      display: block; }
      @media (max-width: 767px) {
        .call-to-action__payment-method img {
          max-width: 480px;
          display: table;
          margin: 0 auto; } }

.about-courses {
  position: relative;
  width: 100%;
  display: block;
  padding: 80px 0;
  background: #de1e27; }
  @media (max-width: 991px) {
    .about-courses {
      padding: 50px 0 10px; } }
  .about-courses__highlight {
    display: inline; }
    .about-courses__highlight--yellow {
      color: #fdc705; }
  .about-courses__title {
    position: relative;
    width: 100%;
    display: block;
    margin: 0 0 40px;
    font-weight: 900;
    font-size: 65px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .about-courses__title {
        font-size: 60px; } }
    @media (max-width: 991px) {
      .about-courses__title {
        font-size: 50px; } }
    @media (max-width: 470px) {
      .about-courses__title {
        font-size: 40px; } }
  .about-courses__container {
    position: relative;
    width: 100%;
    display: block; }
    @media (max-width: 991px) {
      .about-courses__container {
        margin: 0 0 40px; } }
  .about-courses__detail-title {
    position: relative;
    width: 100%;
    display: block;
    margin: 0 0 20px;
    font-weight: 900;
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .about-courses__detail-title {
        font-size: 36px; } }
    @media (max-width: 767px) {
      .about-courses__detail-title {
        font-size: 32px; } }
    @media (max-width: 470px) {
      .about-courses__detail-title {
        padding: 120px 0 0;
        text-align: center; } }
  .about-courses__detail-tag {
    position: absolute;
    top: 50%;
    right: 0;
    height: 120px;
    display: block;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    @media (max-width: 470px) {
      .about-courses__detail-tag {
        top: 0;
        right: auto;
        left: 50%;
        height: 100px;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0); } }
    .about-courses__detail-tag img {
      position: relative;
      width: auto;
      height: 100%;
      display: block; }
  .about-courses__detail-text {
    position: relative;
    width: 100%;
    display: block; }
    .about-courses__detail-text p {
      margin: 0 0 15px;
      font-size: 20px;
      color: #ffffff;
      line-height: 140%;
      text-align: justify; }
      @media (max-width: 470px) {
        .about-courses__detail-text p {
          font-size: 18px;
          text-align: center; } }
      .about-courses__detail-text p:last-child {
        margin: 0; }

.faq {
  position: relative;
  width: 100%;
  display: block;
  padding: 80px 0;
  background: #000000; }
  @media (max-width: 991px) {
    .faq {
      padding: 50px 0; } }
  .faq__title {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 30px; }
    @media (max-width: 470px) {
      .faq__title {
        display: block;
        text-align: center; } }
  .faq__title-name {
    position: relative;
    width: auto;
    display: inline-block;
    padding: 0 60px 0 0;
    font-weight: 900;
    font-size: 95px;
    color: #fdc705;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .faq__title-name {
        font-size: 75px; } }
    @media (max-width: 767px) {
      .faq__title-name {
        padding: 0 50px 0 0;
        font-size: 65px; } }
    @media (max-width: 470px) {
      .faq__title-name {
        display: block;
        padding: 0; } }
    .faq__title-name:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 26px;
      width: 2px;
      height: 80%;
      display: block;
      background: #fdc705;
      -webkit-transform: translateY(-50%) skewX(-12deg);
          -ms-transform: translateY(-50%) skewX(-12deg);
              transform: translateY(-50%) skewX(-12deg); }
      @media (max-width: 470px) {
        .faq__title-name:after {
          display: none; } }
  .faq__title-description {
    position: relative;
    width: auto;
    display: inline-block;
    font-weight: 900;
    font-size: 45px;
    color: #ffffff;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .faq__title-description {
        font-size: 30px; } }
    @media (max-width: 470px) {
      .faq__title-description {
        margin: 20px 0 0; } }
  .faq__container {
    position: relative;
    width: 100%;
    display: block;
    counter-reset: faq-item; }
  .faq__item {
    position: relative;
    width: 100%;
    display: block;
    margin: 0 0 25px;
    border-radius: 15px;
    background: #fdc705; }
    .faq__item:last-child {
      margin: 0; }
    .faq__item--active .faq__item-header-arrow {
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(135deg);
          -ms-transform: translateY(-50%) rotate(135deg);
              transform: translateY(-50%) rotate(135deg); }
  .faq__item-header {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 25px 75px 25px 25px;
    font-weight: 600;
    font-size: 24px; }
    @media (max-width: 991px) {
      .faq__item-header {
        padding: 20px 70px 20px 20px; } }
    @media (max-width: 767px) {
      .faq__item-header {
        font-size: 22px; } }
    @media (max-width: 470px) {
      .faq__item-header {
        font-size: 20px; } }
  .faq__item-header-text {
    position: relative;
    width: 100%;
    display: block; }
    .faq__item-header-text:before {
      counter-increment: faq-item;
      content: counter(faq-item) ". "; }
  .faq__item-header-arrow {
    position: absolute;
    top: 45%;
    right: 25px;
    width: 25px;
    height: 25px;
    display: block;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg); }
    @media (max-width: 991px) {
      .faq__item-header-arrow {
        width: 20px;
        height: 20px; } }
    .faq__item-header-arrow:before, .faq__item-header-arrow:after {
      content: '';
      position: absolute;
      left: 0;
      border-radius: 3px;
      background: #de1e27; }
    .faq__item-header-arrow:before {
      top: 0;
      width: 7px;
      height: 100%; }
    .faq__item-header-arrow:after {
      bottom: 0;
      width: 100%;
      height: 7px; }
  .faq__item-content {
    position: relative;
    width: 100%;
    display: none;
    padding: 0 25px 25px; }
    .faq__item-content p {
      margin: 0 0 15px;
      font-size: 20px;
      line-height: 120%;
      text-align: justify; }
      .faq__item-content p:last-child {
        margin: 0; }
      @media (max-width: 470px) {
        .faq__item-content p {
          font-size: 18px; } }

.footer {
  position: relative;
  width: 100%;
  height: 90px;
  display: block;
  background: #fdc705; }
  .footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    display: block;
    background: #000000; }
