@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] {
  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;
}

* {
  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 {
  filter: drop-shadow(0px 0px 6px rgba(26, 26, 26, 0.15));
}

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

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

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

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

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

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

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

.hover {
  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 {
    transition: all ease-in-out 0.2s;
  }
  .hover-bg-color:hover {
    transition: all ease-in-out 0.2s;
    background: #f3f5f7;
  }
}

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

.no-scrollbar {
  ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: 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;
}
html::-webkit-scrollbar {
  display: block;
  width: 5px;
  height: auto;
}
html {
  /*スクロールバーの軌道*/
}
html::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #f3f3f3;
  box-shadow: inset 0 0 0 black;
}
html {
  /*スクロールバーの動く部分*/
}
html::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #004098;
  box-shadow: 0 0 0 1px #f3f3f3;
}
html {
  scroll-behavior: auto;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  overflow-x: clip;
  text-box: trim-both cap alphabetic;
}
@media (min-width: 990px) {
  body {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-template-rows: 1fr auto;
  }
  body .header {
    grid-column: 1/2;
    grid-row: 1/2;
    position: sticky !important;
  }
  body .main {
    grid-column: 2/3;
    grid-row: 1/2;
    min-width: 0;
    overflow-x: hidden;
  }
  body .footer {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media (max-width: 990px) {
  body {
    margin-top: 60px;
  }
}
body {
  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, "Marcellus", 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) {
  animation: "slideUp" 2s ease 0.25s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(2) {
  animation: "slideUp" 2s ease 0.5s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(3) {
  animation: "slideUp" 2s ease 0.75s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(4) {
  animation: "slideUp" 2s ease 1s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(5) {
  animation: "slideUp" 2s ease 1.25s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(6) {
  animation: "slideUp" 2s ease 1.5s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(7) {
  animation: "slideUp" 2s ease 1.75s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(8) {
  animation: "slideUp" 2s ease 2s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(9) {
  animation: "slideUp" 2s ease 2.25s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(10) {
  animation: "slideUp" 2s ease 2.5s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(11) {
  animation: "slideUp" 2s ease 2.75s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(12) {
  animation: "slideUp" 2s ease 3s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(13) {
  animation: "slideUp" 2s ease 3.25s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(14) {
  animation: "slideUp" 2s ease 3.5s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(15) {
  animation: "slideUp" 2s ease 3.75s forwards;
}

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

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

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

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

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

@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;
  transition: width 1.2s cubic-bezier(0.25, 1, 0.25, 1);
}
[data-scroll-type=curtain-slideLeft] .curtain__layer {
  left: 0;
  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;
  transition: width 1.2s cubic-bezier(0.25, 1, 0.25, 1);
}
[data-scroll-type=curtain-slideRight] .curtain__layer {
  right: 0;
  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;
  transition: height 1.2s cubic-bezier(0.25, 1, 0.25, 1);
}
[data-scroll-type=curtain-slideUp] .curtain__layer {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.5s forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8) perspective(1000px);
    opacity: 0;
  }
  100% {
    transform: scale(1) perspective(1000px);
    opacity: 1;
  }
}
[data-scroll-type=zoomOut].is-active:nth-of-type(1) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.5s forwards;
}

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

@keyframes maskIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgIn {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes bgOut {
  0% {
    right: 0;
    left: auto;
    transform: scaleX(1);
    transform-origin: right center;
  }
  100% {
    right: 0;
    left: auto;
    transform: scaleX(0);
    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;
  transform: matrix(1, 0, 0, 1, 0, 100);
  opacity: 0;
  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 {
  transform: matrix(1, 0, 0, 1, 0, 0);
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-initialized .swiper-wrapper,
.swiper-container-initialized .swiper-wrapper {
  animation: fadeIn 0.3s ease 0.5s forwards;
}
@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;
  flex-shrink: 0;
  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 {
  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;
  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: 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;
  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: flex;
    flex-direction: column;
  }
}
@media (max-width: 990px) {
  .header__inner,
  .international-header__inner,
  .welcome-header__inner {
    display: grid;
    grid-template-columns: 1fr auto auto;
  }
}
.header__logo,
.international-header__logo,
.welcome-header__logo {
  display: flex;
  align-items: center;
  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 {
    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: flex;
  justify-content: 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 {
  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: flex;
  justify-content: 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: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5%;
  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 {
  transition: all 0.3s ease-in-out;
  background: #f3f5f7;
}
.header .language-switcher__lists,
.international-header .language-switcher__lists,
.welcome-header .language-switcher__lists {
  filter: drop-shadow(0px 0px 6px rgba(26, 26, 26, 0.15));
  position: absolute;
  top: 100%;
  right: 0;
  background: #f3f5f7;
  right: -372px;
  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);
    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: flex;
  justify-content: 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 {
    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 {
    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);
    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;
    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 {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
}
.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: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header .global-nav__wrapper::-webkit-scrollbar,
  .international-header .global-nav__wrapper::-webkit-scrollbar,
  .welcome-header .global-nav__wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 990px) {
  .header .global-nav__wrapper > .stack,
  .international-header .global-nav__wrapper > .stack,
  .welcome-header .global-nav__wrapper > .stack {
    margin-top: auto;
  }
}
.header .global-nav__wrapper .sub-menu,
.international-header .global-nav__wrapper .sub-menu,
.welcome-header .global-nav__wrapper .sub-menu {
  width: 100%;
}
.header .global-nav__wrapper .sub-menu li,
.international-header .global-nav__wrapper .sub-menu li,
.welcome-header .global-nav__wrapper .sub-menu li {
  width: 100%;
}
.header .global-nav__wrapper .sub-menu__link,
.international-header .global-nav__wrapper .sub-menu__link,
.welcome-header .global-nav__wrapper .sub-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1em 0.5em;
  min-height: 2.5em;
  color: #004098;
  gap: 0.25em;
}
@media (min-width: 990px) {
  .header .global-nav__wrapper .sub-menu__link,
  .international-header .global-nav__wrapper .sub-menu__link,
  .welcome-header .global-nav__wrapper .sub-menu__link {
    transition: all ease-in-out 0.2s;
  }
  .header .global-nav__wrapper .sub-menu__link:hover,
  .international-header .global-nav__wrapper .sub-menu__link:hover,
  .welcome-header .global-nav__wrapper .sub-menu__link:hover {
    transition: all ease-in-out 0.2s;
    background: #f3f5f7;
  }
}
.header .global-nav__wrapper .sub-menu__link .global-nav__list__link-icon,
.international-header .global-nav__wrapper .sub-menu__link .global-nav__list__link-icon,
.welcome-header .global-nav__wrapper .sub-menu__link .global-nav__list__link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .header .global-nav__wrapper .sub-menu__link .global-nav__list__link-icon,
  .international-header .global-nav__wrapper .sub-menu__link .global-nav__list__link-icon,
  .welcome-header .global-nav__wrapper .sub-menu__link .global-nav__list__link-icon {
    width: 1.2em;
    height: 1.2em;
    position: relative;
  }
  .header .global-nav__wrapper .sub-menu__link .global-nav__list__link-icon img,
  .international-header .global-nav__wrapper .sub-menu__link .global-nav__list__link-icon img,
  .welcome-header .global-nav__wrapper .sub-menu__link .global-nav__list__link-icon img {
    display: none;
  }
  .header .global-nav__wrapper .sub-menu__link .global-nav__list__link-icon::before, .header .global-nav__wrapper .sub-menu__link .global-nav__list__link-icon::after,
  .international-header .global-nav__wrapper .sub-menu__link .global-nav__list__link-icon::before,
  .international-header .global-nav__wrapper .sub-menu__link .global-nav__list__link-icon::after,
  .welcome-header .global-nav__wrapper .sub-menu__link .global-nav__list__link-icon::before,
  .welcome-header .global-nav__wrapper .sub-menu__link .global-nav__list__link-icon::after {
    content: "";
    position: absolute;
    background: #004098;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .header .global-nav__wrapper .sub-menu__link .global-nav__list__link-icon::before,
  .international-header .global-nav__wrapper .sub-menu__link .global-nav__list__link-icon::before,
  .welcome-header .global-nav__wrapper .sub-menu__link .global-nav__list__link-icon::before {
    width: 60%;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header .global-nav__wrapper .sub-menu__link .global-nav__list__link-icon::after,
  .international-header .global-nav__wrapper .sub-menu__link .global-nav__list__link-icon::after,
  .welcome-header .global-nav__wrapper .sub-menu__link .global-nav__list__link-icon::after {
    width: 2px;
    height: 60%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 990px) {
  .header .global-nav__wrapper .sub-menu__link,
  .international-header .global-nav__wrapper .sub-menu__link,
  .welcome-header .global-nav__wrapper .sub-menu__link {
    padding: 1em 0.75em;
  }
}
@media (max-width: 990px) {
  .header .global-nav__wrapper .sub-menu li.is-active .sub-menu__link .global-nav__list__link-icon::after,
  .international-header .global-nav__wrapper .sub-menu li.is-active .sub-menu__link .global-nav__list__link-icon::after,
  .welcome-header .global-nav__wrapper .sub-menu li.is-active .sub-menu__link .global-nav__list__link-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
}
@media (max-width: 990px) {
  .header .global-nav__wrapper .sub-menu .megamenu,
  .international-header .global-nav__wrapper .sub-menu .megamenu,
  .welcome-header .global-nav__wrapper .sub-menu .megamenu {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
}
@media (min-width: 990px) {
  .header .global-nav__footer,
  .international-header .global-nav__footer,
  .welcome-header .global-nav__footer {
    flex-shrink: 0;
    position: sticky;
    bottom: 0;
  }
}
.header .global-nav__lists,
.international-header .global-nav__lists,
.welcome-header .global-nav__lists {
  display: flex;
  flex-direction: column;
}
@media (max-width: 990px) {
  .header .global-nav__lists,
  .international-header .global-nav__lists,
  .welcome-header .global-nav__lists {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
  }
}
.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 {
    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 {
    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: flex;
  justify-content: space-between;
  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: clamp(15px, 0.07576vw + 14.54545px, 16px);
}
.header .global-nav__list__link-icon,
.international-header .global-nav__list__link-icon,
.welcome-header .global-nav__list__link-icon {
  display: inline-flex;
  align-items: 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;
    transition: transform 0.2s ease, opacity 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%;
    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%;
    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;
    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: flex;
  flex-direction: column;
  gap: 1em;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  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;
    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: flex;
  flex-direction: column;
  justify-content: 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 {
    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 {
    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: flex;
  align-items: flex-start;
  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: flex;
  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;
  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: flex;
  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%;
  flex: 1;
  min-height: 0;
  background: #fff;
  position: relative;
  display: flex;
  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%;
  flex: 1;
  min-height: 0;
  margin: auto;
  padding: 2em 0;
  display: flex;
  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: grid;
  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 {
    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: flex;
  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: grid;
    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: flex;
  align-items: center;
  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 1.3em 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 {
    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 {
    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 {
  ms-overflow-style: none;
  scrollbar-width: none;
}
.header .global-nav::-webkit-scrollbar,
.international-header .global-nav::-webkit-scrollbar,
.welcome-header .global-nav::-webkit-scrollbar {
  display: none;
}
.header .global-nav,
.international-header .global-nav,
.welcome-header .global-nav {
  z-index: 12;
}
.header .menu,
.international-header .menu,
.welcome-header .menu {
  background: #fff;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 13;
}
@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 {
  animation: none !important;
}
.header .menu__wrapper,
.international-header .menu__wrapper,
.welcome-header .menu__wrapper {
  display: flex;
  position: relative;
  justify-content: 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%;
  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: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  flex-direction: column;
  justify-content: space-between;
  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) {
    animation: btn07-bar01-sp 0.75s forwards;
  }
  @keyframes btn07-bar01-sp {
    0% {
      transform: translateY(6.2857142857px) rotate(45deg);
    }
    50% {
      transform: translateY(6.2857142857px) rotate(0);
    }
    100% {
      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) {
    animation: btn07-bar03-sp 0.75s forwards;
  }
  @keyframes btn07-bar03-sp {
    0% {
      transform: translateY(-6.2857142857px) rotate(-45deg);
    }
    50% {
      transform: translateY(-6.2857142857px) rotate(0);
    }
    100% {
      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) {
    animation: active-btn07-bar01-sp 0.75s forwards;
  }
  @keyframes active-btn07-bar01-sp {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(6.2857142857px) rotate(0);
    }
    100% {
      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) {
    animation: active-btn07-bar03-sp 0.75s forwards;
  }
  @keyframes active-btn07-bar03-sp {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-6.2857142857px) rotate(0);
    }
    100% {
      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 {
  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;
  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) {
    animation: btn07-bar01 0.75s forwards;
  }
  @keyframes btn07-bar01 {
    0% {
      transform: translateY(9.5px) rotate(45deg);
    }
    50% {
      transform: translateY(9.5px) rotate(0);
    }
    100% {
      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) {
    animation: btn07-bar03 0.75s forwards;
  }
  @keyframes btn07-bar03 {
    0% {
      transform: translateY(-9.5px) rotate(-45deg);
    }
    50% {
      transform: translateY(-9.5px) rotate(0);
    }
    100% {
      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) {
    animation: active-btn07-bar01 0.75s forwards;
  }
  @keyframes active-btn07-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(9.5px) rotate(0);
    }
    100% {
      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) {
    animation: active-btn07-bar03 0.75s forwards;
  }
  @keyframes active-btn07-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-9.5px) rotate(0);
    }
    100% {
      transform: translateY(-9.5px) rotate(-45deg);
    }
  }
}
.header .menu__border,
.international-header .menu__border,
.welcome-header .menu__border {
  display: block;
  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%;
}

.screen {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 64, 152, 0.4);
  width: 100%;
  height: 100vh;
  content: "";
  z-index: 7;
}

.footer {
  z-index: 3;
}
.footer__nav__lists {
  display: flex;
}
@media (min-width: 990px) {
  .footer__nav__lists {
    flex-wrap: wrap;
  }
}
@media (max-width: 990px) {
  .footer__nav__lists {
    flex-direction: column;
    gap: 0.4em;
  }
}
.footer__nav__list {
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .footer__nav__list:hover {
    opacity: 0.7;
  }
  .footer__nav__list:hover > * {
    opacity: 0.7;
  }
}
@media (min-width: 990px) {
  .footer__nav__list {
    border-left: 1px solid #ccc;
    padding: 0 1em;
  }
  .footer__nav__list:last-of-type {
    border-right: 1px solid #ccc;
  }
}
@media (max-width: 990px) {
  .footer__nav {
    margin-bottom: 2em;
  }
}
@media (max-width: 990px) {
  .footer .copyright {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}

.title-1 {
  color: #181818;
  font-size: clamp(25px, 1.13636vw + 18.18182px, 40px);
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  border-bottom: 1px solid #181818;
  padding-bottom: 0.25em;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
}

.title-2 {
  font-weight: 600;
  font-size: clamp(20px, 0.37879vw + 17.72727px, 25px);
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: relative;
  padding-bottom: 0.5em;
}
.title-2:before, .title-2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
}
.title-2:before {
  z-index: 1;
  background: #c8161d;
  width: 1.5em;
}
.title-2:after {
  background: #004098;
  width: 100%;
}

.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;
  flex-shrink: 0;
  border-bottom: 1px solid #181818;
  padding-right: 1.25em;
  padding-bottom: 0.4em;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
}
.title-4:after {
  position: absolute;
  top: 0.3em;
  right: 0.15em;
  transition: 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 {
  transform: translateX(0.25em);
}

.title-4-static {
  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;
  flex-shrink: 0;
  border-bottom: 1px solid #181818;
  padding-bottom: 0.4em;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
}

.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 #004098;
}

.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;
  flex-shrink: 0;
  border-bottom: 1px solid #004098;
  padding-right: 1.25em;
  padding-bottom: 0.4em;
  width: -moz-fit-content;
  width: fit-content;
}
.title-7:after {
  position: absolute;
  top: 0.3em;
  right: 0.15em;
  transition: 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 {
  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;
  -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: inline-flex;
  position: relative;
  justify-content: 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;
  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 {
  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;
    transition: 0.3s;
  }
  [class^=btn-p]:after {
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    z-index: -1;
    transition: 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 {
    transform: scaleX(1);
    transform-origin: 0% 50%;
  }
  [class^=btn-p]:hover .cursor {
    border-bottom-color: #fff;
    border-right-color: #fff;
  }
  [class^=btn-p]:hover img {
    filter: brightness(0) saturate(100%) invert(100%);
  }
}

.btn-p .cursor {
  display: block;
  transition: 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;
  transform: skew(45deg);
}
.btn-p.is-key {
  display: inline-flex;
  position: relative;
  justify-content: 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;
  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 {
  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;
    transition: 0.3s;
  }
  .btn-p.is-key:after {
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    z-index: -1;
    transition: 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 {
    transform: scaleX(1);
    transform-origin: 0% 50%;
  }
  .btn-p.is-key:hover .cursor {
    border-bottom-color: #004098;
    border-right-color: #004098;
  }
  .btn-p.is-key:hover img {
    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: inline-flex;
  position: relative;
  justify-content: 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;
  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 {
  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;
    transition: 0.3s;
  }
  .btn-p.is-white-line:after {
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    z-index: -1;
    transition: 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 {
    transform: scaleX(1);
    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 {
    filter: brightness(0) saturate(100%) invert(100%);
  }
}
.btn-p.is-white-line:hover img {
  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;
  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;
  transform: skew(-45deg);
}
@media (min-width: 990px) {
  .btn-p.is-back:hover .cursor {
    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-q] {
  display: inline-flex;
  position: relative;
  justify-content: center;
  border-radius: 300px;
  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;
}
[class^=btn-q] > * {
  line-height: 1;
}
[class^=btn-q] input[type=submit],
[class^=btn-q] 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-q] input[type=submit],
  [class^=btn-q] input[type=button] {
    min-width: 16em;
  }
}
[class^=btn-q] input[type=submit],
[class^=btn-q] input[type=button] {
  color: #fff;
  font-size: clamp(15px, 0.07576vw + 14.54545px, 16px);
  line-height: 1.3;
}
[class^=btn-q] > :first-child {
  flex-shrink: 0;
}
[class^=btn-q].is-disabled, [class^=btn-q]:disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media (min-width: 990px) {
  [class^=btn-q] {
    position: relative;
    z-index: 0;
    transition: 0.3s;
  }
  [class^=btn-q]:after {
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    z-index: -1;
    transition: transform ease 0.3s;
    background: #fff;
    width: 100%;
    height: 105%;
    content: "";
  }
  [class^=btn-q]:hover {
    border-color: #004098;
  }
  [class^=btn-q]:hover > *, [class^=btn-q]:hover * {
    color: #004098 !important;
  }
  [class^=btn-q]:hover input[type=submit],
  [class^=btn-q]:hover input[type=button] {
    color: #004098;
  }
  [class^=btn-q]:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
  }
  [class^=btn-q]:hover .cursor {
    border-bottom-color: #004098;
    border-right-color: #004098;
  }
  [class^=btn-q]:hover img {
    filter: brightness(0) saturate(100%) invert(100%);
  }
}

.btn-q .cursor {
  display: block;
  transition: transform ease-in-out 0.3s;
  position: absolute;
  right: 1em;
  width: 1em;
  height: 0.25em;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: skew(45deg);
}
.btn-q.is-back {
  padding-left: 2.5em;
}
.btn-q.is-back .cursor {
  right: auto;
  left: 1em;
  border-right: none;
  border-left: solid 1px #004098;
  transform: skew(-45deg);
}
@media (min-width: 990px) {
  .btn-q.is-back:hover .cursor {
    transform: translateX(-0.25em);
    border-left-color: #fff;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-key:hover > *, .btn-q.hover-c-key:hover * {
    color: #004098 !important;
  }
  .btn-q.hover-c-key:hover {
    border-color: #004098 !important;
  }
  .btn-q.hover-c-key:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-key:hover .cursor {
    border-bottom-color: #004098 !important;
    border-right-color: #004098 !important;
    border-left-color: #004098 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-key-sub0:hover > *, .btn-q.hover-c-key-sub0:hover * {
    color: #c5d9f4 !important;
  }
  .btn-q.hover-c-key-sub0:hover {
    border-color: #c5d9f4 !important;
  }
  .btn-q.hover-c-key-sub0:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-key-sub0:hover .cursor {
    border-bottom-color: #c5d9f4 !important;
    border-right-color: #c5d9f4 !important;
    border-left-color: #c5d9f4 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-key-sub1:hover > *, .btn-q.hover-c-key-sub1:hover * {
    color: #fceeee !important;
  }
  .btn-q.hover-c-key-sub1:hover {
    border-color: #fceeee !important;
  }
  .btn-q.hover-c-key-sub1:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-key-sub1:hover .cursor {
    border-bottom-color: #fceeee !important;
    border-right-color: #fceeee !important;
    border-left-color: #fceeee !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-key-sub2:hover > *, .btn-q.hover-c-key-sub2:hover * {
    color: #c8161d !important;
  }
  .btn-q.hover-c-key-sub2:hover {
    border-color: #c8161d !important;
  }
  .btn-q.hover-c-key-sub2:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-key-sub2:hover .cursor {
    border-bottom-color: #c8161d !important;
    border-right-color: #c8161d !important;
    border-left-color: #c8161d !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-key-sub3:hover > *, .btn-q.hover-c-key-sub3:hover * {
    color: #e9f1fb !important;
  }
  .btn-q.hover-c-key-sub3:hover {
    border-color: #e9f1fb !important;
  }
  .btn-q.hover-c-key-sub3:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-key-sub3:hover .cursor {
    border-bottom-color: #e9f1fb !important;
    border-right-color: #e9f1fb !important;
    border-left-color: #e9f1fb !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-key-sub4:hover > *, .btn-q.hover-c-key-sub4:hover * {
    color: #a0c2ef !important;
  }
  .btn-q.hover-c-key-sub4:hover {
    border-color: #a0c2ef !important;
  }
  .btn-q.hover-c-key-sub4:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-key-sub4:hover .cursor {
    border-bottom-color: #a0c2ef !important;
    border-right-color: #a0c2ef !important;
    border-left-color: #a0c2ef !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-key-sub5:hover > *, .btn-q.hover-c-key-sub5:hover * {
    color: #faf3e0 !important;
  }
  .btn-q.hover-c-key-sub5:hover {
    border-color: #faf3e0 !important;
  }
  .btn-q.hover-c-key-sub5:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-key-sub5:hover .cursor {
    border-bottom-color: #faf3e0 !important;
    border-right-color: #faf3e0 !important;
    border-left-color: #faf3e0 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-key-sub6:hover > *, .btn-q.hover-c-key-sub6:hover * {
    color: #0066dd !important;
  }
  .btn-q.hover-c-key-sub6:hover {
    border-color: #0066dd !important;
  }
  .btn-q.hover-c-key-sub6:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-key-sub6:hover .cursor {
    border-bottom-color: #0066dd !important;
    border-right-color: #0066dd !important;
    border-left-color: #0066dd !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-key-sub7:hover > *, .btn-q.hover-c-key-sub7:hover * {
    color: #707985 !important;
  }
  .btn-q.hover-c-key-sub7:hover {
    border-color: #707985 !important;
  }
  .btn-q.hover-c-key-sub7:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-key-sub7:hover .cursor {
    border-bottom-color: #707985 !important;
    border-right-color: #707985 !important;
    border-left-color: #707985 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-key-sub8:hover > *, .btn-q.hover-c-key-sub8:hover * {
    color: #f5f5f5 !important;
  }
  .btn-q.hover-c-key-sub8:hover {
    border-color: #f5f5f5 !important;
  }
  .btn-q.hover-c-key-sub8:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-key-sub8:hover .cursor {
    border-bottom-color: #f5f5f5 !important;
    border-right-color: #f5f5f5 !important;
    border-left-color: #f5f5f5 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-key-sub9:hover > *, .btn-q.hover-c-key-sub9:hover * {
    color: #126ce8 !important;
  }
  .btn-q.hover-c-key-sub9:hover {
    border-color: #126ce8 !important;
  }
  .btn-q.hover-c-key-sub9:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-key-sub9:hover .cursor {
    border-bottom-color: #126ce8 !important;
    border-right-color: #126ce8 !important;
    border-left-color: #126ce8 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-black0:hover > *, .btn-q.hover-c-black0:hover * {
    color: #1a1a1a !important;
  }
  .btn-q.hover-c-black0:hover {
    border-color: #1a1a1a !important;
  }
  .btn-q.hover-c-black0:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-black0:hover .cursor {
    border-bottom-color: #1a1a1a !important;
    border-right-color: #1a1a1a !important;
    border-left-color: #1a1a1a !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-black1:hover > *, .btn-q.hover-c-black1:hover * {
    color: #1a1a1a !important;
  }
  .btn-q.hover-c-black1:hover {
    border-color: #1a1a1a !important;
  }
  .btn-q.hover-c-black1:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-black1:hover .cursor {
    border-bottom-color: #1a1a1a !important;
    border-right-color: #1a1a1a !important;
    border-left-color: #1a1a1a !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-black2:hover > *, .btn-q.hover-c-black2:hover * {
    color: #333 !important;
  }
  .btn-q.hover-c-black2:hover {
    border-color: #333 !important;
  }
  .btn-q.hover-c-black2:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-black2:hover .cursor {
    border-bottom-color: #333 !important;
    border-right-color: #333 !important;
    border-left-color: #333 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-black3:hover > *, .btn-q.hover-c-black3:hover * {
    color: #4e4e4e !important;
  }
  .btn-q.hover-c-black3:hover {
    border-color: #4e4e4e !important;
  }
  .btn-q.hover-c-black3:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-black3:hover .cursor {
    border-bottom-color: #4e4e4e !important;
    border-right-color: #4e4e4e !important;
    border-left-color: #4e4e4e !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-black4:hover > *, .btn-q.hover-c-black4:hover * {
    color: #676767 !important;
  }
  .btn-q.hover-c-black4:hover {
    border-color: #676767 !important;
  }
  .btn-q.hover-c-black4:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-black4:hover .cursor {
    border-bottom-color: #676767 !important;
    border-right-color: #676767 !important;
    border-left-color: #676767 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-black5:hover > *, .btn-q.hover-c-black5:hover * {
    color: #818181 !important;
  }
  .btn-q.hover-c-black5:hover {
    border-color: #818181 !important;
  }
  .btn-q.hover-c-black5:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-black5:hover .cursor {
    border-bottom-color: #818181 !important;
    border-right-color: #818181 !important;
    border-left-color: #818181 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-black6:hover > *, .btn-q.hover-c-black6:hover * {
    color: #989898 !important;
  }
  .btn-q.hover-c-black6:hover {
    border-color: #989898 !important;
  }
  .btn-q.hover-c-black6:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-black6:hover .cursor {
    border-bottom-color: #989898 !important;
    border-right-color: #989898 !important;
    border-left-color: #989898 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-black7:hover > *, .btn-q.hover-c-black7:hover * {
    color: #b4b4b4 !important;
  }
  .btn-q.hover-c-black7:hover {
    border-color: #b4b4b4 !important;
  }
  .btn-q.hover-c-black7:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-black7:hover .cursor {
    border-bottom-color: #b4b4b4 !important;
    border-right-color: #b4b4b4 !important;
    border-left-color: #b4b4b4 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-black8:hover > *, .btn-q.hover-c-black8:hover * {
    color: #ccc !important;
  }
  .btn-q.hover-c-black8:hover {
    border-color: #ccc !important;
  }
  .btn-q.hover-c-black8:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-black8:hover .cursor {
    border-bottom-color: #ccc !important;
    border-right-color: #ccc !important;
    border-left-color: #ccc !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-black9:hover > *, .btn-q.hover-c-black9:hover * {
    color: #e6e6e5 !important;
  }
  .btn-q.hover-c-black9:hover {
    border-color: #e6e6e5 !important;
  }
  .btn-q.hover-c-black9:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-black9:hover .cursor {
    border-bottom-color: #e6e6e5 !important;
    border-right-color: #e6e6e5 !important;
    border-left-color: #e6e6e5 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-black10:hover > *, .btn-q.hover-c-black10:hover * {
    color: #f3f3f3 !important;
  }
  .btn-q.hover-c-black10:hover {
    border-color: #f3f3f3 !important;
  }
  .btn-q.hover-c-black10:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-black10:hover .cursor {
    border-bottom-color: #f3f3f3 !important;
    border-right-color: #f3f3f3 !important;
    border-left-color: #f3f3f3 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-white0:hover > *, .btn-q.hover-c-white0:hover * {
    color: #fff !important;
  }
  .btn-q.hover-c-white0:hover {
    border-color: #fff !important;
  }
  .btn-q.hover-c-white0:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-white0:hover .cursor {
    border-bottom-color: #fff !important;
    border-right-color: #fff !important;
    border-left-color: #fff !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-text:hover > *, .btn-q.hover-c-text:hover * {
    color: #181818 !important;
  }
  .btn-q.hover-c-text:hover {
    border-color: #181818 !important;
  }
  .btn-q.hover-c-text:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-text:hover .cursor {
    border-bottom-color: #181818 !important;
    border-right-color: #181818 !important;
    border-left-color: #181818 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-text-sub:hover > *, .btn-q.hover-c-text-sub:hover * {
    color: #ccc !important;
  }
  .btn-q.hover-c-text-sub:hover {
    border-color: #ccc !important;
  }
  .btn-q.hover-c-text-sub:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-text-sub:hover .cursor {
    border-bottom-color: #ccc !important;
    border-right-color: #ccc !important;
    border-left-color: #ccc !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-bg0:hover > *, .btn-q.hover-c-bg0:hover * {
    color: #edf6f6 !important;
  }
  .btn-q.hover-c-bg0:hover {
    border-color: #edf6f6 !important;
  }
  .btn-q.hover-c-bg0:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-bg0:hover .cursor {
    border-bottom-color: #edf6f6 !important;
    border-right-color: #edf6f6 !important;
    border-left-color: #edf6f6 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-bg1:hover > *, .btn-q.hover-c-bg1:hover * {
    color: rgb(203, 224.8947368421, 255) !important;
  }
  .btn-q.hover-c-bg1:hover {
    border-color: rgb(203, 224.8947368421, 255) !important;
  }
  .btn-q.hover-c-bg1:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-bg1:hover .cursor {
    border-bottom-color: rgb(203, 224.8947368421, 255) !important;
    border-right-color: rgb(203, 224.8947368421, 255) !important;
    border-left-color: rgb(203, 224.8947368421, 255) !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-bg2:hover > *, .btn-q.hover-c-bg2:hover * {
    color: #fbf7ed !important;
  }
  .btn-q.hover-c-bg2:hover {
    border-color: #fbf7ed !important;
  }
  .btn-q.hover-c-bg2:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-bg2:hover .cursor {
    border-bottom-color: #fbf7ed !important;
    border-right-color: #fbf7ed !important;
    border-left-color: #fbf7ed !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-bg3:hover > *, .btn-q.hover-c-bg3:hover * {
    color: #f3f5f7 !important;
  }
  .btn-q.hover-c-bg3:hover {
    border-color: #f3f5f7 !important;
  }
  .btn-q.hover-c-bg3:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-bg3:hover .cursor {
    border-bottom-color: #f3f5f7 !important;
    border-right-color: #f3f5f7 !important;
    border-left-color: #f3f5f7 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-bg4:hover > *, .btn-q.hover-c-bg4:hover * {
    color: #f1eef5 !important;
  }
  .btn-q.hover-c-bg4:hover {
    border-color: #f1eef5 !important;
  }
  .btn-q.hover-c-bg4:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-bg4:hover .cursor {
    border-bottom-color: #f1eef5 !important;
    border-right-color: #f1eef5 !important;
    border-left-color: #f1eef5 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-bg5:hover > *, .btn-q.hover-c-bg5:hover * {
    color: #e8eff9 !important;
  }
  .btn-q.hover-c-bg5:hover {
    border-color: #e8eff9 !important;
  }
  .btn-q.hover-c-bg5:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-bg5:hover .cursor {
    border-bottom-color: #e8eff9 !important;
    border-right-color: #e8eff9 !important;
    border-left-color: #e8eff9 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-bg6:hover > *, .btn-q.hover-c-bg6:hover * {
    color: #dcebf8 !important;
  }
  .btn-q.hover-c-bg6:hover {
    border-color: #dcebf8 !important;
  }
  .btn-q.hover-c-bg6:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-bg6:hover .cursor {
    border-bottom-color: #dcebf8 !important;
    border-right-color: #dcebf8 !important;
    border-left-color: #dcebf8 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-bg7:hover > *, .btn-q.hover-c-bg7:hover * {
    color: #eff3f6 !important;
  }
  .btn-q.hover-c-bg7:hover {
    border-color: #eff3f6 !important;
  }
  .btn-q.hover-c-bg7:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-bg7:hover .cursor {
    border-bottom-color: #eff3f6 !important;
    border-right-color: #eff3f6 !important;
    border-left-color: #eff3f6 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-border:hover > *, .btn-q.hover-c-border:hover * {
    color: #e6e6e5 !important;
  }
  .btn-q.hover-c-border:hover {
    border-color: #e6e6e5 !important;
  }
  .btn-q.hover-c-border:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-border:hover .cursor {
    border-bottom-color: #e6e6e5 !important;
    border-right-color: #e6e6e5 !important;
    border-left-color: #e6e6e5 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-jp:hover > *, .btn-q.hover-c-jp:hover * {
    color: #acacac !important;
  }
  .btn-q.hover-c-jp:hover {
    border-color: #acacac !important;
  }
  .btn-q.hover-c-jp:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-jp:hover .cursor {
    border-bottom-color: #acacac !important;
    border-right-color: #acacac !important;
    border-left-color: #acacac !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-map:hover > *, .btn-q.hover-c-map:hover * {
    color: #606060 !important;
  }
  .btn-q.hover-c-map:hover {
    border-color: #606060 !important;
  }
  .btn-q.hover-c-map:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-map:hover .cursor {
    border-bottom-color: #606060 !important;
    border-right-color: #606060 !important;
    border-left-color: #606060 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-error:hover > *, .btn-q.hover-c-error:hover * {
    color: #c8232d !important;
  }
  .btn-q.hover-c-error:hover {
    border-color: #c8232d !important;
  }
  .btn-q.hover-c-error:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-error:hover .cursor {
    border-bottom-color: #c8232d !important;
    border-right-color: #c8232d !important;
    border-left-color: #c8232d !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-error-bg:hover > *, .btn-q.hover-c-error-bg:hover * {
    color: #c8232d !important;
  }
  .btn-q.hover-c-error-bg:hover {
    border-color: #c8232d !important;
  }
  .btn-q.hover-c-error-bg:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-error-bg:hover .cursor {
    border-bottom-color: #c8232d !important;
    border-right-color: #c8232d !important;
    border-left-color: #c8232d !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-success:hover > *, .btn-q.hover-c-success:hover * {
    color: #29bb0f !important;
  }
  .btn-q.hover-c-success:hover {
    border-color: #29bb0f !important;
  }
  .btn-q.hover-c-success:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-success:hover .cursor {
    border-bottom-color: #29bb0f !important;
    border-right-color: #29bb0f !important;
    border-left-color: #29bb0f !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-success-bg:hover > *, .btn-q.hover-c-success-bg:hover * {
    color: #29bb0f !important;
  }
  .btn-q.hover-c-success-bg:hover {
    border-color: #29bb0f !important;
  }
  .btn-q.hover-c-success-bg:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-success-bg:hover .cursor {
    border-bottom-color: #29bb0f !important;
    border-right-color: #29bb0f !important;
    border-left-color: #29bb0f !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-warning:hover > *, .btn-q.hover-c-warning:hover * {
    color: #008fde !important;
  }
  .btn-q.hover-c-warning:hover {
    border-color: #008fde !important;
  }
  .btn-q.hover-c-warning:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-warning:hover .cursor {
    border-bottom-color: #008fde !important;
    border-right-color: #008fde !important;
    border-left-color: #008fde !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-warning-bg:hover > *, .btn-q.hover-c-warning-bg:hover * {
    color: #008fde !important;
  }
  .btn-q.hover-c-warning-bg:hover {
    border-color: #008fde !important;
  }
  .btn-q.hover-c-warning-bg:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-warning-bg:hover .cursor {
    border-bottom-color: #008fde !important;
    border-right-color: #008fde !important;
    border-left-color: #008fde !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-rss:hover > *, .btn-q.hover-c-rss:hover * {
    color: #ffac4a !important;
  }
  .btn-q.hover-c-rss:hover {
    border-color: #ffac4a !important;
  }
  .btn-q.hover-c-rss:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-rss:hover .cursor {
    border-bottom-color: #ffac4a !important;
    border-right-color: #ffac4a !important;
    border-left-color: #ffac4a !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-sns-facebook:hover > *, .btn-q.hover-c-sns-facebook:hover * {
    color: #5372c1 !important;
  }
  .btn-q.hover-c-sns-facebook:hover {
    border-color: #5372c1 !important;
  }
  .btn-q.hover-c-sns-facebook:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-sns-facebook:hover .cursor {
    border-bottom-color: #5372c1 !important;
    border-right-color: #5372c1 !important;
    border-left-color: #5372c1 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-sns-twitter:hover > *, .btn-q.hover-c-sns-twitter:hover * {
    color: #43a5f0 !important;
  }
  .btn-q.hover-c-sns-twitter:hover {
    border-color: #43a5f0 !important;
  }
  .btn-q.hover-c-sns-twitter:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-sns-twitter:hover .cursor {
    border-bottom-color: #43a5f0 !important;
    border-right-color: #43a5f0 !important;
    border-left-color: #43a5f0 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-sns-google-plus:hover > *, .btn-q.hover-c-sns-google-plus:hover * {
    color: #de4b39 !important;
  }
  .btn-q.hover-c-sns-google-plus:hover {
    border-color: #de4b39 !important;
  }
  .btn-q.hover-c-sns-google-plus:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-sns-google-plus:hover .cursor {
    border-bottom-color: #de4b39 !important;
    border-right-color: #de4b39 !important;
    border-left-color: #de4b39 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-sns-googleplus:hover > *, .btn-q.hover-c-sns-googleplus:hover * {
    color: #de4b39 !important;
  }
  .btn-q.hover-c-sns-googleplus:hover {
    border-color: #de4b39 !important;
  }
  .btn-q.hover-c-sns-googleplus:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-sns-googleplus:hover .cursor {
    border-bottom-color: #de4b39 !important;
    border-right-color: #de4b39 !important;
    border-left-color: #de4b39 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-sns-line:hover > *, .btn-q.hover-c-sns-line:hover * {
    color: #29bb0f !important;
  }
  .btn-q.hover-c-sns-line:hover {
    border-color: #29bb0f !important;
  }
  .btn-q.hover-c-sns-line:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-sns-line:hover .cursor {
    border-bottom-color: #29bb0f !important;
    border-right-color: #29bb0f !important;
    border-left-color: #29bb0f !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-sns-pocket:hover > *, .btn-q.hover-c-sns-pocket:hover * {
    color: #d3505a !important;
  }
  .btn-q.hover-c-sns-pocket:hover {
    border-color: #d3505a !important;
  }
  .btn-q.hover-c-sns-pocket:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-sns-pocket:hover .cursor {
    border-bottom-color: #d3505a !important;
    border-right-color: #d3505a !important;
    border-left-color: #d3505a !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-sns-hatena:hover > *, .btn-q.hover-c-sns-hatena:hover * {
    color: #008fde !important;
  }
  .btn-q.hover-c-sns-hatena:hover {
    border-color: #008fde !important;
  }
  .btn-q.hover-c-sns-hatena:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-sns-hatena:hover .cursor {
    border-bottom-color: #008fde !important;
    border-right-color: #008fde !important;
    border-left-color: #008fde !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-sns-linkedin:hover > *, .btn-q.hover-c-sns-linkedin:hover * {
    color: #1174af !important;
  }
  .btn-q.hover-c-sns-linkedin:hover {
    border-color: #1174af !important;
  }
  .btn-q.hover-c-sns-linkedin:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-sns-linkedin:hover .cursor {
    border-bottom-color: #1174af !important;
    border-right-color: #1174af !important;
    border-left-color: #1174af !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-sns-instagram:hover > *, .btn-q.hover-c-sns-instagram:hover * {
    color: #537fa1 !important;
  }
  .btn-q.hover-c-sns-instagram:hover {
    border-color: #537fa1 !important;
  }
  .btn-q.hover-c-sns-instagram:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-sns-instagram:hover .cursor {
    border-bottom-color: #537fa1 !important;
    border-right-color: #537fa1 !important;
    border-left-color: #537fa1 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-sns-flickr:hover > *, .btn-q.hover-c-sns-flickr:hover * {
    color: #fb1683 !important;
  }
  .btn-q.hover-c-sns-flickr:hover {
    border-color: #fb1683 !important;
  }
  .btn-q.hover-c-sns-flickr:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-sns-flickr:hover .cursor {
    border-bottom-color: #fb1683 !important;
    border-right-color: #fb1683 !important;
    border-left-color: #fb1683 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-sns-pinterest:hover > *, .btn-q.hover-c-sns-pinterest:hover * {
    color: #c8232d !important;
  }
  .btn-q.hover-c-sns-pinterest:hover {
    border-color: #c8232d !important;
  }
  .btn-q.hover-c-sns-pinterest:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-sns-pinterest:hover .cursor {
    border-bottom-color: #c8232d !important;
    border-right-color: #c8232d !important;
    border-left-color: #c8232d !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-sns-tumblr:hover > *, .btn-q.hover-c-sns-tumblr:hover * {
    color: #2b445e !important;
  }
  .btn-q.hover-c-sns-tumblr:hover {
    border-color: #2b445e !important;
  }
  .btn-q.hover-c-sns-tumblr:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-sns-tumblr:hover .cursor {
    border-bottom-color: #2b445e !important;
    border-right-color: #2b445e !important;
    border-left-color: #2b445e !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-sns-youtube:hover > *, .btn-q.hover-c-sns-youtube:hover * {
    color: #fa373a !important;
  }
  .btn-q.hover-c-sns-youtube:hover {
    border-color: #fa373a !important;
  }
  .btn-q.hover-c-sns-youtube:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-sns-youtube:hover .cursor {
    border-bottom-color: #fa373a !important;
    border-right-color: #fa373a !important;
    border-left-color: #fa373a !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-sns-vimeo:hover > *, .btn-q.hover-c-sns-vimeo:hover * {
    color: #47b1d9 !important;
  }
  .btn-q.hover-c-sns-vimeo:hover {
    border-color: #47b1d9 !important;
  }
  .btn-q.hover-c-sns-vimeo:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-sns-vimeo:hover .cursor {
    border-bottom-color: #47b1d9 !important;
    border-right-color: #47b1d9 !important;
    border-left-color: #47b1d9 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-rakuten:hover > *, .btn-q.hover-c-rakuten:hover * {
    color: #bf0000 !important;
  }
  .btn-q.hover-c-rakuten:hover {
    border-color: #bf0000 !important;
  }
  .btn-q.hover-c-rakuten:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-rakuten:hover .cursor {
    border-bottom-color: #bf0000 !important;
    border-right-color: #bf0000 !important;
    border-left-color: #bf0000 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-sale:hover > *, .btn-q.hover-c-sale:hover * {
    color: #bf0000 !important;
  }
  .btn-q.hover-c-sale:hover {
    border-color: #bf0000 !important;
  }
  .btn-q.hover-c-sale:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-sale:hover .cursor {
    border-bottom-color: #bf0000 !important;
    border-right-color: #bf0000 !important;
    border-left-color: #bf0000 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-navy:hover > *, .btn-q.hover-c-navy:hover * {
    color: #01017a !important;
  }
  .btn-q.hover-c-navy:hover {
    border-color: #01017a !important;
  }
  .btn-q.hover-c-navy:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-navy:hover .cursor {
    border-bottom-color: #01017a !important;
    border-right-color: #01017a !important;
    border-left-color: #01017a !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-grey:hover > *, .btn-q.hover-c-grey:hover * {
    color: #a9a9a9 !important;
  }
  .btn-q.hover-c-grey:hover {
    border-color: #a9a9a9 !important;
  }
  .btn-q.hover-c-grey:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-grey:hover .cursor {
    border-bottom-color: #a9a9a9 !important;
    border-right-color: #a9a9a9 !important;
    border-left-color: #a9a9a9 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-brown:hover > *, .btn-q.hover-c-brown:hover * {
    color: #8b4513 !important;
  }
  .btn-q.hover-c-brown:hover {
    border-color: #8b4513 !important;
  }
  .btn-q.hover-c-brown:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-brown:hover .cursor {
    border-bottom-color: #8b4513 !important;
    border-right-color: #8b4513 !important;
    border-left-color: #8b4513 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-beige:hover > *, .btn-q.hover-c-beige:hover * {
    color: #f5f5dc !important;
  }
  .btn-q.hover-c-beige:hover {
    border-color: #f5f5dc !important;
  }
  .btn-q.hover-c-beige:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-beige:hover .cursor {
    border-bottom-color: #f5f5dc !important;
    border-right-color: #f5f5dc !important;
    border-left-color: #f5f5dc !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-green:hover > *, .btn-q.hover-c-green:hover * {
    color: #4bac78 !important;
  }
  .btn-q.hover-c-green:hover {
    border-color: #4bac78 !important;
  }
  .btn-q.hover-c-green:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-green:hover .cursor {
    border-bottom-color: #4bac78 !important;
    border-right-color: #4bac78 !important;
    border-left-color: #4bac78 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-blue:hover > *, .btn-q.hover-c-blue:hover * {
    color: #4169e1 !important;
  }
  .btn-q.hover-c-blue:hover {
    border-color: #4169e1 !important;
  }
  .btn-q.hover-c-blue:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-blue:hover .cursor {
    border-bottom-color: #4169e1 !important;
    border-right-color: #4169e1 !important;
    border-left-color: #4169e1 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-purple:hover > *, .btn-q.hover-c-purple:hover * {
    color: #9c6da6 !important;
  }
  .btn-q.hover-c-purple:hover {
    border-color: #9c6da6 !important;
  }
  .btn-q.hover-c-purple:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-purple:hover .cursor {
    border-bottom-color: #9c6da6 !important;
    border-right-color: #9c6da6 !important;
    border-left-color: #9c6da6 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-pink:hover > *, .btn-q.hover-c-pink:hover * {
    color: #fcc6ca !important;
  }
  .btn-q.hover-c-pink:hover {
    border-color: #fcc6ca !important;
  }
  .btn-q.hover-c-pink:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-pink:hover .cursor {
    border-bottom-color: #fcc6ca !important;
    border-right-color: #fcc6ca !important;
    border-left-color: #fcc6ca !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-red:hover > *, .btn-q.hover-c-red:hover * {
    color: #dd6463 !important;
  }
  .btn-q.hover-c-red:hover {
    border-color: #dd6463 !important;
  }
  .btn-q.hover-c-red:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-red:hover .cursor {
    border-bottom-color: #dd6463 !important;
    border-right-color: #dd6463 !important;
    border-left-color: #dd6463 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-yellow:hover > *, .btn-q.hover-c-yellow:hover * {
    color: #efb445 !important;
  }
  .btn-q.hover-c-yellow:hover {
    border-color: #efb445 !important;
  }
  .btn-q.hover-c-yellow:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-yellow:hover .cursor {
    border-bottom-color: #efb445 !important;
    border-right-color: #efb445 !important;
    border-left-color: #efb445 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-orange:hover > *, .btn-q.hover-c-orange:hover * {
    color: #fda65f !important;
  }
  .btn-q.hover-c-orange:hover {
    border-color: #fda65f !important;
  }
  .btn-q.hover-c-orange:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-orange:hover .cursor {
    border-bottom-color: #fda65f !important;
    border-right-color: #fda65f !important;
    border-left-color: #fda65f !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-magenta:hover > *, .btn-q.hover-c-magenta:hover * {
    color: #ff00ff !important;
  }
  .btn-q.hover-c-magenta:hover {
    border-color: #ff00ff !important;
  }
  .btn-q.hover-c-magenta:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-magenta:hover .cursor {
    border-bottom-color: #ff00ff !important;
    border-right-color: #ff00ff !important;
    border-left-color: #ff00ff !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-gold:hover > *, .btn-q.hover-c-gold:hover * {
    color: #cda432 !important;
  }
  .btn-q.hover-c-gold:hover {
    border-color: #cda432 !important;
  }
  .btn-q.hover-c-gold:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-gold:hover .cursor {
    border-bottom-color: #cda432 !important;
    border-right-color: #cda432 !important;
    border-left-color: #cda432 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-silver:hover > *, .btn-q.hover-c-silver:hover * {
    color: #c0c0c0 !important;
  }
  .btn-q.hover-c-silver:hover {
    border-color: #c0c0c0 !important;
  }
  .btn-q.hover-c-silver:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-silver:hover .cursor {
    border-bottom-color: #c0c0c0 !important;
    border-right-color: #c0c0c0 !important;
    border-left-color: #c0c0c0 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-lightblue:hover > *, .btn-q.hover-c-lightblue:hover * {
    color: #c5d9f4 !important;
  }
  .btn-q.hover-c-lightblue:hover {
    border-color: #c5d9f4 !important;
  }
  .btn-q.hover-c-lightblue:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-lightblue:hover .cursor {
    border-bottom-color: #c5d9f4 !important;
    border-right-color: #c5d9f4 !important;
    border-left-color: #c5d9f4 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-lightgreen:hover > *, .btn-q.hover-c-lightgreen:hover * {
    color: #bedca6 !important;
  }
  .btn-q.hover-c-lightgreen:hover {
    border-color: #bedca6 !important;
  }
  .btn-q.hover-c-lightgreen:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-lightgreen:hover .cursor {
    border-bottom-color: #bedca6 !important;
    border-right-color: #bedca6 !important;
    border-left-color: #bedca6 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-lightpurple:hover > *, .btn-q.hover-c-lightpurple:hover * {
    color: #c6b5e5 !important;
  }
  .btn-q.hover-c-lightpurple:hover {
    border-color: #c6b5e5 !important;
  }
  .btn-q.hover-c-lightpurple:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-lightpurple:hover .cursor {
    border-bottom-color: #c6b5e5 !important;
    border-right-color: #c6b5e5 !important;
    border-left-color: #c6b5e5 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-lightpink:hover > *, .btn-q.hover-c-lightpink:hover * {
    color: #ffd3d5 !important;
  }
  .btn-q.hover-c-lightpink:hover {
    border-color: #ffd3d5 !important;
  }
  .btn-q.hover-c-lightpink:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-lightpink:hover .cursor {
    border-bottom-color: #ffd3d5 !important;
    border-right-color: #ffd3d5 !important;
    border-left-color: #ffd3d5 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-lightbeige:hover > *, .btn-q.hover-c-lightbeige:hover * {
    color: #f5d3b6 !important;
  }
  .btn-q.hover-c-lightbeige:hover {
    border-color: #f5d3b6 !important;
  }
  .btn-q.hover-c-lightbeige:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-lightbeige:hover .cursor {
    border-bottom-color: #f5d3b6 !important;
    border-right-color: #f5d3b6 !important;
    border-left-color: #f5d3b6 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-darkred:hover > *, .btn-q.hover-c-darkred:hover * {
    color: #c0392b !important;
  }
  .btn-q.hover-c-darkred:hover {
    border-color: #c0392b !important;
  }
  .btn-q.hover-c-darkred:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-darkred:hover .cursor {
    border-bottom-color: #c0392b !important;
    border-right-color: #c0392b !important;
    border-left-color: #c0392b !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-darkblue:hover > *, .btn-q.hover-c-darkblue:hover * {
    color: #2980b9 !important;
  }
  .btn-q.hover-c-darkblue:hover {
    border-color: #2980b9 !important;
  }
  .btn-q.hover-c-darkblue:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-darkblue:hover .cursor {
    border-bottom-color: #2980b9 !important;
    border-right-color: #2980b9 !important;
    border-left-color: #2980b9 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-darkorange:hover > *, .btn-q.hover-c-darkorange:hover * {
    color: #f39c12 !important;
  }
  .btn-q.hover-c-darkorange:hover {
    border-color: #f39c12 !important;
  }
  .btn-q.hover-c-darkorange:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-darkorange:hover .cursor {
    border-bottom-color: #f39c12 !important;
    border-right-color: #f39c12 !important;
    border-left-color: #f39c12 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-darkgreen:hover > *, .btn-q.hover-c-darkgreen:hover * {
    color: #00708e !important;
  }
  .btn-q.hover-c-darkgreen:hover {
    border-color: #00708e !important;
  }
  .btn-q.hover-c-darkgreen:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-darkgreen:hover .cursor {
    border-bottom-color: #00708e !important;
    border-right-color: #00708e !important;
    border-left-color: #00708e !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-yellowgreen:hover > *, .btn-q.hover-c-yellowgreen:hover * {
    color: #a8b53e !important;
  }
  .btn-q.hover-c-yellowgreen:hover {
    border-color: #a8b53e !important;
  }
  .btn-q.hover-c-yellowgreen:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-yellowgreen:hover .cursor {
    border-bottom-color: #a8b53e !important;
    border-right-color: #a8b53e !important;
    border-left-color: #a8b53e !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-communication:hover > *, .btn-q.hover-c-communication:hover * {
    color: #F5A933 !important;
  }
  .btn-q.hover-c-communication:hover {
    border-color: #F5A933 !important;
  }
  .btn-q.hover-c-communication:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-communication:hover .cursor {
    border-bottom-color: #F5A933 !important;
    border-right-color: #F5A933 !important;
    border-left-color: #F5A933 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-business:hover > *, .btn-q.hover-c-business:hover * {
    color: #87B2D8 !important;
  }
  .btn-q.hover-c-business:hover {
    border-color: #87B2D8 !important;
  }
  .btn-q.hover-c-business:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-business:hover .cursor {
    border-bottom-color: #87B2D8 !important;
    border-right-color: #87B2D8 !important;
    border-left-color: #87B2D8 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-business-title:hover > *, .btn-q.hover-c-business-title:hover * {
    color: #3775c9 !important;
  }
  .btn-q.hover-c-business-title:hover {
    border-color: #3775c9 !important;
  }
  .btn-q.hover-c-business-title:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-business-title:hover .cursor {
    border-bottom-color: #3775c9 !important;
    border-right-color: #3775c9 !important;
    border-left-color: #3775c9 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-business-bg:hover > *, .btn-q.hover-c-business-bg:hover * {
    color: #ebf6ff !important;
  }
  .btn-q.hover-c-business-bg:hover {
    border-color: #ebf6ff !important;
  }
  .btn-q.hover-c-business-bg:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-business-bg:hover .cursor {
    border-bottom-color: #ebf6ff !important;
    border-right-color: #ebf6ff !important;
    border-left-color: #ebf6ff !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-global_communication:hover > *, .btn-q.hover-c-global_communication:hover * {
    color: #70BFC4 !important;
  }
  .btn-q.hover-c-global_communication:hover {
    border-color: #70BFC4 !important;
  }
  .btn-q.hover-c-global_communication:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-global_communication:hover .cursor {
    border-bottom-color: #70BFC4 !important;
    border-right-color: #70BFC4 !important;
    border-left-color: #70BFC4 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-literature:hover > *, .btn-q.hover-c-literature:hover * {
    color: #DEB800 !important;
  }
  .btn-q.hover-c-literature:hover {
    border-color: #DEB800 !important;
  }
  .btn-q.hover-c-literature:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-literature:hover .cursor {
    border-bottom-color: #DEB800 !important;
    border-right-color: #DEB800 !important;
    border-left-color: #DEB800 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-education:hover > *, .btn-q.hover-c-education:hover * {
    color: #F6D528 !important;
  }
  .btn-q.hover-c-education:hover {
    border-color: #F6D528 !important;
  }
  .btn-q.hover-c-education:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-education:hover .cursor {
    border-bottom-color: #F6D528 !important;
    border-right-color: #F6D528 !important;
    border-left-color: #F6D528 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-human:hover > *, .btn-q.hover-c-human:hover * {
    color: #A791AF !important;
  }
  .btn-q.hover-c-human:hover {
    border-color: #A791AF !important;
  }
  .btn-q.hover-c-human:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-human:hover .cursor {
    border-bottom-color: #A791AF !important;
    border-right-color: #A791AF !important;
    border-left-color: #A791AF !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-psychology:hover > *, .btn-q.hover-c-psychology:hover * {
    color: #A2CA0E !important;
  }
  .btn-q.hover-c-psychology:hover {
    border-color: #A2CA0E !important;
  }
  .btn-q.hover-c-psychology:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-psychology:hover .cursor {
    border-bottom-color: #A2CA0E !important;
    border-right-color: #A2CA0E !important;
    border-left-color: #A2CA0E !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-creation_expression:hover > *, .btn-q.hover-c-creation_expression:hover * {
    color: #5AB6D3 !important;
  }
  .btn-q.hover-c-creation_expression:hover {
    border-color: #5AB6D3 !important;
  }
  .btn-q.hover-c-creation_expression:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-creation_expression:hover .cursor {
    border-bottom-color: #5AB6D3 !important;
    border-right-color: #5AB6D3 !important;
    border-left-color: #5AB6D3 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-architecture:hover > *, .btn-q.hover-c-architecture:hover * {
    color: #5FBCF6 !important;
  }
  .btn-q.hover-c-architecture:hover {
    border-color: #5FBCF6 !important;
  }
  .btn-q.hover-c-architecture:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-architecture:hover .cursor {
    border-bottom-color: #5FBCF6 !important;
    border-right-color: #5FBCF6 !important;
    border-left-color: #5FBCF6 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-health:hover > *, .btn-q.hover-c-health:hover * {
    color: #ED7859 !important;
  }
  .btn-q.hover-c-health:hover {
    border-color: #ED7859 !important;
  }
  .btn-q.hover-c-health:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-health:hover .cursor {
    border-bottom-color: #ED7859 !important;
    border-right-color: #ED7859 !important;
    border-left-color: #ED7859 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-nutrition:hover > *, .btn-q.hover-c-nutrition:hover * {
    color: #009780 !important;
  }
  .btn-q.hover-c-nutrition:hover {
    border-color: #009780 !important;
  }
  .btn-q.hover-c-nutrition:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-nutrition:hover .cursor {
    border-bottom-color: #009780 !important;
    border-right-color: #009780 !important;
    border-left-color: #009780 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-welfare:hover > *, .btn-q.hover-c-welfare:hover * {
    color: #E9999E !important;
  }
  .btn-q.hover-c-welfare:hover {
    border-color: #E9999E !important;
  }
  .btn-q.hover-c-welfare:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-welfare:hover .cursor {
    border-bottom-color: #E9999E !important;
    border-right-color: #E9999E !important;
    border-left-color: #E9999E !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-pursuit:hover > *, .btn-q.hover-c-pursuit:hover * {
    color: #4ec3bc !important;
  }
  .btn-q.hover-c-pursuit:hover {
    border-color: #4ec3bc !important;
  }
  .btn-q.hover-c-pursuit:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-pursuit:hover .cursor {
    border-bottom-color: #4ec3bc !important;
    border-right-color: #4ec3bc !important;
    border-left-color: #4ec3bc !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-exchange:hover > *, .btn-q.hover-c-exchange:hover * {
    color: #9c78c7 !important;
  }
  .btn-q.hover-c-exchange:hover {
    border-color: #9c78c7 !important;
  }
  .btn-q.hover-c-exchange:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-exchange:hover .cursor {
    border-bottom-color: #9c78c7 !important;
    border-right-color: #9c78c7 !important;
    border-left-color: #9c78c7 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-growth:hover > *, .btn-q.hover-c-growth:hover * {
    color: #59b879 !important;
  }
  .btn-q.hover-c-growth:hover {
    border-color: #59b879 !important;
  }
  .btn-q.hover-c-growth:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-growth:hover .cursor {
    border-bottom-color: #59b879 !important;
    border-right-color: #59b879 !important;
    border-left-color: #59b879 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-dynamism:hover > *, .btn-q.hover-c-dynamism:hover * {
    color: #ea7289 !important;
  }
  .btn-q.hover-c-dynamism:hover {
    border-color: #ea7289 !important;
  }
  .btn-q.hover-c-dynamism:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-dynamism:hover .cursor {
    border-bottom-color: #ea7289 !important;
    border-right-color: #ea7289 !important;
    border-left-color: #ea7289 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-report:hover > *, .btn-q.hover-c-report:hover * {
    color: #cfb12b !important;
  }
  .btn-q.hover-c-report:hover {
    border-color: #cfb12b !important;
  }
  .btn-q.hover-c-report:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-report:hover .cursor {
    border-bottom-color: #cfb12b !important;
    border-right-color: #cfb12b !important;
    border-left-color: #cfb12b !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-bg-literature:hover > *, .btn-q.hover-c-bg-literature:hover * {
    color: rgb(255, 249.3513513514, 222) !important;
  }
  .btn-q.hover-c-bg-literature:hover {
    border-color: rgb(255, 249.3513513514, 222) !important;
  }
  .btn-q.hover-c-bg-literature:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-bg-literature:hover .cursor {
    border-bottom-color: rgb(255, 249.3513513514, 222) !important;
    border-right-color: rgb(255, 249.3513513514, 222) !important;
    border-left-color: rgb(255, 249.3513513514, 222) !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-bg-education:hover > *, .btn-q.hover-c-bg-education:hover * {
    color: rgb(254.1964285714, 251.25, 235.8035714286) !important;
  }
  .btn-q.hover-c-bg-education:hover {
    border-color: rgb(254.1964285714, 251.25, 235.8035714286) !important;
  }
  .btn-q.hover-c-bg-education:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-bg-education:hover .cursor {
    border-bottom-color: rgb(254.1964285714, 251.25, 235.8035714286) !important;
    border-right-color: rgb(254.1964285714, 251.25, 235.8035714286) !important;
    border-left-color: rgb(254.1964285714, 251.25, 235.8035714286) !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-bg-human:hover > *, .btn-q.hover-c-bg-human:hover * {
    color: rgb(214.2421052632, 204.0526315789, 217.9473684211) !important;
  }
  .btn-q.hover-c-bg-human:hover {
    border-color: rgb(214.2421052632, 204.0526315789, 217.9473684211) !important;
  }
  .btn-q.hover-c-bg-human:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-bg-human:hover .cursor {
    border-bottom-color: rgb(214.2421052632, 204.0526315789, 217.9473684211) !important;
    border-right-color: rgb(214.2421052632, 204.0526315789, 217.9473684211) !important;
    border-left-color: rgb(214.2421052632, 204.0526315789, 217.9473684211) !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-bg-psychology:hover > *, .btn-q.hover-c-bg-psychology:hover * {
    color: rgb(232.5, 249.1666666667, 170.8333333333) !important;
  }
  .btn-q.hover-c-bg-psychology:hover {
    border-color: rgb(232.5, 249.1666666667, 170.8333333333) !important;
  }
  .btn-q.hover-c-bg-psychology:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-bg-psychology:hover .cursor {
    border-bottom-color: rgb(232.5, 249.1666666667, 170.8333333333) !important;
    border-right-color: rgb(232.5, 249.1666666667, 170.8333333333) !important;
    border-left-color: rgb(232.5, 249.1666666667, 170.8333333333) !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-bg-creation_expression:hover > *, .btn-q.hover-c-bg-creation_expression:hover * {
    color: rgb(170.5263157895, 217.6267942584, 232.4736842105) !important;
  }
  .btn-q.hover-c-bg-creation_expression:hover {
    border-color: rgb(170.5263157895, 217.6267942584, 232.4736842105) !important;
  }
  .btn-q.hover-c-bg-creation_expression:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-bg-creation_expression:hover .cursor {
    border-bottom-color: rgb(170.5263157895, 217.6267942584, 232.4736842105) !important;
    border-right-color: rgb(170.5263157895, 217.6267942584, 232.4736842105) !important;
    border-left-color: rgb(170.5263157895, 217.6267942584, 232.4736842105) !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-bg-architecture:hover > *, .btn-q.hover-c-bg-architecture:hover * {
    color: rgb(191.5680473373, 228.4378698225, 251.4319526627) !important;
  }
  .btn-q.hover-c-bg-architecture:hover {
    border-color: rgb(191.5680473373, 228.4378698225, 251.4319526627) !important;
  }
  .btn-q.hover-c-bg-architecture:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-bg-architecture:hover .cursor {
    border-bottom-color: rgb(191.5680473373, 228.4378698225, 251.4319526627) !important;
    border-right-color: rgb(191.5680473373, 228.4378698225, 251.4319526627) !important;
    border-left-color: rgb(191.5680473373, 228.4378698225, 251.4319526627) !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-bg-health:hover > *, .btn-q.hover-c-bg-health:hover * {
    color: rgb(246.9782608696, 194.8369565217, 181.0217391304) !important;
  }
  .btn-q.hover-c-bg-health:hover {
    border-color: rgb(246.9782608696, 194.8369565217, 181.0217391304) !important;
  }
  .btn-q.hover-c-bg-health:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-bg-health:hover .cursor {
    border-bottom-color: rgb(246.9782608696, 194.8369565217, 181.0217391304) !important;
    border-right-color: rgb(246.9782608696, 194.8369565217, 181.0217391304) !important;
    border-left-color: rgb(246.9782608696, 194.8369565217, 181.0217391304) !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-bg-nutrition:hover > *, .btn-q.hover-c-bg-nutrition:hover * {
    color: rgb(202, 255, 246.9271523179) !important;
  }
  .btn-q.hover-c-bg-nutrition:hover {
    border-color: rgb(202, 255, 246.9271523179) !important;
  }
  .btn-q.hover-c-bg-nutrition:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-bg-nutrition:hover .cursor {
    border-bottom-color: rgb(202, 255, 246.9271523179) !important;
    border-right-color: rgb(202, 255, 246.9271523179) !important;
    border-left-color: rgb(202, 255, 246.9271523179) !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-bg-welfare:hover > *, .btn-q.hover-c-bg-welfare:hover * {
    color: rgb(251.0967741935, 236.9032258065, 237.7903225806) !important;
  }
  .btn-q.hover-c-bg-welfare:hover {
    border-color: rgb(251.0967741935, 236.9032258065, 237.7903225806) !important;
  }
  .btn-q.hover-c-bg-welfare:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-bg-welfare:hover .cursor {
    border-bottom-color: rgb(251.0967741935, 236.9032258065, 237.7903225806) !important;
    border-right-color: rgb(251.0967741935, 236.9032258065, 237.7903225806) !important;
    border-left-color: rgb(251.0967741935, 236.9032258065, 237.7903225806) !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-bg-communication:hover > *, .btn-q.hover-c-bg-communication:hover * {
    color: rgb(250.9579439252, 220.238317757, 172.5420560748) !important;
  }
  .btn-q.hover-c-bg-communication:hover {
    border-color: rgb(250.9579439252, 220.238317757, 172.5420560748) !important;
  }
  .btn-q.hover-c-bg-communication:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-bg-communication:hover .cursor {
    border-bottom-color: rgb(250.9579439252, 220.238317757, 172.5420560748) !important;
    border-right-color: rgb(250.9579439252, 220.238317757, 172.5420560748) !important;
    border-left-color: rgb(250.9579439252, 220.238317757, 172.5420560748) !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-bg-business:hover > *, .btn-q.hover-c-bg-business:hover * {
    color: rgb(211.9811320755, 227.3962264151, 241.0188679245) !important;
  }
  .btn-q.hover-c-bg-business:hover {
    border-color: rgb(211.9811320755, 227.3962264151, 241.0188679245) !important;
  }
  .btn-q.hover-c-bg-business:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-bg-business:hover .cursor {
    border-bottom-color: rgb(211.9811320755, 227.3962264151, 241.0188679245) !important;
    border-right-color: rgb(211.9811320755, 227.3962264151, 241.0188679245) !important;
    border-left-color: rgb(211.9811320755, 227.3962264151, 241.0188679245) !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-bg-business-title:hover > *, .btn-q.hover-c-bg-business-title:hover * {
    color: rgb(215.6299212598, 227.8346456693, 244.3700787402) !important;
  }
  .btn-q.hover-c-bg-business-title:hover {
    border-color: rgb(215.6299212598, 227.8346456693, 244.3700787402) !important;
  }
  .btn-q.hover-c-bg-business-title:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-bg-business-title:hover .cursor {
    border-bottom-color: rgb(215.6299212598, 227.8346456693, 244.3700787402) !important;
    border-right-color: rgb(215.6299212598, 227.8346456693, 244.3700787402) !important;
    border-left-color: rgb(215.6299212598, 227.8346456693, 244.3700787402) !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-bg-business-bg:hover > *, .btn-q.hover-c-bg-business-bg:hover * {
    color: white !important;
  }
  .btn-q.hover-c-bg-business-bg:hover {
    border-color: white !important;
  }
  .btn-q.hover-c-bg-business-bg:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-bg-business-bg:hover .cursor {
    border-bottom-color: white !important;
    border-right-color: white !important;
    border-left-color: white !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-bg-global_communication:hover > *, .btn-q.hover-c-bg-global_communication:hover * {
    color: rgb(220.3118811881, 239.4752475248, 240.6881188119) !important;
  }
  .btn-q.hover-c-bg-global_communication:hover {
    border-color: rgb(220.3118811881, 239.4752475248, 240.6881188119) !important;
  }
  .btn-q.hover-c-bg-global_communication:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-bg-global_communication:hover .cursor {
    border-bottom-color: rgb(220.3118811881, 239.4752475248, 240.6881188119) !important;
    border-right-color: rgb(220.3118811881, 239.4752475248, 240.6881188119) !important;
    border-left-color: rgb(220.3118811881, 239.4752475248, 240.6881188119) !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-news-info:hover > *, .btn-q.hover-c-news-info:hover * {
    color: #004098 !important;
  }
  .btn-q.hover-c-news-info:hover {
    border-color: #004098 !important;
  }
  .btn-q.hover-c-news-info:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-news-info:hover .cursor {
    border-bottom-color: #004098 !important;
    border-right-color: #004098 !important;
    border-left-color: #004098 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-news-important:hover > *, .btn-q.hover-c-news-important:hover * {
    color: #c8232d !important;
  }
  .btn-q.hover-c-news-important:hover {
    border-color: #c8232d !important;
  }
  .btn-q.hover-c-news-important:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-news-important:hover .cursor {
    border-bottom-color: #c8232d !important;
    border-right-color: #c8232d !important;
    border-left-color: #c8232d !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-news-recruit:hover > *, .btn-q.hover-c-news-recruit:hover * {
    color: #dd6463 !important;
  }
  .btn-q.hover-c-news-recruit:hover {
    border-color: #dd6463 !important;
  }
  .btn-q.hover-c-news-recruit:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-news-recruit:hover .cursor {
    border-bottom-color: #dd6463 !important;
    border-right-color: #dd6463 !important;
    border-left-color: #dd6463 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-news-exam:hover > *, .btn-q.hover-c-news-exam:hover * {
    color: #59b879 !important;
  }
  .btn-q.hover-c-news-exam:hover {
    border-color: #59b879 !important;
  }
  .btn-q.hover-c-news-exam:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-news-exam:hover .cursor {
    border-bottom-color: #59b879 !important;
    border-right-color: #59b879 !important;
    border-left-color: #59b879 !important;
  }
}
@media (min-width: 990px) {
  .btn-q.hover-c-news-press:hover > *, .btn-q.hover-c-news-press:hover * {
    color: #d19c0b !important;
  }
  .btn-q.hover-c-news-press:hover {
    border-color: #d19c0b !important;
  }
  .btn-q.hover-c-news-press:hover:after {
    background: #fff !important;
  }
  .btn-q.hover-c-news-press:hover .cursor {
    border-bottom-color: #d19c0b !important;
    border-right-color: #d19c0b !important;
    border-left-color: #d19c0b !important;
  }
}
.btn-q.is-line {
  display: inline-flex;
  position: relative;
  justify-content: center;
  border-radius: 300px;
  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;
}
.btn-q.is-line > * {
  line-height: 1;
}
.btn-q.is-line input[type=submit],
.btn-q.is-line 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-q.is-line input[type=submit],
  .btn-q.is-line input[type=button] {
    min-width: 16em;
  }
}
.btn-q.is-line input[type=submit],
.btn-q.is-line input[type=button] {
  color: #004098;
  font-size: clamp(15px, 0.07576vw + 14.54545px, 16px);
  line-height: 1.3;
}
.btn-q.is-line > :first-child {
  flex-shrink: 0;
}
.btn-q.is-line.is-disabled, .btn-q.is-line:disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media (min-width: 990px) {
  .btn-q.is-line {
    position: relative;
    z-index: 0;
    transition: 0.3s;
  }
  .btn-q.is-line:after {
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    z-index: -1;
    transition: transform ease 0.3s;
    background: #004098;
    width: 100%;
    height: 105%;
    content: "";
  }
  .btn-q.is-line:hover {
    border-color: #fff;
  }
  .btn-q.is-line:hover > *, .btn-q.is-line:hover * {
    color: #fff !important;
  }
  .btn-q.is-line:hover input[type=submit],
  .btn-q.is-line:hover input[type=button] {
    color: #fff;
  }
  .btn-q.is-line:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
  }
  .btn-q.is-line:hover .cursor {
    border-bottom-color: #fff;
    border-right-color: #fff;
  }
  .btn-q.is-line:hover img {
    filter: brightness(0) saturate(100%) invert(100%);
  }
}

[class^=btn-s] {
  display: inline-flex;
  position: relative;
  justify-content: 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;
  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] {
    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] {
    transition: all ease-in-out 0.3s;
  }
  [class^=btn-s]:hover {
    background: rgb(0, 85.4736842105, 203);
  }
  [class^=btn-s]:hover .cursor {
    transform: translateX(0.25em);
    border-bottom-color: #fff;
    border-right-color: #fff;
  }
}

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

[class^=btn-t] {
  display: inline-flex;
  position: relative;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #004098;
  padding: 0.5em 1em;
  overflow: hidden;
  color: #fff !important;
  font-size: clamp(13px, 0.15152vw + 12.09091px, 15px);
  line-height: 1.3;
  letter-spacing: 0;
  gap: 0.5em;
  text-decoration: none !important;
}

.btn-t.is-line {
  display: inline-flex;
  position: relative;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #fff;
  padding: 0.5em 1em;
  overflow: hidden;
  color: #004098 !important;
  font-size: clamp(13px, 0.15152vw + 12.09091px, 15px);
  line-height: 1.3;
  letter-spacing: 0;
  gap: 0.5em;
  text-decoration: none !important;
}

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

.btn-group.is-left {
  justify-content: flex-start;
}
.btn-group.is-right {
  justify-content: flex-end;
}
.btn-group.is-center {
  justify-content: center;
}
.btn-group.is-left-to-center {
  justify-content: flex-start;
}
@media (max-width: 990px) {
  .btn-group.is-left-to-center {
    justify-content: center;
  }
}
.btn-group.is-row {
  flex-direction: row;
}
.btn-group.is-column {
  flex-direction: column;
}
.btn-group.is-row-to-column {
  flex-direction: row;
}
@media (max-width: 600px) {
  .btn-group.is-row-to-column {
    flex-direction: column;
  }
}
.btn-group.column-reverse {
  flex-direction: column;
}
@media (min-width: 990px) {
  .btn-group.column-reverse {
    flex-direction: row-reverse;
  }
}
.btn-group.is-float {
  display: flex;
  position: fixed;
  bottom: 15px;
  left: 50%;
  justify-content: space-between;
  gap: 0.5rem;
  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: 9;
}
.btn-group.is-float > * {
  width: 100%;
  filter: drop-shadow(0px 2px 4px rgba(26, 26, 26, 0.2));
}

.cms-p {
  display: flex;
  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;
  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;
  margin-top: 1em;
}
.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 {
  transition: all ease-in-out 0.3s;
  color: #004098;
  text-decoration: underline;
}
.cms-p a:hover {
  text-decoration: none;
}
.cms-p table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e6e5;
  caption-side: bottom;
}
.cms-p table caption {
  font-size: 1.2rem;
  margin: 0.5em 0 0 0;
  text-align: left;
}
.cms-p table th,
.cms-p table td {
  vertical-align: top;
  border: 1px solid #e6e6e5;
  padding: 0.75em 1em;
  text-align: left;
}
.cms-p table th {
  background-color: #e9f1fb;
  font-weight: 600;
  white-space: nowrap;
}
.cms-p table td {
  background-color: #fff;
}
.cms-p h1 {
  /* h1を入力させない設定 */
  /*text-decoration: line-through !important; */
}
.cms-p h2 {
  clear: both;
  margin: 2.5rem 0 2rem 0;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.5em 0 0.5em 0.75em;
  -webkit-font-smoothing: antialiased;
  position: relative;
  border-left: 0.3em solid #004098;
}
.cms-p h3 {
  clear: both;
  margin: 2.5rem 0 1.5rem 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.75em 0.75em;
  -webkit-font-smoothing: antialiased;
  background: #f3f3f3;
  border-left: 0.25em solid #004098;
}
.cms-p h4 {
  clear: both;
  margin: 2.5rem 0 1rem 0;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.5em 0 0.5em 0.75em;
  -webkit-font-smoothing: antialiased;
  border-bottom: 4px solid #c5d9f4;
}
.cms-p h5 {
  clear: both;
  margin: 2.5rem 0 1rem 0;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.5em 0.75em;
  -webkit-font-smoothing: antialiased;
  background: #e9f1fb;
}

.cms-s {
  display: flex;
  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;
  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;
  margin-top: 1em;
}
.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 {
  transition: all ease-in-out 0.3s;
  color: #004098;
  text-decoration: underline;
}
.cms-s a:hover {
  text-decoration: none;
}
.cms-s table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e6e5;
  caption-side: bottom;
}
.cms-s table caption {
  font-size: 1.2rem;
  margin: 0.5em 0 0 0;
  text-align: left;
}
.cms-s table th,
.cms-s table td {
  vertical-align: top;
  border: 1px solid #e6e6e5;
  padding: 0.75em 1em;
  text-align: left;
}
.cms-s table th {
  background-color: #e9f1fb;
  font-weight: 600;
  white-space: nowrap;
}
.cms-s table td {
  background-color: #fff;
}

.pic {
  float: right;
  margin: 0 0 1.5em 1.5em;
}
.pic img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ImgR {
  float: right;
  margin: 0 0 1.5em 1.5em;
}

.ImgL {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

.ImgC {
  display: block;
  margin: 0 auto;
}

.form {
  width: 100%;
  margin: auto;
}
.form ::-moz-placeholder {
  color: #ccc;
}
.form ::placeholder {
  color: #ccc;
}
.form__item {
  margin: 2rem 0 0 0;
}
.form > * + * {
  margin: 2rem 0 0 0;
}
.form .label {
  font-size: clamp(1rem, 0.01515vw + 0.90909px, 1.2rem);
  display: block;
}
.form .validation__error {
  color: #c8232d;
}
.form .is-required:after {
  content: "*";
  color: #c8232d;
}

.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: inline-flex;
  align-items: 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;
  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%;
}

.select-p {
  position: relative;
  display: block;
  overflow: hidden;
  height: 47px;
  text-align: center;
  color: #1a1a1a;
  border-radius: 0;
  background: #fff;
}
.select-p.icon select {
  margin-left: 1.5em;
}
.select-p.icon:after {
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  color: #c5d9f4;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}
.select-p.is_error {
  border: solid 1px #c8232d;
  background-color: #c8232d;
}
.select-p.is_error::-moz-placeholder {
  color: #818181;
}
.select-p.is_error::placeholder {
  color: #818181;
}
.select-p.is_success {
  border: solid 1px #29bb0f;
  background-color: #29bb0f;
}
.select-p.is_success::-moz-placeholder {
  color: #818181;
}
.select-p.is_success::placeholder {
  color: #818181;
}
.select-p:before {
  position: absolute;
  top: 35%;
  right: 1.5em;
  width: 7px;
  height: 7px;
  padding: 0;
  content: "";
  transform: rotate(135deg);
  pointer-events: none;
  border-top: 1px solid #818181;
  border-right: 1px solid #818181;
}
.select-p select {
  font-size: 16px;
  position: absolute;
  left: 0;
  width: 110%;
  height: 100%;
  cursor: pointer;
  transform: scale(0.9);
  text-indent: 0.01px;
  text-overflow: ellipsis;
  color: #1a1a1a;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
}
.select-p select::-ms-expand {
  display: none;
}

.select-s {
  font-size: clamp(1.2rem, 0.02273vw + 1.06364px, 1.5rem);
  position: relative;
  display: inline-block;
  width: 220px;
  height: 40px;
  cursor: pointer;
  color: #eee;
}
.select-s.is-sp:after, .select-s__styled:after {
  position: absolute;
  z-index: 1;
  top: 35%;
  right: 1.5em;
  width: 7px;
  height: 7px;
  padding: 0;
  content: "";
  transition: all ease-in-out 0.3s;
  transform: rotate(135deg);
  pointer-events: none;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.select-s__hidden {
  display: none;
}
.select-s select {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 8px 15px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  color: #eee;
  border: none;
  outline: none;
  background: transparent;
  background-color: #818181;
  background-image: none;
  box-shadow: none;
}
.select-s select::-ms-expand {
  display: none;
}
.select-s__styled {
  line-height: 1.2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  transition: all ease-in-out 0.3s;
  background-color: #818181;
}
.select-s__styled:active:after, .select-s__styled.is-active:after {
  top: 45%;
  transform: rotate(-45deg);
}
.select-s__options {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.select-s__options li {
  margin: 0;
  padding: 8px 0;
  transition: all ease-in-out 0.3s;
  text-indent: 15px;
}
.select-s__options li:hover, .select-s__options li.is-selected {
  color: #818181;
  background: #eee;
}
.select-s__options li[rel=hide] {
  display: none;
}

.page-top-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  position: relative;
  width: 100%;
  height: auto;
}
.page-top-section:before {
  display: block;
  padding-top: 18.75%;
  content: "";
}
.page-top-section > :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) {
  .page-top-section {
    position: relative;
    width: 100%;
    height: auto;
  }
  .page-top-section:before {
    display: block;
    padding-top: 25%;
    content: "";
  }
  .page-top-section > :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) {
  .page-top-section {
    position: relative;
    width: 100%;
    height: auto;
  }
  .page-top-section:before {
    display: block;
    padding-top: 31.25%;
    content: "";
  }
  .page-top-section > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-top-section {
  z-index: 4;
}
.page-top-section.is-welcome {
  position: relative;
  width: 100%;
  height: auto;
}
.page-top-section.is-welcome:before {
  display: block;
  padding-top: 12.5%;
  content: "";
}
.page-top-section.is-welcome > :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) {
  .page-top-section.is-welcome {
    position: relative;
    width: 100%;
    height: auto;
  }
  .page-top-section.is-welcome:before {
    display: block;
    padding-top: 31.25%;
    content: "";
  }
  .page-top-section.is-welcome > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-top-section__text {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-top-section__title {
  text-align: center;
}
.page-top-section h1, .page-top-section h2, .page-top-section h3, .page-top-section p {
  /*
  width: max-content;
  max-width: 90%;
  */
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.page-top-section .bg {
  width: 100%;
}

.input-p {
  display: block;
  transition: all ease-in-out 0.3s;
  border-radius: 0;
  background: #fbf7ed;
  width: 100%;
}
.input-p:not([type=submit]):not([type=button]):not([type=file]) {
  border: 1px solid transparent;
  padding: 17px;
  font-size: clamp(1.3rem, 0.03788vw + 1.07273px, 1.8rem);
}
.input-p:focus {
  border: 1px solid #c5d9f4 !important;
}
.input-p.is_error {
  border: solid 1px #c8232d;
  background-color: #c8232d;
}
.input-p.is_error::-moz-placeholder {
  color: #818181;
}
.input-p.is_error::placeholder {
  color: #818181;
}
.input-p.is_success {
  border: solid 1px #29bb0f;
  background-color: #29bb0f;
}
.input-p.is_success::-moz-placeholder {
  color: #818181;
}
.input-p.is_success::placeholder {
  color: #818181;
}

.input-s {
  display: block;
  position: relative;
  width: 100%;
}
.input-s:not([type=submit]):not([type=button]):not([type=file]) {
  font-size: clamp(1.3rem, 0.03788vw + 1.07273px, 1.8rem);
}
.input-s__title {
  position: absolute;
  top: 0.5em;
  left: 0;
  transform-origin: 0 0;
  transition: all 0.2s ease;
  pointer-events: none;
  color: #818181;
  font-size: clamp(1.3rem, 0.03788vw + 1.07273px, 1.8rem);
}
.input-s__border {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
  animation: gaming 2s linear infinite;
  transition: all 0.15s ease;
  width: 100%;
  height: 1px;
}
.input-s input {
  -webkit-appearance: none;
  animation: show 3s forwards ease-in-out;
  transition: all 0.15s ease;
  border: 0;
  border-bottom: 1px solid #818181;
  border-radius: 0;
  background: none;
  padding: 11px 0;
  width: 100%;
  color: #818181;
  font-size: clamp(1.3rem, 0.03788vw + 1.07273px, 1.8rem);
  line-height: 1em;
  font-family: inherit;
}
.input-s input:not(:-moz-placeholder) + span {
  transform: translateY(-26px) scale(0.75);
  color: #818181;
}
.input-s input:not(:placeholder-shown) + span {
  transform: translateY(-26px) scale(0.75);
  color: #818181;
}
.input-s input:focus {
  outline: none;
  background: none;
}
.input-s input:focus + span {
  transform: translateY(-26px) scale(0.75);
}
.input-s input:focus + span + .input-s__border {
  transform: scaleX(1);
}

.uploader-p {
  text-align: center;
}
.uploader-p__label {
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding: 0.7rem 1.5rem;
  transition: all 0.3s;
  transform: scale(0.8);
  color: #fff;
  border-radius: 4px;
  background: #818181;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .uploader-p__label:hover {
    opacity: 0.7;
  }
  .uploader-p__label:hover > * {
    opacity: 0.7;
  }
}
.uploader-p__input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.uploader-p__filename {
  font-size: 1.3rem;
  display: block;
  color: #b4b4b4;
}
.uploader-p__delete {
  font-size: 1.3rem;
  transition: all ease-in-out 0.3s;
  color: #004098;
  text-decoration: underline;
}
.uploader-p__delete:hover {
  text-decoration: none;
}

.tooltip {
  position: relative;
  border-bottom: 1px dotted black;
}
.tooltip:before {
  font-size: 0.7em;
  line-height: 1.1;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  visibility: hidden;
  width: 250px;
  margin-left: -60px;
  padding: 15px;
  content: attr(tooltip-data);
  transition: opacity 0.5s;
  text-align: center;
  opacity: 0;
  color: #fff;
  border-radius: 5px;
  background-color: #efba93;
}
.tooltip:after {
  position: absolute;
  bottom: 75%;
  left: 50%;
  visibility: hidden;
  margin-left: -5px;
  content: "";
  transition: opacity 0.5s;
  opacity: 0;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.tooltip:hover:before, .tooltip:hover:after {
  visibility: visible;
  opacity: 1;
}

.textarea-p {
  display: block;
  transition: all ease-in-out 0.3s;
  border: 2px solid transparent;
  border-radius: 0;
  background: #fbf7ed;
  padding: 17px;
  width: 100%;
  height: 200px;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
.textarea-p::-webkit-scrollbar {
  display: block;
  width: 5px;
  height: auto;
}
.textarea-p {
  /*スクロールバーの軌道*/
}
.textarea-p::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #818181;
  box-shadow: inset 0 0 0 black;
}
.textarea-p {
  /*スクロールバーの動く部分*/
}
.textarea-p::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #004098;
  box-shadow: 0 0 0 1px #818181;
}
.textarea-p:focus {
  border: 1px solid #c5d9f4 !important;
}
.textarea-p.is_error {
  border: solid 1px #c8232d;
  background-color: #c8232d;
}
.textarea-p.is_error::-moz-placeholder {
  color: #818181;
}
.textarea-p.is_error::placeholder {
  color: #818181;
}
.textarea-p.is_success {
  border: solid 1px #29bb0f;
  background-color: #29bb0f;
}
.textarea-p.is_success::-moz-placeholder {
  color: #818181;
}
.textarea-p.is_success::placeholder {
  color: #818181;
}

.textarea-s {
  display: block;
  position: relative;
  margin: auto;
  width: 100%;
}
.textarea-s__title {
  position: absolute;
  top: 0.5em;
  left: 0;
  transform-origin: 0 0;
  transition: all 0.2s ease;
  pointer-events: none;
  color: #818181;
  font-size: clamp(1.3rem, 0.03788vw + 1.07273px, 1.8rem);
}
.textarea-s__border {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
  animation: gaming 2s linear infinite;
  transition: all 0.15s ease;
  width: 100%;
  height: 1px;
}
.textarea-s textarea {
  animation: show 3s forwards ease-in-out;
  transition: all 0.15s ease;
  border: 0;
  border-bottom: 1px solid #818181;
  border-radius: 0;
  background: none;
  padding: 12px 0;
  width: 100%;
  overflow: visible;
  color: #818181;
  font-size: clamp(1.3rem, 0.03788vw + 1.07273px, 1.8rem);
  line-height: 1.5;
  font-family: inherit;
}
.textarea-s textarea .textarea-p {
  display: block;
  transition: all ease-in-out 0.3s;
  border: 1px solid transparent;
  border-radius: 0;
  background: #fbf7ed;
  padding: 17px;
  width: 100%;
  height: 200px;
  color: #1a1a1a;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.textarea-s textarea .textarea-p:focus {
  border: 1px solid #c5d9f4 !important;
}
.textarea-s textarea .textarea-p.is_error {
  border: solid 1px #c8232d;
  background-color: #c8232d;
}
.textarea-s textarea .textarea-p.is_error::-moz-placeholder {
  color: #818181;
}
.textarea-s textarea .textarea-p.is_error::placeholder {
  color: #818181;
}
.textarea-s textarea .textarea-p.is_success {
  border: solid 1px #29bb0f;
  background-color: #29bb0f;
}
.textarea-s textarea .textarea-p.is_success::-moz-placeholder {
  color: #818181;
}
.textarea-s textarea .textarea-p.is_success::placeholder {
  color: #818181;
}
.textarea-s textarea .textarea-s {
  display: block;
  position: relative;
  margin: auto;
  width: 100%;
}
.textarea-s textarea .textarea-s__title {
  position: absolute;
  top: 0.5em;
  left: 0;
  transform-origin: 0 0;
  transition: all 0.2s ease;
  pointer-events: none;
  color: #818181;
  font-size: 1.5rem;
}
.textarea-s textarea .textarea-s__border {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
  animation: gaming 2s linear infinite;
  transition: all 0.15s ease;
  width: 100%;
  height: 1px;
}
.textarea-s textarea .textarea-s textarea {
  animation: show 3s forwards ease-in-out;
  transition: all 0.15s ease;
  border: 0;
  border-bottom: 1px solid #818181;
  border-radius: 0;
  background: none;
  padding: 12px 0;
  width: 100%;
  overflow: visible;
  color: #818181;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: inherit;
}
.textarea-s textarea .textarea-s textarea:not(:-moz-placeholder) + span {
  transform: translateY(-26px) scale(0.75);
  color: #818181;
}
.textarea-s textarea .textarea-s textarea:not(:placeholder-shown) + span {
  transform: translateY(-26px) scale(0.75);
  color: #818181;
}
.textarea-s textarea .textarea-s textarea:focus {
  outline: none;
  background: none;
}
.textarea-s textarea .textarea-s textarea:focus + span {
  transform: translateY(-26px) scale(0.75);
}
.textarea-s textarea .textarea-s textarea:focus + span + .textarea-s__border {
  transform: scaleX(1);
}
.textarea-s textarea:not(:-moz-placeholder) + span {
  transform: translateY(-26px) scale(0.75);
  color: #818181;
}
.textarea-s textarea:not(:placeholder-shown) + span {
  transform: translateY(-26px) scale(0.75);
  color: #818181;
}
.textarea-s textarea:focus {
  outline: none;
  background: none;
}
.textarea-s textarea:focus + span {
  transform: translateY(-26px) scale(0.75);
}
.textarea-s textarea:focus + span + .textarea-s__border {
  transform: scaleX(1);
}

.radio-p {
  line-height: 1em;
  position: relative;
}
.radio-p input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio-p input[type=radio] + .radio-p__label {
  font-size: 1.3rem;
  display: inline-flex;
  align-items: center;
}
.radio-p input[type=radio] + .radio-p__label:before {
  position: relative;
  top: 0;
  display: inline-block;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.5em;
  content: "";
  cursor: pointer;
  transition: all 250ms ease;
  text-align: center;
  vertical-align: top;
  border: 1px solid #989898;
  border-radius: 100%;
  background: #fff;
}
.radio-p input[type=radio]:checked + .radio-p__label {
  font-weight: bold;
}
.radio-p input[type=radio]:checked + .radio-p__label:before {
  background-color: #1a1a1a;
  box-shadow: inset 0 0 0 4px #fff;
}
.radio-p input[type=radio]:focus + .radio-p__label:before {
  border-color: #1a1a1a;
  outline: none;
}
.radio-group > label {
  margin: 0 0 1rem 0;
}
.radio-group > label + label {
  margin: 0;
}

.checkbox-p {
  position: relative;
  line-height: 1em;
}
.checkbox-p input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.checkbox-p input[type=checkbox] + .checkbox-p__label {
  display: inline-flex;
  position: relative;
  align-items: center;
  font-size: 1.3rem;
}
.checkbox-p input[type=checkbox] + .checkbox-p__label:before {
  display: inline-block;
  position: relative;
  top: 0;
  flex-shrink: 0;
  vertical-align: top;
  transition: all 250ms ease;
  cursor: pointer;
  margin-right: 0.5em;
  border: 1px solid #989898;
  border-radius: 3px;
  background: #fff;
  width: 1em;
  height: 1em;
  content: "";
  text-align: center;
}
.checkbox-p input[type=checkbox] + .checkbox-p__label:after {
  position: absolute;
  top: calc(1em * 0.5);
  left: calc(1em * 0.25);
  transform: rotate(0deg);
  transition: all 250ms ease;
  width: calc(1em * 0.5);
  height: calc(1em * 0.25);
  content: "";
}
.checkbox-p input[type=checkbox]:checked + .checkbox-p__label {
  font-weight: bold;
}
.checkbox-p input[type=checkbox]:checked + .checkbox-p__label:before {
  background: #c5d9f4;
}
.checkbox-p input[type=checkbox]:checked + .checkbox-p__label:after {
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.checkbox-s {
  position: relative;
  line-height: 1em;
}
.checkbox-s input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.checkbox-s input[type=checkbox] + .checkbox-s__label {
  display: inline-flex;
  position: relative;
  align-items: center;
  font-size: 1.3rem;
}
.checkbox-s input[type=checkbox] + .checkbox-s__label:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 100%;
  flex-shrink: 0;
  vertical-align: top;
  transition: all 250ms ease;
  cursor: pointer;
  margin-left: 0.5em;
  border: 1px solid transparent;
  border-radius: 3px;
  background: transparent;
  width: 1em;
  height: 1em;
  content: "";
  text-align: center;
}
.checkbox-s input[type=checkbox] + .checkbox-s__label:after {
  position: absolute;
  top: calc(1em - 1.1em);
  left: calc(1em * 0.5 + 100%);
  transform: rotate(0deg);
  transition: all 250ms ease;
  width: calc(1em * 0.5);
  height: calc(1em * 0.25);
  content: "";
}
.checkbox-s input[type=checkbox]:checked + .checkbox-s__label {
  font-weight: bold;
}
.checkbox-s input[type=checkbox]:checked + .checkbox-s__label:before {
  background: transparent;
}
.checkbox-s input[type=checkbox]:checked + .checkbox-s__label:after {
  transform: rotate(-45deg);
  border-bottom: 3px solid #4bac78;
  border-left: 3px solid #4bac78;
}
.checkbox-group > label {
  margin: 0 0 1rem 0;
}
.checkbox-group > label + label {
  margin: 0;
}

.drilldown-p {
  font-size: clamp(1.2rem, 0.01515vw + 1.10909px, 1.4rem);
  position: relative;
  right: 0;
  height: 100%;
  transition: all ease-in-out 0.5s;
}
.drilldown-p.is-toggle {
  right: 100%;
  transition: all ease-in-out 0.5s;
}
.drilldown-p__trigger {
  display: block;
  padding: 1.5rem 0;
}
@media (min-width: 990px) {
  .drilldown-p__trigger:hover {
    transition: all ease-in-out 0.2s;
    background: #e6e6e5;
  }
}
.drilldown-p__trigger .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.drilldown-p__trigger__item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drilldown-p__trigger__item .radio-p:not(:last-child),
.drilldown-p__trigger__item .checkbox-p:not(:last-child) {
  margin: 0 1rem 0 0;
}
.drilldown-p__trigger__item--select {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
}
.drilldown-p__trigger__item__label {
  font-size: 1.1rem;
}
.drilldown-p__content {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 200%;
  width: 100%;
  height: 100%;
  background: #fff;
}
.drilldown-p__content:not(.is-toggle) {
  transition: linear 0s 0.5s;
}
.drilldown-p__content.is-toggle {
  left: 100%;
}
.drilldown-p__content__back-btn {
  font-size: 1.4rem;
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.1rem 0;
  cursor: pointer;
  background: rgb(203, 224.8947368421, 255);
}
.drilldown-p__content__back-btn .icon {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

/*===========================================*/
/* pager
/*===========================================*/
.pager__lists {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: auto;
  width: 100%;
}
.pager__list {
  border-radius: 100%;
  width: 2em;
  height: 2em;
  overflow: hidden;
  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: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pager__num {
  display: block;
  position: absolute;
  top: 50%;
  left: 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: 0.5em 0;
}
@media (min-width: 990px) {
  .breadcrumbs > .container {
    padding: 0 30px;
    max-width: 100%;
    width: 100%;
  }
}
.breadcrumbs ul {
  ms-overflow-style: none;
  display: flex;
  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: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.5em 0 0;
  font-size: clamp(1.1rem, 0.00758vw + 1.05455px, 1.2rem);
  white-space: nowrap;
  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;
  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__content::-webkit-scrollbar {
  display: block;
  width: 5px;
  height: auto;
}
.modal-p__content {
  /*スクロールバーの軌道*/
}
.modal-p__content::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #f3f3f3;
  box-shadow: inset 0 0 0 black;
}
.modal-p__content {
  /*スクロールバーの動く部分*/
}
.modal-p__content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #c5d9f4;
  box-shadow: 0 0 0 1px #f3f3f3;
}
.modal-p__close {
  position: absolute;
  z-index: 1;
  top: 25px;
  right: 20px;
  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: "";
  transform: translateY(-50%) translateX(-50%);
  border-radius: 100%;
  background: #c5d9f4;
}
.accordion-p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background: #e9f1fb;
}
@media (min-width: 990px) {
  .accordion-p {
    transition: all ease-in-out 0.3s;
  }
  .accordion-p:hover .accordion-p__text {
    opacity: 0.5;
  }
}
.accordion-p.is-toggle .accordion-p__icon {
  transition: all ease-in-out 0s;
}
.accordion-p.is-toggle .accordion-p__icon span:nth-child(2) {
  transform: rotate(180deg) !important;
}
.accordion-p.is-toggle .accordion-p__text {
  opacity: 0.5;
}
.accordion-p__text {
  font-weight: bold;
  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;
  transition: all ease-in-out 0.3s;
}
.accordion-p__icon span {
  position: absolute;
  z-index: 6000;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  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%;
  transform: rotate(90deg);
}
.accordion-p__content {
  display: none;
}

.faq-qa {
  display: flex;
  gap: 0.5em;
}
.faq-qa__label {
  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: flex;
  padding: 0.3rem 2rem;
  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;
  transform: translateX(-50%);
  color: #1a1a1a;
  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;
  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: 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;
  transform: translateX(-50%) translateZ(10px);
  text-decoration: none;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  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 {
  writing-mode: vertical-lr;
}
.scroll-down::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  content: "";
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  background: #fff;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    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);
  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 {
  transform: translateX(calc(50px - 30px));
  background: #fff;
}

.loader-line {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 5px;
  transition: all ease-in-out 0.3s;
  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: "";
  animation: expand 6.5s ease-out forwards;
  background: #004098;
}
@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;
  filter: drop-shadow(0px 0px 6px rgba(26, 26, 26, 0.15));
}
.card-p__border {
  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 {
    transition: all ease-in-out 0.2s;
  }
  .card-p:hover {
    transition: all ease-in-out 0.2s;
    background: #f3f5f7;
  }
}
.card-p__icon {
  margin: auto;
  transition: transform 0.3s ease-in-out;
}
.card-p:hover .card-p__icon {
  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 {
    transition: all ease-in-out 0.2s;
  }
  .card-t:hover {
    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: grid;
    gap: 1rem;
    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 {
  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 {
  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 {
  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;
}

.sticky-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5;
  transition: transform 0.7s ease-in-out, filter 0.2s ease-in-out;
}
@media (min-width: 990px) {
  .sticky-banner {
    transform: translateX(0);
  }
}
@media (max-width: 990px) {
  .sticky-banner {
    left: 0;
    width: 100%;
  }
}
.sticky-banner__link {
  display: flex;
}
.sticky-banner:hover {
  filter: brightness(0.8);
}
.sticky-banner__handle {
  background: #1a1a1a;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sticky-banner__handle__icon {
  width: 70%;
}
@media (max-width: 990px) {
  .sticky-banner__handle {
    display: none;
  }
}
.sticky-banner__title {
  background: #004098;
  width: 133px;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 990px) {
  .sticky-banner__title {
    width: 6em;
    line-height: 1.3;
  }
}
.sticky-banner__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  background: #c8161d;
}
.sticky-banner__title__text {
  color: #fff;
  font-size: 19px;
}
@media (max-width: 990px) {
  .sticky-banner__title__text {
    font-size: clamp(13px, 0.22727vw + 11.63636px, 16px);
  }
}
.sticky-banner__description {
  background: #457FCF;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0;
}
@media (max-width: 990px) {
  .sticky-banner__description {
    padding: 0.5em 0;
  }
}
.sticky-banner__description__img {
  width: 300px;
}
@media (max-width: 990px) {
  .sticky-banner__description__img {
    max-width: 90%;
    margin: auto;
  }
}
@media (min-width: 990px) {
  .sticky-banner.is-hidden {
    transform: translateX(444px);
  }
}

.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: flex;
  align-items: center;
  font-size: clamp(1.2rem, 0.00758vw + 1.15455px, 1.3rem);
}
.border-title:before, .border-title:after {
  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;
  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: flex;
  justify-content: 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;
  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: grid;
  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 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .portal-menu-section .portal-menu__lists {
    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: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 990px) {
  .portal-menu-section .portal-menu__list__link {
    transition: all ease-in-out 0.2s;
  }
  .portal-menu-section .portal-menu__list__link:hover {
    transition: all ease-in-out 0.2s;
    background: #f3f5f7;
  }
}
.portal-menu-section .portal-menu__list__link:hover .portal-menu__list__icon {
  transform: translateX(0.2em);
}
.portal-menu-section .portal-menu__list__icon {
  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 {
  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 {
    transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
    overflow: hidden;
  }
  .portal-menu-section .portal-menu__banner__img:hover {
    transform: scale(1.2);
    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: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.portal-menu-section .portal-menu__banner__title__icon {
  transition: all ease-in-out 0.3s;
  height: 1em;
}
.anchor__lists {
  display: flex;
  justify-content: center;
  gap: 1em;
  flex-wrap: wrap;
}
.anchor__list__link {
  padding: 0 0.25em 0.25em 0.25em;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  gap: 0.5em;
  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: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3.0303vw + 1.81818px, 60px) 1px;
}
@media (max-width: 990px) {
  .panels__lists {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .panels__lists {
    display: flex;
    flex-direction: column;
  }
}
.panels__list {
  height: 100%;
}
@media (max-width: 600px) {
  .panels__list {
    width: 100%;
  }
}
.panels__list.is-communication {
  background: rgba(245, 169, 51, 0.1);
}
.panels__list.is-communication .panels__list__img-wrapper:after {
  background: rgba(245, 169, 51, 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;
  transform: translateY(-50%);
}
.panels__list.is-global_communication {
  background: rgba(112, 191, 196, 0.1);
}
.panels__list.is-global_communication .panels__list__img-wrapper:after {
  background: rgba(112, 191, 196, 0.5);
}
.panels__list.is-literature {
  background: rgba(222, 184, 0, 0.1);
}
.panels__list.is-literature .panels__list__img-wrapper:after {
  background: rgba(222, 184, 0, 0.5);
}
.panels__list.is-education {
  background: rgba(246, 213, 40, 0.1);
}
.panels__list.is-education .panels__list__img-wrapper:after {
  background: rgba(246, 213, 40, 0.5);
}
.panels__list.is-human {
  background: rgba(167, 145, 175, 0.1);
}
.panels__list.is-human .panels__list__img-wrapper:after {
  background: rgba(167, 145, 175, 0.5);
}
.panels__list.is-psychology {
  background: rgba(162, 202, 14, 0.1);
}
.panels__list.is-psychology .panels__list__img-wrapper:after {
  background: rgba(162, 202, 14, 0.5);
}
.panels__list.is-creation_expression {
  background: rgba(90, 182, 211, 0.1);
}
.panels__list.is-creation_expression .panels__list__img-wrapper:after {
  background: rgba(90, 182, 211, 0.5);
}
.panels__list.is-architecture {
  background: rgba(95, 188, 246, 0.1);
}
.panels__list.is-architecture .panels__list__img-wrapper:after {
  background: rgba(95, 188, 246, 0.5);
}
.panels__list.is-health {
  background: rgba(237, 120, 89, 0.1);
}
.panels__list.is-health .panels__list__img-wrapper:after {
  background: rgba(237, 120, 89, 0.5);
}
.panels__list.is-nutrition {
  background: rgba(0, 151, 128, 0.1);
}
.panels__list.is-nutrition .panels__list__img-wrapper:after {
  background: rgba(0, 151, 128, 0.5);
}
.panels__list.is-welfare {
  background: rgba(233, 153, 158, 0.1);
}
.panels__list.is-welfare .panels__list__img-wrapper:after {
  background: rgba(233, 153, 158, 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;
  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: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 990px) {
  .panels__list__menu__list__link {
    transition: all ease-in-out 0.2s;
  }
  .panels__list__menu__list__link:hover {
    transition: all ease-in-out 0.2s;
    background: #f3f5f7;
  }
}
.panels__list__menu__list__link:hover .panels__list__menu__list__icon {
  transform: translateX(0.2em);
}
@media (max-width: 600px) {
  .panels__list__menu__list__link {
    padding: 1em 5% !important;
  }
}
.panels__list__menu__list__icon {
  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: flex;
  gap: 1em;
}
@media (min-width: 990px) {
  .articles__list__link {
    transition: all ease-in-out 0.2s;
  }
  .articles__list__link:hover {
    transition: all ease-in-out 0.2s;
    background: #f3f5f7;
  }
}
@media (max-width: 990px) {
  .articles__list__link {
    flex-direction: column;
    gap: 0em;
    padding: 1.5em 5% !important;
  }
}
.articles__list__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  width: 100%;
}
.articles__list__title__icon {
  height: 1em;
}
.articles__list__title__img-wrapper {
  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 {
    transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
    overflow: hidden;
  }
  .carousel__list__img:hover {
    transform: scale(1.2);
    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 {
  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%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background-color: inherit;
  content: "";
}
.bubble.w100 {
  width: 100%;
}

.pickup {
  position: absolute;
  left: 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%;
  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: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6e6e5;
  padding-bottom: 0.5em;
  color: #004098;
  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: flex;
  justify-content: space-between;
  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;
  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: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

.pdf-link {
  display: flex;
  align-items: center;
  gap: 0.25em;
  width: -moz-fit-content;
  width: fit-content;
  color: #004098;
  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;
}

.video-js {
  background-color: #e8e8e8 !important;
  position: relative;
  padding: 0;
  padding-top: 56%;
  font-size: 10px;
  vertical-align: middle;
  /* display: table-cell; */
  font-weight: normal;
  font-style: normal;
  font-family: Arial, sans-serif;
  width: 100% !important;
  height: auto !important;
}

#pv .video_frame {
  background: #e8e8e8;
  padding: 15px;
  background: #e8e8e8;
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 40px;
  position: relative;
}

#pv .video_frame video {
  width: 100%;
  height: auto;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 768px) {
  .vjs-default-skin .vjs-big-play-button {
    left: 45%;
    top: 0;
    margin-top: 23%;
    font-size: 3em;
    display: block;
    z-index: 1;
    position: absolute;
    width: 114px;
    height: 114px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    border: 0.4em solid #fff;
    border-radius: 3em;
    box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    transition: all 0.4s;
  }
  .vjs-default-skin .vjs-big-play-button:before {
    content: "\e001";
    font-family: VideoJS;
    line-height: 1.3em;
    /* text-shadow: 0.05em 0.05em 0.1em #000; */
    text-align: center;
    position: absolute;
    left: 0.07em;
    width: 90px;
    height: 90px;
    color: #fff;
    font-size: 2.5em;
  }
}
.point {
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif JP", serif;
  gap: 0;
  line-height: 1;
  position: absolute;
  top: -50px;
  left: -20px;
}
.point__text {
  font-size: 0.8em;
}
.point__number {
  font-size: clamp(50px, 3.0303vw + 31.81818px, 90px);
  font-weight: bold;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.1));
}

body#life .life-top-section {
  background-image: url("../../assets/img/life/bg_introduction.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body#life .store-section {
  background-image: url("../../assets/img/life/bg_store.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body#life .transparent-box {
  background-color: rgba(255, 255, 255, 0.8);
}
body#life .club-section {
  background-image: url("../../assets/img/life/bg_club.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body#life .filter-form label.is-active {
  background-color: #004098 !important;
}
body#life .filter-form label.is-active span {
  color: #fff !important;
}
body#life .search-form__input-wrap {
  position: relative;
  display: inline-block;
}
body#life .search-form__input {
  padding: 0.5em 2.5em 0.5em 1em;
  border: 1px solid #e6e6e5;
  border-radius: 4px;
  font-size: 1em;
  width: 100%;
  min-width: 280px;
}
body#life .search-form__input:focus {
  outline: none;
  border-color: #004098;
}
body#life .search-form__btn {
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
body#life .search-form__icon {
  width: 1.8em;
  height: 1.8em;
  opacity: 0.6;
}
body#life .search-form__icon:hover {
  opacity: 1;
}

@media (max-width: 990px) {
  body#international .header {
    display: none;
  }
}
body#international .international-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding: 0 30px;
  position: fixed;
  top: 0;
  left: 200px;
  z-index: 5;
  width: calc(100% - 200px);
  background: #fff;
}
@media (max-width: 990px) {
  body#international .international-header {
    width: 100%;
    left: 0;
    padding: 0 0 0 2.5%;
    height: 60px;
  }
}
body#international .international-header__nav {
  position: absolute;
  z-index: 1;
  top: 70px;
  height: 50px;
  left: 0;
  width: 100%;
  background: #e9f1fb;
  filter: drop-shadow(0px 0px 6px rgba(26, 26, 26, 0.15));
}
@media (max-width: 990px) {
  body#international .international-header__nav {
    top: 60px;
    height: auto;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    filter: drop-shadow(0px 0px 6px rgba(26, 26, 26, 0.15));
    border-top: 1px solid #e6e6e5;
    top: 60px;
    right: 0;
    left: 0;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.5s cubic-bezier(0.87, 0, 0.32, 1.01);
    width: 100%;
  }
  body#international .international-header__nav.is-open {
    clip-path: inset(0 0 0% 0);
  }
  body#international .international-header__nav {
    top: 60px;
  }
}
body#international .international-header__nav__lists {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  height: 100%;
}
@media (max-width: 990px) {
  body#international .international-header__nav__lists {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    border: none;
    border-bottom: 1px solid #e6e6e5;
  }
}
body#international .international-header__nav__list {
  height: 100%;
  position: relative;
}
@media (max-width: 990px) {
  body#international .international-header__nav__list {
    border-right: none;
    border-bottom: none;
  }
  body#international .international-header__nav__list:not(:first-child) {
    border-top: 1px solid #e6e6e5;
  }
}
@media (min-width: 990px) {
  body#international .international-header__nav__list:hover .international-header__nav__list__children {
    opacity: 1;
    visibility: visible;
  }
}
body#international .international-header__nav__list__link {
  height: 100%;
  min-height: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 990px) {
  body#international .international-header__nav__list__link {
    transition: all ease-in-out 0.2s;
  }
  body#international .international-header__nav__list__link:hover {
    transition: all ease-in-out 0.2s;
    background: #a0c2ef;
  }
}
body#international .international-header__nav__list__link.is-current {
  background-color: #a0c2ef;
}
@media (max-width: 990px) {
  body#international .international-header__nav__list__link.is-current {
    background-color: #f3f5f7;
  }
}
@media (max-width: 990px) {
  body#international .international-header__nav__list__link {
    padding: 0.75em 5%;
    justify-content: space-between;
  }
}
@media (max-width: 990px) and (min-width: 990px) {
  body#international .international-header__nav__list__link {
    transition: all ease-in-out 0.2s;
  }
  body#international .international-header__nav__list__link:hover {
    transition: all ease-in-out 0.2s;
    background: #a0c2ef;
  }
}
@media (min-width: 990px) {
  body#international .international-header__nav__list__link .global-nav__list__link-icon {
    display: none;
  }
}
body#international .international-header__nav__list__link__link-arrow {
  display: none;
}
@media (max-width: 990px) {
  body#international .international-header__nav__list__link__link-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    flex-shrink: 0;
  }
  body#international .international-header__nav__list__link__link-arrow img {
    height: 0.6em;
    width: auto;
  }
}
body#international .international-header__nav__list__title {
  font-size: responsive-size(15px, 15px);
}
@media (max-width: 990px) {
  body#international .international-header__nav__list.js-megamenu-item.is-active .global-nav__list__link-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
}
body#international .international-header__nav__list__children {
  position: absolute;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background: #c5d9f4;
}
@media (max-width: 990px) {
  body#international .international-header__nav__list__children {
    position: static;
    transform: none;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    background: #f3f5f7;
    border-top: none;
    transition: max-height 0.3s ease;
  }
  body#international .international-header__nav__list__children.is-open {
    max-height: 50vh;
    border-top: 1px solid #e6e6e5;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 990px) {
  body#international .international-header__nav__list__children__list {
    border-right: 1px solid #e6e6e5;
  }
  body#international .international-header__nav__list__children__list:nth-child(2n) {
    border-right: none;
  }
}
body#international .international-header__nav__list__children__list__link {
  text-align: center;
  padding: 0.75em 0;
}
@media (min-width: 990px) {
  body#international .international-header__nav__list__children__list__link {
    transition: all ease-in-out 0.2s;
  }
  body#international .international-header__nav__list__children__list__link:hover {
    transition: all ease-in-out 0.2s;
    background: #a0c2ef;
  }
}
body#international .international-header__nav__list__children__list__link {
  border-top: 1px solid #a0c2ef;
}
@media (max-width: 990px) {
  body#international .international-header__nav__list__children__list__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 0.75em 10%;
    border-top: 1px solid #e6e6e5;
  }
}
@media (max-width: 990px) and (min-width: 990px) {
  body#international .international-header__nav__list__children__list__link {
    transition: all ease-in-out 0.2s;
  }
  body#international .international-header__nav__list__children__list__link:hover {
    transition: all ease-in-out 0.2s;
    background: #f3f5f7;
  }
}
body#international .international-header__nav__list__children__list__link-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.4em;
  flex-shrink: 0;
}
body#international .hero-section {
  margin-top: 120px;
}
@media (max-width: 990px) {
  body#international .hero-section {
    margin-top: 60px;
  }
}
body#international .instagram-box {
  background: linear-gradient(219deg, #fff7e7 10.66%, #ffecf0 52.43%, #f6ecfd 98.37%);
}
body#international .instagram-box__icon {
  width: 120px;
  margin: auto;
}
body#international .page-top-section {
  margin-top: 120px;
}
@media (max-width: 990px) {
  body#international .page-top-section {
    margin-top: 60px;
  }
}

body#welcome .main {
  grid-column: 1/-1;
  width: 100%;
  max-width: 100%;
}
body#welcome .breadcrumbs {
  background-image: radial-gradient(circle, rgba(18, 108, 232, 0.2) 1px, transparent 1px);
  background-size: 4px 4px;
  background-color: #fff;
}
body#welcome .breadcrumbs > div {
  background: transparent;
}
body#welcome .footer {
  grid-column: 1/-1;
  width: 100%;
  max-width: 100%;
}
body#welcome .welcome-sticky-banner {
  z-index: 1;
}
body#welcome .container {
  max-width: 1120px;
}
body#welcome .welcome-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
@media (max-width: 990px) {
  body#welcome .welcome-header {
    height: 60px;
  }
}
body#welcome .welcome-header {
  padding: 0 0 0 2.5%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  background: #fff;
  box-shadow: none;
}
body#welcome .welcome-header .menu {
  background: #126ce8;
}
body#welcome .welcome-header .menu__border {
  background: #fff !important;
}
body#welcome .welcome-header .menu__title {
  color: #fff !important;
}
body#welcome .welcome-header__nav {
  z-index: 1;
  top: 90px;
  position: fixed;
  bottom: 0;
  background: #fff;
  right: -360px;
  transition: 0.5s cubic-bezier(0.87, 0, 0.32, 1.01);
  width: 350px;
  height: auto;
}
body#welcome .welcome-header__nav.is-open {
  right: 0;
}
body#welcome .welcome-header__nav {
  max-height: calc(100vh - 90px);
  max-height: calc(100dvh - 90px);
}
@media (max-width: 990px) {
  body#welcome .welcome-header__nav {
    top: 60px;
    top: 60px;
    right: 0;
    left: 0;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.5s cubic-bezier(0.87, 0, 0.32, 1.01);
    width: 100%;
  }
  body#welcome .welcome-header__nav.is-open {
    clip-path: inset(0 0 0% 0);
  }
  body#welcome .welcome-header__nav {
    width: 100%;
    max-height: calc(100vh - 60px);
    max-height: calc(100dvh - 60px);
  }
}
body#welcome .welcome-header__nav {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
body#welcome .welcome-header__nav__lists {
  display: flex;
  flex-direction: column;
  border-top: 1px dashed #e6e6e5;
}
body#welcome .welcome-header__nav__list {
  position: relative;
  border-right: none;
  border-bottom: none;
}
body#welcome .welcome-header__nav__list:not(:first-child) {
  border-top: 1px dashed #e6e6e5;
}
body#welcome .welcome-header__nav__list:last-child {
  border-bottom: 1px dashed #e6e6e5;
}
body#welcome .welcome-header__nav__list__link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding: 0.75em 1em;
}
@media (min-width: 990px) {
  body#welcome .welcome-header__nav__list__link {
    transition: all ease-in-out 0.2s;
  }
  body#welcome .welcome-header__nav__list__link:hover {
    transition: all ease-in-out 0.2s;
    background: #a0c2ef;
  }
}
body#welcome .welcome-header__nav__list__link .global-nav__list__link-icon {
  width: 1.2em;
  height: 1.2em;
  position: relative;
  flex-shrink: 0;
}
body#welcome .welcome-header__nav__list__link .global-nav__list__link-icon img {
  display: none;
}
body#welcome .welcome-header__nav__list__link .global-nav__list__link-icon::before, body#welcome .welcome-header__nav__list__link .global-nav__list__link-icon::after {
  content: "";
  display: block;
  position: absolute;
  background: currentColor;
  border-radius: 1px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
body#welcome .welcome-header__nav__list__link .global-nav__list__link-icon::before {
  width: 60%;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body#welcome .welcome-header__nav__list__link .global-nav__list__link-icon::after {
  width: 2px;
  height: 60%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body#welcome .welcome-header__nav__list__link__link-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  flex-shrink: 0;
}
body#welcome .welcome-header__nav__list__link__link-arrow img {
  height: 0.6em;
  width: auto;
}
body#welcome .welcome-header__nav__list.js-megamenu-item.is-active .global-nav__list__link-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}
body#welcome .welcome-header__nav__list__children {
  position: static;
  transform: none;
  max-height: 0;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  background: #f3f5f7;
  border-top: none;
  transition: max-height 0.3s ease;
}
body#welcome .welcome-header__nav__list__children.is-open {
  max-height: 200vh;
  overflow: visible;
  border-top: 1px solid #e6e6e5;
  display: grid;
  grid-template-columns: 1fr;
}
body#welcome .welcome-header__nav__list__children__list__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 0.75em 1.25em 0.75em 1.5em;
  border-top: 1px solid #e6e6e5;
}
@media (min-width: 990px) {
  body#welcome .welcome-header__nav__list__children__list__link {
    transition: all ease-in-out 0.2s;
  }
  body#welcome .welcome-header__nav__list__children__list__link:hover {
    transition: all ease-in-out 0.2s;
    background: #a0c2ef;
  }
}
body#welcome .welcome-header__nav__list__children__list__link-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 0.6em;
  width: auto;
  flex-shrink: 0;
}
body#welcome .hero-section {
  margin-top: 60px;
}
@media (max-width: 990px) {
  body#welcome .hero-section {
    margin-top: 60px;
  }
}
body#welcome .slider-section {
  padding-bottom: clamp(50px, 7.57576vw + 4.54545px, 150px);
}
body#welcome .admission-section__icon {
  position: absolute;
  width: 80px;
  left: calc(100% + 1em);
}
@media (min-width: 990px) {
  body#welcome .admission-section__icon {
    top: 40%;
    transform: translateY(-50%);
  }
}
@media (max-width: 990px) {
  body#welcome .admission-section__icon {
    bottom: 150%;
  }
}
body#welcome .faculty-section__icon1, body#welcome .faculty-section__icon2 {
  position: absolute;
  width: 60px;
  top: 50%;
  transform: translateY(-50%);
}
body#welcome .faculty-section__icon1 {
  left: calc(100% + 1em);
}
body#welcome .faculty-section__icon2 {
  right: calc(100% + 1em);
}
body#welcome .employment-section__icon {
  position: absolute;
  width: 100px;
  left: calc(100% + 1em);
}
@media (min-width: 990px) {
  body#welcome .employment-section__icon {
    top: 20%;
    transform: translateY(-40%);
  }
}
@media (max-width: 990px) {
  body#welcome .employment-section__icon {
    bottom: 120%;
  }
}
body#welcome .campus-life-section__icon1 {
  position: absolute;
  width: 110px;
  right: calc(100% + 1em);
}
@media (min-width: 990px) {
  body#welcome .campus-life-section__icon1 {
    top: 20%;
    transform: translateY(-40%);
  }
}
@media (max-width: 990px) {
  body#welcome .campus-life-section__icon1 {
    bottom: 120%;
  }
}
body#welcome .campus-life-section__icon2 {
  position: absolute;
  width: 100px;
}
@media (min-width: 990px) {
  body#welcome .campus-life-section__icon2 {
    right: calc(100% + 4em);
    bottom: 0;
  }
}
@media (max-width: 990px) {
  body#welcome .campus-life-section__icon2 {
    top: calc(100% + 1em);
    right: 0;
  }
}
body#welcome .campus-life-section__icon3 {
  position: absolute;
  width: 110px;
}
@media (min-width: 990px) {
  body#welcome .campus-life-section__icon3 {
    left: 90%;
    bottom: calc(100% + 2em);
  }
}
@media (max-width: 990px) {
  body#welcome .campus-life-section__icon3 {
    top: 90%;
    left: 0;
  }
}
@media (max-width: 990px) {
  body#welcome .campus-life-section__grid > a:nth-of-type(even) {
    margin-top: 5em;
  }
}
body#welcome .js-swiper-slider .swiper-wrapper {
  overflow-x: visible;
}
body#welcome .instagram-box {
  background: linear-gradient(219deg, #fff7e7 10.66%, #ffecf0 52.43%, #f6ecfd 98.37%);
}
body#welcome .instagram-box__icon {
  width: 120px;
  margin: auto;
}
body#welcome .breadcrumbs {
  margin-top: 90px;
}
@media (max-width: 990px) {
  body#welcome .breadcrumbs {
    margin-top: 60px;
  }
}
body#welcome .js-swiper-faculty .swiper-slide {
  width: 250px;
}
body#welcome .swiper-employment .swiper-slide {
  display: flex !important;
  flex-direction: column;
  min-height: 200px;
}
@media (min-width: 990px) {
  body#welcome .swiper-employment .swiper-slide {
    min-height: 300px;
  }
}
body#welcome .swiper-employment .swiper-slide > .flex.fac.fjc.fg1 {
  flex: 1;
  min-height: 0;
}
@media (max-width: 990px) {
  body#welcome .faculty__title {
    text-align: center;
  }
}
@media (min-width: 990px) {
  body#welcome .faculty__main-image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1em;
  }
}
@media (max-width: 990px) {
  body#welcome .faculty__main-image {
    position: static;
  }
}
@media (min-width: 990px) {
  body#welcome .faculty__main-image__container {
    margin-left: auto;
  }
}
@media (max-width: 990px) {
  body#welcome .faculty__main-image__container {
    margin: 1em auto 0 auto;
  }
}
body#welcome .about-section .about-grid {
  display: grid;
  grid-template-columns: 68% 32%;
}
@media (max-width: 990px) {
  body#welcome .about-section .about-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
body#welcome .about-section .about-grid {
  gap: 1em;
  width: 100%;
}
body#welcome .about-section .about-grid > li:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media (max-width: 990px) {
  body#welcome .about-section .about-grid > li:nth-of-type(1) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
body#welcome .about-section .about-grid > li:nth-of-type(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media (max-width: 990px) {
  body#welcome .about-section .about-grid > li:nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
body#welcome .about-section .about-grid > li:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media (max-width: 990px) {
  body#welcome .about-section .about-grid > li:nth-of-type(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

@media (max-width: 990px) {
  body#top .hero-section .hero {
    height: 565px;
    overflow: hidden;
  }
}
body#top .hero-section .hero__video-wrap {
  width: 100%;
  height: 100%;
}
@media (max-width: 990px) {
  body#top .hero-section .hero__video-wrap {
    height: 565px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
body#top .hero-section .hero__video {
  width: 100%;
  display: block;
}
@media (max-width: 990px) {
  body#top .hero-section .hero__video {
    width: auto;
    height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
body#top .banner-section .swiper-slide {
  width: 300px;
}
@media (max-width: 990px) {
  body#top .banner-section {
    margin-bottom: 50px;
  }
}
@media (max-width: 990px) {
  body#top .notice-section h2 {
    align-self: center;
  }
}
body#top .notice-section .border {
  background-color: #e6e6e5;
  height: 2em;
  width: 1px;
}
@media (max-width: 990px) {
  body#top .notice-section .border {
    width: 100%;
    height: 1px;
  }
}
body#top .information-section > .container {
  position: relative;
}
body#top .information-section:after {
  background: #e9f1fb;
  content: "";
  position: absolute;
  top: 32%;
  left: 0;
  width: 100%;
  height: 68%;
}
body#top .news-section {
  text-align: left;
}
body#top .news-section .pickup {
  background: #efb445;
  padding: 0.5em 1em;
  color: #fff;
  line-height: 1;
  position: relative;
  display: inline-block;
  left: 0;
  transform: none;
}
body#top .news-section .pickup::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #efb445;
}
body#top .departments-section .bg,
body#top .about-section .bg {
  position: absolute;
  top: 0;
  right: -20%;
  width: 100%;
}
body#top .departments-section > .container,
body#top .about-section > .container {
  position: relative;
}
body#top .as-live-section {
  position: relative;
  z-index: 1;
  background: #e9f1fb;
}
body#top .as-live-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/img/top/bg_as-live-section.jpg") no-repeat center center;
  background-size: cover;
  opacity: 0.25;
  z-index: -1;
}
body#top .about-section {
  position: relative;
}
@media (min-width: 990px) {
  body#top .about-section > .container {
    width: 80%;
    margin-left: 5%;
  }
}
body#top .about-section .lead {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.3em;
  position: absolute;
  /*top: -3em;*/
  left: calc(100% + 0.5em);
  z-index: 1;
  white-space: nowrap;
}
body#top .about-section .lead__line1, body#top .about-section .lead__line2 {
  display: block;
}
body#top .about-section .lead__line2 {
  padding-top: 1.75em;
}
@media (max-width: 990px) {
  body#top .about-section .lead {
    left: auto;
    right: 5%;
  }
}
body#top .career-section {
  position: relative;
  z-index: 1;
  background: #faf3e0;
}
body#top .career-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/img/top/bg_career-section.jpg") no-repeat center center;
  background-size: cover;
  opacity: 0.25;
  z-index: -1;
}

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

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

.f2 {
  font-family: "Marcellus", 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;
}

.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 {
  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: flex;
}

.displayinlineflex,
.displayInlineFlex,
.inlineFlex,
.inlineflex,
.display-inline-flex {
  display: inline-flex;
}

.static {
  position: static !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

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

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

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

.absolute-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-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-minus-5 {
  top: -5%;
}

.right-minus-5 {
  right: -5%;
}

.bottom-minus-5 {
  bottom: -5%;
}

.left-minus-5 {
  left: -5%;
}

.top-minus-10 {
  top: -10%;
}

.right-minus-10 {
  right: -10%;
}

.bottom-minus-10 {
  bottom: -10%;
}

.left-minus-10 {
  left: -10%;
}

.top-minus-15 {
  top: -15%;
}

.right-minus-15 {
  right: -15%;
}

.bottom-minus-15 {
  bottom: -15%;
}

.left-minus-15 {
  left: -15%;
}

.top-minus-20 {
  top: -20%;
}

.right-minus-20 {
  right: -20%;
}

.bottom-minus-20 {
  bottom: -20%;
}

.left-minus-20 {
  left: -20%;
}

.top-minus-25 {
  top: -25%;
}

.right-minus-25 {
  right: -25%;
}

.bottom-minus-25 {
  bottom: -25%;
}

.left-minus-25 {
  left: -25%;
}

.top-minus-30 {
  top: -30%;
}

.right-minus-30 {
  right: -30%;
}

.bottom-minus-30 {
  bottom: -30%;
}

.left-minus-30 {
  left: -30%;
}

.top-minus-40 {
  top: -40%;
}

.right-minus-40 {
  right: -40%;
}

.bottom-minus-40 {
  bottom: -40%;
}

.left-minus-40 {
  left: -40%;
}

.top-minus-50 {
  top: -50%;
}

.right-minus-50 {
  right: -50%;
}

.bottom-minus-50 {
  bottom: -50%;
}

.left-minus-50 {
  left: -50%;
}

.top-minus-60 {
  top: -60%;
}

.right-minus-60 {
  right: -60%;
}

.bottom-minus-60 {
  bottom: -60%;
}

.left-minus-60 {
  left: -60%;
}

.top-minus-70 {
  top: -70%;
}

.right-minus-70 {
  right: -70%;
}

.bottom-minus-70 {
  bottom: -70%;
}

.left-minus-70 {
  left: -70%;
}

.top-minus-75 {
  top: -75%;
}

.right-minus-75 {
  right: -75%;
}

.bottom-minus-75 {
  bottom: -75%;
}

.left-minus-75 {
  left: -75%;
}

.top-minus-80 {
  top: -80%;
}

.right-minus-80 {
  right: -80%;
}

.bottom-minus-80 {
  bottom: -80%;
}

.left-minus-80 {
  left: -80%;
}

.top-minus-90 {
  top: -90%;
}

.right-minus-90 {
  right: -90%;
}

.bottom-minus-90 {
  bottom: -90%;
}

.left-minus-90 {
  left: -90%;
}

.top-minus-100 {
  top: -100%;
}

.right-minus-100 {
  right: -100%;
}

.bottom-minus-100 {
  bottom: -100%;
}

.left-minus-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;
  ms-overflow-style: none;
  scrollbar-width: none;
}
.overflow-x-hidden::-webkit-scrollbar {
  display: none;
}

.overflow-y-hidden {
  overflow-y: clip;
  ms-overflow-style: none;
  scrollbar-width: none;
}
.overflow-y-hidden::-webkit-scrollbar {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
  ms-overflow-style: none;
  scrollbar-width: none;
}
.overflow-hidden::-webkit-scrollbar {
  display: none;
}

.overflow-y-auto {
  overflow-y: auto;
}

.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;
}

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

.mr {
  margin: 0 auto 0 0;
}

.ml {
  margin: 0 0 0 auto;
}

/*flex*/
.fdc {
  flex-direction: column;
}

.fjfs {
  justify-content: flex-start;
}

.fjfe {
  justify-content: flex-end;
}

.fjc {
  justify-content: center;
}

@media (max-width: 990px) {
  .fjc-md {
    justify-content: center;
  }
}

.fjsb {
  justify-content: space-between !important;
}

.fafs {
  align-items: flex-start;
}

.fafe {
  align-items: flex-end;
}

.fac {
  align-items: center !important;
}

.fcs {
  align-items: stretch !important;
}

.fs0 {
  flex-shrink: 0;
}

.fg1 {
  flex-grow: 1;
}

.fwrap {
  flex-wrap: wrap;
}

.fas-auto {
  align-self: auto;
}

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

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

.fas-c {
  align-self: center;
}

.fas-baseline {
  align-self: baseline;
}

.fas-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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -moz-column-gap: 500px !important;
       column-gap: 500px !important;
}

/*padding*/
.pn {
  padding: 0 0 0 0 !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 {
  filter: brightness(0.7);
}

.img-darker {
  filter: brightness(0.5);
}

.img-darkest {
  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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: flex !important;
  }
}

.lg-only-if {
  display: none !important;
}
@media (max-width: 1920px) {
  .lg-only-if {
    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-h-50 {
  max-height: 50px;
}

.max-w-100 {
  max-width: 100px;
}

.max-h-100 {
  max-height: 100px;
}

.max-w-150 {
  max-width: 150px;
}

.max-h-150 {
  max-height: 150px;
}

.max-w-200 {
  max-width: 200px;
}

.max-h-200 {
  max-height: 200px;
}

.max-w-250 {
  max-width: 250px;
}

.max-h-250 {
  max-height: 250px;
}

.max-w-300 {
  max-width: 300px;
}

.max-h-300 {
  max-height: 300px;
}

.max-w-350 {
  max-width: 350px;
}

.max-h-350 {
  max-height: 350px;
}

.max-w-400 {
  max-width: 400px;
}

.max-h-400 {
  max-height: 400px;
}

.max-w-450 {
  max-width: 450px;
}

.max-h-450 {
  max-height: 450px;
}

.max-w-500 {
  max-width: 500px;
}

.max-h-500 {
  max-height: 500px;
}

.max-w-550 {
  max-width: 550px;
}

.max-h-550 {
  max-height: 550px;
}

.max-w-600 {
  max-width: 600px;
}

.max-h-600 {
  max-height: 600px;
}

.max-w-650 {
  max-width: 650px;
}

.max-h-650 {
  max-height: 650px;
}

.max-w-700 {
  max-width: 700px;
}

.max-h-700 {
  max-height: 700px;
}

.max-w-750 {
  max-width: 750px;
}

.max-h-750 {
  max-height: 750px;
}

.max-w-800 {
  max-width: 800px;
}

.max-h-800 {
  max-height: 800px;
}

.max-w-850 {
  max-width: 850px;
}

.max-h-850 {
  max-height: 850px;
}

.max-w-900 {
  max-width: 900px;
}

.max-h-900 {
  max-height: 900px;
}

.max-w-950 {
  max-width: 950px;
}

.max-h-950 {
  max-height: 950px;
}

.wa {
  width: auto !important;
}

.w-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(22px, 0.98485vw + 16.09091px, 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);
}

.bg-opacity-light-c-key {
  background-color: rgba(0, 64, 152, 0.4);
}

.gradient-key {
  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);
}

.bg-opacity-light-c-key-sub0 {
  background-color: rgba(197, 217, 244, 0.4);
}

.gradient-key-sub0 {
  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);
}

.bg-opacity-light-c-key-sub1 {
  background-color: rgba(252, 238, 238, 0.4);
}

.gradient-key-sub1 {
  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);
}

.bg-opacity-light-c-key-sub2 {
  background-color: rgba(200, 22, 29, 0.4);
}

.gradient-key-sub2 {
  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);
}

.bg-opacity-light-c-key-sub3 {
  background-color: rgba(233, 241, 251, 0.4);
}

.gradient-key-sub3 {
  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);
}

.bg-opacity-light-c-key-sub4 {
  background-color: rgba(160, 194, 239, 0.4);
}

.gradient-key-sub4 {
  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);
}

.bg-opacity-light-c-key-sub5 {
  background-color: rgba(250, 243, 224, 0.4);
}

.gradient-key-sub5 {
  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);
}

.bg-opacity-light-c-key-sub6 {
  background-color: rgba(0, 102, 221, 0.4);
}

.gradient-key-sub6 {
  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);
}

.bg-opacity-light-c-key-sub7 {
  background-color: rgba(112, 121, 133, 0.4);
}

.gradient-key-sub7 {
  background: linear-gradient(to right, #707985, rgb(138.8285714286, 146.6897959184, 157.1714285714));
}

.c-key-sub8 {
  color: #f5f5f5;
}

.text-on-key-sub8 {
  background-color: #f5f5f5;
  color: white;
}

.border-c-key-sub8 {
  border-color: #f5f5f5 !important;
}

.bg-c-key-sub8 {
  background-color: #f5f5f5;
}

.fill-c-key-sub8 {
  fill: #f5f5f5;
}

.bg-opacity-c-key-sub8 {
  background-color: rgba(245, 245, 245, 0.8);
}

.bg-opacity-light-c-key-sub8 {
  background-color: rgba(245, 245, 245, 0.4);
}

.gradient-key-sub8 {
  background: linear-gradient(to right, #f5f5f5, white);
}

.c-key-sub9 {
  color: #126ce8;
}

.text-on-key-sub9 {
  background-color: #126ce8;
  color: rgb(61.048, 136.288, 239.952);
}

.border-c-key-sub9 {
  border-color: #126ce8 !important;
}

.bg-c-key-sub9 {
  background-color: #126ce8;
}

.fill-c-key-sub9 {
  fill: #126ce8;
}

.bg-opacity-c-key-sub9 {
  background-color: rgba(18, 108, 232, 0.8);
}

.bg-opacity-light-c-key-sub9 {
  background-color: rgba(18, 108, 232, 0.4);
}

.gradient-key-sub9 {
  background: linear-gradient(to right, #126ce8, rgb(61.048, 136.288, 239.952));
}

.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);
}

.bg-opacity-light-c-black0 {
  background-color: rgba(26, 26, 26, 0.4);
}

.gradient-black0 {
  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);
}

.bg-opacity-light-c-black1 {
  background-color: rgba(26, 26, 26, 0.4);
}

.gradient-black1 {
  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);
}

.bg-opacity-light-c-black2 {
  background-color: rgba(51, 51, 51, 0.4);
}

.gradient-black2 {
  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);
}

.bg-opacity-light-c-black3 {
  background-color: rgba(78, 78, 78, 0.4);
}

.gradient-black3 {
  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);
}

.bg-opacity-light-c-black4 {
  background-color: rgba(103, 103, 103, 0.4);
}

.gradient-black4 {
  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);
}

.bg-opacity-light-c-black5 {
  background-color: rgba(129, 129, 129, 0.4);
}

.gradient-black5 {
  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);
}

.bg-opacity-light-c-black6 {
  background-color: rgba(152, 152, 152, 0.4);
}

.gradient-black6 {
  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);
}

.bg-opacity-light-c-black7 {
  background-color: rgba(180, 180, 180, 0.4);
}

.gradient-black7 {
  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);
}

.bg-opacity-light-c-black8 {
  background-color: rgba(204, 204, 204, 0.4);
}

.gradient-black8 {
  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);
}

.bg-opacity-light-c-black9 {
  background-color: rgba(230, 230, 229, 0.4);
}

.gradient-black9 {
  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);
}

.bg-opacity-light-c-black10 {
  background-color: rgba(243, 243, 243, 0.4);
}

.gradient-black10 {
  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);
}

.bg-opacity-light-c-white0 {
  background-color: rgba(255, 255, 255, 0.4);
}

.gradient-white0 {
  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);
}

.bg-opacity-light-c-text {
  background-color: rgba(24, 24, 24, 0.4);
}

.gradient-text {
  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);
}

.bg-opacity-light-c-text-sub {
  background-color: rgba(204, 204, 204, 0.4);
}

.gradient-text-sub {
  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);
}

.bg-opacity-light-c-bg0 {
  background-color: rgba(237, 246, 246, 0.4);
}

.gradient-bg0 {
  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);
}

.bg-opacity-light-c-bg1 {
  background-color: rgba(203, 224.8947368421, 255, 0.4);
}

.gradient-bg1 {
  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);
}

.bg-opacity-light-c-bg2 {
  background-color: rgba(251, 247, 237, 0.4);
}

.gradient-bg2 {
  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);
}

.bg-opacity-light-c-bg3 {
  background-color: rgba(243, 245, 247, 0.4);
}

.gradient-bg3 {
  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);
}

.bg-opacity-light-c-bg4 {
  background-color: rgba(241, 238, 245, 0.4);
}

.gradient-bg4 {
  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);
}

.bg-opacity-light-c-bg5 {
  background-color: rgba(232, 239, 249, 0.4);
}

.gradient-bg5 {
  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);
}

.bg-opacity-light-c-bg6 {
  background-color: rgba(220, 235, 248, 0.4);
}

.gradient-bg6 {
  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);
}

.bg-opacity-light-c-bg7 {
  background-color: rgba(239, 243, 246, 0.4);
}

.gradient-bg7 {
  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);
}

.bg-opacity-light-c-border {
  background-color: rgba(230, 230, 229, 0.4);
}

.gradient-border {
  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);
}

.bg-opacity-light-c-jp {
  background-color: rgba(172, 172, 172, 0.4);
}

.gradient-jp {
  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);
}

.bg-opacity-light-c-map {
  background-color: rgba(96, 96, 96, 0.4);
}

.gradient-map {
  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);
}

.bg-opacity-light-c-error {
  background-color: rgba(200, 35, 45, 0.4);
}

.gradient-error {
  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);
}

.bg-opacity-light-c-error-bg {
  background-color: rgba(200, 35, 45, 0.4);
}

.gradient-error-bg {
  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);
}

.bg-opacity-light-c-success {
  background-color: rgba(41, 187, 15, 0.4);
}

.gradient-success {
  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);
}

.bg-opacity-light-c-success-bg {
  background-color: rgba(41, 187, 15, 0.4);
}

.gradient-success-bg {
  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);
}

.bg-opacity-light-c-warning {
  background-color: rgba(0, 143, 222, 0.4);
}

.gradient-warning {
  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);
}

.bg-opacity-light-c-warning-bg {
  background-color: rgba(0, 143, 222, 0.4);
}

.gradient-warning-bg {
  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);
}

.bg-opacity-light-c-rss {
  background-color: rgba(255, 172, 74, 0.4);
}

.gradient-rss {
  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);
}

.bg-opacity-light-c-sns-facebook {
  background-color: rgba(83, 114, 193, 0.4);
}

.gradient-sns-facebook {
  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);
}

.bg-opacity-light-c-sns-twitter {
  background-color: rgba(67, 165, 240, 0.4);
}

.gradient-sns-twitter {
  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);
}

.bg-opacity-light-c-sns-google-plus {
  background-color: rgba(222, 75, 57, 0.4);
}

.gradient-sns-google-plus {
  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);
}

.bg-opacity-light-c-sns-googleplus {
  background-color: rgba(222, 75, 57, 0.4);
}

.gradient-sns-googleplus {
  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);
}

.bg-opacity-light-c-sns-line {
  background-color: rgba(41, 187, 15, 0.4);
}

.gradient-sns-line {
  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);
}

.bg-opacity-light-c-sns-pocket {
  background-color: rgba(211, 80, 90, 0.4);
}

.gradient-sns-pocket {
  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);
}

.bg-opacity-light-c-sns-hatena {
  background-color: rgba(0, 143, 222, 0.4);
}

.gradient-sns-hatena {
  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);
}

.bg-opacity-light-c-sns-linkedin {
  background-color: rgba(17, 116, 175, 0.4);
}

.gradient-sns-linkedin {
  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);
}

.bg-opacity-light-c-sns-instagram {
  background-color: rgba(83, 127, 161, 0.4);
}

.gradient-sns-instagram {
  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);
}

.bg-opacity-light-c-sns-flickr {
  background-color: rgba(251, 22, 131, 0.4);
}

.gradient-sns-flickr {
  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);
}

.bg-opacity-light-c-sns-pinterest {
  background-color: rgba(200, 35, 45, 0.4);
}

.gradient-sns-pinterest {
  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);
}

.bg-opacity-light-c-sns-tumblr {
  background-color: rgba(43, 68, 94, 0.4);
}

.gradient-sns-tumblr {
  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);
}

.bg-opacity-light-c-sns-youtube {
  background-color: rgba(250, 55, 58, 0.4);
}

.gradient-sns-youtube {
  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);
}

.bg-opacity-light-c-sns-vimeo {
  background-color: rgba(71, 177, 217, 0.4);
}

.gradient-sns-vimeo {
  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);
}

.bg-opacity-light-c-rakuten {
  background-color: rgba(191, 0, 0, 0.4);
}

.gradient-rakuten {
  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);
}

.bg-opacity-light-c-sale {
  background-color: rgba(191, 0, 0, 0.4);
}

.gradient-sale {
  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);
}

.bg-opacity-light-c-navy {
  background-color: rgba(1, 1, 122, 0.4);
}

.gradient-navy {
  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);
}

.bg-opacity-light-c-grey {
  background-color: rgba(169, 169, 169, 0.4);
}

.gradient-grey {
  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);
}

.bg-opacity-light-c-brown {
  background-color: rgba(139, 69, 19, 0.4);
}

.gradient-brown {
  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);
}

.bg-opacity-light-c-beige {
  background-color: rgba(245, 245, 220, 0.4);
}

.gradient-beige {
  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);
}

.bg-opacity-light-c-green {
  background-color: rgba(75, 172, 120, 0.4);
}

.gradient-green {
  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);
}

.bg-opacity-light-c-blue {
  background-color: rgba(65, 105, 225, 0.4);
}

.gradient-blue {
  background: linear-gradient(to right, #4169e1, rgb(109.0454545455, 139.7727272727, 231.9545454545));
}

.c-purple {
  color: #9c6da6;
}

.text-on-purple {
  background-color: #9c6da6;
  color: rgb(177.485106383, 140.685106383, 185.314893617);
}

.border-c-purple {
  border-color: #9c6da6 !important;
}

.bg-c-purple {
  background-color: #9c6da6;
}

.fill-c-purple {
  fill: #9c6da6;
}

.bg-opacity-c-purple {
  background-color: rgba(156, 109, 166, 0.8);
}

.bg-opacity-light-c-purple {
  background-color: rgba(156, 109, 166, 0.4);
}

.gradient-purple {
  background: linear-gradient(to right, #9c6da6, rgb(177.485106383, 140.685106383, 185.314893617));
}

.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);
}

.bg-opacity-light-c-pink {
  background-color: rgba(252, 198, 202, 0.4);
}

.gradient-pink {
  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);
}

.bg-opacity-light-c-red {
  background-color: rgba(221, 100, 99, 0.4);
}

.gradient-red {
  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);
}

.bg-opacity-light-c-yellow {
  background-color: rgba(239, 180, 69, 0.4);
}

.gradient-yellow {
  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);
}

.bg-opacity-light-c-orange {
  background-color: rgba(253, 166, 95, 0.4);
}

.gradient-orange {
  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);
}

.bg-opacity-light-c-magenta {
  background-color: rgba(255, 0, 255, 0.4);
}

.gradient-magenta {
  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);
}

.bg-opacity-light-c-gold {
  background-color: rgba(205, 164, 50, 0.4);
}

.gradient-gold {
  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);
}

.bg-opacity-light-c-silver {
  background-color: rgba(192, 192, 192, 0.4);
}

.gradient-silver {
  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);
}

.bg-opacity-light-c-lightblue {
  background-color: rgba(197, 217, 244, 0.4);
}

.gradient-lightblue {
  background: linear-gradient(to right, #c5d9f4, rgb(239.8695652174, 245.0869565217, 252.1304347826));
}

.c-lightgreen {
  color: #bedca6;
}

.text-on-lightgreen {
  background-color: #bedca6;
  color: rgb(216.7338709677, 234.3951612903, 202.6048387097);
}

.border-c-lightgreen {
  border-color: #bedca6 !important;
}

.bg-c-lightgreen {
  background-color: #bedca6;
}

.fill-c-lightgreen {
  fill: #bedca6;
}

.bg-opacity-c-lightgreen {
  background-color: rgba(190, 220, 166, 0.8);
}

.bg-opacity-light-c-lightgreen {
  background-color: rgba(190, 220, 166, 0.4);
}

.gradient-lightgreen {
  background: linear-gradient(to right, #bedca6, rgb(216.7338709677, 234.3951612903, 202.6048387097));
}

.c-lightpurple {
  color: #c6b5e5;
}

.text-on-lightpurple {
  background-color: #c6b5e5;
  color: rgb(227.07, 218.74, 242.26);
}

.border-c-lightpurple {
  border-color: #c6b5e5 !important;
}

.bg-c-lightpurple {
  background-color: #c6b5e5;
}

.fill-c-lightpurple {
  fill: #c6b5e5;
}

.bg-opacity-c-lightpurple {
  background-color: rgba(198, 181, 229, 0.8);
}

.bg-opacity-light-c-lightpurple {
  background-color: rgba(198, 181, 229, 0.4);
}

.gradient-lightpurple {
  background: linear-gradient(to right, #c6b5e5, rgb(227.07, 218.74, 242.26));
}

.c-lightpink {
  color: #ffd3d5;
}

.text-on-lightpink {
  background-color: #ffd3d5;
  color: white;
}

.border-c-lightpink {
  border-color: #ffd3d5 !important;
}

.bg-c-lightpink {
  background-color: #ffd3d5;
}

.fill-c-lightpink {
  fill: #ffd3d5;
}

.bg-opacity-c-lightpink {
  background-color: rgba(255, 211, 213, 0.8);
}

.bg-opacity-light-c-lightpink {
  background-color: rgba(255, 211, 213, 0.4);
}

.gradient-lightpink {
  background: linear-gradient(to right, #ffd3d5, white);
}

.c-lightbeige {
  color: #f5d3b6;
}

.text-on-lightbeige {
  background-color: #f5d3b6;
  color: rgb(251.1445783133, 238.0361445783, 226.8554216867);
}

.border-c-lightbeige {
  border-color: #f5d3b6 !important;
}

.bg-c-lightbeige {
  background-color: #f5d3b6;
}

.fill-c-lightbeige {
  fill: #f5d3b6;
}

.bg-opacity-c-lightbeige {
  background-color: rgba(245, 211, 182, 0.8);
}

.bg-opacity-light-c-lightbeige {
  background-color: rgba(245, 211, 182, 0.4);
}

.gradient-lightbeige {
  background: linear-gradient(to right, #f5d3b6, rgb(251.1445783133, 238.0361445783, 226.8554216867));
}

.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);
}

.bg-opacity-light-c-darkred {
  background-color: rgba(192, 57, 43, 0.4);
}

.gradient-darkred {
  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);
}

.bg-opacity-light-c-darkblue {
  background-color: rgba(41, 128, 185, 0.4);
}

.gradient-darkblue {
  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);
}

.bg-opacity-light-c-darkorange {
  background-color: rgba(243, 156, 18, 0.4);
}

.gradient-darkorange {
  background: linear-gradient(to right, #f39c12, rgb(245.4578313253, 176.2771084337, 66.5421686747));
}

.c-darkgreen {
  color: #00708e;
}

.text-on-darkgreen {
  background-color: #00708e;
  color: rgb(0, 152.2253521127, 193);
}

.border-c-darkgreen {
  border-color: #00708e !important;
}

.bg-c-darkgreen {
  background-color: #00708e;
}

.fill-c-darkgreen {
  fill: #00708e;
}

.bg-opacity-c-darkgreen {
  background-color: rgba(0, 112, 142, 0.8);
}

.bg-opacity-light-c-darkgreen {
  background-color: rgba(0, 112, 142, 0.4);
}

.gradient-darkgreen {
  background: linear-gradient(to right, #00708e, rgb(0, 152.2253521127, 193));
}

.c-yellowgreen {
  color: #a8b53e;
}

.text-on-yellowgreen {
  background-color: #a8b53e;
  color: rgb(188.3333333333, 199.8888888889, 94.1111111111);
}

.border-c-yellowgreen {
  border-color: #a8b53e !important;
}

.bg-c-yellowgreen {
  background-color: #a8b53e;
}

.fill-c-yellowgreen {
  fill: #a8b53e;
}

.bg-opacity-c-yellowgreen {
  background-color: rgba(168, 181, 62, 0.8);
}

.bg-opacity-light-c-yellowgreen {
  background-color: rgba(168, 181, 62, 0.4);
}

.gradient-yellowgreen {
  background: linear-gradient(to right, #a8b53e, rgb(188.3333333333, 199.8888888889, 94.1111111111));
}

.c-communication {
  color: #F5A933;
}

.text-on-communication {
  background-color: #F5A933;
  color: rgb(247.3831775701, 189.4953271028, 99.6168224299);
}

.border-c-communication {
  border-color: #F5A933 !important;
}

.bg-c-communication {
  background-color: #F5A933;
}

.fill-c-communication {
  fill: #F5A933;
}

.bg-opacity-c-communication {
  background-color: rgba(245, 169, 51, 0.8);
}

.bg-opacity-light-c-communication {
  background-color: rgba(245, 169, 51, 0.4);
}

.gradient-communication {
  background: linear-gradient(to right, #F5A933, rgb(247.3831775701, 189.4953271028, 99.6168224299));
}

.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);
}

.bg-opacity-light-c-business {
  background-color: rgba(135, 178, 216, 0.4);
}

.gradient-business {
  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);
}

.bg-opacity-light-c-business-title {
  background-color: rgba(55, 117, 201, 0.4);
}

.gradient-business-title {
  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);
}

.bg-opacity-light-c-business-bg {
  background-color: rgba(235, 246, 255, 0.4);
}

.gradient-business-bg {
  background: linear-gradient(to right, #ebf6ff, white);
}

.c-global_communication {
  color: #70BFC4;
}

.text-on-global_communication {
  background-color: #70BFC4;
  color: rgb(148.103960396, 207.1584158416, 210.896039604);
}

.border-c-global_communication {
  border-color: #70BFC4 !important;
}

.bg-c-global_communication {
  background-color: #70BFC4;
}

.fill-c-global_communication {
  fill: #70BFC4;
}

.bg-opacity-c-global_communication {
  background-color: rgba(112, 191, 196, 0.8);
}

.bg-opacity-light-c-global_communication {
  background-color: rgba(112, 191, 196, 0.4);
}

.gradient-global_communication {
  background: linear-gradient(to right, #70BFC4, rgb(148.103960396, 207.1584158416, 210.896039604));
}

.c-literature {
  color: #DEB800;
}

.text-on-literature {
  background-color: #DEB800;
  color: rgb(255, 214.4324324324, 18);
}

.border-c-literature {
  border-color: #DEB800 !important;
}

.bg-c-literature {
  background-color: #DEB800;
}

.fill-c-literature {
  fill: #DEB800;
}

.bg-opacity-c-literature {
  background-color: rgba(222, 184, 0, 0.8);
}

.bg-opacity-light-c-literature {
  background-color: rgba(222, 184, 0, 0.4);
}

.gradient-literature {
  background: linear-gradient(to right, #DEB800, rgb(255, 214.4324324324, 18));
}

.c-education {
  color: #F6D528;
}

.text-on-education {
  background-color: #F6D528;
  color: rgb(248.0491071429, 222.5625, 88.9508928571);
}

.border-c-education {
  border-color: #F6D528 !important;
}

.bg-c-education {
  background-color: #F6D528;
}

.fill-c-education {
  fill: #F6D528;
}

.bg-opacity-c-education {
  background-color: rgba(246, 213, 40, 0.8);
}

.bg-opacity-light-c-education {
  background-color: rgba(246, 213, 40, 0.4);
}

.gradient-education {
  background: linear-gradient(to right, #F6D528, rgb(248.0491071429, 222.5625, 88.9508928571));
}

.c-human {
  color: #A791AF;
}

.text-on-human {
  background-color: #A791AF;
  color: rgb(190.6210526316, 174.5263157895, 196.4736842105);
}

.border-c-human {
  border-color: #A791AF !important;
}

.bg-c-human {
  background-color: #A791AF;
}

.fill-c-human {
  fill: #A791AF;
}

.bg-opacity-c-human {
  background-color: rgba(167, 145, 175, 0.8);
}

.bg-opacity-light-c-human {
  background-color: rgba(167, 145, 175, 0.4);
}

.gradient-human {
  background: linear-gradient(to right, #A791AF, rgb(190.6210526316, 174.5263157895, 196.4736842105));
}

.c-psychology {
  color: #A2CA0E;
}

.text-on-psychology {
  background-color: #A2CA0E;
  color: rgb(194.25, 239.25, 27.75);
}

.border-c-psychology {
  border-color: #A2CA0E !important;
}

.bg-c-psychology {
  background-color: #A2CA0E;
}

.fill-c-psychology {
  fill: #A2CA0E;
}

.bg-opacity-c-psychology {
  background-color: rgba(162, 202, 14, 0.8);
}

.bg-opacity-light-c-psychology {
  background-color: rgba(162, 202, 14, 0.4);
}

.gradient-psychology {
  background: linear-gradient(to right, #A2CA0E, rgb(194.25, 239.25, 27.75));
}

.c-creation_expression {
  color: #5AB6D3;
}

.text-on-creation_expression {
  background-color: #5AB6D3;
  color: rgb(130.2631578947, 199.8133971292, 221.7368421053);
}

.border-c-creation_expression {
  border-color: #5AB6D3 !important;
}

.bg-c-creation_expression {
  background-color: #5AB6D3;
}

.fill-c-creation_expression {
  fill: #5AB6D3;
}

.bg-opacity-c-creation_expression {
  background-color: rgba(90, 182, 211, 0.8);
}

.bg-opacity-light-c-creation_expression {
  background-color: rgba(90, 182, 211, 0.4);
}

.gradient-creation_expression {
  background: linear-gradient(to right, #5AB6D3, rgb(130.2631578947, 199.8133971292, 221.7368421053));
}

.c-architecture {
  color: #5FBCF6;
}

.text-on-architecture {
  background-color: #5FBCF6;
  color: rgb(143.2840236686, 208.2189349112, 248.7159763314);
}

.border-c-architecture {
  border-color: #5FBCF6 !important;
}

.bg-c-architecture {
  background-color: #5FBCF6;
}

.fill-c-architecture {
  fill: #5FBCF6;
}

.bg-opacity-c-architecture {
  background-color: rgba(95, 188, 246, 0.8);
}

.bg-opacity-light-c-architecture {
  background-color: rgba(95, 188, 246, 0.4);
}

.gradient-architecture {
  background: linear-gradient(to right, #5FBCF6, rgb(143.2840236686, 208.2189349112, 248.7159763314));
}

.c-health {
  color: #ED7859;
}

.text-on-health {
  background-color: #ED7859;
  color: rgb(241.9891304348, 157.4184782609, 135.0108695652);
}

.border-c-health {
  border-color: #ED7859 !important;
}

.bg-c-health {
  background-color: #ED7859;
}

.fill-c-health {
  fill: #ED7859;
}

.bg-opacity-c-health {
  background-color: rgba(237, 120, 89, 0.8);
}

.bg-opacity-light-c-health {
  background-color: rgba(237, 120, 89, 0.4);
}

.gradient-health {
  background: linear-gradient(to right, #ED7859, rgb(241.9891304348, 157.4184782609, 135.0108695652));
}

.c-nutrition {
  color: #009780;
}

.text-on-nutrition {
  background-color: #009780;
  color: rgb(0, 202, 171.2317880795);
}

.border-c-nutrition {
  border-color: #009780 !important;
}

.bg-c-nutrition {
  background-color: #009780;
}

.fill-c-nutrition {
  fill: #009780;
}

.bg-opacity-c-nutrition {
  background-color: rgba(0, 151, 128, 0.8);
}

.bg-opacity-light-c-nutrition {
  background-color: rgba(0, 151, 128, 0.4);
}

.gradient-nutrition {
  background: linear-gradient(to right, #009780, rgb(0, 202, 171.2317880795));
}

.c-welfare {
  color: #E9999E;
}

.text-on-welfare {
  background-color: #E9999E;
  color: rgb(242.0483870968, 194.9516129032, 197.8951612903);
}

.border-c-welfare {
  border-color: #E9999E !important;
}

.bg-c-welfare {
  background-color: #E9999E;
}

.fill-c-welfare {
  fill: #E9999E;
}

.bg-opacity-c-welfare {
  background-color: rgba(233, 153, 158, 0.8);
}

.bg-opacity-light-c-welfare {
  background-color: rgba(233, 153, 158, 0.4);
}

.gradient-welfare {
  background: linear-gradient(to right, #E9999E, rgb(242.0483870968, 194.9516129032, 197.8951612903));
}

.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);
}

.bg-opacity-light-c-pursuit {
  background-color: rgba(78, 195, 188, 0.4);
}

.gradient-pursuit {
  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);
}

.bg-opacity-light-c-exchange {
  background-color: rgba(156, 120, 199, 0.4);
}

.gradient-exchange {
  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);
}

.bg-opacity-light-c-growth {
  background-color: rgba(89, 184, 121, 0.4);
}

.gradient-growth {
  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);
}

.bg-opacity-light-c-dynamism {
  background-color: rgba(234, 114, 137, 0.4);
}

.gradient-dynamism {
  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);
}

.bg-opacity-light-c-report {
  background-color: rgba(207, 177, 43, 0.4);
}

.gradient-report {
  background: linear-gradient(to right, #cfb12b, rgb(219.052, 193.972, 81.948));
}

.c-bg-literature {
  color: rgb(255, 249.3513513514, 222);
}

.text-on-bg-literature {
  background-color: rgb(255, 249.3513513514, 222);
  color: white;
}

.border-c-bg-literature {
  border-color: rgb(255, 249.3513513514, 222) !important;
}

.bg-c-bg-literature {
  background-color: rgb(255, 249.3513513514, 222);
}

.fill-c-bg-literature {
  fill: rgb(255, 249.3513513514, 222);
}

.bg-opacity-c-bg-literature {
  background-color: rgba(255, 249.3513513514, 222, 0.8);
}

.bg-opacity-light-c-bg-literature {
  background-color: rgba(255, 249.3513513514, 222, 0.4);
}

.gradient-bg-literature {
  background: linear-gradient(to right, rgb(255, 249.3513513514, 222), white);
}

.c-bg-education {
  color: rgb(254.1964285714, 251.25, 235.8035714286);
}

.text-on-bg-education {
  background-color: rgb(254.1964285714, 251.25, 235.8035714286);
  color: white;
}

.border-c-bg-education {
  border-color: rgb(254.1964285714, 251.25, 235.8035714286) !important;
}

.bg-c-bg-education {
  background-color: rgb(254.1964285714, 251.25, 235.8035714286);
}

.fill-c-bg-education {
  fill: rgb(254.1964285714, 251.25, 235.8035714286);
}

.bg-opacity-c-bg-education {
  background-color: rgba(254.1964285714, 251.25, 235.8035714286, 0.8);
}

.bg-opacity-light-c-bg-education {
  background-color: rgba(254.1964285714, 251.25, 235.8035714286, 0.4);
}

.gradient-bg-education {
  background: linear-gradient(to right, rgb(254.1964285714, 251.25, 235.8035714286), white);
}

.c-bg-human {
  color: rgb(214.2421052632, 204.0526315789, 217.9473684211);
}

.text-on-bg-human {
  background-color: rgb(214.2421052632, 204.0526315789, 217.9473684211);
  color: rgb(237.8631578947, 233.5789473684, 239.4210526316);
}

.border-c-bg-human {
  border-color: rgb(214.2421052632, 204.0526315789, 217.9473684211) !important;
}

.bg-c-bg-human {
  background-color: rgb(214.2421052632, 204.0526315789, 217.9473684211);
}

.fill-c-bg-human {
  fill: rgb(214.2421052632, 204.0526315789, 217.9473684211);
}

.bg-opacity-c-bg-human {
  background-color: rgba(214.2421052632, 204.0526315789, 217.9473684211, 0.8);
}

.bg-opacity-light-c-bg-human {
  background-color: rgba(214.2421052632, 204.0526315789, 217.9473684211, 0.4);
}

.gradient-bg-human {
  background: linear-gradient(to right, rgb(214.2421052632, 204.0526315789, 217.9473684211), rgb(237.8631578947, 233.5789473684, 239.4210526316));
}

.c-bg-psychology {
  color: rgb(232.5, 249.1666666667, 170.8333333333);
}

.text-on-bg-psychology {
  background-color: rgb(232.5, 249.1666666667, 170.8333333333);
  color: rgb(245.25, 252.4722222222, 218.5277777778);
}

.border-c-bg-psychology {
  border-color: rgb(232.5, 249.1666666667, 170.8333333333) !important;
}

.bg-c-bg-psychology {
  background-color: rgb(232.5, 249.1666666667, 170.8333333333);
}

.fill-c-bg-psychology {
  fill: rgb(232.5, 249.1666666667, 170.8333333333);
}

.bg-opacity-c-bg-psychology {
  background-color: rgba(232.5, 249.1666666667, 170.8333333333, 0.8);
}

.bg-opacity-light-c-bg-psychology {
  background-color: rgba(232.5, 249.1666666667, 170.8333333333, 0.4);
}

.gradient-bg-psychology {
  background: linear-gradient(to right, rgb(232.5, 249.1666666667, 170.8333333333), rgb(245.25, 252.4722222222, 218.5277777778));
}

.c-bg-creation_expression {
  color: rgb(170.5263157895, 217.6267942584, 232.4736842105);
}

.text-on-bg-creation_expression {
  background-color: rgb(170.5263157895, 217.6267942584, 232.4736842105);
  color: rgb(210.7894736842, 235.4401913876, 243.2105263158);
}

.border-c-bg-creation_expression {
  border-color: rgb(170.5263157895, 217.6267942584, 232.4736842105) !important;
}

.bg-c-bg-creation_expression {
  background-color: rgb(170.5263157895, 217.6267942584, 232.4736842105);
}

.fill-c-bg-creation_expression {
  fill: rgb(170.5263157895, 217.6267942584, 232.4736842105);
}

.bg-opacity-c-bg-creation_expression {
  background-color: rgba(170.5263157895, 217.6267942584, 232.4736842105, 0.8);
}

.bg-opacity-light-c-bg-creation_expression {
  background-color: rgba(170.5263157895, 217.6267942584, 232.4736842105, 0.4);
}

.gradient-bg-creation_expression {
  background: linear-gradient(to right, rgb(170.5263157895, 217.6267942584, 232.4736842105), rgb(210.7894736842, 235.4401913876, 243.2105263158));
}

.c-bg-architecture {
  color: rgb(191.5680473373, 228.4378698225, 251.4319526627);
}

.text-on-bg-architecture {
  background-color: rgb(191.5680473373, 228.4378698225, 251.4319526627);
  color: rgb(239.8520710059, 248.6568047337, 254.1479289941);
}

.border-c-bg-architecture {
  border-color: rgb(191.5680473373, 228.4378698225, 251.4319526627) !important;
}

.bg-c-bg-architecture {
  background-color: rgb(191.5680473373, 228.4378698225, 251.4319526627);
}

.fill-c-bg-architecture {
  fill: rgb(191.5680473373, 228.4378698225, 251.4319526627);
}

.bg-opacity-c-bg-architecture {
  background-color: rgba(191.5680473373, 228.4378698225, 251.4319526627, 0.8);
}

.bg-opacity-light-c-bg-architecture {
  background-color: rgba(191.5680473373, 228.4378698225, 251.4319526627, 0.4);
}

.gradient-bg-architecture {
  background: linear-gradient(to right, rgb(191.5680473373, 228.4378698225, 251.4319526627), rgb(239.8520710059, 248.6568047337, 254.1479289941));
}

.c-bg-health {
  color: rgb(246.9782608696, 194.8369565217, 181.0217391304);
}

.text-on-bg-health {
  background-color: rgb(246.9782608696, 194.8369565217, 181.0217391304);
  color: rgb(251.9673913043, 232.2554347826, 227.0326086957);
}

.border-c-bg-health {
  border-color: rgb(246.9782608696, 194.8369565217, 181.0217391304) !important;
}

.bg-c-bg-health {
  background-color: rgb(246.9782608696, 194.8369565217, 181.0217391304);
}

.fill-c-bg-health {
  fill: rgb(246.9782608696, 194.8369565217, 181.0217391304);
}

.bg-opacity-c-bg-health {
  background-color: rgba(246.9782608696, 194.8369565217, 181.0217391304, 0.8);
}

.bg-opacity-light-c-bg-health {
  background-color: rgba(246.9782608696, 194.8369565217, 181.0217391304, 0.4);
}

.gradient-bg-health {
  background: linear-gradient(to right, rgb(246.9782608696, 194.8369565217, 181.0217391304), rgb(251.9673913043, 232.2554347826, 227.0326086957));
}

.c-bg-nutrition {
  color: rgb(202, 255, 246.9271523179);
}

.text-on-bg-nutrition {
  background-color: rgb(202, 255, 246.9271523179);
  color: rgb(253, 255, 254.6953642384);
}

.border-c-bg-nutrition {
  border-color: rgb(202, 255, 246.9271523179) !important;
}

.bg-c-bg-nutrition {
  background-color: rgb(202, 255, 246.9271523179);
}

.fill-c-bg-nutrition {
  fill: rgb(202, 255, 246.9271523179);
}

.bg-opacity-c-bg-nutrition {
  background-color: rgba(202, 255, 246.9271523179, 0.8);
}

.bg-opacity-light-c-bg-nutrition {
  background-color: rgba(202, 255, 246.9271523179, 0.4);
}

.gradient-bg-nutrition {
  background: linear-gradient(to right, rgb(202, 255, 246.9271523179), rgb(253, 255, 254.6953642384));
}

.c-bg-welfare {
  color: rgb(251.0967741935, 236.9032258065, 237.7903225806);
}

.text-on-bg-welfare {
  background-color: rgb(251.0967741935, 236.9032258065, 237.7903225806);
  color: white;
}

.border-c-bg-welfare {
  border-color: rgb(251.0967741935, 236.9032258065, 237.7903225806) !important;
}

.bg-c-bg-welfare {
  background-color: rgb(251.0967741935, 236.9032258065, 237.7903225806);
}

.fill-c-bg-welfare {
  fill: rgb(251.0967741935, 236.9032258065, 237.7903225806);
}

.bg-opacity-c-bg-welfare {
  background-color: rgba(251.0967741935, 236.9032258065, 237.7903225806, 0.8);
}

.bg-opacity-light-c-bg-welfare {
  background-color: rgba(251.0967741935, 236.9032258065, 237.7903225806, 0.4);
}

.gradient-bg-welfare {
  background: linear-gradient(to right, rgb(251.0967741935, 236.9032258065, 237.7903225806), white);
}

.c-bg-communication {
  color: rgb(250.9579439252, 220.238317757, 172.5420560748);
}

.text-on-bg-communication {
  background-color: rgb(250.9579439252, 220.238317757, 172.5420560748);
  color: rgb(253.3411214953, 240.7336448598, 221.1588785047);
}

.border-c-bg-communication {
  border-color: rgb(250.9579439252, 220.238317757, 172.5420560748) !important;
}

.bg-c-bg-communication {
  background-color: rgb(250.9579439252, 220.238317757, 172.5420560748);
}

.fill-c-bg-communication {
  fill: rgb(250.9579439252, 220.238317757, 172.5420560748);
}

.bg-opacity-c-bg-communication {
  background-color: rgba(250.9579439252, 220.238317757, 172.5420560748, 0.8);
}

.bg-opacity-light-c-bg-communication {
  background-color: rgba(250.9579439252, 220.238317757, 172.5420560748, 0.4);
}

.gradient-bg-communication {
  background: linear-gradient(to right, rgb(250.9579439252, 220.238317757, 172.5420560748), rgb(253.3411214953, 240.7336448598, 221.1588785047));
}

.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);
}

.bg-opacity-light-c-bg-business {
  background-color: rgba(211.9811320755, 227.3962264151, 241.0188679245, 0.4);
}

.gradient-bg-business {
  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);
}

.bg-opacity-light-c-bg-business-title {
  background-color: rgba(215.6299212598, 227.8346456693, 244.3700787402, 0.4);
}

.gradient-bg-business-title {
  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);
}

.bg-opacity-light-c-bg-business-bg {
  background-color: rgba(255, 255, 255, 0.4);
}

.gradient-bg-business-bg {
  background: linear-gradient(to right, white, white);
}

.c-bg-global_communication {
  color: rgb(220.3118811881, 239.4752475248, 240.6881188119);
}

.text-on-bg-global_communication {
  background-color: rgb(220.3118811881, 239.4752475248, 240.6881188119);
  color: white;
}

.border-c-bg-global_communication {
  border-color: rgb(220.3118811881, 239.4752475248, 240.6881188119) !important;
}

.bg-c-bg-global_communication {
  background-color: rgb(220.3118811881, 239.4752475248, 240.6881188119);
}

.fill-c-bg-global_communication {
  fill: rgb(220.3118811881, 239.4752475248, 240.6881188119);
}

.bg-opacity-c-bg-global_communication {
  background-color: rgba(220.3118811881, 239.4752475248, 240.6881188119, 0.8);
}

.bg-opacity-light-c-bg-global_communication {
  background-color: rgba(220.3118811881, 239.4752475248, 240.6881188119, 0.4);
}

.gradient-bg-global_communication {
  background: linear-gradient(to right, rgb(220.3118811881, 239.4752475248, 240.6881188119), 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);
}

.bg-opacity-light-c-news-info {
  background-color: rgba(0, 64, 152, 0.4);
}

.gradient-news-info {
  background: linear-gradient(to right, #004098, rgb(0, 85.4736842105, 203));
}

.c-news-important {
  color: #c8232d;
}

.text-on-news-important {
  background-color: #c8232d;
  color: rgb(221.6382978723, 64.3617021277, 73.8936170213);
}

.border-c-news-important {
  border-color: #c8232d !important;
}

.bg-c-news-important {
  background-color: #c8232d;
}

.fill-c-news-important {
  fill: #c8232d;
}

.bg-opacity-c-news-important {
  background-color: rgba(200, 35, 45, 0.8);
}

.bg-opacity-light-c-news-important {
  background-color: rgba(200, 35, 45, 0.4);
}

.gradient-news-important {
  background: linear-gradient(to right, #c8232d, rgb(221.6382978723, 64.3617021277, 73.8936170213));
}

.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);
}

.bg-opacity-light-c-news-recruit {
  background-color: rgba(221, 100, 99, 0.4);
}

.gradient-news-recruit {
  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);
}

.bg-opacity-light-c-news-exam {
  background-color: rgba(89, 184, 121, 0.4);
}

.gradient-news-exam {
  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);
}

.bg-opacity-light-c-news-press {
  background-color: rgba(209, 156, 11, 0.4);
}

.gradient-news-press {
  background: linear-gradient(to right, #d19c0b, rgb(243.05, 185.4727272727, 27.95));
}

.dl-flex {
  display: grid;
  grid-template-columns: auto 1fr;
}
@media (max-width: 600px) {
  .dl-flex {
    display: block;
  }
}

.stack {
  display: flex;
  flex-direction: column;
  gap: clamp(25px, 1.13636vw + 18.18182px, 40px);
}
.stack.is-horizontal {
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 990px) {
  .stack.is-horizontal {
    flex-direction: column;
  }
}
.stack.is-horizontal.is-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 990px) {
  .stack.is-horizontal.is-reverse {
    flex-direction: column;
  }
}
@media (max-width: 990px) {
  .stack.is-horizontal.is-reverse-sm {
    flex-direction: column-reverse;
  }
}
.stack.is-horizontal.is-same-height {
  align-items: stretch;
}
.stack.is-keep-horizontal {
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 990px) {
  .stack.is-keep-horizontal {
    flex-direction: row;
  }
}
.stack.is-keep-horizontal.is-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 990px) {
  .stack.is-keep-horizontal.is-reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 990px) {
  .stack.is-horizontal-to-row {
    flex-direction: row;
  }
}

.stack-xxs {
  display: flex;
  flex-direction: column;
  gap: clamp(4px, 0.30303vw + 2.18182px, 8px);
}
.stack-xxs.is-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-xxs.is-horizontal {
    flex-direction: column;
  }
}
.stack-xxs.is-horizontal.is-same-height {
  align-items: stretch;
}
.stack-xxs.is-keep-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-xxs.is-keep-horizontal {
    flex-direction: row;
  }
}

.stack-xs {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 0.30303vw + 6.18182px, 12px);
}
.stack-xs.is-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-xs.is-horizontal {
    flex-direction: column;
  }
}
.stack-xs.is-horizontal.is-same-height {
  align-items: stretch;
}
.stack-xs.is-keep-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-xs.is-keep-horizontal {
    flex-direction: row;
  }
}

.stack-sm {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.30303vw + 8.18182px, 14px);
}
.stack-sm.is-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-sm.is-horizontal {
    flex-direction: column;
  }
}
.stack-sm.is-horizontal.is-same-height {
  align-items: stretch;
}
.stack-sm.is-keep-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-sm.is-keep-horizontal {
    flex-direction: row;
  }
}

.stack-md {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 0.45455vw + 11.27273px, 20px);
}
.stack-md.is-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-md.is-horizontal {
    flex-direction: column;
  }
}
.stack-md.is-horizontal.is-same-height {
  align-items: stretch;
}
.stack-md.is-keep-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-md.is-keep-horizontal {
    flex-direction: row;
  }
}

.stack-base {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 0.60606vw + 12.36364px, 24px);
}
.stack-base.is-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-base.is-horizontal {
    flex-direction: column;
  }
}
.stack-base.is-horizontal.is-same-height {
  align-items: stretch;
}
.stack-base.is-keep-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-base.is-keep-horizontal {
    flex-direction: row;
  }
}

.stack-lg {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 0.60606vw + 20.36364px, 32px);
}
.stack-lg.is-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-lg.is-horizontal {
    flex-direction: column;
  }
}
.stack-lg.is-horizontal.is-same-height {
  align-items: stretch;
}
.stack-lg.is-keep-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-lg.is-keep-horizontal {
    flex-direction: row;
  }
}

.stack-xl {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 1.21212vw + 24.72727px, 48px);
}
.stack-xl.is-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-xl.is-horizontal {
    flex-direction: column;
  }
}
.stack-xl.is-horizontal.is-same-height {
  align-items: stretch;
}
.stack-xl.is-keep-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-xl.is-keep-horizontal {
    flex-direction: row;
  }
}

.stack-2xl {
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 1.21212vw + 40.72727px, 64px);
}
.stack-2xl.is-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-2xl.is-horizontal {
    flex-direction: column;
  }
}
.stack-2xl.is-horizontal.is-same-height {
  align-items: stretch;
}
.stack-2xl.is-keep-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-2xl.is-keep-horizontal {
    flex-direction: row;
  }
}

.stack-3xl {
  display: flex;
  flex-direction: column;
  gap: clamp(72px, 1.36364vw + 63.81818px, 90px);
}
.stack-3xl.is-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-3xl.is-horizontal {
    flex-direction: column;
  }
}
.stack-3xl.is-horizontal.is-same-height {
  align-items: stretch;
}
.stack-3xl.is-keep-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-3xl.is-keep-horizontal {
    flex-direction: row;
  }
}

.stack-4xl {
  display: flex;
  flex-direction: column;
  gap: clamp(82px, 1.36364vw + 73.81818px, 100px);
}
.stack-4xl.is-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-4xl.is-horizontal {
    flex-direction: column;
  }
}
.stack-4xl.is-horizontal.is-same-height {
  align-items: stretch;
}
.stack-4xl.is-keep-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-4xl.is-keep-horizontal {
    flex-direction: row;
  }
}

.stack-5xl {
  display: flex;
  flex-direction: column;
  gap: clamp(92px, 1.36364vw + 83.81818px, 110px);
}
.stack-5xl.is-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-5xl.is-horizontal {
    flex-direction: column;
  }
}
.stack-5xl.is-horizontal.is-same-height {
  align-items: stretch;
}
.stack-5xl.is-keep-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-5xl.is-keep-horizontal {
    flex-direction: row;
  }
}

.stack-6xl {
  display: flex;
  flex-direction: column;
  gap: clamp(102px, 1.36364vw + 93.81818px, 120px);
}
.stack-6xl.is-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-6xl.is-horizontal {
    flex-direction: column;
  }
}
.stack-6xl.is-horizontal.is-same-height {
  align-items: stretch;
}
.stack-6xl.is-keep-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-6xl.is-keep-horizontal {
    flex-direction: row;
  }
}

.stack-7xl {
  display: flex;
  flex-direction: column;
  gap: clamp(112px, 1.36364vw + 103.81818px, 130px);
}
.stack-7xl.is-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-7xl.is-horizontal {
    flex-direction: column;
  }
}
.stack-7xl.is-horizontal.is-same-height {
  align-items: stretch;
}
.stack-7xl.is-keep-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-7xl.is-keep-horizontal {
    flex-direction: row;
  }
}

.stack-8xl {
  display: flex;
  flex-direction: column;
  gap: clamp(122px, 1.36364vw + 113.81818px, 140px);
}
.stack-8xl.is-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-8xl.is-horizontal {
    flex-direction: column;
  }
}
.stack-8xl.is-horizontal.is-same-height {
  align-items: stretch;
}
.stack-8xl.is-keep-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-8xl.is-keep-horizontal {
    flex-direction: row;
  }
}

.stack-9xl {
  display: flex;
  flex-direction: column;
  gap: clamp(132px, 1.36364vw + 123.81818px, 150px);
}
.stack-9xl.is-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-9xl.is-horizontal {
    flex-direction: column;
  }
}
.stack-9xl.is-horizontal.is-same-height {
  align-items: stretch;
}
.stack-9xl.is-keep-horizontal {
  flex-direction: row;
}
@media (max-width: 990px) {
  .stack-9xl.is-keep-horizontal {
    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: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(15px, 0.37879vw + 12.72727px, 20px);
}
.grid-layout.is-equal-rows {
  grid-auto-rows: 1fr;
}
.grid-layout.is-col2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-layout.is-col2 > .is-col-span2 {
  grid-column: span 2;
}
@media (min-width: 990px) {
  .grid-layout.is-col2 > .is-col-span2-pc {
    grid-column: span 2;
  }
}
.grid-layout.is-col2.is-center-single > li:last-child:nth-child(odd) {
  grid-column: 1/-1;
  margin-left: auto;
  margin-right: auto;
  width: calc((100% - clamp(15px, 0.37879vw + 12.72727px, 20px)) / 2);
}
@media (max-width: 990px) {
  .grid-layout.is-col2.is-center-single > li:last-child:nth-child(odd) {
    width: 100%;
  }
}
.grid-layout.is-col3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-layout.is-col4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 990px) {
  .grid-layout.is-col4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 600px) {
  .grid-layout.is-col4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.grid-layout.is-col5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-layout.is-col6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-layout.is-mixed {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr 1fr;
}
@media (max-width: 990px) {
  .grid-layout.is-mixed {
    grid-template-rows: auto auto auto auto !important;
    grid-template-columns: 1fr 1fr !important;
  }
}
.grid-layout.is-mixed > li:nth-of-type(1) {
  grid-row: 1/3;
  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) {
    grid-row: 1/4 !important;
    grid-column: 1/3 !important;
  }
}
.grid-layout.is-mixed > li:nth-of-type(2) {
  grid-row: 1/2 !important;
  grid-column: 2/3 !important;
}
@media (max-width: 990px) {
  .grid-layout.is-mixed > li:nth-of-type(2) {
    grid-row: 5/6 !important;
    grid-column: 1/2 !important;
  }
}
.grid-layout.is-mixed > li:nth-of-type(3) {
  grid-row: 1/2 !important;
  grid-column: 3/4 !important;
}
@media (max-width: 990px) {
  .grid-layout.is-mixed > li:nth-of-type(3) {
    grid-row: 5/6 !important;
    grid-column: 2/3 !important;
  }
}
.grid-layout.is-mixed > li:nth-of-type(4) {
  grid-row: 2/3 !important;
  grid-column: 2/3 !important;
}
@media (max-width: 990px) {
  .grid-layout.is-mixed > li:nth-of-type(4) {
    grid-row: 6/7 !important;
    grid-column: 1/2 !important;
  }
}
.grid-layout.is-mixed > li:nth-of-type(5) {
  grid-row: 2/3 !important;
  grid-column: 3/4 !important;
}
@media (max-width: 990px) {
  .grid-layout.is-mixed > li:nth-of-type(5) {
    grid-row: 6/7 !important;
    grid-column: 2/3 !important;
  }
}
@media (max-width: 990px) {
  .grid-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 600px) {
  .grid-layout {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 990px) {
  .grid-layout.is-keep-col2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 600px) {
  .grid-layout.is-keep-col2 {
    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-9-16 {
  position: relative;
  width: 100%;
  height: auto;
}
.aspect-ratio-9-16:before {
  display: block;
  padding-top: 177.7777777778%;
  content: "";
}
.aspect-ratio-9-16 > :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-3-4 {
  position: relative;
  width: 100%;
  height: auto;
}
.aspect-ratio-3-4:before {
  display: block;
  padding-top: 133.3333333333%;
  content: "";
}
.aspect-ratio-3-4 > :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;
}

.aspect-ratio-4-1 {
  position: relative;
  width: 100%;
  height: auto;
}
.aspect-ratio-4-1:before {
  display: block;
  padding-top: 25%;
  content: "";
}
.aspect-ratio-4-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-9-4 {
  position: relative;
  width: 100%;
  height: auto;
}
.aspect-ratio-9-4:before {
  display: block;
  padding-top: 44.4444444444%;
  content: "";
}
.aspect-ratio-9-4 > :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-227-100 {
  position: relative;
  width: 100%;
  height: auto;
}
.aspect-ratio-227-100:before {
  display: block;
  padding-top: 44.0528634361%;
  content: "";
}
.aspect-ratio-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: 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;
  }
}

@media print {
  [data-scroll] {
    opacity: 1 !important;
    animation: none !important;
    transition: none !important;
  }
  .page-top-section.is-welcome {
    position: relative !important;
    height: auto !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .page-top-section.is-welcome:before {
    display: none !important;
  }
  .page-top-section.is-welcome > :first-child,
  .page-top-section.is-welcome .bg {
    display: block !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    -o-object-fit: unset !important;
       object-fit: unset !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .page-top-section.is-welcome h1, .page-top-section.is-welcome h2, .page-top-section.is-welcome h3, .page-top-section.is-welcome p {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: #fff !important;
    text-align: center !important;
    width: 100% !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}/*# sourceMappingURL=main.css.map */