@charset "UTF-8";
/* line 14, src/scss/_utilities/_extend.scss */
.c-modal#homeVideo video, .main__slide-img img, .see video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 25, src/scss/_utilities/_extend.scss */
.c-title, .c-btn span, .main__slide-title, .enterprise__box-badge span, .description__box-head p, .s-about, .sp-about, .p-about__desc, .t-about__desc, .t-about__title, .t-about ol li,
.t-about ul li, .pp-about__title, .pp-about__desc, .pp-about ol li,
.pp-about ul li {
  font-family: 'Verdana', sans-serif;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/* line 3, src/scss/_vendor/hamburger/_base.scss */
.hamburger {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.35s;
       -o-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

/* line 21, src/scss/_vendor/hamburger/_base.scss */
.hamburger:hover {
  opacity: 1;
}

/* line 31, src/scss/_vendor/hamburger/_base.scss */
.hamburger-box {
  width: 30px;
  height: 16px;
  display: inline-block;
  position: relative;
}

/* line 38, src/scss/_vendor/hamburger/_base.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

/* line 43, src/scss/_vendor/hamburger/_base.scss */
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

/* line 56, src/scss/_vendor/hamburger/_base.scss */
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

/* line 62, src/scss/_vendor/hamburger/_base.scss */
.hamburger-inner::before {
  top: -7px;
}

/* line 66, src/scss/_vendor/hamburger/_base.scss */
.hamburger-inner::after {
  bottom: -7px;
}

/*
   * Spring
   */
/* line 6, src/scss/_vendor/hamburger/types/_spring.scss */
.hamburger--spring .hamburger-inner {
  top: 1px;
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

/* line 10, src/scss/_vendor/hamburger/types/_spring.scss */
.hamburger--spring .hamburger-inner::before {
  top: 7px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 16, src/scss/_vendor/hamburger/types/_spring.scss */
.hamburger--spring .hamburger-inner::after {
  top: 14px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 24, src/scss/_vendor/hamburger/types/_spring.scss */
.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent;
}

/* line 28, src/scss/_vendor/hamburger/types/_spring.scss */
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

/* line 35, src/scss/_vendor/hamburger/types/_spring.scss */
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 7px, 0) rotate(-45deg);
          transform: translate3d(0, 7px, 0) rotate(-45deg);
}

@font-face {
  font-family: "iconFont";
  src: url("../fonts/iconFont.eot");
  src: url("../fonts/iconFont.eot?#iefix") format("eot"), url("../fonts/iconFont.woff2") format("woff2"), url("../fonts/iconFont.woff") format("woff"), url("../fonts/iconFont.ttf") format("truetype"), url("../fonts/iconFont.svg#iconFont") format("svg");
}

/* line 23, src/scss/_generated/_spriteFont.scss */
.icon-browser_not_supported:before, .icon-build:before, .icon-build_circle:before, .icon-campaign:before, .icon-construction:before, .icon-developer_board:before, .icon-devices:before, .icon-games:before, .icon-linkedin:before, .icon-pause:before, .icon-phonelink_lock:before, .icon-play:before, .icon-quotes:before, .icon-search:before, .icon-security:before, .icon-twitter:before, .icon-warning:before {
  font-family: "iconFont", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

/* line 86, src/scss/_generated/_spriteFont.scss */
.icon-browser_not_supported:before {
  content: "";
}

/* line 86, src/scss/_generated/_spriteFont.scss */
.icon-build:before {
  content: "";
}

/* line 86, src/scss/_generated/_spriteFont.scss */
.icon-build_circle:before {
  content: "";
}

/* line 86, src/scss/_generated/_spriteFont.scss */
.icon-campaign:before {
  content: "";
}

/* line 86, src/scss/_generated/_spriteFont.scss */
.icon-construction:before {
  content: "";
}

/* line 86, src/scss/_generated/_spriteFont.scss */
.icon-developer_board:before {
  content: "";
}

/* line 86, src/scss/_generated/_spriteFont.scss */
.icon-devices:before {
  content: "";
}

/* line 86, src/scss/_generated/_spriteFont.scss */
.icon-games:before {
  content: "";
}

/* line 86, src/scss/_generated/_spriteFont.scss */
.icon-linkedin:before {
  content: "";
}

/* line 86, src/scss/_generated/_spriteFont.scss */
.icon-pause:before {
  content: "";
}

/* line 86, src/scss/_generated/_spriteFont.scss */
.icon-phonelink_lock:before {
  content: "";
}

/* line 86, src/scss/_generated/_spriteFont.scss */
.icon-play:before {
  content: "";
}

/* line 86, src/scss/_generated/_spriteFont.scss */
.icon-quotes:before {
  content: "";
}

/* line 86, src/scss/_generated/_spriteFont.scss */
.icon-search:before {
  content: "";
}

/* line 86, src/scss/_generated/_spriteFont.scss */
.icon-security:before {
  content: "";
}

/* line 86, src/scss/_generated/_spriteFont.scss */
.icon-twitter:before {
  content: "";
}

/* line 86, src/scss/_generated/_spriteFont.scss */
.icon-warning:before {
  content: "";
}

@font-face {
  font-family: "Verdana";
  src: url("../fonts/Verdana.woff2") format("woff2"), url("../fonts/Verdana.woff") format("woff"), url("../fonts/Verdana.ttf") format("truetype"), url("../fonts/Verdana.svg#Verdana") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Verdana";
  src: url("../fonts/Verdana-Bold.woff2") format("woff2"), url("../fonts/Verdana-Bold.woff") format("woff"), url("../fonts/Verdana-Bold.ttf") format("truetype"), url("../fonts/Verdana-Bold.svg#Verdana") format("svg");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "SegoeUI";
  src: url("../fonts/SegoeUI.woff2") format("woff2"), url("../fonts/SegoeUI.woff") format("woff"), url("../fonts/SegoeUI.ttf") format("truetype"), url("../fonts/SegoeUI.svg#SegoeUI") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "SegoeUI";
  src: url("../fonts/SegoeUI-Bold.woff2") format("woff2"), url("../fonts/SegoeUI-Bold.woff") format("woff"), url("../fonts/SegoeUI-Bold.ttf") format("truetype"), url("../fonts/SegoeUI-Bold.svg#SegoeUI") format("svg");
  font-style: normal;
  font-weight: 700;
}

/* line 1, src/scss/_shared/_main-setting-reset.scss */
html,
body {
  width: 100%;
  min-height: 100%;
}

/* line 6, src/scss/_shared/_main-setting-reset.scss */
html.is-hideScroll,
body.is-hideScroll {
  overflow: hidden !important;
}

/* line 12, src/scss/_shared/_main-setting-reset.scss */
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 18, src/scss/_shared/_main-setting-reset.scss */
body {
  overflow-x: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #fff;
  line-height: 1.42857143;
  font-size: 14px;
  font-weight: normal;
  font-family: "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 32, src/scss/_shared/_main-setting-reset.scss */
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding-top: 80px;
}

@media screen and (max-width: 1023px) {
  /* line 32, src/scss/_shared/_main-setting-reset.scss */
  body {
    padding-top: 65px;
  }
}

/* line 41, src/scss/_shared/_main-setting-reset.scss */
body > .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/* line 47, src/scss/_shared/_main-setting-reset.scss */
body > .body--start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 54, src/scss/_shared/_main-setting-reset.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 57, src/scss/_shared/_main-setting-reset.scss */
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 64, src/scss/_shared/_main-setting-reset.scss */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  margin: 0;
}

/* line 74, src/scss/_shared/_main-setting-reset.scss */
button,
input {
  overflow: visible;
}

/* line 80, src/scss/_shared/_main-setting-reset.scss */
button[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

/* line 86, src/scss/_shared/_main-setting-reset.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 92, src/scss/_shared/_main-setting-reset.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 98, src/scss/_shared/_main-setting-reset.scss */
textarea {
  overflow: auto;
}

/* line 103, src/scss/_shared/_main-setting-reset.scss */
p,
h1, h2, h3, h4, h5, h6,
hr {
  margin: 0;
  padding: 0;
}

/* line 111, src/scss/_shared/_main-setting-reset.scss */
ul {
  margin: 0;
  padding: 0;
}

/* line 116, src/scss/_shared/_main-setting-reset.scss */
ul li {
  list-style: none;
}

/* line 122, src/scss/_shared/_main-setting-reset.scss */
a {
  outline: none;
  text-decoration: none;
}

/* line 127, src/scss/_shared/_main-setting-reset.scss */
a:hover, a:focus {
  text-decoration: none;
}

/* line 134, src/scss/_shared/_main-setting-reset.scss */
input[type="text"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 138, src/scss/_shared/_main-setting-reset.scss */
picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 8, src/scss/_shared/_grid.scss */
.c-grid, .c-grid-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

/* line 20, src/scss/_shared/_grid.scss */
.c-grid {
  max-width: 1285px;
}

/* line 26, src/scss/_shared/_grid.scss */
.c-grid-fluid {
  max-width: 100%;
}

/* line 3, src/scss/_shared/_common.scss */
.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 7, src/scss/_shared/_common.scss */
.social__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 11, src/scss/_shared/_common.scss */
.social__link .icon-font {
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
}

/* line 17, src/scss/_shared/_common.scss */
.social__link span {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
}

/* line 27, src/scss/_shared/_common.scss */
.copyright__text {
  font-weight: bold;
  font-size: 12px;
  line-height: 63px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  /* line 27, src/scss/_shared/_common.scss */
  .copyright__text {
    line-height: 1.8;
    text-align: center;
  }
}

/* line 39, src/scss/_shared/_common.scss */
.inner-main {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}

/* line 45, src/scss/_shared/_common.scss */
.inner-main.inner-main--product {
  background-image: url("../img/img-product-main-bg@2x.jpg");
}

/* line 48, src/scss/_shared/_common.scss */
.inner-main.inner-main--solutions {
  background-image: url("../img/img-solution-main-bg@2x.jpg");
}

/* line 51, src/scss/_shared/_common.scss */
.inner-main.inner-main--support {
  background-image: url("../img/img-support-main-bg@2x.jpg");
}

/* line 54, src/scss/_shared/_common.scss */
.inner-main.inner-main--company {
  background-image: url("../img/img-company-main-bg@2x.jpg");
}

/* line 57, src/scss/_shared/_common.scss */
.inner-main.inner-main--terms {
  background-image: url("../img/img-terms-main-bg@2x.jpg");
}

/* line 60, src/scss/_shared/_common.scss */
.inner-main.inner-main--privacy {
  background-image: url("../img/img-privacy-main-bg@2x.jpg");
}

/* line 63, src/scss/_shared/_common.scss */
.inner-main.inner-main--contacts {
  background-image: url("../img/img-contacts-main-bg@2x.jpg");
}

/* line 66, src/scss/_shared/_common.scss */
.inner-main.inner-main--partners {
  background-image: url("../img/img-partners-main-bg@2x.jpg");
}

/* line 70, src/scss/_shared/_common.scss */
.inner-main:before {
  content: '';
  z-index: 1;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(45deg, #cd9dab 0%, #78a193 26%, #7db6d2 68%, #674f56 100%);
  background: -o-linear-gradient(45deg, #cd9dab 0%, #78a193 26%, #7db6d2 68%, #674f56 100%);
  background: linear-gradient(45deg, #cd9dab 0%, #78a193 26%, #7db6d2 68%, #674f56 100%);
}

/* line 82, src/scss/_shared/_common.scss */
.inner-main:after {
  content: '';
  z-index: 2;
  opacity: 0.35;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #040404;
}

/* line 94, src/scss/_shared/_common.scss */
.inner-main__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 380px;
}

@media screen and (max-width: 1279px) {
  /* line 94, src/scss/_shared/_common.scss */
  .inner-main__wrapper {
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  /* line 94, src/scss/_shared/_common.scss */
  .inner-main__wrapper {
    height: 300px;
  }
}

/* line 107, src/scss/_shared/_common.scss */
.inner-main__title {
  padding-bottom: 10px;
}

/* line 110, src/scss/_shared/_common.scss */
.inner-main__title.c-title {
  color: #ffffff;
}

/* line 114, src/scss/_shared/_common.scss */
.inner-main__title-wrapper {
  z-index: 10;
  position: relative;
  padding: 35px 45px;
  border: 3px solid #fff;
}

@media screen and (max-width: 1279px) {
  /* line 114, src/scss/_shared/_common.scss */
  .inner-main__title-wrapper {
    padding: 25px 35px;
  }
}

@media screen and (max-width: 767px) {
  /* line 114, src/scss/_shared/_common.scss */
  .inner-main__title-wrapper {
    padding: 20px 40px;
  }
}

/* line 127, src/scss/_shared/_common.scss */
.inner-main__title-line {
  width: 85px;
  height: 6px;
  background-color: #9ec7db;
}

/* line 1, src/scss/_shared/_magnificPopup.scss */
.c-modal {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

/* line 8, src/scss/_shared/_magnificPopup.scss */
.c-modal#homeVideo {
  max-width: 1024px;
}

/* line 11, src/scss/_shared/_magnificPopup.scss */
.c-modal#homeVideo .mfp-close {
  position: absolute;
  top: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 30px;
  height: 30px;
  color: #ffffff;
}

/* line 23, src/scss/_shared/_magnificPopup.scss */
.c-modal#homeVideo .c-modal__body {
  position: relative;
  height: 600px;
}

@media screen and (max-width: 1023px) {
  /* line 23, src/scss/_shared/_magnificPopup.scss */
  .c-modal#homeVideo .c-modal__body {
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  /* line 23, src/scss/_shared/_magnificPopup.scss */
  .c-modal#homeVideo .c-modal__body {
    height: 380px;
  }
}

/* line 46, src/scss/_shared/_magnificPopup.scss */
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

/* line 52, src/scss/_shared/_magnificPopup.scss */
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 58, src/scss/_shared/_magnificPopup.scss */
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* line 62, src/scss/_shared/_magnificPopup.scss */
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 68, src/scss/_shared/_magnificPopup.scss */
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

/* line 72, src/scss/_shared/_magnificPopup.scss */
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* line 83, src/scss/_shared/_magnificPopup.scss */
.mfp-slide-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

/* line 89, src/scss/_shared/_magnificPopup.scss */
.mfp-slide-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 95, src/scss/_shared/_magnificPopup.scss */
.mfp-slide-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/* line 99, src/scss/_shared/_magnificPopup.scss */
.mfp-slide-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 105, src/scss/_shared/_magnificPopup.scss */
.mfp-slide-in.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}

/* line 109, src/scss/_shared/_magnificPopup.scss */
.mfp-slide-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* line 1, src/scss/_shared/_iconFont.scss */
.icon-font {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

/* line 4, src/scss/_macros/_logotype.scss */
.logo__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
}

@media screen and (max-width: 1023px) {
  /* line 4, src/scss/_macros/_logotype.scss */
  .logo__btn {
    max-width: 125px;
  }
}

/* line 12, src/scss/_macros/_logotype.scss */
.logo__img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 3, src/scss/_macros/_title.scss */
.c-title {
  font-size: 33px;
  letter-spacing: 0.04em;
  color: #040404;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  /* line 3, src/scss/_macros/_title.scss */
  .c-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  /* line 3, src/scss/_macros/_title.scss */
  .c-title {
    font-size: 26px;
  }
}

/* line 10, src/scss/_macros/_btn.scss */
.c-btn {
  outline: none;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #d9d9d9;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

/* line 28, src/scss/_macros/_btn.scss */
.c-btn:after {
  content: '';
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  position: absolute;
  width: 0;
  height: 100%;
  top: 50%;
  left: 50%;
  background: #cccccc;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, width 0.3s ease-in-out;
}

/* line 43, src/scss/_macros/_btn.scss */
.c-btn:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

/* line 48, src/scss/_macros/_btn.scss */
.c-btn:hover:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, width 0.3s ease-in-out;
}

/* line 56, src/scss/_macros/_btn.scss */
.c-btn__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 60, src/scss/_macros/_btn.scss */
.c-btn span {
  z-index: 2;
  position: relative;
  text-transform: capitalize;
  color: #040404;
  font-size: 17px;
}

/* line 3, src/scss/_components/common/_header.scss */
.header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #3b3b3b;
}

/* line 11, src/scss/_components/common/_header.scss */
.header__mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  /* line 11, src/scss/_components/common/_header.scss */
  .header__mobile {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.55);
        -ms-transform: scale(0.55);
            transform: scale(0.55);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    z-index: -1;
    overflow: hidden auto;
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% - 65px);
    height: calc(100% - 65px);
    padding: 50px 30px;
    background-color: #3b3b3b;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  /* line 39, src/scss/_components/common/_header.scss */
  .header__mobile.is-open {
    opacity: 1;
    z-index: 1100;
    visibility: visible;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}

/* line 49, src/scss/_components/common/_header.scss */
.header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
}

@media screen and (max-width: 1023px) {
  /* line 49, src/scss/_components/common/_header.scss */
  .header__wrapper {
    height: 65px;
  }
}

/* line 58, src/scss/_components/common/_header.scss */
.header__wrapper-left, .header__wrapper-right {
  width: 200px;
}

@media screen and (max-width: 1023px) {
  /* line 58, src/scss/_components/common/_header.scss */
  .header__wrapper-left, .header__wrapper-right {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 68, src/scss/_components/common/_header.scss */
  .header__wrapper-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

/* line 77, src/scss/_components/common/_header.scss */
.header__wrapper-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  /* line 77, src/scss/_components/common/_header.scss */
  .header__wrapper-middle {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

@media screen and (max-width: 767px) {
  /* line 77, src/scss/_components/common/_header.scss */
  .header__wrapper-middle {
    height: auto;
  }
}

/* line 92, src/scss/_components/common/_header.scss */
.header__wrapper-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 98, src/scss/_components/common/_header.scss */
.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  /* line 98, src/scss/_components/common/_header.scss */
  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 106, src/scss/_components/common/_header.scss */
.header__nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

/* line 111, src/scss/_components/common/_header.scss */
.header__nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 35px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #fff;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

@media screen and (max-width: 1439px) {
  /* line 111, src/scss/_components/common/_header.scss */
  .header__nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1279px) {
  /* line 111, src/scss/_components/common/_header.scss */
  .header__nav-link {
    font-size: 16px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 111, src/scss/_components/common/_header.scss */
  .header__nav-link {
    min-height: 45px;
    font-size: 18px;
  }
}

/* line 137, src/scss/_components/common/_header.scss */
.header__nav-link:hover span:before, .header__nav-link:hover span:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

/* line 147, src/scss/_components/common/_header.scss */
.header__nav-link.is-active {
  background-color: rgba(217, 217, 217, 0.55);
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

/* line 152, src/scss/_components/common/_header.scss */
.header__nav-link span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 158, src/scss/_components/common/_header.scss */
.header__nav-link span:before, .header__nav-link span:after {
  content: '';
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

/* line 171, src/scss/_components/common/_header.scss */
.header__nav-link span:before {
  top: 0;
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px);
}

/* line 176, src/scss/_components/common/_header.scss */
.header__nav-link span:after {
  bottom: 0;
  -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
          transform: translateY(7px);
}

/* line 184, src/scss/_components/common/_header.scss */
.header .hamburger {
  display: none;
}

@media screen and (max-width: 1023px) {
  /* line 184, src/scss/_components/common/_header.scss */
  .header .hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 4, src/scss/_components/common/_footer.scss */
.footer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  /* line 4, src/scss/_components/common/_footer.scss */
  .footer__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 10, src/scss/_components/common/_footer.scss */
.footer__wrapper-1 {
  background-color: #3b3b3b;
  -webkit-box-shadow: 0px -10px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -10px 6px rgba(0, 0, 0, 0.1);
}

/* line 15, src/scss/_components/common/_footer.scss */
.footer__wrapper-2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 53px;
  background-color: #707070;
}

@media screen and (max-width: 767px) {
  /* line 15, src/scss/_components/common/_footer.scss */
  .footer__wrapper-2 {
    padding: 15px 0 15px;
  }
}

/* line 25, src/scss/_components/common/_footer.scss */
.footer__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: 192px;
}

@media screen and (max-width: 767px) {
  /* line 25, src/scss/_components/common/_footer.scss */
  .footer__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 36, src/scss/_components/common/_footer.scss */
.footer__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

@media screen and (max-width: 1023px) {
  /* line 41, src/scss/_components/common/_footer.scss */
  .footer__col-1 {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  /* line 41, src/scss/_components/common/_footer.scss */
  .footer__col-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-right: 0;
    padding-bottom: 25px;
  }
}

/* line 55, src/scss/_components/common/_footer.scss */
.footer__col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  /* line 55, src/scss/_components/common/_footer.scss */
  .footer__col-2 {
    -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;
  }
}

/* line 63, src/scss/_components/common/_footer.scss */
.footer__col-2 > div {
  width: 100%;
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  /* line 63, src/scss/_components/common/_footer.scss */
  .footer__col-2 > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 71, src/scss/_components/common/_footer.scss */
  .footer__col-2 > div:nth-of-type(1) {
    max-width: 100%;
    padding-bottom: 25px;
  }
  /* line 76, src/scss/_components/common/_footer.scss */
  .footer__col-2 > div:nth-of-type(2), .footer__col-2 > div:nth-of-type(3) {
    max-width: 50%;
  }
}

/* line 85, src/scss/_components/common/_footer.scss */
.footer__title {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
}

/* line 92, src/scss/_components/common/_footer.scss */
.footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  /* line 92, src/scss/_components/common/_footer.scss */
  .footer ul {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 99, src/scss/_components/common/_footer.scss */
.footer ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 102, src/scss/_components/common/_footer.scss */
.footer ul li a {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  /* line 102, src/scss/_components/common/_footer.scss */
  .footer ul li a {
    text-align: center;
  }
}

/* line 3, src/scss/_components/homepage/_main.scss */
.main {
  position: relative;
}

/* line 6, src/scss/_components/homepage/_main.scss */
.main__slide {
  height: 100%;
  position: relative;
  padding-bottom: 75px;
}

@media screen and (max-width: 1279px) {
  /* line 6, src/scss/_components/homepage/_main.scss */
  .main__slide {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  /* line 6, src/scss/_components/homepage/_main.scss */
  .main__slide {
    padding-bottom: 75px;
  }
}

/* line 17, src/scss/_components/homepage/_main.scss */
.main__slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 24, src/scss/_components/homepage/_main.scss */
.main__slide-img:before {
  content: '';
  z-index: 1;
  opacity: 0.69;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(45deg, #cd9dab 0%, #78a193 26%, #7db6d2 68%, #674f56 100%);
  background: -o-linear-gradient(45deg, #cd9dab 0%, #78a193 26%, #7db6d2 68%, #674f56 100%);
  background: linear-gradient(45deg, #cd9dab 0%, #78a193 26%, #7db6d2 68%, #674f56 100%);
}

/* line 36, src/scss/_components/homepage/_main.scss */
.main__slide-img:after {
  content: '';
  z-index: 2;
  opacity: 0.35;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #040404;
}

/* line 48, src/scss/_components/homepage/_main.scss */
.main__slide-img img {
  z-index: 0;
}

/* line 54, src/scss/_components/homepage/_main.scss */
.main__slide-content {
  z-index: 5;
  position: relative;
  width: 100%;
  max-width: 692px;
  padding-top: 75px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1279px) {
  /* line 54, src/scss/_components/homepage/_main.scss */
  .main__slide-content {
    padding-top: 50px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 54, src/scss/_components/homepage/_main.scss */
  .main__slide-content {
    padding-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  /* line 54, src/scss/_components/homepage/_main.scss */
  .main__slide-content {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 75, src/scss/_components/homepage/_main.scss */
.main__slide-title {
  padding-bottom: 24px;
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.04em;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 75, src/scss/_components/homepage/_main.scss */
  .main__slide-title {
    font-size: 33px;
  }
}

@media screen and (max-width: 767px) {
  /* line 75, src/scss/_components/homepage/_main.scss */
  .main__slide-title {
    font-size: 30px;
  }
}

/* line 89, src/scss/_components/homepage/_main.scss */
.main__slide-title--hidden {
  opacity: 0;
  visibility: hidden;
}

/* line 95, src/scss/_components/homepage/_main.scss */
.main__slide-desc {
  min-height: 180px;
  padding-bottom: 41px;
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 35px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  /* line 95, src/scss/_components/homepage/_main.scss */
  .main__slide-desc {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  /* line 95, src/scss/_components/homepage/_main.scss */
  .main__slide-desc {
    font-size: 18px;
  }
}

/* line 111, src/scss/_components/homepage/_main.scss */
.main__slide-btn {
  outline: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 210px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 2px solid #cecdcd;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: transparent;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

/* line 127, src/scss/_components/homepage/_main.scss */
.main__slide-btn:after {
  content: '';
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 100%;
  background: #cccccc;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, width 0.3s ease-in-out;
}

/* line 142, src/scss/_components/homepage/_main.scss */
.main__slide-btn:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

/* line 147, src/scss/_components/homepage/_main.scss */
.main__slide-btn:hover:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, width 0.3s ease-in-out;
}

/* line 154, src/scss/_components/homepage/_main.scss */
.main__slide-btn:hover span {
  color: #040404;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 160, src/scss/_components/homepage/_main.scss */
.main__slide-btn span {
  z-index: 2;
  position: relative;
  font-size: 18px;
  text-align: center;
  color: #fff;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 172, src/scss/_components/homepage/_main.scss */
.main .swiper-container {
  height: 510px;
}

@media screen and (max-width: 1279px) {
  /* line 172, src/scss/_components/homepage/_main.scss */
  .main .swiper-container {
    height: 475px;
  }
}

@media screen and (max-width: 767px) {
  /* line 172, src/scss/_components/homepage/_main.scss */
  .main .swiper-container {
    height: auto;
  }
}

/* line 182, src/scss/_components/homepage/_main.scss */
.main .swiper-pagination {
  z-index: 10;
  bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1023px) {
  /* line 182, src/scss/_components/homepage/_main.scss */
  .main .swiper-pagination {
    bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  /* line 182, src/scss/_components/homepage/_main.scss */
  .main .swiper-pagination {
    bottom: 15px;
  }
}

/* line 195, src/scss/_components/homepage/_main.scss */
.main .swiper-pagination-bullet {
  outline: none;
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-left: 11px !important;
  margin-right: 11px !important;
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 767px) {
  /* line 195, src/scss/_components/homepage/_main.scss */
  .main .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
}

/* line 210, src/scss/_components/homepage/_main.scss */
.main .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

/* line 3, src/scss/_components/homepage/_problem.scss */
.problem {
  padding-top: 75px;
  padding-bottom: 155px;
}

@media screen and (max-width: 1023px) {
  /* line 3, src/scss/_components/homepage/_problem.scss */
  .problem {
    padding-bottom: 55px;
  }
}

@media screen and (max-width: 767px) {
  /* line 3, src/scss/_components/homepage/_problem.scss */
  .problem {
    padding-bottom: 35px;
  }
}

/* line 13, src/scss/_components/homepage/_problem.scss */
.problem__title {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  /* line 13, src/scss/_components/homepage/_problem.scss */
  .problem__title {
    padding-bottom: 75px;
  }
}

/* line 20, src/scss/_components/homepage/_problem.scss */
.problem__box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 310px;
  min-height: 170px;
  padding: 20px 15px;
}

@media screen and (max-width: 1023px) {
  /* line 20, src/scss/_components/homepage/_problem.scss */
  .problem__box {
    margin-bottom: 75px;
  }
}

/* line 33, src/scss/_components/homepage/_problem.scss */
.problem__box .icon-font {
  position: absolute;
  color: #646464;
  font-size: 28px;
}

/* line 38, src/scss/_components/homepage/_problem.scss */
.problem__box .icon-font:nth-of-type(1) {
  top: -24px;
  left: -12px;
}

/* line 42, src/scss/_components/homepage/_problem.scss */
.problem__box .icon-font:nth-of-type(2) {
  bottom: -24px;
  right: -12px;
}

/* line 48, src/scss/_components/homepage/_problem.scss */
.problem__box p {
  z-index: 5;
  position: relative;
  font-size: 21px;
  text-align: center;
  color: #040404;
}

@media screen and (max-width: 1023px) {
  /* line 48, src/scss/_components/homepage/_problem.scss */
  .problem__box p {
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  /* line 48, src/scss/_components/homepage/_problem.scss */
  .problem__box p {
    font-size: 17px;
  }
}

/* line 62, src/scss/_components/homepage/_problem.scss */
.problem__box:before, .problem__box:after {
  content: '';
  position: absolute;
  border: 1px solid #707070;
}

/* line 69, src/scss/_components/homepage/_problem.scss */
.problem__box:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 76, src/scss/_components/homepage/_problem.scss */
.problem__box:after {
  top: 5px;
  left: 4px;
  width: -webkit-calc(100% - 8px);
  width: calc(100% - 8px);
  height: -webkit-calc(100% - 10px);
  height: calc(100% - 10px);
}

/* line 83, src/scss/_components/homepage/_problem.scss */
.problem__box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 1023px) {
  /* line 83, src/scss/_components/homepage/_problem.scss */
  .problem__box-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  /* line 83, src/scss/_components/homepage/_problem.scss */
  .problem__box-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 94, src/scss/_components/homepage/_problem.scss */
.problem__box-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px) {
  /* line 94, src/scss/_components/homepage/_problem.scss */
  .problem__box-col {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 100, src/scss/_components/homepage/_problem.scss */
.problem__box-col-1, .problem__box-col-2, .problem__box-col-3 {
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  padding-bottom: 50px;
}

@media screen and (max-width: 1023px) {
  /* line 100, src/scss/_components/homepage/_problem.scss */
  .problem__box-col-1, .problem__box-col-2, .problem__box-col-3 {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 100, src/scss/_components/homepage/_problem.scss */
  .problem__box-col-1, .problem__box-col-2, .problem__box-col-3 {
    width: 100%;
  }
}

/* line 114, src/scss/_components/homepage/_problem.scss */
.problem__box-col-2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 118, src/scss/_components/homepage/_problem.scss */
.problem__box-col-3 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1023px) {
  /* line 118, src/scss/_components/homepage/_problem.scss */
  .problem__box-col-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 125, src/scss/_components/homepage/_problem.scss */
.problem__box-col-4, .problem__box-col-5 {
  width: 50%;
  padding-top: 50px;
}

@media screen and (max-width: 1023px) {
  /* line 125, src/scss/_components/homepage/_problem.scss */
  .problem__box-col-4, .problem__box-col-5 {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 125, src/scss/_components/homepage/_problem.scss */
  .problem__box-col-4, .problem__box-col-5 {
    width: 100%;
  }
}

/* line 137, src/scss/_components/homepage/_problem.scss */
.problem__box-col-4 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 100px;
}

@media screen and (max-width: 1279px) {
  /* line 137, src/scss/_components/homepage/_problem.scss */
  .problem__box-col-4 {
    padding-right: 50px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 137, src/scss/_components/homepage/_problem.scss */
  .problem__box-col-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }
}

/* line 149, src/scss/_components/homepage/_problem.scss */
.problem__box-col-5 {
  padding-left: 100px;
}

@media screen and (max-width: 1279px) {
  /* line 149, src/scss/_components/homepage/_problem.scss */
  .problem__box-col-5 {
    padding-left: 50px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 149, src/scss/_components/homepage/_problem.scss */
  .problem__box-col-5 {
    padding-left: 0;
  }
}

/* line 3, src/scss/_components/homepage/_see.scss */
.see {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d9d9d9;
}

@media screen and (max-width: 1023px) {
  /* line 3, src/scss/_components/homepage/_see.scss */
  .see {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

/* line 12, src/scss/_components/homepage/_see.scss */
.see__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
}

@media screen and (max-width: 767px) {
  /* line 12, src/scss/_components/homepage/_see.scss */
  .see__wrapper {
    height: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 21, src/scss/_components/homepage/_see.scss */
.see__wrapper-left, .see__wrapper-right {
  width: 50%;
  height: 100%;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  /* line 21, src/scss/_components/homepage/_see.scss */
  .see__wrapper-left, .see__wrapper-right {
    width: 100%;
    height: 320px;
  }
}

/* line 32, src/scss/_components/homepage/_see.scss */
.see__wrapper-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 88px;
}

@media screen and (max-width: 1023px) {
  /* line 32, src/scss/_components/homepage/_see.scss */
  .see__wrapper-left {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  /* line 32, src/scss/_components/homepage/_see.scss */
  .see__wrapper-left {
    padding-right: 15px;
  }
}

/* line 45, src/scss/_components/homepage/_see.scss */
.see__wrapper-right {
  position: relative;
  background-image: url("../img/img-see-poster.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}

/* line 53, src/scss/_components/homepage/_see.scss */
.see__wrapper-right.is-play:before, .see__wrapper-right.is-play:after {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* line 61, src/scss/_components/homepage/_see.scss */
.see__wrapper-right.is-play .see__play .icon-font {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

/* line 64, src/scss/_components/homepage/_see.scss */
.see__wrapper-right.is-play .see__play .icon-font.icon-play {
  opacity: 0;
  visibility: hidden;
}

/* line 68, src/scss/_components/homepage/_see.scss */
.see__wrapper-right.is-play .see__play .icon-font.icon-pause {
  opacity: 1;
  visibility: visible;
}

/* line 76, src/scss/_components/homepage/_see.scss */
.see__wrapper-right:before, .see__wrapper-right:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* line 86, src/scss/_components/homepage/_see.scss */
.see__wrapper-right:before {
  content: '';
  z-index: 1;
  opacity: 0.62;
  background: -webkit-linear-gradient(45deg, #cd9dab 0%, #78a193 26%, #7db6d2 68%, #674f56 100%);
  background: -o-linear-gradient(45deg, #cd9dab 0%, #78a193 26%, #7db6d2 68%, #674f56 100%);
  background: linear-gradient(45deg, #cd9dab 0%, #78a193 26%, #7db6d2 68%, #674f56 100%);
}

/* line 93, src/scss/_components/homepage/_see.scss */
.see__wrapper-right:after {
  content: '';
  z-index: 2;
  opacity: 0.35;
  background-color: #040404;
}

/* line 102, src/scss/_components/homepage/_see.scss */
.see__content {
  width: 100%;
  max-width: 392px;
}

/* line 107, src/scss/_components/homepage/_see.scss */
.see__title {
  width: 100%;
  max-width: 353px;
  padding-bottom: 60px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  /* line 107, src/scss/_components/homepage/_see.scss */
  .see__title {
    padding-bottom: 40px;
  }
}

/* line 117, src/scss/_components/homepage/_see.scss */
.see__line {
  position: absolute;
}

/* line 120, src/scss/_components/homepage/_see.scss */
.see__line-1 {
  opacity: 0.49;
  top: 18px;
  left: 14px;
  width: 8px;
  height: 148px;
  background-color: #9ec7db;
}

/* line 129, src/scss/_components/homepage/_see.scss */
.see__line-2 {
  left: 14px;
  bottom: 28px;
  width: 148px;
  height: 8px;
  background-color: #cd9dab;
  opacity: 0.36;
}

@media screen and (max-width: 767px) {
  /* line 139, src/scss/_components/homepage/_see.scss */
  .see__btn {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 144, src/scss/_components/homepage/_see.scss */
.see__btn .c-btn {
  text-align: center;
}

@media screen and (max-width: 767px) {
  /* line 144, src/scss/_components/homepage/_see.scss */
  .see__btn .c-btn {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* line 151, src/scss/_components/homepage/_see.scss */
.see__btn .c-btn:nth-of-type(1) {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  /* line 151, src/scss/_components/homepage/_see.scss */
  .see__btn .c-btn:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

/* line 161, src/scss/_components/homepage/_see.scss */
.see__play {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: transparent;
  -webkit-transition: border-width 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: border-width 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: border-width 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

/* line 177, src/scss/_components/homepage/_see.scss */
.see__play:hover {
  border-width: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: border-width 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: border-width 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: border-width 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

/* line 182, src/scss/_components/homepage/_see.scss */
.see__play:hover .icon-font {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

/* line 188, src/scss/_components/homepage/_see.scss */
.see__play .icon-font {
  position: relative;
  left: 3px;
  font-size: 28px;
  color: #ffffff;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

/* line 196, src/scss/_components/homepage/_see.scss */
.see__play .icon-font.icon-pause {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 3, src/scss/_components/homepage/_enterprise.scss */
.enterprise {
  padding-top: 100px;
  padding-bottom: 155px;
}

@media screen and (max-width: 767px) {
  /* line 3, src/scss/_components/homepage/_enterprise.scss */
  .enterprise {
    padding-top: 55px;
    padding-bottom: 100px;
  }
}

/* line 11, src/scss/_components/homepage/_enterprise.scss */
.enterprise__title {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  /* line 11, src/scss/_components/homepage/_enterprise.scss */
  .enterprise__title {
    padding-bottom: 75px;
  }
}

/* line 18, src/scss/_components/homepage/_enterprise.scss */
.enterprise__box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 725px;
  min-height: 160px;
  -webkit-border-radius: 88.5px;
          border-radius: 88.5px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #e6e6e6;
}

@media screen and (max-width: 767px) {
  /* line 18, src/scss/_components/homepage/_enterprise.scss */
  .enterprise__box {
    -webkit-border-radius: 25px;
            border-radius: 25px;
  }
}

/* line 32, src/scss/_components/homepage/_enterprise.scss */
.enterprise__box-1 .enterprise__box-badge {
  background-color: #9EC7DB;
}

/* line 35, src/scss/_components/homepage/_enterprise.scss */
.enterprise__box-1 .enterprise__box-badge:before {
  border-bottom-color: #66ABCC;
}

/* line 41, src/scss/_components/homepage/_enterprise.scss */
.enterprise__box-2 .enterprise__box-badge {
  background-color: #CD9DAB;
}

/* line 44, src/scss/_components/homepage/_enterprise.scss */
.enterprise__box-2 .enterprise__box-badge:before {
  border-bottom-color: #B48190;
}

/* line 50, src/scss/_components/homepage/_enterprise.scss */
.enterprise__box-3 .enterprise__box-badge {
  background-color: #78A193;
}

/* line 53, src/scss/_components/homepage/_enterprise.scss */
.enterprise__box-3 .enterprise__box-badge:before {
  border-bottom-color: #56776C;
}

/* line 59, src/scss/_components/homepage/_enterprise.scss */
.enterprise__box-4 .enterprise__box-badge {
  background-color: #E5AC71;
}

/* line 62, src/scss/_components/homepage/_enterprise.scss */
.enterprise__box-4 .enterprise__box-badge:before {
  border-bottom-color: #C38749;
}

/* line 68, src/scss/_components/homepage/_enterprise.scss */
.enterprise__box > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 71, src/scss/_components/homepage/_enterprise.scss */
.enterprise__box > div:nth-of-type(1) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 215px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  /* line 71, src/scss/_components/homepage/_enterprise.scss */
  .enterprise__box > div:nth-of-type(1) {
    padding: 0;
    width: auto;
  }
}

/* line 80, src/scss/_components/homepage/_enterprise.scss */
.enterprise__box > div:nth-of-type(2) {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  /* line 80, src/scss/_components/homepage/_enterprise.scss */
  .enterprise__box > div:nth-of-type(2) {
    position: relative;
    width: -webkit-calc(100% + 200px);
    width: calc(100% + 200px);
    max-width: -webkit-calc(100% + 200px);
    max-width: calc(100% + 200px);
    min-width: unset;
    padding: 55px 15px 15px;
  }
}

/* line 96, src/scss/_components/homepage/_enterprise.scss */
.enterprise__box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 100, src/scss/_components/homepage/_enterprise.scss */
.enterprise__box-wrapper > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 53px;
}

/* line 104, src/scss/_components/homepage/_enterprise.scss */
.enterprise__box-wrapper > div:nth-of-type(even) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 110, src/scss/_components/homepage/_enterprise.scss */
.enterprise__box-badge {
  position: relative;
  top: -13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 135px;
  height: 75px;
  -webkit-border-radius: 0 0 8px 8px;
          border-radius: 0 0 8px 8px;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  /* line 110, src/scss/_components/homepage/_enterprise.scss */
  .enterprise__box-badge {
    position: absolute;
    top: -26px;
    left: 50px;
    height: 55px;
  }
}

/* line 127, src/scss/_components/homepage/_enterprise.scss */
.enterprise__box-badge:before {
  content: '';
  z-index: 0;
  position: absolute;
  top: 0;
  left: -26px;
  width: 0;
  height: 0;
  border-bottom: 26px solid red;
  border-left: 26px solid transparent;
}

/* line 139, src/scss/_components/homepage/_enterprise.scss */
.enterprise__box-badge span {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 72px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  /* line 139, src/scss/_components/homepage/_enterprise.scss */
  .enterprise__box-badge span {
    font-size: 18px;
    line-height: 55px;
  }
}

/* line 152, src/scss/_components/homepage/_enterprise.scss */
.enterprise__box p {
  font-size: 18px;
  line-height: 36px;
  color: #040404;
}

/* line 3, src/scss/_components/homepage/_trust.scss */
.trust {
  position: relative;
  background-image: url("../img/img-trust-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}

/* line 10, src/scss/_components/homepage/_trust.scss */
.trust:before {
  content: '';
  z-index: 1;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(45deg, #cd9dab 0%, #78a193 26%, #7db6d2 68%, #674f56 100%);
  background: -o-linear-gradient(45deg, #cd9dab 0%, #78a193 26%, #7db6d2 68%, #674f56 100%);
  background: linear-gradient(45deg, #cd9dab 0%, #78a193 26%, #7db6d2 68%, #674f56 100%);
}

/* line 22, src/scss/_components/homepage/_trust.scss */
.trust:after {
  content: '';
  z-index: 2;
  opacity: 0.35;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #040404;
}

/* line 34, src/scss/_components/homepage/_trust.scss */
.trust__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 300px;
}

/* line 41, src/scss/_components/homepage/_trust.scss */
.trust__title {
  z-index: 10;
  position: relative;
  color: #ffffff;
}

/* line 3, src/scss/_components/homepage/_description.scss */
.description {
  position: relative;
  padding-top: 75px;
  padding-bottom: 100px;
}

/* line 8, src/scss/_components/homepage/_description.scss */
.description:before {
  content: '';
  opacity: 0.59;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(45deg, #78a193 0%, #c38749 26%, #7db6d2 68%, #cd9dab 100%);
  background: -o-linear-gradient(45deg, #78a193 0%, #c38749 26%, #7db6d2 68%, #cd9dab 100%);
  background: linear-gradient(45deg, #78a193 0%, #c38749 26%, #7db6d2 68%, #cd9dab 100%);
}

/* line 19, src/scss/_components/homepage/_description.scss */
.description__box {
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 430px;
}

@media screen and (max-width: 1023px) {
  /* line 19, src/scss/_components/homepage/_description.scss */
  .description__box {
    max-width: 100%;
  }
}

/* line 30, src/scss/_components/homepage/_description.scss */
.description__box-1 .description__box-head:before,
.description__box-1 .description__box-head > div {
  background-color: #9EC7DB;
}

/* line 38, src/scss/_components/homepage/_description.scss */
.description__box-2 .description__box-head:before,
.description__box-2 .description__box-head > div {
  background-color: #78A193;
}

/* line 46, src/scss/_components/homepage/_description.scss */
.description__box-3 .description__box-head:before,
.description__box-3 .description__box-head > div {
  background-color: #CD9DAB;
}

/* line 54, src/scss/_components/homepage/_description.scss */
.description__box-4 .description__box-head:before,
.description__box-4 .description__box-head > div {
  background-color: #C38749;
}

/* line 61, src/scss/_components/homepage/_description.scss */
.description__box:before {
  content: '';
  z-index: 0;
  position: absolute;
  top: 30px;
  left: -30px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* line 73, src/scss/_components/homepage/_description.scss */
.description__box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  /* line 73, src/scss/_components/homepage/_description.scss */
  .description__box-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 84, src/scss/_components/homepage/_description.scss */
.description__box-wrapper > div {
  width: 50%;
  padding-bottom: 35px;
}

@media screen and (max-width: 1023px) {
  /* line 84, src/scss/_components/homepage/_description.scss */
  .description__box-wrapper > div {
    width: 100% !important;
    max-width: -webkit-calc((100% - 15px) / 2);
    max-width: calc((100% - 15px) / 2);
  }
}

@media screen and (max-width: 767px) {
  /* line 84, src/scss/_components/homepage/_description.scss */
  .description__box-wrapper > div {
    max-width: 100%;
  }
}

/* line 95, src/scss/_components/homepage/_description.scss */
.description__box-wrapper > div:nth-of-type(2), .description__box-wrapper > div:nth-of-type(4) {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  /* line 95, src/scss/_components/homepage/_description.scss */
  .description__box-wrapper > div:nth-of-type(2), .description__box-wrapper > div:nth-of-type(4) {
    padding-top: 0;
  }
}

/* line 103, src/scss/_components/homepage/_description.scss */
.description__box-wrapper > div:nth-of-type(1) {
  padding-right: 80px;
}

@media screen and (max-width: 1023px) {
  /* line 103, src/scss/_components/homepage/_description.scss */
  .description__box-wrapper > div:nth-of-type(1) {
    padding-right: 0;
  }
}

/* line 110, src/scss/_components/homepage/_description.scss */
.description__box-wrapper > div:nth-of-type(2) {
  padding-left: 35px;
}

@media screen and (max-width: 1023px) {
  /* line 110, src/scss/_components/homepage/_description.scss */
  .description__box-wrapper > div:nth-of-type(2) {
    padding-left: 0;
  }
}

/* line 117, src/scss/_components/homepage/_description.scss */
.description__box-wrapper > div:nth-of-type(3) {
  padding-right: 80px;
  padding-left: 40px;
}

@media screen and (max-width: 1279px) {
  /* line 117, src/scss/_components/homepage/_description.scss */
  .description__box-wrapper > div:nth-of-type(3) {
    padding-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  /* line 117, src/scss/_components/homepage/_description.scss */
  .description__box-wrapper > div:nth-of-type(3) {
    padding-left: 0;
  }
}

/* line 128, src/scss/_components/homepage/_description.scss */
.description__box-wrapper > div:nth-of-type(4) {
  padding-left: 75px;
}

@media screen and (max-width: 1023px) {
  /* line 128, src/scss/_components/homepage/_description.scss */
  .description__box-wrapper > div:nth-of-type(4) {
    padding-left: 0;
  }
}

/* line 137, src/scss/_components/homepage/_description.scss */
.description__box-content {
  z-index: 5;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 335px;
  -webkit-border-radius: 11px;
          border-radius: 11px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

/* line 151, src/scss/_components/homepage/_description.scss */
.description__box-head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 65px;
  -webkit-box-shadow: 0 1.67px 1.67px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1.67px 1.67px rgba(0, 0, 0, 0.3);
}

/* line 159, src/scss/_components/homepage/_description.scss */
.description__box-head:before {
  content: '';
  position: absolute;
  bottom: -13px;
  right: 30px;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: 0 1.67px 1.67px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1.67px 1.67px rgba(0, 0, 0, 0.3);
}

/* line 170, src/scss/_components/homepage/_description.scss */
.description__box-head > div {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 11px 11px 0 0;
          border-radius: 11px 11px 0 0;
}

@media screen and (max-width: 767px) {
  /* line 170, src/scss/_components/homepage/_description.scss */
  .description__box-head > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px 15px;
  }
}

/* line 184, src/scss/_components/homepage/_description.scss */
.description__box-head p {
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 65px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 184, src/scss/_components/homepage/_description.scss */
  .description__box-head p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  /* line 184, src/scss/_components/homepage/_description.scss */
  .description__box-head p {
    line-height: normal;
  }
}

/* line 200, src/scss/_components/homepage/_description.scss */
.description__box-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 1px;
  max-height: 100%;
  padding: 30px;
}

/* line 208, src/scss/_components/homepage/_description.scss */
.description__box-body ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 212, src/scss/_components/homepage/_description.scss */
.description__box-body ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 35px;
  color: #000;
}

@media screen and (max-width: 1023px) {
  /* line 212, src/scss/_components/homepage/_description.scss */
  .description__box-body ul li {
    font-size: 15px;
    line-height: 30px;
  }
}

/* line 3, src/scss/_components/homepage/_ecosystem.scss */
.ecosystem {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d9d9d9;
}

@media screen and (max-width: 1023px) {
  /* line 3, src/scss/_components/homepage/_ecosystem.scss */
  .ecosystem {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

/* line 12, src/scss/_components/homepage/_ecosystem.scss */
.ecosystem__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
}

@media screen and (max-width: 767px) {
  /* line 12, src/scss/_components/homepage/_ecosystem.scss */
  .ecosystem__wrapper {
    height: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 20, src/scss/_components/homepage/_ecosystem.scss */
.ecosystem__wrapper-left, .ecosystem__wrapper-right {
  width: 50%;
  height: 100%;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  /* line 20, src/scss/_components/homepage/_ecosystem.scss */
  .ecosystem__wrapper-left, .ecosystem__wrapper-right {
    width: 100%;
    height: 320px;
  }
}

/* line 31, src/scss/_components/homepage/_ecosystem.scss */
.ecosystem__wrapper-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  background-image: url("../img/img-ecosystem-bg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}

/* line 42, src/scss/_components/homepage/_ecosystem.scss */
.ecosystem__wrapper-left:before {
  content: '';
  z-index: 1;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(45deg, #cd9dab 0%, #78a193 26%, #7db6d2 68%, #674f56 100%);
  background: -o-linear-gradient(45deg, #cd9dab 0%, #78a193 26%, #7db6d2 68%, #674f56 100%);
  background: linear-gradient(45deg, #cd9dab 0%, #78a193 26%, #7db6d2 68%, #674f56 100%);
}

/* line 54, src/scss/_components/homepage/_ecosystem.scss */
.ecosystem__wrapper-left:after {
  content: '';
  z-index: 2;
  opacity: 0.35;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #040404;
}

/* line 68, src/scss/_components/homepage/_ecosystem.scss */
.ecosystem__title {
  z-index: 5;
  position: relative;
  color: #ffffff;
}

/* line 74, src/scss/_components/homepage/_ecosystem.scss */
.ecosystem__img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 79, src/scss/_components/homepage/_ecosystem.scss */
.ecosystem__img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

/* line 86, src/scss/_components/homepage/_ecosystem.scss */
.ecosystem__img-wrapper > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  width: 100%;
  max-width: -webkit-calc(100% / 2);
  max-width: calc(100% / 2);
  height: 50%;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  /* line 86, src/scss/_components/homepage/_ecosystem.scss */
  .ecosystem__img-wrapper > div {
    padding: 15px;
  }
}

/* line 101, src/scss/_components/homepage/_ecosystem.scss */
.ecosystem__img a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 3, src/scss/_components/homepage/_try.scss */
.try {
  padding-top: 125px;
  padding-bottom: 125px;
}

@media screen and (max-width: 767px) {
  /* line 3, src/scss/_components/homepage/_try.scss */
  .try {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

/* line 11, src/scss/_components/homepage/_try.scss */
.try__title {
  padding-bottom: 30px;
}

/* line 14, src/scss/_components/homepage/_try.scss */
.try__title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 19, src/scss/_components/homepage/_try.scss */
.try__title-wrapper > div {
  margin-left: auto;
  margin-right: auto;
}

/* line 26, src/scss/_components/homepage/_try.scss */
.try__desc {
  padding-bottom: 78px;
  font-size: 24px;
  letter-spacing: 0.17em;
  line-height: 92px;
  color: #030303;
}

@media screen and (max-width: 1365px) {
  /* line 26, src/scss/_components/homepage/_try.scss */
  .try__desc {
    line-height: 2;
  }
}

@media screen and (max-width: 1279px) {
  /* line 26, src/scss/_components/homepage/_try.scss */
  .try__desc {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  /* line 26, src/scss/_components/homepage/_try.scss */
  .try__desc {
    padding-bottom: 55px;
    font-size: 18px;
  }
}

/* line 44, src/scss/_components/homepage/_try.scss */
.try__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px) {
  /* line 44, src/scss/_components/homepage/_try.scss */
  .try__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 50, src/scss/_components/homepage/_try.scss */
.try__wrapper-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-top: 24px;
  padding-right: 60px;
}

@media screen and (max-width: 1023px) {
  /* line 50, src/scss/_components/homepage/_try.scss */
  .try__wrapper-left {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 50, src/scss/_components/homepage/_try.scss */
  .try__wrapper-left {
    padding-top: 0;
  }
}

/* line 64, src/scss/_components/homepage/_try.scss */
.try__wrapper-right {
  width: 100%;
  max-width: 500px;
}

@media screen and (max-width: 1023px) {
  /* line 64, src/scss/_components/homepage/_try.scss */
  .try__wrapper-right {
    max-width: 100%;
    padding-top: 50px;
  }
}

/* line 74, src/scss/_components/homepage/_try.scss */
.try__text {
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 40px;
  color: #040404;
}

@media screen and (max-width: 1365px) {
  /* line 74, src/scss/_components/homepage/_try.scss */
  .try__text {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  /* line 74, src/scss/_components/homepage/_try.scss */
  .try__text {
    font-size: 18px;
  }
}

/* line 86, src/scss/_components/homepage/_try.scss */
.try__text:not(:last-of-type) {
  padding-bottom: 30px;
}

/* line 90, src/scss/_components/homepage/_try.scss */
.try__text-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 60px;
}

/* line 97, src/scss/_components/homepage/_try.scss */
.try__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  /* line 97, src/scss/_components/homepage/_try.scss */
  .try__info {
    padding-right: 0;
  }
}

/* line 105, src/scss/_components/homepage/_try.scss */
.try__info-title {
  padding-bottom: 15px;
  font-size: 18px;
  color: #040404;
}

/* line 111, src/scss/_components/homepage/_try.scss */
.try__info a {
  font-size: 18px;
  color: #040404;
}

/* line 117, src/scss/_components/homepage/_try.scss */
.try__form {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 517px;
  min-height: 481px;
  padding: 30px 35px 45px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  border: 1px solid rgba(112, 112, 112, 0.3);
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 117, src/scss/_components/homepage/_try.scss */
  .try__form {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  /* line 117, src/scss/_components/homepage/_try.scss */
  .try__form {
    min-height: auto;
    padding: 20px 15px;
  }
}

/* line 137, src/scss/_components/homepage/_try.scss */
.try__form-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
}

/* line 144, src/scss/_components/homepage/_try.scss */
.try__form-field.is-error label {
  color: #cc0000;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 149, src/scss/_components/homepage/_try.scss */
.try__form-field.is-error input,
.try__form-field.is-error textarea {
  border-color: #cc0000;
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

/* line 156, src/scss/_components/homepage/_try.scss */
.try__form-field--btn {
  padding-top: 28px;
}

/* line 160, src/scss/_components/homepage/_try.scss */
.try__form-field label.error {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 20px;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  color: #cc0000;
}

/* line 174, src/scss/_components/homepage/_try.scss */
.try__form-loader {
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* line 189, src/scss/_components/homepage/_try.scss */
.try__form-loader.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* line 195, src/scss/_components/homepage/_try.scss */
.try__form-loader #bowlG {
  position: relative;
  width: 58px;
  height: 58px;
  margin: auto;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0.75;
}

/* line 205, src/scss/_components/homepage/_try.scss */
.try__form-loader #bowl_ringG {
  position: absolute;
  width: 58px;
  height: 58px;
  border: 5px solid #030303;
  -webkit-border-radius: 58px;
          border-radius: 58px;
}

/* line 213, src/scss/_components/homepage/_try.scss */
.try__form-loader .ball_holderG {
  position: absolute;
  width: 16px;
  height: 58px;
  left: 21px;
  top: 0px;
  -webkit-animation-name: ball_moveG;
          animation-name: ball_moveG;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/* line 225, src/scss/_components/homepage/_try.scss */
.try__form-loader .ballG {
  position: absolute;
  left: 0px;
  top: -14px;
  width: 23px;
  height: 23px;
  background: #030303;
  -webkit-border-radius: 19px;
          border-radius: 19px;
}

@-webkit-keyframes ball_moveG {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes ball_moveG {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* line 246, src/scss/_components/homepage/_try.scss */
.try__form-message {
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* line 262, src/scss/_components/homepage/_try.scss */
.try__form-message.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* line 268, src/scss/_components/homepage/_try.scss */
.try__form-message p {
  text-align: center;
  line-height: 1.6;
  font-size: 20px;
  color: #030303;
}

/* line 276, src/scss/_components/homepage/_try.scss */
.try__form label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 1;
  color: #030303;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  /* line 276, src/scss/_components/homepage/_try.scss */
  .try__form label {
    font-size: 18px;
  }
}

/* line 288, src/scss/_components/homepage/_try.scss */
.try__form input,
.try__form textarea {
  outline: none;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid rgba(112, 112, 112, 0.3);
  background-color: #fff;
  font-size: 18px;
  line-height: 1;
  color: #030303;
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

/* line 303, src/scss/_components/homepage/_try.scss */
.try__form textarea {
  resize: none;
  height: 115px;
  padding: 15px;
}

/* line 3, src/scss/_components/product/_about.scss */
.pr-about {
  padding-top: 75px;
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  /* line 3, src/scss/_components/product/_about.scss */
  .pr-about {
    padding-top: 55px;
    padding-bottom: 75px;
  }
}

/* line 11, src/scss/_components/product/_about.scss */
.pr-about__desc {
  padding-bottom: 40px;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 42px;
  color: #040404;
}

/* line 19, src/scss/_components/product/_about.scss */
.pr-about .c-btn {
  min-width: 220px;
  margin-left: 25px;
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  /* line 19, src/scss/_components/product/_about.scss */
  .pr-about .c-btn {
    width: 100%;
    max-width: 425px;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 30, src/scss/_components/product/_about.scss */
  .pr-about .c-btn:nth-of-type(1) {
    margin-bottom: 30px;
  }
}

/* line 35, src/scss/_components/product/_about.scss */
.pr-about .c-btn__wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  /* line 35, src/scss/_components/product/_about.scss */
  .pr-about .c-btn__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 3, src/scss/_components/product/_features.scss */
.pr-features {
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  /* line 3, src/scss/_components/product/_features.scss */
  .pr-features {
    padding-bottom: 75px;
  }
}

/* line 9, src/scss/_components/product/_features.scss */
.pr-features__title {
  padding-bottom: 15px;
}

/* line 12, src/scss/_components/product/_features.scss */
.pr-features__title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 55px;
}

/* line 19, src/scss/_components/product/_features.scss */
.pr-features__title-line {
  width: 85px;
  height: 8px;
  background-color: #9ec7db;
}

/* line 26, src/scss/_components/product/_features.scss */
.pr-features__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 29, src/scss/_components/product/_features.scss */
.pr-features__box-1 {
  background-color: rgba(205, 157, 171, 0.15);
}

/* line 32, src/scss/_components/product/_features.scss */
.pr-features__box-2 {
  background-color: rgba(120, 161, 147, 0.15);
}

/* line 35, src/scss/_components/product/_features.scss */
.pr-features__box-3 {
  background-color: rgba(195, 135, 73, 0.15);
}

/* line 38, src/scss/_components/product/_features.scss */
.pr-features__box-4 {
  background-color: rgba(205, 157, 171, 0.15);
}

/* line 41, src/scss/_components/product/_features.scss */
.pr-features__box-5 {
  background-color: rgba(158, 199, 219, 0.15);
}

/* line 45, src/scss/_components/product/_features.scss */
.pr-features__box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 55px;
}

@media screen and (max-width: 767px) {
  /* line 45, src/scss/_components/product/_features.scss */
  .pr-features__box-wrapper {
    padding-bottom: 30px;
  }
}

/* line 53, src/scss/_components/product/_features.scss */
.pr-features__box-wrapper > div {
  padding-bottom: 25px;
}

/* line 58, src/scss/_components/product/_features.scss */
.pr-features__box-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 110px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  /* line 58, src/scss/_components/product/_features.scss */
  .pr-features__box-content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 68, src/scss/_components/product/_features.scss */
.pr-features__box-content > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: -webkit-calc(100% / 3);
  max-width: calc(100% / 3);
}

@media screen and (max-width: 767px) {
  /* line 68, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div {
    max-width: 100%;
  }
  /* line 76, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div:not(:last-child) {
    padding-bottom: 15px;
  }
}

/* line 81, src/scss/_components/product/_features.scss */
.pr-features__box-content > div > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 87, src/scss/_components/product/_features.scss */
.pr-features__box-content > div:nth-of-type(1) > div {
  width: 100%;
  max-width: 377px;
}

/* line 92, src/scss/_components/product/_features.scss */
.pr-features__box-content > div:nth-of-type(2) {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  /* line 92, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div:nth-of-type(2) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* line 98, src/scss/_components/product/_features.scss */
.pr-features__box-content > div:nth-of-type(2) > div {
  width: 100%;
  max-width: 230px;
}

/* line 103, src/scss/_components/product/_features.scss */
.pr-features__box-content > div:nth-of-type(3) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  /* line 103, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div:nth-of-type(3) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* line 109, src/scss/_components/product/_features.scss */
.pr-features__box-content > div:nth-of-type(3) > div {
  width: 100%;
  max-width: 333px;
}

/* line 115, src/scss/_components/product/_features.scss */
.pr-features__box-content > div p {
  width: 80px;
}

@media screen and (max-width: 1023px) {
  /* line 115, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div p {
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  /* line 115, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
  }
}

/* line 128, src/scss/_components/product/_features.scss */
.pr-features__box-content > div .icon-font {
  color: #040404;
}

/* line 131, src/scss/_components/product/_features.scss */
.pr-features__box-content > div .icon-font.icon-devices {
  font-size: 52px;
}

@media screen and (max-width: 1279px) {
  /* line 131, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div .icon-font.icon-devices {
    font-size: 50px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 131, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div .icon-font.icon-devices {
    font-size: 45px;
  }
}

/* line 140, src/scss/_components/product/_features.scss */
.pr-features__box-content > div .icon-font.icon-security {
  font-size: 58px;
}

@media screen and (max-width: 1279px) {
  /* line 140, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div .icon-font.icon-security {
    font-size: 56px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 140, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div .icon-font.icon-security {
    font-size: 51px;
  }
}

/* line 149, src/scss/_components/product/_features.scss */
.pr-features__box-content > div .icon-font.icon-warning {
  font-size: 49px;
}

@media screen and (max-width: 1279px) {
  /* line 149, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div .icon-font.icon-warning {
    font-size: 47px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 149, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div .icon-font.icon-warning {
    font-size: 42px;
  }
}

/* line 158, src/scss/_components/product/_features.scss */
.pr-features__box-content > div .icon-font.icon-browser_not_supported {
  font-size: 47px;
}

@media screen and (max-width: 1279px) {
  /* line 158, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div .icon-font.icon-browser_not_supported {
    font-size: 45px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 158, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div .icon-font.icon-browser_not_supported {
    font-size: 40px;
  }
}

/* line 167, src/scss/_components/product/_features.scss */
.pr-features__box-content > div .icon-font.icon-campaign {
  font-size: 40px;
}

@media screen and (max-width: 1279px) {
  /* line 167, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div .icon-font.icon-campaign {
    font-size: 38px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 167, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div .icon-font.icon-campaign {
    font-size: 33px;
  }
}

/* line 176, src/scss/_components/product/_features.scss */
.pr-features__box-content > div .icon-font.icon-games {
  font-size: 52px;
}

@media screen and (max-width: 1279px) {
  /* line 176, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div .icon-font.icon-games {
    font-size: 50px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 176, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div .icon-font.icon-games {
    font-size: 45px;
  }
}

/* line 185, src/scss/_components/product/_features.scss */
.pr-features__box-content > div .icon-font.icon-phonelink_lock {
  font-size: 57px;
}

@media screen and (max-width: 1279px) {
  /* line 185, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div .icon-font.icon-phonelink_lock {
    font-size: 55px;
  }
}

/* line 191, src/scss/_components/product/_features.scss */
.pr-features__box-content > div .icon-font.icon-build {
  font-size: 52px;
}

@media screen and (max-width: 1279px) {
  /* line 191, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div .icon-font.icon-build {
    font-size: 50px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 191, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div .icon-font.icon-build {
    font-size: 45px;
  }
}

/* line 200, src/scss/_components/product/_features.scss */
.pr-features__box-content > div .icon-font.icon-search {
  font-size: 44px;
}

@media screen and (max-width: 1279px) {
  /* line 200, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div .icon-font.icon-search {
    font-size: 42px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 200, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div .icon-font.icon-search {
    font-size: 37px;
  }
}

/* line 209, src/scss/_components/product/_features.scss */
.pr-features__box-content > div .icon-font.icon-developer_board {
  font-size: 47px;
}

@media screen and (max-width: 1279px) {
  /* line 209, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div .icon-font.icon-developer_board {
    font-size: 45px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 209, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div .icon-font.icon-developer_board {
    font-size: 40px;
  }
}

/* line 218, src/scss/_components/product/_features.scss */
.pr-features__box-content > div .icon-font.icon-construction {
  font-size: 47px;
}

@media screen and (max-width: 1279px) {
  /* line 218, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div .icon-font.icon-construction {
    font-size: 45px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 218, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div .icon-font.icon-construction {
    font-size: 40px;
  }
}

/* line 227, src/scss/_components/product/_features.scss */
.pr-features__box-content > div .icon-font.icon-build_circle {
  font-size: 57px;
}

@media screen and (max-width: 1279px) {
  /* line 227, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div .icon-font.icon-build_circle {
    font-size: 55px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 227, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div .icon-font.icon-build_circle {
    font-size: 50px;
  }
}

/* line 238, src/scss/_components/product/_features.scss */
.pr-features__box-content > div span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  font-size: 21px;
  letter-spacing: 0.04em;
  color: #040404;
  text-transform: capitalize;
}

@media screen and (max-width: 1279px) {
  /* line 238, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div span {
    font-size: 19px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 238, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  /* line 238, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div span {
    padding-left: 10px;
  }
  /* line 255, src/scss/_components/product/_features.scss */
  .pr-features__box-content > div span br {
    display: none;
  }
}

/* line 264, src/scss/_components/product/_features.scss */
.pr-features .c-btn {
  min-width: 220px;
  margin-left: 25px;
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  /* line 264, src/scss/_components/product/_features.scss */
  .pr-features .c-btn {
    width: 100%;
    max-width: 425px;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 275, src/scss/_components/product/_features.scss */
  .pr-features .c-btn:nth-of-type(1) {
    margin-bottom: 30px;
  }
}

/* line 280, src/scss/_components/product/_features.scss */
.pr-features .c-btn__wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  /* line 280, src/scss/_components/product/_features.scss */
  .pr-features .c-btn__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 3, src/scss/_components/solutions/_about.scss */
.s-about {
  overflow: hidden;
  padding-top: 55px;
  padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
  /* line 3, src/scss/_components/solutions/_about.scss */
  .s-about {
    padding-bottom: 100px;
  }
}

/* line 13, src/scss/_components/solutions/_about.scss */
.s-about__wrapper:not(:last-of-type) {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  /* line 13, src/scss/_components/solutions/_about.scss */
  .s-about__wrapper:not(:last-of-type) {
    padding-bottom: 30px;
  }
}

/* line 21, src/scss/_components/solutions/_about.scss */
.s-about__text {
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 39px;
  color: #040404;
}

@media screen and (max-width: 1279px) {
  /* line 21, src/scss/_components/solutions/_about.scss */
  .s-about__text {
    font-size: 18px;
  }
}

/* line 30, src/scss/_components/solutions/_about.scss */
.s-about__text:not(:last-of-type) {
  padding-bottom: 40px;
}

@media screen and (max-width: 1279px) {
  /* line 30, src/scss/_components/solutions/_about.scss */
  .s-about__text:not(:last-of-type) {
    padding-bottom: 30px;
  }
}

/* line 37, src/scss/_components/solutions/_about.scss */
.s-about__text-wrapper {
  padding-top: 40px;
}

/* line 42, src/scss/_components/solutions/_about.scss */
.s-about__title {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #040404;
  -webkit-transform: skewX(30deg);
      -ms-transform: skewX(30deg);
          transform: skewX(30deg);
}

@media screen and (max-width: 767px) {
  /* line 42, src/scss/_components/solutions/_about.scss */
  .s-about__title {
    font-size: 18px;
  }
}

/* line 52, src/scss/_components/solutions/_about.scss */
.s-about__title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 697px;
  padding-top: 50px;
  padding-left: 100px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  /* line 52, src/scss/_components/solutions/_about.scss */
  .s-about__title-wrapper {
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* line 67, src/scss/_components/solutions/_about.scss */
.s-about__title-wrapper.s-about__title--right {
  margin-left: auto;
  padding-left: 0;
  padding-right: 50px;
}

/* line 72, src/scss/_components/solutions/_about.scss */
.s-about__title-wrapper.s-about__title--right .s-about__title-content {
  margin-left: auto;
}

/* line 79, src/scss/_components/solutions/_about.scss */
.s-about__title-wrapper.s-about__title--1 .s-about__title-visual span {
  background-color: #cd9dab;
}

@media screen and (max-width: 767px) {
  /* line 87, src/scss/_components/solutions/_about.scss */
  .s-about__title-wrapper.s-about__title--2 .s-about__title-content {
    padding-left: 0;
    padding-right: 50px;
  }
}

/* line 94, src/scss/_components/solutions/_about.scss */
.s-about__title-wrapper.s-about__title--2 .s-about__title-illustration span {
  background-color: #9ec7db;
}

/* line 102, src/scss/_components/solutions/_about.scss */
.s-about__title-wrapper.s-about__title--3 .s-about__title-visual span {
  background-color: #C38749;
}

@media screen and (max-width: 767px) {
  /* line 110, src/scss/_components/solutions/_about.scss */
  .s-about__title-wrapper.s-about__title--4 .s-about__title-content {
    padding-left: 0;
    padding-right: 50px;
  }
}

/* line 117, src/scss/_components/solutions/_about.scss */
.s-about__title-wrapper.s-about__title--4 .s-about__title-illustration span {
  background-color: #78A193;
}

/* line 124, src/scss/_components/solutions/_about.scss */
.s-about__title-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 597px;
  height: 88px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 15px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 15px 5px rgba(0, 0, 0, 0.15);
  -webkit-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
          transform: skewX(-30deg);
}

@media screen and (max-width: 767px) {
  /* line 124, src/scss/_components/solutions/_about.scss */
  .s-about__title-content {
    height: auto;
    min-height: 75px;
    padding-left: 50px;
  }
}

/* line 141, src/scss/_components/solutions/_about.scss */
.s-about__title-illustration {
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 100%;
  height: -webkit-calc(100% - 40px);
  height: calc(100% - 40px);
}

@media screen and (max-width: 767px) {
  /* line 141, src/scss/_components/solutions/_about.scss */
  .s-about__title-illustration {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
}

/* line 153, src/scss/_components/solutions/_about.scss */
.s-about__title-illustration span {
  position: absolute;
  -webkit-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
          transform: skewX(-30deg);
}

/* line 157, src/scss/_components/solutions/_about.scss */
.s-about__title-illustration span:nth-of-type(1) {
  right: 10px;
  bottom: 10px;
  opacity: 0.5;
  width: 20px;
  height: 100px;
}

/* line 164, src/scss/_components/solutions/_about.scss */
.s-about__title-illustration span:nth-of-type(2) {
  bottom: 0;
  right: 40px;
  width: 40px;
  height: 150px;
}

/* line 170, src/scss/_components/solutions/_about.scss */
.s-about__title-illustration span:nth-of-type(3) {
  bottom: 15px;
  left: -webkit-calc(50% - 25px);
  left: calc(50% - 25px);
  -webkit-transform: translateX(-50%) skewX(-30deg);
      -ms-transform: translateX(-50%) skewX(-30deg);
          transform: translateX(-50%) skewX(-30deg);
  width: 310px;
  height: 27px;
}

/* line 180, src/scss/_components/solutions/_about.scss */
.s-about__title-visual {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  /* line 180, src/scss/_components/solutions/_about.scss */
  .s-about__title-visual {
    left: -50px;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
}

/* line 192, src/scss/_components/solutions/_about.scss */
.s-about__title-visual span {
  position: absolute;
  -webkit-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
          transform: skewX(-30deg);
}

/* line 196, src/scss/_components/solutions/_about.scss */
.s-about__title-visual span:nth-of-type(1) {
  opacity: 0.2;
  top: 50%;
  left: 0;
  -webkit-transform: skewX(-30deg) translateY(-50%);
      -ms-transform: skewX(-30deg) translateY(-50%);
          transform: skewX(-30deg) translateY(-50%);
  width: 20px;
  height: 100px;
}

/* line 204, src/scss/_components/solutions/_about.scss */
.s-about__title-visual span:nth-of-type(2) {
  opacity: 0.5;
  top: 0;
  left: 65px;
  width: 20px;
  height: 100px;
}

/* line 211, src/scss/_components/solutions/_about.scss */
.s-about__title-visual span:nth-of-type(3) {
  opacity: 0.2;
  width: 20px;
  bottom: 0;
  right: 0;
  height: 100px;
}

/* line 218, src/scss/_components/solutions/_about.scss */
.s-about__title-visual span:nth-of-type(4) {
  opacity: 0.5;
  left: -webkit-calc(50% + 15px);
  left: calc(50% + 15px);
  bottom: 10px;
  -webkit-transform: skewX(-30deg) translateX(-50%);
      -ms-transform: skewX(-30deg) translateX(-50%);
          transform: skewX(-30deg) translateX(-50%);
  width: 40px;
  height: 150px;
}

/* line 226, src/scss/_components/solutions/_about.scss */
.s-about__title-visual span:nth-of-type(5) {
  top: 0;
  left: -webkit-calc(50% + 50px);
  left: calc(50% + 50px);
  -webkit-transform: skewX(-30deg) translateX(-50%);
      -ms-transform: skewX(-30deg) translateX(-50%);
          transform: skewX(-30deg) translateX(-50%);
  width: 40px;
  height: 150px;
}

/* line 3, src/scss/_components/support/_about.scss */
.sp-about {
  padding-top: 75px;
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  /* line 3, src/scss/_components/support/_about.scss */
  .sp-about {
    padding-top: 55px;
    padding-bottom: 75px;
  }
}

/* line 12, src/scss/_components/support/_about.scss */
.sp-about__wrapper {
  padding-bottom: 75px;
}

@media screen and (max-width: 767px) {
  /* line 12, src/scss/_components/support/_about.scss */
  .sp-about__wrapper {
    padding-bottom: 50px;
  }
}

/* line 19, src/scss/_components/support/_about.scss */
.sp-about__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}

/* line 27, src/scss/_components/support/_about.scss */
.sp-about__title--1 .sp-about__title-visual span:nth-of-type(1) {
  background-color: rgba(205, 157, 171, 0.5);
}

/* line 30, src/scss/_components/support/_about.scss */
.sp-about__title--1 .sp-about__title-visual span:nth-of-type(2) {
  background-color: #cd9dab;
}

/* line 39, src/scss/_components/support/_about.scss */
.sp-about__title--2 .sp-about__title-visual span:nth-of-type(1) {
  background-color: rgba(158, 199, 219, 0.5);
}

/* line 42, src/scss/_components/support/_about.scss */
.sp-about__title--2 .sp-about__title-visual span:nth-of-type(2) {
  background-color: #9EC7DB;
}

/* line 51, src/scss/_components/support/_about.scss */
.sp-about__title--3 .sp-about__title-visual span:nth-of-type(1) {
  background-color: rgba(120, 161, 147, 0.5);
}

/* line 54, src/scss/_components/support/_about.scss */
.sp-about__title--3 .sp-about__title-visual span:nth-of-type(2) {
  background-color: #78A193;
}

/* line 63, src/scss/_components/support/_about.scss */
.sp-about__title--4 .sp-about__title-visual span:nth-of-type(1) {
  background-color: rgba(195, 135, 73, 0.5);
}

/* line 66, src/scss/_components/support/_about.scss */
.sp-about__title--4 .sp-about__title-visual span:nth-of-type(2) {
  background-color: #C38749;
}

/* line 73, src/scss/_components/support/_about.scss */
.sp-about__title-visual {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 75px;
  margin-right: 15px;
}

/* line 80, src/scss/_components/support/_about.scss */
.sp-about__title-visual span {
  position: absolute;
  height: 55px;
  -webkit-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
          transform: skewX(-30deg);
}

/* line 85, src/scss/_components/support/_about.scss */
.sp-about__title-visual span:nth-of-type(1) {
  left: 11px;
  bottom: 0;
  width: 15px;
}

/* line 90, src/scss/_components/support/_about.scss */
.sp-about__title-visual span:nth-of-type(2) {
  top: 0;
  right: 11px;
  width: 15px;
}

/* line 98, src/scss/_components/support/_about.scss */
.sp-about__title p {
  font-size: 24px;
  letter-spacing: 0.04em;
  color: #040404;
}

@media screen and (max-width: 1279px) {
  /* line 98, src/scss/_components/support/_about.scss */
  .sp-about__title p {
    font-size: 22px;
  }
}

/* line 108, src/scss/_components/support/_about.scss */
.sp-about__desc {
  padding-bottom: 55px;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 42px;
  color: #040404;
}

@media screen and (max-width: 1279px) {
  /* line 108, src/scss/_components/support/_about.scss */
  .sp-about__desc {
    font-size: 18px;
  }
}

/* line 118, src/scss/_components/support/_about.scss */
.sp-about__desc.sp-about__desc--pb0 {
  padding-bottom: 0;
}

/* line 123, src/scss/_components/support/_about.scss */
.sp-about__subtitle {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 42px;
  color: #040404;
}

@media screen and (max-width: 1279px) {
  /* line 123, src/scss/_components/support/_about.scss */
  .sp-about__subtitle {
    font-size: 18px;
  }
}

/* line 3, src/scss/_components/company/_about.scss */
.p-about {
  padding-top: 75px;
  padding-bottom: 250px;
}

@media screen and (max-width: 767px) {
  /* line 3, src/scss/_components/company/_about.scss */
  .p-about {
    padding-top: 55px;
    padding-bottom: 125px;
  }
}

/* line 11, src/scss/_components/company/_about.scss */
.p-about__title {
  padding-bottom: 55px;
  text-align: left;
}

@media screen and (max-width: 1279px) {
  /* line 11, src/scss/_components/company/_about.scss */
  .p-about__title {
    padding-bottom: 30px;
  }
}

/* line 19, src/scss/_components/company/_about.scss */
.p-about__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1279px) {
  /* line 19, src/scss/_components/company/_about.scss */
  .p-about__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 26, src/scss/_components/company/_about.scss */
.p-about__wrapper-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-right: 75px;
}

@media screen and (max-width: 1279px) {
  /* line 26, src/scss/_components/company/_about.scss */
  .p-about__wrapper-left {
    padding-right: 50px;
  }
}

@media screen and (max-width: 1279px) {
  /* line 26, src/scss/_components/company/_about.scss */
  .p-about__wrapper-left {
    padding-right: 0;
    padding-bottom: 50px;
  }
}

/* line 40, src/scss/_components/company/_about.scss */
.p-about__wrapper-right {
  width: 500px;
}

@media screen and (max-width: 1279px) {
  /* line 40, src/scss/_components/company/_about.scss */
  .p-about__wrapper-right {
    width: 100%;
  }
}

/* line 48, src/scss/_components/company/_about.scss */
.p-about__desc {
  width: 100%;
  max-width: 684px;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 56px;
  color: #040404;
}

@media screen and (max-width: 1279px) {
  /* line 48, src/scss/_components/company/_about.scss */
  .p-about__desc {
    font-size: 18px;
  }
}

/* line 61, src/scss/_components/company/_about.scss */
.p-about__img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1279px) {
  /* line 61, src/scss/_components/company/_about.scss */
  .p-about__img {
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 3, src/scss/_components/terms/_about.scss */
.t-about {
  padding-top: 100px;
  padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
  /* line 3, src/scss/_components/terms/_about.scss */
  .t-about {
    padding-top: 55px;
    padding-bottom: 100px;
  }
}

/* line 11, src/scss/_components/terms/_about.scss */
.t-about__desc {
  padding-bottom: 40px;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 42px;
  color: #040404;
}

@media screen and (max-width: 1023px) {
  /* line 11, src/scss/_components/terms/_about.scss */
  .t-about__desc {
    font-size: 18px;
  }
}

/* line 22, src/scss/_components/terms/_about.scss */
.t-about__desc:last-of-type {
  padding-bottom: 80px;
}

@media screen and (max-width: 1023px) {
  /* line 22, src/scss/_components/terms/_about.scss */
  .t-about__desc:last-of-type {
    padding-bottom: 60px;
  }
}

/* line 30, src/scss/_components/terms/_about.scss */
.t-about__title {
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 42px;
  color: #000;
}

@media screen and (max-width: 1023px) {
  /* line 30, src/scss/_components/terms/_about.scss */
  .t-about__title {
    font-size: 20px;
  }
}

/* line 43, src/scss/_components/terms/_about.scss */
.t-about ol,
.t-about ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 48, src/scss/_components/terms/_about.scss */
.t-about ol li,
.t-about ul li {
  padding-bottom: 40px;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 42px;
  color: #040404;
}

@media screen and (max-width: 1023px) {
  /* line 48, src/scss/_components/terms/_about.scss */
  .t-about ol li,
  .t-about ul li {
    font-size: 18px;
  }
}

/* line 59, src/scss/_components/terms/_about.scss */
.t-about ol li:last-of-type,
.t-about ul li:last-of-type {
  padding-bottom: 80px;
}

@media screen and (max-width: 1023px) {
  /* line 59, src/scss/_components/terms/_about.scss */
  .t-about ol li:last-of-type,
  .t-about ul li:last-of-type {
    padding-bottom: 60px;
  }
}

/* line 66, src/scss/_components/terms/_about.scss */
.t-about ol li strong,
.t-about ul li strong {
  font-weight: 600;
}

/* line 3, src/scss/_components/privacy/_about.scss */
.pp-about {
  padding-top: 100px;
  padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
  /* line 3, src/scss/_components/privacy/_about.scss */
  .pp-about {
    padding-top: 55px;
    padding-bottom: 100px;
  }
}

/* line 11, src/scss/_components/privacy/_about.scss */
.pp-about__title {
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 42px;
  color: #000;
}

@media screen and (max-width: 1023px) {
  /* line 11, src/scss/_components/privacy/_about.scss */
  .pp-about__title {
    font-size: 20px;
  }
}

/* line 24, src/scss/_components/privacy/_about.scss */
.pp-about__desc {
  padding-bottom: 40px;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 42px;
  color: #040404;
}

@media screen and (max-width: 1023px) {
  /* line 24, src/scss/_components/privacy/_about.scss */
  .pp-about__desc {
    font-size: 18px;
  }
}

/* line 36, src/scss/_components/privacy/_about.scss */
.pp-about ol,
.pp-about ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 41, src/scss/_components/privacy/_about.scss */
.pp-about ol li,
.pp-about ul li {
  padding-bottom: 40px;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 42px;
  color: #040404;
}

@media screen and (max-width: 1023px) {
  /* line 41, src/scss/_components/privacy/_about.scss */
  .pp-about ol li,
  .pp-about ul li {
    font-size: 18px;
  }
}

/* line 52, src/scss/_components/privacy/_about.scss */
.pp-about ol li:last-of-type,
.pp-about ul li:last-of-type {
  padding-bottom: 80px;
}

@media screen and (max-width: 1023px) {
  /* line 52, src/scss/_components/privacy/_about.scss */
  .pp-about ol li:last-of-type,
  .pp-about ul li:last-of-type {
    padding-bottom: 60px;
  }
}

/* line 59, src/scss/_components/privacy/_about.scss */
.pp-about ol li strong,
.pp-about ul li strong {
  font-weight: 600;
}

/* line 3, src/scss/_components/partners/_partners.scss */
.partners {
  padding-top: 84px;
  padding-bottom: 199px;
}

@media screen and (max-width: 767px) {
  /* line 3, src/scss/_components/partners/_partners.scss */
  .partners {
    padding-top: 75px;
    padding-bottom: 125px;
  }
}

/* line 11, src/scss/_components/partners/_partners.scss */
.partners__title {
  padding-bottom: 51px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  /* line 11, src/scss/_components/partners/_partners.scss */
  .partners__title {
    padding-bottom: 40px;
  }
}

/* line 19, src/scss/_components/partners/_partners.scss */
.partners__desc {
  padding-bottom: 55px;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 38px;
  text-align: left;
  color: #040404;
}

@media screen and (max-width: 767px) {
  /* line 19, src/scss/_components/partners/_partners.scss */
  .partners__desc {
    padding-bottom: 40px;
  }
}

/* line 32, src/scss/_components/partners/_partners.scss */
.partners__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  -webkit-box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.16);
}

/* line 39, src/scss/_components/partners/_partners.scss */
.partners__box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  /* line 39, src/scss/_components/partners/_partners.scss */
  .partners__box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 47, src/scss/_components/partners/_partners.scss */
.partners__box-wrapper > div {
  width: 100%;
  max-width: -webkit-calc((100% - 32px) / 3);
  max-width: calc((100% - 32px) / 3);
}

@media screen and (max-width: 767px) {
  /* line 47, src/scss/_components/partners/_partners.scss */
  .partners__box-wrapper > div {
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
  }
}

/* line 59, src/scss/_components/partners/_partners.scss */
.partners__box-head {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 282px;
  padding: 15px;
  border-bottom: 1px solid #cfcfcf;
}

@media screen and (max-width: 767px) {
  /* line 59, src/scss/_components/partners/_partners.scss */
  .partners__box-head {
    height: 250px;
  }
}

/* line 73, src/scss/_components/partners/_partners.scss */
.partners__box-head img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}

/* line 83, src/scss/_components/partners/_partners.scss */
.partners__box-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 127px;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  /* line 83, src/scss/_components/partners/_partners.scss */
  .partners__box-body {
    height: 100px;
  }
}

/* line 93, src/scss/_components/partners/_partners.scss */
.partners__box-body p {
  font-weight: normal;
  font-size: 28px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #040404;
}

@media screen and (max-width: 1279px) {
  /* line 93, src/scss/_components/partners/_partners.scss */
  .partners__box-body p {
    font-size: 24px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 93, src/scss/_components/partners/_partners.scss */
  .partners__box-body p {
    font-size: 20px;
  }
}

/*# sourceMappingURL=maps/app.css.map */
