@charset "UTF-8";
/*-------------------------
            var
-------------------------*/
/*-------------------------
          mixin
-------------------------*/
/*-------------------------
          extend
-------------------------*/
/*-------------------------
      function mixin
-------------------------*/
.show--sm {
  display: none;
}

@media (max-width: 767px) {
  .show--sm {
    display: block;
  }
}

@media (max-width: 767px) {
  .hide--sm {
    display: none;
  }
}

.show--mblg {
  display: none;
}

@media (max-width: 480px) {
  .show--mblg {
    display: block;
  }
}

@media (max-width: 480px) {
  .hide--mblg {
    display: none;
  }
}

.main {
  overflow-x: hidden;
}

.container {
  width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1279px) {
  .container {
    width: 1200px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 1199px) {
  .container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.italic {
  font-style: italic;
}

img {
  max-width: 100%;
}

.center {
  text-align: center;
}

.mt0 {
  margin-top: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.offest--y {
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
}

@media (max-width: 767px) {
  .offest--y {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}

.orange {
  color: #f66800;
}

.footer {
  background: #e3e3e3;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .footer {
    padding-bottom: 90px;
  }
}

.footer__block {
  text-align: center;
}

.footer__item {
  font-size: 1rem;
  font-weight: 500;
  color: #474747;
  display: inline-block;
}

.footer__item a {
  color: #474747;
  text-decoration: none;
}

@media (max-width: 991px) {
  .footer__item {
    font-size: 0.875rem;
  }
}

@media (max-width: 480px) {
  .footer__item {
    display: block;
  }
}

.footer__item::before {
  content: " |";
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}

@media (max-width: 480px) {
  .footer__item::before {
    display: none;
  }
}

.footer__item:first-child::before {
  display: none;
}

.pop {
  font-family: "Noto Sans TC","微軟正黑體", "Microsoft JhengHei", Arial;
}

.pop--qrcode .pop__wrap {
  width: 350px;
}

@media (max-width: 480px) {
  .pop--qrcode .pop__wrap {
    width: 260px;
  }
}

.pop--qrcode .pop__container {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pop__container {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .pop__container {
    padding-top: 50px;
  }
}

.pop__wrap {
  background: #fff;
  border: 3px solid #956c66;
  border-radius: 50px;
  -webkit-box-shadow: 5px 5px #956c66;
          box-shadow: 5px 5px #956c66;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (max-width: 1279px) {
  .pop__wrap {
    width: 90%;
  }
}

.pop__block {
  font-weight: 500;
  color: #565656;
  padding: 45px 60px;
}

@media (max-width: 767px) {
  .pop__block {
    padding: 30px 20px;
  }
}

.pop__head {
  font-size: 1.375rem;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .pop__head {
    padding-right: 40px;
    font-size: 1.25rem;
  }
}

.pop__body {
  font-size: 1rem;
  padding-top: 20px;
  line-height: 2;
}

@media (max-width: 767px) {
  .pop__body {
    line-height: 1.5;
  }
}

.pop__body li {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .pop__body li {
    margin-top: 0;
    margin-left: -1em;
  }
}

.pop__body li:first-child {
  margin-top: 0;
}

.pop__close {
  width: 30px;
  height: 30px;
  background: url("../images/close.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 35px;
  right: 40px;
  z-index: 1;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
  cursor: pointer;
}

@media (max-width: 767px) {
  .pop__close {
    right: 20px;
  }
}

.pop__close:hover {
  opacity: 0.8;
}

.pop__qrcode {
  text-align: center;
}

.tab {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .tab {
    margin-top: 30px;
  }
}

.tab__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tab__bodyitem {
  display: none;
  border-top: none;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 40px 35px 50px;
  border-radius: 62px;
  border: 8px solid #fbe2ac;
}

@media (max-width: 991px) {
  .tab__bodyitem {
    padding: 30px 15px;
  }
}

@media (max-width: 767px) {
  .tab__bodyitem {
    padding: 20px 15px;
  }
}

@media (max-width: 480px) {
  .tab__bodyitem {
    border-radius: 30px;
  }
}

.tab__headitem {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: url("../images/winners/tab-headitem-bg-1.png");
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 334px;
  height: 64px;
  line-height: 64px;
  margin-left: -20px;
}

.tab__headitem:first-child {
  margin-left: 0;
}

@media (max-width: 1199px) {
  .tab__headitem {
    width: 310px;
  }
}

@media (max-width: 991px) {
  .tab__headitem {
    font-size: 1.25rem;
    width: 230px;
    height: 54px;
    line-height: 54px;
  }
}

@media (max-width: 767px) {
  .tab__headitem {
    font-size: 0.9375rem;
    padding: 0 15px;
    border-width: 2px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.2;
    width: 33%;
    height: 44px;
    line-height: 44px;
    margin-left: -3%;
  }
}

@media (max-width: 480px) {
  .tab__headitem {
    height: 36px;
    line-height: 36px;
  }
}

@media (max-width: 374px) {
  .tab__headitem {
    padding-left: 0;
    padding-right: 0;
  }
}

.tab__headitem.active, .tab__headitem:hover {
  background: url("../images/winners/tab-headitem-bg-2.png");
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.stab__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stab__bodyitem {
  display: none;
}

.stab__headitem {
  font-size: 1.5rem;
  font-weight: 700;
  color: #f6ad5f;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.5s ease color;
  transition: 0.5s ease color;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  line-height: 1;
}

@media (max-width: 767px) {
  .stab__headitem {
    font-size: 1rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.stab__headitem.active {
  color: #ea6821;
}

.stab__headitem::before {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #f6ad5f;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .stab__headitem::before {
    height: 16px;
    width: 1px;
  }
}

.stab__headitem:last-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #f6ad5f;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  .stab__headitem:last-child::after {
    height: 16px;
    width: 1px;
  }
}

.collapse__item {
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px dashed #beb79d;
}

@media (max-width: 767px) {
  .collapse__item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.collapse__item:first-child {
  padding-top: 0;
  border-top: none;
}

.collapse__item:last-child {
  padding-bottom: 0;
}

.collapse__item.active .collapse__head::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.collapse__head {
  font-size: 1.375rem;
  font-weight: 700;
  color: #854a2e;
  text-indent: -1em;
  padding-left: 1em;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 991px) {
  .collapse__head {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .collapse__head {
    font-size: 1rem;
  }
}

.collapse__head::before {
  content: "";
  display: block;
  background-image: url("../images/winners/collapse-icon.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  width: 25px;
  height: 15px;
  position: absolute;
  top: 8px;
  right: 0;
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
}

@media (max-width: 767px) {
  .collapse__head::before {
    width: 20px;
    height: 12px;
  }
}

.collapse__body {
  font-size: 1.125rem;
  font-weight: 500;
  color: #4c4c45;
  padding-left: 1em;
  padding-top: 15px;
  display: none;
}

@media (max-width: 767px) {
  .collapse__body {
    font-size: 0.9375rem;
  }
}

.collapse__body a {
  color: #000;
}

.collapse--award {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .collapse--award {
    margin-top: 15px;
  }
}

.collapse--award .collapse__item {
  border: 2px solid #f6ad5f;
  border-radius: 8px;
  padding: 15px 30px;
  -webkit-transition: 0.3s ease background;
  transition: 0.3s ease background;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .collapse--award .collapse__item {
    padding: 15px 20px;
  }
}

@media (max-width: 767px) {
  .collapse--award .collapse__item {
    padding: 15px 0;
    margin-top: 15px;
  }
}

.collapse--award .collapse__item.active {
  background: #ffecc9;
  border-color: #ffecc9;
}

.collapse--award .collapse__item:first-child {
  margin-top: 0;
}

.collapse--award .collapse__head {
  text-indent: 0;
  padding-left: 0;
}

@media (max-width: 767px) {
  .collapse--award .collapse__head {
    padding-left: 15px;
    padding-right: 40px;
  }
  .collapse--award .collapse__head::before {
    right: 15px;
  }
}

.collapse--award .collapse__body {
  padding-top: 25px;
  padding-left: 0;
}

@media (max-width: 767px) {
  .collapse--award .collapse__body {
    padding-top: 15px;
  }
}

.table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  line-height: 1.2;
}

.table tr.green {
  background: #2f935d;
  color: #fff;
}

.table th {
  border: 1px solid #2f935d;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 10px;
}

@media (max-width: 767px) {
  .table th {
    font-size: 1rem;
    padding: 8px;
  }
}

.table td {
  border: 1px solid #2f935d;
  font-size: 1.125rem;
  font-weight: 500;
  color: #4c4c45;
  padding: 14px 40px;
}

@media (max-width: 1199px) {
  .table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .table td {
    font-size: 1rem;
    padding: 8px 10px;
  }
}

.table--1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 12px;
}

.table--1 .table__td {
  font-size: 1.125rem;
  font-weight: 500;
  color: #333333;
  width: 25%;
  margin-top: 25px;
  border-left: 1px solid #854a2e;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .table--1 .table__td:nth-child(1) {
    margin-top: 0;
  }
  .table--1 .table__td:nth-child(2) {
    margin-top: 0;
  }
  .table--1 .table__td:nth-child(3) {
    margin-top: 0;
  }
  .table--1 .table__td:nth-child(4) {
    margin-top: 0;
  }
  .table--1 .table__td:nth-child(4n+1) {
    border-left: none;
  }
}

@media (max-width: 991px) {
  .table--1 .table__td {
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .table--1 .table__td {
    font-size: 1rem;
    width: 50%;
    margin-top: 10px;
  }
  .table--1 .table__td:nth-child(1) {
    margin-top: 0;
  }
  .table--1 .table__td:nth-child(2) {
    margin-top: 0;
  }
  .table--1 .table__td:nth-child(odd) {
    border-left: none;
  }
}

@media (max-width: 480px) {
  .table--1 .table__td {
    font-size: 0.9375rem;
    letter-spacing: -0.04em;
  }
}

@media (max-width: 374px) {
  .table--1 .table__td {
    font-size: 0.8125rem;
  }
}

.main {
  font-family: "Noto Sans TC","微軟正黑體", "Microsoft JhengHei", Arial;
  color: #1e1e1e;
}

.btn {
  width: 236px;
  height: 66px;
  line-height: 66px;
  border-radius: 10em;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: border-radius,-webkit-transform;
  transition-property: border-radius,-webkit-transform;
  transition-property: transform,border-radius;
  transition-property: transform,border-radius,-webkit-transform;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ff6767), to(#ef4848));
  background: linear-gradient(to right, #ff6767 0%, #ef4848 100%);
}

@media (max-width: 991px) {
  .btn {
    font-size: 1.25rem;
    height: 55px;
    line-height: 55px;
    width: 200px;
  }
}

@media (max-width: 767px) {
  .btn {
    max-width: 100%;
  }
}

@media (max-width: 374px) {
  .btn {
    font-size: 1.125rem;
    height: 45px;
    line-height: 45px;
  }
}

@media (min-width: 768px) {
  .btn:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.btn img {
  width: 28px;
  margin-left: 5px;
}

@media (max-width: 374px) {
  .btn img {
    width: 18px;
  }
}

.title {
  text-align: center;
}

@media (max-width: 1199px) {
  .title img {
    height: 90px;
  }
}

@media (max-width: 991px) {
  .title img {
    height: 70px;
  }
}

@media (max-width: 767px) {
  .title img {
    height: 60px;
  }
}

@media (max-width: 480px) {
  .title img {
    height: 50px;
  }
}

@media (max-width: 374px) {
  .title img {
    height: 40px;
  }
}

.title span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -99999px;
  z-index: 0;
}

.kv {
  position: relative;
  overflow: hidden;
  background: url("../images/kv/kv-bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 668px;
}

@media (max-width: 1199px) {
  .kv {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .kv {
    height: 106vw;
    background: url("../images/kv/kv-bg-sm.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.kv__title {
  background: url("../images/kv/kv-title.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 1099px;
  height: 402px;
  position: relative;
  margin: 51px auto;
  text-indent: -9999px;
  -webkit-animation: zoomIn 0.8s ease;
          animation: zoomIn 0.8s ease;
}

@media (max-width: 1199px) {
  .kv__title {
    background-size: 100% auto;
    width: 650px;
    height: 240px;
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  .kv__title {
    width: 600px;
    height: 226px;
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .kv__title {
    background: url("../images/kv/kv-title-sm.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 93vw;
    height: 65vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.kv__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/kv/kv-title-2.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-animation: ani-kv-dot 0.8s ease infinite;
          animation: ani-kv-dot 0.8s ease infinite;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.s1 {
  padding-top: 120px;
  background: #ffffff;
}

@media (max-width: 991px) {
  .s1 {
    padding-top: 60px;
  }
}

.s1__content {
  position: relative;
  margin-top: 40px;
  margin-bottom: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .s1__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 24px;
  }
}

.s1__content-left {
  width: 620px;
}

@media (max-width: 1199px) {
  .s1__content-left {
    width: 520px;
  }
}

@media (max-width: 991px) {
  .s1__content-left {
    width: 418px;
  }
}

@media (max-width: 767px) {
  .s1__content-left {
    width: 380px;
  }
}

@media (max-width: 480px) {
  .s1__content-left {
    width: 332px;
  }
}

@media (max-width: 320px) {
  .s1__content-left {
    width: 260px;
  }
}

.s1__content-right {
  width: calc( 100% - 620px);
}

@media (max-width: 1199px) {
  .s1__content-right {
    width: calc( 100% - 520px);
  }
}

@media (max-width: 991px) {
  .s1__content-right {
    width: calc( 100% - 418px);
  }
}

@media (max-width: 767px) {
  .s1__content-right {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.s1__content-text {
  font-size: 2rem;
  color: #444444;
}

@media (max-width: 1279px) {
  .s1__content-text br {
    display: none;
  }
}

@media (max-width: 1199px) {
  .s1__content-text {
    font-size: 1.75rem;
  }
}

@media (max-width: 991px) {
  .s1__content-text {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .s1__content-text {
    text-align: center;
    font-size: 1.25rem;
  }
  .s1__content-text br {
    display: block;
  }
}

@media (max-width: 413px) {
  .s1__content-text {
    font-size: 1.063rem;
  }
}

.s1__content-text .highlight {
  font-size: 2.375rem;
}

@media (max-width: 991px) {
  .s1__content-text .highlight {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .s1__content-text .highlight {
    font-size: 1.75rem;
  }
}

@media (max-width: 413px) {
  .s1__content-text .highlight {
    font-size: 1.375rem;
  }
}

.s1 .title {
  text-align: center;
}

@media (max-width: 1199px) {
  .s1 .title {
    text-align: center;
  }
}

.s1__btn {
  width: 100%;
  margin-top: 50px;
  margin-left: 20%;
  position: relative;
  z-index: 3;
}

@media (max-width: 1199px) {
  .s1__btn {
    width: 65%;
    margin-left: auto;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .s1__btn {
    width: 100%;
    margin-top: 30px;
    margin-left: auto;
  }
}

@media (max-width: 480px) {
  .s1__btn {
    margin-top: 20px;
  }
}

.s1__btn .btn {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .s1__btn .btn {
    margin-right: 10px;
    max-width: calc(50% - 15px);
  }
}

.s1__btn .btn:last-child {
  margin-right: 0;
}

.s2 {
  padding-bottom: 170px;
  background-color: #ffffff;
  position: relative;
  z-index: 3;
}

@media (max-width: 991px) {
  .s2 {
    padding-bottom: 116px;
  }
}

.s2::after {
  content: " ";
  display: block;
  background: url("../images/s5/s5-bg-top.png");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 173px;
  z-index: 0;
}

@media (max-width: 991px) {
  .s2::after {
    height: 8.9vw;
    background-size: 100%;
  }
}

.s2 .title {
  margin-bottom: 50px;
}

.s2 .container {
  position: relative;
}

.s2__btn {
  text-align: center;
  margin-top: 60px;
}

.s2__gift {
  width: 275px;
  height: 371px;
  background: url("../images/s2/s2-gift.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -140px;
  right: -13px;
}

@media (max-width: 1199px) {
  .s2__gift {
    top: -110px;
    right: 64px;
    width: 250px;
  }
}

@media (max-width: 991px) {
  .s2__gift {
    right: 46px;
    width: 180px;
    top: -46px;
  }
}

@media (max-width: 767px) {
  .s2__gift {
    display: none;
  }
}

.s2__man {
  width: 374px;
  height: 533px;
  background: url("../images/s2/s2-man.png");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -252px;
  left: -226px;
  z-index: 3;
}

@media (max-width: 1199px) {
  .s2__man {
    width: 325px;
    height: 390px;
    left: 0;
    bottom: -336px;
  }
}

@media (max-width: 991px) {
  .s2__man {
    width: 252px;
  }
}

@media (max-width: 767px) {
  .s2__man {
    width: 208px;
    height: 259px;
    left: -84px;
  }
}

@media (max-width: 320px) {
  .s2__man {
    width: 166px;
  }
}

.s2__wrap {
  background-color: #fff0d7;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border: 0px solid #fff0d7;
  position: relative;
  border-radius: 62px;
  padding: 8px;
}

@media (max-width: 767px) {
  .s2__wrap {
    border-radius: 32px;
  }
}

.s2__content {
  border: 4px solid #ffffff;
  width: 100%;
  padding: 100px 0 20px;
  border-radius: 60px;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .s2__content {
    border-radius: 30px;
  }
}

.s2__content-flag {
  background: url("../images/s2/flag_02.png");
  background-position: center top;
  background-repeat: repeat-x;
  height: 73px;
  position: relative;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 3px;
  width: 690px;
  text-align: center;
  padding-top: 6px;
  margin: 0 auto;
  margin-top: -137px;
}

.s2__content-flag br {
  display: none;
}

@media (max-width: 991px) {
  .s2__content-flag {
    width: 430px;
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .s2__content-flag {
    width: 60%;
    font-size: 1.25rem;
    background-size: contain;
    height: 60px;
    padding-top: 10px;
  }
}

@media (max-width: 480px) {
  .s2__content-flag {
    width: 50%;
    font-size: 1.25rem;
    line-height: 140%;
    background: url("../images/s2/flag_02-sm.png");
    background-position: center top;
    background-repeat: repeat-x;
    background-size: contain;
    height: 84px;
    padding-top: 10px;
  }
  .s2__content-flag br {
    display: block;
  }
}

@media (max-width: 413px) {
  .s2__content-flag {
    font-size: 1.063rem;
  }
}

@media (max-width: 320px) {
  .s2__content-flag {
    font-size: 1rem;
    width: 57%;
    height: 70px;
  }
}

.s2__content-flag .highlight {
  color: #fff88e;
}

.s2__content-flag::before {
  content: " ";
  background: url("../images/s2/flag_01.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 66px;
  height: 73px;
  display: block;
  position: absolute;
  left: -66px;
  top: 0;
}

@media (max-width: 767px) {
  .s2__content-flag::before {
    background-size: contain;
    width: 78px;
    height: 60px;
  }
}

@media (max-width: 480px) {
  .s2__content-flag::before {
    background: url("../images/s2/flag_01-sm.png") no-repeat;
    background-size: contain;
    height: 84px;
    width: 65px;
    left: -65px;
  }
}

@media (max-width: 320px) {
  .s2__content-flag::before {
    height: 70px;
    width: 55px;
    left: -54px;
  }
}

.s2__content-flag::after {
  content: " ";
  background: url("../images/s2/flag_03.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 67px;
  height: 73px;
  display: block;
  position: absolute;
  right: -67px;
  top: 0;
}

@media (max-width: 767px) {
  .s2__content-flag::after {
    background-size: contain;
    width: 79px;
    height: 60px;
  }
}

@media (max-width: 480px) {
  .s2__content-flag::after {
    background: url("../images/s2/flag_03-sm.png") no-repeat;
    background-size: contain;
    height: 84px;
    width: 65px;
    right: -65px;
  }
}

@media (max-width: 320px) {
  .s2__content-flag::after {
    height: 70px;
    width: 55px;
    right: -54px;
  }
}

.s2__block {
  padding-left: 190px;
  padding-right: 190px;
}

@media (max-width: 1199px) {
  .s2__block {
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media (max-width: 767px) {
  .s2__block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.s2__block-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px dashed #fde3bc;
  padding-top: 15px;
  padding-bottom: 15px;
}

.s2__block-item:last-child {
  border: 0;
}

@media (max-width: 413px) {
  .s2__block-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.s2__block-left {
  width: 300px;
}

@media (max-width: 1199px) {
  .s2__block-left {
    width: 260px;
  }
}

@media (max-width: 991px) {
  .s2__block-left {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .s2__block-left {
    width: 160px;
  }
}

@media (max-width: 413px) {
  .s2__block-left {
    width: 140px;
    margin-bottom: 10px;
  }
}

.s2__block-right {
  width: calc(100% - 300px);
  padding-left: 58px;
  font-size: 2rem;
  font-weight: 500;
  color: #444444;
}

@media (max-width: 1199px) {
  .s2__block-right {
    font-size: 1.75rem;
    width: calc(100% - 260px);
  }
}

@media (max-width: 991px) {
  .s2__block-right {
    width: calc(100% - 200px);
    font-size: 1.5rem;
    padding-left: 16px;
  }
}

@media (max-width: 767px) {
  .s2__block-right {
    width: calc(100% - 160px);
    font-size: 1.25rem;
  }
}

@media (max-width: 413px) {
  .s2__block-right {
    width: 100%;
    font-size: 1.063rem;
  }
}

.s2__block-right .highlight {
  font-size: 3rem;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .s2__block-right .highlight {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .s2__block-right .highlight {
    font-size: 2.25rem;
  }
}

@media (max-width: 413px) {
  .s2__block-right .highlight {
    font-size: 1.875rem;
  }
}

.s2__text {
  font-size: 1.625rem;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 2px dashed #ffd978;
  width: 330px;
}

.s2__text:first-child {
  padding-top: 0;
  border-top: none;
}

.s2__text:last-child {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .s2__text {
    font-size: 1.375rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .s2__text {
    font-size: 1.25rem;
    width: 270px;
  }
}

@media (max-width: 374px) {
  .s2__text {
    font-size: 1.125rem;
    width: 100%;
  }
}

.s2__text--lg {
  font-size: 1.15384em;
}

.s4 {
  background: url("../images/s5/s5-bg.jpg");
  background-position: center top;
  background-size: auto;
  background-repeat: repeat;
  padding-top: 65px;
  padding-bottom: 30px;
  line-height: 1;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .s4 {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .s4 {
    padding-top: 40px;
  }
}

@media (max-width: 480px) {
  .s4 {
    padding-top: 15px;
  }
}

.s4__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-top: 70px;
  position: relative;
  overflow: hidden;
  border-radius: 62px;
  background-color: #ffffff;
  border: 8px solid #fbe2ac;
  padding-top: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 991px) {
  .s4__block {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .s4__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px;
    border-radius: 32px;
  }
}

@media (max-width: 480px) {
  .s4__block {
    margin-top: 30px;
    padding-top: 20px;
  }
}

@media (max-width: 1199px) {
  .s4__block-left {
    width: 400px;
  }
}

@media (max-width: 991px) {
  .s4__block-left {
    width: 350px;
  }
}

@media (max-width: 767px) {
  .s4__block-left {
    width: 100%;
  }
  .s4__block-left img {
    width: 300px;
  }
}

@media (max-width: 480px) {
  .s4__block-left img {
    width: 250px;
  }
}

.s4__block-right {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 50px;
}

@media (max-width: 1199px) {
  .s4__block-right {
    width: calc( 100% - 400px);
  }
}

@media (max-width: 991px) {
  .s4__block-right {
    width: calc( 100% - 350px);
  }
}

@media (max-width: 767px) {
  .s4__block-right {
    width: 100%;
    text-align: center;
  }
  .s4__block-right img {
    width: 330px;
  }
}

@media (max-width: 480px) {
  .s4__block-right {
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.s4__subtitle {
  font-size: 2.25rem;
  color: #444444;
  letter-spacing: 2px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .s4__subtitle {
    font-size: 1.875rem;
  }
}

@media (max-width: 480px) {
  .s4__subtitle {
    font-size: 1.5rem;
  }
}

.s4__list {
  font-size: 2rem;
  color: #444444;
  padding-left: 0;
}

@media (max-width: 1199px) {
  .s4__list {
    font-size: 1.625rem;
  }
}

@media (max-width: 991px) {
  .s4__list {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .s4__list {
    display: inline-block;
    margin-top: 35px;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .s4__list {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
}

.s4__list li {
  position: relative;
  padding-left: 40px;
  list-style-type: none;
  text-align: left;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .s4__list li {
    padding-left: 22px;
  }
}

.s4__list li::before {
  content: " ";
  width: 12px;
  height: 32px;
  background-color: #6bbf9b;
  top: 0;
  left: 0;
  display: block;
  border-radius: 20px;
  position: absolute;
}

@media (max-width: 991px) {
  .s4__list li::before {
    width: 10px;
    height: 25px;
  }
}

.s4__tips {
  font-size: 1.125rem;
  line-height: 1.4;
  text-align: center;
  color: #464749;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .s4__tips {
    font-size: 1rem;
    margin-top: 20px;
  }
}

.s4__tips a {
  color: #464749;
}

.s5 {
  background: url("../images/s5/s5-bg.jpg");
  background-position: center top;
  background-size: auto;
  background-repeat: repeat;
  padding-top: 110px;
  padding-bottom: 30px;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.s5__text {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.625rem;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
  padding-top: 25px;
}

@media (max-width: 991px) {
  .s5__text {
    font-size: 1.375rem;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .s5__text {
    font-size: 1.25rem;
    text-align: center;
  }
}

@media (max-width: 374px) {
  .s5__text {
    font-size: 1.125rem;
  }
}

.s5__content {
  border: 4px solid #fef9e3;
  width: 100%;
  padding: 50px 68px 50px;
  border-radius: 60px;
  position: relative;
}

@media (max-width: 1199px) {
  .s5__content {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 991px) {
  .s5__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 480px) {
  .s5__content {
    border-radius: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.s5__wrap {
  background: #fff;
  position: relative;
  margin-top: 50px;
  border-radius: 62px;
  padding: 8px;
}

@media (max-width: 767px) {
  .s5__wrap {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .s5__wrap {
    border-radius: 32px;
  }
}

.s5__wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 67px;
  position: absolute;
  bottom: -67px;
  left: 0;
  background: url("../images/s5/s5-wrap-bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media (max-width: 767px) {
  .s5__wrap::after {
    opacity: 0.6;
  }
}

.s5__compare {
  border-radius: 8px;
  padding: 50px 65px 30px;
  margin-top: 40px;
  border: 1px solid #fac5bb;
}

@media (max-width: 1199px) {
  .s5__compare {
    padding: 50px 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991px) {
  .s5__compare {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .s5__compare {
    padding: 30px 20px 20px 15px;
    margin-top: 10px;
  }
}

.s5__compare-text {
  text-align: left;
  font-size: 1.25rem;
  color: #333333;
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.025em;
}

@media (max-width: 767px) {
  .s5__compare-text {
    font-size: 1.125rem;
  }
}

@media (max-width: 480px) {
  .s5__compare-text {
    font-size: 0.875rem;
    padding-left: 10px;
    letter-spacing: 0.02em;
  }
}

.s5__compare-text::before {
  content: "";
  display: block;
  width: 5px;
  height: 20px;
  background: #fac5bb;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 480px) {
  .s5__compare-text::before {
    width: 4px;
    height: 14px;
  }
}

.s5__compare-block {
  width: 908px;
  margin-top: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1199px) {
  .s5__compare-block {
    width: 740px;
  }
}

@media (max-width: 991px) {
  .s5__compare-block {
    width: 590px;
  }
}

@media (max-width: 767px) {
  .s5__compare-block {
    width: 100%;
    margin-top: 20px;
  }
}

.s5__th {
  width: 150px;
  padding-top: 10px;
}

@media (max-width: 1199px) {
  .s5__th {
    width: 140px;
  }
}

@media (max-width: 991px) {
  .s5__th {
    width: 160px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .s5__th {
    width: 130px;
    padding-right: 10px;
  }
}

@media (max-width: 480px) {
  .s5__th {
    width: 110px;
    padding-right: 10px;
  }
}

@media (max-width: 374px) {
  .s5__th {
    width: 100px;
  }
}

.s5__th .s5__box {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  background: transparent;
}

@media (max-width: 991px) {
  .s5__th .s5__table td::before {
    left: 0;
  }
}

@media (max-width: 767px) {
  .s5__th .s5__table td::before {
    width: calc(100% - 10px);
  }
}

.s5__th .s5__table tr:nth-child(2) td::before {
  display: block;
  width: 100%;
}

@media (max-width: 991px) {
  .s5__th .s5__table tr:nth-child(2) td::before {
    width: calc(100% - 20px);
  }
}

@media (max-width: 767px) {
  .s5__th .s5__table tr:nth-child(2) td::before {
    width: calc(100% - 10px);
  }
}

.s5__th .s5__table-title {
  width: 100%;
  text-align: left;
  color: #333333;
  background: transparent;
  font-weight: 700;
}

@media (max-width: 480px) {
  .s5__th .s5__table-title {
    font-size: 0.875rem;
  }
}

.s5__block {
  width: 764px;
}

@media (min-width: 992px) {
  .s5__block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (max-width: 1199px) {
  .s5__block {
    width: 600px;
  }
}

@media (max-width: 991px) {
  .s5__block {
    width: calc(100% - 160px);
  }
}

@media (max-width: 767px) {
  .s5__block {
    width: calc(100% - 130px);
  }
}

@media (max-width: 480px) {
  .s5__block {
    width: calc(100% - 120px);
  }
}

@media (max-width: 374px) {
  .s5__block {
    width: calc(100% - 100px);
  }
}

.s5__item {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 182px;
}

@media (max-width: 1199px) {
  .s5__item {
    width: 142px;
  }
}

@media (max-width: 991px) {
  .s5__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 480px) {
  .s5__item {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.s5__item:first-child {
  width: 205px;
}

@media (max-width: 1199px) {
  .s5__item:first-child {
    width: 170px;
  }
}

.s5__item:last-child .s5__box {
  margin-right: 0;
}

.s5__box {
  background: #fff;
  border-radius: 11px;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .s5__box {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .s5__box {
    margin-left: 0;
    margin-right: 0;
  }
}

.s5__box.purple {
  border: 1px solid #5c77dd;
}

.s5__box.darkblue {
  border: 1px solid #365fb4;
}

.s5__box.lightblue {
  border: 1px solid #559ffa;
}

.s5__box.lg {
  margin: 0 4px 0 10px;
  border: 1px solid #2999d3;
}

@media (max-width: 991px) {
  .s5__box.lg {
    margin-left: 4px;
  }
}

@media (min-width: 992px) {
  .s5__box.lg .s5__table tr:first-child td {
    vertical-align: top;
    height: 75px;
  }
  .s5__box.lg .s5__table tr:last-child td {
    height: 75px;
    padding-bottom: 15px;
  }
  .s5__box.lg .s5__table tr td::before {
    width: calc(100% + 12px);
    left: -10px;
  }
}

.s5__box.lg .s5__table-title {
  height: 64px;
}

@media (max-width: 991px) {
  .s5__box.lg .s5__table-title {
    height: 60px;
  }
}

@media (max-width: 480px) {
  .s5__box.lg .s5__table-title {
    height: 46px;
  }
}

.s5__box.lg .s5__table-text {
  font-weight: 700;
}

.s5__table {
  width: 100%;
}

.s5__table.blue .s5__table-title {
  background: #479fd1;
}

.s5__table.blue .highlight {
  color: #479fd1;
}

.s5__table.purple .s5__table-title {
  background: #5c77dd;
}

.s5__table.purple .highlight {
  color: #5c77dd;
}

.s5__table.darkblue .s5__table-title {
  background: #365fb4;
}

.s5__table.darkblue .highlight {
  color: #365fb4;
}

.s5__table.lightblue .s5__table-title {
  background: #559ffa;
}

.s5__table.lightblue .highlight {
  color: #559ffa;
}

.s5__table-tr {
  position: relative;
}

.s5__table-tr:first-child td::before, .s5__table-tr:nth-child(2) td::before {
  display: none;
}

.s5__table-td {
  height: 60px;
  vertical-align: middle;
  text-align: center;
  font-size: 1.25rem;
  color: #333333;
  padding: 0;
  margin: 0;
  position: relative;
}

@media (max-width: 991px) {
  .s5__table-td {
    font-size: 1.125rem;
  }
}

@media (max-width: 480px) {
  .s5__table-td {
    font-size: 0.9375rem;
    height: 46px;
  }
}

.s5__table-td::before {
  content: "";
  display: block;
  width: calc(100% + 12px);
  height: 2px;
  background: rgba(148, 148, 148, 0.1);
  position: absolute;
  top: -1px;
  left: -8px;
  z-index: 1;
}

@media (max-width: 991px) {
  .s5__table-td::before {
    width: 70%;
    left: 15%;
  }
}

.s5__table-title {
  width: 80%;
  height: 100%;
  line-height: 60px;
  font-weight: 700;
  margin: 0 auto;
  color: #fff;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  margin-top: -3px;
}

@media (max-width: 480px) {
  .s5__table-title {
    line-height: 46px;
  }
}

.faq {
  background: url("../images/s5/s5-bg.jpg");
  background-position: center top;
  background-size: auto;
  background-repeat: repeat;
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 180px;
}

@media (max-width: 767px) {
  .faq {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}

.faq::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/winners/bg-top.png");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 199px;
}

@media (max-width: 991px) {
  .faq::after {
    background-size: 100%;
    height: 10.1vw;
  }
}

.faq__block {
  width: 1130px;
  margin: 40px auto 0;
  counter-reset: list;
}

@media (max-width: 1199px) {
  .faq__block {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .faq__block {
    margin-top: 30px;
  }
}

.faq__item {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#ffde9e), to(#fbf5ac));
  background: linear-gradient(to right, #ffde9e 0%, #fbf5ac 100%);
  margin-top: 24px;
  border-radius: 16px;
}

@media (max-width: 767px) {
  .faq__item {
    padding: 0 4px 4px;
  }
}

.faq__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 32px;
  background: url("../images/faq/faq-item-bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  bottom: -32px;
  left: 0;
}

.faq__item:first-child {
  margin-top: 0;
}

.faq__head {
  font-size: 1.5rem;
  font-weight: 700;
  color: #d75831;
  letter-spacing: 0.025em;
  display: block;
  padding: 30px 25px 20px 100px;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}

@media (max-width: 991px) {
  .faq__head {
    font-size: 1.5rem;
    padding-left: 90px;
  }
}

@media (max-width: 767px) {
  .faq__head {
    font-size: 1.125rem;
    padding-left: 55px;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-right: 15px;
  }
}

.faq__head::before {
  content: "Q";
  display: inline-block;
  font-family: 'Aria', sans-serif;
  color: #f98958;
  border-radius: 10em;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: #fff;
  position: absolute;
  left: 30px;
  top: 20px;
}

@media (max-width: 991px) {
  .faq__head::before {
    left: 25px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .faq__head::before {
    font-size: 1.75rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 9px;
  }
}

.faq__head--no::before {
  content: counter(list) ".";
  counter-increment: list;
}

.faq__body {
  font-size: 1.25rem;
  color: #333333;
  line-height: 1.5;
  background: #fff;
  padding-top: 35px;
  padding-left: 100px;
  padding-bottom: 30px;
  padding-right: 15px;
  letter-spacing: 0.025em;
  position: relative;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

@media (max-width: 991px) {
  .faq__body {
    font-size: 1.125rem;
    padding-left: 90px;
  }
}

@media (max-width: 767px) {
  .faq__body {
    font-size: 1rem;
    padding-top: 30px;
    padding-left: 50px;
    border-width: 4px;
  }
}

.faq__body::before {
  content: "A";
  display: inline-block;
  font-family: 'Aria', sans-serif;
  color: #ffffff;
  border-radius: 10em;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: #f98958;
  position: absolute;
  left: 30px;
  top: 20px;
}

@media (max-width: 991px) {
  .faq__body::before {
    left: 25px;
  }
}

@media (max-width: 767px) {
  .faq__body::before {
    font-size: 1.75rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 5px;
  }
}

.faq__list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .faq__list {
    margin-top: 10px;
  }
}

.faq__list li {
  padding-left: 30px;
  margin-left: 0;
  position: relative;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .faq__list li {
    padding-left: 15px;
    margin-top: 5px;
  }
}

.faq__list li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 10em;
  position: absolute;
  top: 8px;
  left: 0;
}

@media (max-width: 767px) {
  .faq__list li::before {
    width: 10px;
    height: 10px;
  }
}

.faq__list--dot li:first-child {
  margin-top: 0;
}

.faq__list--dot li:first-child::before {
  background: #588866;
}

.faq__list--dot li:nth-child(2)::before {
  background: #ff975f;
}

.faq__list--dot li:nth-child(3)::before {
  background: #ff795f;
}

.faq__list--arrow li::before {
  content: "";
  display: block;
  background: url("../images/faq/faq-arrow-icon.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 16px;
  height: 20px;
  top: 4px;
  border-radius: 0;
}

@media (max-width: 767px) {
  .faq__list--arrow li::before {
    width: 8px;
    height: 10px;
    top: 10px;
  }
}

.winners {
  background: url("../images/winners/bg.png") #ffffff;
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 40px;
  position: relative;
}

@media (max-width: 991px) {
  .winners {
    background-size: contain;
  }
}

@media (max-width: 480px) {
  .winners {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}

.winners .tab::after {
  content: "";
  display: block;
  width: 100%;
  height: 66px;
  background: url("../images/winners/winners-tab-bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media (max-width: 767px) {
  .winners .tab::after {
    height: 46px;
  }
}

.fixed {
  position: fixed;
  bottom: 22vh;
  right: 0;
  z-index: 999;
  display: block;
  width: 140px;
  height: 205px;
  background: url("../images/fixed-icon.png");
  background-position: left top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 5;
  -webkit-animation: ani-fixed 1s ease infinite;
          animation: ani-fixed 1s ease infinite;
  text-indent: -9999px;
}

@media (min-width: 991px) and (max-height: 700px) {
  .fixed {
    bottom: 24vh;
  }
}

@media (min-width: 991px) and (max-height: 600px) {
  .fixed {
    bottom: 150px;
  }
}

@media (max-width: 991px) {
  .fixed {
    bottom: 150px;
  }
}

@media (max-width: 767px) {
  .fixed {
    width: 100%;
    height: auto;
    bottom: 0;
    padding: 10px 0;
    border-radius: 0;
    text-indent: 0;
    -webkit-animation: none;
            animation: none;
    color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f9653d), to(#fa7951));
    background: linear-gradient(to bottom, #f9653d 0%, #fa7951 100%);
    font-size: 1.5rem;
    font-weight: 700;
  }
  .fixed::before {
    content: " ";
    background: url("../images/fixed-icon-sm.png");
    background-position: left top;
    background-size: 100% auto;
    width: 75px;
    height: 75px;
    position: absolute;
    top: -15px;
    left: 20%;
    -webkit-animation: ani-fixed 1s ease infinite;
            animation: ani-fixed 1s ease infinite;
  }
}

.fixed__block {
  position: relative;
}

@media (max-width: 767px) {
  .fixed__block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-left: 2%;
  }
}

@media (max-width: 575px) {
  .fixed__block {
    padding-left: 5%;
  }
}

@-webkit-keyframes ani-kv-dot {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes ani-kv-dot {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes ani-fixed {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes ani-fixed {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes ani-s1-gift {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-60px, -105px);
            transform: translate(-60px, -105px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes ani-s1-gift {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-60px, -105px);
            transform: translate(-60px, -105px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes ani-s1-gift-sm {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-20px, -30px);
            transform: translate(-20px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes ani-s1-gift-sm {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-20px, -30px);
            transform: translate(-20px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes ani-s4 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes ani-s4 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
