/*
$blue-001:#1133FF;
$blue-002:#0D25AE;
$blue-003:#1133FF;
$blue-004:#506AFF;
$blue-005:#1133FF;
*/
/*
$orange-001:#FF7811;
$orange-002:#FF5E14;
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* Some overrides on top of resets.scss (taken from https://gist.github.com/DavidWells/18e73022e723037a50d6) */
html {
  font-family: "Poppins", sans-serif;
  line-height: 1.5; }

body {
  line-height: inherit;
  overflow-x: hidden; }

html,
button,
input,
select,
textarea {
  color: inherit; }

a {
  text-decoration: none; }

* {
  box-sizing: border-box; }

a:focus, button:focus, select:focus, input:focus {
  outline: 0; }

input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.button {
  height: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  font-size: 0.875rem;
  font-weight: 600;
  color: #888888;
  position: relative;
  z-index: 2;
  background-color: #E0E0E0;
  color: #888888; }
  .button:hover, .button:focus {
    background-color: #D0D0D0; }
  .button:active:not(:disabled), .button.is-loading:not(:disabled) {
    position: relative;
    right: 1px;
    top: 1px; }
  .button[disabled], .button .is-disabled {
    background-color: #E6E6E6;
    color: rgba(136, 136, 136, 0.35);
    cursor: not-allowed; }
  .button.is-outlined {
    border: 2px solid #E0E0E0;
    background-color: transparent; }
    .button.is-outlined:hover, .button.is-outlined:focus {
      background-color: #E0E0E0; }
    .button.is-outlined[disabled], .button.is-outlined.is-disabled {
      background-color: transparent; }
  .button.is-primary {
    background-color: #3369FF;
    color: #FFFFFF; }
    .button.is-primary:hover, .button.is-primary:focus {
      background-color: #1949CC; }
    .button.is-primary[disabled], .button.is-primary.is-disabled {
      background-color: #6E91F0;
      color: rgba(255, 255, 255, 0.35); }
    .button.is-primary.is-outlined {
      border: 2px solid #3369FF;
      background-color: transparent;
      color: #3369FF; }
      .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
        background-color: #3369FF;
        color: #FFFFFF; }
      .button.is-primary.is-outlined[disabled], .button.is-primary.is-outlined.is-disabled {
        border: 2px solid #6E91F0;
        background-color: inherit;
        color: rgba(110, 145, 240, 0.35); }
      .button.is-primary.is-outlined.is-loading {
        background-color: transparent; }
        .button.is-primary.is-outlined.is-loading::after {
          border: 2px solid #3369FF; }
  .button.is-blue {
    background-color: #4049FD;
    color: #FFFFFF; }
    .button.is-blue:hover, .button.is-blue:focus {
      background-color: #232CD2; }
    .button.is-blue[disabled], .button.is-blue.is-disabled {
      background-color: #8187F7;
      color: rgba(255, 255, 255, 0.35); }
    .button.is-blue.is-outlined {
      border: 2px solid #4049FD;
      background-color: transparent;
      color: #4049FD; }
      .button.is-blue.is-outlined:hover, .button.is-blue.is-outlined:focus {
        background-color: #4049FD;
        color: #FFFFFF; }
      .button.is-blue.is-outlined[disabled], .button.is-blue.is-outlined.is-disabled {
        border: 2px solid #8187F7;
        background-color: inherit;
        color: rgba(129, 135, 247, 0.35); }
      .button.is-blue.is-outlined.is-loading {
        background-color: transparent; }
        .button.is-blue.is-outlined.is-loading::after {
          border: 2px solid #4049FD; }
  .button.is-green {
    background-color: #5CF995;
    color: #FFFFFF; }
    .button.is-green:hover, .button.is-green:focus {
      background-color: #0FB94D; }
    .button.is-green[disabled], .button.is-green.is-disabled {
      background-color: #87FBB1;
      color: rgba(255, 255, 255, 0.35); }
    .button.is-green.is-outlined {
      border: 2px solid #5CF995;
      background-color: transparent;
      color: #5CF995; }
      .button.is-green.is-outlined:hover, .button.is-green.is-outlined:focus {
        background-color: #5CF995;
        color: #FFFFFF; }
      .button.is-green.is-outlined[disabled], .button.is-green.is-outlined.is-disabled {
        border: 2px solid #87FBB1;
        background-color: inherit;
        color: rgba(135, 251, 177, 0.35); }
      .button.is-green.is-outlined.is-loading {
        background-color: transparent; }
        .button.is-green.is-outlined.is-loading::after {
          border: 2px solid #5CF995; }
  .button.is-red {
    background-color: #FF3E51;
    color: #FFFFFF; }
    .button.is-red:hover, .button.is-red:focus {
      background-color: #C31123; }
    .button.is-red[disabled], .button.is-red.is-disabled {
      background-color: #FD6171;
      color: rgba(255, 255, 255, 0.35); }
    .button.is-red.is-outlined {
      border: 2px solid #FF3E51;
      background-color: transparent;
      color: #FF3E51; }
      .button.is-red.is-outlined:hover, .button.is-red.is-outlined:focus {
        background-color: #FF3E51;
        color: #FFFFFF; }
      .button.is-red.is-outlined[disabled], .button.is-red.is-outlined.is-disabled {
        border: 2px solid #FD6171;
        background-color: inherit;
        color: rgba(253, 97, 113, 0.35); }
      .button.is-red.is-outlined.is-loading {
        background-color: transparent; }
        .button.is-red.is-outlined.is-loading::after {
          border: 2px solid #FF3E51; }
  .button.is-orange {
    background-color: #FFA735;
    color: #FFFFFF; }
    .button.is-orange:hover, .button.is-orange:focus {
      background-color: #D08017; }
    .button.is-orange[disabled], .button.is-orange.is-disabled {
      background-color: #FFC06E;
      color: rgba(255, 255, 255, 0.35); }
    .button.is-orange.is-outlined {
      border: 2px solid #FFA735;
      background-color: transparent;
      color: #FFA735; }
      .button.is-orange.is-outlined:hover, .button.is-orange.is-outlined:focus {
        background-color: #FFA735;
        color: #FFFFFF; }
      .button.is-orange.is-outlined[disabled], .button.is-orange.is-outlined.is-disabled {
        border: 2px solid #FFC06E;
        background-color: inherit;
        color: rgba(255, 192, 110, 0.35); }
      .button.is-orange.is-outlined.is-loading {
        background-color: transparent; }
        .button.is-orange.is-outlined.is-loading::after {
          border: 2px solid #FFA735; }
  .button.is-white {
    background-color: #FFFFFF;
    color: #333333; }
    .button.is-white:hover, .button.is-white:focus {
      background-color: #F0F0F0; }
    .button.is-white[disabled], .button.is-white.is-disabled {
      background-color: #E6E6E6;
      color: rgba(51, 51, 51, 0.35); }
    .button.is-white.is-outlined {
      border: 2px solid #FFFFFF;
      background-color: transparent;
      color: #FFFFFF; }
      .button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus {
        background-color: #FFFFFF;
        color: #333333; }
      .button.is-white.is-outlined[disabled], .button.is-white.is-outlined.is-disabled {
        border: 2px solid #E6E6E6;
        background-color: inherit;
        color: rgba(230, 230, 230, 0.35); }
      .button.is-white.is-outlined.is-loading {
        background-color: transparent; }
        .button.is-white.is-outlined.is-loading::after {
          border: 2px solid #FFFFFF; }
  .button.is-md {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .button.is-lg {
    height: 3rem;
    padding-left: 3.25rem;
    padding-right: 3.25rem; }
  .button.is-fullrounded {
    border-radius: 25rem; }
  .button.is-rounded {
    border-radius: 0.25rem; }
  .button.has-icon-left .icon {
    margin-left: 0.25rem; }
  .button.has-icon-right .icon {
    margin-right: 0.25rem; }
  .button.is-loading {
    color: transparent !important;
    pointer-events: none; }
    .button.is-loading::after {
      content: "";
      width: 1rem;
      height: 1rem;
      border: 2px solid #FFFFFF;
      border-right: 2px solid transparent !important;
      border-radius: 100%;
      position: absolute;
      animation: spin 500ms linear infinite; }

.button-hero {
  height: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  font-size: 0.875rem;
  font-weight: 600;
  color: #888888;
  position: relative;
  z-index: 2;
  background: linear-gradient(to right, #E1922B, #FFC06E);
  color: #FFFFFF;
  border-width: 0; }
  .button-hero.is-rounded {
    border-radius: 0.25rem; }
  .button-hero.is-fullrounded {
    border-radius: 1000px; }
  .button-hero.has-shadow::before {
    content: "";
    width: 5rem;
    height: 2.5rem;
    border-radius: 100%;
    filter: blur(10px);
    position: absolute;
    top: 15px;
    z-index: -1;
    opacity: .5;
    background: inherit; }
  .button-hero.is-md {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .button-hero.is-lg {
    height: 3rem;
    padding-left: 3.25rem;
    padding-right: 3.25rem; }

.navbar {
  background-color: #E0E0E0;
  height: 3.75rem; }
  .navbar .navbar-wrapper, .navbar .navbar-left, .navbar .navbar-center, .navbar .navbar-right, .navbar .navbar-content, .navbar .navbar-menu {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .navbar .navbar-wrapper {
    height: 100%;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto; }
    .navbar .navbar-wrapper .navbar-controls {
      display: none; }
  .navbar.has-three-columns .navbar-center {
    margin-left: auto;
    margin-right: auto; }
  .navbar .navbar-brand img {
    height: 2.5rem; }
  .navbar .navbar-menu {
    padding: 0;
    margin: 0; }
    .navbar .navbar-menu .navbar-menu-item {
      margin-left: 2rem;
      margin-right: 3rem;
      position: relative; }
      .navbar .navbar-menu .navbar-menu-item .navbar-menu-item-link {
        display: block;
        font-size: 0.875rem;
        color: #333333;
        line-height: 1;
        cursor: pointer;
        position: absolute;
        z-index: 1; }
      .navbar .navbar-menu .navbar-menu-item::after {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: -10px;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: all 300ms ease-in; }
      .navbar .navbar-menu .navbar-menu-item:hover::after {
        opacity: 1; }

.navsubmenu {
  background-color: rgba(128, 128, 128, 0.2);
  font-size: 0.875rem;
  height: calc(100vh - 3.75rem); }
  .navsubmenu-content {
    background-color: #FFFFFF; }
  .navsubmenu .navsubmenu-wrapper {
    display: flex; }
    .navsubmenu .navsubmenu-wrapper .navsubmenu-menu-wrapper {
      display: flex;
      flex-basis: 60%;
      padding-top: 3.125rem; }
      .navsubmenu .navsubmenu-wrapper .navsubmenu-menu-wrapper .navsubmenu-menu-column {
        width: 33.33%; }

.navsubmenu-cover-img {
  display: flex;
  flex-basis: 40%;
  overflow: hidden; }
  .navsubmenu-cover-img .navsubmenu-conver-img-content .navsubmenu-img {
    width: 100%;
    height: 50vh;
    object-fit: cover; }
  .navsubmenu-cover-img .navsubmenu-conver-img-content .navsubmenu-cover-img-head {
    position: relative; }
    .navsubmenu-cover-img .navsubmenu-conver-img-content .navsubmenu-cover-img-head .navsubmenu-cover-img-text {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 32px; }
  .navsubmenu-cover-img .navsubmenu-conver-img-content .navsubmenu-cover-img-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: white; }
  .navsubmenu-cover-img .navsubmenu-conver-img-content .navsubmenu-cover-img-subtitle {
    font-size: 1rem;
    font-weight: 200;
    color: white; }

.navsubmenu-menu-item-link {
  color: #333;
  margin-bottom: .75rem;
  display: block; }
.navsubmenu-menu-item-link.is-heading {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 1rem; }

.has-dropdown {
  position: relative; }
  .has-dropdown .dropdown {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    top: 3.75rem;
    bottom: 0;
    transition: all 300ms ease-in;
    z-index: 99;
    transform: translateY(50vh); }
  .has-dropdown:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }

@media (max-width: 400px) {
  .navbar {
    height: auto;
    position: fixed;
    top: 12px;
    left: 12px;
    right: 12px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
    background-color: #FFFFFF;
    border-radius: 0.25rem; }
    .navbar .navbar-wrapper {
      display: block;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      .navbar .navbar-wrapper .navbar-left {
        display: block; }
      .navbar .navbar-wrapper .navbar-center .navbar-content {
        display: block;
        width: 100%; }
        .navbar .navbar-wrapper .navbar-center .navbar-content .navbar-menu {
          display: block; }
      .navbar .navbar-wrapper .navbar-right .navbar-content {
        display: block;
        width: 100%; }
        .navbar .navbar-wrapper .navbar-right .navbar-content .navbar-menu {
          display: block; }
      .navbar .navbar-wrapper .navbar-controls {
        display: block;
        margin-bottom: 1rem; }
        .navbar .navbar-wrapper .navbar-controls-wrapper {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 0 1.25rem; }
          .navbar .navbar-wrapper .navbar-controls-wrapper .navbar-brand img {
            height: 2rem; }
          .navbar .navbar-wrapper .navbar-controls-wrapper .navbar-toggler {
            font-size: 1.25rem;
            color: #888888; }
      .navbar .navbar-wrapper .navbar-menu-item {
        display: flex;
        align-items: center;
        height: 24px;
        pointer-events: none; } }
.hero-section {
  min-height: 100vh;
  background-color: #22221A;
  position: relative; }

.hero-section .hero-section-wrapper {
  display: flex;
  height: calc(100vh - 60px);
  width: 100%; }

.hero-section .hero-section-texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 50%;
  max-width: 600px;
  flex: 1; }

.hero-title, .hero-subtitle {
  color: black;
  line-height: 1.25;
  margin-bottom: 2rem; }

.hero-title {
  font-size: 72px;
  font-weight: 700; }

.hero-subtitle {
  font-size: 2rem;
  font-weight: 400; }

.hero-section .hero-section-image {
  width: 50%;
  max-width: 500px;
  margin: 0 auto; }

.hero-section-image .hero-image {
  width: 100%;
  height: 600px;
  object-fit: cover;
  padding-top: 2rem; }

.hero-cta .button-hero {
  margin-right: 1rem; }

.hero-section {
  height: 100vh;
  background-color: #FFFFFF; }

.hero-section {
  position: relative; }
  .hero-section .navbar {
    background-color: #FFFFFF; }
    .hero-section .navbar .navbar-brand .logo {
      font-size: 24px;
      color: #4F1432; }
    .hero-section .navbar .navbar-right .navnar-menu .navbar-menu-item {
      color: #333333; }
  .hero-section .hero-section-image .hero-section-image-wrapper {
    position: relative;
    height: 100%;
    width: 697px; }
    .hero-section .hero-section-image .hero-section-image-wrapper img {
      height: 100vh;
      width: 697px;
      object-fit: cover;
      position: absolute;
      top: -60px;
      left: 0; }
    .hero-section .hero-section-image .hero-section-image-wrapper .hero-section-image-text {
      font-size: 72px;
      font-weight: 700;
      color: #DCD0D6;
      transform: rotate(-90deg);
      position: absolute;
      z-index: 9;
      width: 100vh;
      transform-origin: left top;
      bottom: -65px;
      left: -80px; }
  .hero-section .hero-section-image .hero-image-logo img {
    width: 160px;
    height: 160px;
    position: absolute;
    top: 80px;
    right: 100px; }
  .hero-section .hero-section-wrapper .hero-section-texts .hero-title {
    color: #FFA735; }
    .hero-section .hero-section-wrapper .hero-section-texts .hero-title .purple {
      color: #4F1432; }
  .hero-section .hero-section-wrapper .hero-section-texts .hero-subtitle {
    color: #222222; }
  .hero-section .hero-section-wrapper .hero-section-texts .hero-section-cta .input {
    height: 48px;
    width: 350px;
    background-color: #FFEAF5;
    color: #A22365;
    border: none;
    padding-left: 1rem; }
  .hero-section .hero-section-wrapper .hero-section-texts .hero-section-cta .button {
    height: 48px;
    background-color: #4F1432; }
  .hero-section .hero-section-wrapper .hero-section-texts .particles {
    height: 20px;
    width: 20px;
    background-color: #DCD0D6;
    position: absolute;
    top: 300px;
    left: 700px; }
    .hero-section .hero-section-wrapper .hero-section-texts .particles::after {
      content: "";
      width: 12px;
      height: 12px;
      position: absolute;
      top: -14px;
      left: 24px;
      background-color: #DCD0D6; }
    .hero-section .hero-section-wrapper .hero-section-texts .particles::before {
      content: "";
      width: 8px;
      height: 8px;
      position: absolute;
      top: 8px;
      left: -16px;
      background-color: #DCD0D6; }

.section {
  height: 100%;
  background-color: #FFEAF5;
  position: relative; }
  .section .section-wrapper {
    display: flex;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px; }
    .section .section-wrapper .section-texts {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      width: 50%;
      flex: 1; }
      .section .section-wrapper .section-texts .section-title, .section .section-wrapper .section-texts .section-subtitle {
        line-height: 1.25;
        margin-bottom: 2rem; }
      .section .section-wrapper .section-texts .section-title {
        max-width: 500px;
        font-size: 52px;
        font-weight: 700;
        color: #4F1432; }
      .section .section-wrapper .section-texts .section-subtitle {
        max-width: 600px;
        font-size: 2rem;
        font-weight: 400;
        color: #222222; }
      .section .section-wrapper .section-texts .section-cta .button {
        height: 48px;
        background-color: #4F1432;
        color: #FFFFFF; }
    .section .section-wrapper .product {
      display: flex;
      position: absolute;
      top: -20px;
      right: 135px; }
      .section .section-wrapper .product .cards {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 100px; }
        .section .section-wrapper .product .cards .card {
          display: flex;
          width: 350px;
          height: 380px;
          justify-content: center;
          align-items: center;
          margin-bottom: 48px;
          margin-right: 36px;
          background-color: #FFFFFF;
          position: relative; }
          .section .section-wrapper .product .cards .card::after {
            content: "";
            width: 350px;
            height: 20px;
            position: absolute;
            top: -20px;
            left: 0px;
            background-color: #FFC06E; }
          .section .section-wrapper .product .cards .card .card-texts {
            display: block;
            margin-left: 32px;
            margin-right: 16px;
            margin-top: 16px; }
            .section .section-wrapper .product .cards .card .card-texts .card-title {
              font-size: 24px;
              font-weight: 600;
              color: #000000;
              margin-top: 2rem; }
            .section .section-wrapper .product .cards .card .card-texts .card-area-subtitle {
              font-size: 16px;
              font-weight: 400;
              color: #000000;
              margin-bottom: 16px; }
            .section .section-wrapper .product .cards .card .card-texts .card-link {
              display: flex;
              align-items: center;
              font-size: 16px;
              font-weight: 400;
              color: #FFA735;
              margin-top: 16px; }
              .section .section-wrapper .product .cards .card .card-texts .card-link .icon {
                display: flex;
                align-items: center;
                height: 20px;
                width: 20px; }
            .section .section-wrapper .product .cards .card .card-texts .icons {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 48px;
              height: 48px;
              border-radius: 100%;
              background-color: #FFEAF5; }
              .section .section-wrapper .product .cards .card .card-texts .icons i {
                color: #4F1432;
                font-size: 24px; }

.section.has-white {
  background-color: #FFFFFF; }
  .section.has-white .section-wrapper {
    display: flex;
    align-items: center; }
    .section.has-white .section-wrapper .rectangle {
      width: 640px;
      height: 440px;
      border: 1px solid #4F1432;
      position: relative; }
      .section.has-white .section-wrapper .rectangle::after {
        content: "";
        width: 150px;
        height: 150px;
        position: absolute;
        top: -45px;
        left: -40px;
        background-color: #4F1432; }
      .section.has-white .section-wrapper .rectangle .rectangle-image img {
        width: 600px;
        height: 400px;
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 9; }
    .section.has-white .section-wrapper .section-texts .section-cta .input {
      height: 48px;
      width: 350px;
      background-color: #FFEAF5;
      color: #A22365;
      border: none;
      padding-left: 1rem; }

.section.has-purple {
  background-color: #4F1432; }
  .section.has-purple .section-wrapper {
    display: flex;
    flex-direction: column; }
    .section.has-purple .section-wrapper .section-texts {
      display: flex;
      height: 100%;
      width: 100%;
      align-items: center;
      justify-content: center; }
      .section.has-purple .section-wrapper .section-texts .section-title {
        max-width: 80%;
        color: #FFFFFF; }
    .section.has-purple .section-wrapper .section-cta .input {
      height: 48px;
      width: 350px;
      background-color: #FFFFFF;
      color: #888888;
      border: none;
      padding-left: 1rem; }
    .section.has-purple .section-wrapper .section-cta .button {
      height: 48px;
      background-color: #FFFFFF;
      color: #4F1432; }

.footer-section .footer-section-wrapper .footer-section-text {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px; }
  .footer-section .footer-section-wrapper .footer-section-text .footer-section-title {
    max-width: 50%;
    font-size: 12px;
    color: #888888; }

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto; }

.logo-text {
  color: #333;
  font-weight: 600;
  font-size: 1rem; }

/*
body {
padding: 200px;
		 background-color: #000000;
}
*/
.event-none {
  pointer-events: none; }
