@charset "UTF-8";
.col_bk {
  color: #000000;
}

.col_wh {
  color: #ffffff;
}

.col_gy {
  color: #D9D9D9;
}

.col_gy2 {
  color: #E3E3E3;
}

.col_bl {
  color: #657A92;
}

.col_red {
  color: #FF0000;
}

.f-jp {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.f-en {
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
}

.f-barcode {
  font-family: "Libre Barcode 39 Extended", system-ui;
  font-weight: 400;
  font-style: normal;
}

.font-10 {
  font-size: 10px;
}

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-17 {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.font-19 {
  font-size: 19px;
}

.font-20 {
  font-size: 20px;
}

.font-21 {
  font-size: 21px;
}

.font-22 {
  font-size: 22px;
}

.font-23 {
  font-size: 23px;
}

.font-24 {
  font-size: 24px;
}

.font-25 {
  font-size: 25px;
}

.font-26 {
  font-size: 26px;
}

.font-27 {
  font-size: 27px;
}

.font-28 {
  font-size: 28px;
}

.font-29 {
  font-size: 29px;
}

.font-30 {
  font-size: 30px;
}

.font-31 {
  font-size: 31px;
}

.font-32 {
  font-size: 32px;
}

.font-33 {
  font-size: 33px;
}

.font-34 {
  font-size: 34px;
}

.font-35 {
  font-size: 35px;
}

.font-36 {
  font-size: 36px;
}

.font-37 {
  font-size: 37px;
}

.font-38 {
  font-size: 38px;
}

.font-39 {
  font-size: 39px;
}

.font-40 {
  font-size: 40px;
}

.font-41 {
  font-size: 41px;
}

.font-42 {
  font-size: 42px;
}

.font-43 {
  font-size: 43px;
}

.font-44 {
  font-size: 44px;
}

.font-45 {
  font-size: 45px;
}

.font-46 {
  font-size: 46px;
}

.font-47 {
  font-size: 47px;
}

.font-48 {
  font-size: 48px;
}

.font-49 {
  font-size: 49px;
}

.font-50 {
  font-size: 50px;
}

input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

button {
  background: none;
  border: none;
}

input[type=submit] {
  -webkit-appearance: none;
}

input[type=radio] {
  border-radius: 100vw;
}

#hm_upper_msg {
  font-size: 12px;
  padding: 20px 0;
  margin-bottom: 20px;
  color: #3a3a3a;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.hm_comment {
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}

.required {
  background-color: #FF0000;
  font-size: 14px;
  display: inline-block;
}

.inputform {
  width: 100%;
}
.inputform > tbody > tr {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .inputform > tbody > tr {
    display: block;
    padding: 20px 0;
    border-bottom: dotted 1px #ffffff;
    margin-bottom: 0;
  }
  .inputform > tbody > tr:last-child, .inputform > tbody > tr:nth-child(4) {
    border: none;
    padding: 10px 0;
  }
  .inputform > tbody > tr:nth-child(5) {
    border-top: dotted 1px #ffffff;
  }
}

.column, .data {
  vertical-align: top;
  padding: 14px 0;
  border-bottom: dotted 1px #ffffff;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .column, .data {
    display: block;
    border: none;
    padding: 0;
    margin: 0;
  }
}

.column {
  width: 40%;
  padding-right: 8px;
}
@media screen and (max-width: 768px) {
  .column {
    width: 100%;
  }
}

.data {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .data {
    width: 100%;
  }
  .data table {
    width: 100%;
  }
  .data table tbody {
    width: 100%;
  }
  .data table tbody tr {
    display: inline-block;
    margin-right: 5px;
    padding: 0;
  }
}
.data pre {
  word-break: break-all;
  width: 100%;
  font-family: inherit;
  margin: 0;
  word-wrap: break-word;
  white-space: initial;
}

.submit {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .submit {
    width: 100%;
    display: block;
  }
}

.hm_submit_btn {
  display: block;
  margin: auto;
}

.backBtn {
  display: block;
  margin: auto;
}

.hm_title {
  padding: 10px 20px;
  background-color: #ffffff;
  color: #000000;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .hm_title {
    border-radius: 10px;
  }
}

form {
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 14px;
}
form .form-control {
  border: solid 1px #000000;
}
form .custom-control-label::before {
  background-color: #000000;
}
form .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #000000;
}
form p {
  margin: 0.8em 0;
}
form legend {
  font-size: 14px;
  margin-bottom: 0.8em;
}
form input[type=text],
form input[type=password],
form input[type=email],
form input[type=tel] {
  border-radius: 0;
  max-width: 100%;
  display: block;
  width: 100%;
  padding: 0.6944444444vw;
  font-size: 1.1111111111vw;
  background: rgba(255, 255, 255, 0.6);
  border: solid 1px #D9D9D9;
  box-sizing: border-box;
  border-radius: 6px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  form input[type=text],
  form input[type=password],
  form input[type=email],
  form input[type=tel] {
    font-size: 4.0712468193vw;
    padding: 2.5445292621vw;
    max-width: 100%;
  }
}
form input[type=text]:-internal-autofill-selected,
form input[type=password]:-internal-autofill-selected,
form input[type=email]:-internal-autofill-selected,
form input[type=tel]:-internal-autofill-selected {
  background: rgba(255, 255, 255, 0.6);
}
form textarea {
  padding: 0.3472222222vw;
  border: none;
  border-radius: 0;
  width: 100%;
  height: 20.8333333333vw;
  max-width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
  border: solid 1px #D9D9D9;
  box-sizing: border-box;
  border-radius: 6px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  form textarea {
    height: 38.1679389313vw;
    padding: 1.272264631vw;
  }
}
form input[type=file] {
  border: none;
}
form select {
  -webkit-appearance: none;
  padding: 0.6944444444vw;
  min-width: 6.25vw;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  position: relative;
  border: solid 1px #D9D9D9;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  form select {
    padding: 2.5445292621vw;
    min-width: 22.9007633588vw;
  }
}
form .select-wrap {
  position: relative;
  display: inline-block;
}
form .select-wrap:after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "▼";
  font-size: 10px;
  color: #424242;
  pointer-events: none;
}

.birthday select {
  opacity: 1;
  color: #000000;
}

#backForm {
  padding-top: 0;
  margin-top: -20px;
  margin-bottom: 20px;
}

.btn-bl, input[type=submit], .hm_page_move_link {
  transition: all 0.3s;
  background-color: #ffffff;
  color: #000000;
  width: 240px;
  padding: 14px 20px;
  box-sizing: border-box;
  display: block;
  margin: 0 auto 10px;
  border-radius: 100vw;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
}
.btn-bl:hover, input[type=submit]:hover, .hm_page_move_link:hover {
  background-color: #000000;
  color: #ffffff;
}

.backBtn {
  background-color: #D9D9D9;
  color: #ffffff;
  border: solid 1px #D5D5D5;
  width: 240px;
  padding: 14px 20px;
  box-sizing: border-box;
  display: block;
  margin: 0 auto 10px;
  border-radius: 100vw;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
}
.backBtn:hover {
  background-color: #ccc;
  color: #ffffff;
}

.magazine__form {
  color: #000000;
}
.magazine__form .form {
  padding: 50px 0;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}
.magazine__form .form .inner {
  max-width: 750px;
}
.magazine__form #hm_comment_39 {
  display: none;
}

.inquiry .under__wrap {
  border-radius: 10px;
}
.inquiry .remodal a {
  color: #000000;
  text-decoration: underline;
}

.form-confirm label {
  display: block;
  padding: 0.3472222222vw 0.6944444444vw;
  background-color: #000000;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .form-confirm label {
    padding: 2.5445292621vw;
  }
}

.form-wrap {
  max-width: 47.2222222222vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .form-wrap {
    max-width: 100%;
  }
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.require {
  font-size: 0.6944444444vw;
  display: inline-block;
  vertical-align: middle;
  background: #FF0000;
  color: #ffffff;
  padding: 0.2777777778vw 0.5555555556vw;
  line-height: 1;
  border-radius: 1.3888888889vw;
  margin-right: 0.3472222222vw;
  margin-bottom: 0.2083333333vw;
}
@media screen and (max-width: 768px) {
  .require {
    font-size: 2.5445292621vw;
    border-radius: 5.0890585242vw;
    margin-right: 1.272264631vw;
    margin-bottom: 0.7633587786vw;
    padding: 1.0178117048vw 2.0356234097vw;
  }
}

.confirm_check dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: solid 1px #D9D9D9;
  gap: 1em;
  padding: 0.5em 0;
}
@media screen and (max-width: 768px) {
  .confirm_check dl {
    flex-direction: column;
    gap: 0;
  }
}
.confirm_check dl dt {
  width: 12em;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #D9D9D9;
}
@media screen and (max-width: 768px) {
  .confirm_check dl dt {
    width: 100%;
  }
}
.confirm_check dl dd {
  margin: 0;
  padding: 0;
  flex: 1;
  text-align: left;
  font-weight: 700;
}

.confirm_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .confirm_buttons {
    flex-direction: column-reverse;
  }
}

.birthday .mb-10 {
  margin-bottom: 0.8em !important;
  display: block;
}

.tot__contactform .require {
  margin-bottom: 5px;
}
.tot__contactform .content__detail h5 {
  text-align: center;
}

.mypage__profile .birthday {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mypage__profile .birthday .birth-y, .mypage__profile .birthday .birth-m, .mypage__profile .birthday .birth-d {
    display: inline-block;
    width: auto;
  }
  .mypage__profile .birthday .birth-y select, .mypage__profile .birthday .birth-m select, .mypage__profile .birthday .birth-d select {
    min-width: 80px;
  }
}

.mypage__history .table {
  width: 100%;
}

.birthday {
  margin-bottom: 10px;
}

.tot__news--list-item {
  border-bottom: 1px solid #D9D9D9;
}
.tot__news--list-item:first-of-type {
  border-top: 1px solid #D9D9D9;
}
.tot__news--list-item a {
  padding: 2.2916666667vw 2.0833333333vw;
  display: block;
}
.tot__news--list-item a:hover {
  color: #7B76B0;
}
@media screen and (max-width: 768px) {
  .tot__news--list-item a {
    padding: 5.0890585242vw 0;
  }
}
.tot__news--list-item a .state {
  display: flex;
  gap: 2.0833333333vw;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .tot__news--list-item a .state {
    display: block;
  }
}
.tot__news--list-item a .state .news-text {
  font-size: 1.0416666667vw;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .tot__news--list-item a .state .news-text {
    font-size: 3.8167938931vw;
  }
}
.tot__news--list-item a .state .tag-day {
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .tot__news--list-item a .state .tag-day {
    font-size: 4.0712468193vw;
  }
}
.tot__movie__list, .tot__fcmovie__list {
  display: flex;
  width: 100%;
  gap: 2.7777777778vw;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .tot__movie__list, .tot__fcmovie__list {
    gap: 5.0890585242vw;
  }
}
.tot__movie__list-item, .tot__fcmovie__list-item {
  width: calc(50% - 1.3888888889vw);
}
@media screen and (max-width: 768px) {
  .tot__movie__list-item, .tot__fcmovie__list-item {
    width: 100%;
  }
}
.tot__movie__list-item .thumb, .tot__fcmovie__list-item .thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
  line-height: 1;
}
.tot__movie__list-item .thumb img, .tot__fcmovie__list-item .thumb img {
  width: 100%;
  transition: filter 0.3s ease;
}
.tot__movie__list-item .thumb::before, .tot__fcmovie__list-item .thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9.7222222222vw;
  height: 9.7222222222vw;
  background: url("../img/ico_play.png") no-repeat center center/contain;
  z-index: 2;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .tot__movie__list-item .thumb::before, .tot__fcmovie__list-item .thumb::before {
    width: 25.4452926209vw;
    height: 25.4452926209vw;
  }
}
.tot__movie__info, .tot__fcmovie__info {
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .tot__movie__info, .tot__fcmovie__info {
    margin-top: 2.5445292621vw;
  }
}
.tot__movie__info-date, .tot__fcmovie__info-date {
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .tot__movie__info-date, .tot__fcmovie__info-date {
    font-size: 3.5623409669vw;
  }
}
.tot__movie__info-ttl, .tot__fcmovie__info-ttl {
  font-size: 1.0416666667vw;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .tot__movie__info-ttl, .tot__fcmovie__info-ttl {
    font-size: 3.0534351145vw;
    margin-top: 0.7633587786vw;
  }
}
.tot__discography__list {
  display: flex;
  width: 100%;
  gap: 2.0833333333vw;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .tot__discography__list {
    gap: 5.0890585242vw;
  }
}
.tot__discography__list-item {
  border-bottom: none;
  width: calc((100% - 4.1666666667vw) / 3);
}
@media screen and (max-width: 768px) {
  .tot__discography__list-item {
    width: calc((100% - 5.0890585242vw) / 2);
  }
}
.tot__discography__list-item a {
  display: block;
  width: 100%;
}
.tot__discography__list-item a:hover {
  opacity: 1;
}
.tot__discography__list-item a:hover .disco__thum img {
  transform: scale(1.1);
}
.tot__discography__list-item a .disco__thum {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%;
}
.tot__discography__list-item a .disco__thum img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.tot__discography__info {
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .tot__discography__info {
    margin-top: 2.5445292621vw;
  }
}
.tot__discography__info-ttl {
  font-size: 1.7361111111vw;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .tot__discography__info-ttl {
    font-size: 3.5623409669vw;
    margin-top: 0.7633587786vw;
  }
}
.tot__discography__info-date {
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.0416666667vw;
  margin-top: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  .tot__discography__info-date {
    font-size: 3.3078880407vw;
    margin-top: 1.272264631vw;
  }
}
.tot__discography__info-cat {
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 999px;
  font-size: 0.9722222222vw;
  padding: 0.1388888889vw 0.5555555556vw;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .tot__discography__info-cat {
    font-size: 3.0534351145vw;
    padding: 0.5089058524vw 1.272264631vw;
  }
}
.tot__discography__info-single .tot__discography__info-cat {
  font-size: 0.9722222222vw;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  margin-bottom: 0.6944444444vw;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .tot__discography__info-single .tot__discography__info-cat {
    font-size: 3.0534351145vw;
    margin-bottom: 2.5445292621vw;
  }
}
.tot__discography__info-single .ttl {
  font-size: 2.7777777778vw;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  .tot__discography__info-single .ttl {
    font-size: 5.5979643766vw;
    margin-bottom: 1.272264631vw;
  }
}
.tot__discography__info-single .tag-day {
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .tot__discography__info-single .tag-day {
    font-size: 3.0534351145vw;
  }
}
.tot__discography__info-content {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .tot__discography__info-content {
    margin-top: 5.0890585242vw;
  }
}
.tot__discography__info-content ol {
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  .tot__discography__info-content ol {
    font-size: 4.0712468193vw;
  }
}
.tot__discography__info-content .listening-btn {
  margin-top: 2.5vw;
}
@media screen and (max-width: 768px) {
  .tot__discography__info-content .listening-btn {
    margin-top: 5.0890585242vw;
  }
}
.tot__discography .tot__under__content--detail {
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tot__discography .tot__under__content--detail {
    display: block;
  }
}
.tot__discography .tot__under__content--detail .thum {
  display: inline-block;
  width: 24.3055555556vw;
  margin-right: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .tot__discography .tot__under__content--detail .thum {
    display: block;
    margin: 0 auto 5.0890585242vw;
    width: 100%;
  }
}
.tot__discography .tot__under__content--detail .thum img {
  width: 100%;
}
.tot__discography .tot__under__content--detail .detail {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tot__discography .tot__under__content--detail .detail {
    display: block;
  }
}
.tot__photo__list {
  display: flex;
  width: 100%;
  gap: 2.0833333333vw;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .tot__photo__list {
    gap: 5.0890585242vw;
  }
}
.tot__photo__list-item {
  border-bottom: none;
  width: calc((100% - 2.0833333333vw * 2) / 3);
}
@media screen and (max-width: 768px) {
  .tot__photo__list-item {
    width: calc((100% - 5.0890585242vw) / 2);
  }
}
.tot__photo__list-item a {
  display: block;
  width: 100%;
}
.tot__photo__list-item a:hover {
  opacity: 1;
}
.tot__photo__list-item a:hover .tot__archive--imageThumbnail img {
  transform: scale(1.1);
}
.tot__photo__list-item a .tot__archive--imageThumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
}
.tot__photo__list-item a .tot__archive--imageThumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.tot__photo__info {
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .tot__photo__info {
    margin-top: 2.5445292621vw;
  }
}
.tot__photo__info-date {
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .tot__photo__info-date {
    font-size: 3.5623409669vw;
  }
}
.tot__photo__info-ttl {
  font-size: 1.0416666667vw;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .tot__photo__info-ttl {
    font-size: 3.0534351145vw;
    margin-top: 0.7633587786vw;
  }
}
.tot__photo__detail {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .tot__photo__detail {
    gap: 2.0356234097vw;
  }
}
.tot__photo__detail-item {
  width: calc((100% - 3.3333333333vw) / 4);
}
@media screen and (max-width: 768px) {
  .tot__photo__detail-item {
    width: calc((100% - 4.0712468193vw) / 3);
  }
}
.tot__photo__detail-item {
  font-size: 0;
  line-height: 0;
}
.tot__photo__detail-item img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100% !important;
}

body {
  position: relative;
  overflow-x: hidden;
  font-size: 0.9722222222vw;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0;
  color: #000000;
  background-color: #ffffff;
  background-size: 80px 80px;
  background-repeat: repeat;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.5623409669vw;
  }
}

* {
  box-sizing: border-box;
}

a {
  transition: all 0.3s;
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #7B76B0;
}
a:hover .tot__discography__info-cat,
a:hover .tot__info__cat {
  border: 1px solid #7B76B0;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure,
p {
  margin: 0;
  transition: all 0.3s;
}

img {
  max-width: 100%;
  height: auto;
}

a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover,
button:hover {
  cursor: pointer;
}

section {
  position: relative;
  overflow: hidden;
}

.pointer-none {
  pointer-events: none;
}

.tot__heading h2 {
  font-size: 4.1666666667vw;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .tot__heading h2 {
    font-size: 10.1781170483vw;
  }
}

.tot__inner {
  margin: 0 auto;
  padding: 0 1.1111111111vw;
  max-width: 83.3333333333vw;
}
@media screen and (max-width: 768px) {
  .tot__inner {
    max-width: 100%;
    padding: 0 22px;
  }
}

.under .kv {
  margin-top: 0 !important;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.inline-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .inline-sp {
    display: inline-block !important;
  }
}

.inline-pc {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .inline-pc {
    display: none !important;
  }
}

.note {
  font-size: 12px;
}

.blur img {
  filter: blur(0.5555555556vw);
}
@media screen and (max-width: 768px) {
  .blur img {
    filter: blur(2.0356234097vw);
  }
}

.text-align {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.weight-normal {
  font-weight: normal;
}

.weight-bold {
  font-weight: bold;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.nodata {
  font-size: 2.7777777778vw;
  text-align: center;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  margin: 2.0833333333vw auto 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .nodata {
    font-size: 8.1424936387vw;
    margin-top: 5.0890585242vw;
  }
}

.mt30 {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .mt30 {
    margin-top: 7.6335877863vw;
  }
}

.small-ttl {
  display: block;
  font-size: 70%;
}

.grecaptcha-badge {
  visibility: hidden;
  z-index: 99;
}

.alert {
  color: #FF0000;
}

.mt-20 {
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .mt-20 {
    margin-top: 5.0890585242vw;
  }
}

.mp-small {
  font-size: 10px;
  display: inline-block;
  color: #FF0000;
}

@media screen and (max-width: 768px) {
  small {
    display: inline-block;
  }
}

.zoom {
  overflow: hidden;
}
.zoom img {
  transition: transform 0.3s ease;
}
.zoom img:hover {
  transform: scale(1.05);
}

.p-10 {
  padding: 0.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .p-10 {
    padding: 2.5445292621vw !important;
  }
}

.pt-10 {
  padding-top: 0.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pt-10 {
    padding-top: 2.5445292621vw !important;
  }
}

.pb-10 {
  padding-bottom: 0.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pb-10 {
    padding-bottom: 2.5445292621vw !important;
  }
}

.pl-10 {
  padding-left: 0.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pl-10 {
    padding-left: 2.5445292621vw !important;
  }
}

.pr-10 {
  padding-right: 0.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pr-10 {
    padding-right: 2.5445292621vw !important;
  }
}

.px-10 {
  padding-left: 0.6944444444vw !important;
  padding-right: 0.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .px-10 {
    padding-left: 2.5445292621vw !important;
    padding-right: 2.5445292621vw !important;
  }
}

.py-10 {
  padding-top: 0.6944444444vw !important;
  padding-bottom: 0.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .py-10 {
    padding-top: 2.5445292621vw !important;
    padding-bottom: 2.5445292621vw !important;
  }
}

.m-10 {
  margin: 0.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .m-10 {
    margin: 2.5445292621vw !important;
  }
}

.mt-10 {
  margin-top: 0.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mt-10 {
    margin-top: 2.5445292621vw !important;
  }
}

.mb-10 {
  margin-bottom: 0.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mb-10 {
    margin-bottom: 2.5445292621vw !important;
  }
}

.ml-10 {
  margin-left: 0.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .ml-10 {
    margin-left: 2.5445292621vw !important;
  }
}

.mr-10 {
  margin-right: 0.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mr-10 {
    margin-right: 2.5445292621vw !important;
  }
}

.mx-10 {
  margin-left: 0.6944444444vw !important;
  margin-right: 0.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mx-10 {
    margin-left: 2.5445292621vw !important;
    margin-right: 2.5445292621vw !important;
  }
}

.my-10 {
  margin-top: 0.6944444444vw !important;
  margin-bottom: 0.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .my-10 {
    margin-top: 2.5445292621vw !important;
    margin-bottom: 2.5445292621vw !important;
  }
}

.p-20 {
  padding: 1.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .p-20 {
    padding: 5.0890585242vw !important;
  }
}

.pt-20 {
  padding-top: 1.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pt-20 {
    padding-top: 5.0890585242vw !important;
  }
}

.pb-20 {
  padding-bottom: 1.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pb-20 {
    padding-bottom: 5.0890585242vw !important;
  }
}

.pl-20 {
  padding-left: 1.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pl-20 {
    padding-left: 5.0890585242vw !important;
  }
}

.pr-20 {
  padding-right: 1.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pr-20 {
    padding-right: 5.0890585242vw !important;
  }
}

.px-20 {
  padding-left: 1.3888888889vw !important;
  padding-right: 1.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .px-20 {
    padding-left: 5.0890585242vw !important;
    padding-right: 5.0890585242vw !important;
  }
}

.py-20 {
  padding-top: 1.3888888889vw !important;
  padding-bottom: 1.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .py-20 {
    padding-top: 5.0890585242vw !important;
    padding-bottom: 5.0890585242vw !important;
  }
}

.m-20 {
  margin: 1.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .m-20 {
    margin: 5.0890585242vw !important;
  }
}

.mt-20 {
  margin-top: 1.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mt-20 {
    margin-top: 5.0890585242vw !important;
  }
}

.mb-20 {
  margin-bottom: 1.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mb-20 {
    margin-bottom: 5.0890585242vw !important;
  }
}

.ml-20 {
  margin-left: 1.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .ml-20 {
    margin-left: 5.0890585242vw !important;
  }
}

.mr-20 {
  margin-right: 1.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mr-20 {
    margin-right: 5.0890585242vw !important;
  }
}

.mx-20 {
  margin-left: 1.3888888889vw !important;
  margin-right: 1.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mx-20 {
    margin-left: 5.0890585242vw !important;
    margin-right: 5.0890585242vw !important;
  }
}

.my-20 {
  margin-top: 1.3888888889vw !important;
  margin-bottom: 1.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .my-20 {
    margin-top: 5.0890585242vw !important;
    margin-bottom: 5.0890585242vw !important;
  }
}

.p-30 {
  padding: 2.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .p-30 {
    padding: 7.6335877863vw !important;
  }
}

.pt-30 {
  padding-top: 2.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pt-30 {
    padding-top: 7.6335877863vw !important;
  }
}

.pb-30 {
  padding-bottom: 2.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pb-30 {
    padding-bottom: 7.6335877863vw !important;
  }
}

.pl-30 {
  padding-left: 2.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pl-30 {
    padding-left: 7.6335877863vw !important;
  }
}

.pr-30 {
  padding-right: 2.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pr-30 {
    padding-right: 7.6335877863vw !important;
  }
}

.px-30 {
  padding-left: 2.0833333333vw !important;
  padding-right: 2.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .px-30 {
    padding-left: 7.6335877863vw !important;
    padding-right: 7.6335877863vw !important;
  }
}

.py-30 {
  padding-top: 2.0833333333vw !important;
  padding-bottom: 2.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .py-30 {
    padding-top: 7.6335877863vw !important;
    padding-bottom: 7.6335877863vw !important;
  }
}

.m-30 {
  margin: 2.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .m-30 {
    margin: 7.6335877863vw !important;
  }
}

.mt-30 {
  margin-top: 2.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mt-30 {
    margin-top: 7.6335877863vw !important;
  }
}

.mb-30 {
  margin-bottom: 2.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mb-30 {
    margin-bottom: 7.6335877863vw !important;
  }
}

.ml-30 {
  margin-left: 2.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .ml-30 {
    margin-left: 7.6335877863vw !important;
  }
}

.mr-30 {
  margin-right: 2.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mr-30 {
    margin-right: 7.6335877863vw !important;
  }
}

.mx-30 {
  margin-left: 2.0833333333vw !important;
  margin-right: 2.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mx-30 {
    margin-left: 7.6335877863vw !important;
    margin-right: 7.6335877863vw !important;
  }
}

.my-30 {
  margin-top: 2.0833333333vw !important;
  margin-bottom: 2.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .my-30 {
    margin-top: 7.6335877863vw !important;
    margin-bottom: 7.6335877863vw !important;
  }
}

.p-40 {
  padding: 2.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .p-40 {
    padding: 10.1781170483vw !important;
  }
}

.pt-40 {
  padding-top: 2.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pt-40 {
    padding-top: 10.1781170483vw !important;
  }
}

.pb-40 {
  padding-bottom: 2.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pb-40 {
    padding-bottom: 10.1781170483vw !important;
  }
}

.pl-40 {
  padding-left: 2.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pl-40 {
    padding-left: 10.1781170483vw !important;
  }
}

.pr-40 {
  padding-right: 2.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pr-40 {
    padding-right: 10.1781170483vw !important;
  }
}

.px-40 {
  padding-left: 2.7777777778vw !important;
  padding-right: 2.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .px-40 {
    padding-left: 10.1781170483vw !important;
    padding-right: 10.1781170483vw !important;
  }
}

.py-40 {
  padding-top: 2.7777777778vw !important;
  padding-bottom: 2.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .py-40 {
    padding-top: 10.1781170483vw !important;
    padding-bottom: 10.1781170483vw !important;
  }
}

.m-40 {
  margin: 2.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .m-40 {
    margin: 10.1781170483vw !important;
  }
}

.mt-40 {
  margin-top: 2.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mt-40 {
    margin-top: 10.1781170483vw !important;
  }
}

.mb-40 {
  margin-bottom: 2.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mb-40 {
    margin-bottom: 10.1781170483vw !important;
  }
}

.ml-40 {
  margin-left: 2.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .ml-40 {
    margin-left: 10.1781170483vw !important;
  }
}

.mr-40 {
  margin-right: 2.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mr-40 {
    margin-right: 10.1781170483vw !important;
  }
}

.mx-40 {
  margin-left: 2.7777777778vw !important;
  margin-right: 2.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mx-40 {
    margin-left: 10.1781170483vw !important;
    margin-right: 10.1781170483vw !important;
  }
}

.my-40 {
  margin-top: 2.7777777778vw !important;
  margin-bottom: 2.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .my-40 {
    margin-top: 10.1781170483vw !important;
    margin-bottom: 10.1781170483vw !important;
  }
}

.p-50 {
  padding: 3.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .p-50 {
    padding: 12.7226463104vw !important;
  }
}

.pt-50 {
  padding-top: 3.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pt-50 {
    padding-top: 12.7226463104vw !important;
  }
}

.pb-50 {
  padding-bottom: 3.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pb-50 {
    padding-bottom: 12.7226463104vw !important;
  }
}

.pl-50 {
  padding-left: 3.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pl-50 {
    padding-left: 12.7226463104vw !important;
  }
}

.pr-50 {
  padding-right: 3.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pr-50 {
    padding-right: 12.7226463104vw !important;
  }
}

.px-50 {
  padding-left: 3.4722222222vw !important;
  padding-right: 3.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .px-50 {
    padding-left: 12.7226463104vw !important;
    padding-right: 12.7226463104vw !important;
  }
}

.py-50 {
  padding-top: 3.4722222222vw !important;
  padding-bottom: 3.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .py-50 {
    padding-top: 12.7226463104vw !important;
    padding-bottom: 12.7226463104vw !important;
  }
}

.m-50 {
  margin: 3.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .m-50 {
    margin: 12.7226463104vw !important;
  }
}

.mt-50 {
  margin-top: 3.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mt-50 {
    margin-top: 12.7226463104vw !important;
  }
}

.mb-50 {
  margin-bottom: 3.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mb-50 {
    margin-bottom: 12.7226463104vw !important;
  }
}

.ml-50 {
  margin-left: 3.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .ml-50 {
    margin-left: 12.7226463104vw !important;
  }
}

.mr-50 {
  margin-right: 3.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mr-50 {
    margin-right: 12.7226463104vw !important;
  }
}

.mx-50 {
  margin-left: 3.4722222222vw !important;
  margin-right: 3.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mx-50 {
    margin-left: 12.7226463104vw !important;
    margin-right: 12.7226463104vw !important;
  }
}

.my-50 {
  margin-top: 3.4722222222vw !important;
  margin-bottom: 3.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .my-50 {
    margin-top: 12.7226463104vw !important;
    margin-bottom: 12.7226463104vw !important;
  }
}

.p-60 {
  padding: 4.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .p-60 {
    padding: 15.2671755725vw !important;
  }
}

.pt-60 {
  padding-top: 4.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pt-60 {
    padding-top: 15.2671755725vw !important;
  }
}

.pb-60 {
  padding-bottom: 4.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pb-60 {
    padding-bottom: 15.2671755725vw !important;
  }
}

.pl-60 {
  padding-left: 4.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pl-60 {
    padding-left: 15.2671755725vw !important;
  }
}

.pr-60 {
  padding-right: 4.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pr-60 {
    padding-right: 15.2671755725vw !important;
  }
}

.px-60 {
  padding-left: 4.1666666667vw !important;
  padding-right: 4.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .px-60 {
    padding-left: 15.2671755725vw !important;
    padding-right: 15.2671755725vw !important;
  }
}

.py-60 {
  padding-top: 4.1666666667vw !important;
  padding-bottom: 4.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .py-60 {
    padding-top: 15.2671755725vw !important;
    padding-bottom: 15.2671755725vw !important;
  }
}

.m-60 {
  margin: 4.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .m-60 {
    margin: 15.2671755725vw !important;
  }
}

.mt-60 {
  margin-top: 4.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mt-60 {
    margin-top: 15.2671755725vw !important;
  }
}

.mb-60 {
  margin-bottom: 4.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mb-60 {
    margin-bottom: 15.2671755725vw !important;
  }
}

.ml-60 {
  margin-left: 4.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .ml-60 {
    margin-left: 15.2671755725vw !important;
  }
}

.mr-60 {
  margin-right: 4.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mr-60 {
    margin-right: 15.2671755725vw !important;
  }
}

.mx-60 {
  margin-left: 4.1666666667vw !important;
  margin-right: 4.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mx-60 {
    margin-left: 15.2671755725vw !important;
    margin-right: 15.2671755725vw !important;
  }
}

.my-60 {
  margin-top: 4.1666666667vw !important;
  margin-bottom: 4.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .my-60 {
    margin-top: 15.2671755725vw !important;
    margin-bottom: 15.2671755725vw !important;
  }
}

.p-70 {
  padding: 4.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .p-70 {
    padding: 17.8117048346vw !important;
  }
}

.pt-70 {
  padding-top: 4.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pt-70 {
    padding-top: 17.8117048346vw !important;
  }
}

.pb-70 {
  padding-bottom: 4.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pb-70 {
    padding-bottom: 17.8117048346vw !important;
  }
}

.pl-70 {
  padding-left: 4.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pl-70 {
    padding-left: 17.8117048346vw !important;
  }
}

.pr-70 {
  padding-right: 4.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pr-70 {
    padding-right: 17.8117048346vw !important;
  }
}

.px-70 {
  padding-left: 4.8611111111vw !important;
  padding-right: 4.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .px-70 {
    padding-left: 17.8117048346vw !important;
    padding-right: 17.8117048346vw !important;
  }
}

.py-70 {
  padding-top: 4.8611111111vw !important;
  padding-bottom: 4.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .py-70 {
    padding-top: 17.8117048346vw !important;
    padding-bottom: 17.8117048346vw !important;
  }
}

.m-70 {
  margin: 4.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .m-70 {
    margin: 17.8117048346vw !important;
  }
}

.mt-70 {
  margin-top: 4.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mt-70 {
    margin-top: 17.8117048346vw !important;
  }
}

.mb-70 {
  margin-bottom: 4.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mb-70 {
    margin-bottom: 17.8117048346vw !important;
  }
}

.ml-70 {
  margin-left: 4.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .ml-70 {
    margin-left: 17.8117048346vw !important;
  }
}

.mr-70 {
  margin-right: 4.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mr-70 {
    margin-right: 17.8117048346vw !important;
  }
}

.mx-70 {
  margin-left: 4.8611111111vw !important;
  margin-right: 4.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mx-70 {
    margin-left: 17.8117048346vw !important;
    margin-right: 17.8117048346vw !important;
  }
}

.my-70 {
  margin-top: 4.8611111111vw !important;
  margin-bottom: 4.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .my-70 {
    margin-top: 17.8117048346vw !important;
    margin-bottom: 17.8117048346vw !important;
  }
}

.p-80 {
  padding: 5.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .p-80 {
    padding: 20.3562340967vw !important;
  }
}

.pt-80 {
  padding-top: 5.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pt-80 {
    padding-top: 20.3562340967vw !important;
  }
}

.pb-80 {
  padding-bottom: 5.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pb-80 {
    padding-bottom: 20.3562340967vw !important;
  }
}

.pl-80 {
  padding-left: 5.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pl-80 {
    padding-left: 20.3562340967vw !important;
  }
}

.pr-80 {
  padding-right: 5.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pr-80 {
    padding-right: 20.3562340967vw !important;
  }
}

.px-80 {
  padding-left: 5.5555555556vw !important;
  padding-right: 5.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .px-80 {
    padding-left: 20.3562340967vw !important;
    padding-right: 20.3562340967vw !important;
  }
}

.py-80 {
  padding-top: 5.5555555556vw !important;
  padding-bottom: 5.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .py-80 {
    padding-top: 20.3562340967vw !important;
    padding-bottom: 20.3562340967vw !important;
  }
}

.m-80 {
  margin: 5.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .m-80 {
    margin: 20.3562340967vw !important;
  }
}

.mt-80 {
  margin-top: 5.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mt-80 {
    margin-top: 20.3562340967vw !important;
  }
}

.mb-80 {
  margin-bottom: 5.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mb-80 {
    margin-bottom: 20.3562340967vw !important;
  }
}

.ml-80 {
  margin-left: 5.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .ml-80 {
    margin-left: 20.3562340967vw !important;
  }
}

.mr-80 {
  margin-right: 5.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mr-80 {
    margin-right: 20.3562340967vw !important;
  }
}

.mx-80 {
  margin-left: 5.5555555556vw !important;
  margin-right: 5.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mx-80 {
    margin-left: 20.3562340967vw !important;
    margin-right: 20.3562340967vw !important;
  }
}

.my-80 {
  margin-top: 5.5555555556vw !important;
  margin-bottom: 5.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .my-80 {
    margin-top: 20.3562340967vw !important;
    margin-bottom: 20.3562340967vw !important;
  }
}

.p-90 {
  padding: 6.25vw !important;
}
@media screen and (max-width: 768px) {
  .p-90 {
    padding: 22.9007633588vw !important;
  }
}

.pt-90 {
  padding-top: 6.25vw !important;
}
@media screen and (max-width: 768px) {
  .pt-90 {
    padding-top: 22.9007633588vw !important;
  }
}

.pb-90 {
  padding-bottom: 6.25vw !important;
}
@media screen and (max-width: 768px) {
  .pb-90 {
    padding-bottom: 22.9007633588vw !important;
  }
}

.pl-90 {
  padding-left: 6.25vw !important;
}
@media screen and (max-width: 768px) {
  .pl-90 {
    padding-left: 22.9007633588vw !important;
  }
}

.pr-90 {
  padding-right: 6.25vw !important;
}
@media screen and (max-width: 768px) {
  .pr-90 {
    padding-right: 22.9007633588vw !important;
  }
}

.px-90 {
  padding-left: 6.25vw !important;
  padding-right: 6.25vw !important;
}
@media screen and (max-width: 768px) {
  .px-90 {
    padding-left: 22.9007633588vw !important;
    padding-right: 22.9007633588vw !important;
  }
}

.py-90 {
  padding-top: 6.25vw !important;
  padding-bottom: 6.25vw !important;
}
@media screen and (max-width: 768px) {
  .py-90 {
    padding-top: 22.9007633588vw !important;
    padding-bottom: 22.9007633588vw !important;
  }
}

.m-90 {
  margin: 6.25vw !important;
}
@media screen and (max-width: 768px) {
  .m-90 {
    margin: 22.9007633588vw !important;
  }
}

.mt-90 {
  margin-top: 6.25vw !important;
}
@media screen and (max-width: 768px) {
  .mt-90 {
    margin-top: 22.9007633588vw !important;
  }
}

.mb-90 {
  margin-bottom: 6.25vw !important;
}
@media screen and (max-width: 768px) {
  .mb-90 {
    margin-bottom: 22.9007633588vw !important;
  }
}

.ml-90 {
  margin-left: 6.25vw !important;
}
@media screen and (max-width: 768px) {
  .ml-90 {
    margin-left: 22.9007633588vw !important;
  }
}

.mr-90 {
  margin-right: 6.25vw !important;
}
@media screen and (max-width: 768px) {
  .mr-90 {
    margin-right: 22.9007633588vw !important;
  }
}

.mx-90 {
  margin-left: 6.25vw !important;
  margin-right: 6.25vw !important;
}
@media screen and (max-width: 768px) {
  .mx-90 {
    margin-left: 22.9007633588vw !important;
    margin-right: 22.9007633588vw !important;
  }
}

.my-90 {
  margin-top: 6.25vw !important;
  margin-bottom: 6.25vw !important;
}
@media screen and (max-width: 768px) {
  .my-90 {
    margin-top: 22.9007633588vw !important;
    margin-bottom: 22.9007633588vw !important;
  }
}

.p-100 {
  padding: 6.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .p-100 {
    padding: 25.4452926209vw !important;
  }
}

.pt-100 {
  padding-top: 6.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pt-100 {
    padding-top: 25.4452926209vw !important;
  }
}

.pb-100 {
  padding-bottom: 6.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pb-100 {
    padding-bottom: 25.4452926209vw !important;
  }
}

.pl-100 {
  padding-left: 6.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pl-100 {
    padding-left: 25.4452926209vw !important;
  }
}

.pr-100 {
  padding-right: 6.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pr-100 {
    padding-right: 25.4452926209vw !important;
  }
}

.px-100 {
  padding-left: 6.9444444444vw !important;
  padding-right: 6.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .px-100 {
    padding-left: 25.4452926209vw !important;
    padding-right: 25.4452926209vw !important;
  }
}

.py-100 {
  padding-top: 6.9444444444vw !important;
  padding-bottom: 6.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .py-100 {
    padding-top: 25.4452926209vw !important;
    padding-bottom: 25.4452926209vw !important;
  }
}

.m-100 {
  margin: 6.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .m-100 {
    margin: 25.4452926209vw !important;
  }
}

.mt-100 {
  margin-top: 6.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mt-100 {
    margin-top: 25.4452926209vw !important;
  }
}

.mb-100 {
  margin-bottom: 6.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mb-100 {
    margin-bottom: 25.4452926209vw !important;
  }
}

.ml-100 {
  margin-left: 6.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .ml-100 {
    margin-left: 25.4452926209vw !important;
  }
}

.mr-100 {
  margin-right: 6.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mr-100 {
    margin-right: 25.4452926209vw !important;
  }
}

.mx-100 {
  margin-left: 6.9444444444vw !important;
  margin-right: 6.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mx-100 {
    margin-left: 25.4452926209vw !important;
    margin-right: 25.4452926209vw !important;
  }
}

.my-100 {
  margin-top: 6.9444444444vw !important;
  margin-bottom: 6.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .my-100 {
    margin-top: 25.4452926209vw !important;
    margin-bottom: 25.4452926209vw !important;
  }
}

.p-110 {
  padding: 7.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .p-110 {
    padding: 27.989821883vw !important;
  }
}

.pt-110 {
  padding-top: 7.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pt-110 {
    padding-top: 27.989821883vw !important;
  }
}

.pb-110 {
  padding-bottom: 7.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pb-110 {
    padding-bottom: 27.989821883vw !important;
  }
}

.pl-110 {
  padding-left: 7.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pl-110 {
    padding-left: 27.989821883vw !important;
  }
}

.pr-110 {
  padding-right: 7.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pr-110 {
    padding-right: 27.989821883vw !important;
  }
}

.px-110 {
  padding-left: 7.6388888889vw !important;
  padding-right: 7.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .px-110 {
    padding-left: 27.989821883vw !important;
    padding-right: 27.989821883vw !important;
  }
}

.py-110 {
  padding-top: 7.6388888889vw !important;
  padding-bottom: 7.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .py-110 {
    padding-top: 27.989821883vw !important;
    padding-bottom: 27.989821883vw !important;
  }
}

.m-110 {
  margin: 7.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .m-110 {
    margin: 27.989821883vw !important;
  }
}

.mt-110 {
  margin-top: 7.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mt-110 {
    margin-top: 27.989821883vw !important;
  }
}

.mb-110 {
  margin-bottom: 7.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mb-110 {
    margin-bottom: 27.989821883vw !important;
  }
}

.ml-110 {
  margin-left: 7.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .ml-110 {
    margin-left: 27.989821883vw !important;
  }
}

.mr-110 {
  margin-right: 7.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mr-110 {
    margin-right: 27.989821883vw !important;
  }
}

.mx-110 {
  margin-left: 7.6388888889vw !important;
  margin-right: 7.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mx-110 {
    margin-left: 27.989821883vw !important;
    margin-right: 27.989821883vw !important;
  }
}

.my-110 {
  margin-top: 7.6388888889vw !important;
  margin-bottom: 7.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .my-110 {
    margin-top: 27.989821883vw !important;
    margin-bottom: 27.989821883vw !important;
  }
}

.p-120 {
  padding: 8.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .p-120 {
    padding: 30.534351145vw !important;
  }
}

.pt-120 {
  padding-top: 8.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pt-120 {
    padding-top: 30.534351145vw !important;
  }
}

.pb-120 {
  padding-bottom: 8.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pb-120 {
    padding-bottom: 30.534351145vw !important;
  }
}

.pl-120 {
  padding-left: 8.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pl-120 {
    padding-left: 30.534351145vw !important;
  }
}

.pr-120 {
  padding-right: 8.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pr-120 {
    padding-right: 30.534351145vw !important;
  }
}

.px-120 {
  padding-left: 8.3333333333vw !important;
  padding-right: 8.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .px-120 {
    padding-left: 30.534351145vw !important;
    padding-right: 30.534351145vw !important;
  }
}

.py-120 {
  padding-top: 8.3333333333vw !important;
  padding-bottom: 8.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .py-120 {
    padding-top: 30.534351145vw !important;
    padding-bottom: 30.534351145vw !important;
  }
}

.m-120 {
  margin: 8.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .m-120 {
    margin: 30.534351145vw !important;
  }
}

.mt-120 {
  margin-top: 8.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mt-120 {
    margin-top: 30.534351145vw !important;
  }
}

.mb-120 {
  margin-bottom: 8.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mb-120 {
    margin-bottom: 30.534351145vw !important;
  }
}

.ml-120 {
  margin-left: 8.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .ml-120 {
    margin-left: 30.534351145vw !important;
  }
}

.mr-120 {
  margin-right: 8.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mr-120 {
    margin-right: 30.534351145vw !important;
  }
}

.mx-120 {
  margin-left: 8.3333333333vw !important;
  margin-right: 8.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mx-120 {
    margin-left: 30.534351145vw !important;
    margin-right: 30.534351145vw !important;
  }
}

.my-120 {
  margin-top: 8.3333333333vw !important;
  margin-bottom: 8.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .my-120 {
    margin-top: 30.534351145vw !important;
    margin-bottom: 30.534351145vw !important;
  }
}

.p-130 {
  padding: 9.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .p-130 {
    padding: 33.0788804071vw !important;
  }
}

.pt-130 {
  padding-top: 9.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .pt-130 {
    padding-top: 33.0788804071vw !important;
  }
}

.pb-130 {
  padding-bottom: 9.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .pb-130 {
    padding-bottom: 33.0788804071vw !important;
  }
}

.pl-130 {
  padding-left: 9.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .pl-130 {
    padding-left: 33.0788804071vw !important;
  }
}

.pr-130 {
  padding-right: 9.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .pr-130 {
    padding-right: 33.0788804071vw !important;
  }
}

.px-130 {
  padding-left: 9.0277777778vw !important;
  padding-right: 9.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .px-130 {
    padding-left: 33.0788804071vw !important;
    padding-right: 33.0788804071vw !important;
  }
}

.py-130 {
  padding-top: 9.0277777778vw !important;
  padding-bottom: 9.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .py-130 {
    padding-top: 33.0788804071vw !important;
    padding-bottom: 33.0788804071vw !important;
  }
}

.m-130 {
  margin: 9.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .m-130 {
    margin: 33.0788804071vw !important;
  }
}

.mt-130 {
  margin-top: 9.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .mt-130 {
    margin-top: 33.0788804071vw !important;
  }
}

.mb-130 {
  margin-bottom: 9.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .mb-130 {
    margin-bottom: 33.0788804071vw !important;
  }
}

.ml-130 {
  margin-left: 9.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .ml-130 {
    margin-left: 33.0788804071vw !important;
  }
}

.mr-130 {
  margin-right: 9.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .mr-130 {
    margin-right: 33.0788804071vw !important;
  }
}

.mx-130 {
  margin-left: 9.0277777778vw !important;
  margin-right: 9.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .mx-130 {
    margin-left: 33.0788804071vw !important;
    margin-right: 33.0788804071vw !important;
  }
}

.my-130 {
  margin-top: 9.0277777778vw !important;
  margin-bottom: 9.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .my-130 {
    margin-top: 33.0788804071vw !important;
    margin-bottom: 33.0788804071vw !important;
  }
}

.p-140 {
  padding: 9.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .p-140 {
    padding: 35.6234096692vw !important;
  }
}

.pt-140 {
  padding-top: 9.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .pt-140 {
    padding-top: 35.6234096692vw !important;
  }
}

.pb-140 {
  padding-bottom: 9.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .pb-140 {
    padding-bottom: 35.6234096692vw !important;
  }
}

.pl-140 {
  padding-left: 9.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .pl-140 {
    padding-left: 35.6234096692vw !important;
  }
}

.pr-140 {
  padding-right: 9.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .pr-140 {
    padding-right: 35.6234096692vw !important;
  }
}

.px-140 {
  padding-left: 9.7222222222vw !important;
  padding-right: 9.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .px-140 {
    padding-left: 35.6234096692vw !important;
    padding-right: 35.6234096692vw !important;
  }
}

.py-140 {
  padding-top: 9.7222222222vw !important;
  padding-bottom: 9.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .py-140 {
    padding-top: 35.6234096692vw !important;
    padding-bottom: 35.6234096692vw !important;
  }
}

.m-140 {
  margin: 9.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .m-140 {
    margin: 35.6234096692vw !important;
  }
}

.mt-140 {
  margin-top: 9.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .mt-140 {
    margin-top: 35.6234096692vw !important;
  }
}

.mb-140 {
  margin-bottom: 9.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .mb-140 {
    margin-bottom: 35.6234096692vw !important;
  }
}

.ml-140 {
  margin-left: 9.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .ml-140 {
    margin-left: 35.6234096692vw !important;
  }
}

.mr-140 {
  margin-right: 9.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .mr-140 {
    margin-right: 35.6234096692vw !important;
  }
}

.mx-140 {
  margin-left: 9.7222222222vw !important;
  margin-right: 9.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .mx-140 {
    margin-left: 35.6234096692vw !important;
    margin-right: 35.6234096692vw !important;
  }
}

.my-140 {
  margin-top: 9.7222222222vw !important;
  margin-bottom: 9.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .my-140 {
    margin-top: 35.6234096692vw !important;
    margin-bottom: 35.6234096692vw !important;
  }
}

.p-150 {
  padding: 10.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .p-150 {
    padding: 38.1679389313vw !important;
  }
}

.pt-150 {
  padding-top: 10.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .pt-150 {
    padding-top: 38.1679389313vw !important;
  }
}

.pb-150 {
  padding-bottom: 10.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .pb-150 {
    padding-bottom: 38.1679389313vw !important;
  }
}

.pl-150 {
  padding-left: 10.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .pl-150 {
    padding-left: 38.1679389313vw !important;
  }
}

.pr-150 {
  padding-right: 10.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .pr-150 {
    padding-right: 38.1679389313vw !important;
  }
}

.px-150 {
  padding-left: 10.4166666667vw !important;
  padding-right: 10.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .px-150 {
    padding-left: 38.1679389313vw !important;
    padding-right: 38.1679389313vw !important;
  }
}

.py-150 {
  padding-top: 10.4166666667vw !important;
  padding-bottom: 10.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .py-150 {
    padding-top: 38.1679389313vw !important;
    padding-bottom: 38.1679389313vw !important;
  }
}

.m-150 {
  margin: 10.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .m-150 {
    margin: 38.1679389313vw !important;
  }
}

.mt-150 {
  margin-top: 10.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .mt-150 {
    margin-top: 38.1679389313vw !important;
  }
}

.mb-150 {
  margin-bottom: 10.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .mb-150 {
    margin-bottom: 38.1679389313vw !important;
  }
}

.ml-150 {
  margin-left: 10.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .ml-150 {
    margin-left: 38.1679389313vw !important;
  }
}

.mr-150 {
  margin-right: 10.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .mr-150 {
    margin-right: 38.1679389313vw !important;
  }
}

.mx-150 {
  margin-left: 10.4166666667vw !important;
  margin-right: 10.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .mx-150 {
    margin-left: 38.1679389313vw !important;
    margin-right: 38.1679389313vw !important;
  }
}

.my-150 {
  margin-top: 10.4166666667vw !important;
  margin-bottom: 10.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .my-150 {
    margin-top: 38.1679389313vw !important;
    margin-bottom: 38.1679389313vw !important;
  }
}

.p-160 {
  padding: 11.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .p-160 {
    padding: 40.7124681934vw !important;
  }
}

.pt-160 {
  padding-top: 11.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .pt-160 {
    padding-top: 40.7124681934vw !important;
  }
}

.pb-160 {
  padding-bottom: 11.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .pb-160 {
    padding-bottom: 40.7124681934vw !important;
  }
}

.pl-160 {
  padding-left: 11.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .pl-160 {
    padding-left: 40.7124681934vw !important;
  }
}

.pr-160 {
  padding-right: 11.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .pr-160 {
    padding-right: 40.7124681934vw !important;
  }
}

.px-160 {
  padding-left: 11.1111111111vw !important;
  padding-right: 11.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .px-160 {
    padding-left: 40.7124681934vw !important;
    padding-right: 40.7124681934vw !important;
  }
}

.py-160 {
  padding-top: 11.1111111111vw !important;
  padding-bottom: 11.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .py-160 {
    padding-top: 40.7124681934vw !important;
    padding-bottom: 40.7124681934vw !important;
  }
}

.m-160 {
  margin: 11.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .m-160 {
    margin: 40.7124681934vw !important;
  }
}

.mt-160 {
  margin-top: 11.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .mt-160 {
    margin-top: 40.7124681934vw !important;
  }
}

.mb-160 {
  margin-bottom: 11.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .mb-160 {
    margin-bottom: 40.7124681934vw !important;
  }
}

.ml-160 {
  margin-left: 11.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .ml-160 {
    margin-left: 40.7124681934vw !important;
  }
}

.mr-160 {
  margin-right: 11.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .mr-160 {
    margin-right: 40.7124681934vw !important;
  }
}

.mx-160 {
  margin-left: 11.1111111111vw !important;
  margin-right: 11.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .mx-160 {
    margin-left: 40.7124681934vw !important;
    margin-right: 40.7124681934vw !important;
  }
}

.my-160 {
  margin-top: 11.1111111111vw !important;
  margin-bottom: 11.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .my-160 {
    margin-top: 40.7124681934vw !important;
    margin-bottom: 40.7124681934vw !important;
  }
}

.p-170 {
  padding: 11.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .p-170 {
    padding: 43.2569974555vw !important;
  }
}

.pt-170 {
  padding-top: 11.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .pt-170 {
    padding-top: 43.2569974555vw !important;
  }
}

.pb-170 {
  padding-bottom: 11.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .pb-170 {
    padding-bottom: 43.2569974555vw !important;
  }
}

.pl-170 {
  padding-left: 11.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .pl-170 {
    padding-left: 43.2569974555vw !important;
  }
}

.pr-170 {
  padding-right: 11.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .pr-170 {
    padding-right: 43.2569974555vw !important;
  }
}

.px-170 {
  padding-left: 11.8055555556vw !important;
  padding-right: 11.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .px-170 {
    padding-left: 43.2569974555vw !important;
    padding-right: 43.2569974555vw !important;
  }
}

.py-170 {
  padding-top: 11.8055555556vw !important;
  padding-bottom: 11.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .py-170 {
    padding-top: 43.2569974555vw !important;
    padding-bottom: 43.2569974555vw !important;
  }
}

.m-170 {
  margin: 11.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .m-170 {
    margin: 43.2569974555vw !important;
  }
}

.mt-170 {
  margin-top: 11.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .mt-170 {
    margin-top: 43.2569974555vw !important;
  }
}

.mb-170 {
  margin-bottom: 11.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .mb-170 {
    margin-bottom: 43.2569974555vw !important;
  }
}

.ml-170 {
  margin-left: 11.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .ml-170 {
    margin-left: 43.2569974555vw !important;
  }
}

.mr-170 {
  margin-right: 11.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .mr-170 {
    margin-right: 43.2569974555vw !important;
  }
}

.mx-170 {
  margin-left: 11.8055555556vw !important;
  margin-right: 11.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .mx-170 {
    margin-left: 43.2569974555vw !important;
    margin-right: 43.2569974555vw !important;
  }
}

.my-170 {
  margin-top: 11.8055555556vw !important;
  margin-bottom: 11.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .my-170 {
    margin-top: 43.2569974555vw !important;
    margin-bottom: 43.2569974555vw !important;
  }
}

.p-180 {
  padding: 12.5vw !important;
}
@media screen and (max-width: 768px) {
  .p-180 {
    padding: 45.8015267176vw !important;
  }
}

.pt-180 {
  padding-top: 12.5vw !important;
}
@media screen and (max-width: 768px) {
  .pt-180 {
    padding-top: 45.8015267176vw !important;
  }
}

.pb-180 {
  padding-bottom: 12.5vw !important;
}
@media screen and (max-width: 768px) {
  .pb-180 {
    padding-bottom: 45.8015267176vw !important;
  }
}

.pl-180 {
  padding-left: 12.5vw !important;
}
@media screen and (max-width: 768px) {
  .pl-180 {
    padding-left: 45.8015267176vw !important;
  }
}

.pr-180 {
  padding-right: 12.5vw !important;
}
@media screen and (max-width: 768px) {
  .pr-180 {
    padding-right: 45.8015267176vw !important;
  }
}

.px-180 {
  padding-left: 12.5vw !important;
  padding-right: 12.5vw !important;
}
@media screen and (max-width: 768px) {
  .px-180 {
    padding-left: 45.8015267176vw !important;
    padding-right: 45.8015267176vw !important;
  }
}

.py-180 {
  padding-top: 12.5vw !important;
  padding-bottom: 12.5vw !important;
}
@media screen and (max-width: 768px) {
  .py-180 {
    padding-top: 45.8015267176vw !important;
    padding-bottom: 45.8015267176vw !important;
  }
}

.m-180 {
  margin: 12.5vw !important;
}
@media screen and (max-width: 768px) {
  .m-180 {
    margin: 45.8015267176vw !important;
  }
}

.mt-180 {
  margin-top: 12.5vw !important;
}
@media screen and (max-width: 768px) {
  .mt-180 {
    margin-top: 45.8015267176vw !important;
  }
}

.mb-180 {
  margin-bottom: 12.5vw !important;
}
@media screen and (max-width: 768px) {
  .mb-180 {
    margin-bottom: 45.8015267176vw !important;
  }
}

.ml-180 {
  margin-left: 12.5vw !important;
}
@media screen and (max-width: 768px) {
  .ml-180 {
    margin-left: 45.8015267176vw !important;
  }
}

.mr-180 {
  margin-right: 12.5vw !important;
}
@media screen and (max-width: 768px) {
  .mr-180 {
    margin-right: 45.8015267176vw !important;
  }
}

.mx-180 {
  margin-left: 12.5vw !important;
  margin-right: 12.5vw !important;
}
@media screen and (max-width: 768px) {
  .mx-180 {
    margin-left: 45.8015267176vw !important;
    margin-right: 45.8015267176vw !important;
  }
}

.my-180 {
  margin-top: 12.5vw !important;
  margin-bottom: 12.5vw !important;
}
@media screen and (max-width: 768px) {
  .my-180 {
    margin-top: 45.8015267176vw !important;
    margin-bottom: 45.8015267176vw !important;
  }
}

.p-190 {
  padding: 13.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .p-190 {
    padding: 48.3460559796vw !important;
  }
}

.pt-190 {
  padding-top: 13.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pt-190 {
    padding-top: 48.3460559796vw !important;
  }
}

.pb-190 {
  padding-bottom: 13.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pb-190 {
    padding-bottom: 48.3460559796vw !important;
  }
}

.pl-190 {
  padding-left: 13.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pl-190 {
    padding-left: 48.3460559796vw !important;
  }
}

.pr-190 {
  padding-right: 13.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pr-190 {
    padding-right: 48.3460559796vw !important;
  }
}

.px-190 {
  padding-left: 13.1944444444vw !important;
  padding-right: 13.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .px-190 {
    padding-left: 48.3460559796vw !important;
    padding-right: 48.3460559796vw !important;
  }
}

.py-190 {
  padding-top: 13.1944444444vw !important;
  padding-bottom: 13.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .py-190 {
    padding-top: 48.3460559796vw !important;
    padding-bottom: 48.3460559796vw !important;
  }
}

.m-190 {
  margin: 13.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .m-190 {
    margin: 48.3460559796vw !important;
  }
}

.mt-190 {
  margin-top: 13.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mt-190 {
    margin-top: 48.3460559796vw !important;
  }
}

.mb-190 {
  margin-bottom: 13.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mb-190 {
    margin-bottom: 48.3460559796vw !important;
  }
}

.ml-190 {
  margin-left: 13.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .ml-190 {
    margin-left: 48.3460559796vw !important;
  }
}

.mr-190 {
  margin-right: 13.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mr-190 {
    margin-right: 48.3460559796vw !important;
  }
}

.mx-190 {
  margin-left: 13.1944444444vw !important;
  margin-right: 13.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mx-190 {
    margin-left: 48.3460559796vw !important;
    margin-right: 48.3460559796vw !important;
  }
}

.my-190 {
  margin-top: 13.1944444444vw !important;
  margin-bottom: 13.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .my-190 {
    margin-top: 48.3460559796vw !important;
    margin-bottom: 48.3460559796vw !important;
  }
}

.p-200 {
  padding: 13.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .p-200 {
    padding: 50.8905852417vw !important;
  }
}

.pt-200 {
  padding-top: 13.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pt-200 {
    padding-top: 50.8905852417vw !important;
  }
}

.pb-200 {
  padding-bottom: 13.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pb-200 {
    padding-bottom: 50.8905852417vw !important;
  }
}

.pl-200 {
  padding-left: 13.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pl-200 {
    padding-left: 50.8905852417vw !important;
  }
}

.pr-200 {
  padding-right: 13.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pr-200 {
    padding-right: 50.8905852417vw !important;
  }
}

.px-200 {
  padding-left: 13.8888888889vw !important;
  padding-right: 13.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .px-200 {
    padding-left: 50.8905852417vw !important;
    padding-right: 50.8905852417vw !important;
  }
}

.py-200 {
  padding-top: 13.8888888889vw !important;
  padding-bottom: 13.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .py-200 {
    padding-top: 50.8905852417vw !important;
    padding-bottom: 50.8905852417vw !important;
  }
}

.m-200 {
  margin: 13.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .m-200 {
    margin: 50.8905852417vw !important;
  }
}

.mt-200 {
  margin-top: 13.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mt-200 {
    margin-top: 50.8905852417vw !important;
  }
}

.mb-200 {
  margin-bottom: 13.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mb-200 {
    margin-bottom: 50.8905852417vw !important;
  }
}

.ml-200 {
  margin-left: 13.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .ml-200 {
    margin-left: 50.8905852417vw !important;
  }
}

.mr-200 {
  margin-right: 13.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mr-200 {
    margin-right: 50.8905852417vw !important;
  }
}

.mx-200 {
  margin-left: 13.8888888889vw !important;
  margin-right: 13.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mx-200 {
    margin-left: 50.8905852417vw !important;
    margin-right: 50.8905852417vw !important;
  }
}

.my-200 {
  margin-top: 13.8888888889vw !important;
  margin-bottom: 13.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .my-200 {
    margin-top: 50.8905852417vw !important;
    margin-bottom: 50.8905852417vw !important;
  }
}

.p-210 {
  padding: 14.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .p-210 {
    padding: 53.4351145038vw !important;
  }
}

.pt-210 {
  padding-top: 14.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pt-210 {
    padding-top: 53.4351145038vw !important;
  }
}

.pb-210 {
  padding-bottom: 14.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pb-210 {
    padding-bottom: 53.4351145038vw !important;
  }
}

.pl-210 {
  padding-left: 14.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pl-210 {
    padding-left: 53.4351145038vw !important;
  }
}

.pr-210 {
  padding-right: 14.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pr-210 {
    padding-right: 53.4351145038vw !important;
  }
}

.px-210 {
  padding-left: 14.5833333333vw !important;
  padding-right: 14.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .px-210 {
    padding-left: 53.4351145038vw !important;
    padding-right: 53.4351145038vw !important;
  }
}

.py-210 {
  padding-top: 14.5833333333vw !important;
  padding-bottom: 14.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .py-210 {
    padding-top: 53.4351145038vw !important;
    padding-bottom: 53.4351145038vw !important;
  }
}

.m-210 {
  margin: 14.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .m-210 {
    margin: 53.4351145038vw !important;
  }
}

.mt-210 {
  margin-top: 14.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mt-210 {
    margin-top: 53.4351145038vw !important;
  }
}

.mb-210 {
  margin-bottom: 14.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mb-210 {
    margin-bottom: 53.4351145038vw !important;
  }
}

.ml-210 {
  margin-left: 14.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .ml-210 {
    margin-left: 53.4351145038vw !important;
  }
}

.mr-210 {
  margin-right: 14.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mr-210 {
    margin-right: 53.4351145038vw !important;
  }
}

.mx-210 {
  margin-left: 14.5833333333vw !important;
  margin-right: 14.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mx-210 {
    margin-left: 53.4351145038vw !important;
    margin-right: 53.4351145038vw !important;
  }
}

.my-210 {
  margin-top: 14.5833333333vw !important;
  margin-bottom: 14.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .my-210 {
    margin-top: 53.4351145038vw !important;
    margin-bottom: 53.4351145038vw !important;
  }
}

.p-220 {
  padding: 15.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .p-220 {
    padding: 55.9796437659vw !important;
  }
}

.pt-220 {
  padding-top: 15.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pt-220 {
    padding-top: 55.9796437659vw !important;
  }
}

.pb-220 {
  padding-bottom: 15.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pb-220 {
    padding-bottom: 55.9796437659vw !important;
  }
}

.pl-220 {
  padding-left: 15.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pl-220 {
    padding-left: 55.9796437659vw !important;
  }
}

.pr-220 {
  padding-right: 15.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pr-220 {
    padding-right: 55.9796437659vw !important;
  }
}

.px-220 {
  padding-left: 15.2777777778vw !important;
  padding-right: 15.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .px-220 {
    padding-left: 55.9796437659vw !important;
    padding-right: 55.9796437659vw !important;
  }
}

.py-220 {
  padding-top: 15.2777777778vw !important;
  padding-bottom: 15.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .py-220 {
    padding-top: 55.9796437659vw !important;
    padding-bottom: 55.9796437659vw !important;
  }
}

.m-220 {
  margin: 15.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .m-220 {
    margin: 55.9796437659vw !important;
  }
}

.mt-220 {
  margin-top: 15.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mt-220 {
    margin-top: 55.9796437659vw !important;
  }
}

.mb-220 {
  margin-bottom: 15.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mb-220 {
    margin-bottom: 55.9796437659vw !important;
  }
}

.ml-220 {
  margin-left: 15.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .ml-220 {
    margin-left: 55.9796437659vw !important;
  }
}

.mr-220 {
  margin-right: 15.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mr-220 {
    margin-right: 55.9796437659vw !important;
  }
}

.mx-220 {
  margin-left: 15.2777777778vw !important;
  margin-right: 15.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mx-220 {
    margin-left: 55.9796437659vw !important;
    margin-right: 55.9796437659vw !important;
  }
}

.my-220 {
  margin-top: 15.2777777778vw !important;
  margin-bottom: 15.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .my-220 {
    margin-top: 55.9796437659vw !important;
    margin-bottom: 55.9796437659vw !important;
  }
}

.p-230 {
  padding: 15.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .p-230 {
    padding: 58.524173028vw !important;
  }
}

.pt-230 {
  padding-top: 15.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pt-230 {
    padding-top: 58.524173028vw !important;
  }
}

.pb-230 {
  padding-bottom: 15.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pb-230 {
    padding-bottom: 58.524173028vw !important;
  }
}

.pl-230 {
  padding-left: 15.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pl-230 {
    padding-left: 58.524173028vw !important;
  }
}

.pr-230 {
  padding-right: 15.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pr-230 {
    padding-right: 58.524173028vw !important;
  }
}

.px-230 {
  padding-left: 15.9722222222vw !important;
  padding-right: 15.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .px-230 {
    padding-left: 58.524173028vw !important;
    padding-right: 58.524173028vw !important;
  }
}

.py-230 {
  padding-top: 15.9722222222vw !important;
  padding-bottom: 15.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .py-230 {
    padding-top: 58.524173028vw !important;
    padding-bottom: 58.524173028vw !important;
  }
}

.m-230 {
  margin: 15.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .m-230 {
    margin: 58.524173028vw !important;
  }
}

.mt-230 {
  margin-top: 15.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mt-230 {
    margin-top: 58.524173028vw !important;
  }
}

.mb-230 {
  margin-bottom: 15.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mb-230 {
    margin-bottom: 58.524173028vw !important;
  }
}

.ml-230 {
  margin-left: 15.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .ml-230 {
    margin-left: 58.524173028vw !important;
  }
}

.mr-230 {
  margin-right: 15.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mr-230 {
    margin-right: 58.524173028vw !important;
  }
}

.mx-230 {
  margin-left: 15.9722222222vw !important;
  margin-right: 15.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mx-230 {
    margin-left: 58.524173028vw !important;
    margin-right: 58.524173028vw !important;
  }
}

.my-230 {
  margin-top: 15.9722222222vw !important;
  margin-bottom: 15.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .my-230 {
    margin-top: 58.524173028vw !important;
    margin-bottom: 58.524173028vw !important;
  }
}

.p-240 {
  padding: 16.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .p-240 {
    padding: 61.0687022901vw !important;
  }
}

.pt-240 {
  padding-top: 16.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pt-240 {
    padding-top: 61.0687022901vw !important;
  }
}

.pb-240 {
  padding-bottom: 16.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pb-240 {
    padding-bottom: 61.0687022901vw !important;
  }
}

.pl-240 {
  padding-left: 16.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pl-240 {
    padding-left: 61.0687022901vw !important;
  }
}

.pr-240 {
  padding-right: 16.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pr-240 {
    padding-right: 61.0687022901vw !important;
  }
}

.px-240 {
  padding-left: 16.6666666667vw !important;
  padding-right: 16.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .px-240 {
    padding-left: 61.0687022901vw !important;
    padding-right: 61.0687022901vw !important;
  }
}

.py-240 {
  padding-top: 16.6666666667vw !important;
  padding-bottom: 16.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .py-240 {
    padding-top: 61.0687022901vw !important;
    padding-bottom: 61.0687022901vw !important;
  }
}

.m-240 {
  margin: 16.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .m-240 {
    margin: 61.0687022901vw !important;
  }
}

.mt-240 {
  margin-top: 16.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mt-240 {
    margin-top: 61.0687022901vw !important;
  }
}

.mb-240 {
  margin-bottom: 16.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mb-240 {
    margin-bottom: 61.0687022901vw !important;
  }
}

.ml-240 {
  margin-left: 16.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .ml-240 {
    margin-left: 61.0687022901vw !important;
  }
}

.mr-240 {
  margin-right: 16.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mr-240 {
    margin-right: 61.0687022901vw !important;
  }
}

.mx-240 {
  margin-left: 16.6666666667vw !important;
  margin-right: 16.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mx-240 {
    margin-left: 61.0687022901vw !important;
    margin-right: 61.0687022901vw !important;
  }
}

.my-240 {
  margin-top: 16.6666666667vw !important;
  margin-bottom: 16.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .my-240 {
    margin-top: 61.0687022901vw !important;
    margin-bottom: 61.0687022901vw !important;
  }
}

.p-250 {
  padding: 17.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .p-250 {
    padding: 63.6132315522vw !important;
  }
}

.pt-250 {
  padding-top: 17.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pt-250 {
    padding-top: 63.6132315522vw !important;
  }
}

.pb-250 {
  padding-bottom: 17.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pb-250 {
    padding-bottom: 63.6132315522vw !important;
  }
}

.pl-250 {
  padding-left: 17.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pl-250 {
    padding-left: 63.6132315522vw !important;
  }
}

.pr-250 {
  padding-right: 17.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pr-250 {
    padding-right: 63.6132315522vw !important;
  }
}

.px-250 {
  padding-left: 17.3611111111vw !important;
  padding-right: 17.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .px-250 {
    padding-left: 63.6132315522vw !important;
    padding-right: 63.6132315522vw !important;
  }
}

.py-250 {
  padding-top: 17.3611111111vw !important;
  padding-bottom: 17.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .py-250 {
    padding-top: 63.6132315522vw !important;
    padding-bottom: 63.6132315522vw !important;
  }
}

.m-250 {
  margin: 17.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .m-250 {
    margin: 63.6132315522vw !important;
  }
}

.mt-250 {
  margin-top: 17.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mt-250 {
    margin-top: 63.6132315522vw !important;
  }
}

.mb-250 {
  margin-bottom: 17.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mb-250 {
    margin-bottom: 63.6132315522vw !important;
  }
}

.ml-250 {
  margin-left: 17.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .ml-250 {
    margin-left: 63.6132315522vw !important;
  }
}

.mr-250 {
  margin-right: 17.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mr-250 {
    margin-right: 63.6132315522vw !important;
  }
}

.mx-250 {
  margin-left: 17.3611111111vw !important;
  margin-right: 17.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mx-250 {
    margin-left: 63.6132315522vw !important;
    margin-right: 63.6132315522vw !important;
  }
}

.my-250 {
  margin-top: 17.3611111111vw !important;
  margin-bottom: 17.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .my-250 {
    margin-top: 63.6132315522vw !important;
    margin-bottom: 63.6132315522vw !important;
  }
}

.p-260 {
  padding: 18.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .p-260 {
    padding: 66.1577608142vw !important;
  }
}

.pt-260 {
  padding-top: 18.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pt-260 {
    padding-top: 66.1577608142vw !important;
  }
}

.pb-260 {
  padding-bottom: 18.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pb-260 {
    padding-bottom: 66.1577608142vw !important;
  }
}

.pl-260 {
  padding-left: 18.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pl-260 {
    padding-left: 66.1577608142vw !important;
  }
}

.pr-260 {
  padding-right: 18.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pr-260 {
    padding-right: 66.1577608142vw !important;
  }
}

.px-260 {
  padding-left: 18.0555555556vw !important;
  padding-right: 18.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .px-260 {
    padding-left: 66.1577608142vw !important;
    padding-right: 66.1577608142vw !important;
  }
}

.py-260 {
  padding-top: 18.0555555556vw !important;
  padding-bottom: 18.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .py-260 {
    padding-top: 66.1577608142vw !important;
    padding-bottom: 66.1577608142vw !important;
  }
}

.m-260 {
  margin: 18.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .m-260 {
    margin: 66.1577608142vw !important;
  }
}

.mt-260 {
  margin-top: 18.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mt-260 {
    margin-top: 66.1577608142vw !important;
  }
}

.mb-260 {
  margin-bottom: 18.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mb-260 {
    margin-bottom: 66.1577608142vw !important;
  }
}

.ml-260 {
  margin-left: 18.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .ml-260 {
    margin-left: 66.1577608142vw !important;
  }
}

.mr-260 {
  margin-right: 18.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mr-260 {
    margin-right: 66.1577608142vw !important;
  }
}

.mx-260 {
  margin-left: 18.0555555556vw !important;
  margin-right: 18.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mx-260 {
    margin-left: 66.1577608142vw !important;
    margin-right: 66.1577608142vw !important;
  }
}

.my-260 {
  margin-top: 18.0555555556vw !important;
  margin-bottom: 18.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .my-260 {
    margin-top: 66.1577608142vw !important;
    margin-bottom: 66.1577608142vw !important;
  }
}

.p-270 {
  padding: 18.75vw !important;
}
@media screen and (max-width: 768px) {
  .p-270 {
    padding: 68.7022900763vw !important;
  }
}

.pt-270 {
  padding-top: 18.75vw !important;
}
@media screen and (max-width: 768px) {
  .pt-270 {
    padding-top: 68.7022900763vw !important;
  }
}

.pb-270 {
  padding-bottom: 18.75vw !important;
}
@media screen and (max-width: 768px) {
  .pb-270 {
    padding-bottom: 68.7022900763vw !important;
  }
}

.pl-270 {
  padding-left: 18.75vw !important;
}
@media screen and (max-width: 768px) {
  .pl-270 {
    padding-left: 68.7022900763vw !important;
  }
}

.pr-270 {
  padding-right: 18.75vw !important;
}
@media screen and (max-width: 768px) {
  .pr-270 {
    padding-right: 68.7022900763vw !important;
  }
}

.px-270 {
  padding-left: 18.75vw !important;
  padding-right: 18.75vw !important;
}
@media screen and (max-width: 768px) {
  .px-270 {
    padding-left: 68.7022900763vw !important;
    padding-right: 68.7022900763vw !important;
  }
}

.py-270 {
  padding-top: 18.75vw !important;
  padding-bottom: 18.75vw !important;
}
@media screen and (max-width: 768px) {
  .py-270 {
    padding-top: 68.7022900763vw !important;
    padding-bottom: 68.7022900763vw !important;
  }
}

.m-270 {
  margin: 18.75vw !important;
}
@media screen and (max-width: 768px) {
  .m-270 {
    margin: 68.7022900763vw !important;
  }
}

.mt-270 {
  margin-top: 18.75vw !important;
}
@media screen and (max-width: 768px) {
  .mt-270 {
    margin-top: 68.7022900763vw !important;
  }
}

.mb-270 {
  margin-bottom: 18.75vw !important;
}
@media screen and (max-width: 768px) {
  .mb-270 {
    margin-bottom: 68.7022900763vw !important;
  }
}

.ml-270 {
  margin-left: 18.75vw !important;
}
@media screen and (max-width: 768px) {
  .ml-270 {
    margin-left: 68.7022900763vw !important;
  }
}

.mr-270 {
  margin-right: 18.75vw !important;
}
@media screen and (max-width: 768px) {
  .mr-270 {
    margin-right: 68.7022900763vw !important;
  }
}

.mx-270 {
  margin-left: 18.75vw !important;
  margin-right: 18.75vw !important;
}
@media screen and (max-width: 768px) {
  .mx-270 {
    margin-left: 68.7022900763vw !important;
    margin-right: 68.7022900763vw !important;
  }
}

.my-270 {
  margin-top: 18.75vw !important;
  margin-bottom: 18.75vw !important;
}
@media screen and (max-width: 768px) {
  .my-270 {
    margin-top: 68.7022900763vw !important;
    margin-bottom: 68.7022900763vw !important;
  }
}

.p-280 {
  padding: 19.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .p-280 {
    padding: 71.2468193384vw !important;
  }
}

.pt-280 {
  padding-top: 19.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pt-280 {
    padding-top: 71.2468193384vw !important;
  }
}

.pb-280 {
  padding-bottom: 19.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pb-280 {
    padding-bottom: 71.2468193384vw !important;
  }
}

.pl-280 {
  padding-left: 19.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pl-280 {
    padding-left: 71.2468193384vw !important;
  }
}

.pr-280 {
  padding-right: 19.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pr-280 {
    padding-right: 71.2468193384vw !important;
  }
}

.px-280 {
  padding-left: 19.4444444444vw !important;
  padding-right: 19.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .px-280 {
    padding-left: 71.2468193384vw !important;
    padding-right: 71.2468193384vw !important;
  }
}

.py-280 {
  padding-top: 19.4444444444vw !important;
  padding-bottom: 19.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .py-280 {
    padding-top: 71.2468193384vw !important;
    padding-bottom: 71.2468193384vw !important;
  }
}

.m-280 {
  margin: 19.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .m-280 {
    margin: 71.2468193384vw !important;
  }
}

.mt-280 {
  margin-top: 19.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mt-280 {
    margin-top: 71.2468193384vw !important;
  }
}

.mb-280 {
  margin-bottom: 19.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mb-280 {
    margin-bottom: 71.2468193384vw !important;
  }
}

.ml-280 {
  margin-left: 19.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .ml-280 {
    margin-left: 71.2468193384vw !important;
  }
}

.mr-280 {
  margin-right: 19.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mr-280 {
    margin-right: 71.2468193384vw !important;
  }
}

.mx-280 {
  margin-left: 19.4444444444vw !important;
  margin-right: 19.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mx-280 {
    margin-left: 71.2468193384vw !important;
    margin-right: 71.2468193384vw !important;
  }
}

.my-280 {
  margin-top: 19.4444444444vw !important;
  margin-bottom: 19.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .my-280 {
    margin-top: 71.2468193384vw !important;
    margin-bottom: 71.2468193384vw !important;
  }
}

.p-290 {
  padding: 20.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .p-290 {
    padding: 73.7913486005vw !important;
  }
}

.pt-290 {
  padding-top: 20.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pt-290 {
    padding-top: 73.7913486005vw !important;
  }
}

.pb-290 {
  padding-bottom: 20.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pb-290 {
    padding-bottom: 73.7913486005vw !important;
  }
}

.pl-290 {
  padding-left: 20.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pl-290 {
    padding-left: 73.7913486005vw !important;
  }
}

.pr-290 {
  padding-right: 20.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pr-290 {
    padding-right: 73.7913486005vw !important;
  }
}

.px-290 {
  padding-left: 20.1388888889vw !important;
  padding-right: 20.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .px-290 {
    padding-left: 73.7913486005vw !important;
    padding-right: 73.7913486005vw !important;
  }
}

.py-290 {
  padding-top: 20.1388888889vw !important;
  padding-bottom: 20.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .py-290 {
    padding-top: 73.7913486005vw !important;
    padding-bottom: 73.7913486005vw !important;
  }
}

.m-290 {
  margin: 20.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .m-290 {
    margin: 73.7913486005vw !important;
  }
}

.mt-290 {
  margin-top: 20.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mt-290 {
    margin-top: 73.7913486005vw !important;
  }
}

.mb-290 {
  margin-bottom: 20.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mb-290 {
    margin-bottom: 73.7913486005vw !important;
  }
}

.ml-290 {
  margin-left: 20.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .ml-290 {
    margin-left: 73.7913486005vw !important;
  }
}

.mr-290 {
  margin-right: 20.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mr-290 {
    margin-right: 73.7913486005vw !important;
  }
}

.mx-290 {
  margin-left: 20.1388888889vw !important;
  margin-right: 20.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mx-290 {
    margin-left: 73.7913486005vw !important;
    margin-right: 73.7913486005vw !important;
  }
}

.my-290 {
  margin-top: 20.1388888889vw !important;
  margin-bottom: 20.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .my-290 {
    margin-top: 73.7913486005vw !important;
    margin-bottom: 73.7913486005vw !important;
  }
}

.p-300 {
  padding: 20.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .p-300 {
    padding: 76.3358778626vw !important;
  }
}

.pt-300 {
  padding-top: 20.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pt-300 {
    padding-top: 76.3358778626vw !important;
  }
}

.pb-300 {
  padding-bottom: 20.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pb-300 {
    padding-bottom: 76.3358778626vw !important;
  }
}

.pl-300 {
  padding-left: 20.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pl-300 {
    padding-left: 76.3358778626vw !important;
  }
}

.pr-300 {
  padding-right: 20.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pr-300 {
    padding-right: 76.3358778626vw !important;
  }
}

.px-300 {
  padding-left: 20.8333333333vw !important;
  padding-right: 20.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .px-300 {
    padding-left: 76.3358778626vw !important;
    padding-right: 76.3358778626vw !important;
  }
}

.py-300 {
  padding-top: 20.8333333333vw !important;
  padding-bottom: 20.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .py-300 {
    padding-top: 76.3358778626vw !important;
    padding-bottom: 76.3358778626vw !important;
  }
}

.m-300 {
  margin: 20.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .m-300 {
    margin: 76.3358778626vw !important;
  }
}

.mt-300 {
  margin-top: 20.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mt-300 {
    margin-top: 76.3358778626vw !important;
  }
}

.mb-300 {
  margin-bottom: 20.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mb-300 {
    margin-bottom: 76.3358778626vw !important;
  }
}

.ml-300 {
  margin-left: 20.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .ml-300 {
    margin-left: 76.3358778626vw !important;
  }
}

.mr-300 {
  margin-right: 20.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mr-300 {
    margin-right: 76.3358778626vw !important;
  }
}

.mx-300 {
  margin-left: 20.8333333333vw !important;
  margin-right: 20.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mx-300 {
    margin-left: 76.3358778626vw !important;
    margin-right: 76.3358778626vw !important;
  }
}

.my-300 {
  margin-top: 20.8333333333vw !important;
  margin-bottom: 20.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .my-300 {
    margin-top: 76.3358778626vw !important;
    margin-bottom: 76.3358778626vw !important;
  }
}

.p-310 {
  padding: 21.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .p-310 {
    padding: 78.8804071247vw !important;
  }
}

.pt-310 {
  padding-top: 21.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .pt-310 {
    padding-top: 78.8804071247vw !important;
  }
}

.pb-310 {
  padding-bottom: 21.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .pb-310 {
    padding-bottom: 78.8804071247vw !important;
  }
}

.pl-310 {
  padding-left: 21.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .pl-310 {
    padding-left: 78.8804071247vw !important;
  }
}

.pr-310 {
  padding-right: 21.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .pr-310 {
    padding-right: 78.8804071247vw !important;
  }
}

.px-310 {
  padding-left: 21.5277777778vw !important;
  padding-right: 21.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .px-310 {
    padding-left: 78.8804071247vw !important;
    padding-right: 78.8804071247vw !important;
  }
}

.py-310 {
  padding-top: 21.5277777778vw !important;
  padding-bottom: 21.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .py-310 {
    padding-top: 78.8804071247vw !important;
    padding-bottom: 78.8804071247vw !important;
  }
}

.m-310 {
  margin: 21.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .m-310 {
    margin: 78.8804071247vw !important;
  }
}

.mt-310 {
  margin-top: 21.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .mt-310 {
    margin-top: 78.8804071247vw !important;
  }
}

.mb-310 {
  margin-bottom: 21.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .mb-310 {
    margin-bottom: 78.8804071247vw !important;
  }
}

.ml-310 {
  margin-left: 21.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .ml-310 {
    margin-left: 78.8804071247vw !important;
  }
}

.mr-310 {
  margin-right: 21.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .mr-310 {
    margin-right: 78.8804071247vw !important;
  }
}

.mx-310 {
  margin-left: 21.5277777778vw !important;
  margin-right: 21.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .mx-310 {
    margin-left: 78.8804071247vw !important;
    margin-right: 78.8804071247vw !important;
  }
}

.my-310 {
  margin-top: 21.5277777778vw !important;
  margin-bottom: 21.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .my-310 {
    margin-top: 78.8804071247vw !important;
    margin-bottom: 78.8804071247vw !important;
  }
}

.p-320 {
  padding: 22.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .p-320 {
    padding: 81.4249363868vw !important;
  }
}

.pt-320 {
  padding-top: 22.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .pt-320 {
    padding-top: 81.4249363868vw !important;
  }
}

.pb-320 {
  padding-bottom: 22.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .pb-320 {
    padding-bottom: 81.4249363868vw !important;
  }
}

.pl-320 {
  padding-left: 22.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .pl-320 {
    padding-left: 81.4249363868vw !important;
  }
}

.pr-320 {
  padding-right: 22.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .pr-320 {
    padding-right: 81.4249363868vw !important;
  }
}

.px-320 {
  padding-left: 22.2222222222vw !important;
  padding-right: 22.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .px-320 {
    padding-left: 81.4249363868vw !important;
    padding-right: 81.4249363868vw !important;
  }
}

.py-320 {
  padding-top: 22.2222222222vw !important;
  padding-bottom: 22.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .py-320 {
    padding-top: 81.4249363868vw !important;
    padding-bottom: 81.4249363868vw !important;
  }
}

.m-320 {
  margin: 22.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .m-320 {
    margin: 81.4249363868vw !important;
  }
}

.mt-320 {
  margin-top: 22.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .mt-320 {
    margin-top: 81.4249363868vw !important;
  }
}

.mb-320 {
  margin-bottom: 22.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .mb-320 {
    margin-bottom: 81.4249363868vw !important;
  }
}

.ml-320 {
  margin-left: 22.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .ml-320 {
    margin-left: 81.4249363868vw !important;
  }
}

.mr-320 {
  margin-right: 22.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .mr-320 {
    margin-right: 81.4249363868vw !important;
  }
}

.mx-320 {
  margin-left: 22.2222222222vw !important;
  margin-right: 22.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .mx-320 {
    margin-left: 81.4249363868vw !important;
    margin-right: 81.4249363868vw !important;
  }
}

.my-320 {
  margin-top: 22.2222222222vw !important;
  margin-bottom: 22.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .my-320 {
    margin-top: 81.4249363868vw !important;
    margin-bottom: 81.4249363868vw !important;
  }
}

.p-330 {
  padding: 22.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .p-330 {
    padding: 83.9694656489vw !important;
  }
}

.pt-330 {
  padding-top: 22.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .pt-330 {
    padding-top: 83.9694656489vw !important;
  }
}

.pb-330 {
  padding-bottom: 22.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .pb-330 {
    padding-bottom: 83.9694656489vw !important;
  }
}

.pl-330 {
  padding-left: 22.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .pl-330 {
    padding-left: 83.9694656489vw !important;
  }
}

.pr-330 {
  padding-right: 22.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .pr-330 {
    padding-right: 83.9694656489vw !important;
  }
}

.px-330 {
  padding-left: 22.9166666667vw !important;
  padding-right: 22.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .px-330 {
    padding-left: 83.9694656489vw !important;
    padding-right: 83.9694656489vw !important;
  }
}

.py-330 {
  padding-top: 22.9166666667vw !important;
  padding-bottom: 22.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .py-330 {
    padding-top: 83.9694656489vw !important;
    padding-bottom: 83.9694656489vw !important;
  }
}

.m-330 {
  margin: 22.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .m-330 {
    margin: 83.9694656489vw !important;
  }
}

.mt-330 {
  margin-top: 22.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .mt-330 {
    margin-top: 83.9694656489vw !important;
  }
}

.mb-330 {
  margin-bottom: 22.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .mb-330 {
    margin-bottom: 83.9694656489vw !important;
  }
}

.ml-330 {
  margin-left: 22.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .ml-330 {
    margin-left: 83.9694656489vw !important;
  }
}

.mr-330 {
  margin-right: 22.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .mr-330 {
    margin-right: 83.9694656489vw !important;
  }
}

.mx-330 {
  margin-left: 22.9166666667vw !important;
  margin-right: 22.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .mx-330 {
    margin-left: 83.9694656489vw !important;
    margin-right: 83.9694656489vw !important;
  }
}

.my-330 {
  margin-top: 22.9166666667vw !important;
  margin-bottom: 22.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .my-330 {
    margin-top: 83.9694656489vw !important;
    margin-bottom: 83.9694656489vw !important;
  }
}

.p-340 {
  padding: 23.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .p-340 {
    padding: 86.5139949109vw !important;
  }
}

.pt-340 {
  padding-top: 23.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .pt-340 {
    padding-top: 86.5139949109vw !important;
  }
}

.pb-340 {
  padding-bottom: 23.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .pb-340 {
    padding-bottom: 86.5139949109vw !important;
  }
}

.pl-340 {
  padding-left: 23.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .pl-340 {
    padding-left: 86.5139949109vw !important;
  }
}

.pr-340 {
  padding-right: 23.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .pr-340 {
    padding-right: 86.5139949109vw !important;
  }
}

.px-340 {
  padding-left: 23.6111111111vw !important;
  padding-right: 23.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .px-340 {
    padding-left: 86.5139949109vw !important;
    padding-right: 86.5139949109vw !important;
  }
}

.py-340 {
  padding-top: 23.6111111111vw !important;
  padding-bottom: 23.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .py-340 {
    padding-top: 86.5139949109vw !important;
    padding-bottom: 86.5139949109vw !important;
  }
}

.m-340 {
  margin: 23.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .m-340 {
    margin: 86.5139949109vw !important;
  }
}

.mt-340 {
  margin-top: 23.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .mt-340 {
    margin-top: 86.5139949109vw !important;
  }
}

.mb-340 {
  margin-bottom: 23.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .mb-340 {
    margin-bottom: 86.5139949109vw !important;
  }
}

.ml-340 {
  margin-left: 23.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .ml-340 {
    margin-left: 86.5139949109vw !important;
  }
}

.mr-340 {
  margin-right: 23.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .mr-340 {
    margin-right: 86.5139949109vw !important;
  }
}

.mx-340 {
  margin-left: 23.6111111111vw !important;
  margin-right: 23.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .mx-340 {
    margin-left: 86.5139949109vw !important;
    margin-right: 86.5139949109vw !important;
  }
}

.my-340 {
  margin-top: 23.6111111111vw !important;
  margin-bottom: 23.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .my-340 {
    margin-top: 86.5139949109vw !important;
    margin-bottom: 86.5139949109vw !important;
  }
}

.p-350 {
  padding: 24.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .p-350 {
    padding: 89.058524173vw !important;
  }
}

.pt-350 {
  padding-top: 24.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .pt-350 {
    padding-top: 89.058524173vw !important;
  }
}

.pb-350 {
  padding-bottom: 24.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .pb-350 {
    padding-bottom: 89.058524173vw !important;
  }
}

.pl-350 {
  padding-left: 24.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .pl-350 {
    padding-left: 89.058524173vw !important;
  }
}

.pr-350 {
  padding-right: 24.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .pr-350 {
    padding-right: 89.058524173vw !important;
  }
}

.px-350 {
  padding-left: 24.3055555556vw !important;
  padding-right: 24.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .px-350 {
    padding-left: 89.058524173vw !important;
    padding-right: 89.058524173vw !important;
  }
}

.py-350 {
  padding-top: 24.3055555556vw !important;
  padding-bottom: 24.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .py-350 {
    padding-top: 89.058524173vw !important;
    padding-bottom: 89.058524173vw !important;
  }
}

.m-350 {
  margin: 24.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .m-350 {
    margin: 89.058524173vw !important;
  }
}

.mt-350 {
  margin-top: 24.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .mt-350 {
    margin-top: 89.058524173vw !important;
  }
}

.mb-350 {
  margin-bottom: 24.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .mb-350 {
    margin-bottom: 89.058524173vw !important;
  }
}

.ml-350 {
  margin-left: 24.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .ml-350 {
    margin-left: 89.058524173vw !important;
  }
}

.mr-350 {
  margin-right: 24.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .mr-350 {
    margin-right: 89.058524173vw !important;
  }
}

.mx-350 {
  margin-left: 24.3055555556vw !important;
  margin-right: 24.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .mx-350 {
    margin-left: 89.058524173vw !important;
    margin-right: 89.058524173vw !important;
  }
}

.my-350 {
  margin-top: 24.3055555556vw !important;
  margin-bottom: 24.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .my-350 {
    margin-top: 89.058524173vw !important;
    margin-bottom: 89.058524173vw !important;
  }
}

.p-360 {
  padding: 25vw !important;
}
@media screen and (max-width: 768px) {
  .p-360 {
    padding: 91.6030534351vw !important;
  }
}

.pt-360 {
  padding-top: 25vw !important;
}
@media screen and (max-width: 768px) {
  .pt-360 {
    padding-top: 91.6030534351vw !important;
  }
}

.pb-360 {
  padding-bottom: 25vw !important;
}
@media screen and (max-width: 768px) {
  .pb-360 {
    padding-bottom: 91.6030534351vw !important;
  }
}

.pl-360 {
  padding-left: 25vw !important;
}
@media screen and (max-width: 768px) {
  .pl-360 {
    padding-left: 91.6030534351vw !important;
  }
}

.pr-360 {
  padding-right: 25vw !important;
}
@media screen and (max-width: 768px) {
  .pr-360 {
    padding-right: 91.6030534351vw !important;
  }
}

.px-360 {
  padding-left: 25vw !important;
  padding-right: 25vw !important;
}
@media screen and (max-width: 768px) {
  .px-360 {
    padding-left: 91.6030534351vw !important;
    padding-right: 91.6030534351vw !important;
  }
}

.py-360 {
  padding-top: 25vw !important;
  padding-bottom: 25vw !important;
}
@media screen and (max-width: 768px) {
  .py-360 {
    padding-top: 91.6030534351vw !important;
    padding-bottom: 91.6030534351vw !important;
  }
}

.m-360 {
  margin: 25vw !important;
}
@media screen and (max-width: 768px) {
  .m-360 {
    margin: 91.6030534351vw !important;
  }
}

.mt-360 {
  margin-top: 25vw !important;
}
@media screen and (max-width: 768px) {
  .mt-360 {
    margin-top: 91.6030534351vw !important;
  }
}

.mb-360 {
  margin-bottom: 25vw !important;
}
@media screen and (max-width: 768px) {
  .mb-360 {
    margin-bottom: 91.6030534351vw !important;
  }
}

.ml-360 {
  margin-left: 25vw !important;
}
@media screen and (max-width: 768px) {
  .ml-360 {
    margin-left: 91.6030534351vw !important;
  }
}

.mr-360 {
  margin-right: 25vw !important;
}
@media screen and (max-width: 768px) {
  .mr-360 {
    margin-right: 91.6030534351vw !important;
  }
}

.mx-360 {
  margin-left: 25vw !important;
  margin-right: 25vw !important;
}
@media screen and (max-width: 768px) {
  .mx-360 {
    margin-left: 91.6030534351vw !important;
    margin-right: 91.6030534351vw !important;
  }
}

.my-360 {
  margin-top: 25vw !important;
  margin-bottom: 25vw !important;
}
@media screen and (max-width: 768px) {
  .my-360 {
    margin-top: 91.6030534351vw !important;
    margin-bottom: 91.6030534351vw !important;
  }
}

.p-370 {
  padding: 25.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .p-370 {
    padding: 94.1475826972vw !important;
  }
}

.pt-370 {
  padding-top: 25.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pt-370 {
    padding-top: 94.1475826972vw !important;
  }
}

.pb-370 {
  padding-bottom: 25.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pb-370 {
    padding-bottom: 94.1475826972vw !important;
  }
}

.pl-370 {
  padding-left: 25.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pl-370 {
    padding-left: 94.1475826972vw !important;
  }
}

.pr-370 {
  padding-right: 25.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pr-370 {
    padding-right: 94.1475826972vw !important;
  }
}

.px-370 {
  padding-left: 25.6944444444vw !important;
  padding-right: 25.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .px-370 {
    padding-left: 94.1475826972vw !important;
    padding-right: 94.1475826972vw !important;
  }
}

.py-370 {
  padding-top: 25.6944444444vw !important;
  padding-bottom: 25.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .py-370 {
    padding-top: 94.1475826972vw !important;
    padding-bottom: 94.1475826972vw !important;
  }
}

.m-370 {
  margin: 25.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .m-370 {
    margin: 94.1475826972vw !important;
  }
}

.mt-370 {
  margin-top: 25.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mt-370 {
    margin-top: 94.1475826972vw !important;
  }
}

.mb-370 {
  margin-bottom: 25.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mb-370 {
    margin-bottom: 94.1475826972vw !important;
  }
}

.ml-370 {
  margin-left: 25.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .ml-370 {
    margin-left: 94.1475826972vw !important;
  }
}

.mr-370 {
  margin-right: 25.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mr-370 {
    margin-right: 94.1475826972vw !important;
  }
}

.mx-370 {
  margin-left: 25.6944444444vw !important;
  margin-right: 25.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mx-370 {
    margin-left: 94.1475826972vw !important;
    margin-right: 94.1475826972vw !important;
  }
}

.my-370 {
  margin-top: 25.6944444444vw !important;
  margin-bottom: 25.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .my-370 {
    margin-top: 94.1475826972vw !important;
    margin-bottom: 94.1475826972vw !important;
  }
}

.p-380 {
  padding: 26.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .p-380 {
    padding: 96.6921119593vw !important;
  }
}

.pt-380 {
  padding-top: 26.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pt-380 {
    padding-top: 96.6921119593vw !important;
  }
}

.pb-380 {
  padding-bottom: 26.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pb-380 {
    padding-bottom: 96.6921119593vw !important;
  }
}

.pl-380 {
  padding-left: 26.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pl-380 {
    padding-left: 96.6921119593vw !important;
  }
}

.pr-380 {
  padding-right: 26.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pr-380 {
    padding-right: 96.6921119593vw !important;
  }
}

.px-380 {
  padding-left: 26.3888888889vw !important;
  padding-right: 26.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .px-380 {
    padding-left: 96.6921119593vw !important;
    padding-right: 96.6921119593vw !important;
  }
}

.py-380 {
  padding-top: 26.3888888889vw !important;
  padding-bottom: 26.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .py-380 {
    padding-top: 96.6921119593vw !important;
    padding-bottom: 96.6921119593vw !important;
  }
}

.m-380 {
  margin: 26.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .m-380 {
    margin: 96.6921119593vw !important;
  }
}

.mt-380 {
  margin-top: 26.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mt-380 {
    margin-top: 96.6921119593vw !important;
  }
}

.mb-380 {
  margin-bottom: 26.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mb-380 {
    margin-bottom: 96.6921119593vw !important;
  }
}

.ml-380 {
  margin-left: 26.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .ml-380 {
    margin-left: 96.6921119593vw !important;
  }
}

.mr-380 {
  margin-right: 26.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mr-380 {
    margin-right: 96.6921119593vw !important;
  }
}

.mx-380 {
  margin-left: 26.3888888889vw !important;
  margin-right: 26.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mx-380 {
    margin-left: 96.6921119593vw !important;
    margin-right: 96.6921119593vw !important;
  }
}

.my-380 {
  margin-top: 26.3888888889vw !important;
  margin-bottom: 26.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .my-380 {
    margin-top: 96.6921119593vw !important;
    margin-bottom: 96.6921119593vw !important;
  }
}

.p-390 {
  padding: 27.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .p-390 {
    padding: 99.2366412214vw !important;
  }
}

.pt-390 {
  padding-top: 27.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pt-390 {
    padding-top: 99.2366412214vw !important;
  }
}

.pb-390 {
  padding-bottom: 27.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pb-390 {
    padding-bottom: 99.2366412214vw !important;
  }
}

.pl-390 {
  padding-left: 27.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pl-390 {
    padding-left: 99.2366412214vw !important;
  }
}

.pr-390 {
  padding-right: 27.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pr-390 {
    padding-right: 99.2366412214vw !important;
  }
}

.px-390 {
  padding-left: 27.0833333333vw !important;
  padding-right: 27.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .px-390 {
    padding-left: 99.2366412214vw !important;
    padding-right: 99.2366412214vw !important;
  }
}

.py-390 {
  padding-top: 27.0833333333vw !important;
  padding-bottom: 27.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .py-390 {
    padding-top: 99.2366412214vw !important;
    padding-bottom: 99.2366412214vw !important;
  }
}

.m-390 {
  margin: 27.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .m-390 {
    margin: 99.2366412214vw !important;
  }
}

.mt-390 {
  margin-top: 27.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mt-390 {
    margin-top: 99.2366412214vw !important;
  }
}

.mb-390 {
  margin-bottom: 27.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mb-390 {
    margin-bottom: 99.2366412214vw !important;
  }
}

.ml-390 {
  margin-left: 27.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .ml-390 {
    margin-left: 99.2366412214vw !important;
  }
}

.mr-390 {
  margin-right: 27.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mr-390 {
    margin-right: 99.2366412214vw !important;
  }
}

.mx-390 {
  margin-left: 27.0833333333vw !important;
  margin-right: 27.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mx-390 {
    margin-left: 99.2366412214vw !important;
    margin-right: 99.2366412214vw !important;
  }
}

.my-390 {
  margin-top: 27.0833333333vw !important;
  margin-bottom: 27.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .my-390 {
    margin-top: 99.2366412214vw !important;
    margin-bottom: 99.2366412214vw !important;
  }
}

.p-400 {
  padding: 27.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .p-400 {
    padding: 101.7811704835vw !important;
  }
}

.pt-400 {
  padding-top: 27.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pt-400 {
    padding-top: 101.7811704835vw !important;
  }
}

.pb-400 {
  padding-bottom: 27.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pb-400 {
    padding-bottom: 101.7811704835vw !important;
  }
}

.pl-400 {
  padding-left: 27.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pl-400 {
    padding-left: 101.7811704835vw !important;
  }
}

.pr-400 {
  padding-right: 27.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pr-400 {
    padding-right: 101.7811704835vw !important;
  }
}

.px-400 {
  padding-left: 27.7777777778vw !important;
  padding-right: 27.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .px-400 {
    padding-left: 101.7811704835vw !important;
    padding-right: 101.7811704835vw !important;
  }
}

.py-400 {
  padding-top: 27.7777777778vw !important;
  padding-bottom: 27.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .py-400 {
    padding-top: 101.7811704835vw !important;
    padding-bottom: 101.7811704835vw !important;
  }
}

.m-400 {
  margin: 27.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .m-400 {
    margin: 101.7811704835vw !important;
  }
}

.mt-400 {
  margin-top: 27.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mt-400 {
    margin-top: 101.7811704835vw !important;
  }
}

.mb-400 {
  margin-bottom: 27.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mb-400 {
    margin-bottom: 101.7811704835vw !important;
  }
}

.ml-400 {
  margin-left: 27.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .ml-400 {
    margin-left: 101.7811704835vw !important;
  }
}

.mr-400 {
  margin-right: 27.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mr-400 {
    margin-right: 101.7811704835vw !important;
  }
}

.mx-400 {
  margin-left: 27.7777777778vw !important;
  margin-right: 27.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mx-400 {
    margin-left: 101.7811704835vw !important;
    margin-right: 101.7811704835vw !important;
  }
}

.my-400 {
  margin-top: 27.7777777778vw !important;
  margin-bottom: 27.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .my-400 {
    margin-top: 101.7811704835vw !important;
    margin-bottom: 101.7811704835vw !important;
  }
}

.p-410 {
  padding: 28.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .p-410 {
    padding: 104.3256997455vw !important;
  }
}

.pt-410 {
  padding-top: 28.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pt-410 {
    padding-top: 104.3256997455vw !important;
  }
}

.pb-410 {
  padding-bottom: 28.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pb-410 {
    padding-bottom: 104.3256997455vw !important;
  }
}

.pl-410 {
  padding-left: 28.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pl-410 {
    padding-left: 104.3256997455vw !important;
  }
}

.pr-410 {
  padding-right: 28.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pr-410 {
    padding-right: 104.3256997455vw !important;
  }
}

.px-410 {
  padding-left: 28.4722222222vw !important;
  padding-right: 28.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .px-410 {
    padding-left: 104.3256997455vw !important;
    padding-right: 104.3256997455vw !important;
  }
}

.py-410 {
  padding-top: 28.4722222222vw !important;
  padding-bottom: 28.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .py-410 {
    padding-top: 104.3256997455vw !important;
    padding-bottom: 104.3256997455vw !important;
  }
}

.m-410 {
  margin: 28.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .m-410 {
    margin: 104.3256997455vw !important;
  }
}

.mt-410 {
  margin-top: 28.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mt-410 {
    margin-top: 104.3256997455vw !important;
  }
}

.mb-410 {
  margin-bottom: 28.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mb-410 {
    margin-bottom: 104.3256997455vw !important;
  }
}

.ml-410 {
  margin-left: 28.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .ml-410 {
    margin-left: 104.3256997455vw !important;
  }
}

.mr-410 {
  margin-right: 28.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mr-410 {
    margin-right: 104.3256997455vw !important;
  }
}

.mx-410 {
  margin-left: 28.4722222222vw !important;
  margin-right: 28.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mx-410 {
    margin-left: 104.3256997455vw !important;
    margin-right: 104.3256997455vw !important;
  }
}

.my-410 {
  margin-top: 28.4722222222vw !important;
  margin-bottom: 28.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .my-410 {
    margin-top: 104.3256997455vw !important;
    margin-bottom: 104.3256997455vw !important;
  }
}

.p-420 {
  padding: 29.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .p-420 {
    padding: 106.8702290076vw !important;
  }
}

.pt-420 {
  padding-top: 29.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pt-420 {
    padding-top: 106.8702290076vw !important;
  }
}

.pb-420 {
  padding-bottom: 29.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pb-420 {
    padding-bottom: 106.8702290076vw !important;
  }
}

.pl-420 {
  padding-left: 29.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pl-420 {
    padding-left: 106.8702290076vw !important;
  }
}

.pr-420 {
  padding-right: 29.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pr-420 {
    padding-right: 106.8702290076vw !important;
  }
}

.px-420 {
  padding-left: 29.1666666667vw !important;
  padding-right: 29.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .px-420 {
    padding-left: 106.8702290076vw !important;
    padding-right: 106.8702290076vw !important;
  }
}

.py-420 {
  padding-top: 29.1666666667vw !important;
  padding-bottom: 29.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .py-420 {
    padding-top: 106.8702290076vw !important;
    padding-bottom: 106.8702290076vw !important;
  }
}

.m-420 {
  margin: 29.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .m-420 {
    margin: 106.8702290076vw !important;
  }
}

.mt-420 {
  margin-top: 29.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mt-420 {
    margin-top: 106.8702290076vw !important;
  }
}

.mb-420 {
  margin-bottom: 29.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mb-420 {
    margin-bottom: 106.8702290076vw !important;
  }
}

.ml-420 {
  margin-left: 29.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .ml-420 {
    margin-left: 106.8702290076vw !important;
  }
}

.mr-420 {
  margin-right: 29.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mr-420 {
    margin-right: 106.8702290076vw !important;
  }
}

.mx-420 {
  margin-left: 29.1666666667vw !important;
  margin-right: 29.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mx-420 {
    margin-left: 106.8702290076vw !important;
    margin-right: 106.8702290076vw !important;
  }
}

.my-420 {
  margin-top: 29.1666666667vw !important;
  margin-bottom: 29.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .my-420 {
    margin-top: 106.8702290076vw !important;
    margin-bottom: 106.8702290076vw !important;
  }
}

.p-430 {
  padding: 29.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .p-430 {
    padding: 109.4147582697vw !important;
  }
}

.pt-430 {
  padding-top: 29.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pt-430 {
    padding-top: 109.4147582697vw !important;
  }
}

.pb-430 {
  padding-bottom: 29.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pb-430 {
    padding-bottom: 109.4147582697vw !important;
  }
}

.pl-430 {
  padding-left: 29.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pl-430 {
    padding-left: 109.4147582697vw !important;
  }
}

.pr-430 {
  padding-right: 29.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pr-430 {
    padding-right: 109.4147582697vw !important;
  }
}

.px-430 {
  padding-left: 29.8611111111vw !important;
  padding-right: 29.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .px-430 {
    padding-left: 109.4147582697vw !important;
    padding-right: 109.4147582697vw !important;
  }
}

.py-430 {
  padding-top: 29.8611111111vw !important;
  padding-bottom: 29.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .py-430 {
    padding-top: 109.4147582697vw !important;
    padding-bottom: 109.4147582697vw !important;
  }
}

.m-430 {
  margin: 29.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .m-430 {
    margin: 109.4147582697vw !important;
  }
}

.mt-430 {
  margin-top: 29.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mt-430 {
    margin-top: 109.4147582697vw !important;
  }
}

.mb-430 {
  margin-bottom: 29.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mb-430 {
    margin-bottom: 109.4147582697vw !important;
  }
}

.ml-430 {
  margin-left: 29.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .ml-430 {
    margin-left: 109.4147582697vw !important;
  }
}

.mr-430 {
  margin-right: 29.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mr-430 {
    margin-right: 109.4147582697vw !important;
  }
}

.mx-430 {
  margin-left: 29.8611111111vw !important;
  margin-right: 29.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mx-430 {
    margin-left: 109.4147582697vw !important;
    margin-right: 109.4147582697vw !important;
  }
}

.my-430 {
  margin-top: 29.8611111111vw !important;
  margin-bottom: 29.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .my-430 {
    margin-top: 109.4147582697vw !important;
    margin-bottom: 109.4147582697vw !important;
  }
}

.p-440 {
  padding: 30.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .p-440 {
    padding: 111.9592875318vw !important;
  }
}

.pt-440 {
  padding-top: 30.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pt-440 {
    padding-top: 111.9592875318vw !important;
  }
}

.pb-440 {
  padding-bottom: 30.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pb-440 {
    padding-bottom: 111.9592875318vw !important;
  }
}

.pl-440 {
  padding-left: 30.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pl-440 {
    padding-left: 111.9592875318vw !important;
  }
}

.pr-440 {
  padding-right: 30.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pr-440 {
    padding-right: 111.9592875318vw !important;
  }
}

.px-440 {
  padding-left: 30.5555555556vw !important;
  padding-right: 30.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .px-440 {
    padding-left: 111.9592875318vw !important;
    padding-right: 111.9592875318vw !important;
  }
}

.py-440 {
  padding-top: 30.5555555556vw !important;
  padding-bottom: 30.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .py-440 {
    padding-top: 111.9592875318vw !important;
    padding-bottom: 111.9592875318vw !important;
  }
}

.m-440 {
  margin: 30.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .m-440 {
    margin: 111.9592875318vw !important;
  }
}

.mt-440 {
  margin-top: 30.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mt-440 {
    margin-top: 111.9592875318vw !important;
  }
}

.mb-440 {
  margin-bottom: 30.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mb-440 {
    margin-bottom: 111.9592875318vw !important;
  }
}

.ml-440 {
  margin-left: 30.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .ml-440 {
    margin-left: 111.9592875318vw !important;
  }
}

.mr-440 {
  margin-right: 30.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mr-440 {
    margin-right: 111.9592875318vw !important;
  }
}

.mx-440 {
  margin-left: 30.5555555556vw !important;
  margin-right: 30.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mx-440 {
    margin-left: 111.9592875318vw !important;
    margin-right: 111.9592875318vw !important;
  }
}

.my-440 {
  margin-top: 30.5555555556vw !important;
  margin-bottom: 30.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .my-440 {
    margin-top: 111.9592875318vw !important;
    margin-bottom: 111.9592875318vw !important;
  }
}

.p-450 {
  padding: 31.25vw !important;
}
@media screen and (max-width: 768px) {
  .p-450 {
    padding: 114.5038167939vw !important;
  }
}

.pt-450 {
  padding-top: 31.25vw !important;
}
@media screen and (max-width: 768px) {
  .pt-450 {
    padding-top: 114.5038167939vw !important;
  }
}

.pb-450 {
  padding-bottom: 31.25vw !important;
}
@media screen and (max-width: 768px) {
  .pb-450 {
    padding-bottom: 114.5038167939vw !important;
  }
}

.pl-450 {
  padding-left: 31.25vw !important;
}
@media screen and (max-width: 768px) {
  .pl-450 {
    padding-left: 114.5038167939vw !important;
  }
}

.pr-450 {
  padding-right: 31.25vw !important;
}
@media screen and (max-width: 768px) {
  .pr-450 {
    padding-right: 114.5038167939vw !important;
  }
}

.px-450 {
  padding-left: 31.25vw !important;
  padding-right: 31.25vw !important;
}
@media screen and (max-width: 768px) {
  .px-450 {
    padding-left: 114.5038167939vw !important;
    padding-right: 114.5038167939vw !important;
  }
}

.py-450 {
  padding-top: 31.25vw !important;
  padding-bottom: 31.25vw !important;
}
@media screen and (max-width: 768px) {
  .py-450 {
    padding-top: 114.5038167939vw !important;
    padding-bottom: 114.5038167939vw !important;
  }
}

.m-450 {
  margin: 31.25vw !important;
}
@media screen and (max-width: 768px) {
  .m-450 {
    margin: 114.5038167939vw !important;
  }
}

.mt-450 {
  margin-top: 31.25vw !important;
}
@media screen and (max-width: 768px) {
  .mt-450 {
    margin-top: 114.5038167939vw !important;
  }
}

.mb-450 {
  margin-bottom: 31.25vw !important;
}
@media screen and (max-width: 768px) {
  .mb-450 {
    margin-bottom: 114.5038167939vw !important;
  }
}

.ml-450 {
  margin-left: 31.25vw !important;
}
@media screen and (max-width: 768px) {
  .ml-450 {
    margin-left: 114.5038167939vw !important;
  }
}

.mr-450 {
  margin-right: 31.25vw !important;
}
@media screen and (max-width: 768px) {
  .mr-450 {
    margin-right: 114.5038167939vw !important;
  }
}

.mx-450 {
  margin-left: 31.25vw !important;
  margin-right: 31.25vw !important;
}
@media screen and (max-width: 768px) {
  .mx-450 {
    margin-left: 114.5038167939vw !important;
    margin-right: 114.5038167939vw !important;
  }
}

.my-450 {
  margin-top: 31.25vw !important;
  margin-bottom: 31.25vw !important;
}
@media screen and (max-width: 768px) {
  .my-450 {
    margin-top: 114.5038167939vw !important;
    margin-bottom: 114.5038167939vw !important;
  }
}

.p-460 {
  padding: 31.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .p-460 {
    padding: 117.048346056vw !important;
  }
}

.pt-460 {
  padding-top: 31.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pt-460 {
    padding-top: 117.048346056vw !important;
  }
}

.pb-460 {
  padding-bottom: 31.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pb-460 {
    padding-bottom: 117.048346056vw !important;
  }
}

.pl-460 {
  padding-left: 31.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pl-460 {
    padding-left: 117.048346056vw !important;
  }
}

.pr-460 {
  padding-right: 31.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pr-460 {
    padding-right: 117.048346056vw !important;
  }
}

.px-460 {
  padding-left: 31.9444444444vw !important;
  padding-right: 31.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .px-460 {
    padding-left: 117.048346056vw !important;
    padding-right: 117.048346056vw !important;
  }
}

.py-460 {
  padding-top: 31.9444444444vw !important;
  padding-bottom: 31.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .py-460 {
    padding-top: 117.048346056vw !important;
    padding-bottom: 117.048346056vw !important;
  }
}

.m-460 {
  margin: 31.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .m-460 {
    margin: 117.048346056vw !important;
  }
}

.mt-460 {
  margin-top: 31.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mt-460 {
    margin-top: 117.048346056vw !important;
  }
}

.mb-460 {
  margin-bottom: 31.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mb-460 {
    margin-bottom: 117.048346056vw !important;
  }
}

.ml-460 {
  margin-left: 31.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .ml-460 {
    margin-left: 117.048346056vw !important;
  }
}

.mr-460 {
  margin-right: 31.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mr-460 {
    margin-right: 117.048346056vw !important;
  }
}

.mx-460 {
  margin-left: 31.9444444444vw !important;
  margin-right: 31.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mx-460 {
    margin-left: 117.048346056vw !important;
    margin-right: 117.048346056vw !important;
  }
}

.my-460 {
  margin-top: 31.9444444444vw !important;
  margin-bottom: 31.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .my-460 {
    margin-top: 117.048346056vw !important;
    margin-bottom: 117.048346056vw !important;
  }
}

.p-470 {
  padding: 32.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .p-470 {
    padding: 119.5928753181vw !important;
  }
}

.pt-470 {
  padding-top: 32.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pt-470 {
    padding-top: 119.5928753181vw !important;
  }
}

.pb-470 {
  padding-bottom: 32.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pb-470 {
    padding-bottom: 119.5928753181vw !important;
  }
}

.pl-470 {
  padding-left: 32.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pl-470 {
    padding-left: 119.5928753181vw !important;
  }
}

.pr-470 {
  padding-right: 32.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pr-470 {
    padding-right: 119.5928753181vw !important;
  }
}

.px-470 {
  padding-left: 32.6388888889vw !important;
  padding-right: 32.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .px-470 {
    padding-left: 119.5928753181vw !important;
    padding-right: 119.5928753181vw !important;
  }
}

.py-470 {
  padding-top: 32.6388888889vw !important;
  padding-bottom: 32.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .py-470 {
    padding-top: 119.5928753181vw !important;
    padding-bottom: 119.5928753181vw !important;
  }
}

.m-470 {
  margin: 32.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .m-470 {
    margin: 119.5928753181vw !important;
  }
}

.mt-470 {
  margin-top: 32.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mt-470 {
    margin-top: 119.5928753181vw !important;
  }
}

.mb-470 {
  margin-bottom: 32.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mb-470 {
    margin-bottom: 119.5928753181vw !important;
  }
}

.ml-470 {
  margin-left: 32.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .ml-470 {
    margin-left: 119.5928753181vw !important;
  }
}

.mr-470 {
  margin-right: 32.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mr-470 {
    margin-right: 119.5928753181vw !important;
  }
}

.mx-470 {
  margin-left: 32.6388888889vw !important;
  margin-right: 32.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mx-470 {
    margin-left: 119.5928753181vw !important;
    margin-right: 119.5928753181vw !important;
  }
}

.my-470 {
  margin-top: 32.6388888889vw !important;
  margin-bottom: 32.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .my-470 {
    margin-top: 119.5928753181vw !important;
    margin-bottom: 119.5928753181vw !important;
  }
}

.p-480 {
  padding: 33.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .p-480 {
    padding: 122.1374045802vw !important;
  }
}

.pt-480 {
  padding-top: 33.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pt-480 {
    padding-top: 122.1374045802vw !important;
  }
}

.pb-480 {
  padding-bottom: 33.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pb-480 {
    padding-bottom: 122.1374045802vw !important;
  }
}

.pl-480 {
  padding-left: 33.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pl-480 {
    padding-left: 122.1374045802vw !important;
  }
}

.pr-480 {
  padding-right: 33.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pr-480 {
    padding-right: 122.1374045802vw !important;
  }
}

.px-480 {
  padding-left: 33.3333333333vw !important;
  padding-right: 33.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .px-480 {
    padding-left: 122.1374045802vw !important;
    padding-right: 122.1374045802vw !important;
  }
}

.py-480 {
  padding-top: 33.3333333333vw !important;
  padding-bottom: 33.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .py-480 {
    padding-top: 122.1374045802vw !important;
    padding-bottom: 122.1374045802vw !important;
  }
}

.m-480 {
  margin: 33.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .m-480 {
    margin: 122.1374045802vw !important;
  }
}

.mt-480 {
  margin-top: 33.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mt-480 {
    margin-top: 122.1374045802vw !important;
  }
}

.mb-480 {
  margin-bottom: 33.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mb-480 {
    margin-bottom: 122.1374045802vw !important;
  }
}

.ml-480 {
  margin-left: 33.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .ml-480 {
    margin-left: 122.1374045802vw !important;
  }
}

.mr-480 {
  margin-right: 33.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mr-480 {
    margin-right: 122.1374045802vw !important;
  }
}

.mx-480 {
  margin-left: 33.3333333333vw !important;
  margin-right: 33.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mx-480 {
    margin-left: 122.1374045802vw !important;
    margin-right: 122.1374045802vw !important;
  }
}

.my-480 {
  margin-top: 33.3333333333vw !important;
  margin-bottom: 33.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .my-480 {
    margin-top: 122.1374045802vw !important;
    margin-bottom: 122.1374045802vw !important;
  }
}

.p-490 {
  padding: 34.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .p-490 {
    padding: 124.6819338422vw !important;
  }
}

.pt-490 {
  padding-top: 34.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .pt-490 {
    padding-top: 124.6819338422vw !important;
  }
}

.pb-490 {
  padding-bottom: 34.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .pb-490 {
    padding-bottom: 124.6819338422vw !important;
  }
}

.pl-490 {
  padding-left: 34.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .pl-490 {
    padding-left: 124.6819338422vw !important;
  }
}

.pr-490 {
  padding-right: 34.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .pr-490 {
    padding-right: 124.6819338422vw !important;
  }
}

.px-490 {
  padding-left: 34.0277777778vw !important;
  padding-right: 34.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .px-490 {
    padding-left: 124.6819338422vw !important;
    padding-right: 124.6819338422vw !important;
  }
}

.py-490 {
  padding-top: 34.0277777778vw !important;
  padding-bottom: 34.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .py-490 {
    padding-top: 124.6819338422vw !important;
    padding-bottom: 124.6819338422vw !important;
  }
}

.m-490 {
  margin: 34.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .m-490 {
    margin: 124.6819338422vw !important;
  }
}

.mt-490 {
  margin-top: 34.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .mt-490 {
    margin-top: 124.6819338422vw !important;
  }
}

.mb-490 {
  margin-bottom: 34.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .mb-490 {
    margin-bottom: 124.6819338422vw !important;
  }
}

.ml-490 {
  margin-left: 34.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .ml-490 {
    margin-left: 124.6819338422vw !important;
  }
}

.mr-490 {
  margin-right: 34.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .mr-490 {
    margin-right: 124.6819338422vw !important;
  }
}

.mx-490 {
  margin-left: 34.0277777778vw !important;
  margin-right: 34.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .mx-490 {
    margin-left: 124.6819338422vw !important;
    margin-right: 124.6819338422vw !important;
  }
}

.my-490 {
  margin-top: 34.0277777778vw !important;
  margin-bottom: 34.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .my-490 {
    margin-top: 124.6819338422vw !important;
    margin-bottom: 124.6819338422vw !important;
  }
}

.p-500 {
  padding: 34.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .p-500 {
    padding: 127.2264631043vw !important;
  }
}

.pt-500 {
  padding-top: 34.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .pt-500 {
    padding-top: 127.2264631043vw !important;
  }
}

.pb-500 {
  padding-bottom: 34.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .pb-500 {
    padding-bottom: 127.2264631043vw !important;
  }
}

.pl-500 {
  padding-left: 34.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .pl-500 {
    padding-left: 127.2264631043vw !important;
  }
}

.pr-500 {
  padding-right: 34.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .pr-500 {
    padding-right: 127.2264631043vw !important;
  }
}

.px-500 {
  padding-left: 34.7222222222vw !important;
  padding-right: 34.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .px-500 {
    padding-left: 127.2264631043vw !important;
    padding-right: 127.2264631043vw !important;
  }
}

.py-500 {
  padding-top: 34.7222222222vw !important;
  padding-bottom: 34.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .py-500 {
    padding-top: 127.2264631043vw !important;
    padding-bottom: 127.2264631043vw !important;
  }
}

.m-500 {
  margin: 34.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .m-500 {
    margin: 127.2264631043vw !important;
  }
}

.mt-500 {
  margin-top: 34.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .mt-500 {
    margin-top: 127.2264631043vw !important;
  }
}

.mb-500 {
  margin-bottom: 34.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .mb-500 {
    margin-bottom: 127.2264631043vw !important;
  }
}

.ml-500 {
  margin-left: 34.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .ml-500 {
    margin-left: 127.2264631043vw !important;
  }
}

.mr-500 {
  margin-right: 34.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .mr-500 {
    margin-right: 127.2264631043vw !important;
  }
}

.mx-500 {
  margin-left: 34.7222222222vw !important;
  margin-right: 34.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .mx-500 {
    margin-left: 127.2264631043vw !important;
    margin-right: 127.2264631043vw !important;
  }
}

.my-500 {
  margin-top: 34.7222222222vw !important;
  margin-bottom: 34.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .my-500 {
    margin-top: 127.2264631043vw !important;
    margin-bottom: 127.2264631043vw !important;
  }
}

.p-510 {
  padding: 35.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .p-510 {
    padding: 129.7709923664vw !important;
  }
}

.pt-510 {
  padding-top: 35.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .pt-510 {
    padding-top: 129.7709923664vw !important;
  }
}

.pb-510 {
  padding-bottom: 35.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .pb-510 {
    padding-bottom: 129.7709923664vw !important;
  }
}

.pl-510 {
  padding-left: 35.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .pl-510 {
    padding-left: 129.7709923664vw !important;
  }
}

.pr-510 {
  padding-right: 35.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .pr-510 {
    padding-right: 129.7709923664vw !important;
  }
}

.px-510 {
  padding-left: 35.4166666667vw !important;
  padding-right: 35.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .px-510 {
    padding-left: 129.7709923664vw !important;
    padding-right: 129.7709923664vw !important;
  }
}

.py-510 {
  padding-top: 35.4166666667vw !important;
  padding-bottom: 35.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .py-510 {
    padding-top: 129.7709923664vw !important;
    padding-bottom: 129.7709923664vw !important;
  }
}

.m-510 {
  margin: 35.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .m-510 {
    margin: 129.7709923664vw !important;
  }
}

.mt-510 {
  margin-top: 35.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .mt-510 {
    margin-top: 129.7709923664vw !important;
  }
}

.mb-510 {
  margin-bottom: 35.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .mb-510 {
    margin-bottom: 129.7709923664vw !important;
  }
}

.ml-510 {
  margin-left: 35.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .ml-510 {
    margin-left: 129.7709923664vw !important;
  }
}

.mr-510 {
  margin-right: 35.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .mr-510 {
    margin-right: 129.7709923664vw !important;
  }
}

.mx-510 {
  margin-left: 35.4166666667vw !important;
  margin-right: 35.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .mx-510 {
    margin-left: 129.7709923664vw !important;
    margin-right: 129.7709923664vw !important;
  }
}

.my-510 {
  margin-top: 35.4166666667vw !important;
  margin-bottom: 35.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .my-510 {
    margin-top: 129.7709923664vw !important;
    margin-bottom: 129.7709923664vw !important;
  }
}

.p-520 {
  padding: 36.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .p-520 {
    padding: 132.3155216285vw !important;
  }
}

.pt-520 {
  padding-top: 36.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .pt-520 {
    padding-top: 132.3155216285vw !important;
  }
}

.pb-520 {
  padding-bottom: 36.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .pb-520 {
    padding-bottom: 132.3155216285vw !important;
  }
}

.pl-520 {
  padding-left: 36.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .pl-520 {
    padding-left: 132.3155216285vw !important;
  }
}

.pr-520 {
  padding-right: 36.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .pr-520 {
    padding-right: 132.3155216285vw !important;
  }
}

.px-520 {
  padding-left: 36.1111111111vw !important;
  padding-right: 36.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .px-520 {
    padding-left: 132.3155216285vw !important;
    padding-right: 132.3155216285vw !important;
  }
}

.py-520 {
  padding-top: 36.1111111111vw !important;
  padding-bottom: 36.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .py-520 {
    padding-top: 132.3155216285vw !important;
    padding-bottom: 132.3155216285vw !important;
  }
}

.m-520 {
  margin: 36.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .m-520 {
    margin: 132.3155216285vw !important;
  }
}

.mt-520 {
  margin-top: 36.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .mt-520 {
    margin-top: 132.3155216285vw !important;
  }
}

.mb-520 {
  margin-bottom: 36.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .mb-520 {
    margin-bottom: 132.3155216285vw !important;
  }
}

.ml-520 {
  margin-left: 36.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .ml-520 {
    margin-left: 132.3155216285vw !important;
  }
}

.mr-520 {
  margin-right: 36.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .mr-520 {
    margin-right: 132.3155216285vw !important;
  }
}

.mx-520 {
  margin-left: 36.1111111111vw !important;
  margin-right: 36.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .mx-520 {
    margin-left: 132.3155216285vw !important;
    margin-right: 132.3155216285vw !important;
  }
}

.my-520 {
  margin-top: 36.1111111111vw !important;
  margin-bottom: 36.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .my-520 {
    margin-top: 132.3155216285vw !important;
    margin-bottom: 132.3155216285vw !important;
  }
}

.p-530 {
  padding: 36.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .p-530 {
    padding: 134.8600508906vw !important;
  }
}

.pt-530 {
  padding-top: 36.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .pt-530 {
    padding-top: 134.8600508906vw !important;
  }
}

.pb-530 {
  padding-bottom: 36.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .pb-530 {
    padding-bottom: 134.8600508906vw !important;
  }
}

.pl-530 {
  padding-left: 36.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .pl-530 {
    padding-left: 134.8600508906vw !important;
  }
}

.pr-530 {
  padding-right: 36.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .pr-530 {
    padding-right: 134.8600508906vw !important;
  }
}

.px-530 {
  padding-left: 36.8055555556vw !important;
  padding-right: 36.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .px-530 {
    padding-left: 134.8600508906vw !important;
    padding-right: 134.8600508906vw !important;
  }
}

.py-530 {
  padding-top: 36.8055555556vw !important;
  padding-bottom: 36.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .py-530 {
    padding-top: 134.8600508906vw !important;
    padding-bottom: 134.8600508906vw !important;
  }
}

.m-530 {
  margin: 36.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .m-530 {
    margin: 134.8600508906vw !important;
  }
}

.mt-530 {
  margin-top: 36.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .mt-530 {
    margin-top: 134.8600508906vw !important;
  }
}

.mb-530 {
  margin-bottom: 36.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .mb-530 {
    margin-bottom: 134.8600508906vw !important;
  }
}

.ml-530 {
  margin-left: 36.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .ml-530 {
    margin-left: 134.8600508906vw !important;
  }
}

.mr-530 {
  margin-right: 36.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .mr-530 {
    margin-right: 134.8600508906vw !important;
  }
}

.mx-530 {
  margin-left: 36.8055555556vw !important;
  margin-right: 36.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .mx-530 {
    margin-left: 134.8600508906vw !important;
    margin-right: 134.8600508906vw !important;
  }
}

.my-530 {
  margin-top: 36.8055555556vw !important;
  margin-bottom: 36.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .my-530 {
    margin-top: 134.8600508906vw !important;
    margin-bottom: 134.8600508906vw !important;
  }
}

.p-540 {
  padding: 37.5vw !important;
}
@media screen and (max-width: 768px) {
  .p-540 {
    padding: 137.4045801527vw !important;
  }
}

.pt-540 {
  padding-top: 37.5vw !important;
}
@media screen and (max-width: 768px) {
  .pt-540 {
    padding-top: 137.4045801527vw !important;
  }
}

.pb-540 {
  padding-bottom: 37.5vw !important;
}
@media screen and (max-width: 768px) {
  .pb-540 {
    padding-bottom: 137.4045801527vw !important;
  }
}

.pl-540 {
  padding-left: 37.5vw !important;
}
@media screen and (max-width: 768px) {
  .pl-540 {
    padding-left: 137.4045801527vw !important;
  }
}

.pr-540 {
  padding-right: 37.5vw !important;
}
@media screen and (max-width: 768px) {
  .pr-540 {
    padding-right: 137.4045801527vw !important;
  }
}

.px-540 {
  padding-left: 37.5vw !important;
  padding-right: 37.5vw !important;
}
@media screen and (max-width: 768px) {
  .px-540 {
    padding-left: 137.4045801527vw !important;
    padding-right: 137.4045801527vw !important;
  }
}

.py-540 {
  padding-top: 37.5vw !important;
  padding-bottom: 37.5vw !important;
}
@media screen and (max-width: 768px) {
  .py-540 {
    padding-top: 137.4045801527vw !important;
    padding-bottom: 137.4045801527vw !important;
  }
}

.m-540 {
  margin: 37.5vw !important;
}
@media screen and (max-width: 768px) {
  .m-540 {
    margin: 137.4045801527vw !important;
  }
}

.mt-540 {
  margin-top: 37.5vw !important;
}
@media screen and (max-width: 768px) {
  .mt-540 {
    margin-top: 137.4045801527vw !important;
  }
}

.mb-540 {
  margin-bottom: 37.5vw !important;
}
@media screen and (max-width: 768px) {
  .mb-540 {
    margin-bottom: 137.4045801527vw !important;
  }
}

.ml-540 {
  margin-left: 37.5vw !important;
}
@media screen and (max-width: 768px) {
  .ml-540 {
    margin-left: 137.4045801527vw !important;
  }
}

.mr-540 {
  margin-right: 37.5vw !important;
}
@media screen and (max-width: 768px) {
  .mr-540 {
    margin-right: 137.4045801527vw !important;
  }
}

.mx-540 {
  margin-left: 37.5vw !important;
  margin-right: 37.5vw !important;
}
@media screen and (max-width: 768px) {
  .mx-540 {
    margin-left: 137.4045801527vw !important;
    margin-right: 137.4045801527vw !important;
  }
}

.my-540 {
  margin-top: 37.5vw !important;
  margin-bottom: 37.5vw !important;
}
@media screen and (max-width: 768px) {
  .my-540 {
    margin-top: 137.4045801527vw !important;
    margin-bottom: 137.4045801527vw !important;
  }
}

.p-550 {
  padding: 38.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .p-550 {
    padding: 139.9491094148vw !important;
  }
}

.pt-550 {
  padding-top: 38.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pt-550 {
    padding-top: 139.9491094148vw !important;
  }
}

.pb-550 {
  padding-bottom: 38.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pb-550 {
    padding-bottom: 139.9491094148vw !important;
  }
}

.pl-550 {
  padding-left: 38.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pl-550 {
    padding-left: 139.9491094148vw !important;
  }
}

.pr-550 {
  padding-right: 38.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pr-550 {
    padding-right: 139.9491094148vw !important;
  }
}

.px-550 {
  padding-left: 38.1944444444vw !important;
  padding-right: 38.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .px-550 {
    padding-left: 139.9491094148vw !important;
    padding-right: 139.9491094148vw !important;
  }
}

.py-550 {
  padding-top: 38.1944444444vw !important;
  padding-bottom: 38.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .py-550 {
    padding-top: 139.9491094148vw !important;
    padding-bottom: 139.9491094148vw !important;
  }
}

.m-550 {
  margin: 38.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .m-550 {
    margin: 139.9491094148vw !important;
  }
}

.mt-550 {
  margin-top: 38.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mt-550 {
    margin-top: 139.9491094148vw !important;
  }
}

.mb-550 {
  margin-bottom: 38.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mb-550 {
    margin-bottom: 139.9491094148vw !important;
  }
}

.ml-550 {
  margin-left: 38.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .ml-550 {
    margin-left: 139.9491094148vw !important;
  }
}

.mr-550 {
  margin-right: 38.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mr-550 {
    margin-right: 139.9491094148vw !important;
  }
}

.mx-550 {
  margin-left: 38.1944444444vw !important;
  margin-right: 38.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mx-550 {
    margin-left: 139.9491094148vw !important;
    margin-right: 139.9491094148vw !important;
  }
}

.my-550 {
  margin-top: 38.1944444444vw !important;
  margin-bottom: 38.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .my-550 {
    margin-top: 139.9491094148vw !important;
    margin-bottom: 139.9491094148vw !important;
  }
}

.p-560 {
  padding: 38.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .p-560 {
    padding: 142.4936386768vw !important;
  }
}

.pt-560 {
  padding-top: 38.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pt-560 {
    padding-top: 142.4936386768vw !important;
  }
}

.pb-560 {
  padding-bottom: 38.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pb-560 {
    padding-bottom: 142.4936386768vw !important;
  }
}

.pl-560 {
  padding-left: 38.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pl-560 {
    padding-left: 142.4936386768vw !important;
  }
}

.pr-560 {
  padding-right: 38.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pr-560 {
    padding-right: 142.4936386768vw !important;
  }
}

.px-560 {
  padding-left: 38.8888888889vw !important;
  padding-right: 38.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .px-560 {
    padding-left: 142.4936386768vw !important;
    padding-right: 142.4936386768vw !important;
  }
}

.py-560 {
  padding-top: 38.8888888889vw !important;
  padding-bottom: 38.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .py-560 {
    padding-top: 142.4936386768vw !important;
    padding-bottom: 142.4936386768vw !important;
  }
}

.m-560 {
  margin: 38.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .m-560 {
    margin: 142.4936386768vw !important;
  }
}

.mt-560 {
  margin-top: 38.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mt-560 {
    margin-top: 142.4936386768vw !important;
  }
}

.mb-560 {
  margin-bottom: 38.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mb-560 {
    margin-bottom: 142.4936386768vw !important;
  }
}

.ml-560 {
  margin-left: 38.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .ml-560 {
    margin-left: 142.4936386768vw !important;
  }
}

.mr-560 {
  margin-right: 38.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mr-560 {
    margin-right: 142.4936386768vw !important;
  }
}

.mx-560 {
  margin-left: 38.8888888889vw !important;
  margin-right: 38.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mx-560 {
    margin-left: 142.4936386768vw !important;
    margin-right: 142.4936386768vw !important;
  }
}

.my-560 {
  margin-top: 38.8888888889vw !important;
  margin-bottom: 38.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .my-560 {
    margin-top: 142.4936386768vw !important;
    margin-bottom: 142.4936386768vw !important;
  }
}

.p-570 {
  padding: 39.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .p-570 {
    padding: 145.0381679389vw !important;
  }
}

.pt-570 {
  padding-top: 39.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pt-570 {
    padding-top: 145.0381679389vw !important;
  }
}

.pb-570 {
  padding-bottom: 39.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pb-570 {
    padding-bottom: 145.0381679389vw !important;
  }
}

.pl-570 {
  padding-left: 39.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pl-570 {
    padding-left: 145.0381679389vw !important;
  }
}

.pr-570 {
  padding-right: 39.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pr-570 {
    padding-right: 145.0381679389vw !important;
  }
}

.px-570 {
  padding-left: 39.5833333333vw !important;
  padding-right: 39.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .px-570 {
    padding-left: 145.0381679389vw !important;
    padding-right: 145.0381679389vw !important;
  }
}

.py-570 {
  padding-top: 39.5833333333vw !important;
  padding-bottom: 39.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .py-570 {
    padding-top: 145.0381679389vw !important;
    padding-bottom: 145.0381679389vw !important;
  }
}

.m-570 {
  margin: 39.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .m-570 {
    margin: 145.0381679389vw !important;
  }
}

.mt-570 {
  margin-top: 39.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mt-570 {
    margin-top: 145.0381679389vw !important;
  }
}

.mb-570 {
  margin-bottom: 39.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mb-570 {
    margin-bottom: 145.0381679389vw !important;
  }
}

.ml-570 {
  margin-left: 39.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .ml-570 {
    margin-left: 145.0381679389vw !important;
  }
}

.mr-570 {
  margin-right: 39.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mr-570 {
    margin-right: 145.0381679389vw !important;
  }
}

.mx-570 {
  margin-left: 39.5833333333vw !important;
  margin-right: 39.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mx-570 {
    margin-left: 145.0381679389vw !important;
    margin-right: 145.0381679389vw !important;
  }
}

.my-570 {
  margin-top: 39.5833333333vw !important;
  margin-bottom: 39.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .my-570 {
    margin-top: 145.0381679389vw !important;
    margin-bottom: 145.0381679389vw !important;
  }
}

.p-580 {
  padding: 40.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .p-580 {
    padding: 147.582697201vw !important;
  }
}

.pt-580 {
  padding-top: 40.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pt-580 {
    padding-top: 147.582697201vw !important;
  }
}

.pb-580 {
  padding-bottom: 40.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pb-580 {
    padding-bottom: 147.582697201vw !important;
  }
}

.pl-580 {
  padding-left: 40.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pl-580 {
    padding-left: 147.582697201vw !important;
  }
}

.pr-580 {
  padding-right: 40.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pr-580 {
    padding-right: 147.582697201vw !important;
  }
}

.px-580 {
  padding-left: 40.2777777778vw !important;
  padding-right: 40.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .px-580 {
    padding-left: 147.582697201vw !important;
    padding-right: 147.582697201vw !important;
  }
}

.py-580 {
  padding-top: 40.2777777778vw !important;
  padding-bottom: 40.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .py-580 {
    padding-top: 147.582697201vw !important;
    padding-bottom: 147.582697201vw !important;
  }
}

.m-580 {
  margin: 40.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .m-580 {
    margin: 147.582697201vw !important;
  }
}

.mt-580 {
  margin-top: 40.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mt-580 {
    margin-top: 147.582697201vw !important;
  }
}

.mb-580 {
  margin-bottom: 40.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mb-580 {
    margin-bottom: 147.582697201vw !important;
  }
}

.ml-580 {
  margin-left: 40.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .ml-580 {
    margin-left: 147.582697201vw !important;
  }
}

.mr-580 {
  margin-right: 40.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mr-580 {
    margin-right: 147.582697201vw !important;
  }
}

.mx-580 {
  margin-left: 40.2777777778vw !important;
  margin-right: 40.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mx-580 {
    margin-left: 147.582697201vw !important;
    margin-right: 147.582697201vw !important;
  }
}

.my-580 {
  margin-top: 40.2777777778vw !important;
  margin-bottom: 40.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .my-580 {
    margin-top: 147.582697201vw !important;
    margin-bottom: 147.582697201vw !important;
  }
}

.p-590 {
  padding: 40.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .p-590 {
    padding: 150.1272264631vw !important;
  }
}

.pt-590 {
  padding-top: 40.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pt-590 {
    padding-top: 150.1272264631vw !important;
  }
}

.pb-590 {
  padding-bottom: 40.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pb-590 {
    padding-bottom: 150.1272264631vw !important;
  }
}

.pl-590 {
  padding-left: 40.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pl-590 {
    padding-left: 150.1272264631vw !important;
  }
}

.pr-590 {
  padding-right: 40.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pr-590 {
    padding-right: 150.1272264631vw !important;
  }
}

.px-590 {
  padding-left: 40.9722222222vw !important;
  padding-right: 40.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .px-590 {
    padding-left: 150.1272264631vw !important;
    padding-right: 150.1272264631vw !important;
  }
}

.py-590 {
  padding-top: 40.9722222222vw !important;
  padding-bottom: 40.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .py-590 {
    padding-top: 150.1272264631vw !important;
    padding-bottom: 150.1272264631vw !important;
  }
}

.m-590 {
  margin: 40.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .m-590 {
    margin: 150.1272264631vw !important;
  }
}

.mt-590 {
  margin-top: 40.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mt-590 {
    margin-top: 150.1272264631vw !important;
  }
}

.mb-590 {
  margin-bottom: 40.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mb-590 {
    margin-bottom: 150.1272264631vw !important;
  }
}

.ml-590 {
  margin-left: 40.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .ml-590 {
    margin-left: 150.1272264631vw !important;
  }
}

.mr-590 {
  margin-right: 40.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mr-590 {
    margin-right: 150.1272264631vw !important;
  }
}

.mx-590 {
  margin-left: 40.9722222222vw !important;
  margin-right: 40.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mx-590 {
    margin-left: 150.1272264631vw !important;
    margin-right: 150.1272264631vw !important;
  }
}

.my-590 {
  margin-top: 40.9722222222vw !important;
  margin-bottom: 40.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .my-590 {
    margin-top: 150.1272264631vw !important;
    margin-bottom: 150.1272264631vw !important;
  }
}

.p-600 {
  padding: 41.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .p-600 {
    padding: 152.6717557252vw !important;
  }
}

.pt-600 {
  padding-top: 41.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pt-600 {
    padding-top: 152.6717557252vw !important;
  }
}

.pb-600 {
  padding-bottom: 41.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pb-600 {
    padding-bottom: 152.6717557252vw !important;
  }
}

.pl-600 {
  padding-left: 41.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pl-600 {
    padding-left: 152.6717557252vw !important;
  }
}

.pr-600 {
  padding-right: 41.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pr-600 {
    padding-right: 152.6717557252vw !important;
  }
}

.px-600 {
  padding-left: 41.6666666667vw !important;
  padding-right: 41.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .px-600 {
    padding-left: 152.6717557252vw !important;
    padding-right: 152.6717557252vw !important;
  }
}

.py-600 {
  padding-top: 41.6666666667vw !important;
  padding-bottom: 41.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .py-600 {
    padding-top: 152.6717557252vw !important;
    padding-bottom: 152.6717557252vw !important;
  }
}

.m-600 {
  margin: 41.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .m-600 {
    margin: 152.6717557252vw !important;
  }
}

.mt-600 {
  margin-top: 41.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mt-600 {
    margin-top: 152.6717557252vw !important;
  }
}

.mb-600 {
  margin-bottom: 41.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mb-600 {
    margin-bottom: 152.6717557252vw !important;
  }
}

.ml-600 {
  margin-left: 41.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .ml-600 {
    margin-left: 152.6717557252vw !important;
  }
}

.mr-600 {
  margin-right: 41.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mr-600 {
    margin-right: 152.6717557252vw !important;
  }
}

.mx-600 {
  margin-left: 41.6666666667vw !important;
  margin-right: 41.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mx-600 {
    margin-left: 152.6717557252vw !important;
    margin-right: 152.6717557252vw !important;
  }
}

.my-600 {
  margin-top: 41.6666666667vw !important;
  margin-bottom: 41.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .my-600 {
    margin-top: 152.6717557252vw !important;
    margin-bottom: 152.6717557252vw !important;
  }
}

.p-610 {
  padding: 42.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .p-610 {
    padding: 155.2162849873vw !important;
  }
}

.pt-610 {
  padding-top: 42.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pt-610 {
    padding-top: 155.2162849873vw !important;
  }
}

.pb-610 {
  padding-bottom: 42.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pb-610 {
    padding-bottom: 155.2162849873vw !important;
  }
}

.pl-610 {
  padding-left: 42.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pl-610 {
    padding-left: 155.2162849873vw !important;
  }
}

.pr-610 {
  padding-right: 42.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pr-610 {
    padding-right: 155.2162849873vw !important;
  }
}

.px-610 {
  padding-left: 42.3611111111vw !important;
  padding-right: 42.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .px-610 {
    padding-left: 155.2162849873vw !important;
    padding-right: 155.2162849873vw !important;
  }
}

.py-610 {
  padding-top: 42.3611111111vw !important;
  padding-bottom: 42.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .py-610 {
    padding-top: 155.2162849873vw !important;
    padding-bottom: 155.2162849873vw !important;
  }
}

.m-610 {
  margin: 42.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .m-610 {
    margin: 155.2162849873vw !important;
  }
}

.mt-610 {
  margin-top: 42.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mt-610 {
    margin-top: 155.2162849873vw !important;
  }
}

.mb-610 {
  margin-bottom: 42.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mb-610 {
    margin-bottom: 155.2162849873vw !important;
  }
}

.ml-610 {
  margin-left: 42.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .ml-610 {
    margin-left: 155.2162849873vw !important;
  }
}

.mr-610 {
  margin-right: 42.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mr-610 {
    margin-right: 155.2162849873vw !important;
  }
}

.mx-610 {
  margin-left: 42.3611111111vw !important;
  margin-right: 42.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mx-610 {
    margin-left: 155.2162849873vw !important;
    margin-right: 155.2162849873vw !important;
  }
}

.my-610 {
  margin-top: 42.3611111111vw !important;
  margin-bottom: 42.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .my-610 {
    margin-top: 155.2162849873vw !important;
    margin-bottom: 155.2162849873vw !important;
  }
}

.p-620 {
  padding: 43.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .p-620 {
    padding: 157.7608142494vw !important;
  }
}

.pt-620 {
  padding-top: 43.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pt-620 {
    padding-top: 157.7608142494vw !important;
  }
}

.pb-620 {
  padding-bottom: 43.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pb-620 {
    padding-bottom: 157.7608142494vw !important;
  }
}

.pl-620 {
  padding-left: 43.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pl-620 {
    padding-left: 157.7608142494vw !important;
  }
}

.pr-620 {
  padding-right: 43.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pr-620 {
    padding-right: 157.7608142494vw !important;
  }
}

.px-620 {
  padding-left: 43.0555555556vw !important;
  padding-right: 43.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .px-620 {
    padding-left: 157.7608142494vw !important;
    padding-right: 157.7608142494vw !important;
  }
}

.py-620 {
  padding-top: 43.0555555556vw !important;
  padding-bottom: 43.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .py-620 {
    padding-top: 157.7608142494vw !important;
    padding-bottom: 157.7608142494vw !important;
  }
}

.m-620 {
  margin: 43.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .m-620 {
    margin: 157.7608142494vw !important;
  }
}

.mt-620 {
  margin-top: 43.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mt-620 {
    margin-top: 157.7608142494vw !important;
  }
}

.mb-620 {
  margin-bottom: 43.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mb-620 {
    margin-bottom: 157.7608142494vw !important;
  }
}

.ml-620 {
  margin-left: 43.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .ml-620 {
    margin-left: 157.7608142494vw !important;
  }
}

.mr-620 {
  margin-right: 43.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mr-620 {
    margin-right: 157.7608142494vw !important;
  }
}

.mx-620 {
  margin-left: 43.0555555556vw !important;
  margin-right: 43.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mx-620 {
    margin-left: 157.7608142494vw !important;
    margin-right: 157.7608142494vw !important;
  }
}

.my-620 {
  margin-top: 43.0555555556vw !important;
  margin-bottom: 43.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .my-620 {
    margin-top: 157.7608142494vw !important;
    margin-bottom: 157.7608142494vw !important;
  }
}

.p-630 {
  padding: 43.75vw !important;
}
@media screen and (max-width: 768px) {
  .p-630 {
    padding: 160.3053435115vw !important;
  }
}

.pt-630 {
  padding-top: 43.75vw !important;
}
@media screen and (max-width: 768px) {
  .pt-630 {
    padding-top: 160.3053435115vw !important;
  }
}

.pb-630 {
  padding-bottom: 43.75vw !important;
}
@media screen and (max-width: 768px) {
  .pb-630 {
    padding-bottom: 160.3053435115vw !important;
  }
}

.pl-630 {
  padding-left: 43.75vw !important;
}
@media screen and (max-width: 768px) {
  .pl-630 {
    padding-left: 160.3053435115vw !important;
  }
}

.pr-630 {
  padding-right: 43.75vw !important;
}
@media screen and (max-width: 768px) {
  .pr-630 {
    padding-right: 160.3053435115vw !important;
  }
}

.px-630 {
  padding-left: 43.75vw !important;
  padding-right: 43.75vw !important;
}
@media screen and (max-width: 768px) {
  .px-630 {
    padding-left: 160.3053435115vw !important;
    padding-right: 160.3053435115vw !important;
  }
}

.py-630 {
  padding-top: 43.75vw !important;
  padding-bottom: 43.75vw !important;
}
@media screen and (max-width: 768px) {
  .py-630 {
    padding-top: 160.3053435115vw !important;
    padding-bottom: 160.3053435115vw !important;
  }
}

.m-630 {
  margin: 43.75vw !important;
}
@media screen and (max-width: 768px) {
  .m-630 {
    margin: 160.3053435115vw !important;
  }
}

.mt-630 {
  margin-top: 43.75vw !important;
}
@media screen and (max-width: 768px) {
  .mt-630 {
    margin-top: 160.3053435115vw !important;
  }
}

.mb-630 {
  margin-bottom: 43.75vw !important;
}
@media screen and (max-width: 768px) {
  .mb-630 {
    margin-bottom: 160.3053435115vw !important;
  }
}

.ml-630 {
  margin-left: 43.75vw !important;
}
@media screen and (max-width: 768px) {
  .ml-630 {
    margin-left: 160.3053435115vw !important;
  }
}

.mr-630 {
  margin-right: 43.75vw !important;
}
@media screen and (max-width: 768px) {
  .mr-630 {
    margin-right: 160.3053435115vw !important;
  }
}

.mx-630 {
  margin-left: 43.75vw !important;
  margin-right: 43.75vw !important;
}
@media screen and (max-width: 768px) {
  .mx-630 {
    margin-left: 160.3053435115vw !important;
    margin-right: 160.3053435115vw !important;
  }
}

.my-630 {
  margin-top: 43.75vw !important;
  margin-bottom: 43.75vw !important;
}
@media screen and (max-width: 768px) {
  .my-630 {
    margin-top: 160.3053435115vw !important;
    margin-bottom: 160.3053435115vw !important;
  }
}

.p-640 {
  padding: 44.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .p-640 {
    padding: 162.8498727735vw !important;
  }
}

.pt-640 {
  padding-top: 44.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pt-640 {
    padding-top: 162.8498727735vw !important;
  }
}

.pb-640 {
  padding-bottom: 44.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pb-640 {
    padding-bottom: 162.8498727735vw !important;
  }
}

.pl-640 {
  padding-left: 44.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pl-640 {
    padding-left: 162.8498727735vw !important;
  }
}

.pr-640 {
  padding-right: 44.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pr-640 {
    padding-right: 162.8498727735vw !important;
  }
}

.px-640 {
  padding-left: 44.4444444444vw !important;
  padding-right: 44.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .px-640 {
    padding-left: 162.8498727735vw !important;
    padding-right: 162.8498727735vw !important;
  }
}

.py-640 {
  padding-top: 44.4444444444vw !important;
  padding-bottom: 44.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .py-640 {
    padding-top: 162.8498727735vw !important;
    padding-bottom: 162.8498727735vw !important;
  }
}

.m-640 {
  margin: 44.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .m-640 {
    margin: 162.8498727735vw !important;
  }
}

.mt-640 {
  margin-top: 44.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mt-640 {
    margin-top: 162.8498727735vw !important;
  }
}

.mb-640 {
  margin-bottom: 44.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mb-640 {
    margin-bottom: 162.8498727735vw !important;
  }
}

.ml-640 {
  margin-left: 44.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .ml-640 {
    margin-left: 162.8498727735vw !important;
  }
}

.mr-640 {
  margin-right: 44.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mr-640 {
    margin-right: 162.8498727735vw !important;
  }
}

.mx-640 {
  margin-left: 44.4444444444vw !important;
  margin-right: 44.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mx-640 {
    margin-left: 162.8498727735vw !important;
    margin-right: 162.8498727735vw !important;
  }
}

.my-640 {
  margin-top: 44.4444444444vw !important;
  margin-bottom: 44.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .my-640 {
    margin-top: 162.8498727735vw !important;
    margin-bottom: 162.8498727735vw !important;
  }
}

.p-650 {
  padding: 45.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .p-650 {
    padding: 165.3944020356vw !important;
  }
}

.pt-650 {
  padding-top: 45.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pt-650 {
    padding-top: 165.3944020356vw !important;
  }
}

.pb-650 {
  padding-bottom: 45.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pb-650 {
    padding-bottom: 165.3944020356vw !important;
  }
}

.pl-650 {
  padding-left: 45.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pl-650 {
    padding-left: 165.3944020356vw !important;
  }
}

.pr-650 {
  padding-right: 45.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pr-650 {
    padding-right: 165.3944020356vw !important;
  }
}

.px-650 {
  padding-left: 45.1388888889vw !important;
  padding-right: 45.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .px-650 {
    padding-left: 165.3944020356vw !important;
    padding-right: 165.3944020356vw !important;
  }
}

.py-650 {
  padding-top: 45.1388888889vw !important;
  padding-bottom: 45.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .py-650 {
    padding-top: 165.3944020356vw !important;
    padding-bottom: 165.3944020356vw !important;
  }
}

.m-650 {
  margin: 45.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .m-650 {
    margin: 165.3944020356vw !important;
  }
}

.mt-650 {
  margin-top: 45.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mt-650 {
    margin-top: 165.3944020356vw !important;
  }
}

.mb-650 {
  margin-bottom: 45.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mb-650 {
    margin-bottom: 165.3944020356vw !important;
  }
}

.ml-650 {
  margin-left: 45.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .ml-650 {
    margin-left: 165.3944020356vw !important;
  }
}

.mr-650 {
  margin-right: 45.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mr-650 {
    margin-right: 165.3944020356vw !important;
  }
}

.mx-650 {
  margin-left: 45.1388888889vw !important;
  margin-right: 45.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mx-650 {
    margin-left: 165.3944020356vw !important;
    margin-right: 165.3944020356vw !important;
  }
}

.my-650 {
  margin-top: 45.1388888889vw !important;
  margin-bottom: 45.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .my-650 {
    margin-top: 165.3944020356vw !important;
    margin-bottom: 165.3944020356vw !important;
  }
}

.p-660 {
  padding: 45.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .p-660 {
    padding: 167.9389312977vw !important;
  }
}

.pt-660 {
  padding-top: 45.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pt-660 {
    padding-top: 167.9389312977vw !important;
  }
}

.pb-660 {
  padding-bottom: 45.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pb-660 {
    padding-bottom: 167.9389312977vw !important;
  }
}

.pl-660 {
  padding-left: 45.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pl-660 {
    padding-left: 167.9389312977vw !important;
  }
}

.pr-660 {
  padding-right: 45.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pr-660 {
    padding-right: 167.9389312977vw !important;
  }
}

.px-660 {
  padding-left: 45.8333333333vw !important;
  padding-right: 45.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .px-660 {
    padding-left: 167.9389312977vw !important;
    padding-right: 167.9389312977vw !important;
  }
}

.py-660 {
  padding-top: 45.8333333333vw !important;
  padding-bottom: 45.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .py-660 {
    padding-top: 167.9389312977vw !important;
    padding-bottom: 167.9389312977vw !important;
  }
}

.m-660 {
  margin: 45.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .m-660 {
    margin: 167.9389312977vw !important;
  }
}

.mt-660 {
  margin-top: 45.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mt-660 {
    margin-top: 167.9389312977vw !important;
  }
}

.mb-660 {
  margin-bottom: 45.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mb-660 {
    margin-bottom: 167.9389312977vw !important;
  }
}

.ml-660 {
  margin-left: 45.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .ml-660 {
    margin-left: 167.9389312977vw !important;
  }
}

.mr-660 {
  margin-right: 45.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mr-660 {
    margin-right: 167.9389312977vw !important;
  }
}

.mx-660 {
  margin-left: 45.8333333333vw !important;
  margin-right: 45.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mx-660 {
    margin-left: 167.9389312977vw !important;
    margin-right: 167.9389312977vw !important;
  }
}

.my-660 {
  margin-top: 45.8333333333vw !important;
  margin-bottom: 45.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .my-660 {
    margin-top: 167.9389312977vw !important;
    margin-bottom: 167.9389312977vw !important;
  }
}

.p-670 {
  padding: 46.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .p-670 {
    padding: 170.4834605598vw !important;
  }
}

.pt-670 {
  padding-top: 46.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .pt-670 {
    padding-top: 170.4834605598vw !important;
  }
}

.pb-670 {
  padding-bottom: 46.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .pb-670 {
    padding-bottom: 170.4834605598vw !important;
  }
}

.pl-670 {
  padding-left: 46.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .pl-670 {
    padding-left: 170.4834605598vw !important;
  }
}

.pr-670 {
  padding-right: 46.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .pr-670 {
    padding-right: 170.4834605598vw !important;
  }
}

.px-670 {
  padding-left: 46.5277777778vw !important;
  padding-right: 46.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .px-670 {
    padding-left: 170.4834605598vw !important;
    padding-right: 170.4834605598vw !important;
  }
}

.py-670 {
  padding-top: 46.5277777778vw !important;
  padding-bottom: 46.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .py-670 {
    padding-top: 170.4834605598vw !important;
    padding-bottom: 170.4834605598vw !important;
  }
}

.m-670 {
  margin: 46.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .m-670 {
    margin: 170.4834605598vw !important;
  }
}

.mt-670 {
  margin-top: 46.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .mt-670 {
    margin-top: 170.4834605598vw !important;
  }
}

.mb-670 {
  margin-bottom: 46.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .mb-670 {
    margin-bottom: 170.4834605598vw !important;
  }
}

.ml-670 {
  margin-left: 46.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .ml-670 {
    margin-left: 170.4834605598vw !important;
  }
}

.mr-670 {
  margin-right: 46.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .mr-670 {
    margin-right: 170.4834605598vw !important;
  }
}

.mx-670 {
  margin-left: 46.5277777778vw !important;
  margin-right: 46.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .mx-670 {
    margin-left: 170.4834605598vw !important;
    margin-right: 170.4834605598vw !important;
  }
}

.my-670 {
  margin-top: 46.5277777778vw !important;
  margin-bottom: 46.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .my-670 {
    margin-top: 170.4834605598vw !important;
    margin-bottom: 170.4834605598vw !important;
  }
}

.p-680 {
  padding: 47.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .p-680 {
    padding: 173.0279898219vw !important;
  }
}

.pt-680 {
  padding-top: 47.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .pt-680 {
    padding-top: 173.0279898219vw !important;
  }
}

.pb-680 {
  padding-bottom: 47.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .pb-680 {
    padding-bottom: 173.0279898219vw !important;
  }
}

.pl-680 {
  padding-left: 47.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .pl-680 {
    padding-left: 173.0279898219vw !important;
  }
}

.pr-680 {
  padding-right: 47.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .pr-680 {
    padding-right: 173.0279898219vw !important;
  }
}

.px-680 {
  padding-left: 47.2222222222vw !important;
  padding-right: 47.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .px-680 {
    padding-left: 173.0279898219vw !important;
    padding-right: 173.0279898219vw !important;
  }
}

.py-680 {
  padding-top: 47.2222222222vw !important;
  padding-bottom: 47.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .py-680 {
    padding-top: 173.0279898219vw !important;
    padding-bottom: 173.0279898219vw !important;
  }
}

.m-680 {
  margin: 47.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .m-680 {
    margin: 173.0279898219vw !important;
  }
}

.mt-680 {
  margin-top: 47.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .mt-680 {
    margin-top: 173.0279898219vw !important;
  }
}

.mb-680 {
  margin-bottom: 47.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .mb-680 {
    margin-bottom: 173.0279898219vw !important;
  }
}

.ml-680 {
  margin-left: 47.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .ml-680 {
    margin-left: 173.0279898219vw !important;
  }
}

.mr-680 {
  margin-right: 47.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .mr-680 {
    margin-right: 173.0279898219vw !important;
  }
}

.mx-680 {
  margin-left: 47.2222222222vw !important;
  margin-right: 47.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .mx-680 {
    margin-left: 173.0279898219vw !important;
    margin-right: 173.0279898219vw !important;
  }
}

.my-680 {
  margin-top: 47.2222222222vw !important;
  margin-bottom: 47.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .my-680 {
    margin-top: 173.0279898219vw !important;
    margin-bottom: 173.0279898219vw !important;
  }
}

.p-690 {
  padding: 47.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .p-690 {
    padding: 175.572519084vw !important;
  }
}

.pt-690 {
  padding-top: 47.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .pt-690 {
    padding-top: 175.572519084vw !important;
  }
}

.pb-690 {
  padding-bottom: 47.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .pb-690 {
    padding-bottom: 175.572519084vw !important;
  }
}

.pl-690 {
  padding-left: 47.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .pl-690 {
    padding-left: 175.572519084vw !important;
  }
}

.pr-690 {
  padding-right: 47.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .pr-690 {
    padding-right: 175.572519084vw !important;
  }
}

.px-690 {
  padding-left: 47.9166666667vw !important;
  padding-right: 47.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .px-690 {
    padding-left: 175.572519084vw !important;
    padding-right: 175.572519084vw !important;
  }
}

.py-690 {
  padding-top: 47.9166666667vw !important;
  padding-bottom: 47.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .py-690 {
    padding-top: 175.572519084vw !important;
    padding-bottom: 175.572519084vw !important;
  }
}

.m-690 {
  margin: 47.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .m-690 {
    margin: 175.572519084vw !important;
  }
}

.mt-690 {
  margin-top: 47.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .mt-690 {
    margin-top: 175.572519084vw !important;
  }
}

.mb-690 {
  margin-bottom: 47.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .mb-690 {
    margin-bottom: 175.572519084vw !important;
  }
}

.ml-690 {
  margin-left: 47.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .ml-690 {
    margin-left: 175.572519084vw !important;
  }
}

.mr-690 {
  margin-right: 47.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .mr-690 {
    margin-right: 175.572519084vw !important;
  }
}

.mx-690 {
  margin-left: 47.9166666667vw !important;
  margin-right: 47.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .mx-690 {
    margin-left: 175.572519084vw !important;
    margin-right: 175.572519084vw !important;
  }
}

.my-690 {
  margin-top: 47.9166666667vw !important;
  margin-bottom: 47.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .my-690 {
    margin-top: 175.572519084vw !important;
    margin-bottom: 175.572519084vw !important;
  }
}

.p-700 {
  padding: 48.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .p-700 {
    padding: 178.1170483461vw !important;
  }
}

.pt-700 {
  padding-top: 48.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .pt-700 {
    padding-top: 178.1170483461vw !important;
  }
}

.pb-700 {
  padding-bottom: 48.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .pb-700 {
    padding-bottom: 178.1170483461vw !important;
  }
}

.pl-700 {
  padding-left: 48.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .pl-700 {
    padding-left: 178.1170483461vw !important;
  }
}

.pr-700 {
  padding-right: 48.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .pr-700 {
    padding-right: 178.1170483461vw !important;
  }
}

.px-700 {
  padding-left: 48.6111111111vw !important;
  padding-right: 48.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .px-700 {
    padding-left: 178.1170483461vw !important;
    padding-right: 178.1170483461vw !important;
  }
}

.py-700 {
  padding-top: 48.6111111111vw !important;
  padding-bottom: 48.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .py-700 {
    padding-top: 178.1170483461vw !important;
    padding-bottom: 178.1170483461vw !important;
  }
}

.m-700 {
  margin: 48.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .m-700 {
    margin: 178.1170483461vw !important;
  }
}

.mt-700 {
  margin-top: 48.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .mt-700 {
    margin-top: 178.1170483461vw !important;
  }
}

.mb-700 {
  margin-bottom: 48.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .mb-700 {
    margin-bottom: 178.1170483461vw !important;
  }
}

.ml-700 {
  margin-left: 48.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .ml-700 {
    margin-left: 178.1170483461vw !important;
  }
}

.mr-700 {
  margin-right: 48.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .mr-700 {
    margin-right: 178.1170483461vw !important;
  }
}

.mx-700 {
  margin-left: 48.6111111111vw !important;
  margin-right: 48.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .mx-700 {
    margin-left: 178.1170483461vw !important;
    margin-right: 178.1170483461vw !important;
  }
}

.my-700 {
  margin-top: 48.6111111111vw !important;
  margin-bottom: 48.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .my-700 {
    margin-top: 178.1170483461vw !important;
    margin-bottom: 178.1170483461vw !important;
  }
}

.p-710 {
  padding: 49.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .p-710 {
    padding: 180.6615776081vw !important;
  }
}

.pt-710 {
  padding-top: 49.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .pt-710 {
    padding-top: 180.6615776081vw !important;
  }
}

.pb-710 {
  padding-bottom: 49.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .pb-710 {
    padding-bottom: 180.6615776081vw !important;
  }
}

.pl-710 {
  padding-left: 49.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .pl-710 {
    padding-left: 180.6615776081vw !important;
  }
}

.pr-710 {
  padding-right: 49.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .pr-710 {
    padding-right: 180.6615776081vw !important;
  }
}

.px-710 {
  padding-left: 49.3055555556vw !important;
  padding-right: 49.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .px-710 {
    padding-left: 180.6615776081vw !important;
    padding-right: 180.6615776081vw !important;
  }
}

.py-710 {
  padding-top: 49.3055555556vw !important;
  padding-bottom: 49.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .py-710 {
    padding-top: 180.6615776081vw !important;
    padding-bottom: 180.6615776081vw !important;
  }
}

.m-710 {
  margin: 49.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .m-710 {
    margin: 180.6615776081vw !important;
  }
}

.mt-710 {
  margin-top: 49.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .mt-710 {
    margin-top: 180.6615776081vw !important;
  }
}

.mb-710 {
  margin-bottom: 49.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .mb-710 {
    margin-bottom: 180.6615776081vw !important;
  }
}

.ml-710 {
  margin-left: 49.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .ml-710 {
    margin-left: 180.6615776081vw !important;
  }
}

.mr-710 {
  margin-right: 49.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .mr-710 {
    margin-right: 180.6615776081vw !important;
  }
}

.mx-710 {
  margin-left: 49.3055555556vw !important;
  margin-right: 49.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .mx-710 {
    margin-left: 180.6615776081vw !important;
    margin-right: 180.6615776081vw !important;
  }
}

.my-710 {
  margin-top: 49.3055555556vw !important;
  margin-bottom: 49.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .my-710 {
    margin-top: 180.6615776081vw !important;
    margin-bottom: 180.6615776081vw !important;
  }
}

.p-720 {
  padding: 50vw !important;
}
@media screen and (max-width: 768px) {
  .p-720 {
    padding: 183.2061068702vw !important;
  }
}

.pt-720 {
  padding-top: 50vw !important;
}
@media screen and (max-width: 768px) {
  .pt-720 {
    padding-top: 183.2061068702vw !important;
  }
}

.pb-720 {
  padding-bottom: 50vw !important;
}
@media screen and (max-width: 768px) {
  .pb-720 {
    padding-bottom: 183.2061068702vw !important;
  }
}

.pl-720 {
  padding-left: 50vw !important;
}
@media screen and (max-width: 768px) {
  .pl-720 {
    padding-left: 183.2061068702vw !important;
  }
}

.pr-720 {
  padding-right: 50vw !important;
}
@media screen and (max-width: 768px) {
  .pr-720 {
    padding-right: 183.2061068702vw !important;
  }
}

.px-720 {
  padding-left: 50vw !important;
  padding-right: 50vw !important;
}
@media screen and (max-width: 768px) {
  .px-720 {
    padding-left: 183.2061068702vw !important;
    padding-right: 183.2061068702vw !important;
  }
}

.py-720 {
  padding-top: 50vw !important;
  padding-bottom: 50vw !important;
}
@media screen and (max-width: 768px) {
  .py-720 {
    padding-top: 183.2061068702vw !important;
    padding-bottom: 183.2061068702vw !important;
  }
}

.m-720 {
  margin: 50vw !important;
}
@media screen and (max-width: 768px) {
  .m-720 {
    margin: 183.2061068702vw !important;
  }
}

.mt-720 {
  margin-top: 50vw !important;
}
@media screen and (max-width: 768px) {
  .mt-720 {
    margin-top: 183.2061068702vw !important;
  }
}

.mb-720 {
  margin-bottom: 50vw !important;
}
@media screen and (max-width: 768px) {
  .mb-720 {
    margin-bottom: 183.2061068702vw !important;
  }
}

.ml-720 {
  margin-left: 50vw !important;
}
@media screen and (max-width: 768px) {
  .ml-720 {
    margin-left: 183.2061068702vw !important;
  }
}

.mr-720 {
  margin-right: 50vw !important;
}
@media screen and (max-width: 768px) {
  .mr-720 {
    margin-right: 183.2061068702vw !important;
  }
}

.mx-720 {
  margin-left: 50vw !important;
  margin-right: 50vw !important;
}
@media screen and (max-width: 768px) {
  .mx-720 {
    margin-left: 183.2061068702vw !important;
    margin-right: 183.2061068702vw !important;
  }
}

.my-720 {
  margin-top: 50vw !important;
  margin-bottom: 50vw !important;
}
@media screen and (max-width: 768px) {
  .my-720 {
    margin-top: 183.2061068702vw !important;
    margin-bottom: 183.2061068702vw !important;
  }
}

.p-730 {
  padding: 50.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .p-730 {
    padding: 185.7506361323vw !important;
  }
}

.pt-730 {
  padding-top: 50.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pt-730 {
    padding-top: 185.7506361323vw !important;
  }
}

.pb-730 {
  padding-bottom: 50.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pb-730 {
    padding-bottom: 185.7506361323vw !important;
  }
}

.pl-730 {
  padding-left: 50.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pl-730 {
    padding-left: 185.7506361323vw !important;
  }
}

.pr-730 {
  padding-right: 50.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pr-730 {
    padding-right: 185.7506361323vw !important;
  }
}

.px-730 {
  padding-left: 50.6944444444vw !important;
  padding-right: 50.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .px-730 {
    padding-left: 185.7506361323vw !important;
    padding-right: 185.7506361323vw !important;
  }
}

.py-730 {
  padding-top: 50.6944444444vw !important;
  padding-bottom: 50.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .py-730 {
    padding-top: 185.7506361323vw !important;
    padding-bottom: 185.7506361323vw !important;
  }
}

.m-730 {
  margin: 50.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .m-730 {
    margin: 185.7506361323vw !important;
  }
}

.mt-730 {
  margin-top: 50.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mt-730 {
    margin-top: 185.7506361323vw !important;
  }
}

.mb-730 {
  margin-bottom: 50.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mb-730 {
    margin-bottom: 185.7506361323vw !important;
  }
}

.ml-730 {
  margin-left: 50.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .ml-730 {
    margin-left: 185.7506361323vw !important;
  }
}

.mr-730 {
  margin-right: 50.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mr-730 {
    margin-right: 185.7506361323vw !important;
  }
}

.mx-730 {
  margin-left: 50.6944444444vw !important;
  margin-right: 50.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mx-730 {
    margin-left: 185.7506361323vw !important;
    margin-right: 185.7506361323vw !important;
  }
}

.my-730 {
  margin-top: 50.6944444444vw !important;
  margin-bottom: 50.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .my-730 {
    margin-top: 185.7506361323vw !important;
    margin-bottom: 185.7506361323vw !important;
  }
}

.p-740 {
  padding: 51.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .p-740 {
    padding: 188.2951653944vw !important;
  }
}

.pt-740 {
  padding-top: 51.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pt-740 {
    padding-top: 188.2951653944vw !important;
  }
}

.pb-740 {
  padding-bottom: 51.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pb-740 {
    padding-bottom: 188.2951653944vw !important;
  }
}

.pl-740 {
  padding-left: 51.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pl-740 {
    padding-left: 188.2951653944vw !important;
  }
}

.pr-740 {
  padding-right: 51.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pr-740 {
    padding-right: 188.2951653944vw !important;
  }
}

.px-740 {
  padding-left: 51.3888888889vw !important;
  padding-right: 51.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .px-740 {
    padding-left: 188.2951653944vw !important;
    padding-right: 188.2951653944vw !important;
  }
}

.py-740 {
  padding-top: 51.3888888889vw !important;
  padding-bottom: 51.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .py-740 {
    padding-top: 188.2951653944vw !important;
    padding-bottom: 188.2951653944vw !important;
  }
}

.m-740 {
  margin: 51.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .m-740 {
    margin: 188.2951653944vw !important;
  }
}

.mt-740 {
  margin-top: 51.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mt-740 {
    margin-top: 188.2951653944vw !important;
  }
}

.mb-740 {
  margin-bottom: 51.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mb-740 {
    margin-bottom: 188.2951653944vw !important;
  }
}

.ml-740 {
  margin-left: 51.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .ml-740 {
    margin-left: 188.2951653944vw !important;
  }
}

.mr-740 {
  margin-right: 51.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mr-740 {
    margin-right: 188.2951653944vw !important;
  }
}

.mx-740 {
  margin-left: 51.3888888889vw !important;
  margin-right: 51.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mx-740 {
    margin-left: 188.2951653944vw !important;
    margin-right: 188.2951653944vw !important;
  }
}

.my-740 {
  margin-top: 51.3888888889vw !important;
  margin-bottom: 51.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .my-740 {
    margin-top: 188.2951653944vw !important;
    margin-bottom: 188.2951653944vw !important;
  }
}

.p-750 {
  padding: 52.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .p-750 {
    padding: 190.8396946565vw !important;
  }
}

.pt-750 {
  padding-top: 52.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pt-750 {
    padding-top: 190.8396946565vw !important;
  }
}

.pb-750 {
  padding-bottom: 52.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pb-750 {
    padding-bottom: 190.8396946565vw !important;
  }
}

.pl-750 {
  padding-left: 52.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pl-750 {
    padding-left: 190.8396946565vw !important;
  }
}

.pr-750 {
  padding-right: 52.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pr-750 {
    padding-right: 190.8396946565vw !important;
  }
}

.px-750 {
  padding-left: 52.0833333333vw !important;
  padding-right: 52.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .px-750 {
    padding-left: 190.8396946565vw !important;
    padding-right: 190.8396946565vw !important;
  }
}

.py-750 {
  padding-top: 52.0833333333vw !important;
  padding-bottom: 52.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .py-750 {
    padding-top: 190.8396946565vw !important;
    padding-bottom: 190.8396946565vw !important;
  }
}

.m-750 {
  margin: 52.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .m-750 {
    margin: 190.8396946565vw !important;
  }
}

.mt-750 {
  margin-top: 52.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mt-750 {
    margin-top: 190.8396946565vw !important;
  }
}

.mb-750 {
  margin-bottom: 52.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mb-750 {
    margin-bottom: 190.8396946565vw !important;
  }
}

.ml-750 {
  margin-left: 52.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .ml-750 {
    margin-left: 190.8396946565vw !important;
  }
}

.mr-750 {
  margin-right: 52.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mr-750 {
    margin-right: 190.8396946565vw !important;
  }
}

.mx-750 {
  margin-left: 52.0833333333vw !important;
  margin-right: 52.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mx-750 {
    margin-left: 190.8396946565vw !important;
    margin-right: 190.8396946565vw !important;
  }
}

.my-750 {
  margin-top: 52.0833333333vw !important;
  margin-bottom: 52.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .my-750 {
    margin-top: 190.8396946565vw !important;
    margin-bottom: 190.8396946565vw !important;
  }
}

.p-760 {
  padding: 52.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .p-760 {
    padding: 193.3842239186vw !important;
  }
}

.pt-760 {
  padding-top: 52.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pt-760 {
    padding-top: 193.3842239186vw !important;
  }
}

.pb-760 {
  padding-bottom: 52.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pb-760 {
    padding-bottom: 193.3842239186vw !important;
  }
}

.pl-760 {
  padding-left: 52.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pl-760 {
    padding-left: 193.3842239186vw !important;
  }
}

.pr-760 {
  padding-right: 52.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pr-760 {
    padding-right: 193.3842239186vw !important;
  }
}

.px-760 {
  padding-left: 52.7777777778vw !important;
  padding-right: 52.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .px-760 {
    padding-left: 193.3842239186vw !important;
    padding-right: 193.3842239186vw !important;
  }
}

.py-760 {
  padding-top: 52.7777777778vw !important;
  padding-bottom: 52.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .py-760 {
    padding-top: 193.3842239186vw !important;
    padding-bottom: 193.3842239186vw !important;
  }
}

.m-760 {
  margin: 52.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .m-760 {
    margin: 193.3842239186vw !important;
  }
}

.mt-760 {
  margin-top: 52.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mt-760 {
    margin-top: 193.3842239186vw !important;
  }
}

.mb-760 {
  margin-bottom: 52.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mb-760 {
    margin-bottom: 193.3842239186vw !important;
  }
}

.ml-760 {
  margin-left: 52.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .ml-760 {
    margin-left: 193.3842239186vw !important;
  }
}

.mr-760 {
  margin-right: 52.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mr-760 {
    margin-right: 193.3842239186vw !important;
  }
}

.mx-760 {
  margin-left: 52.7777777778vw !important;
  margin-right: 52.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mx-760 {
    margin-left: 193.3842239186vw !important;
    margin-right: 193.3842239186vw !important;
  }
}

.my-760 {
  margin-top: 52.7777777778vw !important;
  margin-bottom: 52.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .my-760 {
    margin-top: 193.3842239186vw !important;
    margin-bottom: 193.3842239186vw !important;
  }
}

.p-770 {
  padding: 53.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .p-770 {
    padding: 195.9287531807vw !important;
  }
}

.pt-770 {
  padding-top: 53.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pt-770 {
    padding-top: 195.9287531807vw !important;
  }
}

.pb-770 {
  padding-bottom: 53.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pb-770 {
    padding-bottom: 195.9287531807vw !important;
  }
}

.pl-770 {
  padding-left: 53.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pl-770 {
    padding-left: 195.9287531807vw !important;
  }
}

.pr-770 {
  padding-right: 53.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pr-770 {
    padding-right: 195.9287531807vw !important;
  }
}

.px-770 {
  padding-left: 53.4722222222vw !important;
  padding-right: 53.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .px-770 {
    padding-left: 195.9287531807vw !important;
    padding-right: 195.9287531807vw !important;
  }
}

.py-770 {
  padding-top: 53.4722222222vw !important;
  padding-bottom: 53.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .py-770 {
    padding-top: 195.9287531807vw !important;
    padding-bottom: 195.9287531807vw !important;
  }
}

.m-770 {
  margin: 53.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .m-770 {
    margin: 195.9287531807vw !important;
  }
}

.mt-770 {
  margin-top: 53.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mt-770 {
    margin-top: 195.9287531807vw !important;
  }
}

.mb-770 {
  margin-bottom: 53.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mb-770 {
    margin-bottom: 195.9287531807vw !important;
  }
}

.ml-770 {
  margin-left: 53.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .ml-770 {
    margin-left: 195.9287531807vw !important;
  }
}

.mr-770 {
  margin-right: 53.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mr-770 {
    margin-right: 195.9287531807vw !important;
  }
}

.mx-770 {
  margin-left: 53.4722222222vw !important;
  margin-right: 53.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mx-770 {
    margin-left: 195.9287531807vw !important;
    margin-right: 195.9287531807vw !important;
  }
}

.my-770 {
  margin-top: 53.4722222222vw !important;
  margin-bottom: 53.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .my-770 {
    margin-top: 195.9287531807vw !important;
    margin-bottom: 195.9287531807vw !important;
  }
}

.p-780 {
  padding: 54.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .p-780 {
    padding: 198.4732824427vw !important;
  }
}

.pt-780 {
  padding-top: 54.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pt-780 {
    padding-top: 198.4732824427vw !important;
  }
}

.pb-780 {
  padding-bottom: 54.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pb-780 {
    padding-bottom: 198.4732824427vw !important;
  }
}

.pl-780 {
  padding-left: 54.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pl-780 {
    padding-left: 198.4732824427vw !important;
  }
}

.pr-780 {
  padding-right: 54.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pr-780 {
    padding-right: 198.4732824427vw !important;
  }
}

.px-780 {
  padding-left: 54.1666666667vw !important;
  padding-right: 54.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .px-780 {
    padding-left: 198.4732824427vw !important;
    padding-right: 198.4732824427vw !important;
  }
}

.py-780 {
  padding-top: 54.1666666667vw !important;
  padding-bottom: 54.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .py-780 {
    padding-top: 198.4732824427vw !important;
    padding-bottom: 198.4732824427vw !important;
  }
}

.m-780 {
  margin: 54.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .m-780 {
    margin: 198.4732824427vw !important;
  }
}

.mt-780 {
  margin-top: 54.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mt-780 {
    margin-top: 198.4732824427vw !important;
  }
}

.mb-780 {
  margin-bottom: 54.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mb-780 {
    margin-bottom: 198.4732824427vw !important;
  }
}

.ml-780 {
  margin-left: 54.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .ml-780 {
    margin-left: 198.4732824427vw !important;
  }
}

.mr-780 {
  margin-right: 54.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mr-780 {
    margin-right: 198.4732824427vw !important;
  }
}

.mx-780 {
  margin-left: 54.1666666667vw !important;
  margin-right: 54.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mx-780 {
    margin-left: 198.4732824427vw !important;
    margin-right: 198.4732824427vw !important;
  }
}

.my-780 {
  margin-top: 54.1666666667vw !important;
  margin-bottom: 54.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .my-780 {
    margin-top: 198.4732824427vw !important;
    margin-bottom: 198.4732824427vw !important;
  }
}

.p-790 {
  padding: 54.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .p-790 {
    padding: 201.0178117048vw !important;
  }
}

.pt-790 {
  padding-top: 54.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pt-790 {
    padding-top: 201.0178117048vw !important;
  }
}

.pb-790 {
  padding-bottom: 54.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pb-790 {
    padding-bottom: 201.0178117048vw !important;
  }
}

.pl-790 {
  padding-left: 54.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pl-790 {
    padding-left: 201.0178117048vw !important;
  }
}

.pr-790 {
  padding-right: 54.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pr-790 {
    padding-right: 201.0178117048vw !important;
  }
}

.px-790 {
  padding-left: 54.8611111111vw !important;
  padding-right: 54.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .px-790 {
    padding-left: 201.0178117048vw !important;
    padding-right: 201.0178117048vw !important;
  }
}

.py-790 {
  padding-top: 54.8611111111vw !important;
  padding-bottom: 54.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .py-790 {
    padding-top: 201.0178117048vw !important;
    padding-bottom: 201.0178117048vw !important;
  }
}

.m-790 {
  margin: 54.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .m-790 {
    margin: 201.0178117048vw !important;
  }
}

.mt-790 {
  margin-top: 54.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mt-790 {
    margin-top: 201.0178117048vw !important;
  }
}

.mb-790 {
  margin-bottom: 54.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mb-790 {
    margin-bottom: 201.0178117048vw !important;
  }
}

.ml-790 {
  margin-left: 54.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .ml-790 {
    margin-left: 201.0178117048vw !important;
  }
}

.mr-790 {
  margin-right: 54.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mr-790 {
    margin-right: 201.0178117048vw !important;
  }
}

.mx-790 {
  margin-left: 54.8611111111vw !important;
  margin-right: 54.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mx-790 {
    margin-left: 201.0178117048vw !important;
    margin-right: 201.0178117048vw !important;
  }
}

.my-790 {
  margin-top: 54.8611111111vw !important;
  margin-bottom: 54.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .my-790 {
    margin-top: 201.0178117048vw !important;
    margin-bottom: 201.0178117048vw !important;
  }
}

.p-800 {
  padding: 55.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .p-800 {
    padding: 203.5623409669vw !important;
  }
}

.pt-800 {
  padding-top: 55.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pt-800 {
    padding-top: 203.5623409669vw !important;
  }
}

.pb-800 {
  padding-bottom: 55.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pb-800 {
    padding-bottom: 203.5623409669vw !important;
  }
}

.pl-800 {
  padding-left: 55.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pl-800 {
    padding-left: 203.5623409669vw !important;
  }
}

.pr-800 {
  padding-right: 55.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pr-800 {
    padding-right: 203.5623409669vw !important;
  }
}

.px-800 {
  padding-left: 55.5555555556vw !important;
  padding-right: 55.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .px-800 {
    padding-left: 203.5623409669vw !important;
    padding-right: 203.5623409669vw !important;
  }
}

.py-800 {
  padding-top: 55.5555555556vw !important;
  padding-bottom: 55.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .py-800 {
    padding-top: 203.5623409669vw !important;
    padding-bottom: 203.5623409669vw !important;
  }
}

.m-800 {
  margin: 55.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .m-800 {
    margin: 203.5623409669vw !important;
  }
}

.mt-800 {
  margin-top: 55.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mt-800 {
    margin-top: 203.5623409669vw !important;
  }
}

.mb-800 {
  margin-bottom: 55.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mb-800 {
    margin-bottom: 203.5623409669vw !important;
  }
}

.ml-800 {
  margin-left: 55.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .ml-800 {
    margin-left: 203.5623409669vw !important;
  }
}

.mr-800 {
  margin-right: 55.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mr-800 {
    margin-right: 203.5623409669vw !important;
  }
}

.mx-800 {
  margin-left: 55.5555555556vw !important;
  margin-right: 55.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mx-800 {
    margin-left: 203.5623409669vw !important;
    margin-right: 203.5623409669vw !important;
  }
}

.my-800 {
  margin-top: 55.5555555556vw !important;
  margin-bottom: 55.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .my-800 {
    margin-top: 203.5623409669vw !important;
    margin-bottom: 203.5623409669vw !important;
  }
}

.p-810 {
  padding: 56.25vw !important;
}
@media screen and (max-width: 768px) {
  .p-810 {
    padding: 206.106870229vw !important;
  }
}

.pt-810 {
  padding-top: 56.25vw !important;
}
@media screen and (max-width: 768px) {
  .pt-810 {
    padding-top: 206.106870229vw !important;
  }
}

.pb-810 {
  padding-bottom: 56.25vw !important;
}
@media screen and (max-width: 768px) {
  .pb-810 {
    padding-bottom: 206.106870229vw !important;
  }
}

.pl-810 {
  padding-left: 56.25vw !important;
}
@media screen and (max-width: 768px) {
  .pl-810 {
    padding-left: 206.106870229vw !important;
  }
}

.pr-810 {
  padding-right: 56.25vw !important;
}
@media screen and (max-width: 768px) {
  .pr-810 {
    padding-right: 206.106870229vw !important;
  }
}

.px-810 {
  padding-left: 56.25vw !important;
  padding-right: 56.25vw !important;
}
@media screen and (max-width: 768px) {
  .px-810 {
    padding-left: 206.106870229vw !important;
    padding-right: 206.106870229vw !important;
  }
}

.py-810 {
  padding-top: 56.25vw !important;
  padding-bottom: 56.25vw !important;
}
@media screen and (max-width: 768px) {
  .py-810 {
    padding-top: 206.106870229vw !important;
    padding-bottom: 206.106870229vw !important;
  }
}

.m-810 {
  margin: 56.25vw !important;
}
@media screen and (max-width: 768px) {
  .m-810 {
    margin: 206.106870229vw !important;
  }
}

.mt-810 {
  margin-top: 56.25vw !important;
}
@media screen and (max-width: 768px) {
  .mt-810 {
    margin-top: 206.106870229vw !important;
  }
}

.mb-810 {
  margin-bottom: 56.25vw !important;
}
@media screen and (max-width: 768px) {
  .mb-810 {
    margin-bottom: 206.106870229vw !important;
  }
}

.ml-810 {
  margin-left: 56.25vw !important;
}
@media screen and (max-width: 768px) {
  .ml-810 {
    margin-left: 206.106870229vw !important;
  }
}

.mr-810 {
  margin-right: 56.25vw !important;
}
@media screen and (max-width: 768px) {
  .mr-810 {
    margin-right: 206.106870229vw !important;
  }
}

.mx-810 {
  margin-left: 56.25vw !important;
  margin-right: 56.25vw !important;
}
@media screen and (max-width: 768px) {
  .mx-810 {
    margin-left: 206.106870229vw !important;
    margin-right: 206.106870229vw !important;
  }
}

.my-810 {
  margin-top: 56.25vw !important;
  margin-bottom: 56.25vw !important;
}
@media screen and (max-width: 768px) {
  .my-810 {
    margin-top: 206.106870229vw !important;
    margin-bottom: 206.106870229vw !important;
  }
}

.p-820 {
  padding: 56.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .p-820 {
    padding: 208.6513994911vw !important;
  }
}

.pt-820 {
  padding-top: 56.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pt-820 {
    padding-top: 208.6513994911vw !important;
  }
}

.pb-820 {
  padding-bottom: 56.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pb-820 {
    padding-bottom: 208.6513994911vw !important;
  }
}

.pl-820 {
  padding-left: 56.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pl-820 {
    padding-left: 208.6513994911vw !important;
  }
}

.pr-820 {
  padding-right: 56.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pr-820 {
    padding-right: 208.6513994911vw !important;
  }
}

.px-820 {
  padding-left: 56.9444444444vw !important;
  padding-right: 56.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .px-820 {
    padding-left: 208.6513994911vw !important;
    padding-right: 208.6513994911vw !important;
  }
}

.py-820 {
  padding-top: 56.9444444444vw !important;
  padding-bottom: 56.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .py-820 {
    padding-top: 208.6513994911vw !important;
    padding-bottom: 208.6513994911vw !important;
  }
}

.m-820 {
  margin: 56.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .m-820 {
    margin: 208.6513994911vw !important;
  }
}

.mt-820 {
  margin-top: 56.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mt-820 {
    margin-top: 208.6513994911vw !important;
  }
}

.mb-820 {
  margin-bottom: 56.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mb-820 {
    margin-bottom: 208.6513994911vw !important;
  }
}

.ml-820 {
  margin-left: 56.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .ml-820 {
    margin-left: 208.6513994911vw !important;
  }
}

.mr-820 {
  margin-right: 56.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mr-820 {
    margin-right: 208.6513994911vw !important;
  }
}

.mx-820 {
  margin-left: 56.9444444444vw !important;
  margin-right: 56.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mx-820 {
    margin-left: 208.6513994911vw !important;
    margin-right: 208.6513994911vw !important;
  }
}

.my-820 {
  margin-top: 56.9444444444vw !important;
  margin-bottom: 56.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .my-820 {
    margin-top: 208.6513994911vw !important;
    margin-bottom: 208.6513994911vw !important;
  }
}

.p-830 {
  padding: 57.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .p-830 {
    padding: 211.1959287532vw !important;
  }
}

.pt-830 {
  padding-top: 57.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pt-830 {
    padding-top: 211.1959287532vw !important;
  }
}

.pb-830 {
  padding-bottom: 57.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pb-830 {
    padding-bottom: 211.1959287532vw !important;
  }
}

.pl-830 {
  padding-left: 57.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pl-830 {
    padding-left: 211.1959287532vw !important;
  }
}

.pr-830 {
  padding-right: 57.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pr-830 {
    padding-right: 211.1959287532vw !important;
  }
}

.px-830 {
  padding-left: 57.6388888889vw !important;
  padding-right: 57.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .px-830 {
    padding-left: 211.1959287532vw !important;
    padding-right: 211.1959287532vw !important;
  }
}

.py-830 {
  padding-top: 57.6388888889vw !important;
  padding-bottom: 57.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .py-830 {
    padding-top: 211.1959287532vw !important;
    padding-bottom: 211.1959287532vw !important;
  }
}

.m-830 {
  margin: 57.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .m-830 {
    margin: 211.1959287532vw !important;
  }
}

.mt-830 {
  margin-top: 57.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mt-830 {
    margin-top: 211.1959287532vw !important;
  }
}

.mb-830 {
  margin-bottom: 57.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mb-830 {
    margin-bottom: 211.1959287532vw !important;
  }
}

.ml-830 {
  margin-left: 57.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .ml-830 {
    margin-left: 211.1959287532vw !important;
  }
}

.mr-830 {
  margin-right: 57.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mr-830 {
    margin-right: 211.1959287532vw !important;
  }
}

.mx-830 {
  margin-left: 57.6388888889vw !important;
  margin-right: 57.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mx-830 {
    margin-left: 211.1959287532vw !important;
    margin-right: 211.1959287532vw !important;
  }
}

.my-830 {
  margin-top: 57.6388888889vw !important;
  margin-bottom: 57.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .my-830 {
    margin-top: 211.1959287532vw !important;
    margin-bottom: 211.1959287532vw !important;
  }
}

.p-840 {
  padding: 58.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .p-840 {
    padding: 213.7404580153vw !important;
  }
}

.pt-840 {
  padding-top: 58.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pt-840 {
    padding-top: 213.7404580153vw !important;
  }
}

.pb-840 {
  padding-bottom: 58.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pb-840 {
    padding-bottom: 213.7404580153vw !important;
  }
}

.pl-840 {
  padding-left: 58.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pl-840 {
    padding-left: 213.7404580153vw !important;
  }
}

.pr-840 {
  padding-right: 58.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pr-840 {
    padding-right: 213.7404580153vw !important;
  }
}

.px-840 {
  padding-left: 58.3333333333vw !important;
  padding-right: 58.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .px-840 {
    padding-left: 213.7404580153vw !important;
    padding-right: 213.7404580153vw !important;
  }
}

.py-840 {
  padding-top: 58.3333333333vw !important;
  padding-bottom: 58.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .py-840 {
    padding-top: 213.7404580153vw !important;
    padding-bottom: 213.7404580153vw !important;
  }
}

.m-840 {
  margin: 58.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .m-840 {
    margin: 213.7404580153vw !important;
  }
}

.mt-840 {
  margin-top: 58.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mt-840 {
    margin-top: 213.7404580153vw !important;
  }
}

.mb-840 {
  margin-bottom: 58.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mb-840 {
    margin-bottom: 213.7404580153vw !important;
  }
}

.ml-840 {
  margin-left: 58.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .ml-840 {
    margin-left: 213.7404580153vw !important;
  }
}

.mr-840 {
  margin-right: 58.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mr-840 {
    margin-right: 213.7404580153vw !important;
  }
}

.mx-840 {
  margin-left: 58.3333333333vw !important;
  margin-right: 58.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mx-840 {
    margin-left: 213.7404580153vw !important;
    margin-right: 213.7404580153vw !important;
  }
}

.my-840 {
  margin-top: 58.3333333333vw !important;
  margin-bottom: 58.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .my-840 {
    margin-top: 213.7404580153vw !important;
    margin-bottom: 213.7404580153vw !important;
  }
}

.p-850 {
  padding: 59.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .p-850 {
    padding: 216.2849872774vw !important;
  }
}

.pt-850 {
  padding-top: 59.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .pt-850 {
    padding-top: 216.2849872774vw !important;
  }
}

.pb-850 {
  padding-bottom: 59.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .pb-850 {
    padding-bottom: 216.2849872774vw !important;
  }
}

.pl-850 {
  padding-left: 59.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .pl-850 {
    padding-left: 216.2849872774vw !important;
  }
}

.pr-850 {
  padding-right: 59.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .pr-850 {
    padding-right: 216.2849872774vw !important;
  }
}

.px-850 {
  padding-left: 59.0277777778vw !important;
  padding-right: 59.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .px-850 {
    padding-left: 216.2849872774vw !important;
    padding-right: 216.2849872774vw !important;
  }
}

.py-850 {
  padding-top: 59.0277777778vw !important;
  padding-bottom: 59.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .py-850 {
    padding-top: 216.2849872774vw !important;
    padding-bottom: 216.2849872774vw !important;
  }
}

.m-850 {
  margin: 59.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .m-850 {
    margin: 216.2849872774vw !important;
  }
}

.mt-850 {
  margin-top: 59.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .mt-850 {
    margin-top: 216.2849872774vw !important;
  }
}

.mb-850 {
  margin-bottom: 59.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .mb-850 {
    margin-bottom: 216.2849872774vw !important;
  }
}

.ml-850 {
  margin-left: 59.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .ml-850 {
    margin-left: 216.2849872774vw !important;
  }
}

.mr-850 {
  margin-right: 59.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .mr-850 {
    margin-right: 216.2849872774vw !important;
  }
}

.mx-850 {
  margin-left: 59.0277777778vw !important;
  margin-right: 59.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .mx-850 {
    margin-left: 216.2849872774vw !important;
    margin-right: 216.2849872774vw !important;
  }
}

.my-850 {
  margin-top: 59.0277777778vw !important;
  margin-bottom: 59.0277777778vw !important;
}
@media screen and (max-width: 768px) {
  .my-850 {
    margin-top: 216.2849872774vw !important;
    margin-bottom: 216.2849872774vw !important;
  }
}

.p-860 {
  padding: 59.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .p-860 {
    padding: 218.8295165394vw !important;
  }
}

.pt-860 {
  padding-top: 59.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .pt-860 {
    padding-top: 218.8295165394vw !important;
  }
}

.pb-860 {
  padding-bottom: 59.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .pb-860 {
    padding-bottom: 218.8295165394vw !important;
  }
}

.pl-860 {
  padding-left: 59.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .pl-860 {
    padding-left: 218.8295165394vw !important;
  }
}

.pr-860 {
  padding-right: 59.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .pr-860 {
    padding-right: 218.8295165394vw !important;
  }
}

.px-860 {
  padding-left: 59.7222222222vw !important;
  padding-right: 59.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .px-860 {
    padding-left: 218.8295165394vw !important;
    padding-right: 218.8295165394vw !important;
  }
}

.py-860 {
  padding-top: 59.7222222222vw !important;
  padding-bottom: 59.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .py-860 {
    padding-top: 218.8295165394vw !important;
    padding-bottom: 218.8295165394vw !important;
  }
}

.m-860 {
  margin: 59.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .m-860 {
    margin: 218.8295165394vw !important;
  }
}

.mt-860 {
  margin-top: 59.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .mt-860 {
    margin-top: 218.8295165394vw !important;
  }
}

.mb-860 {
  margin-bottom: 59.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .mb-860 {
    margin-bottom: 218.8295165394vw !important;
  }
}

.ml-860 {
  margin-left: 59.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .ml-860 {
    margin-left: 218.8295165394vw !important;
  }
}

.mr-860 {
  margin-right: 59.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .mr-860 {
    margin-right: 218.8295165394vw !important;
  }
}

.mx-860 {
  margin-left: 59.7222222222vw !important;
  margin-right: 59.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .mx-860 {
    margin-left: 218.8295165394vw !important;
    margin-right: 218.8295165394vw !important;
  }
}

.my-860 {
  margin-top: 59.7222222222vw !important;
  margin-bottom: 59.7222222222vw !important;
}
@media screen and (max-width: 768px) {
  .my-860 {
    margin-top: 218.8295165394vw !important;
    margin-bottom: 218.8295165394vw !important;
  }
}

.p-870 {
  padding: 60.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .p-870 {
    padding: 221.3740458015vw !important;
  }
}

.pt-870 {
  padding-top: 60.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .pt-870 {
    padding-top: 221.3740458015vw !important;
  }
}

.pb-870 {
  padding-bottom: 60.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .pb-870 {
    padding-bottom: 221.3740458015vw !important;
  }
}

.pl-870 {
  padding-left: 60.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .pl-870 {
    padding-left: 221.3740458015vw !important;
  }
}

.pr-870 {
  padding-right: 60.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .pr-870 {
    padding-right: 221.3740458015vw !important;
  }
}

.px-870 {
  padding-left: 60.4166666667vw !important;
  padding-right: 60.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .px-870 {
    padding-left: 221.3740458015vw !important;
    padding-right: 221.3740458015vw !important;
  }
}

.py-870 {
  padding-top: 60.4166666667vw !important;
  padding-bottom: 60.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .py-870 {
    padding-top: 221.3740458015vw !important;
    padding-bottom: 221.3740458015vw !important;
  }
}

.m-870 {
  margin: 60.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .m-870 {
    margin: 221.3740458015vw !important;
  }
}

.mt-870 {
  margin-top: 60.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .mt-870 {
    margin-top: 221.3740458015vw !important;
  }
}

.mb-870 {
  margin-bottom: 60.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .mb-870 {
    margin-bottom: 221.3740458015vw !important;
  }
}

.ml-870 {
  margin-left: 60.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .ml-870 {
    margin-left: 221.3740458015vw !important;
  }
}

.mr-870 {
  margin-right: 60.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .mr-870 {
    margin-right: 221.3740458015vw !important;
  }
}

.mx-870 {
  margin-left: 60.4166666667vw !important;
  margin-right: 60.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .mx-870 {
    margin-left: 221.3740458015vw !important;
    margin-right: 221.3740458015vw !important;
  }
}

.my-870 {
  margin-top: 60.4166666667vw !important;
  margin-bottom: 60.4166666667vw !important;
}
@media screen and (max-width: 768px) {
  .my-870 {
    margin-top: 221.3740458015vw !important;
    margin-bottom: 221.3740458015vw !important;
  }
}

.p-880 {
  padding: 61.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .p-880 {
    padding: 223.9185750636vw !important;
  }
}

.pt-880 {
  padding-top: 61.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .pt-880 {
    padding-top: 223.9185750636vw !important;
  }
}

.pb-880 {
  padding-bottom: 61.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .pb-880 {
    padding-bottom: 223.9185750636vw !important;
  }
}

.pl-880 {
  padding-left: 61.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .pl-880 {
    padding-left: 223.9185750636vw !important;
  }
}

.pr-880 {
  padding-right: 61.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .pr-880 {
    padding-right: 223.9185750636vw !important;
  }
}

.px-880 {
  padding-left: 61.1111111111vw !important;
  padding-right: 61.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .px-880 {
    padding-left: 223.9185750636vw !important;
    padding-right: 223.9185750636vw !important;
  }
}

.py-880 {
  padding-top: 61.1111111111vw !important;
  padding-bottom: 61.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .py-880 {
    padding-top: 223.9185750636vw !important;
    padding-bottom: 223.9185750636vw !important;
  }
}

.m-880 {
  margin: 61.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .m-880 {
    margin: 223.9185750636vw !important;
  }
}

.mt-880 {
  margin-top: 61.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .mt-880 {
    margin-top: 223.9185750636vw !important;
  }
}

.mb-880 {
  margin-bottom: 61.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .mb-880 {
    margin-bottom: 223.9185750636vw !important;
  }
}

.ml-880 {
  margin-left: 61.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .ml-880 {
    margin-left: 223.9185750636vw !important;
  }
}

.mr-880 {
  margin-right: 61.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .mr-880 {
    margin-right: 223.9185750636vw !important;
  }
}

.mx-880 {
  margin-left: 61.1111111111vw !important;
  margin-right: 61.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .mx-880 {
    margin-left: 223.9185750636vw !important;
    margin-right: 223.9185750636vw !important;
  }
}

.my-880 {
  margin-top: 61.1111111111vw !important;
  margin-bottom: 61.1111111111vw !important;
}
@media screen and (max-width: 768px) {
  .my-880 {
    margin-top: 223.9185750636vw !important;
    margin-bottom: 223.9185750636vw !important;
  }
}

.p-890 {
  padding: 61.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .p-890 {
    padding: 226.4631043257vw !important;
  }
}

.pt-890 {
  padding-top: 61.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .pt-890 {
    padding-top: 226.4631043257vw !important;
  }
}

.pb-890 {
  padding-bottom: 61.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .pb-890 {
    padding-bottom: 226.4631043257vw !important;
  }
}

.pl-890 {
  padding-left: 61.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .pl-890 {
    padding-left: 226.4631043257vw !important;
  }
}

.pr-890 {
  padding-right: 61.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .pr-890 {
    padding-right: 226.4631043257vw !important;
  }
}

.px-890 {
  padding-left: 61.8055555556vw !important;
  padding-right: 61.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .px-890 {
    padding-left: 226.4631043257vw !important;
    padding-right: 226.4631043257vw !important;
  }
}

.py-890 {
  padding-top: 61.8055555556vw !important;
  padding-bottom: 61.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .py-890 {
    padding-top: 226.4631043257vw !important;
    padding-bottom: 226.4631043257vw !important;
  }
}

.m-890 {
  margin: 61.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .m-890 {
    margin: 226.4631043257vw !important;
  }
}

.mt-890 {
  margin-top: 61.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .mt-890 {
    margin-top: 226.4631043257vw !important;
  }
}

.mb-890 {
  margin-bottom: 61.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .mb-890 {
    margin-bottom: 226.4631043257vw !important;
  }
}

.ml-890 {
  margin-left: 61.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .ml-890 {
    margin-left: 226.4631043257vw !important;
  }
}

.mr-890 {
  margin-right: 61.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .mr-890 {
    margin-right: 226.4631043257vw !important;
  }
}

.mx-890 {
  margin-left: 61.8055555556vw !important;
  margin-right: 61.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .mx-890 {
    margin-left: 226.4631043257vw !important;
    margin-right: 226.4631043257vw !important;
  }
}

.my-890 {
  margin-top: 61.8055555556vw !important;
  margin-bottom: 61.8055555556vw !important;
}
@media screen and (max-width: 768px) {
  .my-890 {
    margin-top: 226.4631043257vw !important;
    margin-bottom: 226.4631043257vw !important;
  }
}

.p-900 {
  padding: 62.5vw !important;
}
@media screen and (max-width: 768px) {
  .p-900 {
    padding: 229.0076335878vw !important;
  }
}

.pt-900 {
  padding-top: 62.5vw !important;
}
@media screen and (max-width: 768px) {
  .pt-900 {
    padding-top: 229.0076335878vw !important;
  }
}

.pb-900 {
  padding-bottom: 62.5vw !important;
}
@media screen and (max-width: 768px) {
  .pb-900 {
    padding-bottom: 229.0076335878vw !important;
  }
}

.pl-900 {
  padding-left: 62.5vw !important;
}
@media screen and (max-width: 768px) {
  .pl-900 {
    padding-left: 229.0076335878vw !important;
  }
}

.pr-900 {
  padding-right: 62.5vw !important;
}
@media screen and (max-width: 768px) {
  .pr-900 {
    padding-right: 229.0076335878vw !important;
  }
}

.px-900 {
  padding-left: 62.5vw !important;
  padding-right: 62.5vw !important;
}
@media screen and (max-width: 768px) {
  .px-900 {
    padding-left: 229.0076335878vw !important;
    padding-right: 229.0076335878vw !important;
  }
}

.py-900 {
  padding-top: 62.5vw !important;
  padding-bottom: 62.5vw !important;
}
@media screen and (max-width: 768px) {
  .py-900 {
    padding-top: 229.0076335878vw !important;
    padding-bottom: 229.0076335878vw !important;
  }
}

.m-900 {
  margin: 62.5vw !important;
}
@media screen and (max-width: 768px) {
  .m-900 {
    margin: 229.0076335878vw !important;
  }
}

.mt-900 {
  margin-top: 62.5vw !important;
}
@media screen and (max-width: 768px) {
  .mt-900 {
    margin-top: 229.0076335878vw !important;
  }
}

.mb-900 {
  margin-bottom: 62.5vw !important;
}
@media screen and (max-width: 768px) {
  .mb-900 {
    margin-bottom: 229.0076335878vw !important;
  }
}

.ml-900 {
  margin-left: 62.5vw !important;
}
@media screen and (max-width: 768px) {
  .ml-900 {
    margin-left: 229.0076335878vw !important;
  }
}

.mr-900 {
  margin-right: 62.5vw !important;
}
@media screen and (max-width: 768px) {
  .mr-900 {
    margin-right: 229.0076335878vw !important;
  }
}

.mx-900 {
  margin-left: 62.5vw !important;
  margin-right: 62.5vw !important;
}
@media screen and (max-width: 768px) {
  .mx-900 {
    margin-left: 229.0076335878vw !important;
    margin-right: 229.0076335878vw !important;
  }
}

.my-900 {
  margin-top: 62.5vw !important;
  margin-bottom: 62.5vw !important;
}
@media screen and (max-width: 768px) {
  .my-900 {
    margin-top: 229.0076335878vw !important;
    margin-bottom: 229.0076335878vw !important;
  }
}

.p-910 {
  padding: 63.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .p-910 {
    padding: 231.5521628499vw !important;
  }
}

.pt-910 {
  padding-top: 63.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pt-910 {
    padding-top: 231.5521628499vw !important;
  }
}

.pb-910 {
  padding-bottom: 63.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pb-910 {
    padding-bottom: 231.5521628499vw !important;
  }
}

.pl-910 {
  padding-left: 63.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pl-910 {
    padding-left: 231.5521628499vw !important;
  }
}

.pr-910 {
  padding-right: 63.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pr-910 {
    padding-right: 231.5521628499vw !important;
  }
}

.px-910 {
  padding-left: 63.1944444444vw !important;
  padding-right: 63.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .px-910 {
    padding-left: 231.5521628499vw !important;
    padding-right: 231.5521628499vw !important;
  }
}

.py-910 {
  padding-top: 63.1944444444vw !important;
  padding-bottom: 63.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .py-910 {
    padding-top: 231.5521628499vw !important;
    padding-bottom: 231.5521628499vw !important;
  }
}

.m-910 {
  margin: 63.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .m-910 {
    margin: 231.5521628499vw !important;
  }
}

.mt-910 {
  margin-top: 63.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mt-910 {
    margin-top: 231.5521628499vw !important;
  }
}

.mb-910 {
  margin-bottom: 63.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mb-910 {
    margin-bottom: 231.5521628499vw !important;
  }
}

.ml-910 {
  margin-left: 63.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .ml-910 {
    margin-left: 231.5521628499vw !important;
  }
}

.mr-910 {
  margin-right: 63.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mr-910 {
    margin-right: 231.5521628499vw !important;
  }
}

.mx-910 {
  margin-left: 63.1944444444vw !important;
  margin-right: 63.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mx-910 {
    margin-left: 231.5521628499vw !important;
    margin-right: 231.5521628499vw !important;
  }
}

.my-910 {
  margin-top: 63.1944444444vw !important;
  margin-bottom: 63.1944444444vw !important;
}
@media screen and (max-width: 768px) {
  .my-910 {
    margin-top: 231.5521628499vw !important;
    margin-bottom: 231.5521628499vw !important;
  }
}

.p-920 {
  padding: 63.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .p-920 {
    padding: 234.096692112vw !important;
  }
}

.pt-920 {
  padding-top: 63.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pt-920 {
    padding-top: 234.096692112vw !important;
  }
}

.pb-920 {
  padding-bottom: 63.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pb-920 {
    padding-bottom: 234.096692112vw !important;
  }
}

.pl-920 {
  padding-left: 63.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pl-920 {
    padding-left: 234.096692112vw !important;
  }
}

.pr-920 {
  padding-right: 63.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pr-920 {
    padding-right: 234.096692112vw !important;
  }
}

.px-920 {
  padding-left: 63.8888888889vw !important;
  padding-right: 63.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .px-920 {
    padding-left: 234.096692112vw !important;
    padding-right: 234.096692112vw !important;
  }
}

.py-920 {
  padding-top: 63.8888888889vw !important;
  padding-bottom: 63.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .py-920 {
    padding-top: 234.096692112vw !important;
    padding-bottom: 234.096692112vw !important;
  }
}

.m-920 {
  margin: 63.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .m-920 {
    margin: 234.096692112vw !important;
  }
}

.mt-920 {
  margin-top: 63.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mt-920 {
    margin-top: 234.096692112vw !important;
  }
}

.mb-920 {
  margin-bottom: 63.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mb-920 {
    margin-bottom: 234.096692112vw !important;
  }
}

.ml-920 {
  margin-left: 63.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .ml-920 {
    margin-left: 234.096692112vw !important;
  }
}

.mr-920 {
  margin-right: 63.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mr-920 {
    margin-right: 234.096692112vw !important;
  }
}

.mx-920 {
  margin-left: 63.8888888889vw !important;
  margin-right: 63.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mx-920 {
    margin-left: 234.096692112vw !important;
    margin-right: 234.096692112vw !important;
  }
}

.my-920 {
  margin-top: 63.8888888889vw !important;
  margin-bottom: 63.8888888889vw !important;
}
@media screen and (max-width: 768px) {
  .my-920 {
    margin-top: 234.096692112vw !important;
    margin-bottom: 234.096692112vw !important;
  }
}

.p-930 {
  padding: 64.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .p-930 {
    padding: 236.641221374vw !important;
  }
}

.pt-930 {
  padding-top: 64.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pt-930 {
    padding-top: 236.641221374vw !important;
  }
}

.pb-930 {
  padding-bottom: 64.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pb-930 {
    padding-bottom: 236.641221374vw !important;
  }
}

.pl-930 {
  padding-left: 64.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pl-930 {
    padding-left: 236.641221374vw !important;
  }
}

.pr-930 {
  padding-right: 64.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pr-930 {
    padding-right: 236.641221374vw !important;
  }
}

.px-930 {
  padding-left: 64.5833333333vw !important;
  padding-right: 64.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .px-930 {
    padding-left: 236.641221374vw !important;
    padding-right: 236.641221374vw !important;
  }
}

.py-930 {
  padding-top: 64.5833333333vw !important;
  padding-bottom: 64.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .py-930 {
    padding-top: 236.641221374vw !important;
    padding-bottom: 236.641221374vw !important;
  }
}

.m-930 {
  margin: 64.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .m-930 {
    margin: 236.641221374vw !important;
  }
}

.mt-930 {
  margin-top: 64.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mt-930 {
    margin-top: 236.641221374vw !important;
  }
}

.mb-930 {
  margin-bottom: 64.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mb-930 {
    margin-bottom: 236.641221374vw !important;
  }
}

.ml-930 {
  margin-left: 64.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .ml-930 {
    margin-left: 236.641221374vw !important;
  }
}

.mr-930 {
  margin-right: 64.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mr-930 {
    margin-right: 236.641221374vw !important;
  }
}

.mx-930 {
  margin-left: 64.5833333333vw !important;
  margin-right: 64.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mx-930 {
    margin-left: 236.641221374vw !important;
    margin-right: 236.641221374vw !important;
  }
}

.my-930 {
  margin-top: 64.5833333333vw !important;
  margin-bottom: 64.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  .my-930 {
    margin-top: 236.641221374vw !important;
    margin-bottom: 236.641221374vw !important;
  }
}

.p-940 {
  padding: 65.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .p-940 {
    padding: 239.1857506361vw !important;
  }
}

.pt-940 {
  padding-top: 65.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pt-940 {
    padding-top: 239.1857506361vw !important;
  }
}

.pb-940 {
  padding-bottom: 65.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pb-940 {
    padding-bottom: 239.1857506361vw !important;
  }
}

.pl-940 {
  padding-left: 65.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pl-940 {
    padding-left: 239.1857506361vw !important;
  }
}

.pr-940 {
  padding-right: 65.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pr-940 {
    padding-right: 239.1857506361vw !important;
  }
}

.px-940 {
  padding-left: 65.2777777778vw !important;
  padding-right: 65.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .px-940 {
    padding-left: 239.1857506361vw !important;
    padding-right: 239.1857506361vw !important;
  }
}

.py-940 {
  padding-top: 65.2777777778vw !important;
  padding-bottom: 65.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .py-940 {
    padding-top: 239.1857506361vw !important;
    padding-bottom: 239.1857506361vw !important;
  }
}

.m-940 {
  margin: 65.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .m-940 {
    margin: 239.1857506361vw !important;
  }
}

.mt-940 {
  margin-top: 65.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mt-940 {
    margin-top: 239.1857506361vw !important;
  }
}

.mb-940 {
  margin-bottom: 65.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mb-940 {
    margin-bottom: 239.1857506361vw !important;
  }
}

.ml-940 {
  margin-left: 65.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .ml-940 {
    margin-left: 239.1857506361vw !important;
  }
}

.mr-940 {
  margin-right: 65.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mr-940 {
    margin-right: 239.1857506361vw !important;
  }
}

.mx-940 {
  margin-left: 65.2777777778vw !important;
  margin-right: 65.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mx-940 {
    margin-left: 239.1857506361vw !important;
    margin-right: 239.1857506361vw !important;
  }
}

.my-940 {
  margin-top: 65.2777777778vw !important;
  margin-bottom: 65.2777777778vw !important;
}
@media screen and (max-width: 768px) {
  .my-940 {
    margin-top: 239.1857506361vw !important;
    margin-bottom: 239.1857506361vw !important;
  }
}

.p-950 {
  padding: 65.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .p-950 {
    padding: 241.7302798982vw !important;
  }
}

.pt-950 {
  padding-top: 65.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pt-950 {
    padding-top: 241.7302798982vw !important;
  }
}

.pb-950 {
  padding-bottom: 65.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pb-950 {
    padding-bottom: 241.7302798982vw !important;
  }
}

.pl-950 {
  padding-left: 65.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pl-950 {
    padding-left: 241.7302798982vw !important;
  }
}

.pr-950 {
  padding-right: 65.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pr-950 {
    padding-right: 241.7302798982vw !important;
  }
}

.px-950 {
  padding-left: 65.9722222222vw !important;
  padding-right: 65.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .px-950 {
    padding-left: 241.7302798982vw !important;
    padding-right: 241.7302798982vw !important;
  }
}

.py-950 {
  padding-top: 65.9722222222vw !important;
  padding-bottom: 65.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .py-950 {
    padding-top: 241.7302798982vw !important;
    padding-bottom: 241.7302798982vw !important;
  }
}

.m-950 {
  margin: 65.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .m-950 {
    margin: 241.7302798982vw !important;
  }
}

.mt-950 {
  margin-top: 65.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mt-950 {
    margin-top: 241.7302798982vw !important;
  }
}

.mb-950 {
  margin-bottom: 65.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mb-950 {
    margin-bottom: 241.7302798982vw !important;
  }
}

.ml-950 {
  margin-left: 65.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .ml-950 {
    margin-left: 241.7302798982vw !important;
  }
}

.mr-950 {
  margin-right: 65.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mr-950 {
    margin-right: 241.7302798982vw !important;
  }
}

.mx-950 {
  margin-left: 65.9722222222vw !important;
  margin-right: 65.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mx-950 {
    margin-left: 241.7302798982vw !important;
    margin-right: 241.7302798982vw !important;
  }
}

.my-950 {
  margin-top: 65.9722222222vw !important;
  margin-bottom: 65.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .my-950 {
    margin-top: 241.7302798982vw !important;
    margin-bottom: 241.7302798982vw !important;
  }
}

.p-960 {
  padding: 66.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .p-960 {
    padding: 244.2748091603vw !important;
  }
}

.pt-960 {
  padding-top: 66.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pt-960 {
    padding-top: 244.2748091603vw !important;
  }
}

.pb-960 {
  padding-bottom: 66.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pb-960 {
    padding-bottom: 244.2748091603vw !important;
  }
}

.pl-960 {
  padding-left: 66.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pl-960 {
    padding-left: 244.2748091603vw !important;
  }
}

.pr-960 {
  padding-right: 66.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pr-960 {
    padding-right: 244.2748091603vw !important;
  }
}

.px-960 {
  padding-left: 66.6666666667vw !important;
  padding-right: 66.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .px-960 {
    padding-left: 244.2748091603vw !important;
    padding-right: 244.2748091603vw !important;
  }
}

.py-960 {
  padding-top: 66.6666666667vw !important;
  padding-bottom: 66.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .py-960 {
    padding-top: 244.2748091603vw !important;
    padding-bottom: 244.2748091603vw !important;
  }
}

.m-960 {
  margin: 66.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .m-960 {
    margin: 244.2748091603vw !important;
  }
}

.mt-960 {
  margin-top: 66.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mt-960 {
    margin-top: 244.2748091603vw !important;
  }
}

.mb-960 {
  margin-bottom: 66.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mb-960 {
    margin-bottom: 244.2748091603vw !important;
  }
}

.ml-960 {
  margin-left: 66.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .ml-960 {
    margin-left: 244.2748091603vw !important;
  }
}

.mr-960 {
  margin-right: 66.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mr-960 {
    margin-right: 244.2748091603vw !important;
  }
}

.mx-960 {
  margin-left: 66.6666666667vw !important;
  margin-right: 66.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mx-960 {
    margin-left: 244.2748091603vw !important;
    margin-right: 244.2748091603vw !important;
  }
}

.my-960 {
  margin-top: 66.6666666667vw !important;
  margin-bottom: 66.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .my-960 {
    margin-top: 244.2748091603vw !important;
    margin-bottom: 244.2748091603vw !important;
  }
}

.p-970 {
  padding: 67.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .p-970 {
    padding: 246.8193384224vw !important;
  }
}

.pt-970 {
  padding-top: 67.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pt-970 {
    padding-top: 246.8193384224vw !important;
  }
}

.pb-970 {
  padding-bottom: 67.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pb-970 {
    padding-bottom: 246.8193384224vw !important;
  }
}

.pl-970 {
  padding-left: 67.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pl-970 {
    padding-left: 246.8193384224vw !important;
  }
}

.pr-970 {
  padding-right: 67.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pr-970 {
    padding-right: 246.8193384224vw !important;
  }
}

.px-970 {
  padding-left: 67.3611111111vw !important;
  padding-right: 67.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .px-970 {
    padding-left: 246.8193384224vw !important;
    padding-right: 246.8193384224vw !important;
  }
}

.py-970 {
  padding-top: 67.3611111111vw !important;
  padding-bottom: 67.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .py-970 {
    padding-top: 246.8193384224vw !important;
    padding-bottom: 246.8193384224vw !important;
  }
}

.m-970 {
  margin: 67.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .m-970 {
    margin: 246.8193384224vw !important;
  }
}

.mt-970 {
  margin-top: 67.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mt-970 {
    margin-top: 246.8193384224vw !important;
  }
}

.mb-970 {
  margin-bottom: 67.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mb-970 {
    margin-bottom: 246.8193384224vw !important;
  }
}

.ml-970 {
  margin-left: 67.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .ml-970 {
    margin-left: 246.8193384224vw !important;
  }
}

.mr-970 {
  margin-right: 67.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mr-970 {
    margin-right: 246.8193384224vw !important;
  }
}

.mx-970 {
  margin-left: 67.3611111111vw !important;
  margin-right: 67.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mx-970 {
    margin-left: 246.8193384224vw !important;
    margin-right: 246.8193384224vw !important;
  }
}

.my-970 {
  margin-top: 67.3611111111vw !important;
  margin-bottom: 67.3611111111vw !important;
}
@media screen and (max-width: 768px) {
  .my-970 {
    margin-top: 246.8193384224vw !important;
    margin-bottom: 246.8193384224vw !important;
  }
}

.p-980 {
  padding: 68.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .p-980 {
    padding: 249.3638676845vw !important;
  }
}

.pt-980 {
  padding-top: 68.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pt-980 {
    padding-top: 249.3638676845vw !important;
  }
}

.pb-980 {
  padding-bottom: 68.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pb-980 {
    padding-bottom: 249.3638676845vw !important;
  }
}

.pl-980 {
  padding-left: 68.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pl-980 {
    padding-left: 249.3638676845vw !important;
  }
}

.pr-980 {
  padding-right: 68.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pr-980 {
    padding-right: 249.3638676845vw !important;
  }
}

.px-980 {
  padding-left: 68.0555555556vw !important;
  padding-right: 68.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .px-980 {
    padding-left: 249.3638676845vw !important;
    padding-right: 249.3638676845vw !important;
  }
}

.py-980 {
  padding-top: 68.0555555556vw !important;
  padding-bottom: 68.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .py-980 {
    padding-top: 249.3638676845vw !important;
    padding-bottom: 249.3638676845vw !important;
  }
}

.m-980 {
  margin: 68.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .m-980 {
    margin: 249.3638676845vw !important;
  }
}

.mt-980 {
  margin-top: 68.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mt-980 {
    margin-top: 249.3638676845vw !important;
  }
}

.mb-980 {
  margin-bottom: 68.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mb-980 {
    margin-bottom: 249.3638676845vw !important;
  }
}

.ml-980 {
  margin-left: 68.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .ml-980 {
    margin-left: 249.3638676845vw !important;
  }
}

.mr-980 {
  margin-right: 68.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mr-980 {
    margin-right: 249.3638676845vw !important;
  }
}

.mx-980 {
  margin-left: 68.0555555556vw !important;
  margin-right: 68.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mx-980 {
    margin-left: 249.3638676845vw !important;
    margin-right: 249.3638676845vw !important;
  }
}

.my-980 {
  margin-top: 68.0555555556vw !important;
  margin-bottom: 68.0555555556vw !important;
}
@media screen and (max-width: 768px) {
  .my-980 {
    margin-top: 249.3638676845vw !important;
    margin-bottom: 249.3638676845vw !important;
  }
}

.p-990 {
  padding: 68.75vw !important;
}
@media screen and (max-width: 768px) {
  .p-990 {
    padding: 251.9083969466vw !important;
  }
}

.pt-990 {
  padding-top: 68.75vw !important;
}
@media screen and (max-width: 768px) {
  .pt-990 {
    padding-top: 251.9083969466vw !important;
  }
}

.pb-990 {
  padding-bottom: 68.75vw !important;
}
@media screen and (max-width: 768px) {
  .pb-990 {
    padding-bottom: 251.9083969466vw !important;
  }
}

.pl-990 {
  padding-left: 68.75vw !important;
}
@media screen and (max-width: 768px) {
  .pl-990 {
    padding-left: 251.9083969466vw !important;
  }
}

.pr-990 {
  padding-right: 68.75vw !important;
}
@media screen and (max-width: 768px) {
  .pr-990 {
    padding-right: 251.9083969466vw !important;
  }
}

.px-990 {
  padding-left: 68.75vw !important;
  padding-right: 68.75vw !important;
}
@media screen and (max-width: 768px) {
  .px-990 {
    padding-left: 251.9083969466vw !important;
    padding-right: 251.9083969466vw !important;
  }
}

.py-990 {
  padding-top: 68.75vw !important;
  padding-bottom: 68.75vw !important;
}
@media screen and (max-width: 768px) {
  .py-990 {
    padding-top: 251.9083969466vw !important;
    padding-bottom: 251.9083969466vw !important;
  }
}

.m-990 {
  margin: 68.75vw !important;
}
@media screen and (max-width: 768px) {
  .m-990 {
    margin: 251.9083969466vw !important;
  }
}

.mt-990 {
  margin-top: 68.75vw !important;
}
@media screen and (max-width: 768px) {
  .mt-990 {
    margin-top: 251.9083969466vw !important;
  }
}

.mb-990 {
  margin-bottom: 68.75vw !important;
}
@media screen and (max-width: 768px) {
  .mb-990 {
    margin-bottom: 251.9083969466vw !important;
  }
}

.ml-990 {
  margin-left: 68.75vw !important;
}
@media screen and (max-width: 768px) {
  .ml-990 {
    margin-left: 251.9083969466vw !important;
  }
}

.mr-990 {
  margin-right: 68.75vw !important;
}
@media screen and (max-width: 768px) {
  .mr-990 {
    margin-right: 251.9083969466vw !important;
  }
}

.mx-990 {
  margin-left: 68.75vw !important;
  margin-right: 68.75vw !important;
}
@media screen and (max-width: 768px) {
  .mx-990 {
    margin-left: 251.9083969466vw !important;
    margin-right: 251.9083969466vw !important;
  }
}

.my-990 {
  margin-top: 68.75vw !important;
  margin-bottom: 68.75vw !important;
}
@media screen and (max-width: 768px) {
  .my-990 {
    margin-top: 251.9083969466vw !important;
    margin-bottom: 251.9083969466vw !important;
  }
}

.p-1000 {
  padding: 69.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .p-1000 {
    padding: 254.4529262087vw !important;
  }
}

.pt-1000 {
  padding-top: 69.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pt-1000 {
    padding-top: 254.4529262087vw !important;
  }
}

.pb-1000 {
  padding-bottom: 69.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pb-1000 {
    padding-bottom: 254.4529262087vw !important;
  }
}

.pl-1000 {
  padding-left: 69.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pl-1000 {
    padding-left: 254.4529262087vw !important;
  }
}

.pr-1000 {
  padding-right: 69.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pr-1000 {
    padding-right: 254.4529262087vw !important;
  }
}

.px-1000 {
  padding-left: 69.4444444444vw !important;
  padding-right: 69.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .px-1000 {
    padding-left: 254.4529262087vw !important;
    padding-right: 254.4529262087vw !important;
  }
}

.py-1000 {
  padding-top: 69.4444444444vw !important;
  padding-bottom: 69.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .py-1000 {
    padding-top: 254.4529262087vw !important;
    padding-bottom: 254.4529262087vw !important;
  }
}

.m-1000 {
  margin: 69.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .m-1000 {
    margin: 254.4529262087vw !important;
  }
}

.mt-1000 {
  margin-top: 69.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mt-1000 {
    margin-top: 254.4529262087vw !important;
  }
}

.mb-1000 {
  margin-bottom: 69.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mb-1000 {
    margin-bottom: 254.4529262087vw !important;
  }
}

.ml-1000 {
  margin-left: 69.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .ml-1000 {
    margin-left: 254.4529262087vw !important;
  }
}

.mr-1000 {
  margin-right: 69.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mr-1000 {
    margin-right: 254.4529262087vw !important;
  }
}

.mx-1000 {
  margin-left: 69.4444444444vw !important;
  margin-right: 69.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mx-1000 {
    margin-left: 254.4529262087vw !important;
    margin-right: 254.4529262087vw !important;
  }
}

.my-1000 {
  margin-top: 69.4444444444vw !important;
  margin-bottom: 69.4444444444vw !important;
}
@media screen and (max-width: 768px) {
  .my-1000 {
    margin-top: 254.4529262087vw !important;
    margin-bottom: 254.4529262087vw !important;
  }
}

.p-1010 {
  padding: 70.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .p-1010 {
    padding: 256.9974554707vw !important;
  }
}

.pt-1010 {
  padding-top: 70.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pt-1010 {
    padding-top: 256.9974554707vw !important;
  }
}

.pb-1010 {
  padding-bottom: 70.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pb-1010 {
    padding-bottom: 256.9974554707vw !important;
  }
}

.pl-1010 {
  padding-left: 70.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pl-1010 {
    padding-left: 256.9974554707vw !important;
  }
}

.pr-1010 {
  padding-right: 70.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pr-1010 {
    padding-right: 256.9974554707vw !important;
  }
}

.px-1010 {
  padding-left: 70.1388888889vw !important;
  padding-right: 70.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .px-1010 {
    padding-left: 256.9974554707vw !important;
    padding-right: 256.9974554707vw !important;
  }
}

.py-1010 {
  padding-top: 70.1388888889vw !important;
  padding-bottom: 70.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .py-1010 {
    padding-top: 256.9974554707vw !important;
    padding-bottom: 256.9974554707vw !important;
  }
}

.m-1010 {
  margin: 70.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .m-1010 {
    margin: 256.9974554707vw !important;
  }
}

.mt-1010 {
  margin-top: 70.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mt-1010 {
    margin-top: 256.9974554707vw !important;
  }
}

.mb-1010 {
  margin-bottom: 70.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mb-1010 {
    margin-bottom: 256.9974554707vw !important;
  }
}

.ml-1010 {
  margin-left: 70.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .ml-1010 {
    margin-left: 256.9974554707vw !important;
  }
}

.mr-1010 {
  margin-right: 70.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mr-1010 {
    margin-right: 256.9974554707vw !important;
  }
}

.mx-1010 {
  margin-left: 70.1388888889vw !important;
  margin-right: 70.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mx-1010 {
    margin-left: 256.9974554707vw !important;
    margin-right: 256.9974554707vw !important;
  }
}

.my-1010 {
  margin-top: 70.1388888889vw !important;
  margin-bottom: 70.1388888889vw !important;
}
@media screen and (max-width: 768px) {
  .my-1010 {
    margin-top: 256.9974554707vw !important;
    margin-bottom: 256.9974554707vw !important;
  }
}

.p-1020 {
  padding: 70.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .p-1020 {
    padding: 259.5419847328vw !important;
  }
}

.pt-1020 {
  padding-top: 70.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pt-1020 {
    padding-top: 259.5419847328vw !important;
  }
}

.pb-1020 {
  padding-bottom: 70.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pb-1020 {
    padding-bottom: 259.5419847328vw !important;
  }
}

.pl-1020 {
  padding-left: 70.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pl-1020 {
    padding-left: 259.5419847328vw !important;
  }
}

.pr-1020 {
  padding-right: 70.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pr-1020 {
    padding-right: 259.5419847328vw !important;
  }
}

.px-1020 {
  padding-left: 70.8333333333vw !important;
  padding-right: 70.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .px-1020 {
    padding-left: 259.5419847328vw !important;
    padding-right: 259.5419847328vw !important;
  }
}

.py-1020 {
  padding-top: 70.8333333333vw !important;
  padding-bottom: 70.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .py-1020 {
    padding-top: 259.5419847328vw !important;
    padding-bottom: 259.5419847328vw !important;
  }
}

.m-1020 {
  margin: 70.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .m-1020 {
    margin: 259.5419847328vw !important;
  }
}

.mt-1020 {
  margin-top: 70.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mt-1020 {
    margin-top: 259.5419847328vw !important;
  }
}

.mb-1020 {
  margin-bottom: 70.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mb-1020 {
    margin-bottom: 259.5419847328vw !important;
  }
}

.ml-1020 {
  margin-left: 70.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .ml-1020 {
    margin-left: 259.5419847328vw !important;
  }
}

.mr-1020 {
  margin-right: 70.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mr-1020 {
    margin-right: 259.5419847328vw !important;
  }
}

.mx-1020 {
  margin-left: 70.8333333333vw !important;
  margin-right: 70.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mx-1020 {
    margin-left: 259.5419847328vw !important;
    margin-right: 259.5419847328vw !important;
  }
}

.my-1020 {
  margin-top: 70.8333333333vw !important;
  margin-bottom: 70.8333333333vw !important;
}
@media screen and (max-width: 768px) {
  .my-1020 {
    margin-top: 259.5419847328vw !important;
    margin-bottom: 259.5419847328vw !important;
  }
}

.p-1030 {
  padding: 71.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .p-1030 {
    padding: 262.0865139949vw !important;
  }
}

.pt-1030 {
  padding-top: 71.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .pt-1030 {
    padding-top: 262.0865139949vw !important;
  }
}

.pb-1030 {
  padding-bottom: 71.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .pb-1030 {
    padding-bottom: 262.0865139949vw !important;
  }
}

.pl-1030 {
  padding-left: 71.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .pl-1030 {
    padding-left: 262.0865139949vw !important;
  }
}

.pr-1030 {
  padding-right: 71.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .pr-1030 {
    padding-right: 262.0865139949vw !important;
  }
}

.px-1030 {
  padding-left: 71.5277777778vw !important;
  padding-right: 71.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .px-1030 {
    padding-left: 262.0865139949vw !important;
    padding-right: 262.0865139949vw !important;
  }
}

.py-1030 {
  padding-top: 71.5277777778vw !important;
  padding-bottom: 71.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .py-1030 {
    padding-top: 262.0865139949vw !important;
    padding-bottom: 262.0865139949vw !important;
  }
}

.m-1030 {
  margin: 71.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .m-1030 {
    margin: 262.0865139949vw !important;
  }
}

.mt-1030 {
  margin-top: 71.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .mt-1030 {
    margin-top: 262.0865139949vw !important;
  }
}

.mb-1030 {
  margin-bottom: 71.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .mb-1030 {
    margin-bottom: 262.0865139949vw !important;
  }
}

.ml-1030 {
  margin-left: 71.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .ml-1030 {
    margin-left: 262.0865139949vw !important;
  }
}

.mr-1030 {
  margin-right: 71.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .mr-1030 {
    margin-right: 262.0865139949vw !important;
  }
}

.mx-1030 {
  margin-left: 71.5277777778vw !important;
  margin-right: 71.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .mx-1030 {
    margin-left: 262.0865139949vw !important;
    margin-right: 262.0865139949vw !important;
  }
}

.my-1030 {
  margin-top: 71.5277777778vw !important;
  margin-bottom: 71.5277777778vw !important;
}
@media screen and (max-width: 768px) {
  .my-1030 {
    margin-top: 262.0865139949vw !important;
    margin-bottom: 262.0865139949vw !important;
  }
}

.p-1040 {
  padding: 72.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .p-1040 {
    padding: 264.631043257vw !important;
  }
}

.pt-1040 {
  padding-top: 72.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .pt-1040 {
    padding-top: 264.631043257vw !important;
  }
}

.pb-1040 {
  padding-bottom: 72.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .pb-1040 {
    padding-bottom: 264.631043257vw !important;
  }
}

.pl-1040 {
  padding-left: 72.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .pl-1040 {
    padding-left: 264.631043257vw !important;
  }
}

.pr-1040 {
  padding-right: 72.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .pr-1040 {
    padding-right: 264.631043257vw !important;
  }
}

.px-1040 {
  padding-left: 72.2222222222vw !important;
  padding-right: 72.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .px-1040 {
    padding-left: 264.631043257vw !important;
    padding-right: 264.631043257vw !important;
  }
}

.py-1040 {
  padding-top: 72.2222222222vw !important;
  padding-bottom: 72.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .py-1040 {
    padding-top: 264.631043257vw !important;
    padding-bottom: 264.631043257vw !important;
  }
}

.m-1040 {
  margin: 72.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .m-1040 {
    margin: 264.631043257vw !important;
  }
}

.mt-1040 {
  margin-top: 72.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .mt-1040 {
    margin-top: 264.631043257vw !important;
  }
}

.mb-1040 {
  margin-bottom: 72.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .mb-1040 {
    margin-bottom: 264.631043257vw !important;
  }
}

.ml-1040 {
  margin-left: 72.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .ml-1040 {
    margin-left: 264.631043257vw !important;
  }
}

.mr-1040 {
  margin-right: 72.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .mr-1040 {
    margin-right: 264.631043257vw !important;
  }
}

.mx-1040 {
  margin-left: 72.2222222222vw !important;
  margin-right: 72.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .mx-1040 {
    margin-left: 264.631043257vw !important;
    margin-right: 264.631043257vw !important;
  }
}

.my-1040 {
  margin-top: 72.2222222222vw !important;
  margin-bottom: 72.2222222222vw !important;
}
@media screen and (max-width: 768px) {
  .my-1040 {
    margin-top: 264.631043257vw !important;
    margin-bottom: 264.631043257vw !important;
  }
}

.p-1050 {
  padding: 72.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .p-1050 {
    padding: 267.1755725191vw !important;
  }
}

.pt-1050 {
  padding-top: 72.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .pt-1050 {
    padding-top: 267.1755725191vw !important;
  }
}

.pb-1050 {
  padding-bottom: 72.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .pb-1050 {
    padding-bottom: 267.1755725191vw !important;
  }
}

.pl-1050 {
  padding-left: 72.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .pl-1050 {
    padding-left: 267.1755725191vw !important;
  }
}

.pr-1050 {
  padding-right: 72.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .pr-1050 {
    padding-right: 267.1755725191vw !important;
  }
}

.px-1050 {
  padding-left: 72.9166666667vw !important;
  padding-right: 72.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .px-1050 {
    padding-left: 267.1755725191vw !important;
    padding-right: 267.1755725191vw !important;
  }
}

.py-1050 {
  padding-top: 72.9166666667vw !important;
  padding-bottom: 72.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .py-1050 {
    padding-top: 267.1755725191vw !important;
    padding-bottom: 267.1755725191vw !important;
  }
}

.m-1050 {
  margin: 72.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .m-1050 {
    margin: 267.1755725191vw !important;
  }
}

.mt-1050 {
  margin-top: 72.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .mt-1050 {
    margin-top: 267.1755725191vw !important;
  }
}

.mb-1050 {
  margin-bottom: 72.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .mb-1050 {
    margin-bottom: 267.1755725191vw !important;
  }
}

.ml-1050 {
  margin-left: 72.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .ml-1050 {
    margin-left: 267.1755725191vw !important;
  }
}

.mr-1050 {
  margin-right: 72.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .mr-1050 {
    margin-right: 267.1755725191vw !important;
  }
}

.mx-1050 {
  margin-left: 72.9166666667vw !important;
  margin-right: 72.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .mx-1050 {
    margin-left: 267.1755725191vw !important;
    margin-right: 267.1755725191vw !important;
  }
}

.my-1050 {
  margin-top: 72.9166666667vw !important;
  margin-bottom: 72.9166666667vw !important;
}
@media screen and (max-width: 768px) {
  .my-1050 {
    margin-top: 267.1755725191vw !important;
    margin-bottom: 267.1755725191vw !important;
  }
}

.p-1060 {
  padding: 73.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .p-1060 {
    padding: 269.7201017812vw !important;
  }
}

.pt-1060 {
  padding-top: 73.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .pt-1060 {
    padding-top: 269.7201017812vw !important;
  }
}

.pb-1060 {
  padding-bottom: 73.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .pb-1060 {
    padding-bottom: 269.7201017812vw !important;
  }
}

.pl-1060 {
  padding-left: 73.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .pl-1060 {
    padding-left: 269.7201017812vw !important;
  }
}

.pr-1060 {
  padding-right: 73.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .pr-1060 {
    padding-right: 269.7201017812vw !important;
  }
}

.px-1060 {
  padding-left: 73.6111111111vw !important;
  padding-right: 73.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .px-1060 {
    padding-left: 269.7201017812vw !important;
    padding-right: 269.7201017812vw !important;
  }
}

.py-1060 {
  padding-top: 73.6111111111vw !important;
  padding-bottom: 73.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .py-1060 {
    padding-top: 269.7201017812vw !important;
    padding-bottom: 269.7201017812vw !important;
  }
}

.m-1060 {
  margin: 73.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .m-1060 {
    margin: 269.7201017812vw !important;
  }
}

.mt-1060 {
  margin-top: 73.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .mt-1060 {
    margin-top: 269.7201017812vw !important;
  }
}

.mb-1060 {
  margin-bottom: 73.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .mb-1060 {
    margin-bottom: 269.7201017812vw !important;
  }
}

.ml-1060 {
  margin-left: 73.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .ml-1060 {
    margin-left: 269.7201017812vw !important;
  }
}

.mr-1060 {
  margin-right: 73.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .mr-1060 {
    margin-right: 269.7201017812vw !important;
  }
}

.mx-1060 {
  margin-left: 73.6111111111vw !important;
  margin-right: 73.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .mx-1060 {
    margin-left: 269.7201017812vw !important;
    margin-right: 269.7201017812vw !important;
  }
}

.my-1060 {
  margin-top: 73.6111111111vw !important;
  margin-bottom: 73.6111111111vw !important;
}
@media screen and (max-width: 768px) {
  .my-1060 {
    margin-top: 269.7201017812vw !important;
    margin-bottom: 269.7201017812vw !important;
  }
}

.p-1070 {
  padding: 74.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .p-1070 {
    padding: 272.2646310433vw !important;
  }
}

.pt-1070 {
  padding-top: 74.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .pt-1070 {
    padding-top: 272.2646310433vw !important;
  }
}

.pb-1070 {
  padding-bottom: 74.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .pb-1070 {
    padding-bottom: 272.2646310433vw !important;
  }
}

.pl-1070 {
  padding-left: 74.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .pl-1070 {
    padding-left: 272.2646310433vw !important;
  }
}

.pr-1070 {
  padding-right: 74.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .pr-1070 {
    padding-right: 272.2646310433vw !important;
  }
}

.px-1070 {
  padding-left: 74.3055555556vw !important;
  padding-right: 74.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .px-1070 {
    padding-left: 272.2646310433vw !important;
    padding-right: 272.2646310433vw !important;
  }
}

.py-1070 {
  padding-top: 74.3055555556vw !important;
  padding-bottom: 74.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .py-1070 {
    padding-top: 272.2646310433vw !important;
    padding-bottom: 272.2646310433vw !important;
  }
}

.m-1070 {
  margin: 74.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .m-1070 {
    margin: 272.2646310433vw !important;
  }
}

.mt-1070 {
  margin-top: 74.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .mt-1070 {
    margin-top: 272.2646310433vw !important;
  }
}

.mb-1070 {
  margin-bottom: 74.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .mb-1070 {
    margin-bottom: 272.2646310433vw !important;
  }
}

.ml-1070 {
  margin-left: 74.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .ml-1070 {
    margin-left: 272.2646310433vw !important;
  }
}

.mr-1070 {
  margin-right: 74.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .mr-1070 {
    margin-right: 272.2646310433vw !important;
  }
}

.mx-1070 {
  margin-left: 74.3055555556vw !important;
  margin-right: 74.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .mx-1070 {
    margin-left: 272.2646310433vw !important;
    margin-right: 272.2646310433vw !important;
  }
}

.my-1070 {
  margin-top: 74.3055555556vw !important;
  margin-bottom: 74.3055555556vw !important;
}
@media screen and (max-width: 768px) {
  .my-1070 {
    margin-top: 272.2646310433vw !important;
    margin-bottom: 272.2646310433vw !important;
  }
}

.p-1080 {
  padding: 75vw !important;
}
@media screen and (max-width: 768px) {
  .p-1080 {
    padding: 274.8091603053vw !important;
  }
}

.pt-1080 {
  padding-top: 75vw !important;
}
@media screen and (max-width: 768px) {
  .pt-1080 {
    padding-top: 274.8091603053vw !important;
  }
}

.pb-1080 {
  padding-bottom: 75vw !important;
}
@media screen and (max-width: 768px) {
  .pb-1080 {
    padding-bottom: 274.8091603053vw !important;
  }
}

.pl-1080 {
  padding-left: 75vw !important;
}
@media screen and (max-width: 768px) {
  .pl-1080 {
    padding-left: 274.8091603053vw !important;
  }
}

.pr-1080 {
  padding-right: 75vw !important;
}
@media screen and (max-width: 768px) {
  .pr-1080 {
    padding-right: 274.8091603053vw !important;
  }
}

.px-1080 {
  padding-left: 75vw !important;
  padding-right: 75vw !important;
}
@media screen and (max-width: 768px) {
  .px-1080 {
    padding-left: 274.8091603053vw !important;
    padding-right: 274.8091603053vw !important;
  }
}

.py-1080 {
  padding-top: 75vw !important;
  padding-bottom: 75vw !important;
}
@media screen and (max-width: 768px) {
  .py-1080 {
    padding-top: 274.8091603053vw !important;
    padding-bottom: 274.8091603053vw !important;
  }
}

.m-1080 {
  margin: 75vw !important;
}
@media screen and (max-width: 768px) {
  .m-1080 {
    margin: 274.8091603053vw !important;
  }
}

.mt-1080 {
  margin-top: 75vw !important;
}
@media screen and (max-width: 768px) {
  .mt-1080 {
    margin-top: 274.8091603053vw !important;
  }
}

.mb-1080 {
  margin-bottom: 75vw !important;
}
@media screen and (max-width: 768px) {
  .mb-1080 {
    margin-bottom: 274.8091603053vw !important;
  }
}

.ml-1080 {
  margin-left: 75vw !important;
}
@media screen and (max-width: 768px) {
  .ml-1080 {
    margin-left: 274.8091603053vw !important;
  }
}

.mr-1080 {
  margin-right: 75vw !important;
}
@media screen and (max-width: 768px) {
  .mr-1080 {
    margin-right: 274.8091603053vw !important;
  }
}

.mx-1080 {
  margin-left: 75vw !important;
  margin-right: 75vw !important;
}
@media screen and (max-width: 768px) {
  .mx-1080 {
    margin-left: 274.8091603053vw !important;
    margin-right: 274.8091603053vw !important;
  }
}

.my-1080 {
  margin-top: 75vw !important;
  margin-bottom: 75vw !important;
}
@media screen and (max-width: 768px) {
  .my-1080 {
    margin-top: 274.8091603053vw !important;
    margin-bottom: 274.8091603053vw !important;
  }
}

.p-1090 {
  padding: 75.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .p-1090 {
    padding: 277.3536895674vw !important;
  }
}

.pt-1090 {
  padding-top: 75.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pt-1090 {
    padding-top: 277.3536895674vw !important;
  }
}

.pb-1090 {
  padding-bottom: 75.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pb-1090 {
    padding-bottom: 277.3536895674vw !important;
  }
}

.pl-1090 {
  padding-left: 75.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pl-1090 {
    padding-left: 277.3536895674vw !important;
  }
}

.pr-1090 {
  padding-right: 75.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .pr-1090 {
    padding-right: 277.3536895674vw !important;
  }
}

.px-1090 {
  padding-left: 75.6944444444vw !important;
  padding-right: 75.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .px-1090 {
    padding-left: 277.3536895674vw !important;
    padding-right: 277.3536895674vw !important;
  }
}

.py-1090 {
  padding-top: 75.6944444444vw !important;
  padding-bottom: 75.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .py-1090 {
    padding-top: 277.3536895674vw !important;
    padding-bottom: 277.3536895674vw !important;
  }
}

.m-1090 {
  margin: 75.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .m-1090 {
    margin: 277.3536895674vw !important;
  }
}

.mt-1090 {
  margin-top: 75.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mt-1090 {
    margin-top: 277.3536895674vw !important;
  }
}

.mb-1090 {
  margin-bottom: 75.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mb-1090 {
    margin-bottom: 277.3536895674vw !important;
  }
}

.ml-1090 {
  margin-left: 75.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .ml-1090 {
    margin-left: 277.3536895674vw !important;
  }
}

.mr-1090 {
  margin-right: 75.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mr-1090 {
    margin-right: 277.3536895674vw !important;
  }
}

.mx-1090 {
  margin-left: 75.6944444444vw !important;
  margin-right: 75.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .mx-1090 {
    margin-left: 277.3536895674vw !important;
    margin-right: 277.3536895674vw !important;
  }
}

.my-1090 {
  margin-top: 75.6944444444vw !important;
  margin-bottom: 75.6944444444vw !important;
}
@media screen and (max-width: 768px) {
  .my-1090 {
    margin-top: 277.3536895674vw !important;
    margin-bottom: 277.3536895674vw !important;
  }
}

.p-1100 {
  padding: 76.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .p-1100 {
    padding: 279.8982188295vw !important;
  }
}

.pt-1100 {
  padding-top: 76.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pt-1100 {
    padding-top: 279.8982188295vw !important;
  }
}

.pb-1100 {
  padding-bottom: 76.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pb-1100 {
    padding-bottom: 279.8982188295vw !important;
  }
}

.pl-1100 {
  padding-left: 76.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pl-1100 {
    padding-left: 279.8982188295vw !important;
  }
}

.pr-1100 {
  padding-right: 76.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .pr-1100 {
    padding-right: 279.8982188295vw !important;
  }
}

.px-1100 {
  padding-left: 76.3888888889vw !important;
  padding-right: 76.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .px-1100 {
    padding-left: 279.8982188295vw !important;
    padding-right: 279.8982188295vw !important;
  }
}

.py-1100 {
  padding-top: 76.3888888889vw !important;
  padding-bottom: 76.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .py-1100 {
    padding-top: 279.8982188295vw !important;
    padding-bottom: 279.8982188295vw !important;
  }
}

.m-1100 {
  margin: 76.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .m-1100 {
    margin: 279.8982188295vw !important;
  }
}

.mt-1100 {
  margin-top: 76.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mt-1100 {
    margin-top: 279.8982188295vw !important;
  }
}

.mb-1100 {
  margin-bottom: 76.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mb-1100 {
    margin-bottom: 279.8982188295vw !important;
  }
}

.ml-1100 {
  margin-left: 76.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .ml-1100 {
    margin-left: 279.8982188295vw !important;
  }
}

.mr-1100 {
  margin-right: 76.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mr-1100 {
    margin-right: 279.8982188295vw !important;
  }
}

.mx-1100 {
  margin-left: 76.3888888889vw !important;
  margin-right: 76.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .mx-1100 {
    margin-left: 279.8982188295vw !important;
    margin-right: 279.8982188295vw !important;
  }
}

.my-1100 {
  margin-top: 76.3888888889vw !important;
  margin-bottom: 76.3888888889vw !important;
}
@media screen and (max-width: 768px) {
  .my-1100 {
    margin-top: 279.8982188295vw !important;
    margin-bottom: 279.8982188295vw !important;
  }
}

.p-1110 {
  padding: 77.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .p-1110 {
    padding: 282.4427480916vw !important;
  }
}

.pt-1110 {
  padding-top: 77.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pt-1110 {
    padding-top: 282.4427480916vw !important;
  }
}

.pb-1110 {
  padding-bottom: 77.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pb-1110 {
    padding-bottom: 282.4427480916vw !important;
  }
}

.pl-1110 {
  padding-left: 77.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pl-1110 {
    padding-left: 282.4427480916vw !important;
  }
}

.pr-1110 {
  padding-right: 77.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .pr-1110 {
    padding-right: 282.4427480916vw !important;
  }
}

.px-1110 {
  padding-left: 77.0833333333vw !important;
  padding-right: 77.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .px-1110 {
    padding-left: 282.4427480916vw !important;
    padding-right: 282.4427480916vw !important;
  }
}

.py-1110 {
  padding-top: 77.0833333333vw !important;
  padding-bottom: 77.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .py-1110 {
    padding-top: 282.4427480916vw !important;
    padding-bottom: 282.4427480916vw !important;
  }
}

.m-1110 {
  margin: 77.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .m-1110 {
    margin: 282.4427480916vw !important;
  }
}

.mt-1110 {
  margin-top: 77.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mt-1110 {
    margin-top: 282.4427480916vw !important;
  }
}

.mb-1110 {
  margin-bottom: 77.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mb-1110 {
    margin-bottom: 282.4427480916vw !important;
  }
}

.ml-1110 {
  margin-left: 77.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .ml-1110 {
    margin-left: 282.4427480916vw !important;
  }
}

.mr-1110 {
  margin-right: 77.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mr-1110 {
    margin-right: 282.4427480916vw !important;
  }
}

.mx-1110 {
  margin-left: 77.0833333333vw !important;
  margin-right: 77.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .mx-1110 {
    margin-left: 282.4427480916vw !important;
    margin-right: 282.4427480916vw !important;
  }
}

.my-1110 {
  margin-top: 77.0833333333vw !important;
  margin-bottom: 77.0833333333vw !important;
}
@media screen and (max-width: 768px) {
  .my-1110 {
    margin-top: 282.4427480916vw !important;
    margin-bottom: 282.4427480916vw !important;
  }
}

.p-1120 {
  padding: 77.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .p-1120 {
    padding: 284.9872773537vw !important;
  }
}

.pt-1120 {
  padding-top: 77.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pt-1120 {
    padding-top: 284.9872773537vw !important;
  }
}

.pb-1120 {
  padding-bottom: 77.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pb-1120 {
    padding-bottom: 284.9872773537vw !important;
  }
}

.pl-1120 {
  padding-left: 77.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pl-1120 {
    padding-left: 284.9872773537vw !important;
  }
}

.pr-1120 {
  padding-right: 77.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .pr-1120 {
    padding-right: 284.9872773537vw !important;
  }
}

.px-1120 {
  padding-left: 77.7777777778vw !important;
  padding-right: 77.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .px-1120 {
    padding-left: 284.9872773537vw !important;
    padding-right: 284.9872773537vw !important;
  }
}

.py-1120 {
  padding-top: 77.7777777778vw !important;
  padding-bottom: 77.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .py-1120 {
    padding-top: 284.9872773537vw !important;
    padding-bottom: 284.9872773537vw !important;
  }
}

.m-1120 {
  margin: 77.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .m-1120 {
    margin: 284.9872773537vw !important;
  }
}

.mt-1120 {
  margin-top: 77.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mt-1120 {
    margin-top: 284.9872773537vw !important;
  }
}

.mb-1120 {
  margin-bottom: 77.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mb-1120 {
    margin-bottom: 284.9872773537vw !important;
  }
}

.ml-1120 {
  margin-left: 77.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .ml-1120 {
    margin-left: 284.9872773537vw !important;
  }
}

.mr-1120 {
  margin-right: 77.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mr-1120 {
    margin-right: 284.9872773537vw !important;
  }
}

.mx-1120 {
  margin-left: 77.7777777778vw !important;
  margin-right: 77.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .mx-1120 {
    margin-left: 284.9872773537vw !important;
    margin-right: 284.9872773537vw !important;
  }
}

.my-1120 {
  margin-top: 77.7777777778vw !important;
  margin-bottom: 77.7777777778vw !important;
}
@media screen and (max-width: 768px) {
  .my-1120 {
    margin-top: 284.9872773537vw !important;
    margin-bottom: 284.9872773537vw !important;
  }
}

.p-1130 {
  padding: 78.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .p-1130 {
    padding: 287.5318066158vw !important;
  }
}

.pt-1130 {
  padding-top: 78.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pt-1130 {
    padding-top: 287.5318066158vw !important;
  }
}

.pb-1130 {
  padding-bottom: 78.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pb-1130 {
    padding-bottom: 287.5318066158vw !important;
  }
}

.pl-1130 {
  padding-left: 78.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pl-1130 {
    padding-left: 287.5318066158vw !important;
  }
}

.pr-1130 {
  padding-right: 78.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .pr-1130 {
    padding-right: 287.5318066158vw !important;
  }
}

.px-1130 {
  padding-left: 78.4722222222vw !important;
  padding-right: 78.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .px-1130 {
    padding-left: 287.5318066158vw !important;
    padding-right: 287.5318066158vw !important;
  }
}

.py-1130 {
  padding-top: 78.4722222222vw !important;
  padding-bottom: 78.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .py-1130 {
    padding-top: 287.5318066158vw !important;
    padding-bottom: 287.5318066158vw !important;
  }
}

.m-1130 {
  margin: 78.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .m-1130 {
    margin: 287.5318066158vw !important;
  }
}

.mt-1130 {
  margin-top: 78.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mt-1130 {
    margin-top: 287.5318066158vw !important;
  }
}

.mb-1130 {
  margin-bottom: 78.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mb-1130 {
    margin-bottom: 287.5318066158vw !important;
  }
}

.ml-1130 {
  margin-left: 78.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .ml-1130 {
    margin-left: 287.5318066158vw !important;
  }
}

.mr-1130 {
  margin-right: 78.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mr-1130 {
    margin-right: 287.5318066158vw !important;
  }
}

.mx-1130 {
  margin-left: 78.4722222222vw !important;
  margin-right: 78.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .mx-1130 {
    margin-left: 287.5318066158vw !important;
    margin-right: 287.5318066158vw !important;
  }
}

.my-1130 {
  margin-top: 78.4722222222vw !important;
  margin-bottom: 78.4722222222vw !important;
}
@media screen and (max-width: 768px) {
  .my-1130 {
    margin-top: 287.5318066158vw !important;
    margin-bottom: 287.5318066158vw !important;
  }
}

.p-1140 {
  padding: 79.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .p-1140 {
    padding: 290.0763358779vw !important;
  }
}

.pt-1140 {
  padding-top: 79.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pt-1140 {
    padding-top: 290.0763358779vw !important;
  }
}

.pb-1140 {
  padding-bottom: 79.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pb-1140 {
    padding-bottom: 290.0763358779vw !important;
  }
}

.pl-1140 {
  padding-left: 79.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pl-1140 {
    padding-left: 290.0763358779vw !important;
  }
}

.pr-1140 {
  padding-right: 79.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .pr-1140 {
    padding-right: 290.0763358779vw !important;
  }
}

.px-1140 {
  padding-left: 79.1666666667vw !important;
  padding-right: 79.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .px-1140 {
    padding-left: 290.0763358779vw !important;
    padding-right: 290.0763358779vw !important;
  }
}

.py-1140 {
  padding-top: 79.1666666667vw !important;
  padding-bottom: 79.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .py-1140 {
    padding-top: 290.0763358779vw !important;
    padding-bottom: 290.0763358779vw !important;
  }
}

.m-1140 {
  margin: 79.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .m-1140 {
    margin: 290.0763358779vw !important;
  }
}

.mt-1140 {
  margin-top: 79.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mt-1140 {
    margin-top: 290.0763358779vw !important;
  }
}

.mb-1140 {
  margin-bottom: 79.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mb-1140 {
    margin-bottom: 290.0763358779vw !important;
  }
}

.ml-1140 {
  margin-left: 79.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .ml-1140 {
    margin-left: 290.0763358779vw !important;
  }
}

.mr-1140 {
  margin-right: 79.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mr-1140 {
    margin-right: 290.0763358779vw !important;
  }
}

.mx-1140 {
  margin-left: 79.1666666667vw !important;
  margin-right: 79.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .mx-1140 {
    margin-left: 290.0763358779vw !important;
    margin-right: 290.0763358779vw !important;
  }
}

.my-1140 {
  margin-top: 79.1666666667vw !important;
  margin-bottom: 79.1666666667vw !important;
}
@media screen and (max-width: 768px) {
  .my-1140 {
    margin-top: 290.0763358779vw !important;
    margin-bottom: 290.0763358779vw !important;
  }
}

.p-1150 {
  padding: 79.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .p-1150 {
    padding: 292.6208651399vw !important;
  }
}

.pt-1150 {
  padding-top: 79.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pt-1150 {
    padding-top: 292.6208651399vw !important;
  }
}

.pb-1150 {
  padding-bottom: 79.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pb-1150 {
    padding-bottom: 292.6208651399vw !important;
  }
}

.pl-1150 {
  padding-left: 79.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pl-1150 {
    padding-left: 292.6208651399vw !important;
  }
}

.pr-1150 {
  padding-right: 79.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .pr-1150 {
    padding-right: 292.6208651399vw !important;
  }
}

.px-1150 {
  padding-left: 79.8611111111vw !important;
  padding-right: 79.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .px-1150 {
    padding-left: 292.6208651399vw !important;
    padding-right: 292.6208651399vw !important;
  }
}

.py-1150 {
  padding-top: 79.8611111111vw !important;
  padding-bottom: 79.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .py-1150 {
    padding-top: 292.6208651399vw !important;
    padding-bottom: 292.6208651399vw !important;
  }
}

.m-1150 {
  margin: 79.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .m-1150 {
    margin: 292.6208651399vw !important;
  }
}

.mt-1150 {
  margin-top: 79.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mt-1150 {
    margin-top: 292.6208651399vw !important;
  }
}

.mb-1150 {
  margin-bottom: 79.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mb-1150 {
    margin-bottom: 292.6208651399vw !important;
  }
}

.ml-1150 {
  margin-left: 79.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .ml-1150 {
    margin-left: 292.6208651399vw !important;
  }
}

.mr-1150 {
  margin-right: 79.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mr-1150 {
    margin-right: 292.6208651399vw !important;
  }
}

.mx-1150 {
  margin-left: 79.8611111111vw !important;
  margin-right: 79.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .mx-1150 {
    margin-left: 292.6208651399vw !important;
    margin-right: 292.6208651399vw !important;
  }
}

.my-1150 {
  margin-top: 79.8611111111vw !important;
  margin-bottom: 79.8611111111vw !important;
}
@media screen and (max-width: 768px) {
  .my-1150 {
    margin-top: 292.6208651399vw !important;
    margin-bottom: 292.6208651399vw !important;
  }
}

.p-1160 {
  padding: 80.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .p-1160 {
    padding: 295.165394402vw !important;
  }
}

.pt-1160 {
  padding-top: 80.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pt-1160 {
    padding-top: 295.165394402vw !important;
  }
}

.pb-1160 {
  padding-bottom: 80.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pb-1160 {
    padding-bottom: 295.165394402vw !important;
  }
}

.pl-1160 {
  padding-left: 80.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pl-1160 {
    padding-left: 295.165394402vw !important;
  }
}

.pr-1160 {
  padding-right: 80.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .pr-1160 {
    padding-right: 295.165394402vw !important;
  }
}

.px-1160 {
  padding-left: 80.5555555556vw !important;
  padding-right: 80.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .px-1160 {
    padding-left: 295.165394402vw !important;
    padding-right: 295.165394402vw !important;
  }
}

.py-1160 {
  padding-top: 80.5555555556vw !important;
  padding-bottom: 80.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .py-1160 {
    padding-top: 295.165394402vw !important;
    padding-bottom: 295.165394402vw !important;
  }
}

.m-1160 {
  margin: 80.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .m-1160 {
    margin: 295.165394402vw !important;
  }
}

.mt-1160 {
  margin-top: 80.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mt-1160 {
    margin-top: 295.165394402vw !important;
  }
}

.mb-1160 {
  margin-bottom: 80.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mb-1160 {
    margin-bottom: 295.165394402vw !important;
  }
}

.ml-1160 {
  margin-left: 80.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .ml-1160 {
    margin-left: 295.165394402vw !important;
  }
}

.mr-1160 {
  margin-right: 80.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mr-1160 {
    margin-right: 295.165394402vw !important;
  }
}

.mx-1160 {
  margin-left: 80.5555555556vw !important;
  margin-right: 80.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .mx-1160 {
    margin-left: 295.165394402vw !important;
    margin-right: 295.165394402vw !important;
  }
}

.my-1160 {
  margin-top: 80.5555555556vw !important;
  margin-bottom: 80.5555555556vw !important;
}
@media screen and (max-width: 768px) {
  .my-1160 {
    margin-top: 295.165394402vw !important;
    margin-bottom: 295.165394402vw !important;
  }
}

.p-1170 {
  padding: 81.25vw !important;
}
@media screen and (max-width: 768px) {
  .p-1170 {
    padding: 297.7099236641vw !important;
  }
}

.pt-1170 {
  padding-top: 81.25vw !important;
}
@media screen and (max-width: 768px) {
  .pt-1170 {
    padding-top: 297.7099236641vw !important;
  }
}

.pb-1170 {
  padding-bottom: 81.25vw !important;
}
@media screen and (max-width: 768px) {
  .pb-1170 {
    padding-bottom: 297.7099236641vw !important;
  }
}

.pl-1170 {
  padding-left: 81.25vw !important;
}
@media screen and (max-width: 768px) {
  .pl-1170 {
    padding-left: 297.7099236641vw !important;
  }
}

.pr-1170 {
  padding-right: 81.25vw !important;
}
@media screen and (max-width: 768px) {
  .pr-1170 {
    padding-right: 297.7099236641vw !important;
  }
}

.px-1170 {
  padding-left: 81.25vw !important;
  padding-right: 81.25vw !important;
}
@media screen and (max-width: 768px) {
  .px-1170 {
    padding-left: 297.7099236641vw !important;
    padding-right: 297.7099236641vw !important;
  }
}

.py-1170 {
  padding-top: 81.25vw !important;
  padding-bottom: 81.25vw !important;
}
@media screen and (max-width: 768px) {
  .py-1170 {
    padding-top: 297.7099236641vw !important;
    padding-bottom: 297.7099236641vw !important;
  }
}

.m-1170 {
  margin: 81.25vw !important;
}
@media screen and (max-width: 768px) {
  .m-1170 {
    margin: 297.7099236641vw !important;
  }
}

.mt-1170 {
  margin-top: 81.25vw !important;
}
@media screen and (max-width: 768px) {
  .mt-1170 {
    margin-top: 297.7099236641vw !important;
  }
}

.mb-1170 {
  margin-bottom: 81.25vw !important;
}
@media screen and (max-width: 768px) {
  .mb-1170 {
    margin-bottom: 297.7099236641vw !important;
  }
}

.ml-1170 {
  margin-left: 81.25vw !important;
}
@media screen and (max-width: 768px) {
  .ml-1170 {
    margin-left: 297.7099236641vw !important;
  }
}

.mr-1170 {
  margin-right: 81.25vw !important;
}
@media screen and (max-width: 768px) {
  .mr-1170 {
    margin-right: 297.7099236641vw !important;
  }
}

.mx-1170 {
  margin-left: 81.25vw !important;
  margin-right: 81.25vw !important;
}
@media screen and (max-width: 768px) {
  .mx-1170 {
    margin-left: 297.7099236641vw !important;
    margin-right: 297.7099236641vw !important;
  }
}

.my-1170 {
  margin-top: 81.25vw !important;
  margin-bottom: 81.25vw !important;
}
@media screen and (max-width: 768px) {
  .my-1170 {
    margin-top: 297.7099236641vw !important;
    margin-bottom: 297.7099236641vw !important;
  }
}

.p-1180 {
  padding: 81.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .p-1180 {
    padding: 300.2544529262vw !important;
  }
}

.pt-1180 {
  padding-top: 81.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pt-1180 {
    padding-top: 300.2544529262vw !important;
  }
}

.pb-1180 {
  padding-bottom: 81.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pb-1180 {
    padding-bottom: 300.2544529262vw !important;
  }
}

.pl-1180 {
  padding-left: 81.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pl-1180 {
    padding-left: 300.2544529262vw !important;
  }
}

.pr-1180 {
  padding-right: 81.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .pr-1180 {
    padding-right: 300.2544529262vw !important;
  }
}

.px-1180 {
  padding-left: 81.9444444444vw !important;
  padding-right: 81.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .px-1180 {
    padding-left: 300.2544529262vw !important;
    padding-right: 300.2544529262vw !important;
  }
}

.py-1180 {
  padding-top: 81.9444444444vw !important;
  padding-bottom: 81.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .py-1180 {
    padding-top: 300.2544529262vw !important;
    padding-bottom: 300.2544529262vw !important;
  }
}

.m-1180 {
  margin: 81.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .m-1180 {
    margin: 300.2544529262vw !important;
  }
}

.mt-1180 {
  margin-top: 81.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mt-1180 {
    margin-top: 300.2544529262vw !important;
  }
}

.mb-1180 {
  margin-bottom: 81.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mb-1180 {
    margin-bottom: 300.2544529262vw !important;
  }
}

.ml-1180 {
  margin-left: 81.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .ml-1180 {
    margin-left: 300.2544529262vw !important;
  }
}

.mr-1180 {
  margin-right: 81.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mr-1180 {
    margin-right: 300.2544529262vw !important;
  }
}

.mx-1180 {
  margin-left: 81.9444444444vw !important;
  margin-right: 81.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .mx-1180 {
    margin-left: 300.2544529262vw !important;
    margin-right: 300.2544529262vw !important;
  }
}

.my-1180 {
  margin-top: 81.9444444444vw !important;
  margin-bottom: 81.9444444444vw !important;
}
@media screen and (max-width: 768px) {
  .my-1180 {
    margin-top: 300.2544529262vw !important;
    margin-bottom: 300.2544529262vw !important;
  }
}

.p-1190 {
  padding: 82.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .p-1190 {
    padding: 302.7989821883vw !important;
  }
}

.pt-1190 {
  padding-top: 82.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pt-1190 {
    padding-top: 302.7989821883vw !important;
  }
}

.pb-1190 {
  padding-bottom: 82.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pb-1190 {
    padding-bottom: 302.7989821883vw !important;
  }
}

.pl-1190 {
  padding-left: 82.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pl-1190 {
    padding-left: 302.7989821883vw !important;
  }
}

.pr-1190 {
  padding-right: 82.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .pr-1190 {
    padding-right: 302.7989821883vw !important;
  }
}

.px-1190 {
  padding-left: 82.6388888889vw !important;
  padding-right: 82.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .px-1190 {
    padding-left: 302.7989821883vw !important;
    padding-right: 302.7989821883vw !important;
  }
}

.py-1190 {
  padding-top: 82.6388888889vw !important;
  padding-bottom: 82.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .py-1190 {
    padding-top: 302.7989821883vw !important;
    padding-bottom: 302.7989821883vw !important;
  }
}

.m-1190 {
  margin: 82.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .m-1190 {
    margin: 302.7989821883vw !important;
  }
}

.mt-1190 {
  margin-top: 82.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mt-1190 {
    margin-top: 302.7989821883vw !important;
  }
}

.mb-1190 {
  margin-bottom: 82.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mb-1190 {
    margin-bottom: 302.7989821883vw !important;
  }
}

.ml-1190 {
  margin-left: 82.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .ml-1190 {
    margin-left: 302.7989821883vw !important;
  }
}

.mr-1190 {
  margin-right: 82.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mr-1190 {
    margin-right: 302.7989821883vw !important;
  }
}

.mx-1190 {
  margin-left: 82.6388888889vw !important;
  margin-right: 82.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .mx-1190 {
    margin-left: 302.7989821883vw !important;
    margin-right: 302.7989821883vw !important;
  }
}

.my-1190 {
  margin-top: 82.6388888889vw !important;
  margin-bottom: 82.6388888889vw !important;
}
@media screen and (max-width: 768px) {
  .my-1190 {
    margin-top: 302.7989821883vw !important;
    margin-bottom: 302.7989821883vw !important;
  }
}

.p-1200 {
  padding: 83.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .p-1200 {
    padding: 305.3435114504vw !important;
  }
}

.pt-1200 {
  padding-top: 83.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pt-1200 {
    padding-top: 305.3435114504vw !important;
  }
}

.pb-1200 {
  padding-bottom: 83.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pb-1200 {
    padding-bottom: 305.3435114504vw !important;
  }
}

.pl-1200 {
  padding-left: 83.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pl-1200 {
    padding-left: 305.3435114504vw !important;
  }
}

.pr-1200 {
  padding-right: 83.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .pr-1200 {
    padding-right: 305.3435114504vw !important;
  }
}

.px-1200 {
  padding-left: 83.3333333333vw !important;
  padding-right: 83.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .px-1200 {
    padding-left: 305.3435114504vw !important;
    padding-right: 305.3435114504vw !important;
  }
}

.py-1200 {
  padding-top: 83.3333333333vw !important;
  padding-bottom: 83.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .py-1200 {
    padding-top: 305.3435114504vw !important;
    padding-bottom: 305.3435114504vw !important;
  }
}

.m-1200 {
  margin: 83.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .m-1200 {
    margin: 305.3435114504vw !important;
  }
}

.mt-1200 {
  margin-top: 83.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mt-1200 {
    margin-top: 305.3435114504vw !important;
  }
}

.mb-1200 {
  margin-bottom: 83.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mb-1200 {
    margin-bottom: 305.3435114504vw !important;
  }
}

.ml-1200 {
  margin-left: 83.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .ml-1200 {
    margin-left: 305.3435114504vw !important;
  }
}

.mr-1200 {
  margin-right: 83.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mr-1200 {
    margin-right: 305.3435114504vw !important;
  }
}

.mx-1200 {
  margin-left: 83.3333333333vw !important;
  margin-right: 83.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .mx-1200 {
    margin-left: 305.3435114504vw !important;
    margin-right: 305.3435114504vw !important;
  }
}

.my-1200 {
  margin-top: 83.3333333333vw !important;
  margin-bottom: 83.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .my-1200 {
    margin-top: 305.3435114504vw !important;
    margin-bottom: 305.3435114504vw !important;
  }
}

.pagenation {
  text-align: center;
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .pagenation {
    margin-top: 7.6335877863vw;
  }
}
.pagenation li {
  position: relative;
  display: inline-block;
  margin-right: 1.3888888889vw;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .pagenation li {
    margin-right: 2.5445292621vw;
  }
}
.pagenation li:last-child {
  margin-right: 0;
}
.pagenation li a, .pagenation li p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8055555556vw;
  height: 1.8055555556vw;
  margin: auto;
  text-align: center;
  z-index: 2;
  color: #000000;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.4583333333vw;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .pagenation li a, .pagenation li p {
    font-size: 4.5801526718vw;
    width: 6.6157760814vw;
    height: 6.6157760814vw;
  }
}
.pagenation li a:hover, .pagenation li p:hover {
  color: #7B76B0;
  opacity: 1;
}
.pagenation li:hover a {
  color: #7B76B0;
}
.pagenation li.pagenation-back a, .pagenation li.pagenation-next a {
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .pagenation li.pagenation-back a, .pagenation li.pagenation-next a {
    font-size: 3.5623409669vw;
  }
}
.pagenation li.pagenation-back a::before, .pagenation li.pagenation-next a::before {
  display: none;
}
.pagenation li.pagenation-back a::after {
  content: "◀︎";
}
.pagenation li.pagenation-next a::after {
  content: "▶︎";
}
.pagenation .page-current {
  cursor: default;
  pointer-events: none;
}
.pagenation .page-current p {
  background: #000000;
  color: #ffffff;
}

.btn, input[type=submit] {
  text-decoration: none;
  width: fit-content;
  display: block;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  transition: all 0.3s ease;
  letter-spacing: 0;
  font-size: 0.9722222222vw;
  color: #ffffff;
  background: #000000;
  padding: 1.0416666667vw 2.0833333333vw;
  min-width: 11.8055555556vw;
}
.btn:hover, input[type=submit]:hover {
  opacity: unset;
  background: #474747;
  color: #ffffff;
}
.btn small, input[type=submit] small {
  display: block;
  font-size: 0.8333333333vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn, input[type=submit] {
    font-size: 3.5623409669vw;
    padding: 2.5445292621vw 5.0890585242vw;
    min-width: 43.2569974555vw;
    line-height: 1.5;
  }
}

.btn-back {
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.3888888889vw;
  display: inline-flex;
  align-items: center;
  gap: 0.9722222222vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn-back {
    font-size: 5.0890585242vw;
    gap: 3.5623409669vw;
  }
}
.btn-back::after {
  content: "";
  display: block;
  width: 3.4722222222vw;
  height: 1px;
  background: #000000;
  transition: width 0.3s ease;
}
@media screen and (max-width: 768px) {
  .btn-back::after {
    width: 12.7226463104vw;
  }
}
.btn-back::before {
  content: "";
  position: absolute;
  right: -0.4166666667vw;
  width: 0;
  height: 0;
  border-top: 0.2777777778vw solid transparent;
  border-bottom: 0.2777777778vw solid transparent;
  border-left: 0.4166666667vw solid #000000;
  transition: right 0.3s ease;
}
@media screen and (max-width: 768px) {
  .btn-back::before {
    right: -1.5267175573vw;
    border-top: 1.0178117048vw solid transparent;
    border-bottom: 1.0178117048vw solid transparent;
    border-left: 1.5267175573vw solid #000000;
  }
}
.btn-back:hover {
  color: #000000;
}
.btn-back:hover::after {
  width: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .btn-back:hover::after {
    width: 20.3562340967vw;
  }
}
.btn-back-wh {
  color: #ffffff;
}
.btn-back-wh::after {
  background: #ffffff;
}
.btn-back-wh::before {
  border-left-color: #ffffff;
}
.btn-back-wh:hover {
  color: #ffffff;
}
.btn-primary {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.btn-primary:hover {
  background: #000000;
  color: #ffffff;
}
.btn-secondary {
  background: #7B76B0;
}
.btn-disco {
  font-size: 1.25vw;
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .btn-disco {
    font-size: 3.8167938931vw;
  }
}
.btn-disco span {
  position: relative;
  z-index: 3;
  color: currentColor;
  transition: color 0.2s ease;
}
.btn-disco::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #7B76B0;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
.btn-disco:hover {
  color: #7B76B0 !important;
  opacity: unset;
  background: unset;
}
.btn-disco:hover span {
  color: #ffffff;
}
.btn-disco:hover::before {
  transform: translateX(0);
}
.btn-signup, .btn-login {
  font-size: 0.9722222222vw;
  line-height: 1;
  padding: 0.6944444444vw;
  margin: 0;
  border-radius: 3.4722222222vw;
  min-width: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .btn-signup, .btn-login {
    font-size: 3.5623409669vw;
    padding: 2.0356234097vw;
    border-radius: 12.7226463104vw;
    min-width: 25.4452926209vw;
  }
}
.btn-signup {
  background: #7B76B0;
}
.btn-register {
  background: #000000;
  border-radius: 1.0416666667vw;
  color: #ffffff;
  padding: 0.1388888889vw 0.8333333333vw;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  min-width: unset;
}
@media screen and (max-width: 768px) {
  .btn-register {
    padding: 0.5089058524vw 3.0534351145vw;
    border-radius: 3.8167938931vw;
  }
}
.btn-register:hover {
  color: #7B76B0;
}
.btn-wh {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-block {
  width: 100%;
  display: block;
  max-width: 100%;
}
.btn-sm {
  padding: 0.8rem 1rem;
  font-size: 0.9rem;
  min-width: auto;
}
.btn-lg {
  padding: 0.8rem 2.5rem;
  font-size: 1.2rem;
}
.btn__noevent {
  border: none;
  background: #a4a4a4;
  color: #fff;
  pointer-events: none;
}
.btn-text {
  display: inline-block;
  text-decoration: underline;
}

.btn__carrier {
  display: block;
  max-width: 220px;
}

.txt-link {
  display: inline-block;
  font-size: 0.9722222222vw;
  padding: 4px 30px 4px 14px;
  text-align: left;
  color: #000000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .txt-link {
    font-size: 3.5623409669vw;
  }
}
.txt-link:before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../img/ico_arrow-bk.svg);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

.section-schedule {
  margin-top: 20px;
}
.section-schedule--board {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section-schedule--board {
    padding: 20px;
  }
}
.section-schedule--board-inner {
  max-width: 630px;
  margin: 0 auto;
}
.section-schedule .section-title {
  margin-bottom: 20px;
}
.section-schedule .section-title h4 {
  font-size: 100px;
  color: Blue;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-schedule .section-title h4 {
    font-size: 50px;
  }
}
.section-schedule .title {
  position: relative;
  display: block;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.section-schedule .title::before, .section-schedule .title::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 100%;
  border: solid 1px #000000;
  top: 0;
}
@media screen and (max-width: 768px) {
  .section-schedule .title::before, .section-schedule .title::after {
    width: 30px;
  }
}
.section-schedule .title::before {
  left: 0;
  border-right: none;
}
.section-schedule .title::after {
  right: 0;
  border-left: none;
}
.section-schedule .title small {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .section-schedule .title small {
    font-size: 1rem;
  }
}
.section-schedule .title h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .section-schedule .title h4 {
    font-size: 1.3rem;
  }
}
.section-schedule--list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 640px;
  margin: 0 auto;
}
.section-schedule--list ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .section-schedule--list ul li {
    width: 100%;
    align-items: flex-start;
    gap: 10px;
  }
}
.section-schedule--list ul li .place {
  flex-basis: 96px;
  color: Blue;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  border-radius: 192px;
  font-size: 23px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-schedule--list ul li .place {
    font-size: 16px;
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }
}
.section-schedule--list ul li .detail {
  flex: 1;
  box-sizing: border-box;
}
.section-schedule--list ul li .detail h5 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .section-schedule--list ul li .detail h5 {
    font-size: 16px;
  }
}
.section-schedule--list ul li .detail time {
  display: block;
}

.schedule-calendar .tot__sche-body {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .schedule-calendar .tot__sche-body {
    border-radius: 10px;
    padding: 5px;
  }
}
@media only screen and (min-width: 769px) {
  .schedule-calendar .page-title h2 {
    margin: 0 auto;
    font-size: 3rem;
  }
}
.schedule-calendar .schedule-list-link {
  margin-top: -20px;
  margin-bottom: 30px;
  padding: 10px;
  background: #f9f9f9;
}
.schedule-calendar .calendar-head {
  display: flex;
  justify-content: space-between;
}
.schedule-calendar .sche-title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .schedule-calendar .sche-title {
    font-size: 30px;
  }
}
.schedule-calendar .sche-pager {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .schedule-calendar .sche-pager {
    margin-top: 6px;
  }
}
.schedule-calendar .sche-pager li {
  position: relative;
}
.schedule-calendar .sche-pager li a {
  min-width: auto;
}
.schedule-calendar .sche-pager li a.sche-back {
  padding: 4px 14px 4px 30px;
}
.schedule-calendar .sche-pager li a.sche-back:before {
  background-image: url(../img/ico_arrow_back-wh.svg);
  left: 10px;
  right: auto;
}
.schedule-calendar .sche-pager li a.sche-back:before {
  background-image: url(../img/ico_arrow_back-wh.svg);
  left: 10px;
  right: auto;
}
@media screen and (max-width: 768px) {
  .schedule-calendar .sche-pager li a {
    font-size: 10px;
  }
}
.schedule-calendar .sche-pager li a span {
  display: inline-block;
}
.schedule-calendar .sche-pager li a img {
  width: auto;
  vertical-align: middle;
  line-height: 2;
}
.schedule-calendar .sche-pager li a:hover {
  background: #000000;
  color: #fff;
}
.schedule-calendar .sche-box {
  margin-bottom: 5px;
  display: block;
}
@media screen and (max-width: 768px) {
  .schedule-calendar .sche-box-0 {
    display: block;
  }
}
.schedule-calendar .more-cont small {
  font-size: 10px;
  font-weight: 500;
}
.schedule-calendar .sche-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #000000;
}
.schedule-calendar .sche-table th,
.schedule-calendar .sche-table td {
  border: 1px solid Blue;
  vertical-align: top;
  text-align: left;
  word-break: break-all;
  color: #000;
}
.schedule-calendar .sche-table thead th {
  padding: 3px 0;
  width: 14.2708333333%;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .schedule-calendar .sche-table thead th {
    font-size: 12px;
  }
}
.schedule-calendar .sche-table thead th.sche-sun {
  color: #e60008;
}
.schedule-calendar .sche-table thead th.sche-sat {
  color: #008bfd;
}
.schedule-calendar .sche-table tbody td {
  padding: 5px;
  height: 130px;
}
@media screen and (max-width: 768px) {
  .schedule-calendar .sche-table tbody td {
    height: 50px;
  }
}
.schedule-calendar .sche-table tbody td span.sche-ymd {
  display: none;
}
.schedule-calendar .sche-table tbody td span.sche-day {
  color: #ffffff;
  display: block;
  margin-bottom: 6px;
  line-height: 1;
}
.schedule-calendar .sche-table tbody td span.sche-box p {
  font-size: 12px;
}
.schedule-calendar .sche-table tbody td .sche-ttl {
  background-color: #ffffff;
  padding: 8px 6px;
  border-radius: 3px;
  display: block;
  line-height: 1.34;
  color: #000000;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .schedule-calendar .sche-table tbody td .sche-ttl {
    padding: 2px;
    font-size: 10px;
    box-sizing: border-box;
  }
}
.schedule-calendar .sche-table tbody td .sche-cat {
  padding: 1px 3px;
  display: inline-block;
  font-size: 10px;
  background: none;
  border: solid 1px;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .schedule-calendar .sche-table tbody td .sche-cat {
    border: none;
    letter-spacing: 0;
    padding: 0;
    margin-bottom: 0;
    background-color: #ffffff;
    display: block;
    border-radius: 2px;
  }
}
.schedule-calendar .sche-table tbody td.today {
  background-color: #fdfce1;
}
.schedule-calendar .scroller-assist {
  display: none;
  margin-bottom: 30px;
  text-align: center;
}
.schedule-calendar .scroller-assist img {
  width: 80px;
}
.schedule-calendar .scroller-assist span {
  margin-top: 10px;
  display: block;
  text-decoration: underline;
  color: #808080;
}
.schedule-calendar .live, .schedule-calendar .live-2 {
  color: #0065ff;
}
.schedule-calendar .tv, .schedule-calendar .tv-2 {
  color: #ff0045;
}
.schedule-calendar .media, .schedule-calendar .media-2 {
  color: #267763;
}
.schedule-calendar .release, .schedule-calendar .release-2 {
  color: #a04e4e;
}
.schedule-calendar .other, .schedule-calendar .other-2 {
  color: #4e4e4e;
}
.schedule-calendar .event {
  color: #ff7700;
}

.tot__cal-li h3 {
  color: #000000;
  text-align: center;
  margin: 30px auto 10px;
  font-size: 20px;
  font-weight: 600;
}
.tot__cal-li h3 span {
  display: inline-block;
  margin-right: 5px;
  color: #000000;
  letter-spacing: 1px;
}
.tot__cal-li h3 span small {
  font-size: 14px;
  display: inline-block;
}
.tot__cal-li ul li {
  margin-bottom: 10px !important;
}
.tot__cal-li ul li:last-child {
  margin-bottom: 0;
}
.tot__cal-li ul li a .tot__news-ttl {
  font-size: 12px !important;
}

@media screen and (max-width: 768px) {
  .fc-list-event-title p {
    margin-top: 5px;
  }
}

.fc-toolbar-title {
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
}

.fc-col-header-cell-cushion {
  color: #000000;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .fc-direction-ltr .fc-list-day-text {
    color: #000000;
  }
}

.fc-day-sun a {
  color: #FF0000 !important;
}

.fc-day-sat a {
  color: #0f4fdc !important;
}

.fc-daygrid-day-top {
  flex-direction: inherit !important;
}

.fc .fc-daygrid-day-frame {
  height: 130px;
}

.fc .fc-daygrid-day-number {
  color: #000000;
}

.fc .fc-button {
  margin: 0 10px !important;
}
.fc .fc-prev-button,
.fc .fc-next-button {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  position: relative;
  padding: 0.5em 0.6em !important;
  overflow: visible;
  transition: all 0.3s ease;
}
.fc .fc-prev-button:hover,
.fc .fc-next-button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.fc .fc-prev-button::before,
.fc .fc-prev-button::after,
.fc .fc-next-button::before,
.fc .fc-next-button::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease;
}
.fc .fc-prev-button::before,
.fc .fc-next-button::before {
  top: 50%;
  width: 12px;
  height: 1px;
  background-color: #ffffff;
  transform: translateY(-50%);
}
.fc .fc-prev-button::after,
.fc .fc-next-button::after {
  top: 50%;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #ffffff;
  background-color: transparent;
}
.fc .fc-prev-button::before {
  left: 14px;
}
.fc .fc-prev-button::after {
  left: 14px;
  transform: translateY(-50%) rotate(-135deg);
}
.fc .fc-next-button::before {
  right: 12px;
}
.fc .fc-next-button::after {
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
}
.fc .fc-prev-button:hover::before,
.fc .fc-next-button:hover::before {
  background-color: #000000;
}
.fc .fc-prev-button:hover::after,
.fc .fc-next-button:hover::after {
  border-color: #000000;
}
.fc thead {
  border-bottom: 1px solid #000000 !important;
}

.fc-icon-chevron-left:before,
.fc-icon-chevron-right:before {
  content: none !important;
}

.fc-direction-ltr {
  margin-bottom: 60px;
}

.sche-cat {
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  line-height: 1;
  padding: 0px 7px;
  border-radius: 20px;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 8px;
}

.fc-h-event .fc-event-main {
  padding: 2px 5px 6px 5px;
}
.fc-h-event .fc-event-main .sche-cat {
  background: #ffffff;
  color: #000000;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  border-radius: 20px;
  padding: 0px 7px;
  font-size: 8px;
}
.fc-h-event .fc-event-main p {
  margin-top: 2px;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .fc-list-event .fc-list-event-time {
    display: none;
  }
}

/* style guide wysiwyg 20241021 */
.wysiwyg *, .tot__payment__selectting .contents-body * {
  font-feature-settings: "palt";
  letter-spacing: 0.04rem;
  word-break: normal;
}
.wysiwyg h1, .tot__payment__selectting .contents-body h1 {
  font-size: 1.6666666667vw;
  line-height: 1.6;
  margin-bottom: 2.0833333333vw;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .wysiwyg h1, .tot__payment__selectting .contents-body h1 {
    font-size: 5.0890585242vw;
    margin-bottom: 7.6335877863vw;
  }
}
.wysiwyg h2, .tot__payment__selectting .contents-body h2 {
  font-size: 1.3888888889vw;
  line-height: 1.4;
  margin-top: 2.0833333333vw;
  margin-bottom: 2.0833333333vw;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .wysiwyg h2, .tot__payment__selectting .contents-body h2 {
    font-size: 4.5801526718vw;
    margin-bottom: 7.6335877863vw;
  }
}
.wysiwyg h3, .tot__payment__selectting .contents-body h3 {
  font-size: 1.25vw;
  line-height: 1.6;
  margin-top: 1.8em;
  margin-bottom: 1.8em;
  padding: 1.0416666667vw 1.3888888889vw;
  background: #7B76B0;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .wysiwyg h3, .tot__payment__selectting .contents-body h3 {
    font-size: 4.0712468193vw;
    padding: 2.5445292621vw 3.8167938931vw;
  }
}
.wysiwyg h4, .tot__payment__selectting .contents-body h4 {
  font-size: 1.25vw;
  line-height: 1.6;
  margin-bottom: 1.8em;
  padding-bottom: 0.5em;
  font-weight: 500;
  border-bottom: 1px solid #474747;
}
@media screen and (max-width: 768px) {
  .wysiwyg h4, .tot__payment__selectting .contents-body h4 {
    font-size: 4.0712468193vw;
  }
}
.wysiwyg h5, .tot__payment__selectting .contents-body h5 {
  font-size: 0.9722222222vw;
  line-height: 1.6;
  margin-top: 0.75em;
  margin-bottom: 0.9027777778vw;
  background-color: #E9E9E9;
  padding: 0.5em 1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .wysiwyg h5, .tot__payment__selectting .contents-body h5 {
    font-size: 3.5623409669vw;
    margin-bottom: 3.3078880407vw;
  }
}
.wysiwyg h6, .tot__payment__selectting .contents-body h6 {
  font-size: 0.9em;
  line-height: 2;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.wysiwyg p, .tot__payment__selectting .contents-body p {
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .wysiwyg p, .tot__payment__selectting .contents-body p {
    margin-bottom: 5.0890585242vw;
  }
}
.wysiwyg form, .tot__payment__selectting .contents-body form {
  width: auto;
  margin: 1.1111111111vw auto;
}
@media screen and (max-width: 768px) {
  .wysiwyg form, .tot__payment__selectting .contents-body form {
    margin: 4.0712468193vw auto;
  }
}
.wysiwyg dl dt, .tot__payment__selectting .contents-body dl dt {
  font-weight: bold;
}
.wysiwyg dl dd, .tot__payment__selectting .contents-body dl dd {
  margin: 0;
  margin-left: 1.6em;
  margin-bottom: 0.5em;
}
.wysiwyg a:not([class]), .tot__payment__selectting .contents-body a:not([class]) {
  text-decoration: underline;
}
.wysiwyg ol, .tot__payment__selectting .contents-body ol {
  list-style-type: decimal;
  padding-left: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .wysiwyg ol, .tot__payment__selectting .contents-body ol {
    padding-left: 3.8167938931vw;
  }
}
.wysiwyg ol li, .tot__payment__selectting .contents-body ol li {
  list-style-type: decimal;
}
.wysiwyg ol.listnone, .tot__payment__selectting .contents-body ol.listnone {
  list-style-type: none !important;
  padding-left: 0;
}
.wysiwyg ol.listnone li, .tot__payment__selectting .contents-body ol.listnone li {
  list-style-type: none !important;
}
.wysiwyg ul, .tot__payment__selectting .contents-body ul {
  list-style-type: disc;
  padding-left: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .wysiwyg ul, .tot__payment__selectting .contents-body ul {
    padding-left: 3.8167938931vw;
  }
}
.wysiwyg ul li, .tot__payment__selectting .contents-body ul li {
  list-style-type: disc;
  margin-bottom: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .wysiwyg ul li, .tot__payment__selectting .contents-body ul li {
    margin-bottom: 2.5445292621vw;
  }
}
.wysiwyg ul.listnone, .tot__payment__selectting .contents-body ul.listnone {
  list-style-type: none !important;
  padding-left: 0;
}
.wysiwyg ul.listnone li, .tot__payment__selectting .contents-body ul.listnone li {
  list-style-type: none !important;
}
.wysiwyg .accordion .toggle-head, .tot__payment__selectting .contents-body .accordion .toggle-head {
  position: relative;
  padding-right: 30px;
  border-bottom: solid 1px #000000;
  margin-bottom: 10px;
  padding-bottom: 8px;
  display: block;
  font-size: 1.2em;
  line-height: 1.6;
}
.wysiwyg .accordion .toggle-head:before, .tot__payment__selectting .contents-body .accordion .toggle-head:before {
  content: "";
  width: 28px;
  height: 17px;
  display: block;
  background-image: url(../img/ico_arrow_down_pl.svg);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  transition: all 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .wysiwyg .accordion .toggle-head:before, .tot__payment__selectting .contents-body .accordion .toggle-head:before {
    width: 20px;
    height: 12px;
  }
}
.wysiwyg .accordion .toggle-head.toggle-open:before, .tot__payment__selectting .contents-body .accordion .toggle-head.toggle-open:before {
  transform: translateY(-50%) scale(1, -1);
}
.wysiwyg .accordion .toggle-head:hover, .tot__payment__selectting .contents-body .accordion .toggle-head:hover {
  cursor: pointer;
  opacity: 0.6 !important;
}
.wysiwyg .accordion .toggle_detail, .tot__payment__selectting .contents-body .accordion .toggle_detail {
  display: none;
}
.wysiwyg .caution, .tot__payment__selectting .contents-body .caution {
  list-style: none;
  padding-left: 0;
}
.wysiwyg .caution li, .tot__payment__selectting .contents-body .caution li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}
.wysiwyg table, .tot__payment__selectting .contents-body table {
  max-width: 100%;
  box-sizing: border-box;
  font-size: 0.9rem;
  border-collapse: collapse;
  width: 100%;
}
.wysiwyg table th, .wysiwyg table td, .tot__payment__selectting .contents-body table th, .tot__payment__selectting .contents-body table td {
  padding: 0.6944444444vw;
  border: solid 1px #000000;
  font-size: 0.9722222222vw !important;
}
@media screen and (max-width: 768px) {
  .wysiwyg table th, .wysiwyg table td, .tot__payment__selectting .contents-body table th, .tot__payment__selectting .contents-body table td {
    font-size: 3.3078880407vw !important;
    padding: 2.5445292621vw;
  }
}
.wysiwyg table th p, .wysiwyg table td p, .tot__payment__selectting .contents-body table th p, .tot__payment__selectting .contents-body table td p {
  margin: 0 !important;
}
.wysiwyg table th, .tot__payment__selectting .contents-body table th {
  background-color: #f0f0f0;
  padding: 0.75em 1em;
}
@media screen and (max-width: 768px) {
  .wysiwyg table th, .tot__payment__selectting .contents-body table th {
    font-size: 0.9em;
    padding: 0.25em 0.25em;
  }
}
.wysiwyg table thead, .tot__payment__selectting .contents-body table thead {
  background-color: #f0f0f0;
}
.wysiwyg table thead tr, .tot__payment__selectting .contents-body table thead tr {
  border: solid 1px #000000;
}
@media screen and (max-width: 768px) {
  .wysiwyg .tot__payment--table th, .wysiwyg .tot__payment--table td, .tot__payment__selectting .contents-body .tot__payment--table th, .tot__payment__selectting .contents-body .tot__payment--table td {
    font-size: 10px;
  }
}
.wysiwyg img, .tot__payment__selectting .contents-body img {
  width: initial;
  height: initial;
  max-width: 100%;
}
.wysiwyg img.protected, .tot__payment__selectting .contents-body img.protected {
  pointer-events: none;
}
.wysiwyg iframe, .tot__payment__selectting .contents-body iframe {
  border: none;
  max-width: 100%;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.content__detailFlex {
  display: flex;
  gap: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .content__detailFlex {
    flex-wrap: wrap;
    gap: unset;
    margin-top: 30px;
  }
}
.content__detailFlex .thum {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .content__detailFlex .thum {
    width: 100%;
  }
}
.content__detailFlex .detail {
  width: 57%;
}
@media screen and (max-width: 768px) {
  .content__detailFlex .detail {
    width: 100%;
    margin-top: 30px;
  }
}
.content__detailFlex .detail p {
  margin-bottom: 0;
}
.content__detailFlex .detail p span {
  font-size: 18px !important;
}
.content__detailFlex .detail p .btn {
  margin: 20px 0;
}

.status-member p a:not(.btn, .pagenation li a, .footer .copy a) {
  color: #657A92 !important;
}

.creditbrand img {
  width: unset;
}

.tot__header {
  position: relative;
  padding: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .tot__header {
    padding: 4.5801526718vw 4.3256997455vw 2.5445292621vw;
  }
}
.tot__header h1 {
  width: 39.375vw;
}
@media screen and (max-width: 768px) {
  .tot__header h1 {
    width: 64.3765903308vw;
    padding: 0;
  }
}
.tot__header h1 img {
  width: 100%;
}
.tot__header h1 a {
  display: block;
}
.tot__header--burger {
  width: 3.4722222222vw;
  height: 3.4722222222vw;
  cursor: pointer;
  position: fixed;
  right: 2.0833333333vw;
  top: 3.4722222222vw;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6944444444vw;
  mix-blend-mode: exclusion;
}
@media screen and (max-width: 768px) {
  .tot__header--burger {
    right: 5.5979643766vw;
    top: 6.3613231552vw;
    width: 10.1781170483vw;
    height: 10.1781170483vw;
    gap: 2.5445292621vw;
  }
}
.tot__header--burger-line {
  display: block;
  width: 3.4722222222vw;
  height: 1px;
  background: #ffffff;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  .tot__header--burger-line {
    width: 10.1781170483vw;
  }
}
.tot__header--burger.is-active .tot__header--burger-line:nth-child(1) {
  transform: translateY(calc(0.6944444444vw + 1px)) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .tot__header--burger.is-active .tot__header--burger-line:nth-child(1) {
    transform: translateY(calc(2.5445292621vw + 1px)) rotate(45deg);
  }
}
.tot__header--burger.is-active .tot__header--burger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.tot__header--burger.is-active .tot__header--burger-line:nth-child(3) {
  transform: translateY(calc(-1 * (0.6944444444vw + 1px))) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .tot__header--burger.is-active .tot__header--burger-line:nth-child(3) {
    transform: translateY(calc(-1 * (2.5445292621vw + 1px))) rotate(-45deg);
  }
}
.tot__header--overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.tot__header--overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}
.tot__header--menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 29.1666666667vw;
  height: 100vh;
  background: #ffffff;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .tot__header--menu {
    width: 100%;
  }
}
.tot__header--menu.is-open {
  transform: translateX(0);
}
.tot__header--menu-container {
  width: 100%;
  padding: 8.3333333333vw 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .tot__header--menu-container {
    padding: 20.3562340967vw 8.1424936387vw 35.6234096692vw;
  }
}
.tot__header--menu-section-fc {
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .tot__header--menu-section-fc {
    margin-top: 7.6335877863vw;
  }
}
.tot__header--menu-list {
  list-style: none;
}
.tot__header--menu-item a {
  display: block;
  font-size: 2.0833333333vw;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  .tot__header--menu-item a {
    font-size: 6.106870229vw;
    margin-bottom: 1.272264631vw;
  }
}
.tot__header--menu-fc-list {
  list-style: none;
}
.tot__header--menu-fc-item a {
  display: block;
}
.tot__header--menu-buttons {
  display: flex;
  gap: 0.6944444444vw;
  justify-content: center;
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .tot__header--menu-buttons {
    margin-bottom: 5.0890585242vw;
    gap: 2.5445292621vw;
  }
}
.tot__header--fc {
  position: relative;
}
.tot__header--fc-frame-img {
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.tot__header--fc-head {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2.0833333333vw 1.3888888889vw 1.1805555556vw;
}
@media screen and (max-width: 768px) {
  .tot__header--fc-head {
    padding: 7.6335877863vw 5.0890585242vw 5.0890585242vw;
  }
}
.tot__header--fc-head img {
  width: 15.2777777778vw;
}
@media screen and (max-width: 768px) {
  .tot__header--fc-head img {
    width: 55.9796437659vw;
  }
}
.tot__header--fc-nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tot__header--fc-nav li {
  width: 50%;
  border-right: 1px solid #000000;
}
.tot__header--fc-nav li:nth-child(even) {
  border-right: none;
}
.tot__header--fc-nav li:not(:nth-last-child(-n+2)) {
  border-bottom: 1px solid #000000;
}
.tot__header--fc-nav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6944444444vw;
  padding: 1.9791666667vw;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.3888888889vw;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .tot__header--fc-nav li a {
    font-size: 5.5979643766vw;
    padding: 6.6157760814vw;
    gap: 2.5445292621vw;
  }
}
.tot__header--fc-nav-wrap {
  position: relative;
  z-index: 1;
  border-top: 1px solid #000000;
}
.tot__header--fc-icon {
  display: block;
}
.tot__header--fc-icon i {
  font-size: 1.8055555556vw;
}
@media screen and (max-width: 768px) {
  .tot__header--fc-icon i {
    font-size: 6.106870229vw;
  }
}
.tot__header--fc-btm {
  margin-top: 1.3888888889vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tot__header--fc-btm {
    margin-top: 6.3613231552vw;
  }
}
.tot__header--fc-btm .barcode {
  font-family: "Libre Barcode 39 Extended", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5vw;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .tot__header--fc-btm .barcode {
    font-size: 9.1603053435vw;
  }
}
.tot__header--fc-btm .no {
  font-size: 1.1111111111vw;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .tot__header--fc-btm .no {
    font-size: 4.0712468193vw;
  }
}

.tot__footer {
  text-align: center;
  position: relative;
  padding: 5.9027777778vw 1.1111111111vw 9.0277777778vw;
}
@media screen and (max-width: 768px) {
  .tot__footer {
    padding: 12.7226463104vw 4.0712468193vw 17.8117048346vw;
  }
}
.tot__footer .tot__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .tot__footer .tot__inner {
    flex-wrap: wrap;
    gap: 12.4681933842vw;
    justify-content: center;
  }
}
.tot__footer__top {
  text-align: -webkit-center;
}
.tot__footer__btm a:hover {
  color: #7B76B0;
}
.tot__footer__logo {
  margin-bottom: 3.1944444444vw;
  display: flex;
  align-items: center;
  gap: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .tot__footer__logo {
    margin-bottom: 10.1781170483vw;
    gap: 2.5445292621vw;
  }
}
.tot__footer__logo a {
  display: block;
  max-width: 6.8055555556vw;
}
@media screen and (max-width: 768px) {
  .tot__footer__logo a {
    max-width: 24.9363867684vw;
  }
}
.tot__footer__logo a img {
  width: 100%;
}
.tot__footer__logo .no-pointer {
  pointer-events: none;
}
.tot__footer__nav {
  margin-bottom: 1.9444444444vw;
}
@media screen and (max-width: 768px) {
  .tot__footer__nav {
    display: block;
    gap: 0;
    margin-bottom: 12.7226463104vw;
  }
}
.tot__footer__nav-item {
  display: inline-block;
  margin-left: 2.0833333333vw;
}
.tot__footer__nav-item:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .tot__footer__nav-item {
    margin-left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 5.0890585242vw;
  }
  .tot__footer__nav-item:last-of-type {
    margin-bottom: 0;
  }
}
.tot__footer__nav-item a {
  font-size: 0.9722222222vw;
}
@media screen and (max-width: 768px) {
  .tot__footer__nav-item a {
    font-size: 3.5623409669vw;
  }
}
.tot__footer__sns {
  margin-bottom: 3.1944444444vw;
}
.tot__footer__sns-item {
  display: inline-block;
  margin-right: 0.6944444444vw;
}
.tot__footer__sns-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .tot__footer__sns-item {
    vertical-align: top;
    margin-right: 2.5445292621vw;
  }
}
.tot__footer__sns-item a {
  display: block;
}
.tot__footer__sns-item a i {
  display: inline-block;
  color: #000000;
  font-size: 1.5277777778vw;
  vertical-align: middle;
  position: relative;
  transition: all 0.3s;
}
.tot__footer__sns-item a i:hover {
  color: #7B76B0;
}
@media screen and (max-width: 768px) {
  .tot__footer__sns-item a i {
    font-size: 5.5979643766vw;
  }
}
.tot__copy {
  font-size: 0.8333333333vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tot__copy {
    font-size: 3.0534351145vw;
  }
}

.tot__mv {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.tot__mv .br, .tot__mv .bb, .tot__mv .bl {
  display: block;
  background: #ffffff;
  position: absolute;
  z-index: 10;
  transition: all 0.6s ease-out 0.4s;
}
.tot__mv .bb {
  width: 100%;
  height: 2.0833333333vw;
}
.tot__mv .br, .tot__mv .bl {
  width: 2.0833333333vw;
  height: 100%;
}
.tot__mv .bt {
  top: -2.0833333333vw;
  left: 0;
}
.tot__mv .bb {
  bottom: -2.0833333333vw;
  right: 0;
}
.tot__mv .bl {
  left: -2.0833333333vw;
  top: 0;
}
.tot__mv .br {
  right: -2.0833333333vw;
  bottom: 0;
}
.tot__mv-img {
  width: 100%;
  margin: auto;
  position: relative;
  padding: 0 2.0833333333vw;
}
.tot__mv-img .tot__img {
  position: relative;
  z-index: 3;
}
.tot__mv-img .mv {
  width: 100%;
  transform: scale(1.2);
  transition: transform 0.8s ease-out;
}
.tot__mv-img picture {
  display: block;
}
.tot__mv.loaded .mv {
  transform: scale(1);
}
.tot__mv.loaded .bt {
  top: 0;
}
.tot__mv.loaded .bb {
  bottom: 0;
}
.tot__mv.loaded .bl {
  left: 0;
}
.tot__mv.loaded .br {
  right: 0;
}
.tot__bnr {
  padding: 0.6944444444vw 0 5.9027777778vw;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .tot__bnr {
    padding: 0 0 10.1781170483vw;
  }
}
.tot__bnr__inner {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tot__bnr__inner {
    margin: unset;
    max-width: 100%;
  }
}
.tot__bnr__list-item {
  text-align: center;
}
.tot__bnr__list-item a:hover {
  opacity: 0.8;
}
.tot__bnr__list-item img {
  display: inline-block;
  height: auto;
  width: 100%;
}
.tot__bnr__list-item:last-child {
  margin-right: 0;
}
.tot__bnr .slick-slide {
  padding: 0 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .tot__bnr .slick-slide {
    padding: 0 10px;
  }
}
.tot__bnr .slick-list {
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  .tot__bnr .slick-list {
    padding: 0 -10px;
  }
}
.tot__bnr .slick-track {
  display: flex;
  align-items: center;
}
.tot__bnr .slick-slider .slick-slide {
  padding: 0 10px;
}
.tot__bnr .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 1.5277777778vw;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .tot__bnr .slick-dots {
    margin-top: 2.5445292621vw;
  }
}
.tot__bnr .slick-dots li {
  width: 3.4722222222vw;
  height: 2px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .tot__bnr .slick-dots li {
    width: 12.7226463104vw;
  }
}
.tot__bnr .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: #D9D9D9;
  cursor: pointer;
  font-size: 0;
  transition: background 0.3s ease;
}
.tot__bnr .slick-dots li button::before {
  display: none;
}
.tot__bnr .slick-dots li.slick-active button {
  background: #080404;
}
.tot__news {
  padding: 0 0 7.7777777778vw;
}
@media screen and (max-width: 768px) {
  .tot__news {
    padding: 0 0 22.9007633588vw;
  }
}
.tot__news .tot__heading {
  margin-bottom: 1.875vw;
}
@media screen and (max-width: 768px) {
  .tot__news .tot__heading {
    margin-bottom: 3.3078880407vw;
  }
}
.tot__news .tot__btn {
  text-align: right;
  margin-top: 1.8055555556vw;
}
@media screen and (max-width: 768px) {
  .tot__news .tot__btn {
    text-align: center;
    margin-top: 8.1424936387vw;
  }
}
.tot__disco {
  position: relative;
  overflow: visible;
}
.tot__disco__inner-wrap {
  position: relative;
  padding: 5.9722222222vw 0 8.4027777778vw;
}
@media screen and (max-width: 768px) {
  .tot__disco__inner-wrap {
    padding: 14.2493638677vw 0 15.2671755725vw;
  }
}
.tot__disco .tot__heading {
  position: absolute;
  top: -2.2222222222vw;
  margin: 0 auto;
  padding: 0 1.1111111111vw;
  max-width: 83.3333333333vw;
  left: 8.75vw;
}
@media screen and (max-width: 768px) {
  .tot__disco .tot__heading {
    max-width: 100%;
    padding: 0 22px;
    left: 0;
    top: -5.0890585242vw;
  }
}
.tot__disco .tot__heading h2 {
  mix-blend-mode: exclusion;
  color: #ffffff;
}
.tot__disco .tot__btn {
  text-align: right;
  margin-top: -1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .tot__disco .tot__btn {
    text-align: center;
    margin-top: 12.7226463104vw;
  }
}
.tot__disco__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: background-image 0.6s ease;
  z-index: 0;
}
.tot__disco__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transform: scale(1.1);
  filter: blur(1.3888888889vw);
}
@media screen and (max-width: 768px) {
  .tot__disco__bg::before {
    filter: blur(5.0890585242vw);
  }
}
.tot__disco__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.6);
}
.tot__disco .tot__inner {
  position: relative;
  z-index: 1;
}
.tot__disco__wrap-item {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .tot__disco__wrap-item {
    flex-direction: column;
  }
}
.tot__disco__wrap-img {
  width: 32.9861111111vw;
  height: 32.9861111111vw;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .tot__disco__wrap-img {
    width: 100%;
    height: auto;
  }
}
.tot__disco__wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tot__disco__wrap-info {
  padding: 4.375vw;
  width: 100%;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .tot__disco__wrap-info {
    padding: 6.106870229vw;
  }
}
.tot__disco .tot__info__cat {
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 999px;
  font-size: 0.9722222222vw;
  padding: 0.1388888889vw 0.8333333333vw;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 768px) {
  .tot__disco .tot__info__cat {
    font-size: 3.0534351145vw;
    padding: 0.5089058524vw 3.0534351145vw;
    margin-bottom: 3.8167938931vw;
  }
}
.tot__disco .tot__info__ttl {
  font-size: 2.7777777778vw;
  font-weight: 400;
  margin-bottom: 0.5555555556vw;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .tot__disco .tot__info__ttl {
    font-size: 6.3613231552vw;
    margin-bottom: 1.272264631vw;
  }
}
.tot__disco .tot__info__date {
  font-size: 1.25vw;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .tot__disco .tot__info__date {
    font-size: 3.8167938931vw;
  }
}
.tot__disco .tot__info__content {
  margin-top: 2.0833333333vw;
}
.tot__disco .tot__info__content ol {
  padding-left: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .tot__disco .tot__info__content ol {
    padding-left: 3.8167938931vw;
  }
}
.tot__disco .tot__info__content ol li {
  list-style-type: decimal;
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  .tot__disco .tot__info__content ol li {
    font-size: 3.8167938931vw;
  }
}
.tot__disco .tot__info__btn {
  margin-top: 2.5vw;
}
@media screen and (max-width: 768px) {
  .tot__disco .tot__info__btn {
    margin-top: 5.0890585242vw;
  }
}
.tot__disco .slick-list {
  overflow: visible;
  padding-right: 6.9444444444vw !important;
  padding-left: 0 !important;
}
@media screen and (max-width: 768px) {
  .tot__disco .slick-list {
    padding-right: 0 !important;
  }
}
.tot__disco__cont {
  overflow: hidden;
  position: relative;
  max-width: 91.6666666667vw;
  margin: auto 0 auto auto;
}
@media screen and (max-width: 768px) {
  .tot__disco__cont {
    max-width: 100%;
  }
}
.tot__disco .slick-dots {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8333333333vw;
  margin-top: 1.6666666667vw;
  padding: 0;
  list-style: none;
  margin-left: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .tot__disco .slick-dots {
    gap: 3.0534351145vw;
    margin-top: 4.0712468193vw;
    justify-content: center;
    margin-left: unset;
  }
}
.tot__disco .slick-dots li {
  width: 3.4722222222vw;
  height: 2px;
  transition: width 0.3s ease;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .tot__disco .slick-dots li {
    width: 12.7226463104vw;
  }
}
.tot__disco .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: #ffffff;
  cursor: pointer;
  font-size: 0;
  transition: background 0.3s ease;
}
.tot__disco .slick-dots li.slick-active button {
  background: #7B76B0;
}
.tot__disco .slick-slide {
  padding: 0 1.3888888889vw;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .tot__disco .slick-slide {
    padding: 0 22px;
  }
}
.tot__disco .slick-track {
  display: flex;
  align-items: center;
}
.tot__movie {
  padding: 6.25vw 0 9.0277777778vw;
}
@media screen and (max-width: 768px) {
  .tot__movie {
    padding: 15.2671755725vw 0 14.7582697201vw;
  }
}
.tot__movie .tot__heading {
  margin-bottom: 2.4305555556vw;
  display: flex;
  align-items: center;
  gap: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .tot__movie .tot__heading {
    margin-bottom: 5.0890585242vw;
    justify-content: space-between;
  }
}
.tot__movie .tot__heading--youtube a {
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .tot__movie .tot__heading--youtube a {
    font-size: 3.8167938931vw;
  }
}
.tot__movie .tot__heading--youtube i {
  margin-right: 10px;
  font-size: 1.3888888889vw;
  vertical-align: text-top;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .tot__movie .tot__heading--youtube i {
    font-size: 5.0890585242vw;
  }
}
.tot__movie .tot__btn {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .tot__movie .tot__btn {
    text-align: center;
    margin-top: 12.7226463104vw;
  }
}
.tot__movie--li {
  position: relative;
}
.tot__movie--thumbnail {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background: #000000;
}
.tot__movie--thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.tot__movie--thumbnail:hover img {
  transform: scale(1.05);
}
.tot__movie--info {
  position: absolute;
  bottom: 0.8333333333vw;
  left: -0.9722222222vw;
}
.tot__movie--ttl {
  color: #ffffff;
  background: #000000;
  font-size: 1.0416666667vw;
  font-weight: 400;
  padding: 0.6944444444vw 0.9722222222vw;
  width: fit-content;
}
.tot__movie--modal {
  max-width: 1000px;
  padding: 0;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .tot__movie--modal {
    max-width: 92%;
  }
}
.tot__movie--modal .remodal-close {
  color: #ffffff;
  right: -30px;
  top: -30px;
}
@media screen and (max-width: 768px) {
  .tot__movie--modal .remodal-close {
    right: 0;
    top: -40px;
  }
}
.tot__movie--modal-content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.tot__movie--modal-content iframe {
  position: absolute;
  top: 0;
  left: -10px;
  width: 100%;
  height: 100%;
  border: none;
}
.tot__movie--cont {
  overflow: hidden;
  position: relative;
  max-width: 91.6666666667vw;
  margin: auto 0 auto auto;
}
@media screen and (max-width: 768px) {
  .tot__movie--cont {
    max-width: 100%;
  }
}
.tot__movie--playbutton {
  position: absolute;
  max-width: 9.7222222222vw;
  max-height: 9.7222222222vw;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .tot__movie--playbutton {
    max-width: 25.4452926209vw;
    max-height: 25.4452926209vw;
  }
}
.tot__movie .slick-list {
  overflow: visible;
  padding-right: 37.5vw !important;
  padding-left: 0 !important;
}
@media screen and (max-width: 768px) {
  .tot__movie .slick-list {
    padding-right: 0 !important;
  }
}
.tot__movie .slick-slide {
  padding: 0 1.3888888889vw;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .tot__movie .slick-slide {
    padding: 0 22px;
  }
}
.tot__movie .slick-track {
  display: flex;
  align-items: stretch;
}
.tot__movie .slick-dots {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8333333333vw;
  margin-top: 1.6666666667vw;
  padding: 0;
  list-style: none;
  margin-left: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .tot__movie .slick-dots {
    gap: 3.0534351145vw;
    margin-top: 4.0712468193vw;
    justify-content: center;
    margin-left: unset;
  }
}
.tot__movie .slick-dots li {
  width: 3.4722222222vw;
  height: 2px;
  transition: width 0.3s ease;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .tot__movie .slick-dots li {
    width: 12.7226463104vw;
  }
}
.tot__movie .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: #D9D9D9;
  cursor: pointer;
  font-size: 0;
  transition: background 0.3s ease;
}
.tot__movie .slick-dots li.slick-active button {
  background: #000000;
}
.tot__member--profile {
  display: flex;
}
@media screen and (max-width: 768px) {
  .tot__member--profile {
    flex-wrap: wrap;
  }
}
.tot__member--profile-item {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tot__member--profile-item {
    width: 50%;
  }
}
.tot__member--profile-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tot__member--profile-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(158, 155, 189, 0.7) 0%, rgba(154, 150, 197, 0.5) 10%, rgba(135, 129, 190, 0.2) 40%, rgba(123, 118, 176, 0) 100%);
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.tot__member--profile-name {
  position: absolute;
  bottom: 1.3888888889vw;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #ffffff;
  font-size: 2.0833333333vw;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.1em;
  font-weight: 200;
  opacity: 0;
  transition: opacity 0.4s ease 0.1s;
}
@media screen and (max-width: 768px) {
  .tot__member--profile-name {
    font-size: 4.0712468193vw;
    bottom: 3.0534351145vw;
  }
}
.tot__member--profile-item:hover .tot__member--profile-overlay {
  transform: translateY(0);
}
.tot__member--profile-item:hover .tot__member--profile-name {
  opacity: 1;
}
.tot__fc--cont {
  background-image: url(../img/bg_fc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 9.0277777778vw 0;
}
@media screen and (max-width: 768px) {
  .tot__fc--cont {
    padding: 13.9949109415vw 0 15.2671755725vw;
  }
}
.tot__fc--cont .tot__inner {
  position: relative;
}
.tot__fc--ticket {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .tot__fc--ticket {
    width: 100%;
    flex-wrap: wrap;
  }
}
.tot__fc--ticket-main {
  flex: 1;
  position: relative;
  padding: 4.8611111111vw 2.4305555556vw 2.0833333333vw;
  background-color: #ffffff;
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 768px) {
  .tot__fc--ticket-main {
    width: 100%;
    flex: unset;
    border-radius: 30px 30px 0 0;
    padding: 15.2671755725vw 16px 12.7226463104vw;
  }
}
.tot__fc--ticket-side {
  width: 19.6527777778vw;
  flex-shrink: 0;
  position: relative;
  padding: 2.7777777778vw 2.4305555556vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.3888888889vw;
  background-color: #000000;
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 768px) {
  .tot__fc--ticket-side {
    width: 100%;
    border-radius: 0 0 30px 30px;
    padding: 9.6692111959vw 22px 10.941475827vw;
  }
}
.tot__fc--ticket-frame {
  position: absolute;
  inset: 0;
  width: 56.5277777778vw;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  left: 2.4305555556vw;
}
@media screen and (max-width: 768px) {
  .tot__fc--ticket-frame {
    width: 100%;
    left: 0;
    padding: 9.6692111959vw 0;
  }
}
.tot__fc--ticket-frame--wh .tot__fc--ticket-frame {
  width: 14.9305555556vw;
  left: 2.4305555556vw;
}
@media screen and (max-width: 768px) {
  .tot__fc--ticket-frame--wh .tot__fc--ticket-frame {
    width: 100%;
    left: 0;
  }
}
.tot__fc--ticket-perforated {
  width: 0.1388888889vw;
  flex-shrink: 0;
  background: repeating-linear-gradient(to bottom, #F4E9E2 0px, #F4E9E2 8px, #000000 8px, #000000 16px);
}
@media screen and (max-width: 768px) {
  .tot__fc--ticket-perforated {
    width: 100%;
    height: 0.5089058524vw;
    background: repeating-linear-gradient(to right, #F4E9E2 0px, #F4E9E2 8px, #000000 8px, #000000 16px);
  }
}
.tot__fc--ticket-head {
  text-align: center;
  margin: 0 auto 1.7361111111vw;
  width: 27.0138888889vw;
}
@media screen and (max-width: 768px) {
  .tot__fc--ticket-head {
    width: 55.9796437659vw;
    margin: 0 auto 7.1246819338vw;
  }
}
.tot__fc--ticket-head img {
  width: 100%;
}
.tot__fc--ticket-name {
  font-size: 4.1666666667vw;
  font-weight: 700;
  line-height: 1;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
}
.tot__fc--ticket-menu {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .tot__fc--ticket-menu {
    flex-wrap: wrap;
    width: 79.3893129771vw;
    margin: 0 auto;
  }
}
.tot__fc--ticket-menu-label {
  writing-mode: sideways-lr;
  text-align: center;
  font-size: 1.5277777778vw;
  padding: 1.1111111111vw 0.6944444444vw;
  border-right: 1px solid #000000;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  min-width: 4.8611111111vw;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  .tot__fc--ticket-menu-label {
    width: 100%;
    border-right: unset;
    border-bottom: 1px solid #000000;
    writing-mode: unset;
    font-size: 6.106870229vw;
    line-height: 1;
    min-width: auto;
    padding: 2.5445292621vw;
  }
}
.tot__fc--ticket-menu-label--dummy {
  border-left: 1px solid #000000;
  border-right: unset;
}
.tot__fc--ticket-nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .tot__fc--ticket-nav {
    flex-wrap: wrap;
    flex: unset;
  }
}
.tot__fc--ticket-nav li {
  flex: 1;
  border-right: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .tot__fc--ticket-nav li {
    flex: unset;
    width: 50%;
    border-right: none;
  }
  .tot__fc--ticket-nav li:nth-child(odd) {
    border-right: 1px solid #000000;
  }
  .tot__fc--ticket-nav li:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid #000000;
  }
}
.tot__fc--ticket-nav li:last-child {
  border-right: none;
}
.tot__fc--ticket-nav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5555555556vw;
  padding: 2.0833333333vw;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.5277777778vw;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .tot__fc--ticket-nav li a {
    font-size: 5.0890585242vw;
    padding: 8.9058524173vw;
    gap: 2.0356234097vw;
  }
}
.tot__fc--ticket-nav li a i {
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .tot__fc--ticket-nav li a i {
    font-size: 7.6335877863vw;
  }
}
.tot__fc--ticket-welcome {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 1.3888888889vw;
  text-align: center;
  line-height: 1.6;
  border-bottom: 1px solid #ffffff;
  padding: 1.3888888889vw 0;
  line-height: 1.3;
  width: 100%;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .tot__fc--ticket-welcome {
    font-size: 4.0712468193vw;
    border-bottom: unset;
  }
}
.tot__fc--ticket-buttons {
  margin-top: 1.3888888889vw;
}
.tot__fc--ticket-join, .tot__fc--ticket-login {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 1.7361111111vw;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .tot__fc--ticket-join, .tot__fc--ticket-login {
    font-size: 6.3613231552vw;
  }
}
.tot__fc--ticket-join i, .tot__fc--ticket-login i {
  font-size: 1.0416666667vw;
  margin-right: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  .tot__fc--ticket-join i, .tot__fc--ticket-login i {
    font-size: 3.8167938931vw;
    margin-right: 1.272264631vw;
  }
}
.tot__fc--ticket-join {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .tot__fc--ticket-join {
    margin-bottom: 5.0890585242vw;
  }
}
.tot__fc--ticket-barcode {
  color: #ffffff;
  font-family: "Libre Barcode 39 Extended", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2222222222vw;
}
.tot__fc--ticket-btm {
  max-width: 50.4166666667vw;
  display: flex;
  align-items: flex-start;
  margin: 1.3888888889vw auto;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .tot__fc--ticket-btm {
    display: block;
    max-width: 100%;
    text-align: center;
    margin: 5.5979643766vw auto 0;
  }
}
.tot__fc--ticket-btm .barcode {
  font-family: "Libre Barcode 39 Extended", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2222222222vw;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .tot__fc--ticket-btm .barcode {
    font-size: 9.1603053435vw;
  }
}
.tot__fc--ticket-btm .no {
  font-size: 1.1111111111vw;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  padding-right: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .tot__fc--ticket-btm .no {
    font-size: 4.0712468193vw;
  }
}
.tot__fc--circle {
  position: absolute;
  right: -2.0833333333vw;
  bottom: -2.0833333333vw;
  width: 9.0277777778vw;
  height: 9.0277777778vw;
}
@media screen and (max-width: 768px) {
  .tot__fc--circle {
    margin: 0 auto;
    position: relative;
    width: 33.0788804071vw;
    height: 33.0788804071vw;
    margin-top: 6.3613231552vw;
    right: unset;
    bottom: unset;
  }
}
.tot__fc--circle img {
  mix-blend-mode: exclusion;
  animation: rotate 10s linear infinite;
}
.tot__fc--circle a {
  display: block;
}
.tot__fc--circle-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  mix-blend-mode: exclusion;
}
.tot__fc--circle-arrow::after {
  content: "";
  display: block;
  width: 3.4722222222vw;
  height: 1px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .tot__fc--circle-arrow::after {
    width: 12.7226463104vw;
  }
}
.tot__fc--circle-arrow::before {
  content: "";
  position: absolute;
  right: -0.4166666667vw;
  width: 0;
  height: 0;
  border-top: 0.2777777778vw solid transparent;
  border-bottom: 0.2777777778vw solid transparent;
  border-left: 0.4166666667vw solid #ffffff;
}
@media screen and (max-width: 768px) {
  .tot__fc--circle-arrow::before {
    right: -1.5267175573vw;
    border-top: 1.0178117048vw solid transparent;
    border-bottom: 1.0178117048vw solid transparent;
    border-left: 1.5267175573vw solid #ffffff;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.tot__contact {
  padding-top: 7.6388888889vw;
}
@media screen and (max-width: 768px) {
  .tot__contact {
    padding-top: 16.5394402036vw;
  }
}
.tot__contact--inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 2.0833333333vw;
  max-width: 83.3333333333vw;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tot__contact--inner {
    flex-direction: column;
    padding: 0;
    max-width: 100%;
    gap: 5.0890585242vw;
  }
}
.tot__contact--heading {
  text-align: center;
  margin-bottom: 3.3333333333vw;
}
@media screen and (max-width: 768px) {
  .tot__contact--heading {
    margin-bottom: 6.3613231552vw;
  }
}
.tot__contact--detail {
  display: flex;
  width: 100%;
  gap: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tot__contact--detail {
    flex-direction: column;
    gap: 20px;
  }
}
.tot__contact--detailCont {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tot__contact--detailCont {
    padding: 32px 24px;
    gap: 15px;
  }
}
.tot__contact--detailCont01, .tot__contact--detailCont02 {
  display: flex;
  flex-direction: column;
  padding: 3.6111111111vw 1.3888888889vw 2.8472222222vw;
  border: 1px solid #D9D9D9;
  flex: 1;
  width: calc(50% - 20px);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .tot__contact--detailCont01, .tot__contact--detailCont02 {
    width: 100%;
    padding: 7.6335877863vw 5.0890585242vw;
  }
}
.tot__contact .btn {
  max-width: 27.0833333333vw;
  padding: 1.3888888889vw;
  width: 100%;
  border-radius: 500px;
}
@media screen and (max-width: 768px) {
  .tot__contact .btn {
    max-width: 76.3358778626vw;
    padding: 5.0890585242vw;
  }
}
.tot__contact small {
  display: block;
  text-align: center;
  padding-top: 1.0416666667vw;
  font-size: 0.9722222222vw;
}
@media screen and (max-width: 768px) {
  .tot__contact small {
    padding-top: 3.0534351145vw;
    font-size: 3.5623409669vw;
  }
}
.tot__contact .txt_link:hover {
  text-decoration: none;
  color: #7B76B0;
  opacity: 1;
}

.tot__under {
  padding: 2.0833333333vw 0 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .tot__under {
    padding: 7.6335877863vw 0 15.2671755725vw;
  }
}
.tot__under__ttl {
  margin-bottom: 4.3055555556vw;
}
@media screen and (max-width: 768px) {
  .tot__under__ttl {
    margin-bottom: 10.1781170483vw;
  }
}
.tot__under__ttl h2 {
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  text-align: center;
  font-size: 4.1666666667vw;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .tot__under__ttl h2 {
    font-size: 10.1781170483vw;
  }
}
.tot__under__inner {
  max-width: 83.3333333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tot__under__inner {
    width: unset;
    padding: 0 4.0712468193vw;
    max-width: 100%;
  }
}
.tot__under__detail--wrap {
  background: #F6F6F6;
}
.tot__under__content--detail {
  padding: 2.0833333333vw 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .tot__under__content--detail {
    padding: 5.0890585242vw;
  }
}
.tot__under__content--head {
  padding: 2.7777777778vw 3.4722222222vw;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (max-width: 768px) {
  .tot__under__content--head {
    padding: 5.0890585242vw;
  }
}
.tot__under__content--head .tag-day {
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .tot__under__content--head .tag-day {
    font-size: 4.0712468193vw;
  }
}
.tot__under__content--head .ttl {
  font-size: 1.1111111111vw;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .tot__under__content--head .ttl {
    font-size: 4.0712468193vw;
  }
}
.tot__under__back {
  text-align: center;
  margin-top: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .tot__under__back {
    margin-top: 15.2671755725vw;
  }
}

.tot__category {
  margin-top: 2.0833333333vw;
  margin-bottom: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .tot__category {
    margin-top: 7.6335877863vw;
    margin-bottom: 15.2671755725vw;
  }
}
.tot__category-list {
  display: flex;
  gap: 0.5555555556vw;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .tot__category-list {
    gap: 2.5445292621vw;
  }
}
@media screen and (max-width: 768px) {
  .tot__category-list li {
    width: 48%;
  }
}
.tot__category-list li a {
  line-height: 1;
  min-width: 4.3055555556vw;
  display: block;
  text-align: center;
  border-radius: 80px;
  font-weight: 500;
  font-size: 1.0416666667vw;
  padding: 0.3472222222vw 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .tot__category-list li a {
    padding: 1.272264631vw 5.0890585242vw;
    width: 100%;
    min-width: unset;
    font-size: 3.8167938931vw;
  }
}
.tot__category-list li a.current {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
.tot__category-list li a.current:hover {
  background: #ffffff;
  color: #000000;
}

.tag-new {
  color: #FF0000;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.0416666667vw;
  margin-left: 3px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .tag-new {
    font-size: 3.8167938931vw;
  }
}

.tot__archive a .tot__archive--imageThumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}
.tot__archive a .tot__archive--imageThumbnail img {
  width: 100%;
  position: absolute;
  aspect-ratio: 16/9;
  object-fit: cover;
  left: 50%;
  margin: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  transition: transform 0.5s ease;
}
.tot__archive a:hover .tot__archive--imageThumbnail img {
  transform: translate(-50%, -50%) scale(1.1);
}
.tot__blog__list-item a, .tot__staffblog__list-item a {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .tot__blog__list-item a, .tot__staffblog__list-item a {
    display: block;
  }
}
.tot__blog__list-item a .thumbnail, .tot__staffblog__list-item a .thumbnail {
  width: 180px;
  height: 100px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .tot__blog__list-item a .thumbnail, .tot__staffblog__list-item a .thumbnail {
    width: 100%;
    height: 180px;
    margin-bottom: 10px;
  }
}
.tot__contactform .form-description {
  padding: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .tot__contactform .form-description {
    padding: 5.0890585242vw;
  }
}
.tot__contactform .form-description p {
  text-align: center;
  font-weight: bold;
}
.tot__contactform .form-description ul {
  margin-bottom: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .tot__contactform .form-description ul {
    margin-bottom: 2.5445292621vw;
  }
}
.tot__contactform .form-description ul:last-child {
  margin-bottom: 0;
}
.tot__pre_signup .tot__signup--contents {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 60px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .tot__pre_signup .tot__signup--contents {
    gap: 10px;
  }
}
.tot__pre_signup .tot__signup--contents li {
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .tot__pre_signup .tot__signup--contents li {
    width: 100%;
  }
}
.tot__pre_signup .tot__signup--contents li h4 {
  text-align: center;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
}
.tot__pre_signup .prices {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
}
.tot__pre_signup .prices ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tot__pre_signup .prices ul li {
  list-style: none;
  text-align: left;
}
.tot__pre_signup #userid .row {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  margin: 3rem auto 1rem;
}
.tot__pre_signup #userid .col {
  width: 50%;
  background-color: #D9D9D9;
  border: none;
  padding: 30px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}
.tot__pre_signup #userid .col p {
  margin: auto;
}
.tot__pre_signup #userid .col .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}
.tot__pre_signup #userid .info {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media all and (max-width: 768px) {
  .tot__pre_signup #userid .row {
    flex-wrap: wrap;
  }
  .tot__pre_signup #userid .col {
    width: 100%;
    padding: 1em;
  }
  .tot__pre_signup #userid .info {
    padding: 1em;
  }
}

.tot__page__eyecatch img {
  width: 100%;
}
.tot__page__ttl {
  margin-bottom: 3.2638888889vw;
}
@media screen and (max-width: 768px) {
  .tot__page__ttl {
    padding: 10px 20px;
  }
}
.tot__page__ttl h2 {
  font-size: 2.0833333333vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tot__page__ttl h2 {
    font-size: 6.106870229vw;
  }
}
.tot__page__content {
  background: #F6F6F6;
}
.tot__page__content--detail {
  padding: 2.7777777778vw 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .tot__page__content--detail {
    padding: 5.0890585242vw;
  }
}
.tot__page__profile {
  margin-top: 6.9444444444vw;
}
.tot__page__profile--logo {
  width: 39.375vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tot__page__profile--logo {
    width: 76.3358778626vw;
  }
}
.tot__page__profile--logo img {
  width: 100%;
}
.tot__page__profile--lead {
  margin-top: 1.3888888889vw;
  font-size: 1.25vw;
  color: #474747;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .tot__page__profile--lead {
    margin-top: 5.0890585242vw;
    font-size: 3.0534351145vw;
  }
}
.tot__page__profile--sns {
  display: flex;
  gap: 0.6944444444vw;
  margin-top: 3.4722222222vw;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .tot__page__profile--sns {
    gap: 2.5445292621vw;
    margin-top: 7.6335877863vw;
  }
}
.tot__page__profile--sns a {
  display: block;
}
.tot__page__profile--sns em {
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .tot__page__profile--sns em {
    font-size: 5.0890585242vw;
  }
}
.tot__page__profile--detail {
  margin-top: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .tot__page__profile--detail {
    margin-top: 15.2671755725vw;
  }
}
.tot__page__profile--detail .profile__head {
  display: flex;
  background: #F6F6F6;
  margin-bottom: 2.7777777778vw;
  gap: 3.8194444444vw;
}
@media screen and (max-width: 768px) {
  .tot__page__profile--detail .profile__head {
    display: block;
    margin-bottom: 7.6335877863vw;
  }
}
.tot__page__profile--detail .profile__head:last-of-type {
  margin-bottom: 0;
}
.tot__page__profile--detail .profile__head__img {
  width: 33.3333333333vw;
  height: 33.3333333333vw;
}
@media screen and (max-width: 768px) {
  .tot__page__profile--detail .profile__head__img {
    width: 100%;
    height: auto;
  }
}
.tot__page__profile--detail .profile__head__img img {
  width: 100%;
}
.tot__page__profile--detail .profile__head__info {
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .tot__page__profile--detail .profile__head__info {
    margin-bottom: 7.6335877863vw;
  }
}
.tot__page__profile--detail .profile__head__name {
  font-size: 2.7777777778vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .tot__page__profile--detail .profile__head__name {
    font-size: 6.6157760814vw;
  }
}
.tot__page__profile--detail .profile__head__name-en {
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.0416666667vw;
  margin-top: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .tot__page__profile--detail .profile__head__name-en {
    font-size: 3.0534351145vw;
    margin-top: 2.5445292621vw;
  }
}
.tot__page__profile--detail .profile__body {
  flex: 1;
  padding: 3.4722222222vw 0;
}
@media screen and (max-width: 768px) {
  .tot__page__profile--detail .profile__body {
    padding: 7.6335877863vw;
  }
}
.tot__page__profile--detail .profile__body__item {
  display: flex;
  align-items: center;
  margin-top: 0;
}
.tot__page__profile--detail .profile__body__item dt {
  width: 4.8611111111vw;
  font-size: 1.0416666667vw;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .tot__page__profile--detail .profile__body__item dt {
    font-size: 3.3078880407vw;
    width: 17.8117048346vw;
  }
}
.tot__page__profile--detail .profile__body__item dd {
  margin: 0;
  font-size: 1.3888888889vw;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .tot__page__profile--detail .profile__body__item dd {
    font-size: 4.0712468193vw;
  }
}
.tot__page__profile--detail .profile__body__sns {
  display: flex;
  gap: 0.6944444444vw;
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .tot__page__profile--detail .profile__body__sns {
    gap: 2.5445292621vw;
    margin-top: 7.6335877863vw;
  }
}
.tot__page__profile--detail .profile__body__sns a {
  display: block;
}
.tot__page__profile--detail .profile__body__sns em {
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .tot__page__profile--detail .profile__body__sns em {
    font-size: 5.0890585242vw;
  }
}

.mypage .massage.warning {
  border: solid 1px #000000;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 1em;
  margin-bottom: 1em;
}
.mypage .massage.warning ul {
  margin-bottom: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mypage .massage.warning ul li {
  list-style: none;
}
.mypage .mention {
  background-color: transparent !important;
  text-align: center;
  margin: 0 auto;
  display: block;
  border: none;
  color: #000000 !important;
}
.mypage .mention:before {
  content: none;
}
.mypage .status-rd {
  padding: 5px !important;
}
.mypage .status-rd span {
  display: block;
  background: #FF0000;
  padding: 5px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
}
.mypage .status-rd i {
  display: inline-block;
  margin-right: 4px;
  color: #fff;
  font-size: 16px;
}
.mypage .status-bl {
  padding: 5px !important;
}
.mypage .status-bl span {
  display: block;
  background: #7B76B0;
  padding: 5px;
  border-radius: 4px;
  color: #ffffff;
  font-weight: bold;
}
.mypage .status-bl i {
  display: inline-block;
  margin-right: 4px;
  color: #ffffff;
  font-size: 16px;
}
.mypage table.status {
  width: 100%;
  font-size: 1rem;
  border: none;
}
@media screen and (max-width: 768px) {
  .mypage table.status {
    font-size: 0.8rem;
    border: none;
    border-right: solid 1px #000000;
  }
}
.mypage table.status th {
  min-width: 14.5138888889vw;
  padding: 0 1em;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .mypage table.status th {
    min-width: 9em;
    width: 9em;
    display: block;
    padding: 0.5em;
  }
  .mypage table.status th.status__member {
    background-color: #000000;
    color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .mypage table.status tbody tr {
    display: block;
  }
  .mypage table.status tbody th {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .mypage table.status tbody th {
    max-width: 100%;
  }
}
.mypage table.status td {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .mypage table.status td.status__member-value {
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-right: none;
    border-top: none;
  }
  .mypage table.status td.status__member-value a {
    width: 100%;
    min-width: auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .mypage table.status td.status__member-value a {
    padding: 5px 0;
    font-size: 11px;
  }
}
.mypage table.status td table.status-cont {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 0;
  font-size: 1rem;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .mypage table.status td table.status-cont {
    font-size: 0.8rem;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .mypage table.status td table.status-cont thead {
    display: none;
  }
}
.mypage table.status td table.status-cont tr {
  border: none;
}
.mypage table.status td table.status-cont tr th {
  text-align: center;
  padding: 0.25em 0;
  border-bottom: none !important;
  border-top: none;
}
.mypage table.status td table.status-cont tr th:first-of-type {
  border-left: none;
}
.mypage table.status td table.status-cont tr th a {
  font-size: 0.8333333333vw;
  vertical-align: inherit;
}
@media screen and (max-width: 768px) {
  .mypage table.status td table.status-cont tr th a {
    font-size: 3.0534351145vw;
  }
}
.mypage table.status td table.status-cont tr td {
  text-align: center;
  padding: 0.5rem 0;
  border-bottom: none;
  border-left: none;
}
.mypage table.status td table.status-cont tr td:last-of-type {
  border-right: none;
}
.mypage table.status td table.status-cont tr td a {
  padding: 5px 20px;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 768px) {
  .mypage table.status td table.status-cont tr td a {
    font-size: 3.0534351145vw;
  }
}
@media screen and (max-width: 768px) {
  .mypage table.status td table.status-cont tr {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .mypage table.status td table.status-cont tr th {
    width: 9em;
    font-size: 0.8rem;
    text-align: left;
    padding: 0 0.5em;
    border-top: solid 1px #000000;
    padding: 0.5em;
    border-left: unset;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .mypage table.status td table.status-cont tr th:first-of-type {
    border-top: unset;
  }
}
@media screen and (max-width: 768px) {
  .mypage table.status td table.status-cont tr th:nth-last-child(2) {
    border-bottom: none !important;
  }
  .mypage table.status td table.status-cont tr td {
    width: calc(100% - 9em);
    font-size: 0.8rem;
    text-align: left;
    border: none;
    border-top: solid 1px #000000;
    padding: 0.5em;
    border-left: solid 1px #000000;
  }
  .mypage table.status td table.status-cont tr td:last-child {
    border-bottom: none !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .mypage table.status td table.status-cont tr td:first-of-type {
    border-top: unset;
  }
}
.mypage table.status .member_status .btn-text {
  display: inline-block;
}
.mypage table.status .member_status .label_status {
  margin: 0;
}
.mypage table.info {
  width: 100%;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .mypage table.info {
    font-size: 0.8rem;
    margin-top: 20px;
    border-top: 1px solid #000000;
  }
}
.mypage table.info th {
  width: 14.5138888889vw;
  padding: 0 1em;
  border-top: unset;
}
@media screen and (max-width: 768px) {
  .mypage table.info th {
    width: 9em;
    padding: 0 0.5em;
  }
}
.mypage table.info td {
  border-top: unset;
}

.id2,
.id3 {
  width: 100%;
  height: 23vw;
  position: relative;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .id2,
  .id3 {
    height: 58vw;
  }
}
@media (min-width: 768px) {
  .id2,
  .id3 {
    margin: 3.4722222222vw auto;
    border-radius: 10px;
  }
}
.id2 .members_number,
.id3 .members_number {
  position: absolute;
  top: 17.3611111111vw;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6666666667vw;
  text-align: center;
  color: #000000;
  width: 100%;
  white-space: nowrap;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .id2 .members_number,
  .id3 .members_number {
    top: 41.9847328244vw;
    font-size: 3.5623409669vw;
  }
}
.id2 .members_number a,
.id3 .members_number a {
  pointer-events: none;
  text-decoration: none;
}

.id2 {
  background: url("/themes/familiar/_assets/img/tot-card_annual.png") no-repeat center;
  background-size: contain;
  border-radius: 10px;
}

.id3 {
  background: url("/themes/familiar/_assets/img/tot-card_monthly.png") no-repeat center;
  background-size: contain;
  border-radius: 10px;
}

.member-free {
  border-bottom: none;
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .member-free {
    display: block;
  }
}
.member-free .btn-primary {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .member-free .btn-primary {
    margin-left: 0;
    padding: 5px 15px !important;
  }
}

.mypage__history table {
  font-size: 13px;
}

.mypage .id2 {
  overflow: hidden;
}

.members_state {
  display: block;
  max-width: 500px;
  margin: auto;
  text-align: center;
}
.members_state-rank p {
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
}
.members_state-rank p span {
  display: inline-block;
  padding: 0 6px;
}
.members_state-li {
  max-width: 300px;
  font-weight: bold;
  display: block;
  margin: auto;
}
.members_state-li p {
  text-align: center;
}
.members_state-li p.note {
  font-size: 12px;
}
.members_state-li ul li span {
  display: inline-block;
  padding: 0 6px;
}

.tot__carrierpayment .btn {
  font-size: 16px;
  padding: 5px 30px;
  border: 3px solid #000000;
  border-radius: 56px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  color: #000000;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: inline-block;
}
.tot__carrierpayment .btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 140px;
  background-color: #474747;
  transform: skewY(-10deg) scaleY(0);
  transform-origin: top left;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: -1;
  pointer-events: none;
}
.tot__carrierpayment .btn:hover {
  background-color: #474747;
  color: #7B76B0;
  border: 3px solid #000000;
}
.tot__carrierpayment .btn:hover::after {
  transform: skewY(-10deg) scaleY(1);
}

.tot__payment h3 {
  font-size: 1.2em;
  line-height: 1.8;
  margin-bottom: 1em;
}
.tot__payment p {
  margin-bottom: 1em;
}
.tot__payment dl {
  margin: 2em 0;
}
.tot__payment dl dt {
  font-size: 1rem;
  margin-bottom: 1em;
}
.tot__payment .alert-dismissible {
  border: solid 1px #E3E3E3;
}
.tot__payment .accordion form {
  border: solid 1px #000000;
  text-align: center;
  padding: 1.3rem 2rem;
}
.tot__payment .choose-payment {
  font-size: 1.2rem;
}
.tot__payment .choose-payment strong {
  display: inline-block;
  border-bottom: solid 2px #000000;
}
.tot__payment .btn__carrier {
  border: none;
  background: transparent;
  padding: 0;
  max-width: 240px;
  width: auto;
  margin: 0;
}
.tot__payment .btn__carrier img {
  max-width: 240px;
}
.tot__payment .cardlist {
  padding-left: 0;
}
.tot__payment .cardlist li {
  gap: 3px;
}
.tot__payment .carddetail th {
  width: 74px;
  font-size: 0.8em;
  padding: 0.25em 0.5em;
}
.tot__payment .carddetail td {
  width: calc(100% - 76px);
  border: none;
  font-size: 0.8em;
  padding: 0.25em 0.5em;
}
.tot__payment--gmo .gmoinfo li strong {
  display: block;
}
.tot__payment .delete-card {
  border-radius: 50px;
  background-color: #F6F6F6;
  color: #ffffff;
  border: none;
  outline: none;
  width: 48px;
}
.tot__payment #gmopg_credit {
  border-top: solid 2px #D9D9D9;
  margin-top: 1em;
  padding-top: 1em;
}

#newcreditcard {
  font-weight: bold;
  display: block;
  background: #000;
  color: #fff;
  padding: 5px 1em;
}

#gmopg_newcreditsubmit {
  font-size: 16px;
  margin: auto;
  padding: 0.8rem 2rem;
  transition: all 0.3s;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #gmopg_newcreditsubmit {
    padding: 0.8rem 1.2rem;
    font-size: 15px;
  }
}

.payment__selectting fieldset {
  max-width: 700px;
  display: block;
  margin: auto;
}
.payment__selectting fieldset input[name=card_number] {
  display: block;
  margin-bottom: 20px;
}
.payment__selectting fieldset label:last-child {
  display: block;
  margin-top: 20px;
}
.payment__selectting legend {
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: solid 1px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.payment__selectting .btn {
  width: fit-content;
  font-size: 16px;
  margin: auto;
  display: block;
  transition: all 0.3s;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .payment__selectting .btn {
    width: 100%;
    padding: 0.8rem 1.2rem;
    font-size: 15px;
  }
}
.payment__selectting .choose-card-update {
  margin-top: 30px;
}
.payment .cardlist li {
  width: 100%;
}

.tot__payment dl dt {
  font-size: 1.1em;
  line-height: 1.6;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  background-color: #F6F6F6;
  padding: 5px 1em;
}

#gmopg_convenience .choose-convenience {
  margin-bottom: 30px;
}
#gmopg_convenience .choose-convenience label {
  display: block;
  margin-top: 10px;
  margin-right: 10px;
}
#gmopg_convenience button {
  text-decoration: none;
  width: fit-content;
  display: block;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  transition: all 0.3s ease;
  letter-spacing: 0;
  font-size: 0.9722222222vw;
  color: #ffffff;
  padding: 1.0416666667vw 2.0833333333vw;
  min-width: 11.8055555556vw;
  background: #7B76B0;
}
#gmopg_convenience button:hover {
  opacity: unset;
  background: #474747;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #gmopg_convenience button {
    font-size: 3.5623409669vw;
    padding: 3.8167938931vw 7.6335877863vw;
    min-width: 43.2569974555vw;
  }
}

.fc-theme-standard .fc-list {
  border: 1px solid #000000 !important;
}
.fc-theme-standard td {
  border-right: 1px solid #000000 !important;
  border-bottom: 1px solid #000000 !important;
}
@media screen and (max-width: 768px) {
  .fc-theme-standard td {
    border: unset !important;
    border-bottom: 1px solid #000000 !important;
  }
}
.fc-theme-standard th {
  border-right: 1px solid #000000 !important;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fc-theme-standard th {
    border-top: unset !important;
  }
}
.fc-theme-standard .fc-scrollgrid {
  border-left: 1px solid #000000 !important;
  border-top: 1px solid #000000 !important;
}

.tot__content-wrap {
  padding-top: 5px;
}

.creditcard_brand img {
  width: auto;
}

.payment__selectting h5, .signup h5 {
  text-align: center;
}

.musicList {
  padding-left: 0 !important;
}
.musicList .music {
  list-style-type: none;
  border-top: 1px solid #D9D9D9;
  padding: 10px 0px;
}
.musicList .music span {
  font-size: 18px !important;
}

.payment__selectting .content__detail .align-center a {
  padding: 5px 40px;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .cardlist li .cardbrand {
    width: 1rem !important;
  }
}

.settingBnr {
  width: 50%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .settingBnr {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*================================
コメント
================================*/
.tot__comment--detailHead {
  text-align: center;
}

.comment-block dl dt {
  font-size: 15px;
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 10px;
}
.comment-block dl dt .name-wp {
  width: 80%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .comment-block dl dt {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .comment-block dl dt .name-wp {
    width: 100%;
  }
}
.comment-block dl dt .date {
  margin-left: auto;
  font-weight: normal;
  width: 190px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: right;
  color: #F6F6F6;
}
@media screen and (max-width: 768px) {
  .comment-block dl dt .date {
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
    text-align: left;
    width: auto;
  }
}
.comment-block dl dt .like {
  background: #F6F6F6;
  border-radius: 5px;
  padding: 1px 4px;
}
.comment-block dl dt .like::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url("../img/ico_like.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin: 0 3px;
}
.comment-block dl dd {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 16px;
  margin-left: 0;
  margin-bottom: 20px;
}
.comment-block .comment-content {
  font-size: 14px;
}

.comment-block--form {
  border: 1px solid #000000;
  padding: 50px 50px 10px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .comment-block--form {
    padding: 40px 20px 0;
  }
}
.comment-block--form h4 {
  font-size: 1.5rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .comment-block--form h4 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .comment-block--form {
    padding: 20px;
  }
}
.comment-block--form input {
  margin-bottom: 20px;
}

/*================================
プロフィール
================================*/
.tot__profile-block {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tot__profile-block {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .tot__profile-block .left-img {
    width: 100%;
  }
}
.tot__profile-block .left-img p {
  margin-bottom: 0;
}
.tot__profile-block .left-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
  border: 3px solid #000000;
}
.tot__profile-block .right-text {
  flex: 1;
  padding: 50px 40px;
  background: #ffffff;
  border: 3px solid #000000;
  border-radius: 15px;
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .tot__profile-block .right-text {
    padding: 30px;
  }
}
.tot__profile-block .right-text p {
  margin-top: 40px;
  line-height: 1.8;
  font-weight: 600;
}
.tot__profile-block .right-text h3 {
  font-size: 40px;
  margin: 0 0 40px;
  border-top: unset;
  border-bottom: unset;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .tot__profile-block .right-text h3 {
    font-size: 36px;
  }
}
.tot__profile-block .right-text h3 span {
  display: block;
  font-size: 14px;
  color: #657A92;
  font-weight: 100;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
}
.tot__profile-block .right-text .tot__social-icons {
  display: flex;
  list-style: none;
  padding-left: 0;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .tot__profile-block .right-text .tot__social-icons {
    padding-top: 10px;
  }
}
.tot__profile-block .right-text .tot__social-icons li {
  margin: 0;
}
.tot__profile-block .right-text .tot__social-icons a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  color: #000000;
  text-decoration: none;
  transition: color 0.3s;
}
.tot__profile-block .right-text .tot__social-icons a::before {
  font-family: "Font Awesome 6 Brands";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
.tot__profile-block .right-text .tot__social-icons a.youtube::before {
  content: "\f167";
}
.tot__profile-block .right-text .tot__social-icons a.twitter::before {
  content: "\e61b";
}
.tot__profile-block .right-text .tot__social-icons a.instagram::before {
  content: "\f16d";
}
.tot__profile-block .right-text .tot__social-icons a.tiktok::before {
  content: "\e07b";
}
.tot__profile-block .right-text .tot__social-icons a.line::before {
  content: "\f3c0";
}
.tot__profile-block .right-text .tot__social-icons a:hover {
  color: #7B76B0;
}

#credit form {
  background: #F6F6F6;
  margin-top: 60px;
  border-radius: 20px;
  padding: 30px 0 40px;
}
@media screen and (max-width: 768px) {
  #credit form {
    margin-top: 40px;
    padding: 40px 12px 40px;
  }
}
#credit form .choose-payment {
  font-size: 1.2rem;
}

#convenience form {
  background: #F6F6F6;
  margin-top: 60px;
  padding: 30px 40px 60px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #convenience form {
    margin-top: 40px;
    padding: 20px 20px 50px;
  }
}
#convenience form .choose-payment {
  font-size: 1.2rem;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  #convenience form .btn {
    display: block;
    margin: 0 auto;
  }
}
#convenience form .convenience label {
  display: block;
  margin-bottom: 5px;
}
#convenience form .customer label {
  margin-bottom: 20px;
  display: block;
}
#convenience form .customer label:last-of-type {
  margin-bottom: 0;
}
#convenience form .customer label input {
  max-width: 300px;
}
#convenience form .customer label .alert-danger {
  margin-top: 10px;
  display: inline-block;
}

.tot__mypage .alert {
  text-align: center;
  padding: 1em;
}

.tot__environment h3:first-of-type {
  margin-top: 0;
}

.tot__law h3:first-of-type,
.tot__agreement h3:first-of-type {
  margin-top: 10px;
}

.tot__payment__selectting .page-contents {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .tot__payment__selectting .page-contents {
    max-width: 100%;
  }
}
.tot__payment__selectting .contents-title {
  margin-bottom: 3.2638888889vw;
}
@media screen and (max-width: 768px) {
  .tot__payment__selectting .contents-title {
    padding: 10px 20px;
  }
}
.tot__payment__selectting .contents-title h2 {
  font-size: 2.0833333333vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tot__payment__selectting .contents-title h2 {
    font-size: 6.106870229vw;
  }
}
.tot__payment__selectting .contents-body {
  background: #F6F6F6;
  padding: 2.7777777778vw 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .tot__payment__selectting .contents-body {
    padding: 5.0890585242vw;
  }
}
.tot__payment__selectting .contents-body .choose-payment {
  background: #000000;
  display: block;
  padding: 5px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 20px;
}
.tot__payment__selectting .contents-body .form-payment {
  max-width: 500px;
}
.tot__payment__selectting .contents-body .form-payment legend {
  font-weight: bold;
  border-bottom: solid 2px;
  display: block;
  width: 100%;
}
.tot__payment__selectting .contents-body .form-payment label {
  margin-top: 10px;
  display: block;
}
.tot__payment__selectting .contents-body .form-payment label:nth-child(3) {
  display: block;
}
.tot__payment__selectting .contents-body .form-payment .btn {
  padding: 5px 30px;
  width: fit-content;
  font-weight: bold;
}
.tot__payment__selectting .contents-body .btn a {
  color: #ffffff;
  text-decoration: unset;
}

/*================================
コメント
================================*/
.mf__comment--detailHead {
  text-align: center;
}

.comment-block dl dt {
  font-size: 15px;
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 10px;
}
.comment-block dl dt .name-wp {
  width: 80%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .comment-block dl dt {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .comment-block dl dt .name-wp {
    width: 100%;
  }
}
.comment-block dl dt .date {
  margin-left: auto;
  font-weight: normal;
  width: 190px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: right;
  color: #F6F6F6;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .comment-block dl dt .date {
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
    text-align: left;
    width: auto;
  }
}
.comment-block dl dt .like {
  background: #F6F6F6;
  border-radius: 5px;
  padding: 1px 4px;
}
.comment-block dl dt .like::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url("../img/ico_like.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin: 0 3px;
}
.comment-block dl dd {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 16px;
  margin-left: 0;
  margin-bottom: 20px;
}
.comment-block .comment-content {
  font-size: 14px;
}

.comment-block--form {
  border: 1px solid #000000;
  padding: 50px 50px 10px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .comment-block--form {
    padding: 40px 20px 0;
  }
}
.comment-block--form h4 {
  font-size: 1.5rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .comment-block--form h4 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .comment-block--form {
    padding: 20px;
  }
}
.comment-block--form input {
  margin-bottom: 20px;
}

label {
  font-size: 0.9722222222vw;
}
@media screen and (max-width: 768px) {
  label {
    font-size: 3.5623409669vw;
  }
}

.tot-joinHistory {
  margin: 80px;
  max-width: 800px;
  display: block;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .tot-joinHistory {
    margin: 60px auto;
  }
}
.tot-joinHistory h4 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .tot-joinHistory h4 {
    font-size: 18px;
  }
}
.tot-joinHistory--label {
  display: block;
  background-color: #000000;
  color: #ffffff;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: left;
  line-height: 1;
  padding: 7px 10px;
}
.tot-joinHistory--wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.tot-joinHistory--item {
  width: calc(25% - 15px);
}
@media screen and (max-width: 768px) {
  .tot-joinHistory--item {
    width: calc(50% - 10px);
  }
}
.tot-joinHistory--item figure {
  height: 100%;
  padding: 0px 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
}
.tot-joinHistory--item figure img {
  padding: 20px;
  line-height: 0;
}
.tot-joinHistory--item figcaption {
  font-size: 0.9em;
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  padding: 10px 10px;
  font-weight: bold;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.loading .loading_wrap {
  text-align: center;
  max-width: 350px;
  margin: auto;
  display: block;
  position: absolute;
  left: 50%;
  margin: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loading .loading_wrap p {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .loading .loading_wrap p {
    font-size: 16px;
  }
}

.magazine__form .kv, .under .kv {
  margin-top: 40px;
  height: 50vw;
  max-height: 240px;
}
.magazine__form .kv__wrap, .under .kv__wrap {
  display: block;
}
.magazine__form .kv__wrap h1, .under .kv__wrap h1 {
  margin-bottom: 20px;
}
.magazine__form .kv img, .under .kv img {
  max-width: 350px;
  width: 100%;
}

.magazine {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  background-color: rgba(168, 158, 219, 0.36);
}
.magazine .inner {
  display: table;
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .magazine .inner {
    display: block;
  }
}
.magazine__txt {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .magazine__txt {
    display: block;
    margin-bottom: 20px;
  }
}
.magazine__txt p {
  margin-bottom: 10px;
}
.magazine__txt p:last-child {
  margin-bottom: 0;
}
.magazine__link {
  display: inline-block;
  width: 250px;
  margin: 30px 80px 30px 0;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .magazine__link {
    display: block;
    width: auto;
    margin: 30px auto 20px;
  }
}
.magazine__link .btn__contact {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .magazine__link .btn__contact {
    margin: auto;
  }
}

.under__wrap {
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 10px 10px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .under__wrap {
    padding: 16px;
  }
}

.page .under__wrap {
  border-radius: 10px 10px;
}/*# sourceMappingURL=app.css.map */