@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

label {
  cursor: pointer;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input[type=text],
input[type=button],
input[type=number],
input[type=tel],
input[type=password],
textarea,
textarea:focus {
  outline: 0;
  -webkit-appearance: none;
}

input[type=text],
input[type=tel],
textarea {
  line-height: 1.2em;
  letter-spacing: 0.1em;
  border: none;
}

input[type=submit],
input[type=button] {
  border: none;
}

/* iOSボタンリセット */
input[type=submit],
input[type=button],
input[type=email] {
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus,
input[type=email]::focus {
  outline-offset: -2px;
}

*:focus {
  outline: none;
}

li {
  list-style: none;
}

button {
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

select {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  vertical-align: top;
}

sup {
  font-size: small;
  line-height: 1;
  vertical-align: text-top;
}

/*key color*/
/*sub color*/
/* monochrome */
/* basic */
/*UI*/
/*sns*/
/*other*/
:root {
  --lg: 1920px;
  --md: 990px;
  --sm: 600px;
  --xs: 330px;
}

.drop-shadow {
  -webkit-filter: drop-shadow(0px 0px 6px rgba(26, 26, 26, 0.15));
          filter: drop-shadow(0px 0px 6px rgba(26, 26, 26, 0.15));
}

.drop-shadow-up {
  -webkit-filter: drop-shadow(0px -4px 4px rgba(26, 26, 26, 0.15));
          filter: drop-shadow(0px -4px 4px rgba(26, 26, 26, 0.15));
}

.drop-shadow-left {
  -webkit-filter: drop-shadow(-4px 0px 4px rgba(26, 26, 26, 0.15));
          filter: drop-shadow(-4px 0px 4px rgba(26, 26, 26, 0.15));
}

.drop-shadow-right {
  -webkit-filter: drop-shadow(4px 0px 4px rgba(26, 26, 26, 0.15));
          filter: drop-shadow(4px 0px 4px rgba(26, 26, 26, 0.15));
}

.drop-shadow-down-left {
  -webkit-filter: drop-shadow(-4px 4px 4px rgba(26, 26, 26, 0.15));
          filter: drop-shadow(-4px 4px 4px rgba(26, 26, 26, 0.15));
}

.drop-shadow-down-right {
  -webkit-filter: drop-shadow(4px 4px 4px rgba(26, 26, 26, 0.15));
          filter: drop-shadow(4px 4px 4px rgba(26, 26, 26, 0.15));
}

.drop-shadow-up-left {
  -webkit-filter: drop-shadow(-4px -4px 4px rgba(26, 26, 26, 0.15));
          filter: drop-shadow(-4px -4px 4px rgba(26, 26, 26, 0.15));
}

.drop-shadow-up-right {
  -webkit-filter: drop-shadow(4px -4px 4px rgba(26, 26, 26, 0.15));
          filter: drop-shadow(4px -4px 4px rgba(26, 26, 26, 0.15));
}

.hover {
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .hover:hover {
    opacity: 0.7;
  }
  .hover:hover > * {
    opacity: 0.7;
  }
}

@media (min-width: 990px) {
  .hover-bg-color {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .hover-bg-color:hover {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background: #f3f5f7;
  }
}

.underline {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #004098;
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}

html {
  font-size: 62.5%;
}
@media (min-width: 330px) {
  html {
    font-size: 62.5%;
  }
}
@media (min-width: 600px) {
  html {
    font-size: 62.5%;
  }
}
@media (min-width: 990px) {
  html {
    font-size: 62.5%;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}

html {
  position: relative;
  overflow-x: hidden;
  overflow-x: clip;
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
  scroll-behavior: auto;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  overflow-x: clip;
  text-box: trim-both cap alphabetic;
  /*@include g.md(min) {
     display: grid;
     grid-template-columns: 200px 1fr;
     grid-template-rows: 1fr auto;
     .header {
        //grid-column: 1 / 2;
        //grid-row: 1 / 2;
        //position: sticky !important;
     }
     .main {
        //grid-column: 2 / 3;
        //grid-row: 1 / 2;
        //min-width: 0;
        //overflow-x: hidden;
     }
     .footer {
        //grid-column: 2 / 3;
        //grid-row: 2 / 3;
     }
  }*/
  color: #181818;
  font-size: clamp(15px, 0.22727vw + 13.63636px, 18px);
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif, "Noto Serif JP", serif, "Inter", sans-serif, sans-serif;
}
body img,
body a,
body iframe,
body picture,
body label,
body small,
body date {
  display: block;
}
body p {
  line-height: 1.9;
}
body a {
  color: #181818;
}

.main {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

[data-scroll] {
  opacity: 0;
}

[data-scroll-type=slideUp].is-active:nth-of-type(1) {
  -webkit-animation: "slideUp" 2s ease 0.25s forwards;
          animation: "slideUp" 2s ease 0.25s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(2) {
  -webkit-animation: "slideUp" 2s ease 0.5s forwards;
          animation: "slideUp" 2s ease 0.5s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(3) {
  -webkit-animation: "slideUp" 2s ease 0.75s forwards;
          animation: "slideUp" 2s ease 0.75s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(4) {
  -webkit-animation: "slideUp" 2s ease 1s forwards;
          animation: "slideUp" 2s ease 1s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(5) {
  -webkit-animation: "slideUp" 2s ease 1.25s forwards;
          animation: "slideUp" 2s ease 1.25s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(6) {
  -webkit-animation: "slideUp" 2s ease 1.5s forwards;
          animation: "slideUp" 2s ease 1.5s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(7) {
  -webkit-animation: "slideUp" 2s ease 1.75s forwards;
          animation: "slideUp" 2s ease 1.75s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(8) {
  -webkit-animation: "slideUp" 2s ease 2s forwards;
          animation: "slideUp" 2s ease 2s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(9) {
  -webkit-animation: "slideUp" 2s ease 2.25s forwards;
          animation: "slideUp" 2s ease 2.25s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(10) {
  -webkit-animation: "slideUp" 2s ease 2.5s forwards;
          animation: "slideUp" 2s ease 2.5s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(11) {
  -webkit-animation: "slideUp" 2s ease 2.75s forwards;
          animation: "slideUp" 2s ease 2.75s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(12) {
  -webkit-animation: "slideUp" 2s ease 3s forwards;
          animation: "slideUp" 2s ease 3s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(13) {
  -webkit-animation: "slideUp" 2s ease 3.25s forwards;
          animation: "slideUp" 2s ease 3.25s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(14) {
  -webkit-animation: "slideUp" 2s ease 3.5s forwards;
          animation: "slideUp" 2s ease 3.5s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(15) {
  -webkit-animation: "slideUp" 2s ease 3.75s forwards;
          animation: "slideUp" 2s ease 3.75s forwards;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
[data-scroll-type=slideDown].is-active:nth-of-type(1) {
  -webkit-animation: "slideDown" 2s ease 0.1s forwards;
          animation: "slideDown" 2s ease 0.1s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(2) {
  -webkit-animation: "slideDown" 2s ease 0.2s forwards;
          animation: "slideDown" 2s ease 0.2s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(3) {
  -webkit-animation: "slideDown" 2s ease 0.3s forwards;
          animation: "slideDown" 2s ease 0.3s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(4) {
  -webkit-animation: "slideDown" 2s ease 0.4s forwards;
          animation: "slideDown" 2s ease 0.4s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(5) {
  -webkit-animation: "slideDown" 2s ease 0.5s forwards;
          animation: "slideDown" 2s ease 0.5s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(6) {
  -webkit-animation: "slideDown" 2s ease 0.6s forwards;
          animation: "slideDown" 2s ease 0.6s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(7) {
  -webkit-animation: "slideDown" 2s ease 0.7s forwards;
          animation: "slideDown" 2s ease 0.7s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(8) {
  -webkit-animation: "slideDown" 2s ease 0.8s forwards;
          animation: "slideDown" 2s ease 0.8s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(9) {
  -webkit-animation: "slideDown" 2s ease 0.9s forwards;
          animation: "slideDown" 2s ease 0.9s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(10) {
  -webkit-animation: "slideDown" 2s ease 1s forwards;
          animation: "slideDown" 2s ease 1s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(11) {
  -webkit-animation: "slideDown" 2s ease 1.1s forwards;
          animation: "slideDown" 2s ease 1.1s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(12) {
  -webkit-animation: "slideDown" 2s ease 1.2s forwards;
          animation: "slideDown" 2s ease 1.2s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(13) {
  -webkit-animation: "slideDown" 2s ease 1.3s forwards;
          animation: "slideDown" 2s ease 1.3s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(14) {
  -webkit-animation: "slideDown" 2s ease 1.4s forwards;
          animation: "slideDown" 2s ease 1.4s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(15) {
  -webkit-animation: "slideDown" 2s ease 1.5s forwards;
          animation: "slideDown" 2s ease 1.5s forwards;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
[data-scroll-type=slideRight].is-active:nth-of-type(1) {
  -webkit-animation: "slideRight" 2s ease 0.1s forwards;
          animation: "slideRight" 2s ease 0.1s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(2) {
  -webkit-animation: "slideRight" 2s ease 0.2s forwards;
          animation: "slideRight" 2s ease 0.2s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(3) {
  -webkit-animation: "slideRight" 2s ease 0.3s forwards;
          animation: "slideRight" 2s ease 0.3s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(4) {
  -webkit-animation: "slideRight" 2s ease 0.4s forwards;
          animation: "slideRight" 2s ease 0.4s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(5) {
  -webkit-animation: "slideRight" 2s ease 0.5s forwards;
          animation: "slideRight" 2s ease 0.5s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(6) {
  -webkit-animation: "slideRight" 2s ease 0.6s forwards;
          animation: "slideRight" 2s ease 0.6s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(7) {
  -webkit-animation: "slideRight" 2s ease 0.7s forwards;
          animation: "slideRight" 2s ease 0.7s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(8) {
  -webkit-animation: "slideRight" 2s ease 0.8s forwards;
          animation: "slideRight" 2s ease 0.8s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(9) {
  -webkit-animation: "slideRight" 2s ease 0.9s forwards;
          animation: "slideRight" 2s ease 0.9s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(10) {
  -webkit-animation: "slideRight" 2s ease 1s forwards;
          animation: "slideRight" 2s ease 1s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(11) {
  -webkit-animation: "slideRight" 2s ease 1.1s forwards;
          animation: "slideRight" 2s ease 1.1s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(12) {
  -webkit-animation: "slideRight" 2s ease 1.2s forwards;
          animation: "slideRight" 2s ease 1.2s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(13) {
  -webkit-animation: "slideRight" 2s ease 1.3s forwards;
          animation: "slideRight" 2s ease 1.3s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(14) {
  -webkit-animation: "slideRight" 2s ease 1.4s forwards;
          animation: "slideRight" 2s ease 1.4s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(15) {
  -webkit-animation: "slideRight" 2s ease 1.5s forwards;
          animation: "slideRight" 2s ease 1.5s forwards;
}

@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
[data-scroll-type=slideLeft].is-active:nth-of-type(1) {
  -webkit-animation: "slideLeft" 2s ease 0.1s forwards;
          animation: "slideLeft" 2s ease 0.1s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(2) {
  -webkit-animation: "slideLeft" 2s ease 0.2s forwards;
          animation: "slideLeft" 2s ease 0.2s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(3) {
  -webkit-animation: "slideLeft" 2s ease 0.3s forwards;
          animation: "slideLeft" 2s ease 0.3s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(4) {
  -webkit-animation: "slideLeft" 2s ease 0.4s forwards;
          animation: "slideLeft" 2s ease 0.4s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(5) {
  -webkit-animation: "slideLeft" 2s ease 0.5s forwards;
          animation: "slideLeft" 2s ease 0.5s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(6) {
  -webkit-animation: "slideLeft" 2s ease 0.6s forwards;
          animation: "slideLeft" 2s ease 0.6s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(7) {
  -webkit-animation: "slideLeft" 2s ease 0.7s forwards;
          animation: "slideLeft" 2s ease 0.7s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(8) {
  -webkit-animation: "slideLeft" 2s ease 0.8s forwards;
          animation: "slideLeft" 2s ease 0.8s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(9) {
  -webkit-animation: "slideLeft" 2s ease 0.9s forwards;
          animation: "slideLeft" 2s ease 0.9s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(10) {
  -webkit-animation: "slideLeft" 2s ease 1s forwards;
          animation: "slideLeft" 2s ease 1s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(11) {
  -webkit-animation: "slideLeft" 2s ease 1.1s forwards;
          animation: "slideLeft" 2s ease 1.1s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(12) {
  -webkit-animation: "slideLeft" 2s ease 1.2s forwards;
          animation: "slideLeft" 2s ease 1.2s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(13) {
  -webkit-animation: "slideLeft" 2s ease 1.3s forwards;
          animation: "slideLeft" 2s ease 1.3s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(14) {
  -webkit-animation: "slideLeft" 2s ease 1.4s forwards;
          animation: "slideLeft" 2s ease 1.4s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(15) {
  -webkit-animation: "slideLeft" 2s ease 1.5s forwards;
          animation: "slideLeft" 2s ease 1.5s forwards;
}

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
[data-scroll-type=showUp].is-active:nth-of-type(1) {
  -webkit-animation: "showUp" 2s ease 0.1s forwards;
          animation: "showUp" 2s ease 0.1s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(2) {
  -webkit-animation: "showUp" 2s ease 0.2s forwards;
          animation: "showUp" 2s ease 0.2s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(3) {
  -webkit-animation: "showUp" 2s ease 0.3s forwards;
          animation: "showUp" 2s ease 0.3s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(4) {
  -webkit-animation: "showUp" 2s ease 0.4s forwards;
          animation: "showUp" 2s ease 0.4s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(5) {
  -webkit-animation: "showUp" 2s ease 0.5s forwards;
          animation: "showUp" 2s ease 0.5s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(6) {
  -webkit-animation: "showUp" 2s ease 0.6s forwards;
          animation: "showUp" 2s ease 0.6s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(7) {
  -webkit-animation: "showUp" 2s ease 0.7s forwards;
          animation: "showUp" 2s ease 0.7s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(8) {
  -webkit-animation: "showUp" 2s ease 0.8s forwards;
          animation: "showUp" 2s ease 0.8s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(9) {
  -webkit-animation: "showUp" 2s ease 0.9s forwards;
          animation: "showUp" 2s ease 0.9s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(10) {
  -webkit-animation: "showUp" 2s ease 1s forwards;
          animation: "showUp" 2s ease 1s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(11) {
  -webkit-animation: "showUp" 2s ease 1.1s forwards;
          animation: "showUp" 2s ease 1.1s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(12) {
  -webkit-animation: "showUp" 2s ease 1.2s forwards;
          animation: "showUp" 2s ease 1.2s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(13) {
  -webkit-animation: "showUp" 2s ease 1.3s forwards;
          animation: "showUp" 2s ease 1.3s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(14) {
  -webkit-animation: "showUp" 2s ease 1.4s forwards;
          animation: "showUp" 2s ease 1.4s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(15) {
  -webkit-animation: "showUp" 2s ease 1.5s forwards;
          animation: "showUp" 2s ease 1.5s forwards;
}

@-webkit-keyframes showUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[data-scroll-type=reverse] {
  -webkit-animation: "fadeOut" 0.3s ease forwards;
          animation: "fadeOut" 0.3s ease forwards;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
[data-scroll-type=curtain-slideLeft],
[data-scroll-type=curtain-slideRight],
[data-scroll-type=curtain-slideUp] {
  z-index: 0;
}
[data-scroll-type=curtain-slideLeft]:after,
[data-scroll-type=curtain-slideRight]:after,
[data-scroll-type=curtain-slideUp]:after {
  display: block;
  position: absolute;
  top: 0;
  z-index: 9999;
  background: #fff;
  width: 100%;
  height: 100%;
  content: "";
}
[data-scroll-type=curtain-slideLeft] .curtain__layer,
[data-scroll-type=curtain-slideRight] .curtain__layer,
[data-scroll-type=curtain-slideUp] .curtain__layer {
  display: block;
  position: absolute;
  top: 0;
  z-index: 9000;
  background: #004098;
  width: 100%;
  height: 100%;
  content: "";
}

[data-scroll-type=curtain-slideLeft]:after {
  left: 0;
  -webkit-transition: width 1.2s cubic-bezier(0.25, 1, 0.25, 1);
  transition: width 1.2s cubic-bezier(0.25, 1, 0.25, 1);
}
[data-scroll-type=curtain-slideLeft] .curtain__layer {
  left: 0;
  -webkit-transition: width 1.2s 0.5s cubic-bezier(0.25, 1, 0.25, 1);
  transition: width 1.2s 0.5s cubic-bezier(0.25, 1, 0.25, 1);
}
[data-scroll-type=curtain-slideLeft].is-active:after {
  width: 0;
}
[data-scroll-type=curtain-slideLeft].is-active .curtain__layer {
  width: 0;
}

[data-scroll-type=curtain-slideRight]:after {
  right: 0;
  -webkit-transition: width 1.2s cubic-bezier(0.25, 1, 0.25, 1);
  transition: width 1.2s cubic-bezier(0.25, 1, 0.25, 1);
}
[data-scroll-type=curtain-slideRight] .curtain__layer {
  right: 0;
  -webkit-transition: width 1.2s 0.5s cubic-bezier(0.25, 1, 0.25, 1);
  transition: width 1.2s 0.5s cubic-bezier(0.25, 1, 0.25, 1);
}
[data-scroll-type=curtain-slideRight].is-active:after {
  width: 0;
}
[data-scroll-type=curtain-slideRight].is-active .curtain__layer {
  width: 0;
}

[data-scroll-type=curtain-slideUp]:after {
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: height 1.2s cubic-bezier(0.25, 1, 0.25, 1);
  transition: height 1.2s cubic-bezier(0.25, 1, 0.25, 1);
}
[data-scroll-type=curtain-slideUp] .curtain__layer {
  -webkit-transition: height 1.2s 0.5s cubic-bezier(0.25, 1, 0.25, 1);
  transition: height 1.2s 0.5s cubic-bezier(0.25, 1, 0.25, 1);
}
[data-scroll-type=curtain-slideUp].is-active:after {
  height: 0;
}
[data-scroll-type=curtain-slideUp].is-active .curtain__layer {
  height: 0;
}

[data-scroll-type=zoomIn].is-active:nth-of-type(1) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.1s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.1s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(2) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.2s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.2s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(3) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.3s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.3s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(4) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.4s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.4s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(5) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.5s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.5s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(6) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.6s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.6s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(7) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.7s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.7s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(8) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.8s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.8s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(9) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.9s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.9s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(10) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(11) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.1s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.1s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(12) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.2s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.2s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(13) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.3s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.3s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(14) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.4s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.4s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(15) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.5s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.5s forwards;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8) perspective(1000px);
            transform: scale(0.8) perspective(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) perspective(1000px);
            transform: scale(1) perspective(1000px);
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8) perspective(1000px);
            transform: scale(0.8) perspective(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) perspective(1000px);
            transform: scale(1) perspective(1000px);
    opacity: 1;
  }
}
[data-scroll-type=zoomOut].is-active:nth-of-type(1) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.1s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.1s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(2) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.2s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.2s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(3) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.3s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.3s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(4) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.4s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.4s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(5) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.5s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.5s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(6) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.6s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.6s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(7) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.7s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.7s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(8) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.8s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.8s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(9) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.9s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.9s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(10) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(11) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.1s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.1s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(12) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.2s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.2s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(13) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.3s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.3s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(14) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.4s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.4s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(15) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.5s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.5s forwards;
}

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.2) perspective(1000px);
            transform: scale(1.2) perspective(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) perspective(1000px);
            transform: scale(1) perspective(1000px);
    opacity: 1;
  }
}

@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.2) perspective(1000px);
            transform: scale(1.2) perspective(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) perspective(1000px);
            transform: scale(1) perspective(1000px);
    opacity: 1;
  }
}
[data-scroll-type=step] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
[data-scroll-type=step] .step__letter {
  display: block;
  -webkit-transform: translate(0, 105%);
          transform: translate(0, 105%);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
[data-scroll-type=step].is-active .step__letter {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(1) {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(2) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(3) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(4) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(5) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(6) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(7) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(8) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(9) {
  -webkit-transition-delay: 0.54s;
          transition-delay: 0.54s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(10) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(11) {
  -webkit-transition-delay: 0.66s;
          transition-delay: 0.66s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(12) {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(13) {
  -webkit-transition-delay: 0.78s;
          transition-delay: 0.78s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(14) {
  -webkit-transition-delay: 0.84s;
          transition-delay: 0.84s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(15) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
[data-scroll-type=step].is-active .step__letter:empty {
  padding-left: 0.35em;
}

[data-scroll-type=mask] {
  vertical-align: top;
  margin: 0;
}
[data-scroll-type=mask] .mask__line {
  display: block;
}
[data-scroll-type=mask] .mask__wrap {
  display: inline-block !important;
  position: relative;
}
[data-scroll-type=mask] .mask__text {
  display: inline-block;
  position: relative;
  opacity: 0;
  z-index: 3;
}
[data-scroll-type=mask][data-scroll-variant=white].is-active .mask__wrap:before, [data-scroll-type=mask][data-scroll-variant=white].is-active .mask__wrap:after {
  background: #fff !important;
}
[data-scroll-type=mask].is-active .mask__text {
  -webkit-animation: maskIn 0s 0.8s forwards;
          animation: maskIn 0s 0.8s forwards;
}
[data-scroll-type=mask].is-active .mask__wrap:before, [data-scroll-type=mask].is-active .mask__wrap:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
[data-scroll-type=mask].is-active .mask__wrap:before {
  left: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-animation: bgIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards, bgOut 0.8s 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: bgIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards, bgOut 0.8s 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #004098;
}
[data-scroll-type=mask].is-active .mask__wrap:after {
  left: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  z-index: 5;
  -webkit-animation: bgIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards, bgOut 0.8s 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: bgIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards, bgOut 0.8s 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #004098;
}

@-webkit-keyframes maskIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes maskIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bgIn {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes bgIn {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes bgOut {
  0% {
    right: 0;
    left: auto;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  100% {
    right: 0;
    left: auto;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
@keyframes bgOut {
  0% {
    right: 0;
    left: auto;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  100% {
    right: 0;
    left: auto;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
[data-scroll-type=matrix] {
  color: #1a1a1a;
}
[data-scroll-type=matrix] .matrix__line {
  display: block;
  opacity: 0;
  overflow: hidden;
}
[data-scroll-type=matrix] .matrix__text {
  display: block;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
          transform: matrix(1, 0, 0, 1, 0, 100);
  opacity: 0;
  -webkit-transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-scroll-type=matrix].is-active .matrix__line {
  opacity: 1;
}
[data-scroll-type=matrix].is-active .matrix__text {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
  opacity: 1;
}

[data-scroll-delay="1"] {
  -webkit-animation-delay: 0.25s !important;
          animation-delay: 0.25s !important;
}

[data-scroll-delay="2"] {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

[data-scroll-delay="3"] {
  -webkit-animation-delay: 0.75s !important;
          animation-delay: 0.75s !important;
}

[data-scroll-delay="4"] {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

[data-scroll-delay="5"] {
  -webkit-animation-delay: 1.25s !important;
          animation-delay: 1.25s !important;
}

[data-scroll-delay="6"] {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

[data-scroll-delay="7"] {
  -webkit-animation-delay: 1.75s !important;
          animation-delay: 1.75s !important;
}

[data-scroll-delay="8"] {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

[data-scroll-delay="9"] {
  -webkit-animation-delay: 2.25s !important;
          animation-delay: 2.25s !important;
}

[data-scroll-delay="10"] {
  -webkit-animation-delay: 2.5s !important;
          animation-delay: 2.5s !important;
}

[data-scroll-delay="11"] {
  -webkit-animation-delay: 2.75s !important;
          animation-delay: 2.75s !important;
}

[data-scroll-delay="12"] {
  -webkit-animation-delay: 3s !important;
          animation-delay: 3s !important;
}

[data-scroll-delay="13"] {
  -webkit-animation-delay: 3.25s !important;
          animation-delay: 3.25s !important;
}

[data-scroll-delay="14"] {
  -webkit-animation-delay: 3.5s !important;
          animation-delay: 3.5s !important;
}

[data-scroll-delay="15"] {
  -webkit-animation-delay: 3.75s !important;
          animation-delay: 3.75s !important;
}

/*
   jquery plugin等の のヘルパーcss等 （上書きの可能性があるためこちらへ）
*/
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

.swiper-wrapper,
.swiper-slide {
  height: auto !important;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  height: 100%;
  max-height: 100%;
}

.swiper-initialized .swiper-wrapper,
.swiper-container-initialized .swiper-wrapper {
  -webkit-animation: fadeIn 0.3s ease 0.5s forwards;
          animation: fadeIn 0.3s ease 0.5s forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.swiper,
.swiper-container {
  position: relative;
  z-index: 0 !important;
  overflow: visible !important;
}

.swiper-pagination {
  top: 105%;
}

.swiper-slide {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: auto;
  height: 100%;
  max-height: 100%;
}

.swiper-pagination-bullet-active {
  background-color: #333 !important;
}

.swiper-button-next,
.swiper-button-prev {
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: 0.7;
  }
  .swiper-button-next:hover > *,
  .swiper-button-prev:hover > * {
    opacity: 0.7;
  }
}
.swiper-button-next:after,
.swiper-button-prev:after {
  border-radius: 100%;
  padding: 0.7em 1em;
  color: #004098;
  font-size: 15px !important;
  background: #fff;
  border: 1px solid #004098;
}
@media (max-width: 990px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 12px !important;
  }
}

.swiper-button-next {
  margin-right: 5%;
}
@media (max-width: 990px) {
  .swiper-button-next {
    margin-right: auto;
    top: 100% !important;
    left: calc(50% + 7px) !important;
  }
}

.swiper-button-prev {
  margin-left: 5%;
}
@media (max-width: 990px) {
  .swiper-button-prev {
    margin-left: auto;
    top: 100% !important;
    right: calc(50% + 7px) !important;
  }
}

.swiper-button-disabled {
  opacity: 0.7 !important;
}

.is-translucent > * {
  opacity: 0.5;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.is-translucent > .is-current {
  opacity: 1;
  border: 1px solid #1a1a1a;
}

.swiper-container.is-disabled,
.swiper.is-disabled {
  margin: 0;
}
.swiper-container.is-disabled .swiper-wrapper,
.swiper.is-disabled .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  opacity: 1;
}
.swiper-container.is-disabled .swiper-pagination,
.swiper-container.is-disabled .swiper-button-prev,
.swiper-container.is-disabled .swiper-button-next,
.swiper.is-disabled .swiper-pagination,
.swiper.is-disabled .swiper-button-prev,
.swiper.is-disabled .swiper-button-next {
  display: none;
}

.container {
  margin: auto;
  width: 90%;
  z-index: 1;
}
.container.is-narrow {
  margin: auto;
  width: 90%;
  max-width: 850px;
}
.container.is-middle {
  margin: auto;
  width: 90%;
  max-width: 1000px;
}
.container.is-wide {
  margin: auto;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 990px) {
  .container.is-sp-full {
    width: 100%;
  }
}
@media (min-width: 990px) {
  .container.is-pc-full {
    max-width: 100%;
    width: 100%;
  }
}

.header,
.international-header,
.welcome-header {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: #fff;
}
@media (min-width: 990px) {
  .header,
  .international-header,
  .welcome-header {
    width: 100%;
    height: 100vh;
    height: 100dvh;
  }
}
@media (max-width: 990px) {
  .header,
  .international-header,
  .welcome-header {
    height: 60px;
    width: 100%;
  }
}
.header,
.international-header,
.welcome-header {
  z-index: 6;
}
.header__inner,
.international-header__inner,
.welcome-header__inner {
  display: block;
  margin: auto;
  height: 100%;
  width: 100%;
}
@media (min-width: 990px) {
  .header__inner,
  .international-header__inner,
  .welcome-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 990px) {
  .header__inner,
  .international-header__inner,
  .welcome-header__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto auto;
    grid-template-columns: 1fr auto auto;
  }
}
.header__logo,
.international-header__logo,
.welcome-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: auto;
}
@media (min-width: 990px) {
  .header__logo,
  .international-header__logo,
  .welcome-header__logo {
    border-bottom: 1px solid #e6e6e5;
  }
}
@media (max-width: 990px) {
  .header__logo,
  .international-header__logo,
  .welcome-header__logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 80%;
    padding: 0 0 0 2.5%;
    margin-right: auto;
  }
}
.header__logo__link,
.international-header__logo__link,
.welcome-header__logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 990px) {
  .header__logo__link,
  .international-header__logo__link,
  .welcome-header__logo__link {
    height: 60%;
    width: auto;
  }
}
@media (min-width: 990px) {
  .header__logo__link,
  .international-header__logo__link,
  .welcome-header__logo__link {
    padding: 1em 0;
  }
}
.header__logo__link,
.international-header__logo__link,
.welcome-header__logo__link {
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .header__logo__link:hover,
  .international-header__logo__link:hover,
  .welcome-header__logo__link:hover {
    opacity: 0.7;
  }
  .header__logo__link:hover > *,
  .international-header__logo__link:hover > *,
  .welcome-header__logo__link:hover > * {
    opacity: 0.7;
  }
}
.header__logo__img,
.international-header__logo__img,
.welcome-header__logo__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
}
@media (max-width: 990px) {
  .header__logo__img,
  .international-header__logo__img,
  .welcome-header__logo__img {
    height: 100%;
    width: auto;
  }
}
.header .language-switcher,
.international-header .language-switcher,
.welcome-header .language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: 90px;
  height: 90px;
}
@media (max-width: 990px) {
  .header .language-switcher,
  .international-header .language-switcher,
  .welcome-header .language-switcher {
    width: 60px;
    height: 60px;
  }
}
.header .language-switcher__icon,
.international-header .language-switcher__icon,
.welcome-header .language-switcher__icon {
  width: 50%;
}
.header .language-switcher__title,
.international-header .language-switcher__title,
.welcome-header .language-switcher__title {
  color: #004098;
  font-size: clamp(9px, 0vw + 9px, 9px);
}
.header .language-switcher.is-active,
.international-header .language-switcher.is-active,
.welcome-header .language-switcher.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #f3f5f7;
}
.header .language-switcher__lists,
.international-header .language-switcher__lists,
.welcome-header .language-switcher__lists {
  -webkit-filter: drop-shadow(0px 0px 6px rgba(26, 26, 26, 0.15));
          filter: drop-shadow(0px 0px 6px rgba(26, 26, 26, 0.15));
  position: absolute;
  top: 100%;
  right: 0;
  background: #f3f5f7;
  right: -372px;
  -webkit-transition: 0.5s cubic-bezier(0.87, 0, 0.32, 1.01);
  transition: 0.5s cubic-bezier(0.87, 0, 0.32, 1.01);
  width: 362px;
  height: auto;
}
.header .language-switcher__lists.is-open,
.international-header .language-switcher__lists.is-open,
.welcome-header .language-switcher__lists.is-open {
  right: 0;
}
@media (max-width: 990px) {
  .header .language-switcher__lists,
  .international-header .language-switcher__lists,
  .welcome-header .language-switcher__lists {
    top: 60px;
    right: 0;
    left: 0;
    clip-path: inset(0 0 100% 0);
    -webkit-transition: clip-path 0.5s cubic-bezier(0.87, 0, 0.32, 1.01);
    transition: clip-path 0.5s cubic-bezier(0.87, 0, 0.32, 1.01);
    width: 100%;
  }
  .header .language-switcher__lists.is-open,
  .international-header .language-switcher__lists.is-open,
  .welcome-header .language-switcher__lists.is-open {
    clip-path: inset(0 0 0% 0);
  }
}
.header .language-switcher__list:not(:first-child),
.international-header .language-switcher__list:not(:first-child),
.welcome-header .language-switcher__list:not(:first-child) {
  border-top: 1px solid #7094c5;
}
.header .language-switcher__list__link,
.international-header .language-switcher__list__link,
.welcome-header .language-switcher__list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  width: 100%;
  color: #004098;
}
@media (min-width: 990px) {
  .header .language-switcher__list__link,
  .international-header .language-switcher__list__link,
  .welcome-header .language-switcher__list__link {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .header .language-switcher__list__link:hover,
  .international-header .language-switcher__list__link:hover,
  .welcome-header .language-switcher__list__link:hover {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background: #fff;
  }
}
.header .language-switcher__list__link[data-stt-active],
.international-header .language-switcher__list__link[data-stt-active],
.welcome-header .language-switcher__list__link[data-stt-active] {
  background: #004098;
  color: #fff;
}
.header .language-switcher__list__title,
.international-header .language-switcher__list__title,
.welcome-header .language-switcher__list__title {
  margin: auto;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 990px) {
  .header .global-nav,
  .international-header .global-nav,
  .welcome-header .global-nav {
    top: 60px;
    top: 60px;
    right: 0;
    left: 0;
    clip-path: inset(0 0 100% 0);
    -webkit-transition: clip-path 0.5s cubic-bezier(0.87, 0, 0.32, 1.01);
    transition: clip-path 0.5s cubic-bezier(0.87, 0, 0.32, 1.01);
    width: 100%;
  }
  .header .global-nav.is-open,
  .international-header .global-nav.is-open,
  .welcome-header .global-nav.is-open {
    clip-path: inset(0 0 0% 0);
  }
  .header .global-nav,
  .international-header .global-nav,
  .welcome-header .global-nav {
    position: fixed;
    background: #fff;
    -webkit-filter: drop-shadow(0px 0px 6px rgba(26, 26, 26, 0.15));
            filter: drop-shadow(0px 0px 6px rgba(26, 26, 26, 0.15));
    border-top: 1px solid #e6e6e5;
  }
}
@media (min-width: 990px) {
  .header .global-nav,
  .international-header .global-nav,
  .welcome-header .global-nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 0;
  }
}
.header .global-nav__wrapper,
.international-header .global-nav__wrapper,
.welcome-header .global-nav__wrapper {
  position: relative;
  z-index: auto;
  width: 100%;
}
@media (min-width: 990px) {
  .header .global-nav__wrapper,
  .international-header .global-nav__wrapper,
  .welcome-header .global-nav__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}
.header .global-nav__lists,
.international-header .global-nav__lists,
.welcome-header .global-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(100vh - 90px);
  overflow-y: auto;
}
@media (max-width: 990px) {
  .header .global-nav__lists,
  .international-header .global-nav__lists,
  .welcome-header .global-nav__lists {
    max-height: calc(100vh - 60px);
  }
}
@media (min-width: 990px) {
  .header .global-nav__lists,
  .international-header .global-nav__lists,
  .welcome-header .global-nav__lists {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
  }
}
.header .global-nav__list:not(:first-child),
.international-header .global-nav__list:not(:first-child),
.welcome-header .global-nav__list:not(:first-child) {
  border-top: 1px solid #e6e6e5;
}
.header .global-nav__list:last-child,
.international-header .global-nav__list:last-child,
.welcome-header .global-nav__list:last-child {
  border-bottom: 1px solid #e6e6e5;
}
.header .global-nav__list__link,
.international-header .global-nav__list__link,
.welcome-header .global-nav__list__link {
  padding: 0.75em 5%;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 990px) {
  .header .global-nav__list__link,
  .international-header .global-nav__list__link,
  .welcome-header .global-nav__list__link {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .header .global-nav__list__link:hover,
  .international-header .global-nav__list__link:hover,
  .welcome-header .global-nav__list__link:hover {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background: #f3f5f7;
  }
}
.header .global-nav__list__link,
.international-header .global-nav__list__link,
.welcome-header .global-nav__list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}
@media (max-width: 990px) {
  .header .global-nav__list__link,
  .international-header .global-nav__list__link,
  .welcome-header .global-nav__list__link {
    padding: 0.75em 0.75em;
  }
}
.header .global-nav__list__link__title,
.international-header .global-nav__list__link__title,
.welcome-header .global-nav__list__link__title {
  font-size: responsive-size(15px, 15px);
}
.header .global-nav__list__link-icon,
.international-header .global-nav__list__link-icon,
.welcome-header .global-nav__list__link-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 990px) {
  .header .global-nav__list__link-icon,
  .international-header .global-nav__list__link-icon,
  .welcome-header .global-nav__list__link-icon {
    width: 1.2em;
    height: 1.2em;
    position: relative;
  }
  .header .global-nav__list__link-icon img,
  .international-header .global-nav__list__link-icon img,
  .welcome-header .global-nav__list__link-icon img {
    display: none;
  }
  .header .global-nav__list__link-icon::before, .header .global-nav__list__link-icon::after,
  .international-header .global-nav__list__link-icon::before,
  .international-header .global-nav__list__link-icon::after,
  .welcome-header .global-nav__list__link-icon::before,
  .welcome-header .global-nav__list__link-icon::after {
    content: "";
    position: absolute;
    background: #004098;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  }
  .header .global-nav__list__link-icon::before,
  .international-header .global-nav__list__link-icon::before,
  .welcome-header .global-nav__list__link-icon::before {
    width: 60%;
    height: 2px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header .global-nav__list__link-icon::after,
  .international-header .global-nav__list__link-icon::after,
  .welcome-header .global-nav__list__link-icon::after {
    width: 2px;
    height: 60%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 990px) {
  .header .global-nav__list.is-active .global-nav__list__link-icon::after,
  .international-header .global-nav__list.is-active .global-nav__list__link-icon::after,
  .welcome-header .global-nav__list.is-active .global-nav__list__link-icon::after {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
}
.header .global-nav__list__icon,
.international-header .global-nav__list__icon,
.welcome-header .global-nav__list__icon {
  height: 0.6em;
}
.header .global-nav .megamenu,
.international-header .global-nav .megamenu,
.welcome-header .global-nav .megamenu {
  position: fixed;
  top: 0;
  left: 200px;
  width: calc(100% - 200px);
  height: 100%;
  background: #e9f1fb;
  padding: 2em 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header .global-nav .megamenu.is-open,
.international-header .global-nav .megamenu.is-open,
.welcome-header .global-nav .megamenu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 990px) {
  .header .global-nav .megamenu.is-open,
  .international-header .global-nav .megamenu.is-open,
  .welcome-header .global-nav .megamenu.is-open {
    max-height: 110vh;
  }
}
@media (max-width: 990px) {
  .header .global-nav .megamenu,
  .international-header .global-nav .megamenu,
  .welcome-header .global-nav .megamenu {
    position: relative;
    left: auto;
    width: 100%;
    height: auto;
    max-height: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    padding: 0;
    background: #f3f5f7;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    overflow: hidden;
  }
}
.header .global-nav .megamenu__close,
.international-header .global-nav .megamenu__close,
.welcome-header .global-nav .megamenu__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #004098;
  color: #fff;
  border: none;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media (min-width: 990px) {
  .header .global-nav .megamenu__close,
  .international-header .global-nav .megamenu__close,
  .welcome-header .global-nav .megamenu__close {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .header .global-nav .megamenu__close:hover,
  .international-header .global-nav .megamenu__close:hover,
  .welcome-header .global-nav .megamenu__close:hover {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background: rgb(0, 42.5263157895, 101);
  }
}
@media (max-width: 990px) {
  .header .global-nav .megamenu__close,
  .international-header .global-nav .megamenu__close,
  .welcome-header .global-nav .megamenu__close {
    display: none;
  }
}
.header .global-nav .megamenu__close__img,
.international-header .global-nav .megamenu__close__img,
.welcome-header .global-nav .megamenu__close__img {
  width: 30%;
}
.header .global-nav .megamenu__close__title,
.international-header .global-nav .megamenu__close__title,
.welcome-header .global-nav .megamenu__close__title {
  font-size: 0.8em;
}
.header .global-nav .megamenu__header,
.international-header .global-nav .megamenu__header,
.welcome-header .global-nav .megamenu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0em;
  font-family: "Noto Serif JP", serif;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .header .global-nav .megamenu__header,
  .international-header .global-nav .megamenu__header,
  .welcome-header .global-nav .megamenu__header {
    display: none;
  }
}
.header .global-nav .megamenu__header__title,
.international-header .global-nav .megamenu__header__title,
.welcome-header .global-nav .megamenu__header__title {
  font-size: 30px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.header .global-nav .megamenu__header__title__link,
.international-header .global-nav .megamenu__header__title__link,
.welcome-header .global-nav .megamenu__header__title__link {
  font-size: 0.8em;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .header .global-nav .megamenu__header__title__link:hover,
  .international-header .global-nav .megamenu__header__title__link:hover,
  .welcome-header .global-nav .megamenu__header__title__link:hover {
    opacity: 0.7;
  }
  .header .global-nav .megamenu__header__title__link:hover > *,
  .international-header .global-nav .megamenu__header__title__link:hover > *,
  .welcome-header .global-nav .megamenu__header__title__link:hover > * {
    opacity: 0.7;
  }
}
.header .global-nav .megamenu__header__title__link,
.international-header .global-nav .megamenu__header__title__link,
.welcome-header .global-nav .megamenu__header__title__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.header .global-nav .megamenu__header__title__en,
.international-header .global-nav .megamenu__header__title__en,
.welcome-header .global-nav .megamenu__header__title__en {
  color: #004098;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  margin-top: 0.75em;
  display: block;
  text-transform: uppercase;
}
.header .global-nav .megamenu__items,
.international-header .global-nav .megamenu__items,
.welcome-header .global-nav .megamenu__items {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .global-nav .megamenu__items:after,
.international-header .global-nav .megamenu__items:after,
.welcome-header .global-nav .megamenu__items:after {
  content: "";
  width: 20px;
  left: 0;
  top: 0;
  height: 100%;
  background: #e9f1fb;
  position: absolute;
}
@media (max-width: 990px) {
  .header .global-nav .megamenu__items:after,
  .international-header .global-nav .megamenu__items:after,
  .welcome-header .global-nav .megamenu__items:after {
    display: none;
  }
}
.header .global-nav .megamenu__items__wrapper,
.international-header .global-nav .megamenu__items__wrapper,
.welcome-header .global-nav .megamenu__items__wrapper {
  width: 90%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  margin: auto;
  padding: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 990px) {
  .header .global-nav .megamenu__items__wrapper,
  .international-header .global-nav .megamenu__items__wrapper,
  .welcome-header .global-nav .megamenu__items__wrapper {
    width: 100%;
    padding: 0;
  }
}
.header .global-nav .megamenu__items__lists,
.international-header .global-nav .megamenu__items__lists,
.welcome-header .global-nav .megamenu__items__lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr 1em 1fr 1em 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
}
@media (max-width: 990px) {
  .header .global-nav .megamenu__items__lists,
  .international-header .global-nav .megamenu__items__lists,
  .welcome-header .global-nav .megamenu__items__lists {
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    background: #f3f5f7;
    border-top: 1px solid #e6e6e5;
  }
}
.header .global-nav .megamenu__items__list.is-group,
.international-header .global-nav .megamenu__items__list.is-group,
.welcome-header .global-nav .megamenu__items__list.is-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 990px) {
  .header .global-nav .megamenu__items__list.is-group,
  .international-header .global-nav .megamenu__items__list.is-group,
  .welcome-header .global-nav .megamenu__items__list.is-group {
    grid-column: 1/-1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.header .global-nav .megamenu__items__list.is-group .megamenu__items__list__link,
.international-header .global-nav .megamenu__items__list.is-group .megamenu__items__list__link,
.welcome-header .global-nav .megamenu__items__list.is-group .megamenu__items__list__link {
  margin: 0;
}
@media (max-width: 990px) {
  .header .global-nav .megamenu__items__list.is-group .megamenu__items__list__link,
  .international-header .global-nav .megamenu__items__list.is-group .megamenu__items__list__link,
  .welcome-header .global-nav .megamenu__items__list.is-group .megamenu__items__list__link {
    min-width: 0;
    border-bottom: 1px solid #e6e6e5 !important;
  }
  .header .global-nav .megamenu__items__list.is-group .megamenu__items__list__link:nth-of-type(odd),
  .international-header .global-nav .megamenu__items__list.is-group .megamenu__items__list__link:nth-of-type(odd),
  .welcome-header .global-nav .megamenu__items__list.is-group .megamenu__items__list__link:nth-of-type(odd) {
    border-right: 1px solid #e6e6e5;
  }
}
.header .global-nav .megamenu__items__list.is-group .megamenu__grid-spacer,
.international-header .global-nav .megamenu__items__list.is-group .megamenu__grid-spacer,
.welcome-header .global-nav .megamenu__items__list.is-group .megamenu__grid-spacer {
  display: none;
}
@media (max-width: 990px) {
  .header .global-nav .megamenu__items__list.is-group .megamenu__grid-spacer,
  .international-header .global-nav .megamenu__items__list.is-group .megamenu__grid-spacer,
  .welcome-header .global-nav .megamenu__items__list.is-group .megamenu__grid-spacer {
    display: block;
    min-width: 0;
    border-bottom: 1px solid #e6e6e5;
    border-right: 1px solid #e6e6e5;
  }
}
@media (max-width: 990px) {
  .header .global-nav .megamenu__items__list--mobile,
  .international-header .global-nav .megamenu__items__list--mobile,
  .welcome-header .global-nav .megamenu__items__list--mobile {
    border-right: 1px solid #e6e6e5;
  }
  .header .global-nav .megamenu__items__list--mobile:nth-of-type(2n),
  .international-header .global-nav .megamenu__items__list--mobile:nth-of-type(2n),
  .welcome-header .global-nav .megamenu__items__list--mobile:nth-of-type(2n) {
    border-right: none;
  }
}
@media (max-width: 990px) {
  .header .global-nav .megamenu__items__list--spacer,
  .international-header .global-nav .megamenu__items__list--spacer,
  .welcome-header .global-nav .megamenu__items__list--spacer {
    border-bottom: 1px solid #e6e6e5;
    border-right: 1px solid #e6e6e5;
  }
}
@media (max-width: 990px) {
  .header .global-nav .megamenu__items__list:nth-of-type(odd),
  .international-header .global-nav .megamenu__items__list:nth-of-type(odd),
  .welcome-header .global-nav .megamenu__items__list:nth-of-type(odd) {
    border-right: 1px solid #e6e6e5;
  }
}
@media (max-width: 990px) {
  .header .global-nav .megamenu__items__list:not(:nth-last-child(-n+2)) .header .global-nav .megamenu__items__list__link,
  .header .global-nav .megamenu__items__list:not(:nth-last-child(-n+2)) .international-header .global-nav .megamenu__items__list__link,
  .header .global-nav .megamenu__items__list:not(:nth-last-child(-n+2)) .welcome-header .global-nav .megamenu__items__list__link,
  .international-header .global-nav .megamenu__items__list:not(:nth-last-child(-n+2)) .header .global-nav .megamenu__items__list__link,
  .international-header .global-nav .megamenu__items__list:not(:nth-last-child(-n+2)) .international-header .global-nav .megamenu__items__list__link,
  .international-header .global-nav .megamenu__items__list:not(:nth-last-child(-n+2)) .welcome-header .global-nav .megamenu__items__list__link,
  .welcome-header .global-nav .megamenu__items__list:not(:nth-last-child(-n+2)) .header .global-nav .megamenu__items__list__link,
  .welcome-header .global-nav .megamenu__items__list:not(:nth-last-child(-n+2)) .international-header .global-nav .megamenu__items__list__link,
  .welcome-header .global-nav .megamenu__items__list:not(:nth-last-child(-n+2)) .welcome-header .global-nav .megamenu__items__list__link {
    border-bottom: none;
  }
}
.header .global-nav .megamenu__items__list__link,
.international-header .global-nav .megamenu__items__list__link,
.welcome-header .global-nav .megamenu__items__list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #1a1a1a;
  padding: 0.5em 0;
  margin: 0 0 0.5em 0;
}
@media (max-width: 990px) {
  .header .global-nav .megamenu__items__list__link,
  .international-header .global-nav .megamenu__items__list__link,
  .welcome-header .global-nav .megamenu__items__list__link {
    margin: 0;
    padding: 1em 1em;
    font-size: 0.8em;
    border-color: #e6e6e5;
  }
}
@media (max-width: 990px) {
  .header .global-nav .megamenu__items__list:nth-last-child(1) .megamenu__items__list__link,
  .international-header .global-nav .megamenu__items__list:nth-last-child(1) .megamenu__items__list__link,
  .welcome-header .global-nav .megamenu__items__list:nth-last-child(1) .megamenu__items__list__link {
    border-bottom: none;
  }
}
@media (max-width: 990px) {
  .header .global-nav .megamenu__items__menus,
  .international-header .global-nav .megamenu__items__menus,
  .welcome-header .global-nav .megamenu__items__menus {
    display: none;
  }
}
.header .global-nav .megamenu__items__menu,
.international-header .global-nav .megamenu__items__menu,
.welcome-header .global-nav .megamenu__items__menu {
  font-size: 0.9em;
  padding: 0.5em 0;
  border-bottom: 1px solid #e6e6e5;
}
@media (min-width: 990px) {
  .header .global-nav .megamenu__items__menu,
  .international-header .global-nav .megamenu__items__menu,
  .welcome-header .global-nav .megamenu__items__menu {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .header .global-nav .megamenu__items__menu:hover,
  .international-header .global-nav .megamenu__items__menu:hover,
  .welcome-header .global-nav .megamenu__items__menu:hover {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background: #f3f5f7;
  }
}
.header .global-nav .megamenu__items__menu__link,
.international-header .global-nav .megamenu__items__menu__link,
.welcome-header .global-nav .megamenu__items__menu__link {
  padding-left: 0.5em;
}
.header .global-nav,
.international-header .global-nav,
.welcome-header .global-nav {
  z-index: 11;
}
.header .screen,
.international-header .screen,
.welcome-header .screen {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100vh;
  content: "";
  z-index: 10;
}
.header .menu,
.international-header .menu,
.welcome-header .menu {
  background: #fff;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 12;
}
@media (max-width: 990px) {
  .header .menu,
  .international-header .menu,
  .welcome-header .menu {
    width: 60px;
    height: 60px;
  }
}
.header .menu.is-no-animation span,
.international-header .menu.is-no-animation span,
.welcome-header .menu.is-no-animation span {
  -webkit-animation: none !important;
          animation: none !important;
}
.header .menu__wrapper,
.international-header .menu__wrapper,
.welcome-header .menu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 21.4285714286px;
}
@media (max-width: 990px) {
  .header .menu__wrapper,
  .international-header .menu__wrapper,
  .welcome-header .menu__wrapper {
    margin-bottom: 10px;
    width: 30px;
    height: 14.2857142857px;
  }
}
.header .menu__title,
.international-header .menu__title,
.welcome-header .menu__title {
  position: absolute;
  top: 120%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #004098;
  font-size: clamp(9px, 0vw + 9px, 9px);
  text-align: center;
}
.header .menu__box,
.international-header .menu__box,
.welcome-header .menu__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 45px;
  height: 21.4285714286px;
}
@media (max-width: 990px) {
  .header .menu__box,
  .international-header .menu__box,
  .welcome-header .menu__box {
    width: 30px;
    height: 14.2857142857px;
  }
  .header .menu__box span:nth-of-type(1),
  .international-header .menu__box span:nth-of-type(1),
  .welcome-header .menu__box span:nth-of-type(1) {
    -webkit-animation: btn07-bar01-sp 0.75s forwards;
            animation: btn07-bar01-sp 0.75s forwards;
  }
  @-webkit-keyframes btn07-bar01-sp {
    0% {
      -webkit-transform: translateY(6.2857142857px) rotate(45deg);
              transform: translateY(6.2857142857px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(6.2857142857px) rotate(0);
              transform: translateY(6.2857142857px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar01-sp {
    0% {
      -webkit-transform: translateY(6.2857142857px) rotate(45deg);
              transform: translateY(6.2857142857px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(6.2857142857px) rotate(0);
              transform: translateY(6.2857142857px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  .header .menu__box span:nth-of-type(3),
  .international-header .menu__box span:nth-of-type(3),
  .welcome-header .menu__box span:nth-of-type(3) {
    -webkit-animation: btn07-bar03-sp 0.75s forwards;
            animation: btn07-bar03-sp 0.75s forwards;
  }
  @-webkit-keyframes btn07-bar03-sp {
    0% {
      -webkit-transform: translateY(-6.2857142857px) rotate(-45deg);
              transform: translateY(-6.2857142857px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-6.2857142857px) rotate(0);
              transform: translateY(-6.2857142857px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
      width: 100%;
    }
  }
  @keyframes btn07-bar03-sp {
    0% {
      -webkit-transform: translateY(-6.2857142857px) rotate(-45deg);
              transform: translateY(-6.2857142857px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-6.2857142857px) rotate(0);
              transform: translateY(-6.2857142857px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
      width: 100%;
    }
  }
  .header .menu__box.is-open span:nth-of-type(1),
  .international-header .menu__box.is-open span:nth-of-type(1),
  .welcome-header .menu__box.is-open span:nth-of-type(1) {
    -webkit-animation: active-btn07-bar01-sp 0.75s forwards;
            animation: active-btn07-bar01-sp 0.75s forwards;
  }
  @-webkit-keyframes active-btn07-bar01-sp {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(6.2857142857px) rotate(0);
              transform: translateY(6.2857142857px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(6.2857142857px) rotate(45deg);
              transform: translateY(6.2857142857px) rotate(45deg);
    }
  }
  @keyframes active-btn07-bar01-sp {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(6.2857142857px) rotate(0);
              transform: translateY(6.2857142857px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(6.2857142857px) rotate(45deg);
              transform: translateY(6.2857142857px) rotate(45deg);
    }
  }
  .header .menu__box.is-open span:nth-of-type(3),
  .international-header .menu__box.is-open span:nth-of-type(3),
  .welcome-header .menu__box.is-open span:nth-of-type(3) {
    -webkit-animation: active-btn07-bar03-sp 0.75s forwards;
            animation: active-btn07-bar03-sp 0.75s forwards;
  }
  @-webkit-keyframes active-btn07-bar03-sp {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-6.2857142857px) rotate(0);
              transform: translateY(-6.2857142857px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-6.2857142857px) rotate(-45deg);
              transform: translateY(-6.2857142857px) rotate(-45deg);
    }
  }
  @keyframes active-btn07-bar03-sp {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-6.2857142857px) rotate(0);
              transform: translateY(-6.2857142857px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-6.2857142857px) rotate(-45deg);
              transform: translateY(-6.2857142857px) rotate(-45deg);
    }
  }
}
.header .menu__box.is-open span,
.international-header .menu__box.is-open span,
.welcome-header .menu__box.is-open span {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  background: #004098 !important;
}
.header .menu__box.is-open span:nth-of-type(2),
.international-header .menu__box.is-open span:nth-of-type(2),
.welcome-header .menu__box.is-open span:nth-of-type(2) {
  opacity: 0;
}
.header .menu__box span:nth-of-type(2),
.international-header .menu__box span:nth-of-type(2),
.welcome-header .menu__box span:nth-of-type(2) {
  opacity: 1;
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
}
@media (min-width: 990px) {
  .header .menu__box span:nth-of-type(1),
  .international-header .menu__box span:nth-of-type(1),
  .welcome-header .menu__box span:nth-of-type(1) {
    -webkit-animation: btn07-bar01 0.75s forwards;
            animation: btn07-bar01 0.75s forwards;
  }
  @-webkit-keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(9.5px) rotate(45deg);
              transform: translateY(9.5px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(9.5px) rotate(0);
              transform: translateY(9.5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(9.5px) rotate(45deg);
              transform: translateY(9.5px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(9.5px) rotate(0);
              transform: translateY(9.5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  .header .menu__box span:nth-of-type(3),
  .international-header .menu__box span:nth-of-type(3),
  .welcome-header .menu__box span:nth-of-type(3) {
    -webkit-animation: btn07-bar03 0.75s forwards;
            animation: btn07-bar03 0.75s forwards;
  }
  @-webkit-keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-9.5px) rotate(-45deg);
              transform: translateY(-9.5px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-9.5px) rotate(0);
              transform: translateY(-9.5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
      width: 100%;
    }
  }
  @keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-9.5px) rotate(-45deg);
              transform: translateY(-9.5px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-9.5px) rotate(0);
              transform: translateY(-9.5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
      width: 100%;
    }
  }
  .header .menu__box.is-open span:nth-of-type(1),
  .international-header .menu__box.is-open span:nth-of-type(1),
  .welcome-header .menu__box.is-open span:nth-of-type(1) {
    -webkit-animation: active-btn07-bar01 0.75s forwards;
            animation: active-btn07-bar01 0.75s forwards;
  }
  @-webkit-keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(9.5px) rotate(0);
              transform: translateY(9.5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(9.5px) rotate(45deg);
              transform: translateY(9.5px) rotate(45deg);
    }
  }
  @keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(9.5px) rotate(0);
              transform: translateY(9.5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(9.5px) rotate(45deg);
              transform: translateY(9.5px) rotate(45deg);
    }
  }
  .header .menu__box.is-open span:nth-of-type(3),
  .international-header .menu__box.is-open span:nth-of-type(3),
  .welcome-header .menu__box.is-open span:nth-of-type(3) {
    -webkit-animation: active-btn07-bar03 0.75s forwards;
            animation: active-btn07-bar03 0.75s forwards;
  }
  @-webkit-keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-9.5px) rotate(0);
              transform: translateY(-9.5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-9.5px) rotate(-45deg);
              transform: translateY(-9.5px) rotate(-45deg);
    }
  }
  @keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-9.5px) rotate(0);
              transform: translateY(-9.5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-9.5px) rotate(-45deg);
              transform: translateY(-9.5px) rotate(-45deg);
    }
  }
}
.header .menu__border,
.international-header .menu__border,
.welcome-header .menu__border {
  display: block;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background: #004098;
  width: 100%;
  height: 2px;
}
.header .menu__border:nth-child(2),
.international-header .menu__border:nth-child(2),
.welcome-header .menu__border:nth-child(2) {
  width: 100%;
}
.header .menu__border:nth-child(3),
.international-header .menu__border:nth-child(3),
.welcome-header .menu__border:nth-child(3) {
  width: 100%;
}

.footer {
  width: 93vw;
  padding-top: 15vw;
}
@media (max-width: 600px) {
  .footer {
    width: 100%;
  }
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 600px) {
  .footer__top {
    display: block;
  }
}
.footer__cta {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5vw 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .footer__cta {
    width: 100% !important;
  }
}
.footer__cta--member {
  background: #9F4B4B url("../img/common/bg_cta_member.svg");
  background-size: cover;
}
.footer__cta--join {
  background: #789F91 url("../img/common/bg_cta_join.svg");
  background-size: cover;
}
.footer__cta__inner {
  border: 1px solid #fff;
  padding: 2em 3em;
  text-align: center;
  position: relative;
  z-index: 1;
}
.footer__cta__title {
  font-size: clamp(20px, 0.60606vw + 16.36364px, 28px);
  margin-bottom: 0.5em;
  color: #fff;
}
.footer__cta__desc {
  font-size: clamp(12px, 0.15152vw + 11.09091px, 14px);
  margin-bottom: 1.5em;
  opacity: 0.95;
  color: #fff;
}
.footer__cta__btn {
  display: inline-block;
  border: 1px solid #fff;
  padding: 0.5em 1.5em;
  font-size: clamp(12px, 0.15152vw + 11.09091px, 14px);
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .footer__cta__btn:hover {
    opacity: 0.7;
  }
  .footer__cta__btn:hover > * {
    opacity: 0.7;
  }
}
.footer__bottom {
  padding: 5em 0;
  background-color: #fff;
}
.footer__bottom__inner {
  width: 82vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  .footer__bottom__inner {
    width: 90vw;
  }
}
.footer__logo {
  width: 20%;
  text-align: left;
}
@media (max-width: 600px) {
  .footer__logo {
    width: 15%;
  }
}
.footer__logo img {
  width: 40%;
}
@media (max-width: 600px) {
  .footer__logo img {
    width: 50%;
  }
}
.footer__nav {
  font-size: 0.8em;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 600px) {
  .footer__nav {
    font-size: 0.9em;
  }
}
.footer__nav--child {
  width: 20%;
  line-height: 2;
}
.footer__nav--child dd {
  color: #999;
}
.footer__nav--child dd a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 600px) {
  .footer__nav--child {
    width: 50%;
    margin-bottom: 3em;
  }
}

@media (max-width: 600px) {
  .logo_gold {
    display: none;
  }
}

.sidebar {
  background-color: #272727;
  height: 100vh;
  width: 7vw;
  min-width: 60px;
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  z-index: 1000 !important;
  isolation: isolate;
}
@media (max-width: 600px) {
  .sidebar {
    width: 0;
    min-width: 0;
    background-color: transparent;
  }
}
.sidebar__hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  width: 35px;
  height: 35px;
  padding: 4px;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sidebar__hamburger:hover {
  opacity: 0.8;
}
@media (max-width: 600px) {
  .sidebar__hamburger {
    position: fixed;
    top: 1.5rem;
    right: 1rem;
    z-index: 1001;
    background-color: #BC322A;
    border-radius: 10px;
    padding: 0;
    width: 44px;
    height: 44px;
  }
  .sidebar__hamburger.is-open .sidebar__hamburger-bar {
    opacity: 0;
  }
  .sidebar__hamburger.is-open::before, .sidebar__hamburger.is-open::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    margin-left: -11px;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sidebar__hamburger.is-open::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.sidebar__hamburger-bar {
  display: block;
  width: 35px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 600px) {
  .sidebar__hamburger-bar {
    width: 20px;
  }
  .sidebar__hamburger-bar + .sidebar__hamburger-bar {
    margin-top: 1px;
  }
}
.sidebar__hamburger.is-open .sidebar__hamburger-bar:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.sidebar__hamburger.is-open .sidebar__hamburger-bar:nth-child(2) {
  opacity: 0;
}
.sidebar__hamburger.is-open .sidebar__hamburger-bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

.sidebar-drawer {
  position: fixed;
  top: 0;
  right: 7vw;
  min-width: 60px;
  width: 320px;
  max-width: calc(93vw - 40px);
  height: 100vh;
  z-index: 999;
  pointer-events: none;
}
@media (max-width: 600px) {
  .sidebar-drawer {
    right: 0;
    width: 0;
    min-width: 0;
    max-width: none;
    visibility: hidden;
  }
  .sidebar-drawer.is-open {
    visibility: visible;
  }
}
.sidebar-drawer.is-open {
  pointer-events: auto;
}
.sidebar-drawer.is-open .sidebar-drawer__overlay {
  opacity: 1;
}
.sidebar-drawer.is-open .sidebar-drawer__panel {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sidebar-drawer__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.sidebar-drawer__panel {
  position: fixed;
  top: 0;
  right: 7vw;
  min-width: 60px;
  width: 50vw;
  max-width: calc(93vw - 40px);
  height: 100vh;
  background-color: #272727;
  background-image: none;
  -webkit-box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(calc(100% + 7vw));
          transform: translateX(calc(100% + 7vw));
  -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 0 2rem 0;
}
@media (max-width: 600px) {
  .sidebar-drawer__panel {
    right: 0;
    width: 85vw;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.sidebar-drawer__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 40px;
  height: 40px;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (max-width: 600px) {
  .sidebar-drawer__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    font-size: 4rem;
  }
}
.sidebar-drawer__nav {
  margin-top: 3rem;
  padding: 0 8em;
}
@media (max-width: 600px) {
  .sidebar-drawer__nav {
    padding: 0 4rem;
  }
}
.sidebar-drawer__list {
  list-style: none;
  margin: 0;
  padding: 1.5em 0;
}
.sidebar-drawer__link--primary {
  display: block;
  padding: 1.5rem 0;
  font-size: 1.5em;
  font-family: serif;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, padding-left 0.2s ease;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.sidebar-drawer__link--primary:hover {
  color: #A38F58;
  padding-left: 0.5rem;
}
.sidebar-drawer__link--secondary {
  display: block;
  padding: 1rem 0;
  font-size: 1.2em;
  font-family: serif;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, padding-left 0.2s ease;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.sidebar-drawer__link--secondary:hover {
  color: #A38F58;
  padding-left: 0.5rem;
}

/*
.level2__header{
   background-image: url('../img/common/bg_level2.png');
   background-position: top left;
   background-repeat: no-repeat;
   background-size: 100% auto;
   padding-top: 16vw;
   width: 71vw;
   margin: auto;
}

.title-1 {
   img{
      height: 3em;
   }
}
.title-2 {
   -webkit-writing-mode: vertical-rl; //Safari/Chrome用
   -ms-writing-mode: tb-rl;           //  IE用 
   writing-mode: vertical-rl; 
   img{
      width: 2.5em;
      @include g.sm(max) {
         width: 1.5em!important;
      }
   }
}
*/
.title-3 {
  font-size: clamp(22px, 0.37879vw + 19.72727px, 27px);
  font-weight: bold;
  line-height: 1.2;
  padding: 0.5em 0 0.5em 0.75em;
  -webkit-font-smoothing: antialiased;
  position: relative;
  border-left: 0.3em solid #004098;
}

.title-4 {
  color: #181818;
  font-size: clamp(22px, 0.60606vw + 18.36364px, 30px);
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: 1px solid #181818;
  padding-right: 1.25em;
  padding-bottom: 0.4em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
}
.title-4:after {
  position: absolute;
  top: 0.3em;
  right: 0.15em;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  background: url(../img/common/icon_cursor_black_right.svg) no-repeat center center/contain;
  width: 0.5em;
  height: 0.5em;
  content: "";
}
.title-4:hover:after {
  -webkit-transform: translateX(0.25em);
          transform: translateX(0.25em);
}

.title-5 {
  font-size: clamp(15px, 0.22727vw + 13.63636px, 18px);
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  position: relative;
  font-weight: bold;
  padding: 0.75em 0.75em;
  background: #f3f3f3;
  border-left: 0.25em solid #BC322A;
}

.title-6 {
  font-size: clamp(25px, 0.75758vw + 20.45455px, 35px);
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 600;
}
.title-6:before {
  content: "|";
  font-size: 0.5em;
  display: block;
  padding-bottom: 0.5em;
}

.title-7 a {
  color: #004098;
}
.title-7 {
  font-size: clamp(22px, 0.60606vw + 18.36364px, 30px);
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: 1px solid #004098;
  padding-right: 1.25em;
  padding-bottom: 0.4em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.title-7:after {
  position: absolute;
  top: 0.3em;
  right: 0.15em;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  background: url(../img/common/icon_cursor_black_right.svg) no-repeat center center/contain;
  width: 0.5em;
  height: 0.5em;
  content: "";
}
.title-7:hover:after {
  -webkit-transform: translateX(0.25em);
          transform: translateX(0.25em);
}

.title-8 {
  font-size: clamp(18px, 0.15152vw + 17.09091px, 20px);
  line-height: 1.2;
  padding: 0.5em 0 0.5em 0.75em;
  -webkit-font-smoothing: antialiased;
  position: relative;
  background: #e9f1fb;
  border-left: 0.3em solid #004098;
}

.title-9 {
  font-size: clamp(16px, 0.15152vw + 15.09091px, 18px);
  line-height: 1.2;
  font-weight: bold;
  padding: 0.5em 0 0.5em 0.75em;
  -webkit-font-smoothing: antialiased;
  position: relative;
  border-bottom: 4px solid #c5d9f4;
}

.title-10 {
  font-size: clamp(14px, 0.15152vw + 13.09091px, 16px);
  line-height: 1.2;
  font-weight: bold;
  padding: 0.5em 0 0.5em 0.75em;
  background: #e9f1fb;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

.title-11 {
  font-size: clamp(20px, 0.75758vw + 15.45455px, 30px);
  line-height: 1.2;
  color: #004098;
  -webkit-font-smoothing: antialiased;
}

[class^=btn-p] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: 1px solid #004098;
  background: #fff;
  padding: 0.8em 2em;
  min-width: 16em;
  overflow: hidden;
  color: #004098 !important;
  font-size: clamp(15px, 0.07576vw + 14.54545px, 16px);
  line-height: 1.3;
  gap: 0.5em;
  text-align: center;
  text-decoration: none !important;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(26, 26, 26, 0.15));
          filter: drop-shadow(0px 0px 6px rgba(26, 26, 26, 0.15));
}
[class^=btn-p] > * {
  line-height: 1;
}
[class^=btn-p] input[type=submit],
[class^=btn-p] input[type=button] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid #004098;
  background-color: transparent;
  padding: 0.8em 2em;
  min-width: 20em;
}
@media (max-width: 990px) {
  [class^=btn-p] input[type=submit],
  [class^=btn-p] input[type=button] {
    min-width: 16em;
  }
}
[class^=btn-p] input[type=submit],
[class^=btn-p] input[type=button] {
  color: #004098;
  font-size: clamp(15px, 0.07576vw + 14.54545px, 16px);
  line-height: 1.3;
}
[class^=btn-p] > :first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
[class^=btn-p].is-disabled, [class^=btn-p]:disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media (min-width: 990px) {
  [class^=btn-p] {
    position: relative;
    z-index: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  [class^=btn-p]:after {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    z-index: -1;
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    background: #004098;
    width: 100%;
    height: 105%;
    content: "";
  }
  [class^=btn-p]:hover {
    border-color: #004098;
  }
  [class^=btn-p]:hover > *, [class^=btn-p]:hover * {
    color: #fff !important;
  }
  [class^=btn-p]:hover input[type=submit],
  [class^=btn-p]:hover input[type=button] {
    color: #fff;
  }
  [class^=btn-p]:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  [class^=btn-p]:hover .cursor {
    border-bottom-color: #fff;
    border-right-color: #fff;
  }
  [class^=btn-p]:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(100%);
            filter: brightness(0) saturate(100%) invert(100%);
  }
}

.btn-p .cursor {
  display: block;
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  position: absolute;
  right: 1em;
  width: 1em;
  height: 0.25em;
  border-bottom: solid 1px #004098;
  border-right: solid 1px #004098;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}
.btn-p.is-key {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: 1px solid #004098;
  background: #004098;
  padding: 0.8em 2em;
  min-width: 16em;
  overflow: hidden;
  color: #fff !important;
  font-size: clamp(15px, 0.07576vw + 14.54545px, 16px);
  line-height: 1.3;
  gap: 0.5em;
  text-align: center;
  text-decoration: none !important;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(26, 26, 26, 0.15));
          filter: drop-shadow(0px 0px 6px rgba(26, 26, 26, 0.15));
}
.btn-p.is-key > * {
  line-height: 1;
}
.btn-p.is-key input[type=submit],
.btn-p.is-key input[type=button] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid #004098;
  background-color: transparent;
  padding: 0.8em 2em;
  min-width: 20em;
}
@media (max-width: 990px) {
  .btn-p.is-key input[type=submit],
  .btn-p.is-key input[type=button] {
    min-width: 16em;
  }
}
.btn-p.is-key input[type=submit],
.btn-p.is-key input[type=button] {
  color: #fff;
  font-size: clamp(15px, 0.07576vw + 14.54545px, 16px);
  line-height: 1.3;
}
.btn-p.is-key > :first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-p.is-key.is-disabled, .btn-p.is-key:disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media (min-width: 990px) {
  .btn-p.is-key {
    position: relative;
    z-index: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn-p.is-key:after {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    z-index: -1;
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    background: #fff;
    width: 100%;
    height: 105%;
    content: "";
  }
  .btn-p.is-key:hover {
    border-color: #004098;
  }
  .btn-p.is-key:hover > *, .btn-p.is-key:hover * {
    color: #004098 !important;
  }
  .btn-p.is-key:hover input[type=submit],
  .btn-p.is-key:hover input[type=button] {
    color: #004098;
  }
  .btn-p.is-key:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  .btn-p.is-key:hover .cursor {
    border-bottom-color: #004098;
    border-right-color: #004098;
  }
  .btn-p.is-key:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(100%);
            filter: brightness(0) saturate(100%) invert(100%);
  }
}
.btn-p.is-key .cursor {
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.btn-p.is-black {
  color: #1a1a1a !important;
}
.btn-p.is-black .cursor {
  border-bottom-color: #1a1a1a;
  border-right-color: #1a1a1a;
}
.btn-p.is-white-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: 1px solid #fff;
  background: transparent;
  padding: 0.8em 2em;
  min-width: 16em;
  overflow: hidden;
  color: #fff !important;
  font-size: clamp(15px, 0.07576vw + 14.54545px, 16px);
  line-height: 1.3;
  gap: 0.5em;
  text-align: center;
  text-decoration: none !important;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(26, 26, 26, 0.15));
          filter: drop-shadow(0px 0px 6px rgba(26, 26, 26, 0.15));
}
.btn-p.is-white-line > * {
  line-height: 1;
}
.btn-p.is-white-line input[type=submit],
.btn-p.is-white-line input[type=button] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 0.8em 2em;
  min-width: 20em;
}
@media (max-width: 990px) {
  .btn-p.is-white-line input[type=submit],
  .btn-p.is-white-line input[type=button] {
    min-width: 16em;
  }
}
.btn-p.is-white-line input[type=submit],
.btn-p.is-white-line input[type=button] {
  color: #fff;
  font-size: clamp(15px, 0.07576vw + 14.54545px, 16px);
  line-height: 1.3;
}
.btn-p.is-white-line > :first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-p.is-white-line.is-disabled, .btn-p.is-white-line:disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media (min-width: 990px) {
  .btn-p.is-white-line {
    position: relative;
    z-index: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn-p.is-white-line:after {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    z-index: -1;
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    background: #fff;
    width: 100%;
    height: 105%;
    content: "";
  }
  .btn-p.is-white-line:hover {
    border-color: #fff;
  }
  .btn-p.is-white-line:hover > *, .btn-p.is-white-line:hover * {
    color: #004098 !important;
  }
  .btn-p.is-white-line:hover input[type=submit],
  .btn-p.is-white-line:hover input[type=button] {
    color: #004098;
  }
  .btn-p.is-white-line:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  .btn-p.is-white-line:hover .cursor {
    border-bottom-color: #004098;
    border-right-color: #004098;
  }
  .btn-p.is-white-line:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(100%);
            filter: brightness(0) saturate(100%) invert(100%);
  }
}
.btn-p.is-white-line:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(98%) saturate(2476%) hue-rotate(206deg) brightness(95%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(18%) sepia(98%) saturate(2476%) hue-rotate(206deg) brightness(95%) contrast(101%);
}
.btn-p.is-lg {
  min-width: 18em;
}
.btn-p.is-sm {
  padding: 0.6em 1.5em;
  -webkit-filter: none;
          filter: none;
}
.btn-p.is-auto-width {
  min-width: auto;
}
.btn-p.is-back {
  padding-left: 2.5em;
}
.btn-p.is-back .cursor {
  right: auto;
  left: 1em;
  border-right: none;
  border-left: solid 1px #004098;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
}
@media (min-width: 990px) {
  .btn-p.is-back:hover .cursor {
    -webkit-transform: translateX(-0.25em);
            transform: translateX(-0.25em);
    border-left-color: #fff;
  }
}
@media (min-width: 990px) {
  .btn-p.is-key.is-back:hover .cursor {
    border-left-color: #004098;
  }
}
@media (min-width: 990px) {
  .btn-p.is-white-line.is-back:hover .cursor {
    border-left-color: #004098;
  }
}

[class^=btn-s] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background: #004098;
  padding: 0.75em 1em;
  overflow: hidden;
  color: #fff !important;
  font-size: clamp(15px, 0.22727vw + 13.63636px, 18px);
  line-height: 1.3;
  letter-spacing: 0;
  gap: 0.5em;
  text-decoration: none !important;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(26, 26, 26, 0.15));
          filter: drop-shadow(0px 0px 6px rgba(26, 26, 26, 0.15));
  width: 100%;
}
[class^=btn-s]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: #c8161d;
}
@media (max-width: 990px) {
  [class^=btn-s] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
[class^=btn-s] input[type=submit],
[class^=btn-s] input[type=button] {
  -webkit-appearance: none;
  cursor: pointer;
  background-color: transparent;
  padding: 0.75em 1em;
  min-width: 20em;
}
@media (max-width: 990px) {
  [class^=btn-s] input[type=submit],
  [class^=btn-s] input[type=button] {
    min-width: 16em;
  }
}
[class^=btn-s] input[type=submit],
[class^=btn-s] input[type=button] {
  color: #fff;
  font-size: clamp(15px, 0.22727vw + 13.63636px, 18px);
  line-height: 1.3;
}
[class^=btn-s].is-disabled, [class^=btn-s]:disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media (min-width: 990px) {
  [class^=btn-s] {
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  [class^=btn-s]:hover {
    background: rgb(0, 85.4736842105, 203);
  }
  [class^=btn-s]:hover .cursor {
    -webkit-transform: translateX(0.25em);
            transform: translateX(0.25em);
    border-bottom-color: #fff;
    border-right-color: #fff;
  }
}

.btn-s .cursor {
  display: block;
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  width: 1em;
  height: 0.25em;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

[class^=btn-group] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 1.5rem;
}
@media (max-width: 990px) {
  [class^=btn-group] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
  }
}

.btn-group.is-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-group.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btn-group.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group.is-left-to-center {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 990px) {
  .btn-group.is-left-to-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.btn-group.is-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.btn-group.is-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.btn-group.is-row-to-column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 600px) {
  .btn-group.is-row-to-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.btn-group.column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 990px) {
  .btn-group.column-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.btn-group.is-float {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 15px;
  left: 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  width: 85%;
}
@media (min-width: 990px) {
  .btn-group.is-float {
    visibility: hidden;
    opacity: 0;
  }
}
.btn-group.is-float {
  z-index: 7;
}
.btn-group.is-float > * {
  width: 100%;
  -webkit-filter: drop-shadow(0px 2px 4px rgba(26, 26, 26, 0.2));
          filter: drop-shadow(0px 2px 4px rgba(26, 26, 26, 0.2));
}

.cms-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.5rem, 0.07576vw + 2.04545px, 3.5rem);
  font-size: clamp(1.5rem, 0.02273vw + 1.36364px, 1.8rem);
  line-height: 1.7;
}
.cms-p ul {
  font-size: clamp(1.5rem, 0.02273vw + 1.36364px, 1.8rem);
  list-style-type: disc;
}
.cms-p ul li {
  margin: 0 0 calc(clamp(2.5rem, 0.07576vw + 2.04545px, 3.5rem) * 0.25) 3rem;
  list-style-type: disc;
}
.cms-p ul ul {
  list-style: circle;
}
.cms-p ol {
  font-size: clamp(1.5rem, 0.02273vw + 1.36364px, 1.8rem);
}
.cms-p ol li {
  margin: 0 0 calc(clamp(2.5rem, 0.07576vw + 2.04545px, 3.5rem) * 0.25) 3rem;
  list-style-type: decimal;
}
.cms-p dl {
  font-size: clamp(1.5rem, 0.02273vw + 1.36364px, 1.8rem);
}
.cms-p dl dd {
  margin: 0.5rem 0 calc(clamp(2.5rem, 0.07576vw + 2.04545px, 3.5rem) * 0.25) 0;
}
.cms-p strong {
  font-weight: bold;
}
.cms-p em {
  font-style: italic;
}
.cms-p a {
  word-break: break-all;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #004098;
  text-decoration: underline;
}
.cms-p a:hover {
  text-decoration: none;
}
.cms-p a {
  display: inline;
}
.cms-p img {
  max-width: 100%;
  height: auto;
}
.cms-p p {
  font-size: clamp(1.5rem, 0.02273vw + 1.36364px, 1.8rem);
  line-height: 1.7 !important;
}
.cms-p i {
  font-style: italic;
}
.cms-p strong,
.cms-p b {
  font-weight: bold;
}
.cms-p span {
  font-size: clamp(1.5rem, 0.02273vw + 1.36364px, 1.8rem);
}
.cms-p iframe {
  max-width: 100%;
}
.cms-p a {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #004098;
  text-decoration: underline;
}
.cms-p a:hover {
  text-decoration: none;
}
.cms-p h1 {
  /* h1を入力させない設定 */
  text-decoration: line-through !important;
}
.cms-p h2 {
  margin: 0 0 2rem 0;
  font-size: 1.8rem;
}
.cms-p h3 {
  margin: 0 0 1.5rem 0;
  font-size: 1.6rem;
}
.cms-p h4 {
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
}

.cms-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
.cms-s ul {
  font-size: 1.4rem;
  list-style-type: disc;
}
.cms-s ul li {
  margin: 0 0 calc(2rem * 0.25) 3rem;
  list-style-type: disc;
}
.cms-s ul ul {
  list-style: circle;
}
.cms-s ol {
  font-size: 1.4rem;
}
.cms-s ol li {
  margin: 0 0 calc(2rem * 0.25) 3rem;
  list-style-type: decimal;
}
.cms-s dl {
  font-size: 1.4rem;
}
.cms-s dl dd {
  margin: 0.5rem 0 calc(2rem * 0.25) 0;
}
.cms-s strong {
  font-weight: bold;
}
.cms-s em {
  font-style: italic;
}
.cms-s a {
  word-break: break-all;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #004098;
  text-decoration: underline;
}
.cms-s a:hover {
  text-decoration: none;
}
.cms-s a {
  display: inline;
}
.cms-s img {
  max-width: 100%;
  height: auto;
}
.cms-s p {
  font-size: 1.4rem;
  line-height: 1.8 !important;
}
.cms-s i {
  font-style: italic;
}
.cms-s strong,
.cms-s b {
  font-weight: bold;
}
.cms-s span {
  font-size: 1.4rem;
}
.cms-s iframe {
  max-width: 100%;
}
.cms-s a {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #004098;
  text-decoration: underline;
}
.cms-s a:hover {
  text-decoration: none;
}

.section {
  position: relative;
  overflow-x: hidden;
  overflow-x: clip;
  width: 100%;
  padding: clamp(50px, 1.51515vw + 40.90909px, 70px) 0;
}
.section--top {
  padding-top: clamp(15rem, 0.37879vw + 12.72727px, 20rem);
}
.section--bottom {
  padding-bottom: clamp(20rem, 0.75758vw + 15.45455px, 30rem);
}
.section.is-border-bottom:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 15px;
  background: #e9f1fb;
  bottom: 0;
}

.table-p {
  width: 100%;
  table-layout: fixed;
  caption-side: bottom;
}
@media (max-width: 990px) {
  .table-p {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.table-p__row, .table-p__data, .table-p__header {
  padding: 1rem 0;
  text-align: center;
  border: solid 1px #e1e1e1;
}
@media (max-width: 990px) {
  .table-p__row, .table-p__data, .table-p__header {
    padding: 1rem 0;
  }
}
.table-p__body .table-p__data:first-of-type {
  font-weight: bold;
  text-align: center;
  background: rgb(203, 224.8947368421, 255);
}
.table-p__thead .table-p__header:not(:first-of-type) {
  font-weight: bold;
  background: #ccc;
}
.table-p__caption {
  font-size: 1.2rem;
  margin: 0.5rem 0 0 0;
  text-align: left;
}

.table-s {
  width: 100%;
}
.table-s__row, .table-s__data, .table-s__header {
  padding: 1rem 0;
  text-align: left;
}
.table-s__header {
  font-weight: bold;
}
.table-s__header--data {
  width: 50%;
}
.table-s__header--access {
  width: 30%;
}

.sns {
  text-align: center;
}
.sns__lists {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns__list {
  position: relative;
}
.sns__list:not(:last-of-type) {
  margin: 0 3rem 0 0;
}
.sns__list__link {
  display: block;
  height: 25px;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .sns__list__link:hover {
    opacity: 0.7;
  }
  .sns__list__link:hover > * {
    opacity: 0.7;
  }
}
.sns__list__img {
  height: 100%;
}

/*===========================================*/
/* pager
/*===========================================*/
.pager__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin: auto;
  width: 100%;
}
.pager__list {
  border-radius: 100%;
  width: 2em;
  height: 2em;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .pager__list:hover {
    opacity: 0.7;
  }
  .pager__list:hover > * {
    opacity: 0.7;
  }
}
.pager__list.is-current {
  border: 1px solid #1a1a1a;
}
.pager__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.pager__num {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #4e4e4e;
}
.pager__dots {
  pointer-events: none;
  font-weight: bold;
}
.pager__cursor {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.breadcrumbs {
  position: relative;
  padding: 1rem 0;
}
@media (min-width: 990px) {
  .breadcrumbs > .container {
    padding: 0 30px;
    max-width: 100%;
    width: 100%;
  }
}
.breadcrumbs ul {
  ms-overflow-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.5em 0 0;
  padding: 0 0.5em 0 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumbs ul::-webkit-scrollbar {
  display: none;
}
.breadcrumbs ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.5em 0 0;
  font-size: clamp(1.1rem, 0.00758vw + 1.05455px, 1.2rem);
  white-space: nowrap;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .breadcrumbs ul li:hover {
    opacity: 0.7;
  }
  .breadcrumbs ul li:hover > * {
    opacity: 0.7;
  }
}
.breadcrumbs ul li a {
  color: #181818;
  text-decoration: underline;
}
.breadcrumbs ul li:last-of-type {
  cursor: default;
}
.breadcrumbs ul li:last-of-type:hover {
  opacity: 1;
}
.breadcrumbs ul li:not(:nth-child(1))::before {
  vertical-align: middle;
  margin: 0 0.5em 0 0;
  background: url("../img/common/icon_set/solid/icon_cursor_next.svg") no-repeat center center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0.5em 0 0;
  width: 0.8em;
  height: 0.8em;
  content: "";
}

.modal-p {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  width: 100vw;
  height: 100vh;
}
.modal-p__bg {
  position: absolute;
  z-index: 9995;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-p__wrapper {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100vh;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 990px) {
  .modal-p__wrapper {
    max-width: 700px;
    height: 90vh;
  }
}
.modal-p__inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #fceeee;
}
@media (min-width: 990px) {
  .modal-p__inner {
    border-radius: 10px;
  }
}
.modal-p__content {
  overflow-x: visible;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  margin: auto;
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}
.modal-p__close {
  position: absolute;
  z-index: 1;
  top: 25px;
  right: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 20px;
  padding: 10px;
  cursor: pointer;
}
.modal-p__close__img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  pointer-events: none;
  fill: #fff;
}
.modal-p__close:after {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  content: "";
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border-radius: 100%;
  background: #c5d9f4;
}
.accordion-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  background: #e9f1fb;
}
@media (min-width: 990px) {
  .accordion-p {
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  .accordion-p:hover .accordion-p__text {
    opacity: 0.5;
  }
}
.accordion-p.is-toggle .accordion-p__icon {
  -webkit-transition: all ease-in-out 0s;
  transition: all ease-in-out 0s;
}
.accordion-p.is-toggle .accordion-p__icon span:nth-child(2) {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}
.accordion-p.is-toggle .accordion-p__text {
  opacity: 0.5;
}
.accordion-p__text {
  font-weight: bold;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.accordion-p__icon {
  position: relative;
  z-index: 0;
  width: 0.8em;
  height: 0.8em;
  margin: 0 0 0.2em 0;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.accordion-p__icon span {
  position: absolute;
  z-index: 6000;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  background: currentColor;
}
.accordion-p__icon span:nth-child(1) {
  top: 50%;
}
.accordion-p__icon span:nth-child(2) {
  top: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion-p__content {
  display: none;
}

.faq-qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.faq-qa__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.read-more-accordion {
  position: relative;
}
.read-more-accordion__btn {
  font-size: 1.3rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3rem 2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100px;
  background: #e6e6e5;
}
.read-more-accordion__btn:after {
  content: "もっと見る";
}
.read-more-accordion__target {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.read-more-accordion__target::before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 120px;
  content: "";
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}
.read-more-accordion__trigger {
  display: none;
}
.read-more-accordion__trigger:checked + .read-more-accordion__btn {
  bottom: -5rem;
}
.read-more-accordion__trigger:checked + .read-more-accordion__btn:after {
  content: "閉じる";
}
.read-more-accordion__trigger:checked ~ .read-more-accordion__target {
  height: auto !important;
  margin: 0 0 5rem 0;
}
.read-more-accordion__trigger:checked ~ .read-more-accordion__target::before {
  display: none;
}

.more .leer-label {
  font-size: 1.5rem;
  position: absolute;
  z-index: 555;
  bottom: 0;
  left: 50%;
  display: block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #1a1a1a;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .more .leer-label:hover {
    opacity: 0.7;
  }
  .more .leer-label:hover > * {
    opacity: 0.7;
  }
}
.more .leer-label:before {
  content: "+ 続きを読む";
}
.more .leer-checkbox:checked + .leer-label:before {
  visibility: hidden;
  content: "Close";
  opacity: 0;
}
.more .leer-checkbox:checked + .leer-label {
  visibility: hidden;
  opacity: 0;
}
.more input[type=checkbox]:checked ~ .text-wrapper--toggle-child {
  max-height: 99999px;
}
.more input[type=checkbox]:checked ~ .text-wrapper--toggle-child:before {
  opacity: 0;
}
.more .leer-checkbox {
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
}
.more__content {
  position: relative;
  overflow: hidden;
  max-height: 300px;
  -webkit-transition: max-height ease-in-out 5s;
  transition: max-height ease-in-out 5s;
}
.more__content:before {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  height: 50%;
  content: "";
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
}

.scroll-down {
  font-size: clamp(1rem, 0vw + 1px, 1rem);
  line-height: 1;
  position: absolute;
  z-index: 2;
  bottom: calc(-100px / 2);
  left: 50%;
  display: inline-block;
  overflow: hidden;
  padding: 10px 10px 110px;
  -webkit-transform: translateX(-50%) translateZ(10px);
          transform: translateX(-50%) translateZ(10px);
  text-decoration: none;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .scroll-down:hover {
    opacity: 0.7;
  }
  .scroll-down:hover > * {
    opacity: 0.7;
  }
}
.scroll-down {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.scroll-down::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  content: "";
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  background: #fff;
}
@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

.switch {
  font-size: 27px;
  line-height: 30px;
  position: relative;
  width: 50px;
  text-align: center;
  letter-spacing: 0;
}
.switch input[type=checkbox] {
  display: none;
}
.switch__box {
  display: block;
  height: 30px;
  border: 2px solid #818181;
  border-radius: calc(30px / 2);
  background: #818181;
}
input[type=checkbox]:checked + .switch__box {
  border-color: #c5d9f4;
  background: #c5d9f4;
}
.switch__box span:after {
  color: #fff;
}
input[type=checkbox]:checked + .switch__box span:after {
  color: #fff;
}
.switch__knob {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(30px - 8px);
  height: calc(30px - 8px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: circle(47% at 50% 50%);
}
input[type=checkbox]:checked ~ .switch__knob {
  -webkit-transform: translateX(calc(50px - 30px));
          transform: translateX(calc(50px - 30px));
  background: #fff;
}

.loader-line {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 5px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-animation: fadeOut 6.5s ease-out forwards;
          animation: fadeOut 6.5s ease-out forwards;
  background: #e6e6e5;
}
.loader-line:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  margin: 0;
  content: "";
  -webkit-animation: expand 6.5s ease-out forwards;
          animation: expand 6.5s ease-out forwards;
  background: #004098;
}
@-webkit-keyframes expand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes expand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  93% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.slider-p__list {
  background: none !important;
}
.slider-p__list__link {
  display: block;
  height: 100%;
}
.slider-p__list__img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
.slider-p__list__title {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  margin: auto;
  text-align: center;
  color: #fff;
}
.slider-p__list__description {
  width: 100%;
  max-width: 300px;
  margin: auto;
  text-align: center;
  color: #fff;
}

.splash {
  pointer-events: none;
}
.splash__bg {
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  opacity: 0.6;
  background: #fff;
}
.splash__loading {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 400px;
  margin: -70px 0 0 -220px;
  padding: 50px 20px;
  background: #fff;
}
.splash__loading__percent {
  font-size: 16px;
  margin-bottom: 5px;
  text-align: center;
}
.splash__loading__gauge {
  width: 0;
  height: 5px;
  background: #f00;
}

.card-p {
  background: #fff;
  border: 1px solid #e6e6e5;
  padding: 1em 2em;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(26, 26, 26, 0.15));
          filter: drop-shadow(0px 0px 6px rgba(26, 26, 26, 0.15));
}
.card-p__border {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 1px;
  background: #e6e6e5;
}
.card-p__title {
  height: 4.8em;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
}
@media (min-width: 990px) {
  .card-p {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .card-p:hover {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background: #f3f5f7;
  }
}
.card-p__icon {
  margin: auto;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.card-p:hover .card-p__icon {
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
}

.card-s__link {
  position: relative;
}
.card-s__link > [class^=aspect-ratio]:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 7px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #a0c2ef;
}
.card-s__tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0.5em 0.25em;
  color: #fff;
  line-height: 1;
  z-index: 1;
}
.card-s .btn-group {
  position: absolute;
  bottom: -1.5em;
  right: -0.75em;
}
@media (max-width: 990px) {
  .card-s .btn-group {
    width: 90%;
  }
}

.card-t {
  padding: 1em 1em;
}
.card-t .card-t__date {
  color: #004098;
}
.card-t {
  border-bottom: 1px solid #e6e6e5;
}
@media (min-width: 990px) {
  .card-t {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .card-t:hover {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background: #f3f5f7;
  }
}
@media (max-width: 990px) {
  .card-t {
    padding-left: 0;
    padding-right: 0;
  }
}

.slideshow__main {
  overflow: hidden;
  width: 100%;
  margin: 0 0 1rem 0;
}
.slideshow__main .swiper-button-prev,
.slideshow__main .swiper-button-next {
  color: #fff;
}
.slideshow__main__wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.slideshow__main__wrapper:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.slideshow__main__wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slideshow__main__text {
  font-size: 1.4rem;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1rem 2rem;
  color: #fff;
  background: rgba(26, 26, 26, 0.5);
}
.slideshow__thumb {
  overflow: visible;
}
@media (min-width: 990px) {
  .slideshow__thumb__slides {
    display: -ms-grid;
    display: grid;
    gap: 1rem;
    -ms-grid-columns: minmax(0, 1fr) 1rem minmax(0, 1fr) 1rem minmax(0, 1fr) 1rem minmax(0, 1fr) 1rem minmax(0, 1fr) 1rem minmax(0, 1fr) 1rem minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
.slideshow__thumb__slide {
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .slideshow__thumb__slide:hover {
    opacity: 0.7;
  }
  .slideshow__thumb__slide:hover > * {
    opacity: 0.7;
  }
}
.slideshow__thumb__slide.is-current {
  opacity: 0.5;
}
.slideshow__thumb__wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.slideshow__thumb__wrapper:before {
  display: block;
  padding-top: 54.6%;
  content: "";
}
.slideshow__thumb__wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ggmap {
  width: 100%;
  position: relative;
  width: 100%;
  height: auto;
}
.ggmap:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.ggmap > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ggmap .gm-style-cc {
  display: none !important;
}
.ggmap .gm-style a[href^="https://maps.google.com/maps"] {
  display: none !important;
}
.ggmap--dark iframe {
  -webkit-filter: invert(100%) brightness(300%);
          filter: invert(100%) brightness(300%);
}
.ggmap--dark:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
  background-color: #004098;
  mix-blend-mode: color;
}
.ggmap--color:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
  background-color: #d4c2a5;
  mix-blend-mode: hue;
}
.ggmap--monochrome iframe {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.youtube {
  position: relative;
  width: 100%;
  position: relative;
  width: 100%;
  height: auto;
}
.youtube:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.youtube > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#js-player {
  display: none;
  pointer-events: none;
}

#js-player-loader {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -o-object-fit: fill;
     object-fit: fill;
}

html {
  background-color: #f5f0eb;
}

body {
  background-image: url("../img/idx/bg_about_exam.svg"), url("../img/common/bg.png");
  background-repeat: no-repeat, repeat;
  background-size: 100% auto, 100% auto;
  background-position: bottom right, top left;
  background-attachment: fixed, scroll;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #A38F58;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.title-1 {
  margin-bottom: 3em;
}
.title-1 img {
  height: 3em;
}
@media (max-width: 600px) {
  .title-1 img {
    height: 2em;
  }
}

.title-2 {
  -webkit-writing-mode: vertical-rl; /* Safari/Chrome用 */
  -ms-writing-mode: tb-rl; /* IE用 */
  /*writing-mode: vertical-rl;*/
}
.title-2 img {
  width: 2.5em;
}
@media (max-width: 600px) {
  .title-2 img {
    width: 1.5em !important;
  }
}

.level2 {
  width: calc(100% - 7vw);
  background-size: 100% auto;
  background-position: center 50vh;
  background-attachment: fixed;
}
.level2__header {
  background-image: url("../img/common/bg_level2.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 10vw;
  margin: auto auto 5vw auto;
}
.level2__header__inner {
  width: 71vw;
  margin: auto;
}
@media (max-width: 600px) {
  .level2__header__inner {
    width: 81vw;
  }
}
@media (max-width: 600px) {
  .level2 {
    width: 100%;
  }
}

.vertical-text {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.2em;
  display: inline-block;
}
@media (max-width: 600px) {
  .vertical-text {
    -webkit-writing-mode: horizontal-tb !important;
        -ms-writing-mode: lr-tb !important;
            writing-mode: horizontal-tb !important;
    letter-spacing: 0;
  }
}

.dl-normal dt {
  font-weight: bold;
  margin-top: 2em;
  padding-bottom: 0.3em;
}
.dl-normal dt:first-child {
  margin-top: 0;
}

.bt_base a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.5em 2em 0.5em 3em;
  color: #000;
  font-size: 0.8em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bt_base a img {
  width: 1.5em;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.bt_base a:hover {
  background-color: rgb(255, 255, 255);
}
.bt_base a:hover img {
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
}

.bt_red a {
  background-color: #c8161d;
  color: #fff;
  border: 1px solid #c8161d;
}
.bt_red a img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%);
          filter: brightness(0) saturate(100%) invert(100%);
}
.bt_red a:hover {
  background-color: #fff;
  color: #c8161d;
}

/* -----------------
スクロールフェードイン（共通）
----------------- */
.js-fade {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.js-fade.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-fade[data-fade-delay="1"] {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.js-fade[data-fade-delay="2"] {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-fade[data-fade-delay="3"] {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.js-fade[data-fade-delay="4"] {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.js-fade[data-fade-delay="5"] {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.mincho {
  font-family: serif;
}

.base-block + .base-block {
  margin-top: 18vw;
}
.base-block__wrap {
  width: 82vw;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 600px) {
  .base-block__wrap {
    width: 90vw;
  }
}
.base-block__header {
  margin-top: -5em;
  width: 19%;
  text-align: center;
}
.base-block__header * {
  margin: auto;
}
@media (max-width: 600px) {
  .base-block__header {
    margin-top: -3em;
  }
}
.base-block__content {
  width: 81%;
  padding: 10%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.flex-row .base-block__content {
  padding-left: 0 !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
.flex-row-reverse .base-block__content {
  padding-right: 0 !important;
}

.block-align-right .base-block__wrap {
  margin-left: auto;
}

.block-align-center .base-block__wrap {
  margin: auto;
}

.simple-block .base-block__content {
  width: 100% !important;
  margin: auto !important;
}

.president_comment {
  margin-top: 20vw;
}
@media (max-width: 600px) {
  .president_comment {
    margin-top: 20vw;
  }
}

.president .president__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.president .president__img {
  width: 30%;
  text-align: right;
}
.president .president__text {
  width: 60%;
}

.office_location .base-block__content {
  padding-top: 0;
  padding-right: 0;
}
.office_location .base-block__content .map {
  position: relative;
  aspect-ratio: 16/6;
  margin-top: -18.75%;
  width: 100%;
  margin-bottom: 3em;
}
.office_location .base-block__content .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.office_location .base-block__content dl dt {
  font-weight: bold;
  padding-right: 2em;
}

.main_activities .base-block__content dl dt, .main_activities .base-block__content dl dd {
  border-bottom: 1px solid #e6e6e5;
}

.low_list dd {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2em;
}

.block_type2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 82vw;
  margin: auto;
}
@media (max-width: 600px) {
  .block_type2__inner {
    width: 90vw;
  }
}
.block_type2__title {
  width: 17%;
}
.block_type2__title * {
  margin: auto;
}
.block_type2__content {
  width: 93%;
}

.base-block-sm {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4vw;
  margin-top: 5em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  .base-block-sm {
    display: block;
    padding: 8vw;
    margin-top: 4em;
  }
}
.base-block-sm__title {
  text-align: right;
  width: 10%;
  padding-right: 2em;
}
@media (max-width: 600px) {
  .base-block-sm__title {
    width: 100%;
    padding-right: 0;
    text-align: left;
    padding-bottom: 0.5em;
  }
  .base-block-sm__title h4 {
    font-size: 1.2em;
  }
}
.base-block-sm__content {
  border-left: 1px solid #BABABA;
  width: 90%;
  padding-left: 2em;
}
@media (max-width: 600px) {
  .base-block-sm__content {
    width: 100%;
    border-top: 1px solid #BABABA;
    border-left: none;
    padding-left: 0;
    padding-top: 1em;
  }
}

.base-block__content--image {
  width: 100%;
  aspect-ratio: 16/6;
  margin-top: -30%;
}
@media (max-width: 600px) {
  .base-block__content--image {
    aspect-ratio: 4/3;
    margin-top: -60%;
  }
}
.base-block__content--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.base-block__content--text {
  width: 60%;
}

.course-child {
  margin-top: 15vw;
}
@media (max-width: 600px) {
  .course-child {
    margin-top: 15em !important;
  }
}

.course-child .base-block__content--text {
  width: 100%;
}
.course-child .course_target {
  margin: 2em auto;
  font-size: 0.9em;
}
.course-child .course_target dt {
  display: inline-block;
  font-weight: bold;
  border: 1px solid #000;
  padding: 0em 1em;
}
.course-child .course_target dd {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 1em;
}

.course-child .title-2 {
  text-align: center;
}

.form-basic input[type=text],
.form-basic input[type=email],
.form-basic radio,
.form-basic checkbox {
  border: 1px solid #ccc !important;
  padding: 0.5em 1em;
  width: 100%;
  border-radius: 3px;
}
.form-basic input[type=text],
.form-basic input[type=email],
.form-basic input[type=tel] {
  height: 3em;
  display: inline-block !important;
}

label {
  display: inline-block !important;
}

input[type=textarea] {
  border: 1px solid #ccc !important;
  padding: 0.5em 1em;
  width: 100%;
  border-radius: 3px;
  height: 10em;
  display: inline-block !important;
}

.form-body-normal {
  border-top: 1px solid #ccc;
  margin-top: 2em;
  padding-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-body-normal dt {
  padding: 0 0 3em 0;
  width: 25%;
  font-weight: bold;
}
.form-body-normal dt:first-child {
  margin-top: 0;
}
.form-body-normal dd {
  padding: 0 0 3em 0;
  width: 70%;
}

.form-privacy {
  border: 1px solid #ccc;
  height: 15em;
  overflow-y: scroll;
  font-size: 0.9em;
}
.form-privacy__inner {
  height: 100%;
  margin: 2em;
  padding-bottom: 2em;
}
.form-privacy__inner__detail {
  padding-bottom: 3em;
}
.form-privacy__inner__detail__title {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.form-privacy__inner__detail__content {
  padding-left: 1em;
  margin-bottom: 2em;
}

.note {
  color: #818181;
  font-weight: normal;
  font-size: clamp(12px, 0.07576vw + 11.54545px, 13px);
}

.caption {
  color: #818181;
  font-weight: normal;
  font-size: clamp(10px, 0.07576vw + 9.54545px, 11px);
}

.thanks-img {
  margin: auto;
  width: 100%;
  max-width: 300px;
}

.box {
  margin: 2rem 0;
  border: 1px solid #e6e6e5;
  border-radius: 10px;
  padding: 2rem;
  font-size: clamp(1.4rem, 0.01515vw + 1.30909px, 1.6rem);
}
.box__title {
  margin: 0 0 1rem 0;
  font-weight: bold;
  font-size: clamp(1.6rem, 0.01515vw + 1.50909px, 1.8rem);
}
.box:empty {
  display: none;
}
.box.is-error {
  border-color: #c8232d;
  color: #c8232d;
}
.box .error {
  border: none !important;
  border-color: #c8232d;
  padding: 0 !important;
  color: #c8232d;
}
.box.is-success {
  border-color: #29bb0f;
  color: #29bb0f;
}
.box.is-gray {
  background: #e6e6e5;
}

.border-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.2rem, 0.00758vw + 1.15455px, 1.3rem);
}
.border-title:before, .border-title:after {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #e6e6e5;
  height: 1px;
  content: "";
}
.border-title:before {
  margin: 0 1em 0 0;
}
.border-title:after {
  margin: 0 0 0 1em;
}

.go-top-button {
  position: fixed;
  right: 0;
  bottom: 5em;
  z-index: 100;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-color: #18284c;
  width: 3em;
  height: 3em;
  color: #fff;
}
@media (max-width: 990px) {
  .go-top-button {
    bottom: 3em;
  }
}
.go-top-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.go-top-button:hover {
  background-color: rgb(36.24, 60.4, 114.76);
}
.go-top-button__icon {
  width: 45%;
}

.translation-note-section {
  display: none;
  padding: 8px 16px;
}
.translation-note-section .translation-note {
  text-align: center;
}

.download-section > .container {
  position: relative;
  z-index: 2;
  padding: clamp(10px, 8.33333vw + -40px, 120px) 0;
}
.download-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.download-section .cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 205, 205, 0.65);
  width: 100%;
  height: 100%;
}

@media (max-width: 990px) {
  .portal-menu-section > .container {
    width: 100%;
  }
}
.portal-menu-section .portal-menu__logo {
  margin: auto;
  width: 80%;
  max-width: 450px;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .portal-menu-section .portal-menu__logo:hover {
    opacity: 0.7;
  }
  .portal-menu-section .portal-menu__logo:hover > * {
    opacity: 0.7;
  }
}
.portal-menu-section .portal-menu__logo__img {
  width: 100%;
}
.portal-menu-section .portal-menu__lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #e6e6e5;
  border-bottom: 1px solid #e6e6e5;
  border-left: 1px solid #e6e6e5;
}
@media (max-width: 990px) {
  .portal-menu-section .portal-menu__lists {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .portal-menu-section .portal-menu__lists {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
    border-bottom: none;
  }
}
.portal-menu-section .portal-menu__list {
  border-right: 1px solid #e6e6e5;
  border-bottom: 1px solid #e6e6e5;
}
@media (max-width: 600px) {
  .portal-menu-section .portal-menu__list {
    border-right: none;
  }
}
@media (max-width: 990px) {
  .portal-menu-section .portal-menu__list:nth-of-type(3n) {
    border-right: 1px solid #e6e6e5;
  }
}
@media (max-width: 600px) {
  .portal-menu-section .portal-menu__list:nth-of-type(3n) {
    border-right: none;
  }
}
.portal-menu-section .portal-menu__list:nth-last-of-type(-n + 3) {
  border-bottom: none;
}
@media (max-width: 600px) {
  .portal-menu-section .portal-menu__list:nth-last-of-type(-n + 3):not(:last-of-type) {
    border-bottom: 1px solid #e6e6e5;
  }
}
@media (max-width: 600px) {
  .portal-menu-section .portal-menu__list:last-of-type() {
    border-top: none;
  }
}
.portal-menu-section .portal-menu__list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 990px) {
  .portal-menu-section .portal-menu__list__link {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .portal-menu-section .portal-menu__list__link:hover {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background: #f3f5f7;
  }
}
.portal-menu-section .portal-menu__list__link:hover .portal-menu__list__icon {
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
}
.portal-menu-section .portal-menu__list__icon {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 990px) {
  .portal-menu-section .portal-menu__banners {
    margin: auto;
    width: 90%;
  }
}
.portal-menu-section .portal-menu__banner {
  margin: auto;
  width: 100%;
  max-width: 700px;
}
.portal-menu-section .portal-menu__banner__link {
  position: relative;
  width: 100%;
  height: auto;
}
.portal-menu-section .portal-menu__banner__link:before {
  display: block;
  padding-top: 30%;
  content: "";
}
.portal-menu-section .portal-menu__banner__link > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portal-menu-section .portal-menu__banner__link:hover .portal-menu__banner__title__icon {
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
}
@media (max-width: 990px) {
  .portal-menu-section .portal-menu__banner__link {
    position: relative;
    width: 100%;
    height: auto;
  }
  .portal-menu-section .portal-menu__banner__link:before {
    display: block;
    padding-top: 56.25%;
    content: "";
  }
  .portal-menu-section .portal-menu__banner__link > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.portal-menu-section .portal-menu__banner__img-wrapper {
  height: 100%;
  overflow: hidden;
}
.portal-menu-section .portal-menu__banner__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 990px) {
  .portal-menu-section .portal-menu__banner__img {
    -webkit-transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
    transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
    overflow: hidden;
  }
  .portal-menu-section .portal-menu__banner__img:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
    transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
  }
}
.portal-menu-section .portal-menu__banner__text {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 64, 152, 0.7);
  width: 100%;
}
.portal-menu-section .portal-menu__banner__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.portal-menu-section .portal-menu__banner__title__icon {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  height: 1em;
}
.anchor__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.anchor__list__link {
  padding: 0 0.25em 0.25em 0.25em;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .anchor__list__link:hover {
    opacity: 0.7;
  }
  .anchor__list__link:hover > * {
    opacity: 0.7;
  }
}
.anchor__list__title {
  font-weight: bold;
  font-size: clamp(12px, 0.30303vw + 10.18182px, 16px);
}
.anchor__list__icon {
  width: 0.75em;
  padding-top: 0.1em;
}

.stt-lang-select {
  display: none !important;
}

.panels__lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1px minmax(0, 1fr) 1px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3.0303vw + 1.81818px, 60px) 1px;
}
@media (max-width: 990px) {
  .panels__lists {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .panels__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.panels__list {
  height: 100%;
}
@media (max-width: 600px) {
  .panels__list {
    width: 100%;
  }
}
.panels__list.is-communication {
  background: rgba(253, 166, 95, 0.1);
}
.panels__list.is-communication .panels__list__img-wrapper:after {
  background: rgba(253, 166, 95, 0.5);
}
.panels__list.is-business {
  background: rgba(135, 178, 216, 0.1);
}
.panels__list.is-business .panels__list__img-wrapper:after {
  background: rgba(135, 178, 216, 0.5);
}
.panels__list.is-business .panels__list__title {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.panels__list.is-global_communication {
  background: rgba(108, 221, 157, 0.1);
}
.panels__list.is-global_communication .panels__list__img-wrapper:after {
  background: rgba(108, 221, 157, 0.5);
}
.panels__list.is-literature {
  background: rgba(209, 156, 11, 0.1);
}
.panels__list.is-literature .panels__list__img-wrapper:after {
  background: rgba(209, 156, 11, 0.5);
}
.panels__list.is-education {
  background: rgba(238, 212, 14, 0.1);
}
.panels__list.is-education .panels__list__img-wrapper:after {
  background: rgba(238, 212, 14, 0.5);
}
.panels__list.is-human {
  background: rgba(142, 98, 174, 0.1);
}
.panels__list.is-human .panels__list__img-wrapper:after {
  background: rgba(142, 98, 174, 0.5);
}
.panels__list.is-psychology {
  background: rgba(132, 172, 22, 0.1);
}
.panels__list.is-psychology .panels__list__img-wrapper:after {
  background: rgba(132, 172, 22, 0.5);
}
.panels__list.is-creation_expression {
  background: rgba(62, 190, 205, 0.1);
}
.panels__list.is-creation_expression .panels__list__img-wrapper:after {
  background: rgba(62, 190, 205, 0.5);
}
.panels__list.is-architecture {
  background: rgba(13, 120, 170, 0.1);
}
.panels__list.is-architecture .panels__list__img-wrapper:after {
  background: rgba(13, 120, 170, 0.5);
}
.panels__list.is-health {
  background: rgba(247, 97, 47, 0.1);
}
.panels__list.is-health .panels__list__img-wrapper:after {
  background: rgba(247, 97, 47, 0.5);
}
.panels__list.is-nutrition {
  background: rgba(17, 153, 85, 0.1);
}
.panels__list.is-nutrition .panels__list__img-wrapper:after {
  background: rgba(17, 153, 85, 0.5);
}
.panels__list.is-welfare {
  background: rgba(219, 103, 138, 0.1);
}
.panels__list.is-welfare .panels__list__img-wrapper:after {
  background: rgba(219, 103, 138, 0.5);
}
.panels__list__link {
  height: 100%;
}
.panels__list__img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.panels__list__img-wrapper:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.panels__list__img-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.panels__list__img-wrapper {
  overflow: hidden;
}
.panels__list__img-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}
.panels__list__title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  font-family: "Noto Serif JP", serif;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(26, 26, 26, 0.15));
          filter: drop-shadow(0px 0px 6px rgba(26, 26, 26, 0.15));
}
.panels__list__campus-name {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 600px) {
  .panels__list__menu {
    padding: 0 !important;
  }
}
@media (max-width: 600px) {
  .panels__list__menu__list:last-of-type .panels__list__menu__list__link {
    border-bottom: none;
  }
}
.panels__list__menu__list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 990px) {
  .panels__list__menu__list__link {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .panels__list__menu__list__link:hover {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background: #f3f5f7;
  }
}
.panels__list__menu__list__link:hover .panels__list__menu__list__icon {
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
}
@media (max-width: 600px) {
  .panels__list__menu__list__link {
    padding: 1em 5% !important;
  }
}
.panels__list__menu__list__icon {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  height: 1em;
}

.table-wrapper.is-horizontal-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 990px) {
  .table-wrapper.is-horizontal-scroll .table {
    min-width: 600px;
  }
}

.table {
  border: 1px solid #e6e6e5;
  border-collapse: collapse;
  width: 100%;
  caption-side: bottom;
}
.table caption {
  font-size: clamp(13px, 0.07576vw + 12.54545px, 14px);
  margin: 1em 0 0 0;
  text-align: left;
}
@media (max-width: 600px) {
  .table.is-sp-vertical th,
  .table.is-sp-vertical td {
    display: block;
    border-top: none;
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .table.is-sp-vertical tr:last-child th:last-child,
  .table.is-sp-vertical tr:last-child td:last-child {
    border-bottom: none;
  }
  .table.is-sp-vertical th {
    width: auto;
  }
}
.table th,
.table td {
  vertical-align: top;
  border: 1px solid #e6e6e5;
  padding: 0.75em 1.8em;
  text-align: left;
}
.table th {
  background-color: #e9f1fb;
}
@media (min-width: 990px) {
  .table th:not([class~=w5]):not([class~=w10]):not([class~=w15]):not([class~=w20]):not([class~=w25]):not([class~=w30]):not([class~=w35]):not([class~=w40]):not([class~=w45]):not([class~=w50]):not([class~=w55]):not([class~=w60]):not([class~=w65]):not([class~=w70]):not([class~=w75]):not([class~=w80]):not([class~=w85]):not([class~=w90]):not([class~=w95]):not([class~=w100]) {
    width: 20em;
  }
}
.table th {
  font-weight: 600;
}
.table th.bg-white {
  background-color: #fff;
}
.table th.bg-dark {
  background-color: #034098;
  color: #fff;
}
.table td {
  background-color: #fff;
}
.table td.bg-gray {
  background-color: #f9f9f9;
}

.articles {
  width: 100%;
}
.articles__list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
@media (min-width: 990px) {
  .articles__list__link {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .articles__list__link:hover {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background: #f3f5f7;
  }
}
@media (max-width: 990px) {
  .articles__list__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0em;
    padding: 1.5em 5% !important;
  }
}
.articles__list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  width: 100%;
}
.articles__list__title__icon {
  height: 1em;
}
.articles__list__title__img-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 200px;
  height: auto;
}
.articles__list__title__img-wrapper:before {
  display: block;
  padding-top: 75%;
  content: "";
}
.articles__list__title__img-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 990px) {
  .articles__list__title__img-wrapper {
    position: relative;
    width: 120px;
    height: auto;
  }
  .articles__list__title__img-wrapper:before {
    display: block;
    padding-top: 75%;
    content: "";
  }
  .articles__list__title__img-wrapper > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.articles__list__title__img-wrapper {
  overflow: hidden;
}

.main-img {
  width: 100%;
  height: 374px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-img.is-position-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.main-img.is-position-top {
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 990px) {
  .main-img {
    height: 221px;
  }
}

.carousel__list__img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.carousel__list__img-wrapper:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.carousel__list__img-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel__list__img-wrapper {
  overflow: hidden;
}
@media (max-width: 990px) {
  .carousel__list__img-wrapper {
    position: relative;
    width: 100%;
    height: auto;
  }
  .carousel__list__img-wrapper:before {
    display: block;
    padding-top: 75%;
    content: "";
  }
  .carousel__list__img-wrapper > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.carousel__list__img-wrapper.is-communication-live {
  position: relative;
  width: 100%;
  height: auto;
}
.carousel__list__img-wrapper.is-communication-live:before {
  display: block;
  padding-top: 66.6666666667%;
  content: "";
}
.carousel__list__img-wrapper.is-communication-live > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel__list__img-wrapper.is-square {
  position: relative;
  width: 100%;
  height: auto;
}
.carousel__list__img-wrapper.is-square:before {
  display: block;
  padding-top: 100%;
  content: "";
}
.carousel__list__img-wrapper.is-square > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel__list__img-wrapper.is-position-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.carousel__list__img-wrapper.is-position-top {
  -o-object-position: top;
     object-position: top;
}
.carousel__list__img {
  width: 100%;
}
@media (min-width: 990px) {
  .carousel__list__img {
    -webkit-transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
    transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
    overflow: hidden;
  }
  .carousel__list__img:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
    transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
  }
}
.carousel .swiper-button-next:after,
.carousel .swiper-button-prev:after {
  margin: 0;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.9);
  background-position: center;
  background-size: 0.9em;
  background-repeat: no-repeat;
  padding: 1.3em 1.3em;
  content: "";
  color: #004098;
  font-weight: bold;
  font-size: 2.1rem !important;
}
.carousel .swiper-button-next:after {
  margin-left: 48px;
  background-image: url("../img/common/icon_cursor_blue_right.svg");
}
.carousel .swiper-button-prev:after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-right: 48px;
  background-image: url("../img/common/icon_cursor_blue_right.svg");
}

.bubble {
  padding: 1em 1.5em;
  text-align: center;
  background-color: inherit;
  position: relative;
}
.bubble:after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background-color: inherit;
  content: "";
}
.bubble.w100 {
  width: 100%;
}

.pickup {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -0.8em;
  border-radius: 50px;
  padding: 0.5em 1em 0.2em 1em;
}
.pickup__text {
  width: 130px;
}

.voice {
  text-align: center;
  padding: 1em 0.5em;
  position: relative;
  z-index: 1;
  width: calc(100% - 5px);
}
.voice::before, .voice::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 1px;
  width: 49%;
  background: #4e4e4e;
  z-index: 2;
}
.voice__border1 {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%) rotate(55deg);
          transform: translateX(-50%) rotate(55deg);
  width: 1.5em;
  height: 1px;
  background: #4e4e4e;
  z-index: 1;
}
.voice__border2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #4e4e4e;
  border-right: 1px solid #4e4e4e;
  border-top: 1px solid #4e4e4e;
}
.voice::before {
  left: 0;
}
.voice::after {
  right: 0;
}
.voice__bg {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% + 5px);
  height: 100%;
  z-index: -1;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, #b4b4b4 5px, #b4b4b4 10px);
  background-blend-mode: soft-light;
}

.interview-section .interview {
  position: relative;
}
.interview-section .interview > * {
  position: relative;
  z-index: 1;
}
.interview-section .interview:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
}
.interview-section .interview.is-campus-life:after {
  background-color: #fbf7ed;
}
.interview-section .interview.is-voices:after {
  background-color: #c8161d;
}
.interview-section .interview__card {
  margin: auto;
  width: 90%;
  max-width: 375px;
}
.interview-section .interview__card__img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.interview-section .interview__card__img-wrapper:before {
  display: block;
  padding-top: 100%;
  content: "";
}
.interview-section .interview__card__img-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview-section .img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.interview-section .img-wrapper:before {
  display: block;
  padding-top: 46.2962962963%;
  content: "";
}
.interview-section .img-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 990px) {
  .interview-section .img-wrapper {
    position: relative;
    width: 100%;
    height: auto;
  }
  .interview-section .img-wrapper:before {
    display: block;
    padding-top: 66.9230769231%;
    content: "";
  }
  .interview-section .img-wrapper > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.question {
  position: relative;
  border-bottom: 1px solid #e6e6e5;
  width: 100%;
}
.question__title {
  display: block;
  position: relative;
  margin-bottom: 0.5em;
  padding: 0 0 0 0.75em;
  color: #0066dd;
  font-weight: 600;
  line-height: 1.2;
}
.question__title span {
  font-size: 1.2em;
}
.question__title:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  background-color: #0066dd;
  width: 11px;
  height: 3px;
  content: "";
}
.question::before {
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-bottom: 0;
  border-top-color: #e6e6e5;
  width: 0;
  height: 0;
  content: "";
}
.question::after {
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border: 11px solid transparent;
  border-bottom: 0;
  border-top-color: #fff;
  width: 0;
  height: 0;
  content: "";
}

.nav-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e6e6e5;
  padding-bottom: 0.5em;
  color: #004098;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .nav-menu__link:hover {
    opacity: 0.7;
  }
  .nav-menu__link:hover > * {
    opacity: 0.7;
  }
}

.box-menu {
  border: 1px solid #e6e6e5;
  background-color: #fff;
  padding: 1em;
}
.box-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e6e6e5;
  width: 100%;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
.box-menu__title {
  color: #004098;
  font-weight: bold;
}
.box-menu__sub-title {
  color: #004098;
}
.box-menu__description {
  color: #181818;
}

.pdf-box {
  border: 1px solid #e6e6e5;
}
.pdf-box__link {
  text-align: center;
  padding: 0.5em 1em;
  color: #004098;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .pdf-box__link:hover {
    opacity: 0.7;
  }
  .pdf-box__link:hover > * {
    opacity: 0.7;
  }
}
.pdf-box__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
}

.pdf-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #004098;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .pdf-link:hover {
    opacity: 0.7;
  }
  .pdf-link:hover > * {
    opacity: 0.7;
  }
}

.is-half-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
}

.filter-form label {
  cursor: pointer;
}
.filter-form label.is-active {
  background-color: #004098 !important;
}
.filter-form label.is-active span {
  color: #fff !important;
}

.index__wrap {
  width: calc(100% - 7vw);
}
@media (max-width: 600px) {
  .index__wrap {
    width: 100%;
  }
}

.contents_summary {
  width: 84vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 600px) {
  .contents_summary {
    width: 90vw;
  }
}
.contents_summary__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 10em;
}
.contents_summary__img img {
  width: 84vw;
  height: auto;
}
@media (max-width: 600px) {
  .contents_summary__img img {
    width: 94%;
  }
}
@media (max-width: 600px) {
  .contents_summary__img {
    margin-top: 5em;
  }
}
.contents_summary__inner {
  width: 76%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .contents_summary__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 90%;
  }
}
.contents_summary__inner__left {
  width: 13%;
}
@media (max-width: 600px) {
  .contents_summary__inner__left {
    width: 15%;
  }
}
.contents_summary__inner__right {
  width: 75%;
}
@media (max-width: 600px) {
  .contents_summary__inner__right {
    padding-top: 3em;
  }
}
.contents_summary__inner__right {
  line-height: 1.8;
}
.contents_summary__inner__right dl {
  margin-bottom: 2em;
  font-family: serif;
}
.contents_summary__inner__right dl dt {
  font-size: 1.25em;
  margin-bottom: 0.5em;
}

/* -----------------------------------------
Main Visual
----------------------------------------- */
.mv {
  position: relative;
  height: 200vh;
}
.mv__bg {
  position: sticky;
  top: 0;
  height: 100vh;
  background-image: url("../img/idx/dummy_main.jpg");
  background-size: cover;
  background-position: center;
  background-color: #000;
  opacity: 0;
  -webkit-animation: bgFade 1.2s ease forwards;
          animation: bgFade 1.2s ease forwards;
}
.mv__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, var(--mv-dark-opacity, 0));
  pointer-events: none;
}
.mv__inner {
  width: 45%;
  background: rgba(255, 255, 255, 0.8);
  padding: 3em 2em;
  position: absolute;
  top: 50vh;
  left: 50%;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(-50%, calc(-50% + 20px));
          transform: translate(-50%, calc(-50% + 20px));
  -webkit-animation: mvTextFade 1s ease forwards;
          animation: mvTextFade 1s ease forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@media (max-width: 600px) {
  .mv__inner {
    width: 70%;
    font-size: 0.9em;
  }
}
.mv__inner h3 {
  text-align: center !important;
}
.mv__inner h3 img {
  width: 5em;
  margin: auto auto 2em auto;
  display: block;
}
.mv__inner dl {
  line-height: 1.8;
}
.mv__inner dl dt {
  margin-bottom: 0.5em;
  font-size: 1.5em;
}
.mv__inner dl dd {
  font-size: 0.9em;
}

/* -----------------------------------------
試験について
----------------------------------------- */
.about_exam {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top right;
}
@media (max-width: 600px) {
  .about_exam {
    background-size: auto 100%;
  }
}
.about_exam .contents_summary__inner {
  margin-left: auto;
  margin-right: auto;
}

/* -----------------------------------------
講座について
----------------------------------------- */
.about_course {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
}
@media (max-width: 600px) {
  .about_course {
    background-size: auto 100%;
  }
}
.about_course .contents_summary__inner {
  margin-left: auto;
  margin-right: 0;
}
.about_course .contents_summary__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* -----------------------------------------
SPECIAL
----------------------------------------- */
.special {
  padding: 150px 40px;
  background: #ffe8e8;
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-animation: specialFade 1s ease forwards;
          animation: specialFade 1s ease forwards;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.special h2 {
  font-size: 50px;
  margin-bottom: 40px;
}

/* -----------------------------------------
CONTENT
----------------------------------------- */
.content {
  padding: 150px 40px;
  background: #e8f2ff;
}
.content h2 {
  font-size: 50px;
  margin-bottom: 40px;
}

/* -----------------------------------------
NEWS
----------------------------------------- */
.about_news {
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 10em;
}
.about_news .contents_summary {
  width: 84vw;
}
.about_news h5 {
  margin-bottom: 3em;
}
.about_news h5 img {
  height: 2em;
  width: auto;
}
.about_news .news_wrap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 2em;
}
.about_news .news_wrap__item {
  width: 25%;
}
.about_news .news_wrap__item__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1em;
}
.about_news .news_wrap__item__text {
  width: 100%;
}
.about_news .news_wrap__item__text__day {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 0.8em;
}
.about_news .news_wrap a {
  text-decoration: none;
}

/* -----------------------------------------
アニメーション
----------------------------------------- */
@-webkit-keyframes bgFade {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bgFade {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes textFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mvTextFade {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, calc(-50% + 20px));
            transform: translate(-50%, calc(-50% + 20px));
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes mvTextFade {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, calc(-50% + 20px));
            transform: translate(-50%, calc(-50% + 20px));
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes specialFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes specialFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.news_bg {
  background-image: url(../img/idx/bg_about_exam.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom right;
  background-attachment: fixed;
  min-height: 100vh;
}

.news_contents {
  width: 78vw;
}
@media (max-width: 600px) {
  .news_contents {
    width: 90%;
    margin: auto;
  }
}
.news_contents .news_wrap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  .news_contents .news_wrap__inner {
    display: block;
  }
}
.news_contents .news_wrap__item {
  width: 47%;
  margin-bottom: 10em;
  position: relative;
  padding-right: 3em;
}
@media (max-width: 600px) {
  .news_contents .news_wrap__item {
    width: 100%;
    margin-bottom: 8em;
  }
}
.news_contents .news_wrap__item::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  top: 10vw;
  left: 3em;
  width: 90%;
  height: calc(100% - 8vw);
  z-index: 0;
}
@media (max-width: 600px) {
  .news_contents .news_wrap__item::before {
    top: 23vw;
    height: calc(100% - 15vw);
  }
}
.news_contents .news_wrap__item__img {
  position: relative;
  z-index: 1;
  width: 95%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.5em;
}
.news_contents .news_wrap__item__text {
  position: relative;
  z-index: 1;
  width: 100%;
}
.news_contents .news_wrap__item__text__day {
  margin-bottom: 0.5em;
  font-size: 0.8em;
}
.news_contents .news_wrap__item__text__day span {
  display: inline-block;
  background-color: crimson;
  color: #fff;
  font-size: 0.8em;
  padding: 0.2em 1em;
  border-radius: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_contents .news_wrap__item__text__title {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.75em;
}
.news_contents .news_wrap__item__text__summary {
  font-size: 0.9em;
  line-height: 1.8;
  margin-bottom: 1em;
}
.news_contents .news_wrap__item .bt_base {
  text-align: right;
  font-size: 0.8em;
}

.news_wrap__item__text__day span {
  display: inline-block;
  background-color: crimson;
  color: #fff;
  font-size: 0.8em;
  padding: 0.2em 1em;
  border-radius: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_detail {
  width: 78vw;
}
@media (max-width: 600px) {
  .news_detail {
    width: 80vw;
  }
}
.news_detail .news_wrap__inner {
  display: block;
}
.news_detail .news_wrap__item {
  width: 100% !important;
  padding-right: 2em;
}
.news_detail .news_wrap__item__img {
  overflow: hidden;
}
.news_detail .news_wrap__item__text__title {
  margin-bottom: 2em;
}
.news_detail .news_wrap__item__text__summary {
  padding-right: 5em;
}
.news_detail .news_wrap__item__text__summary p {
  margin-bottom: 2em;
}
@media (max-width: 600px) {
  .news_detail .news_wrap__item__text__summary {
    padding-right: 0;
  }
}
.news_detail .bt_base {
  font-size: 1em !important;
}
.news_detail .pagination {
  width: 90%;
}

@media (max-width: 600px) {
  .pagination {
    width: 100%;
    font-size: 0.8em !important;
  }
}
.pagination__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination__inner .page_pagination__item {
  text-align: center;
}
.pagination .bt_base {
  margin: 0 1em;
}
.pagination .bt_base a:hover {
  background-color: #000;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 600px) {
  .pagination .bt_base a {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}
.pagination .bt_base .prev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0.5em 3em 0.5em 2em;
}
.pagination .bt_base .prev img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.pagination .bt_base .prev:hover img {
  -webkit-transform: scaleX(-1) translateX(-0.2em);
          transform: scaleX(-1) translateX(-0.2em);
}

.pagination_news_list .pagination {
  margin: auto;
}
.pagination_news_list .pagination__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination_news_list .bt_base {
  margin: auto 0.5em;
}
.pagination_news_list .bt_base a {
  padding: 0.5em 1em !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination_news_list .bt_base a:hover {
  background-color: #000;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination_news_list .bt_base .active {
  background-color: #000;
  color: #fff;
}

.news_detail_wrap_block {
  margin-left: 15% !important;
}
@media (max-width: 600px) {
  .news_detail_wrap_block {
    margin: 0 !important;
    width: 100% !important;
  }
}

.f0 {
  font-family: "Noto Sans JP", sans-serif;
}

.f1 {
  font-family: "Noto Serif JP", serif;
}

.f2 {
  font-family: "Inter", sans-serif;
}

.f3 {
  font-family: "Inter", sans-serif;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.min-w-label-3 {
  min-width: 3em;
  text-align: center;
}

.min-w-label-4 {
  min-width: 4em;
  text-align: center;
}

.min-w-label-5 {
  min-width: 5em;
  text-align: center;
}

.min-w-label-6 {
  min-width: 6em;
  text-align: center;
}

.min-w-label-7 {
  min-width: 7em;
  text-align: center;
}

.min-w-label-8 {
  min-width: 8em;
  text-align: center;
}

.min-w-label-9 {
  min-width: 9em;
  text-align: center;
}

.min-w-label-10 {
  min-width: 10em;
  text-align: center;
}

.cw-10 {
  width: 10%;
  margin-right: auto;
  margin-left: auto;
}

.cw-20 {
  width: 20%;
  margin-right: auto;
  margin-left: auto;
}

.cw-30 {
  width: 30%;
  margin-right: auto;
  margin-left: auto;
}

.cw-40 {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.cw-50 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.cw-60 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.cw-70 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.cw-80 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.cw-90 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.center-force {
  text-align: center !important;
}

.center-to-left {
  text-align: center;
}
@media (max-width: 990px) {
  .center-to-left {
    text-align: left;
  }
}

.center-to-right {
  text-align: center;
}
@media (max-width: 990px) {
  .center-to-right {
    text-align: right;
  }
}

.left-to-center {
  text-align: center;
}
@media (min-width: 990px) {
  .left-to-center {
    text-align: left;
  }
}

.right-to-center {
  text-align: center;
}
@media (min-width: 990px) {
  .right-to-center {
    text-align: right;
  }
}

.va-middle {
  vertical-align: middle !important;
}

.nowrap {
  white-space: nowrap;
}

.bold {
  font-weight: bold;
}

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

.medium {
  font-weight: 500;
}

.italic {
  font-style: italic;
}

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

.ls-0 {
  letter-spacing: 0em;
}

.ls-1 {
  letter-spacing: 0.01em;
}

.ls-2 {
  letter-spacing: 0.02em;
}

.ls-3 {
  letter-spacing: 0.03em;
}

.ls-4 {
  letter-spacing: 0.04em;
}

.ls-5 {
  letter-spacing: 0.05em;
}

.ls-6 {
  letter-spacing: 0.06em;
}

.ls-7 {
  letter-spacing: 0.07em;
}

.ls-8 {
  letter-spacing: 0.08em;
}

.ls-9 {
  letter-spacing: 0.09em;
}

.ls-10 {
  letter-spacing: 0.1em;
}

.ls-11 {
  letter-spacing: 0.11em;
}

.ls-12 {
  letter-spacing: 0.12em;
}

.ls-13 {
  letter-spacing: 0.13em;
}

.ls-14 {
  letter-spacing: 0.14em;
}

.ls-15 {
  letter-spacing: 0.15em;
}

.ls-16 {
  letter-spacing: 0.16em;
}

.ls-17 {
  letter-spacing: 0.17em;
}

.ls-18 {
  letter-spacing: 0.18em;
}

.ls-19 {
  letter-spacing: 0.19em;
}

.ls-20 {
  letter-spacing: 0.2em;
}

.underline {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #004098;
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}

.pointer {
  cursor: pointer;
}

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

.first-letter-indent::first-letter {
  margin-left: 1rem;
}

.displaynone,
.displayNone,
.dn,
.display-none,
.hidden {
  display: none;
}

.displayblock,
.displayBlock,
.db,
.display-block {
  display: block;
}

.displayinline,
.displayInline,
.inline,
.display-inline {
  display: inline;
}

.displayinlineblock,
.displayInlineBlock,
.inlineblock,
.display-inline-block {
  display: inline-block;
}

.displayflex,
.displayFlex,
.flex,
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.displayinlineflex,
.displayInlineFlex,
.inlineFlex,
.inlineflex,
.display-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.static {
  position: static !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.absolute-x-center {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.absolute-y-center {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-0 {
  top: 0%;
}

.right-0 {
  right: 0%;
}

.bottom-0 {
  bottom: 0%;
}

.left-0 {
  left: 0%;
}

.top-5 {
  top: 5%;
}

.right-5 {
  right: 5%;
}

.bottom-5 {
  bottom: 5%;
}

.left-5 {
  left: 5%;
}

.top-10 {
  top: 10%;
}

.right-10 {
  right: 10%;
}

.bottom-10 {
  bottom: 10%;
}

.left-10 {
  left: 10%;
}

.top-15 {
  top: 15%;
}

.right-15 {
  right: 15%;
}

.bottom-15 {
  bottom: 15%;
}

.left-15 {
  left: 15%;
}

.top-20 {
  top: 20%;
}

.right-20 {
  right: 20%;
}

.bottom-20 {
  bottom: 20%;
}

.left-20 {
  left: 20%;
}

.top-25 {
  top: 25%;
}

.right-25 {
  right: 25%;
}

.bottom-25 {
  bottom: 25%;
}

.left-25 {
  left: 25%;
}

.top-30 {
  top: 30%;
}

.right-30 {
  right: 30%;
}

.bottom-30 {
  bottom: 30%;
}

.left-30 {
  left: 30%;
}

.top-40 {
  top: 40%;
}

.right-40 {
  right: 40%;
}

.bottom-40 {
  bottom: 40%;
}

.left-40 {
  left: 40%;
}

.top-50 {
  top: 50%;
}

.right-50 {
  right: 50%;
}

.bottom-50 {
  bottom: 50%;
}

.left-50 {
  left: 50%;
}

.top-60 {
  top: 60%;
}

.right-60 {
  right: 60%;
}

.bottom-60 {
  bottom: 60%;
}

.left-60 {
  left: 60%;
}

.top-70 {
  top: 70%;
}

.right-70 {
  right: 70%;
}

.bottom-70 {
  bottom: 70%;
}

.left-70 {
  left: 70%;
}

.top-75 {
  top: 75%;
}

.right-75 {
  right: 75%;
}

.bottom-75 {
  bottom: 75%;
}

.left-75 {
  left: 75%;
}

.top-80 {
  top: 80%;
}

.right-80 {
  right: 80%;
}

.bottom-80 {
  bottom: 80%;
}

.left-80 {
  left: 80%;
}

.top-90 {
  top: 90%;
}

.right-90 {
  right: 90%;
}

.bottom-90 {
  bottom: 90%;
}

.left-90 {
  left: 90%;
}

.top-100 {
  top: 100%;
}

.right-100 {
  right: 100%;
}

.bottom-100 {
  bottom: 100%;
}

.left-100 {
  left: 100%;
}

.top-0px {
  top: 0px;
}

.right-0px {
  right: 0px;
}

.bottom-0px {
  bottom: 0px;
}

.left-0px {
  left: 0px;
}

.top-5px {
  top: 5px;
}

.right-5px {
  right: 5px;
}

.bottom-5px {
  bottom: 5px;
}

.left-5px {
  left: 5px;
}

.top-10px {
  top: 10px;
}

.right-10px {
  right: 10px;
}

.bottom-10px {
  bottom: 10px;
}

.left-10px {
  left: 10px;
}

.top-15px {
  top: 15px;
}

.right-15px {
  right: 15px;
}

.bottom-15px {
  bottom: 15px;
}

.left-15px {
  left: 15px;
}

.top-20px {
  top: 20px;
}

.right-20px {
  right: 20px;
}

.bottom-20px {
  bottom: 20px;
}

.left-20px {
  left: 20px;
}

.top-25px {
  top: 25px;
}

.right-25px {
  right: 25px;
}

.bottom-25px {
  bottom: 25px;
}

.left-25px {
  left: 25px;
}

.top-30px {
  top: 30px;
}

.right-30px {
  right: 30px;
}

.bottom-30px {
  bottom: 30px;
}

.left-30px {
  left: 30px;
}

.top-40px {
  top: 40px;
}

.right-40px {
  right: 40px;
}

.bottom-40px {
  bottom: 40px;
}

.left-40px {
  left: 40px;
}

.top-50px {
  top: 50px;
}

.right-50px {
  right: 50px;
}

.bottom-50px {
  bottom: 50px;
}

.left-50px {
  left: 50px;
}

.top-60px {
  top: 60px;
}

.right-60px {
  right: 60px;
}

.bottom-60px {
  bottom: 60px;
}

.left-60px {
  left: 60px;
}

.top-70px {
  top: 70px;
}

.right-70px {
  right: 70px;
}

.bottom-70px {
  bottom: 70px;
}

.left-70px {
  left: 70px;
}

.top-80px {
  top: 80px;
}

.right-80px {
  right: 80px;
}

.bottom-80px {
  bottom: 80px;
}

.left-80px {
  left: 80px;
}

.top-90px {
  top: 90px;
}

.right-90px {
  right: 90px;
}

.bottom-90px {
  bottom: 90px;
}

.left-90px {
  left: 90px;
}

.top-100px {
  top: 100px;
}

.right-100px {
  right: 100px;
}

.bottom-100px {
  bottom: 100px;
}

.left-100px {
  left: 100px;
}

.overflow-x-hidden {
  overflow-x: clip;
}
.overflow-y-hidden {
  overflow-y: clip;
}
.overflow-hidden {
  overflow: hidden;
}
.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

/*margin*/
.mn {
  margin: 0 0 0 0 !important;
}

.ma {
  margin: auto;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.block-align-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mr {
  margin: 0 auto 0 0;
}

.ml {
  margin: 0 0 auto 0;
}

/*flex*/
.fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fjfs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

.fjc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 990px) {
  .fjc-md {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.fjsb {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.fafs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fafe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.fac {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.fcs {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.fs0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fwrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fas-auto {
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.fas-fs {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.fas-fe {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.fas-c {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.fas-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.fas-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.list-disc {
  margin-left: 1.5em;
  padding-left: 0;
  list-style-type: disc;
  list-style-position: outside;
}

.list-circle {
  margin-left: 1.5em;
  padding-left: 0;
  list-style-type: circle;
  list-style-position: outside;
}

.list-decimal {
  margin-left: 1.5em;
  padding-left: 0;
  list-style-type: decimal;
  list-style-position: outside;
}

.list-decimal-leading-zero {
  margin-left: 1.5em;
  padding-left: 0;
  list-style-type: decimal-leading-zero;
  list-style-position: outside;
}

.list-katakana-iroha {
  margin-left: 1.5em;
  padding-left: 0;
  list-style-type: katakana-iroha;
  list-style-position: outside;
}

.list-decimal-paren {
  counter-reset: list-counter !important;
  margin-left: 2em !important;
  padding-left: 0 !important;
  list-style: none !important;
}
.list-decimal-paren > li {
  position: relative !important;
  counter-increment: list-counter !important;
}
.list-decimal-paren > li::before {
  position: absolute !important;
  left: -2em !important;
  width: 1.3em !important;
  content: "(" counter(list-counter) ")" !important;
  text-align: left !important;
}

.list-decimal-paren-half {
  counter-reset: list-counter !important;
  margin-left: 2em !important;
  padding-left: 0 !important;
  list-style: none !important;
}
.list-decimal-paren-half > li {
  position: relative !important;
  counter-increment: list-counter !important;
}
.list-decimal-paren-half > li::before {
  position: absolute !important;
  left: -2em !important;
  width: 1.3em !important;
  content: counter(list-counter) ")" !important;
  text-align: left !important;
}

.list-circled-number {
  margin-left: 1.5em !important;
  padding-left: 0 !important;
  list-style: none !important;
  counter-reset: list-counter;
}
.list-circled-number > li {
  position: relative !important;
  counter-increment: list-counter !important;
}
.list-circled-number > li::before {
  position: absolute !important;
  left: -1.5em !important;
  width: 1.5em !important;
  text-align: left !important;
  content: counter(list-counter, circled-number) !important;
}

@counter-style circled-number {
  system: fixed;
  symbols: "①" "②" "③" "④" "⑤" "⑥" "⑦" "⑧" "⑨" "⑩";
  suffix: "";
}
.list-lower-alpha {
  margin-left: 1.5em;
  padding-left: 0;
  list-style-type: lower-alpha;
  list-style-position: outside;
}

.list-upper-alpha {
  margin-left: 1.5em;
  padding-left: 0;
  list-style-type: upper-alpha;
  list-style-position: outside;
}

.list-lower-roman {
  margin-left: 1.5em;
  padding-left: 0;
  list-style-type: lower-roman;
  list-style-position: outside;
}

.list-upper-roman {
  margin-left: 1.5em;
  padding-left: 0;
  list-style-type: upper-roman;
  list-style-position: outside;
}

.ma0 {
  margin: clamp(0px, 0vw + 0px, 0px) !important;
}

.mt0 {
  margin-top: clamp(0px, 0vw + 0px, 0px) !important;
}

.mr0 {
  margin-right: clamp(0px, 0vw + 0px, 0px) !important;
}

.mb0 {
  margin-bottom: clamp(0px, 0vw + 0px, 0px) !important;
}

.ml0 {
  margin-left: clamp(0px, 0vw + 0px, 0px) !important;
}

.mx0 {
  margin-right: clamp(0px, 0vw + 0px, 0px) !important;
  margin-left: clamp(0px, 0vw + 0px, 0px) !important;
}

.my0 {
  margin-top: clamp(0px, 0vw + 0px, 0px) !important;
  margin-bottom: clamp(0px, 0vw + 0px, 0px) !important;
}

.ma-fixed-0 {
  margin: 0px !important;
}

.mt-fixed-0 {
  margin-top: 0px !important;
}

.mr-fixed-0 {
  margin-right: 0px !important;
}

.mb-fixed-0 {
  margin-bottom: 0px !important;
}

.ml-fixed-0 {
  margin-left: 0px !important;
}

.mx-fixed-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.my-fixed-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.pa0 {
  padding: clamp(0px, 0vw + 0px, 0px) !important;
}

.pt0 {
  padding-top: clamp(0px, 0vw + 0px, 0px) !important;
}

.pr0 {
  padding-right: clamp(0px, 0vw + 0px, 0px) !important;
}

.pb0 {
  padding-bottom: clamp(0px, 0vw + 0px, 0px) !important;
}

.pl0 {
  padding-left: clamp(0px, 0vw + 0px, 0px) !important;
}

.px0 {
  padding-right: clamp(0px, 0vw + 0px, 0px) !important;
  padding-left: clamp(0px, 0vw + 0px, 0px) !important;
}

.py0 {
  padding-top: clamp(0px, 0vw + 0px, 0px) !important;
  padding-bottom: clamp(0px, 0vw + 0px, 0px) !important;
}

.pa-fixed-0 {
  padding: 0px !important;
}

.pt-fixed-0 {
  padding-top: 0px !important;
}

.pr-fixed-0 {
  padding-right: 0px !important;
}

.pb-fixed-0 {
  padding-bottom: 0px !important;
}

.pl-fixed-0 {
  padding-left: 0px !important;
}

.px-fixed-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.py-fixed-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.ga0 {
  gap: clamp(0px, 0vw + 0px, 0px) !important;
}

.gr0 {
  row-gap: clamp(0px, 0vw + 0px, 0px) !important;
}

.gc0 {
  -webkit-column-gap: clamp(0px, 0vw + 0px, 0px) !important;
     -moz-column-gap: clamp(0px, 0vw + 0px, 0px) !important;
          column-gap: clamp(0px, 0vw + 0px, 0px) !important;
}

.ga-fixed-0 {
  gap: 0px !important;
}

.gr-fixed-0 {
  row-gap: 0px !important;
}

.gc-fixed-0 {
  -webkit-column-gap: 0px !important;
     -moz-column-gap: 0px !important;
          column-gap: 0px !important;
}

.ma1 {
  margin: clamp(2.5px, 0.18939vw + 1.36364px, 5px) !important;
}

.mt1 {
  margin-top: clamp(2.5px, 0.18939vw + 1.36364px, 5px) !important;
}

.mr1 {
  margin-right: clamp(2.5px, 0.18939vw + 1.36364px, 5px) !important;
}

.mb1 {
  margin-bottom: clamp(2.5px, 0.18939vw + 1.36364px, 5px) !important;
}

.ml1 {
  margin-left: clamp(2.5px, 0.18939vw + 1.36364px, 5px) !important;
}

.mx1 {
  margin-right: clamp(2.5px, 0.18939vw + 1.36364px, 5px) !important;
  margin-left: clamp(2.5px, 0.18939vw + 1.36364px, 5px) !important;
}

.my1 {
  margin-top: clamp(2.5px, 0.18939vw + 1.36364px, 5px) !important;
  margin-bottom: clamp(2.5px, 0.18939vw + 1.36364px, 5px) !important;
}

.ma-fixed-1 {
  margin: 5px !important;
}

.mt-fixed-1 {
  margin-top: 5px !important;
}

.mr-fixed-1 {
  margin-right: 5px !important;
}

.mb-fixed-1 {
  margin-bottom: 5px !important;
}

.ml-fixed-1 {
  margin-left: 5px !important;
}

.mx-fixed-1 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.my-fixed-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.pa1 {
  padding: clamp(2.5px, 0.18939vw + 1.36364px, 5px) !important;
}

.pt1 {
  padding-top: clamp(2.5px, 0.18939vw + 1.36364px, 5px) !important;
}

.pr1 {
  padding-right: clamp(2.5px, 0.18939vw + 1.36364px, 5px) !important;
}

.pb1 {
  padding-bottom: clamp(2.5px, 0.18939vw + 1.36364px, 5px) !important;
}

.pl1 {
  padding-left: clamp(2.5px, 0.18939vw + 1.36364px, 5px) !important;
}

.px1 {
  padding-right: clamp(2.5px, 0.18939vw + 1.36364px, 5px) !important;
  padding-left: clamp(2.5px, 0.18939vw + 1.36364px, 5px) !important;
}

.py1 {
  padding-top: clamp(2.5px, 0.18939vw + 1.36364px, 5px) !important;
  padding-bottom: clamp(2.5px, 0.18939vw + 1.36364px, 5px) !important;
}

.pa-fixed-1 {
  padding: 5px !important;
}

.pt-fixed-1 {
  padding-top: 5px !important;
}

.pr-fixed-1 {
  padding-right: 5px !important;
}

.pb-fixed-1 {
  padding-bottom: 5px !important;
}

.pl-fixed-1 {
  padding-left: 5px !important;
}

.px-fixed-1 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.py-fixed-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.ga1 {
  gap: clamp(2.5px, 0.18939vw + 1.36364px, 5px) !important;
}

.gr1 {
  row-gap: clamp(2.5px, 0.18939vw + 1.36364px, 5px) !important;
}

.gc1 {
  -webkit-column-gap: clamp(2.5px, 0.18939vw + 1.36364px, 5px) !important;
     -moz-column-gap: clamp(2.5px, 0.18939vw + 1.36364px, 5px) !important;
          column-gap: clamp(2.5px, 0.18939vw + 1.36364px, 5px) !important;
}

.ga-fixed-1 {
  gap: 5px !important;
}

.gr-fixed-1 {
  row-gap: 5px !important;
}

.gc-fixed-1 {
  -webkit-column-gap: 5px !important;
     -moz-column-gap: 5px !important;
          column-gap: 5px !important;
}

.ma2 {
  margin: clamp(5px, 0.37879vw + 2.72727px, 10px) !important;
}

.mt2 {
  margin-top: clamp(5px, 0.37879vw + 2.72727px, 10px) !important;
}

.mr2 {
  margin-right: clamp(5px, 0.37879vw + 2.72727px, 10px) !important;
}

.mb2 {
  margin-bottom: clamp(5px, 0.37879vw + 2.72727px, 10px) !important;
}

.ml2 {
  margin-left: clamp(5px, 0.37879vw + 2.72727px, 10px) !important;
}

.mx2 {
  margin-right: clamp(5px, 0.37879vw + 2.72727px, 10px) !important;
  margin-left: clamp(5px, 0.37879vw + 2.72727px, 10px) !important;
}

.my2 {
  margin-top: clamp(5px, 0.37879vw + 2.72727px, 10px) !important;
  margin-bottom: clamp(5px, 0.37879vw + 2.72727px, 10px) !important;
}

.ma-fixed-2 {
  margin: 10px !important;
}

.mt-fixed-2 {
  margin-top: 10px !important;
}

.mr-fixed-2 {
  margin-right: 10px !important;
}

.mb-fixed-2 {
  margin-bottom: 10px !important;
}

.ml-fixed-2 {
  margin-left: 10px !important;
}

.mx-fixed-2 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.my-fixed-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.pa2 {
  padding: clamp(5px, 0.37879vw + 2.72727px, 10px) !important;
}

.pt2 {
  padding-top: clamp(5px, 0.37879vw + 2.72727px, 10px) !important;
}

.pr2 {
  padding-right: clamp(5px, 0.37879vw + 2.72727px, 10px) !important;
}

.pb2 {
  padding-bottom: clamp(5px, 0.37879vw + 2.72727px, 10px) !important;
}

.pl2 {
  padding-left: clamp(5px, 0.37879vw + 2.72727px, 10px) !important;
}

.px2 {
  padding-right: clamp(5px, 0.37879vw + 2.72727px, 10px) !important;
  padding-left: clamp(5px, 0.37879vw + 2.72727px, 10px) !important;
}

.py2 {
  padding-top: clamp(5px, 0.37879vw + 2.72727px, 10px) !important;
  padding-bottom: clamp(5px, 0.37879vw + 2.72727px, 10px) !important;
}

.pa-fixed-2 {
  padding: 10px !important;
}

.pt-fixed-2 {
  padding-top: 10px !important;
}

.pr-fixed-2 {
  padding-right: 10px !important;
}

.pb-fixed-2 {
  padding-bottom: 10px !important;
}

.pl-fixed-2 {
  padding-left: 10px !important;
}

.px-fixed-2 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.py-fixed-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ga2 {
  gap: clamp(5px, 0.37879vw + 2.72727px, 10px) !important;
}

.gr2 {
  row-gap: clamp(5px, 0.37879vw + 2.72727px, 10px) !important;
}

.gc2 {
  -webkit-column-gap: clamp(5px, 0.37879vw + 2.72727px, 10px) !important;
     -moz-column-gap: clamp(5px, 0.37879vw + 2.72727px, 10px) !important;
          column-gap: clamp(5px, 0.37879vw + 2.72727px, 10px) !important;
}

.ga-fixed-2 {
  gap: 10px !important;
}

.gr-fixed-2 {
  row-gap: 10px !important;
}

.gc-fixed-2 {
  -webkit-column-gap: 10px !important;
     -moz-column-gap: 10px !important;
          column-gap: 10px !important;
}

.ma3 {
  margin: clamp(7.5px, 0.56818vw + 4.09091px, 15px) !important;
}

.mt3 {
  margin-top: clamp(7.5px, 0.56818vw + 4.09091px, 15px) !important;
}

.mr3 {
  margin-right: clamp(7.5px, 0.56818vw + 4.09091px, 15px) !important;
}

.mb3 {
  margin-bottom: clamp(7.5px, 0.56818vw + 4.09091px, 15px) !important;
}

.ml3 {
  margin-left: clamp(7.5px, 0.56818vw + 4.09091px, 15px) !important;
}

.mx3 {
  margin-right: clamp(7.5px, 0.56818vw + 4.09091px, 15px) !important;
  margin-left: clamp(7.5px, 0.56818vw + 4.09091px, 15px) !important;
}

.my3 {
  margin-top: clamp(7.5px, 0.56818vw + 4.09091px, 15px) !important;
  margin-bottom: clamp(7.5px, 0.56818vw + 4.09091px, 15px) !important;
}

.ma-fixed-3 {
  margin: 15px !important;
}

.mt-fixed-3 {
  margin-top: 15px !important;
}

.mr-fixed-3 {
  margin-right: 15px !important;
}

.mb-fixed-3 {
  margin-bottom: 15px !important;
}

.ml-fixed-3 {
  margin-left: 15px !important;
}

.mx-fixed-3 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.my-fixed-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.pa3 {
  padding: clamp(7.5px, 0.56818vw + 4.09091px, 15px) !important;
}

.pt3 {
  padding-top: clamp(7.5px, 0.56818vw + 4.09091px, 15px) !important;
}

.pr3 {
  padding-right: clamp(7.5px, 0.56818vw + 4.09091px, 15px) !important;
}

.pb3 {
  padding-bottom: clamp(7.5px, 0.56818vw + 4.09091px, 15px) !important;
}

.pl3 {
  padding-left: clamp(7.5px, 0.56818vw + 4.09091px, 15px) !important;
}

.px3 {
  padding-right: clamp(7.5px, 0.56818vw + 4.09091px, 15px) !important;
  padding-left: clamp(7.5px, 0.56818vw + 4.09091px, 15px) !important;
}

.py3 {
  padding-top: clamp(7.5px, 0.56818vw + 4.09091px, 15px) !important;
  padding-bottom: clamp(7.5px, 0.56818vw + 4.09091px, 15px) !important;
}

.pa-fixed-3 {
  padding: 15px !important;
}

.pt-fixed-3 {
  padding-top: 15px !important;
}

.pr-fixed-3 {
  padding-right: 15px !important;
}

.pb-fixed-3 {
  padding-bottom: 15px !important;
}

.pl-fixed-3 {
  padding-left: 15px !important;
}

.px-fixed-3 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.py-fixed-3 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ga3 {
  gap: clamp(7.5px, 0.56818vw + 4.09091px, 15px) !important;
}

.gr3 {
  row-gap: clamp(7.5px, 0.56818vw + 4.09091px, 15px) !important;
}

.gc3 {
  -webkit-column-gap: clamp(7.5px, 0.56818vw + 4.09091px, 15px) !important;
     -moz-column-gap: clamp(7.5px, 0.56818vw + 4.09091px, 15px) !important;
          column-gap: clamp(7.5px, 0.56818vw + 4.09091px, 15px) !important;
}

.ga-fixed-3 {
  gap: 15px !important;
}

.gr-fixed-3 {
  row-gap: 15px !important;
}

.gc-fixed-3 {
  -webkit-column-gap: 15px !important;
     -moz-column-gap: 15px !important;
          column-gap: 15px !important;
}

.ma4 {
  margin: clamp(10px, 0.75758vw + 5.45455px, 20px) !important;
}

.mt4 {
  margin-top: clamp(10px, 0.75758vw + 5.45455px, 20px) !important;
}

.mr4 {
  margin-right: clamp(10px, 0.75758vw + 5.45455px, 20px) !important;
}

.mb4 {
  margin-bottom: clamp(10px, 0.75758vw + 5.45455px, 20px) !important;
}

.ml4 {
  margin-left: clamp(10px, 0.75758vw + 5.45455px, 20px) !important;
}

.mx4 {
  margin-right: clamp(10px, 0.75758vw + 5.45455px, 20px) !important;
  margin-left: clamp(10px, 0.75758vw + 5.45455px, 20px) !important;
}

.my4 {
  margin-top: clamp(10px, 0.75758vw + 5.45455px, 20px) !important;
  margin-bottom: clamp(10px, 0.75758vw + 5.45455px, 20px) !important;
}

.ma-fixed-4 {
  margin: 20px !important;
}

.mt-fixed-4 {
  margin-top: 20px !important;
}

.mr-fixed-4 {
  margin-right: 20px !important;
}

.mb-fixed-4 {
  margin-bottom: 20px !important;
}

.ml-fixed-4 {
  margin-left: 20px !important;
}

.mx-fixed-4 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.my-fixed-4 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.pa4 {
  padding: clamp(10px, 0.75758vw + 5.45455px, 20px) !important;
}

.pt4 {
  padding-top: clamp(10px, 0.75758vw + 5.45455px, 20px) !important;
}

.pr4 {
  padding-right: clamp(10px, 0.75758vw + 5.45455px, 20px) !important;
}

.pb4 {
  padding-bottom: clamp(10px, 0.75758vw + 5.45455px, 20px) !important;
}

.pl4 {
  padding-left: clamp(10px, 0.75758vw + 5.45455px, 20px) !important;
}

.px4 {
  padding-right: clamp(10px, 0.75758vw + 5.45455px, 20px) !important;
  padding-left: clamp(10px, 0.75758vw + 5.45455px, 20px) !important;
}

.py4 {
  padding-top: clamp(10px, 0.75758vw + 5.45455px, 20px) !important;
  padding-bottom: clamp(10px, 0.75758vw + 5.45455px, 20px) !important;
}

.pa-fixed-4 {
  padding: 20px !important;
}

.pt-fixed-4 {
  padding-top: 20px !important;
}

.pr-fixed-4 {
  padding-right: 20px !important;
}

.pb-fixed-4 {
  padding-bottom: 20px !important;
}

.pl-fixed-4 {
  padding-left: 20px !important;
}

.px-fixed-4 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.py-fixed-4 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ga4 {
  gap: clamp(10px, 0.75758vw + 5.45455px, 20px) !important;
}

.gr4 {
  row-gap: clamp(10px, 0.75758vw + 5.45455px, 20px) !important;
}

.gc4 {
  -webkit-column-gap: clamp(10px, 0.75758vw + 5.45455px, 20px) !important;
     -moz-column-gap: clamp(10px, 0.75758vw + 5.45455px, 20px) !important;
          column-gap: clamp(10px, 0.75758vw + 5.45455px, 20px) !important;
}

.ga-fixed-4 {
  gap: 20px !important;
}

.gr-fixed-4 {
  row-gap: 20px !important;
}

.gc-fixed-4 {
  -webkit-column-gap: 20px !important;
     -moz-column-gap: 20px !important;
          column-gap: 20px !important;
}

.ma5 {
  margin: clamp(12.5px, 0.94697vw + 6.81818px, 25px) !important;
}

.mt5 {
  margin-top: clamp(12.5px, 0.94697vw + 6.81818px, 25px) !important;
}

.mr5 {
  margin-right: clamp(12.5px, 0.94697vw + 6.81818px, 25px) !important;
}

.mb5 {
  margin-bottom: clamp(12.5px, 0.94697vw + 6.81818px, 25px) !important;
}

.ml5 {
  margin-left: clamp(12.5px, 0.94697vw + 6.81818px, 25px) !important;
}

.mx5 {
  margin-right: clamp(12.5px, 0.94697vw + 6.81818px, 25px) !important;
  margin-left: clamp(12.5px, 0.94697vw + 6.81818px, 25px) !important;
}

.my5 {
  margin-top: clamp(12.5px, 0.94697vw + 6.81818px, 25px) !important;
  margin-bottom: clamp(12.5px, 0.94697vw + 6.81818px, 25px) !important;
}

.ma-fixed-5 {
  margin: 25px !important;
}

.mt-fixed-5 {
  margin-top: 25px !important;
}

.mr-fixed-5 {
  margin-right: 25px !important;
}

.mb-fixed-5 {
  margin-bottom: 25px !important;
}

.ml-fixed-5 {
  margin-left: 25px !important;
}

.mx-fixed-5 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.my-fixed-5 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.pa5 {
  padding: clamp(12.5px, 0.94697vw + 6.81818px, 25px) !important;
}

.pt5 {
  padding-top: clamp(12.5px, 0.94697vw + 6.81818px, 25px) !important;
}

.pr5 {
  padding-right: clamp(12.5px, 0.94697vw + 6.81818px, 25px) !important;
}

.pb5 {
  padding-bottom: clamp(12.5px, 0.94697vw + 6.81818px, 25px) !important;
}

.pl5 {
  padding-left: clamp(12.5px, 0.94697vw + 6.81818px, 25px) !important;
}

.px5 {
  padding-right: clamp(12.5px, 0.94697vw + 6.81818px, 25px) !important;
  padding-left: clamp(12.5px, 0.94697vw + 6.81818px, 25px) !important;
}

.py5 {
  padding-top: clamp(12.5px, 0.94697vw + 6.81818px, 25px) !important;
  padding-bottom: clamp(12.5px, 0.94697vw + 6.81818px, 25px) !important;
}

.pa-fixed-5 {
  padding: 25px !important;
}

.pt-fixed-5 {
  padding-top: 25px !important;
}

.pr-fixed-5 {
  padding-right: 25px !important;
}

.pb-fixed-5 {
  padding-bottom: 25px !important;
}

.pl-fixed-5 {
  padding-left: 25px !important;
}

.px-fixed-5 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.py-fixed-5 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.ga5 {
  gap: clamp(12.5px, 0.94697vw + 6.81818px, 25px) !important;
}

.gr5 {
  row-gap: clamp(12.5px, 0.94697vw + 6.81818px, 25px) !important;
}

.gc5 {
  -webkit-column-gap: clamp(12.5px, 0.94697vw + 6.81818px, 25px) !important;
     -moz-column-gap: clamp(12.5px, 0.94697vw + 6.81818px, 25px) !important;
          column-gap: clamp(12.5px, 0.94697vw + 6.81818px, 25px) !important;
}

.ga-fixed-5 {
  gap: 25px !important;
}

.gr-fixed-5 {
  row-gap: 25px !important;
}

.gc-fixed-5 {
  -webkit-column-gap: 25px !important;
     -moz-column-gap: 25px !important;
          column-gap: 25px !important;
}

.ma6 {
  margin: clamp(15px, 1.13636vw + 8.18182px, 30px) !important;
}

.mt6 {
  margin-top: clamp(15px, 1.13636vw + 8.18182px, 30px) !important;
}

.mr6 {
  margin-right: clamp(15px, 1.13636vw + 8.18182px, 30px) !important;
}

.mb6 {
  margin-bottom: clamp(15px, 1.13636vw + 8.18182px, 30px) !important;
}

.ml6 {
  margin-left: clamp(15px, 1.13636vw + 8.18182px, 30px) !important;
}

.mx6 {
  margin-right: clamp(15px, 1.13636vw + 8.18182px, 30px) !important;
  margin-left: clamp(15px, 1.13636vw + 8.18182px, 30px) !important;
}

.my6 {
  margin-top: clamp(15px, 1.13636vw + 8.18182px, 30px) !important;
  margin-bottom: clamp(15px, 1.13636vw + 8.18182px, 30px) !important;
}

.ma-fixed-6 {
  margin: 30px !important;
}

.mt-fixed-6 {
  margin-top: 30px !important;
}

.mr-fixed-6 {
  margin-right: 30px !important;
}

.mb-fixed-6 {
  margin-bottom: 30px !important;
}

.ml-fixed-6 {
  margin-left: 30px !important;
}

.mx-fixed-6 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.my-fixed-6 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.pa6 {
  padding: clamp(15px, 1.13636vw + 8.18182px, 30px) !important;
}

.pt6 {
  padding-top: clamp(15px, 1.13636vw + 8.18182px, 30px) !important;
}

.pr6 {
  padding-right: clamp(15px, 1.13636vw + 8.18182px, 30px) !important;
}

.pb6 {
  padding-bottom: clamp(15px, 1.13636vw + 8.18182px, 30px) !important;
}

.pl6 {
  padding-left: clamp(15px, 1.13636vw + 8.18182px, 30px) !important;
}

.px6 {
  padding-right: clamp(15px, 1.13636vw + 8.18182px, 30px) !important;
  padding-left: clamp(15px, 1.13636vw + 8.18182px, 30px) !important;
}

.py6 {
  padding-top: clamp(15px, 1.13636vw + 8.18182px, 30px) !important;
  padding-bottom: clamp(15px, 1.13636vw + 8.18182px, 30px) !important;
}

.pa-fixed-6 {
  padding: 30px !important;
}

.pt-fixed-6 {
  padding-top: 30px !important;
}

.pr-fixed-6 {
  padding-right: 30px !important;
}

.pb-fixed-6 {
  padding-bottom: 30px !important;
}

.pl-fixed-6 {
  padding-left: 30px !important;
}

.px-fixed-6 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.py-fixed-6 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.ga6 {
  gap: clamp(15px, 1.13636vw + 8.18182px, 30px) !important;
}

.gr6 {
  row-gap: clamp(15px, 1.13636vw + 8.18182px, 30px) !important;
}

.gc6 {
  -webkit-column-gap: clamp(15px, 1.13636vw + 8.18182px, 30px) !important;
     -moz-column-gap: clamp(15px, 1.13636vw + 8.18182px, 30px) !important;
          column-gap: clamp(15px, 1.13636vw + 8.18182px, 30px) !important;
}

.ga-fixed-6 {
  gap: 30px !important;
}

.gr-fixed-6 {
  row-gap: 30px !important;
}

.gc-fixed-6 {
  -webkit-column-gap: 30px !important;
     -moz-column-gap: 30px !important;
          column-gap: 30px !important;
}

.ma7 {
  margin: clamp(17.5px, 1.32576vw + 9.54545px, 35px) !important;
}

.mt7 {
  margin-top: clamp(17.5px, 1.32576vw + 9.54545px, 35px) !important;
}

.mr7 {
  margin-right: clamp(17.5px, 1.32576vw + 9.54545px, 35px) !important;
}

.mb7 {
  margin-bottom: clamp(17.5px, 1.32576vw + 9.54545px, 35px) !important;
}

.ml7 {
  margin-left: clamp(17.5px, 1.32576vw + 9.54545px, 35px) !important;
}

.mx7 {
  margin-right: clamp(17.5px, 1.32576vw + 9.54545px, 35px) !important;
  margin-left: clamp(17.5px, 1.32576vw + 9.54545px, 35px) !important;
}

.my7 {
  margin-top: clamp(17.5px, 1.32576vw + 9.54545px, 35px) !important;
  margin-bottom: clamp(17.5px, 1.32576vw + 9.54545px, 35px) !important;
}

.ma-fixed-7 {
  margin: 35px !important;
}

.mt-fixed-7 {
  margin-top: 35px !important;
}

.mr-fixed-7 {
  margin-right: 35px !important;
}

.mb-fixed-7 {
  margin-bottom: 35px !important;
}

.ml-fixed-7 {
  margin-left: 35px !important;
}

.mx-fixed-7 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.my-fixed-7 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.pa7 {
  padding: clamp(17.5px, 1.32576vw + 9.54545px, 35px) !important;
}

.pt7 {
  padding-top: clamp(17.5px, 1.32576vw + 9.54545px, 35px) !important;
}

.pr7 {
  padding-right: clamp(17.5px, 1.32576vw + 9.54545px, 35px) !important;
}

.pb7 {
  padding-bottom: clamp(17.5px, 1.32576vw + 9.54545px, 35px) !important;
}

.pl7 {
  padding-left: clamp(17.5px, 1.32576vw + 9.54545px, 35px) !important;
}

.px7 {
  padding-right: clamp(17.5px, 1.32576vw + 9.54545px, 35px) !important;
  padding-left: clamp(17.5px, 1.32576vw + 9.54545px, 35px) !important;
}

.py7 {
  padding-top: clamp(17.5px, 1.32576vw + 9.54545px, 35px) !important;
  padding-bottom: clamp(17.5px, 1.32576vw + 9.54545px, 35px) !important;
}

.pa-fixed-7 {
  padding: 35px !important;
}

.pt-fixed-7 {
  padding-top: 35px !important;
}

.pr-fixed-7 {
  padding-right: 35px !important;
}

.pb-fixed-7 {
  padding-bottom: 35px !important;
}

.pl-fixed-7 {
  padding-left: 35px !important;
}

.px-fixed-7 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.py-fixed-7 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.ga7 {
  gap: clamp(17.5px, 1.32576vw + 9.54545px, 35px) !important;
}

.gr7 {
  row-gap: clamp(17.5px, 1.32576vw + 9.54545px, 35px) !important;
}

.gc7 {
  -webkit-column-gap: clamp(17.5px, 1.32576vw + 9.54545px, 35px) !important;
     -moz-column-gap: clamp(17.5px, 1.32576vw + 9.54545px, 35px) !important;
          column-gap: clamp(17.5px, 1.32576vw + 9.54545px, 35px) !important;
}

.ga-fixed-7 {
  gap: 35px !important;
}

.gr-fixed-7 {
  row-gap: 35px !important;
}

.gc-fixed-7 {
  -webkit-column-gap: 35px !important;
     -moz-column-gap: 35px !important;
          column-gap: 35px !important;
}

.ma8 {
  margin: clamp(20px, 1.51515vw + 10.90909px, 40px) !important;
}

.mt8 {
  margin-top: clamp(20px, 1.51515vw + 10.90909px, 40px) !important;
}

.mr8 {
  margin-right: clamp(20px, 1.51515vw + 10.90909px, 40px) !important;
}

.mb8 {
  margin-bottom: clamp(20px, 1.51515vw + 10.90909px, 40px) !important;
}

.ml8 {
  margin-left: clamp(20px, 1.51515vw + 10.90909px, 40px) !important;
}

.mx8 {
  margin-right: clamp(20px, 1.51515vw + 10.90909px, 40px) !important;
  margin-left: clamp(20px, 1.51515vw + 10.90909px, 40px) !important;
}

.my8 {
  margin-top: clamp(20px, 1.51515vw + 10.90909px, 40px) !important;
  margin-bottom: clamp(20px, 1.51515vw + 10.90909px, 40px) !important;
}

.ma-fixed-8 {
  margin: 40px !important;
}

.mt-fixed-8 {
  margin-top: 40px !important;
}

.mr-fixed-8 {
  margin-right: 40px !important;
}

.mb-fixed-8 {
  margin-bottom: 40px !important;
}

.ml-fixed-8 {
  margin-left: 40px !important;
}

.mx-fixed-8 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.my-fixed-8 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.pa8 {
  padding: clamp(20px, 1.51515vw + 10.90909px, 40px) !important;
}

.pt8 {
  padding-top: clamp(20px, 1.51515vw + 10.90909px, 40px) !important;
}

.pr8 {
  padding-right: clamp(20px, 1.51515vw + 10.90909px, 40px) !important;
}

.pb8 {
  padding-bottom: clamp(20px, 1.51515vw + 10.90909px, 40px) !important;
}

.pl8 {
  padding-left: clamp(20px, 1.51515vw + 10.90909px, 40px) !important;
}

.px8 {
  padding-right: clamp(20px, 1.51515vw + 10.90909px, 40px) !important;
  padding-left: clamp(20px, 1.51515vw + 10.90909px, 40px) !important;
}

.py8 {
  padding-top: clamp(20px, 1.51515vw + 10.90909px, 40px) !important;
  padding-bottom: clamp(20px, 1.51515vw + 10.90909px, 40px) !important;
}

.pa-fixed-8 {
  padding: 40px !important;
}

.pt-fixed-8 {
  padding-top: 40px !important;
}

.pr-fixed-8 {
  padding-right: 40px !important;
}

.pb-fixed-8 {
  padding-bottom: 40px !important;
}

.pl-fixed-8 {
  padding-left: 40px !important;
}

.px-fixed-8 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.py-fixed-8 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.ga8 {
  gap: clamp(20px, 1.51515vw + 10.90909px, 40px) !important;
}

.gr8 {
  row-gap: clamp(20px, 1.51515vw + 10.90909px, 40px) !important;
}

.gc8 {
  -webkit-column-gap: clamp(20px, 1.51515vw + 10.90909px, 40px) !important;
     -moz-column-gap: clamp(20px, 1.51515vw + 10.90909px, 40px) !important;
          column-gap: clamp(20px, 1.51515vw + 10.90909px, 40px) !important;
}

.ga-fixed-8 {
  gap: 40px !important;
}

.gr-fixed-8 {
  row-gap: 40px !important;
}

.gc-fixed-8 {
  -webkit-column-gap: 40px !important;
     -moz-column-gap: 40px !important;
          column-gap: 40px !important;
}

.ma9 {
  margin: clamp(22.5px, 1.70455vw + 12.27273px, 45px) !important;
}

.mt9 {
  margin-top: clamp(22.5px, 1.70455vw + 12.27273px, 45px) !important;
}

.mr9 {
  margin-right: clamp(22.5px, 1.70455vw + 12.27273px, 45px) !important;
}

.mb9 {
  margin-bottom: clamp(22.5px, 1.70455vw + 12.27273px, 45px) !important;
}

.ml9 {
  margin-left: clamp(22.5px, 1.70455vw + 12.27273px, 45px) !important;
}

.mx9 {
  margin-right: clamp(22.5px, 1.70455vw + 12.27273px, 45px) !important;
  margin-left: clamp(22.5px, 1.70455vw + 12.27273px, 45px) !important;
}

.my9 {
  margin-top: clamp(22.5px, 1.70455vw + 12.27273px, 45px) !important;
  margin-bottom: clamp(22.5px, 1.70455vw + 12.27273px, 45px) !important;
}

.ma-fixed-9 {
  margin: 45px !important;
}

.mt-fixed-9 {
  margin-top: 45px !important;
}

.mr-fixed-9 {
  margin-right: 45px !important;
}

.mb-fixed-9 {
  margin-bottom: 45px !important;
}

.ml-fixed-9 {
  margin-left: 45px !important;
}

.mx-fixed-9 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.my-fixed-9 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.pa9 {
  padding: clamp(22.5px, 1.70455vw + 12.27273px, 45px) !important;
}

.pt9 {
  padding-top: clamp(22.5px, 1.70455vw + 12.27273px, 45px) !important;
}

.pr9 {
  padding-right: clamp(22.5px, 1.70455vw + 12.27273px, 45px) !important;
}

.pb9 {
  padding-bottom: clamp(22.5px, 1.70455vw + 12.27273px, 45px) !important;
}

.pl9 {
  padding-left: clamp(22.5px, 1.70455vw + 12.27273px, 45px) !important;
}

.px9 {
  padding-right: clamp(22.5px, 1.70455vw + 12.27273px, 45px) !important;
  padding-left: clamp(22.5px, 1.70455vw + 12.27273px, 45px) !important;
}

.py9 {
  padding-top: clamp(22.5px, 1.70455vw + 12.27273px, 45px) !important;
  padding-bottom: clamp(22.5px, 1.70455vw + 12.27273px, 45px) !important;
}

.pa-fixed-9 {
  padding: 45px !important;
}

.pt-fixed-9 {
  padding-top: 45px !important;
}

.pr-fixed-9 {
  padding-right: 45px !important;
}

.pb-fixed-9 {
  padding-bottom: 45px !important;
}

.pl-fixed-9 {
  padding-left: 45px !important;
}

.px-fixed-9 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.py-fixed-9 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.ga9 {
  gap: clamp(22.5px, 1.70455vw + 12.27273px, 45px) !important;
}

.gr9 {
  row-gap: clamp(22.5px, 1.70455vw + 12.27273px, 45px) !important;
}

.gc9 {
  -webkit-column-gap: clamp(22.5px, 1.70455vw + 12.27273px, 45px) !important;
     -moz-column-gap: clamp(22.5px, 1.70455vw + 12.27273px, 45px) !important;
          column-gap: clamp(22.5px, 1.70455vw + 12.27273px, 45px) !important;
}

.ga-fixed-9 {
  gap: 45px !important;
}

.gr-fixed-9 {
  row-gap: 45px !important;
}

.gc-fixed-9 {
  -webkit-column-gap: 45px !important;
     -moz-column-gap: 45px !important;
          column-gap: 45px !important;
}

.ma10 {
  margin: clamp(25px, 1.89394vw + 13.63636px, 50px) !important;
}

.mt10 {
  margin-top: clamp(25px, 1.89394vw + 13.63636px, 50px) !important;
}

.mr10 {
  margin-right: clamp(25px, 1.89394vw + 13.63636px, 50px) !important;
}

.mb10 {
  margin-bottom: clamp(25px, 1.89394vw + 13.63636px, 50px) !important;
}

.ml10 {
  margin-left: clamp(25px, 1.89394vw + 13.63636px, 50px) !important;
}

.mx10 {
  margin-right: clamp(25px, 1.89394vw + 13.63636px, 50px) !important;
  margin-left: clamp(25px, 1.89394vw + 13.63636px, 50px) !important;
}

.my10 {
  margin-top: clamp(25px, 1.89394vw + 13.63636px, 50px) !important;
  margin-bottom: clamp(25px, 1.89394vw + 13.63636px, 50px) !important;
}

.ma-fixed-10 {
  margin: 50px !important;
}

.mt-fixed-10 {
  margin-top: 50px !important;
}

.mr-fixed-10 {
  margin-right: 50px !important;
}

.mb-fixed-10 {
  margin-bottom: 50px !important;
}

.ml-fixed-10 {
  margin-left: 50px !important;
}

.mx-fixed-10 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.my-fixed-10 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.pa10 {
  padding: clamp(25px, 1.89394vw + 13.63636px, 50px) !important;
}

.pt10 {
  padding-top: clamp(25px, 1.89394vw + 13.63636px, 50px) !important;
}

.pr10 {
  padding-right: clamp(25px, 1.89394vw + 13.63636px, 50px) !important;
}

.pb10 {
  padding-bottom: clamp(25px, 1.89394vw + 13.63636px, 50px) !important;
}

.pl10 {
  padding-left: clamp(25px, 1.89394vw + 13.63636px, 50px) !important;
}

.px10 {
  padding-right: clamp(25px, 1.89394vw + 13.63636px, 50px) !important;
  padding-left: clamp(25px, 1.89394vw + 13.63636px, 50px) !important;
}

.py10 {
  padding-top: clamp(25px, 1.89394vw + 13.63636px, 50px) !important;
  padding-bottom: clamp(25px, 1.89394vw + 13.63636px, 50px) !important;
}

.pa-fixed-10 {
  padding: 50px !important;
}

.pt-fixed-10 {
  padding-top: 50px !important;
}

.pr-fixed-10 {
  padding-right: 50px !important;
}

.pb-fixed-10 {
  padding-bottom: 50px !important;
}

.pl-fixed-10 {
  padding-left: 50px !important;
}

.px-fixed-10 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.py-fixed-10 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.ga10 {
  gap: clamp(25px, 1.89394vw + 13.63636px, 50px) !important;
}

.gr10 {
  row-gap: clamp(25px, 1.89394vw + 13.63636px, 50px) !important;
}

.gc10 {
  -webkit-column-gap: clamp(25px, 1.89394vw + 13.63636px, 50px) !important;
     -moz-column-gap: clamp(25px, 1.89394vw + 13.63636px, 50px) !important;
          column-gap: clamp(25px, 1.89394vw + 13.63636px, 50px) !important;
}

.ga-fixed-10 {
  gap: 50px !important;
}

.gr-fixed-10 {
  row-gap: 50px !important;
}

.gc-fixed-10 {
  -webkit-column-gap: 50px !important;
     -moz-column-gap: 50px !important;
          column-gap: 50px !important;
}

.ma11 {
  margin: clamp(27.5px, 2.08333vw + 15px, 55px) !important;
}

.mt11 {
  margin-top: clamp(27.5px, 2.08333vw + 15px, 55px) !important;
}

.mr11 {
  margin-right: clamp(27.5px, 2.08333vw + 15px, 55px) !important;
}

.mb11 {
  margin-bottom: clamp(27.5px, 2.08333vw + 15px, 55px) !important;
}

.ml11 {
  margin-left: clamp(27.5px, 2.08333vw + 15px, 55px) !important;
}

.mx11 {
  margin-right: clamp(27.5px, 2.08333vw + 15px, 55px) !important;
  margin-left: clamp(27.5px, 2.08333vw + 15px, 55px) !important;
}

.my11 {
  margin-top: clamp(27.5px, 2.08333vw + 15px, 55px) !important;
  margin-bottom: clamp(27.5px, 2.08333vw + 15px, 55px) !important;
}

.ma-fixed-11 {
  margin: 55px !important;
}

.mt-fixed-11 {
  margin-top: 55px !important;
}

.mr-fixed-11 {
  margin-right: 55px !important;
}

.mb-fixed-11 {
  margin-bottom: 55px !important;
}

.ml-fixed-11 {
  margin-left: 55px !important;
}

.mx-fixed-11 {
  margin-right: 55px !important;
  margin-left: 55px !important;
}

.my-fixed-11 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.pa11 {
  padding: clamp(27.5px, 2.08333vw + 15px, 55px) !important;
}

.pt11 {
  padding-top: clamp(27.5px, 2.08333vw + 15px, 55px) !important;
}

.pr11 {
  padding-right: clamp(27.5px, 2.08333vw + 15px, 55px) !important;
}

.pb11 {
  padding-bottom: clamp(27.5px, 2.08333vw + 15px, 55px) !important;
}

.pl11 {
  padding-left: clamp(27.5px, 2.08333vw + 15px, 55px) !important;
}

.px11 {
  padding-right: clamp(27.5px, 2.08333vw + 15px, 55px) !important;
  padding-left: clamp(27.5px, 2.08333vw + 15px, 55px) !important;
}

.py11 {
  padding-top: clamp(27.5px, 2.08333vw + 15px, 55px) !important;
  padding-bottom: clamp(27.5px, 2.08333vw + 15px, 55px) !important;
}

.pa-fixed-11 {
  padding: 55px !important;
}

.pt-fixed-11 {
  padding-top: 55px !important;
}

.pr-fixed-11 {
  padding-right: 55px !important;
}

.pb-fixed-11 {
  padding-bottom: 55px !important;
}

.pl-fixed-11 {
  padding-left: 55px !important;
}

.px-fixed-11 {
  padding-right: 55px !important;
  padding-left: 55px !important;
}

.py-fixed-11 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.ga11 {
  gap: clamp(27.5px, 2.08333vw + 15px, 55px) !important;
}

.gr11 {
  row-gap: clamp(27.5px, 2.08333vw + 15px, 55px) !important;
}

.gc11 {
  -webkit-column-gap: clamp(27.5px, 2.08333vw + 15px, 55px) !important;
     -moz-column-gap: clamp(27.5px, 2.08333vw + 15px, 55px) !important;
          column-gap: clamp(27.5px, 2.08333vw + 15px, 55px) !important;
}

.ga-fixed-11 {
  gap: 55px !important;
}

.gr-fixed-11 {
  row-gap: 55px !important;
}

.gc-fixed-11 {
  -webkit-column-gap: 55px !important;
     -moz-column-gap: 55px !important;
          column-gap: 55px !important;
}

.ma12 {
  margin: clamp(30px, 2.27273vw + 16.36364px, 60px) !important;
}

.mt12 {
  margin-top: clamp(30px, 2.27273vw + 16.36364px, 60px) !important;
}

.mr12 {
  margin-right: clamp(30px, 2.27273vw + 16.36364px, 60px) !important;
}

.mb12 {
  margin-bottom: clamp(30px, 2.27273vw + 16.36364px, 60px) !important;
}

.ml12 {
  margin-left: clamp(30px, 2.27273vw + 16.36364px, 60px) !important;
}

.mx12 {
  margin-right: clamp(30px, 2.27273vw + 16.36364px, 60px) !important;
  margin-left: clamp(30px, 2.27273vw + 16.36364px, 60px) !important;
}

.my12 {
  margin-top: clamp(30px, 2.27273vw + 16.36364px, 60px) !important;
  margin-bottom: clamp(30px, 2.27273vw + 16.36364px, 60px) !important;
}

.ma-fixed-12 {
  margin: 60px !important;
}

.mt-fixed-12 {
  margin-top: 60px !important;
}

.mr-fixed-12 {
  margin-right: 60px !important;
}

.mb-fixed-12 {
  margin-bottom: 60px !important;
}

.ml-fixed-12 {
  margin-left: 60px !important;
}

.mx-fixed-12 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.my-fixed-12 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.pa12 {
  padding: clamp(30px, 2.27273vw + 16.36364px, 60px) !important;
}

.pt12 {
  padding-top: clamp(30px, 2.27273vw + 16.36364px, 60px) !important;
}

.pr12 {
  padding-right: clamp(30px, 2.27273vw + 16.36364px, 60px) !important;
}

.pb12 {
  padding-bottom: clamp(30px, 2.27273vw + 16.36364px, 60px) !important;
}

.pl12 {
  padding-left: clamp(30px, 2.27273vw + 16.36364px, 60px) !important;
}

.px12 {
  padding-right: clamp(30px, 2.27273vw + 16.36364px, 60px) !important;
  padding-left: clamp(30px, 2.27273vw + 16.36364px, 60px) !important;
}

.py12 {
  padding-top: clamp(30px, 2.27273vw + 16.36364px, 60px) !important;
  padding-bottom: clamp(30px, 2.27273vw + 16.36364px, 60px) !important;
}

.pa-fixed-12 {
  padding: 60px !important;
}

.pt-fixed-12 {
  padding-top: 60px !important;
}

.pr-fixed-12 {
  padding-right: 60px !important;
}

.pb-fixed-12 {
  padding-bottom: 60px !important;
}

.pl-fixed-12 {
  padding-left: 60px !important;
}

.px-fixed-12 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.py-fixed-12 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.ga12 {
  gap: clamp(30px, 2.27273vw + 16.36364px, 60px) !important;
}

.gr12 {
  row-gap: clamp(30px, 2.27273vw + 16.36364px, 60px) !important;
}

.gc12 {
  -webkit-column-gap: clamp(30px, 2.27273vw + 16.36364px, 60px) !important;
     -moz-column-gap: clamp(30px, 2.27273vw + 16.36364px, 60px) !important;
          column-gap: clamp(30px, 2.27273vw + 16.36364px, 60px) !important;
}

.ga-fixed-12 {
  gap: 60px !important;
}

.gr-fixed-12 {
  row-gap: 60px !important;
}

.gc-fixed-12 {
  -webkit-column-gap: 60px !important;
     -moz-column-gap: 60px !important;
          column-gap: 60px !important;
}

.ma13 {
  margin: clamp(32.5px, 2.46212vw + 17.72727px, 65px) !important;
}

.mt13 {
  margin-top: clamp(32.5px, 2.46212vw + 17.72727px, 65px) !important;
}

.mr13 {
  margin-right: clamp(32.5px, 2.46212vw + 17.72727px, 65px) !important;
}

.mb13 {
  margin-bottom: clamp(32.5px, 2.46212vw + 17.72727px, 65px) !important;
}

.ml13 {
  margin-left: clamp(32.5px, 2.46212vw + 17.72727px, 65px) !important;
}

.mx13 {
  margin-right: clamp(32.5px, 2.46212vw + 17.72727px, 65px) !important;
  margin-left: clamp(32.5px, 2.46212vw + 17.72727px, 65px) !important;
}

.my13 {
  margin-top: clamp(32.5px, 2.46212vw + 17.72727px, 65px) !important;
  margin-bottom: clamp(32.5px, 2.46212vw + 17.72727px, 65px) !important;
}

.ma-fixed-13 {
  margin: 65px !important;
}

.mt-fixed-13 {
  margin-top: 65px !important;
}

.mr-fixed-13 {
  margin-right: 65px !important;
}

.mb-fixed-13 {
  margin-bottom: 65px !important;
}

.ml-fixed-13 {
  margin-left: 65px !important;
}

.mx-fixed-13 {
  margin-right: 65px !important;
  margin-left: 65px !important;
}

.my-fixed-13 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.pa13 {
  padding: clamp(32.5px, 2.46212vw + 17.72727px, 65px) !important;
}

.pt13 {
  padding-top: clamp(32.5px, 2.46212vw + 17.72727px, 65px) !important;
}

.pr13 {
  padding-right: clamp(32.5px, 2.46212vw + 17.72727px, 65px) !important;
}

.pb13 {
  padding-bottom: clamp(32.5px, 2.46212vw + 17.72727px, 65px) !important;
}

.pl13 {
  padding-left: clamp(32.5px, 2.46212vw + 17.72727px, 65px) !important;
}

.px13 {
  padding-right: clamp(32.5px, 2.46212vw + 17.72727px, 65px) !important;
  padding-left: clamp(32.5px, 2.46212vw + 17.72727px, 65px) !important;
}

.py13 {
  padding-top: clamp(32.5px, 2.46212vw + 17.72727px, 65px) !important;
  padding-bottom: clamp(32.5px, 2.46212vw + 17.72727px, 65px) !important;
}

.pa-fixed-13 {
  padding: 65px !important;
}

.pt-fixed-13 {
  padding-top: 65px !important;
}

.pr-fixed-13 {
  padding-right: 65px !important;
}

.pb-fixed-13 {
  padding-bottom: 65px !important;
}

.pl-fixed-13 {
  padding-left: 65px !important;
}

.px-fixed-13 {
  padding-right: 65px !important;
  padding-left: 65px !important;
}

.py-fixed-13 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.ga13 {
  gap: clamp(32.5px, 2.46212vw + 17.72727px, 65px) !important;
}

.gr13 {
  row-gap: clamp(32.5px, 2.46212vw + 17.72727px, 65px) !important;
}

.gc13 {
  -webkit-column-gap: clamp(32.5px, 2.46212vw + 17.72727px, 65px) !important;
     -moz-column-gap: clamp(32.5px, 2.46212vw + 17.72727px, 65px) !important;
          column-gap: clamp(32.5px, 2.46212vw + 17.72727px, 65px) !important;
}

.ga-fixed-13 {
  gap: 65px !important;
}

.gr-fixed-13 {
  row-gap: 65px !important;
}

.gc-fixed-13 {
  -webkit-column-gap: 65px !important;
     -moz-column-gap: 65px !important;
          column-gap: 65px !important;
}

.ma14 {
  margin: clamp(35px, 2.65152vw + 19.09091px, 70px) !important;
}

.mt14 {
  margin-top: clamp(35px, 2.65152vw + 19.09091px, 70px) !important;
}

.mr14 {
  margin-right: clamp(35px, 2.65152vw + 19.09091px, 70px) !important;
}

.mb14 {
  margin-bottom: clamp(35px, 2.65152vw + 19.09091px, 70px) !important;
}

.ml14 {
  margin-left: clamp(35px, 2.65152vw + 19.09091px, 70px) !important;
}

.mx14 {
  margin-right: clamp(35px, 2.65152vw + 19.09091px, 70px) !important;
  margin-left: clamp(35px, 2.65152vw + 19.09091px, 70px) !important;
}

.my14 {
  margin-top: clamp(35px, 2.65152vw + 19.09091px, 70px) !important;
  margin-bottom: clamp(35px, 2.65152vw + 19.09091px, 70px) !important;
}

.ma-fixed-14 {
  margin: 70px !important;
}

.mt-fixed-14 {
  margin-top: 70px !important;
}

.mr-fixed-14 {
  margin-right: 70px !important;
}

.mb-fixed-14 {
  margin-bottom: 70px !important;
}

.ml-fixed-14 {
  margin-left: 70px !important;
}

.mx-fixed-14 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}

.my-fixed-14 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.pa14 {
  padding: clamp(35px, 2.65152vw + 19.09091px, 70px) !important;
}

.pt14 {
  padding-top: clamp(35px, 2.65152vw + 19.09091px, 70px) !important;
}

.pr14 {
  padding-right: clamp(35px, 2.65152vw + 19.09091px, 70px) !important;
}

.pb14 {
  padding-bottom: clamp(35px, 2.65152vw + 19.09091px, 70px) !important;
}

.pl14 {
  padding-left: clamp(35px, 2.65152vw + 19.09091px, 70px) !important;
}

.px14 {
  padding-right: clamp(35px, 2.65152vw + 19.09091px, 70px) !important;
  padding-left: clamp(35px, 2.65152vw + 19.09091px, 70px) !important;
}

.py14 {
  padding-top: clamp(35px, 2.65152vw + 19.09091px, 70px) !important;
  padding-bottom: clamp(35px, 2.65152vw + 19.09091px, 70px) !important;
}

.pa-fixed-14 {
  padding: 70px !important;
}

.pt-fixed-14 {
  padding-top: 70px !important;
}

.pr-fixed-14 {
  padding-right: 70px !important;
}

.pb-fixed-14 {
  padding-bottom: 70px !important;
}

.pl-fixed-14 {
  padding-left: 70px !important;
}

.px-fixed-14 {
  padding-right: 70px !important;
  padding-left: 70px !important;
}

.py-fixed-14 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.ga14 {
  gap: clamp(35px, 2.65152vw + 19.09091px, 70px) !important;
}

.gr14 {
  row-gap: clamp(35px, 2.65152vw + 19.09091px, 70px) !important;
}

.gc14 {
  -webkit-column-gap: clamp(35px, 2.65152vw + 19.09091px, 70px) !important;
     -moz-column-gap: clamp(35px, 2.65152vw + 19.09091px, 70px) !important;
          column-gap: clamp(35px, 2.65152vw + 19.09091px, 70px) !important;
}

.ga-fixed-14 {
  gap: 70px !important;
}

.gr-fixed-14 {
  row-gap: 70px !important;
}

.gc-fixed-14 {
  -webkit-column-gap: 70px !important;
     -moz-column-gap: 70px !important;
          column-gap: 70px !important;
}

.ma15 {
  margin: clamp(37.5px, 2.84091vw + 20.45455px, 75px) !important;
}

.mt15 {
  margin-top: clamp(37.5px, 2.84091vw + 20.45455px, 75px) !important;
}

.mr15 {
  margin-right: clamp(37.5px, 2.84091vw + 20.45455px, 75px) !important;
}

.mb15 {
  margin-bottom: clamp(37.5px, 2.84091vw + 20.45455px, 75px) !important;
}

.ml15 {
  margin-left: clamp(37.5px, 2.84091vw + 20.45455px, 75px) !important;
}

.mx15 {
  margin-right: clamp(37.5px, 2.84091vw + 20.45455px, 75px) !important;
  margin-left: clamp(37.5px, 2.84091vw + 20.45455px, 75px) !important;
}

.my15 {
  margin-top: clamp(37.5px, 2.84091vw + 20.45455px, 75px) !important;
  margin-bottom: clamp(37.5px, 2.84091vw + 20.45455px, 75px) !important;
}

.ma-fixed-15 {
  margin: 75px !important;
}

.mt-fixed-15 {
  margin-top: 75px !important;
}

.mr-fixed-15 {
  margin-right: 75px !important;
}

.mb-fixed-15 {
  margin-bottom: 75px !important;
}

.ml-fixed-15 {
  margin-left: 75px !important;
}

.mx-fixed-15 {
  margin-right: 75px !important;
  margin-left: 75px !important;
}

.my-fixed-15 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.pa15 {
  padding: clamp(37.5px, 2.84091vw + 20.45455px, 75px) !important;
}

.pt15 {
  padding-top: clamp(37.5px, 2.84091vw + 20.45455px, 75px) !important;
}

.pr15 {
  padding-right: clamp(37.5px, 2.84091vw + 20.45455px, 75px) !important;
}

.pb15 {
  padding-bottom: clamp(37.5px, 2.84091vw + 20.45455px, 75px) !important;
}

.pl15 {
  padding-left: clamp(37.5px, 2.84091vw + 20.45455px, 75px) !important;
}

.px15 {
  padding-right: clamp(37.5px, 2.84091vw + 20.45455px, 75px) !important;
  padding-left: clamp(37.5px, 2.84091vw + 20.45455px, 75px) !important;
}

.py15 {
  padding-top: clamp(37.5px, 2.84091vw + 20.45455px, 75px) !important;
  padding-bottom: clamp(37.5px, 2.84091vw + 20.45455px, 75px) !important;
}

.pa-fixed-15 {
  padding: 75px !important;
}

.pt-fixed-15 {
  padding-top: 75px !important;
}

.pr-fixed-15 {
  padding-right: 75px !important;
}

.pb-fixed-15 {
  padding-bottom: 75px !important;
}

.pl-fixed-15 {
  padding-left: 75px !important;
}

.px-fixed-15 {
  padding-right: 75px !important;
  padding-left: 75px !important;
}

.py-fixed-15 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.ga15 {
  gap: clamp(37.5px, 2.84091vw + 20.45455px, 75px) !important;
}

.gr15 {
  row-gap: clamp(37.5px, 2.84091vw + 20.45455px, 75px) !important;
}

.gc15 {
  -webkit-column-gap: clamp(37.5px, 2.84091vw + 20.45455px, 75px) !important;
     -moz-column-gap: clamp(37.5px, 2.84091vw + 20.45455px, 75px) !important;
          column-gap: clamp(37.5px, 2.84091vw + 20.45455px, 75px) !important;
}

.ga-fixed-15 {
  gap: 75px !important;
}

.gr-fixed-15 {
  row-gap: 75px !important;
}

.gc-fixed-15 {
  -webkit-column-gap: 75px !important;
     -moz-column-gap: 75px !important;
          column-gap: 75px !important;
}

.ma16 {
  margin: clamp(40px, 3.0303vw + 21.81818px, 80px) !important;
}

.mt16 {
  margin-top: clamp(40px, 3.0303vw + 21.81818px, 80px) !important;
}

.mr16 {
  margin-right: clamp(40px, 3.0303vw + 21.81818px, 80px) !important;
}

.mb16 {
  margin-bottom: clamp(40px, 3.0303vw + 21.81818px, 80px) !important;
}

.ml16 {
  margin-left: clamp(40px, 3.0303vw + 21.81818px, 80px) !important;
}

.mx16 {
  margin-right: clamp(40px, 3.0303vw + 21.81818px, 80px) !important;
  margin-left: clamp(40px, 3.0303vw + 21.81818px, 80px) !important;
}

.my16 {
  margin-top: clamp(40px, 3.0303vw + 21.81818px, 80px) !important;
  margin-bottom: clamp(40px, 3.0303vw + 21.81818px, 80px) !important;
}

.ma-fixed-16 {
  margin: 80px !important;
}

.mt-fixed-16 {
  margin-top: 80px !important;
}

.mr-fixed-16 {
  margin-right: 80px !important;
}

.mb-fixed-16 {
  margin-bottom: 80px !important;
}

.ml-fixed-16 {
  margin-left: 80px !important;
}

.mx-fixed-16 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.my-fixed-16 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.pa16 {
  padding: clamp(40px, 3.0303vw + 21.81818px, 80px) !important;
}

.pt16 {
  padding-top: clamp(40px, 3.0303vw + 21.81818px, 80px) !important;
}

.pr16 {
  padding-right: clamp(40px, 3.0303vw + 21.81818px, 80px) !important;
}

.pb16 {
  padding-bottom: clamp(40px, 3.0303vw + 21.81818px, 80px) !important;
}

.pl16 {
  padding-left: clamp(40px, 3.0303vw + 21.81818px, 80px) !important;
}

.px16 {
  padding-right: clamp(40px, 3.0303vw + 21.81818px, 80px) !important;
  padding-left: clamp(40px, 3.0303vw + 21.81818px, 80px) !important;
}

.py16 {
  padding-top: clamp(40px, 3.0303vw + 21.81818px, 80px) !important;
  padding-bottom: clamp(40px, 3.0303vw + 21.81818px, 80px) !important;
}

.pa-fixed-16 {
  padding: 80px !important;
}

.pt-fixed-16 {
  padding-top: 80px !important;
}

.pr-fixed-16 {
  padding-right: 80px !important;
}

.pb-fixed-16 {
  padding-bottom: 80px !important;
}

.pl-fixed-16 {
  padding-left: 80px !important;
}

.px-fixed-16 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.py-fixed-16 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.ga16 {
  gap: clamp(40px, 3.0303vw + 21.81818px, 80px) !important;
}

.gr16 {
  row-gap: clamp(40px, 3.0303vw + 21.81818px, 80px) !important;
}

.gc16 {
  -webkit-column-gap: clamp(40px, 3.0303vw + 21.81818px, 80px) !important;
     -moz-column-gap: clamp(40px, 3.0303vw + 21.81818px, 80px) !important;
          column-gap: clamp(40px, 3.0303vw + 21.81818px, 80px) !important;
}

.ga-fixed-16 {
  gap: 80px !important;
}

.gr-fixed-16 {
  row-gap: 80px !important;
}

.gc-fixed-16 {
  -webkit-column-gap: 80px !important;
     -moz-column-gap: 80px !important;
          column-gap: 80px !important;
}

.ma17 {
  margin: clamp(42.5px, 3.2197vw + 23.18182px, 85px) !important;
}

.mt17 {
  margin-top: clamp(42.5px, 3.2197vw + 23.18182px, 85px) !important;
}

.mr17 {
  margin-right: clamp(42.5px, 3.2197vw + 23.18182px, 85px) !important;
}

.mb17 {
  margin-bottom: clamp(42.5px, 3.2197vw + 23.18182px, 85px) !important;
}

.ml17 {
  margin-left: clamp(42.5px, 3.2197vw + 23.18182px, 85px) !important;
}

.mx17 {
  margin-right: clamp(42.5px, 3.2197vw + 23.18182px, 85px) !important;
  margin-left: clamp(42.5px, 3.2197vw + 23.18182px, 85px) !important;
}

.my17 {
  margin-top: clamp(42.5px, 3.2197vw + 23.18182px, 85px) !important;
  margin-bottom: clamp(42.5px, 3.2197vw + 23.18182px, 85px) !important;
}

.ma-fixed-17 {
  margin: 85px !important;
}

.mt-fixed-17 {
  margin-top: 85px !important;
}

.mr-fixed-17 {
  margin-right: 85px !important;
}

.mb-fixed-17 {
  margin-bottom: 85px !important;
}

.ml-fixed-17 {
  margin-left: 85px !important;
}

.mx-fixed-17 {
  margin-right: 85px !important;
  margin-left: 85px !important;
}

.my-fixed-17 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.pa17 {
  padding: clamp(42.5px, 3.2197vw + 23.18182px, 85px) !important;
}

.pt17 {
  padding-top: clamp(42.5px, 3.2197vw + 23.18182px, 85px) !important;
}

.pr17 {
  padding-right: clamp(42.5px, 3.2197vw + 23.18182px, 85px) !important;
}

.pb17 {
  padding-bottom: clamp(42.5px, 3.2197vw + 23.18182px, 85px) !important;
}

.pl17 {
  padding-left: clamp(42.5px, 3.2197vw + 23.18182px, 85px) !important;
}

.px17 {
  padding-right: clamp(42.5px, 3.2197vw + 23.18182px, 85px) !important;
  padding-left: clamp(42.5px, 3.2197vw + 23.18182px, 85px) !important;
}

.py17 {
  padding-top: clamp(42.5px, 3.2197vw + 23.18182px, 85px) !important;
  padding-bottom: clamp(42.5px, 3.2197vw + 23.18182px, 85px) !important;
}

.pa-fixed-17 {
  padding: 85px !important;
}

.pt-fixed-17 {
  padding-top: 85px !important;
}

.pr-fixed-17 {
  padding-right: 85px !important;
}

.pb-fixed-17 {
  padding-bottom: 85px !important;
}

.pl-fixed-17 {
  padding-left: 85px !important;
}

.px-fixed-17 {
  padding-right: 85px !important;
  padding-left: 85px !important;
}

.py-fixed-17 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.ga17 {
  gap: clamp(42.5px, 3.2197vw + 23.18182px, 85px) !important;
}

.gr17 {
  row-gap: clamp(42.5px, 3.2197vw + 23.18182px, 85px) !important;
}

.gc17 {
  -webkit-column-gap: clamp(42.5px, 3.2197vw + 23.18182px, 85px) !important;
     -moz-column-gap: clamp(42.5px, 3.2197vw + 23.18182px, 85px) !important;
          column-gap: clamp(42.5px, 3.2197vw + 23.18182px, 85px) !important;
}

.ga-fixed-17 {
  gap: 85px !important;
}

.gr-fixed-17 {
  row-gap: 85px !important;
}

.gc-fixed-17 {
  -webkit-column-gap: 85px !important;
     -moz-column-gap: 85px !important;
          column-gap: 85px !important;
}

.ma18 {
  margin: clamp(45px, 3.40909vw + 24.54545px, 90px) !important;
}

.mt18 {
  margin-top: clamp(45px, 3.40909vw + 24.54545px, 90px) !important;
}

.mr18 {
  margin-right: clamp(45px, 3.40909vw + 24.54545px, 90px) !important;
}

.mb18 {
  margin-bottom: clamp(45px, 3.40909vw + 24.54545px, 90px) !important;
}

.ml18 {
  margin-left: clamp(45px, 3.40909vw + 24.54545px, 90px) !important;
}

.mx18 {
  margin-right: clamp(45px, 3.40909vw + 24.54545px, 90px) !important;
  margin-left: clamp(45px, 3.40909vw + 24.54545px, 90px) !important;
}

.my18 {
  margin-top: clamp(45px, 3.40909vw + 24.54545px, 90px) !important;
  margin-bottom: clamp(45px, 3.40909vw + 24.54545px, 90px) !important;
}

.ma-fixed-18 {
  margin: 90px !important;
}

.mt-fixed-18 {
  margin-top: 90px !important;
}

.mr-fixed-18 {
  margin-right: 90px !important;
}

.mb-fixed-18 {
  margin-bottom: 90px !important;
}

.ml-fixed-18 {
  margin-left: 90px !important;
}

.mx-fixed-18 {
  margin-right: 90px !important;
  margin-left: 90px !important;
}

.my-fixed-18 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.pa18 {
  padding: clamp(45px, 3.40909vw + 24.54545px, 90px) !important;
}

.pt18 {
  padding-top: clamp(45px, 3.40909vw + 24.54545px, 90px) !important;
}

.pr18 {
  padding-right: clamp(45px, 3.40909vw + 24.54545px, 90px) !important;
}

.pb18 {
  padding-bottom: clamp(45px, 3.40909vw + 24.54545px, 90px) !important;
}

.pl18 {
  padding-left: clamp(45px, 3.40909vw + 24.54545px, 90px) !important;
}

.px18 {
  padding-right: clamp(45px, 3.40909vw + 24.54545px, 90px) !important;
  padding-left: clamp(45px, 3.40909vw + 24.54545px, 90px) !important;
}

.py18 {
  padding-top: clamp(45px, 3.40909vw + 24.54545px, 90px) !important;
  padding-bottom: clamp(45px, 3.40909vw + 24.54545px, 90px) !important;
}

.pa-fixed-18 {
  padding: 90px !important;
}

.pt-fixed-18 {
  padding-top: 90px !important;
}

.pr-fixed-18 {
  padding-right: 90px !important;
}

.pb-fixed-18 {
  padding-bottom: 90px !important;
}

.pl-fixed-18 {
  padding-left: 90px !important;
}

.px-fixed-18 {
  padding-right: 90px !important;
  padding-left: 90px !important;
}

.py-fixed-18 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.ga18 {
  gap: clamp(45px, 3.40909vw + 24.54545px, 90px) !important;
}

.gr18 {
  row-gap: clamp(45px, 3.40909vw + 24.54545px, 90px) !important;
}

.gc18 {
  -webkit-column-gap: clamp(45px, 3.40909vw + 24.54545px, 90px) !important;
     -moz-column-gap: clamp(45px, 3.40909vw + 24.54545px, 90px) !important;
          column-gap: clamp(45px, 3.40909vw + 24.54545px, 90px) !important;
}

.ga-fixed-18 {
  gap: 90px !important;
}

.gr-fixed-18 {
  row-gap: 90px !important;
}

.gc-fixed-18 {
  -webkit-column-gap: 90px !important;
     -moz-column-gap: 90px !important;
          column-gap: 90px !important;
}

.ma19 {
  margin: clamp(47.5px, 3.59848vw + 25.90909px, 95px) !important;
}

.mt19 {
  margin-top: clamp(47.5px, 3.59848vw + 25.90909px, 95px) !important;
}

.mr19 {
  margin-right: clamp(47.5px, 3.59848vw + 25.90909px, 95px) !important;
}

.mb19 {
  margin-bottom: clamp(47.5px, 3.59848vw + 25.90909px, 95px) !important;
}

.ml19 {
  margin-left: clamp(47.5px, 3.59848vw + 25.90909px, 95px) !important;
}

.mx19 {
  margin-right: clamp(47.5px, 3.59848vw + 25.90909px, 95px) !important;
  margin-left: clamp(47.5px, 3.59848vw + 25.90909px, 95px) !important;
}

.my19 {
  margin-top: clamp(47.5px, 3.59848vw + 25.90909px, 95px) !important;
  margin-bottom: clamp(47.5px, 3.59848vw + 25.90909px, 95px) !important;
}

.ma-fixed-19 {
  margin: 95px !important;
}

.mt-fixed-19 {
  margin-top: 95px !important;
}

.mr-fixed-19 {
  margin-right: 95px !important;
}

.mb-fixed-19 {
  margin-bottom: 95px !important;
}

.ml-fixed-19 {
  margin-left: 95px !important;
}

.mx-fixed-19 {
  margin-right: 95px !important;
  margin-left: 95px !important;
}

.my-fixed-19 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.pa19 {
  padding: clamp(47.5px, 3.59848vw + 25.90909px, 95px) !important;
}

.pt19 {
  padding-top: clamp(47.5px, 3.59848vw + 25.90909px, 95px) !important;
}

.pr19 {
  padding-right: clamp(47.5px, 3.59848vw + 25.90909px, 95px) !important;
}

.pb19 {
  padding-bottom: clamp(47.5px, 3.59848vw + 25.90909px, 95px) !important;
}

.pl19 {
  padding-left: clamp(47.5px, 3.59848vw + 25.90909px, 95px) !important;
}

.px19 {
  padding-right: clamp(47.5px, 3.59848vw + 25.90909px, 95px) !important;
  padding-left: clamp(47.5px, 3.59848vw + 25.90909px, 95px) !important;
}

.py19 {
  padding-top: clamp(47.5px, 3.59848vw + 25.90909px, 95px) !important;
  padding-bottom: clamp(47.5px, 3.59848vw + 25.90909px, 95px) !important;
}

.pa-fixed-19 {
  padding: 95px !important;
}

.pt-fixed-19 {
  padding-top: 95px !important;
}

.pr-fixed-19 {
  padding-right: 95px !important;
}

.pb-fixed-19 {
  padding-bottom: 95px !important;
}

.pl-fixed-19 {
  padding-left: 95px !important;
}

.px-fixed-19 {
  padding-right: 95px !important;
  padding-left: 95px !important;
}

.py-fixed-19 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.ga19 {
  gap: clamp(47.5px, 3.59848vw + 25.90909px, 95px) !important;
}

.gr19 {
  row-gap: clamp(47.5px, 3.59848vw + 25.90909px, 95px) !important;
}

.gc19 {
  -webkit-column-gap: clamp(47.5px, 3.59848vw + 25.90909px, 95px) !important;
     -moz-column-gap: clamp(47.5px, 3.59848vw + 25.90909px, 95px) !important;
          column-gap: clamp(47.5px, 3.59848vw + 25.90909px, 95px) !important;
}

.ga-fixed-19 {
  gap: 95px !important;
}

.gr-fixed-19 {
  row-gap: 95px !important;
}

.gc-fixed-19 {
  -webkit-column-gap: 95px !important;
     -moz-column-gap: 95px !important;
          column-gap: 95px !important;
}

.ma20 {
  margin: clamp(50px, 3.78788vw + 27.27273px, 100px) !important;
}

.mt20 {
  margin-top: clamp(50px, 3.78788vw + 27.27273px, 100px) !important;
}

.mr20 {
  margin-right: clamp(50px, 3.78788vw + 27.27273px, 100px) !important;
}

.mb20 {
  margin-bottom: clamp(50px, 3.78788vw + 27.27273px, 100px) !important;
}

.ml20 {
  margin-left: clamp(50px, 3.78788vw + 27.27273px, 100px) !important;
}

.mx20 {
  margin-right: clamp(50px, 3.78788vw + 27.27273px, 100px) !important;
  margin-left: clamp(50px, 3.78788vw + 27.27273px, 100px) !important;
}

.my20 {
  margin-top: clamp(50px, 3.78788vw + 27.27273px, 100px) !important;
  margin-bottom: clamp(50px, 3.78788vw + 27.27273px, 100px) !important;
}

.ma-fixed-20 {
  margin: 100px !important;
}

.mt-fixed-20 {
  margin-top: 100px !important;
}

.mr-fixed-20 {
  margin-right: 100px !important;
}

.mb-fixed-20 {
  margin-bottom: 100px !important;
}

.ml-fixed-20 {
  margin-left: 100px !important;
}

.mx-fixed-20 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.my-fixed-20 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.pa20 {
  padding: clamp(50px, 3.78788vw + 27.27273px, 100px) !important;
}

.pt20 {
  padding-top: clamp(50px, 3.78788vw + 27.27273px, 100px) !important;
}

.pr20 {
  padding-right: clamp(50px, 3.78788vw + 27.27273px, 100px) !important;
}

.pb20 {
  padding-bottom: clamp(50px, 3.78788vw + 27.27273px, 100px) !important;
}

.pl20 {
  padding-left: clamp(50px, 3.78788vw + 27.27273px, 100px) !important;
}

.px20 {
  padding-right: clamp(50px, 3.78788vw + 27.27273px, 100px) !important;
  padding-left: clamp(50px, 3.78788vw + 27.27273px, 100px) !important;
}

.py20 {
  padding-top: clamp(50px, 3.78788vw + 27.27273px, 100px) !important;
  padding-bottom: clamp(50px, 3.78788vw + 27.27273px, 100px) !important;
}

.pa-fixed-20 {
  padding: 100px !important;
}

.pt-fixed-20 {
  padding-top: 100px !important;
}

.pr-fixed-20 {
  padding-right: 100px !important;
}

.pb-fixed-20 {
  padding-bottom: 100px !important;
}

.pl-fixed-20 {
  padding-left: 100px !important;
}

.px-fixed-20 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.py-fixed-20 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.ga20 {
  gap: clamp(50px, 3.78788vw + 27.27273px, 100px) !important;
}

.gr20 {
  row-gap: clamp(50px, 3.78788vw + 27.27273px, 100px) !important;
}

.gc20 {
  -webkit-column-gap: clamp(50px, 3.78788vw + 27.27273px, 100px) !important;
     -moz-column-gap: clamp(50px, 3.78788vw + 27.27273px, 100px) !important;
          column-gap: clamp(50px, 3.78788vw + 27.27273px, 100px) !important;
}

.ga-fixed-20 {
  gap: 100px !important;
}

.gr-fixed-20 {
  row-gap: 100px !important;
}

.gc-fixed-20 {
  -webkit-column-gap: 100px !important;
     -moz-column-gap: 100px !important;
          column-gap: 100px !important;
}

.ma21 {
  margin: clamp(52.5px, 3.97727vw + 28.63636px, 105px) !important;
}

.mt21 {
  margin-top: clamp(52.5px, 3.97727vw + 28.63636px, 105px) !important;
}

.mr21 {
  margin-right: clamp(52.5px, 3.97727vw + 28.63636px, 105px) !important;
}

.mb21 {
  margin-bottom: clamp(52.5px, 3.97727vw + 28.63636px, 105px) !important;
}

.ml21 {
  margin-left: clamp(52.5px, 3.97727vw + 28.63636px, 105px) !important;
}

.mx21 {
  margin-right: clamp(52.5px, 3.97727vw + 28.63636px, 105px) !important;
  margin-left: clamp(52.5px, 3.97727vw + 28.63636px, 105px) !important;
}

.my21 {
  margin-top: clamp(52.5px, 3.97727vw + 28.63636px, 105px) !important;
  margin-bottom: clamp(52.5px, 3.97727vw + 28.63636px, 105px) !important;
}

.ma-fixed-21 {
  margin: 105px !important;
}

.mt-fixed-21 {
  margin-top: 105px !important;
}

.mr-fixed-21 {
  margin-right: 105px !important;
}

.mb-fixed-21 {
  margin-bottom: 105px !important;
}

.ml-fixed-21 {
  margin-left: 105px !important;
}

.mx-fixed-21 {
  margin-right: 105px !important;
  margin-left: 105px !important;
}

.my-fixed-21 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

.pa21 {
  padding: clamp(52.5px, 3.97727vw + 28.63636px, 105px) !important;
}

.pt21 {
  padding-top: clamp(52.5px, 3.97727vw + 28.63636px, 105px) !important;
}

.pr21 {
  padding-right: clamp(52.5px, 3.97727vw + 28.63636px, 105px) !important;
}

.pb21 {
  padding-bottom: clamp(52.5px, 3.97727vw + 28.63636px, 105px) !important;
}

.pl21 {
  padding-left: clamp(52.5px, 3.97727vw + 28.63636px, 105px) !important;
}

.px21 {
  padding-right: clamp(52.5px, 3.97727vw + 28.63636px, 105px) !important;
  padding-left: clamp(52.5px, 3.97727vw + 28.63636px, 105px) !important;
}

.py21 {
  padding-top: clamp(52.5px, 3.97727vw + 28.63636px, 105px) !important;
  padding-bottom: clamp(52.5px, 3.97727vw + 28.63636px, 105px) !important;
}

.pa-fixed-21 {
  padding: 105px !important;
}

.pt-fixed-21 {
  padding-top: 105px !important;
}

.pr-fixed-21 {
  padding-right: 105px !important;
}

.pb-fixed-21 {
  padding-bottom: 105px !important;
}

.pl-fixed-21 {
  padding-left: 105px !important;
}

.px-fixed-21 {
  padding-right: 105px !important;
  padding-left: 105px !important;
}

.py-fixed-21 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

.ga21 {
  gap: clamp(52.5px, 3.97727vw + 28.63636px, 105px) !important;
}

.gr21 {
  row-gap: clamp(52.5px, 3.97727vw + 28.63636px, 105px) !important;
}

.gc21 {
  -webkit-column-gap: clamp(52.5px, 3.97727vw + 28.63636px, 105px) !important;
     -moz-column-gap: clamp(52.5px, 3.97727vw + 28.63636px, 105px) !important;
          column-gap: clamp(52.5px, 3.97727vw + 28.63636px, 105px) !important;
}

.ga-fixed-21 {
  gap: 105px !important;
}

.gr-fixed-21 {
  row-gap: 105px !important;
}

.gc-fixed-21 {
  -webkit-column-gap: 105px !important;
     -moz-column-gap: 105px !important;
          column-gap: 105px !important;
}

.ma22 {
  margin: clamp(55px, 4.16667vw + 30px, 110px) !important;
}

.mt22 {
  margin-top: clamp(55px, 4.16667vw + 30px, 110px) !important;
}

.mr22 {
  margin-right: clamp(55px, 4.16667vw + 30px, 110px) !important;
}

.mb22 {
  margin-bottom: clamp(55px, 4.16667vw + 30px, 110px) !important;
}

.ml22 {
  margin-left: clamp(55px, 4.16667vw + 30px, 110px) !important;
}

.mx22 {
  margin-right: clamp(55px, 4.16667vw + 30px, 110px) !important;
  margin-left: clamp(55px, 4.16667vw + 30px, 110px) !important;
}

.my22 {
  margin-top: clamp(55px, 4.16667vw + 30px, 110px) !important;
  margin-bottom: clamp(55px, 4.16667vw + 30px, 110px) !important;
}

.ma-fixed-22 {
  margin: 110px !important;
}

.mt-fixed-22 {
  margin-top: 110px !important;
}

.mr-fixed-22 {
  margin-right: 110px !important;
}

.mb-fixed-22 {
  margin-bottom: 110px !important;
}

.ml-fixed-22 {
  margin-left: 110px !important;
}

.mx-fixed-22 {
  margin-right: 110px !important;
  margin-left: 110px !important;
}

.my-fixed-22 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.pa22 {
  padding: clamp(55px, 4.16667vw + 30px, 110px) !important;
}

.pt22 {
  padding-top: clamp(55px, 4.16667vw + 30px, 110px) !important;
}

.pr22 {
  padding-right: clamp(55px, 4.16667vw + 30px, 110px) !important;
}

.pb22 {
  padding-bottom: clamp(55px, 4.16667vw + 30px, 110px) !important;
}

.pl22 {
  padding-left: clamp(55px, 4.16667vw + 30px, 110px) !important;
}

.px22 {
  padding-right: clamp(55px, 4.16667vw + 30px, 110px) !important;
  padding-left: clamp(55px, 4.16667vw + 30px, 110px) !important;
}

.py22 {
  padding-top: clamp(55px, 4.16667vw + 30px, 110px) !important;
  padding-bottom: clamp(55px, 4.16667vw + 30px, 110px) !important;
}

.pa-fixed-22 {
  padding: 110px !important;
}

.pt-fixed-22 {
  padding-top: 110px !important;
}

.pr-fixed-22 {
  padding-right: 110px !important;
}

.pb-fixed-22 {
  padding-bottom: 110px !important;
}

.pl-fixed-22 {
  padding-left: 110px !important;
}

.px-fixed-22 {
  padding-right: 110px !important;
  padding-left: 110px !important;
}

.py-fixed-22 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.ga22 {
  gap: clamp(55px, 4.16667vw + 30px, 110px) !important;
}

.gr22 {
  row-gap: clamp(55px, 4.16667vw + 30px, 110px) !important;
}

.gc22 {
  -webkit-column-gap: clamp(55px, 4.16667vw + 30px, 110px) !important;
     -moz-column-gap: clamp(55px, 4.16667vw + 30px, 110px) !important;
          column-gap: clamp(55px, 4.16667vw + 30px, 110px) !important;
}

.ga-fixed-22 {
  gap: 110px !important;
}

.gr-fixed-22 {
  row-gap: 110px !important;
}

.gc-fixed-22 {
  -webkit-column-gap: 110px !important;
     -moz-column-gap: 110px !important;
          column-gap: 110px !important;
}

.ma23 {
  margin: clamp(57.5px, 4.35606vw + 31.36364px, 115px) !important;
}

.mt23 {
  margin-top: clamp(57.5px, 4.35606vw + 31.36364px, 115px) !important;
}

.mr23 {
  margin-right: clamp(57.5px, 4.35606vw + 31.36364px, 115px) !important;
}

.mb23 {
  margin-bottom: clamp(57.5px, 4.35606vw + 31.36364px, 115px) !important;
}

.ml23 {
  margin-left: clamp(57.5px, 4.35606vw + 31.36364px, 115px) !important;
}

.mx23 {
  margin-right: clamp(57.5px, 4.35606vw + 31.36364px, 115px) !important;
  margin-left: clamp(57.5px, 4.35606vw + 31.36364px, 115px) !important;
}

.my23 {
  margin-top: clamp(57.5px, 4.35606vw + 31.36364px, 115px) !important;
  margin-bottom: clamp(57.5px, 4.35606vw + 31.36364px, 115px) !important;
}

.ma-fixed-23 {
  margin: 115px !important;
}

.mt-fixed-23 {
  margin-top: 115px !important;
}

.mr-fixed-23 {
  margin-right: 115px !important;
}

.mb-fixed-23 {
  margin-bottom: 115px !important;
}

.ml-fixed-23 {
  margin-left: 115px !important;
}

.mx-fixed-23 {
  margin-right: 115px !important;
  margin-left: 115px !important;
}

.my-fixed-23 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

.pa23 {
  padding: clamp(57.5px, 4.35606vw + 31.36364px, 115px) !important;
}

.pt23 {
  padding-top: clamp(57.5px, 4.35606vw + 31.36364px, 115px) !important;
}

.pr23 {
  padding-right: clamp(57.5px, 4.35606vw + 31.36364px, 115px) !important;
}

.pb23 {
  padding-bottom: clamp(57.5px, 4.35606vw + 31.36364px, 115px) !important;
}

.pl23 {
  padding-left: clamp(57.5px, 4.35606vw + 31.36364px, 115px) !important;
}

.px23 {
  padding-right: clamp(57.5px, 4.35606vw + 31.36364px, 115px) !important;
  padding-left: clamp(57.5px, 4.35606vw + 31.36364px, 115px) !important;
}

.py23 {
  padding-top: clamp(57.5px, 4.35606vw + 31.36364px, 115px) !important;
  padding-bottom: clamp(57.5px, 4.35606vw + 31.36364px, 115px) !important;
}

.pa-fixed-23 {
  padding: 115px !important;
}

.pt-fixed-23 {
  padding-top: 115px !important;
}

.pr-fixed-23 {
  padding-right: 115px !important;
}

.pb-fixed-23 {
  padding-bottom: 115px !important;
}

.pl-fixed-23 {
  padding-left: 115px !important;
}

.px-fixed-23 {
  padding-right: 115px !important;
  padding-left: 115px !important;
}

.py-fixed-23 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

.ga23 {
  gap: clamp(57.5px, 4.35606vw + 31.36364px, 115px) !important;
}

.gr23 {
  row-gap: clamp(57.5px, 4.35606vw + 31.36364px, 115px) !important;
}

.gc23 {
  -webkit-column-gap: clamp(57.5px, 4.35606vw + 31.36364px, 115px) !important;
     -moz-column-gap: clamp(57.5px, 4.35606vw + 31.36364px, 115px) !important;
          column-gap: clamp(57.5px, 4.35606vw + 31.36364px, 115px) !important;
}

.ga-fixed-23 {
  gap: 115px !important;
}

.gr-fixed-23 {
  row-gap: 115px !important;
}

.gc-fixed-23 {
  -webkit-column-gap: 115px !important;
     -moz-column-gap: 115px !important;
          column-gap: 115px !important;
}

.ma24 {
  margin: clamp(60px, 4.54545vw + 32.72727px, 120px) !important;
}

.mt24 {
  margin-top: clamp(60px, 4.54545vw + 32.72727px, 120px) !important;
}

.mr24 {
  margin-right: clamp(60px, 4.54545vw + 32.72727px, 120px) !important;
}

.mb24 {
  margin-bottom: clamp(60px, 4.54545vw + 32.72727px, 120px) !important;
}

.ml24 {
  margin-left: clamp(60px, 4.54545vw + 32.72727px, 120px) !important;
}

.mx24 {
  margin-right: clamp(60px, 4.54545vw + 32.72727px, 120px) !important;
  margin-left: clamp(60px, 4.54545vw + 32.72727px, 120px) !important;
}

.my24 {
  margin-top: clamp(60px, 4.54545vw + 32.72727px, 120px) !important;
  margin-bottom: clamp(60px, 4.54545vw + 32.72727px, 120px) !important;
}

.ma-fixed-24 {
  margin: 120px !important;
}

.mt-fixed-24 {
  margin-top: 120px !important;
}

.mr-fixed-24 {
  margin-right: 120px !important;
}

.mb-fixed-24 {
  margin-bottom: 120px !important;
}

.ml-fixed-24 {
  margin-left: 120px !important;
}

.mx-fixed-24 {
  margin-right: 120px !important;
  margin-left: 120px !important;
}

.my-fixed-24 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.pa24 {
  padding: clamp(60px, 4.54545vw + 32.72727px, 120px) !important;
}

.pt24 {
  padding-top: clamp(60px, 4.54545vw + 32.72727px, 120px) !important;
}

.pr24 {
  padding-right: clamp(60px, 4.54545vw + 32.72727px, 120px) !important;
}

.pb24 {
  padding-bottom: clamp(60px, 4.54545vw + 32.72727px, 120px) !important;
}

.pl24 {
  padding-left: clamp(60px, 4.54545vw + 32.72727px, 120px) !important;
}

.px24 {
  padding-right: clamp(60px, 4.54545vw + 32.72727px, 120px) !important;
  padding-left: clamp(60px, 4.54545vw + 32.72727px, 120px) !important;
}

.py24 {
  padding-top: clamp(60px, 4.54545vw + 32.72727px, 120px) !important;
  padding-bottom: clamp(60px, 4.54545vw + 32.72727px, 120px) !important;
}

.pa-fixed-24 {
  padding: 120px !important;
}

.pt-fixed-24 {
  padding-top: 120px !important;
}

.pr-fixed-24 {
  padding-right: 120px !important;
}

.pb-fixed-24 {
  padding-bottom: 120px !important;
}

.pl-fixed-24 {
  padding-left: 120px !important;
}

.px-fixed-24 {
  padding-right: 120px !important;
  padding-left: 120px !important;
}

.py-fixed-24 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.ga24 {
  gap: clamp(60px, 4.54545vw + 32.72727px, 120px) !important;
}

.gr24 {
  row-gap: clamp(60px, 4.54545vw + 32.72727px, 120px) !important;
}

.gc24 {
  -webkit-column-gap: clamp(60px, 4.54545vw + 32.72727px, 120px) !important;
     -moz-column-gap: clamp(60px, 4.54545vw + 32.72727px, 120px) !important;
          column-gap: clamp(60px, 4.54545vw + 32.72727px, 120px) !important;
}

.ga-fixed-24 {
  gap: 120px !important;
}

.gr-fixed-24 {
  row-gap: 120px !important;
}

.gc-fixed-24 {
  -webkit-column-gap: 120px !important;
     -moz-column-gap: 120px !important;
          column-gap: 120px !important;
}

.ma25 {
  margin: clamp(62.5px, 4.73485vw + 34.09091px, 125px) !important;
}

.mt25 {
  margin-top: clamp(62.5px, 4.73485vw + 34.09091px, 125px) !important;
}

.mr25 {
  margin-right: clamp(62.5px, 4.73485vw + 34.09091px, 125px) !important;
}

.mb25 {
  margin-bottom: clamp(62.5px, 4.73485vw + 34.09091px, 125px) !important;
}

.ml25 {
  margin-left: clamp(62.5px, 4.73485vw + 34.09091px, 125px) !important;
}

.mx25 {
  margin-right: clamp(62.5px, 4.73485vw + 34.09091px, 125px) !important;
  margin-left: clamp(62.5px, 4.73485vw + 34.09091px, 125px) !important;
}

.my25 {
  margin-top: clamp(62.5px, 4.73485vw + 34.09091px, 125px) !important;
  margin-bottom: clamp(62.5px, 4.73485vw + 34.09091px, 125px) !important;
}

.ma-fixed-25 {
  margin: 125px !important;
}

.mt-fixed-25 {
  margin-top: 125px !important;
}

.mr-fixed-25 {
  margin-right: 125px !important;
}

.mb-fixed-25 {
  margin-bottom: 125px !important;
}

.ml-fixed-25 {
  margin-left: 125px !important;
}

.mx-fixed-25 {
  margin-right: 125px !important;
  margin-left: 125px !important;
}

.my-fixed-25 {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
}

.pa25 {
  padding: clamp(62.5px, 4.73485vw + 34.09091px, 125px) !important;
}

.pt25 {
  padding-top: clamp(62.5px, 4.73485vw + 34.09091px, 125px) !important;
}

.pr25 {
  padding-right: clamp(62.5px, 4.73485vw + 34.09091px, 125px) !important;
}

.pb25 {
  padding-bottom: clamp(62.5px, 4.73485vw + 34.09091px, 125px) !important;
}

.pl25 {
  padding-left: clamp(62.5px, 4.73485vw + 34.09091px, 125px) !important;
}

.px25 {
  padding-right: clamp(62.5px, 4.73485vw + 34.09091px, 125px) !important;
  padding-left: clamp(62.5px, 4.73485vw + 34.09091px, 125px) !important;
}

.py25 {
  padding-top: clamp(62.5px, 4.73485vw + 34.09091px, 125px) !important;
  padding-bottom: clamp(62.5px, 4.73485vw + 34.09091px, 125px) !important;
}

.pa-fixed-25 {
  padding: 125px !important;
}

.pt-fixed-25 {
  padding-top: 125px !important;
}

.pr-fixed-25 {
  padding-right: 125px !important;
}

.pb-fixed-25 {
  padding-bottom: 125px !important;
}

.pl-fixed-25 {
  padding-left: 125px !important;
}

.px-fixed-25 {
  padding-right: 125px !important;
  padding-left: 125px !important;
}

.py-fixed-25 {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}

.ga25 {
  gap: clamp(62.5px, 4.73485vw + 34.09091px, 125px) !important;
}

.gr25 {
  row-gap: clamp(62.5px, 4.73485vw + 34.09091px, 125px) !important;
}

.gc25 {
  -webkit-column-gap: clamp(62.5px, 4.73485vw + 34.09091px, 125px) !important;
     -moz-column-gap: clamp(62.5px, 4.73485vw + 34.09091px, 125px) !important;
          column-gap: clamp(62.5px, 4.73485vw + 34.09091px, 125px) !important;
}

.ga-fixed-25 {
  gap: 125px !important;
}

.gr-fixed-25 {
  row-gap: 125px !important;
}

.gc-fixed-25 {
  -webkit-column-gap: 125px !important;
     -moz-column-gap: 125px !important;
          column-gap: 125px !important;
}

.ma26 {
  margin: clamp(65px, 4.92424vw + 35.45455px, 130px) !important;
}

.mt26 {
  margin-top: clamp(65px, 4.92424vw + 35.45455px, 130px) !important;
}

.mr26 {
  margin-right: clamp(65px, 4.92424vw + 35.45455px, 130px) !important;
}

.mb26 {
  margin-bottom: clamp(65px, 4.92424vw + 35.45455px, 130px) !important;
}

.ml26 {
  margin-left: clamp(65px, 4.92424vw + 35.45455px, 130px) !important;
}

.mx26 {
  margin-right: clamp(65px, 4.92424vw + 35.45455px, 130px) !important;
  margin-left: clamp(65px, 4.92424vw + 35.45455px, 130px) !important;
}

.my26 {
  margin-top: clamp(65px, 4.92424vw + 35.45455px, 130px) !important;
  margin-bottom: clamp(65px, 4.92424vw + 35.45455px, 130px) !important;
}

.ma-fixed-26 {
  margin: 130px !important;
}

.mt-fixed-26 {
  margin-top: 130px !important;
}

.mr-fixed-26 {
  margin-right: 130px !important;
}

.mb-fixed-26 {
  margin-bottom: 130px !important;
}

.ml-fixed-26 {
  margin-left: 130px !important;
}

.mx-fixed-26 {
  margin-right: 130px !important;
  margin-left: 130px !important;
}

.my-fixed-26 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

.pa26 {
  padding: clamp(65px, 4.92424vw + 35.45455px, 130px) !important;
}

.pt26 {
  padding-top: clamp(65px, 4.92424vw + 35.45455px, 130px) !important;
}

.pr26 {
  padding-right: clamp(65px, 4.92424vw + 35.45455px, 130px) !important;
}

.pb26 {
  padding-bottom: clamp(65px, 4.92424vw + 35.45455px, 130px) !important;
}

.pl26 {
  padding-left: clamp(65px, 4.92424vw + 35.45455px, 130px) !important;
}

.px26 {
  padding-right: clamp(65px, 4.92424vw + 35.45455px, 130px) !important;
  padding-left: clamp(65px, 4.92424vw + 35.45455px, 130px) !important;
}

.py26 {
  padding-top: clamp(65px, 4.92424vw + 35.45455px, 130px) !important;
  padding-bottom: clamp(65px, 4.92424vw + 35.45455px, 130px) !important;
}

.pa-fixed-26 {
  padding: 130px !important;
}

.pt-fixed-26 {
  padding-top: 130px !important;
}

.pr-fixed-26 {
  padding-right: 130px !important;
}

.pb-fixed-26 {
  padding-bottom: 130px !important;
}

.pl-fixed-26 {
  padding-left: 130px !important;
}

.px-fixed-26 {
  padding-right: 130px !important;
  padding-left: 130px !important;
}

.py-fixed-26 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.ga26 {
  gap: clamp(65px, 4.92424vw + 35.45455px, 130px) !important;
}

.gr26 {
  row-gap: clamp(65px, 4.92424vw + 35.45455px, 130px) !important;
}

.gc26 {
  -webkit-column-gap: clamp(65px, 4.92424vw + 35.45455px, 130px) !important;
     -moz-column-gap: clamp(65px, 4.92424vw + 35.45455px, 130px) !important;
          column-gap: clamp(65px, 4.92424vw + 35.45455px, 130px) !important;
}

.ga-fixed-26 {
  gap: 130px !important;
}

.gr-fixed-26 {
  row-gap: 130px !important;
}

.gc-fixed-26 {
  -webkit-column-gap: 130px !important;
     -moz-column-gap: 130px !important;
          column-gap: 130px !important;
}

.ma27 {
  margin: clamp(67.5px, 5.11364vw + 36.81818px, 135px) !important;
}

.mt27 {
  margin-top: clamp(67.5px, 5.11364vw + 36.81818px, 135px) !important;
}

.mr27 {
  margin-right: clamp(67.5px, 5.11364vw + 36.81818px, 135px) !important;
}

.mb27 {
  margin-bottom: clamp(67.5px, 5.11364vw + 36.81818px, 135px) !important;
}

.ml27 {
  margin-left: clamp(67.5px, 5.11364vw + 36.81818px, 135px) !important;
}

.mx27 {
  margin-right: clamp(67.5px, 5.11364vw + 36.81818px, 135px) !important;
  margin-left: clamp(67.5px, 5.11364vw + 36.81818px, 135px) !important;
}

.my27 {
  margin-top: clamp(67.5px, 5.11364vw + 36.81818px, 135px) !important;
  margin-bottom: clamp(67.5px, 5.11364vw + 36.81818px, 135px) !important;
}

.ma-fixed-27 {
  margin: 135px !important;
}

.mt-fixed-27 {
  margin-top: 135px !important;
}

.mr-fixed-27 {
  margin-right: 135px !important;
}

.mb-fixed-27 {
  margin-bottom: 135px !important;
}

.ml-fixed-27 {
  margin-left: 135px !important;
}

.mx-fixed-27 {
  margin-right: 135px !important;
  margin-left: 135px !important;
}

.my-fixed-27 {
  margin-top: 135px !important;
  margin-bottom: 135px !important;
}

.pa27 {
  padding: clamp(67.5px, 5.11364vw + 36.81818px, 135px) !important;
}

.pt27 {
  padding-top: clamp(67.5px, 5.11364vw + 36.81818px, 135px) !important;
}

.pr27 {
  padding-right: clamp(67.5px, 5.11364vw + 36.81818px, 135px) !important;
}

.pb27 {
  padding-bottom: clamp(67.5px, 5.11364vw + 36.81818px, 135px) !important;
}

.pl27 {
  padding-left: clamp(67.5px, 5.11364vw + 36.81818px, 135px) !important;
}

.px27 {
  padding-right: clamp(67.5px, 5.11364vw + 36.81818px, 135px) !important;
  padding-left: clamp(67.5px, 5.11364vw + 36.81818px, 135px) !important;
}

.py27 {
  padding-top: clamp(67.5px, 5.11364vw + 36.81818px, 135px) !important;
  padding-bottom: clamp(67.5px, 5.11364vw + 36.81818px, 135px) !important;
}

.pa-fixed-27 {
  padding: 135px !important;
}

.pt-fixed-27 {
  padding-top: 135px !important;
}

.pr-fixed-27 {
  padding-right: 135px !important;
}

.pb-fixed-27 {
  padding-bottom: 135px !important;
}

.pl-fixed-27 {
  padding-left: 135px !important;
}

.px-fixed-27 {
  padding-right: 135px !important;
  padding-left: 135px !important;
}

.py-fixed-27 {
  padding-top: 135px !important;
  padding-bottom: 135px !important;
}

.ga27 {
  gap: clamp(67.5px, 5.11364vw + 36.81818px, 135px) !important;
}

.gr27 {
  row-gap: clamp(67.5px, 5.11364vw + 36.81818px, 135px) !important;
}

.gc27 {
  -webkit-column-gap: clamp(67.5px, 5.11364vw + 36.81818px, 135px) !important;
     -moz-column-gap: clamp(67.5px, 5.11364vw + 36.81818px, 135px) !important;
          column-gap: clamp(67.5px, 5.11364vw + 36.81818px, 135px) !important;
}

.ga-fixed-27 {
  gap: 135px !important;
}

.gr-fixed-27 {
  row-gap: 135px !important;
}

.gc-fixed-27 {
  -webkit-column-gap: 135px !important;
     -moz-column-gap: 135px !important;
          column-gap: 135px !important;
}

.ma28 {
  margin: clamp(70px, 5.30303vw + 38.18182px, 140px) !important;
}

.mt28 {
  margin-top: clamp(70px, 5.30303vw + 38.18182px, 140px) !important;
}

.mr28 {
  margin-right: clamp(70px, 5.30303vw + 38.18182px, 140px) !important;
}

.mb28 {
  margin-bottom: clamp(70px, 5.30303vw + 38.18182px, 140px) !important;
}

.ml28 {
  margin-left: clamp(70px, 5.30303vw + 38.18182px, 140px) !important;
}

.mx28 {
  margin-right: clamp(70px, 5.30303vw + 38.18182px, 140px) !important;
  margin-left: clamp(70px, 5.30303vw + 38.18182px, 140px) !important;
}

.my28 {
  margin-top: clamp(70px, 5.30303vw + 38.18182px, 140px) !important;
  margin-bottom: clamp(70px, 5.30303vw + 38.18182px, 140px) !important;
}

.ma-fixed-28 {
  margin: 140px !important;
}

.mt-fixed-28 {
  margin-top: 140px !important;
}

.mr-fixed-28 {
  margin-right: 140px !important;
}

.mb-fixed-28 {
  margin-bottom: 140px !important;
}

.ml-fixed-28 {
  margin-left: 140px !important;
}

.mx-fixed-28 {
  margin-right: 140px !important;
  margin-left: 140px !important;
}

.my-fixed-28 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.pa28 {
  padding: clamp(70px, 5.30303vw + 38.18182px, 140px) !important;
}

.pt28 {
  padding-top: clamp(70px, 5.30303vw + 38.18182px, 140px) !important;
}

.pr28 {
  padding-right: clamp(70px, 5.30303vw + 38.18182px, 140px) !important;
}

.pb28 {
  padding-bottom: clamp(70px, 5.30303vw + 38.18182px, 140px) !important;
}

.pl28 {
  padding-left: clamp(70px, 5.30303vw + 38.18182px, 140px) !important;
}

.px28 {
  padding-right: clamp(70px, 5.30303vw + 38.18182px, 140px) !important;
  padding-left: clamp(70px, 5.30303vw + 38.18182px, 140px) !important;
}

.py28 {
  padding-top: clamp(70px, 5.30303vw + 38.18182px, 140px) !important;
  padding-bottom: clamp(70px, 5.30303vw + 38.18182px, 140px) !important;
}

.pa-fixed-28 {
  padding: 140px !important;
}

.pt-fixed-28 {
  padding-top: 140px !important;
}

.pr-fixed-28 {
  padding-right: 140px !important;
}

.pb-fixed-28 {
  padding-bottom: 140px !important;
}

.pl-fixed-28 {
  padding-left: 140px !important;
}

.px-fixed-28 {
  padding-right: 140px !important;
  padding-left: 140px !important;
}

.py-fixed-28 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.ga28 {
  gap: clamp(70px, 5.30303vw + 38.18182px, 140px) !important;
}

.gr28 {
  row-gap: clamp(70px, 5.30303vw + 38.18182px, 140px) !important;
}

.gc28 {
  -webkit-column-gap: clamp(70px, 5.30303vw + 38.18182px, 140px) !important;
     -moz-column-gap: clamp(70px, 5.30303vw + 38.18182px, 140px) !important;
          column-gap: clamp(70px, 5.30303vw + 38.18182px, 140px) !important;
}

.ga-fixed-28 {
  gap: 140px !important;
}

.gr-fixed-28 {
  row-gap: 140px !important;
}

.gc-fixed-28 {
  -webkit-column-gap: 140px !important;
     -moz-column-gap: 140px !important;
          column-gap: 140px !important;
}

.ma29 {
  margin: clamp(72.5px, 5.49242vw + 39.54545px, 145px) !important;
}

.mt29 {
  margin-top: clamp(72.5px, 5.49242vw + 39.54545px, 145px) !important;
}

.mr29 {
  margin-right: clamp(72.5px, 5.49242vw + 39.54545px, 145px) !important;
}

.mb29 {
  margin-bottom: clamp(72.5px, 5.49242vw + 39.54545px, 145px) !important;
}

.ml29 {
  margin-left: clamp(72.5px, 5.49242vw + 39.54545px, 145px) !important;
}

.mx29 {
  margin-right: clamp(72.5px, 5.49242vw + 39.54545px, 145px) !important;
  margin-left: clamp(72.5px, 5.49242vw + 39.54545px, 145px) !important;
}

.my29 {
  margin-top: clamp(72.5px, 5.49242vw + 39.54545px, 145px) !important;
  margin-bottom: clamp(72.5px, 5.49242vw + 39.54545px, 145px) !important;
}

.ma-fixed-29 {
  margin: 145px !important;
}

.mt-fixed-29 {
  margin-top: 145px !important;
}

.mr-fixed-29 {
  margin-right: 145px !important;
}

.mb-fixed-29 {
  margin-bottom: 145px !important;
}

.ml-fixed-29 {
  margin-left: 145px !important;
}

.mx-fixed-29 {
  margin-right: 145px !important;
  margin-left: 145px !important;
}

.my-fixed-29 {
  margin-top: 145px !important;
  margin-bottom: 145px !important;
}

.pa29 {
  padding: clamp(72.5px, 5.49242vw + 39.54545px, 145px) !important;
}

.pt29 {
  padding-top: clamp(72.5px, 5.49242vw + 39.54545px, 145px) !important;
}

.pr29 {
  padding-right: clamp(72.5px, 5.49242vw + 39.54545px, 145px) !important;
}

.pb29 {
  padding-bottom: clamp(72.5px, 5.49242vw + 39.54545px, 145px) !important;
}

.pl29 {
  padding-left: clamp(72.5px, 5.49242vw + 39.54545px, 145px) !important;
}

.px29 {
  padding-right: clamp(72.5px, 5.49242vw + 39.54545px, 145px) !important;
  padding-left: clamp(72.5px, 5.49242vw + 39.54545px, 145px) !important;
}

.py29 {
  padding-top: clamp(72.5px, 5.49242vw + 39.54545px, 145px) !important;
  padding-bottom: clamp(72.5px, 5.49242vw + 39.54545px, 145px) !important;
}

.pa-fixed-29 {
  padding: 145px !important;
}

.pt-fixed-29 {
  padding-top: 145px !important;
}

.pr-fixed-29 {
  padding-right: 145px !important;
}

.pb-fixed-29 {
  padding-bottom: 145px !important;
}

.pl-fixed-29 {
  padding-left: 145px !important;
}

.px-fixed-29 {
  padding-right: 145px !important;
  padding-left: 145px !important;
}

.py-fixed-29 {
  padding-top: 145px !important;
  padding-bottom: 145px !important;
}

.ga29 {
  gap: clamp(72.5px, 5.49242vw + 39.54545px, 145px) !important;
}

.gr29 {
  row-gap: clamp(72.5px, 5.49242vw + 39.54545px, 145px) !important;
}

.gc29 {
  -webkit-column-gap: clamp(72.5px, 5.49242vw + 39.54545px, 145px) !important;
     -moz-column-gap: clamp(72.5px, 5.49242vw + 39.54545px, 145px) !important;
          column-gap: clamp(72.5px, 5.49242vw + 39.54545px, 145px) !important;
}

.ga-fixed-29 {
  gap: 145px !important;
}

.gr-fixed-29 {
  row-gap: 145px !important;
}

.gc-fixed-29 {
  -webkit-column-gap: 145px !important;
     -moz-column-gap: 145px !important;
          column-gap: 145px !important;
}

.ma30 {
  margin: clamp(75px, 5.68182vw + 40.90909px, 150px) !important;
}

.mt30 {
  margin-top: clamp(75px, 5.68182vw + 40.90909px, 150px) !important;
}

.mr30 {
  margin-right: clamp(75px, 5.68182vw + 40.90909px, 150px) !important;
}

.mb30 {
  margin-bottom: clamp(75px, 5.68182vw + 40.90909px, 150px) !important;
}

.ml30 {
  margin-left: clamp(75px, 5.68182vw + 40.90909px, 150px) !important;
}

.mx30 {
  margin-right: clamp(75px, 5.68182vw + 40.90909px, 150px) !important;
  margin-left: clamp(75px, 5.68182vw + 40.90909px, 150px) !important;
}

.my30 {
  margin-top: clamp(75px, 5.68182vw + 40.90909px, 150px) !important;
  margin-bottom: clamp(75px, 5.68182vw + 40.90909px, 150px) !important;
}

.ma-fixed-30 {
  margin: 150px !important;
}

.mt-fixed-30 {
  margin-top: 150px !important;
}

.mr-fixed-30 {
  margin-right: 150px !important;
}

.mb-fixed-30 {
  margin-bottom: 150px !important;
}

.ml-fixed-30 {
  margin-left: 150px !important;
}

.mx-fixed-30 {
  margin-right: 150px !important;
  margin-left: 150px !important;
}

.my-fixed-30 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.pa30 {
  padding: clamp(75px, 5.68182vw + 40.90909px, 150px) !important;
}

.pt30 {
  padding-top: clamp(75px, 5.68182vw + 40.90909px, 150px) !important;
}

.pr30 {
  padding-right: clamp(75px, 5.68182vw + 40.90909px, 150px) !important;
}

.pb30 {
  padding-bottom: clamp(75px, 5.68182vw + 40.90909px, 150px) !important;
}

.pl30 {
  padding-left: clamp(75px, 5.68182vw + 40.90909px, 150px) !important;
}

.px30 {
  padding-right: clamp(75px, 5.68182vw + 40.90909px, 150px) !important;
  padding-left: clamp(75px, 5.68182vw + 40.90909px, 150px) !important;
}

.py30 {
  padding-top: clamp(75px, 5.68182vw + 40.90909px, 150px) !important;
  padding-bottom: clamp(75px, 5.68182vw + 40.90909px, 150px) !important;
}

.pa-fixed-30 {
  padding: 150px !important;
}

.pt-fixed-30 {
  padding-top: 150px !important;
}

.pr-fixed-30 {
  padding-right: 150px !important;
}

.pb-fixed-30 {
  padding-bottom: 150px !important;
}

.pl-fixed-30 {
  padding-left: 150px !important;
}

.px-fixed-30 {
  padding-right: 150px !important;
  padding-left: 150px !important;
}

.py-fixed-30 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.ga30 {
  gap: clamp(75px, 5.68182vw + 40.90909px, 150px) !important;
}

.gr30 {
  row-gap: clamp(75px, 5.68182vw + 40.90909px, 150px) !important;
}

.gc30 {
  -webkit-column-gap: clamp(75px, 5.68182vw + 40.90909px, 150px) !important;
     -moz-column-gap: clamp(75px, 5.68182vw + 40.90909px, 150px) !important;
          column-gap: clamp(75px, 5.68182vw + 40.90909px, 150px) !important;
}

.ga-fixed-30 {
  gap: 150px !important;
}

.gr-fixed-30 {
  row-gap: 150px !important;
}

.gc-fixed-30 {
  -webkit-column-gap: 150px !important;
     -moz-column-gap: 150px !important;
          column-gap: 150px !important;
}

.ma31 {
  margin: clamp(77.5px, 5.87121vw + 42.27273px, 155px) !important;
}

.mt31 {
  margin-top: clamp(77.5px, 5.87121vw + 42.27273px, 155px) !important;
}

.mr31 {
  margin-right: clamp(77.5px, 5.87121vw + 42.27273px, 155px) !important;
}

.mb31 {
  margin-bottom: clamp(77.5px, 5.87121vw + 42.27273px, 155px) !important;
}

.ml31 {
  margin-left: clamp(77.5px, 5.87121vw + 42.27273px, 155px) !important;
}

.mx31 {
  margin-right: clamp(77.5px, 5.87121vw + 42.27273px, 155px) !important;
  margin-left: clamp(77.5px, 5.87121vw + 42.27273px, 155px) !important;
}

.my31 {
  margin-top: clamp(77.5px, 5.87121vw + 42.27273px, 155px) !important;
  margin-bottom: clamp(77.5px, 5.87121vw + 42.27273px, 155px) !important;
}

.ma-fixed-31 {
  margin: 155px !important;
}

.mt-fixed-31 {
  margin-top: 155px !important;
}

.mr-fixed-31 {
  margin-right: 155px !important;
}

.mb-fixed-31 {
  margin-bottom: 155px !important;
}

.ml-fixed-31 {
  margin-left: 155px !important;
}

.mx-fixed-31 {
  margin-right: 155px !important;
  margin-left: 155px !important;
}

.my-fixed-31 {
  margin-top: 155px !important;
  margin-bottom: 155px !important;
}

.pa31 {
  padding: clamp(77.5px, 5.87121vw + 42.27273px, 155px) !important;
}

.pt31 {
  padding-top: clamp(77.5px, 5.87121vw + 42.27273px, 155px) !important;
}

.pr31 {
  padding-right: clamp(77.5px, 5.87121vw + 42.27273px, 155px) !important;
}

.pb31 {
  padding-bottom: clamp(77.5px, 5.87121vw + 42.27273px, 155px) !important;
}

.pl31 {
  padding-left: clamp(77.5px, 5.87121vw + 42.27273px, 155px) !important;
}

.px31 {
  padding-right: clamp(77.5px, 5.87121vw + 42.27273px, 155px) !important;
  padding-left: clamp(77.5px, 5.87121vw + 42.27273px, 155px) !important;
}

.py31 {
  padding-top: clamp(77.5px, 5.87121vw + 42.27273px, 155px) !important;
  padding-bottom: clamp(77.5px, 5.87121vw + 42.27273px, 155px) !important;
}

.pa-fixed-31 {
  padding: 155px !important;
}

.pt-fixed-31 {
  padding-top: 155px !important;
}

.pr-fixed-31 {
  padding-right: 155px !important;
}

.pb-fixed-31 {
  padding-bottom: 155px !important;
}

.pl-fixed-31 {
  padding-left: 155px !important;
}

.px-fixed-31 {
  padding-right: 155px !important;
  padding-left: 155px !important;
}

.py-fixed-31 {
  padding-top: 155px !important;
  padding-bottom: 155px !important;
}

.ga31 {
  gap: clamp(77.5px, 5.87121vw + 42.27273px, 155px) !important;
}

.gr31 {
  row-gap: clamp(77.5px, 5.87121vw + 42.27273px, 155px) !important;
}

.gc31 {
  -webkit-column-gap: clamp(77.5px, 5.87121vw + 42.27273px, 155px) !important;
     -moz-column-gap: clamp(77.5px, 5.87121vw + 42.27273px, 155px) !important;
          column-gap: clamp(77.5px, 5.87121vw + 42.27273px, 155px) !important;
}

.ga-fixed-31 {
  gap: 155px !important;
}

.gr-fixed-31 {
  row-gap: 155px !important;
}

.gc-fixed-31 {
  -webkit-column-gap: 155px !important;
     -moz-column-gap: 155px !important;
          column-gap: 155px !important;
}

.ma32 {
  margin: clamp(80px, 6.06061vw + 43.63636px, 160px) !important;
}

.mt32 {
  margin-top: clamp(80px, 6.06061vw + 43.63636px, 160px) !important;
}

.mr32 {
  margin-right: clamp(80px, 6.06061vw + 43.63636px, 160px) !important;
}

.mb32 {
  margin-bottom: clamp(80px, 6.06061vw + 43.63636px, 160px) !important;
}

.ml32 {
  margin-left: clamp(80px, 6.06061vw + 43.63636px, 160px) !important;
}

.mx32 {
  margin-right: clamp(80px, 6.06061vw + 43.63636px, 160px) !important;
  margin-left: clamp(80px, 6.06061vw + 43.63636px, 160px) !important;
}

.my32 {
  margin-top: clamp(80px, 6.06061vw + 43.63636px, 160px) !important;
  margin-bottom: clamp(80px, 6.06061vw + 43.63636px, 160px) !important;
}

.ma-fixed-32 {
  margin: 160px !important;
}

.mt-fixed-32 {
  margin-top: 160px !important;
}

.mr-fixed-32 {
  margin-right: 160px !important;
}

.mb-fixed-32 {
  margin-bottom: 160px !important;
}

.ml-fixed-32 {
  margin-left: 160px !important;
}

.mx-fixed-32 {
  margin-right: 160px !important;
  margin-left: 160px !important;
}

.my-fixed-32 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.pa32 {
  padding: clamp(80px, 6.06061vw + 43.63636px, 160px) !important;
}

.pt32 {
  padding-top: clamp(80px, 6.06061vw + 43.63636px, 160px) !important;
}

.pr32 {
  padding-right: clamp(80px, 6.06061vw + 43.63636px, 160px) !important;
}

.pb32 {
  padding-bottom: clamp(80px, 6.06061vw + 43.63636px, 160px) !important;
}

.pl32 {
  padding-left: clamp(80px, 6.06061vw + 43.63636px, 160px) !important;
}

.px32 {
  padding-right: clamp(80px, 6.06061vw + 43.63636px, 160px) !important;
  padding-left: clamp(80px, 6.06061vw + 43.63636px, 160px) !important;
}

.py32 {
  padding-top: clamp(80px, 6.06061vw + 43.63636px, 160px) !important;
  padding-bottom: clamp(80px, 6.06061vw + 43.63636px, 160px) !important;
}

.pa-fixed-32 {
  padding: 160px !important;
}

.pt-fixed-32 {
  padding-top: 160px !important;
}

.pr-fixed-32 {
  padding-right: 160px !important;
}

.pb-fixed-32 {
  padding-bottom: 160px !important;
}

.pl-fixed-32 {
  padding-left: 160px !important;
}

.px-fixed-32 {
  padding-right: 160px !important;
  padding-left: 160px !important;
}

.py-fixed-32 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.ga32 {
  gap: clamp(80px, 6.06061vw + 43.63636px, 160px) !important;
}

.gr32 {
  row-gap: clamp(80px, 6.06061vw + 43.63636px, 160px) !important;
}

.gc32 {
  -webkit-column-gap: clamp(80px, 6.06061vw + 43.63636px, 160px) !important;
     -moz-column-gap: clamp(80px, 6.06061vw + 43.63636px, 160px) !important;
          column-gap: clamp(80px, 6.06061vw + 43.63636px, 160px) !important;
}

.ga-fixed-32 {
  gap: 160px !important;
}

.gr-fixed-32 {
  row-gap: 160px !important;
}

.gc-fixed-32 {
  -webkit-column-gap: 160px !important;
     -moz-column-gap: 160px !important;
          column-gap: 160px !important;
}

.ma33 {
  margin: clamp(82.5px, 6.25vw + 45px, 165px) !important;
}

.mt33 {
  margin-top: clamp(82.5px, 6.25vw + 45px, 165px) !important;
}

.mr33 {
  margin-right: clamp(82.5px, 6.25vw + 45px, 165px) !important;
}

.mb33 {
  margin-bottom: clamp(82.5px, 6.25vw + 45px, 165px) !important;
}

.ml33 {
  margin-left: clamp(82.5px, 6.25vw + 45px, 165px) !important;
}

.mx33 {
  margin-right: clamp(82.5px, 6.25vw + 45px, 165px) !important;
  margin-left: clamp(82.5px, 6.25vw + 45px, 165px) !important;
}

.my33 {
  margin-top: clamp(82.5px, 6.25vw + 45px, 165px) !important;
  margin-bottom: clamp(82.5px, 6.25vw + 45px, 165px) !important;
}

.ma-fixed-33 {
  margin: 165px !important;
}

.mt-fixed-33 {
  margin-top: 165px !important;
}

.mr-fixed-33 {
  margin-right: 165px !important;
}

.mb-fixed-33 {
  margin-bottom: 165px !important;
}

.ml-fixed-33 {
  margin-left: 165px !important;
}

.mx-fixed-33 {
  margin-right: 165px !important;
  margin-left: 165px !important;
}

.my-fixed-33 {
  margin-top: 165px !important;
  margin-bottom: 165px !important;
}

.pa33 {
  padding: clamp(82.5px, 6.25vw + 45px, 165px) !important;
}

.pt33 {
  padding-top: clamp(82.5px, 6.25vw + 45px, 165px) !important;
}

.pr33 {
  padding-right: clamp(82.5px, 6.25vw + 45px, 165px) !important;
}

.pb33 {
  padding-bottom: clamp(82.5px, 6.25vw + 45px, 165px) !important;
}

.pl33 {
  padding-left: clamp(82.5px, 6.25vw + 45px, 165px) !important;
}

.px33 {
  padding-right: clamp(82.5px, 6.25vw + 45px, 165px) !important;
  padding-left: clamp(82.5px, 6.25vw + 45px, 165px) !important;
}

.py33 {
  padding-top: clamp(82.5px, 6.25vw + 45px, 165px) !important;
  padding-bottom: clamp(82.5px, 6.25vw + 45px, 165px) !important;
}

.pa-fixed-33 {
  padding: 165px !important;
}

.pt-fixed-33 {
  padding-top: 165px !important;
}

.pr-fixed-33 {
  padding-right: 165px !important;
}

.pb-fixed-33 {
  padding-bottom: 165px !important;
}

.pl-fixed-33 {
  padding-left: 165px !important;
}

.px-fixed-33 {
  padding-right: 165px !important;
  padding-left: 165px !important;
}

.py-fixed-33 {
  padding-top: 165px !important;
  padding-bottom: 165px !important;
}

.ga33 {
  gap: clamp(82.5px, 6.25vw + 45px, 165px) !important;
}

.gr33 {
  row-gap: clamp(82.5px, 6.25vw + 45px, 165px) !important;
}

.gc33 {
  -webkit-column-gap: clamp(82.5px, 6.25vw + 45px, 165px) !important;
     -moz-column-gap: clamp(82.5px, 6.25vw + 45px, 165px) !important;
          column-gap: clamp(82.5px, 6.25vw + 45px, 165px) !important;
}

.ga-fixed-33 {
  gap: 165px !important;
}

.gr-fixed-33 {
  row-gap: 165px !important;
}

.gc-fixed-33 {
  -webkit-column-gap: 165px !important;
     -moz-column-gap: 165px !important;
          column-gap: 165px !important;
}

.ma34 {
  margin: clamp(85px, 6.43939vw + 46.36364px, 170px) !important;
}

.mt34 {
  margin-top: clamp(85px, 6.43939vw + 46.36364px, 170px) !important;
}

.mr34 {
  margin-right: clamp(85px, 6.43939vw + 46.36364px, 170px) !important;
}

.mb34 {
  margin-bottom: clamp(85px, 6.43939vw + 46.36364px, 170px) !important;
}

.ml34 {
  margin-left: clamp(85px, 6.43939vw + 46.36364px, 170px) !important;
}

.mx34 {
  margin-right: clamp(85px, 6.43939vw + 46.36364px, 170px) !important;
  margin-left: clamp(85px, 6.43939vw + 46.36364px, 170px) !important;
}

.my34 {
  margin-top: clamp(85px, 6.43939vw + 46.36364px, 170px) !important;
  margin-bottom: clamp(85px, 6.43939vw + 46.36364px, 170px) !important;
}

.ma-fixed-34 {
  margin: 170px !important;
}

.mt-fixed-34 {
  margin-top: 170px !important;
}

.mr-fixed-34 {
  margin-right: 170px !important;
}

.mb-fixed-34 {
  margin-bottom: 170px !important;
}

.ml-fixed-34 {
  margin-left: 170px !important;
}

.mx-fixed-34 {
  margin-right: 170px !important;
  margin-left: 170px !important;
}

.my-fixed-34 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}

.pa34 {
  padding: clamp(85px, 6.43939vw + 46.36364px, 170px) !important;
}

.pt34 {
  padding-top: clamp(85px, 6.43939vw + 46.36364px, 170px) !important;
}

.pr34 {
  padding-right: clamp(85px, 6.43939vw + 46.36364px, 170px) !important;
}

.pb34 {
  padding-bottom: clamp(85px, 6.43939vw + 46.36364px, 170px) !important;
}

.pl34 {
  padding-left: clamp(85px, 6.43939vw + 46.36364px, 170px) !important;
}

.px34 {
  padding-right: clamp(85px, 6.43939vw + 46.36364px, 170px) !important;
  padding-left: clamp(85px, 6.43939vw + 46.36364px, 170px) !important;
}

.py34 {
  padding-top: clamp(85px, 6.43939vw + 46.36364px, 170px) !important;
  padding-bottom: clamp(85px, 6.43939vw + 46.36364px, 170px) !important;
}

.pa-fixed-34 {
  padding: 170px !important;
}

.pt-fixed-34 {
  padding-top: 170px !important;
}

.pr-fixed-34 {
  padding-right: 170px !important;
}

.pb-fixed-34 {
  padding-bottom: 170px !important;
}

.pl-fixed-34 {
  padding-left: 170px !important;
}

.px-fixed-34 {
  padding-right: 170px !important;
  padding-left: 170px !important;
}

.py-fixed-34 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}

.ga34 {
  gap: clamp(85px, 6.43939vw + 46.36364px, 170px) !important;
}

.gr34 {
  row-gap: clamp(85px, 6.43939vw + 46.36364px, 170px) !important;
}

.gc34 {
  -webkit-column-gap: clamp(85px, 6.43939vw + 46.36364px, 170px) !important;
     -moz-column-gap: clamp(85px, 6.43939vw + 46.36364px, 170px) !important;
          column-gap: clamp(85px, 6.43939vw + 46.36364px, 170px) !important;
}

.ga-fixed-34 {
  gap: 170px !important;
}

.gr-fixed-34 {
  row-gap: 170px !important;
}

.gc-fixed-34 {
  -webkit-column-gap: 170px !important;
     -moz-column-gap: 170px !important;
          column-gap: 170px !important;
}

.ma35 {
  margin: clamp(87.5px, 6.62879vw + 47.72727px, 175px) !important;
}

.mt35 {
  margin-top: clamp(87.5px, 6.62879vw + 47.72727px, 175px) !important;
}

.mr35 {
  margin-right: clamp(87.5px, 6.62879vw + 47.72727px, 175px) !important;
}

.mb35 {
  margin-bottom: clamp(87.5px, 6.62879vw + 47.72727px, 175px) !important;
}

.ml35 {
  margin-left: clamp(87.5px, 6.62879vw + 47.72727px, 175px) !important;
}

.mx35 {
  margin-right: clamp(87.5px, 6.62879vw + 47.72727px, 175px) !important;
  margin-left: clamp(87.5px, 6.62879vw + 47.72727px, 175px) !important;
}

.my35 {
  margin-top: clamp(87.5px, 6.62879vw + 47.72727px, 175px) !important;
  margin-bottom: clamp(87.5px, 6.62879vw + 47.72727px, 175px) !important;
}

.ma-fixed-35 {
  margin: 175px !important;
}

.mt-fixed-35 {
  margin-top: 175px !important;
}

.mr-fixed-35 {
  margin-right: 175px !important;
}

.mb-fixed-35 {
  margin-bottom: 175px !important;
}

.ml-fixed-35 {
  margin-left: 175px !important;
}

.mx-fixed-35 {
  margin-right: 175px !important;
  margin-left: 175px !important;
}

.my-fixed-35 {
  margin-top: 175px !important;
  margin-bottom: 175px !important;
}

.pa35 {
  padding: clamp(87.5px, 6.62879vw + 47.72727px, 175px) !important;
}

.pt35 {
  padding-top: clamp(87.5px, 6.62879vw + 47.72727px, 175px) !important;
}

.pr35 {
  padding-right: clamp(87.5px, 6.62879vw + 47.72727px, 175px) !important;
}

.pb35 {
  padding-bottom: clamp(87.5px, 6.62879vw + 47.72727px, 175px) !important;
}

.pl35 {
  padding-left: clamp(87.5px, 6.62879vw + 47.72727px, 175px) !important;
}

.px35 {
  padding-right: clamp(87.5px, 6.62879vw + 47.72727px, 175px) !important;
  padding-left: clamp(87.5px, 6.62879vw + 47.72727px, 175px) !important;
}

.py35 {
  padding-top: clamp(87.5px, 6.62879vw + 47.72727px, 175px) !important;
  padding-bottom: clamp(87.5px, 6.62879vw + 47.72727px, 175px) !important;
}

.pa-fixed-35 {
  padding: 175px !important;
}

.pt-fixed-35 {
  padding-top: 175px !important;
}

.pr-fixed-35 {
  padding-right: 175px !important;
}

.pb-fixed-35 {
  padding-bottom: 175px !important;
}

.pl-fixed-35 {
  padding-left: 175px !important;
}

.px-fixed-35 {
  padding-right: 175px !important;
  padding-left: 175px !important;
}

.py-fixed-35 {
  padding-top: 175px !important;
  padding-bottom: 175px !important;
}

.ga35 {
  gap: clamp(87.5px, 6.62879vw + 47.72727px, 175px) !important;
}

.gr35 {
  row-gap: clamp(87.5px, 6.62879vw + 47.72727px, 175px) !important;
}

.gc35 {
  -webkit-column-gap: clamp(87.5px, 6.62879vw + 47.72727px, 175px) !important;
     -moz-column-gap: clamp(87.5px, 6.62879vw + 47.72727px, 175px) !important;
          column-gap: clamp(87.5px, 6.62879vw + 47.72727px, 175px) !important;
}

.ga-fixed-35 {
  gap: 175px !important;
}

.gr-fixed-35 {
  row-gap: 175px !important;
}

.gc-fixed-35 {
  -webkit-column-gap: 175px !important;
     -moz-column-gap: 175px !important;
          column-gap: 175px !important;
}

.ma36 {
  margin: clamp(90px, 6.81818vw + 49.09091px, 180px) !important;
}

.mt36 {
  margin-top: clamp(90px, 6.81818vw + 49.09091px, 180px) !important;
}

.mr36 {
  margin-right: clamp(90px, 6.81818vw + 49.09091px, 180px) !important;
}

.mb36 {
  margin-bottom: clamp(90px, 6.81818vw + 49.09091px, 180px) !important;
}

.ml36 {
  margin-left: clamp(90px, 6.81818vw + 49.09091px, 180px) !important;
}

.mx36 {
  margin-right: clamp(90px, 6.81818vw + 49.09091px, 180px) !important;
  margin-left: clamp(90px, 6.81818vw + 49.09091px, 180px) !important;
}

.my36 {
  margin-top: clamp(90px, 6.81818vw + 49.09091px, 180px) !important;
  margin-bottom: clamp(90px, 6.81818vw + 49.09091px, 180px) !important;
}

.ma-fixed-36 {
  margin: 180px !important;
}

.mt-fixed-36 {
  margin-top: 180px !important;
}

.mr-fixed-36 {
  margin-right: 180px !important;
}

.mb-fixed-36 {
  margin-bottom: 180px !important;
}

.ml-fixed-36 {
  margin-left: 180px !important;
}

.mx-fixed-36 {
  margin-right: 180px !important;
  margin-left: 180px !important;
}

.my-fixed-36 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

.pa36 {
  padding: clamp(90px, 6.81818vw + 49.09091px, 180px) !important;
}

.pt36 {
  padding-top: clamp(90px, 6.81818vw + 49.09091px, 180px) !important;
}

.pr36 {
  padding-right: clamp(90px, 6.81818vw + 49.09091px, 180px) !important;
}

.pb36 {
  padding-bottom: clamp(90px, 6.81818vw + 49.09091px, 180px) !important;
}

.pl36 {
  padding-left: clamp(90px, 6.81818vw + 49.09091px, 180px) !important;
}

.px36 {
  padding-right: clamp(90px, 6.81818vw + 49.09091px, 180px) !important;
  padding-left: clamp(90px, 6.81818vw + 49.09091px, 180px) !important;
}

.py36 {
  padding-top: clamp(90px, 6.81818vw + 49.09091px, 180px) !important;
  padding-bottom: clamp(90px, 6.81818vw + 49.09091px, 180px) !important;
}

.pa-fixed-36 {
  padding: 180px !important;
}

.pt-fixed-36 {
  padding-top: 180px !important;
}

.pr-fixed-36 {
  padding-right: 180px !important;
}

.pb-fixed-36 {
  padding-bottom: 180px !important;
}

.pl-fixed-36 {
  padding-left: 180px !important;
}

.px-fixed-36 {
  padding-right: 180px !important;
  padding-left: 180px !important;
}

.py-fixed-36 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.ga36 {
  gap: clamp(90px, 6.81818vw + 49.09091px, 180px) !important;
}

.gr36 {
  row-gap: clamp(90px, 6.81818vw + 49.09091px, 180px) !important;
}

.gc36 {
  -webkit-column-gap: clamp(90px, 6.81818vw + 49.09091px, 180px) !important;
     -moz-column-gap: clamp(90px, 6.81818vw + 49.09091px, 180px) !important;
          column-gap: clamp(90px, 6.81818vw + 49.09091px, 180px) !important;
}

.ga-fixed-36 {
  gap: 180px !important;
}

.gr-fixed-36 {
  row-gap: 180px !important;
}

.gc-fixed-36 {
  -webkit-column-gap: 180px !important;
     -moz-column-gap: 180px !important;
          column-gap: 180px !important;
}

.ma37 {
  margin: clamp(92.5px, 7.00758vw + 50.45455px, 185px) !important;
}

.mt37 {
  margin-top: clamp(92.5px, 7.00758vw + 50.45455px, 185px) !important;
}

.mr37 {
  margin-right: clamp(92.5px, 7.00758vw + 50.45455px, 185px) !important;
}

.mb37 {
  margin-bottom: clamp(92.5px, 7.00758vw + 50.45455px, 185px) !important;
}

.ml37 {
  margin-left: clamp(92.5px, 7.00758vw + 50.45455px, 185px) !important;
}

.mx37 {
  margin-right: clamp(92.5px, 7.00758vw + 50.45455px, 185px) !important;
  margin-left: clamp(92.5px, 7.00758vw + 50.45455px, 185px) !important;
}

.my37 {
  margin-top: clamp(92.5px, 7.00758vw + 50.45455px, 185px) !important;
  margin-bottom: clamp(92.5px, 7.00758vw + 50.45455px, 185px) !important;
}

.ma-fixed-37 {
  margin: 185px !important;
}

.mt-fixed-37 {
  margin-top: 185px !important;
}

.mr-fixed-37 {
  margin-right: 185px !important;
}

.mb-fixed-37 {
  margin-bottom: 185px !important;
}

.ml-fixed-37 {
  margin-left: 185px !important;
}

.mx-fixed-37 {
  margin-right: 185px !important;
  margin-left: 185px !important;
}

.my-fixed-37 {
  margin-top: 185px !important;
  margin-bottom: 185px !important;
}

.pa37 {
  padding: clamp(92.5px, 7.00758vw + 50.45455px, 185px) !important;
}

.pt37 {
  padding-top: clamp(92.5px, 7.00758vw + 50.45455px, 185px) !important;
}

.pr37 {
  padding-right: clamp(92.5px, 7.00758vw + 50.45455px, 185px) !important;
}

.pb37 {
  padding-bottom: clamp(92.5px, 7.00758vw + 50.45455px, 185px) !important;
}

.pl37 {
  padding-left: clamp(92.5px, 7.00758vw + 50.45455px, 185px) !important;
}

.px37 {
  padding-right: clamp(92.5px, 7.00758vw + 50.45455px, 185px) !important;
  padding-left: clamp(92.5px, 7.00758vw + 50.45455px, 185px) !important;
}

.py37 {
  padding-top: clamp(92.5px, 7.00758vw + 50.45455px, 185px) !important;
  padding-bottom: clamp(92.5px, 7.00758vw + 50.45455px, 185px) !important;
}

.pa-fixed-37 {
  padding: 185px !important;
}

.pt-fixed-37 {
  padding-top: 185px !important;
}

.pr-fixed-37 {
  padding-right: 185px !important;
}

.pb-fixed-37 {
  padding-bottom: 185px !important;
}

.pl-fixed-37 {
  padding-left: 185px !important;
}

.px-fixed-37 {
  padding-right: 185px !important;
  padding-left: 185px !important;
}

.py-fixed-37 {
  padding-top: 185px !important;
  padding-bottom: 185px !important;
}

.ga37 {
  gap: clamp(92.5px, 7.00758vw + 50.45455px, 185px) !important;
}

.gr37 {
  row-gap: clamp(92.5px, 7.00758vw + 50.45455px, 185px) !important;
}

.gc37 {
  -webkit-column-gap: clamp(92.5px, 7.00758vw + 50.45455px, 185px) !important;
     -moz-column-gap: clamp(92.5px, 7.00758vw + 50.45455px, 185px) !important;
          column-gap: clamp(92.5px, 7.00758vw + 50.45455px, 185px) !important;
}

.ga-fixed-37 {
  gap: 185px !important;
}

.gr-fixed-37 {
  row-gap: 185px !important;
}

.gc-fixed-37 {
  -webkit-column-gap: 185px !important;
     -moz-column-gap: 185px !important;
          column-gap: 185px !important;
}

.ma38 {
  margin: clamp(95px, 7.19697vw + 51.81818px, 190px) !important;
}

.mt38 {
  margin-top: clamp(95px, 7.19697vw + 51.81818px, 190px) !important;
}

.mr38 {
  margin-right: clamp(95px, 7.19697vw + 51.81818px, 190px) !important;
}

.mb38 {
  margin-bottom: clamp(95px, 7.19697vw + 51.81818px, 190px) !important;
}

.ml38 {
  margin-left: clamp(95px, 7.19697vw + 51.81818px, 190px) !important;
}

.mx38 {
  margin-right: clamp(95px, 7.19697vw + 51.81818px, 190px) !important;
  margin-left: clamp(95px, 7.19697vw + 51.81818px, 190px) !important;
}

.my38 {
  margin-top: clamp(95px, 7.19697vw + 51.81818px, 190px) !important;
  margin-bottom: clamp(95px, 7.19697vw + 51.81818px, 190px) !important;
}

.ma-fixed-38 {
  margin: 190px !important;
}

.mt-fixed-38 {
  margin-top: 190px !important;
}

.mr-fixed-38 {
  margin-right: 190px !important;
}

.mb-fixed-38 {
  margin-bottom: 190px !important;
}

.ml-fixed-38 {
  margin-left: 190px !important;
}

.mx-fixed-38 {
  margin-right: 190px !important;
  margin-left: 190px !important;
}

.my-fixed-38 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
}

.pa38 {
  padding: clamp(95px, 7.19697vw + 51.81818px, 190px) !important;
}

.pt38 {
  padding-top: clamp(95px, 7.19697vw + 51.81818px, 190px) !important;
}

.pr38 {
  padding-right: clamp(95px, 7.19697vw + 51.81818px, 190px) !important;
}

.pb38 {
  padding-bottom: clamp(95px, 7.19697vw + 51.81818px, 190px) !important;
}

.pl38 {
  padding-left: clamp(95px, 7.19697vw + 51.81818px, 190px) !important;
}

.px38 {
  padding-right: clamp(95px, 7.19697vw + 51.81818px, 190px) !important;
  padding-left: clamp(95px, 7.19697vw + 51.81818px, 190px) !important;
}

.py38 {
  padding-top: clamp(95px, 7.19697vw + 51.81818px, 190px) !important;
  padding-bottom: clamp(95px, 7.19697vw + 51.81818px, 190px) !important;
}

.pa-fixed-38 {
  padding: 190px !important;
}

.pt-fixed-38 {
  padding-top: 190px !important;
}

.pr-fixed-38 {
  padding-right: 190px !important;
}

.pb-fixed-38 {
  padding-bottom: 190px !important;
}

.pl-fixed-38 {
  padding-left: 190px !important;
}

.px-fixed-38 {
  padding-right: 190px !important;
  padding-left: 190px !important;
}

.py-fixed-38 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}

.ga38 {
  gap: clamp(95px, 7.19697vw + 51.81818px, 190px) !important;
}

.gr38 {
  row-gap: clamp(95px, 7.19697vw + 51.81818px, 190px) !important;
}

.gc38 {
  -webkit-column-gap: clamp(95px, 7.19697vw + 51.81818px, 190px) !important;
     -moz-column-gap: clamp(95px, 7.19697vw + 51.81818px, 190px) !important;
          column-gap: clamp(95px, 7.19697vw + 51.81818px, 190px) !important;
}

.ga-fixed-38 {
  gap: 190px !important;
}

.gr-fixed-38 {
  row-gap: 190px !important;
}

.gc-fixed-38 {
  -webkit-column-gap: 190px !important;
     -moz-column-gap: 190px !important;
          column-gap: 190px !important;
}

.ma39 {
  margin: clamp(97.5px, 7.38636vw + 53.18182px, 195px) !important;
}

.mt39 {
  margin-top: clamp(97.5px, 7.38636vw + 53.18182px, 195px) !important;
}

.mr39 {
  margin-right: clamp(97.5px, 7.38636vw + 53.18182px, 195px) !important;
}

.mb39 {
  margin-bottom: clamp(97.5px, 7.38636vw + 53.18182px, 195px) !important;
}

.ml39 {
  margin-left: clamp(97.5px, 7.38636vw + 53.18182px, 195px) !important;
}

.mx39 {
  margin-right: clamp(97.5px, 7.38636vw + 53.18182px, 195px) !important;
  margin-left: clamp(97.5px, 7.38636vw + 53.18182px, 195px) !important;
}

.my39 {
  margin-top: clamp(97.5px, 7.38636vw + 53.18182px, 195px) !important;
  margin-bottom: clamp(97.5px, 7.38636vw + 53.18182px, 195px) !important;
}

.ma-fixed-39 {
  margin: 195px !important;
}

.mt-fixed-39 {
  margin-top: 195px !important;
}

.mr-fixed-39 {
  margin-right: 195px !important;
}

.mb-fixed-39 {
  margin-bottom: 195px !important;
}

.ml-fixed-39 {
  margin-left: 195px !important;
}

.mx-fixed-39 {
  margin-right: 195px !important;
  margin-left: 195px !important;
}

.my-fixed-39 {
  margin-top: 195px !important;
  margin-bottom: 195px !important;
}

.pa39 {
  padding: clamp(97.5px, 7.38636vw + 53.18182px, 195px) !important;
}

.pt39 {
  padding-top: clamp(97.5px, 7.38636vw + 53.18182px, 195px) !important;
}

.pr39 {
  padding-right: clamp(97.5px, 7.38636vw + 53.18182px, 195px) !important;
}

.pb39 {
  padding-bottom: clamp(97.5px, 7.38636vw + 53.18182px, 195px) !important;
}

.pl39 {
  padding-left: clamp(97.5px, 7.38636vw + 53.18182px, 195px) !important;
}

.px39 {
  padding-right: clamp(97.5px, 7.38636vw + 53.18182px, 195px) !important;
  padding-left: clamp(97.5px, 7.38636vw + 53.18182px, 195px) !important;
}

.py39 {
  padding-top: clamp(97.5px, 7.38636vw + 53.18182px, 195px) !important;
  padding-bottom: clamp(97.5px, 7.38636vw + 53.18182px, 195px) !important;
}

.pa-fixed-39 {
  padding: 195px !important;
}

.pt-fixed-39 {
  padding-top: 195px !important;
}

.pr-fixed-39 {
  padding-right: 195px !important;
}

.pb-fixed-39 {
  padding-bottom: 195px !important;
}

.pl-fixed-39 {
  padding-left: 195px !important;
}

.px-fixed-39 {
  padding-right: 195px !important;
  padding-left: 195px !important;
}

.py-fixed-39 {
  padding-top: 195px !important;
  padding-bottom: 195px !important;
}

.ga39 {
  gap: clamp(97.5px, 7.38636vw + 53.18182px, 195px) !important;
}

.gr39 {
  row-gap: clamp(97.5px, 7.38636vw + 53.18182px, 195px) !important;
}

.gc39 {
  -webkit-column-gap: clamp(97.5px, 7.38636vw + 53.18182px, 195px) !important;
     -moz-column-gap: clamp(97.5px, 7.38636vw + 53.18182px, 195px) !important;
          column-gap: clamp(97.5px, 7.38636vw + 53.18182px, 195px) !important;
}

.ga-fixed-39 {
  gap: 195px !important;
}

.gr-fixed-39 {
  row-gap: 195px !important;
}

.gc-fixed-39 {
  -webkit-column-gap: 195px !important;
     -moz-column-gap: 195px !important;
          column-gap: 195px !important;
}

.ma40 {
  margin: clamp(100px, 7.57576vw + 54.54545px, 200px) !important;
}

.mt40 {
  margin-top: clamp(100px, 7.57576vw + 54.54545px, 200px) !important;
}

.mr40 {
  margin-right: clamp(100px, 7.57576vw + 54.54545px, 200px) !important;
}

.mb40 {
  margin-bottom: clamp(100px, 7.57576vw + 54.54545px, 200px) !important;
}

.ml40 {
  margin-left: clamp(100px, 7.57576vw + 54.54545px, 200px) !important;
}

.mx40 {
  margin-right: clamp(100px, 7.57576vw + 54.54545px, 200px) !important;
  margin-left: clamp(100px, 7.57576vw + 54.54545px, 200px) !important;
}

.my40 {
  margin-top: clamp(100px, 7.57576vw + 54.54545px, 200px) !important;
  margin-bottom: clamp(100px, 7.57576vw + 54.54545px, 200px) !important;
}

.ma-fixed-40 {
  margin: 200px !important;
}

.mt-fixed-40 {
  margin-top: 200px !important;
}

.mr-fixed-40 {
  margin-right: 200px !important;
}

.mb-fixed-40 {
  margin-bottom: 200px !important;
}

.ml-fixed-40 {
  margin-left: 200px !important;
}

.mx-fixed-40 {
  margin-right: 200px !important;
  margin-left: 200px !important;
}

.my-fixed-40 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.pa40 {
  padding: clamp(100px, 7.57576vw + 54.54545px, 200px) !important;
}

.pt40 {
  padding-top: clamp(100px, 7.57576vw + 54.54545px, 200px) !important;
}

.pr40 {
  padding-right: clamp(100px, 7.57576vw + 54.54545px, 200px) !important;
}

.pb40 {
  padding-bottom: clamp(100px, 7.57576vw + 54.54545px, 200px) !important;
}

.pl40 {
  padding-left: clamp(100px, 7.57576vw + 54.54545px, 200px) !important;
}

.px40 {
  padding-right: clamp(100px, 7.57576vw + 54.54545px, 200px) !important;
  padding-left: clamp(100px, 7.57576vw + 54.54545px, 200px) !important;
}

.py40 {
  padding-top: clamp(100px, 7.57576vw + 54.54545px, 200px) !important;
  padding-bottom: clamp(100px, 7.57576vw + 54.54545px, 200px) !important;
}

.pa-fixed-40 {
  padding: 200px !important;
}

.pt-fixed-40 {
  padding-top: 200px !important;
}

.pr-fixed-40 {
  padding-right: 200px !important;
}

.pb-fixed-40 {
  padding-bottom: 200px !important;
}

.pl-fixed-40 {
  padding-left: 200px !important;
}

.px-fixed-40 {
  padding-right: 200px !important;
  padding-left: 200px !important;
}

.py-fixed-40 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.ga40 {
  gap: clamp(100px, 7.57576vw + 54.54545px, 200px) !important;
}

.gr40 {
  row-gap: clamp(100px, 7.57576vw + 54.54545px, 200px) !important;
}

.gc40 {
  -webkit-column-gap: clamp(100px, 7.57576vw + 54.54545px, 200px) !important;
     -moz-column-gap: clamp(100px, 7.57576vw + 54.54545px, 200px) !important;
          column-gap: clamp(100px, 7.57576vw + 54.54545px, 200px) !important;
}

.ga-fixed-40 {
  gap: 200px !important;
}

.gr-fixed-40 {
  row-gap: 200px !important;
}

.gc-fixed-40 {
  -webkit-column-gap: 200px !important;
     -moz-column-gap: 200px !important;
          column-gap: 200px !important;
}

.ma41 {
  margin: clamp(102.5px, 7.76515vw + 55.90909px, 205px) !important;
}

.mt41 {
  margin-top: clamp(102.5px, 7.76515vw + 55.90909px, 205px) !important;
}

.mr41 {
  margin-right: clamp(102.5px, 7.76515vw + 55.90909px, 205px) !important;
}

.mb41 {
  margin-bottom: clamp(102.5px, 7.76515vw + 55.90909px, 205px) !important;
}

.ml41 {
  margin-left: clamp(102.5px, 7.76515vw + 55.90909px, 205px) !important;
}

.mx41 {
  margin-right: clamp(102.5px, 7.76515vw + 55.90909px, 205px) !important;
  margin-left: clamp(102.5px, 7.76515vw + 55.90909px, 205px) !important;
}

.my41 {
  margin-top: clamp(102.5px, 7.76515vw + 55.90909px, 205px) !important;
  margin-bottom: clamp(102.5px, 7.76515vw + 55.90909px, 205px) !important;
}

.ma-fixed-41 {
  margin: 205px !important;
}

.mt-fixed-41 {
  margin-top: 205px !important;
}

.mr-fixed-41 {
  margin-right: 205px !important;
}

.mb-fixed-41 {
  margin-bottom: 205px !important;
}

.ml-fixed-41 {
  margin-left: 205px !important;
}

.mx-fixed-41 {
  margin-right: 205px !important;
  margin-left: 205px !important;
}

.my-fixed-41 {
  margin-top: 205px !important;
  margin-bottom: 205px !important;
}

.pa41 {
  padding: clamp(102.5px, 7.76515vw + 55.90909px, 205px) !important;
}

.pt41 {
  padding-top: clamp(102.5px, 7.76515vw + 55.90909px, 205px) !important;
}

.pr41 {
  padding-right: clamp(102.5px, 7.76515vw + 55.90909px, 205px) !important;
}

.pb41 {
  padding-bottom: clamp(102.5px, 7.76515vw + 55.90909px, 205px) !important;
}

.pl41 {
  padding-left: clamp(102.5px, 7.76515vw + 55.90909px, 205px) !important;
}

.px41 {
  padding-right: clamp(102.5px, 7.76515vw + 55.90909px, 205px) !important;
  padding-left: clamp(102.5px, 7.76515vw + 55.90909px, 205px) !important;
}

.py41 {
  padding-top: clamp(102.5px, 7.76515vw + 55.90909px, 205px) !important;
  padding-bottom: clamp(102.5px, 7.76515vw + 55.90909px, 205px) !important;
}

.pa-fixed-41 {
  padding: 205px !important;
}

.pt-fixed-41 {
  padding-top: 205px !important;
}

.pr-fixed-41 {
  padding-right: 205px !important;
}

.pb-fixed-41 {
  padding-bottom: 205px !important;
}

.pl-fixed-41 {
  padding-left: 205px !important;
}

.px-fixed-41 {
  padding-right: 205px !important;
  padding-left: 205px !important;
}

.py-fixed-41 {
  padding-top: 205px !important;
  padding-bottom: 205px !important;
}

.ga41 {
  gap: clamp(102.5px, 7.76515vw + 55.90909px, 205px) !important;
}

.gr41 {
  row-gap: clamp(102.5px, 7.76515vw + 55.90909px, 205px) !important;
}

.gc41 {
  -webkit-column-gap: clamp(102.5px, 7.76515vw + 55.90909px, 205px) !important;
     -moz-column-gap: clamp(102.5px, 7.76515vw + 55.90909px, 205px) !important;
          column-gap: clamp(102.5px, 7.76515vw + 55.90909px, 205px) !important;
}

.ga-fixed-41 {
  gap: 205px !important;
}

.gr-fixed-41 {
  row-gap: 205px !important;
}

.gc-fixed-41 {
  -webkit-column-gap: 205px !important;
     -moz-column-gap: 205px !important;
          column-gap: 205px !important;
}

.ma42 {
  margin: clamp(105px, 7.95455vw + 57.27273px, 210px) !important;
}

.mt42 {
  margin-top: clamp(105px, 7.95455vw + 57.27273px, 210px) !important;
}

.mr42 {
  margin-right: clamp(105px, 7.95455vw + 57.27273px, 210px) !important;
}

.mb42 {
  margin-bottom: clamp(105px, 7.95455vw + 57.27273px, 210px) !important;
}

.ml42 {
  margin-left: clamp(105px, 7.95455vw + 57.27273px, 210px) !important;
}

.mx42 {
  margin-right: clamp(105px, 7.95455vw + 57.27273px, 210px) !important;
  margin-left: clamp(105px, 7.95455vw + 57.27273px, 210px) !important;
}

.my42 {
  margin-top: clamp(105px, 7.95455vw + 57.27273px, 210px) !important;
  margin-bottom: clamp(105px, 7.95455vw + 57.27273px, 210px) !important;
}

.ma-fixed-42 {
  margin: 210px !important;
}

.mt-fixed-42 {
  margin-top: 210px !important;
}

.mr-fixed-42 {
  margin-right: 210px !important;
}

.mb-fixed-42 {
  margin-bottom: 210px !important;
}

.ml-fixed-42 {
  margin-left: 210px !important;
}

.mx-fixed-42 {
  margin-right: 210px !important;
  margin-left: 210px !important;
}

.my-fixed-42 {
  margin-top: 210px !important;
  margin-bottom: 210px !important;
}

.pa42 {
  padding: clamp(105px, 7.95455vw + 57.27273px, 210px) !important;
}

.pt42 {
  padding-top: clamp(105px, 7.95455vw + 57.27273px, 210px) !important;
}

.pr42 {
  padding-right: clamp(105px, 7.95455vw + 57.27273px, 210px) !important;
}

.pb42 {
  padding-bottom: clamp(105px, 7.95455vw + 57.27273px, 210px) !important;
}

.pl42 {
  padding-left: clamp(105px, 7.95455vw + 57.27273px, 210px) !important;
}

.px42 {
  padding-right: clamp(105px, 7.95455vw + 57.27273px, 210px) !important;
  padding-left: clamp(105px, 7.95455vw + 57.27273px, 210px) !important;
}

.py42 {
  padding-top: clamp(105px, 7.95455vw + 57.27273px, 210px) !important;
  padding-bottom: clamp(105px, 7.95455vw + 57.27273px, 210px) !important;
}

.pa-fixed-42 {
  padding: 210px !important;
}

.pt-fixed-42 {
  padding-top: 210px !important;
}

.pr-fixed-42 {
  padding-right: 210px !important;
}

.pb-fixed-42 {
  padding-bottom: 210px !important;
}

.pl-fixed-42 {
  padding-left: 210px !important;
}

.px-fixed-42 {
  padding-right: 210px !important;
  padding-left: 210px !important;
}

.py-fixed-42 {
  padding-top: 210px !important;
  padding-bottom: 210px !important;
}

.ga42 {
  gap: clamp(105px, 7.95455vw + 57.27273px, 210px) !important;
}

.gr42 {
  row-gap: clamp(105px, 7.95455vw + 57.27273px, 210px) !important;
}

.gc42 {
  -webkit-column-gap: clamp(105px, 7.95455vw + 57.27273px, 210px) !important;
     -moz-column-gap: clamp(105px, 7.95455vw + 57.27273px, 210px) !important;
          column-gap: clamp(105px, 7.95455vw + 57.27273px, 210px) !important;
}

.ga-fixed-42 {
  gap: 210px !important;
}

.gr-fixed-42 {
  row-gap: 210px !important;
}

.gc-fixed-42 {
  -webkit-column-gap: 210px !important;
     -moz-column-gap: 210px !important;
          column-gap: 210px !important;
}

.ma43 {
  margin: clamp(107.5px, 8.14394vw + 58.63636px, 215px) !important;
}

.mt43 {
  margin-top: clamp(107.5px, 8.14394vw + 58.63636px, 215px) !important;
}

.mr43 {
  margin-right: clamp(107.5px, 8.14394vw + 58.63636px, 215px) !important;
}

.mb43 {
  margin-bottom: clamp(107.5px, 8.14394vw + 58.63636px, 215px) !important;
}

.ml43 {
  margin-left: clamp(107.5px, 8.14394vw + 58.63636px, 215px) !important;
}

.mx43 {
  margin-right: clamp(107.5px, 8.14394vw + 58.63636px, 215px) !important;
  margin-left: clamp(107.5px, 8.14394vw + 58.63636px, 215px) !important;
}

.my43 {
  margin-top: clamp(107.5px, 8.14394vw + 58.63636px, 215px) !important;
  margin-bottom: clamp(107.5px, 8.14394vw + 58.63636px, 215px) !important;
}

.ma-fixed-43 {
  margin: 215px !important;
}

.mt-fixed-43 {
  margin-top: 215px !important;
}

.mr-fixed-43 {
  margin-right: 215px !important;
}

.mb-fixed-43 {
  margin-bottom: 215px !important;
}

.ml-fixed-43 {
  margin-left: 215px !important;
}

.mx-fixed-43 {
  margin-right: 215px !important;
  margin-left: 215px !important;
}

.my-fixed-43 {
  margin-top: 215px !important;
  margin-bottom: 215px !important;
}

.pa43 {
  padding: clamp(107.5px, 8.14394vw + 58.63636px, 215px) !important;
}

.pt43 {
  padding-top: clamp(107.5px, 8.14394vw + 58.63636px, 215px) !important;
}

.pr43 {
  padding-right: clamp(107.5px, 8.14394vw + 58.63636px, 215px) !important;
}

.pb43 {
  padding-bottom: clamp(107.5px, 8.14394vw + 58.63636px, 215px) !important;
}

.pl43 {
  padding-left: clamp(107.5px, 8.14394vw + 58.63636px, 215px) !important;
}

.px43 {
  padding-right: clamp(107.5px, 8.14394vw + 58.63636px, 215px) !important;
  padding-left: clamp(107.5px, 8.14394vw + 58.63636px, 215px) !important;
}

.py43 {
  padding-top: clamp(107.5px, 8.14394vw + 58.63636px, 215px) !important;
  padding-bottom: clamp(107.5px, 8.14394vw + 58.63636px, 215px) !important;
}

.pa-fixed-43 {
  padding: 215px !important;
}

.pt-fixed-43 {
  padding-top: 215px !important;
}

.pr-fixed-43 {
  padding-right: 215px !important;
}

.pb-fixed-43 {
  padding-bottom: 215px !important;
}

.pl-fixed-43 {
  padding-left: 215px !important;
}

.px-fixed-43 {
  padding-right: 215px !important;
  padding-left: 215px !important;
}

.py-fixed-43 {
  padding-top: 215px !important;
  padding-bottom: 215px !important;
}

.ga43 {
  gap: clamp(107.5px, 8.14394vw + 58.63636px, 215px) !important;
}

.gr43 {
  row-gap: clamp(107.5px, 8.14394vw + 58.63636px, 215px) !important;
}

.gc43 {
  -webkit-column-gap: clamp(107.5px, 8.14394vw + 58.63636px, 215px) !important;
     -moz-column-gap: clamp(107.5px, 8.14394vw + 58.63636px, 215px) !important;
          column-gap: clamp(107.5px, 8.14394vw + 58.63636px, 215px) !important;
}

.ga-fixed-43 {
  gap: 215px !important;
}

.gr-fixed-43 {
  row-gap: 215px !important;
}

.gc-fixed-43 {
  -webkit-column-gap: 215px !important;
     -moz-column-gap: 215px !important;
          column-gap: 215px !important;
}

.ma44 {
  margin: clamp(110px, 8.33333vw + 60px, 220px) !important;
}

.mt44 {
  margin-top: clamp(110px, 8.33333vw + 60px, 220px) !important;
}

.mr44 {
  margin-right: clamp(110px, 8.33333vw + 60px, 220px) !important;
}

.mb44 {
  margin-bottom: clamp(110px, 8.33333vw + 60px, 220px) !important;
}

.ml44 {
  margin-left: clamp(110px, 8.33333vw + 60px, 220px) !important;
}

.mx44 {
  margin-right: clamp(110px, 8.33333vw + 60px, 220px) !important;
  margin-left: clamp(110px, 8.33333vw + 60px, 220px) !important;
}

.my44 {
  margin-top: clamp(110px, 8.33333vw + 60px, 220px) !important;
  margin-bottom: clamp(110px, 8.33333vw + 60px, 220px) !important;
}

.ma-fixed-44 {
  margin: 220px !important;
}

.mt-fixed-44 {
  margin-top: 220px !important;
}

.mr-fixed-44 {
  margin-right: 220px !important;
}

.mb-fixed-44 {
  margin-bottom: 220px !important;
}

.ml-fixed-44 {
  margin-left: 220px !important;
}

.mx-fixed-44 {
  margin-right: 220px !important;
  margin-left: 220px !important;
}

.my-fixed-44 {
  margin-top: 220px !important;
  margin-bottom: 220px !important;
}

.pa44 {
  padding: clamp(110px, 8.33333vw + 60px, 220px) !important;
}

.pt44 {
  padding-top: clamp(110px, 8.33333vw + 60px, 220px) !important;
}

.pr44 {
  padding-right: clamp(110px, 8.33333vw + 60px, 220px) !important;
}

.pb44 {
  padding-bottom: clamp(110px, 8.33333vw + 60px, 220px) !important;
}

.pl44 {
  padding-left: clamp(110px, 8.33333vw + 60px, 220px) !important;
}

.px44 {
  padding-right: clamp(110px, 8.33333vw + 60px, 220px) !important;
  padding-left: clamp(110px, 8.33333vw + 60px, 220px) !important;
}

.py44 {
  padding-top: clamp(110px, 8.33333vw + 60px, 220px) !important;
  padding-bottom: clamp(110px, 8.33333vw + 60px, 220px) !important;
}

.pa-fixed-44 {
  padding: 220px !important;
}

.pt-fixed-44 {
  padding-top: 220px !important;
}

.pr-fixed-44 {
  padding-right: 220px !important;
}

.pb-fixed-44 {
  padding-bottom: 220px !important;
}

.pl-fixed-44 {
  padding-left: 220px !important;
}

.px-fixed-44 {
  padding-right: 220px !important;
  padding-left: 220px !important;
}

.py-fixed-44 {
  padding-top: 220px !important;
  padding-bottom: 220px !important;
}

.ga44 {
  gap: clamp(110px, 8.33333vw + 60px, 220px) !important;
}

.gr44 {
  row-gap: clamp(110px, 8.33333vw + 60px, 220px) !important;
}

.gc44 {
  -webkit-column-gap: clamp(110px, 8.33333vw + 60px, 220px) !important;
     -moz-column-gap: clamp(110px, 8.33333vw + 60px, 220px) !important;
          column-gap: clamp(110px, 8.33333vw + 60px, 220px) !important;
}

.ga-fixed-44 {
  gap: 220px !important;
}

.gr-fixed-44 {
  row-gap: 220px !important;
}

.gc-fixed-44 {
  -webkit-column-gap: 220px !important;
     -moz-column-gap: 220px !important;
          column-gap: 220px !important;
}

.ma45 {
  margin: clamp(112.5px, 8.52273vw + 61.36364px, 225px) !important;
}

.mt45 {
  margin-top: clamp(112.5px, 8.52273vw + 61.36364px, 225px) !important;
}

.mr45 {
  margin-right: clamp(112.5px, 8.52273vw + 61.36364px, 225px) !important;
}

.mb45 {
  margin-bottom: clamp(112.5px, 8.52273vw + 61.36364px, 225px) !important;
}

.ml45 {
  margin-left: clamp(112.5px, 8.52273vw + 61.36364px, 225px) !important;
}

.mx45 {
  margin-right: clamp(112.5px, 8.52273vw + 61.36364px, 225px) !important;
  margin-left: clamp(112.5px, 8.52273vw + 61.36364px, 225px) !important;
}

.my45 {
  margin-top: clamp(112.5px, 8.52273vw + 61.36364px, 225px) !important;
  margin-bottom: clamp(112.5px, 8.52273vw + 61.36364px, 225px) !important;
}

.ma-fixed-45 {
  margin: 225px !important;
}

.mt-fixed-45 {
  margin-top: 225px !important;
}

.mr-fixed-45 {
  margin-right: 225px !important;
}

.mb-fixed-45 {
  margin-bottom: 225px !important;
}

.ml-fixed-45 {
  margin-left: 225px !important;
}

.mx-fixed-45 {
  margin-right: 225px !important;
  margin-left: 225px !important;
}

.my-fixed-45 {
  margin-top: 225px !important;
  margin-bottom: 225px !important;
}

.pa45 {
  padding: clamp(112.5px, 8.52273vw + 61.36364px, 225px) !important;
}

.pt45 {
  padding-top: clamp(112.5px, 8.52273vw + 61.36364px, 225px) !important;
}

.pr45 {
  padding-right: clamp(112.5px, 8.52273vw + 61.36364px, 225px) !important;
}

.pb45 {
  padding-bottom: clamp(112.5px, 8.52273vw + 61.36364px, 225px) !important;
}

.pl45 {
  padding-left: clamp(112.5px, 8.52273vw + 61.36364px, 225px) !important;
}

.px45 {
  padding-right: clamp(112.5px, 8.52273vw + 61.36364px, 225px) !important;
  padding-left: clamp(112.5px, 8.52273vw + 61.36364px, 225px) !important;
}

.py45 {
  padding-top: clamp(112.5px, 8.52273vw + 61.36364px, 225px) !important;
  padding-bottom: clamp(112.5px, 8.52273vw + 61.36364px, 225px) !important;
}

.pa-fixed-45 {
  padding: 225px !important;
}

.pt-fixed-45 {
  padding-top: 225px !important;
}

.pr-fixed-45 {
  padding-right: 225px !important;
}

.pb-fixed-45 {
  padding-bottom: 225px !important;
}

.pl-fixed-45 {
  padding-left: 225px !important;
}

.px-fixed-45 {
  padding-right: 225px !important;
  padding-left: 225px !important;
}

.py-fixed-45 {
  padding-top: 225px !important;
  padding-bottom: 225px !important;
}

.ga45 {
  gap: clamp(112.5px, 8.52273vw + 61.36364px, 225px) !important;
}

.gr45 {
  row-gap: clamp(112.5px, 8.52273vw + 61.36364px, 225px) !important;
}

.gc45 {
  -webkit-column-gap: clamp(112.5px, 8.52273vw + 61.36364px, 225px) !important;
     -moz-column-gap: clamp(112.5px, 8.52273vw + 61.36364px, 225px) !important;
          column-gap: clamp(112.5px, 8.52273vw + 61.36364px, 225px) !important;
}

.ga-fixed-45 {
  gap: 225px !important;
}

.gr-fixed-45 {
  row-gap: 225px !important;
}

.gc-fixed-45 {
  -webkit-column-gap: 225px !important;
     -moz-column-gap: 225px !important;
          column-gap: 225px !important;
}

.ma46 {
  margin: clamp(115px, 8.71212vw + 62.72727px, 230px) !important;
}

.mt46 {
  margin-top: clamp(115px, 8.71212vw + 62.72727px, 230px) !important;
}

.mr46 {
  margin-right: clamp(115px, 8.71212vw + 62.72727px, 230px) !important;
}

.mb46 {
  margin-bottom: clamp(115px, 8.71212vw + 62.72727px, 230px) !important;
}

.ml46 {
  margin-left: clamp(115px, 8.71212vw + 62.72727px, 230px) !important;
}

.mx46 {
  margin-right: clamp(115px, 8.71212vw + 62.72727px, 230px) !important;
  margin-left: clamp(115px, 8.71212vw + 62.72727px, 230px) !important;
}

.my46 {
  margin-top: clamp(115px, 8.71212vw + 62.72727px, 230px) !important;
  margin-bottom: clamp(115px, 8.71212vw + 62.72727px, 230px) !important;
}

.ma-fixed-46 {
  margin: 230px !important;
}

.mt-fixed-46 {
  margin-top: 230px !important;
}

.mr-fixed-46 {
  margin-right: 230px !important;
}

.mb-fixed-46 {
  margin-bottom: 230px !important;
}

.ml-fixed-46 {
  margin-left: 230px !important;
}

.mx-fixed-46 {
  margin-right: 230px !important;
  margin-left: 230px !important;
}

.my-fixed-46 {
  margin-top: 230px !important;
  margin-bottom: 230px !important;
}

.pa46 {
  padding: clamp(115px, 8.71212vw + 62.72727px, 230px) !important;
}

.pt46 {
  padding-top: clamp(115px, 8.71212vw + 62.72727px, 230px) !important;
}

.pr46 {
  padding-right: clamp(115px, 8.71212vw + 62.72727px, 230px) !important;
}

.pb46 {
  padding-bottom: clamp(115px, 8.71212vw + 62.72727px, 230px) !important;
}

.pl46 {
  padding-left: clamp(115px, 8.71212vw + 62.72727px, 230px) !important;
}

.px46 {
  padding-right: clamp(115px, 8.71212vw + 62.72727px, 230px) !important;
  padding-left: clamp(115px, 8.71212vw + 62.72727px, 230px) !important;
}

.py46 {
  padding-top: clamp(115px, 8.71212vw + 62.72727px, 230px) !important;
  padding-bottom: clamp(115px, 8.71212vw + 62.72727px, 230px) !important;
}

.pa-fixed-46 {
  padding: 230px !important;
}

.pt-fixed-46 {
  padding-top: 230px !important;
}

.pr-fixed-46 {
  padding-right: 230px !important;
}

.pb-fixed-46 {
  padding-bottom: 230px !important;
}

.pl-fixed-46 {
  padding-left: 230px !important;
}

.px-fixed-46 {
  padding-right: 230px !important;
  padding-left: 230px !important;
}

.py-fixed-46 {
  padding-top: 230px !important;
  padding-bottom: 230px !important;
}

.ga46 {
  gap: clamp(115px, 8.71212vw + 62.72727px, 230px) !important;
}

.gr46 {
  row-gap: clamp(115px, 8.71212vw + 62.72727px, 230px) !important;
}

.gc46 {
  -webkit-column-gap: clamp(115px, 8.71212vw + 62.72727px, 230px) !important;
     -moz-column-gap: clamp(115px, 8.71212vw + 62.72727px, 230px) !important;
          column-gap: clamp(115px, 8.71212vw + 62.72727px, 230px) !important;
}

.ga-fixed-46 {
  gap: 230px !important;
}

.gr-fixed-46 {
  row-gap: 230px !important;
}

.gc-fixed-46 {
  -webkit-column-gap: 230px !important;
     -moz-column-gap: 230px !important;
          column-gap: 230px !important;
}

.ma47 {
  margin: clamp(117.5px, 8.90152vw + 64.09091px, 235px) !important;
}

.mt47 {
  margin-top: clamp(117.5px, 8.90152vw + 64.09091px, 235px) !important;
}

.mr47 {
  margin-right: clamp(117.5px, 8.90152vw + 64.09091px, 235px) !important;
}

.mb47 {
  margin-bottom: clamp(117.5px, 8.90152vw + 64.09091px, 235px) !important;
}

.ml47 {
  margin-left: clamp(117.5px, 8.90152vw + 64.09091px, 235px) !important;
}

.mx47 {
  margin-right: clamp(117.5px, 8.90152vw + 64.09091px, 235px) !important;
  margin-left: clamp(117.5px, 8.90152vw + 64.09091px, 235px) !important;
}

.my47 {
  margin-top: clamp(117.5px, 8.90152vw + 64.09091px, 235px) !important;
  margin-bottom: clamp(117.5px, 8.90152vw + 64.09091px, 235px) !important;
}

.ma-fixed-47 {
  margin: 235px !important;
}

.mt-fixed-47 {
  margin-top: 235px !important;
}

.mr-fixed-47 {
  margin-right: 235px !important;
}

.mb-fixed-47 {
  margin-bottom: 235px !important;
}

.ml-fixed-47 {
  margin-left: 235px !important;
}

.mx-fixed-47 {
  margin-right: 235px !important;
  margin-left: 235px !important;
}

.my-fixed-47 {
  margin-top: 235px !important;
  margin-bottom: 235px !important;
}

.pa47 {
  padding: clamp(117.5px, 8.90152vw + 64.09091px, 235px) !important;
}

.pt47 {
  padding-top: clamp(117.5px, 8.90152vw + 64.09091px, 235px) !important;
}

.pr47 {
  padding-right: clamp(117.5px, 8.90152vw + 64.09091px, 235px) !important;
}

.pb47 {
  padding-bottom: clamp(117.5px, 8.90152vw + 64.09091px, 235px) !important;
}

.pl47 {
  padding-left: clamp(117.5px, 8.90152vw + 64.09091px, 235px) !important;
}

.px47 {
  padding-right: clamp(117.5px, 8.90152vw + 64.09091px, 235px) !important;
  padding-left: clamp(117.5px, 8.90152vw + 64.09091px, 235px) !important;
}

.py47 {
  padding-top: clamp(117.5px, 8.90152vw + 64.09091px, 235px) !important;
  padding-bottom: clamp(117.5px, 8.90152vw + 64.09091px, 235px) !important;
}

.pa-fixed-47 {
  padding: 235px !important;
}

.pt-fixed-47 {
  padding-top: 235px !important;
}

.pr-fixed-47 {
  padding-right: 235px !important;
}

.pb-fixed-47 {
  padding-bottom: 235px !important;
}

.pl-fixed-47 {
  padding-left: 235px !important;
}

.px-fixed-47 {
  padding-right: 235px !important;
  padding-left: 235px !important;
}

.py-fixed-47 {
  padding-top: 235px !important;
  padding-bottom: 235px !important;
}

.ga47 {
  gap: clamp(117.5px, 8.90152vw + 64.09091px, 235px) !important;
}

.gr47 {
  row-gap: clamp(117.5px, 8.90152vw + 64.09091px, 235px) !important;
}

.gc47 {
  -webkit-column-gap: clamp(117.5px, 8.90152vw + 64.09091px, 235px) !important;
     -moz-column-gap: clamp(117.5px, 8.90152vw + 64.09091px, 235px) !important;
          column-gap: clamp(117.5px, 8.90152vw + 64.09091px, 235px) !important;
}

.ga-fixed-47 {
  gap: 235px !important;
}

.gr-fixed-47 {
  row-gap: 235px !important;
}

.gc-fixed-47 {
  -webkit-column-gap: 235px !important;
     -moz-column-gap: 235px !important;
          column-gap: 235px !important;
}

.ma48 {
  margin: clamp(120px, 9.09091vw + 65.45455px, 240px) !important;
}

.mt48 {
  margin-top: clamp(120px, 9.09091vw + 65.45455px, 240px) !important;
}

.mr48 {
  margin-right: clamp(120px, 9.09091vw + 65.45455px, 240px) !important;
}

.mb48 {
  margin-bottom: clamp(120px, 9.09091vw + 65.45455px, 240px) !important;
}

.ml48 {
  margin-left: clamp(120px, 9.09091vw + 65.45455px, 240px) !important;
}

.mx48 {
  margin-right: clamp(120px, 9.09091vw + 65.45455px, 240px) !important;
  margin-left: clamp(120px, 9.09091vw + 65.45455px, 240px) !important;
}

.my48 {
  margin-top: clamp(120px, 9.09091vw + 65.45455px, 240px) !important;
  margin-bottom: clamp(120px, 9.09091vw + 65.45455px, 240px) !important;
}

.ma-fixed-48 {
  margin: 240px !important;
}

.mt-fixed-48 {
  margin-top: 240px !important;
}

.mr-fixed-48 {
  margin-right: 240px !important;
}

.mb-fixed-48 {
  margin-bottom: 240px !important;
}

.ml-fixed-48 {
  margin-left: 240px !important;
}

.mx-fixed-48 {
  margin-right: 240px !important;
  margin-left: 240px !important;
}

.my-fixed-48 {
  margin-top: 240px !important;
  margin-bottom: 240px !important;
}

.pa48 {
  padding: clamp(120px, 9.09091vw + 65.45455px, 240px) !important;
}

.pt48 {
  padding-top: clamp(120px, 9.09091vw + 65.45455px, 240px) !important;
}

.pr48 {
  padding-right: clamp(120px, 9.09091vw + 65.45455px, 240px) !important;
}

.pb48 {
  padding-bottom: clamp(120px, 9.09091vw + 65.45455px, 240px) !important;
}

.pl48 {
  padding-left: clamp(120px, 9.09091vw + 65.45455px, 240px) !important;
}

.px48 {
  padding-right: clamp(120px, 9.09091vw + 65.45455px, 240px) !important;
  padding-left: clamp(120px, 9.09091vw + 65.45455px, 240px) !important;
}

.py48 {
  padding-top: clamp(120px, 9.09091vw + 65.45455px, 240px) !important;
  padding-bottom: clamp(120px, 9.09091vw + 65.45455px, 240px) !important;
}

.pa-fixed-48 {
  padding: 240px !important;
}

.pt-fixed-48 {
  padding-top: 240px !important;
}

.pr-fixed-48 {
  padding-right: 240px !important;
}

.pb-fixed-48 {
  padding-bottom: 240px !important;
}

.pl-fixed-48 {
  padding-left: 240px !important;
}

.px-fixed-48 {
  padding-right: 240px !important;
  padding-left: 240px !important;
}

.py-fixed-48 {
  padding-top: 240px !important;
  padding-bottom: 240px !important;
}

.ga48 {
  gap: clamp(120px, 9.09091vw + 65.45455px, 240px) !important;
}

.gr48 {
  row-gap: clamp(120px, 9.09091vw + 65.45455px, 240px) !important;
}

.gc48 {
  -webkit-column-gap: clamp(120px, 9.09091vw + 65.45455px, 240px) !important;
     -moz-column-gap: clamp(120px, 9.09091vw + 65.45455px, 240px) !important;
          column-gap: clamp(120px, 9.09091vw + 65.45455px, 240px) !important;
}

.ga-fixed-48 {
  gap: 240px !important;
}

.gr-fixed-48 {
  row-gap: 240px !important;
}

.gc-fixed-48 {
  -webkit-column-gap: 240px !important;
     -moz-column-gap: 240px !important;
          column-gap: 240px !important;
}

.ma49 {
  margin: clamp(122.5px, 9.2803vw + 66.81818px, 245px) !important;
}

.mt49 {
  margin-top: clamp(122.5px, 9.2803vw + 66.81818px, 245px) !important;
}

.mr49 {
  margin-right: clamp(122.5px, 9.2803vw + 66.81818px, 245px) !important;
}

.mb49 {
  margin-bottom: clamp(122.5px, 9.2803vw + 66.81818px, 245px) !important;
}

.ml49 {
  margin-left: clamp(122.5px, 9.2803vw + 66.81818px, 245px) !important;
}

.mx49 {
  margin-right: clamp(122.5px, 9.2803vw + 66.81818px, 245px) !important;
  margin-left: clamp(122.5px, 9.2803vw + 66.81818px, 245px) !important;
}

.my49 {
  margin-top: clamp(122.5px, 9.2803vw + 66.81818px, 245px) !important;
  margin-bottom: clamp(122.5px, 9.2803vw + 66.81818px, 245px) !important;
}

.ma-fixed-49 {
  margin: 245px !important;
}

.mt-fixed-49 {
  margin-top: 245px !important;
}

.mr-fixed-49 {
  margin-right: 245px !important;
}

.mb-fixed-49 {
  margin-bottom: 245px !important;
}

.ml-fixed-49 {
  margin-left: 245px !important;
}

.mx-fixed-49 {
  margin-right: 245px !important;
  margin-left: 245px !important;
}

.my-fixed-49 {
  margin-top: 245px !important;
  margin-bottom: 245px !important;
}

.pa49 {
  padding: clamp(122.5px, 9.2803vw + 66.81818px, 245px) !important;
}

.pt49 {
  padding-top: clamp(122.5px, 9.2803vw + 66.81818px, 245px) !important;
}

.pr49 {
  padding-right: clamp(122.5px, 9.2803vw + 66.81818px, 245px) !important;
}

.pb49 {
  padding-bottom: clamp(122.5px, 9.2803vw + 66.81818px, 245px) !important;
}

.pl49 {
  padding-left: clamp(122.5px, 9.2803vw + 66.81818px, 245px) !important;
}

.px49 {
  padding-right: clamp(122.5px, 9.2803vw + 66.81818px, 245px) !important;
  padding-left: clamp(122.5px, 9.2803vw + 66.81818px, 245px) !important;
}

.py49 {
  padding-top: clamp(122.5px, 9.2803vw + 66.81818px, 245px) !important;
  padding-bottom: clamp(122.5px, 9.2803vw + 66.81818px, 245px) !important;
}

.pa-fixed-49 {
  padding: 245px !important;
}

.pt-fixed-49 {
  padding-top: 245px !important;
}

.pr-fixed-49 {
  padding-right: 245px !important;
}

.pb-fixed-49 {
  padding-bottom: 245px !important;
}

.pl-fixed-49 {
  padding-left: 245px !important;
}

.px-fixed-49 {
  padding-right: 245px !important;
  padding-left: 245px !important;
}

.py-fixed-49 {
  padding-top: 245px !important;
  padding-bottom: 245px !important;
}

.ga49 {
  gap: clamp(122.5px, 9.2803vw + 66.81818px, 245px) !important;
}

.gr49 {
  row-gap: clamp(122.5px, 9.2803vw + 66.81818px, 245px) !important;
}

.gc49 {
  -webkit-column-gap: clamp(122.5px, 9.2803vw + 66.81818px, 245px) !important;
     -moz-column-gap: clamp(122.5px, 9.2803vw + 66.81818px, 245px) !important;
          column-gap: clamp(122.5px, 9.2803vw + 66.81818px, 245px) !important;
}

.ga-fixed-49 {
  gap: 245px !important;
}

.gr-fixed-49 {
  row-gap: 245px !important;
}

.gc-fixed-49 {
  -webkit-column-gap: 245px !important;
     -moz-column-gap: 245px !important;
          column-gap: 245px !important;
}

.ma50 {
  margin: clamp(125px, 9.4697vw + 68.18182px, 250px) !important;
}

.mt50 {
  margin-top: clamp(125px, 9.4697vw + 68.18182px, 250px) !important;
}

.mr50 {
  margin-right: clamp(125px, 9.4697vw + 68.18182px, 250px) !important;
}

.mb50 {
  margin-bottom: clamp(125px, 9.4697vw + 68.18182px, 250px) !important;
}

.ml50 {
  margin-left: clamp(125px, 9.4697vw + 68.18182px, 250px) !important;
}

.mx50 {
  margin-right: clamp(125px, 9.4697vw + 68.18182px, 250px) !important;
  margin-left: clamp(125px, 9.4697vw + 68.18182px, 250px) !important;
}

.my50 {
  margin-top: clamp(125px, 9.4697vw + 68.18182px, 250px) !important;
  margin-bottom: clamp(125px, 9.4697vw + 68.18182px, 250px) !important;
}

.ma-fixed-50 {
  margin: 250px !important;
}

.mt-fixed-50 {
  margin-top: 250px !important;
}

.mr-fixed-50 {
  margin-right: 250px !important;
}

.mb-fixed-50 {
  margin-bottom: 250px !important;
}

.ml-fixed-50 {
  margin-left: 250px !important;
}

.mx-fixed-50 {
  margin-right: 250px !important;
  margin-left: 250px !important;
}

.my-fixed-50 {
  margin-top: 250px !important;
  margin-bottom: 250px !important;
}

.pa50 {
  padding: clamp(125px, 9.4697vw + 68.18182px, 250px) !important;
}

.pt50 {
  padding-top: clamp(125px, 9.4697vw + 68.18182px, 250px) !important;
}

.pr50 {
  padding-right: clamp(125px, 9.4697vw + 68.18182px, 250px) !important;
}

.pb50 {
  padding-bottom: clamp(125px, 9.4697vw + 68.18182px, 250px) !important;
}

.pl50 {
  padding-left: clamp(125px, 9.4697vw + 68.18182px, 250px) !important;
}

.px50 {
  padding-right: clamp(125px, 9.4697vw + 68.18182px, 250px) !important;
  padding-left: clamp(125px, 9.4697vw + 68.18182px, 250px) !important;
}

.py50 {
  padding-top: clamp(125px, 9.4697vw + 68.18182px, 250px) !important;
  padding-bottom: clamp(125px, 9.4697vw + 68.18182px, 250px) !important;
}

.pa-fixed-50 {
  padding: 250px !important;
}

.pt-fixed-50 {
  padding-top: 250px !important;
}

.pr-fixed-50 {
  padding-right: 250px !important;
}

.pb-fixed-50 {
  padding-bottom: 250px !important;
}

.pl-fixed-50 {
  padding-left: 250px !important;
}

.px-fixed-50 {
  padding-right: 250px !important;
  padding-left: 250px !important;
}

.py-fixed-50 {
  padding-top: 250px !important;
  padding-bottom: 250px !important;
}

.ga50 {
  gap: clamp(125px, 9.4697vw + 68.18182px, 250px) !important;
}

.gr50 {
  row-gap: clamp(125px, 9.4697vw + 68.18182px, 250px) !important;
}

.gc50 {
  -webkit-column-gap: clamp(125px, 9.4697vw + 68.18182px, 250px) !important;
     -moz-column-gap: clamp(125px, 9.4697vw + 68.18182px, 250px) !important;
          column-gap: clamp(125px, 9.4697vw + 68.18182px, 250px) !important;
}

.ga-fixed-50 {
  gap: 250px !important;
}

.gr-fixed-50 {
  row-gap: 250px !important;
}

.gc-fixed-50 {
  -webkit-column-gap: 250px !important;
     -moz-column-gap: 250px !important;
          column-gap: 250px !important;
}

.ma51 {
  margin: clamp(127.5px, 9.65909vw + 69.54545px, 255px) !important;
}

.mt51 {
  margin-top: clamp(127.5px, 9.65909vw + 69.54545px, 255px) !important;
}

.mr51 {
  margin-right: clamp(127.5px, 9.65909vw + 69.54545px, 255px) !important;
}

.mb51 {
  margin-bottom: clamp(127.5px, 9.65909vw + 69.54545px, 255px) !important;
}

.ml51 {
  margin-left: clamp(127.5px, 9.65909vw + 69.54545px, 255px) !important;
}

.mx51 {
  margin-right: clamp(127.5px, 9.65909vw + 69.54545px, 255px) !important;
  margin-left: clamp(127.5px, 9.65909vw + 69.54545px, 255px) !important;
}

.my51 {
  margin-top: clamp(127.5px, 9.65909vw + 69.54545px, 255px) !important;
  margin-bottom: clamp(127.5px, 9.65909vw + 69.54545px, 255px) !important;
}

.ma-fixed-51 {
  margin: 255px !important;
}

.mt-fixed-51 {
  margin-top: 255px !important;
}

.mr-fixed-51 {
  margin-right: 255px !important;
}

.mb-fixed-51 {
  margin-bottom: 255px !important;
}

.ml-fixed-51 {
  margin-left: 255px !important;
}

.mx-fixed-51 {
  margin-right: 255px !important;
  margin-left: 255px !important;
}

.my-fixed-51 {
  margin-top: 255px !important;
  margin-bottom: 255px !important;
}

.pa51 {
  padding: clamp(127.5px, 9.65909vw + 69.54545px, 255px) !important;
}

.pt51 {
  padding-top: clamp(127.5px, 9.65909vw + 69.54545px, 255px) !important;
}

.pr51 {
  padding-right: clamp(127.5px, 9.65909vw + 69.54545px, 255px) !important;
}

.pb51 {
  padding-bottom: clamp(127.5px, 9.65909vw + 69.54545px, 255px) !important;
}

.pl51 {
  padding-left: clamp(127.5px, 9.65909vw + 69.54545px, 255px) !important;
}

.px51 {
  padding-right: clamp(127.5px, 9.65909vw + 69.54545px, 255px) !important;
  padding-left: clamp(127.5px, 9.65909vw + 69.54545px, 255px) !important;
}

.py51 {
  padding-top: clamp(127.5px, 9.65909vw + 69.54545px, 255px) !important;
  padding-bottom: clamp(127.5px, 9.65909vw + 69.54545px, 255px) !important;
}

.pa-fixed-51 {
  padding: 255px !important;
}

.pt-fixed-51 {
  padding-top: 255px !important;
}

.pr-fixed-51 {
  padding-right: 255px !important;
}

.pb-fixed-51 {
  padding-bottom: 255px !important;
}

.pl-fixed-51 {
  padding-left: 255px !important;
}

.px-fixed-51 {
  padding-right: 255px !important;
  padding-left: 255px !important;
}

.py-fixed-51 {
  padding-top: 255px !important;
  padding-bottom: 255px !important;
}

.ga51 {
  gap: clamp(127.5px, 9.65909vw + 69.54545px, 255px) !important;
}

.gr51 {
  row-gap: clamp(127.5px, 9.65909vw + 69.54545px, 255px) !important;
}

.gc51 {
  -webkit-column-gap: clamp(127.5px, 9.65909vw + 69.54545px, 255px) !important;
     -moz-column-gap: clamp(127.5px, 9.65909vw + 69.54545px, 255px) !important;
          column-gap: clamp(127.5px, 9.65909vw + 69.54545px, 255px) !important;
}

.ga-fixed-51 {
  gap: 255px !important;
}

.gr-fixed-51 {
  row-gap: 255px !important;
}

.gc-fixed-51 {
  -webkit-column-gap: 255px !important;
     -moz-column-gap: 255px !important;
          column-gap: 255px !important;
}

.ma52 {
  margin: clamp(130px, 9.84848vw + 70.90909px, 260px) !important;
}

.mt52 {
  margin-top: clamp(130px, 9.84848vw + 70.90909px, 260px) !important;
}

.mr52 {
  margin-right: clamp(130px, 9.84848vw + 70.90909px, 260px) !important;
}

.mb52 {
  margin-bottom: clamp(130px, 9.84848vw + 70.90909px, 260px) !important;
}

.ml52 {
  margin-left: clamp(130px, 9.84848vw + 70.90909px, 260px) !important;
}

.mx52 {
  margin-right: clamp(130px, 9.84848vw + 70.90909px, 260px) !important;
  margin-left: clamp(130px, 9.84848vw + 70.90909px, 260px) !important;
}

.my52 {
  margin-top: clamp(130px, 9.84848vw + 70.90909px, 260px) !important;
  margin-bottom: clamp(130px, 9.84848vw + 70.90909px, 260px) !important;
}

.ma-fixed-52 {
  margin: 260px !important;
}

.mt-fixed-52 {
  margin-top: 260px !important;
}

.mr-fixed-52 {
  margin-right: 260px !important;
}

.mb-fixed-52 {
  margin-bottom: 260px !important;
}

.ml-fixed-52 {
  margin-left: 260px !important;
}

.mx-fixed-52 {
  margin-right: 260px !important;
  margin-left: 260px !important;
}

.my-fixed-52 {
  margin-top: 260px !important;
  margin-bottom: 260px !important;
}

.pa52 {
  padding: clamp(130px, 9.84848vw + 70.90909px, 260px) !important;
}

.pt52 {
  padding-top: clamp(130px, 9.84848vw + 70.90909px, 260px) !important;
}

.pr52 {
  padding-right: clamp(130px, 9.84848vw + 70.90909px, 260px) !important;
}

.pb52 {
  padding-bottom: clamp(130px, 9.84848vw + 70.90909px, 260px) !important;
}

.pl52 {
  padding-left: clamp(130px, 9.84848vw + 70.90909px, 260px) !important;
}

.px52 {
  padding-right: clamp(130px, 9.84848vw + 70.90909px, 260px) !important;
  padding-left: clamp(130px, 9.84848vw + 70.90909px, 260px) !important;
}

.py52 {
  padding-top: clamp(130px, 9.84848vw + 70.90909px, 260px) !important;
  padding-bottom: clamp(130px, 9.84848vw + 70.90909px, 260px) !important;
}

.pa-fixed-52 {
  padding: 260px !important;
}

.pt-fixed-52 {
  padding-top: 260px !important;
}

.pr-fixed-52 {
  padding-right: 260px !important;
}

.pb-fixed-52 {
  padding-bottom: 260px !important;
}

.pl-fixed-52 {
  padding-left: 260px !important;
}

.px-fixed-52 {
  padding-right: 260px !important;
  padding-left: 260px !important;
}

.py-fixed-52 {
  padding-top: 260px !important;
  padding-bottom: 260px !important;
}

.ga52 {
  gap: clamp(130px, 9.84848vw + 70.90909px, 260px) !important;
}

.gr52 {
  row-gap: clamp(130px, 9.84848vw + 70.90909px, 260px) !important;
}

.gc52 {
  -webkit-column-gap: clamp(130px, 9.84848vw + 70.90909px, 260px) !important;
     -moz-column-gap: clamp(130px, 9.84848vw + 70.90909px, 260px) !important;
          column-gap: clamp(130px, 9.84848vw + 70.90909px, 260px) !important;
}

.ga-fixed-52 {
  gap: 260px !important;
}

.gr-fixed-52 {
  row-gap: 260px !important;
}

.gc-fixed-52 {
  -webkit-column-gap: 260px !important;
     -moz-column-gap: 260px !important;
          column-gap: 260px !important;
}

.ma53 {
  margin: clamp(132.5px, 10.03788vw + 72.27273px, 265px) !important;
}

.mt53 {
  margin-top: clamp(132.5px, 10.03788vw + 72.27273px, 265px) !important;
}

.mr53 {
  margin-right: clamp(132.5px, 10.03788vw + 72.27273px, 265px) !important;
}

.mb53 {
  margin-bottom: clamp(132.5px, 10.03788vw + 72.27273px, 265px) !important;
}

.ml53 {
  margin-left: clamp(132.5px, 10.03788vw + 72.27273px, 265px) !important;
}

.mx53 {
  margin-right: clamp(132.5px, 10.03788vw + 72.27273px, 265px) !important;
  margin-left: clamp(132.5px, 10.03788vw + 72.27273px, 265px) !important;
}

.my53 {
  margin-top: clamp(132.5px, 10.03788vw + 72.27273px, 265px) !important;
  margin-bottom: clamp(132.5px, 10.03788vw + 72.27273px, 265px) !important;
}

.ma-fixed-53 {
  margin: 265px !important;
}

.mt-fixed-53 {
  margin-top: 265px !important;
}

.mr-fixed-53 {
  margin-right: 265px !important;
}

.mb-fixed-53 {
  margin-bottom: 265px !important;
}

.ml-fixed-53 {
  margin-left: 265px !important;
}

.mx-fixed-53 {
  margin-right: 265px !important;
  margin-left: 265px !important;
}

.my-fixed-53 {
  margin-top: 265px !important;
  margin-bottom: 265px !important;
}

.pa53 {
  padding: clamp(132.5px, 10.03788vw + 72.27273px, 265px) !important;
}

.pt53 {
  padding-top: clamp(132.5px, 10.03788vw + 72.27273px, 265px) !important;
}

.pr53 {
  padding-right: clamp(132.5px, 10.03788vw + 72.27273px, 265px) !important;
}

.pb53 {
  padding-bottom: clamp(132.5px, 10.03788vw + 72.27273px, 265px) !important;
}

.pl53 {
  padding-left: clamp(132.5px, 10.03788vw + 72.27273px, 265px) !important;
}

.px53 {
  padding-right: clamp(132.5px, 10.03788vw + 72.27273px, 265px) !important;
  padding-left: clamp(132.5px, 10.03788vw + 72.27273px, 265px) !important;
}

.py53 {
  padding-top: clamp(132.5px, 10.03788vw + 72.27273px, 265px) !important;
  padding-bottom: clamp(132.5px, 10.03788vw + 72.27273px, 265px) !important;
}

.pa-fixed-53 {
  padding: 265px !important;
}

.pt-fixed-53 {
  padding-top: 265px !important;
}

.pr-fixed-53 {
  padding-right: 265px !important;
}

.pb-fixed-53 {
  padding-bottom: 265px !important;
}

.pl-fixed-53 {
  padding-left: 265px !important;
}

.px-fixed-53 {
  padding-right: 265px !important;
  padding-left: 265px !important;
}

.py-fixed-53 {
  padding-top: 265px !important;
  padding-bottom: 265px !important;
}

.ga53 {
  gap: clamp(132.5px, 10.03788vw + 72.27273px, 265px) !important;
}

.gr53 {
  row-gap: clamp(132.5px, 10.03788vw + 72.27273px, 265px) !important;
}

.gc53 {
  -webkit-column-gap: clamp(132.5px, 10.03788vw + 72.27273px, 265px) !important;
     -moz-column-gap: clamp(132.5px, 10.03788vw + 72.27273px, 265px) !important;
          column-gap: clamp(132.5px, 10.03788vw + 72.27273px, 265px) !important;
}

.ga-fixed-53 {
  gap: 265px !important;
}

.gr-fixed-53 {
  row-gap: 265px !important;
}

.gc-fixed-53 {
  -webkit-column-gap: 265px !important;
     -moz-column-gap: 265px !important;
          column-gap: 265px !important;
}

.ma54 {
  margin: clamp(135px, 10.22727vw + 73.63636px, 270px) !important;
}

.mt54 {
  margin-top: clamp(135px, 10.22727vw + 73.63636px, 270px) !important;
}

.mr54 {
  margin-right: clamp(135px, 10.22727vw + 73.63636px, 270px) !important;
}

.mb54 {
  margin-bottom: clamp(135px, 10.22727vw + 73.63636px, 270px) !important;
}

.ml54 {
  margin-left: clamp(135px, 10.22727vw + 73.63636px, 270px) !important;
}

.mx54 {
  margin-right: clamp(135px, 10.22727vw + 73.63636px, 270px) !important;
  margin-left: clamp(135px, 10.22727vw + 73.63636px, 270px) !important;
}

.my54 {
  margin-top: clamp(135px, 10.22727vw + 73.63636px, 270px) !important;
  margin-bottom: clamp(135px, 10.22727vw + 73.63636px, 270px) !important;
}

.ma-fixed-54 {
  margin: 270px !important;
}

.mt-fixed-54 {
  margin-top: 270px !important;
}

.mr-fixed-54 {
  margin-right: 270px !important;
}

.mb-fixed-54 {
  margin-bottom: 270px !important;
}

.ml-fixed-54 {
  margin-left: 270px !important;
}

.mx-fixed-54 {
  margin-right: 270px !important;
  margin-left: 270px !important;
}

.my-fixed-54 {
  margin-top: 270px !important;
  margin-bottom: 270px !important;
}

.pa54 {
  padding: clamp(135px, 10.22727vw + 73.63636px, 270px) !important;
}

.pt54 {
  padding-top: clamp(135px, 10.22727vw + 73.63636px, 270px) !important;
}

.pr54 {
  padding-right: clamp(135px, 10.22727vw + 73.63636px, 270px) !important;
}

.pb54 {
  padding-bottom: clamp(135px, 10.22727vw + 73.63636px, 270px) !important;
}

.pl54 {
  padding-left: clamp(135px, 10.22727vw + 73.63636px, 270px) !important;
}

.px54 {
  padding-right: clamp(135px, 10.22727vw + 73.63636px, 270px) !important;
  padding-left: clamp(135px, 10.22727vw + 73.63636px, 270px) !important;
}

.py54 {
  padding-top: clamp(135px, 10.22727vw + 73.63636px, 270px) !important;
  padding-bottom: clamp(135px, 10.22727vw + 73.63636px, 270px) !important;
}

.pa-fixed-54 {
  padding: 270px !important;
}

.pt-fixed-54 {
  padding-top: 270px !important;
}

.pr-fixed-54 {
  padding-right: 270px !important;
}

.pb-fixed-54 {
  padding-bottom: 270px !important;
}

.pl-fixed-54 {
  padding-left: 270px !important;
}

.px-fixed-54 {
  padding-right: 270px !important;
  padding-left: 270px !important;
}

.py-fixed-54 {
  padding-top: 270px !important;
  padding-bottom: 270px !important;
}

.ga54 {
  gap: clamp(135px, 10.22727vw + 73.63636px, 270px) !important;
}

.gr54 {
  row-gap: clamp(135px, 10.22727vw + 73.63636px, 270px) !important;
}

.gc54 {
  -webkit-column-gap: clamp(135px, 10.22727vw + 73.63636px, 270px) !important;
     -moz-column-gap: clamp(135px, 10.22727vw + 73.63636px, 270px) !important;
          column-gap: clamp(135px, 10.22727vw + 73.63636px, 270px) !important;
}

.ga-fixed-54 {
  gap: 270px !important;
}

.gr-fixed-54 {
  row-gap: 270px !important;
}

.gc-fixed-54 {
  -webkit-column-gap: 270px !important;
     -moz-column-gap: 270px !important;
          column-gap: 270px !important;
}

.ma55 {
  margin: clamp(137.5px, 10.41667vw + 75px, 275px) !important;
}

.mt55 {
  margin-top: clamp(137.5px, 10.41667vw + 75px, 275px) !important;
}

.mr55 {
  margin-right: clamp(137.5px, 10.41667vw + 75px, 275px) !important;
}

.mb55 {
  margin-bottom: clamp(137.5px, 10.41667vw + 75px, 275px) !important;
}

.ml55 {
  margin-left: clamp(137.5px, 10.41667vw + 75px, 275px) !important;
}

.mx55 {
  margin-right: clamp(137.5px, 10.41667vw + 75px, 275px) !important;
  margin-left: clamp(137.5px, 10.41667vw + 75px, 275px) !important;
}

.my55 {
  margin-top: clamp(137.5px, 10.41667vw + 75px, 275px) !important;
  margin-bottom: clamp(137.5px, 10.41667vw + 75px, 275px) !important;
}

.ma-fixed-55 {
  margin: 275px !important;
}

.mt-fixed-55 {
  margin-top: 275px !important;
}

.mr-fixed-55 {
  margin-right: 275px !important;
}

.mb-fixed-55 {
  margin-bottom: 275px !important;
}

.ml-fixed-55 {
  margin-left: 275px !important;
}

.mx-fixed-55 {
  margin-right: 275px !important;
  margin-left: 275px !important;
}

.my-fixed-55 {
  margin-top: 275px !important;
  margin-bottom: 275px !important;
}

.pa55 {
  padding: clamp(137.5px, 10.41667vw + 75px, 275px) !important;
}

.pt55 {
  padding-top: clamp(137.5px, 10.41667vw + 75px, 275px) !important;
}

.pr55 {
  padding-right: clamp(137.5px, 10.41667vw + 75px, 275px) !important;
}

.pb55 {
  padding-bottom: clamp(137.5px, 10.41667vw + 75px, 275px) !important;
}

.pl55 {
  padding-left: clamp(137.5px, 10.41667vw + 75px, 275px) !important;
}

.px55 {
  padding-right: clamp(137.5px, 10.41667vw + 75px, 275px) !important;
  padding-left: clamp(137.5px, 10.41667vw + 75px, 275px) !important;
}

.py55 {
  padding-top: clamp(137.5px, 10.41667vw + 75px, 275px) !important;
  padding-bottom: clamp(137.5px, 10.41667vw + 75px, 275px) !important;
}

.pa-fixed-55 {
  padding: 275px !important;
}

.pt-fixed-55 {
  padding-top: 275px !important;
}

.pr-fixed-55 {
  padding-right: 275px !important;
}

.pb-fixed-55 {
  padding-bottom: 275px !important;
}

.pl-fixed-55 {
  padding-left: 275px !important;
}

.px-fixed-55 {
  padding-right: 275px !important;
  padding-left: 275px !important;
}

.py-fixed-55 {
  padding-top: 275px !important;
  padding-bottom: 275px !important;
}

.ga55 {
  gap: clamp(137.5px, 10.41667vw + 75px, 275px) !important;
}

.gr55 {
  row-gap: clamp(137.5px, 10.41667vw + 75px, 275px) !important;
}

.gc55 {
  -webkit-column-gap: clamp(137.5px, 10.41667vw + 75px, 275px) !important;
     -moz-column-gap: clamp(137.5px, 10.41667vw + 75px, 275px) !important;
          column-gap: clamp(137.5px, 10.41667vw + 75px, 275px) !important;
}

.ga-fixed-55 {
  gap: 275px !important;
}

.gr-fixed-55 {
  row-gap: 275px !important;
}

.gc-fixed-55 {
  -webkit-column-gap: 275px !important;
     -moz-column-gap: 275px !important;
          column-gap: 275px !important;
}

.ma56 {
  margin: clamp(140px, 10.60606vw + 76.36364px, 280px) !important;
}

.mt56 {
  margin-top: clamp(140px, 10.60606vw + 76.36364px, 280px) !important;
}

.mr56 {
  margin-right: clamp(140px, 10.60606vw + 76.36364px, 280px) !important;
}

.mb56 {
  margin-bottom: clamp(140px, 10.60606vw + 76.36364px, 280px) !important;
}

.ml56 {
  margin-left: clamp(140px, 10.60606vw + 76.36364px, 280px) !important;
}

.mx56 {
  margin-right: clamp(140px, 10.60606vw + 76.36364px, 280px) !important;
  margin-left: clamp(140px, 10.60606vw + 76.36364px, 280px) !important;
}

.my56 {
  margin-top: clamp(140px, 10.60606vw + 76.36364px, 280px) !important;
  margin-bottom: clamp(140px, 10.60606vw + 76.36364px, 280px) !important;
}

.ma-fixed-56 {
  margin: 280px !important;
}

.mt-fixed-56 {
  margin-top: 280px !important;
}

.mr-fixed-56 {
  margin-right: 280px !important;
}

.mb-fixed-56 {
  margin-bottom: 280px !important;
}

.ml-fixed-56 {
  margin-left: 280px !important;
}

.mx-fixed-56 {
  margin-right: 280px !important;
  margin-left: 280px !important;
}

.my-fixed-56 {
  margin-top: 280px !important;
  margin-bottom: 280px !important;
}

.pa56 {
  padding: clamp(140px, 10.60606vw + 76.36364px, 280px) !important;
}

.pt56 {
  padding-top: clamp(140px, 10.60606vw + 76.36364px, 280px) !important;
}

.pr56 {
  padding-right: clamp(140px, 10.60606vw + 76.36364px, 280px) !important;
}

.pb56 {
  padding-bottom: clamp(140px, 10.60606vw + 76.36364px, 280px) !important;
}

.pl56 {
  padding-left: clamp(140px, 10.60606vw + 76.36364px, 280px) !important;
}

.px56 {
  padding-right: clamp(140px, 10.60606vw + 76.36364px, 280px) !important;
  padding-left: clamp(140px, 10.60606vw + 76.36364px, 280px) !important;
}

.py56 {
  padding-top: clamp(140px, 10.60606vw + 76.36364px, 280px) !important;
  padding-bottom: clamp(140px, 10.60606vw + 76.36364px, 280px) !important;
}

.pa-fixed-56 {
  padding: 280px !important;
}

.pt-fixed-56 {
  padding-top: 280px !important;
}

.pr-fixed-56 {
  padding-right: 280px !important;
}

.pb-fixed-56 {
  padding-bottom: 280px !important;
}

.pl-fixed-56 {
  padding-left: 280px !important;
}

.px-fixed-56 {
  padding-right: 280px !important;
  padding-left: 280px !important;
}

.py-fixed-56 {
  padding-top: 280px !important;
  padding-bottom: 280px !important;
}

.ga56 {
  gap: clamp(140px, 10.60606vw + 76.36364px, 280px) !important;
}

.gr56 {
  row-gap: clamp(140px, 10.60606vw + 76.36364px, 280px) !important;
}

.gc56 {
  -webkit-column-gap: clamp(140px, 10.60606vw + 76.36364px, 280px) !important;
     -moz-column-gap: clamp(140px, 10.60606vw + 76.36364px, 280px) !important;
          column-gap: clamp(140px, 10.60606vw + 76.36364px, 280px) !important;
}

.ga-fixed-56 {
  gap: 280px !important;
}

.gr-fixed-56 {
  row-gap: 280px !important;
}

.gc-fixed-56 {
  -webkit-column-gap: 280px !important;
     -moz-column-gap: 280px !important;
          column-gap: 280px !important;
}

.ma57 {
  margin: clamp(142.5px, 10.79545vw + 77.72727px, 285px) !important;
}

.mt57 {
  margin-top: clamp(142.5px, 10.79545vw + 77.72727px, 285px) !important;
}

.mr57 {
  margin-right: clamp(142.5px, 10.79545vw + 77.72727px, 285px) !important;
}

.mb57 {
  margin-bottom: clamp(142.5px, 10.79545vw + 77.72727px, 285px) !important;
}

.ml57 {
  margin-left: clamp(142.5px, 10.79545vw + 77.72727px, 285px) !important;
}

.mx57 {
  margin-right: clamp(142.5px, 10.79545vw + 77.72727px, 285px) !important;
  margin-left: clamp(142.5px, 10.79545vw + 77.72727px, 285px) !important;
}

.my57 {
  margin-top: clamp(142.5px, 10.79545vw + 77.72727px, 285px) !important;
  margin-bottom: clamp(142.5px, 10.79545vw + 77.72727px, 285px) !important;
}

.ma-fixed-57 {
  margin: 285px !important;
}

.mt-fixed-57 {
  margin-top: 285px !important;
}

.mr-fixed-57 {
  margin-right: 285px !important;
}

.mb-fixed-57 {
  margin-bottom: 285px !important;
}

.ml-fixed-57 {
  margin-left: 285px !important;
}

.mx-fixed-57 {
  margin-right: 285px !important;
  margin-left: 285px !important;
}

.my-fixed-57 {
  margin-top: 285px !important;
  margin-bottom: 285px !important;
}

.pa57 {
  padding: clamp(142.5px, 10.79545vw + 77.72727px, 285px) !important;
}

.pt57 {
  padding-top: clamp(142.5px, 10.79545vw + 77.72727px, 285px) !important;
}

.pr57 {
  padding-right: clamp(142.5px, 10.79545vw + 77.72727px, 285px) !important;
}

.pb57 {
  padding-bottom: clamp(142.5px, 10.79545vw + 77.72727px, 285px) !important;
}

.pl57 {
  padding-left: clamp(142.5px, 10.79545vw + 77.72727px, 285px) !important;
}

.px57 {
  padding-right: clamp(142.5px, 10.79545vw + 77.72727px, 285px) !important;
  padding-left: clamp(142.5px, 10.79545vw + 77.72727px, 285px) !important;
}

.py57 {
  padding-top: clamp(142.5px, 10.79545vw + 77.72727px, 285px) !important;
  padding-bottom: clamp(142.5px, 10.79545vw + 77.72727px, 285px) !important;
}

.pa-fixed-57 {
  padding: 285px !important;
}

.pt-fixed-57 {
  padding-top: 285px !important;
}

.pr-fixed-57 {
  padding-right: 285px !important;
}

.pb-fixed-57 {
  padding-bottom: 285px !important;
}

.pl-fixed-57 {
  padding-left: 285px !important;
}

.px-fixed-57 {
  padding-right: 285px !important;
  padding-left: 285px !important;
}

.py-fixed-57 {
  padding-top: 285px !important;
  padding-bottom: 285px !important;
}

.ga57 {
  gap: clamp(142.5px, 10.79545vw + 77.72727px, 285px) !important;
}

.gr57 {
  row-gap: clamp(142.5px, 10.79545vw + 77.72727px, 285px) !important;
}

.gc57 {
  -webkit-column-gap: clamp(142.5px, 10.79545vw + 77.72727px, 285px) !important;
     -moz-column-gap: clamp(142.5px, 10.79545vw + 77.72727px, 285px) !important;
          column-gap: clamp(142.5px, 10.79545vw + 77.72727px, 285px) !important;
}

.ga-fixed-57 {
  gap: 285px !important;
}

.gr-fixed-57 {
  row-gap: 285px !important;
}

.gc-fixed-57 {
  -webkit-column-gap: 285px !important;
     -moz-column-gap: 285px !important;
          column-gap: 285px !important;
}

.ma58 {
  margin: clamp(145px, 10.98485vw + 79.09091px, 290px) !important;
}

.mt58 {
  margin-top: clamp(145px, 10.98485vw + 79.09091px, 290px) !important;
}

.mr58 {
  margin-right: clamp(145px, 10.98485vw + 79.09091px, 290px) !important;
}

.mb58 {
  margin-bottom: clamp(145px, 10.98485vw + 79.09091px, 290px) !important;
}

.ml58 {
  margin-left: clamp(145px, 10.98485vw + 79.09091px, 290px) !important;
}

.mx58 {
  margin-right: clamp(145px, 10.98485vw + 79.09091px, 290px) !important;
  margin-left: clamp(145px, 10.98485vw + 79.09091px, 290px) !important;
}

.my58 {
  margin-top: clamp(145px, 10.98485vw + 79.09091px, 290px) !important;
  margin-bottom: clamp(145px, 10.98485vw + 79.09091px, 290px) !important;
}

.ma-fixed-58 {
  margin: 290px !important;
}

.mt-fixed-58 {
  margin-top: 290px !important;
}

.mr-fixed-58 {
  margin-right: 290px !important;
}

.mb-fixed-58 {
  margin-bottom: 290px !important;
}

.ml-fixed-58 {
  margin-left: 290px !important;
}

.mx-fixed-58 {
  margin-right: 290px !important;
  margin-left: 290px !important;
}

.my-fixed-58 {
  margin-top: 290px !important;
  margin-bottom: 290px !important;
}

.pa58 {
  padding: clamp(145px, 10.98485vw + 79.09091px, 290px) !important;
}

.pt58 {
  padding-top: clamp(145px, 10.98485vw + 79.09091px, 290px) !important;
}

.pr58 {
  padding-right: clamp(145px, 10.98485vw + 79.09091px, 290px) !important;
}

.pb58 {
  padding-bottom: clamp(145px, 10.98485vw + 79.09091px, 290px) !important;
}

.pl58 {
  padding-left: clamp(145px, 10.98485vw + 79.09091px, 290px) !important;
}

.px58 {
  padding-right: clamp(145px, 10.98485vw + 79.09091px, 290px) !important;
  padding-left: clamp(145px, 10.98485vw + 79.09091px, 290px) !important;
}

.py58 {
  padding-top: clamp(145px, 10.98485vw + 79.09091px, 290px) !important;
  padding-bottom: clamp(145px, 10.98485vw + 79.09091px, 290px) !important;
}

.pa-fixed-58 {
  padding: 290px !important;
}

.pt-fixed-58 {
  padding-top: 290px !important;
}

.pr-fixed-58 {
  padding-right: 290px !important;
}

.pb-fixed-58 {
  padding-bottom: 290px !important;
}

.pl-fixed-58 {
  padding-left: 290px !important;
}

.px-fixed-58 {
  padding-right: 290px !important;
  padding-left: 290px !important;
}

.py-fixed-58 {
  padding-top: 290px !important;
  padding-bottom: 290px !important;
}

.ga58 {
  gap: clamp(145px, 10.98485vw + 79.09091px, 290px) !important;
}

.gr58 {
  row-gap: clamp(145px, 10.98485vw + 79.09091px, 290px) !important;
}

.gc58 {
  -webkit-column-gap: clamp(145px, 10.98485vw + 79.09091px, 290px) !important;
     -moz-column-gap: clamp(145px, 10.98485vw + 79.09091px, 290px) !important;
          column-gap: clamp(145px, 10.98485vw + 79.09091px, 290px) !important;
}

.ga-fixed-58 {
  gap: 290px !important;
}

.gr-fixed-58 {
  row-gap: 290px !important;
}

.gc-fixed-58 {
  -webkit-column-gap: 290px !important;
     -moz-column-gap: 290px !important;
          column-gap: 290px !important;
}

.ma59 {
  margin: clamp(147.5px, 11.17424vw + 80.45455px, 295px) !important;
}

.mt59 {
  margin-top: clamp(147.5px, 11.17424vw + 80.45455px, 295px) !important;
}

.mr59 {
  margin-right: clamp(147.5px, 11.17424vw + 80.45455px, 295px) !important;
}

.mb59 {
  margin-bottom: clamp(147.5px, 11.17424vw + 80.45455px, 295px) !important;
}

.ml59 {
  margin-left: clamp(147.5px, 11.17424vw + 80.45455px, 295px) !important;
}

.mx59 {
  margin-right: clamp(147.5px, 11.17424vw + 80.45455px, 295px) !important;
  margin-left: clamp(147.5px, 11.17424vw + 80.45455px, 295px) !important;
}

.my59 {
  margin-top: clamp(147.5px, 11.17424vw + 80.45455px, 295px) !important;
  margin-bottom: clamp(147.5px, 11.17424vw + 80.45455px, 295px) !important;
}

.ma-fixed-59 {
  margin: 295px !important;
}

.mt-fixed-59 {
  margin-top: 295px !important;
}

.mr-fixed-59 {
  margin-right: 295px !important;
}

.mb-fixed-59 {
  margin-bottom: 295px !important;
}

.ml-fixed-59 {
  margin-left: 295px !important;
}

.mx-fixed-59 {
  margin-right: 295px !important;
  margin-left: 295px !important;
}

.my-fixed-59 {
  margin-top: 295px !important;
  margin-bottom: 295px !important;
}

.pa59 {
  padding: clamp(147.5px, 11.17424vw + 80.45455px, 295px) !important;
}

.pt59 {
  padding-top: clamp(147.5px, 11.17424vw + 80.45455px, 295px) !important;
}

.pr59 {
  padding-right: clamp(147.5px, 11.17424vw + 80.45455px, 295px) !important;
}

.pb59 {
  padding-bottom: clamp(147.5px, 11.17424vw + 80.45455px, 295px) !important;
}

.pl59 {
  padding-left: clamp(147.5px, 11.17424vw + 80.45455px, 295px) !important;
}

.px59 {
  padding-right: clamp(147.5px, 11.17424vw + 80.45455px, 295px) !important;
  padding-left: clamp(147.5px, 11.17424vw + 80.45455px, 295px) !important;
}

.py59 {
  padding-top: clamp(147.5px, 11.17424vw + 80.45455px, 295px) !important;
  padding-bottom: clamp(147.5px, 11.17424vw + 80.45455px, 295px) !important;
}

.pa-fixed-59 {
  padding: 295px !important;
}

.pt-fixed-59 {
  padding-top: 295px !important;
}

.pr-fixed-59 {
  padding-right: 295px !important;
}

.pb-fixed-59 {
  padding-bottom: 295px !important;
}

.pl-fixed-59 {
  padding-left: 295px !important;
}

.px-fixed-59 {
  padding-right: 295px !important;
  padding-left: 295px !important;
}

.py-fixed-59 {
  padding-top: 295px !important;
  padding-bottom: 295px !important;
}

.ga59 {
  gap: clamp(147.5px, 11.17424vw + 80.45455px, 295px) !important;
}

.gr59 {
  row-gap: clamp(147.5px, 11.17424vw + 80.45455px, 295px) !important;
}

.gc59 {
  -webkit-column-gap: clamp(147.5px, 11.17424vw + 80.45455px, 295px) !important;
     -moz-column-gap: clamp(147.5px, 11.17424vw + 80.45455px, 295px) !important;
          column-gap: clamp(147.5px, 11.17424vw + 80.45455px, 295px) !important;
}

.ga-fixed-59 {
  gap: 295px !important;
}

.gr-fixed-59 {
  row-gap: 295px !important;
}

.gc-fixed-59 {
  -webkit-column-gap: 295px !important;
     -moz-column-gap: 295px !important;
          column-gap: 295px !important;
}

.ma60 {
  margin: clamp(150px, 11.36364vw + 81.81818px, 300px) !important;
}

.mt60 {
  margin-top: clamp(150px, 11.36364vw + 81.81818px, 300px) !important;
}

.mr60 {
  margin-right: clamp(150px, 11.36364vw + 81.81818px, 300px) !important;
}

.mb60 {
  margin-bottom: clamp(150px, 11.36364vw + 81.81818px, 300px) !important;
}

.ml60 {
  margin-left: clamp(150px, 11.36364vw + 81.81818px, 300px) !important;
}

.mx60 {
  margin-right: clamp(150px, 11.36364vw + 81.81818px, 300px) !important;
  margin-left: clamp(150px, 11.36364vw + 81.81818px, 300px) !important;
}

.my60 {
  margin-top: clamp(150px, 11.36364vw + 81.81818px, 300px) !important;
  margin-bottom: clamp(150px, 11.36364vw + 81.81818px, 300px) !important;
}

.ma-fixed-60 {
  margin: 300px !important;
}

.mt-fixed-60 {
  margin-top: 300px !important;
}

.mr-fixed-60 {
  margin-right: 300px !important;
}

.mb-fixed-60 {
  margin-bottom: 300px !important;
}

.ml-fixed-60 {
  margin-left: 300px !important;
}

.mx-fixed-60 {
  margin-right: 300px !important;
  margin-left: 300px !important;
}

.my-fixed-60 {
  margin-top: 300px !important;
  margin-bottom: 300px !important;
}

.pa60 {
  padding: clamp(150px, 11.36364vw + 81.81818px, 300px) !important;
}

.pt60 {
  padding-top: clamp(150px, 11.36364vw + 81.81818px, 300px) !important;
}

.pr60 {
  padding-right: clamp(150px, 11.36364vw + 81.81818px, 300px) !important;
}

.pb60 {
  padding-bottom: clamp(150px, 11.36364vw + 81.81818px, 300px) !important;
}

.pl60 {
  padding-left: clamp(150px, 11.36364vw + 81.81818px, 300px) !important;
}

.px60 {
  padding-right: clamp(150px, 11.36364vw + 81.81818px, 300px) !important;
  padding-left: clamp(150px, 11.36364vw + 81.81818px, 300px) !important;
}

.py60 {
  padding-top: clamp(150px, 11.36364vw + 81.81818px, 300px) !important;
  padding-bottom: clamp(150px, 11.36364vw + 81.81818px, 300px) !important;
}

.pa-fixed-60 {
  padding: 300px !important;
}

.pt-fixed-60 {
  padding-top: 300px !important;
}

.pr-fixed-60 {
  padding-right: 300px !important;
}

.pb-fixed-60 {
  padding-bottom: 300px !important;
}

.pl-fixed-60 {
  padding-left: 300px !important;
}

.px-fixed-60 {
  padding-right: 300px !important;
  padding-left: 300px !important;
}

.py-fixed-60 {
  padding-top: 300px !important;
  padding-bottom: 300px !important;
}

.ga60 {
  gap: clamp(150px, 11.36364vw + 81.81818px, 300px) !important;
}

.gr60 {
  row-gap: clamp(150px, 11.36364vw + 81.81818px, 300px) !important;
}

.gc60 {
  -webkit-column-gap: clamp(150px, 11.36364vw + 81.81818px, 300px) !important;
     -moz-column-gap: clamp(150px, 11.36364vw + 81.81818px, 300px) !important;
          column-gap: clamp(150px, 11.36364vw + 81.81818px, 300px) !important;
}

.ga-fixed-60 {
  gap: 300px !important;
}

.gr-fixed-60 {
  row-gap: 300px !important;
}

.gc-fixed-60 {
  -webkit-column-gap: 300px !important;
     -moz-column-gap: 300px !important;
          column-gap: 300px !important;
}

.ma61 {
  margin: clamp(152.5px, 11.55303vw + 83.18182px, 305px) !important;
}

.mt61 {
  margin-top: clamp(152.5px, 11.55303vw + 83.18182px, 305px) !important;
}

.mr61 {
  margin-right: clamp(152.5px, 11.55303vw + 83.18182px, 305px) !important;
}

.mb61 {
  margin-bottom: clamp(152.5px, 11.55303vw + 83.18182px, 305px) !important;
}

.ml61 {
  margin-left: clamp(152.5px, 11.55303vw + 83.18182px, 305px) !important;
}

.mx61 {
  margin-right: clamp(152.5px, 11.55303vw + 83.18182px, 305px) !important;
  margin-left: clamp(152.5px, 11.55303vw + 83.18182px, 305px) !important;
}

.my61 {
  margin-top: clamp(152.5px, 11.55303vw + 83.18182px, 305px) !important;
  margin-bottom: clamp(152.5px, 11.55303vw + 83.18182px, 305px) !important;
}

.ma-fixed-61 {
  margin: 305px !important;
}

.mt-fixed-61 {
  margin-top: 305px !important;
}

.mr-fixed-61 {
  margin-right: 305px !important;
}

.mb-fixed-61 {
  margin-bottom: 305px !important;
}

.ml-fixed-61 {
  margin-left: 305px !important;
}

.mx-fixed-61 {
  margin-right: 305px !important;
  margin-left: 305px !important;
}

.my-fixed-61 {
  margin-top: 305px !important;
  margin-bottom: 305px !important;
}

.pa61 {
  padding: clamp(152.5px, 11.55303vw + 83.18182px, 305px) !important;
}

.pt61 {
  padding-top: clamp(152.5px, 11.55303vw + 83.18182px, 305px) !important;
}

.pr61 {
  padding-right: clamp(152.5px, 11.55303vw + 83.18182px, 305px) !important;
}

.pb61 {
  padding-bottom: clamp(152.5px, 11.55303vw + 83.18182px, 305px) !important;
}

.pl61 {
  padding-left: clamp(152.5px, 11.55303vw + 83.18182px, 305px) !important;
}

.px61 {
  padding-right: clamp(152.5px, 11.55303vw + 83.18182px, 305px) !important;
  padding-left: clamp(152.5px, 11.55303vw + 83.18182px, 305px) !important;
}

.py61 {
  padding-top: clamp(152.5px, 11.55303vw + 83.18182px, 305px) !important;
  padding-bottom: clamp(152.5px, 11.55303vw + 83.18182px, 305px) !important;
}

.pa-fixed-61 {
  padding: 305px !important;
}

.pt-fixed-61 {
  padding-top: 305px !important;
}

.pr-fixed-61 {
  padding-right: 305px !important;
}

.pb-fixed-61 {
  padding-bottom: 305px !important;
}

.pl-fixed-61 {
  padding-left: 305px !important;
}

.px-fixed-61 {
  padding-right: 305px !important;
  padding-left: 305px !important;
}

.py-fixed-61 {
  padding-top: 305px !important;
  padding-bottom: 305px !important;
}

.ga61 {
  gap: clamp(152.5px, 11.55303vw + 83.18182px, 305px) !important;
}

.gr61 {
  row-gap: clamp(152.5px, 11.55303vw + 83.18182px, 305px) !important;
}

.gc61 {
  -webkit-column-gap: clamp(152.5px, 11.55303vw + 83.18182px, 305px) !important;
     -moz-column-gap: clamp(152.5px, 11.55303vw + 83.18182px, 305px) !important;
          column-gap: clamp(152.5px, 11.55303vw + 83.18182px, 305px) !important;
}

.ga-fixed-61 {
  gap: 305px !important;
}

.gr-fixed-61 {
  row-gap: 305px !important;
}

.gc-fixed-61 {
  -webkit-column-gap: 305px !important;
     -moz-column-gap: 305px !important;
          column-gap: 305px !important;
}

.ma62 {
  margin: clamp(155px, 11.74242vw + 84.54545px, 310px) !important;
}

.mt62 {
  margin-top: clamp(155px, 11.74242vw + 84.54545px, 310px) !important;
}

.mr62 {
  margin-right: clamp(155px, 11.74242vw + 84.54545px, 310px) !important;
}

.mb62 {
  margin-bottom: clamp(155px, 11.74242vw + 84.54545px, 310px) !important;
}

.ml62 {
  margin-left: clamp(155px, 11.74242vw + 84.54545px, 310px) !important;
}

.mx62 {
  margin-right: clamp(155px, 11.74242vw + 84.54545px, 310px) !important;
  margin-left: clamp(155px, 11.74242vw + 84.54545px, 310px) !important;
}

.my62 {
  margin-top: clamp(155px, 11.74242vw + 84.54545px, 310px) !important;
  margin-bottom: clamp(155px, 11.74242vw + 84.54545px, 310px) !important;
}

.ma-fixed-62 {
  margin: 310px !important;
}

.mt-fixed-62 {
  margin-top: 310px !important;
}

.mr-fixed-62 {
  margin-right: 310px !important;
}

.mb-fixed-62 {
  margin-bottom: 310px !important;
}

.ml-fixed-62 {
  margin-left: 310px !important;
}

.mx-fixed-62 {
  margin-right: 310px !important;
  margin-left: 310px !important;
}

.my-fixed-62 {
  margin-top: 310px !important;
  margin-bottom: 310px !important;
}

.pa62 {
  padding: clamp(155px, 11.74242vw + 84.54545px, 310px) !important;
}

.pt62 {
  padding-top: clamp(155px, 11.74242vw + 84.54545px, 310px) !important;
}

.pr62 {
  padding-right: clamp(155px, 11.74242vw + 84.54545px, 310px) !important;
}

.pb62 {
  padding-bottom: clamp(155px, 11.74242vw + 84.54545px, 310px) !important;
}

.pl62 {
  padding-left: clamp(155px, 11.74242vw + 84.54545px, 310px) !important;
}

.px62 {
  padding-right: clamp(155px, 11.74242vw + 84.54545px, 310px) !important;
  padding-left: clamp(155px, 11.74242vw + 84.54545px, 310px) !important;
}

.py62 {
  padding-top: clamp(155px, 11.74242vw + 84.54545px, 310px) !important;
  padding-bottom: clamp(155px, 11.74242vw + 84.54545px, 310px) !important;
}

.pa-fixed-62 {
  padding: 310px !important;
}

.pt-fixed-62 {
  padding-top: 310px !important;
}

.pr-fixed-62 {
  padding-right: 310px !important;
}

.pb-fixed-62 {
  padding-bottom: 310px !important;
}

.pl-fixed-62 {
  padding-left: 310px !important;
}

.px-fixed-62 {
  padding-right: 310px !important;
  padding-left: 310px !important;
}

.py-fixed-62 {
  padding-top: 310px !important;
  padding-bottom: 310px !important;
}

.ga62 {
  gap: clamp(155px, 11.74242vw + 84.54545px, 310px) !important;
}

.gr62 {
  row-gap: clamp(155px, 11.74242vw + 84.54545px, 310px) !important;
}

.gc62 {
  -webkit-column-gap: clamp(155px, 11.74242vw + 84.54545px, 310px) !important;
     -moz-column-gap: clamp(155px, 11.74242vw + 84.54545px, 310px) !important;
          column-gap: clamp(155px, 11.74242vw + 84.54545px, 310px) !important;
}

.ga-fixed-62 {
  gap: 310px !important;
}

.gr-fixed-62 {
  row-gap: 310px !important;
}

.gc-fixed-62 {
  -webkit-column-gap: 310px !important;
     -moz-column-gap: 310px !important;
          column-gap: 310px !important;
}

.ma63 {
  margin: clamp(157.5px, 11.93182vw + 85.90909px, 315px) !important;
}

.mt63 {
  margin-top: clamp(157.5px, 11.93182vw + 85.90909px, 315px) !important;
}

.mr63 {
  margin-right: clamp(157.5px, 11.93182vw + 85.90909px, 315px) !important;
}

.mb63 {
  margin-bottom: clamp(157.5px, 11.93182vw + 85.90909px, 315px) !important;
}

.ml63 {
  margin-left: clamp(157.5px, 11.93182vw + 85.90909px, 315px) !important;
}

.mx63 {
  margin-right: clamp(157.5px, 11.93182vw + 85.90909px, 315px) !important;
  margin-left: clamp(157.5px, 11.93182vw + 85.90909px, 315px) !important;
}

.my63 {
  margin-top: clamp(157.5px, 11.93182vw + 85.90909px, 315px) !important;
  margin-bottom: clamp(157.5px, 11.93182vw + 85.90909px, 315px) !important;
}

.ma-fixed-63 {
  margin: 315px !important;
}

.mt-fixed-63 {
  margin-top: 315px !important;
}

.mr-fixed-63 {
  margin-right: 315px !important;
}

.mb-fixed-63 {
  margin-bottom: 315px !important;
}

.ml-fixed-63 {
  margin-left: 315px !important;
}

.mx-fixed-63 {
  margin-right: 315px !important;
  margin-left: 315px !important;
}

.my-fixed-63 {
  margin-top: 315px !important;
  margin-bottom: 315px !important;
}

.pa63 {
  padding: clamp(157.5px, 11.93182vw + 85.90909px, 315px) !important;
}

.pt63 {
  padding-top: clamp(157.5px, 11.93182vw + 85.90909px, 315px) !important;
}

.pr63 {
  padding-right: clamp(157.5px, 11.93182vw + 85.90909px, 315px) !important;
}

.pb63 {
  padding-bottom: clamp(157.5px, 11.93182vw + 85.90909px, 315px) !important;
}

.pl63 {
  padding-left: clamp(157.5px, 11.93182vw + 85.90909px, 315px) !important;
}

.px63 {
  padding-right: clamp(157.5px, 11.93182vw + 85.90909px, 315px) !important;
  padding-left: clamp(157.5px, 11.93182vw + 85.90909px, 315px) !important;
}

.py63 {
  padding-top: clamp(157.5px, 11.93182vw + 85.90909px, 315px) !important;
  padding-bottom: clamp(157.5px, 11.93182vw + 85.90909px, 315px) !important;
}

.pa-fixed-63 {
  padding: 315px !important;
}

.pt-fixed-63 {
  padding-top: 315px !important;
}

.pr-fixed-63 {
  padding-right: 315px !important;
}

.pb-fixed-63 {
  padding-bottom: 315px !important;
}

.pl-fixed-63 {
  padding-left: 315px !important;
}

.px-fixed-63 {
  padding-right: 315px !important;
  padding-left: 315px !important;
}

.py-fixed-63 {
  padding-top: 315px !important;
  padding-bottom: 315px !important;
}

.ga63 {
  gap: clamp(157.5px, 11.93182vw + 85.90909px, 315px) !important;
}

.gr63 {
  row-gap: clamp(157.5px, 11.93182vw + 85.90909px, 315px) !important;
}

.gc63 {
  -webkit-column-gap: clamp(157.5px, 11.93182vw + 85.90909px, 315px) !important;
     -moz-column-gap: clamp(157.5px, 11.93182vw + 85.90909px, 315px) !important;
          column-gap: clamp(157.5px, 11.93182vw + 85.90909px, 315px) !important;
}

.ga-fixed-63 {
  gap: 315px !important;
}

.gr-fixed-63 {
  row-gap: 315px !important;
}

.gc-fixed-63 {
  -webkit-column-gap: 315px !important;
     -moz-column-gap: 315px !important;
          column-gap: 315px !important;
}

.ma64 {
  margin: clamp(160px, 12.12121vw + 87.27273px, 320px) !important;
}

.mt64 {
  margin-top: clamp(160px, 12.12121vw + 87.27273px, 320px) !important;
}

.mr64 {
  margin-right: clamp(160px, 12.12121vw + 87.27273px, 320px) !important;
}

.mb64 {
  margin-bottom: clamp(160px, 12.12121vw + 87.27273px, 320px) !important;
}

.ml64 {
  margin-left: clamp(160px, 12.12121vw + 87.27273px, 320px) !important;
}

.mx64 {
  margin-right: clamp(160px, 12.12121vw + 87.27273px, 320px) !important;
  margin-left: clamp(160px, 12.12121vw + 87.27273px, 320px) !important;
}

.my64 {
  margin-top: clamp(160px, 12.12121vw + 87.27273px, 320px) !important;
  margin-bottom: clamp(160px, 12.12121vw + 87.27273px, 320px) !important;
}

.ma-fixed-64 {
  margin: 320px !important;
}

.mt-fixed-64 {
  margin-top: 320px !important;
}

.mr-fixed-64 {
  margin-right: 320px !important;
}

.mb-fixed-64 {
  margin-bottom: 320px !important;
}

.ml-fixed-64 {
  margin-left: 320px !important;
}

.mx-fixed-64 {
  margin-right: 320px !important;
  margin-left: 320px !important;
}

.my-fixed-64 {
  margin-top: 320px !important;
  margin-bottom: 320px !important;
}

.pa64 {
  padding: clamp(160px, 12.12121vw + 87.27273px, 320px) !important;
}

.pt64 {
  padding-top: clamp(160px, 12.12121vw + 87.27273px, 320px) !important;
}

.pr64 {
  padding-right: clamp(160px, 12.12121vw + 87.27273px, 320px) !important;
}

.pb64 {
  padding-bottom: clamp(160px, 12.12121vw + 87.27273px, 320px) !important;
}

.pl64 {
  padding-left: clamp(160px, 12.12121vw + 87.27273px, 320px) !important;
}

.px64 {
  padding-right: clamp(160px, 12.12121vw + 87.27273px, 320px) !important;
  padding-left: clamp(160px, 12.12121vw + 87.27273px, 320px) !important;
}

.py64 {
  padding-top: clamp(160px, 12.12121vw + 87.27273px, 320px) !important;
  padding-bottom: clamp(160px, 12.12121vw + 87.27273px, 320px) !important;
}

.pa-fixed-64 {
  padding: 320px !important;
}

.pt-fixed-64 {
  padding-top: 320px !important;
}

.pr-fixed-64 {
  padding-right: 320px !important;
}

.pb-fixed-64 {
  padding-bottom: 320px !important;
}

.pl-fixed-64 {
  padding-left: 320px !important;
}

.px-fixed-64 {
  padding-right: 320px !important;
  padding-left: 320px !important;
}

.py-fixed-64 {
  padding-top: 320px !important;
  padding-bottom: 320px !important;
}

.ga64 {
  gap: clamp(160px, 12.12121vw + 87.27273px, 320px) !important;
}

.gr64 {
  row-gap: clamp(160px, 12.12121vw + 87.27273px, 320px) !important;
}

.gc64 {
  -webkit-column-gap: clamp(160px, 12.12121vw + 87.27273px, 320px) !important;
     -moz-column-gap: clamp(160px, 12.12121vw + 87.27273px, 320px) !important;
          column-gap: clamp(160px, 12.12121vw + 87.27273px, 320px) !important;
}

.ga-fixed-64 {
  gap: 320px !important;
}

.gr-fixed-64 {
  row-gap: 320px !important;
}

.gc-fixed-64 {
  -webkit-column-gap: 320px !important;
     -moz-column-gap: 320px !important;
          column-gap: 320px !important;
}

.ma65 {
  margin: clamp(162.5px, 12.31061vw + 88.63636px, 325px) !important;
}

.mt65 {
  margin-top: clamp(162.5px, 12.31061vw + 88.63636px, 325px) !important;
}

.mr65 {
  margin-right: clamp(162.5px, 12.31061vw + 88.63636px, 325px) !important;
}

.mb65 {
  margin-bottom: clamp(162.5px, 12.31061vw + 88.63636px, 325px) !important;
}

.ml65 {
  margin-left: clamp(162.5px, 12.31061vw + 88.63636px, 325px) !important;
}

.mx65 {
  margin-right: clamp(162.5px, 12.31061vw + 88.63636px, 325px) !important;
  margin-left: clamp(162.5px, 12.31061vw + 88.63636px, 325px) !important;
}

.my65 {
  margin-top: clamp(162.5px, 12.31061vw + 88.63636px, 325px) !important;
  margin-bottom: clamp(162.5px, 12.31061vw + 88.63636px, 325px) !important;
}

.ma-fixed-65 {
  margin: 325px !important;
}

.mt-fixed-65 {
  margin-top: 325px !important;
}

.mr-fixed-65 {
  margin-right: 325px !important;
}

.mb-fixed-65 {
  margin-bottom: 325px !important;
}

.ml-fixed-65 {
  margin-left: 325px !important;
}

.mx-fixed-65 {
  margin-right: 325px !important;
  margin-left: 325px !important;
}

.my-fixed-65 {
  margin-top: 325px !important;
  margin-bottom: 325px !important;
}

.pa65 {
  padding: clamp(162.5px, 12.31061vw + 88.63636px, 325px) !important;
}

.pt65 {
  padding-top: clamp(162.5px, 12.31061vw + 88.63636px, 325px) !important;
}

.pr65 {
  padding-right: clamp(162.5px, 12.31061vw + 88.63636px, 325px) !important;
}

.pb65 {
  padding-bottom: clamp(162.5px, 12.31061vw + 88.63636px, 325px) !important;
}

.pl65 {
  padding-left: clamp(162.5px, 12.31061vw + 88.63636px, 325px) !important;
}

.px65 {
  padding-right: clamp(162.5px, 12.31061vw + 88.63636px, 325px) !important;
  padding-left: clamp(162.5px, 12.31061vw + 88.63636px, 325px) !important;
}

.py65 {
  padding-top: clamp(162.5px, 12.31061vw + 88.63636px, 325px) !important;
  padding-bottom: clamp(162.5px, 12.31061vw + 88.63636px, 325px) !important;
}

.pa-fixed-65 {
  padding: 325px !important;
}

.pt-fixed-65 {
  padding-top: 325px !important;
}

.pr-fixed-65 {
  padding-right: 325px !important;
}

.pb-fixed-65 {
  padding-bottom: 325px !important;
}

.pl-fixed-65 {
  padding-left: 325px !important;
}

.px-fixed-65 {
  padding-right: 325px !important;
  padding-left: 325px !important;
}

.py-fixed-65 {
  padding-top: 325px !important;
  padding-bottom: 325px !important;
}

.ga65 {
  gap: clamp(162.5px, 12.31061vw + 88.63636px, 325px) !important;
}

.gr65 {
  row-gap: clamp(162.5px, 12.31061vw + 88.63636px, 325px) !important;
}

.gc65 {
  -webkit-column-gap: clamp(162.5px, 12.31061vw + 88.63636px, 325px) !important;
     -moz-column-gap: clamp(162.5px, 12.31061vw + 88.63636px, 325px) !important;
          column-gap: clamp(162.5px, 12.31061vw + 88.63636px, 325px) !important;
}

.ga-fixed-65 {
  gap: 325px !important;
}

.gr-fixed-65 {
  row-gap: 325px !important;
}

.gc-fixed-65 {
  -webkit-column-gap: 325px !important;
     -moz-column-gap: 325px !important;
          column-gap: 325px !important;
}

.ma66 {
  margin: clamp(165px, 12.5vw + 90px, 330px) !important;
}

.mt66 {
  margin-top: clamp(165px, 12.5vw + 90px, 330px) !important;
}

.mr66 {
  margin-right: clamp(165px, 12.5vw + 90px, 330px) !important;
}

.mb66 {
  margin-bottom: clamp(165px, 12.5vw + 90px, 330px) !important;
}

.ml66 {
  margin-left: clamp(165px, 12.5vw + 90px, 330px) !important;
}

.mx66 {
  margin-right: clamp(165px, 12.5vw + 90px, 330px) !important;
  margin-left: clamp(165px, 12.5vw + 90px, 330px) !important;
}

.my66 {
  margin-top: clamp(165px, 12.5vw + 90px, 330px) !important;
  margin-bottom: clamp(165px, 12.5vw + 90px, 330px) !important;
}

.ma-fixed-66 {
  margin: 330px !important;
}

.mt-fixed-66 {
  margin-top: 330px !important;
}

.mr-fixed-66 {
  margin-right: 330px !important;
}

.mb-fixed-66 {
  margin-bottom: 330px !important;
}

.ml-fixed-66 {
  margin-left: 330px !important;
}

.mx-fixed-66 {
  margin-right: 330px !important;
  margin-left: 330px !important;
}

.my-fixed-66 {
  margin-top: 330px !important;
  margin-bottom: 330px !important;
}

.pa66 {
  padding: clamp(165px, 12.5vw + 90px, 330px) !important;
}

.pt66 {
  padding-top: clamp(165px, 12.5vw + 90px, 330px) !important;
}

.pr66 {
  padding-right: clamp(165px, 12.5vw + 90px, 330px) !important;
}

.pb66 {
  padding-bottom: clamp(165px, 12.5vw + 90px, 330px) !important;
}

.pl66 {
  padding-left: clamp(165px, 12.5vw + 90px, 330px) !important;
}

.px66 {
  padding-right: clamp(165px, 12.5vw + 90px, 330px) !important;
  padding-left: clamp(165px, 12.5vw + 90px, 330px) !important;
}

.py66 {
  padding-top: clamp(165px, 12.5vw + 90px, 330px) !important;
  padding-bottom: clamp(165px, 12.5vw + 90px, 330px) !important;
}

.pa-fixed-66 {
  padding: 330px !important;
}

.pt-fixed-66 {
  padding-top: 330px !important;
}

.pr-fixed-66 {
  padding-right: 330px !important;
}

.pb-fixed-66 {
  padding-bottom: 330px !important;
}

.pl-fixed-66 {
  padding-left: 330px !important;
}

.px-fixed-66 {
  padding-right: 330px !important;
  padding-left: 330px !important;
}

.py-fixed-66 {
  padding-top: 330px !important;
  padding-bottom: 330px !important;
}

.ga66 {
  gap: clamp(165px, 12.5vw + 90px, 330px) !important;
}

.gr66 {
  row-gap: clamp(165px, 12.5vw + 90px, 330px) !important;
}

.gc66 {
  -webkit-column-gap: clamp(165px, 12.5vw + 90px, 330px) !important;
     -moz-column-gap: clamp(165px, 12.5vw + 90px, 330px) !important;
          column-gap: clamp(165px, 12.5vw + 90px, 330px) !important;
}

.ga-fixed-66 {
  gap: 330px !important;
}

.gr-fixed-66 {
  row-gap: 330px !important;
}

.gc-fixed-66 {
  -webkit-column-gap: 330px !important;
     -moz-column-gap: 330px !important;
          column-gap: 330px !important;
}

.ma67 {
  margin: clamp(167.5px, 12.68939vw + 91.36364px, 335px) !important;
}

.mt67 {
  margin-top: clamp(167.5px, 12.68939vw + 91.36364px, 335px) !important;
}

.mr67 {
  margin-right: clamp(167.5px, 12.68939vw + 91.36364px, 335px) !important;
}

.mb67 {
  margin-bottom: clamp(167.5px, 12.68939vw + 91.36364px, 335px) !important;
}

.ml67 {
  margin-left: clamp(167.5px, 12.68939vw + 91.36364px, 335px) !important;
}

.mx67 {
  margin-right: clamp(167.5px, 12.68939vw + 91.36364px, 335px) !important;
  margin-left: clamp(167.5px, 12.68939vw + 91.36364px, 335px) !important;
}

.my67 {
  margin-top: clamp(167.5px, 12.68939vw + 91.36364px, 335px) !important;
  margin-bottom: clamp(167.5px, 12.68939vw + 91.36364px, 335px) !important;
}

.ma-fixed-67 {
  margin: 335px !important;
}

.mt-fixed-67 {
  margin-top: 335px !important;
}

.mr-fixed-67 {
  margin-right: 335px !important;
}

.mb-fixed-67 {
  margin-bottom: 335px !important;
}

.ml-fixed-67 {
  margin-left: 335px !important;
}

.mx-fixed-67 {
  margin-right: 335px !important;
  margin-left: 335px !important;
}

.my-fixed-67 {
  margin-top: 335px !important;
  margin-bottom: 335px !important;
}

.pa67 {
  padding: clamp(167.5px, 12.68939vw + 91.36364px, 335px) !important;
}

.pt67 {
  padding-top: clamp(167.5px, 12.68939vw + 91.36364px, 335px) !important;
}

.pr67 {
  padding-right: clamp(167.5px, 12.68939vw + 91.36364px, 335px) !important;
}

.pb67 {
  padding-bottom: clamp(167.5px, 12.68939vw + 91.36364px, 335px) !important;
}

.pl67 {
  padding-left: clamp(167.5px, 12.68939vw + 91.36364px, 335px) !important;
}

.px67 {
  padding-right: clamp(167.5px, 12.68939vw + 91.36364px, 335px) !important;
  padding-left: clamp(167.5px, 12.68939vw + 91.36364px, 335px) !important;
}

.py67 {
  padding-top: clamp(167.5px, 12.68939vw + 91.36364px, 335px) !important;
  padding-bottom: clamp(167.5px, 12.68939vw + 91.36364px, 335px) !important;
}

.pa-fixed-67 {
  padding: 335px !important;
}

.pt-fixed-67 {
  padding-top: 335px !important;
}

.pr-fixed-67 {
  padding-right: 335px !important;
}

.pb-fixed-67 {
  padding-bottom: 335px !important;
}

.pl-fixed-67 {
  padding-left: 335px !important;
}

.px-fixed-67 {
  padding-right: 335px !important;
  padding-left: 335px !important;
}

.py-fixed-67 {
  padding-top: 335px !important;
  padding-bottom: 335px !important;
}

.ga67 {
  gap: clamp(167.5px, 12.68939vw + 91.36364px, 335px) !important;
}

.gr67 {
  row-gap: clamp(167.5px, 12.68939vw + 91.36364px, 335px) !important;
}

.gc67 {
  -webkit-column-gap: clamp(167.5px, 12.68939vw + 91.36364px, 335px) !important;
     -moz-column-gap: clamp(167.5px, 12.68939vw + 91.36364px, 335px) !important;
          column-gap: clamp(167.5px, 12.68939vw + 91.36364px, 335px) !important;
}

.ga-fixed-67 {
  gap: 335px !important;
}

.gr-fixed-67 {
  row-gap: 335px !important;
}

.gc-fixed-67 {
  -webkit-column-gap: 335px !important;
     -moz-column-gap: 335px !important;
          column-gap: 335px !important;
}

.ma68 {
  margin: clamp(170px, 12.87879vw + 92.72727px, 340px) !important;
}

.mt68 {
  margin-top: clamp(170px, 12.87879vw + 92.72727px, 340px) !important;
}

.mr68 {
  margin-right: clamp(170px, 12.87879vw + 92.72727px, 340px) !important;
}

.mb68 {
  margin-bottom: clamp(170px, 12.87879vw + 92.72727px, 340px) !important;
}

.ml68 {
  margin-left: clamp(170px, 12.87879vw + 92.72727px, 340px) !important;
}

.mx68 {
  margin-right: clamp(170px, 12.87879vw + 92.72727px, 340px) !important;
  margin-left: clamp(170px, 12.87879vw + 92.72727px, 340px) !important;
}

.my68 {
  margin-top: clamp(170px, 12.87879vw + 92.72727px, 340px) !important;
  margin-bottom: clamp(170px, 12.87879vw + 92.72727px, 340px) !important;
}

.ma-fixed-68 {
  margin: 340px !important;
}

.mt-fixed-68 {
  margin-top: 340px !important;
}

.mr-fixed-68 {
  margin-right: 340px !important;
}

.mb-fixed-68 {
  margin-bottom: 340px !important;
}

.ml-fixed-68 {
  margin-left: 340px !important;
}

.mx-fixed-68 {
  margin-right: 340px !important;
  margin-left: 340px !important;
}

.my-fixed-68 {
  margin-top: 340px !important;
  margin-bottom: 340px !important;
}

.pa68 {
  padding: clamp(170px, 12.87879vw + 92.72727px, 340px) !important;
}

.pt68 {
  padding-top: clamp(170px, 12.87879vw + 92.72727px, 340px) !important;
}

.pr68 {
  padding-right: clamp(170px, 12.87879vw + 92.72727px, 340px) !important;
}

.pb68 {
  padding-bottom: clamp(170px, 12.87879vw + 92.72727px, 340px) !important;
}

.pl68 {
  padding-left: clamp(170px, 12.87879vw + 92.72727px, 340px) !important;
}

.px68 {
  padding-right: clamp(170px, 12.87879vw + 92.72727px, 340px) !important;
  padding-left: clamp(170px, 12.87879vw + 92.72727px, 340px) !important;
}

.py68 {
  padding-top: clamp(170px, 12.87879vw + 92.72727px, 340px) !important;
  padding-bottom: clamp(170px, 12.87879vw + 92.72727px, 340px) !important;
}

.pa-fixed-68 {
  padding: 340px !important;
}

.pt-fixed-68 {
  padding-top: 340px !important;
}

.pr-fixed-68 {
  padding-right: 340px !important;
}

.pb-fixed-68 {
  padding-bottom: 340px !important;
}

.pl-fixed-68 {
  padding-left: 340px !important;
}

.px-fixed-68 {
  padding-right: 340px !important;
  padding-left: 340px !important;
}

.py-fixed-68 {
  padding-top: 340px !important;
  padding-bottom: 340px !important;
}

.ga68 {
  gap: clamp(170px, 12.87879vw + 92.72727px, 340px) !important;
}

.gr68 {
  row-gap: clamp(170px, 12.87879vw + 92.72727px, 340px) !important;
}

.gc68 {
  -webkit-column-gap: clamp(170px, 12.87879vw + 92.72727px, 340px) !important;
     -moz-column-gap: clamp(170px, 12.87879vw + 92.72727px, 340px) !important;
          column-gap: clamp(170px, 12.87879vw + 92.72727px, 340px) !important;
}

.ga-fixed-68 {
  gap: 340px !important;
}

.gr-fixed-68 {
  row-gap: 340px !important;
}

.gc-fixed-68 {
  -webkit-column-gap: 340px !important;
     -moz-column-gap: 340px !important;
          column-gap: 340px !important;
}

.ma69 {
  margin: clamp(172.5px, 13.06818vw + 94.09091px, 345px) !important;
}

.mt69 {
  margin-top: clamp(172.5px, 13.06818vw + 94.09091px, 345px) !important;
}

.mr69 {
  margin-right: clamp(172.5px, 13.06818vw + 94.09091px, 345px) !important;
}

.mb69 {
  margin-bottom: clamp(172.5px, 13.06818vw + 94.09091px, 345px) !important;
}

.ml69 {
  margin-left: clamp(172.5px, 13.06818vw + 94.09091px, 345px) !important;
}

.mx69 {
  margin-right: clamp(172.5px, 13.06818vw + 94.09091px, 345px) !important;
  margin-left: clamp(172.5px, 13.06818vw + 94.09091px, 345px) !important;
}

.my69 {
  margin-top: clamp(172.5px, 13.06818vw + 94.09091px, 345px) !important;
  margin-bottom: clamp(172.5px, 13.06818vw + 94.09091px, 345px) !important;
}

.ma-fixed-69 {
  margin: 345px !important;
}

.mt-fixed-69 {
  margin-top: 345px !important;
}

.mr-fixed-69 {
  margin-right: 345px !important;
}

.mb-fixed-69 {
  margin-bottom: 345px !important;
}

.ml-fixed-69 {
  margin-left: 345px !important;
}

.mx-fixed-69 {
  margin-right: 345px !important;
  margin-left: 345px !important;
}

.my-fixed-69 {
  margin-top: 345px !important;
  margin-bottom: 345px !important;
}

.pa69 {
  padding: clamp(172.5px, 13.06818vw + 94.09091px, 345px) !important;
}

.pt69 {
  padding-top: clamp(172.5px, 13.06818vw + 94.09091px, 345px) !important;
}

.pr69 {
  padding-right: clamp(172.5px, 13.06818vw + 94.09091px, 345px) !important;
}

.pb69 {
  padding-bottom: clamp(172.5px, 13.06818vw + 94.09091px, 345px) !important;
}

.pl69 {
  padding-left: clamp(172.5px, 13.06818vw + 94.09091px, 345px) !important;
}

.px69 {
  padding-right: clamp(172.5px, 13.06818vw + 94.09091px, 345px) !important;
  padding-left: clamp(172.5px, 13.06818vw + 94.09091px, 345px) !important;
}

.py69 {
  padding-top: clamp(172.5px, 13.06818vw + 94.09091px, 345px) !important;
  padding-bottom: clamp(172.5px, 13.06818vw + 94.09091px, 345px) !important;
}

.pa-fixed-69 {
  padding: 345px !important;
}

.pt-fixed-69 {
  padding-top: 345px !important;
}

.pr-fixed-69 {
  padding-right: 345px !important;
}

.pb-fixed-69 {
  padding-bottom: 345px !important;
}

.pl-fixed-69 {
  padding-left: 345px !important;
}

.px-fixed-69 {
  padding-right: 345px !important;
  padding-left: 345px !important;
}

.py-fixed-69 {
  padding-top: 345px !important;
  padding-bottom: 345px !important;
}

.ga69 {
  gap: clamp(172.5px, 13.06818vw + 94.09091px, 345px) !important;
}

.gr69 {
  row-gap: clamp(172.5px, 13.06818vw + 94.09091px, 345px) !important;
}

.gc69 {
  -webkit-column-gap: clamp(172.5px, 13.06818vw + 94.09091px, 345px) !important;
     -moz-column-gap: clamp(172.5px, 13.06818vw + 94.09091px, 345px) !important;
          column-gap: clamp(172.5px, 13.06818vw + 94.09091px, 345px) !important;
}

.ga-fixed-69 {
  gap: 345px !important;
}

.gr-fixed-69 {
  row-gap: 345px !important;
}

.gc-fixed-69 {
  -webkit-column-gap: 345px !important;
     -moz-column-gap: 345px !important;
          column-gap: 345px !important;
}

.ma70 {
  margin: clamp(175px, 13.25758vw + 95.45455px, 350px) !important;
}

.mt70 {
  margin-top: clamp(175px, 13.25758vw + 95.45455px, 350px) !important;
}

.mr70 {
  margin-right: clamp(175px, 13.25758vw + 95.45455px, 350px) !important;
}

.mb70 {
  margin-bottom: clamp(175px, 13.25758vw + 95.45455px, 350px) !important;
}

.ml70 {
  margin-left: clamp(175px, 13.25758vw + 95.45455px, 350px) !important;
}

.mx70 {
  margin-right: clamp(175px, 13.25758vw + 95.45455px, 350px) !important;
  margin-left: clamp(175px, 13.25758vw + 95.45455px, 350px) !important;
}

.my70 {
  margin-top: clamp(175px, 13.25758vw + 95.45455px, 350px) !important;
  margin-bottom: clamp(175px, 13.25758vw + 95.45455px, 350px) !important;
}

.ma-fixed-70 {
  margin: 350px !important;
}

.mt-fixed-70 {
  margin-top: 350px !important;
}

.mr-fixed-70 {
  margin-right: 350px !important;
}

.mb-fixed-70 {
  margin-bottom: 350px !important;
}

.ml-fixed-70 {
  margin-left: 350px !important;
}

.mx-fixed-70 {
  margin-right: 350px !important;
  margin-left: 350px !important;
}

.my-fixed-70 {
  margin-top: 350px !important;
  margin-bottom: 350px !important;
}

.pa70 {
  padding: clamp(175px, 13.25758vw + 95.45455px, 350px) !important;
}

.pt70 {
  padding-top: clamp(175px, 13.25758vw + 95.45455px, 350px) !important;
}

.pr70 {
  padding-right: clamp(175px, 13.25758vw + 95.45455px, 350px) !important;
}

.pb70 {
  padding-bottom: clamp(175px, 13.25758vw + 95.45455px, 350px) !important;
}

.pl70 {
  padding-left: clamp(175px, 13.25758vw + 95.45455px, 350px) !important;
}

.px70 {
  padding-right: clamp(175px, 13.25758vw + 95.45455px, 350px) !important;
  padding-left: clamp(175px, 13.25758vw + 95.45455px, 350px) !important;
}

.py70 {
  padding-top: clamp(175px, 13.25758vw + 95.45455px, 350px) !important;
  padding-bottom: clamp(175px, 13.25758vw + 95.45455px, 350px) !important;
}

.pa-fixed-70 {
  padding: 350px !important;
}

.pt-fixed-70 {
  padding-top: 350px !important;
}

.pr-fixed-70 {
  padding-right: 350px !important;
}

.pb-fixed-70 {
  padding-bottom: 350px !important;
}

.pl-fixed-70 {
  padding-left: 350px !important;
}

.px-fixed-70 {
  padding-right: 350px !important;
  padding-left: 350px !important;
}

.py-fixed-70 {
  padding-top: 350px !important;
  padding-bottom: 350px !important;
}

.ga70 {
  gap: clamp(175px, 13.25758vw + 95.45455px, 350px) !important;
}

.gr70 {
  row-gap: clamp(175px, 13.25758vw + 95.45455px, 350px) !important;
}

.gc70 {
  -webkit-column-gap: clamp(175px, 13.25758vw + 95.45455px, 350px) !important;
     -moz-column-gap: clamp(175px, 13.25758vw + 95.45455px, 350px) !important;
          column-gap: clamp(175px, 13.25758vw + 95.45455px, 350px) !important;
}

.ga-fixed-70 {
  gap: 350px !important;
}

.gr-fixed-70 {
  row-gap: 350px !important;
}

.gc-fixed-70 {
  -webkit-column-gap: 350px !important;
     -moz-column-gap: 350px !important;
          column-gap: 350px !important;
}

.ma71 {
  margin: clamp(177.5px, 13.44697vw + 96.81818px, 355px) !important;
}

.mt71 {
  margin-top: clamp(177.5px, 13.44697vw + 96.81818px, 355px) !important;
}

.mr71 {
  margin-right: clamp(177.5px, 13.44697vw + 96.81818px, 355px) !important;
}

.mb71 {
  margin-bottom: clamp(177.5px, 13.44697vw + 96.81818px, 355px) !important;
}

.ml71 {
  margin-left: clamp(177.5px, 13.44697vw + 96.81818px, 355px) !important;
}

.mx71 {
  margin-right: clamp(177.5px, 13.44697vw + 96.81818px, 355px) !important;
  margin-left: clamp(177.5px, 13.44697vw + 96.81818px, 355px) !important;
}

.my71 {
  margin-top: clamp(177.5px, 13.44697vw + 96.81818px, 355px) !important;
  margin-bottom: clamp(177.5px, 13.44697vw + 96.81818px, 355px) !important;
}

.ma-fixed-71 {
  margin: 355px !important;
}

.mt-fixed-71 {
  margin-top: 355px !important;
}

.mr-fixed-71 {
  margin-right: 355px !important;
}

.mb-fixed-71 {
  margin-bottom: 355px !important;
}

.ml-fixed-71 {
  margin-left: 355px !important;
}

.mx-fixed-71 {
  margin-right: 355px !important;
  margin-left: 355px !important;
}

.my-fixed-71 {
  margin-top: 355px !important;
  margin-bottom: 355px !important;
}

.pa71 {
  padding: clamp(177.5px, 13.44697vw + 96.81818px, 355px) !important;
}

.pt71 {
  padding-top: clamp(177.5px, 13.44697vw + 96.81818px, 355px) !important;
}

.pr71 {
  padding-right: clamp(177.5px, 13.44697vw + 96.81818px, 355px) !important;
}

.pb71 {
  padding-bottom: clamp(177.5px, 13.44697vw + 96.81818px, 355px) !important;
}

.pl71 {
  padding-left: clamp(177.5px, 13.44697vw + 96.81818px, 355px) !important;
}

.px71 {
  padding-right: clamp(177.5px, 13.44697vw + 96.81818px, 355px) !important;
  padding-left: clamp(177.5px, 13.44697vw + 96.81818px, 355px) !important;
}

.py71 {
  padding-top: clamp(177.5px, 13.44697vw + 96.81818px, 355px) !important;
  padding-bottom: clamp(177.5px, 13.44697vw + 96.81818px, 355px) !important;
}

.pa-fixed-71 {
  padding: 355px !important;
}

.pt-fixed-71 {
  padding-top: 355px !important;
}

.pr-fixed-71 {
  padding-right: 355px !important;
}

.pb-fixed-71 {
  padding-bottom: 355px !important;
}

.pl-fixed-71 {
  padding-left: 355px !important;
}

.px-fixed-71 {
  padding-right: 355px !important;
  padding-left: 355px !important;
}

.py-fixed-71 {
  padding-top: 355px !important;
  padding-bottom: 355px !important;
}

.ga71 {
  gap: clamp(177.5px, 13.44697vw + 96.81818px, 355px) !important;
}

.gr71 {
  row-gap: clamp(177.5px, 13.44697vw + 96.81818px, 355px) !important;
}

.gc71 {
  -webkit-column-gap: clamp(177.5px, 13.44697vw + 96.81818px, 355px) !important;
     -moz-column-gap: clamp(177.5px, 13.44697vw + 96.81818px, 355px) !important;
          column-gap: clamp(177.5px, 13.44697vw + 96.81818px, 355px) !important;
}

.ga-fixed-71 {
  gap: 355px !important;
}

.gr-fixed-71 {
  row-gap: 355px !important;
}

.gc-fixed-71 {
  -webkit-column-gap: 355px !important;
     -moz-column-gap: 355px !important;
          column-gap: 355px !important;
}

.ma72 {
  margin: clamp(180px, 13.63636vw + 98.18182px, 360px) !important;
}

.mt72 {
  margin-top: clamp(180px, 13.63636vw + 98.18182px, 360px) !important;
}

.mr72 {
  margin-right: clamp(180px, 13.63636vw + 98.18182px, 360px) !important;
}

.mb72 {
  margin-bottom: clamp(180px, 13.63636vw + 98.18182px, 360px) !important;
}

.ml72 {
  margin-left: clamp(180px, 13.63636vw + 98.18182px, 360px) !important;
}

.mx72 {
  margin-right: clamp(180px, 13.63636vw + 98.18182px, 360px) !important;
  margin-left: clamp(180px, 13.63636vw + 98.18182px, 360px) !important;
}

.my72 {
  margin-top: clamp(180px, 13.63636vw + 98.18182px, 360px) !important;
  margin-bottom: clamp(180px, 13.63636vw + 98.18182px, 360px) !important;
}

.ma-fixed-72 {
  margin: 360px !important;
}

.mt-fixed-72 {
  margin-top: 360px !important;
}

.mr-fixed-72 {
  margin-right: 360px !important;
}

.mb-fixed-72 {
  margin-bottom: 360px !important;
}

.ml-fixed-72 {
  margin-left: 360px !important;
}

.mx-fixed-72 {
  margin-right: 360px !important;
  margin-left: 360px !important;
}

.my-fixed-72 {
  margin-top: 360px !important;
  margin-bottom: 360px !important;
}

.pa72 {
  padding: clamp(180px, 13.63636vw + 98.18182px, 360px) !important;
}

.pt72 {
  padding-top: clamp(180px, 13.63636vw + 98.18182px, 360px) !important;
}

.pr72 {
  padding-right: clamp(180px, 13.63636vw + 98.18182px, 360px) !important;
}

.pb72 {
  padding-bottom: clamp(180px, 13.63636vw + 98.18182px, 360px) !important;
}

.pl72 {
  padding-left: clamp(180px, 13.63636vw + 98.18182px, 360px) !important;
}

.px72 {
  padding-right: clamp(180px, 13.63636vw + 98.18182px, 360px) !important;
  padding-left: clamp(180px, 13.63636vw + 98.18182px, 360px) !important;
}

.py72 {
  padding-top: clamp(180px, 13.63636vw + 98.18182px, 360px) !important;
  padding-bottom: clamp(180px, 13.63636vw + 98.18182px, 360px) !important;
}

.pa-fixed-72 {
  padding: 360px !important;
}

.pt-fixed-72 {
  padding-top: 360px !important;
}

.pr-fixed-72 {
  padding-right: 360px !important;
}

.pb-fixed-72 {
  padding-bottom: 360px !important;
}

.pl-fixed-72 {
  padding-left: 360px !important;
}

.px-fixed-72 {
  padding-right: 360px !important;
  padding-left: 360px !important;
}

.py-fixed-72 {
  padding-top: 360px !important;
  padding-bottom: 360px !important;
}

.ga72 {
  gap: clamp(180px, 13.63636vw + 98.18182px, 360px) !important;
}

.gr72 {
  row-gap: clamp(180px, 13.63636vw + 98.18182px, 360px) !important;
}

.gc72 {
  -webkit-column-gap: clamp(180px, 13.63636vw + 98.18182px, 360px) !important;
     -moz-column-gap: clamp(180px, 13.63636vw + 98.18182px, 360px) !important;
          column-gap: clamp(180px, 13.63636vw + 98.18182px, 360px) !important;
}

.ga-fixed-72 {
  gap: 360px !important;
}

.gr-fixed-72 {
  row-gap: 360px !important;
}

.gc-fixed-72 {
  -webkit-column-gap: 360px !important;
     -moz-column-gap: 360px !important;
          column-gap: 360px !important;
}

.ma73 {
  margin: clamp(182.5px, 13.82576vw + 99.54545px, 365px) !important;
}

.mt73 {
  margin-top: clamp(182.5px, 13.82576vw + 99.54545px, 365px) !important;
}

.mr73 {
  margin-right: clamp(182.5px, 13.82576vw + 99.54545px, 365px) !important;
}

.mb73 {
  margin-bottom: clamp(182.5px, 13.82576vw + 99.54545px, 365px) !important;
}

.ml73 {
  margin-left: clamp(182.5px, 13.82576vw + 99.54545px, 365px) !important;
}

.mx73 {
  margin-right: clamp(182.5px, 13.82576vw + 99.54545px, 365px) !important;
  margin-left: clamp(182.5px, 13.82576vw + 99.54545px, 365px) !important;
}

.my73 {
  margin-top: clamp(182.5px, 13.82576vw + 99.54545px, 365px) !important;
  margin-bottom: clamp(182.5px, 13.82576vw + 99.54545px, 365px) !important;
}

.ma-fixed-73 {
  margin: 365px !important;
}

.mt-fixed-73 {
  margin-top: 365px !important;
}

.mr-fixed-73 {
  margin-right: 365px !important;
}

.mb-fixed-73 {
  margin-bottom: 365px !important;
}

.ml-fixed-73 {
  margin-left: 365px !important;
}

.mx-fixed-73 {
  margin-right: 365px !important;
  margin-left: 365px !important;
}

.my-fixed-73 {
  margin-top: 365px !important;
  margin-bottom: 365px !important;
}

.pa73 {
  padding: clamp(182.5px, 13.82576vw + 99.54545px, 365px) !important;
}

.pt73 {
  padding-top: clamp(182.5px, 13.82576vw + 99.54545px, 365px) !important;
}

.pr73 {
  padding-right: clamp(182.5px, 13.82576vw + 99.54545px, 365px) !important;
}

.pb73 {
  padding-bottom: clamp(182.5px, 13.82576vw + 99.54545px, 365px) !important;
}

.pl73 {
  padding-left: clamp(182.5px, 13.82576vw + 99.54545px, 365px) !important;
}

.px73 {
  padding-right: clamp(182.5px, 13.82576vw + 99.54545px, 365px) !important;
  padding-left: clamp(182.5px, 13.82576vw + 99.54545px, 365px) !important;
}

.py73 {
  padding-top: clamp(182.5px, 13.82576vw + 99.54545px, 365px) !important;
  padding-bottom: clamp(182.5px, 13.82576vw + 99.54545px, 365px) !important;
}

.pa-fixed-73 {
  padding: 365px !important;
}

.pt-fixed-73 {
  padding-top: 365px !important;
}

.pr-fixed-73 {
  padding-right: 365px !important;
}

.pb-fixed-73 {
  padding-bottom: 365px !important;
}

.pl-fixed-73 {
  padding-left: 365px !important;
}

.px-fixed-73 {
  padding-right: 365px !important;
  padding-left: 365px !important;
}

.py-fixed-73 {
  padding-top: 365px !important;
  padding-bottom: 365px !important;
}

.ga73 {
  gap: clamp(182.5px, 13.82576vw + 99.54545px, 365px) !important;
}

.gr73 {
  row-gap: clamp(182.5px, 13.82576vw + 99.54545px, 365px) !important;
}

.gc73 {
  -webkit-column-gap: clamp(182.5px, 13.82576vw + 99.54545px, 365px) !important;
     -moz-column-gap: clamp(182.5px, 13.82576vw + 99.54545px, 365px) !important;
          column-gap: clamp(182.5px, 13.82576vw + 99.54545px, 365px) !important;
}

.ga-fixed-73 {
  gap: 365px !important;
}

.gr-fixed-73 {
  row-gap: 365px !important;
}

.gc-fixed-73 {
  -webkit-column-gap: 365px !important;
     -moz-column-gap: 365px !important;
          column-gap: 365px !important;
}

.ma74 {
  margin: clamp(185px, 14.01515vw + 100.90909px, 370px) !important;
}

.mt74 {
  margin-top: clamp(185px, 14.01515vw + 100.90909px, 370px) !important;
}

.mr74 {
  margin-right: clamp(185px, 14.01515vw + 100.90909px, 370px) !important;
}

.mb74 {
  margin-bottom: clamp(185px, 14.01515vw + 100.90909px, 370px) !important;
}

.ml74 {
  margin-left: clamp(185px, 14.01515vw + 100.90909px, 370px) !important;
}

.mx74 {
  margin-right: clamp(185px, 14.01515vw + 100.90909px, 370px) !important;
  margin-left: clamp(185px, 14.01515vw + 100.90909px, 370px) !important;
}

.my74 {
  margin-top: clamp(185px, 14.01515vw + 100.90909px, 370px) !important;
  margin-bottom: clamp(185px, 14.01515vw + 100.90909px, 370px) !important;
}

.ma-fixed-74 {
  margin: 370px !important;
}

.mt-fixed-74 {
  margin-top: 370px !important;
}

.mr-fixed-74 {
  margin-right: 370px !important;
}

.mb-fixed-74 {
  margin-bottom: 370px !important;
}

.ml-fixed-74 {
  margin-left: 370px !important;
}

.mx-fixed-74 {
  margin-right: 370px !important;
  margin-left: 370px !important;
}

.my-fixed-74 {
  margin-top: 370px !important;
  margin-bottom: 370px !important;
}

.pa74 {
  padding: clamp(185px, 14.01515vw + 100.90909px, 370px) !important;
}

.pt74 {
  padding-top: clamp(185px, 14.01515vw + 100.90909px, 370px) !important;
}

.pr74 {
  padding-right: clamp(185px, 14.01515vw + 100.90909px, 370px) !important;
}

.pb74 {
  padding-bottom: clamp(185px, 14.01515vw + 100.90909px, 370px) !important;
}

.pl74 {
  padding-left: clamp(185px, 14.01515vw + 100.90909px, 370px) !important;
}

.px74 {
  padding-right: clamp(185px, 14.01515vw + 100.90909px, 370px) !important;
  padding-left: clamp(185px, 14.01515vw + 100.90909px, 370px) !important;
}

.py74 {
  padding-top: clamp(185px, 14.01515vw + 100.90909px, 370px) !important;
  padding-bottom: clamp(185px, 14.01515vw + 100.90909px, 370px) !important;
}

.pa-fixed-74 {
  padding: 370px !important;
}

.pt-fixed-74 {
  padding-top: 370px !important;
}

.pr-fixed-74 {
  padding-right: 370px !important;
}

.pb-fixed-74 {
  padding-bottom: 370px !important;
}

.pl-fixed-74 {
  padding-left: 370px !important;
}

.px-fixed-74 {
  padding-right: 370px !important;
  padding-left: 370px !important;
}

.py-fixed-74 {
  padding-top: 370px !important;
  padding-bottom: 370px !important;
}

.ga74 {
  gap: clamp(185px, 14.01515vw + 100.90909px, 370px) !important;
}

.gr74 {
  row-gap: clamp(185px, 14.01515vw + 100.90909px, 370px) !important;
}

.gc74 {
  -webkit-column-gap: clamp(185px, 14.01515vw + 100.90909px, 370px) !important;
     -moz-column-gap: clamp(185px, 14.01515vw + 100.90909px, 370px) !important;
          column-gap: clamp(185px, 14.01515vw + 100.90909px, 370px) !important;
}

.ga-fixed-74 {
  gap: 370px !important;
}

.gr-fixed-74 {
  row-gap: 370px !important;
}

.gc-fixed-74 {
  -webkit-column-gap: 370px !important;
     -moz-column-gap: 370px !important;
          column-gap: 370px !important;
}

.ma75 {
  margin: clamp(187.5px, 14.20455vw + 102.27273px, 375px) !important;
}

.mt75 {
  margin-top: clamp(187.5px, 14.20455vw + 102.27273px, 375px) !important;
}

.mr75 {
  margin-right: clamp(187.5px, 14.20455vw + 102.27273px, 375px) !important;
}

.mb75 {
  margin-bottom: clamp(187.5px, 14.20455vw + 102.27273px, 375px) !important;
}

.ml75 {
  margin-left: clamp(187.5px, 14.20455vw + 102.27273px, 375px) !important;
}

.mx75 {
  margin-right: clamp(187.5px, 14.20455vw + 102.27273px, 375px) !important;
  margin-left: clamp(187.5px, 14.20455vw + 102.27273px, 375px) !important;
}

.my75 {
  margin-top: clamp(187.5px, 14.20455vw + 102.27273px, 375px) !important;
  margin-bottom: clamp(187.5px, 14.20455vw + 102.27273px, 375px) !important;
}

.ma-fixed-75 {
  margin: 375px !important;
}

.mt-fixed-75 {
  margin-top: 375px !important;
}

.mr-fixed-75 {
  margin-right: 375px !important;
}

.mb-fixed-75 {
  margin-bottom: 375px !important;
}

.ml-fixed-75 {
  margin-left: 375px !important;
}

.mx-fixed-75 {
  margin-right: 375px !important;
  margin-left: 375px !important;
}

.my-fixed-75 {
  margin-top: 375px !important;
  margin-bottom: 375px !important;
}

.pa75 {
  padding: clamp(187.5px, 14.20455vw + 102.27273px, 375px) !important;
}

.pt75 {
  padding-top: clamp(187.5px, 14.20455vw + 102.27273px, 375px) !important;
}

.pr75 {
  padding-right: clamp(187.5px, 14.20455vw + 102.27273px, 375px) !important;
}

.pb75 {
  padding-bottom: clamp(187.5px, 14.20455vw + 102.27273px, 375px) !important;
}

.pl75 {
  padding-left: clamp(187.5px, 14.20455vw + 102.27273px, 375px) !important;
}

.px75 {
  padding-right: clamp(187.5px, 14.20455vw + 102.27273px, 375px) !important;
  padding-left: clamp(187.5px, 14.20455vw + 102.27273px, 375px) !important;
}

.py75 {
  padding-top: clamp(187.5px, 14.20455vw + 102.27273px, 375px) !important;
  padding-bottom: clamp(187.5px, 14.20455vw + 102.27273px, 375px) !important;
}

.pa-fixed-75 {
  padding: 375px !important;
}

.pt-fixed-75 {
  padding-top: 375px !important;
}

.pr-fixed-75 {
  padding-right: 375px !important;
}

.pb-fixed-75 {
  padding-bottom: 375px !important;
}

.pl-fixed-75 {
  padding-left: 375px !important;
}

.px-fixed-75 {
  padding-right: 375px !important;
  padding-left: 375px !important;
}

.py-fixed-75 {
  padding-top: 375px !important;
  padding-bottom: 375px !important;
}

.ga75 {
  gap: clamp(187.5px, 14.20455vw + 102.27273px, 375px) !important;
}

.gr75 {
  row-gap: clamp(187.5px, 14.20455vw + 102.27273px, 375px) !important;
}

.gc75 {
  -webkit-column-gap: clamp(187.5px, 14.20455vw + 102.27273px, 375px) !important;
     -moz-column-gap: clamp(187.5px, 14.20455vw + 102.27273px, 375px) !important;
          column-gap: clamp(187.5px, 14.20455vw + 102.27273px, 375px) !important;
}

.ga-fixed-75 {
  gap: 375px !important;
}

.gr-fixed-75 {
  row-gap: 375px !important;
}

.gc-fixed-75 {
  -webkit-column-gap: 375px !important;
     -moz-column-gap: 375px !important;
          column-gap: 375px !important;
}

.ma76 {
  margin: clamp(190px, 14.39394vw + 103.63636px, 380px) !important;
}

.mt76 {
  margin-top: clamp(190px, 14.39394vw + 103.63636px, 380px) !important;
}

.mr76 {
  margin-right: clamp(190px, 14.39394vw + 103.63636px, 380px) !important;
}

.mb76 {
  margin-bottom: clamp(190px, 14.39394vw + 103.63636px, 380px) !important;
}

.ml76 {
  margin-left: clamp(190px, 14.39394vw + 103.63636px, 380px) !important;
}

.mx76 {
  margin-right: clamp(190px, 14.39394vw + 103.63636px, 380px) !important;
  margin-left: clamp(190px, 14.39394vw + 103.63636px, 380px) !important;
}

.my76 {
  margin-top: clamp(190px, 14.39394vw + 103.63636px, 380px) !important;
  margin-bottom: clamp(190px, 14.39394vw + 103.63636px, 380px) !important;
}

.ma-fixed-76 {
  margin: 380px !important;
}

.mt-fixed-76 {
  margin-top: 380px !important;
}

.mr-fixed-76 {
  margin-right: 380px !important;
}

.mb-fixed-76 {
  margin-bottom: 380px !important;
}

.ml-fixed-76 {
  margin-left: 380px !important;
}

.mx-fixed-76 {
  margin-right: 380px !important;
  margin-left: 380px !important;
}

.my-fixed-76 {
  margin-top: 380px !important;
  margin-bottom: 380px !important;
}

.pa76 {
  padding: clamp(190px, 14.39394vw + 103.63636px, 380px) !important;
}

.pt76 {
  padding-top: clamp(190px, 14.39394vw + 103.63636px, 380px) !important;
}

.pr76 {
  padding-right: clamp(190px, 14.39394vw + 103.63636px, 380px) !important;
}

.pb76 {
  padding-bottom: clamp(190px, 14.39394vw + 103.63636px, 380px) !important;
}

.pl76 {
  padding-left: clamp(190px, 14.39394vw + 103.63636px, 380px) !important;
}

.px76 {
  padding-right: clamp(190px, 14.39394vw + 103.63636px, 380px) !important;
  padding-left: clamp(190px, 14.39394vw + 103.63636px, 380px) !important;
}

.py76 {
  padding-top: clamp(190px, 14.39394vw + 103.63636px, 380px) !important;
  padding-bottom: clamp(190px, 14.39394vw + 103.63636px, 380px) !important;
}

.pa-fixed-76 {
  padding: 380px !important;
}

.pt-fixed-76 {
  padding-top: 380px !important;
}

.pr-fixed-76 {
  padding-right: 380px !important;
}

.pb-fixed-76 {
  padding-bottom: 380px !important;
}

.pl-fixed-76 {
  padding-left: 380px !important;
}

.px-fixed-76 {
  padding-right: 380px !important;
  padding-left: 380px !important;
}

.py-fixed-76 {
  padding-top: 380px !important;
  padding-bottom: 380px !important;
}

.ga76 {
  gap: clamp(190px, 14.39394vw + 103.63636px, 380px) !important;
}

.gr76 {
  row-gap: clamp(190px, 14.39394vw + 103.63636px, 380px) !important;
}

.gc76 {
  -webkit-column-gap: clamp(190px, 14.39394vw + 103.63636px, 380px) !important;
     -moz-column-gap: clamp(190px, 14.39394vw + 103.63636px, 380px) !important;
          column-gap: clamp(190px, 14.39394vw + 103.63636px, 380px) !important;
}

.ga-fixed-76 {
  gap: 380px !important;
}

.gr-fixed-76 {
  row-gap: 380px !important;
}

.gc-fixed-76 {
  -webkit-column-gap: 380px !important;
     -moz-column-gap: 380px !important;
          column-gap: 380px !important;
}

.ma77 {
  margin: clamp(192.5px, 14.58333vw + 105px, 385px) !important;
}

.mt77 {
  margin-top: clamp(192.5px, 14.58333vw + 105px, 385px) !important;
}

.mr77 {
  margin-right: clamp(192.5px, 14.58333vw + 105px, 385px) !important;
}

.mb77 {
  margin-bottom: clamp(192.5px, 14.58333vw + 105px, 385px) !important;
}

.ml77 {
  margin-left: clamp(192.5px, 14.58333vw + 105px, 385px) !important;
}

.mx77 {
  margin-right: clamp(192.5px, 14.58333vw + 105px, 385px) !important;
  margin-left: clamp(192.5px, 14.58333vw + 105px, 385px) !important;
}

.my77 {
  margin-top: clamp(192.5px, 14.58333vw + 105px, 385px) !important;
  margin-bottom: clamp(192.5px, 14.58333vw + 105px, 385px) !important;
}

.ma-fixed-77 {
  margin: 385px !important;
}

.mt-fixed-77 {
  margin-top: 385px !important;
}

.mr-fixed-77 {
  margin-right: 385px !important;
}

.mb-fixed-77 {
  margin-bottom: 385px !important;
}

.ml-fixed-77 {
  margin-left: 385px !important;
}

.mx-fixed-77 {
  margin-right: 385px !important;
  margin-left: 385px !important;
}

.my-fixed-77 {
  margin-top: 385px !important;
  margin-bottom: 385px !important;
}

.pa77 {
  padding: clamp(192.5px, 14.58333vw + 105px, 385px) !important;
}

.pt77 {
  padding-top: clamp(192.5px, 14.58333vw + 105px, 385px) !important;
}

.pr77 {
  padding-right: clamp(192.5px, 14.58333vw + 105px, 385px) !important;
}

.pb77 {
  padding-bottom: clamp(192.5px, 14.58333vw + 105px, 385px) !important;
}

.pl77 {
  padding-left: clamp(192.5px, 14.58333vw + 105px, 385px) !important;
}

.px77 {
  padding-right: clamp(192.5px, 14.58333vw + 105px, 385px) !important;
  padding-left: clamp(192.5px, 14.58333vw + 105px, 385px) !important;
}

.py77 {
  padding-top: clamp(192.5px, 14.58333vw + 105px, 385px) !important;
  padding-bottom: clamp(192.5px, 14.58333vw + 105px, 385px) !important;
}

.pa-fixed-77 {
  padding: 385px !important;
}

.pt-fixed-77 {
  padding-top: 385px !important;
}

.pr-fixed-77 {
  padding-right: 385px !important;
}

.pb-fixed-77 {
  padding-bottom: 385px !important;
}

.pl-fixed-77 {
  padding-left: 385px !important;
}

.px-fixed-77 {
  padding-right: 385px !important;
  padding-left: 385px !important;
}

.py-fixed-77 {
  padding-top: 385px !important;
  padding-bottom: 385px !important;
}

.ga77 {
  gap: clamp(192.5px, 14.58333vw + 105px, 385px) !important;
}

.gr77 {
  row-gap: clamp(192.5px, 14.58333vw + 105px, 385px) !important;
}

.gc77 {
  -webkit-column-gap: clamp(192.5px, 14.58333vw + 105px, 385px) !important;
     -moz-column-gap: clamp(192.5px, 14.58333vw + 105px, 385px) !important;
          column-gap: clamp(192.5px, 14.58333vw + 105px, 385px) !important;
}

.ga-fixed-77 {
  gap: 385px !important;
}

.gr-fixed-77 {
  row-gap: 385px !important;
}

.gc-fixed-77 {
  -webkit-column-gap: 385px !important;
     -moz-column-gap: 385px !important;
          column-gap: 385px !important;
}

.ma78 {
  margin: clamp(195px, 14.77273vw + 106.36364px, 390px) !important;
}

.mt78 {
  margin-top: clamp(195px, 14.77273vw + 106.36364px, 390px) !important;
}

.mr78 {
  margin-right: clamp(195px, 14.77273vw + 106.36364px, 390px) !important;
}

.mb78 {
  margin-bottom: clamp(195px, 14.77273vw + 106.36364px, 390px) !important;
}

.ml78 {
  margin-left: clamp(195px, 14.77273vw + 106.36364px, 390px) !important;
}

.mx78 {
  margin-right: clamp(195px, 14.77273vw + 106.36364px, 390px) !important;
  margin-left: clamp(195px, 14.77273vw + 106.36364px, 390px) !important;
}

.my78 {
  margin-top: clamp(195px, 14.77273vw + 106.36364px, 390px) !important;
  margin-bottom: clamp(195px, 14.77273vw + 106.36364px, 390px) !important;
}

.ma-fixed-78 {
  margin: 390px !important;
}

.mt-fixed-78 {
  margin-top: 390px !important;
}

.mr-fixed-78 {
  margin-right: 390px !important;
}

.mb-fixed-78 {
  margin-bottom: 390px !important;
}

.ml-fixed-78 {
  margin-left: 390px !important;
}

.mx-fixed-78 {
  margin-right: 390px !important;
  margin-left: 390px !important;
}

.my-fixed-78 {
  margin-top: 390px !important;
  margin-bottom: 390px !important;
}

.pa78 {
  padding: clamp(195px, 14.77273vw + 106.36364px, 390px) !important;
}

.pt78 {
  padding-top: clamp(195px, 14.77273vw + 106.36364px, 390px) !important;
}

.pr78 {
  padding-right: clamp(195px, 14.77273vw + 106.36364px, 390px) !important;
}

.pb78 {
  padding-bottom: clamp(195px, 14.77273vw + 106.36364px, 390px) !important;
}

.pl78 {
  padding-left: clamp(195px, 14.77273vw + 106.36364px, 390px) !important;
}

.px78 {
  padding-right: clamp(195px, 14.77273vw + 106.36364px, 390px) !important;
  padding-left: clamp(195px, 14.77273vw + 106.36364px, 390px) !important;
}

.py78 {
  padding-top: clamp(195px, 14.77273vw + 106.36364px, 390px) !important;
  padding-bottom: clamp(195px, 14.77273vw + 106.36364px, 390px) !important;
}

.pa-fixed-78 {
  padding: 390px !important;
}

.pt-fixed-78 {
  padding-top: 390px !important;
}

.pr-fixed-78 {
  padding-right: 390px !important;
}

.pb-fixed-78 {
  padding-bottom: 390px !important;
}

.pl-fixed-78 {
  padding-left: 390px !important;
}

.px-fixed-78 {
  padding-right: 390px !important;
  padding-left: 390px !important;
}

.py-fixed-78 {
  padding-top: 390px !important;
  padding-bottom: 390px !important;
}

.ga78 {
  gap: clamp(195px, 14.77273vw + 106.36364px, 390px) !important;
}

.gr78 {
  row-gap: clamp(195px, 14.77273vw + 106.36364px, 390px) !important;
}

.gc78 {
  -webkit-column-gap: clamp(195px, 14.77273vw + 106.36364px, 390px) !important;
     -moz-column-gap: clamp(195px, 14.77273vw + 106.36364px, 390px) !important;
          column-gap: clamp(195px, 14.77273vw + 106.36364px, 390px) !important;
}

.ga-fixed-78 {
  gap: 390px !important;
}

.gr-fixed-78 {
  row-gap: 390px !important;
}

.gc-fixed-78 {
  -webkit-column-gap: 390px !important;
     -moz-column-gap: 390px !important;
          column-gap: 390px !important;
}

.ma79 {
  margin: clamp(197.5px, 14.96212vw + 107.72727px, 395px) !important;
}

.mt79 {
  margin-top: clamp(197.5px, 14.96212vw + 107.72727px, 395px) !important;
}

.mr79 {
  margin-right: clamp(197.5px, 14.96212vw + 107.72727px, 395px) !important;
}

.mb79 {
  margin-bottom: clamp(197.5px, 14.96212vw + 107.72727px, 395px) !important;
}

.ml79 {
  margin-left: clamp(197.5px, 14.96212vw + 107.72727px, 395px) !important;
}

.mx79 {
  margin-right: clamp(197.5px, 14.96212vw + 107.72727px, 395px) !important;
  margin-left: clamp(197.5px, 14.96212vw + 107.72727px, 395px) !important;
}

.my79 {
  margin-top: clamp(197.5px, 14.96212vw + 107.72727px, 395px) !important;
  margin-bottom: clamp(197.5px, 14.96212vw + 107.72727px, 395px) !important;
}

.ma-fixed-79 {
  margin: 395px !important;
}

.mt-fixed-79 {
  margin-top: 395px !important;
}

.mr-fixed-79 {
  margin-right: 395px !important;
}

.mb-fixed-79 {
  margin-bottom: 395px !important;
}

.ml-fixed-79 {
  margin-left: 395px !important;
}

.mx-fixed-79 {
  margin-right: 395px !important;
  margin-left: 395px !important;
}

.my-fixed-79 {
  margin-top: 395px !important;
  margin-bottom: 395px !important;
}

.pa79 {
  padding: clamp(197.5px, 14.96212vw + 107.72727px, 395px) !important;
}

.pt79 {
  padding-top: clamp(197.5px, 14.96212vw + 107.72727px, 395px) !important;
}

.pr79 {
  padding-right: clamp(197.5px, 14.96212vw + 107.72727px, 395px) !important;
}

.pb79 {
  padding-bottom: clamp(197.5px, 14.96212vw + 107.72727px, 395px) !important;
}

.pl79 {
  padding-left: clamp(197.5px, 14.96212vw + 107.72727px, 395px) !important;
}

.px79 {
  padding-right: clamp(197.5px, 14.96212vw + 107.72727px, 395px) !important;
  padding-left: clamp(197.5px, 14.96212vw + 107.72727px, 395px) !important;
}

.py79 {
  padding-top: clamp(197.5px, 14.96212vw + 107.72727px, 395px) !important;
  padding-bottom: clamp(197.5px, 14.96212vw + 107.72727px, 395px) !important;
}

.pa-fixed-79 {
  padding: 395px !important;
}

.pt-fixed-79 {
  padding-top: 395px !important;
}

.pr-fixed-79 {
  padding-right: 395px !important;
}

.pb-fixed-79 {
  padding-bottom: 395px !important;
}

.pl-fixed-79 {
  padding-left: 395px !important;
}

.px-fixed-79 {
  padding-right: 395px !important;
  padding-left: 395px !important;
}

.py-fixed-79 {
  padding-top: 395px !important;
  padding-bottom: 395px !important;
}

.ga79 {
  gap: clamp(197.5px, 14.96212vw + 107.72727px, 395px) !important;
}

.gr79 {
  row-gap: clamp(197.5px, 14.96212vw + 107.72727px, 395px) !important;
}

.gc79 {
  -webkit-column-gap: clamp(197.5px, 14.96212vw + 107.72727px, 395px) !important;
     -moz-column-gap: clamp(197.5px, 14.96212vw + 107.72727px, 395px) !important;
          column-gap: clamp(197.5px, 14.96212vw + 107.72727px, 395px) !important;
}

.ga-fixed-79 {
  gap: 395px !important;
}

.gr-fixed-79 {
  row-gap: 395px !important;
}

.gc-fixed-79 {
  -webkit-column-gap: 395px !important;
     -moz-column-gap: 395px !important;
          column-gap: 395px !important;
}

.ma80 {
  margin: clamp(200px, 15.15152vw + 109.09091px, 400px) !important;
}

.mt80 {
  margin-top: clamp(200px, 15.15152vw + 109.09091px, 400px) !important;
}

.mr80 {
  margin-right: clamp(200px, 15.15152vw + 109.09091px, 400px) !important;
}

.mb80 {
  margin-bottom: clamp(200px, 15.15152vw + 109.09091px, 400px) !important;
}

.ml80 {
  margin-left: clamp(200px, 15.15152vw + 109.09091px, 400px) !important;
}

.mx80 {
  margin-right: clamp(200px, 15.15152vw + 109.09091px, 400px) !important;
  margin-left: clamp(200px, 15.15152vw + 109.09091px, 400px) !important;
}

.my80 {
  margin-top: clamp(200px, 15.15152vw + 109.09091px, 400px) !important;
  margin-bottom: clamp(200px, 15.15152vw + 109.09091px, 400px) !important;
}

.ma-fixed-80 {
  margin: 400px !important;
}

.mt-fixed-80 {
  margin-top: 400px !important;
}

.mr-fixed-80 {
  margin-right: 400px !important;
}

.mb-fixed-80 {
  margin-bottom: 400px !important;
}

.ml-fixed-80 {
  margin-left: 400px !important;
}

.mx-fixed-80 {
  margin-right: 400px !important;
  margin-left: 400px !important;
}

.my-fixed-80 {
  margin-top: 400px !important;
  margin-bottom: 400px !important;
}

.pa80 {
  padding: clamp(200px, 15.15152vw + 109.09091px, 400px) !important;
}

.pt80 {
  padding-top: clamp(200px, 15.15152vw + 109.09091px, 400px) !important;
}

.pr80 {
  padding-right: clamp(200px, 15.15152vw + 109.09091px, 400px) !important;
}

.pb80 {
  padding-bottom: clamp(200px, 15.15152vw + 109.09091px, 400px) !important;
}

.pl80 {
  padding-left: clamp(200px, 15.15152vw + 109.09091px, 400px) !important;
}

.px80 {
  padding-right: clamp(200px, 15.15152vw + 109.09091px, 400px) !important;
  padding-left: clamp(200px, 15.15152vw + 109.09091px, 400px) !important;
}

.py80 {
  padding-top: clamp(200px, 15.15152vw + 109.09091px, 400px) !important;
  padding-bottom: clamp(200px, 15.15152vw + 109.09091px, 400px) !important;
}

.pa-fixed-80 {
  padding: 400px !important;
}

.pt-fixed-80 {
  padding-top: 400px !important;
}

.pr-fixed-80 {
  padding-right: 400px !important;
}

.pb-fixed-80 {
  padding-bottom: 400px !important;
}

.pl-fixed-80 {
  padding-left: 400px !important;
}

.px-fixed-80 {
  padding-right: 400px !important;
  padding-left: 400px !important;
}

.py-fixed-80 {
  padding-top: 400px !important;
  padding-bottom: 400px !important;
}

.ga80 {
  gap: clamp(200px, 15.15152vw + 109.09091px, 400px) !important;
}

.gr80 {
  row-gap: clamp(200px, 15.15152vw + 109.09091px, 400px) !important;
}

.gc80 {
  -webkit-column-gap: clamp(200px, 15.15152vw + 109.09091px, 400px) !important;
     -moz-column-gap: clamp(200px, 15.15152vw + 109.09091px, 400px) !important;
          column-gap: clamp(200px, 15.15152vw + 109.09091px, 400px) !important;
}

.ga-fixed-80 {
  gap: 400px !important;
}

.gr-fixed-80 {
  row-gap: 400px !important;
}

.gc-fixed-80 {
  -webkit-column-gap: 400px !important;
     -moz-column-gap: 400px !important;
          column-gap: 400px !important;
}

.ma81 {
  margin: clamp(202.5px, 15.34091vw + 110.45455px, 405px) !important;
}

.mt81 {
  margin-top: clamp(202.5px, 15.34091vw + 110.45455px, 405px) !important;
}

.mr81 {
  margin-right: clamp(202.5px, 15.34091vw + 110.45455px, 405px) !important;
}

.mb81 {
  margin-bottom: clamp(202.5px, 15.34091vw + 110.45455px, 405px) !important;
}

.ml81 {
  margin-left: clamp(202.5px, 15.34091vw + 110.45455px, 405px) !important;
}

.mx81 {
  margin-right: clamp(202.5px, 15.34091vw + 110.45455px, 405px) !important;
  margin-left: clamp(202.5px, 15.34091vw + 110.45455px, 405px) !important;
}

.my81 {
  margin-top: clamp(202.5px, 15.34091vw + 110.45455px, 405px) !important;
  margin-bottom: clamp(202.5px, 15.34091vw + 110.45455px, 405px) !important;
}

.ma-fixed-81 {
  margin: 405px !important;
}

.mt-fixed-81 {
  margin-top: 405px !important;
}

.mr-fixed-81 {
  margin-right: 405px !important;
}

.mb-fixed-81 {
  margin-bottom: 405px !important;
}

.ml-fixed-81 {
  margin-left: 405px !important;
}

.mx-fixed-81 {
  margin-right: 405px !important;
  margin-left: 405px !important;
}

.my-fixed-81 {
  margin-top: 405px !important;
  margin-bottom: 405px !important;
}

.pa81 {
  padding: clamp(202.5px, 15.34091vw + 110.45455px, 405px) !important;
}

.pt81 {
  padding-top: clamp(202.5px, 15.34091vw + 110.45455px, 405px) !important;
}

.pr81 {
  padding-right: clamp(202.5px, 15.34091vw + 110.45455px, 405px) !important;
}

.pb81 {
  padding-bottom: clamp(202.5px, 15.34091vw + 110.45455px, 405px) !important;
}

.pl81 {
  padding-left: clamp(202.5px, 15.34091vw + 110.45455px, 405px) !important;
}

.px81 {
  padding-right: clamp(202.5px, 15.34091vw + 110.45455px, 405px) !important;
  padding-left: clamp(202.5px, 15.34091vw + 110.45455px, 405px) !important;
}

.py81 {
  padding-top: clamp(202.5px, 15.34091vw + 110.45455px, 405px) !important;
  padding-bottom: clamp(202.5px, 15.34091vw + 110.45455px, 405px) !important;
}

.pa-fixed-81 {
  padding: 405px !important;
}

.pt-fixed-81 {
  padding-top: 405px !important;
}

.pr-fixed-81 {
  padding-right: 405px !important;
}

.pb-fixed-81 {
  padding-bottom: 405px !important;
}

.pl-fixed-81 {
  padding-left: 405px !important;
}

.px-fixed-81 {
  padding-right: 405px !important;
  padding-left: 405px !important;
}

.py-fixed-81 {
  padding-top: 405px !important;
  padding-bottom: 405px !important;
}

.ga81 {
  gap: clamp(202.5px, 15.34091vw + 110.45455px, 405px) !important;
}

.gr81 {
  row-gap: clamp(202.5px, 15.34091vw + 110.45455px, 405px) !important;
}

.gc81 {
  -webkit-column-gap: clamp(202.5px, 15.34091vw + 110.45455px, 405px) !important;
     -moz-column-gap: clamp(202.5px, 15.34091vw + 110.45455px, 405px) !important;
          column-gap: clamp(202.5px, 15.34091vw + 110.45455px, 405px) !important;
}

.ga-fixed-81 {
  gap: 405px !important;
}

.gr-fixed-81 {
  row-gap: 405px !important;
}

.gc-fixed-81 {
  -webkit-column-gap: 405px !important;
     -moz-column-gap: 405px !important;
          column-gap: 405px !important;
}

.ma82 {
  margin: clamp(205px, 15.5303vw + 111.81818px, 410px) !important;
}

.mt82 {
  margin-top: clamp(205px, 15.5303vw + 111.81818px, 410px) !important;
}

.mr82 {
  margin-right: clamp(205px, 15.5303vw + 111.81818px, 410px) !important;
}

.mb82 {
  margin-bottom: clamp(205px, 15.5303vw + 111.81818px, 410px) !important;
}

.ml82 {
  margin-left: clamp(205px, 15.5303vw + 111.81818px, 410px) !important;
}

.mx82 {
  margin-right: clamp(205px, 15.5303vw + 111.81818px, 410px) !important;
  margin-left: clamp(205px, 15.5303vw + 111.81818px, 410px) !important;
}

.my82 {
  margin-top: clamp(205px, 15.5303vw + 111.81818px, 410px) !important;
  margin-bottom: clamp(205px, 15.5303vw + 111.81818px, 410px) !important;
}

.ma-fixed-82 {
  margin: 410px !important;
}

.mt-fixed-82 {
  margin-top: 410px !important;
}

.mr-fixed-82 {
  margin-right: 410px !important;
}

.mb-fixed-82 {
  margin-bottom: 410px !important;
}

.ml-fixed-82 {
  margin-left: 410px !important;
}

.mx-fixed-82 {
  margin-right: 410px !important;
  margin-left: 410px !important;
}

.my-fixed-82 {
  margin-top: 410px !important;
  margin-bottom: 410px !important;
}

.pa82 {
  padding: clamp(205px, 15.5303vw + 111.81818px, 410px) !important;
}

.pt82 {
  padding-top: clamp(205px, 15.5303vw + 111.81818px, 410px) !important;
}

.pr82 {
  padding-right: clamp(205px, 15.5303vw + 111.81818px, 410px) !important;
}

.pb82 {
  padding-bottom: clamp(205px, 15.5303vw + 111.81818px, 410px) !important;
}

.pl82 {
  padding-left: clamp(205px, 15.5303vw + 111.81818px, 410px) !important;
}

.px82 {
  padding-right: clamp(205px, 15.5303vw + 111.81818px, 410px) !important;
  padding-left: clamp(205px, 15.5303vw + 111.81818px, 410px) !important;
}

.py82 {
  padding-top: clamp(205px, 15.5303vw + 111.81818px, 410px) !important;
  padding-bottom: clamp(205px, 15.5303vw + 111.81818px, 410px) !important;
}

.pa-fixed-82 {
  padding: 410px !important;
}

.pt-fixed-82 {
  padding-top: 410px !important;
}

.pr-fixed-82 {
  padding-right: 410px !important;
}

.pb-fixed-82 {
  padding-bottom: 410px !important;
}

.pl-fixed-82 {
  padding-left: 410px !important;
}

.px-fixed-82 {
  padding-right: 410px !important;
  padding-left: 410px !important;
}

.py-fixed-82 {
  padding-top: 410px !important;
  padding-bottom: 410px !important;
}

.ga82 {
  gap: clamp(205px, 15.5303vw + 111.81818px, 410px) !important;
}

.gr82 {
  row-gap: clamp(205px, 15.5303vw + 111.81818px, 410px) !important;
}

.gc82 {
  -webkit-column-gap: clamp(205px, 15.5303vw + 111.81818px, 410px) !important;
     -moz-column-gap: clamp(205px, 15.5303vw + 111.81818px, 410px) !important;
          column-gap: clamp(205px, 15.5303vw + 111.81818px, 410px) !important;
}

.ga-fixed-82 {
  gap: 410px !important;
}

.gr-fixed-82 {
  row-gap: 410px !important;
}

.gc-fixed-82 {
  -webkit-column-gap: 410px !important;
     -moz-column-gap: 410px !important;
          column-gap: 410px !important;
}

.ma83 {
  margin: clamp(207.5px, 15.7197vw + 113.18182px, 415px) !important;
}

.mt83 {
  margin-top: clamp(207.5px, 15.7197vw + 113.18182px, 415px) !important;
}

.mr83 {
  margin-right: clamp(207.5px, 15.7197vw + 113.18182px, 415px) !important;
}

.mb83 {
  margin-bottom: clamp(207.5px, 15.7197vw + 113.18182px, 415px) !important;
}

.ml83 {
  margin-left: clamp(207.5px, 15.7197vw + 113.18182px, 415px) !important;
}

.mx83 {
  margin-right: clamp(207.5px, 15.7197vw + 113.18182px, 415px) !important;
  margin-left: clamp(207.5px, 15.7197vw + 113.18182px, 415px) !important;
}

.my83 {
  margin-top: clamp(207.5px, 15.7197vw + 113.18182px, 415px) !important;
  margin-bottom: clamp(207.5px, 15.7197vw + 113.18182px, 415px) !important;
}

.ma-fixed-83 {
  margin: 415px !important;
}

.mt-fixed-83 {
  margin-top: 415px !important;
}

.mr-fixed-83 {
  margin-right: 415px !important;
}

.mb-fixed-83 {
  margin-bottom: 415px !important;
}

.ml-fixed-83 {
  margin-left: 415px !important;
}

.mx-fixed-83 {
  margin-right: 415px !important;
  margin-left: 415px !important;
}

.my-fixed-83 {
  margin-top: 415px !important;
  margin-bottom: 415px !important;
}

.pa83 {
  padding: clamp(207.5px, 15.7197vw + 113.18182px, 415px) !important;
}

.pt83 {
  padding-top: clamp(207.5px, 15.7197vw + 113.18182px, 415px) !important;
}

.pr83 {
  padding-right: clamp(207.5px, 15.7197vw + 113.18182px, 415px) !important;
}

.pb83 {
  padding-bottom: clamp(207.5px, 15.7197vw + 113.18182px, 415px) !important;
}

.pl83 {
  padding-left: clamp(207.5px, 15.7197vw + 113.18182px, 415px) !important;
}

.px83 {
  padding-right: clamp(207.5px, 15.7197vw + 113.18182px, 415px) !important;
  padding-left: clamp(207.5px, 15.7197vw + 113.18182px, 415px) !important;
}

.py83 {
  padding-top: clamp(207.5px, 15.7197vw + 113.18182px, 415px) !important;
  padding-bottom: clamp(207.5px, 15.7197vw + 113.18182px, 415px) !important;
}

.pa-fixed-83 {
  padding: 415px !important;
}

.pt-fixed-83 {
  padding-top: 415px !important;
}

.pr-fixed-83 {
  padding-right: 415px !important;
}

.pb-fixed-83 {
  padding-bottom: 415px !important;
}

.pl-fixed-83 {
  padding-left: 415px !important;
}

.px-fixed-83 {
  padding-right: 415px !important;
  padding-left: 415px !important;
}

.py-fixed-83 {
  padding-top: 415px !important;
  padding-bottom: 415px !important;
}

.ga83 {
  gap: clamp(207.5px, 15.7197vw + 113.18182px, 415px) !important;
}

.gr83 {
  row-gap: clamp(207.5px, 15.7197vw + 113.18182px, 415px) !important;
}

.gc83 {
  -webkit-column-gap: clamp(207.5px, 15.7197vw + 113.18182px, 415px) !important;
     -moz-column-gap: clamp(207.5px, 15.7197vw + 113.18182px, 415px) !important;
          column-gap: clamp(207.5px, 15.7197vw + 113.18182px, 415px) !important;
}

.ga-fixed-83 {
  gap: 415px !important;
}

.gr-fixed-83 {
  row-gap: 415px !important;
}

.gc-fixed-83 {
  -webkit-column-gap: 415px !important;
     -moz-column-gap: 415px !important;
          column-gap: 415px !important;
}

.ma84 {
  margin: clamp(210px, 15.90909vw + 114.54545px, 420px) !important;
}

.mt84 {
  margin-top: clamp(210px, 15.90909vw + 114.54545px, 420px) !important;
}

.mr84 {
  margin-right: clamp(210px, 15.90909vw + 114.54545px, 420px) !important;
}

.mb84 {
  margin-bottom: clamp(210px, 15.90909vw + 114.54545px, 420px) !important;
}

.ml84 {
  margin-left: clamp(210px, 15.90909vw + 114.54545px, 420px) !important;
}

.mx84 {
  margin-right: clamp(210px, 15.90909vw + 114.54545px, 420px) !important;
  margin-left: clamp(210px, 15.90909vw + 114.54545px, 420px) !important;
}

.my84 {
  margin-top: clamp(210px, 15.90909vw + 114.54545px, 420px) !important;
  margin-bottom: clamp(210px, 15.90909vw + 114.54545px, 420px) !important;
}

.ma-fixed-84 {
  margin: 420px !important;
}

.mt-fixed-84 {
  margin-top: 420px !important;
}

.mr-fixed-84 {
  margin-right: 420px !important;
}

.mb-fixed-84 {
  margin-bottom: 420px !important;
}

.ml-fixed-84 {
  margin-left: 420px !important;
}

.mx-fixed-84 {
  margin-right: 420px !important;
  margin-left: 420px !important;
}

.my-fixed-84 {
  margin-top: 420px !important;
  margin-bottom: 420px !important;
}

.pa84 {
  padding: clamp(210px, 15.90909vw + 114.54545px, 420px) !important;
}

.pt84 {
  padding-top: clamp(210px, 15.90909vw + 114.54545px, 420px) !important;
}

.pr84 {
  padding-right: clamp(210px, 15.90909vw + 114.54545px, 420px) !important;
}

.pb84 {
  padding-bottom: clamp(210px, 15.90909vw + 114.54545px, 420px) !important;
}

.pl84 {
  padding-left: clamp(210px, 15.90909vw + 114.54545px, 420px) !important;
}

.px84 {
  padding-right: clamp(210px, 15.90909vw + 114.54545px, 420px) !important;
  padding-left: clamp(210px, 15.90909vw + 114.54545px, 420px) !important;
}

.py84 {
  padding-top: clamp(210px, 15.90909vw + 114.54545px, 420px) !important;
  padding-bottom: clamp(210px, 15.90909vw + 114.54545px, 420px) !important;
}

.pa-fixed-84 {
  padding: 420px !important;
}

.pt-fixed-84 {
  padding-top: 420px !important;
}

.pr-fixed-84 {
  padding-right: 420px !important;
}

.pb-fixed-84 {
  padding-bottom: 420px !important;
}

.pl-fixed-84 {
  padding-left: 420px !important;
}

.px-fixed-84 {
  padding-right: 420px !important;
  padding-left: 420px !important;
}

.py-fixed-84 {
  padding-top: 420px !important;
  padding-bottom: 420px !important;
}

.ga84 {
  gap: clamp(210px, 15.90909vw + 114.54545px, 420px) !important;
}

.gr84 {
  row-gap: clamp(210px, 15.90909vw + 114.54545px, 420px) !important;
}

.gc84 {
  -webkit-column-gap: clamp(210px, 15.90909vw + 114.54545px, 420px) !important;
     -moz-column-gap: clamp(210px, 15.90909vw + 114.54545px, 420px) !important;
          column-gap: clamp(210px, 15.90909vw + 114.54545px, 420px) !important;
}

.ga-fixed-84 {
  gap: 420px !important;
}

.gr-fixed-84 {
  row-gap: 420px !important;
}

.gc-fixed-84 {
  -webkit-column-gap: 420px !important;
     -moz-column-gap: 420px !important;
          column-gap: 420px !important;
}

.ma85 {
  margin: clamp(212.5px, 16.09848vw + 115.90909px, 425px) !important;
}

.mt85 {
  margin-top: clamp(212.5px, 16.09848vw + 115.90909px, 425px) !important;
}

.mr85 {
  margin-right: clamp(212.5px, 16.09848vw + 115.90909px, 425px) !important;
}

.mb85 {
  margin-bottom: clamp(212.5px, 16.09848vw + 115.90909px, 425px) !important;
}

.ml85 {
  margin-left: clamp(212.5px, 16.09848vw + 115.90909px, 425px) !important;
}

.mx85 {
  margin-right: clamp(212.5px, 16.09848vw + 115.90909px, 425px) !important;
  margin-left: clamp(212.5px, 16.09848vw + 115.90909px, 425px) !important;
}

.my85 {
  margin-top: clamp(212.5px, 16.09848vw + 115.90909px, 425px) !important;
  margin-bottom: clamp(212.5px, 16.09848vw + 115.90909px, 425px) !important;
}

.ma-fixed-85 {
  margin: 425px !important;
}

.mt-fixed-85 {
  margin-top: 425px !important;
}

.mr-fixed-85 {
  margin-right: 425px !important;
}

.mb-fixed-85 {
  margin-bottom: 425px !important;
}

.ml-fixed-85 {
  margin-left: 425px !important;
}

.mx-fixed-85 {
  margin-right: 425px !important;
  margin-left: 425px !important;
}

.my-fixed-85 {
  margin-top: 425px !important;
  margin-bottom: 425px !important;
}

.pa85 {
  padding: clamp(212.5px, 16.09848vw + 115.90909px, 425px) !important;
}

.pt85 {
  padding-top: clamp(212.5px, 16.09848vw + 115.90909px, 425px) !important;
}

.pr85 {
  padding-right: clamp(212.5px, 16.09848vw + 115.90909px, 425px) !important;
}

.pb85 {
  padding-bottom: clamp(212.5px, 16.09848vw + 115.90909px, 425px) !important;
}

.pl85 {
  padding-left: clamp(212.5px, 16.09848vw + 115.90909px, 425px) !important;
}

.px85 {
  padding-right: clamp(212.5px, 16.09848vw + 115.90909px, 425px) !important;
  padding-left: clamp(212.5px, 16.09848vw + 115.90909px, 425px) !important;
}

.py85 {
  padding-top: clamp(212.5px, 16.09848vw + 115.90909px, 425px) !important;
  padding-bottom: clamp(212.5px, 16.09848vw + 115.90909px, 425px) !important;
}

.pa-fixed-85 {
  padding: 425px !important;
}

.pt-fixed-85 {
  padding-top: 425px !important;
}

.pr-fixed-85 {
  padding-right: 425px !important;
}

.pb-fixed-85 {
  padding-bottom: 425px !important;
}

.pl-fixed-85 {
  padding-left: 425px !important;
}

.px-fixed-85 {
  padding-right: 425px !important;
  padding-left: 425px !important;
}

.py-fixed-85 {
  padding-top: 425px !important;
  padding-bottom: 425px !important;
}

.ga85 {
  gap: clamp(212.5px, 16.09848vw + 115.90909px, 425px) !important;
}

.gr85 {
  row-gap: clamp(212.5px, 16.09848vw + 115.90909px, 425px) !important;
}

.gc85 {
  -webkit-column-gap: clamp(212.5px, 16.09848vw + 115.90909px, 425px) !important;
     -moz-column-gap: clamp(212.5px, 16.09848vw + 115.90909px, 425px) !important;
          column-gap: clamp(212.5px, 16.09848vw + 115.90909px, 425px) !important;
}

.ga-fixed-85 {
  gap: 425px !important;
}

.gr-fixed-85 {
  row-gap: 425px !important;
}

.gc-fixed-85 {
  -webkit-column-gap: 425px !important;
     -moz-column-gap: 425px !important;
          column-gap: 425px !important;
}

.ma86 {
  margin: clamp(215px, 16.28788vw + 117.27273px, 430px) !important;
}

.mt86 {
  margin-top: clamp(215px, 16.28788vw + 117.27273px, 430px) !important;
}

.mr86 {
  margin-right: clamp(215px, 16.28788vw + 117.27273px, 430px) !important;
}

.mb86 {
  margin-bottom: clamp(215px, 16.28788vw + 117.27273px, 430px) !important;
}

.ml86 {
  margin-left: clamp(215px, 16.28788vw + 117.27273px, 430px) !important;
}

.mx86 {
  margin-right: clamp(215px, 16.28788vw + 117.27273px, 430px) !important;
  margin-left: clamp(215px, 16.28788vw + 117.27273px, 430px) !important;
}

.my86 {
  margin-top: clamp(215px, 16.28788vw + 117.27273px, 430px) !important;
  margin-bottom: clamp(215px, 16.28788vw + 117.27273px, 430px) !important;
}

.ma-fixed-86 {
  margin: 430px !important;
}

.mt-fixed-86 {
  margin-top: 430px !important;
}

.mr-fixed-86 {
  margin-right: 430px !important;
}

.mb-fixed-86 {
  margin-bottom: 430px !important;
}

.ml-fixed-86 {
  margin-left: 430px !important;
}

.mx-fixed-86 {
  margin-right: 430px !important;
  margin-left: 430px !important;
}

.my-fixed-86 {
  margin-top: 430px !important;
  margin-bottom: 430px !important;
}

.pa86 {
  padding: clamp(215px, 16.28788vw + 117.27273px, 430px) !important;
}

.pt86 {
  padding-top: clamp(215px, 16.28788vw + 117.27273px, 430px) !important;
}

.pr86 {
  padding-right: clamp(215px, 16.28788vw + 117.27273px, 430px) !important;
}

.pb86 {
  padding-bottom: clamp(215px, 16.28788vw + 117.27273px, 430px) !important;
}

.pl86 {
  padding-left: clamp(215px, 16.28788vw + 117.27273px, 430px) !important;
}

.px86 {
  padding-right: clamp(215px, 16.28788vw + 117.27273px, 430px) !important;
  padding-left: clamp(215px, 16.28788vw + 117.27273px, 430px) !important;
}

.py86 {
  padding-top: clamp(215px, 16.28788vw + 117.27273px, 430px) !important;
  padding-bottom: clamp(215px, 16.28788vw + 117.27273px, 430px) !important;
}

.pa-fixed-86 {
  padding: 430px !important;
}

.pt-fixed-86 {
  padding-top: 430px !important;
}

.pr-fixed-86 {
  padding-right: 430px !important;
}

.pb-fixed-86 {
  padding-bottom: 430px !important;
}

.pl-fixed-86 {
  padding-left: 430px !important;
}

.px-fixed-86 {
  padding-right: 430px !important;
  padding-left: 430px !important;
}

.py-fixed-86 {
  padding-top: 430px !important;
  padding-bottom: 430px !important;
}

.ga86 {
  gap: clamp(215px, 16.28788vw + 117.27273px, 430px) !important;
}

.gr86 {
  row-gap: clamp(215px, 16.28788vw + 117.27273px, 430px) !important;
}

.gc86 {
  -webkit-column-gap: clamp(215px, 16.28788vw + 117.27273px, 430px) !important;
     -moz-column-gap: clamp(215px, 16.28788vw + 117.27273px, 430px) !important;
          column-gap: clamp(215px, 16.28788vw + 117.27273px, 430px) !important;
}

.ga-fixed-86 {
  gap: 430px !important;
}

.gr-fixed-86 {
  row-gap: 430px !important;
}

.gc-fixed-86 {
  -webkit-column-gap: 430px !important;
     -moz-column-gap: 430px !important;
          column-gap: 430px !important;
}

.ma87 {
  margin: clamp(217.5px, 16.47727vw + 118.63636px, 435px) !important;
}

.mt87 {
  margin-top: clamp(217.5px, 16.47727vw + 118.63636px, 435px) !important;
}

.mr87 {
  margin-right: clamp(217.5px, 16.47727vw + 118.63636px, 435px) !important;
}

.mb87 {
  margin-bottom: clamp(217.5px, 16.47727vw + 118.63636px, 435px) !important;
}

.ml87 {
  margin-left: clamp(217.5px, 16.47727vw + 118.63636px, 435px) !important;
}

.mx87 {
  margin-right: clamp(217.5px, 16.47727vw + 118.63636px, 435px) !important;
  margin-left: clamp(217.5px, 16.47727vw + 118.63636px, 435px) !important;
}

.my87 {
  margin-top: clamp(217.5px, 16.47727vw + 118.63636px, 435px) !important;
  margin-bottom: clamp(217.5px, 16.47727vw + 118.63636px, 435px) !important;
}

.ma-fixed-87 {
  margin: 435px !important;
}

.mt-fixed-87 {
  margin-top: 435px !important;
}

.mr-fixed-87 {
  margin-right: 435px !important;
}

.mb-fixed-87 {
  margin-bottom: 435px !important;
}

.ml-fixed-87 {
  margin-left: 435px !important;
}

.mx-fixed-87 {
  margin-right: 435px !important;
  margin-left: 435px !important;
}

.my-fixed-87 {
  margin-top: 435px !important;
  margin-bottom: 435px !important;
}

.pa87 {
  padding: clamp(217.5px, 16.47727vw + 118.63636px, 435px) !important;
}

.pt87 {
  padding-top: clamp(217.5px, 16.47727vw + 118.63636px, 435px) !important;
}

.pr87 {
  padding-right: clamp(217.5px, 16.47727vw + 118.63636px, 435px) !important;
}

.pb87 {
  padding-bottom: clamp(217.5px, 16.47727vw + 118.63636px, 435px) !important;
}

.pl87 {
  padding-left: clamp(217.5px, 16.47727vw + 118.63636px, 435px) !important;
}

.px87 {
  padding-right: clamp(217.5px, 16.47727vw + 118.63636px, 435px) !important;
  padding-left: clamp(217.5px, 16.47727vw + 118.63636px, 435px) !important;
}

.py87 {
  padding-top: clamp(217.5px, 16.47727vw + 118.63636px, 435px) !important;
  padding-bottom: clamp(217.5px, 16.47727vw + 118.63636px, 435px) !important;
}

.pa-fixed-87 {
  padding: 435px !important;
}

.pt-fixed-87 {
  padding-top: 435px !important;
}

.pr-fixed-87 {
  padding-right: 435px !important;
}

.pb-fixed-87 {
  padding-bottom: 435px !important;
}

.pl-fixed-87 {
  padding-left: 435px !important;
}

.px-fixed-87 {
  padding-right: 435px !important;
  padding-left: 435px !important;
}

.py-fixed-87 {
  padding-top: 435px !important;
  padding-bottom: 435px !important;
}

.ga87 {
  gap: clamp(217.5px, 16.47727vw + 118.63636px, 435px) !important;
}

.gr87 {
  row-gap: clamp(217.5px, 16.47727vw + 118.63636px, 435px) !important;
}

.gc87 {
  -webkit-column-gap: clamp(217.5px, 16.47727vw + 118.63636px, 435px) !important;
     -moz-column-gap: clamp(217.5px, 16.47727vw + 118.63636px, 435px) !important;
          column-gap: clamp(217.5px, 16.47727vw + 118.63636px, 435px) !important;
}

.ga-fixed-87 {
  gap: 435px !important;
}

.gr-fixed-87 {
  row-gap: 435px !important;
}

.gc-fixed-87 {
  -webkit-column-gap: 435px !important;
     -moz-column-gap: 435px !important;
          column-gap: 435px !important;
}

.ma88 {
  margin: clamp(220px, 16.66667vw + 120px, 440px) !important;
}

.mt88 {
  margin-top: clamp(220px, 16.66667vw + 120px, 440px) !important;
}

.mr88 {
  margin-right: clamp(220px, 16.66667vw + 120px, 440px) !important;
}

.mb88 {
  margin-bottom: clamp(220px, 16.66667vw + 120px, 440px) !important;
}

.ml88 {
  margin-left: clamp(220px, 16.66667vw + 120px, 440px) !important;
}

.mx88 {
  margin-right: clamp(220px, 16.66667vw + 120px, 440px) !important;
  margin-left: clamp(220px, 16.66667vw + 120px, 440px) !important;
}

.my88 {
  margin-top: clamp(220px, 16.66667vw + 120px, 440px) !important;
  margin-bottom: clamp(220px, 16.66667vw + 120px, 440px) !important;
}

.ma-fixed-88 {
  margin: 440px !important;
}

.mt-fixed-88 {
  margin-top: 440px !important;
}

.mr-fixed-88 {
  margin-right: 440px !important;
}

.mb-fixed-88 {
  margin-bottom: 440px !important;
}

.ml-fixed-88 {
  margin-left: 440px !important;
}

.mx-fixed-88 {
  margin-right: 440px !important;
  margin-left: 440px !important;
}

.my-fixed-88 {
  margin-top: 440px !important;
  margin-bottom: 440px !important;
}

.pa88 {
  padding: clamp(220px, 16.66667vw + 120px, 440px) !important;
}

.pt88 {
  padding-top: clamp(220px, 16.66667vw + 120px, 440px) !important;
}

.pr88 {
  padding-right: clamp(220px, 16.66667vw + 120px, 440px) !important;
}

.pb88 {
  padding-bottom: clamp(220px, 16.66667vw + 120px, 440px) !important;
}

.pl88 {
  padding-left: clamp(220px, 16.66667vw + 120px, 440px) !important;
}

.px88 {
  padding-right: clamp(220px, 16.66667vw + 120px, 440px) !important;
  padding-left: clamp(220px, 16.66667vw + 120px, 440px) !important;
}

.py88 {
  padding-top: clamp(220px, 16.66667vw + 120px, 440px) !important;
  padding-bottom: clamp(220px, 16.66667vw + 120px, 440px) !important;
}

.pa-fixed-88 {
  padding: 440px !important;
}

.pt-fixed-88 {
  padding-top: 440px !important;
}

.pr-fixed-88 {
  padding-right: 440px !important;
}

.pb-fixed-88 {
  padding-bottom: 440px !important;
}

.pl-fixed-88 {
  padding-left: 440px !important;
}

.px-fixed-88 {
  padding-right: 440px !important;
  padding-left: 440px !important;
}

.py-fixed-88 {
  padding-top: 440px !important;
  padding-bottom: 440px !important;
}

.ga88 {
  gap: clamp(220px, 16.66667vw + 120px, 440px) !important;
}

.gr88 {
  row-gap: clamp(220px, 16.66667vw + 120px, 440px) !important;
}

.gc88 {
  -webkit-column-gap: clamp(220px, 16.66667vw + 120px, 440px) !important;
     -moz-column-gap: clamp(220px, 16.66667vw + 120px, 440px) !important;
          column-gap: clamp(220px, 16.66667vw + 120px, 440px) !important;
}

.ga-fixed-88 {
  gap: 440px !important;
}

.gr-fixed-88 {
  row-gap: 440px !important;
}

.gc-fixed-88 {
  -webkit-column-gap: 440px !important;
     -moz-column-gap: 440px !important;
          column-gap: 440px !important;
}

.ma89 {
  margin: clamp(222.5px, 16.85606vw + 121.36364px, 445px) !important;
}

.mt89 {
  margin-top: clamp(222.5px, 16.85606vw + 121.36364px, 445px) !important;
}

.mr89 {
  margin-right: clamp(222.5px, 16.85606vw + 121.36364px, 445px) !important;
}

.mb89 {
  margin-bottom: clamp(222.5px, 16.85606vw + 121.36364px, 445px) !important;
}

.ml89 {
  margin-left: clamp(222.5px, 16.85606vw + 121.36364px, 445px) !important;
}

.mx89 {
  margin-right: clamp(222.5px, 16.85606vw + 121.36364px, 445px) !important;
  margin-left: clamp(222.5px, 16.85606vw + 121.36364px, 445px) !important;
}

.my89 {
  margin-top: clamp(222.5px, 16.85606vw + 121.36364px, 445px) !important;
  margin-bottom: clamp(222.5px, 16.85606vw + 121.36364px, 445px) !important;
}

.ma-fixed-89 {
  margin: 445px !important;
}

.mt-fixed-89 {
  margin-top: 445px !important;
}

.mr-fixed-89 {
  margin-right: 445px !important;
}

.mb-fixed-89 {
  margin-bottom: 445px !important;
}

.ml-fixed-89 {
  margin-left: 445px !important;
}

.mx-fixed-89 {
  margin-right: 445px !important;
  margin-left: 445px !important;
}

.my-fixed-89 {
  margin-top: 445px !important;
  margin-bottom: 445px !important;
}

.pa89 {
  padding: clamp(222.5px, 16.85606vw + 121.36364px, 445px) !important;
}

.pt89 {
  padding-top: clamp(222.5px, 16.85606vw + 121.36364px, 445px) !important;
}

.pr89 {
  padding-right: clamp(222.5px, 16.85606vw + 121.36364px, 445px) !important;
}

.pb89 {
  padding-bottom: clamp(222.5px, 16.85606vw + 121.36364px, 445px) !important;
}

.pl89 {
  padding-left: clamp(222.5px, 16.85606vw + 121.36364px, 445px) !important;
}

.px89 {
  padding-right: clamp(222.5px, 16.85606vw + 121.36364px, 445px) !important;
  padding-left: clamp(222.5px, 16.85606vw + 121.36364px, 445px) !important;
}

.py89 {
  padding-top: clamp(222.5px, 16.85606vw + 121.36364px, 445px) !important;
  padding-bottom: clamp(222.5px, 16.85606vw + 121.36364px, 445px) !important;
}

.pa-fixed-89 {
  padding: 445px !important;
}

.pt-fixed-89 {
  padding-top: 445px !important;
}

.pr-fixed-89 {
  padding-right: 445px !important;
}

.pb-fixed-89 {
  padding-bottom: 445px !important;
}

.pl-fixed-89 {
  padding-left: 445px !important;
}

.px-fixed-89 {
  padding-right: 445px !important;
  padding-left: 445px !important;
}

.py-fixed-89 {
  padding-top: 445px !important;
  padding-bottom: 445px !important;
}

.ga89 {
  gap: clamp(222.5px, 16.85606vw + 121.36364px, 445px) !important;
}

.gr89 {
  row-gap: clamp(222.5px, 16.85606vw + 121.36364px, 445px) !important;
}

.gc89 {
  -webkit-column-gap: clamp(222.5px, 16.85606vw + 121.36364px, 445px) !important;
     -moz-column-gap: clamp(222.5px, 16.85606vw + 121.36364px, 445px) !important;
          column-gap: clamp(222.5px, 16.85606vw + 121.36364px, 445px) !important;
}

.ga-fixed-89 {
  gap: 445px !important;
}

.gr-fixed-89 {
  row-gap: 445px !important;
}

.gc-fixed-89 {
  -webkit-column-gap: 445px !important;
     -moz-column-gap: 445px !important;
          column-gap: 445px !important;
}

.ma90 {
  margin: clamp(225px, 17.04545vw + 122.72727px, 450px) !important;
}

.mt90 {
  margin-top: clamp(225px, 17.04545vw + 122.72727px, 450px) !important;
}

.mr90 {
  margin-right: clamp(225px, 17.04545vw + 122.72727px, 450px) !important;
}

.mb90 {
  margin-bottom: clamp(225px, 17.04545vw + 122.72727px, 450px) !important;
}

.ml90 {
  margin-left: clamp(225px, 17.04545vw + 122.72727px, 450px) !important;
}

.mx90 {
  margin-right: clamp(225px, 17.04545vw + 122.72727px, 450px) !important;
  margin-left: clamp(225px, 17.04545vw + 122.72727px, 450px) !important;
}

.my90 {
  margin-top: clamp(225px, 17.04545vw + 122.72727px, 450px) !important;
  margin-bottom: clamp(225px, 17.04545vw + 122.72727px, 450px) !important;
}

.ma-fixed-90 {
  margin: 450px !important;
}

.mt-fixed-90 {
  margin-top: 450px !important;
}

.mr-fixed-90 {
  margin-right: 450px !important;
}

.mb-fixed-90 {
  margin-bottom: 450px !important;
}

.ml-fixed-90 {
  margin-left: 450px !important;
}

.mx-fixed-90 {
  margin-right: 450px !important;
  margin-left: 450px !important;
}

.my-fixed-90 {
  margin-top: 450px !important;
  margin-bottom: 450px !important;
}

.pa90 {
  padding: clamp(225px, 17.04545vw + 122.72727px, 450px) !important;
}

.pt90 {
  padding-top: clamp(225px, 17.04545vw + 122.72727px, 450px) !important;
}

.pr90 {
  padding-right: clamp(225px, 17.04545vw + 122.72727px, 450px) !important;
}

.pb90 {
  padding-bottom: clamp(225px, 17.04545vw + 122.72727px, 450px) !important;
}

.pl90 {
  padding-left: clamp(225px, 17.04545vw + 122.72727px, 450px) !important;
}

.px90 {
  padding-right: clamp(225px, 17.04545vw + 122.72727px, 450px) !important;
  padding-left: clamp(225px, 17.04545vw + 122.72727px, 450px) !important;
}

.py90 {
  padding-top: clamp(225px, 17.04545vw + 122.72727px, 450px) !important;
  padding-bottom: clamp(225px, 17.04545vw + 122.72727px, 450px) !important;
}

.pa-fixed-90 {
  padding: 450px !important;
}

.pt-fixed-90 {
  padding-top: 450px !important;
}

.pr-fixed-90 {
  padding-right: 450px !important;
}

.pb-fixed-90 {
  padding-bottom: 450px !important;
}

.pl-fixed-90 {
  padding-left: 450px !important;
}

.px-fixed-90 {
  padding-right: 450px !important;
  padding-left: 450px !important;
}

.py-fixed-90 {
  padding-top: 450px !important;
  padding-bottom: 450px !important;
}

.ga90 {
  gap: clamp(225px, 17.04545vw + 122.72727px, 450px) !important;
}

.gr90 {
  row-gap: clamp(225px, 17.04545vw + 122.72727px, 450px) !important;
}

.gc90 {
  -webkit-column-gap: clamp(225px, 17.04545vw + 122.72727px, 450px) !important;
     -moz-column-gap: clamp(225px, 17.04545vw + 122.72727px, 450px) !important;
          column-gap: clamp(225px, 17.04545vw + 122.72727px, 450px) !important;
}

.ga-fixed-90 {
  gap: 450px !important;
}

.gr-fixed-90 {
  row-gap: 450px !important;
}

.gc-fixed-90 {
  -webkit-column-gap: 450px !important;
     -moz-column-gap: 450px !important;
          column-gap: 450px !important;
}

.ma91 {
  margin: clamp(227.5px, 17.23485vw + 124.09091px, 455px) !important;
}

.mt91 {
  margin-top: clamp(227.5px, 17.23485vw + 124.09091px, 455px) !important;
}

.mr91 {
  margin-right: clamp(227.5px, 17.23485vw + 124.09091px, 455px) !important;
}

.mb91 {
  margin-bottom: clamp(227.5px, 17.23485vw + 124.09091px, 455px) !important;
}

.ml91 {
  margin-left: clamp(227.5px, 17.23485vw + 124.09091px, 455px) !important;
}

.mx91 {
  margin-right: clamp(227.5px, 17.23485vw + 124.09091px, 455px) !important;
  margin-left: clamp(227.5px, 17.23485vw + 124.09091px, 455px) !important;
}

.my91 {
  margin-top: clamp(227.5px, 17.23485vw + 124.09091px, 455px) !important;
  margin-bottom: clamp(227.5px, 17.23485vw + 124.09091px, 455px) !important;
}

.ma-fixed-91 {
  margin: 455px !important;
}

.mt-fixed-91 {
  margin-top: 455px !important;
}

.mr-fixed-91 {
  margin-right: 455px !important;
}

.mb-fixed-91 {
  margin-bottom: 455px !important;
}

.ml-fixed-91 {
  margin-left: 455px !important;
}

.mx-fixed-91 {
  margin-right: 455px !important;
  margin-left: 455px !important;
}

.my-fixed-91 {
  margin-top: 455px !important;
  margin-bottom: 455px !important;
}

.pa91 {
  padding: clamp(227.5px, 17.23485vw + 124.09091px, 455px) !important;
}

.pt91 {
  padding-top: clamp(227.5px, 17.23485vw + 124.09091px, 455px) !important;
}

.pr91 {
  padding-right: clamp(227.5px, 17.23485vw + 124.09091px, 455px) !important;
}

.pb91 {
  padding-bottom: clamp(227.5px, 17.23485vw + 124.09091px, 455px) !important;
}

.pl91 {
  padding-left: clamp(227.5px, 17.23485vw + 124.09091px, 455px) !important;
}

.px91 {
  padding-right: clamp(227.5px, 17.23485vw + 124.09091px, 455px) !important;
  padding-left: clamp(227.5px, 17.23485vw + 124.09091px, 455px) !important;
}

.py91 {
  padding-top: clamp(227.5px, 17.23485vw + 124.09091px, 455px) !important;
  padding-bottom: clamp(227.5px, 17.23485vw + 124.09091px, 455px) !important;
}

.pa-fixed-91 {
  padding: 455px !important;
}

.pt-fixed-91 {
  padding-top: 455px !important;
}

.pr-fixed-91 {
  padding-right: 455px !important;
}

.pb-fixed-91 {
  padding-bottom: 455px !important;
}

.pl-fixed-91 {
  padding-left: 455px !important;
}

.px-fixed-91 {
  padding-right: 455px !important;
  padding-left: 455px !important;
}

.py-fixed-91 {
  padding-top: 455px !important;
  padding-bottom: 455px !important;
}

.ga91 {
  gap: clamp(227.5px, 17.23485vw + 124.09091px, 455px) !important;
}

.gr91 {
  row-gap: clamp(227.5px, 17.23485vw + 124.09091px, 455px) !important;
}

.gc91 {
  -webkit-column-gap: clamp(227.5px, 17.23485vw + 124.09091px, 455px) !important;
     -moz-column-gap: clamp(227.5px, 17.23485vw + 124.09091px, 455px) !important;
          column-gap: clamp(227.5px, 17.23485vw + 124.09091px, 455px) !important;
}

.ga-fixed-91 {
  gap: 455px !important;
}

.gr-fixed-91 {
  row-gap: 455px !important;
}

.gc-fixed-91 {
  -webkit-column-gap: 455px !important;
     -moz-column-gap: 455px !important;
          column-gap: 455px !important;
}

.ma92 {
  margin: clamp(230px, 17.42424vw + 125.45455px, 460px) !important;
}

.mt92 {
  margin-top: clamp(230px, 17.42424vw + 125.45455px, 460px) !important;
}

.mr92 {
  margin-right: clamp(230px, 17.42424vw + 125.45455px, 460px) !important;
}

.mb92 {
  margin-bottom: clamp(230px, 17.42424vw + 125.45455px, 460px) !important;
}

.ml92 {
  margin-left: clamp(230px, 17.42424vw + 125.45455px, 460px) !important;
}

.mx92 {
  margin-right: clamp(230px, 17.42424vw + 125.45455px, 460px) !important;
  margin-left: clamp(230px, 17.42424vw + 125.45455px, 460px) !important;
}

.my92 {
  margin-top: clamp(230px, 17.42424vw + 125.45455px, 460px) !important;
  margin-bottom: clamp(230px, 17.42424vw + 125.45455px, 460px) !important;
}

.ma-fixed-92 {
  margin: 460px !important;
}

.mt-fixed-92 {
  margin-top: 460px !important;
}

.mr-fixed-92 {
  margin-right: 460px !important;
}

.mb-fixed-92 {
  margin-bottom: 460px !important;
}

.ml-fixed-92 {
  margin-left: 460px !important;
}

.mx-fixed-92 {
  margin-right: 460px !important;
  margin-left: 460px !important;
}

.my-fixed-92 {
  margin-top: 460px !important;
  margin-bottom: 460px !important;
}

.pa92 {
  padding: clamp(230px, 17.42424vw + 125.45455px, 460px) !important;
}

.pt92 {
  padding-top: clamp(230px, 17.42424vw + 125.45455px, 460px) !important;
}

.pr92 {
  padding-right: clamp(230px, 17.42424vw + 125.45455px, 460px) !important;
}

.pb92 {
  padding-bottom: clamp(230px, 17.42424vw + 125.45455px, 460px) !important;
}

.pl92 {
  padding-left: clamp(230px, 17.42424vw + 125.45455px, 460px) !important;
}

.px92 {
  padding-right: clamp(230px, 17.42424vw + 125.45455px, 460px) !important;
  padding-left: clamp(230px, 17.42424vw + 125.45455px, 460px) !important;
}

.py92 {
  padding-top: clamp(230px, 17.42424vw + 125.45455px, 460px) !important;
  padding-bottom: clamp(230px, 17.42424vw + 125.45455px, 460px) !important;
}

.pa-fixed-92 {
  padding: 460px !important;
}

.pt-fixed-92 {
  padding-top: 460px !important;
}

.pr-fixed-92 {
  padding-right: 460px !important;
}

.pb-fixed-92 {
  padding-bottom: 460px !important;
}

.pl-fixed-92 {
  padding-left: 460px !important;
}

.px-fixed-92 {
  padding-right: 460px !important;
  padding-left: 460px !important;
}

.py-fixed-92 {
  padding-top: 460px !important;
  padding-bottom: 460px !important;
}

.ga92 {
  gap: clamp(230px, 17.42424vw + 125.45455px, 460px) !important;
}

.gr92 {
  row-gap: clamp(230px, 17.42424vw + 125.45455px, 460px) !important;
}

.gc92 {
  -webkit-column-gap: clamp(230px, 17.42424vw + 125.45455px, 460px) !important;
     -moz-column-gap: clamp(230px, 17.42424vw + 125.45455px, 460px) !important;
          column-gap: clamp(230px, 17.42424vw + 125.45455px, 460px) !important;
}

.ga-fixed-92 {
  gap: 460px !important;
}

.gr-fixed-92 {
  row-gap: 460px !important;
}

.gc-fixed-92 {
  -webkit-column-gap: 460px !important;
     -moz-column-gap: 460px !important;
          column-gap: 460px !important;
}

.ma93 {
  margin: clamp(232.5px, 17.61364vw + 126.81818px, 465px) !important;
}

.mt93 {
  margin-top: clamp(232.5px, 17.61364vw + 126.81818px, 465px) !important;
}

.mr93 {
  margin-right: clamp(232.5px, 17.61364vw + 126.81818px, 465px) !important;
}

.mb93 {
  margin-bottom: clamp(232.5px, 17.61364vw + 126.81818px, 465px) !important;
}

.ml93 {
  margin-left: clamp(232.5px, 17.61364vw + 126.81818px, 465px) !important;
}

.mx93 {
  margin-right: clamp(232.5px, 17.61364vw + 126.81818px, 465px) !important;
  margin-left: clamp(232.5px, 17.61364vw + 126.81818px, 465px) !important;
}

.my93 {
  margin-top: clamp(232.5px, 17.61364vw + 126.81818px, 465px) !important;
  margin-bottom: clamp(232.5px, 17.61364vw + 126.81818px, 465px) !important;
}

.ma-fixed-93 {
  margin: 465px !important;
}

.mt-fixed-93 {
  margin-top: 465px !important;
}

.mr-fixed-93 {
  margin-right: 465px !important;
}

.mb-fixed-93 {
  margin-bottom: 465px !important;
}

.ml-fixed-93 {
  margin-left: 465px !important;
}

.mx-fixed-93 {
  margin-right: 465px !important;
  margin-left: 465px !important;
}

.my-fixed-93 {
  margin-top: 465px !important;
  margin-bottom: 465px !important;
}

.pa93 {
  padding: clamp(232.5px, 17.61364vw + 126.81818px, 465px) !important;
}

.pt93 {
  padding-top: clamp(232.5px, 17.61364vw + 126.81818px, 465px) !important;
}

.pr93 {
  padding-right: clamp(232.5px, 17.61364vw + 126.81818px, 465px) !important;
}

.pb93 {
  padding-bottom: clamp(232.5px, 17.61364vw + 126.81818px, 465px) !important;
}

.pl93 {
  padding-left: clamp(232.5px, 17.61364vw + 126.81818px, 465px) !important;
}

.px93 {
  padding-right: clamp(232.5px, 17.61364vw + 126.81818px, 465px) !important;
  padding-left: clamp(232.5px, 17.61364vw + 126.81818px, 465px) !important;
}

.py93 {
  padding-top: clamp(232.5px, 17.61364vw + 126.81818px, 465px) !important;
  padding-bottom: clamp(232.5px, 17.61364vw + 126.81818px, 465px) !important;
}

.pa-fixed-93 {
  padding: 465px !important;
}

.pt-fixed-93 {
  padding-top: 465px !important;
}

.pr-fixed-93 {
  padding-right: 465px !important;
}

.pb-fixed-93 {
  padding-bottom: 465px !important;
}

.pl-fixed-93 {
  padding-left: 465px !important;
}

.px-fixed-93 {
  padding-right: 465px !important;
  padding-left: 465px !important;
}

.py-fixed-93 {
  padding-top: 465px !important;
  padding-bottom: 465px !important;
}

.ga93 {
  gap: clamp(232.5px, 17.61364vw + 126.81818px, 465px) !important;
}

.gr93 {
  row-gap: clamp(232.5px, 17.61364vw + 126.81818px, 465px) !important;
}

.gc93 {
  -webkit-column-gap: clamp(232.5px, 17.61364vw + 126.81818px, 465px) !important;
     -moz-column-gap: clamp(232.5px, 17.61364vw + 126.81818px, 465px) !important;
          column-gap: clamp(232.5px, 17.61364vw + 126.81818px, 465px) !important;
}

.ga-fixed-93 {
  gap: 465px !important;
}

.gr-fixed-93 {
  row-gap: 465px !important;
}

.gc-fixed-93 {
  -webkit-column-gap: 465px !important;
     -moz-column-gap: 465px !important;
          column-gap: 465px !important;
}

.ma94 {
  margin: clamp(235px, 17.80303vw + 128.18182px, 470px) !important;
}

.mt94 {
  margin-top: clamp(235px, 17.80303vw + 128.18182px, 470px) !important;
}

.mr94 {
  margin-right: clamp(235px, 17.80303vw + 128.18182px, 470px) !important;
}

.mb94 {
  margin-bottom: clamp(235px, 17.80303vw + 128.18182px, 470px) !important;
}

.ml94 {
  margin-left: clamp(235px, 17.80303vw + 128.18182px, 470px) !important;
}

.mx94 {
  margin-right: clamp(235px, 17.80303vw + 128.18182px, 470px) !important;
  margin-left: clamp(235px, 17.80303vw + 128.18182px, 470px) !important;
}

.my94 {
  margin-top: clamp(235px, 17.80303vw + 128.18182px, 470px) !important;
  margin-bottom: clamp(235px, 17.80303vw + 128.18182px, 470px) !important;
}

.ma-fixed-94 {
  margin: 470px !important;
}

.mt-fixed-94 {
  margin-top: 470px !important;
}

.mr-fixed-94 {
  margin-right: 470px !important;
}

.mb-fixed-94 {
  margin-bottom: 470px !important;
}

.ml-fixed-94 {
  margin-left: 470px !important;
}

.mx-fixed-94 {
  margin-right: 470px !important;
  margin-left: 470px !important;
}

.my-fixed-94 {
  margin-top: 470px !important;
  margin-bottom: 470px !important;
}

.pa94 {
  padding: clamp(235px, 17.80303vw + 128.18182px, 470px) !important;
}

.pt94 {
  padding-top: clamp(235px, 17.80303vw + 128.18182px, 470px) !important;
}

.pr94 {
  padding-right: clamp(235px, 17.80303vw + 128.18182px, 470px) !important;
}

.pb94 {
  padding-bottom: clamp(235px, 17.80303vw + 128.18182px, 470px) !important;
}

.pl94 {
  padding-left: clamp(235px, 17.80303vw + 128.18182px, 470px) !important;
}

.px94 {
  padding-right: clamp(235px, 17.80303vw + 128.18182px, 470px) !important;
  padding-left: clamp(235px, 17.80303vw + 128.18182px, 470px) !important;
}

.py94 {
  padding-top: clamp(235px, 17.80303vw + 128.18182px, 470px) !important;
  padding-bottom: clamp(235px, 17.80303vw + 128.18182px, 470px) !important;
}

.pa-fixed-94 {
  padding: 470px !important;
}

.pt-fixed-94 {
  padding-top: 470px !important;
}

.pr-fixed-94 {
  padding-right: 470px !important;
}

.pb-fixed-94 {
  padding-bottom: 470px !important;
}

.pl-fixed-94 {
  padding-left: 470px !important;
}

.px-fixed-94 {
  padding-right: 470px !important;
  padding-left: 470px !important;
}

.py-fixed-94 {
  padding-top: 470px !important;
  padding-bottom: 470px !important;
}

.ga94 {
  gap: clamp(235px, 17.80303vw + 128.18182px, 470px) !important;
}

.gr94 {
  row-gap: clamp(235px, 17.80303vw + 128.18182px, 470px) !important;
}

.gc94 {
  -webkit-column-gap: clamp(235px, 17.80303vw + 128.18182px, 470px) !important;
     -moz-column-gap: clamp(235px, 17.80303vw + 128.18182px, 470px) !important;
          column-gap: clamp(235px, 17.80303vw + 128.18182px, 470px) !important;
}

.ga-fixed-94 {
  gap: 470px !important;
}

.gr-fixed-94 {
  row-gap: 470px !important;
}

.gc-fixed-94 {
  -webkit-column-gap: 470px !important;
     -moz-column-gap: 470px !important;
          column-gap: 470px !important;
}

.ma95 {
  margin: clamp(237.5px, 17.99242vw + 129.54545px, 475px) !important;
}

.mt95 {
  margin-top: clamp(237.5px, 17.99242vw + 129.54545px, 475px) !important;
}

.mr95 {
  margin-right: clamp(237.5px, 17.99242vw + 129.54545px, 475px) !important;
}

.mb95 {
  margin-bottom: clamp(237.5px, 17.99242vw + 129.54545px, 475px) !important;
}

.ml95 {
  margin-left: clamp(237.5px, 17.99242vw + 129.54545px, 475px) !important;
}

.mx95 {
  margin-right: clamp(237.5px, 17.99242vw + 129.54545px, 475px) !important;
  margin-left: clamp(237.5px, 17.99242vw + 129.54545px, 475px) !important;
}

.my95 {
  margin-top: clamp(237.5px, 17.99242vw + 129.54545px, 475px) !important;
  margin-bottom: clamp(237.5px, 17.99242vw + 129.54545px, 475px) !important;
}

.ma-fixed-95 {
  margin: 475px !important;
}

.mt-fixed-95 {
  margin-top: 475px !important;
}

.mr-fixed-95 {
  margin-right: 475px !important;
}

.mb-fixed-95 {
  margin-bottom: 475px !important;
}

.ml-fixed-95 {
  margin-left: 475px !important;
}

.mx-fixed-95 {
  margin-right: 475px !important;
  margin-left: 475px !important;
}

.my-fixed-95 {
  margin-top: 475px !important;
  margin-bottom: 475px !important;
}

.pa95 {
  padding: clamp(237.5px, 17.99242vw + 129.54545px, 475px) !important;
}

.pt95 {
  padding-top: clamp(237.5px, 17.99242vw + 129.54545px, 475px) !important;
}

.pr95 {
  padding-right: clamp(237.5px, 17.99242vw + 129.54545px, 475px) !important;
}

.pb95 {
  padding-bottom: clamp(237.5px, 17.99242vw + 129.54545px, 475px) !important;
}

.pl95 {
  padding-left: clamp(237.5px, 17.99242vw + 129.54545px, 475px) !important;
}

.px95 {
  padding-right: clamp(237.5px, 17.99242vw + 129.54545px, 475px) !important;
  padding-left: clamp(237.5px, 17.99242vw + 129.54545px, 475px) !important;
}

.py95 {
  padding-top: clamp(237.5px, 17.99242vw + 129.54545px, 475px) !important;
  padding-bottom: clamp(237.5px, 17.99242vw + 129.54545px, 475px) !important;
}

.pa-fixed-95 {
  padding: 475px !important;
}

.pt-fixed-95 {
  padding-top: 475px !important;
}

.pr-fixed-95 {
  padding-right: 475px !important;
}

.pb-fixed-95 {
  padding-bottom: 475px !important;
}

.pl-fixed-95 {
  padding-left: 475px !important;
}

.px-fixed-95 {
  padding-right: 475px !important;
  padding-left: 475px !important;
}

.py-fixed-95 {
  padding-top: 475px !important;
  padding-bottom: 475px !important;
}

.ga95 {
  gap: clamp(237.5px, 17.99242vw + 129.54545px, 475px) !important;
}

.gr95 {
  row-gap: clamp(237.5px, 17.99242vw + 129.54545px, 475px) !important;
}

.gc95 {
  -webkit-column-gap: clamp(237.5px, 17.99242vw + 129.54545px, 475px) !important;
     -moz-column-gap: clamp(237.5px, 17.99242vw + 129.54545px, 475px) !important;
          column-gap: clamp(237.5px, 17.99242vw + 129.54545px, 475px) !important;
}

.ga-fixed-95 {
  gap: 475px !important;
}

.gr-fixed-95 {
  row-gap: 475px !important;
}

.gc-fixed-95 {
  -webkit-column-gap: 475px !important;
     -moz-column-gap: 475px !important;
          column-gap: 475px !important;
}

.ma96 {
  margin: clamp(240px, 18.18182vw + 130.90909px, 480px) !important;
}

.mt96 {
  margin-top: clamp(240px, 18.18182vw + 130.90909px, 480px) !important;
}

.mr96 {
  margin-right: clamp(240px, 18.18182vw + 130.90909px, 480px) !important;
}

.mb96 {
  margin-bottom: clamp(240px, 18.18182vw + 130.90909px, 480px) !important;
}

.ml96 {
  margin-left: clamp(240px, 18.18182vw + 130.90909px, 480px) !important;
}

.mx96 {
  margin-right: clamp(240px, 18.18182vw + 130.90909px, 480px) !important;
  margin-left: clamp(240px, 18.18182vw + 130.90909px, 480px) !important;
}

.my96 {
  margin-top: clamp(240px, 18.18182vw + 130.90909px, 480px) !important;
  margin-bottom: clamp(240px, 18.18182vw + 130.90909px, 480px) !important;
}

.ma-fixed-96 {
  margin: 480px !important;
}

.mt-fixed-96 {
  margin-top: 480px !important;
}

.mr-fixed-96 {
  margin-right: 480px !important;
}

.mb-fixed-96 {
  margin-bottom: 480px !important;
}

.ml-fixed-96 {
  margin-left: 480px !important;
}

.mx-fixed-96 {
  margin-right: 480px !important;
  margin-left: 480px !important;
}

.my-fixed-96 {
  margin-top: 480px !important;
  margin-bottom: 480px !important;
}

.pa96 {
  padding: clamp(240px, 18.18182vw + 130.90909px, 480px) !important;
}

.pt96 {
  padding-top: clamp(240px, 18.18182vw + 130.90909px, 480px) !important;
}

.pr96 {
  padding-right: clamp(240px, 18.18182vw + 130.90909px, 480px) !important;
}

.pb96 {
  padding-bottom: clamp(240px, 18.18182vw + 130.90909px, 480px) !important;
}

.pl96 {
  padding-left: clamp(240px, 18.18182vw + 130.90909px, 480px) !important;
}

.px96 {
  padding-right: clamp(240px, 18.18182vw + 130.90909px, 480px) !important;
  padding-left: clamp(240px, 18.18182vw + 130.90909px, 480px) !important;
}

.py96 {
  padding-top: clamp(240px, 18.18182vw + 130.90909px, 480px) !important;
  padding-bottom: clamp(240px, 18.18182vw + 130.90909px, 480px) !important;
}

.pa-fixed-96 {
  padding: 480px !important;
}

.pt-fixed-96 {
  padding-top: 480px !important;
}

.pr-fixed-96 {
  padding-right: 480px !important;
}

.pb-fixed-96 {
  padding-bottom: 480px !important;
}

.pl-fixed-96 {
  padding-left: 480px !important;
}

.px-fixed-96 {
  padding-right: 480px !important;
  padding-left: 480px !important;
}

.py-fixed-96 {
  padding-top: 480px !important;
  padding-bottom: 480px !important;
}

.ga96 {
  gap: clamp(240px, 18.18182vw + 130.90909px, 480px) !important;
}

.gr96 {
  row-gap: clamp(240px, 18.18182vw + 130.90909px, 480px) !important;
}

.gc96 {
  -webkit-column-gap: clamp(240px, 18.18182vw + 130.90909px, 480px) !important;
     -moz-column-gap: clamp(240px, 18.18182vw + 130.90909px, 480px) !important;
          column-gap: clamp(240px, 18.18182vw + 130.90909px, 480px) !important;
}

.ga-fixed-96 {
  gap: 480px !important;
}

.gr-fixed-96 {
  row-gap: 480px !important;
}

.gc-fixed-96 {
  -webkit-column-gap: 480px !important;
     -moz-column-gap: 480px !important;
          column-gap: 480px !important;
}

.ma97 {
  margin: clamp(242.5px, 18.37121vw + 132.27273px, 485px) !important;
}

.mt97 {
  margin-top: clamp(242.5px, 18.37121vw + 132.27273px, 485px) !important;
}

.mr97 {
  margin-right: clamp(242.5px, 18.37121vw + 132.27273px, 485px) !important;
}

.mb97 {
  margin-bottom: clamp(242.5px, 18.37121vw + 132.27273px, 485px) !important;
}

.ml97 {
  margin-left: clamp(242.5px, 18.37121vw + 132.27273px, 485px) !important;
}

.mx97 {
  margin-right: clamp(242.5px, 18.37121vw + 132.27273px, 485px) !important;
  margin-left: clamp(242.5px, 18.37121vw + 132.27273px, 485px) !important;
}

.my97 {
  margin-top: clamp(242.5px, 18.37121vw + 132.27273px, 485px) !important;
  margin-bottom: clamp(242.5px, 18.37121vw + 132.27273px, 485px) !important;
}

.ma-fixed-97 {
  margin: 485px !important;
}

.mt-fixed-97 {
  margin-top: 485px !important;
}

.mr-fixed-97 {
  margin-right: 485px !important;
}

.mb-fixed-97 {
  margin-bottom: 485px !important;
}

.ml-fixed-97 {
  margin-left: 485px !important;
}

.mx-fixed-97 {
  margin-right: 485px !important;
  margin-left: 485px !important;
}

.my-fixed-97 {
  margin-top: 485px !important;
  margin-bottom: 485px !important;
}

.pa97 {
  padding: clamp(242.5px, 18.37121vw + 132.27273px, 485px) !important;
}

.pt97 {
  padding-top: clamp(242.5px, 18.37121vw + 132.27273px, 485px) !important;
}

.pr97 {
  padding-right: clamp(242.5px, 18.37121vw + 132.27273px, 485px) !important;
}

.pb97 {
  padding-bottom: clamp(242.5px, 18.37121vw + 132.27273px, 485px) !important;
}

.pl97 {
  padding-left: clamp(242.5px, 18.37121vw + 132.27273px, 485px) !important;
}

.px97 {
  padding-right: clamp(242.5px, 18.37121vw + 132.27273px, 485px) !important;
  padding-left: clamp(242.5px, 18.37121vw + 132.27273px, 485px) !important;
}

.py97 {
  padding-top: clamp(242.5px, 18.37121vw + 132.27273px, 485px) !important;
  padding-bottom: clamp(242.5px, 18.37121vw + 132.27273px, 485px) !important;
}

.pa-fixed-97 {
  padding: 485px !important;
}

.pt-fixed-97 {
  padding-top: 485px !important;
}

.pr-fixed-97 {
  padding-right: 485px !important;
}

.pb-fixed-97 {
  padding-bottom: 485px !important;
}

.pl-fixed-97 {
  padding-left: 485px !important;
}

.px-fixed-97 {
  padding-right: 485px !important;
  padding-left: 485px !important;
}

.py-fixed-97 {
  padding-top: 485px !important;
  padding-bottom: 485px !important;
}

.ga97 {
  gap: clamp(242.5px, 18.37121vw + 132.27273px, 485px) !important;
}

.gr97 {
  row-gap: clamp(242.5px, 18.37121vw + 132.27273px, 485px) !important;
}

.gc97 {
  -webkit-column-gap: clamp(242.5px, 18.37121vw + 132.27273px, 485px) !important;
     -moz-column-gap: clamp(242.5px, 18.37121vw + 132.27273px, 485px) !important;
          column-gap: clamp(242.5px, 18.37121vw + 132.27273px, 485px) !important;
}

.ga-fixed-97 {
  gap: 485px !important;
}

.gr-fixed-97 {
  row-gap: 485px !important;
}

.gc-fixed-97 {
  -webkit-column-gap: 485px !important;
     -moz-column-gap: 485px !important;
          column-gap: 485px !important;
}

.ma98 {
  margin: clamp(245px, 18.56061vw + 133.63636px, 490px) !important;
}

.mt98 {
  margin-top: clamp(245px, 18.56061vw + 133.63636px, 490px) !important;
}

.mr98 {
  margin-right: clamp(245px, 18.56061vw + 133.63636px, 490px) !important;
}

.mb98 {
  margin-bottom: clamp(245px, 18.56061vw + 133.63636px, 490px) !important;
}

.ml98 {
  margin-left: clamp(245px, 18.56061vw + 133.63636px, 490px) !important;
}

.mx98 {
  margin-right: clamp(245px, 18.56061vw + 133.63636px, 490px) !important;
  margin-left: clamp(245px, 18.56061vw + 133.63636px, 490px) !important;
}

.my98 {
  margin-top: clamp(245px, 18.56061vw + 133.63636px, 490px) !important;
  margin-bottom: clamp(245px, 18.56061vw + 133.63636px, 490px) !important;
}

.ma-fixed-98 {
  margin: 490px !important;
}

.mt-fixed-98 {
  margin-top: 490px !important;
}

.mr-fixed-98 {
  margin-right: 490px !important;
}

.mb-fixed-98 {
  margin-bottom: 490px !important;
}

.ml-fixed-98 {
  margin-left: 490px !important;
}

.mx-fixed-98 {
  margin-right: 490px !important;
  margin-left: 490px !important;
}

.my-fixed-98 {
  margin-top: 490px !important;
  margin-bottom: 490px !important;
}

.pa98 {
  padding: clamp(245px, 18.56061vw + 133.63636px, 490px) !important;
}

.pt98 {
  padding-top: clamp(245px, 18.56061vw + 133.63636px, 490px) !important;
}

.pr98 {
  padding-right: clamp(245px, 18.56061vw + 133.63636px, 490px) !important;
}

.pb98 {
  padding-bottom: clamp(245px, 18.56061vw + 133.63636px, 490px) !important;
}

.pl98 {
  padding-left: clamp(245px, 18.56061vw + 133.63636px, 490px) !important;
}

.px98 {
  padding-right: clamp(245px, 18.56061vw + 133.63636px, 490px) !important;
  padding-left: clamp(245px, 18.56061vw + 133.63636px, 490px) !important;
}

.py98 {
  padding-top: clamp(245px, 18.56061vw + 133.63636px, 490px) !important;
  padding-bottom: clamp(245px, 18.56061vw + 133.63636px, 490px) !important;
}

.pa-fixed-98 {
  padding: 490px !important;
}

.pt-fixed-98 {
  padding-top: 490px !important;
}

.pr-fixed-98 {
  padding-right: 490px !important;
}

.pb-fixed-98 {
  padding-bottom: 490px !important;
}

.pl-fixed-98 {
  padding-left: 490px !important;
}

.px-fixed-98 {
  padding-right: 490px !important;
  padding-left: 490px !important;
}

.py-fixed-98 {
  padding-top: 490px !important;
  padding-bottom: 490px !important;
}

.ga98 {
  gap: clamp(245px, 18.56061vw + 133.63636px, 490px) !important;
}

.gr98 {
  row-gap: clamp(245px, 18.56061vw + 133.63636px, 490px) !important;
}

.gc98 {
  -webkit-column-gap: clamp(245px, 18.56061vw + 133.63636px, 490px) !important;
     -moz-column-gap: clamp(245px, 18.56061vw + 133.63636px, 490px) !important;
          column-gap: clamp(245px, 18.56061vw + 133.63636px, 490px) !important;
}

.ga-fixed-98 {
  gap: 490px !important;
}

.gr-fixed-98 {
  row-gap: 490px !important;
}

.gc-fixed-98 {
  -webkit-column-gap: 490px !important;
     -moz-column-gap: 490px !important;
          column-gap: 490px !important;
}

.ma99 {
  margin: clamp(247.5px, 18.75vw + 135px, 495px) !important;
}

.mt99 {
  margin-top: clamp(247.5px, 18.75vw + 135px, 495px) !important;
}

.mr99 {
  margin-right: clamp(247.5px, 18.75vw + 135px, 495px) !important;
}

.mb99 {
  margin-bottom: clamp(247.5px, 18.75vw + 135px, 495px) !important;
}

.ml99 {
  margin-left: clamp(247.5px, 18.75vw + 135px, 495px) !important;
}

.mx99 {
  margin-right: clamp(247.5px, 18.75vw + 135px, 495px) !important;
  margin-left: clamp(247.5px, 18.75vw + 135px, 495px) !important;
}

.my99 {
  margin-top: clamp(247.5px, 18.75vw + 135px, 495px) !important;
  margin-bottom: clamp(247.5px, 18.75vw + 135px, 495px) !important;
}

.ma-fixed-99 {
  margin: 495px !important;
}

.mt-fixed-99 {
  margin-top: 495px !important;
}

.mr-fixed-99 {
  margin-right: 495px !important;
}

.mb-fixed-99 {
  margin-bottom: 495px !important;
}

.ml-fixed-99 {
  margin-left: 495px !important;
}

.mx-fixed-99 {
  margin-right: 495px !important;
  margin-left: 495px !important;
}

.my-fixed-99 {
  margin-top: 495px !important;
  margin-bottom: 495px !important;
}

.pa99 {
  padding: clamp(247.5px, 18.75vw + 135px, 495px) !important;
}

.pt99 {
  padding-top: clamp(247.5px, 18.75vw + 135px, 495px) !important;
}

.pr99 {
  padding-right: clamp(247.5px, 18.75vw + 135px, 495px) !important;
}

.pb99 {
  padding-bottom: clamp(247.5px, 18.75vw + 135px, 495px) !important;
}

.pl99 {
  padding-left: clamp(247.5px, 18.75vw + 135px, 495px) !important;
}

.px99 {
  padding-right: clamp(247.5px, 18.75vw + 135px, 495px) !important;
  padding-left: clamp(247.5px, 18.75vw + 135px, 495px) !important;
}

.py99 {
  padding-top: clamp(247.5px, 18.75vw + 135px, 495px) !important;
  padding-bottom: clamp(247.5px, 18.75vw + 135px, 495px) !important;
}

.pa-fixed-99 {
  padding: 495px !important;
}

.pt-fixed-99 {
  padding-top: 495px !important;
}

.pr-fixed-99 {
  padding-right: 495px !important;
}

.pb-fixed-99 {
  padding-bottom: 495px !important;
}

.pl-fixed-99 {
  padding-left: 495px !important;
}

.px-fixed-99 {
  padding-right: 495px !important;
  padding-left: 495px !important;
}

.py-fixed-99 {
  padding-top: 495px !important;
  padding-bottom: 495px !important;
}

.ga99 {
  gap: clamp(247.5px, 18.75vw + 135px, 495px) !important;
}

.gr99 {
  row-gap: clamp(247.5px, 18.75vw + 135px, 495px) !important;
}

.gc99 {
  -webkit-column-gap: clamp(247.5px, 18.75vw + 135px, 495px) !important;
     -moz-column-gap: clamp(247.5px, 18.75vw + 135px, 495px) !important;
          column-gap: clamp(247.5px, 18.75vw + 135px, 495px) !important;
}

.ga-fixed-99 {
  gap: 495px !important;
}

.gr-fixed-99 {
  row-gap: 495px !important;
}

.gc-fixed-99 {
  -webkit-column-gap: 495px !important;
     -moz-column-gap: 495px !important;
          column-gap: 495px !important;
}

.ma100 {
  margin: clamp(250px, 18.93939vw + 136.36364px, 500px) !important;
}

.mt100 {
  margin-top: clamp(250px, 18.93939vw + 136.36364px, 500px) !important;
}

.mr100 {
  margin-right: clamp(250px, 18.93939vw + 136.36364px, 500px) !important;
}

.mb100 {
  margin-bottom: clamp(250px, 18.93939vw + 136.36364px, 500px) !important;
}

.ml100 {
  margin-left: clamp(250px, 18.93939vw + 136.36364px, 500px) !important;
}

.mx100 {
  margin-right: clamp(250px, 18.93939vw + 136.36364px, 500px) !important;
  margin-left: clamp(250px, 18.93939vw + 136.36364px, 500px) !important;
}

.my100 {
  margin-top: clamp(250px, 18.93939vw + 136.36364px, 500px) !important;
  margin-bottom: clamp(250px, 18.93939vw + 136.36364px, 500px) !important;
}

.ma-fixed-100 {
  margin: 500px !important;
}

.mt-fixed-100 {
  margin-top: 500px !important;
}

.mr-fixed-100 {
  margin-right: 500px !important;
}

.mb-fixed-100 {
  margin-bottom: 500px !important;
}

.ml-fixed-100 {
  margin-left: 500px !important;
}

.mx-fixed-100 {
  margin-right: 500px !important;
  margin-left: 500px !important;
}

.my-fixed-100 {
  margin-top: 500px !important;
  margin-bottom: 500px !important;
}

.pa100 {
  padding: clamp(250px, 18.93939vw + 136.36364px, 500px) !important;
}

.pt100 {
  padding-top: clamp(250px, 18.93939vw + 136.36364px, 500px) !important;
}

.pr100 {
  padding-right: clamp(250px, 18.93939vw + 136.36364px, 500px) !important;
}

.pb100 {
  padding-bottom: clamp(250px, 18.93939vw + 136.36364px, 500px) !important;
}

.pl100 {
  padding-left: clamp(250px, 18.93939vw + 136.36364px, 500px) !important;
}

.px100 {
  padding-right: clamp(250px, 18.93939vw + 136.36364px, 500px) !important;
  padding-left: clamp(250px, 18.93939vw + 136.36364px, 500px) !important;
}

.py100 {
  padding-top: clamp(250px, 18.93939vw + 136.36364px, 500px) !important;
  padding-bottom: clamp(250px, 18.93939vw + 136.36364px, 500px) !important;
}

.pa-fixed-100 {
  padding: 500px !important;
}

.pt-fixed-100 {
  padding-top: 500px !important;
}

.pr-fixed-100 {
  padding-right: 500px !important;
}

.pb-fixed-100 {
  padding-bottom: 500px !important;
}

.pl-fixed-100 {
  padding-left: 500px !important;
}

.px-fixed-100 {
  padding-right: 500px !important;
  padding-left: 500px !important;
}

.py-fixed-100 {
  padding-top: 500px !important;
  padding-bottom: 500px !important;
}

.ga100 {
  gap: clamp(250px, 18.93939vw + 136.36364px, 500px) !important;
}

.gr100 {
  row-gap: clamp(250px, 18.93939vw + 136.36364px, 500px) !important;
}

.gc100 {
  -webkit-column-gap: clamp(250px, 18.93939vw + 136.36364px, 500px) !important;
     -moz-column-gap: clamp(250px, 18.93939vw + 136.36364px, 500px) !important;
          column-gap: clamp(250px, 18.93939vw + 136.36364px, 500px) !important;
}

.ga-fixed-100 {
  gap: 500px !important;
}

.gr-fixed-100 {
  row-gap: 500px !important;
}

.gc-fixed-100 {
  -webkit-column-gap: 500px !important;
     -moz-column-gap: 500px !important;
          column-gap: 500px !important;
}

/*padding*/
.pn {
  padding: 0 0 0 0 !important;
}

.font-size-3 {
  font-size: 7.5px !important;
}

.font-size-4 {
  font-size: 10px !important;
}

.font-size-5 {
  font-size: 12.5px !important;
}

.font-size-6 {
  font-size: 15px !important;
}

.font-size-7 {
  font-size: 17.5px !important;
}

.font-size-8 {
  font-size: 20px !important;
}

.font-size-9 {
  font-size: 22.5px !important;
}

.font-size-10 {
  font-size: 25px !important;
}

.font-size-11 {
  font-size: 27.5px !important;
}

.font-size-12 {
  font-size: 30px !important;
}

.font-size-13 {
  font-size: 32.5px !important;
}

.font-size-14 {
  font-size: 35px !important;
}

.font-size-15 {
  font-size: 37.5px !important;
}

.font-size-16 {
  font-size: 40px !important;
}

.font-size-17 {
  font-size: 42.5px !important;
}

.font-size-18 {
  font-size: 45px !important;
}

.font-size-19 {
  font-size: 47.5px !important;
}

.font-size-20 {
  font-size: 50px !important;
}

.font-size-21 {
  font-size: 52.5px !important;
}

.font-size-22 {
  font-size: 55px !important;
}

.font-size-23 {
  font-size: 57.5px !important;
}

.font-size-24 {
  font-size: 60px !important;
}

.font-size-25 {
  font-size: 62.5px !important;
}

.font-size-26 {
  font-size: 65px !important;
}

.font-size-27 {
  font-size: 67.5px !important;
}

.font-size-28 {
  font-size: 70px !important;
}

.font-size-29 {
  font-size: 72.5px !important;
}

.font-size-30 {
  font-size: 75px !important;
}

.font-size-31 {
  font-size: 77.5px !important;
}

.font-size-32 {
  font-size: 80px !important;
}

.font-size-33 {
  font-size: 82.5px !important;
}

.font-size-34 {
  font-size: 85px !important;
}

.font-size-35 {
  font-size: 87.5px !important;
}

.font-size-36 {
  font-size: 90px !important;
}

.font-size-37 {
  font-size: 92.5px !important;
}

.font-size-38 {
  font-size: 95px !important;
}

.font-size-39 {
  font-size: 97.5px !important;
}

.font-size-40 {
  font-size: 100px !important;
}

.font-size-41 {
  font-size: 102.5px !important;
}

.font-size-42 {
  font-size: 105px !important;
}

.font-size-43 {
  font-size: 107.5px !important;
}

.font-size-44 {
  font-size: 110px !important;
}

.font-size-45 {
  font-size: 112.5px !important;
}

.font-size-46 {
  font-size: 115px !important;
}

.font-size-47 {
  font-size: 117.5px !important;
}

.font-size-48 {
  font-size: 120px !important;
}

.font-size-49 {
  font-size: 122.5px !important;
}

.font-size-50 {
  font-size: 125px !important;
}

.font-size-51 {
  font-size: 127.5px !important;
}

.font-size-52 {
  font-size: 130px !important;
}

.font-size-53 {
  font-size: 132.5px !important;
}

.font-size-54 {
  font-size: 135px !important;
}

.font-size-55 {
  font-size: 137.5px !important;
}

.font-size-56 {
  font-size: 140px !important;
}

.font-size-57 {
  font-size: 142.5px !important;
}

.font-size-58 {
  font-size: 145px !important;
}

.font-size-59 {
  font-size: 147.5px !important;
}

.font-size-60 {
  font-size: 150px !important;
}

.bd {
  border: 1px solid #e6e6e5;
}

.bt {
  border-top: 1px solid #e6e6e5;
}

.br {
  border-right: 1px solid #e6e6e5;
}

.btn {
  border-right: none;
}

.bl {
  border-left: 1px solid #e6e6e5;
}

.bb {
  border-bottom: 1px solid #e6e6e5;
}
.bb.is-key {
  border-color: #004098;
}
.bb.is-skyblue {
  border-color: #b5c8e2;
}

.btd {
  border-top: 2px dotted #e6e6e5;
}

.brd {
  border-right: 2px dotted #e6e6e5;
}

.bld {
  border-left: 2px dotted #e6e6e5;
}

.bbd {
  border-bottom: 2px dotted #e6e6e5;
}

.nb {
  border: none !important;
}

.btn {
  border-top: none !important;
}

.bdn {
  border: none !important;
}

.bln {
  border-left: none !important;
}

.bbn {
  border-bottom: none !important;
}

.no-last-border li:last-of-type {
  border: none !important;
}

.no-first-border li:first-of-type {
  border: none !important;
}

.bw0 {
  border-width: 0px !important;
}

.bw1 {
  border-width: 1px !important;
}

.bw2 {
  border-width: 2px !important;
}

.bw3 {
  border-width: 3px !important;
}

.bw4 {
  border-width: 4px !important;
}

.bw5 {
  border-width: 5px !important;
}

.bw6 {
  border-width: 6px !important;
}

.bw7 {
  border-width: 7px !important;
}

.bw8 {
  border-width: 8px !important;
}

.bw9 {
  border-width: 9px !important;
}

.bw10 {
  border-width: 10px !important;
}

.bw11 {
  border-width: 11px !important;
}

.bw12 {
  border-width: 12px !important;
}

.bw13 {
  border-width: 13px !important;
}

.bw14 {
  border-width: 14px !important;
}

.bw15 {
  border-width: 15px !important;
}

.bw16 {
  border-width: 16px !important;
}

.bw17 {
  border-width: 17px !important;
}

.bw18 {
  border-width: 18px !important;
}

.bw19 {
  border-width: 19px !important;
}

.bw20 {
  border-width: 20px !important;
}

.br0 {
  border-radius: 0px !important;
}

.br1 {
  border-radius: 2px !important;
}

.br2 {
  border-radius: 4px !important;
}

.br3 {
  border-radius: 6px !important;
}

.br4 {
  border-radius: 8px !important;
}

.br5 {
  border-radius: 10px !important;
}

.br6 {
  border-radius: 12px !important;
}

.br7 {
  border-radius: 14px !important;
}

.br8 {
  border-radius: 16px !important;
}

.br9 {
  border-radius: 18px !important;
}

.br10 {
  border-radius: 20px !important;
}

.br11 {
  border-radius: 22px !important;
}

.br12 {
  border-radius: 24px !important;
}

.br13 {
  border-radius: 26px !important;
}

.br14 {
  border-radius: 28px !important;
}

.br15 {
  border-radius: 30px !important;
}

.br16 {
  border-radius: 32px !important;
}

.br17 {
  border-radius: 34px !important;
}

.br18 {
  border-radius: 36px !important;
}

.br19 {
  border-radius: 38px !important;
}

.br20 {
  border-radius: 40px !important;
}

.br100 {
  border-radius: 100% !important;
}

.opacity-hover:hover,
.opacity-hover a:hover {
  opacity: 0.7;
  /* Standard: FF gt 1.5, Opera, Safari */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
  -ms-filter: "alpha(opacity=70)";
  /* IE 8 */
  filter: alpha(opacity=70);
  /* IE lt 8 */
  -moz-opacity: 0.7;
  /* FF lt 1.5, Netscape */
}

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.img-dark {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.img-darker {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.img-darkest {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}

.xs {
  display: none !important;
}
@media (min-width: 330px) {
  .xs {
    display: block !important;
  }
}

.xs-f {
  display: none !important;
}
@media (min-width: 330px) {
  .xs-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.xs-ib {
  display: none !important;
}
@media (min-width: 330px) {
  .xs-ib {
    display: inline-block !important;
  }
}

.xs-t {
  display: none !important;
}
@media (min-width: 330px) {
  .xs-t {
    display: table-cell !important;
  }
}

.xs-only {
  display: none !important;
}
@media (max-width: 330px) {
  .xs-only {
    display: block !important;
  }
}

.xs-only-f {
  display: none !important;
}
@media (max-width: 330px) {
  .xs-only-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.xs-only-ib {
  display: none !important;
}
@media (max-width: 330px) {
  .xs-only-ib {
    display: inline-block !important;
  }
}

.xs-only-if {
  display: none !important;
}
@media (max-width: 330px) {
  .xs-only-if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.xs-only-t {
  display: none !important;
}
@media (max-width: 330px) {
  .xs-only-t {
    display: table-cell !important;
  }
}

.sm {
  display: none !important;
}
@media (min-width: 600px) {
  .sm {
    display: block !important;
  }
}

.sm-f {
  display: none !important;
}
@media (min-width: 600px) {
  .sm-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.sm-ib {
  display: none !important;
}
@media (min-width: 600px) {
  .sm-ib {
    display: inline-block !important;
  }
}

.sm-if {
  display: none !important;
}
@media (min-width: 600px) {
  .sm-if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.sm-t {
  display: none !important;
}
@media (min-width: 600px) {
  .sm-t {
    display: table-cell !important;
  }
}

.sm-only {
  display: none !important;
}
@media (max-width: 600px) {
  .sm-only {
    display: block !important;
  }
}

.sm-only-f {
  display: none !important;
}
@media (max-width: 600px) {
  .sm-only-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.sm-only-ib {
  display: none !important;
}
@media (max-width: 600px) {
  .sm-only-ib {
    display: inline-block !important;
  }
}

.sm-only-if {
  display: none !important;
}
@media (max-width: 600px) {
  .sm-only-if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.sm-only-t {
  display: none !important;
}
@media (max-width: 600px) {
  .sm-only-t {
    display: table-cell !important;
  }
}

.md {
  display: none !important;
}
@media (min-width: 990px) {
  .md {
    display: block !important;
  }
}

.md-f {
  display: none !important;
}
@media (min-width: 990px) {
  .md-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.md-ib {
  display: none !important;
}
@media (min-width: 990px) {
  .md-ib {
    display: inline-block !important;
  }
}

.md-if {
  display: none !important;
}
@media (min-width: 990px) {
  .md-if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.md-t {
  display: none !important;
}
@media (min-width: 990px) {
  .md-t {
    display: table-cell !important;
  }
}

.md-only {
  display: none !important;
}
@media (max-width: 990px) {
  .md-only {
    display: block !important;
  }
}

.md-only-f {
  display: none !important;
}
@media (max-width: 990px) {
  .md-only-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.md-only-ib {
  display: none !important;
}
@media (max-width: 990px) {
  .md-only-ib {
    display: inline-block !important;
  }
}

.md-only-if {
  display: none !important;
}
@media (max-width: 990px) {
  .md-only-if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.md-only-t {
  display: none !important;
}
@media (max-width: 990px) {
  .md-only-t {
    display: table-cell !important;
  }
}

.lg {
  display: none !important;
}
@media (min-width: 1920px) {
  .lg {
    display: block !important;
  }
}

.md-only-t {
  display: none !important;
}
@media (max-width: 1920px) {
  .md-only-t {
    display: table-cell !important;
  }
}

.lg-only {
  display: none !important;
}
@media (max-width: 1920px) {
  .lg-only {
    display: block !important;
  }
}

.lg-only-ib {
  display: none !important;
}
@media (max-width: 1920px) {
  .lg-only-ib {
    display: inline-block !important;
  }
}

.lg-only-f {
  display: none !important;
}
@media (max-width: 1920px) {
  .lg-only-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.lg-only-if {
  display: none !important;
}
@media (max-width: 1920px) {
  .lg-only-if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.lg-only-t {
  display: none !important;
}
@media (max-width: 1920px) {
  .lg-only-t {
    display: table-cell !important;
  }
}

.w1 {
  width: 1%;
}

.h1 {
  height: 1%;
}

.w2 {
  width: 2%;
}

.h2 {
  height: 2%;
}

.w3 {
  width: 3%;
}

.h3 {
  height: 3%;
}

.w4 {
  width: 4%;
}

.h4 {
  height: 4%;
}

.w5 {
  width: 5%;
}

.h5 {
  height: 5%;
}

.w10 {
  width: 10%;
}

.h10 {
  height: 10%;
}

.w15 {
  width: 15%;
}

.h15 {
  height: 15%;
}

.w20 {
  width: 20%;
}

.h20 {
  height: 20%;
}

.w25 {
  width: 25%;
}

.h25 {
  height: 25%;
}

.w30 {
  width: 30%;
}

.h30 {
  height: 30%;
}

.w35 {
  width: 35%;
}

.h35 {
  height: 35%;
}

.w40 {
  width: 40%;
}

.h40 {
  height: 40%;
}

.w45 {
  width: 45%;
}

.h45 {
  height: 45%;
}

.w50 {
  width: 50%;
}

.h50 {
  height: 50%;
}

.w55 {
  width: 55%;
}

.h55 {
  height: 55%;
}

.w60 {
  width: 60%;
}

.h60 {
  height: 60%;
}

.w65 {
  width: 65%;
}

.h65 {
  height: 65%;
}

.w70 {
  width: 70%;
}

.h70 {
  height: 70%;
}

.w75 {
  width: 75%;
}

.h75 {
  height: 75%;
}

.w80 {
  width: 80%;
}

.h80 {
  height: 80%;
}

.w85 {
  width: 85%;
}

.h85 {
  height: 85%;
}

.w90 {
  width: 90%;
}

.h90 {
  height: 90%;
}

.w95 {
  width: 95%;
}

.h95 {
  height: 95%;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.w1-to-w100 {
  width: 1% !important;
}
@media (max-width: 990px) {
  .w1-to-w100 {
    width: 100% !important;
  }
}

.w1-to-w90 {
  width: 1% !important;
}
@media (max-width: 990px) {
  .w1-to-w90 {
    width: 90% !important;
  }
}

.w1-to-w80 {
  width: 1% !important;
}
@media (max-width: 990px) {
  .w1-to-w80 {
    width: 80% !important;
  }
}

.w1-to-w70 {
  width: 1% !important;
}
@media (max-width: 990px) {
  .w1-to-w70 {
    width: 70% !important;
  }
}

.w1-to-w60 {
  width: 1% !important;
}
@media (max-width: 990px) {
  .w1-to-w60 {
    width: 60% !important;
  }
}

.w1-to-w50 {
  width: 1% !important;
}
@media (max-width: 990px) {
  .w1-to-w50 {
    width: 50% !important;
  }
}

.w1-to-w40 {
  width: 1% !important;
}
@media (max-width: 990px) {
  .w1-to-w40 {
    width: 40% !important;
  }
}

.w1-to-w30 {
  width: 1% !important;
}
@media (max-width: 990px) {
  .w1-to-w30 {
    width: 30% !important;
  }
}

.w1-to-w20 {
  width: 1% !important;
}
@media (max-width: 990px) {
  .w1-to-w20 {
    width: 20% !important;
  }
}

.w1-to-w10 {
  width: 1% !important;
}
@media (max-width: 990px) {
  .w1-to-w10 {
    width: 10% !important;
  }
}

.w2-to-w100 {
  width: 2% !important;
}
@media (max-width: 990px) {
  .w2-to-w100 {
    width: 100% !important;
  }
}

.w2-to-w90 {
  width: 2% !important;
}
@media (max-width: 990px) {
  .w2-to-w90 {
    width: 90% !important;
  }
}

.w2-to-w80 {
  width: 2% !important;
}
@media (max-width: 990px) {
  .w2-to-w80 {
    width: 80% !important;
  }
}

.w2-to-w70 {
  width: 2% !important;
}
@media (max-width: 990px) {
  .w2-to-w70 {
    width: 70% !important;
  }
}

.w2-to-w60 {
  width: 2% !important;
}
@media (max-width: 990px) {
  .w2-to-w60 {
    width: 60% !important;
  }
}

.w2-to-w50 {
  width: 2% !important;
}
@media (max-width: 990px) {
  .w2-to-w50 {
    width: 50% !important;
  }
}

.w2-to-w40 {
  width: 2% !important;
}
@media (max-width: 990px) {
  .w2-to-w40 {
    width: 40% !important;
  }
}

.w2-to-w30 {
  width: 2% !important;
}
@media (max-width: 990px) {
  .w2-to-w30 {
    width: 30% !important;
  }
}

.w2-to-w20 {
  width: 2% !important;
}
@media (max-width: 990px) {
  .w2-to-w20 {
    width: 20% !important;
  }
}

.w2-to-w10 {
  width: 2% !important;
}
@media (max-width: 990px) {
  .w2-to-w10 {
    width: 10% !important;
  }
}

.w3-to-w100 {
  width: 3% !important;
}
@media (max-width: 990px) {
  .w3-to-w100 {
    width: 100% !important;
  }
}

.w3-to-w90 {
  width: 3% !important;
}
@media (max-width: 990px) {
  .w3-to-w90 {
    width: 90% !important;
  }
}

.w3-to-w80 {
  width: 3% !important;
}
@media (max-width: 990px) {
  .w3-to-w80 {
    width: 80% !important;
  }
}

.w3-to-w70 {
  width: 3% !important;
}
@media (max-width: 990px) {
  .w3-to-w70 {
    width: 70% !important;
  }
}

.w3-to-w60 {
  width: 3% !important;
}
@media (max-width: 990px) {
  .w3-to-w60 {
    width: 60% !important;
  }
}

.w3-to-w50 {
  width: 3% !important;
}
@media (max-width: 990px) {
  .w3-to-w50 {
    width: 50% !important;
  }
}

.w3-to-w40 {
  width: 3% !important;
}
@media (max-width: 990px) {
  .w3-to-w40 {
    width: 40% !important;
  }
}

.w3-to-w30 {
  width: 3% !important;
}
@media (max-width: 990px) {
  .w3-to-w30 {
    width: 30% !important;
  }
}

.w3-to-w20 {
  width: 3% !important;
}
@media (max-width: 990px) {
  .w3-to-w20 {
    width: 20% !important;
  }
}

.w3-to-w10 {
  width: 3% !important;
}
@media (max-width: 990px) {
  .w3-to-w10 {
    width: 10% !important;
  }
}

.w4-to-w100 {
  width: 4% !important;
}
@media (max-width: 990px) {
  .w4-to-w100 {
    width: 100% !important;
  }
}

.w4-to-w90 {
  width: 4% !important;
}
@media (max-width: 990px) {
  .w4-to-w90 {
    width: 90% !important;
  }
}

.w4-to-w80 {
  width: 4% !important;
}
@media (max-width: 990px) {
  .w4-to-w80 {
    width: 80% !important;
  }
}

.w4-to-w70 {
  width: 4% !important;
}
@media (max-width: 990px) {
  .w4-to-w70 {
    width: 70% !important;
  }
}

.w4-to-w60 {
  width: 4% !important;
}
@media (max-width: 990px) {
  .w4-to-w60 {
    width: 60% !important;
  }
}

.w4-to-w50 {
  width: 4% !important;
}
@media (max-width: 990px) {
  .w4-to-w50 {
    width: 50% !important;
  }
}

.w4-to-w40 {
  width: 4% !important;
}
@media (max-width: 990px) {
  .w4-to-w40 {
    width: 40% !important;
  }
}

.w4-to-w30 {
  width: 4% !important;
}
@media (max-width: 990px) {
  .w4-to-w30 {
    width: 30% !important;
  }
}

.w4-to-w20 {
  width: 4% !important;
}
@media (max-width: 990px) {
  .w4-to-w20 {
    width: 20% !important;
  }
}

.w4-to-w10 {
  width: 4% !important;
}
@media (max-width: 990px) {
  .w4-to-w10 {
    width: 10% !important;
  }
}

.w5-to-w100 {
  width: 5% !important;
}
@media (max-width: 990px) {
  .w5-to-w100 {
    width: 100% !important;
  }
}

.w5-to-w90 {
  width: 5% !important;
}
@media (max-width: 990px) {
  .w5-to-w90 {
    width: 90% !important;
  }
}

.w5-to-w80 {
  width: 5% !important;
}
@media (max-width: 990px) {
  .w5-to-w80 {
    width: 80% !important;
  }
}

.w5-to-w70 {
  width: 5% !important;
}
@media (max-width: 990px) {
  .w5-to-w70 {
    width: 70% !important;
  }
}

.w5-to-w60 {
  width: 5% !important;
}
@media (max-width: 990px) {
  .w5-to-w60 {
    width: 60% !important;
  }
}

.w5-to-w50 {
  width: 5% !important;
}
@media (max-width: 990px) {
  .w5-to-w50 {
    width: 50% !important;
  }
}

.w5-to-w40 {
  width: 5% !important;
}
@media (max-width: 990px) {
  .w5-to-w40 {
    width: 40% !important;
  }
}

.w5-to-w30 {
  width: 5% !important;
}
@media (max-width: 990px) {
  .w5-to-w30 {
    width: 30% !important;
  }
}

.w5-to-w20 {
  width: 5% !important;
}
@media (max-width: 990px) {
  .w5-to-w20 {
    width: 20% !important;
  }
}

.w5-to-w10 {
  width: 5% !important;
}
@media (max-width: 990px) {
  .w5-to-w10 {
    width: 10% !important;
  }
}

.w10-to-w100 {
  width: 10% !important;
}
@media (max-width: 990px) {
  .w10-to-w100 {
    width: 100% !important;
  }
}

.w10-to-w90 {
  width: 10% !important;
}
@media (max-width: 990px) {
  .w10-to-w90 {
    width: 90% !important;
  }
}

.w10-to-w80 {
  width: 10% !important;
}
@media (max-width: 990px) {
  .w10-to-w80 {
    width: 80% !important;
  }
}

.w10-to-w70 {
  width: 10% !important;
}
@media (max-width: 990px) {
  .w10-to-w70 {
    width: 70% !important;
  }
}

.w10-to-w60 {
  width: 10% !important;
}
@media (max-width: 990px) {
  .w10-to-w60 {
    width: 60% !important;
  }
}

.w10-to-w50 {
  width: 10% !important;
}
@media (max-width: 990px) {
  .w10-to-w50 {
    width: 50% !important;
  }
}

.w10-to-w40 {
  width: 10% !important;
}
@media (max-width: 990px) {
  .w10-to-w40 {
    width: 40% !important;
  }
}

.w10-to-w30 {
  width: 10% !important;
}
@media (max-width: 990px) {
  .w10-to-w30 {
    width: 30% !important;
  }
}

.w10-to-w20 {
  width: 10% !important;
}
@media (max-width: 990px) {
  .w10-to-w20 {
    width: 20% !important;
  }
}

.w10-to-w10 {
  width: 10% !important;
}
@media (max-width: 990px) {
  .w10-to-w10 {
    width: 10% !important;
  }
}

.w15-to-w100 {
  width: 15% !important;
}
@media (max-width: 990px) {
  .w15-to-w100 {
    width: 100% !important;
  }
}

.w15-to-w90 {
  width: 15% !important;
}
@media (max-width: 990px) {
  .w15-to-w90 {
    width: 90% !important;
  }
}

.w15-to-w80 {
  width: 15% !important;
}
@media (max-width: 990px) {
  .w15-to-w80 {
    width: 80% !important;
  }
}

.w15-to-w70 {
  width: 15% !important;
}
@media (max-width: 990px) {
  .w15-to-w70 {
    width: 70% !important;
  }
}

.w15-to-w60 {
  width: 15% !important;
}
@media (max-width: 990px) {
  .w15-to-w60 {
    width: 60% !important;
  }
}

.w15-to-w50 {
  width: 15% !important;
}
@media (max-width: 990px) {
  .w15-to-w50 {
    width: 50% !important;
  }
}

.w15-to-w40 {
  width: 15% !important;
}
@media (max-width: 990px) {
  .w15-to-w40 {
    width: 40% !important;
  }
}

.w15-to-w30 {
  width: 15% !important;
}
@media (max-width: 990px) {
  .w15-to-w30 {
    width: 30% !important;
  }
}

.w15-to-w20 {
  width: 15% !important;
}
@media (max-width: 990px) {
  .w15-to-w20 {
    width: 20% !important;
  }
}

.w15-to-w10 {
  width: 15% !important;
}
@media (max-width: 990px) {
  .w15-to-w10 {
    width: 10% !important;
  }
}

.w20-to-w100 {
  width: 20% !important;
}
@media (max-width: 990px) {
  .w20-to-w100 {
    width: 100% !important;
  }
}

.w20-to-w90 {
  width: 20% !important;
}
@media (max-width: 990px) {
  .w20-to-w90 {
    width: 90% !important;
  }
}

.w20-to-w80 {
  width: 20% !important;
}
@media (max-width: 990px) {
  .w20-to-w80 {
    width: 80% !important;
  }
}

.w20-to-w70 {
  width: 20% !important;
}
@media (max-width: 990px) {
  .w20-to-w70 {
    width: 70% !important;
  }
}

.w20-to-w60 {
  width: 20% !important;
}
@media (max-width: 990px) {
  .w20-to-w60 {
    width: 60% !important;
  }
}

.w20-to-w50 {
  width: 20% !important;
}
@media (max-width: 990px) {
  .w20-to-w50 {
    width: 50% !important;
  }
}

.w20-to-w40 {
  width: 20% !important;
}
@media (max-width: 990px) {
  .w20-to-w40 {
    width: 40% !important;
  }
}

.w20-to-w30 {
  width: 20% !important;
}
@media (max-width: 990px) {
  .w20-to-w30 {
    width: 30% !important;
  }
}

.w20-to-w20 {
  width: 20% !important;
}
@media (max-width: 990px) {
  .w20-to-w20 {
    width: 20% !important;
  }
}

.w20-to-w10 {
  width: 20% !important;
}
@media (max-width: 990px) {
  .w20-to-w10 {
    width: 10% !important;
  }
}

.w25-to-w100 {
  width: 25% !important;
}
@media (max-width: 990px) {
  .w25-to-w100 {
    width: 100% !important;
  }
}

.w25-to-w90 {
  width: 25% !important;
}
@media (max-width: 990px) {
  .w25-to-w90 {
    width: 90% !important;
  }
}

.w25-to-w80 {
  width: 25% !important;
}
@media (max-width: 990px) {
  .w25-to-w80 {
    width: 80% !important;
  }
}

.w25-to-w70 {
  width: 25% !important;
}
@media (max-width: 990px) {
  .w25-to-w70 {
    width: 70% !important;
  }
}

.w25-to-w60 {
  width: 25% !important;
}
@media (max-width: 990px) {
  .w25-to-w60 {
    width: 60% !important;
  }
}

.w25-to-w50 {
  width: 25% !important;
}
@media (max-width: 990px) {
  .w25-to-w50 {
    width: 50% !important;
  }
}

.w25-to-w40 {
  width: 25% !important;
}
@media (max-width: 990px) {
  .w25-to-w40 {
    width: 40% !important;
  }
}

.w25-to-w30 {
  width: 25% !important;
}
@media (max-width: 990px) {
  .w25-to-w30 {
    width: 30% !important;
  }
}

.w25-to-w20 {
  width: 25% !important;
}
@media (max-width: 990px) {
  .w25-to-w20 {
    width: 20% !important;
  }
}

.w25-to-w10 {
  width: 25% !important;
}
@media (max-width: 990px) {
  .w25-to-w10 {
    width: 10% !important;
  }
}

.w30-to-w100 {
  width: 30% !important;
}
@media (max-width: 990px) {
  .w30-to-w100 {
    width: 100% !important;
  }
}

.w30-to-w90 {
  width: 30% !important;
}
@media (max-width: 990px) {
  .w30-to-w90 {
    width: 90% !important;
  }
}

.w30-to-w80 {
  width: 30% !important;
}
@media (max-width: 990px) {
  .w30-to-w80 {
    width: 80% !important;
  }
}

.w30-to-w70 {
  width: 30% !important;
}
@media (max-width: 990px) {
  .w30-to-w70 {
    width: 70% !important;
  }
}

.w30-to-w60 {
  width: 30% !important;
}
@media (max-width: 990px) {
  .w30-to-w60 {
    width: 60% !important;
  }
}

.w30-to-w50 {
  width: 30% !important;
}
@media (max-width: 990px) {
  .w30-to-w50 {
    width: 50% !important;
  }
}

.w30-to-w40 {
  width: 30% !important;
}
@media (max-width: 990px) {
  .w30-to-w40 {
    width: 40% !important;
  }
}

.w30-to-w30 {
  width: 30% !important;
}
@media (max-width: 990px) {
  .w30-to-w30 {
    width: 30% !important;
  }
}

.w30-to-w20 {
  width: 30% !important;
}
@media (max-width: 990px) {
  .w30-to-w20 {
    width: 20% !important;
  }
}

.w30-to-w10 {
  width: 30% !important;
}
@media (max-width: 990px) {
  .w30-to-w10 {
    width: 10% !important;
  }
}

.w35-to-w100 {
  width: 35% !important;
}
@media (max-width: 990px) {
  .w35-to-w100 {
    width: 100% !important;
  }
}

.w35-to-w90 {
  width: 35% !important;
}
@media (max-width: 990px) {
  .w35-to-w90 {
    width: 90% !important;
  }
}

.w35-to-w80 {
  width: 35% !important;
}
@media (max-width: 990px) {
  .w35-to-w80 {
    width: 80% !important;
  }
}

.w35-to-w70 {
  width: 35% !important;
}
@media (max-width: 990px) {
  .w35-to-w70 {
    width: 70% !important;
  }
}

.w35-to-w60 {
  width: 35% !important;
}
@media (max-width: 990px) {
  .w35-to-w60 {
    width: 60% !important;
  }
}

.w35-to-w50 {
  width: 35% !important;
}
@media (max-width: 990px) {
  .w35-to-w50 {
    width: 50% !important;
  }
}

.w35-to-w40 {
  width: 35% !important;
}
@media (max-width: 990px) {
  .w35-to-w40 {
    width: 40% !important;
  }
}

.w35-to-w30 {
  width: 35% !important;
}
@media (max-width: 990px) {
  .w35-to-w30 {
    width: 30% !important;
  }
}

.w35-to-w20 {
  width: 35% !important;
}
@media (max-width: 990px) {
  .w35-to-w20 {
    width: 20% !important;
  }
}

.w35-to-w10 {
  width: 35% !important;
}
@media (max-width: 990px) {
  .w35-to-w10 {
    width: 10% !important;
  }
}

.w40-to-w100 {
  width: 40% !important;
}
@media (max-width: 990px) {
  .w40-to-w100 {
    width: 100% !important;
  }
}

.w40-to-w90 {
  width: 40% !important;
}
@media (max-width: 990px) {
  .w40-to-w90 {
    width: 90% !important;
  }
}

.w40-to-w80 {
  width: 40% !important;
}
@media (max-width: 990px) {
  .w40-to-w80 {
    width: 80% !important;
  }
}

.w40-to-w70 {
  width: 40% !important;
}
@media (max-width: 990px) {
  .w40-to-w70 {
    width: 70% !important;
  }
}

.w40-to-w60 {
  width: 40% !important;
}
@media (max-width: 990px) {
  .w40-to-w60 {
    width: 60% !important;
  }
}

.w40-to-w50 {
  width: 40% !important;
}
@media (max-width: 990px) {
  .w40-to-w50 {
    width: 50% !important;
  }
}

.w40-to-w40 {
  width: 40% !important;
}
@media (max-width: 990px) {
  .w40-to-w40 {
    width: 40% !important;
  }
}

.w40-to-w30 {
  width: 40% !important;
}
@media (max-width: 990px) {
  .w40-to-w30 {
    width: 30% !important;
  }
}

.w40-to-w20 {
  width: 40% !important;
}
@media (max-width: 990px) {
  .w40-to-w20 {
    width: 20% !important;
  }
}

.w40-to-w10 {
  width: 40% !important;
}
@media (max-width: 990px) {
  .w40-to-w10 {
    width: 10% !important;
  }
}

.w45-to-w100 {
  width: 45% !important;
}
@media (max-width: 990px) {
  .w45-to-w100 {
    width: 100% !important;
  }
}

.w45-to-w90 {
  width: 45% !important;
}
@media (max-width: 990px) {
  .w45-to-w90 {
    width: 90% !important;
  }
}

.w45-to-w80 {
  width: 45% !important;
}
@media (max-width: 990px) {
  .w45-to-w80 {
    width: 80% !important;
  }
}

.w45-to-w70 {
  width: 45% !important;
}
@media (max-width: 990px) {
  .w45-to-w70 {
    width: 70% !important;
  }
}

.w45-to-w60 {
  width: 45% !important;
}
@media (max-width: 990px) {
  .w45-to-w60 {
    width: 60% !important;
  }
}

.w45-to-w50 {
  width: 45% !important;
}
@media (max-width: 990px) {
  .w45-to-w50 {
    width: 50% !important;
  }
}

.w45-to-w40 {
  width: 45% !important;
}
@media (max-width: 990px) {
  .w45-to-w40 {
    width: 40% !important;
  }
}

.w45-to-w30 {
  width: 45% !important;
}
@media (max-width: 990px) {
  .w45-to-w30 {
    width: 30% !important;
  }
}

.w45-to-w20 {
  width: 45% !important;
}
@media (max-width: 990px) {
  .w45-to-w20 {
    width: 20% !important;
  }
}

.w45-to-w10 {
  width: 45% !important;
}
@media (max-width: 990px) {
  .w45-to-w10 {
    width: 10% !important;
  }
}

.w50-to-w100 {
  width: 50% !important;
}
@media (max-width: 990px) {
  .w50-to-w100 {
    width: 100% !important;
  }
}

.w50-to-w90 {
  width: 50% !important;
}
@media (max-width: 990px) {
  .w50-to-w90 {
    width: 90% !important;
  }
}

.w50-to-w80 {
  width: 50% !important;
}
@media (max-width: 990px) {
  .w50-to-w80 {
    width: 80% !important;
  }
}

.w50-to-w70 {
  width: 50% !important;
}
@media (max-width: 990px) {
  .w50-to-w70 {
    width: 70% !important;
  }
}

.w50-to-w60 {
  width: 50% !important;
}
@media (max-width: 990px) {
  .w50-to-w60 {
    width: 60% !important;
  }
}

.w50-to-w50 {
  width: 50% !important;
}
@media (max-width: 990px) {
  .w50-to-w50 {
    width: 50% !important;
  }
}

.w50-to-w40 {
  width: 50% !important;
}
@media (max-width: 990px) {
  .w50-to-w40 {
    width: 40% !important;
  }
}

.w50-to-w30 {
  width: 50% !important;
}
@media (max-width: 990px) {
  .w50-to-w30 {
    width: 30% !important;
  }
}

.w50-to-w20 {
  width: 50% !important;
}
@media (max-width: 990px) {
  .w50-to-w20 {
    width: 20% !important;
  }
}

.w50-to-w10 {
  width: 50% !important;
}
@media (max-width: 990px) {
  .w50-to-w10 {
    width: 10% !important;
  }
}

.w55-to-w100 {
  width: 55% !important;
}
@media (max-width: 990px) {
  .w55-to-w100 {
    width: 100% !important;
  }
}

.w55-to-w90 {
  width: 55% !important;
}
@media (max-width: 990px) {
  .w55-to-w90 {
    width: 90% !important;
  }
}

.w55-to-w80 {
  width: 55% !important;
}
@media (max-width: 990px) {
  .w55-to-w80 {
    width: 80% !important;
  }
}

.w55-to-w70 {
  width: 55% !important;
}
@media (max-width: 990px) {
  .w55-to-w70 {
    width: 70% !important;
  }
}

.w55-to-w60 {
  width: 55% !important;
}
@media (max-width: 990px) {
  .w55-to-w60 {
    width: 60% !important;
  }
}

.w55-to-w50 {
  width: 55% !important;
}
@media (max-width: 990px) {
  .w55-to-w50 {
    width: 50% !important;
  }
}

.w55-to-w40 {
  width: 55% !important;
}
@media (max-width: 990px) {
  .w55-to-w40 {
    width: 40% !important;
  }
}

.w55-to-w30 {
  width: 55% !important;
}
@media (max-width: 990px) {
  .w55-to-w30 {
    width: 30% !important;
  }
}

.w55-to-w20 {
  width: 55% !important;
}
@media (max-width: 990px) {
  .w55-to-w20 {
    width: 20% !important;
  }
}

.w55-to-w10 {
  width: 55% !important;
}
@media (max-width: 990px) {
  .w55-to-w10 {
    width: 10% !important;
  }
}

.w60-to-w100 {
  width: 60% !important;
}
@media (max-width: 990px) {
  .w60-to-w100 {
    width: 100% !important;
  }
}

.w60-to-w90 {
  width: 60% !important;
}
@media (max-width: 990px) {
  .w60-to-w90 {
    width: 90% !important;
  }
}

.w60-to-w80 {
  width: 60% !important;
}
@media (max-width: 990px) {
  .w60-to-w80 {
    width: 80% !important;
  }
}

.w60-to-w70 {
  width: 60% !important;
}
@media (max-width: 990px) {
  .w60-to-w70 {
    width: 70% !important;
  }
}

.w60-to-w60 {
  width: 60% !important;
}
@media (max-width: 990px) {
  .w60-to-w60 {
    width: 60% !important;
  }
}

.w60-to-w50 {
  width: 60% !important;
}
@media (max-width: 990px) {
  .w60-to-w50 {
    width: 50% !important;
  }
}

.w60-to-w40 {
  width: 60% !important;
}
@media (max-width: 990px) {
  .w60-to-w40 {
    width: 40% !important;
  }
}

.w60-to-w30 {
  width: 60% !important;
}
@media (max-width: 990px) {
  .w60-to-w30 {
    width: 30% !important;
  }
}

.w60-to-w20 {
  width: 60% !important;
}
@media (max-width: 990px) {
  .w60-to-w20 {
    width: 20% !important;
  }
}

.w60-to-w10 {
  width: 60% !important;
}
@media (max-width: 990px) {
  .w60-to-w10 {
    width: 10% !important;
  }
}

.w65-to-w100 {
  width: 65% !important;
}
@media (max-width: 990px) {
  .w65-to-w100 {
    width: 100% !important;
  }
}

.w65-to-w90 {
  width: 65% !important;
}
@media (max-width: 990px) {
  .w65-to-w90 {
    width: 90% !important;
  }
}

.w65-to-w80 {
  width: 65% !important;
}
@media (max-width: 990px) {
  .w65-to-w80 {
    width: 80% !important;
  }
}

.w65-to-w70 {
  width: 65% !important;
}
@media (max-width: 990px) {
  .w65-to-w70 {
    width: 70% !important;
  }
}

.w65-to-w60 {
  width: 65% !important;
}
@media (max-width: 990px) {
  .w65-to-w60 {
    width: 60% !important;
  }
}

.w65-to-w50 {
  width: 65% !important;
}
@media (max-width: 990px) {
  .w65-to-w50 {
    width: 50% !important;
  }
}

.w65-to-w40 {
  width: 65% !important;
}
@media (max-width: 990px) {
  .w65-to-w40 {
    width: 40% !important;
  }
}

.w65-to-w30 {
  width: 65% !important;
}
@media (max-width: 990px) {
  .w65-to-w30 {
    width: 30% !important;
  }
}

.w65-to-w20 {
  width: 65% !important;
}
@media (max-width: 990px) {
  .w65-to-w20 {
    width: 20% !important;
  }
}

.w65-to-w10 {
  width: 65% !important;
}
@media (max-width: 990px) {
  .w65-to-w10 {
    width: 10% !important;
  }
}

.w70-to-w100 {
  width: 70% !important;
}
@media (max-width: 990px) {
  .w70-to-w100 {
    width: 100% !important;
  }
}

.w70-to-w90 {
  width: 70% !important;
}
@media (max-width: 990px) {
  .w70-to-w90 {
    width: 90% !important;
  }
}

.w70-to-w80 {
  width: 70% !important;
}
@media (max-width: 990px) {
  .w70-to-w80 {
    width: 80% !important;
  }
}

.w70-to-w70 {
  width: 70% !important;
}
@media (max-width: 990px) {
  .w70-to-w70 {
    width: 70% !important;
  }
}

.w70-to-w60 {
  width: 70% !important;
}
@media (max-width: 990px) {
  .w70-to-w60 {
    width: 60% !important;
  }
}

.w70-to-w50 {
  width: 70% !important;
}
@media (max-width: 990px) {
  .w70-to-w50 {
    width: 50% !important;
  }
}

.w70-to-w40 {
  width: 70% !important;
}
@media (max-width: 990px) {
  .w70-to-w40 {
    width: 40% !important;
  }
}

.w70-to-w30 {
  width: 70% !important;
}
@media (max-width: 990px) {
  .w70-to-w30 {
    width: 30% !important;
  }
}

.w70-to-w20 {
  width: 70% !important;
}
@media (max-width: 990px) {
  .w70-to-w20 {
    width: 20% !important;
  }
}

.w70-to-w10 {
  width: 70% !important;
}
@media (max-width: 990px) {
  .w70-to-w10 {
    width: 10% !important;
  }
}

.w75-to-w100 {
  width: 75% !important;
}
@media (max-width: 990px) {
  .w75-to-w100 {
    width: 100% !important;
  }
}

.w75-to-w90 {
  width: 75% !important;
}
@media (max-width: 990px) {
  .w75-to-w90 {
    width: 90% !important;
  }
}

.w75-to-w80 {
  width: 75% !important;
}
@media (max-width: 990px) {
  .w75-to-w80 {
    width: 80% !important;
  }
}

.w75-to-w70 {
  width: 75% !important;
}
@media (max-width: 990px) {
  .w75-to-w70 {
    width: 70% !important;
  }
}

.w75-to-w60 {
  width: 75% !important;
}
@media (max-width: 990px) {
  .w75-to-w60 {
    width: 60% !important;
  }
}

.w75-to-w50 {
  width: 75% !important;
}
@media (max-width: 990px) {
  .w75-to-w50 {
    width: 50% !important;
  }
}

.w75-to-w40 {
  width: 75% !important;
}
@media (max-width: 990px) {
  .w75-to-w40 {
    width: 40% !important;
  }
}

.w75-to-w30 {
  width: 75% !important;
}
@media (max-width: 990px) {
  .w75-to-w30 {
    width: 30% !important;
  }
}

.w75-to-w20 {
  width: 75% !important;
}
@media (max-width: 990px) {
  .w75-to-w20 {
    width: 20% !important;
  }
}

.w75-to-w10 {
  width: 75% !important;
}
@media (max-width: 990px) {
  .w75-to-w10 {
    width: 10% !important;
  }
}

.w80-to-w100 {
  width: 80% !important;
}
@media (max-width: 990px) {
  .w80-to-w100 {
    width: 100% !important;
  }
}

.w80-to-w90 {
  width: 80% !important;
}
@media (max-width: 990px) {
  .w80-to-w90 {
    width: 90% !important;
  }
}

.w80-to-w80 {
  width: 80% !important;
}
@media (max-width: 990px) {
  .w80-to-w80 {
    width: 80% !important;
  }
}

.w80-to-w70 {
  width: 80% !important;
}
@media (max-width: 990px) {
  .w80-to-w70 {
    width: 70% !important;
  }
}

.w80-to-w60 {
  width: 80% !important;
}
@media (max-width: 990px) {
  .w80-to-w60 {
    width: 60% !important;
  }
}

.w80-to-w50 {
  width: 80% !important;
}
@media (max-width: 990px) {
  .w80-to-w50 {
    width: 50% !important;
  }
}

.w80-to-w40 {
  width: 80% !important;
}
@media (max-width: 990px) {
  .w80-to-w40 {
    width: 40% !important;
  }
}

.w80-to-w30 {
  width: 80% !important;
}
@media (max-width: 990px) {
  .w80-to-w30 {
    width: 30% !important;
  }
}

.w80-to-w20 {
  width: 80% !important;
}
@media (max-width: 990px) {
  .w80-to-w20 {
    width: 20% !important;
  }
}

.w80-to-w10 {
  width: 80% !important;
}
@media (max-width: 990px) {
  .w80-to-w10 {
    width: 10% !important;
  }
}

.w85-to-w100 {
  width: 85% !important;
}
@media (max-width: 990px) {
  .w85-to-w100 {
    width: 100% !important;
  }
}

.w85-to-w90 {
  width: 85% !important;
}
@media (max-width: 990px) {
  .w85-to-w90 {
    width: 90% !important;
  }
}

.w85-to-w80 {
  width: 85% !important;
}
@media (max-width: 990px) {
  .w85-to-w80 {
    width: 80% !important;
  }
}

.w85-to-w70 {
  width: 85% !important;
}
@media (max-width: 990px) {
  .w85-to-w70 {
    width: 70% !important;
  }
}

.w85-to-w60 {
  width: 85% !important;
}
@media (max-width: 990px) {
  .w85-to-w60 {
    width: 60% !important;
  }
}

.w85-to-w50 {
  width: 85% !important;
}
@media (max-width: 990px) {
  .w85-to-w50 {
    width: 50% !important;
  }
}

.w85-to-w40 {
  width: 85% !important;
}
@media (max-width: 990px) {
  .w85-to-w40 {
    width: 40% !important;
  }
}

.w85-to-w30 {
  width: 85% !important;
}
@media (max-width: 990px) {
  .w85-to-w30 {
    width: 30% !important;
  }
}

.w85-to-w20 {
  width: 85% !important;
}
@media (max-width: 990px) {
  .w85-to-w20 {
    width: 20% !important;
  }
}

.w85-to-w10 {
  width: 85% !important;
}
@media (max-width: 990px) {
  .w85-to-w10 {
    width: 10% !important;
  }
}

.w90-to-w100 {
  width: 90% !important;
}
@media (max-width: 990px) {
  .w90-to-w100 {
    width: 100% !important;
  }
}

.w90-to-w90 {
  width: 90% !important;
}
@media (max-width: 990px) {
  .w90-to-w90 {
    width: 90% !important;
  }
}

.w90-to-w80 {
  width: 90% !important;
}
@media (max-width: 990px) {
  .w90-to-w80 {
    width: 80% !important;
  }
}

.w90-to-w70 {
  width: 90% !important;
}
@media (max-width: 990px) {
  .w90-to-w70 {
    width: 70% !important;
  }
}

.w90-to-w60 {
  width: 90% !important;
}
@media (max-width: 990px) {
  .w90-to-w60 {
    width: 60% !important;
  }
}

.w90-to-w50 {
  width: 90% !important;
}
@media (max-width: 990px) {
  .w90-to-w50 {
    width: 50% !important;
  }
}

.w90-to-w40 {
  width: 90% !important;
}
@media (max-width: 990px) {
  .w90-to-w40 {
    width: 40% !important;
  }
}

.w90-to-w30 {
  width: 90% !important;
}
@media (max-width: 990px) {
  .w90-to-w30 {
    width: 30% !important;
  }
}

.w90-to-w20 {
  width: 90% !important;
}
@media (max-width: 990px) {
  .w90-to-w20 {
    width: 20% !important;
  }
}

.w90-to-w10 {
  width: 90% !important;
}
@media (max-width: 990px) {
  .w90-to-w10 {
    width: 10% !important;
  }
}

.w95-to-w100 {
  width: 95% !important;
}
@media (max-width: 990px) {
  .w95-to-w100 {
    width: 100% !important;
  }
}

.w95-to-w90 {
  width: 95% !important;
}
@media (max-width: 990px) {
  .w95-to-w90 {
    width: 90% !important;
  }
}

.w95-to-w80 {
  width: 95% !important;
}
@media (max-width: 990px) {
  .w95-to-w80 {
    width: 80% !important;
  }
}

.w95-to-w70 {
  width: 95% !important;
}
@media (max-width: 990px) {
  .w95-to-w70 {
    width: 70% !important;
  }
}

.w95-to-w60 {
  width: 95% !important;
}
@media (max-width: 990px) {
  .w95-to-w60 {
    width: 60% !important;
  }
}

.w95-to-w50 {
  width: 95% !important;
}
@media (max-width: 990px) {
  .w95-to-w50 {
    width: 50% !important;
  }
}

.w95-to-w40 {
  width: 95% !important;
}
@media (max-width: 990px) {
  .w95-to-w40 {
    width: 40% !important;
  }
}

.w95-to-w30 {
  width: 95% !important;
}
@media (max-width: 990px) {
  .w95-to-w30 {
    width: 30% !important;
  }
}

.w95-to-w20 {
  width: 95% !important;
}
@media (max-width: 990px) {
  .w95-to-w20 {
    width: 20% !important;
  }
}

.w95-to-w10 {
  width: 95% !important;
}
@media (max-width: 990px) {
  .w95-to-w10 {
    width: 10% !important;
  }
}

.w100-to-w100 {
  width: 100% !important;
}
@media (max-width: 990px) {
  .w100-to-w100 {
    width: 100% !important;
  }
}

.w100-to-w90 {
  width: 100% !important;
}
@media (max-width: 990px) {
  .w100-to-w90 {
    width: 90% !important;
  }
}

.w100-to-w80 {
  width: 100% !important;
}
@media (max-width: 990px) {
  .w100-to-w80 {
    width: 80% !important;
  }
}

.w100-to-w70 {
  width: 100% !important;
}
@media (max-width: 990px) {
  .w100-to-w70 {
    width: 70% !important;
  }
}

.w100-to-w60 {
  width: 100% !important;
}
@media (max-width: 990px) {
  .w100-to-w60 {
    width: 60% !important;
  }
}

.w100-to-w50 {
  width: 100% !important;
}
@media (max-width: 990px) {
  .w100-to-w50 {
    width: 50% !important;
  }
}

.w100-to-w40 {
  width: 100% !important;
}
@media (max-width: 990px) {
  .w100-to-w40 {
    width: 40% !important;
  }
}

.w100-to-w30 {
  width: 100% !important;
}
@media (max-width: 990px) {
  .w100-to-w30 {
    width: 30% !important;
  }
}

.w100-to-w20 {
  width: 100% !important;
}
@media (max-width: 990px) {
  .w100-to-w20 {
    width: 20% !important;
  }
}

.w100-to-w10 {
  width: 100% !important;
}
@media (max-width: 990px) {
  .w100-to-w10 {
    width: 10% !important;
  }
}

.max-w-50 {
  max-width: 50px;
}

.max-w-100 {
  max-width: 100px;
}

.max-w-150 {
  max-width: 150px;
}

.max-w-200 {
  max-width: 200px;
}

.max-w-250 {
  max-width: 250px;
}

.max-w-300 {
  max-width: 300px;
}

.max-w-350 {
  max-width: 350px;
}

.max-w-400 {
  max-width: 400px;
}

.max-w-450 {
  max-width: 450px;
}

.max-w-500 {
  max-width: 500px;
}

.max-w-550 {
  max-width: 550px;
}

.max-w-600 {
  max-width: 600px;
}

.max-w-650 {
  max-width: 650px;
}

.max-w-700 {
  max-width: 700px;
}

.max-w-750 {
  max-width: 750px;
}

.max-w-800 {
  max-width: 800px;
}

.max-w-850 {
  max-width: 850px;
}

.max-w-900 {
  max-width: 900px;
}

.max-w-950 {
  max-width: 950px;
}

.wa {
  width: auto !important;
}

.w-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ha {
  height: auto;
}

.h100dvh {
  height: 100vh;
  height: 100dvh;
}

.w-em-5 {
  width: 0.5em;
}

.h-em-5 {
  height: 0.5em;
}

.w-em-6 {
  width: 0.6em;
}

.h-em-6 {
  height: 0.6em;
}

.w-em-7 {
  width: 0.7em;
}

.h-em-7 {
  height: 0.7em;
}

.w-em-8 {
  width: 0.8em;
}

.h-em-8 {
  height: 0.8em;
}

.w-em-9 {
  width: 0.9em;
}

.h-em-9 {
  height: 0.9em;
}

.w-em-10 {
  width: 1em;
}

.h-em-10 {
  height: 1em;
}

.w-em-11 {
  width: 1.1em;
}

.h-em-11 {
  height: 1.1em;
}

.w-em-12 {
  width: 1.2em;
}

.h-em-12 {
  height: 1.2em;
}

.w-em-13 {
  width: 1.3em;
}

.h-em-13 {
  height: 1.3em;
}

.w-em-14 {
  width: 1.4em;
}

.h-em-14 {
  height: 1.4em;
}

.w-em-15 {
  width: 1.5em;
}

.h-em-15 {
  height: 1.5em;
}

.w-em-16 {
  width: 1.6em;
}

.h-em-16 {
  height: 1.6em;
}

.w-em-17 {
  width: 1.7em;
}

.h-em-17 {
  height: 1.7em;
}

.w-em-18 {
  width: 1.8em;
}

.h-em-18 {
  height: 1.8em;
}

.w-em-19 {
  width: 1.9em;
}

.h-em-19 {
  height: 1.9em;
}

.w-em-20 {
  width: 2em;
}

.h-em-20 {
  height: 2em;
}

.w-em-21 {
  width: 2.1em;
}

.h-em-21 {
  height: 2.1em;
}

.w-em-22 {
  width: 2.2em;
}

.h-em-22 {
  height: 2.2em;
}

.w-em-23 {
  width: 2.3em;
}

.h-em-23 {
  height: 2.3em;
}

.w-em-24 {
  width: 2.4em;
}

.h-em-24 {
  height: 2.4em;
}

.w-em-25 {
  width: 2.5em;
}

.h-em-25 {
  height: 2.5em;
}

.w-em-26 {
  width: 2.6em;
}

.h-em-26 {
  height: 2.6em;
}

.w-em-27 {
  width: 2.7em;
}

.h-em-27 {
  height: 2.7em;
}

.w-em-28 {
  width: 2.8em;
}

.h-em-28 {
  height: 2.8em;
}

.w-em-29 {
  width: 2.9em;
}

.h-em-29 {
  height: 2.9em;
}

.w-em-30 {
  width: 3em;
}

.h-em-30 {
  height: 3em;
}

.w-em-31 {
  width: 3.1em;
}

.h-em-31 {
  height: 3.1em;
}

.w-em-32 {
  width: 3.2em;
}

.h-em-32 {
  height: 3.2em;
}

.w-em-33 {
  width: 3.3em;
}

.h-em-33 {
  height: 3.3em;
}

.w-em-34 {
  width: 3.4em;
}

.h-em-34 {
  height: 3.4em;
}

.w-em-35 {
  width: 3.5em;
}

.h-em-35 {
  height: 3.5em;
}

.w-em-36 {
  width: 3.6em;
}

.h-em-36 {
  height: 3.6em;
}

.w-em-37 {
  width: 3.7em;
}

.h-em-37 {
  height: 3.7em;
}

.w-em-38 {
  width: 3.8em;
}

.h-em-38 {
  height: 3.8em;
}

.w-em-39 {
  width: 3.9em;
}

.h-em-39 {
  height: 3.9em;
}

.w-em-40 {
  width: 4em;
}

.h-em-40 {
  height: 4em;
}

.w-em-41 {
  width: 4.1em;
}

.h-em-41 {
  height: 4.1em;
}

.w-em-42 {
  width: 4.2em;
}

.h-em-42 {
  height: 4.2em;
}

.w-em-43 {
  width: 4.3em;
}

.h-em-43 {
  height: 4.3em;
}

.w-em-44 {
  width: 4.4em;
}

.h-em-44 {
  height: 4.4em;
}

.w-em-45 {
  width: 4.5em;
}

.h-em-45 {
  height: 4.5em;
}

.w-em-46 {
  width: 4.6em;
}

.h-em-46 {
  height: 4.6em;
}

.w-em-47 {
  width: 4.7em;
}

.h-em-47 {
  height: 4.7em;
}

.w-em-48 {
  width: 4.8em;
}

.h-em-48 {
  height: 4.8em;
}

.w-em-49 {
  width: 4.9em;
}

.h-em-49 {
  height: 4.9em;
}

.w-em-50 {
  width: 5em;
}

.h-em-50 {
  height: 5em;
}

.w-em-55 {
  width: 5.5em;
}

.h-em-55 {
  height: 5.5em;
}

.w-em-60 {
  width: 6em;
}

.h-em-60 {
  height: 6em;
}

.w-em-65 {
  width: 6.5em;
}

.h-em-65 {
  height: 6.5em;
}

.w-em-70 {
  width: 7em;
}

.h-em-70 {
  height: 7em;
}

.w-em-75 {
  width: 7.5em;
}

.h-em-75 {
  height: 7.5em;
}

.w-em-80 {
  width: 8em;
}

.h-em-80 {
  height: 8em;
}

.w-em-85 {
  width: 8.5em;
}

.h-em-85 {
  height: 8.5em;
}

.w-em-90 {
  width: 9em;
}

.h-em-90 {
  height: 9em;
}

.w-em-95 {
  width: 9.5em;
}

.h-em-95 {
  height: 9.5em;
}

.w-em-100 {
  width: 10em;
}

.h-em-100 {
  height: 10em;
}

.z0 {
  z-index: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.z5 {
  z-index: 5;
}

.z6 {
  z-index: 6;
}

.z7 {
  z-index: 7;
}

.z8 {
  z-index: 8;
}

.z9 {
  z-index: 9;
}

.z10 {
  z-index: 10;
}

.t-xxs {
  font-size: 8px;
}

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

.t-sm {
  font-size: 12.5px;
}

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

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

.t-lg {
  font-size: 17.5px;
}

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

.t-2xl {
  font-size: 25px;
}

.t-3xl {
  font-size: 30px;
}

.t-4xl {
  font-size: 35px;
}

.t-5xl {
  font-size: 45px;
}

.t-6xl {
  font-size: 60px;
}

.t-7xl {
  font-size: 80px;
}

.t-8xl {
  font-size: 100px;
}

.t-9xl {
  font-size: 120px;
}

.t-r-xxs {
  font-size: clamp(8px, 0.15152vw + 7.09091px, 10px);
}

.t-r-xs {
  font-size: clamp(9px, 0.30303vw + 7.18182px, 13px);
}

.t-r-sm {
  font-size: clamp(12px, 0.22727vw + 10.63636px, 15px);
}

.t-r-base {
  font-size: clamp(14px, 0.15152vw + 13.09091px, 16px);
}

.t-r-md {
  font-size: clamp(16px, 0.5303vw + 12.81818px, 23px);
}

.t-r-lg {
  font-size: clamp(17.5px, 0.56818vw + 14.09091px, 25px);
}

.t-r-xl {
  font-size: clamp(20px, 0.75758vw + 15.45455px, 30px);
}

.t-r-2xl {
  font-size: clamp(25px, 0.75758vw + 20.45455px, 35px);
}

.t-r-3xl {
  font-size: clamp(30px, 1.13636vw + 23.18182px, 45px);
}

.t-r-4xl {
  font-size: clamp(35px, 1.13636vw + 28.18182px, 50px);
}

.t-r-5xl {
  font-size: clamp(45px, 1.13636vw + 38.18182px, 60px);
}

.t-r-6xl {
  font-size: clamp(60px, 1.51515vw + 50.90909px, 80px);
}

.t-r-7xl {
  font-size: clamp(80px, 1.51515vw + 70.90909px, 100px);
}

.t-r-8xl {
  font-size: clamp(100px, 1.51515vw + 90.90909px, 120px);
}

.t-r-9xl {
  font-size: clamp(120px, 1.51515vw + 110.90909px, 140px);
}

.c-key {
  color: #004098;
}

.text-on-key {
  background-color: #004098;
  color: rgb(0, 85.4736842105, 203);
}

.border-c-key {
  border-color: #004098 !important;
}

.bg-c-key {
  background-color: #004098;
}

.fill-c-key {
  fill: #004098;
}

.bg-opacity-c-key {
  background-color: rgba(0, 64, 152, 0.8);
}

.gradient-key {
  background: -webkit-gradient(linear, left top, right top, from(#004098), to(rgb(0, 85.4736842105, 203)));
  background: linear-gradient(to right, #004098, rgb(0, 85.4736842105, 203));
}

.c-key-sub0 {
  color: #c5d9f4;
}

.text-on-key-sub0 {
  background-color: #c5d9f4;
  color: rgb(239.8695652174, 245.0869565217, 252.1304347826);
}

.border-c-key-sub0 {
  border-color: #c5d9f4 !important;
}

.bg-c-key-sub0 {
  background-color: #c5d9f4;
}

.fill-c-key-sub0 {
  fill: #c5d9f4;
}

.bg-opacity-c-key-sub0 {
  background-color: rgba(197, 217, 244, 0.8);
}

.gradient-key-sub0 {
  background: -webkit-gradient(linear, left top, right top, from(#c5d9f4), to(rgb(239.8695652174, 245.0869565217, 252.1304347826)));
  background: linear-gradient(to right, #c5d9f4, rgb(239.8695652174, 245.0869565217, 252.1304347826));
}

.c-key-sub1 {
  color: #fceeee;
}

.text-on-key-sub1 {
  background-color: #fceeee;
  color: white;
}

.border-c-key-sub1 {
  border-color: #fceeee !important;
}

.bg-c-key-sub1 {
  background-color: #fceeee;
}

.fill-c-key-sub1 {
  fill: #fceeee;
}

.bg-opacity-c-key-sub1 {
  background-color: rgba(252, 238, 238, 0.8);
}

.gradient-key-sub1 {
  background: -webkit-gradient(linear, left top, right top, from(#fceeee), to(white));
  background: linear-gradient(to right, #fceeee, white);
}

.c-key-sub2 {
  color: #c8161d;
}

.text-on-key-sub2 {
  background-color: #c8161d;
  color: rgb(231.5135135135, 41.4864864865, 48.9594594595);
}

.border-c-key-sub2 {
  border-color: #c8161d !important;
}

.bg-c-key-sub2 {
  background-color: #c8161d;
}

.fill-c-key-sub2 {
  fill: #c8161d;
}

.bg-opacity-c-key-sub2 {
  background-color: rgba(200, 22, 29, 0.8);
}

.gradient-key-sub2 {
  background: -webkit-gradient(linear, left top, right top, from(#c8161d), to(rgb(231.5135135135, 41.4864864865, 48.9594594595)));
  background: linear-gradient(to right, #c8161d, rgb(231.5135135135, 41.4864864865, 48.9594594595));
}

.c-key-sub3 {
  color: #e9f1fb;
}

.text-on-key-sub3 {
  background-color: #e9f1fb;
  color: white;
}

.border-c-key-sub3 {
  border-color: #e9f1fb !important;
}

.bg-c-key-sub3 {
  background-color: #e9f1fb;
}

.fill-c-key-sub3 {
  fill: #e9f1fb;
}

.bg-opacity-c-key-sub3 {
  background-color: rgba(233, 241, 251, 0.8);
}

.gradient-key-sub3 {
  background: -webkit-gradient(linear, left top, right top, from(#e9f1fb), to(white));
  background: linear-gradient(to right, #e9f1fb, white);
}

.c-key-sub4 {
  color: #a0c2ef;
}

.text-on-key-sub4 {
  background-color: #a0c2ef;
  color: rgb(203.6486486486, 222.027027027, 246.3513513514);
}

.border-c-key-sub4 {
  border-color: #a0c2ef !important;
}

.bg-c-key-sub4 {
  background-color: #a0c2ef;
}

.fill-c-key-sub4 {
  fill: #a0c2ef;
}

.bg-opacity-c-key-sub4 {
  background-color: rgba(160, 194, 239, 0.8);
}

.gradient-key-sub4 {
  background: -webkit-gradient(linear, left top, right top, from(#a0c2ef), to(rgb(203.6486486486, 222.027027027, 246.3513513514)));
  background: linear-gradient(to right, #a0c2ef, rgb(203.6486486486, 222.027027027, 246.3513513514));
}

.c-key-sub5 {
  color: #faf3e0;
}

.text-on-key-sub5 {
  background-color: #faf3e0;
  color: white;
}

.border-c-key-sub5 {
  border-color: #faf3e0 !important;
}

.bg-c-key-sub5 {
  background-color: #faf3e0;
}

.fill-c-key-sub5 {
  fill: #faf3e0;
}

.bg-opacity-c-key-sub5 {
  background-color: rgba(250, 243, 224, 0.8);
}

.gradient-key-sub5 {
  background: -webkit-gradient(linear, left top, right top, from(#faf3e0), to(white));
  background: linear-gradient(to right, #faf3e0, white);
}

.c-key-sub6 {
  color: #0066dd;
}

.text-on-key-sub6 {
  background-color: #0066dd;
  color: rgb(17, 126.8461538462, 255);
}

.border-c-key-sub6 {
  border-color: #0066dd !important;
}

.bg-c-key-sub6 {
  background-color: #0066dd;
}

.fill-c-key-sub6 {
  fill: #0066dd;
}

.bg-opacity-c-key-sub6 {
  background-color: rgba(0, 102, 221, 0.8);
}

.gradient-key-sub6 {
  background: -webkit-gradient(linear, left top, right top, from(#0066dd), to(rgb(17, 126.8461538462, 255)));
  background: linear-gradient(to right, #0066dd, rgb(17, 126.8461538462, 255));
}

.c-key-sub7 {
  color: #707985;
}

.text-on-key-sub7 {
  background-color: #707985;
  color: rgb(138.8285714286, 146.6897959184, 157.1714285714);
}

.border-c-key-sub7 {
  border-color: #707985 !important;
}

.bg-c-key-sub7 {
  background-color: #707985;
}

.fill-c-key-sub7 {
  fill: #707985;
}

.bg-opacity-c-key-sub7 {
  background-color: rgba(112, 121, 133, 0.8);
}

.gradient-key-sub7 {
  background: -webkit-gradient(linear, left top, right top, from(#707985), to(rgb(138.8285714286, 146.6897959184, 157.1714285714)));
  background: linear-gradient(to right, #707985, rgb(138.8285714286, 146.6897959184, 157.1714285714));
}

.c-black0 {
  color: #1a1a1a;
}

.text-on-black0 {
  background-color: #1a1a1a;
  color: rgb(51.5, 51.5, 51.5);
}

.border-c-black0 {
  border-color: #1a1a1a !important;
}

.bg-c-black0 {
  background-color: #1a1a1a;
}

.fill-c-black0 {
  fill: #1a1a1a;
}

.bg-opacity-c-black0 {
  background-color: rgba(26, 26, 26, 0.8);
}

.gradient-black0 {
  background: -webkit-gradient(linear, left top, right top, from(#1a1a1a), to(rgb(51.5, 51.5, 51.5)));
  background: linear-gradient(to right, #1a1a1a, rgb(51.5, 51.5, 51.5));
}

.c-black1 {
  color: #1a1a1a;
}

.text-on-black1 {
  background-color: #1a1a1a;
  color: rgb(51.5, 51.5, 51.5);
}

.border-c-black1 {
  border-color: #1a1a1a !important;
}

.bg-c-black1 {
  background-color: #1a1a1a;
}

.fill-c-black1 {
  fill: #1a1a1a;
}

.bg-opacity-c-black1 {
  background-color: rgba(26, 26, 26, 0.8);
}

.gradient-black1 {
  background: -webkit-gradient(linear, left top, right top, from(#1a1a1a), to(rgb(51.5, 51.5, 51.5)));
  background: linear-gradient(to right, #1a1a1a, rgb(51.5, 51.5, 51.5));
}

.c-black2 {
  color: #333;
}

.text-on-black2 {
  background-color: #333;
  color: rgb(76.5, 76.5, 76.5);
}

.border-c-black2 {
  border-color: #333 !important;
}

.bg-c-black2 {
  background-color: #333;
}

.fill-c-black2 {
  fill: #333;
}

.bg-opacity-c-black2 {
  background-color: rgba(51, 51, 51, 0.8);
}

.gradient-black2 {
  background: -webkit-gradient(linear, left top, right top, from(#333), to(rgb(76.5, 76.5, 76.5)));
  background: linear-gradient(to right, #333, rgb(76.5, 76.5, 76.5));
}

.c-black3 {
  color: #4e4e4e;
}

.text-on-black3 {
  background-color: #4e4e4e;
  color: rgb(103.5, 103.5, 103.5);
}

.border-c-black3 {
  border-color: #4e4e4e !important;
}

.bg-c-black3 {
  background-color: #4e4e4e;
}

.fill-c-black3 {
  fill: #4e4e4e;
}

.bg-opacity-c-black3 {
  background-color: rgba(78, 78, 78, 0.8);
}

.gradient-black3 {
  background: -webkit-gradient(linear, left top, right top, from(#4e4e4e), to(rgb(103.5, 103.5, 103.5)));
  background: linear-gradient(to right, #4e4e4e, rgb(103.5, 103.5, 103.5));
}

.c-black4 {
  color: #676767;
}

.text-on-black4 {
  background-color: #676767;
  color: rgb(128.5, 128.5, 128.5);
}

.border-c-black4 {
  border-color: #676767 !important;
}

.bg-c-black4 {
  background-color: #676767;
}

.fill-c-black4 {
  fill: #676767;
}

.bg-opacity-c-black4 {
  background-color: rgba(103, 103, 103, 0.8);
}

.gradient-black4 {
  background: -webkit-gradient(linear, left top, right top, from(#676767), to(rgb(128.5, 128.5, 128.5)));
  background: linear-gradient(to right, #676767, rgb(128.5, 128.5, 128.5));
}

.c-black5 {
  color: #818181;
}

.text-on-black5 {
  background-color: #818181;
  color: rgb(154.5, 154.5, 154.5);
}

.border-c-black5 {
  border-color: #818181 !important;
}

.bg-c-black5 {
  background-color: #818181;
}

.fill-c-black5 {
  fill: #818181;
}

.bg-opacity-c-black5 {
  background-color: rgba(129, 129, 129, 0.8);
}

.gradient-black5 {
  background: -webkit-gradient(linear, left top, right top, from(#818181), to(rgb(154.5, 154.5, 154.5)));
  background: linear-gradient(to right, #818181, rgb(154.5, 154.5, 154.5));
}

.c-black6 {
  color: #989898;
}

.text-on-black6 {
  background-color: #989898;
  color: rgb(177.5, 177.5, 177.5);
}

.border-c-black6 {
  border-color: #989898 !important;
}

.bg-c-black6 {
  background-color: #989898;
}

.fill-c-black6 {
  fill: #989898;
}

.bg-opacity-c-black6 {
  background-color: rgba(152, 152, 152, 0.8);
}

.gradient-black6 {
  background: -webkit-gradient(linear, left top, right top, from(#989898), to(rgb(177.5, 177.5, 177.5)));
  background: linear-gradient(to right, #989898, rgb(177.5, 177.5, 177.5));
}

.c-black7 {
  color: #b4b4b4;
}

.text-on-black7 {
  background-color: #b4b4b4;
  color: rgb(205.5, 205.5, 205.5);
}

.border-c-black7 {
  border-color: #b4b4b4 !important;
}

.bg-c-black7 {
  background-color: #b4b4b4;
}

.fill-c-black7 {
  fill: #b4b4b4;
}

.bg-opacity-c-black7 {
  background-color: rgba(180, 180, 180, 0.8);
}

.gradient-black7 {
  background: -webkit-gradient(linear, left top, right top, from(#b4b4b4), to(rgb(205.5, 205.5, 205.5)));
  background: linear-gradient(to right, #b4b4b4, rgb(205.5, 205.5, 205.5));
}

.c-black8 {
  color: #ccc;
}

.text-on-black8 {
  background-color: #ccc;
  color: rgb(229.5, 229.5, 229.5);
}

.border-c-black8 {
  border-color: #ccc !important;
}

.bg-c-black8 {
  background-color: #ccc;
}

.fill-c-black8 {
  fill: #ccc;
}

.bg-opacity-c-black8 {
  background-color: rgba(204, 204, 204, 0.8);
}

.gradient-black8 {
  background: -webkit-gradient(linear, left top, right top, from(#ccc), to(rgb(229.5, 229.5, 229.5)));
  background: linear-gradient(to right, #ccc, rgb(229.5, 229.5, 229.5));
}

.c-black9 {
  color: #e6e6e5;
}

.text-on-black9 {
  background-color: #e6e6e5;
  color: white;
}

.border-c-black9 {
  border-color: #e6e6e5 !important;
}

.bg-c-black9 {
  background-color: #e6e6e5;
}

.fill-c-black9 {
  fill: #e6e6e5;
}

.bg-opacity-c-black9 {
  background-color: rgba(230, 230, 229, 0.8);
}

.gradient-black9 {
  background: -webkit-gradient(linear, left top, right top, from(#e6e6e5), to(white));
  background: linear-gradient(to right, #e6e6e5, white);
}

.c-black10 {
  color: #f3f3f3;
}

.text-on-black10 {
  background-color: #f3f3f3;
  color: white;
}

.border-c-black10 {
  border-color: #f3f3f3 !important;
}

.bg-c-black10 {
  background-color: #f3f3f3;
}

.fill-c-black10 {
  fill: #f3f3f3;
}

.bg-opacity-c-black10 {
  background-color: rgba(243, 243, 243, 0.8);
}

.gradient-black10 {
  background: -webkit-gradient(linear, left top, right top, from(#f3f3f3), to(white));
  background: linear-gradient(to right, #f3f3f3, white);
}

.c-white0 {
  color: #fff;
}

.text-on-white0 {
  background-color: #fff;
  color: white;
}

.border-c-white0 {
  border-color: #fff !important;
}

.bg-c-white0 {
  background-color: #fff;
}

.fill-c-white0 {
  fill: #fff;
}

.bg-opacity-c-white0 {
  background-color: rgba(255, 255, 255, 0.8);
}

.gradient-white0 {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(white));
  background: linear-gradient(to right, #fff, white);
}

.c-text {
  color: #181818;
}

.text-on-text {
  background-color: #181818;
  color: rgb(49.5, 49.5, 49.5);
}

.border-c-text {
  border-color: #181818 !important;
}

.bg-c-text {
  background-color: #181818;
}

.fill-c-text {
  fill: #181818;
}

.bg-opacity-c-text {
  background-color: rgba(24, 24, 24, 0.8);
}

.gradient-text {
  background: -webkit-gradient(linear, left top, right top, from(#181818), to(rgb(49.5, 49.5, 49.5)));
  background: linear-gradient(to right, #181818, rgb(49.5, 49.5, 49.5));
}

.c-text-sub {
  color: #ccc;
}

.text-on-text-sub {
  background-color: #ccc;
  color: rgb(229.5, 229.5, 229.5);
}

.border-c-text-sub {
  border-color: #ccc !important;
}

.bg-c-text-sub {
  background-color: #ccc;
}

.fill-c-text-sub {
  fill: #ccc;
}

.bg-opacity-c-text-sub {
  background-color: rgba(204, 204, 204, 0.8);
}

.gradient-text-sub {
  background: -webkit-gradient(linear, left top, right top, from(#ccc), to(rgb(229.5, 229.5, 229.5)));
  background: linear-gradient(to right, #ccc, rgb(229.5, 229.5, 229.5));
}

.c-bg0 {
  color: #edf6f6;
}

.text-on-bg0 {
  background-color: #edf6f6;
  color: white;
}

.border-c-bg0 {
  border-color: #edf6f6 !important;
}

.bg-c-bg0 {
  background-color: #edf6f6;
}

.fill-c-bg0 {
  fill: #edf6f6;
}

.bg-opacity-c-bg0 {
  background-color: rgba(237, 246, 246, 0.8);
}

.gradient-bg0 {
  background: -webkit-gradient(linear, left top, right top, from(#edf6f6), to(white));
  background: linear-gradient(to right, #edf6f6, white);
}

.c-bg1 {
  color: rgb(203, 224.8947368421, 255);
}

.text-on-bg1 {
  background-color: rgb(203, 224.8947368421, 255);
  color: rgb(254, 254.4210526316, 255);
}

.border-c-bg1 {
  border-color: rgb(203, 224.8947368421, 255) !important;
}

.bg-c-bg1 {
  background-color: rgb(203, 224.8947368421, 255);
}

.fill-c-bg1 {
  fill: rgb(203, 224.8947368421, 255);
}

.bg-opacity-c-bg1 {
  background-color: rgba(203, 224.8947368421, 255, 0.8);
}

.gradient-bg1 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(203, 224.8947368421, 255)), to(rgb(254, 254.4210526316, 255)));
  background: linear-gradient(to right, rgb(203, 224.8947368421, 255), rgb(254, 254.4210526316, 255));
}

.c-bg2 {
  color: #fbf7ed;
}

.text-on-bg2 {
  background-color: #fbf7ed;
  color: white;
}

.border-c-bg2 {
  border-color: #fbf7ed !important;
}

.bg-c-bg2 {
  background-color: #fbf7ed;
}

.fill-c-bg2 {
  fill: #fbf7ed;
}

.bg-opacity-c-bg2 {
  background-color: rgba(251, 247, 237, 0.8);
}

.gradient-bg2 {
  background: -webkit-gradient(linear, left top, right top, from(#fbf7ed), to(white));
  background: linear-gradient(to right, #fbf7ed, white);
}

.c-bg3 {
  color: #f3f5f7;
}

.text-on-bg3 {
  background-color: #f3f5f7;
  color: white;
}

.border-c-bg3 {
  border-color: #f3f5f7 !important;
}

.bg-c-bg3 {
  background-color: #f3f5f7;
}

.fill-c-bg3 {
  fill: #f3f5f7;
}

.bg-opacity-c-bg3 {
  background-color: rgba(243, 245, 247, 0.8);
}

.gradient-bg3 {
  background: -webkit-gradient(linear, left top, right top, from(#f3f5f7), to(white));
  background: linear-gradient(to right, #f3f5f7, white);
}

.c-bg4 {
  color: #f1eef5;
}

.text-on-bg4 {
  background-color: #f1eef5;
  color: white;
}

.border-c-bg4 {
  border-color: #f1eef5 !important;
}

.bg-c-bg4 {
  background-color: #f1eef5;
}

.fill-c-bg4 {
  fill: #f1eef5;
}

.bg-opacity-c-bg4 {
  background-color: rgba(241, 238, 245, 0.8);
}

.gradient-bg4 {
  background: -webkit-gradient(linear, left top, right top, from(#f1eef5), to(white));
  background: linear-gradient(to right, #f1eef5, white);
}

.c-bg5 {
  color: #e8eff9;
}

.text-on-bg5 {
  background-color: #e8eff9;
  color: white;
}

.border-c-bg5 {
  border-color: #e8eff9 !important;
}

.bg-c-bg5 {
  background-color: #e8eff9;
}

.fill-c-bg5 {
  fill: #e8eff9;
}

.bg-opacity-c-bg5 {
  background-color: rgba(232, 239, 249, 0.8);
}

.gradient-bg5 {
  background: -webkit-gradient(linear, left top, right top, from(#e8eff9), to(white));
  background: linear-gradient(to right, #e8eff9, white);
}

.c-bg6 {
  color: #dcebf8;
}

.text-on-bg6 {
  background-color: #dcebf8;
  color: white;
}

.border-c-bg6 {
  border-color: #dcebf8 !important;
}

.bg-c-bg6 {
  background-color: #dcebf8;
}

.fill-c-bg6 {
  fill: #dcebf8;
}

.bg-opacity-c-bg6 {
  background-color: rgba(220, 235, 248, 0.8);
}

.gradient-bg6 {
  background: -webkit-gradient(linear, left top, right top, from(#dcebf8), to(white));
  background: linear-gradient(to right, #dcebf8, white);
}

.c-bg7 {
  color: #eff3f6;
}

.text-on-bg7 {
  background-color: #eff3f6;
  color: white;
}

.border-c-bg7 {
  border-color: #eff3f6 !important;
}

.bg-c-bg7 {
  background-color: #eff3f6;
}

.fill-c-bg7 {
  fill: #eff3f6;
}

.bg-opacity-c-bg7 {
  background-color: rgba(239, 243, 246, 0.8);
}

.gradient-bg7 {
  background: -webkit-gradient(linear, left top, right top, from(#eff3f6), to(white));
  background: linear-gradient(to right, #eff3f6, white);
}

.c-border {
  color: #e6e6e5;
}

.text-on-border {
  background-color: #e6e6e5;
  color: white;
}

.border-c-border {
  border-color: #e6e6e5 !important;
}

.bg-c-border {
  background-color: #e6e6e5;
}

.fill-c-border {
  fill: #e6e6e5;
}

.bg-opacity-c-border {
  background-color: rgba(230, 230, 229, 0.8);
}

.gradient-border {
  background: -webkit-gradient(linear, left top, right top, from(#e6e6e5), to(white));
  background: linear-gradient(to right, #e6e6e5, white);
}

.c-jp {
  color: #acacac;
}

.text-on-jp {
  background-color: #acacac;
  color: rgb(197.5, 197.5, 197.5);
}

.border-c-jp {
  border-color: #acacac !important;
}

.bg-c-jp {
  background-color: #acacac;
}

.fill-c-jp {
  fill: #acacac;
}

.bg-opacity-c-jp {
  background-color: rgba(172, 172, 172, 0.8);
}

.gradient-jp {
  background: -webkit-gradient(linear, left top, right top, from(#acacac), to(rgb(197.5, 197.5, 197.5)));
  background: linear-gradient(to right, #acacac, rgb(197.5, 197.5, 197.5));
}

.c-map {
  color: #606060;
}

.text-on-map {
  background-color: #606060;
  color: rgb(121.5, 121.5, 121.5);
}

.border-c-map {
  border-color: #606060 !important;
}

.bg-c-map {
  background-color: #606060;
}

.fill-c-map {
  fill: #606060;
}

.bg-opacity-c-map {
  background-color: rgba(96, 96, 96, 0.8);
}

.gradient-map {
  background: -webkit-gradient(linear, left top, right top, from(#606060), to(rgb(121.5, 121.5, 121.5)));
  background: linear-gradient(to right, #606060, rgb(121.5, 121.5, 121.5));
}

.c-error {
  color: #c8232d;
}

.text-on-error {
  background-color: #c8232d;
  color: rgb(221.6382978723, 64.3617021277, 73.8936170213);
}

.border-c-error {
  border-color: #c8232d !important;
}

.bg-c-error {
  background-color: #c8232d;
}

.fill-c-error {
  fill: #c8232d;
}

.bg-opacity-c-error {
  background-color: rgba(200, 35, 45, 0.8);
}

.gradient-error {
  background: -webkit-gradient(linear, left top, right top, from(#c8232d), to(rgb(221.6382978723, 64.3617021277, 73.8936170213)));
  background: linear-gradient(to right, #c8232d, rgb(221.6382978723, 64.3617021277, 73.8936170213));
}

.c-error-bg {
  color: #c8232d;
}

.text-on-error-bg {
  background-color: #c8232d;
  color: rgb(221.6382978723, 64.3617021277, 73.8936170213);
}

.border-c-error-bg {
  border-color: #c8232d !important;
}

.bg-c-error-bg {
  background-color: #c8232d;
}

.fill-c-error-bg {
  fill: #c8232d;
}

.bg-opacity-c-error-bg {
  background-color: rgba(200, 35, 45, 0.8);
}

.gradient-error-bg {
  background: -webkit-gradient(linear, left top, right top, from(#c8232d), to(rgb(221.6382978723, 64.3617021277, 73.8936170213)));
  background: linear-gradient(to right, #c8232d, rgb(221.6382978723, 64.3617021277, 73.8936170213));
}

.c-success {
  color: #29bb0f;
}

.text-on-success {
  background-color: #29bb0f;
  color: rgb(51.3514851485, 234.2128712871, 18.7871287129);
}

.border-c-success {
  border-color: #29bb0f !important;
}

.bg-c-success {
  background-color: #29bb0f;
}

.fill-c-success {
  fill: #29bb0f;
}

.bg-opacity-c-success {
  background-color: rgba(41, 187, 15, 0.8);
}

.gradient-success {
  background: -webkit-gradient(linear, left top, right top, from(#29bb0f), to(rgb(51.3514851485, 234.2128712871, 18.7871287129)));
  background: linear-gradient(to right, #29bb0f, rgb(51.3514851485, 234.2128712871, 18.7871287129));
}

.c-success-bg {
  color: #29bb0f;
}

.text-on-success-bg {
  background-color: #29bb0f;
  color: rgb(51.3514851485, 234.2128712871, 18.7871287129);
}

.border-c-success-bg {
  border-color: #29bb0f !important;
}

.bg-c-success-bg {
  background-color: #29bb0f;
}

.fill-c-success-bg {
  fill: #29bb0f;
}

.bg-opacity-c-success-bg {
  background-color: rgba(41, 187, 15, 0.8);
}

.gradient-success-bg {
  background: -webkit-gradient(linear, left top, right top, from(#29bb0f), to(rgb(51.3514851485, 234.2128712871, 18.7871287129)));
  background: linear-gradient(to right, #29bb0f, rgb(51.3514851485, 234.2128712871, 18.7871287129));
}

.c-warning {
  color: #008fde;
}

.text-on-warning {
  background-color: #008fde;
  color: rgb(18, 170.6621621622, 255);
}

.border-c-warning {
  border-color: #008fde !important;
}

.bg-c-warning {
  background-color: #008fde;
}

.fill-c-warning {
  fill: #008fde;
}

.bg-opacity-c-warning {
  background-color: rgba(0, 143, 222, 0.8);
}

.gradient-warning {
  background: -webkit-gradient(linear, left top, right top, from(#008fde), to(rgb(18, 170.6621621622, 255)));
  background: linear-gradient(to right, #008fde, rgb(18, 170.6621621622, 255));
}

.c-warning-bg {
  color: #008fde;
}

.text-on-warning-bg {
  background-color: #008fde;
  color: rgb(18, 170.6621621622, 255);
}

.border-c-warning-bg {
  border-color: #008fde !important;
}

.bg-c-warning-bg {
  background-color: #008fde;
}

.fill-c-warning-bg {
  fill: #008fde;
}

.bg-opacity-c-warning-bg {
  background-color: rgba(0, 143, 222, 0.8);
}

.gradient-warning-bg {
  background: -webkit-gradient(linear, left top, right top, from(#008fde), to(rgb(18, 170.6621621622, 255)));
  background: linear-gradient(to right, #008fde, rgb(18, 170.6621621622, 255));
}

.c-rss {
  color: #ffac4a;
}

.text-on-rss {
  background-color: #ffac4a;
  color: rgb(255, 195.3867403315, 125);
}

.border-c-rss {
  border-color: #ffac4a !important;
}

.bg-c-rss {
  background-color: #ffac4a;
}

.fill-c-rss {
  fill: #ffac4a;
}

.bg-opacity-c-rss {
  background-color: rgba(255, 172, 74, 0.8);
}

.gradient-rss {
  background: -webkit-gradient(linear, left top, right top, from(#ffac4a), to(rgb(255, 195.3867403315, 125)));
  background: linear-gradient(to right, #ffac4a, rgb(255, 195.3867403315, 125));
}

.c-sns-facebook {
  color: #5372c1;
}

.text-on-sns-facebook {
  background-color: #5372c1;
  color: rgb(120.4871794872, 144.7307692308, 206.5128205128);
}

.border-c-sns-facebook {
  border-color: #5372c1 !important;
}

.bg-c-sns-facebook {
  background-color: #5372c1;
}

.fill-c-sns-facebook {
  fill: #5372c1;
}

.bg-opacity-c-sns-facebook {
  background-color: rgba(83, 114, 193, 0.8);
}

.gradient-sns-facebook {
  background: -webkit-gradient(linear, left top, right top, from(#5372c1), to(rgb(120.4871794872, 144.7307692308, 206.5128205128)));
  background: linear-gradient(to right, #5372c1, rgb(120.4871794872, 144.7307692308, 206.5128205128));
}

.c-sns-twitter {
  color: #43a5f0;
}

.text-on-sns-twitter {
  background-color: #43a5f0;
  color: rgb(114.2315270936, 187.6108374384, 243.7684729064);
}

.border-c-sns-twitter {
  border-color: #43a5f0 !important;
}

.bg-c-sns-twitter {
  background-color: #43a5f0;
}

.fill-c-sns-twitter {
  fill: #43a5f0;
}

.bg-opacity-c-sns-twitter {
  background-color: rgba(67, 165, 240, 0.8);
}

.gradient-sns-twitter {
  background: -webkit-gradient(linear, left top, right top, from(#43a5f0), to(rgb(114.2315270936, 187.6108374384, 243.7684729064)));
  background: linear-gradient(to right, #43a5f0, rgb(114.2315270936, 187.6108374384, 243.7684729064));
}

.c-sns-google-plus {
  color: #de4b39;
}

.text-on-sns-google-plus {
  background-color: #de4b39;
  color: rgb(229.2857142857, 114.7402597403, 100.7142857143);
}

.border-c-sns-google-plus {
  border-color: #de4b39 !important;
}

.bg-c-sns-google-plus {
  background-color: #de4b39;
}

.fill-c-sns-google-plus {
  fill: #de4b39;
}

.bg-opacity-c-sns-google-plus {
  background-color: rgba(222, 75, 57, 0.8);
}

.gradient-sns-google-plus {
  background: -webkit-gradient(linear, left top, right top, from(#de4b39), to(rgb(229.2857142857, 114.7402597403, 100.7142857143)));
  background: linear-gradient(to right, #de4b39, rgb(229.2857142857, 114.7402597403, 100.7142857143));
}

.c-sns-googleplus {
  color: #de4b39;
}

.text-on-sns-googleplus {
  background-color: #de4b39;
  color: rgb(229.2857142857, 114.7402597403, 100.7142857143);
}

.border-c-sns-googleplus {
  border-color: #de4b39 !important;
}

.bg-c-sns-googleplus {
  background-color: #de4b39;
}

.fill-c-sns-googleplus {
  fill: #de4b39;
}

.bg-opacity-c-sns-googleplus {
  background-color: rgba(222, 75, 57, 0.8);
}

.gradient-sns-googleplus {
  background: -webkit-gradient(linear, left top, right top, from(#de4b39), to(rgb(229.2857142857, 114.7402597403, 100.7142857143)));
  background: linear-gradient(to right, #de4b39, rgb(229.2857142857, 114.7402597403, 100.7142857143));
}

.c-sns-line {
  color: #29bb0f;
}

.text-on-sns-line {
  background-color: #29bb0f;
  color: rgb(51.3514851485, 234.2128712871, 18.7871287129);
}

.border-c-sns-line {
  border-color: #29bb0f !important;
}

.bg-c-sns-line {
  background-color: #29bb0f;
}

.fill-c-sns-line {
  fill: #29bb0f;
}

.bg-opacity-c-sns-line {
  background-color: rgba(41, 187, 15, 0.8);
}

.gradient-sns-line {
  background: -webkit-gradient(linear, left top, right top, from(#29bb0f), to(rgb(51.3514851485, 234.2128712871, 18.7871287129)));
  background: linear-gradient(to right, #29bb0f, rgb(51.3514851485, 234.2128712871, 18.7871287129));
}

.c-sns-pocket {
  color: #d3505a;
}

.text-on-sns-pocket {
  background-color: #d3505a;
  color: rgb(221.2465753425, 120.7534246575, 128.4246575342);
}

.border-c-sns-pocket {
  border-color: #d3505a !important;
}

.bg-c-sns-pocket {
  background-color: #d3505a;
}

.fill-c-sns-pocket {
  fill: #d3505a;
}

.bg-opacity-c-sns-pocket {
  background-color: rgba(211, 80, 90, 0.8);
}

.gradient-sns-pocket {
  background: -webkit-gradient(linear, left top, right top, from(#d3505a), to(rgb(221.2465753425, 120.7534246575, 128.4246575342)));
  background: linear-gradient(to right, #d3505a, rgb(221.2465753425, 120.7534246575, 128.4246575342));
}

.c-sns-hatena {
  color: #008fde;
}

.text-on-sns-hatena {
  background-color: #008fde;
  color: rgb(18, 170.6621621622, 255);
}

.border-c-sns-hatena {
  border-color: #008fde !important;
}

.bg-c-sns-hatena {
  background-color: #008fde;
}

.fill-c-sns-hatena {
  fill: #008fde;
}

.bg-opacity-c-sns-hatena {
  background-color: rgba(0, 143, 222, 0.8);
}

.gradient-sns-hatena {
  background: -webkit-gradient(linear, left top, right top, from(#008fde), to(rgb(18, 170.6621621622, 255)));
  background: linear-gradient(to right, #008fde, rgb(18, 170.6621621622, 255));
}

.c-sns-linkedin {
  color: #1174af;
}

.text-on-sns-linkedin {
  background-color: #1174af;
  color: rgb(21.515625, 146.8125, 221.484375);
}

.border-c-sns-linkedin {
  border-color: #1174af !important;
}

.bg-c-sns-linkedin {
  background-color: #1174af;
}

.fill-c-sns-linkedin {
  fill: #1174af;
}

.bg-opacity-c-sns-linkedin {
  background-color: rgba(17, 116, 175, 0.8);
}

.gradient-sns-linkedin {
  background: -webkit-gradient(linear, left top, right top, from(#1174af), to(rgb(21.515625, 146.8125, 221.484375)));
  background: linear-gradient(to right, #1174af, rgb(21.515625, 146.8125, 221.484375));
}

.c-sns-instagram {
  color: #537fa1;
}

.text-on-sns-instagram {
  background-color: #537fa1;
  color: rgb(113.1352459016, 151.9057377049, 181.8647540984);
}

.border-c-sns-instagram {
  border-color: #537fa1 !important;
}

.bg-c-sns-instagram {
  background-color: #537fa1;
}

.fill-c-sns-instagram {
  fill: #537fa1;
}

.bg-opacity-c-sns-instagram {
  background-color: rgba(83, 127, 161, 0.8);
}

.gradient-sns-instagram {
  background: -webkit-gradient(linear, left top, right top, from(#537fa1), to(rgb(113.1352459016, 151.9057377049, 181.8647540984)));
  background: linear-gradient(to right, #537fa1, rgb(113.1352459016, 151.9057377049, 181.8647540984));
}

.c-sns-flickr {
  color: #fb1683;
}

.text-on-sns-flickr {
  background-color: #fb1683;
  color: rgb(251.8607594937, 72.1392405063, 157.6835443038);
}

.border-c-sns-flickr {
  border-color: #fb1683 !important;
}

.bg-c-sns-flickr {
  background-color: #fb1683;
}

.fill-c-sns-flickr {
  fill: #fb1683;
}

.bg-opacity-c-sns-flickr {
  background-color: rgba(251, 22, 131, 0.8);
}

.gradient-sns-flickr {
  background: -webkit-gradient(linear, left top, right top, from(#fb1683), to(rgb(251.8607594937, 72.1392405063, 157.6835443038)));
  background: linear-gradient(to right, #fb1683, rgb(251.8607594937, 72.1392405063, 157.6835443038));
}

.c-sns-pinterest {
  color: #c8232d;
}

.text-on-sns-pinterest {
  background-color: #c8232d;
  color: rgb(221.6382978723, 64.3617021277, 73.8936170213);
}

.border-c-sns-pinterest {
  border-color: #c8232d !important;
}

.bg-c-sns-pinterest {
  background-color: #c8232d;
}

.fill-c-sns-pinterest {
  fill: #c8232d;
}

.bg-opacity-c-sns-pinterest {
  background-color: rgba(200, 35, 45, 0.8);
}

.gradient-sns-pinterest {
  background: -webkit-gradient(linear, left top, right top, from(#c8232d), to(rgb(221.6382978723, 64.3617021277, 73.8936170213)));
  background: linear-gradient(to right, #c8232d, rgb(221.6382978723, 64.3617021277, 73.8936170213));
}

.c-sns-tumblr {
  color: #2b445e;
}

.text-on-sns-tumblr {
  background-color: #2b445e;
  color: rgb(59.0072992701, 93.3138686131, 128.9927007299);
}

.border-c-sns-tumblr {
  border-color: #2b445e !important;
}

.bg-c-sns-tumblr {
  background-color: #2b445e;
}

.fill-c-sns-tumblr {
  fill: #2b445e;
}

.bg-opacity-c-sns-tumblr {
  background-color: rgba(43, 68, 94, 0.8);
}

.gradient-sns-tumblr {
  background: -webkit-gradient(linear, left top, right top, from(#2b445e), to(rgb(59.0072992701, 93.3138686131, 128.9927007299)));
  background: linear-gradient(to right, #2b445e, rgb(59.0072992701, 93.3138686131, 128.9927007299));
}

.c-sns-youtube {
  color: #fa373a;
}

.text-on-sns-youtube {
  background-color: #fa373a;
  color: rgb(251.243902439, 104.756097561, 107.0097560976);
}

.border-c-sns-youtube {
  border-color: #fa373a !important;
}

.bg-c-sns-youtube {
  background-color: #fa373a;
}

.fill-c-sns-youtube {
  fill: #fa373a;
}

.bg-opacity-c-sns-youtube {
  background-color: rgba(250, 55, 58, 0.8);
}

.gradient-sns-youtube {
  background: -webkit-gradient(linear, left top, right top, from(#fa373a), to(rgb(251.243902439, 104.756097561, 107.0097560976)));
  background: linear-gradient(to right, #fa373a, rgb(251.243902439, 104.756097561, 107.0097560976));
}

.c-sns-vimeo {
  color: #47b1d9;
}

.text-on-sns-vimeo {
  background-color: #47b1d9;
  color: rgb(113.2702702703, 194.9189189189, 225.7297297297);
}

.border-c-sns-vimeo {
  border-color: #47b1d9 !important;
}

.bg-c-sns-vimeo {
  background-color: #47b1d9;
}

.fill-c-sns-vimeo {
  fill: #47b1d9;
}

.bg-opacity-c-sns-vimeo {
  background-color: rgba(71, 177, 217, 0.8);
}

.gradient-sns-vimeo {
  background: -webkit-gradient(linear, left top, right top, from(#47b1d9), to(rgb(113.2702702703, 194.9189189189, 225.7297297297)));
  background: linear-gradient(to right, #47b1d9, rgb(113.2702702703, 194.9189189189, 225.7297297297));
}

.c-rakuten {
  color: #bf0000;
}

.text-on-rakuten {
  background-color: #bf0000;
  color: #f20000;
}

.border-c-rakuten {
  border-color: #bf0000 !important;
}

.bg-c-rakuten {
  background-color: #bf0000;
}

.fill-c-rakuten {
  fill: #bf0000;
}

.bg-opacity-c-rakuten {
  background-color: rgba(191, 0, 0, 0.8);
}

.gradient-rakuten {
  background: -webkit-gradient(linear, left top, right top, from(#bf0000), to(#f20000));
  background: linear-gradient(to right, #bf0000, #f20000);
}

.c-sale {
  color: #bf0000;
}

.text-on-sale {
  background-color: #bf0000;
  color: #f20000;
}

.border-c-sale {
  border-color: #bf0000 !important;
}

.bg-c-sale {
  background-color: #bf0000;
}

.fill-c-sale {
  fill: #bf0000;
}

.bg-opacity-c-sale {
  background-color: rgba(191, 0, 0, 0.8);
}

.gradient-sale {
  background: -webkit-gradient(linear, left top, right top, from(#bf0000), to(#f20000));
  background: linear-gradient(to right, #bf0000, #f20000);
}

.c-navy {
  color: #01017a;
}

.text-on-navy {
  background-color: #01017a;
  color: rgb(1.4146341463, 1.4146341463, 172.5853658537);
}

.border-c-navy {
  border-color: #01017a !important;
}

.bg-c-navy {
  background-color: #01017a;
}

.fill-c-navy {
  fill: #01017a;
}

.bg-opacity-c-navy {
  background-color: rgba(1, 1, 122, 0.8);
}

.gradient-navy {
  background: -webkit-gradient(linear, left top, right top, from(#01017a), to(rgb(1.4146341463, 1.4146341463, 172.5853658537)));
  background: linear-gradient(to right, #01017a, rgb(1.4146341463, 1.4146341463, 172.5853658537));
}

.c-grey {
  color: #a9a9a9;
}

.text-on-grey {
  background-color: #a9a9a9;
  color: rgb(194.5, 194.5, 194.5);
}

.border-c-grey {
  border-color: #a9a9a9 !important;
}

.bg-c-grey {
  background-color: #a9a9a9;
}

.fill-c-grey {
  fill: #a9a9a9;
}

.bg-opacity-c-grey {
  background-color: rgba(169, 169, 169, 0.8);
}

.gradient-grey {
  background: -webkit-gradient(linear, left top, right top, from(#a9a9a9), to(rgb(194.5, 194.5, 194.5)));
  background: linear-gradient(to right, #a9a9a9, rgb(194.5, 194.5, 194.5));
}

.c-brown {
  color: #8b4513;
}

.text-on-brown {
  background-color: #8b4513;
  color: rgb(183.8670886076, 91.2721518987, 25.1329113924);
}

.border-c-brown {
  border-color: #8b4513 !important;
}

.bg-c-brown {
  background-color: #8b4513;
}

.fill-c-brown {
  fill: #8b4513;
}

.bg-opacity-c-brown {
  background-color: rgba(139, 69, 19, 0.8);
}

.gradient-brown {
  background: -webkit-gradient(linear, left top, right top, from(#8b4513), to(rgb(183.8670886076, 91.2721518987, 25.1329113924)));
  background: linear-gradient(to right, #8b4513, rgb(183.8670886076, 91.2721518987, 25.1329113924));
}

.c-beige {
  color: #f5f5dc;
}

.text-on-beige {
  background-color: #f5f5dc;
  color: white;
}

.border-c-beige {
  border-color: #f5f5dc !important;
}

.bg-c-beige {
  background-color: #f5f5dc;
}

.fill-c-beige {
  fill: #f5f5dc;
}

.bg-opacity-c-beige {
  background-color: rgba(245, 245, 220, 0.8);
}

.gradient-beige {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5dc), to(white));
  background: linear-gradient(to right, #f5f5dc, white);
}

.c-green {
  color: #4bac78;
}

.text-on-green {
  background-color: #4bac78;
  color: rgb(107.3724696356, 190.6275303644, 145.995951417);
}

.border-c-green {
  border-color: #4bac78 !important;
}

.bg-c-green {
  background-color: #4bac78;
}

.fill-c-green {
  fill: #4bac78;
}

.bg-opacity-c-green {
  background-color: rgba(75, 172, 120, 0.8);
}

.gradient-green {
  background: -webkit-gradient(linear, left top, right top, from(#4bac78), to(rgb(107.3724696356, 190.6275303644, 145.995951417)));
  background: linear-gradient(to right, #4bac78, rgb(107.3724696356, 190.6275303644, 145.995951417));
}

.c-blue {
  color: #4169e1;
}

.text-on-blue {
  background-color: #4169e1;
  color: rgb(109.0454545455, 139.7727272727, 231.9545454545);
}

.border-c-blue {
  border-color: #4169e1 !important;
}

.bg-c-blue {
  background-color: #4169e1;
}

.fill-c-blue {
  fill: #4169e1;
}

.bg-opacity-c-blue {
  background-color: rgba(65, 105, 225, 0.8);
}

.gradient-blue {
  background: -webkit-gradient(linear, left top, right top, from(#4169e1), to(rgb(109.0454545455, 139.7727272727, 231.9545454545)));
  background: linear-gradient(to right, #4169e1, rgb(109.0454545455, 139.7727272727, 231.9545454545));
}

.c-purple {
  color: #c968e6;
}

.text-on-purple {
  background-color: #c968e6;
  color: rgb(216.6477272727, 147.7556818182, 237.2443181818);
}

.border-c-purple {
  border-color: #c968e6 !important;
}

.bg-c-purple {
  background-color: #c968e6;
}

.fill-c-purple {
  fill: #c968e6;
}

.bg-opacity-c-purple {
  background-color: rgba(201, 104, 230, 0.8);
}

.gradient-purple {
  background: -webkit-gradient(linear, left top, right top, from(#c968e6), to(rgb(216.6477272727, 147.7556818182, 237.2443181818)));
  background: linear-gradient(to right, #c968e6, rgb(216.6477272727, 147.7556818182, 237.2443181818));
}

.c-pink {
  color: #fcc6ca;
}

.text-on-pink {
  background-color: #fcc6ca;
  color: rgb(254.55, 246.45, 247.05);
}

.border-c-pink {
  border-color: #fcc6ca !important;
}

.bg-c-pink {
  background-color: #fcc6ca;
}

.fill-c-pink {
  fill: #fcc6ca;
}

.bg-opacity-c-pink {
  background-color: rgba(252, 198, 202, 0.8);
}

.gradient-pink {
  background: -webkit-gradient(linear, left top, right top, from(#fcc6ca), to(rgb(254.55, 246.45, 247.05)));
  background: linear-gradient(to right, #fcc6ca, rgb(254.55, 246.45, 247.05));
}

.c-red {
  color: #dd6463;
}

.text-on-red {
  background-color: #dd6463;
  color: rgb(230.1263157895, 141.6052631579, 140.8736842105);
}

.border-c-red {
  border-color: #dd6463 !important;
}

.bg-c-red {
  background-color: #dd6463;
}

.fill-c-red {
  fill: #dd6463;
}

.bg-opacity-c-red {
  background-color: rgba(221, 100, 99, 0.8);
}

.gradient-red {
  background: -webkit-gradient(linear, left top, right top, from(#dd6463), to(rgb(230.1263157895, 141.6052631579, 140.8736842105)));
  background: linear-gradient(to right, #dd6463, rgb(230.1263157895, 141.6052631579, 140.8736842105));
}

.c-yellow {
  color: #efb445;
}

.text-on-yellow {
  background-color: #efb445;
  color: rgb(243.0396039604, 198.9356435644, 115.9603960396);
}

.border-c-yellow {
  border-color: #efb445 !important;
}

.bg-c-yellow {
  background-color: #efb445;
}

.fill-c-yellow {
  fill: #efb445;
}

.bg-opacity-c-yellow {
  background-color: rgba(239, 180, 69, 0.8);
}

.gradient-yellow {
  background: -webkit-gradient(linear, left top, right top, from(#efb445), to(rgb(243.0396039604, 198.9356435644, 115.9603960396)));
  background: linear-gradient(to right, #efb445, rgb(243.0396039604, 198.9356435644, 115.9603960396));
}

.c-orange {
  color: #fda65f;
}

.text-on-orange {
  background-color: #fda65f;
  color: rgb(253.6296296296, 194.0185185185, 145.3703703704);
}

.border-c-orange {
  border-color: #fda65f !important;
}

.bg-c-orange {
  background-color: #fda65f;
}

.fill-c-orange {
  fill: #fda65f;
}

.bg-opacity-c-orange {
  background-color: rgba(253, 166, 95, 0.8);
}

.gradient-orange {
  background: -webkit-gradient(linear, left top, right top, from(#fda65f), to(rgb(253.6296296296, 194.0185185185, 145.3703703704)));
  background: linear-gradient(to right, #fda65f, rgb(253.6296296296, 194.0185185185, 145.3703703704));
}

.c-magenta {
  color: #ff00ff;
}

.text-on-magenta {
  background-color: #ff00ff;
  color: #ff33ff;
}

.border-c-magenta {
  border-color: #ff00ff !important;
}

.bg-c-magenta {
  background-color: #ff00ff;
}

.fill-c-magenta {
  fill: #ff00ff;
}

.bg-opacity-c-magenta {
  background-color: rgba(255, 0, 255, 0.8);
}

.gradient-magenta {
  background: -webkit-gradient(linear, left top, right top, from(#ff00ff), to(#ff33ff));
  background: linear-gradient(to right, #ff00ff, #ff33ff);
}

.c-gold {
  color: #cda432;
}

.text-on-gold {
  background-color: #cda432;
  color: rgb(215, 182.2, 91);
}

.border-c-gold {
  border-color: #cda432 !important;
}

.bg-c-gold {
  background-color: #cda432;
}

.fill-c-gold {
  fill: #cda432;
}

.bg-opacity-c-gold {
  background-color: rgba(205, 164, 50, 0.8);
}

.gradient-gold {
  background: -webkit-gradient(linear, left top, right top, from(#cda432), to(rgb(215, 182.2, 91)));
  background: linear-gradient(to right, #cda432, rgb(215, 182.2, 91));
}

.c-silver {
  color: #c0c0c0;
}

.text-on-silver {
  background-color: #c0c0c0;
  color: rgb(217.5, 217.5, 217.5);
}

.border-c-silver {
  border-color: #c0c0c0 !important;
}

.bg-c-silver {
  background-color: #c0c0c0;
}

.fill-c-silver {
  fill: #c0c0c0;
}

.bg-opacity-c-silver {
  background-color: rgba(192, 192, 192, 0.8);
}

.gradient-silver {
  background: -webkit-gradient(linear, left top, right top, from(#c0c0c0), to(rgb(217.5, 217.5, 217.5)));
  background: linear-gradient(to right, #c0c0c0, rgb(217.5, 217.5, 217.5));
}

.c-lightblue {
  color: #c5d9f4;
}

.text-on-lightblue {
  background-color: #c5d9f4;
  color: rgb(239.8695652174, 245.0869565217, 252.1304347826);
}

.border-c-lightblue {
  border-color: #c5d9f4 !important;
}

.bg-c-lightblue {
  background-color: #c5d9f4;
}

.fill-c-lightblue {
  fill: #c5d9f4;
}

.bg-opacity-c-lightblue {
  background-color: rgba(197, 217, 244, 0.8);
}

.gradient-lightblue {
  background: -webkit-gradient(linear, left top, right top, from(#c5d9f4), to(rgb(239.8695652174, 245.0869565217, 252.1304347826)));
  background: linear-gradient(to right, #c5d9f4, rgb(239.8695652174, 245.0869565217, 252.1304347826));
}

.c-darkred {
  color: #c0392b;
}

.text-on-darkred {
  background-color: #c0392b;
  color: rgb(214.0127659574, 85.3319148936, 71.9872340426);
}

.border-c-darkred {
  border-color: #c0392b !important;
}

.bg-c-darkred {
  background-color: #c0392b;
}

.fill-c-darkred {
  fill: #c0392b;
}

.bg-opacity-c-darkred {
  background-color: rgba(192, 57, 43, 0.8);
}

.gradient-darkred {
  background: -webkit-gradient(linear, left top, right top, from(#c0392b), to(rgb(214.0127659574, 85.3319148936, 71.9872340426)));
  background: linear-gradient(to right, #c0392b, rgb(214.0127659574, 85.3319148936, 71.9872340426));
}

.c-darkblue {
  color: #2980b9;
}

.text-on-darkblue {
  background-color: #2980b9;
  color: rgb(64.2699115044, 153.9646017699, 212.7300884956);
}

.border-c-darkblue {
  border-color: #2980b9 !important;
}

.bg-c-darkblue {
  background-color: #2980b9;
}

.fill-c-darkblue {
  fill: #2980b9;
}

.bg-opacity-c-darkblue {
  background-color: rgba(41, 128, 185, 0.8);
}

.gradient-darkblue {
  background: -webkit-gradient(linear, left top, right top, from(#2980b9), to(rgb(64.2699115044, 153.9646017699, 212.7300884956)));
  background: linear-gradient(to right, #2980b9, rgb(64.2699115044, 153.9646017699, 212.7300884956));
}

.c-darkorange {
  color: #f39c12;
}

.text-on-darkorange {
  background-color: #f39c12;
  color: rgb(245.4578313253, 176.2771084337, 66.5421686747);
}

.border-c-darkorange {
  border-color: #f39c12 !important;
}

.bg-c-darkorange {
  background-color: #f39c12;
}

.fill-c-darkorange {
  fill: #f39c12;
}

.bg-opacity-c-darkorange {
  background-color: rgba(243, 156, 18, 0.8);
}

.gradient-darkorange {
  background: -webkit-gradient(linear, left top, right top, from(#f39c12), to(rgb(245.4578313253, 176.2771084337, 66.5421686747)));
  background: linear-gradient(to right, #f39c12, rgb(245.4578313253, 176.2771084337, 66.5421686747));
}

.c-darkgreen {
  color: #27ae60;
}

.text-on-darkgreen {
  background-color: #27ae60;
  color: rgb(54.0422535211, 209.9577464789, 119.8732394366);
}

.border-c-darkgreen {
  border-color: #27ae60 !important;
}

.bg-c-darkgreen {
  background-color: #27ae60;
}

.fill-c-darkgreen {
  fill: #27ae60;
}

.bg-opacity-c-darkgreen {
  background-color: rgba(39, 174, 96, 0.8);
}

.gradient-darkgreen {
  background: -webkit-gradient(linear, left top, right top, from(#27ae60), to(rgb(54.0422535211, 209.9577464789, 119.8732394366)));
  background: linear-gradient(to right, #27ae60, rgb(54.0422535211, 209.9577464789, 119.8732394366));
}

.c-communication {
  color: #fda65f;
}

.text-on-communication {
  background-color: #fda65f;
  color: rgb(253.6296296296, 194.0185185185, 145.3703703704);
}

.border-c-communication {
  border-color: #fda65f !important;
}

.bg-c-communication {
  background-color: #fda65f;
}

.fill-c-communication {
  fill: #fda65f;
}

.bg-opacity-c-communication {
  background-color: rgba(253, 166, 95, 0.8);
}

.gradient-communication {
  background: -webkit-gradient(linear, left top, right top, from(#fda65f), to(rgb(253.6296296296, 194.0185185185, 145.3703703704)));
  background: linear-gradient(to right, #fda65f, rgb(253.6296296296, 194.0185185185, 145.3703703704));
}

.c-business {
  color: #87b2d8;
}

.text-on-business {
  background-color: #87b2d8;
  color: rgb(173.4905660377, 202.6981132075, 228.5094339623);
}

.border-c-business {
  border-color: #87b2d8 !important;
}

.bg-c-business {
  background-color: #87b2d8;
}

.fill-c-business {
  fill: #87b2d8;
}

.bg-opacity-c-business {
  background-color: rgba(135, 178, 216, 0.8);
}

.gradient-business {
  background: -webkit-gradient(linear, left top, right top, from(#87b2d8), to(rgb(173.4905660377, 202.6981132075, 228.5094339623)));
  background: linear-gradient(to right, #87b2d8, rgb(173.4905660377, 202.6981132075, 228.5094339623));
}

.c-business-title {
  color: #3775c9;
}

.text-on-business-title {
  background-color: #3775c9;
  color: rgb(95.157480315, 144.7086614173, 211.842519685);
}

.border-c-business-title {
  border-color: #3775c9 !important;
}

.bg-c-business-title {
  background-color: #3775c9;
}

.fill-c-business-title {
  fill: #3775c9;
}

.bg-opacity-c-business-title {
  background-color: rgba(55, 117, 201, 0.8);
}

.gradient-business-title {
  background: -webkit-gradient(linear, left top, right top, from(#3775c9), to(rgb(95.157480315, 144.7086614173, 211.842519685)));
  background: linear-gradient(to right, #3775c9, rgb(95.157480315, 144.7086614173, 211.842519685));
}

.c-business-bg {
  color: #ebf6ff;
}

.text-on-business-bg {
  background-color: #ebf6ff;
  color: white;
}

.border-c-business-bg {
  border-color: #ebf6ff !important;
}

.bg-c-business-bg {
  background-color: #ebf6ff;
}

.fill-c-business-bg {
  fill: #ebf6ff;
}

.bg-opacity-c-business-bg {
  background-color: rgba(235, 246, 255, 0.8);
}

.gradient-business-bg {
  background: -webkit-gradient(linear, left top, right top, from(#ebf6ff), to(white));
  background: linear-gradient(to right, #ebf6ff, white);
}

.c-global_communication {
  color: #6cdd9d;
}

.text-on-global_communication {
  background-color: #6cdd9d;
  color: rgb(149.4198895028, 230.5801104972, 184.6132596685);
}

.border-c-global_communication {
  border-color: #6cdd9d !important;
}

.bg-c-global_communication {
  background-color: #6cdd9d;
}

.fill-c-global_communication {
  fill: #6cdd9d;
}

.bg-opacity-c-global_communication {
  background-color: rgba(108, 221, 157, 0.8);
}

.gradient-global_communication {
  background: -webkit-gradient(linear, left top, right top, from(#6cdd9d), to(rgb(149.4198895028, 230.5801104972, 184.6132596685)));
  background: linear-gradient(to right, #6cdd9d, rgb(149.4198895028, 230.5801104972, 184.6132596685));
}

.c-literature {
  color: #d19c0b;
}

.text-on-literature {
  background-color: #d19c0b;
  color: rgb(243.05, 185.4727272727, 27.95);
}

.border-c-literature {
  border-color: #d19c0b !important;
}

.bg-c-literature {
  background-color: #d19c0b;
}

.fill-c-literature {
  fill: #d19c0b;
}

.bg-opacity-c-literature {
  background-color: rgba(209, 156, 11, 0.8);
}

.gradient-literature {
  background: -webkit-gradient(linear, left top, right top, from(#d19c0b), to(rgb(243.05, 185.4727272727, 27.95)));
  background: linear-gradient(to right, #d19c0b, rgb(243.05, 185.4727272727, 27.95));
}

.c-education {
  color: #eed40e;
}

.text-on-education {
  background-color: #eed40e;
  color: rgb(243.5, 222.1428571429, 59.5);
}

.border-c-education {
  border-color: #eed40e !important;
}

.bg-c-education {
  background-color: #eed40e;
}

.fill-c-education {
  fill: #eed40e;
}

.bg-opacity-c-education {
  background-color: rgba(238, 212, 14, 0.8);
}

.gradient-education {
  background: -webkit-gradient(linear, left top, right top, from(#eed40e), to(rgb(243.5, 222.1428571429, 59.5)));
  background: linear-gradient(to right, #eed40e, rgb(243.5, 222.1428571429, 59.5));
}

.c-human {
  color: #8e62ae;
}

.text-on-human {
  background-color: #8e62ae;
  color: rgb(166.2142857143, 131.6428571429, 191.3571428571);
}

.border-c-human {
  border-color: #8e62ae !important;
}

.bg-c-human {
  background-color: #8e62ae;
}

.fill-c-human {
  fill: #8e62ae;
}

.bg-opacity-c-human {
  background-color: rgba(142, 98, 174, 0.8);
}

.gradient-human {
  background: -webkit-gradient(linear, left top, right top, from(#8e62ae), to(rgb(166.2142857143, 131.6428571429, 191.3571428571)));
  background: linear-gradient(to right, #8e62ae, rgb(166.2142857143, 131.6428571429, 191.3571428571));
}

.c-psychology {
  color: #84ac16;
}

.text-on-psychology {
  background-color: #84ac16;
  color: rgb(166.7010309278, 217.2164948454, 27.7835051546);
}

.border-c-psychology {
  border-color: #84ac16 !important;
}

.bg-c-psychology {
  background-color: #84ac16;
}

.fill-c-psychology {
  fill: #84ac16;
}

.bg-opacity-c-psychology {
  background-color: rgba(132, 172, 22, 0.8);
}

.gradient-psychology {
  background: -webkit-gradient(linear, left top, right top, from(#84ac16), to(rgb(166.7010309278, 217.2164948454, 27.7835051546)));
  background: linear-gradient(to right, #84ac16, rgb(166.7010309278, 217.2164948454, 27.7835051546));
}

.c-creation_expression {
  color: #3ebecd;
}

.text-on-creation_expression {
  background-color: #3ebecd;
  color: rgb(102.5061728395, 203.6419753086, 215.4938271605);
}

.border-c-creation_expression {
  border-color: #3ebecd !important;
}

.bg-c-creation_expression {
  background-color: #3ebecd;
}

.fill-c-creation_expression {
  fill: #3ebecd;
}

.bg-opacity-c-creation_expression {
  background-color: rgba(62, 190, 205, 0.8);
}

.gradient-creation_expression {
  background: -webkit-gradient(linear, left top, right top, from(#3ebecd), to(rgb(102.5061728395, 203.6419753086, 215.4938271605)));
  background: linear-gradient(to right, #3ebecd, rgb(102.5061728395, 203.6419753086, 215.4938271605));
}

.c-architecture {
  color: #0d78aa;
}

.text-on-architecture {
  background-color: #0d78aa;
  color: rgb(16.6229508197, 153.4426229508, 217.3770491803);
}

.border-c-architecture {
  border-color: #0d78aa !important;
}

.bg-c-architecture {
  background-color: #0d78aa;
}

.fill-c-architecture {
  fill: #0d78aa;
}

.bg-opacity-c-architecture {
  background-color: rgba(13, 120, 170, 0.8);
}

.gradient-architecture {
  background: -webkit-gradient(linear, left top, right top, from(#0d78aa), to(rgb(16.6229508197, 153.4426229508, 217.3770491803)));
  background: linear-gradient(to right, #0d78aa, rgb(16.6229508197, 153.4426229508, 217.3770491803));
}

.c-health {
  color: #f7612f;
}

.text-on-health {
  background-color: #f7612f;
  color: rgb(248.8888888889, 134.3055555556, 96.1111111111);
}

.border-c-health {
  border-color: #f7612f !important;
}

.bg-c-health {
  background-color: #f7612f;
}

.fill-c-health {
  fill: #f7612f;
}

.bg-opacity-c-health {
  background-color: rgba(247, 97, 47, 0.8);
}

.gradient-health {
  background: -webkit-gradient(linear, left top, right top, from(#f7612f), to(rgb(248.8888888889, 134.3055555556, 96.1111111111)));
  background: linear-gradient(to right, #f7612f, rgb(248.8888888889, 134.3055555556, 96.1111111111));
}

.c-nutrition {
  color: #119955;
}

.text-on-nutrition {
  background-color: #119955;
  color: rgb(22.1, 198.9, 110.5);
}

.border-c-nutrition {
  border-color: #119955 !important;
}

.bg-c-nutrition {
  background-color: #119955;
}

.fill-c-nutrition {
  fill: #119955;
}

.bg-opacity-c-nutrition {
  background-color: rgba(17, 153, 85, 0.8);
}

.gradient-nutrition {
  background: -webkit-gradient(linear, left top, right top, from(#119955), to(rgb(22.1, 198.9, 110.5)));
  background: linear-gradient(to right, #119955, rgb(22.1, 198.9, 110.5));
}

.c-welfare {
  color: #db678a;
}

.text-on-welfare {
  background-color: #db678a;
  color: rgb(228.7659574468, 144.2340425532, 169.7393617021);
}

.border-c-welfare {
  border-color: #db678a !important;
}

.bg-c-welfare {
  background-color: #db678a;
}

.fill-c-welfare {
  fill: #db678a;
}

.bg-opacity-c-welfare {
  background-color: rgba(219, 103, 138, 0.8);
}

.gradient-welfare {
  background: -webkit-gradient(linear, left top, right top, from(#db678a), to(rgb(228.7659574468, 144.2340425532, 169.7393617021)));
  background: linear-gradient(to right, #db678a, rgb(228.7659574468, 144.2340425532, 169.7393617021));
}

.c-pursuit {
  color: #4ec3bc;
}

.text-on-pursuit {
  background-color: #4ec3bc;
  color: rgb(116.0886075949, 207.9113924051, 202.417721519);
}

.border-c-pursuit {
  border-color: #4ec3bc !important;
}

.bg-c-pursuit {
  background-color: #4ec3bc;
}

.fill-c-pursuit {
  fill: #4ec3bc;
}

.bg-opacity-c-pursuit {
  background-color: rgba(78, 195, 188, 0.8);
}

.gradient-pursuit {
  background: -webkit-gradient(linear, left top, right top, from(#4ec3bc), to(rgb(116.0886075949, 207.9113924051, 202.417721519)));
  background: linear-gradient(to right, #4ec3bc, rgb(116.0886075949, 207.9113924051, 202.417721519));
}

.c-exchange {
  color: #9c78c7;
}

.text-on-exchange {
  background-color: #9c78c7;
  color: rgb(182.4345549738, 156.0471204188, 213.9528795812);
}

.border-c-exchange {
  border-color: #9c78c7 !important;
}

.bg-c-exchange {
  background-color: #9c78c7;
}

.fill-c-exchange {
  fill: #9c78c7;
}

.bg-opacity-c-exchange {
  background-color: rgba(156, 120, 199, 0.8);
}

.gradient-exchange {
  background: -webkit-gradient(linear, left top, right top, from(#9c78c7), to(rgb(182.4345549738, 156.0471204188, 213.9528795812)));
  background: linear-gradient(to right, #9c78c7, rgb(182.4345549738, 156.0471204188, 213.9528795812));
}

.c-growth {
  color: #59b879;
}

.text-on-growth {
  background-color: #59b879;
  color: rgb(124.7215189873, 199.2784810127, 149.835443038);
}

.border-c-growth {
  border-color: #59b879 !important;
}

.bg-c-growth {
  background-color: #59b879;
}

.fill-c-growth {
  fill: #59b879;
}

.bg-opacity-c-growth {
  background-color: rgba(89, 184, 121, 0.8);
}

.gradient-growth {
  background: -webkit-gradient(linear, left top, right top, from(#59b879), to(rgb(124.7215189873, 199.2784810127, 149.835443038)));
  background: linear-gradient(to right, #59b879, rgb(124.7215189873, 199.2784810127, 149.835443038));
}

.c-dynamism {
  color: #ea7289;
}

.text-on-dynamism {
  background-color: #ea7289;
  color: rgb(240.6111111111, 158.3888888889, 174.1481481481);
}

.border-c-dynamism {
  border-color: #ea7289 !important;
}

.bg-c-dynamism {
  background-color: #ea7289;
}

.fill-c-dynamism {
  fill: #ea7289;
}

.bg-opacity-c-dynamism {
  background-color: rgba(234, 114, 137, 0.8);
}

.gradient-dynamism {
  background: -webkit-gradient(linear, left top, right top, from(#ea7289), to(rgb(240.6111111111, 158.3888888889, 174.1481481481)));
  background: linear-gradient(to right, #ea7289, rgb(240.6111111111, 158.3888888889, 174.1481481481));
}

.c-report {
  color: #cfb12b;
}

.text-on-report {
  background-color: #cfb12b;
  color: rgb(219.052, 193.972, 81.948);
}

.border-c-report {
  border-color: #cfb12b !important;
}

.bg-c-report {
  background-color: #cfb12b;
}

.fill-c-report {
  fill: #cfb12b;
}

.bg-opacity-c-report {
  background-color: rgba(207, 177, 43, 0.8);
}

.gradient-report {
  background: -webkit-gradient(linear, left top, right top, from(#cfb12b), to(rgb(219.052, 193.972, 81.948)));
  background: linear-gradient(to right, #cfb12b, rgb(219.052, 193.972, 81.948));
}

.c-bg-literature {
  color: rgb(253.25, 244.8181818182, 221.75);
}

.text-on-bg-literature {
  background-color: rgb(253.25, 244.8181818182, 221.75);
  color: white;
}

.border-c-bg-literature {
  border-color: rgb(253.25, 244.8181818182, 221.75) !important;
}

.bg-c-bg-literature {
  background-color: rgb(253.25, 244.8181818182, 221.75);
}

.fill-c-bg-literature {
  fill: rgb(253.25, 244.8181818182, 221.75);
}

.bg-opacity-c-bg-literature {
  background-color: rgba(253.25, 244.8181818182, 221.75, 0.8);
}

.gradient-bg-literature {
  background: -webkit-gradient(linear, left top, right top, from(rgb(253.25, 244.8181818182, 221.75)), to(white));
  background: linear-gradient(to right, rgb(253.25, 244.8181818182, 221.75), white);
}

.c-bg-education {
  color: rgb(252, 246.4285714286, 204);
}

.text-on-bg-education {
  background-color: rgb(252, 246.4285714286, 204);
  color: rgb(254.8333333333, 254.5238095238, 252.1666666667);
}

.border-c-bg-education {
  border-color: rgb(252, 246.4285714286, 204) !important;
}

.bg-c-bg-education {
  background-color: rgb(252, 246.4285714286, 204);
}

.fill-c-bg-education {
  fill: rgb(252, 246.4285714286, 204);
}

.bg-opacity-c-bg-education {
  background-color: rgba(252, 246.4285714286, 204, 0.8);
}

.gradient-bg-education {
  background: -webkit-gradient(linear, left top, right top, from(rgb(252, 246.4285714286, 204)), to(rgb(254.8333333333, 254.5238095238, 252.1666666667)));
  background: linear-gradient(to right, rgb(252, 246.4285714286, 204), rgb(254.8333333333, 254.5238095238, 252.1666666667));
}

.c-bg-human {
  color: rgb(238.8571428571, 232.5714285714, 243.4285714286);
}

.text-on-bg-human {
  background-color: rgb(238.8571428571, 232.5714285714, 243.4285714286);
  color: white;
}

.border-c-bg-human {
  border-color: rgb(238.8571428571, 232.5714285714, 243.4285714286) !important;
}

.bg-c-bg-human {
  background-color: rgb(238.8571428571, 232.5714285714, 243.4285714286);
}

.fill-c-bg-human {
  fill: rgb(238.8571428571, 232.5714285714, 243.4285714286);
}

.bg-opacity-c-bg-human {
  background-color: rgba(238.8571428571, 232.5714285714, 243.4285714286, 0.8);
}

.gradient-bg-human {
  background: -webkit-gradient(linear, left top, right top, from(rgb(238.8571428571, 232.5714285714, 243.4285714286)), to(white));
  background: linear-gradient(to right, rgb(238.8571428571, 232.5714285714, 243.4285714286), white);
}

.c-bg-psychology {
  color: rgb(219.206185567, 242.2989690722, 155.7010309278);
}

.text-on-bg-psychology {
  background-color: rgb(219.206185567, 242.2989690722, 155.7010309278);
  color: rgb(235.5051546392, 248.0824742268, 200.9175257732);
}

.border-c-bg-psychology {
  border-color: rgb(219.206185567, 242.2989690722, 155.7010309278) !important;
}

.bg-c-bg-psychology {
  background-color: rgb(219.206185567, 242.2989690722, 155.7010309278);
}

.fill-c-bg-psychology {
  fill: rgb(219.206185567, 242.2989690722, 155.7010309278);
}

.bg-opacity-c-bg-psychology {
  background-color: rgba(219.206185567, 242.2989690722, 155.7010309278, 0.8);
}

.gradient-bg-psychology {
  background: -webkit-gradient(linear, left top, right top, from(rgb(219.206185567, 242.2989690722, 155.7010309278)), to(rgb(235.5051546392, 248.0824742268, 200.9175257732)));
  background: linear-gradient(to right, rgb(219.206185567, 242.2989690722, 155.7010309278), rgb(235.5051546392, 248.0824742268, 200.9175257732));
}

.c-bg-creation_expression {
  color: rgb(224.024691358, 244.5679012346, 246.975308642);
}

.text-on-bg-creation_expression {
  background-color: rgb(224.024691358, 244.5679012346, 246.975308642);
  color: white;
}

.border-c-bg-creation_expression {
  border-color: rgb(224.024691358, 244.5679012346, 246.975308642) !important;
}

.bg-c-bg-creation_expression {
  background-color: rgb(224.024691358, 244.5679012346, 246.975308642);
}

.fill-c-bg-creation_expression {
  fill: rgb(224.024691358, 244.5679012346, 246.975308642);
}

.bg-opacity-c-bg-creation_expression {
  background-color: rgba(224.024691358, 244.5679012346, 246.975308642, 0.8);
}

.gradient-bg-creation_expression {
  background: -webkit-gradient(linear, left top, right top, from(rgb(224.024691358, 244.5679012346, 246.975308642)), to(white));
  background: linear-gradient(to right, rgb(224.024691358, 244.5679012346, 246.975308642), white);
}

.c-bg-architecture {
  color: rgb(211.8032786885, 238.9918032787, 251.6967213115);
}

.text-on-bg-architecture {
  background-color: rgb(211.8032786885, 238.9918032787, 251.6967213115);
  color: white;
}

.border-c-bg-architecture {
  border-color: rgb(211.8032786885, 238.9918032787, 251.6967213115) !important;
}

.bg-c-bg-architecture {
  background-color: rgb(211.8032786885, 238.9918032787, 251.6967213115);
}

.fill-c-bg-architecture {
  fill: rgb(211.8032786885, 238.9918032787, 251.6967213115);
}

.bg-opacity-c-bg-architecture {
  background-color: rgba(211.8032786885, 238.9918032787, 251.6967213115, 0.8);
}

.gradient-bg-architecture {
  background: -webkit-gradient(linear, left top, right top, from(rgb(211.8032786885, 238.9918032787, 251.6967213115)), to(white));
  background: linear-gradient(to right, rgb(211.8032786885, 238.9918032787, 251.6967213115), white);
}

.c-bg-health {
  color: rgb(254.5555555556, 246.2222222222, 243.4444444444);
}

.text-on-bg-health {
  background-color: rgb(254.5555555556, 246.2222222222, 243.4444444444);
  color: white;
}

.border-c-bg-health {
  border-color: rgb(254.5555555556, 246.2222222222, 243.4444444444) !important;
}

.bg-c-bg-health {
  background-color: rgb(254.5555555556, 246.2222222222, 243.4444444444);
}

.fill-c-bg-health {
  fill: rgb(254.5555555556, 246.2222222222, 243.4444444444);
}

.bg-opacity-c-bg-health {
  background-color: rgba(254.5555555556, 246.2222222222, 243.4444444444, 0.8);
}

.gradient-bg-health {
  background: -webkit-gradient(linear, left top, right top, from(rgb(254.5555555556, 246.2222222222, 243.4444444444)), to(white));
  background: linear-gradient(to right, rgb(254.5555555556, 246.2222222222, 243.4444444444), white);
}

.c-bg-nutrition {
  color: rgb(224.4, 251.6, 238);
}

.text-on-bg-nutrition {
  background-color: rgb(224.4, 251.6, 238);
  color: white;
}

.border-c-bg-nutrition {
  border-color: rgb(224.4, 251.6, 238) !important;
}

.bg-c-bg-nutrition {
  background-color: rgb(224.4, 251.6, 238);
}

.fill-c-bg-nutrition {
  fill: rgb(224.4, 251.6, 238);
}

.bg-opacity-c-bg-nutrition {
  background-color: rgba(224.4, 251.6, 238, 0.8);
}

.gradient-bg-nutrition {
  background: -webkit-gradient(linear, left top, right top, from(rgb(224.4, 251.6, 238)), to(white));
  background: linear-gradient(to right, rgb(224.4, 251.6, 238), white);
}

.c-bg-welfare {
  color: rgb(248.2978723404, 226.7021276596, 233.2180851064);
}

.text-on-bg-welfare {
  background-color: rgb(248.2978723404, 226.7021276596, 233.2180851064);
  color: white;
}

.border-c-bg-welfare {
  border-color: rgb(248.2978723404, 226.7021276596, 233.2180851064) !important;
}

.bg-c-bg-welfare {
  background-color: rgb(248.2978723404, 226.7021276596, 233.2180851064);
}

.fill-c-bg-welfare {
  fill: rgb(248.2978723404, 226.7021276596, 233.2180851064);
}

.bg-opacity-c-bg-welfare {
  background-color: rgba(248.2978723404, 226.7021276596, 233.2180851064, 0.8);
}

.gradient-bg-welfare {
  background: -webkit-gradient(linear, left top, right top, from(rgb(248.2978723404, 226.7021276596, 233.2180851064)), to(white));
  background: linear-gradient(to right, rgb(248.2978723404, 226.7021276596, 233.2180851064), white);
}

.c-bg-communication {
  color: rgb(254.5740740741, 236.0462962963, 220.9259259259);
}

.text-on-bg-communication {
  background-color: rgb(254.5740740741, 236.0462962963, 220.9259259259);
  color: white;
}

.border-c-bg-communication {
  border-color: rgb(254.5740740741, 236.0462962963, 220.9259259259) !important;
}

.bg-c-bg-communication {
  background-color: rgb(254.5740740741, 236.0462962963, 220.9259259259);
}

.fill-c-bg-communication {
  fill: rgb(254.5740740741, 236.0462962963, 220.9259259259);
}

.bg-opacity-c-bg-communication {
  background-color: rgba(254.5740740741, 236.0462962963, 220.9259259259, 0.8);
}

.gradient-bg-communication {
  background: -webkit-gradient(linear, left top, right top, from(rgb(254.5740740741, 236.0462962963, 220.9259259259)), to(white));
  background: linear-gradient(to right, rgb(254.5740740741, 236.0462962963, 220.9259259259), white);
}

.c-bg-business {
  color: rgb(211.9811320755, 227.3962264151, 241.0188679245);
}

.text-on-bg-business {
  background-color: rgb(211.9811320755, 227.3962264151, 241.0188679245);
  color: rgb(250.4716981132, 252.0943396226, 253.5283018868);
}

.border-c-bg-business {
  border-color: rgb(211.9811320755, 227.3962264151, 241.0188679245) !important;
}

.bg-c-bg-business {
  background-color: rgb(211.9811320755, 227.3962264151, 241.0188679245);
}

.fill-c-bg-business {
  fill: rgb(211.9811320755, 227.3962264151, 241.0188679245);
}

.bg-opacity-c-bg-business {
  background-color: rgba(211.9811320755, 227.3962264151, 241.0188679245, 0.8);
}

.gradient-bg-business {
  background: -webkit-gradient(linear, left top, right top, from(rgb(211.9811320755, 227.3962264151, 241.0188679245)), to(rgb(250.4716981132, 252.0943396226, 253.5283018868)));
  background: linear-gradient(to right, rgb(211.9811320755, 227.3962264151, 241.0188679245), rgb(250.4716981132, 252.0943396226, 253.5283018868));
}

.c-bg-business-title {
  color: rgb(215.6299212598, 227.8346456693, 244.3700787402);
}

.text-on-bg-business-title {
  background-color: rgb(215.6299212598, 227.8346456693, 244.3700787402);
  color: white;
}

.border-c-bg-business-title {
  border-color: rgb(215.6299212598, 227.8346456693, 244.3700787402) !important;
}

.bg-c-bg-business-title {
  background-color: rgb(215.6299212598, 227.8346456693, 244.3700787402);
}

.fill-c-bg-business-title {
  fill: rgb(215.6299212598, 227.8346456693, 244.3700787402);
}

.bg-opacity-c-bg-business-title {
  background-color: rgba(215.6299212598, 227.8346456693, 244.3700787402, 0.8);
}

.gradient-bg-business-title {
  background: -webkit-gradient(linear, left top, right top, from(rgb(215.6299212598, 227.8346456693, 244.3700787402)), to(white));
  background: linear-gradient(to right, rgb(215.6299212598, 227.8346456693, 244.3700787402), white);
}

.c-bg-business-bg {
  color: white;
}

.text-on-bg-business-bg {
  background-color: white;
  color: white;
}

.border-c-bg-business-bg {
  border-color: white !important;
}

.bg-c-bg-business-bg {
  background-color: white;
}

.fill-c-bg-business-bg {
  fill: white;
}

.bg-opacity-c-bg-business-bg {
  background-color: rgba(255, 255, 255, 0.8);
}

.gradient-bg-business-bg {
  background: -webkit-gradient(linear, left top, right top, from(white), to(white));
  background: linear-gradient(to right, white, white);
}

.c-bg-global_communication {
  color: rgb(232.2596685083, 249.7403314917, 239.8397790055);
}

.text-on-bg-global_communication {
  background-color: rgb(232.2596685083, 249.7403314917, 239.8397790055);
  color: white;
}

.border-c-bg-global_communication {
  border-color: rgb(232.2596685083, 249.7403314917, 239.8397790055) !important;
}

.bg-c-bg-global_communication {
  background-color: rgb(232.2596685083, 249.7403314917, 239.8397790055);
}

.fill-c-bg-global_communication {
  fill: rgb(232.2596685083, 249.7403314917, 239.8397790055);
}

.bg-opacity-c-bg-global_communication {
  background-color: rgba(232.2596685083, 249.7403314917, 239.8397790055, 0.8);
}

.gradient-bg-global_communication {
  background: -webkit-gradient(linear, left top, right top, from(rgb(232.2596685083, 249.7403314917, 239.8397790055)), to(white));
  background: linear-gradient(to right, rgb(232.2596685083, 249.7403314917, 239.8397790055), white);
}

.c-news-info {
  color: #004098;
}

.text-on-news-info {
  background-color: #004098;
  color: rgb(0, 85.4736842105, 203);
}

.border-c-news-info {
  border-color: #004098 !important;
}

.bg-c-news-info {
  background-color: #004098;
}

.fill-c-news-info {
  fill: #004098;
}

.bg-opacity-c-news-info {
  background-color: rgba(0, 64, 152, 0.8);
}

.gradient-news-info {
  background: -webkit-gradient(linear, left top, right top, from(#004098), to(rgb(0, 85.4736842105, 203)));
  background: linear-gradient(to right, #004098, rgb(0, 85.4736842105, 203));
}

.c-news-recruit {
  color: #dd6463;
}

.text-on-news-recruit {
  background-color: #dd6463;
  color: rgb(230.1263157895, 141.6052631579, 140.8736842105);
}

.border-c-news-recruit {
  border-color: #dd6463 !important;
}

.bg-c-news-recruit {
  background-color: #dd6463;
}

.fill-c-news-recruit {
  fill: #dd6463;
}

.bg-opacity-c-news-recruit {
  background-color: rgba(221, 100, 99, 0.8);
}

.gradient-news-recruit {
  background: -webkit-gradient(linear, left top, right top, from(#dd6463), to(rgb(230.1263157895, 141.6052631579, 140.8736842105)));
  background: linear-gradient(to right, #dd6463, rgb(230.1263157895, 141.6052631579, 140.8736842105));
}

.c-news-exam {
  color: #59b879;
}

.text-on-news-exam {
  background-color: #59b879;
  color: rgb(124.7215189873, 199.2784810127, 149.835443038);
}

.border-c-news-exam {
  border-color: #59b879 !important;
}

.bg-c-news-exam {
  background-color: #59b879;
}

.fill-c-news-exam {
  fill: #59b879;
}

.bg-opacity-c-news-exam {
  background-color: rgba(89, 184, 121, 0.8);
}

.gradient-news-exam {
  background: -webkit-gradient(linear, left top, right top, from(#59b879), to(rgb(124.7215189873, 199.2784810127, 149.835443038)));
  background: linear-gradient(to right, #59b879, rgb(124.7215189873, 199.2784810127, 149.835443038));
}

.c-news-press {
  color: #d19c0b;
}

.text-on-news-press {
  background-color: #d19c0b;
  color: rgb(243.05, 185.4727272727, 27.95);
}

.border-c-news-press {
  border-color: #d19c0b !important;
}

.bg-c-news-press {
  background-color: #d19c0b;
}

.fill-c-news-press {
  fill: #d19c0b;
}

.bg-opacity-c-news-press {
  background-color: rgba(209, 156, 11, 0.8);
}

.gradient-news-press {
  background: -webkit-gradient(linear, left top, right top, from(#d19c0b), to(rgb(243.05, 185.4727272727, 27.95)));
  background: linear-gradient(to right, #d19c0b, rgb(243.05, 185.4727272727, 27.95));
}

.dl-flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
@media (max-width: 600px) {
  .dl-flex {
    display: block;
  }
}

.stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(25px, 1.13636vw + 18.18182px, 40px);
}
.stack.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 990px) {
  .stack.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack.is-horizontal.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 990px) {
  .stack.is-horizontal.is-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.stack.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 990px) {
  .stack.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 990px) {
  .stack.is-horizontal-to-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.stack-xxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(4px, 0.30303vw + 2.18182px, 8px);
}
.stack-xxs.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-xxs.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-xxs.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-xxs.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-xxs.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.stack-xs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(8px, 0.30303vw + 6.18182px, 12px);
}
.stack-xs.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-xs.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-xs.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-xs.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-xs.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.stack-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(10px, 0.30303vw + 8.18182px, 14px);
}
.stack-sm.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-sm.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-sm.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-sm.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-sm.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.stack-md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(14px, 0.45455vw + 11.27273px, 20px);
}
.stack-md.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-md.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-md.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-md.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-md.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.stack-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(16px, 0.60606vw + 12.36364px, 24px);
}
.stack-base.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-base.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-base.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-base.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-base.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.stack-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(24px, 0.60606vw + 20.36364px, 32px);
}
.stack-lg.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-lg.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-lg.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-lg.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-lg.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.stack-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(32px, 1.21212vw + 24.72727px, 48px);
}
.stack-xl.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-xl.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-xl.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-xl.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-xl.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.stack-2xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(48px, 1.21212vw + 40.72727px, 64px);
}
.stack-2xl.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-2xl.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-2xl.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-2xl.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-2xl.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.stack-3xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(72px, 1.36364vw + 63.81818px, 90px);
}
.stack-3xl.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-3xl.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-3xl.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-3xl.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-3xl.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.stack-4xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(82px, 1.36364vw + 73.81818px, 100px);
}
.stack-4xl.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-4xl.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-4xl.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-4xl.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-4xl.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.stack-5xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(92px, 1.36364vw + 83.81818px, 110px);
}
.stack-5xl.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-5xl.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-5xl.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-5xl.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-5xl.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.stack-6xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(102px, 1.36364vw + 93.81818px, 120px);
}
.stack-6xl.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-6xl.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-6xl.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-6xl.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-6xl.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.stack-7xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(112px, 1.36364vw + 103.81818px, 130px);
}
.stack-7xl.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-7xl.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-7xl.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-7xl.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-7xl.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.stack-8xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(122px, 1.36364vw + 113.81818px, 140px);
}
.stack-8xl.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-8xl.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-8xl.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-8xl.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-8xl.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.stack-9xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(132px, 1.36364vw + 123.81818px, 150px);
}
.stack-9xl.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-9xl.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-9xl.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-9xl.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-9xl.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.lh-10 {
  line-height: 1 !important;
}

.lh-11 {
  line-height: 1.1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-13 {
  line-height: 1.3 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.lh-17 {
  line-height: 1.7 !important;
}

.lh-18 {
  line-height: 1.8 !important;
}

.lh-19 {
  line-height: 1.9 !important;
}

.lh-20 {
  line-height: 2 !important;
}

.grid-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) clamp(15px, 0.37879vw + 12.72727px, 20px) minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: clamp(15px, 0.37879vw + 12.72727px, 20px);
}
.grid-layout.is-col2 {
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-layout.is-col2 > .is-col-span2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media (min-width: 990px) {
  .grid-layout.is-col2 > .is-col-span2-pc {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
.grid-layout.is-col3 {
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-layout.is-col4 {
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 990px) {
  .grid-layout.is-col4 {
    -ms-grid-columns: (minmax(0, 1fr))[2] !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 600px) {
  .grid-layout.is-col4 {
    -ms-grid-columns: (minmax(0, 1fr))[2] !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.grid-layout.is-col5 {
  -ms-grid-columns: (minmax(0, 1fr))[5];
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-layout.is-col6 {
  -ms-grid-columns: (minmax(0, 1fr))[6];
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-layout.is-mixed {
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 2fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
}
.grid-layout.is-mixed > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.grid-layout.is-mixed > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.grid-layout.is-mixed > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.grid-layout.is-mixed > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.grid-layout.is-mixed > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.grid-layout.is-mixed > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
@media (max-width: 990px) {
  .grid-layout.is-mixed {
    -ms-grid-rows: auto auto auto auto !important;
    grid-template-rows: auto auto auto auto !important;
    -ms-grid-columns: 1fr 1fr !important;
    grid-template-columns: 1fr 1fr !important;
  }
  .grid-layout.is-mixed > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-layout.is-mixed > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-layout.is-mixed > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .grid-layout.is-mixed > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid-layout.is-mixed > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-layout.is-mixed > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .grid-layout.is-mixed > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .grid-layout.is-mixed > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
}
.grid-layout.is-mixed > li:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
@media (min-width: 990px) {
  .grid-layout.is-mixed > li:nth-of-type(1) [class^=aspect-ratio]:before {
    padding-top: 67% !important;
  }
}
@media (max-width: 990px) {
  .grid-layout.is-mixed > li:nth-of-type(1) {
    -ms-grid-row: 1 !important;
    -ms-grid-row-span: 3 !important;
    grid-row: 1/4 !important;
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 2 !important;
    grid-column: 1/3 !important;
  }
}
.grid-layout.is-mixed > li:nth-of-type(2) {
  -ms-grid-row: 1 !important;
  -ms-grid-row-span: 1 !important;
  grid-row: 1/2 !important;
  -ms-grid-column: 2 !important;
  -ms-grid-column-span: 1 !important;
  grid-column: 2/3 !important;
}
@media (max-width: 990px) {
  .grid-layout.is-mixed > li:nth-of-type(2) {
    -ms-grid-row: 5 !important;
    -ms-grid-row-span: 1 !important;
    grid-row: 5/6 !important;
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 1 !important;
    grid-column: 1/2 !important;
  }
}
.grid-layout.is-mixed > li:nth-of-type(3) {
  -ms-grid-row: 1 !important;
  -ms-grid-row-span: 1 !important;
  grid-row: 1/2 !important;
  -ms-grid-column: 3 !important;
  -ms-grid-column-span: 1 !important;
  grid-column: 3/4 !important;
}
@media (max-width: 990px) {
  .grid-layout.is-mixed > li:nth-of-type(3) {
    -ms-grid-row: 5 !important;
    -ms-grid-row-span: 1 !important;
    grid-row: 5/6 !important;
    -ms-grid-column: 2 !important;
    -ms-grid-column-span: 1 !important;
    grid-column: 2/3 !important;
  }
}
.grid-layout.is-mixed > li:nth-of-type(4) {
  -ms-grid-row: 2 !important;
  -ms-grid-row-span: 1 !important;
  grid-row: 2/3 !important;
  -ms-grid-column: 2 !important;
  -ms-grid-column-span: 1 !important;
  grid-column: 2/3 !important;
}
@media (max-width: 990px) {
  .grid-layout.is-mixed > li:nth-of-type(4) {
    -ms-grid-row: 6 !important;
    -ms-grid-row-span: 1 !important;
    grid-row: 6/7 !important;
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 1 !important;
    grid-column: 1/2 !important;
  }
}
.grid-layout.is-mixed > li:nth-of-type(5) {
  -ms-grid-row: 2 !important;
  -ms-grid-row-span: 1 !important;
  grid-row: 2/3 !important;
  -ms-grid-column: 3 !important;
  -ms-grid-column-span: 1 !important;
  grid-column: 3/4 !important;
}
@media (max-width: 990px) {
  .grid-layout.is-mixed > li:nth-of-type(5) {
    -ms-grid-row: 6 !important;
    -ms-grid-row-span: 1 !important;
    grid-row: 6/7 !important;
    -ms-grid-column: 2 !important;
    -ms-grid-column-span: 1 !important;
    grid-column: 2/3 !important;
  }
}
@media (max-width: 990px) {
  .grid-layout {
    -ms-grid-columns: (minmax(0, 1fr))[2] !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 600px) {
  .grid-layout {
    -ms-grid-columns: (minmax(0, 1fr))[1] !important;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 990px) {
  .grid-layout.is-keep-col2 {
    -ms-grid-columns: (minmax(0, 1fr))[2] !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 600px) {
  .grid-layout.is-keep-col2 {
    -ms-grid-columns: (minmax(0, 1fr))[2] !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.aspect-ratio-1-1 {
  position: relative;
  width: 100%;
  height: auto;
}
.aspect-ratio-1-1:before {
  display: block;
  padding-top: 100%;
  content: "";
}
.aspect-ratio-1-1 > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect-ratio-16-9 {
  position: relative;
  width: 100%;
  height: auto;
}
.aspect-ratio-16-9:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.aspect-ratio-16-9 > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect-ratio-4-3 {
  position: relative;
  width: 100%;
  height: auto;
}
.aspect-ratio-4-3:before {
  display: block;
  padding-top: 75%;
  content: "";
}
.aspect-ratio-4-3 > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect-ratio-2-1 {
  position: relative;
  width: 100%;
  height: auto;
}
.aspect-ratio-2-1:before {
  display: block;
  padding-top: 50%;
  content: "";
}
.aspect-ratio-2-1 > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 990px) {
  .aspect-ratio-md-1-1 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .aspect-ratio-md-1-1:before {
    display: block;
    padding-top: 100%;
    content: "";
  }
  .aspect-ratio-md-1-1 > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 990px) {
  .aspect-ratio-md-4-3 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .aspect-ratio-md-4-3:before {
    display: block;
    padding-top: 75%;
    content: "";
  }
  .aspect-ratio-md-4-3 > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 990px) {
  .aspect-ratio-md-2-1 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .aspect-ratio-md-2-1:before {
    display: block;
    padding-top: 50%;
    content: "";
  }
  .aspect-ratio-md-2-1 > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 990px) {
  .aspect-ratio-md-227-100 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .aspect-ratio-md-227-100:before {
    display: block;
    padding-top: 44.0528634361%;
    content: "";
  }
  .aspect-ratio-md-227-100 > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 600px) {
  .aspect-ratio-sp-1-1 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .aspect-ratio-sp-1-1:before {
    display: block;
    padding-top: 100%;
    content: "";
  }
  .aspect-ratio-sp-1-1 > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 600px) {
  .aspect-ratio-sp-4-3 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .aspect-ratio-sp-4-3:before {
    display: block;
    padding-top: 75%;
    content: "";
  }
  .aspect-ratio-sp-4-3 > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 600px) {
  .aspect-ratio-sp-2-1 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .aspect-ratio-sp-2-1:before {
    display: block;
    padding-top: 50%;
    content: "";
  }
  .aspect-ratio-sp-2-1 > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* -----------------
フォーム
----------------- */
.MuiBox-root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex!important;
}
