.body {
  max-width: none;
  min-width: 320px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f3f3f3;
  font-family: Suisseintl, sans-serif;
}

.sections {
  overflow: hidden;
  height: 100%;
  padding-top: 100vh;
}

.section {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section.section-preloader {
  position: fixed;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  overflow: hidden;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2352ca;
}

.section.section-intro {
  position: relative;
  max-height: 900px;
  min-height: 800px;
  background-color: #fff;
}

.section.section-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 900px;
  min-height: 750px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 8px solid #ececec;
}

.section.section-projects {
  height: auto;
  min-height: 100%;
  background-color: #2352ca;
}

.section.section-svd {
  overflow: hidden;
  max-height: 900px;
  min-height: 700px;
  background-color: #eff3f8;
  background-image: url('../images/svd-bg.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section.section-rebin {
  overflow: hidden;
  max-height: 900px;
  min-height: 700px;
  background-color: #e26e69;
}

.section.section-sw {
  max-height: 900px;
  min-height: 700px;
  background-color: #2352ca;
}

.section.section-final {
  height: auto;
  background-color: #eff3f8;
}

.section.section-ns {
  overflow: hidden;
  max-height: 900px;
  min-height: 700px;
  background-color: #073e61;
}

.section.section-kep {
  overflow: hidden;
  max-height: 900px;
  min-height: 700px;
  background-color: #276bff;
}

.section.section-ce {
  overflow: hidden;
  height: auto;
  min-height: 700px;
  background-color: #eff3f8;
}

.preloader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader-logo {
  position: relative;
  width: 50vw;
  max-width: 400px;
}

.preloader-tree {
  width: 275px;
  height: 275px;
  margin-top: -120px;
  -webkit-filter: brightness(110%) contrast(110%);
  filter: brightness(110%) contrast(110%);
}

.section-intro-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-pattern-gray.svg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #2352ca;
}

.section-intro-text {
  max-width: 45ch;
  margin-top: 24px;
  color: #2352ca;
  font-size: 22px;
  line-height: 28px;
}

.mascot-think {
  position: absolute;
  left: 15%;
  bottom: -2px;
  width: 20%;
  max-width: 325px;
  min-width: 250px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.section-events {
  position: relative;
  z-index: 1;
  margin-right: -8px;
  padding-bottom: 8px;
  background-color: #fff;
  color: #f8f8f8;
}

.figure-img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.figure-row-100 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-top: 8px;
}

.figure-row-100.figure-row-0 {
  max-height: 700px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.figure-row-75 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  max-height: 450px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
}

.figure-50 {
  position: relative;
  width: 50%;
}

.figure-25 {
  position: relative;
  width: 25%;
}

.figure-row-33 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 33vh;
  max-height: 225px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
}

.figure-18 {
  position: relative;
  width: 18%;
}

.figure-row-25 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25vh;
  max-height: 150px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
}

.section-h2 {
  padding-right: 16px;
  padding-left: 16px;
  font-family: Euclidflex, sans-serif;
  color: #2352ca;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
}

.section-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  height: 60px;
  margin: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 32px;
  background-color: #f8f8f8;
  background-image: none;
  color: #111;
}

.section-menu-item:hover {
  background-color: #ececec;
}

.section-menu-item.section-menu-item-events {
  background-image: none;
  text-decoration: none;
}

.section-menu-item.section-menu-item-2 {
  left: 60%;
  background-image: none;
  text-decoration: none;
}

.section-menu-item.section-menu-item-3 {
  left: 60%;
  background-image: none;
  text-decoration: none;
}

.section-menu-item-text {
  font-family: Euclidflex, sans-serif;
  color: #111;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-menu-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  margin-top: -7.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}

.section-heading.section-heading-events {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 32px;
  background-color: #fff;
}

.section-menu-h {
  margin-bottom: 16px;
  -webkit-transform: skew(-9deg, 0deg);
  -ms-transform: skew(-9deg, 0deg);
  transform: skew(-9deg, 0deg);
  font-family: Euclidflex, sans-serif;
  color: #2352ca;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4px;
}

.photos-full {
  display: none;
}

.sandbox {
  display: none;
}

.section-intro-text-wrap {
  padding-right: 16px;
  padding-left: 16px;
}

.section-office {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-right: 0px;
  padding-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f8f8f8;
}

.office-gallery {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  max-width: 1440px;
  margin: 10px auto 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.office-gallery-item {
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  width: 400px;
  height: 400px;
  margin-bottom: 8px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.office-gallery-item.office-gallery-item-1 {
  width: 300px;
  height: 300px;
  opacity: 1;
}

.office-gallery-item.office-gallery-item-1:hover {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.office-gallery-item.office-gallery-item-2 {
  width: 316px;
  height: 316px;
}

.office-gallery-item.office-gallery-item-3 {
  width: 332px;
  height: 332px;
}

.office-gallery-item.office-gallery-item-4 {
  width: 348px;
  height: 348px;
}

.office-gallery-item.office-gallery-item-5 {
  width: 364px;
  height: 364px;
}

.office-gallery-item.office-gallery-item-6 {
  width: 380px;
  height: 380px;
  -webkit-transition: -webkit-transform 100ms cubic-bezier(.19, 1, .22, 1);
  transition: -webkit-transform 100ms cubic-bezier(.19, 1, .22, 1);
  transition: transform 100ms cubic-bezier(.19, 1, .22, 1);
  transition: transform 100ms cubic-bezier(.19, 1, .22, 1), -webkit-transform 100ms cubic-bezier(.19, 1, .22, 1);
}

.office-gallery-item.office-gallery-item-7 {
  width: 396px;
  height: 396px;
}

.office-gallery-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-office-photos {
  margin-top: 20px;
  margin-right: -8px;
  padding-left: 0px;
}

.section-office-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-office-text {
  max-width: 40em;
  margin-top: 24px;
  color: #2352ca;
  font-size: 22px;
  line-height: 28px;
}

.mascot-look {
  height: 70vh;
  max-height: 600px;
}

.section-projects-h {
  margin-bottom: 16px;
  font-family: Euclidflex, sans-serif;
  color: #85d7ff;
  font-size: 36px;
  line-height: 100%;
}

.section-projects-text {
  max-width: 45em;
  margin-top: 8px;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
}

.section-projects-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  padding-right: 64px;
  padding-left: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.section-projects-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.svd-woman {
  position: absolute;
  left: 50%;
  bottom: 0px;
  max-width: 800px;
}

.svd-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 80px 32px 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.svd-h {
  display: inline-block;
  margin-top: 48px;
  padding: 8px 16px;
  background-color: #28bd8b;
  font-family: Euclidflex, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}

.svd-desc {
  font-family: Euclidflex, sans-serif;
  color: #313541;
  font-size: 52px;
  line-height: 58px;
}

.svd-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.svd-logo {
  width: 250px;
}

.svd-text-sub {
  font-family: Euclidflex, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.rebin-wrap {
  height: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.rebin-man {
  position: absolute;
  left: 50%;
  bottom: 0px;
  max-height: 600px;
  min-height: 400px;
}

.rebin-line {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 75px;
  border-top: 2px solid #f8f8f8;
  background-color: #e26e69;
}

.rebin-grad {
  position: absolute;
  left: 53%;
  top: 55%;
  width: 700px;
  height: 700px;
  min-width: 6px;
  border-radius: 50%;
  background-color: #f8f8f8;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.rebin-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 80px 32px 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.rebin-logo {
  width: 325px;
  margin-left: -16px;
}

.rebin-h {
  margin-left: -4px;
  font-family: Euclidflex, sans-serif;
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
}

.rebin-desc {
  max-width: 25ch;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lottie-2022 {
  position: fixed;
  top: 20vh;
  display: none;
  width: 100%;
  height: 100vh;
}

.section-final-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  min-height: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-prefinal {
  position: relative;
  height: 200vh;
  background-color: #2352ca;
}

.lottie-sw {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-final-h {
  margin-bottom: 12px;
  font-family: Euclidflex, sans-serif;
  color: #2352ca;
  font-size: 42px;
  line-height: 100%;
}

.section-final-text {
  max-width: 40em;
  margin-top: 8px;
  color: #2352ca;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
}

.mascot-bye {
  height: 65vh;
  max-height: 600px;
}

.preloader-desc {
  display: block;
  margin-top: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Euclidflex, sans-serif;
  color: #f8f8f8;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.preloader-content {
  padding-top: 128px;
}

.preloader-desc-wrap {
  position: relative;
  margin-top: 28px;
  background-color: #20a8eb;
  font-family: Euclidflex, sans-serif;
  font-size: 0px;
  line-height: 110%;
  text-align: center;
}

.scroll-hint {
  position: relative;
  left: 50%;
  z-index: 20;
  width: 48px;
  height: 100px;
  margin-top: 24px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.scroll-hint__wheel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 16px;
  background-image: url('../images/scroll-arrow.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.italic-text {
  font-style: normal;
}

.preloader-snowflakes {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.sw-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.sw-desc {
  font-family: Euclidflex, sans-serif;
  font-size: 56px;
  line-height: 58px;
}

.sw-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 80px 32px 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.sw-desc-2 {
  font-family: Euclidflex, sans-serif;
  font-size: 32px;
  line-height: 58px;
}

.sw-text-sub {
  max-width: 40ch;
  font-family: Euclidflex, sans-serif;
  color: #85d7ff;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sw-logo {
  width: 275px;
}

.ns-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/ns.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ns-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 80px 32px 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.ns-content-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  padding-top: 24px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(2, 47, 75, 0.95);
}

.ns-text-sub {
  margin-top: 8px;
  font-family: Euclidflex, sans-serif;
  color: #85d7ff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ns-desc {
  font-family: Euclidflex, sans-serif;
  color: #e26e69;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  letter-spacing: -1px;
  white-space: nowrap;
}

.kep-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.kep-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 80px 32px 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.kep-content-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  padding-top: 24px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(35, 82, 202, 0.95);
}

.kep-desc {
  font-family: Euclidflex, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  letter-spacing: -1px;
  white-space: nowrap;
}

.kep-text-sub {
  max-width: 20ch;
  margin-top: 8px;
  font-family: Euclidflex, sans-serif;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-menu-item-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  height: 60px;
  margin: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 32px;
  background-color: #f8f8f8;
  background-image: none;
  color: #111;
}

.section-menu-item-copy:hover {
  background-color: #ececec;
}

.ns-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  padding: 16px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 32px;
  background-color: #eff3f8;
  background-image: none;
  text-decoration: none;
}

.ns-button:hover {
  background-color: #fff;
}

.ns-button-text {
  font-family: Euclidflex, sans-serif;
  color: #e26e69;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.kep-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  padding: 16px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 32px;
  background-color: #eff3f8;
  background-image: none;
  text-decoration: none;
}

.kep-button:hover {
  background-color: #fff;
}

.kep-button-text {
  font-family: Euclidflex, sans-serif;
  color: #276bff;
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.ce-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.ce-content-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}

.ce-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 80px 32px 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ce-logo {
  width: 75%;
  max-width: 400px;
}

.ce-svd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}

.ce-svd-logo {
  width: 70%;
  max-width: 200px;
}

.ce-rebin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}

.ce-rebin-logo {
  width: 75%;
}

.ce-sw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}

.ce-sw-logo {
  width: 75%;
  max-width: 200px;
}

.kep-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/kep.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ce-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27vw;
  height: 27vw;
  max-height: 300px;
  max-width: 300px;
  margin-right: 16px;
  margin-left: 16px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  font-family: Euclidflex, sans-serif;
  color: #111;
}

.ce-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.ce-h {
  color: #2352ca;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.ce-h.ce-h-2 {
  display: none;
}

.ce-desc {
  max-width: 20ch;
  margin-top: 8px;
  text-align: center;
}

.ce-desc-main {
  max-width: 20ch;
  margin-top: 24px;
  font-family: Euclidflex, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.ce-desc-2 {
  max-width: 20ch;
  margin-top: 16px;
  line-height: 18px;
  text-align: center;
}

.sw-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  margin-top: 24px;
  padding: 16px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 32px;
  background-color: #eff3f8;
  background-image: none;
  text-decoration: none;
}

.sw-button:hover {
  background-color: #fff;
}

.sw-button-text {
  font-family: Euclidflex, sans-serif;
  color: #276bff;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.rebin-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  margin-top: 24px;
  padding: 16px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 32px;
  background-color: #eff3f8;
  background-image: none;
  text-decoration: none;
}

.rebin-button:hover {
  background-color: #fff;
}

.rebin-button-text {
  font-family: Euclidflex, sans-serif;
  color: #e26e69;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.rebin-button-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  margin-top: 24px;
  padding: 16px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 32px;
  background-color: #eff3f8;
  background-image: none;
  text-decoration: none;
}

.rebin-button-copy:hover {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .section.section-intro {
    min-height: 700px;
  }

  .section.section-menu {
    max-height: 750px;
    min-height: 700px;
    border-bottom-width: 4px;
  }

  .section.section-projects {
    height: auto;
    min-height: 600px;
  }

  .section.section-svd {
    background-size: cover;
  }

  .section.section-kep {
    background-size: cover;
  }

  .section.section-ce {
    background-size: cover;
  }

  .preloader-logo {
    max-width: 300px;
  }

  .preloader-tree {
    width: 225px;
    height: 225px;
  }

  .section-intro-text {
    font-size: 20px;
  }

  .mascot-think {
    left: 10%;
    width: 200px;
    height: auto;
    min-width: auto;
  }

  .section-events {
    margin-right: -4px;
    padding-bottom: 4px;
  }

  .figure-row-100.figure-row-0 {
    max-height: 425px;
  }

  .figure-row-75 {
    max-height: 275px;
    padding-top: 4px;
  }

  .figure-row-33 {
    max-height: 135px;
    padding-top: 4px;
  }

  .figure-row-25 {
    max-height: 100px;
    padding-top: 4px;
  }

  .section-h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .section-menu-item-text {
    font-size: 16px;
  }

  .section-menu-items {
    top: 45%;
    width: 400px;
    height: 400px;
  }

  .section-heading.section-heading-events {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .section-office {
    padding-bottom: 4px;
  }

  .section-office-photos {
    margin-right: -4px;
    padding-left: 0px;
  }

  .section-office-text {
    margin-top: 16px;
    font-size: 20px;
  }

  .mascot-look {
    width: 25%;
    height: auto;
  }

  .section-projects-h {
    font-size: 38px;
  }

  .section-projects-text {
    font-size: 18px;
  }

  .section-projects-text-wrap {
    width: 70%;
    padding-right: 32px;
    padding-left: 32px;
  }

  .svd-woman {
    left: 50%;
    max-width: 700px;
  }

  .svd-content {
    width: 75%;
  }

  .svd-h {
    font-size: 48px;
    line-height: 56px;
  }

  .svd-desc {
    font-size: 42px;
    line-height: 48px;
  }

  .rebin-content {
    width: 75%;
  }

  .rebin-logo {
    width: 275px;
  }

  .rebin-h {
    font-size: 64px;
  }

  .rebin-desc {
    font-size: 20px;
    line-height: 32px;
  }

  .lottie-2022 {
    top: 10vh;
  }

  .section-final-content {
    min-height: 800px;
  }

  .section-final-h {
    margin-bottom: 8px;
    font-size: 32px;
  }

  .section-final-text {
    font-size: 18px;
  }

  .mascot-bye {
    width: 30%;
    height: auto;
  }

  .preloader-content {
    padding-top: 64px;
  }

  .preloader-desc-wrap {
    padding-right: 8px;
    padding-left: 8px;
  }

  .italic-text {
    display: none;
  }

  .sw-desc {
    font-size: 42px;
    line-height: 48px;
  }

  .sw-desc-2 {
    font-size: 26px;
    line-height: 32px;
  }

  .sw-text-sub {
    font-size: 16px;
    line-height: 26px;
  }

  .sw-logo {
    width: 250px;
  }

  .ns-content-main {
    width: 400px;
    height: 400px;
  }

  .ns-text-sub {
    font-size: 14px;
    line-height: 24px;
  }

  .ns-desc {
    font-size: 42px;
    line-height: 48px;
  }

  .kep-content-main {
    width: 400px;
    height: 400px;
  }

  .kep-desc {
    font-size: 42px;
    line-height: 48px;
  }

  .kep-text-sub {
    font-size: 14px;
    line-height: 24px;
  }

  .ns-button-text {
    font-size: 14px;
  }

  .kep-button-text {
    font-size: 16px;
  }

  .ce-content-main {
    width: 400px;
    height: 400px;
  }

  .ce-content {
    padding: 64px 0px 48px;
  }

  .kep-bg {
    background-size: cover;
  }

  .ce-item {
    margin-right: 8px;
    margin-left: 8px;
  }

  .ce-items {
    margin-bottom: 16px;
  }

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

  .ce-desc {
    font-family: Suisseintl, sans-serif;
    font-size: 13px;
    line-height: 16px;
  }

  .ce-desc-main {
    font-size: 16px;
    line-height: 20px;
  }

  .ce-desc-2 {
    font-family: Suisseintl, sans-serif;
    font-size: 13px;
    line-height: 16px;
  }

  .sw-button {
    max-width: 175px;
    padding: 12px 16px;
  }

  .sw-button-text {
    font-size: 14px;
  }

  .rebin-button {
    max-width: 175px;
    margin-top: 12px;
    padding: 12px 16px;
  }

  .rebin-button-text {
    font-size: 14px;
  }

  .rebin-button-copy {
    max-width: 175px;
    margin-top: 12px;
    padding: 12px 16px;
  }
}

@media screen and (max-width: 767px) {
  .section.section-intro {
    max-height: 800px;
  }

  .section.section-menu {
    min-height: auto;
    border-bottom-width: 0px;
  }

  .section.section-rebin {
    max-height: 800px;
  }

  .section.section-sw {
    max-height: 800px;
  }

  .section.section-ns {
    max-height: 800px;
  }

  .section.section-kep {
    max-height: 800px;
  }

  .section.section-ce {
    max-height: none;
  }

  .preloader-logo {
    width: 75vw;
    max-width: 250px;
  }

  .preloader-tree {
    width: 175px;
    height: 175px;
  }

  .section-intro-content {
    background-size: auto;
  }

  .section-intro-text {
    font-size: 18px;
    line-height: 26px;
  }

  .mascot-think {
    display: none;
    width: 175px;
  }

  .figure-row-100.figure-row-0 {
    max-height: 300px;
  }

  .figure-row-75 {
    max-height: 200px;
  }

  .figure-row-33 {
    max-height: 100px;
  }

  .figure-row-25 {
    max-height: 75px;
  }

  .section-h2 {
    margin-bottom: 6px;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
  }

  .section-menu-item {
    width: 150px;
    height: 40px;
  }

  .section-menu-item-text {
    font-size: 14px;
  }

  .section-menu-items {
    top: 50%;
    width: 90vw;
    height: 90vw;
    max-height: 90vh;
    max-width: 90vh;
    margin-top: 0%;
  }

  .section-heading.section-heading-events {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .sandbox {
    display: none;
  }

  .section-office {
    padding-top: 48px;
  }

  .office-gallery {
    width: 300px;
    height: 300px;
  }

  .office-gallery-item.office-gallery-item-1 {
    width: 200px;
    height: 200px;
  }

  .office-gallery-item.office-gallery-item-2 {
    width: 216px;
    height: 216px;
  }

  .office-gallery-item.office-gallery-item-3 {
    width: 232px;
    height: 232px;
  }

  .office-gallery-item.office-gallery-item-4 {
    width: 248px;
    height: 248px;
  }

  .office-gallery-item.office-gallery-item-5 {
    width: 264px;
    height: 264px;
  }

  .office-gallery-item.office-gallery-item-6 {
    width: 280px;
    height: 280px;
  }

  .office-gallery-item.office-gallery-item-7 {
    width: 296px;
    height: 296px;
  }

  .section-office-text-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-office-text {
    margin-top: 8px;
    font-size: 18px;
    line-height: 26px;
  }

  .section-projects-h {
    font-size: 32px;
  }

  .section-projects-text {
    margin-top: 4px;
    font-size: 16px;
    line-height: 26px;
  }

  .section-projects-text-wrap {
    width: 100%;
    margin-top: 32px;
  }

  .section-projects-content {
    padding-top: 64px;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .svd-h {
    padding: 4px 6px;
    font-size: 42px;
    line-height: 48px;
  }

  .svd-logo {
    width: 200px;
  }

  .rebin-man {
    width: 400px;
    height: 400px;
  }

  .rebin-line {
    height: 50px;
  }

  .rebin-grad {
    left: 43%;
    top: 72%;
    width: 600px;
    height: 600px;
    background-color: rgba(239, 243, 248, 0.22);
  }

  .rebin-logo {
    width: 225px;
    margin-left: -10px;
  }

  .rebin-h {
    font-size: 52px;
  }

  .rebin-desc {
    margin-top: 16px;
    font-size: 18px;
    line-height: 28px;
  }

  .lottie-2022 {
    display: none;
  }

  .section-final-content {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-prefinal {
    position: relative;
  }

  .section-final-h {
    font-size: 32px;
  }

  .section-final-text {
    margin-top: 4px;
    font-size: 16px;
    line-height: 26px;
  }

  .mascot-bye {
    margin-left: -5%;
  }

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

  .preloader-content {
    padding-top: 32px;
  }

  .scroll-hint {
    margin-top: 0px;
  }

  .scroll-hint__wheel {
    width: 16px;
    height: 16px;
  }

  .sw-desc-2 {
    font-size: 22px;
  }

  .sw-text-sub {
    font-size: 14px;
    line-height: 24px;
  }

  .sw-logo {
    width: 225px;
  }

  .ns-text-sub {
    font-size: 14px;
    line-height: 24px;
  }

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

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

  .kep-text-sub {
    font-size: 14px;
    line-height: 24px;
  }

  .section-menu-item-copy {
    width: 150px;
    height: 40px;
  }

  .ns-button {
    margin-top: 16px;
    padding: 12px 16px;
  }

  .ns-button-text {
    font-size: 13px;
  }

  .kep-button {
    margin-top: 16px;
    padding: 12px 16px;
  }

  .kep-button-text {
    font-size: 13px;
  }

  .ce-content {
    padding-top: 48px;
  }

  .ce-item {
    width: 29vw;
    height: 29vw;
  }

  .ce-items {
    margin-bottom: 12px;
  }

  .ce-h {
    font-size: 13px;
    white-space: normal;
  }

  .ce-h.ce-h-2 {
    display: block;
  }

  .ce-h.ce-h-1 {
    display: none;
  }

  .ce-desc {
    display: none;
  }

  .ce-desc-main {
    font-size: 14px;
    line-height: 18px;
  }

  .ce-desc-2 {
    display: none;
  }

  .sw-button {
    max-width: 150px;
    margin-top: 16px;
    padding: 12px;
  }

  .sw-button-text {
    font-size: 13px;
  }

  .rebin-button {
    max-width: 150px;
    padding: 12px;
  }

  .rebin-button-text {
    font-size: 13px;
  }

  .rebin-button-copy {
    max-width: 150px;
    padding: 12px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    min-width: 320px;
  }

  .section.section-intro {
    max-height: 700px;
    min-height: 600px;
  }

  .section.section-menu {
    max-height: 600px;
  }

  .section.section-svd {
    max-height: 700px;
  }

  .section.section-rebin {
    max-height: 700px;
  }

  .section.section-sw {
    max-height: 700px;
  }

  .section.section-ns {
    max-height: 700px;
  }

  .section.section-kep {
    max-height: 700px;
    background-size: cover;
  }

  .section.section-ce {
    max-height: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .preloader-logo {
    display: block;
    width: 90vw;
    max-width: 200px;
  }

  .preloader-tree {
    width: 150px;
    height: 150px;
  }

  .section-intro-text {
    font-size: 16px;
    line-height: 24px;
  }

  .figure-row-100.figure-row-0 {
    max-height: 200px;
  }

  .figure-row-75 {
    max-height: 125px;
  }

  .figure-row-33 {
    max-height: 75px;
  }

  .figure-row-25 {
    max-height: 50px;
  }

  .section-h2 {
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
  }

  .section-menu-item-text {
    font-size: 12px;
  }

  .section-heading.section-heading-events {
    padding-bottom: 16px;
  }

  .section-menu-h {
    margin-bottom: 8px;
  }

  .section-office {
    padding-top: 24px;
  }

  .section-office-photos {
    margin-top: 12px;
  }

  .section-office-text {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .mascot-look {
    width: 30%;
  }

  .section-projects-h {
    margin-bottom: 0px;
    font-size: 28px;
  }

  .section-projects-text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 22px;
  }

  .section-projects-text-wrap {
    width: 100%;
    height: auto;
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .svd-woman {
    display: none;
  }

  .svd-content {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .svd-h {
    margin-top: 24px;
    font-size: 32px;
    line-height: 32px;
  }

  .svd-desc {
    font-size: 36px;
    line-height: 42px;
  }

  .svd-logo {
    width: 175px;
  }

  .svd-text-sub {
    font-size: 18px;
    line-height: 26px;
  }

  .rebin-man {
    left: 50%;
    bottom: 0px;
    width: 300px;
    height: 300px;
    min-height: auto;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    -o-object-fit: cover;
    object-fit: cover;
  }

  .rebin-line {
    height: 37px;
  }

  .rebin-grad {
    left: 50%;
    top: 80%;
    width: 400px;
    height: 400px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .rebin-content {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .rebin-logo {
    width: 175px;
    margin-left: -8px;
  }

  .rebin-content-main {
    margin-top: 10vh;
  }

  .rebin-h {
    font-size: 42px;
    line-height: 56px;
  }

  .rebin-desc {
    margin-top: 32px;
    font-size: 16px;
  }

  .section-final-content {
    padding-top: 64px;
    padding-bottom: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-final-h {
    margin-bottom: 0px;
    font-size: 28px;
  }

  .section-final-text {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .mascot-bye {
    width: 50%;
  }

  .preloader-desc {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
    letter-spacing: 2px;
  }

  .preloader-desc-wrap {
    margin-top: 16px;
  }

  .scroll-hint {
    width: 42px;
    height: 92px;
  }

  .sw-desc {
    font-size: 36px;
    line-height: 42px;
  }

  .sw-content {
    padding-right: 16px;
    padding-left: 16px;
  }

  .sw-desc-2 {
    line-height: 42px;
  }

  .sw-text-sub {
    font-size: 12px;
    line-height: 24px;
  }

  .sw-logo {
    width: 175px;
  }

  .ns-content {
    padding-right: 16px;
    padding-left: 16px;
  }

  .ns-content-main {
    width: 300px;
    height: 300px;
  }

  .ns-text-sub {
    margin-top: 4px;
    font-size: 12px;
    line-height: 20px;
  }

  .ns-desc {
    font-size: 28px;
    line-height: 32px;
  }

  .kep-content {
    padding-right: 16px;
    padding-left: 16px;
  }

  .kep-content-main {
    width: 300px;
    height: 300px;
  }

  .kep-desc {
    font-size: 28px;
    line-height: 32px;
  }

  .kep-text-sub {
    margin-top: 4px;
    font-size: 12px;
    line-height: 20px;
  }

  .ns-button {
    margin-top: 12px;
    padding: 8px 12px;
  }

  .ns-button-text {
    font-size: 12px;
  }

  .kep-button {
    margin-top: 12px;
    padding: 8px 12px;
  }

  .kep-button-text {
    font-size: 12px;
  }

  .ce-content-main {
    width: 250px;
    height: 250px;
  }

  .ce-content {
    padding-right: 16px;
    padding-left: 16px;
  }

  .ce-svd-logo {
    width: 100%;
  }

  .ce-rebin-logo {
    width: 100%;
  }

  .ce-sw-logo {
    width: 100%;
  }

  .ce-item {
    margin-right: 4px;
    margin-left: 4px;
  }

  .ce-items {
    margin-bottom: 8px;
  }

  .ce-h {
    font-size: 11px;
    line-height: 16px;
  }

  .ce-desc-main {
    margin-top: 16px;
  }

  .sw-button {
    max-width: 125px;
    margin-top: 12px;
    padding: 8px 12px;
  }

  .sw-button-text {
    font-size: 12px;
  }

  .rebin-button {
    max-width: 125px;
    margin-top: 8px;
    padding: 8px 12px;
  }

  .rebin-button-text {
    font-size: 12px;
  }

  .rebin-button-copy {
    max-width: 125px;
    margin-top: 8px;
    padding: 8px 12px;
  }
}

@font-face {
  font-family: 'Euclidflex';
  src: url('../fonts/EuclidFlex-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}