/* CSS */
.std--1, .demo--1 {
  width: 100%;
}

@media screen and (min-width: 1001px) and (max-width: 10000px) {
  .block {
    display: block;
  }
  .text__19 {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: var(--text--color--1);
    font-size: calc(18vw / var(--setSize--desktop));
    font-weight: 300;
    line-height: calc(30vw / var(--setSize--desktop));
  }
  .text__19 strong {
    font-weight: 600;
  }
  .text__19 a {
    color: var(--text--color--2);
    text-decoration: none;
  }
  .text__19 a:hover {
    color: var(--text--color--2);
    text-decoration: underline;
  }
  .text__19 h2 {
    color: var(--default--color--2);
    font-size: calc(30vw / var(--setSize--desktop));
    font-weight: 700;
    line-height: calc(40vw / var(--setSize--desktop));
  }
  .text__19 h3 {
    color: var(--default--color--1);
    font-size: calc(25vw / var(--setSize--desktop));
    font-weight: 700;
    line-height: calc(30vw / var(--setSize--desktop));
  }
  .text__19 ul, .text__19 ol {
    float: left;
    width: 100%;
    margin: calc(10vw / var(--setSize--desktop)) 0px 0px 0px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
  }
  .text__19 ul li {
    float: left;
    width: 100%;
    margin: 0px 0px calc(15vw / var(--setSize--desktop)) 0px;
    padding: 0px 0px 0px calc(25vw / var(--setSize--desktop));
    position: relative;
    list-style: none;
    background: url(../images/listBg.svg) top calc(13vw / var(--setSize--desktop)) left calc(5vw / var(--setSize--desktop)) no-repeat;
    background-size: calc(4vw / var(--setSize--desktop));
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .text__19 ol li {
    float: left;
    width: calc(100% - calc(45vw / var(--setSize--desktop)));
    margin: 0px 0px calc(10vw / var(--setSize--desktop)) calc(45vw / var(--setSize--desktop));
    padding: 0px 0px 0px 0px;
    position: relative;
  }
  .text__19 ol li ul li {
    margin: 0px 0px calc(10vw / var(--setSize--desktop)) calc(0vw / var(--setSize--desktop)) !important;
    padding: 0px 0px 0px calc(25vw / var(--setSize--desktop)) !important;
  }
  .text__19 iframe {
    min-width: 60% !important;
    max-width: 100% !important;
  }
  .text__19 img {
    max-width: 100% !important;
    height: auto !important;
  }
  .text__19.table table {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-spacing: 0;
    border: 0;
    border-collapse: collapse;
  }
  .text__19.table table thead {
    background-color: #fafafa;
  }
  .text__19.table table tr:hover {
    background-color: #fafafa;
  }
  .text__19.table table tr td {
    padding: calc(10vw / var(--setSize--desktop)) calc(15vw / var(--setSize--desktop)) calc(10vw / var(--setSize--desktop)) calc(15vw / var(--setSize--desktop));
    border: 1px solid #e5e5e5;
  }
  .text__19.table__2in table {
    float: left;
    width: 100% !important;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-spacing: 0;
    border: 0;
    border-collapse: collapse;
  }
  .text__19.table__2in table tr td {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
  }
  .text__19.table__2in table tr td table {
    float: left;
    width: 45% !important;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .text__19.table__2in table tr td table tr td {
    display: block;
  }
  .text__19.text-white a {
    color: #fff;
  }
  .more__18 {
    float: left;
    height: calc(75vw / var(--setSize--desktop));
    position: relative;
    margin: calc(40vw / var(--setSize--desktop)) 0px 0px 0px;
    padding: 0px calc(40vw / var(--setSize--desktop)) 0px calc(40vw / var(--setSize--desktop));
    color: var(--default--color--2);
    font-size: calc(20vw / var(--setSize--desktop));
    line-height: calc(20vw / var(--setSize--desktop));
    font-weight: 400;
    text-decoration: none;
    border: 0px solid var(--default--color--1);
    border-left: 1px solid var(--default--color--1);
    border-right: 1px solid var(--default--color--1);
    transition: all 0.4s ease-in-out;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    cursor: pointer;
  }
  .more__18:before {
    content: " ";
    float: left;
    width: calc(10vw / var(--setSize--desktop));
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid var(--default--color--1);
    border-bottom: 1px solid var(--default--color--1);
    box-sizing: border-box;
    pointer-events: none !important;
    transition: all 0.4s ease-in-out;
  }
  .more__18:after {
    content: " ";
    float: left;
    width: calc(10vw / var(--setSize--desktop));
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-top: 1px solid var(--default--color--1);
    border-bottom: 1px solid var(--default--color--1);
    box-sizing: border-box;
    pointer-events: none !important;
    transition: all 0.4s ease-in-out;
  }
  .more__18:hover:before {
    width: 50%;
  }
  .more__18:hover:after {
    width: 50%;
  }
  .more__18.moreBackground {
    background: var(--default--color--1);
  }
  .more__18.moreBackground:hover {
    color: #fff;
    background: var(--default--color--2);
  }
  .moreCustomBorder:before {
    content: " ";
    float: left;
    width: calc(10vw / var(--setSize--desktop));
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid var(--default--color--1);
    border-bottom: 1px solid var(--default--color--1);
    box-sizing: border-box;
    pointer-events: none !important;
    transition: all 0.4s ease-in-out;
  }
  .moreCustomBorder:after {
    content: " ";
    float: left;
    width: calc(10vw / var(--setSize--desktop));
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-top: 1px solid var(--default--color--1);
    border-bottom: 1px solid var(--default--color--1);
    box-sizing: border-box;
    pointer-events: none !important;
    transition: all 0.4s ease-in-out;
  }
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .text__19 {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: var(--text--color--1);
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(30vw / var(--setSize--mobile));
  }
  .text__19 strong {
    font-weight: 600;
  }
  .text__19 a {
    color: var(--text--color--2);
    text-decoration: none;
  }
  .text__19 a:hover {
    color: var(--text--color--2);
    text-decoration: underline;
  }
  .text__19 h2 {
    color: var(--default--color--2);
    font-size: calc(25vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(30vw / var(--setSize--mobile));
  }
  .text__19 h3 {
    color: var(--default--color--1);
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(25vw / var(--setSize--mobile));
  }
  .text__19 ul, .text__19 ol {
    float: left;
    width: 100%;
    margin: calc(10vw / var(--setSize--mobile)) 0px 0px 0px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
  }
  .text__19 ul li {
    float: left;
    width: 100%;
    margin: 0px 0px calc(5vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px calc(20vw / var(--setSize--mobile));
    position: relative;
    list-style: none;
    background: url(../images/listBg.svg) top calc(13vw / var(--setSize--mobile)) left calc(5vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(4vw / var(--setSize--mobile));
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .text__19 ol li {
    float: left;
    width: calc(100% - calc(45vw / var(--setSize--mobile)));
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) calc(45vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
    position: relative;
  }
  .text__19 ol li ul li {
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) !important;
    padding: 0px 0px 0px calc(25vw / var(--setSize--mobile)) !important;
  }
  .text__19 iframe {
    min-width: 60% !important;
    max-width: 100% !important;
  }
  .text__19 img {
    max-width: 100% !important;
    height: auto !important;
  }
  .text__19.table table {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-spacing: 0;
    border: 0;
    border-collapse: collapse;
  }
  .text__19.table table thead {
    background-color: #fafafa;
  }
  .text__19.table table tr:hover {
    background-color: #fafafa;
  }
  .text__19.table table tr td {
    padding: calc(10vw / var(--setSize--mobile)) calc(15vw / var(--setSize--mobile)) calc(10vw / var(--setSize--mobile)) calc(15vw / var(--setSize--mobile));
    border: 1px solid #e5e5e5;
  }
  .text__19.table__2in table {
    float: left;
    width: 100% !important;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-spacing: 0;
    border: 0;
    border-collapse: collapse;
  }
  .text__19.table__2in table tr td {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
  }
  .text__19.table__2in table tr td table {
    float: left;
    width: 45% !important;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .text__19.table__2in table tr td table tr td {
    display: block;
  }
  .text__19.text-white a {
    color: #fff;
  }
  .more__18 {
    float: left;
    height: calc(65vw / var(--setSize--mobile));
    position: relative;
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px calc(40vw / var(--setSize--mobile)) 0px calc(40vw / var(--setSize--mobile));
    color: var(--default--color--2);
    font-size: calc(20vw / var(--setSize--mobile));
    line-height: calc(20vw / var(--setSize--mobile));
    font-weight: 400;
    text-decoration: none;
    border: 0px solid var(--default--color--1);
    border-left: 1px solid var(--default--color--1);
    border-right: 1px solid var(--default--color--1);
    transition: all 0.4s ease-in-out;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    cursor: pointer;
  }
  .more__18:before {
    content: " ";
    float: left;
    width: calc(10vw / var(--setSize--mobile));
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid var(--default--color--1);
    border-bottom: 1px solid var(--default--color--1);
    box-sizing: border-box;
    pointer-events: none !important;
    transition: all 0.4s ease-in-out;
  }
  .more__18:after {
    content: " ";
    float: left;
    width: calc(10vw / var(--setSize--mobile));
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-top: 1px solid var(--default--color--1);
    border-bottom: 1px solid var(--default--color--1);
    box-sizing: border-box;
    pointer-events: none !important;
    transition: all 0.4s ease-in-out;
  }
  .more__18:hover:before {
    width: 50%;
  }
  .more__18:hover:after {
    width: 50%;
  }
  .more__18.moreBackground {
    background: var(--default--color--1);
  }
  .more__18.moreBackground:hover {
    color: #fff;
    background: var(--default--color--2);
  }
  .moreCustomBorder:before {
    content: " ";
    float: left;
    width: calc(10vw / var(--setSize--mobile));
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid var(--default--color--1);
    border-bottom: 1px solid var(--default--color--1);
    box-sizing: border-box;
    pointer-events: none !important;
    transition: all 0.4s ease-in-out;
  }
  .moreCustomBorder:after {
    content: " ";
    float: left;
    width: calc(10vw / var(--setSize--mobile));
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-top: 1px solid var(--default--color--1);
    border-bottom: 1px solid var(--default--color--1);
    box-sizing: border-box;
    pointer-events: none !important;
    transition: all 0.4s ease-in-out;
  }
}
/* ------------------------ Default settings ------------------------ */
* {
  box-sizing: border-box;
}

.bi {
  box-sizing: border-box;
}

.animate__100 {
  transition: all 0.1s ease-in-out;
}

.animate__200 {
  transition: all 0.2s ease-in-out;
}

.animate__300 {
  transition: all 0.3s ease-in-out;
}

.animate__400 {
  transition: all 0.4s ease-in-out;
}

.animate__500 {
  transition: all 0.5s ease-in-out;
}

.w-100 {
  width: 100% !important;
}

.w-95 {
  width: 95%;
}

.w-90 {
  width: 90%;
}

.w-85 {
  width: 85%;
}

.w-80 {
  width: 80%;
}

.w-75 {
  width: 75%;
}

.w-70 {
  width: 70%;
}

.w-65 {
  width: 65%;
}

.w-60 {
  width: 60%;
}

.w-55 {
  width: 55%;
}

.w-50 {
  width: 50%;
}

.w-45 {
  width: 45%;
}

.w-40 {
  width: 40%;
}

.w-35 {
  width: 35%;
}

.w-30 {
  width: 30%;
}

.w-25 {
  width: 25%;
}

.w-20 {
  width: 20%;
}

.w-15 {
  width: 15%;
}

.w-10 {
  width: 10%;
}

.w-0 {
  width: 0% !important;
}

.h-100 {
  height: 100% !important;
}

.h-95 {
  height: 95%;
}

.h-90 {
  height: 90%;
}

.h-85 {
  height: 85%;
}

.h-80 {
  height: 80%;
}

.h-75 {
  height: 75%;
}

.h-70 {
  height: 70%;
}

.h-65 {
  height: 65%;
}

.h-60 {
  height: 60%;
}

.h-55 {
  height: 55%;
}

.h-50 {
  height: 50%;
}

.h-45 {
  height: 45%;
}

.h-40 {
  height: 40%;
}

.h-35 {
  height: 35%;
}

.h-30 {
  height: 30%;
}

.h-25 {
  height: 25%;
}

.h-20 {
  height: 20%;
}

.h-15 {
  height: 15%;
}

.h-10 {
  height: 10%;
}

.h-0 {
  height: 0% !important;
}

.pointer {
  cursor: pointer !important;
}

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

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.f-l {
  float: left !important;
}

.f-r {
  float: right !important;
}

.default-color-1 {
  color: var(--default--color--1) !important;
}

.default-color-2 {
  color: var(--default--color--2) !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.position-relative {
  position: relative !important;
}

.p-r {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.p-a {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.p-f {
  position: fixed !important;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}

.line-clamp-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}

.line-clamp-6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
}

.line-clamp-7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
}

.line-clamp-8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
}

.line-clamp-9 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 9;
}

.d-c-c {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.d-c-b {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.d-c-s {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.d-c-e {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}

.d-s-c {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}

.d-s-s {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.d-s-b {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.d-s-e {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-start;
}

.d-e-c {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
}

.d-e-s {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
}

.d-e-e {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
}

@media screen and (min-width: 1001px) and (max-width: 10000px) {
  .block {
    display: block;
  }
  .grid {
    display: grid;
    grid-column-gap: calc(0vw / var(--setSize--desktop));
    grid-row-gap: calc(0vw / var(--setSize--desktop));
  }
  .grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-cg-5 {
    grid-column-gap: calc(5vw / var(--setSize--desktop));
  }
  .grid-cg-10 {
    grid-column-gap: calc(10vw / var(--setSize--desktop));
  }
  .grid-cg-15 {
    grid-column-gap: calc(15vw / var(--setSize--desktop));
  }
  .grid-cg-20 {
    grid-column-gap: calc(20vw / var(--setSize--desktop));
  }
  .grid-cg-25 {
    grid-column-gap: calc(25vw / var(--setSize--desktop));
  }
  .grid-cg-30 {
    grid-column-gap: calc(30vw / var(--setSize--desktop));
  }
  .grid-cg-35 {
    grid-column-gap: calc(35vw / var(--setSize--desktop));
  }
  .grid-cg-40 {
    grid-column-gap: calc(40vw / var(--setSize--desktop));
  }
  .grid-cg-45 {
    grid-column-gap: calc(45vw / var(--setSize--desktop));
  }
  .grid-cg-50 {
    grid-column-gap: calc(50vw / var(--setSize--desktop));
  }
  .grid-cg-60 {
    grid-column-gap: calc(50vw / var(--setSize--desktop));
  }
  .grid-rg-5 {
    grid-row-gap: calc(5vw / var(--setSize--desktop));
  }
  .grid-rg-10 {
    grid-row-gap: calc(10vw / var(--setSize--desktop));
  }
  .grid-rg-15 {
    grid-row-gap: calc(15vw / var(--setSize--desktop));
  }
  .grid-rg-20 {
    grid-row-gap: calc(20vw / var(--setSize--desktop));
  }
  .grid-rg-25 {
    grid-row-gap: calc(25vw / var(--setSize--desktop));
  }
  .grid-rg-30 {
    grid-row-gap: calc(30vw / var(--setSize--desktop));
  }
  .grid-rg-35 {
    grid-row-gap: calc(35vw / var(--setSize--desktop));
  }
  .grid-rg-40 {
    grid-row-gap: calc(40vw / var(--setSize--desktop));
  }
  .grid-rg-45 {
    grid-row-gap: calc(45vw / var(--setSize--desktop));
  }
  .grid-rg-50 {
    grid-row-gap: calc(50vw / var(--setSize--desktop));
  }
  .grid-rg-60 {
    grid-row-gap: calc(50vw / var(--setSize--desktop));
  }
  .fs-0 {
    font-size: calc(0vw / var(--setSize--desktop));
  }
  .fs-10 {
    font-size: calc(10vw / var(--setSize--desktop));
  }
  .fs-15 {
    font-size: calc(15vw / var(--setSize--desktop));
  }
  .fs-16 {
    font-size: calc(16vw / var(--setSize--desktop));
  }
  .fs-17 {
    font-size: calc(17vw / var(--setSize--desktop));
  }
  .fs-18 {
    font-size: calc(18vw / var(--setSize--desktop));
  }
  .fs-19 {
    font-size: calc(19vw / var(--setSize--desktop));
  }
  .fs-20 {
    font-size: calc(20vw / var(--setSize--desktop));
  }
  .fs-25 {
    font-size: calc(25vw / var(--setSize--desktop));
  }
  .fs-30 {
    font-size: calc(30vw / var(--setSize--desktop));
  }
  .fs-35 {
    font-size: calc(35vw / var(--setSize--desktop));
  }
  .fs-40 {
    font-size: calc(40vw / var(--setSize--desktop));
  }
  .fs-45 {
    font-size: calc(45vw / var(--setSize--desktop));
  }
  .fs-50 {
    font-size: calc(50vw / var(--setSize--desktop));
  }
  .fs-60 {
    font-size: calc(60vw / var(--setSize--desktop));
  }
  .fs-70 {
    font-size: calc(70vw / var(--setSize--desktop));
  }
  .fs-80 {
    font-size: calc(80vw / var(--setSize--desktop));
  }
  .fs-90 {
    font-size: calc(90vw / var(--setSize--desktop));
  }
  .fs-100 {
    font-size: calc(100vw / var(--setSize--desktop));
  }
  .lh-0 {
    line-height: calc(0vw / var(--setSize--desktop));
  }
  .lh-10 {
    line-height: calc(10vw / var(--setSize--desktop));
  }
  .lh-15 {
    line-height: calc(15vw / var(--setSize--desktop));
  }
  .lh-16 {
    line-height: calc(16vw / var(--setSize--desktop));
  }
  .lh-17 {
    line-height: calc(17vw / var(--setSize--desktop));
  }
  .lh-18 {
    line-height: calc(18vw / var(--setSize--desktop));
  }
  .lh-19 {
    line-height: calc(19vw / var(--setSize--desktop));
  }
  .lh-20 {
    line-height: calc(20vw / var(--setSize--desktop));
  }
  .lh-25 {
    line-height: calc(25vw / var(--setSize--desktop));
  }
  .lh-30 {
    line-height: calc(30vw / var(--setSize--desktop));
  }
  .lh-35 {
    line-height: calc(35vw / var(--setSize--desktop));
  }
  .lh-40 {
    line-height: calc(40vw / var(--setSize--desktop));
  }
  .lh-45 {
    line-height: calc(45vw / var(--setSize--desktop));
  }
  .lh-50 {
    line-height: calc(50vw / var(--setSize--desktop));
  }
  .lh-60 {
    line-height: calc(60vw / var(--setSize--desktop));
  }
  .lh-70 {
    line-height: calc(70vw / var(--setSize--desktop));
  }
  .lh-80 {
    line-height: calc(80vw / var(--setSize--desktop));
  }
  .lh-90 {
    line-height: calc(90vw / var(--setSize--desktop));
  }
  .lh-100 {
    line-height: calc(100vw / var(--setSize--desktop));
  }
  .mt-0 {
    margin-top: calc(0vw / var(--setSize--desktop));
  }
  .mt-10 {
    margin-top: calc(10vw / var(--setSize--desktop));
  }
  .mt-20 {
    margin-top: calc(20vw / var(--setSize--desktop));
  }
  .mt-30 {
    margin-top: calc(30vw / var(--setSize--desktop));
  }
  .mt-40 {
    margin-top: calc(40vw / var(--setSize--desktop));
  }
  .mt-50 {
    margin-top: calc(50vw / var(--setSize--desktop));
  }
  .mt-60 {
    margin-top: calc(60vw / var(--setSize--desktop));
  }
  .mt-70 {
    margin-top: calc(70vw / var(--setSize--desktop));
  }
  .mt-80 {
    margin-top: calc(80vw / var(--setSize--desktop));
  }
  .mt-90 {
    margin-top: calc(90vw / var(--setSize--desktop));
  }
  .mt-100 {
    margin-top: calc(100vw / var(--setSize--desktop));
  }
  .mr-0 {
    margin-right: calc(0vw / var(--setSize--desktop));
  }
  .mr-10 {
    margin-right: calc(10vw / var(--setSize--desktop));
  }
  .mr-20 {
    margin-right: calc(20vw / var(--setSize--desktop));
  }
  .mr-30 {
    margin-right: calc(30vw / var(--setSize--desktop));
  }
  .mr-40 {
    margin-right: calc(40vw / var(--setSize--desktop));
  }
  .mr-50 {
    margin-right: calc(50vw / var(--setSize--desktop));
  }
  .mr-60 {
    margin-right: calc(60vw / var(--setSize--desktop));
  }
  .mr-70 {
    margin-right: calc(70vw / var(--setSize--desktop));
  }
  .mr-80 {
    margin-right: calc(80vw / var(--setSize--desktop));
  }
  .mr-90 {
    margin-right: calc(90vw / var(--setSize--desktop));
  }
  .mr-100 {
    margin-right: calc(100vw / var(--setSize--desktop));
  }
  .mb-0 {
    margin-bottom: calc(0vw / var(--setSize--desktop));
  }
  .mb-10 {
    margin-bottom: calc(10vw / var(--setSize--desktop));
  }
  .mb-15 {
    margin-bottom: calc(15vw / var(--setSize--desktop));
  }
  .mb-20 {
    margin-bottom: calc(20vw / var(--setSize--desktop));
  }
  .mb-30 {
    margin-bottom: calc(30vw / var(--setSize--desktop));
  }
  .mb-40 {
    margin-bottom: calc(40vw / var(--setSize--desktop));
  }
  .mb-50 {
    margin-bottom: calc(50vw / var(--setSize--desktop));
  }
  .mb-60 {
    margin-bottom: calc(60vw / var(--setSize--desktop));
  }
  .mb-70 {
    margin-bottom: calc(70vw / var(--setSize--desktop));
  }
  .mb-80 {
    margin-bottom: calc(80vw / var(--setSize--desktop));
  }
  .mb-90 {
    margin-bottom: calc(90vw / var(--setSize--desktop));
  }
  .mb-100 {
    margin-bottom: calc(100vw / var(--setSize--desktop));
  }
  .ml-0 {
    margin-left: calc(0vw / var(--setSize--desktop));
  }
  .ml-10 {
    margin-left: calc(10vw / var(--setSize--desktop));
  }
  .ml-20 {
    margin-left: calc(20vw / var(--setSize--desktop));
  }
  .ml-30 {
    margin-left: calc(30vw / var(--setSize--desktop));
  }
  .ml-40 {
    margin-left: calc(40vw / var(--setSize--desktop));
  }
  .ml-50 {
    margin-left: calc(50vw / var(--setSize--desktop));
  }
  .ml-60 {
    margin-left: calc(60vw / var(--setSize--desktop));
  }
  .ml-70 {
    margin-left: calc(70vw / var(--setSize--desktop));
  }
  .ml-80 {
    margin-left: calc(80vw / var(--setSize--desktop));
  }
  .ml-90 {
    margin-left: calc(90vw / var(--setSize--desktop));
  }
  .ml-100 {
    margin-left: calc(100vw / var(--setSize--desktop));
  }
  .pt-0 {
    padding-top: calc(0vw / var(--setSize--desktop));
  }
  .pt-10 {
    padding-top: calc(10vw / var(--setSize--desktop));
  }
  .pt-20 {
    padding-top: calc(20vw / var(--setSize--desktop));
  }
  .pt-30 {
    padding-top: calc(30vw / var(--setSize--desktop));
  }
  .pt-40 {
    padding-top: calc(40vw / var(--setSize--desktop));
  }
  .pt-50 {
    padding-top: calc(50vw / var(--setSize--desktop));
  }
  .pt-60 {
    padding-top: calc(60vw / var(--setSize--desktop));
  }
  .pt-70 {
    padding-top: calc(70vw / var(--setSize--desktop));
  }
  .pt-80 {
    padding-top: calc(80vw / var(--setSize--desktop));
  }
  .pt-90 {
    padding-top: calc(90vw / var(--setSize--desktop));
  }
  .pt-100 {
    padding-top: calc(100vw / var(--setSize--desktop));
  }
  .pr-0 {
    padding-right: calc(0vw / var(--setSize--desktop));
  }
  .pr-10 {
    padding-right: calc(10vw / var(--setSize--desktop));
  }
  .pr-20 {
    padding-right: calc(20vw / var(--setSize--desktop));
  }
  .pr-30 {
    padding-right: calc(30vw / var(--setSize--desktop));
  }
  .pr-40 {
    padding-right: calc(40vw / var(--setSize--desktop));
  }
  .pr-50 {
    padding-right: calc(50vw / var(--setSize--desktop));
  }
  .pr-60 {
    padding-right: calc(60vw / var(--setSize--desktop));
  }
  .pr-70 {
    padding-right: calc(70vw / var(--setSize--desktop));
  }
  .pr-80 {
    padding-right: calc(80vw / var(--setSize--desktop));
  }
  .pr-90 {
    padding-right: calc(90vw / var(--setSize--desktop));
  }
  .pr-100 {
    padding-right: calc(100vw / var(--setSize--desktop));
  }
  .pb-0 {
    padding-bottom: calc(0vw / var(--setSize--desktop));
  }
  .pb-10 {
    padding-bottom: calc(10vw / var(--setSize--desktop));
  }
  .pb-20 {
    padding-bottom: calc(20vw / var(--setSize--desktop));
  }
  .pb-30 {
    padding-bottom: calc(30vw / var(--setSize--desktop));
  }
  .pb-40 {
    padding-bottom: calc(40vw / var(--setSize--desktop));
  }
  .pb-50 {
    padding-bottom: calc(50vw / var(--setSize--desktop));
  }
  .pb-60 {
    padding-bottom: calc(60vw / var(--setSize--desktop));
  }
  .pb-70 {
    padding-bottom: calc(70vw / var(--setSize--desktop));
  }
  .pb-80 {
    padding-bottom: calc(80vw / var(--setSize--desktop));
  }
  .pb-90 {
    padding-bottom: calc(90vw / var(--setSize--desktop));
  }
  .pb-100 {
    padding-bottom: calc(100vw / var(--setSize--desktop));
  }
  .pl-0 {
    padding-left: calc(0vw / var(--setSize--desktop));
  }
  .pl-10 {
    padding-left: calc(10vw / var(--setSize--desktop));
  }
  .pl-20 {
    padding-left: calc(20vw / var(--setSize--desktop));
  }
  .pl-30 {
    padding-left: calc(30vw / var(--setSize--desktop));
  }
  .pl-40 {
    padding-left: calc(40vw / var(--setSize--desktop));
  }
  .pl-50 {
    padding-left: calc(50vw / var(--setSize--desktop));
  }
  .pl-60 {
    padding-left: calc(60vw / var(--setSize--desktop));
  }
  .pl-70 {
    padding-left: calc(70vw / var(--setSize--desktop));
  }
  .pl-80 {
    padding-left: calc(80vw / var(--setSize--desktop));
  }
  .pl-90 {
    padding-left: calc(90vw / var(--setSize--desktop));
  }
  .pl-100 {
    padding-left: calc(100vw / var(--setSize--desktop));
  }
  .t-0 {
    top: calc(0vw / var(--setSize--desktop));
  }
  .t-10 {
    top: calc(10vw / var(--setSize--desktop));
  }
  .t-20 {
    top: calc(20vw / var(--setSize--desktop));
  }
  .t-30 {
    top: calc(30vw / var(--setSize--desktop));
  }
  .t-40 {
    top: calc(40vw / var(--setSize--desktop));
  }
  .t-50 {
    top: calc(50vw / var(--setSize--desktop));
  }
  .t-60 {
    top: calc(60vw / var(--setSize--desktop));
  }
  .t-70 {
    top: calc(70vw / var(--setSize--desktop));
  }
  .t-80 {
    top: calc(80vw / var(--setSize--desktop));
  }
  .t-90 {
    top: calc(90vw / var(--setSize--desktop));
  }
  .t-100 {
    top: calc(100vw / var(--setSize--desktop));
  }
  .r-0 {
    right: calc(0vw / var(--setSize--desktop));
  }
  .r-10 {
    right: calc(10vw / var(--setSize--desktop));
  }
  .r-20 {
    right: calc(20vw / var(--setSize--desktop));
  }
  .r-30 {
    right: calc(30vw / var(--setSize--desktop));
  }
  .r-40 {
    right: calc(40vw / var(--setSize--desktop));
  }
  .r-50 {
    right: calc(50vw / var(--setSize--desktop));
  }
  .r-60 {
    right: calc(60vw / var(--setSize--desktop));
  }
  .r-70 {
    right: calc(70vw / var(--setSize--desktop));
  }
  .r-80 {
    right: calc(80vw / var(--setSize--desktop));
  }
  .r-90 {
    right: calc(90vw / var(--setSize--desktop));
  }
  .r-100 {
    right: calc(100vw / var(--setSize--desktop));
  }
  .b-0 {
    bottom: calc(0vw / var(--setSize--desktop));
  }
  .b-10 {
    bottom: calc(10vw / var(--setSize--desktop));
  }
  .b-20 {
    bottom: calc(20vw / var(--setSize--desktop));
  }
  .b-30 {
    bottom: calc(30vw / var(--setSize--desktop));
  }
  .b-40 {
    bottom: calc(40vw / var(--setSize--desktop));
  }
  .b-50 {
    bottom: calc(50vw / var(--setSize--desktop));
  }
  .b-60 {
    bottom: calc(60vw / var(--setSize--desktop));
  }
  .b-70 {
    bottom: calc(70vw / var(--setSize--desktop));
  }
  .b-80 {
    bottom: calc(80vw / var(--setSize--desktop));
  }
  .b-90 {
    bottom: calc(90vw / var(--setSize--desktop));
  }
  .b-100 {
    bottom: calc(100vw / var(--setSize--desktop));
  }
  .l-0 {
    left: calc(0vw / var(--setSize--desktop));
  }
  .l-10 {
    left: calc(10vw / var(--setSize--desktop));
  }
  .l-20 {
    left: calc(20vw / var(--setSize--desktop));
  }
  .l-30 {
    left: calc(30vw / var(--setSize--desktop));
  }
  .l-40 {
    left: calc(40vw / var(--setSize--desktop));
  }
  .l-50 {
    left: calc(50vw / var(--setSize--desktop));
  }
  .l-60 {
    left: calc(60vw / var(--setSize--desktop));
  }
  .l-70 {
    left: calc(70vw / var(--setSize--desktop));
  }
  .l-80 {
    left: calc(80vw / var(--setSize--desktop));
  }
  .l-90 {
    left: calc(90vw / var(--setSize--desktop));
  }
  .l-100 {
    left: calc(100vw / var(--setSize--desktop));
  }
  .vw-0 {
    width: calc(0vw / var(--setSize--desktop));
  }
  .vw-5 {
    width: calc(5vw / var(--setSize--desktop));
  }
  .vw-10 {
    width: calc(10vw / var(--setSize--desktop));
  }
  .vw-15 {
    width: calc(15vw / var(--setSize--desktop));
  }
  .vw-20 {
    width: calc(20vw / var(--setSize--desktop));
  }
  .vw-25 {
    width: calc(25vw / var(--setSize--desktop));
  }
  .vw-30 {
    width: calc(30vw / var(--setSize--desktop));
  }
  .vw-35 {
    width: calc(35vw / var(--setSize--desktop));
  }
  .vw-40 {
    width: calc(40vw / var(--setSize--desktop));
  }
  .vw-45 {
    width: calc(45vw / var(--setSize--desktop));
  }
  .vw-50 {
    width: calc(50vw / var(--setSize--desktop));
  }
  .vw-55 {
    width: calc(55vw / var(--setSize--desktop));
  }
  .vw-60 {
    width: calc(60vw / var(--setSize--desktop));
  }
  .vw-65 {
    width: calc(65vw / var(--setSize--desktop));
  }
  .vw-70 {
    width: calc(70vw / var(--setSize--desktop));
  }
  .vw-75 {
    width: calc(75vw / var(--setSize--desktop));
  }
  .vw-80 {
    width: calc(80vw / var(--setSize--desktop));
  }
  .vw-85 {
    width: calc(85vw / var(--setSize--desktop));
  }
  .vw-90 {
    width: calc(90vw / var(--setSize--desktop));
  }
  .vw-95 {
    width: calc(95vw / var(--setSize--desktop));
  }
  .vw-100 {
    width: calc(100vw / var(--setSize--desktop));
  }
  .vw-110 {
    width: calc(110vw / var(--setSize--desktop));
  }
  .vw-115 {
    width: calc(115vw / var(--setSize--desktop));
  }
  .vw-120 {
    width: calc(120vw / var(--setSize--desktop));
  }
  .vw-125 {
    width: calc(125vw / var(--setSize--desktop));
  }
  .vw-130 {
    width: calc(130vw / var(--setSize--desktop));
  }
  .vw-135 {
    width: calc(135vw / var(--setSize--desktop));
  }
  .vw-140 {
    width: calc(140vw / var(--setSize--desktop));
  }
  .vw-145 {
    width: calc(145vw / var(--setSize--desktop));
  }
  .vw-150 {
    width: calc(150vw / var(--setSize--desktop));
  }
  .vw-155 {
    width: calc(155vw / var(--setSize--desktop));
  }
  .vw-160 {
    width: calc(160vw / var(--setSize--desktop));
  }
  .vw-165 {
    width: calc(165vw / var(--setSize--desktop));
  }
  .vw-170 {
    width: calc(170vw / var(--setSize--desktop));
  }
  .vw-175 {
    width: calc(175vw / var(--setSize--desktop));
  }
  .vw-180 {
    width: calc(180vw / var(--setSize--desktop));
  }
  .vw-185 {
    width: calc(185vw / var(--setSize--desktop));
  }
  .vw-190 {
    width: calc(190vw / var(--setSize--desktop));
  }
  .vw-195 {
    width: calc(195vw / var(--setSize--desktop));
  }
  .vw-200 {
    width: calc(200vw / var(--setSize--desktop));
  }
  .vw-210 {
    width: calc(210vw / var(--setSize--desktop));
  }
  .vw-215 {
    width: calc(215vw / var(--setSize--desktop));
  }
  .vw-220 {
    width: calc(220vw / var(--setSize--desktop));
  }
  .vw-225 {
    width: calc(225vw / var(--setSize--desktop));
  }
  .vw-230 {
    width: calc(230vw / var(--setSize--desktop));
  }
  .vw-235 {
    width: calc(235vw / var(--setSize--desktop));
  }
  .vw-240 {
    width: calc(240vw / var(--setSize--desktop));
  }
  .vw-245 {
    width: calc(245vw / var(--setSize--desktop));
  }
  .vw-250 {
    width: calc(250vw / var(--setSize--desktop));
  }
  .vw-255 {
    width: calc(255vw / var(--setSize--desktop));
  }
  .vw-260 {
    width: calc(260vw / var(--setSize--desktop));
  }
  .vw-265 {
    width: calc(265vw / var(--setSize--desktop));
  }
  .vw-270 {
    width: calc(270vw / var(--setSize--desktop));
  }
  .vw-275 {
    width: calc(275vw / var(--setSize--desktop));
  }
  .vw-280 {
    width: calc(280vw / var(--setSize--desktop));
  }
  .vw-285 {
    width: calc(285vw / var(--setSize--desktop));
  }
  .vw-290 {
    width: calc(290vw / var(--setSize--desktop));
  }
  .vw-295 {
    width: calc(295vw / var(--setSize--desktop));
  }
  .vw-300 {
    width: calc(300vw / var(--setSize--desktop));
  }
  .vw-310 {
    width: calc(310vw / var(--setSize--desktop));
  }
  .vw-315 {
    width: calc(315vw / var(--setSize--desktop));
  }
  .vw-320 {
    width: calc(320vw / var(--setSize--desktop));
  }
  .vw-325 {
    width: calc(325vw / var(--setSize--desktop));
  }
  .vw-330 {
    width: calc(330vw / var(--setSize--desktop));
  }
  .vw-335 {
    width: calc(335vw / var(--setSize--desktop));
  }
  .vw-340 {
    width: calc(340vw / var(--setSize--desktop));
  }
  .vw-345 {
    width: calc(345vw / var(--setSize--desktop));
  }
  .vw-350 {
    width: calc(350vw / var(--setSize--desktop));
  }
  .vw-355 {
    width: calc(355vw / var(--setSize--desktop));
  }
  .vw-360 {
    width: calc(360vw / var(--setSize--desktop));
  }
  .vw-365 {
    width: calc(365vw / var(--setSize--desktop));
  }
  .vw-370 {
    width: calc(370vw / var(--setSize--desktop));
  }
  .vw-375 {
    width: calc(375vw / var(--setSize--desktop));
  }
  .vw-380 {
    width: calc(380vw / var(--setSize--desktop));
  }
  .vw-385 {
    width: calc(385vw / var(--setSize--desktop));
  }
  .vw-390 {
    width: calc(390vw / var(--setSize--desktop));
  }
  .vw-395 {
    width: calc(395vw / var(--setSize--desktop));
  }
  .vw-400 {
    width: calc(400vw / var(--setSize--desktop));
  }
  .vw-410 {
    width: calc(410vw / var(--setSize--desktop));
  }
  .vw-415 {
    width: calc(415vw / var(--setSize--desktop));
  }
  .vw-420 {
    width: calc(420vw / var(--setSize--desktop));
  }
  .vw-425 {
    width: calc(425vw / var(--setSize--desktop));
  }
  .vw-430 {
    width: calc(430vw / var(--setSize--desktop));
  }
  .vw-435 {
    width: calc(435vw / var(--setSize--desktop));
  }
  .vw-440 {
    width: calc(440vw / var(--setSize--desktop));
  }
  .vw-445 {
    width: calc(445vw / var(--setSize--desktop));
  }
  .vw-450 {
    width: calc(450vw / var(--setSize--desktop));
  }
  .vw-455 {
    width: calc(455vw / var(--setSize--desktop));
  }
  .vw-460 {
    width: calc(460vw / var(--setSize--desktop));
  }
  .vw-465 {
    width: calc(465vw / var(--setSize--desktop));
  }
  .vw-470 {
    width: calc(470vw / var(--setSize--desktop));
  }
  .vw-475 {
    width: calc(475vw / var(--setSize--desktop));
  }
  .vw-480 {
    width: calc(480vw / var(--setSize--desktop));
  }
  .vw-485 {
    width: calc(485vw / var(--setSize--desktop));
  }
  .vw-490 {
    width: calc(490vw / var(--setSize--desktop));
  }
  .vw-495 {
    width: calc(495vw / var(--setSize--desktop));
  }
  .vw-500 {
    width: calc(500vw / var(--setSize--desktop));
  }
  .vw-510 {
    width: calc(510vw / var(--setSize--desktop));
  }
  .vw-515 {
    width: calc(515vw / var(--setSize--desktop));
  }
  .vw-520 {
    width: calc(520vw / var(--setSize--desktop));
  }
  .vw-525 {
    width: calc(525vw / var(--setSize--desktop));
  }
  .vw-530 {
    width: calc(530vw / var(--setSize--desktop));
  }
  .vw-535 {
    width: calc(535vw / var(--setSize--desktop));
  }
  .vw-540 {
    width: calc(540vw / var(--setSize--desktop));
  }
  .vw-545 {
    width: calc(545vw / var(--setSize--desktop));
  }
  .vw-550 {
    width: calc(550vw / var(--setSize--desktop));
  }
  .vw-555 {
    width: calc(555vw / var(--setSize--desktop));
  }
  .vw-560 {
    width: calc(560vw / var(--setSize--desktop));
  }
  .vw-565 {
    width: calc(565vw / var(--setSize--desktop));
  }
  .vw-570 {
    width: calc(570vw / var(--setSize--desktop));
  }
  .vw-575 {
    width: calc(575vw / var(--setSize--desktop));
  }
  .vw-580 {
    width: calc(580vw / var(--setSize--desktop));
  }
  .vw-585 {
    width: calc(585vw / var(--setSize--desktop));
  }
  .vw-590 {
    width: calc(590vw / var(--setSize--desktop));
  }
  .vw-595 {
    width: calc(595vw / var(--setSize--desktop));
  }
  .vw-600 {
    width: calc(600vw / var(--setSize--desktop));
  }
  .vw-610 {
    width: calc(610vw / var(--setSize--desktop));
  }
  .vw-615 {
    width: calc(615vw / var(--setSize--desktop));
  }
  .vw-620 {
    width: calc(620vw / var(--setSize--desktop));
  }
  .vw-625 {
    width: calc(625vw / var(--setSize--desktop));
  }
  .vw-630 {
    width: calc(630vw / var(--setSize--desktop));
  }
  .vw-635 {
    width: calc(635vw / var(--setSize--desktop));
  }
  .vw-640 {
    width: calc(640vw / var(--setSize--desktop));
  }
  .vw-645 {
    width: calc(645vw / var(--setSize--desktop));
  }
  .vw-650 {
    width: calc(650vw / var(--setSize--desktop));
  }
  .vw-655 {
    width: calc(655vw / var(--setSize--desktop));
  }
  .vw-660 {
    width: calc(660vw / var(--setSize--desktop));
  }
  .vw-665 {
    width: calc(665vw / var(--setSize--desktop));
  }
  .vw-670 {
    width: calc(670vw / var(--setSize--desktop));
  }
  .vw-675 {
    width: calc(675vw / var(--setSize--desktop));
  }
  .vw-680 {
    width: calc(680vw / var(--setSize--desktop));
  }
  .vw-685 {
    width: calc(685vw / var(--setSize--desktop));
  }
  .vw-690 {
    width: calc(690vw / var(--setSize--desktop));
  }
  .vw-695 {
    width: calc(695vw / var(--setSize--desktop));
  }
  .vw-700 {
    width: calc(700vw / var(--setSize--desktop));
  }
  .vw-710 {
    width: calc(710vw / var(--setSize--desktop));
  }
  .vw-715 {
    width: calc(715vw / var(--setSize--desktop));
  }
  .vw-720 {
    width: calc(720vw / var(--setSize--desktop));
  }
  .vw-725 {
    width: calc(725vw / var(--setSize--desktop));
  }
  .vw-730 {
    width: calc(730vw / var(--setSize--desktop));
  }
  .vw-735 {
    width: calc(735vw / var(--setSize--desktop));
  }
  .vw-740 {
    width: calc(740vw / var(--setSize--desktop));
  }
  .vw-745 {
    width: calc(745vw / var(--setSize--desktop));
  }
  .vw-750 {
    width: calc(750vw / var(--setSize--desktop));
  }
  .vw-755 {
    width: calc(755vw / var(--setSize--desktop));
  }
  .vw-760 {
    width: calc(760vw / var(--setSize--desktop));
  }
  .vw-765 {
    width: calc(765vw / var(--setSize--desktop));
  }
  .vw-770 {
    width: calc(770vw / var(--setSize--desktop));
  }
  .vw-775 {
    width: calc(775vw / var(--setSize--desktop));
  }
  .vw-780 {
    width: calc(780vw / var(--setSize--desktop));
  }
  .vw-785 {
    width: calc(785vw / var(--setSize--desktop));
  }
  .vw-790 {
    width: calc(790vw / var(--setSize--desktop));
  }
  .vw-795 {
    width: calc(795vw / var(--setSize--desktop));
  }
  .vw-800 {
    width: calc(800vw / var(--setSize--desktop));
  }
  .vw-810 {
    width: calc(810vw / var(--setSize--desktop));
  }
  .vw-815 {
    width: calc(815vw / var(--setSize--desktop));
  }
  .vw-820 {
    width: calc(820vw / var(--setSize--desktop));
  }
  .vw-825 {
    width: calc(825vw / var(--setSize--desktop));
  }
  .vw-830 {
    width: calc(830vw / var(--setSize--desktop));
  }
  .vw-835 {
    width: calc(835vw / var(--setSize--desktop));
  }
  .vw-840 {
    width: calc(840vw / var(--setSize--desktop));
  }
  .vw-845 {
    width: calc(845vw / var(--setSize--desktop));
  }
  .vw-850 {
    width: calc(850vw / var(--setSize--desktop));
  }
  .vw-855 {
    width: calc(855vw / var(--setSize--desktop));
  }
  .vw-860 {
    width: calc(860vw / var(--setSize--desktop));
  }
  .vw-865 {
    width: calc(865vw / var(--setSize--desktop));
  }
  .vw-870 {
    width: calc(870vw / var(--setSize--desktop));
  }
  .vw-875 {
    width: calc(875vw / var(--setSize--desktop));
  }
  .vw-880 {
    width: calc(880vw / var(--setSize--desktop));
  }
  .vw-885 {
    width: calc(885vw / var(--setSize--desktop));
  }
  .vw-890 {
    width: calc(890vw / var(--setSize--desktop));
  }
  .vw-895 {
    width: calc(895vw / var(--setSize--desktop));
  }
  .vw-900 {
    width: calc(900vw / var(--setSize--desktop));
  }
  .vw-910 {
    width: calc(910vw / var(--setSize--desktop));
  }
  .vw-915 {
    width: calc(915vw / var(--setSize--desktop));
  }
  .vw-920 {
    width: calc(920vw / var(--setSize--desktop));
  }
  .vw-925 {
    width: calc(925vw / var(--setSize--desktop));
  }
  .vw-930 {
    width: calc(930vw / var(--setSize--desktop));
  }
  .vw-935 {
    width: calc(935vw / var(--setSize--desktop));
  }
  .vw-940 {
    width: calc(940vw / var(--setSize--desktop));
  }
  .vw-945 {
    width: calc(945vw / var(--setSize--desktop));
  }
  .vw-950 {
    width: calc(950vw / var(--setSize--desktop));
  }
  .vw-955 {
    width: calc(955vw / var(--setSize--desktop));
  }
  .vw-960 {
    width: calc(960vw / var(--setSize--desktop));
  }
  .vw-965 {
    width: calc(965vw / var(--setSize--desktop));
  }
  .vw-970 {
    width: calc(970vw / var(--setSize--desktop));
  }
  .vw-975 {
    width: calc(975vw / var(--setSize--desktop));
  }
  .vw-980 {
    width: calc(980vw / var(--setSize--desktop));
  }
  .vw-985 {
    width: calc(985vw / var(--setSize--desktop));
  }
  .vw-990 {
    width: calc(990vw / var(--setSize--desktop));
  }
  .vw-995 {
    width: calc(995vw / var(--setSize--desktop));
  }
  .vw-1000 {
    width: calc(1000vw / var(--setSize--desktop));
  }
  .vh-0 {
    height: calc(0vw / var(--setSize--desktop));
  }
  .vh-5 {
    height: calc(5vw / var(--setSize--desktop));
  }
  .vh-10 {
    height: calc(10vw / var(--setSize--desktop));
  }
  .vh-15 {
    height: calc(15vw / var(--setSize--desktop));
  }
  .vh-20 {
    height: calc(20vw / var(--setSize--desktop));
  }
  .vh-25 {
    height: calc(25vw / var(--setSize--desktop));
  }
  .vh-30 {
    height: calc(30vw / var(--setSize--desktop));
  }
  .vh-35 {
    height: calc(35vw / var(--setSize--desktop));
  }
  .vh-40 {
    height: calc(40vw / var(--setSize--desktop));
  }
  .vh-45 {
    height: calc(45vw / var(--setSize--desktop));
  }
  .vh-50 {
    height: calc(50vw / var(--setSize--desktop));
  }
  .vh-55 {
    height: calc(55vw / var(--setSize--desktop));
  }
  .vh-60 {
    height: calc(60vw / var(--setSize--desktop));
  }
  .vh-65 {
    height: calc(65vw / var(--setSize--desktop));
  }
  .vh-70 {
    height: calc(70vw / var(--setSize--desktop));
  }
  .vh-75 {
    height: calc(75vw / var(--setSize--desktop));
  }
  .vh-80 {
    height: calc(80vw / var(--setSize--desktop));
  }
  .vh-85 {
    height: calc(85vw / var(--setSize--desktop));
  }
  .vh-90 {
    height: calc(90vw / var(--setSize--desktop));
  }
  .vh-95 {
    height: calc(95vw / var(--setSize--desktop));
  }
  .vh-100 {
    height: calc(100vw / var(--setSize--desktop));
  }
  .vh-110 {
    height: calc(110vw / var(--setSize--desktop));
  }
  .vh-115 {
    height: calc(115vw / var(--setSize--desktop));
  }
  .vh-120 {
    height: calc(120vw / var(--setSize--desktop));
  }
  .vh-125 {
    height: calc(125vw / var(--setSize--desktop));
  }
  .vh-130 {
    height: calc(130vw / var(--setSize--desktop));
  }
  .vh-135 {
    height: calc(135vw / var(--setSize--desktop));
  }
  .vh-140 {
    height: calc(140vw / var(--setSize--desktop));
  }
  .vh-145 {
    height: calc(145vw / var(--setSize--desktop));
  }
  .vh-150 {
    height: calc(150vw / var(--setSize--desktop));
  }
  .vh-155 {
    height: calc(155vw / var(--setSize--desktop));
  }
  .vh-160 {
    height: calc(160vw / var(--setSize--desktop));
  }
  .vh-165 {
    height: calc(165vw / var(--setSize--desktop));
  }
  .vh-170 {
    height: calc(170vw / var(--setSize--desktop));
  }
  .vh-175 {
    height: calc(175vw / var(--setSize--desktop));
  }
  .vh-180 {
    height: calc(180vw / var(--setSize--desktop));
  }
  .vh-185 {
    height: calc(185vw / var(--setSize--desktop));
  }
  .vh-190 {
    height: calc(190vw / var(--setSize--desktop));
  }
  .vh-195 {
    height: calc(195vw / var(--setSize--desktop));
  }
  .vh-200 {
    height: calc(200vw / var(--setSize--desktop));
  }
  .vh-210 {
    height: calc(210vw / var(--setSize--desktop));
  }
  .vh-215 {
    height: calc(215vw / var(--setSize--desktop));
  }
  .vh-220 {
    height: calc(220vw / var(--setSize--desktop));
  }
  .vh-225 {
    height: calc(225vw / var(--setSize--desktop));
  }
  .vh-230 {
    height: calc(230vw / var(--setSize--desktop));
  }
  .vh-235 {
    height: calc(235vw / var(--setSize--desktop));
  }
  .vh-240 {
    height: calc(240vw / var(--setSize--desktop));
  }
  .vh-245 {
    height: calc(245vw / var(--setSize--desktop));
  }
  .vh-250 {
    height: calc(250vw / var(--setSize--desktop));
  }
  .vh-255 {
    height: calc(255vw / var(--setSize--desktop));
  }
  .vh-260 {
    height: calc(260vw / var(--setSize--desktop));
  }
  .vh-265 {
    height: calc(265vw / var(--setSize--desktop));
  }
  .vh-270 {
    height: calc(270vw / var(--setSize--desktop));
  }
  .vh-275 {
    height: calc(275vw / var(--setSize--desktop));
  }
  .vh-280 {
    height: calc(280vw / var(--setSize--desktop));
  }
  .vh-285 {
    height: calc(285vw / var(--setSize--desktop));
  }
  .vh-290 {
    height: calc(290vw / var(--setSize--desktop));
  }
  .vh-295 {
    height: calc(295vw / var(--setSize--desktop));
  }
  .vh-300 {
    height: calc(300vw / var(--setSize--desktop));
  }
  .vh-310 {
    height: calc(310vw / var(--setSize--desktop));
  }
  .vh-315 {
    height: calc(315vw / var(--setSize--desktop));
  }
  .vh-320 {
    height: calc(320vw / var(--setSize--desktop));
  }
  .vh-325 {
    height: calc(325vw / var(--setSize--desktop));
  }
  .vh-330 {
    height: calc(330vw / var(--setSize--desktop));
  }
  .vh-335 {
    height: calc(335vw / var(--setSize--desktop));
  }
  .vh-340 {
    height: calc(340vw / var(--setSize--desktop));
  }
  .vh-345 {
    height: calc(345vw / var(--setSize--desktop));
  }
  .vh-350 {
    height: calc(350vw / var(--setSize--desktop));
  }
  .vh-355 {
    height: calc(355vw / var(--setSize--desktop));
  }
  .vh-360 {
    height: calc(360vw / var(--setSize--desktop));
  }
  .vh-365 {
    height: calc(365vw / var(--setSize--desktop));
  }
  .vh-370 {
    height: calc(370vw / var(--setSize--desktop));
  }
  .vh-375 {
    height: calc(375vw / var(--setSize--desktop));
  }
  .vh-380 {
    height: calc(380vw / var(--setSize--desktop));
  }
  .vh-385 {
    height: calc(385vw / var(--setSize--desktop));
  }
  .vh-390 {
    height: calc(390vw / var(--setSize--desktop));
  }
  .vh-395 {
    height: calc(395vw / var(--setSize--desktop));
  }
  .vh-400 {
    height: calc(400vw / var(--setSize--desktop));
  }
  .vh-410 {
    height: calc(410vw / var(--setSize--desktop));
  }
  .vh-415 {
    height: calc(415vw / var(--setSize--desktop));
  }
  .vh-420 {
    height: calc(420vw / var(--setSize--desktop));
  }
  .vh-425 {
    height: calc(425vw / var(--setSize--desktop));
  }
  .vh-430 {
    height: calc(430vw / var(--setSize--desktop));
  }
  .vh-435 {
    height: calc(435vw / var(--setSize--desktop));
  }
  .vh-440 {
    height: calc(440vw / var(--setSize--desktop));
  }
  .vh-445 {
    height: calc(445vw / var(--setSize--desktop));
  }
  .vh-450 {
    height: calc(450vw / var(--setSize--desktop));
  }
  .vh-455 {
    height: calc(455vw / var(--setSize--desktop));
  }
  .vh-460 {
    height: calc(460vw / var(--setSize--desktop));
  }
  .vh-465 {
    height: calc(465vw / var(--setSize--desktop));
  }
  .vh-470 {
    height: calc(470vw / var(--setSize--desktop));
  }
  .vh-475 {
    height: calc(475vw / var(--setSize--desktop));
  }
  .vh-480 {
    height: calc(480vw / var(--setSize--desktop));
  }
  .vh-485 {
    height: calc(485vw / var(--setSize--desktop));
  }
  .vh-490 {
    height: calc(490vw / var(--setSize--desktop));
  }
  .vh-495 {
    height: calc(495vw / var(--setSize--desktop));
  }
  .vh-500 {
    height: calc(500vw / var(--setSize--desktop));
  }
  .vh-510 {
    height: calc(510vw / var(--setSize--desktop));
  }
  .vh-515 {
    height: calc(515vw / var(--setSize--desktop));
  }
  .vh-520 {
    height: calc(520vw / var(--setSize--desktop));
  }
  .vh-525 {
    height: calc(525vw / var(--setSize--desktop));
  }
  .vh-530 {
    height: calc(530vw / var(--setSize--desktop));
  }
  .vh-535 {
    height: calc(535vw / var(--setSize--desktop));
  }
  .vh-540 {
    height: calc(540vw / var(--setSize--desktop));
  }
  .vh-545 {
    height: calc(545vw / var(--setSize--desktop));
  }
  .vh-550 {
    height: calc(550vw / var(--setSize--desktop));
  }
  .vh-555 {
    height: calc(555vw / var(--setSize--desktop));
  }
  .vh-560 {
    height: calc(560vw / var(--setSize--desktop));
  }
  .vh-565 {
    height: calc(565vw / var(--setSize--desktop));
  }
  .vh-570 {
    height: calc(570vw / var(--setSize--desktop));
  }
  .vh-575 {
    height: calc(575vw / var(--setSize--desktop));
  }
  .vh-580 {
    height: calc(580vw / var(--setSize--desktop));
  }
  .vh-585 {
    height: calc(585vw / var(--setSize--desktop));
  }
  .vh-590 {
    height: calc(590vw / var(--setSize--desktop));
  }
  .vh-595 {
    height: calc(595vw / var(--setSize--desktop));
  }
  .vh-600 {
    height: calc(600vw / var(--setSize--desktop));
  }
  .vh-610 {
    height: calc(610vw / var(--setSize--desktop));
  }
  .vh-615 {
    height: calc(615vw / var(--setSize--desktop));
  }
  .vh-620 {
    height: calc(620vw / var(--setSize--desktop));
  }
  .vh-625 {
    height: calc(625vw / var(--setSize--desktop));
  }
  .vh-630 {
    height: calc(630vw / var(--setSize--desktop));
  }
  .vh-635 {
    height: calc(635vw / var(--setSize--desktop));
  }
  .vh-640 {
    height: calc(640vw / var(--setSize--desktop));
  }
  .vh-645 {
    height: calc(645vw / var(--setSize--desktop));
  }
  .vh-650 {
    height: calc(650vw / var(--setSize--desktop));
  }
  .vh-655 {
    height: calc(655vw / var(--setSize--desktop));
  }
  .vh-660 {
    height: calc(660vw / var(--setSize--desktop));
  }
  .vh-665 {
    height: calc(665vw / var(--setSize--desktop));
  }
  .vh-670 {
    height: calc(670vw / var(--setSize--desktop));
  }
  .vh-675 {
    height: calc(675vw / var(--setSize--desktop));
  }
  .vh-680 {
    height: calc(680vw / var(--setSize--desktop));
  }
  .vh-685 {
    height: calc(685vw / var(--setSize--desktop));
  }
  .vh-690 {
    height: calc(690vw / var(--setSize--desktop));
  }
  .vh-695 {
    height: calc(695vw / var(--setSize--desktop));
  }
  .vh-700 {
    height: calc(700vw / var(--setSize--desktop));
  }
  .vh-710 {
    height: calc(710vw / var(--setSize--desktop));
  }
  .vh-715 {
    height: calc(715vw / var(--setSize--desktop));
  }
  .vh-720 {
    height: calc(720vw / var(--setSize--desktop));
  }
  .vh-725 {
    height: calc(725vw / var(--setSize--desktop));
  }
  .vh-730 {
    height: calc(730vw / var(--setSize--desktop));
  }
  .vh-735 {
    height: calc(735vw / var(--setSize--desktop));
  }
  .vh-740 {
    height: calc(740vw / var(--setSize--desktop));
  }
  .vh-745 {
    height: calc(745vw / var(--setSize--desktop));
  }
  .vh-750 {
    height: calc(750vw / var(--setSize--desktop));
  }
  .vh-755 {
    height: calc(755vw / var(--setSize--desktop));
  }
  .vh-760 {
    height: calc(760vw / var(--setSize--desktop));
  }
  .vh-765 {
    height: calc(765vw / var(--setSize--desktop));
  }
  .vh-770 {
    height: calc(770vw / var(--setSize--desktop));
  }
  .vh-775 {
    height: calc(775vw / var(--setSize--desktop));
  }
  .vh-780 {
    height: calc(780vw / var(--setSize--desktop));
  }
  .vh-785 {
    height: calc(785vw / var(--setSize--desktop));
  }
  .vh-790 {
    height: calc(790vw / var(--setSize--desktop));
  }
  .vh-795 {
    height: calc(795vw / var(--setSize--desktop));
  }
  .vh-800 {
    height: calc(800vw / var(--setSize--desktop));
  }
  .vh-810 {
    height: calc(810vw / var(--setSize--desktop));
  }
  .vh-815 {
    height: calc(815vw / var(--setSize--desktop));
  }
  .vh-820 {
    height: calc(820vw / var(--setSize--desktop));
  }
  .vh-825 {
    height: calc(825vw / var(--setSize--desktop));
  }
  .vh-830 {
    height: calc(830vw / var(--setSize--desktop));
  }
  .vh-835 {
    height: calc(835vw / var(--setSize--desktop));
  }
  .vh-840 {
    height: calc(840vw / var(--setSize--desktop));
  }
  .vh-845 {
    height: calc(845vw / var(--setSize--desktop));
  }
  .vh-850 {
    height: calc(850vw / var(--setSize--desktop));
  }
  .vh-855 {
    height: calc(855vw / var(--setSize--desktop));
  }
  .vh-860 {
    height: calc(860vw / var(--setSize--desktop));
  }
  .vh-865 {
    height: calc(865vw / var(--setSize--desktop));
  }
  .vh-870 {
    height: calc(870vw / var(--setSize--desktop));
  }
  .vh-875 {
    height: calc(875vw / var(--setSize--desktop));
  }
  .vh-880 {
    height: calc(880vw / var(--setSize--desktop));
  }
  .vh-885 {
    height: calc(885vw / var(--setSize--desktop));
  }
  .vh-890 {
    height: calc(890vw / var(--setSize--desktop));
  }
  .vh-895 {
    height: calc(895vw / var(--setSize--desktop));
  }
  .vh-900 {
    height: calc(900vw / var(--setSize--desktop));
  }
  .vh-910 {
    height: calc(910vw / var(--setSize--desktop));
  }
  .vh-915 {
    height: calc(915vw / var(--setSize--desktop));
  }
  .vh-920 {
    height: calc(920vw / var(--setSize--desktop));
  }
  .vh-925 {
    height: calc(925vw / var(--setSize--desktop));
  }
  .vh-930 {
    height: calc(930vw / var(--setSize--desktop));
  }
  .vh-935 {
    height: calc(935vw / var(--setSize--desktop));
  }
  .vh-940 {
    height: calc(940vw / var(--setSize--desktop));
  }
  .vh-945 {
    height: calc(945vw / var(--setSize--desktop));
  }
  .vh-950 {
    height: calc(950vw / var(--setSize--desktop));
  }
  .vh-955 {
    height: calc(955vw / var(--setSize--desktop));
  }
  .vh-960 {
    height: calc(960vw / var(--setSize--desktop));
  }
  .vh-965 {
    height: calc(965vw / var(--setSize--desktop));
  }
  .vh-970 {
    height: calc(970vw / var(--setSize--desktop));
  }
  .vh-975 {
    height: calc(975vw / var(--setSize--desktop));
  }
  .vh-980 {
    height: calc(980vw / var(--setSize--desktop));
  }
  .vh-985 {
    height: calc(985vw / var(--setSize--desktop));
  }
  .vh-990 {
    height: calc(990vw / var(--setSize--desktop));
  }
  .vh-995 {
    height: calc(995vw / var(--setSize--desktop));
  }
  .vh-1000 {
    height: calc(1000vw / var(--setSize--desktop));
  }
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .w-100 {
    width: 100% !important;
  }
  .w-95 {
    width: 100% !important;
  }
  .w-90 {
    width: 100% !important;
  }
  .w-85 {
    width: 100% !important;
  }
  .w-80 {
    width: 100% !important;
  }
  .w-75 {
    width: 100% !important;
  }
  .w-70 {
    width: 100% !important;
  }
  .w-65 {
    width: 100% !important;
  }
  .w-60 {
    width: 100% !important;
  }
  .w-55 {
    width: 100% !important;
  }
  .w-50 {
    width: 100% !important;
  }
  .w-45 {
    width: 100% !important;
  }
  .w-40 {
    width: 100% !important;
  }
  .w-35 {
    width: 100% !important;
  }
  .w-30 {
    width: 100% !important;
  }
  .w-25 {
    width: 100% !important;
  }
  .w-20 {
    width: 100% !important;
  }
  .w-15 {
    width: 100% !important;
  }
  .w-10 {
    width: 100% !important;
  }
  .w-0 {
    width: 0% !important;
  }
  .h-100 {
    height: auto !important;
  }
  .h-95 {
    height: auto !important;
  }
  .h-90 {
    height: auto !important;
  }
  .h-85 {
    height: auto !important;
  }
  .h-80 {
    height: auto !important;
  }
  .h-75 {
    height: auto !important;
  }
  .h-70 {
    height: auto !important;
  }
  .h-65 {
    height: auto !important;
  }
  .h-60 {
    height: auto !important;
  }
  .h-55 {
    height: auto !important;
  }
  .h-50 {
    height: auto !important;
  }
  .h-45 {
    height: auto !important;
  }
  .h-40 {
    height: auto !important;
  }
  .h-35 {
    height: auto !important;
  }
  .h-30 {
    height: auto !important;
  }
  .h-25 {
    height: auto !important;
  }
  .h-20 {
    height: auto !important;
  }
  .h-15 {
    height: auto !important;
  }
  .h-10 {
    height: auto !important;
  }
  .h-0 {
    height: auto !important;
  }
  .grid {
    display: grid;
    grid-column-gap: calc(0vw / var(--setSize--mobile));
    grid-row-gap: calc(0vw / var(--setSize--mobile));
  }
  .grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-5 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-6 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-7 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-8 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-9 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-10 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-cg-5 {
    grid-column-gap: calc(5vw / var(--setSize--mobile));
  }
  .grid-cg-10 {
    grid-column-gap: calc(10vw / var(--setSize--mobile));
  }
  .grid-cg-15 {
    grid-column-gap: calc(15vw / var(--setSize--mobile));
  }
  .grid-cg-20 {
    grid-column-gap: calc(20vw / var(--setSize--mobile));
  }
  .grid-cg-25 {
    grid-column-gap: calc(25vw / var(--setSize--mobile));
  }
  .grid-cg-30 {
    grid-column-gap: calc(30vw / var(--setSize--mobile));
  }
  .grid-cg-35 {
    grid-column-gap: calc(35vw / var(--setSize--mobile));
  }
  .grid-cg-40 {
    grid-column-gap: calc(40vw / var(--setSize--mobile));
  }
  .grid-cg-45 {
    grid-column-gap: calc(45vw / var(--setSize--mobile));
  }
  .grid-cg-50 {
    grid-column-gap: calc(50vw / var(--setSize--mobile));
  }
  .grid-cg-60 {
    grid-column-gap: calc(50vw / var(--setSize--mobile));
  }
  .grid-rg-5 {
    grid-row-gap: calc(5vw / var(--setSize--mobile));
  }
  .grid-rg-10 {
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .grid-rg-15 {
    grid-row-gap: calc(15vw / var(--setSize--mobile));
  }
  .grid-rg-20 {
    grid-row-gap: calc(20vw / var(--setSize--mobile));
  }
  .grid-rg-25 {
    grid-row-gap: calc(25vw / var(--setSize--mobile));
  }
  .grid-rg-30 {
    grid-row-gap: calc(20vw / var(--setSize--mobile));
  }
  .grid-rg-35 {
    grid-row-gap: calc(35vw / var(--setSize--mobile));
  }
  .grid-rg-40 {
    grid-row-gap: calc(40vw / var(--setSize--mobile));
  }
  .grid-rg-45 {
    grid-row-gap: calc(45vw / var(--setSize--mobile));
  }
  .grid-rg-50 {
    grid-row-gap: calc(50vw / var(--setSize--mobile));
  }
  .grid-rg-60 {
    grid-row-gap: calc(20vw / var(--setSize--mobile));
  }
  .fs-0 {
    font-size: calc(0vw / var(--setSize--mobile));
  }
  .fs-10 {
    font-size: calc(10vw / var(--setSize--mobile));
  }
  .fs-15 {
    font-size: calc(15vw / var(--setSize--mobile));
  }
  .fs-16 {
    font-size: calc(16vw / var(--setSize--mobile));
  }
  .fs-17 {
    font-size: calc(17vw / var(--setSize--mobile));
  }
  .fs-18 {
    font-size: calc(18vw / var(--setSize--mobile));
  }
  .fs-19 {
    font-size: calc(19vw / var(--setSize--mobile));
  }
  .fs-20 {
    font-size: calc(20vw / var(--setSize--mobile));
  }
  .fs-25 {
    font-size: calc(25vw / var(--setSize--mobile));
  }
  .fs-30 {
    font-size: calc(30vw / var(--setSize--mobile));
  }
  .fs-35 {
    font-size: calc(35vw / var(--setSize--mobile));
  }
  .fs-40 {
    font-size: calc(40vw / var(--setSize--mobile));
  }
  .fs-45 {
    font-size: calc(45vw / var(--setSize--mobile));
  }
  .fs-50 {
    font-size: calc(50vw / var(--setSize--mobile));
  }
  .fs-60 {
    font-size: calc(60vw / var(--setSize--mobile));
  }
  .fs-70 {
    font-size: calc(70vw / var(--setSize--mobile));
  }
  .fs-80 {
    font-size: calc(80vw / var(--setSize--mobile));
  }
  .fs-90 {
    font-size: calc(90vw / var(--setSize--mobile));
  }
  .fs-100 {
    font-size: calc(100vw / var(--setSize--mobile));
  }
  .lh-0 {
    line-height: calc(0vw / var(--setSize--mobile));
  }
  .lh-10 {
    line-height: calc(10vw / var(--setSize--mobile));
  }
  .lh-15 {
    line-height: calc(15vw / var(--setSize--mobile));
  }
  .lh-16 {
    line-height: calc(16vw / var(--setSize--mobile));
  }
  .lh-17 {
    line-height: calc(17vw / var(--setSize--mobile));
  }
  .lh-18 {
    line-height: calc(18vw / var(--setSize--mobile));
  }
  .lh-19 {
    line-height: calc(19vw / var(--setSize--mobile));
  }
  .lh-20 {
    line-height: calc(20vw / var(--setSize--mobile));
  }
  .lh-25 {
    line-height: calc(25vw / var(--setSize--mobile));
  }
  .lh-30 {
    line-height: calc(30vw / var(--setSize--mobile));
  }
  .lh-35 {
    line-height: calc(35vw / var(--setSize--mobile));
  }
  .lh-40 {
    line-height: calc(40vw / var(--setSize--mobile));
  }
  .lh-45 {
    line-height: calc(45vw / var(--setSize--mobile));
  }
  .lh-50 {
    line-height: calc(50vw / var(--setSize--mobile));
  }
  .lh-60 {
    line-height: calc(60vw / var(--setSize--mobile));
  }
  .lh-70 {
    line-height: calc(70vw / var(--setSize--mobile));
  }
  .lh-80 {
    line-height: calc(80vw / var(--setSize--mobile));
  }
  .lh-90 {
    line-height: calc(90vw / var(--setSize--mobile));
  }
  .lh-100 {
    line-height: calc(100vw / var(--setSize--mobile));
  }
  .mt-0 {
    margin-top: calc(0vw / var(--setSize--mobile));
  }
  .mt-10 {
    margin-top: calc(10vw / var(--setSize--mobile));
  }
  .mt-20 {
    margin-top: calc(20vw / var(--setSize--mobile));
  }
  .mt-30 {
    margin-top: calc(30vw / var(--setSize--mobile));
  }
  .mt-40 {
    margin-top: calc(40vw / var(--setSize--mobile));
  }
  .mt-50 {
    margin-top: calc(50vw / var(--setSize--mobile));
  }
  .mt-60 {
    margin-top: calc(60vw / var(--setSize--mobile));
  }
  .mt-70 {
    margin-top: calc(70vw / var(--setSize--mobile));
  }
  .mt-80 {
    margin-top: calc(80vw / var(--setSize--mobile));
  }
  .mt-90 {
    margin-top: calc(90vw / var(--setSize--mobile));
  }
  .mt-100 {
    margin-top: calc(100vw / var(--setSize--mobile));
  }
  .mr-0 {
    margin-right: calc(0vw / var(--setSize--mobile));
  }
  .mr-10 {
    margin-right: calc(10vw / var(--setSize--mobile));
  }
  .mr-20 {
    margin-right: calc(20vw / var(--setSize--mobile));
  }
  .mr-30 {
    margin-right: calc(30vw / var(--setSize--mobile));
  }
  .mr-40 {
    margin-right: calc(40vw / var(--setSize--mobile));
  }
  .mr-50 {
    margin-right: calc(50vw / var(--setSize--mobile));
  }
  .mr-60 {
    margin-right: calc(60vw / var(--setSize--mobile));
  }
  .mr-70 {
    margin-right: calc(70vw / var(--setSize--mobile));
  }
  .mr-80 {
    margin-right: calc(80vw / var(--setSize--mobile));
  }
  .mr-90 {
    margin-right: calc(90vw / var(--setSize--mobile));
  }
  .mr-100 {
    margin-right: calc(100vw / var(--setSize--mobile));
  }
  .mb-0 {
    margin-bottom: calc(0vw / var(--setSize--mobile));
  }
  .mb-10 {
    margin-bottom: calc(10vw / var(--setSize--mobile));
  }
  .mb-15 {
    margin-bottom: calc(15vw / var(--setSize--mobile));
  }
  .mb-20 {
    margin-bottom: calc(20vw / var(--setSize--mobile));
  }
  .mb-30 {
    margin-bottom: calc(30vw / var(--setSize--mobile));
  }
  .mb-40 {
    margin-bottom: calc(40vw / var(--setSize--mobile));
  }
  .mb-50 {
    margin-bottom: calc(50vw / var(--setSize--mobile));
  }
  .mb-60 {
    margin-bottom: calc(60vw / var(--setSize--mobile));
  }
  .mb-70 {
    margin-bottom: calc(70vw / var(--setSize--mobile));
  }
  .mb-80 {
    margin-bottom: calc(80vw / var(--setSize--mobile));
  }
  .mb-90 {
    margin-bottom: calc(90vw / var(--setSize--mobile));
  }
  .mb-100 {
    margin-bottom: calc(100vw / var(--setSize--mobile));
  }
  .ml-0 {
    margin-left: calc(0vw / var(--setSize--mobile));
  }
  .ml-10 {
    margin-left: calc(10vw / var(--setSize--mobile));
  }
  .ml-20 {
    margin-left: calc(20vw / var(--setSize--mobile));
  }
  .ml-30 {
    margin-left: calc(30vw / var(--setSize--mobile));
  }
  .ml-40 {
    margin-left: calc(40vw / var(--setSize--mobile));
  }
  .ml-50 {
    margin-left: calc(50vw / var(--setSize--mobile));
  }
  .ml-60 {
    margin-left: calc(60vw / var(--setSize--mobile));
  }
  .ml-70 {
    margin-left: calc(70vw / var(--setSize--mobile));
  }
  .ml-80 {
    margin-left: calc(80vw / var(--setSize--mobile));
  }
  .ml-90 {
    margin-left: calc(90vw / var(--setSize--mobile));
  }
  .ml-100 {
    margin-left: calc(100vw / var(--setSize--mobile));
  }
  .pt-0 {
    padding-top: calc(0vw / var(--setSize--mobile));
  }
  .pt-10 {
    padding-top: calc(10vw / var(--setSize--mobile));
  }
  .pt-20 {
    padding-top: calc(20vw / var(--setSize--mobile));
  }
  .pt-30 {
    padding-top: calc(30vw / var(--setSize--mobile));
  }
  .pt-40 {
    padding-top: calc(40vw / var(--setSize--mobile));
  }
  .pt-50 {
    padding-top: calc(50vw / var(--setSize--mobile));
  }
  .pt-60 {
    padding-top: calc(60vw / var(--setSize--mobile));
  }
  .pt-70 {
    padding-top: calc(70vw / var(--setSize--mobile));
  }
  .pt-80 {
    padding-top: calc(80vw / var(--setSize--mobile));
  }
  .pt-90 {
    padding-top: calc(90vw / var(--setSize--mobile));
  }
  .pt-100 {
    padding-top: calc(100vw / var(--setSize--mobile));
  }
  .pr-0 {
    padding-right: calc(0vw / var(--setSize--mobile));
  }
  .pr-10 {
    padding-right: calc(10vw / var(--setSize--mobile));
  }
  .pr-20 {
    padding-right: calc(20vw / var(--setSize--mobile));
  }
  .pr-30 {
    padding-right: calc(30vw / var(--setSize--mobile));
  }
  .pr-40 {
    padding-right: calc(40vw / var(--setSize--mobile));
  }
  .pr-50 {
    padding-right: calc(50vw / var(--setSize--mobile));
  }
  .pr-60 {
    padding-right: calc(60vw / var(--setSize--mobile));
  }
  .pr-70 {
    padding-right: calc(70vw / var(--setSize--mobile));
  }
  .pr-80 {
    padding-right: calc(80vw / var(--setSize--mobile));
  }
  .pr-90 {
    padding-right: calc(90vw / var(--setSize--mobile));
  }
  .pr-100 {
    padding-right: calc(100vw / var(--setSize--mobile));
  }
  .pb-0 {
    padding-bottom: calc(0vw / var(--setSize--mobile));
  }
  .pb-10 {
    padding-bottom: calc(10vw / var(--setSize--mobile));
  }
  .pb-20 {
    padding-bottom: calc(20vw / var(--setSize--mobile));
  }
  .pb-30 {
    padding-bottom: calc(30vw / var(--setSize--mobile));
  }
  .pb-40 {
    padding-bottom: calc(40vw / var(--setSize--mobile));
  }
  .pb-50 {
    padding-bottom: calc(50vw / var(--setSize--mobile));
  }
  .pb-60 {
    padding-bottom: calc(60vw / var(--setSize--mobile));
  }
  .pb-70 {
    padding-bottom: calc(70vw / var(--setSize--mobile));
  }
  .pb-80 {
    padding-bottom: calc(80vw / var(--setSize--mobile));
  }
  .pb-90 {
    padding-bottom: calc(90vw / var(--setSize--mobile));
  }
  .pb-100 {
    padding-bottom: calc(100vw / var(--setSize--mobile));
  }
  .pl-0 {
    padding-left: calc(0vw / var(--setSize--mobile));
  }
  .pl-10 {
    padding-left: calc(10vw / var(--setSize--mobile));
  }
  .pl-20 {
    padding-left: calc(20vw / var(--setSize--mobile));
  }
  .pl-30 {
    padding-left: calc(30vw / var(--setSize--mobile));
  }
  .pl-40 {
    padding-left: calc(40vw / var(--setSize--mobile));
  }
  .pl-50 {
    padding-left: calc(50vw / var(--setSize--mobile));
  }
  .pl-60 {
    padding-left: calc(60vw / var(--setSize--mobile));
  }
  .pl-70 {
    padding-left: calc(70vw / var(--setSize--mobile));
  }
  .pl-80 {
    padding-left: calc(80vw / var(--setSize--mobile));
  }
  .pl-90 {
    padding-left: calc(90vw / var(--setSize--mobile));
  }
  .pl-100 {
    padding-left: calc(100vw / var(--setSize--mobile));
  }
  .t-0 {
    top: calc(0vw / var(--setSize--mobile));
  }
  .t-10 {
    top: calc(10vw / var(--setSize--mobile));
  }
  .t-20 {
    top: calc(20vw / var(--setSize--mobile));
  }
  .t-30 {
    top: calc(30vw / var(--setSize--mobile));
  }
  .t-40 {
    top: calc(40vw / var(--setSize--mobile));
  }
  .t-50 {
    top: calc(50vw / var(--setSize--mobile));
  }
  .t-60 {
    top: calc(60vw / var(--setSize--mobile));
  }
  .t-70 {
    top: calc(70vw / var(--setSize--mobile));
  }
  .t-80 {
    top: calc(80vw / var(--setSize--mobile));
  }
  .t-90 {
    top: calc(90vw / var(--setSize--mobile));
  }
  .t-100 {
    top: calc(100vw / var(--setSize--mobile));
  }
  .r-0 {
    right: calc(0vw / var(--setSize--mobile));
  }
  .r-10 {
    right: calc(10vw / var(--setSize--mobile));
  }
  .r-20 {
    right: calc(20vw / var(--setSize--mobile));
  }
  .r-30 {
    right: calc(30vw / var(--setSize--mobile));
  }
  .r-40 {
    right: calc(40vw / var(--setSize--mobile));
  }
  .r-50 {
    right: calc(50vw / var(--setSize--mobile));
  }
  .r-60 {
    right: calc(60vw / var(--setSize--mobile));
  }
  .r-70 {
    right: calc(70vw / var(--setSize--mobile));
  }
  .r-80 {
    right: calc(80vw / var(--setSize--mobile));
  }
  .r-90 {
    right: calc(90vw / var(--setSize--mobile));
  }
  .r-100 {
    right: calc(100vw / var(--setSize--mobile));
  }
  .b-0 {
    bottom: calc(0vw / var(--setSize--mobile));
  }
  .b-10 {
    bottom: calc(10vw / var(--setSize--mobile));
  }
  .b-20 {
    bottom: calc(20vw / var(--setSize--mobile));
  }
  .b-30 {
    bottom: calc(30vw / var(--setSize--mobile));
  }
  .b-40 {
    bottom: calc(40vw / var(--setSize--mobile));
  }
  .b-50 {
    bottom: calc(50vw / var(--setSize--mobile));
  }
  .b-60 {
    bottom: calc(60vw / var(--setSize--mobile));
  }
  .b-70 {
    bottom: calc(70vw / var(--setSize--mobile));
  }
  .b-80 {
    bottom: calc(80vw / var(--setSize--mobile));
  }
  .b-90 {
    bottom: calc(90vw / var(--setSize--mobile));
  }
  .b-100 {
    bottom: calc(100vw / var(--setSize--mobile));
  }
  .l-0 {
    left: calc(0vw / var(--setSize--mobile));
  }
  .l-10 {
    left: calc(10vw / var(--setSize--mobile));
  }
  .l-20 {
    left: calc(20vw / var(--setSize--mobile));
  }
  .l-30 {
    left: calc(30vw / var(--setSize--mobile));
  }
  .l-40 {
    left: calc(40vw / var(--setSize--mobile));
  }
  .l-50 {
    left: calc(50vw / var(--setSize--mobile));
  }
  .l-60 {
    left: calc(60vw / var(--setSize--mobile));
  }
  .l-70 {
    left: calc(70vw / var(--setSize--mobile));
  }
  .l-80 {
    left: calc(80vw / var(--setSize--mobile));
  }
  .l-90 {
    left: calc(90vw / var(--setSize--mobile));
  }
  .l-100 {
    left: calc(100vw / var(--setSize--mobile));
  }
  .vw-0 {
    width: calc(0vw / var(--setSize--mobile));
  }
  .vw-5 {
    width: calc(5vw / var(--setSize--mobile));
  }
  .vw-10 {
    width: calc(10vw / var(--setSize--mobile));
  }
  .vw-15 {
    width: calc(15vw / var(--setSize--mobile));
  }
  .vw-20 {
    width: calc(20vw / var(--setSize--mobile));
  }
  .vw-25 {
    width: calc(25vw / var(--setSize--mobile));
  }
  .vw-30 {
    width: calc(30vw / var(--setSize--mobile));
  }
  .vw-35 {
    width: calc(35vw / var(--setSize--mobile));
  }
  .vw-40 {
    width: calc(40vw / var(--setSize--mobile));
  }
  .vw-45 {
    width: calc(45vw / var(--setSize--mobile));
  }
  .vw-50 {
    width: calc(50vw / var(--setSize--mobile));
  }
  .vw-55 {
    width: calc(55vw / var(--setSize--mobile));
  }
  .vw-60 {
    width: calc(60vw / var(--setSize--mobile));
  }
  .vw-65 {
    width: calc(65vw / var(--setSize--mobile));
  }
  .vw-70 {
    width: calc(70vw / var(--setSize--mobile));
  }
  .vw-75 {
    width: calc(75vw / var(--setSize--mobile));
  }
  .vw-80 {
    width: calc(80vw / var(--setSize--mobile));
  }
  .vw-85 {
    width: calc(85vw / var(--setSize--mobile));
  }
  .vw-90 {
    width: calc(90vw / var(--setSize--mobile));
  }
  .vw-95 {
    width: calc(95vw / var(--setSize--mobile));
  }
  .vw-100 {
    width: calc(100vw / var(--setSize--mobile));
  }
  .vw-110 {
    width: calc(110vw / var(--setSize--mobile));
  }
  .vw-115 {
    width: calc(115vw / var(--setSize--mobile));
  }
  .vw-120 {
    width: calc(120vw / var(--setSize--mobile));
  }
  .vw-125 {
    width: calc(125vw / var(--setSize--mobile));
  }
  .vw-130 {
    width: calc(130vw / var(--setSize--mobile));
  }
  .vw-135 {
    width: calc(135vw / var(--setSize--mobile));
  }
  .vw-140 {
    width: calc(140vw / var(--setSize--mobile));
  }
  .vw-145 {
    width: calc(145vw / var(--setSize--mobile));
  }
  .vw-150 {
    width: calc(150vw / var(--setSize--mobile));
  }
  .vw-155 {
    width: calc(155vw / var(--setSize--mobile));
  }
  .vw-160 {
    width: calc(160vw / var(--setSize--mobile));
  }
  .vw-165 {
    width: calc(165vw / var(--setSize--mobile));
  }
  .vw-170 {
    width: calc(170vw / var(--setSize--mobile));
  }
  .vw-175 {
    width: calc(175vw / var(--setSize--mobile));
  }
  .vw-180 {
    width: calc(180vw / var(--setSize--mobile));
  }
  .vw-185 {
    width: calc(185vw / var(--setSize--mobile));
  }
  .vw-190 {
    width: calc(190vw / var(--setSize--mobile));
  }
  .vw-195 {
    width: calc(195vw / var(--setSize--mobile));
  }
  .vw-200 {
    width: calc(200vw / var(--setSize--mobile));
  }
  .vw-210 {
    width: calc(210vw / var(--setSize--mobile));
  }
  .vw-215 {
    width: calc(215vw / var(--setSize--mobile));
  }
  .vw-220 {
    width: calc(220vw / var(--setSize--mobile));
  }
  .vw-225 {
    width: calc(225vw / var(--setSize--mobile));
  }
  .vw-230 {
    width: calc(230vw / var(--setSize--mobile));
  }
  .vw-235 {
    width: calc(235vw / var(--setSize--mobile));
  }
  .vw-240 {
    width: calc(240vw / var(--setSize--mobile));
  }
  .vw-245 {
    width: calc(245vw / var(--setSize--mobile));
  }
  .vw-250 {
    width: calc(250vw / var(--setSize--mobile));
  }
  .vw-255 {
    width: calc(255vw / var(--setSize--mobile));
  }
  .vw-260 {
    width: calc(260vw / var(--setSize--mobile));
  }
  .vw-265 {
    width: calc(265vw / var(--setSize--mobile));
  }
  .vw-270 {
    width: calc(270vw / var(--setSize--mobile));
  }
  .vw-275 {
    width: calc(275vw / var(--setSize--mobile));
  }
  .vw-280 {
    width: calc(280vw / var(--setSize--mobile));
  }
  .vw-285 {
    width: calc(285vw / var(--setSize--mobile));
  }
  .vw-290 {
    width: calc(290vw / var(--setSize--mobile));
  }
  .vw-295 {
    width: calc(295vw / var(--setSize--mobile));
  }
  .vw-300 {
    width: calc(300vw / var(--setSize--mobile));
  }
  .vw-310 {
    width: calc(310vw / var(--setSize--mobile));
  }
  .vw-315 {
    width: calc(315vw / var(--setSize--mobile));
  }
  .vw-320 {
    width: calc(320vw / var(--setSize--mobile));
  }
  .vw-325 {
    width: calc(325vw / var(--setSize--mobile));
  }
  .vw-330 {
    width: calc(330vw / var(--setSize--mobile));
  }
  .vw-335 {
    width: calc(335vw / var(--setSize--mobile));
  }
  .vw-340 {
    width: calc(340vw / var(--setSize--mobile));
  }
  .vw-345 {
    width: calc(345vw / var(--setSize--mobile));
  }
  .vw-350 {
    width: calc(350vw / var(--setSize--mobile));
  }
  .vw-355 {
    width: calc(355vw / var(--setSize--mobile));
  }
  .vw-360 {
    width: calc(360vw / var(--setSize--mobile));
  }
  .vw-365 {
    width: calc(365vw / var(--setSize--mobile));
  }
  .vw-370 {
    width: calc(370vw / var(--setSize--mobile));
  }
  .vw-375 {
    width: calc(375vw / var(--setSize--mobile));
  }
  .vw-380 {
    width: calc(380vw / var(--setSize--mobile));
  }
  .vw-385 {
    width: calc(385vw / var(--setSize--mobile));
  }
  .vw-390 {
    width: calc(390vw / var(--setSize--mobile));
  }
  .vw-395 {
    width: calc(395vw / var(--setSize--mobile));
  }
  .vw-400 {
    width: calc(400vw / var(--setSize--mobile));
  }
  .vw-410 {
    width: calc(410vw / var(--setSize--mobile));
  }
  .vw-415 {
    width: calc(415vw / var(--setSize--mobile));
  }
  .vw-420 {
    width: calc(420vw / var(--setSize--mobile));
  }
  .vw-425 {
    width: calc(425vw / var(--setSize--mobile));
  }
  .vw-430 {
    width: calc(430vw / var(--setSize--mobile));
  }
  .vw-435 {
    width: calc(435vw / var(--setSize--mobile));
  }
  .vw-440 {
    width: calc(440vw / var(--setSize--mobile));
  }
  .vw-445 {
    width: calc(445vw / var(--setSize--mobile));
  }
  .vw-450 {
    width: calc(450vw / var(--setSize--mobile));
  }
  .vw-455 {
    width: calc(455vw / var(--setSize--mobile));
  }
  .vw-460 {
    width: calc(460vw / var(--setSize--mobile));
  }
  .vw-465 {
    width: calc(465vw / var(--setSize--mobile));
  }
  .vw-470 {
    width: calc(470vw / var(--setSize--mobile));
  }
  .vw-475 {
    width: calc(475vw / var(--setSize--mobile));
  }
  .vw-480 {
    width: calc(480vw / var(--setSize--mobile));
  }
  .vw-485 {
    width: calc(485vw / var(--setSize--mobile));
  }
  .vw-490 {
    width: calc(490vw / var(--setSize--mobile));
  }
  .vw-495 {
    width: calc(495vw / var(--setSize--mobile));
  }
  .vw-500 {
    width: calc(500vw / var(--setSize--mobile));
  }
  .vw-510 {
    width: calc(510vw / var(--setSize--mobile));
  }
  .vw-515 {
    width: calc(515vw / var(--setSize--mobile));
  }
  .vw-520 {
    width: calc(520vw / var(--setSize--mobile));
  }
  .vw-525 {
    width: calc(525vw / var(--setSize--mobile));
  }
  .vw-530 {
    width: calc(530vw / var(--setSize--mobile));
  }
  .vw-535 {
    width: calc(535vw / var(--setSize--mobile));
  }
  .vw-540 {
    width: calc(540vw / var(--setSize--mobile));
  }
  .vw-545 {
    width: calc(545vw / var(--setSize--mobile));
  }
  .vw-550 {
    width: calc(550vw / var(--setSize--mobile));
  }
  .vw-555 {
    width: calc(555vw / var(--setSize--mobile));
  }
  .vw-560 {
    width: calc(560vw / var(--setSize--mobile));
  }
  .vw-565 {
    width: calc(565vw / var(--setSize--mobile));
  }
  .vw-570 {
    width: calc(570vw / var(--setSize--mobile));
  }
  .vw-575 {
    width: calc(575vw / var(--setSize--mobile));
  }
  .vw-580 {
    width: calc(580vw / var(--setSize--mobile));
  }
  .vw-585 {
    width: calc(585vw / var(--setSize--mobile));
  }
  .vw-590 {
    width: calc(590vw / var(--setSize--mobile));
  }
  .vw-595 {
    width: calc(595vw / var(--setSize--mobile));
  }
  .vw-600 {
    width: calc(600vw / var(--setSize--mobile));
  }
  .vw-610 {
    width: calc(610vw / var(--setSize--mobile));
  }
  .vw-615 {
    width: calc(615vw / var(--setSize--mobile));
  }
  .vw-620 {
    width: calc(620vw / var(--setSize--mobile));
  }
  .vw-625 {
    width: calc(625vw / var(--setSize--mobile));
  }
  .vw-630 {
    width: calc(630vw / var(--setSize--mobile));
  }
  .vw-635 {
    width: calc(635vw / var(--setSize--mobile));
  }
  .vw-640 {
    width: calc(640vw / var(--setSize--mobile));
  }
  .vw-645 {
    width: calc(645vw / var(--setSize--mobile));
  }
  .vw-650 {
    width: calc(650vw / var(--setSize--mobile));
  }
  .vw-655 {
    width: calc(655vw / var(--setSize--mobile));
  }
  .vw-660 {
    width: calc(660vw / var(--setSize--mobile));
  }
  .vw-665 {
    width: calc(665vw / var(--setSize--mobile));
  }
  .vw-670 {
    width: calc(670vw / var(--setSize--mobile));
  }
  .vw-675 {
    width: calc(675vw / var(--setSize--mobile));
  }
  .vw-680 {
    width: calc(680vw / var(--setSize--mobile));
  }
  .vw-685 {
    width: calc(685vw / var(--setSize--mobile));
  }
  .vw-690 {
    width: calc(690vw / var(--setSize--mobile));
  }
  .vw-695 {
    width: calc(695vw / var(--setSize--mobile));
  }
  .vw-700 {
    width: calc(700vw / var(--setSize--mobile));
  }
  .vw-710 {
    width: calc(710vw / var(--setSize--mobile));
  }
  .vw-715 {
    width: calc(715vw / var(--setSize--mobile));
  }
  .vw-720 {
    width: calc(720vw / var(--setSize--mobile));
  }
  .vw-725 {
    width: calc(725vw / var(--setSize--mobile));
  }
  .vw-730 {
    width: calc(730vw / var(--setSize--mobile));
  }
  .vw-735 {
    width: calc(735vw / var(--setSize--mobile));
  }
  .vw-740 {
    width: calc(740vw / var(--setSize--mobile));
  }
  .vw-745 {
    width: calc(745vw / var(--setSize--mobile));
  }
  .vw-750 {
    width: calc(750vw / var(--setSize--mobile));
  }
  .vw-755 {
    width: calc(755vw / var(--setSize--mobile));
  }
  .vw-760 {
    width: calc(760vw / var(--setSize--mobile));
  }
  .vw-765 {
    width: calc(765vw / var(--setSize--mobile));
  }
  .vw-770 {
    width: calc(770vw / var(--setSize--mobile));
  }
  .vw-775 {
    width: calc(775vw / var(--setSize--mobile));
  }
  .vw-780 {
    width: calc(780vw / var(--setSize--mobile));
  }
  .vw-785 {
    width: calc(785vw / var(--setSize--mobile));
  }
  .vw-790 {
    width: calc(790vw / var(--setSize--mobile));
  }
  .vw-795 {
    width: calc(795vw / var(--setSize--mobile));
  }
  .vw-800 {
    width: calc(800vw / var(--setSize--mobile));
  }
  .vw-810 {
    width: calc(810vw / var(--setSize--mobile));
  }
  .vw-815 {
    width: calc(815vw / var(--setSize--mobile));
  }
  .vw-820 {
    width: calc(820vw / var(--setSize--mobile));
  }
  .vw-825 {
    width: calc(825vw / var(--setSize--mobile));
  }
  .vw-830 {
    width: calc(830vw / var(--setSize--mobile));
  }
  .vw-835 {
    width: calc(835vw / var(--setSize--mobile));
  }
  .vw-840 {
    width: calc(840vw / var(--setSize--mobile));
  }
  .vw-845 {
    width: calc(845vw / var(--setSize--mobile));
  }
  .vw-850 {
    width: calc(850vw / var(--setSize--mobile));
  }
  .vw-855 {
    width: calc(855vw / var(--setSize--mobile));
  }
  .vw-860 {
    width: calc(860vw / var(--setSize--mobile));
  }
  .vw-865 {
    width: calc(865vw / var(--setSize--mobile));
  }
  .vw-870 {
    width: calc(870vw / var(--setSize--mobile));
  }
  .vw-875 {
    width: calc(875vw / var(--setSize--mobile));
  }
  .vw-880 {
    width: calc(880vw / var(--setSize--mobile));
  }
  .vw-885 {
    width: calc(885vw / var(--setSize--mobile));
  }
  .vw-890 {
    width: calc(890vw / var(--setSize--mobile));
  }
  .vw-895 {
    width: calc(895vw / var(--setSize--mobile));
  }
  .vw-900 {
    width: calc(900vw / var(--setSize--mobile));
  }
  .vw-910 {
    width: calc(910vw / var(--setSize--mobile));
  }
  .vw-915 {
    width: calc(915vw / var(--setSize--mobile));
  }
  .vw-920 {
    width: calc(920vw / var(--setSize--mobile));
  }
  .vw-925 {
    width: calc(925vw / var(--setSize--mobile));
  }
  .vw-930 {
    width: calc(930vw / var(--setSize--mobile));
  }
  .vw-935 {
    width: calc(935vw / var(--setSize--mobile));
  }
  .vw-940 {
    width: calc(940vw / var(--setSize--mobile));
  }
  .vw-945 {
    width: calc(945vw / var(--setSize--mobile));
  }
  .vw-950 {
    width: calc(950vw / var(--setSize--mobile));
  }
  .vw-955 {
    width: calc(955vw / var(--setSize--mobile));
  }
  .vw-960 {
    width: calc(960vw / var(--setSize--mobile));
  }
  .vw-965 {
    width: calc(965vw / var(--setSize--mobile));
  }
  .vw-970 {
    width: calc(970vw / var(--setSize--mobile));
  }
  .vw-975 {
    width: calc(975vw / var(--setSize--mobile));
  }
  .vw-980 {
    width: calc(980vw / var(--setSize--mobile));
  }
  .vw-985 {
    width: calc(985vw / var(--setSize--mobile));
  }
  .vw-990 {
    width: calc(990vw / var(--setSize--mobile));
  }
  .vw-995 {
    width: calc(995vw / var(--setSize--mobile));
  }
  .vw-1000 {
    width: calc(1000vw / var(--setSize--mobile));
  }
  .vh-0 {
    height: calc(0vw / var(--setSize--mobile));
  }
  .vh-5 {
    height: calc(5vw / var(--setSize--mobile));
  }
  .vh-10 {
    height: calc(10vw / var(--setSize--mobile));
  }
  .vh-15 {
    height: calc(15vw / var(--setSize--mobile));
  }
  .vh-20 {
    height: calc(20vw / var(--setSize--mobile));
  }
  .vh-25 {
    height: calc(25vw / var(--setSize--mobile));
  }
  .vh-30 {
    height: calc(30vw / var(--setSize--mobile));
  }
  .vh-35 {
    height: calc(35vw / var(--setSize--mobile));
  }
  .vh-40 {
    height: calc(40vw / var(--setSize--mobile));
  }
  .vh-45 {
    height: calc(45vw / var(--setSize--mobile));
  }
  .vh-50 {
    height: calc(50vw / var(--setSize--mobile));
  }
  .vh-55 {
    height: calc(55vw / var(--setSize--mobile));
  }
  .vh-60 {
    height: calc(60vw / var(--setSize--mobile));
  }
  .vh-65 {
    height: calc(65vw / var(--setSize--mobile));
  }
  .vh-70 {
    height: calc(70vw / var(--setSize--mobile));
  }
  .vh-75 {
    height: calc(75vw / var(--setSize--mobile));
  }
  .vh-80 {
    height: calc(80vw / var(--setSize--mobile));
  }
  .vh-85 {
    height: calc(85vw / var(--setSize--mobile));
  }
  .vh-90 {
    height: calc(90vw / var(--setSize--mobile));
  }
  .vh-95 {
    height: calc(95vw / var(--setSize--mobile));
  }
  .vh-100 {
    height: calc(100vw / var(--setSize--mobile));
  }
  .vh-110 {
    height: calc(110vw / var(--setSize--mobile));
  }
  .vh-115 {
    height: calc(115vw / var(--setSize--mobile));
  }
  .vh-120 {
    height: calc(120vw / var(--setSize--mobile));
  }
  .vh-125 {
    height: calc(125vw / var(--setSize--mobile));
  }
  .vh-130 {
    height: calc(130vw / var(--setSize--mobile));
  }
  .vh-135 {
    height: calc(135vw / var(--setSize--mobile));
  }
  .vh-140 {
    height: calc(140vw / var(--setSize--mobile));
  }
  .vh-145 {
    height: calc(145vw / var(--setSize--mobile));
  }
  .vh-150 {
    height: calc(150vw / var(--setSize--mobile));
  }
  .vh-155 {
    height: calc(155vw / var(--setSize--mobile));
  }
  .vh-160 {
    height: calc(160vw / var(--setSize--mobile));
  }
  .vh-165 {
    height: calc(165vw / var(--setSize--mobile));
  }
  .vh-170 {
    height: calc(170vw / var(--setSize--mobile));
  }
  .vh-175 {
    height: calc(175vw / var(--setSize--mobile));
  }
  .vh-180 {
    height: calc(180vw / var(--setSize--mobile));
  }
  .vh-185 {
    height: calc(185vw / var(--setSize--mobile));
  }
  .vh-190 {
    height: calc(190vw / var(--setSize--mobile));
  }
  .vh-195 {
    height: calc(195vw / var(--setSize--mobile));
  }
  .vh-200 {
    height: calc(200vw / var(--setSize--mobile));
  }
  .vh-210 {
    height: calc(210vw / var(--setSize--mobile));
  }
  .vh-215 {
    height: calc(215vw / var(--setSize--mobile));
  }
  .vh-220 {
    height: calc(220vw / var(--setSize--mobile));
  }
  .vh-225 {
    height: calc(225vw / var(--setSize--mobile));
  }
  .vh-230 {
    height: calc(230vw / var(--setSize--mobile));
  }
  .vh-235 {
    height: calc(235vw / var(--setSize--mobile));
  }
  .vh-240 {
    height: calc(240vw / var(--setSize--mobile));
  }
  .vh-245 {
    height: calc(245vw / var(--setSize--mobile));
  }
  .vh-250 {
    height: calc(250vw / var(--setSize--mobile));
  }
  .vh-255 {
    height: calc(255vw / var(--setSize--mobile));
  }
  .vh-260 {
    height: calc(260vw / var(--setSize--mobile));
  }
  .vh-265 {
    height: calc(265vw / var(--setSize--mobile));
  }
  .vh-270 {
    height: calc(270vw / var(--setSize--mobile));
  }
  .vh-275 {
    height: calc(275vw / var(--setSize--mobile));
  }
  .vh-280 {
    height: calc(280vw / var(--setSize--mobile));
  }
  .vh-285 {
    height: calc(285vw / var(--setSize--mobile));
  }
  .vh-290 {
    height: calc(290vw / var(--setSize--mobile));
  }
  .vh-295 {
    height: calc(295vw / var(--setSize--mobile));
  }
  .vh-300 {
    height: calc(300vw / var(--setSize--mobile));
  }
  .vh-310 {
    height: calc(310vw / var(--setSize--mobile));
  }
  .vh-315 {
    height: calc(315vw / var(--setSize--mobile));
  }
  .vh-320 {
    height: calc(320vw / var(--setSize--mobile));
  }
  .vh-325 {
    height: calc(325vw / var(--setSize--mobile));
  }
  .vh-330 {
    height: calc(330vw / var(--setSize--mobile));
  }
  .vh-335 {
    height: calc(335vw / var(--setSize--mobile));
  }
  .vh-340 {
    height: calc(340vw / var(--setSize--mobile));
  }
  .vh-345 {
    height: calc(345vw / var(--setSize--mobile));
  }
  .vh-350 {
    height: calc(350vw / var(--setSize--mobile));
  }
  .vh-355 {
    height: calc(355vw / var(--setSize--mobile));
  }
  .vh-360 {
    height: calc(360vw / var(--setSize--mobile));
  }
  .vh-365 {
    height: calc(365vw / var(--setSize--mobile));
  }
  .vh-370 {
    height: calc(370vw / var(--setSize--mobile));
  }
  .vh-375 {
    height: calc(375vw / var(--setSize--mobile));
  }
  .vh-380 {
    height: calc(380vw / var(--setSize--mobile));
  }
  .vh-385 {
    height: calc(385vw / var(--setSize--mobile));
  }
  .vh-390 {
    height: calc(390vw / var(--setSize--mobile));
  }
  .vh-395 {
    height: calc(395vw / var(--setSize--mobile));
  }
  .vh-400 {
    height: calc(400vw / var(--setSize--mobile));
  }
  .vh-410 {
    height: calc(410vw / var(--setSize--mobile));
  }
  .vh-415 {
    height: calc(415vw / var(--setSize--mobile));
  }
  .vh-420 {
    height: calc(420vw / var(--setSize--mobile));
  }
  .vh-425 {
    height: calc(425vw / var(--setSize--mobile));
  }
  .vh-430 {
    height: calc(430vw / var(--setSize--mobile));
  }
  .vh-435 {
    height: calc(435vw / var(--setSize--mobile));
  }
  .vh-440 {
    height: calc(440vw / var(--setSize--mobile));
  }
  .vh-445 {
    height: calc(445vw / var(--setSize--mobile));
  }
  .vh-450 {
    height: calc(450vw / var(--setSize--mobile));
  }
  .vh-455 {
    height: calc(455vw / var(--setSize--mobile));
  }
  .vh-460 {
    height: calc(460vw / var(--setSize--mobile));
  }
  .vh-465 {
    height: calc(465vw / var(--setSize--mobile));
  }
  .vh-470 {
    height: calc(470vw / var(--setSize--mobile));
  }
  .vh-475 {
    height: calc(475vw / var(--setSize--mobile));
  }
  .vh-480 {
    height: calc(480vw / var(--setSize--mobile));
  }
  .vh-485 {
    height: calc(485vw / var(--setSize--mobile));
  }
  .vh-490 {
    height: calc(490vw / var(--setSize--mobile));
  }
  .vh-495 {
    height: calc(495vw / var(--setSize--mobile));
  }
  .vh-500 {
    height: calc(500vw / var(--setSize--mobile));
  }
  .vh-510 {
    height: calc(510vw / var(--setSize--mobile));
  }
  .vh-515 {
    height: calc(515vw / var(--setSize--mobile));
  }
  .vh-520 {
    height: calc(520vw / var(--setSize--mobile));
  }
  .vh-525 {
    height: calc(525vw / var(--setSize--mobile));
  }
  .vh-530 {
    height: calc(530vw / var(--setSize--mobile));
  }
  .vh-535 {
    height: calc(535vw / var(--setSize--mobile));
  }
  .vh-540 {
    height: calc(540vw / var(--setSize--mobile));
  }
  .vh-545 {
    height: calc(545vw / var(--setSize--mobile));
  }
  .vh-550 {
    height: calc(550vw / var(--setSize--mobile));
  }
  .vh-555 {
    height: calc(555vw / var(--setSize--mobile));
  }
  .vh-560 {
    height: calc(560vw / var(--setSize--mobile));
  }
  .vh-565 {
    height: calc(565vw / var(--setSize--mobile));
  }
  .vh-570 {
    height: calc(570vw / var(--setSize--mobile));
  }
  .vh-575 {
    height: calc(575vw / var(--setSize--mobile));
  }
  .vh-580 {
    height: calc(580vw / var(--setSize--mobile));
  }
  .vh-585 {
    height: calc(585vw / var(--setSize--mobile));
  }
  .vh-590 {
    height: calc(590vw / var(--setSize--mobile));
  }
  .vh-595 {
    height: calc(595vw / var(--setSize--mobile));
  }
  .vh-600 {
    height: calc(600vw / var(--setSize--mobile));
  }
  .vh-610 {
    height: calc(610vw / var(--setSize--mobile));
  }
  .vh-615 {
    height: calc(615vw / var(--setSize--mobile));
  }
  .vh-620 {
    height: calc(620vw / var(--setSize--mobile));
  }
  .vh-625 {
    height: calc(625vw / var(--setSize--mobile));
  }
  .vh-630 {
    height: calc(630vw / var(--setSize--mobile));
  }
  .vh-635 {
    height: calc(635vw / var(--setSize--mobile));
  }
  .vh-640 {
    height: calc(640vw / var(--setSize--mobile));
  }
  .vh-645 {
    height: calc(645vw / var(--setSize--mobile));
  }
  .vh-650 {
    height: calc(650vw / var(--setSize--mobile));
  }
  .vh-655 {
    height: calc(655vw / var(--setSize--mobile));
  }
  .vh-660 {
    height: calc(660vw / var(--setSize--mobile));
  }
  .vh-665 {
    height: calc(665vw / var(--setSize--mobile));
  }
  .vh-670 {
    height: calc(670vw / var(--setSize--mobile));
  }
  .vh-675 {
    height: calc(675vw / var(--setSize--mobile));
  }
  .vh-680 {
    height: calc(680vw / var(--setSize--mobile));
  }
  .vh-685 {
    height: calc(685vw / var(--setSize--mobile));
  }
  .vh-690 {
    height: calc(690vw / var(--setSize--mobile));
  }
  .vh-695 {
    height: calc(695vw / var(--setSize--mobile));
  }
  .vh-700 {
    height: calc(700vw / var(--setSize--mobile));
  }
  .vh-710 {
    height: calc(710vw / var(--setSize--mobile));
  }
  .vh-715 {
    height: calc(715vw / var(--setSize--mobile));
  }
  .vh-720 {
    height: calc(720vw / var(--setSize--mobile));
  }
  .vh-725 {
    height: calc(725vw / var(--setSize--mobile));
  }
  .vh-730 {
    height: calc(730vw / var(--setSize--mobile));
  }
  .vh-735 {
    height: calc(735vw / var(--setSize--mobile));
  }
  .vh-740 {
    height: calc(740vw / var(--setSize--mobile));
  }
  .vh-745 {
    height: calc(745vw / var(--setSize--mobile));
  }
  .vh-750 {
    height: calc(750vw / var(--setSize--mobile));
  }
  .vh-755 {
    height: calc(755vw / var(--setSize--mobile));
  }
  .vh-760 {
    height: calc(760vw / var(--setSize--mobile));
  }
  .vh-765 {
    height: calc(765vw / var(--setSize--mobile));
  }
  .vh-770 {
    height: calc(770vw / var(--setSize--mobile));
  }
  .vh-775 {
    height: calc(775vw / var(--setSize--mobile));
  }
  .vh-780 {
    height: calc(780vw / var(--setSize--mobile));
  }
  .vh-785 {
    height: calc(785vw / var(--setSize--mobile));
  }
  .vh-790 {
    height: calc(790vw / var(--setSize--mobile));
  }
  .vh-795 {
    height: calc(795vw / var(--setSize--mobile));
  }
  .vh-800 {
    height: calc(800vw / var(--setSize--mobile));
  }
  .vh-810 {
    height: calc(810vw / var(--setSize--mobile));
  }
  .vh-815 {
    height: calc(815vw / var(--setSize--mobile));
  }
  .vh-820 {
    height: calc(820vw / var(--setSize--mobile));
  }
  .vh-825 {
    height: calc(825vw / var(--setSize--mobile));
  }
  .vh-830 {
    height: calc(830vw / var(--setSize--mobile));
  }
  .vh-835 {
    height: calc(835vw / var(--setSize--mobile));
  }
  .vh-840 {
    height: calc(840vw / var(--setSize--mobile));
  }
  .vh-845 {
    height: calc(845vw / var(--setSize--mobile));
  }
  .vh-850 {
    height: calc(850vw / var(--setSize--mobile));
  }
  .vh-855 {
    height: calc(855vw / var(--setSize--mobile));
  }
  .vh-860 {
    height: calc(860vw / var(--setSize--mobile));
  }
  .vh-865 {
    height: calc(865vw / var(--setSize--mobile));
  }
  .vh-870 {
    height: calc(870vw / var(--setSize--mobile));
  }
  .vh-875 {
    height: calc(875vw / var(--setSize--mobile));
  }
  .vh-880 {
    height: calc(880vw / var(--setSize--mobile));
  }
  .vh-885 {
    height: calc(885vw / var(--setSize--mobile));
  }
  .vh-890 {
    height: calc(890vw / var(--setSize--mobile));
  }
  .vh-895 {
    height: calc(895vw / var(--setSize--mobile));
  }
  .vh-900 {
    height: calc(900vw / var(--setSize--mobile));
  }
  .vh-910 {
    height: calc(910vw / var(--setSize--mobile));
  }
  .vh-915 {
    height: calc(915vw / var(--setSize--mobile));
  }
  .vh-920 {
    height: calc(920vw / var(--setSize--mobile));
  }
  .vh-925 {
    height: calc(925vw / var(--setSize--mobile));
  }
  .vh-930 {
    height: calc(930vw / var(--setSize--mobile));
  }
  .vh-935 {
    height: calc(935vw / var(--setSize--mobile));
  }
  .vh-940 {
    height: calc(940vw / var(--setSize--mobile));
  }
  .vh-945 {
    height: calc(945vw / var(--setSize--mobile));
  }
  .vh-950 {
    height: calc(950vw / var(--setSize--mobile));
  }
  .vh-955 {
    height: calc(955vw / var(--setSize--mobile));
  }
  .vh-960 {
    height: calc(960vw / var(--setSize--mobile));
  }
  .vh-965 {
    height: calc(965vw / var(--setSize--mobile));
  }
  .vh-970 {
    height: calc(970vw / var(--setSize--mobile));
  }
  .vh-975 {
    height: calc(975vw / var(--setSize--mobile));
  }
  .vh-980 {
    height: calc(980vw / var(--setSize--mobile));
  }
  .vh-985 {
    height: calc(985vw / var(--setSize--mobile));
  }
  .vh-990 {
    height: calc(990vw / var(--setSize--mobile));
  }
  .vh-995 {
    height: calc(995vw / var(--setSize--mobile));
  }
  .vh-1000 {
    height: calc(1000vw / var(--setSize--mobile));
  }
}
/* ------------------------ Popup / Cookies ------------------------ */
@media screen and (min-width: 1001px) and (max-width: 10000px) {
  .popupP {
    float: left;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 50;
  }
  .popupP__inside {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .popupP__inner {
    float: left;
    width: calc(1170vw / var(--setSize--desktop));
    padding: calc(60vw / var(--setSize--desktop));
    position: relative;
    background-color: #fff;
  }
  .popupP__more {
    float: left;
    width: 100%;
    position: relative;
    margin: calc(20vw / var(--setSize--desktop)) 0px 0px 0px;
  }
  .popupP__more .more__18 {
    margin: 0px calc(20vw / var(--setSize--desktop)) 0px 0px !important;
  }
  .popup {
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 80;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .popup__wrap {
    float: left;
    width: 80%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .popup__title {
    float: left;
    width: 100%;
    position: relative;
    color: #fff;
    font-size: calc(24vw / var(--setSize--desktop));
    font-weight: 300;
    line-height: calc(30vw / var(--setSize--desktop));
    text-align: center;
  }
  .popup__title a {
    color: #fff;
  }
  .popup__close {
    float: left;
    height: calc(60vw / var(--setSize--desktop));
    position: relative;
    margin: calc(20vw / var(--setSize--desktop)) 0px 0px 0px;
    padding: 0px calc(40vw / var(--setSize--desktop)) 0px calc(40vw / var(--setSize--desktop));
    color: #fefefe;
    font-size: calc(22vw / var(--setSize--desktop));
    font-weight: 300;
    line-height: calc(22vw / var(--setSize--desktop));
    border: 0;
    text-align: center;
    text-decoration: none;
    background: var(--default--color--1);
  }
  #cookie_info {
    float: right;
    width: 470px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
  }
  #user_information {
    float: left;
    width: 84%;
    margin: 0px 8% 0px 8%;
    padding: 25px 0px 20px 0px;
    color: #fff;
    position: relative;
  }
  #close_info_cookie {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0px 0px 0px -55px;
    background: var(--default--color--1);
    color: #fff;
    width: 55px;
    height: 55px;
    font-size: 23px;
    line-height: 23px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .user_information_nag {
    float: left;
    width: 100%;
    margin: 0px 0px 5px 0px;
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }
  .user_information_text {
    float: left;
    width: 100%;
    position: relative;
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
  }
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .popupP {
    float: left;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 50;
  }
  .popupP__inside {
    float: left;
    width: 100%;
    height: 100%;
    padding: calc(10vw / var(--setSize--mobile));
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .popupP__inner {
    float: left;
    width: 100%;
    max-height: 90vh;
    padding: calc(20vw / var(--setSize--mobile));
    position: relative;
    background-color: #fff;
    overflow-y: scroll;
  }
  .popupP__more {
    float: left;
    width: 100%;
    position: relative;
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .popupP__more .more__18 {
    margin: calc(10vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px 0px !important;
  }
  .popup {
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 80;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .popup__wrap {
    float: left;
    width: 80%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .popup__title {
    float: left;
    width: 100%;
    position: relative;
    color: #fff;
    font-size: calc(24vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(30vw / var(--setSize--mobile));
    text-align: center;
  }
  .popup__title a {
    color: #fff;
  }
  .popup__close {
    float: left;
    height: calc(60vw / var(--setSize--mobile));
    position: relative;
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px calc(40vw / var(--setSize--mobile)) 0px calc(40vw / var(--setSize--mobile));
    color: #fefefe;
    font-size: calc(22vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(22vw / var(--setSize--mobile));
    border: 0;
    text-align: center;
    text-decoration: none;
    background: var(--default--color--1);
  }
  #cookie_info {
    float: left;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
  }
  #user_information {
    float: left;
    width: 90%;
    margin: 0px 0px 0px 0px;
    padding: 25px 5% 20px 5%;
    color: #fff;
    position: relative;
  }
  #close_info_cookie {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    margin: -55px 0px 0px 0px;
    background: var(--default--color--1);
    color: #fff;
    width: 55px;
    height: 55px;
    font-size: 23px;
    line-height: 23px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .user_information_nag {
    float: left;
    width: 100%;
    margin: 0px 0px 5px 0px;
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }
  .user_information_text {
    float: left;
    width: 100%;
    position: relative;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    text-align: justify;
  }
}
/* ------------------------ 404 ------------------------ */
@media screen and (min-width: 1001px) and (max-width: 10000px) {
  .page404 {
    float: left;
    width: 100%;
    min-height: 70vh;
    max-height: 100vh;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .page404__inside {
    width: 1000px;
    position: relative;
    padding: 5vw 0px 5vw 0px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  .page404__inside--left {
    float: left;
    width: 150px;
    height: 135px;
    position: relative;
    margin: 0px 0px 0px 50px;
  }
  .page404__inside--icon--1 {
    float: right;
    margin: 0px 0px 0px 0px;
    position: absolute;
    top: 0;
    right: 0;
    animation: spin 6s linear infinite;
  }
  .page404__inside--icon--2 {
    float: left;
    margin: 0px 0px 0px 0px;
    position: absolute;
    bottom: 25px;
    left: 0;
    animation: spin 4s linear infinite;
  }
  .page404__inside--icon--3 {
    float: left;
    margin: 0px 0px 0px 0px;
    position: absolute;
    bottom: 0;
    left: 50px;
    animation: spin 2s linear infinite;
  }
  .page404__inside--right {
    float: right;
    width: 650px;
    margin: 0px 40px 0px 0px;
  }
  .page404__inside--header {
    float: left;
    margin: 0px 0px 15px 0px;
    width: 100%;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    color: var(--default--color--1);
  }
  .page404__inside--header strong {
    font-weight: 700;
    color: #000;
  }
  .page404__inside--text {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #404040;
  }
  .page404__inside--text a {
    float: left;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    color: var(--default--color--1);
    text-decoration: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .page404 {
    float: left;
    width: 100%;
    height: 100vh;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .page404__inside {
    width: 90%;
    position: relative;
    padding: 5vw 0px 5vw 5%;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  .page404__inside--left {
    float: left;
    width: 150px;
    height: 135px;
    position: relative;
    top: 0;
    left: 50%;
    margin: 0px 0px 0px -75px;
  }
  .page404__inside--icon--1 {
    float: right;
    margin: 0px 0px 0px 0px;
    position: absolute;
    top: 0;
    right: 0;
    animation: spin 6s linear infinite;
  }
  .page404__inside--icon--2 {
    float: left;
    margin: 0px 0px 0px 0px;
    position: absolute;
    bottom: 25px;
    left: 0;
    animation: spin 4s linear infinite;
  }
  .page404__inside--icon--3 {
    float: left;
    margin: 0px 0px 0px 0px;
    position: absolute;
    bottom: 0;
    left: 50px;
    animation: spin 2s linear infinite;
  }
  .page404__inside--right {
    float: left;
    width: 100%;
    margin: 5vw 0px 0px 0px;
  }
  .page404__inside--header {
    float: left;
    margin: 0px 0px 15px 0px;
    width: 100%;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: var(--default--color--1);
    text-align: center;
  }
  .page404__inside--header strong {
    font-weight: 700;
    color: #000;
  }
  .page404__inside--text {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #404040;
    text-align: center;
  }
  .page404__inside--text a {
    float: left;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    color: var(--default--color--1);
    text-decoration: none;
  }
}
/* ------------------ Facebook ------------------------ */
.facebook {
  float: right;
  width: 330px;
  position: fixed;
  top: 20%;
  right: -336px;
  z-index: 50;
  border: 3px solid #4a6ea9;
  transition: all 0.4s ease-in-out;
}

.facebook__img {
  float: left;
  width: 50px;
  position: absolute;
  top: -3px;
  left: -50px;
  cursor: pointer;
}

.facebook__page {
  float: left;
  width: 100%;
  position: relative;
}

.facebook:hover {
  right: 0;
}

/* ------------------ Odee ------------------------ */
.odeeTip {
  float: right;
  display: inline;
  position: relative;
  opacity: 0.6;
}

.odeeTip:hover:after {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 26px;
  color: #fff;
  content: attr(title);
  left: -200px;
  padding: 8px 20px 8px 20px;
  text-align: center;
  position: absolute;
  z-index: 98;
  width: 200px;
  font-size: 12px;
}

.odeeTip:hover:before {
  border: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  left: 40%;
  position: absolute;
  z-index: 99;
}

.odeeTip:hover {
  opacity: 1;
}

.odeeLogo {
  float: left;
  position: relative;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=default.css.map */