/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \************************************************************************************************************************************************************************************/
/* --- PADDING SECTION --- */
/*  --- FONT FALL BACK ---  */
/* -- Center Element -- */
/* -- Responsive -- */
/* -- Center Element in Parent with a position relative -- */
/* -- Hidden/Visible -- */
/*  -- Remove Margin and Padding -- */
/* -- Shapes -- */
/* Circle */
/* Triangle */
/* -- Image Filter Effect -- */
/*
// grayscale      ex: filter: grayscale(100%);
// sepia          ex: filter: sepia(100%);
// saturate       ex: filter: saturate(0%);
// hue-rotate     ex: filter: hue-rotate(45deg);
// invert         ex: filter: invert(100%);
// brightness     ex: filter: brightness(15%);
// contrast       ex: filter: contrast(200%);
// blur           ex: filter: blur(2px);
*/
/* Quick Black and White Effect*/
/* Zoom */
/* -- Box-shadow -- */
/* -- Gradient -- */
/* -- Placeholder -- */
/* -- Fluid Font -- */
/* -- FUNCTION --*/
/* -- Calculate width in percent -- */
/* -- Calculate font-size in em -- */
/* -- Quick Color Contrast -- */
/*  --- Variable ---  */
/*  --- Padding ---  */
/*
Theme Name: Theme Name
*/
#adminmenu li.wp-menu-separator {
  background-color: currentColor; }

/*  --- MEDIA QUERIES ---  */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Inter SemiBold';
  src: url("../fonts/Inter18pt-SemiBold.eot");
  src: url("../fonts/Inter18pt-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter18pt-SemiBold.woff2") format("woff2"), url("../fonts/Inter18pt-SemiBold.woff") format("woff"), url("../fonts/Inter18pt-SemiBold.ttf") format("truetype"), url("../fonts/Inter18pt-SemiBold.svg#Inter18pt-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter Regular';
  src: url("../fonts/Inter18pt-Regular.eot");
  src: url("../fonts/Inter18pt-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter18pt-Regular.woff2") format("woff2"), url("../fonts/Inter18pt-Regular.woff") format("woff"), url("../fonts/Inter18pt-Regular.ttf") format("truetype"), url("../fonts/Inter18pt-Regular.svg#Inter18pt-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Agrandir Variable';
  src: url("../fonts/agrandir_variable.ttf") format("truetype-variations"); }

@font-face {
  font-family: 'Agrandir';
  src: url("../fonts/AgrandirVariable.ttf") format("truetype-variations");
  src: url("../fonts/AgrandirVariable.eot?#iefix") format("embedded-opentype"), url("../fonts/AgrandirVariable.woff2") format("woff2"), url("../fonts/AgrandirVariable.woff") format("woff"), url("../fonts/AgrandirVariable.svg#AgrandirVariable") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'TroisMilleRegular';
  src: url("../fonts/TroisMilleTRIALRegular-22.eot");
  src: url("../fonts/TroisMilleTRIALRegular-22.eot?#iefix") format("embedded-opentype"), url("../fonts/TroisMilleTRIALRegular-22.woff2") format("woff2"), url("../fonts/TroisMilleTRIALRegular-22.woff") format("woff"), url("../fonts/TroisMilleTRIALRegular-22.ttf") format("truetype"), url("../fonts/TroisMilleTRIALRegular-22.svg#AgrandirVariable") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'TroisMilleMedium';
  src: url("../fonts/TroisMilleTRIALMedium-22.eot");
  src: url("../fonts/TroisMilleTRIALMedium-22.eot?#iefix") format("embedded-opentype"), url("../fonts/TroisMilleTRIALMedium-22.woff2") format("woff2"), url("../fonts/TroisMilleTRIALMedium-22.woff") format("woff"), url("../fonts/TroisMilleTRIALMedium-22.ttf") format("truetype"), url("../fonts/TroisMilleTRIALMedium-22.svg#AgrandirVariable") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* !-- WP WYSIWYG Editor Styles -- */
.entry-content img {
  margin: 0 0 1.5em 0; }

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important; }

.wp-smiley {
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: background-color 0.6s 0.2s, height 0.6s;
  transition: background-color 0.6s 0.2s, height 0.6s;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    header {
      height: 86px;
      overflow: hidden; } }
  header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 2.5%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .nav {
        padding: 15px 5%; } }
    header .nav .logo {
      width: 305px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      position: relative;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        header .nav .logo {
          width: 205px; } }
      header .nav .logo svg {
        width: 160px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      header .nav .logo .logo_white {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
    header .nav .main_nav {
      width: 100%;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .nav .main_nav {
          display: none; } }
      header .nav .main_nav .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        header .nav .main_nav .menu > li {
          margin-left: 4px;
          margin-right: 4px;
          position: relative;
          padding-bottom: 5px; }
          header .nav .main_nav .menu > li.menu-item-has-children > a::after {
            content: url(../img/arrow_icon.svg);
            width: 20px;
            height: 20px;
            margin-left: 4px;
            margin-top: -5px;
            margin-bottom: -3px;
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
          header .nav .main_nav .menu > li a {
            font-size: 14px;
            text-transform: uppercase;
            font-family: 'TroisMilleMedium', serif;
            font-weight: 500;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            padding: 12px 9px 10px 9px;
            line-height: 1em;
            border-radius: 4px;
            background: rgba(255, 255, 255, 0);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            header .nav .main_nav .menu > li a:hover {
              background: rgba(255, 255, 255, 0.2); }
          header .nav .main_nav .menu > li.current_page_item > a, header .nav .main_nav .menu > li.current-menu-parent > a {
            background: rgba(255, 255, 255, 0.2); }
          header .nav .main_nav .menu > li .sub-menu {
            position: absolute;
            top: 100%;
            left: 0;
            border-radius: 4px;
            background: #FFFFFF;
            padding: 6px;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            max-width: 250px;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
            opacity: 0;
            -webkit-transform: translateY(-5px);
                    transform: translateY(-5px); }
            header .nav .main_nav .menu > li .sub-menu li {
              padding-bottom: 5px; }
              header .nav .main_nav .menu > li .sub-menu li:last-of-type {
                padding-bottom: 0px; }
            header .nav .main_nav .menu > li .sub-menu a {
              color: #000000 !important; }
            header .nav .main_nav .menu > li .sub-menu a:hover, header .nav .main_nav .menu > li .sub-menu li.current_page_item > a {
              background: #EBEBEB; }
          header .nav .main_nav .menu > li.menu-item-has-children:hover > a {
            color: #000000 !important; }
          header .nav .main_nav .menu > li.menu-item-has-children:hover > a {
            background-color: #FFFFFF; }
          header .nav .main_nav .menu > li.menu-item-has-children:hover a::after {
            -webkit-transform: rotate(-180deg);
                    transform: rotate(-180deg); }
          header .nav .main_nav .menu > li.menu-item-has-children:hover .sub-menu {
            opacity: 1;
            -webkit-transform: translateY(0px);
                    transform: translateY(0px); }
    header .nav .sec_nav {
      width: 305px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .nav .sec_nav {
          display: none; } }
      header .nav .sec_nav .btn {
        margin-right: 6px; }
        header .nav .sec_nav .btn:last-of-type {
          margin-right: 0; }
    header .nav .burger {
      display: none;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .nav .burger {
          display: block; } }
    header .nav .burger_icon {
      width: 40px;
      height: 40px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      background: rgba(0, 0, 0, 0.12);
      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
      border-radius: 4px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      header .nav .burger_icon .line {
        width: 20px;
        height: 2px;
        background-color: #000000;
        margin-top: 2px;
        margin-bottom: 2px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
  header .nav_mobile {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: none;
    height: calc(100% - 86px);
    padding-left: 5%;
    padding-right: 5%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .nav_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    header .nav_mobile .main_nav {
      padding-top: 30px; }
      header .nav_mobile .main_nav .menu > li {
        margin-bottom: 8px;
        background-color: rgba(255, 255, 255, 0);
        border-radius: 4px;
        position: relative; }
        header .nav_mobile .main_nav .menu > li.menu-item-has-children::after {
          content: url(../img/arrow_icon-white.svg);
          width: 26px;
          height: 26px;
          margin-left: 7px;
          margin-top: 4px;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          display: block;
          -webkit-transform: scale(1.2);
                  transform: scale(1.2);
          -webkit-transform-origin: 40% 38%;
                  transform-origin: 40% 38%;
          position: absolute;
          top: 6px;
          right: 9px; }
        header .nav_mobile .main_nav .menu > li.menu-item-has-children.open::after {
          -webkit-transform: scale(1.2) rotate(180deg);
                  transform: scale(1.2) rotate(180deg); }
        header .nav_mobile .main_nav .menu > li > a {
          width: 100%;
          color: #FFFFFF;
          padding: 12px 9px 8px 9px;
          font-size: 22px;
          text-transform: uppercase;
          font-family: 'TroisMilleMedium', serif;
          font-weight: 500;
          line-height: 1em;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          display: block; }
        header .nav_mobile .main_nav .menu > li.current_page_item, header .nav_mobile .main_nav .menu > li.current-menu-parent {
          background-color: rgba(255, 255, 255, 0.08); }
      header .nav_mobile .main_nav .sub-menu {
        display: none;
        overflow: hidden; }
        header .nav_mobile .main_nav .sub-menu li:first-of-type {
          margin-top: 7px; }
        header .nav_mobile .main_nav .sub-menu li:last-of-type {
          margin-bottom: 7px; }
        header .nav_mobile .main_nav .sub-menu li > a {
          color: #FFFFFF;
          padding: 10px 9px;
          font-size: 18px;
          display: block;
          font-family: 'TroisMilleRegular', serif;
          font-weight: 400; }
    header .nav_mobile .sec_nav {
      margin-bottom: 160px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      header .nav_mobile .sec_nav .btn {
        width: 100%;
        margin-top: 8px;
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
  header.white .nav .logo .logo_white {
    opacity: 1; }
  header.white .nav .logo .logo_color {
    opacity: 0; }
  header.white .nav .main_nav .menu li a {
    color: #FFFFFF; }
  header.white .nav .main_nav .menu li.menu-item-has-children > a::after {
    content: url(../img/arrow_icon-white.svg); }
  header.white .nav .main_nav .menu li.menu-item-has-children:hover > a::after {
    content: url(../img/arrow_icon.svg); }
  header.white .nav .sec_nav .btn_purple {
    background-color: #FFFFFF;
    color: #4C17CA; }
    header.white .nav .sec_nav .btn_purple:hover {
      background-color: #BABCC3;
      color: #4C17CA; }
  header.white .nav .sec_nav .btn_sec-purple {
    border: 1px solid #FFFFFF;
    color: #FFFFFF; }
    header.white .nav .sec_nav .btn_sec-purple:hover {
      border: 1px solid #848588;
      color: #848588; }
  header.white .nav .burger_icon {
    background-color: rgba(255, 255, 255, 0.12); }
    header.white .nav .burger_icon .line {
      background-color: #FFFFFF; }
  header.open {
    background-color: #161517;
    height: 100vh;
    -webkit-transition: background-color 0.6s, height 0.6s 0.2s;
    transition: background-color 0.6s, height 0.6s 0.2s; }
    header.open .nav .burger_icon {
      background-color: white; }
      header.open .nav .burger_icon .line {
        background-color: #4C17CA; }
        header.open .nav .burger_icon .line.line1 {
          -webkit-transform: rotate(45deg) translate(4.25px, 4.25px);
                  transform: rotate(45deg) translate(4.25px, 4.25px); }
        header.open .nav .burger_icon .line.line2 {
          width: 0; }
        header.open .nav .burger_icon .line.line3 {
          -webkit-transform: rotate(-45deg) translate(4.25px, -4.25px);
                  transform: rotate(-45deg) translate(4.25px, -4.25px); }

section:last-of-type {
  padding-bottom: 140px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    section:last-of-type {
      padding-bottom: 80px; } }

.transition-footer_container {
  pointer-events: none;
  position: absolute;
  top: -77px;
  left: 0;
  right: 0;
  overflow: hidden;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .transition-footer_container {
      top: -39px; } }
  .transition-footer_container .transition_footer {
    width: calc(100% + 73px);
    margin-left: -34px;
    margin-right: -34px;
    height: 100%; }
    .transition-footer_container .transition_footer .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
    .transition-footer_container .transition_footer img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      width: 73px;
      height: 78px;
      margin-bottom: -1px;
      /* -- @include break(mobile)-- */ }
      .transition-footer_container .transition_footer img.img_odd {
        margin-left: -20px;
        margin-right: -20px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .transition-footer_container .transition_footer img.img_odd {
            margin-left: -10.5px;
            margin-right: -10.5px; } }
      @media only screen and (max-width: 768px) {
        .transition-footer_container .transition_footer img {
          width: 38px;
          height: 40px; } }
  .transition-footer_container.completed-mobile {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .transition-footer_container.completed-mobile {
        display: none; } }
  .transition-footer_container .img_sample {
    display: none;
    visibility: hidden; }

footer {
  background-color: #000000;
  color: #FFFFFF;
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    footer {
      padding-top: 60px; } }
  footer .content_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 100px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      footer .content_container {
        display: block;
        padding-bottom: 30px; } }
    footer .content_container .left {
      width: 40%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      min-height: 280px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        footer .content_container .left {
          min-height: 0;
          width: 100%; } }
      footer .content_container .left .platform .txt {
        margin-top: 8px; }
      footer .content_container .left .platform .btn {
        margin-top: 25px; }
      footer .content_container .left .socials {
        padding-top: 100px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          footer .content_container .left .socials {
            padding-top: 40px; } }
        footer .content_container .left .socials .socials_container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-top: 30px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            footer .content_container .left .socials .socials_container {
              margin-top: 26px;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between; } }
        footer .content_container .left .socials .social_icon {
          margin-right: 22px;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          display: block; }
          footer .content_container .left .socials .social_icon svg path {
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
          footer .content_container .left .socials .social_icon:last-of-type {
            margin-right: 0; }
          footer .content_container .left .socials .social_icon:hover {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); }
            footer .content_container .left .socials .social_icon:hover svg path {
              fill: #4C17CA; }
    footer .content_container .right {
      width: 370px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        footer .content_container .right {
          width: 100%;
          margin-top: 60px; } }
      footer .content_container .right .menu {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        footer .content_container .right .menu li {
          width: 45%;
          margin-bottom: 40px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            footer .content_container .right .menu li {
              margin-bottom: 32px; } }
          footer .content_container .right .menu li a {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
            footer .content_container .right .menu li a:hover {
              color: #4C17CA; }
  footer .img {
    width: 96%;
    max-width: 1312px; }
    footer .img svg {
      width: 100%; }
  footer .legal_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 32px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      footer .legal_container {
        padding-top: 0px;
        margin-top: 10px;
        display: block; } }
    footer .legal_container .legal {
      width: 335px;
      font-size: 13px;
      color: #D3D5DD;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        footer .legal_container .legal {
          width: 100%;
          margin-bottom: 12px; } }
    footer .legal_container .legal_links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        footer .legal_container .legal_links {
          width: 100%;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      footer .legal_container .legal_links a {
        display: block;
        margin-right: 11px;
        margin-left: 11px;
        font-size: 13px;
        color: #D3D5DD;
        /* -- @include break(mobile)-- */ }
        footer .legal_container .legal_links a:hover {
          color: #4C17CA; }
        @media only screen and (max-width: 768px) {
          footer .legal_container .legal_links a {
            margin-left: 0px; } }
    footer .legal_container .credit {
      width: 335px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 13px;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      /* -- @include break(mobile)-- */ }
      footer .legal_container .credit a {
        -webkit-transition: none;
        transition: none; }
      @media only screen and (max-width: 768px) {
        footer .legal_container .credit {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          width: 100%;
          margin-top: 24px; } }

html {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #161517;
  color: #000000;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  min-height: -webkit-fill-available; }
  html.overflow {
    overflow: hidden; }
  html::-webkit-scrollbar {
    width: 0 !important; }

body {
  opacity: 0;
  background-color: #D3D5DD;
  color: #000000;
  font-size: 17px;
  line-height: 150%;
  /* -- @include break(mobile)-- */
  font-family: 'Inter Regular', sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-style: normal;
  min-height: 100vh;
  min-height: -webkit-fill-available; }
  body.overflow {
    overflow: hidden; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 16px;
      overflow-x: hidden;
      overflow-y: scroll; } }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1232px; }

.small_container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .flex > * {
    width: 50%; }

.mobile {
  display: none;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .mobile {
      display: block; } }

.tablet {
  display: none;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .tablet {
      display: block; } }

.desktop-tablet {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .desktop-tablet {
      display: none; } }

.desktop {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .desktop {
      display: none; } }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  text-decoration: none; }

.ghost {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important; }

h1, .title-h1 {
  font-family: 'TroisMilleRegular', serif;
  font-weight: 400;
  font-size: 4.82em;
  line-height: 100%;
  margin: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h1, .title-h1 {
      font-size: 3.25em; } }

h2, .title-h2 {
  font-family: 'TroisMilleRegular', serif;
  font-weight: 400;
  font-size: 2.82em;
  line-height: 100%;
  margin: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h2, .title-h2 {
      font-size: 2em; } }

h3, .title-h3 {
  font-family: 'TroisMilleRegular', serif;
  font-weight: 400;
  font-size: 1.88em;
  line-height: 100%;
  margin: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h3, .title-h3 {
      font-size: 1.5em; } }

h4, .title-h4 {
  font-family: 'TroisMilleRegular', serif;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 100%;
  margin: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h4, .title-h4 {
      font-size: 1.375em; } }

h5, .title-h5 {
  font-family: 'TroisMilleRegular', serif;
  font-weight: 400;
  font-size: 1.05em;
  line-height: 100%;
  margin: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h5, .title-h5 {
      font-size: 1.125em; } }

h6, .title-h6 {
  font-family: 'Inter SemiBold', sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: 1em;
  line-height: 150%;
  margin: 0;
  padding-bottom: 12px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h6, .title-h6 {
      font-size: 1.125em; } }

.grecaptcha-badge {
  visibility: hidden; }

.bg_white {
  background-color: #FFFFFF; }

.bg_black {
  background-color: #000000; }

.bg_dark {
  background-color: #161517; }

.bg_grey {
  background-color: #D3D5DD; }

.bg_purple, .bg_tech {
  background-color: #4C17CA; }

.bg_faded-purple {
  background-color: #B8AFD9; }

.bg_light-purple {
  background-color: #6630E6; }

.bg_orange, .bg_product {
  background-color: #FF5322; }

.bg_green, .bg_environment {
  background-color: #145B28; }

.bg_yellow, .bg_culture {
  background-color: #DEFF01; }

.btn, .btn_purple {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px 14px 20px;
  border-radius: 4px;
  background-color: #4C17CA;
  color: #FFFFFF;
  font-family: 'TroisMilleRegular', serif;
  font-weight: 400;
  line-height: 100%;
  font-size: 14px;
  -webkit-transition: background-color 0.4s, color 0.4s, border 0.4s;
  transition: background-color 0.4s, color 0.4s, border 0.4s;
  cursor: pointer; }
  .btn:hover, .btn_purple:hover {
    background-color: #6630E6; }
  .btn.btn_white, .btn_purple.btn_white {
    background-color: #FFFFFF;
    color: #4C17CA; }
    .btn.btn_white:hover, .btn_purple.btn_white:hover {
      background-color: #BABCC3; }
  .btn.btn_sec-purple, .btn_purple.btn_sec-purple {
    background-color: transparent;
    border: 1px solid #4C17CA;
    color: #4C17CA; }
    .btn.btn_sec-purple:hover, .btn_purple.btn_sec-purple:hover {
      background-color: transparent;
      border: 1px solid #6630E6;
      color: #6630E6; }
  .btn.btn_sec-white, .btn_purple.btn_sec-white {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF; }
    .btn.btn_sec-white:hover, .btn_purple.btn_sec-white:hover {
      background-color: transparent;
      border: 1px solid #848588;
      color: #848588; }
  .btn.btn_black, .btn_purple.btn_black {
    background-color: #000000;
    color: #FFFFFF; }
    .btn.btn_black:hover, .btn_purple.btn_black:hover {
      background-color: #161517; }
  .btn.btn_sec-black, .btn_purple.btn_sec-black {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000; }
    .btn.btn_sec-black:hover, .btn_purple.btn_sec-black:hover {
      background-color: transparent;
      border: 1px solid #161517;
      color: #161517; }

a.link {
  color: #4C17CA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a.link:hover {
    color: #6630E6; }

.tag {
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #161517;
  background: rgba(22, 21, 23, 0.2);
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Inter SemiBold', sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1em;
  margin-right: 5px; }
  .tag.tag_product {
    border: 1px solid #FF5322;
    background: rgba(255, 83, 34, 0.2); }
  .tag.tag_technology {
    border: 1px solid #4C17CA;
    background: rgba(76, 23, 202, 0.2); }
  .tag.tag_environment {
    border: 1px solid #145B28;
    background: rgba(20, 91, 40, 0.2); }
  .tag.tag_culture {
    border: 1px solid #DEFF01;
    background: rgba(222, 255, 1, 0.2); }

.title_top {
  padding-right: 40%;
  padding-bottom: 60px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .title_top {
      padding-right: 0%;
      padding-bottom: 32px; } }
  .title_top .txt {
    padding-top: 14px; }

.title_center {
  padding-right: 20%;
  padding-left: 20%;
  padding-bottom: 60px;
  text-align: center;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .title_center {
      padding-right: 0%;
      padding-left: 0%;
      padding-bottom: 32px; } }
  .title_center .txt {
    padding-top: 14px; }

.title_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 60px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .title_flex {
      padding-bottom: 32px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .title_flex .left {
    width: 60%;
    margin-right: 5%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .title_flex .left {
        width: 100%;
        margin-right: 0%; } }
    .title_flex .left .txt {
      padding-top: 28px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .title_flex .left .txt {
          padding-top: 14px; } }
  .title_flex .right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .title_flex .right {
        margin-top: 28px; } }

.p-top_regular {
  padding-top: 50px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .p-top_regular {
      padding-top: 30px; } }

.p-bottom_regular {
  padding-bottom: 50px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .p-bottom_regular {
      padding-bottom: 30px; } }

.p-top_small {
  padding-top: 40px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .p-top_small {
      padding-top: 20px; } }

.p-bottom_small {
  padding-bottom: 40px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .p-bottom_small {
      padding-bottom: 20px; } }

.p-top_big {
  padding-top: 80px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .p-top_big {
      padding-top: 50px; } }

.p-bottom_big {
  padding-bottom: 80px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .p-bottom_big {
      padding-bottom: 50px; } }

.popup-video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .popup-video .inner {
    position: absolute;
    width: 90%;
    height: 80vh;
    -webkit-transform-origin: center;
            transform-origin: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none; }
  .popup-video .video_wrap {
    pointer-events: all;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
    .popup-video .video_wrap iframe, .popup-video .video_wrap video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .popup-video .close {
    position: absolute;
    top: 45px;
    right: 65px;
    cursor: pointer;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .popup-video .close {
        top: 20px;
        right: 20px; } }
    .popup-video .close span {
      font-style: italic; }
    .popup-video .close svg path {
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .popup-video .close:hover {
      color: #4C17CA; }
      .popup-video .close:hover svg path {
        fill: #4C17CA;
        stroke: #4C17CA; }
  .popup-video .bg {
    background: #161517;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }

.anime-txt, .title-h2, .anime-cards_item {
  opacity: 0; }

.title_wrap {
  display: block;
  overflow: hidden; }

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

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

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

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

.template-solution .module-01_hero {
  padding-top: 100px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-solution .module-01_hero {
      padding-top: 50px; } }
  .template-solution .module-01_hero .content {
    width: 40%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-solution .module-01_hero .content {
        width: 100%; } }
  .template-solution .module-01_hero .img {
    width: 55%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-solution .module-01_hero .img {
        width: 100%;
        margin-top: 32px; } }

.template-solution .module-key-feat {
  margin-bottom: -20px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-solution .module-key-feat {
      margin-bottom: -10px; } }
  @media only screen and (max-width: 768px) {
    .template-solution .module-key-feat {
      margin-bottom: 0px; } }
  .template-solution .module-key-feat .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-solution .module-key-feat .row {
        margin-left: -5px;
        margin-right: -5px; } }
    @media only screen and (max-width: 768px) {
      .template-solution .module-key-feat .row {
        margin-left: 0px;
        margin-right: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .template-solution .module-key-feat .row .col {
      width: calc(33% - 10px);
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-solution .module-key-feat .row .col {
          width: calc(33% - 5px);
          margin-left: 5px;
          margin-right: 5px;
          margin-bottom: 10px; } }
      @media only screen and (max-width: 768px) {
        .template-solution .module-key-feat .row .col {
          width: 100%;
          max-width: 400px; } }
      .template-solution .module-key-feat .row .col .box {
        border-radius: 12px;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden; }
        .template-solution .module-key-feat .row .col .box .content {
          position: relative;
          z-index: 2;
          padding: 10% 9%; }
          .template-solution .module-key-feat .row .col .box .content h3 {
            padding-bottom: 10px; }
          .template-solution .module-key-feat .row .col .box .content .txt {
            font-size: 15px;
            line-height: 142%;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              .template-solution .module-key-feat .row .col .box .content .txt {
                font-size: 12px;
                line-height: 130%; } }
        .template-solution .module-key-feat .row .col .box_1 {
          background-color: #FF5322; }
          .template-solution .module-key-feat .row .col .box_1 .content {
            padding-bottom: 48px; }
          .template-solution .module-key-feat .row .col .box_1 .img {
            width: 62%;
            margin-left: auto;
            margin-right: auto; }
            .template-solution .module-key-feat .row .col .box_1 .img img {
              -webkit-transform: translateX(3.5%);
                      transform: translateX(3.5%); }
        .template-solution .module-key-feat .row .col .box_2 {
          background-color: #DEFF01;
          height: calc(50% - 10px);
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-solution .module-key-feat .row .col .box_2 {
              height: calc(50% - 5px); } }
          .template-solution .module-key-feat .row .col .box_2 .content {
            padding-bottom: 15px; }
          .template-solution .module-key-feat .row .col .box_2 .img {
            width: 80%;
            margin-left: auto;
            margin-right: auto; }
        .template-solution .module-key-feat .row .col .box_3 {
          background-color: #FFFFFF;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .template-solution .module-key-feat .row .col .box_3 {
              padding-bottom: 115%; } }
          .template-solution .module-key-feat .row .col .box_3 .img {
            z-index: 0;
            position: absolute;
            top: -1px;
            left: -1px;
            right: -1px;
            bottom: -1px; }
            .template-solution .module-key-feat .row .col .box_3 .img img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              -o-object-fit: cover;
                 object-fit: cover;
              top: auto;
              bottom: 0;
              -webkit-transform: translate(-50%, 0%);
                      transform: translate(-50%, 0%); }
        .template-solution .module-key-feat .row .col .box_4 {
          height: calc(50% - 10px);
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-solution .module-key-feat .row .col .box_4 {
              height: calc(50% - 5px); } }
          .template-solution .module-key-feat .row .col .box_4 img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            -o-object-fit: cover;
               object-fit: cover; }
        .template-solution .module-key-feat .row .col .box_5 {
          background-color: #145B28; }
          .template-solution .module-key-feat .row .col .box_5 .content {
            color: #FFFFFF;
            padding-bottom: 35px; }
          .template-solution .module-key-feat .row .col .box_5 .img {
            margin-left: auto;
            margin-right: auto;
            width: 75%;
            margin-bottom: 35px; }
        .template-solution .module-key-feat .row .col .box_6 {
          background-color: #4C17CA;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .template-solution .module-key-feat .row .col .box_6 {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; } }
          .template-solution .module-key-feat .row .col .box_6 .content {
            width: 50%;
            padding: 5% 4.5%;
            color: #FFFFFF;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 768px) {
              .template-solution .module-key-feat .row .col .box_6 .content {
                padding: 10% 9%;
                width: 100%; } }
          .template-solution .module-key-feat .row .col .box_6 .img {
            width: 46%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 768px) {
              .template-solution .module-key-feat .row .col .box_6 .img {
                width: 93%;
                padding-top: 100px;
                margin-left: auto; } }
            .template-solution .module-key-feat .row .col .box_6 .img img {
              -webkit-transform: translate(2.5%, 4%);
                      transform: translate(2.5%, 4%); }
      .template-solution .module-key-feat .row .col_6 {
        width: 66%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-solution .module-key-feat .row .col_6 {
            width: 100%; } }

.template-solution .module-framework .title_center {
  padding-right: 15%;
  padding-left: 15%; }

.template-solution .module-framework .framework_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-solution .module-framework .framework_container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .template-solution .module-framework .framework_container .left {
    width: 42.5%;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-solution .module-framework .framework_container .left {
        width: 110%;
        margin-left: -5%;
        margin-right: -5%;
        padding-left: 5%;
        padding-right: 5%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: scroll; } }
    @media only screen and (max-width: 768px) {
      .template-solution .module-framework .framework_container .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        margin-left: -4px;
        margin-right: -4px;
        padding-left: 0%;
        padding-right: 0%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .template-solution .module-framework .framework_container .left .framework_title {
      font-family: 'TroisMilleRegular', serif;
      font-weight: 400;
      line-height: 100%;
      font-size: 4.4em;
      color: #848588;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      margin-bottom: 28px;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      .template-solution .module-framework .framework_container .left .framework_title:hover {
        color: #4C17CA; }
      @media only screen and (max-width: 1280px) {
        .template-solution .module-framework .framework_container .left .framework_title {
          font-size: 3.5em; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-solution .module-framework .framework_container .left .framework_title {
          font-size: 1.875em;
          margin-right: 20px;
          margin-bottom: 10px; } }
      @media only screen and (max-width: 768px) {
        .template-solution .module-framework .framework_container .left .framework_title {
          font-size: 18px;
          leading-trim: both;
          text-edge: cap;
          font-style: normal;
          font-weight: 400;
          line-height: 100%;
          padding: 10px 10px 7px 10px;
          border-radius: 4px;
          border: 1px solid #BABCC3;
          margin-left: 4px;
          margin-right: 4px; } }
      .template-solution .module-framework .framework_container .left .framework_title .line {
        width: 100%;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        height: 8px;
        border-radius: 30px;
        margin-left: 25px;
        background: -webkit-gradient(linear, left top, right top, from(#D3D5DD), to(#4C17CA));
        background: linear-gradient(90deg, #D3D5DD 0%, #4C17CA 100%);
        opacity: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: translateX(-20px);
                transform: translateX(-20px);
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-solution .module-framework .framework_container .left .framework_title .line {
            display: none; } }
      .template-solution .module-framework .framework_container .left .framework_title.active {
        color: #4C17CA;
        pointer-events: none;
        /* -- @include break(mobile)-- */ }
        .template-solution .module-framework .framework_container .left .framework_title.active .line {
          opacity: 1;
          -webkit-transform: translateX(0px);
                  transform: translateX(0px); }
        @media only screen and (max-width: 768px) {
          .template-solution .module-framework .framework_container .left .framework_title.active {
            border-color: #B8AFD9;
            background-color: #B8AFD9; } }
  .template-solution .module-framework .framework_container .right {
    width: 50%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-solution .module-framework .framework_container .right {
        width: 100%;
        margin-top: 22px; } }
    .template-solution .module-framework .framework_container .right .framework_content {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      display: none; }
      .template-solution .module-framework .framework_container .right .framework_content:first-of-type {
        display: block; }
      .template-solution .module-framework .framework_container .right .framework_content .frame {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0; }
        .template-solution .module-framework .framework_container .right .framework_content .frame .gradient {
          background: linear-gradient(150deg, #FF5322 0%, #4C17CA 75%);
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          border-radius: 12px;
          overflow: hidden; }
        .template-solution .module-framework .framework_container .right .framework_content .frame .bg {
          position: absolute;
          top: 3px;
          left: 3px;
          right: 3px;
          bottom: 3px;
          border-radius: 10.5px;
          overflow: hidden;
          background-color: #D3D5DD; }
      .template-solution .module-framework .framework_container .right .framework_content .inner {
        padding: 40px;
        position: relative;
        z-index: 1;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-solution .module-framework .framework_container .right .framework_content .inner {
            padding: 28px; } }
        .template-solution .module-framework .framework_container .right .framework_content .inner .content_top .title {
          color: #4C17CA;
          font-size: 11px;
          text-transform: uppercase;
          padding-bottom: 10px; }
        .template-solution .module-framework .framework_container .right .framework_content .inner .content_top .desc {
          font-family: 'TroisMilleRegular', serif;
          font-weight: 400;
          font-size: 1.4em; }
        .template-solution .module-framework .framework_container .right .framework_content .inner .content_bottom {
          padding-top: 70px;
          font-size: 15px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-solution .module-framework .framework_container .right .framework_content .inner .content_bottom {
              padding-top: 32px; } }

.template-archive {
  background-color: #FFFFFF; }
  .template-archive .module-01_hero {
    pointer-events: none; }
    .template-archive .module-01_hero .content {
      pointer-events: all; }
  .template-archive .feature {
    background-color: #D3D5DD;
    padding-top: 100px;
    padding-bottom: 68px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-archive .feature {
        padding-top: 60px;
        padding-bottom: 28px; } }
    .template-archive .feature h2 {
      padding-bottom: 68px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-archive .feature h2 {
          padding-bottom: 44px; } }
    .template-archive .feature .features_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-archive .feature .features_container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .template-archive .feature .features_container .feature_1 {
        width: 55%;
        max-width: 100%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-archive .feature .features_container .feature_1 {
            width: 100%;
            max-width: 450px; } }
      .template-archive .feature .features_container .feature_2 {
        width: 40%;
        max-width: 100%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-archive .feature .features_container .feature_2 {
            width: 100%;
            max-width: 450px; } }
  .template-archive .archive {
    padding-top: 100px;
    padding-bottom: 100px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-archive .archive {
        padding-top: 60px;
        padding-bottom: 60px; } }
    .template-archive .archive .cat_container {
      padding-bottom: 40px; }
      .template-archive .archive .cat_container .select_container {
        position: relative;
        display: inline-block; }
        .template-archive .archive .cat_container .select_container svg {
          position: absolute;
          top: 50%;
          right: 20px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .template-archive .archive .cat_container .select_container select {
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          padding: 14px 50px 14px 20px;
          border-radius: 4px;
          border: 1px solid #4C17CA;
          font-size: 14px;
          font-family: 'TroisMilleRegular', serif;
          font-weight: 400;
          color: #4C17CA; }
    .template-archive .archive .archive_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: -60px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-archive .archive .archive_container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: -32px; } }
    .template-archive .archive .pagination {
      padding-top: 100px;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-archive .archive .pagination {
          padding-top: 60px; } }
      .template-archive .archive .pagination .page-numbers {
        border-radius: 4px;
        border: 1px solid #4C17CA;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #4C17CA;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: 4px;
        margin-right: 4px;
        width: 36px;
        height: 36px;
        line-height: 100%;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
        .template-archive .archive .pagination .page-numbers:hover, .template-archive .archive .pagination .page-numbers.current {
          background-color: #4C17CA;
          color: #FFFFFF; }
      .template-archive .archive .pagination .prev, .template-archive .archive .pagination .next {
        border: none; }
        .template-archive .archive .pagination .prev:hover, .template-archive .archive .pagination .prev.current, .template-archive .archive .pagination .next:hover, .template-archive .archive .pagination .next.current {
          background-color: transparent;
          color: #4C17CA;
          -webkit-transform: scale(1.15);
                  transform: scale(1.15); }
  .template-archive .article {
    display: block;
    width: 32%;
    max-width: 450px;
    margin-bottom: 60px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-archive .article {
        width: 49%; } }
    @media only screen and (max-width: 768px) {
      .template-archive .article {
        max-width: 400px;
        width: 100%;
        margin-bottom: 32px; } }
    .template-archive .article .img {
      position: relative;
      width: 100%;
      padding-bottom: 67%;
      margin-bottom: 22px;
      border-radius: 12px;
      overflow: hidden; }
      .template-archive .article .img .thumb {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: all 0.6s;
        transition: all 0.6s; }
      .template-archive .article .img .logo {
        width: 58px;
        height: 58px;
        position: absolute;
        right: 10px;
        bottom: 10px;
        border-radius: 6px;
        background: #FFFFFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .template-archive .article .img .logo img {
          width: 80%; }
    .template-archive .article .tag_wrap {
      margin-bottom: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .template-archive .article h4 {
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .template-archive .article .link {
      display: inline-block;
      margin-top: 22px;
      padding: 10px 0px;
      border-bottom: 1px solid #000000;
      cursor: pointer;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      font-size: 14px;
      line-height: 1em;
      font-family: 'TroisMilleRegular', serif;
      font-weight: 400;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-archive .article .link {
          margin-top: 14px; } }
    .template-archive .article:hover .img .thumb {
      -webkit-transform: translate(-50%, -50%) scale(1.02);
              transform: translate(-50%, -50%) scale(1.02); }
    .template-archive .article:hover h4 {
      color: #4C17CA; }
    .template-archive .article:hover .link {
      color: #4C17CA;
      border-bottom: 1px solid #4C17CA; }

.template-case-studies .module-01_hero {
  padding-top: 100px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-case-studies .module-01_hero {
      padding-top: 50px; } }

.template-case-studies .archive-case-studies {
  padding-bottom: 100px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-case-studies .archive-case-studies {
      padding-bottom: 60px; } }

.template-single-article {
  padding-top: 105px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-single-article {
      padding-top: 86px; } }
  .template-single-article .module-hero {
    padding-top: 120px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-single-article .module-hero {
        padding-top: 80px; } }
    .template-single-article .module-hero .container {
      border-bottom: 1px solid #D3D5DD; }
    .template-single-article .module-hero .title_container {
      padding-right: 20%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-single-article .module-hero .title_container {
          padding-right: 0; } }
    .template-single-article .module-hero .info_container {
      padding-top: 50px;
      padding-bottom: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-single-article .module-hero .info_container {
          padding-top: 50px;
          padding-bottom: 28px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .template-single-article .module-hero .info_container .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #7F8086;
        font-size: 15px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-single-article .module-hero .info_container .left {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
      .template-single-article .module-hero .info_container .right {
        margin-top: 12px; }
        .template-single-article .module-hero .info_container .right .tag_wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .template-single-article .module-hero .info_container .right .tag {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content; }
        .template-single-article .module-hero .info_container .right .tag:last-of-type {
          margin-right: 0; }
  .template-single-article .article_builder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 120px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-single-article .article_builder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 50px;
        padding-bottom: 80px; } }
    .template-single-article .article_builder .content {
      width: 100%;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      overflow: hidden; }
      .template-single-article .article_builder .content .module-art {
        width: 100%; }
        .template-single-article .article_builder .content .module-art:first-of-type {
          padding-top: 0 !important;
          margin-top: 0 !important; }
        .template-single-article .article_builder .content .module-art:last-of-type {
          padding-bottom: 0 !important;
          margin-bottom: 0 !important; }
      .template-single-article .article_builder .content .module-art_title-h2 {
        padding-top: 52px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-single-article .article_builder .content .module-art_title-h2 {
            padding-top: 40px; } }
      .template-single-article .article_builder .content .module-art_title-h3 {
        padding-top: 36px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-single-article .article_builder .content .module-art_title-h3 {
            padding-top: 32px; } }
      .template-single-article .article_builder .content .module-art_title-h4 {
        padding-top: 26px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-single-article .article_builder .content .module-art_title-h4 {
            padding-top: 22px; } }
      .template-single-article .article_builder .content .module-art_title-h5 {
        padding-top: 18px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-single-article .article_builder .content .module-art_title-h5 {
            padding-top: 18px; } }
      .template-single-article .article_builder .content .module-art_txt {
        padding-top: 18px; }
        .template-single-article .article_builder .content .module-art_txt div.code-toolbar > .toolbar > .toolbar-item > button {
          -webkit-box-shadow: none !important;
                  box-shadow: none !important;
          border-radius: 0 !important; }
      .template-single-article .article_builder .content .btn {
        margin-top: 20px; }
      .template-single-article .article_builder .content .module-art_img {
        padding-top: 52px;
        padding-bottom: 34px;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-single-article .article_builder .content .module-art_img {
            padding-top: 40px;
            padding-bottom: 22px; } }
        .template-single-article .article_builder .content .module-art_img img {
          border-radius: 12px;
          overflow: hidden;
          width: auto;
          height: auto;
          max-width: 100%; }
      .template-single-article .article_builder .content .module-art_video {
        padding-top: 52px;
        padding-bottom: 34px;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-single-article .article_builder .content .module-art_video {
            padding-top: 40px;
            padding-bottom: 22px; } }
        .template-single-article .article_builder .content .module-art_video video {
          border-radius: 12px;
          overflow: hidden;
          width: auto;
          height: auto;
          max-width: 100%; }
        .template-single-article .article_builder .content .module-art_video .iframe_container {
          border-radius: 12px;
          overflow: hidden;
          position: relative;
          width: 100%;
          padding-bottom: 56.25%;
          /* 16:9 */
          height: 0; }
          .template-single-article .article_builder .content .module-art_video .iframe_container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
    .template-single-article .article_builder .sidebar {
      width: 360px;
      margin-left: 60px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      position: relative;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-single-article .article_builder .sidebar {
          width: 100%;
          margin-left: 0; } }
      .template-single-article .article_builder .sidebar .sidebar_sticky {
        position: sticky;
        top: 100px;
        left: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: end;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-single-article .article_builder .sidebar .sidebar_sticky {
            position: relative;
            top: auto;
            margin-top: 60px; } }
        .template-single-article .article_builder .sidebar .sidebar_sticky .doc {
          background-color: #FF5322;
          border-radius: 12px;
          padding: 42px 33px;
          color: #FFFFFF;
          width: 100%;
          margin-bottom: 16px; }
          .template-single-article .article_builder .sidebar .sidebar_sticky .doc .btn {
            margin-top: 25px; }
        .template-single-article .article_builder .sidebar .sidebar_sticky button {
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          border: 0;
          background-color: transparent;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-family: 'TroisMilleRegular', serif;
          font-weight: 400;
          line-height: 1em; }
          .template-single-article .article_builder .sidebar .sidebar_sticky button svg {
            margin-bottom: 4px;
            margin-left: 8px; }

.template-single-case-studies {
  padding-top: 105px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-single-case-studies {
      padding-top: 86px; } }
  .template-single-case-studies .module-hero-case {
    padding-top: 120px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-single-case-studies .module-hero-case {
        padding-top: 80px; } }
    .template-single-case-studies .module-hero-case .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .template-single-case-studies .module-hero-case .inner .content {
        width: 90%;
        margin-right: -30%;
        position: relative;
        z-index: 2;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-single-case-studies .module-hero-case .inner .content {
            width: 100%;
            margin-right: 0%; } }
        .template-single-case-studies .module-hero-case .inner .content .txt {
          padding-right: 45%;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .template-single-case-studies .module-hero-case .inner .content .txt {
              padding-right: 0%; } }
      .template-single-case-studies .module-hero-case .inner .icon {
        width: 40%;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        position: relative;
        z-index: 1;
        margin-top: -4%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-single-case-studies .module-hero-case .inner .icon {
            display: none; } }
        .template-single-case-studies .module-hero-case .inner .icon img, .template-single-case-studies .module-hero-case .inner .icon video {
          width: 100%; }
  .template-single-case-studies .hero_info {
    margin-top: 20px;
    padding-bottom: 120px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-single-case-studies .hero_info {
        margin-top: 60px;
        height: auto;
        padding-bottom: 0px; } }
    .template-single-case-studies .hero_info .stats .result_container {
      margin-top: 44px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      max-width: 320px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-single-case-studies .hero_info .stats .result_container {
          margin-top: 28px; } }
      .template-single-case-studies .hero_info .stats .result_container .results {
        width: 132px; }
        .template-single-case-studies .hero_info .stats .result_container .results .number {
          font-family: 'AgrandirVariable', sans-serif;
          font-weight: 612;
          font-size: 2.6em; }
        .template-single-case-studies .hero_info .stats .result_container .results .txt {
          font-size: 15px;
          margin-top: 10px; }
    .template-single-case-studies .hero_info .img-txt_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 100vh;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-single-case-studies .hero_info .img-txt_container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          height: auto;
          margin-top: 40px; } }
      .template-single-case-studies .hero_info .img-txt_container .left {
        width: 100%;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        position: relative; }
        .template-single-case-studies .hero_info .img-txt_container .left .img {
          width: 100%;
          position: relative;
          border-radius: 12px;
          overflow: hidden;
          position: sticky;
          top: 30%;
          left: 0;
          right: 0;
          padding-bottom: 58%;
          -webkit-transform: scale(0.45);
                  transform: scale(0.45);
          -webkit-transform-origin: top left;
                  transform-origin: top left;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-single-case-studies .hero_info .img-txt_container .left .img {
              -webkit-transform: scale(1);
                      transform: scale(1); } }
          .template-single-case-studies .hero_info .img-txt_container .left .img img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            -o-object-fit: cover;
               object-fit: cover; }
      .template-single-case-studies .hero_info .img-txt_container .right {
        width: 320px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-top: 10%;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1280px) {
          .template-single-case-studies .hero_info .img-txt_container .right {
            padding-top: 9%; } }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-single-case-studies .hero_info .img-txt_container .right {
            padding-top: 20px;
            width: 100%; } }
        .template-single-case-studies .hero_info .img-txt_container .right .info {
          opacity: 0;
          padding-left: 18%;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-single-case-studies .hero_info .img-txt_container .right .info {
              opacity: 1;
              padding-left: 0%; } }
  .template-single-case-studies .module-05_txt-img {
    padding-bottom: 80px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-single-case-studies .module-05_txt-img {
        padding-bottom: 40px; } }
    .template-single-case-studies .module-05_txt-img .container {
      padding-top: 80px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-single-case-studies .module-05_txt-img .container {
          padding-top: 40px; } }
      .template-single-case-studies .module-05_txt-img .container:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-single-case-studies .module-05_txt-img .container:nth-child(even) {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
                -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse; } }
  .template-single-case-studies .module-banner_result {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(99deg, #FF5322 -15.16%, #4C17CA 82.43%);
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-single-case-studies .module-banner_result {
        padding-top: 60px;
        padding-bottom: 60px;
        background: linear-gradient(153deg, #FF5322 -21.94%, #4C17CA 87.6%); } }
    .template-single-case-studies .module-banner_result .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      color: #FFFFFF;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-single-case-studies .module-banner_result .container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .template-single-case-studies .module-banner_result .container .left {
        width: 42.5%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-single-case-studies .module-banner_result .container .left {
            width: 100%; }
            .template-single-case-studies .module-banner_result .container .left h2 {
              padding-bottom: 20px; } }
      .template-single-case-studies .module-banner_result .container .right {
        width: 50%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-single-case-studies .module-banner_result .container .right {
            width: 100%; } }
        .template-single-case-studies .module-banner_result .container .right .box {
          height: 295px;
          border-radius: 12px;
          border: 1px solid #FFFFFF;
          padding: 20px 22px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-top: 20px;
          position: relative;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-single-case-studies .module-banner_result .container .right .box {
              margin-top: 40px;
              height: 175px; } }
          .template-single-case-studies .module-banner_result .container .right .box .box_title {
            font-family: 'Inter SemiBold', sans-serif;
            font-weight: 600;
            letter-spacing: 0.01em;
            text-transform: uppercase;
            padding-right: 40px; }
          .template-single-case-studies .module-banner_result .container .right .box .dot {
            display: block;
            background-color: #FFFFFF;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            position: absolute;
            top: 25px;
            right: 22px; }
          .template-single-case-studies .module-banner_result .container .right .box .result {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: baseline;
                -ms-flex-align: baseline;
                    align-items: baseline; }
            .template-single-case-studies .module-banner_result .container .right .box .result .number {
              font-family: 'AgrandirVariable', sans-serif;
              font-weight: 612;
              font-size: 5.5em;
              /* -- @include break(mobile)-- */ }
              @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
                .template-single-case-studies .module-banner_result .container .right .box .result .number {
                  font-size: 3.25em; } }
            .template-single-case-studies .module-banner_result .container .right .box .result .text {
              font-family: 'Agrandir', Arial, Helvetica, sans-serif;
              font-weight: normal;
              font-size: 2.5em;
              margin-left: 0.2em;
              /* -- @include break(mobile)-- */ }
              @supports (font-variation-settings: normal) {
                .template-single-case-studies .module-banner_result .container .right .box .result .text {
                  font-family: 'Agrandir Variable', Arial, Helvetica, sans-serif;
                  font-weight: normal;
                  font-variation-settings: "wght" 228; } }
              @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
                .template-single-case-studies .module-banner_result .container .right .box .result .text {
                  font-size: 1.875em; } }

.quatre-cent-quatre .container {
  width: 90%;
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 185px);
  text-align: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.quatre-cent-quatre h1 {
  font-size: 10em;
  line-height: 1em;
  margin: 0;
  padding-bottom: 0.3em; }

.quatre-cent-quatre h2 {
  font-size: 2.5em; }

.module-01_hero {
  z-index: 5; }
  .module-01_hero.type_hero-home {
    position: relative;
    height: 100vh;
    width: 100vw; }
    .module-01_hero.type_hero-home .bg {
      background-color: #161517;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      overflow: hidden; }
      .module-01_hero.type_hero-home .bg .shape {
        position: absolute;
        -webkit-animation: shapeRotate 20s infinite linear;
                animation: shapeRotate 20s infinite linear; }
        .module-01_hero.type_hero-home .bg .shape svg {
          width: 100%;
          height: auto; }
        .module-01_hero.type_hero-home .bg .shape1 {
          width: 167%;
          left: 9%;
          top: -46%;
          -webkit-animation: shapeRotateReverse 18s infinite linear;
                  animation: shapeRotateReverse 18s infinite linear;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-01_hero.type_hero-home .bg .shape1 {
              width: 280%;
              left: -64%;
              top: -28%; } }
        .module-01_hero.type_hero-home .bg .shape2 {
          width: 120%;
          bottom: -9%;
          left: -11%;
          -webkit-transform-origin: 5%;
                  transform-origin: 5%;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-01_hero.type_hero-home .bg .shape2 {
              width: 191%;
              bottom: -14%;
              left: -39%; } }
        .module-01_hero.type_hero-home .bg .shape3 {
          width: 72%;
          bottom: -31%;
          left: -15%;
          -webkit-transform-origin: 50%;
                  transform-origin: 50%;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-01_hero.type_hero-home .bg .shape3 {
              width: 214%;
              bottom: -23%;
              left: -35%; } }
        .module-01_hero.type_hero-home .bg .shape4 {
          width: 110%;
          top: -40%;
          left: 14%;
          -webkit-transform-origin: -10%;
                  transform-origin: -10%;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-01_hero.type_hero-home .bg .shape4 {
              width: 151%;
              top: -12%;
              left: -29%; } }
        .module-01_hero.type_hero-home .bg .shape5 {
          width: 82%;
          left: -20%;
          top: -33%;
          -webkit-transform-origin: 10%;
                  transform-origin: 10%;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-01_hero.type_hero-home .bg .shape5 {
              width: 102%;
              left: 22%;
              top: -18%; } }
        .module-01_hero.type_hero-home .bg .shape6 {
          width: 132%;
          top: 15%;
          right: -40%;
          -webkit-animation: shapeRotateReverse 20s infinite linear;
                  animation: shapeRotateReverse 20s infinite linear;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-01_hero.type_hero-home .bg .shape6 {
              width: 171%;
              top: 15%;
              right: -3%; } }
    .module-01_hero.type_hero-home .logo {
      position: absolute;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 70%;
      /* -- @include break(mobile)-- */ }
      .module-01_hero.type_hero-home .logo svg {
        height: 65vh;
        width: auto; }
      .module-01_hero.type_hero-home .logo img {
        height: 100%;
        width: auto; }
      @media only screen and (max-width: 768px) {
        .module-01_hero.type_hero-home .logo {
          width: 90%;
          height: auto; }
          .module-01_hero.type_hero-home .logo img {
            width: 100%;
            height: auto; } }
    .module-01_hero.type_hero-home .noise {
      background-image: url(../img/noise_swatch.png);
      background-position: center;
      background-repeat: repeat;
      background-size: 80px 80px;
      position: absolute;
      mix-blend-mode: soft-light;
      opacity: 0.7;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      pointer-events: none;
      pointer-events: none; }
    .module-01_hero.type_hero-home .fade {
      position: absolute;
      top: 40%;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      pointer-events: none;
      background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #161517), to(rgba(22, 21, 23, 0)));
      background: linear-gradient(0deg, #161517 20%, rgba(22, 21, 23, 0) 100%);
      -webkit-transform: translateY(25%);
              transform: translateY(25%); }
    .module-01_hero.type_hero-home .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100vh;
      z-index: 3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #FFFFFF;
      text-align: center; }
      .module-01_hero.type_hero-home .content .container {
        max-width: 1024px; }
        .module-01_hero.type_hero-home .content .container .txt {
          max-width: 685px;
          margin-left: auto;
          margin-right: auto;
          font-family: 'Inter Regular', sans-serif;
          font-weight: 400;
          letter-spacing: 0.01em; }
        .module-01_hero.type_hero-home .content .container .btn_wrap {
          padding-top: 44px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-01_hero.type_hero-home .content .container .btn_wrap {
              padding-top: 28px;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -webkit-box-pack: start;
                  -ms-flex-pack: start;
                      justify-content: flex-start;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
          .module-01_hero.type_hero-home .content .container .btn_wrap .btn {
            margin-left: 7px;
            margin-right: 7px;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 768px) {
              .module-01_hero.type_hero-home .content .container .btn_wrap .btn {
                margin-left: 0px;
                margin-right: 0px;
                margin-bottom: 14px; } }
    .module-01_hero.type_hero-home .scroll {
      position: absolute;
      left: 50%;
      bottom: 60px;
      z-index: 2;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      font-size: 12px;
      z-index: 4;
      /* -- @include break(mobile)-- */ }
      .module-01_hero.type_hero-home .scroll a {
        line-height: 160%;
        letter-spacing: 2.4px;
        font-family: 'Agrandir', Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: rgba(255, 255, 255, 0.6);
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
        @supports (font-variation-settings: normal) {
          .module-01_hero.type_hero-home .scroll a {
            font-family: 'Agrandir Variable', Arial, Helvetica, sans-serif;
            font-weight: normal;
            font-variation-settings: "wght" 421; } }
        .module-01_hero.type_hero-home .scroll a:hover {
          color: white;
          font-variation-settings: "wght" 521; }
      @media only screen and (max-width: 768px) {
        .module-01_hero.type_hero-home .scroll {
          bottom: 50px; } }
  .module-01_hero.type_hero2 {
    margin-bottom: -300px;
    position: relative;
    z-index: 4;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-01_hero.type_hero2 {
        margin-bottom: -60vh; } }
    .module-01_hero.type_hero2 .inner {
      padding-top: 260px;
      padding-bottom: 30px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01_hero.type_hero2 .inner {
          padding-top: 160px;
          padding-bottom: 20px; } }
    .module-01_hero.type_hero2 .container {
      max-width: 1000px;
      color: #FFFFFF;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01_hero.type_hero2 .container {
          max-width: 450px; } }
      .module-01_hero.type_hero2 .container .title-h1 {
        font-size: 7.15em;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-01_hero.type_hero2 .container .title-h1 {
            font-size: 3.25em; } }
        .module-01_hero.type_hero2 .container .title-h1 .part1 {
          display: block;
          overflow: hidden;
          position: relative;
          z-index: 1; }
          .module-01_hero.type_hero2 .container .title-h1 .part1 span {
            display: block; }
        .module-01_hero.type_hero2 .container .title-h1 .part2 {
          display: block;
          text-align: right;
          overflow: hidden;
          position: relative;
          z-index: 3; }
          .module-01_hero.type_hero2 .container .title-h1 .part2 span {
            display: block; }
        .module-01_hero.type_hero2 .container .title-h1 .icon {
          display: block;
          margin-top: -116px;
          margin-bottom: -203px;
          margin-left: auto;
          margin-right: auto;
          width: 465px;
          position: relative;
          z-index: 2;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-01_hero.type_hero2 .container .title-h1 .icon {
              margin-top: -34px;
              margin-bottom: -95px;
              width: 260px;
              padding-left: 3px; } }
          .module-01_hero.type_hero2 .container .title-h1 .icon img {
            width: 465px;
            display: block;
            margin-left: auto;
            margin-right: auto;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              .module-01_hero.type_hero2 .container .title-h1 .icon img {
                width: 265px; } }
          .module-01_hero.type_hero2 .container .title-h1 .icon video {
            width: 100%; }
    .module-01_hero.type_hero2 .line {
      height: 50px;
      margin-top: -1px;
      position: relative;
      pointer-events: none;
      /* -- @include break(mobile)-- */ }
      .module-01_hero.type_hero2 .line .line-inner {
        background-color: #4C17CA;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 50px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-01_hero.type_hero2 .line .line-inner {
            height: 7vh; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01_hero.type_hero2 .line {
          height: 7vh; } }
  .module-01_hero.type_hero3 {
    padding-top: 100px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-01_hero.type_hero3 {
        padding-top: 50px; } }
    .module-01_hero.type_hero3.hero_line {
      padding-top: 0px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-01_hero.type_hero3.hero_line {
          padding-top: 0px; } }
    .module-01_hero.type_hero3 .inner.bg_purple {
      padding-top: 260px;
      padding-bottom: 30px;
      color: #FFFFFF;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01_hero.type_hero3 .inner.bg_purple {
          padding-top: 160px;
          padding-bottom: 20px; } }
    .module-01_hero.type_hero3 .line {
      height: 50px;
      margin-top: -1px;
      position: relative;
      pointer-events: none;
      /* -- @include break(mobile)-- */ }
      .module-01_hero.type_hero3 .line .line-inner {
        background-color: #4C17CA;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 50px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-01_hero.type_hero3 .line .line-inner {
            height: 7vh; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01_hero.type_hero3 .line {
          height: 7vh; } }
    .module-01_hero.type_hero3 .inner.bg_grey {
      padding-top: 120px;
      padding-bottom: 120px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01_hero.type_hero3 .inner.bg_grey {
          padding-top: 80px;
          padding-bottom: 30px; } }
    .module-01_hero.type_hero3 .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-01_hero.type_hero3 .container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .module-01_hero.type_hero3 .container .btn_wrap {
        padding-top: 44px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-01_hero.type_hero3 .container .btn_wrap {
            padding-top: 28px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start; } }
        .module-01_hero.type_hero3 .container .btn_wrap .btn {
          margin-right: 14px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-01_hero.type_hero3 .container .btn_wrap .btn {
              margin-left: 0px;
              margin-right: 0px;
              margin-bottom: 14px;
              -webkit-box-flex: 0;
                  -ms-flex-positive: 0;
                      flex-grow: 0; } }
      .module-01_hero.type_hero3 .container .txt {
        padding-top: 12px; }
      .module-01_hero.type_hero3 .container.layout-half .content {
        width: 47.5%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-01_hero.type_hero3 .container.layout-half .content {
            width: 100%; } }
      .module-01_hero.type_hero3 .container.layout-half .img {
        width: 47.5%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-01_hero.type_hero3 .container.layout-half .img {
            width: 100%;
            margin-top: 32px; } }
        .module-01_hero.type_hero3 .container.layout-half .img video {
          width: 100%; }
      .module-01_hero.type_hero3 .container.layout-tier .content {
        width: 60%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-01_hero.type_hero3 .container.layout-tier .content {
            width: 100%;
            margin-bottom: 32px; } }
      .module-01_hero.type_hero3 .container.layout-tier .img {
        width: 35%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-01_hero.type_hero3 .container.layout-tier .img {
            width: 100%; } }
        .module-01_hero.type_hero3 .container.layout-tier .img video {
          width: 100%; }
    .module-01_hero.type_hero3.hero_line {
      margin-bottom: -440px;
      position: relative;
      z-index: 5;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01_hero.type_hero3.hero_line {
          margin-bottom: -60vh; } }

.module-02_intro {
  position: relative; }
  .module-02_intro .content {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 72px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-02_intro .content {
        margin-top: 32px; } }
    .module-02_intro .content .icon {
      width: 105px; }
    .module-02_intro .content .txt {
      max-width: 400px;
      font-size: 15px;
      margin-left: 40px; }
  .module-02_intro .title-h2 {
    line-height: 120%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-02_intro .title-h2 {
        font-size: 1.62em; } }
  .module-02_intro.bg_dark {
    color: #FFFFFF; }
    .module-02_intro.bg_dark .txt {
      color: rgba(255, 255, 255, 0.6); }
    .module-02_intro.bg_dark .noise {
      background-image: url(../img/noise_swatch.png);
      background-position: center;
      background-repeat: repeat;
      background-size: 80px 80px;
      position: absolute;
      mix-blend-mode: soft-light;
      opacity: 0.7;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      pointer-events: none; }
  .module-02_intro.intro-anime {
    padding-bottom: 120px !important; }
  .module-02_intro.intro-anime {
    z-index: 4; }
  .module-02_intro .transition-intro_container {
    pointer-events: none;
    position: absolute;
    top: calc(100% - 77px);
    left: 0;
    right: 0;
    overflow: hidden;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-02_intro .transition-intro_container {
        top: calc(100% - 39px); } }
    .module-02_intro .transition-intro_container .transition_intro {
      width: calc(100% + 73px);
      margin-left: -34px;
      margin-right: -34px;
      height: 100%; }
      .module-02_intro .transition-intro_container .transition_intro .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
      .module-02_intro .transition-intro_container .transition_intro img {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        width: 73px;
        height: 78px;
        margin-bottom: -1px;
        /* -- @include break(mobile)-- */ }
        .module-02_intro .transition-intro_container .transition_intro img.img_odd {
          margin-left: -20px;
          margin-right: -20px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-02_intro .transition-intro_container .transition_intro img.img_odd {
              margin-left: -10.5px;
              margin-right: -10.5px; } }
        @media only screen and (max-width: 768px) {
          .module-02_intro .transition-intro_container .transition_intro img {
            width: 38px;
            height: 40px; } }
      .module-02_intro .transition-intro_container .transition_intro.completed-mobile {
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-02_intro .transition-intro_container .transition_intro.completed-mobile {
            display: none; } }
    .module-02_intro .transition-intro_container .img_sample {
      display: none;
      visibility: hidden; }

.module-03_cards-3col .cards_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -11px;
  margin-right: -11px;
  margin-bottom: -22px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-03_cards-3col .cards_container {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .module-03_cards-3col .cards_container .card {
    max-width: 396px;
    width: calc(33% - 22px);
    height: 435px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-left: 11px;
    margin-right: 11px;
    border-radius: 12px;
    padding: 20px 28px 40px 28px;
    margin-bottom: 22px;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-03_cards-3col .cards_container .card {
        max-width: 396px;
        width: 100%;
        width: 343px;
        height: 324px;
        padding: 20px 20px 30px 20px; } }
    .module-03_cards-3col .cards_container .card .icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      height: 170px;
      /* -- @include break(mobile)-- */ }
      .module-03_cards-3col .cards_container .card .icon svg {
        max-width: 115px; }
      .module-03_cards-3col .cards_container .card .icon video {
        height: 100%; }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-03_cards-3col .cards_container .card .icon {
          height: 140px; }
          .module-03_cards-3col .cards_container .card .icon svg {
            height: 140px; } }
    .module-03_cards-3col .cards_container .card.card_ghost {
      height: 0;
      padding: 0;
      opacity: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-03_cards-3col .cards_container .card.card_ghost {
          display: none; } }
    .module-03_cards-3col .cards_container .card.bg_yellow {
      color: #000000; }
    .module-03_cards-3col .cards_container .card.bg_purple .icon-color_default svg path, .module-03_cards-3col .cards_container .card .icon-color_orange svg path {
      fill: #FF5322; }
    .module-03_cards-3col .cards_container .card.bg_orange .icon-color_default svg path, .module-03_cards-3col .cards_container .card .icon-color_purple svg path {
      fill: #4C17CA; }
    .module-03_cards-3col .cards_container .card.bg_green .icon-color_default svg path, .module-03_cards-3col .cards_container .card .icon-color_yellow svg path {
      fill: #DEFF01; }
    .module-03_cards-3col .cards_container .card.bg_yellow .icon-color_default svg path, .module-03_cards-3col .cards_container .card .icon-color_green svg path {
      fill: #145B28; }
    .module-03_cards-3col .cards_container .card .icon-color_white svg path {
      fill: #FFFFFF; }
    .module-03_cards-3col .cards_container .card .icon-color_black svg path {
      fill: #000000; }

.module-04_big-card .container {
  color: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 570px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-04_big-card .container {
      min-height: 400px; } }
  @media only screen and (max-width: 768px) {
    .module-04_big-card .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-04_big-card .container .content {
    width: 50%;
    padding: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-04_big-card .container .content {
        padding: 60px 32px;
        width: 100%; } }
    .module-04_big-card .container .content .txt {
      padding-top: 14px; }
    .module-04_big-card .container .content .btn {
      margin-top: 44px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-04_big-card .container .content .btn {
          margin-top: 28px; } }
  .module-04_big-card .container .img {
    width: 50%;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-04_big-card .container .img {
        width: 100%;
        padding-bottom: 92%; } }
    .module-04_big-card .container .img img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -o-object-fit: cover;
         object-fit: cover; }

.module-05_txt-img .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-05_txt-img .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .module-05_txt-img .container.layout_text-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-05_txt-img .container.layout_text-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .module-05_txt-img .container .content {
    width: 45%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-05_txt-img .container .content {
        width: 100%; } }
    .module-05_txt-img .container .content .txt {
      padding-top: 14px; }
    .module-05_txt-img .container .content .btn {
      margin-top: 44px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-05_txt-img .container .content .btn {
          margin-top: 28px; } }
  .module-05_txt-img .container .img {
    width: 50%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-05_txt-img .container .img {
        width: 100%;
        margin-bottom: 32px; } }
    .module-05_txt-img .container .img .img_wrap {
      border-radius: 8px;
      background-position: center;
      background-size: cover;
      width: 100%;
      padding-bottom: 73.5%;
      overflow: hidden;
      position: relative; }
      .module-05_txt-img .container .img .img_wrap img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -o-object-fit: cover;
           object-fit: cover;
        z-index: 1; }
      .module-05_txt-img .container .img .img_wrap .btn_play {
        width: 107px;
        height: 107px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 2;
        cursor: pointer; }
        .module-05_txt-img .container .img .img_wrap .btn_play .btn_bg {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          fill: rgba(255, 255, 255, 0.28);
          border: 1px solid #fff;
          -webkit-backdrop-filter: blur(3px);
                  backdrop-filter: blur(3px);
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
        .module-05_txt-img .container .img .img_wrap .btn_play .play_icon {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
        .module-05_txt-img .container .img .img_wrap .btn_play:hover .btn_bg {
          -webkit-transform: scale(1.04);
                  transform: scale(1.04);
          -webkit-backdrop-filter: blur(6px);
                  backdrop-filter: blur(6px); }

.module-06_testimonials .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-06_testimonials .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-06_testimonials .container .img {
    width: 24%;
    margin-right: 5%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-06_testimonials .container .img {
        width: 130px;
        margin-right: 0; } }
    .module-06_testimonials .container .img video {
      width: 100%; }
  .module-06_testimonials .container .content {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
    .module-06_testimonials .container .content .txt {
      font-family: "Agrandir Variable";
      font-size: 2.47em;
      font-family: 'Agrandir', Arial, Helvetica, sans-serif;
      font-weight: normal;
      line-height: 120%;
      padding-bottom: 32px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @supports (font-variation-settings: normal) {
        .module-06_testimonials .container .content .txt {
          font-family: 'Agrandir Variable', Arial, Helvetica, sans-serif;
          font-weight: normal;
          font-variation-settings: "wght" 228; } }
      @media only screen and (max-width: 1280px) {
        .module-06_testimonials .container .content .txt {
          font-size: 1.8em; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-06_testimonials .container .content .txt {
          font-size: 1.625em;
          padding-bottom: 26px; } }
    .module-06_testimonials .container .content .name {
      font-size: 15px;
      font-family: 'Inter SemiBold', sans-serif;
      font-weight: 600;
      letter-spacing: 0.01em; }
    .module-06_testimonials .container .content .industry {
      font-size: 15px; }

.module-06_testimonials.bg_dark {
  color: #FFFFFF; }

.module-07_benefits .keys_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -60px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-07_benefits .keys_container {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: -20px; } }
  .module-07_benefits .keys_container .key {
    min-width: 250px;
    width: 20.5%;
    margin-bottom: 60px;
    text-align: center;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-07_benefits .keys_container .key {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
        min-width: 200px;
        width: 50%; } }
    @media only screen and (max-width: 768px) {
      .module-07_benefits .keys_container .key {
        padding-left: 0;
        padding-right: 0;
        min-width: 200px;
        width: 100%; } }
    .module-07_benefits .keys_container .key .icon {
      margin-left: auto;
      margin-right: auto;
      width: 55px;
      margin-bottom: 20px; }
    .module-07_benefits .keys_container .key .txt {
      margin-top: 6px;
      font-size: 15px; }
    .module-07_benefits .keys_container .key.key_ghost {
      margin-bottom: 0; }

.module-08_values .values_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-08_values .values_container {
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: -12px; } }
  .module-08_values .values_container .value {
    width: calc(33% - 20px);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-radius: 12px;
    background: rgba(76, 23, 202, 0.2);
    padding: 32px 28px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    color: #4C17CA;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-08_values .values_container .value {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 12px; } }
    .module-08_values .values_container .value .txt {
      padding-top: 12px;
      font-size: 15px; }

.module-09_collapses .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-09_collapses .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .module-09_collapses .container .content {
    width: 41%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-09_collapses .container .content {
        width: 100%; } }
    .module-09_collapses .container .content .collapse_container {
      margin-top: 28px; }
      .module-09_collapses .container .content .collapse_container .collapse_wrapper {
        border-bottom: 1px solid #BABCC3;
        -webkit-transition: margin 0.6s;
        transition: margin 0.6s; }
        .module-09_collapses .container .content .collapse_container .collapse_wrapper .collapse {
          background-color: rgba(184, 175, 217, 0);
          padding: 28px;
          border-radius: 12px;
          overflow: hidden;
          -webkit-transition: all 0.6s;
          transition: all 0.6s; }
          .module-09_collapses .container .content .collapse_container .collapse_wrapper .collapse .title {
            cursor: pointer;
            color: #848588;
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
            .module-09_collapses .container .content .collapse_container .collapse_wrapper .collapse .title:hover {
              color: #000000; }
          .module-09_collapses .container .content .collapse_container .collapse_wrapper .collapse .collapse_inner {
            display: none; }
            .module-09_collapses .container .content .collapse_container .collapse_wrapper .collapse .collapse_inner .txt {
              padding-top: 12px; }
        .module-09_collapses .container .content .collapse_container .collapse_wrapper.active {
          border-bottom: 1px solid rgba(132, 133, 136, 0);
          margin-top: 28px; }
          .module-09_collapses .container .content .collapse_container .collapse_wrapper.active .collapse {
            background-color: #B8AFD9;
            padding: 34px 28px;
            color: #4C17CA; }
            .module-09_collapses .container .content .collapse_container .collapse_wrapper.active .collapse .title {
              cursor: auto;
              color: #4C17CA; }
            .module-09_collapses .container .content .collapse_container .collapse_wrapper.active .collapse .collapse_inner {
              display: block; }
  .module-09_collapses .container .img {
    width: 45.5%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-09_collapses .container .img {
        width: 100%;
        margin-bottom: 44px; } }
    .module-09_collapses .container .img .img_wrapper {
      width: 100%;
      border-radius: 8px;
      overflow: hidden;
      position: relative;
      padding-bottom: 116%; }
      .module-09_collapses .container .img .img_wrapper img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -o-object-fit: cover;
           object-fit: cover; }

.module-10_logos .container {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .module-10_logos .container .left {
    width: 60%;
    /* -- @include break(mobile)-- */
    margin-right: 5%; }
    @media only screen and (max-width: 768px) {
      .module-10_logos .container .left {
        width: 100%; } }
    .module-10_logos .container .left .txt {
      padding-top: 28px; }
  .module-10_logos .container .right {
    width: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-10_logos .container .right {
        display: none; } }
    .module-10_logos .container .right div {
      cursor: pointer;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      .module-10_logos .container .right div:hover {
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }

.module-10_logos .logo_wrapper {
  padding-top: 44px;
  overflow-x: scroll;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scroll-padding-left: calc((100vw - 1242px) / 2);
  scroll-padding-right: calc((100vw - 1242px) / 2);
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  .module-10_logos .logo_wrapper::-webkit-scrollbar {
    width: 0 !important; }
  @media only screen and (max-width: 1350px) {
    .module-10_logos .logo_wrapper {
      scroll-padding-left: calc(5% - 10px);
      scroll-padding-right: calc(5% - 10px); } }
  @media only screen and (max-width: 768px) {
    .module-10_logos .logo_wrapper {
      padding-top: 28px; } }
  .module-10_logos .logo_wrapper .logo_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: calc((100vw - 1242px) / 2);
    padding-right: calc((100vw - 1242px) / 2);
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1350px) {
      .module-10_logos .logo_wrapper .logo_inner {
        padding-left: calc(5% - 10px);
        padding-right: calc(5% - 10px); } }
    .module-10_logos .logo_wrapper .logo_inner .logo {
      width: 215px;
      height: 215px;
      border-radius: 12px;
      border: 1px solid #454445;
      margin-left: 10px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      position: relative;
      padding: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      scroll-snap-align: start;
      scroll-margin: 10px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-10_logos .logo_wrapper .logo_inner .logo {
          width: 33vw;
          height: 33vw; } }
      .module-10_logos .logo_wrapper .logo_inner .logo img {
        width: 80%; }
    .module-10_logos .logo_wrapper .logo_inner .margin-block {
      width: calc((100vw - 1242px) / 2);
      margin-left: 10px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: block;
      scroll-snap-align: start;
      scroll-margin: 10px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1350px) {
        .module-10_logos .logo_wrapper .logo_inner .margin-block {
          width: calc(5% - 10px); } }

.module-11_faq .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-11_faq .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-11_faq .container .left {
    width: 225px;
    margin-right: 5%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-11_faq .container .left {
        width: 100%;
        margin-bottom: 44px; } }
    .module-11_faq .container .left .btn {
      margin-top: 14px; }
  .module-11_faq .container .right {
    width: 655px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-11_faq .container .right {
        width: 100%; } }
    .module-11_faq .container .right .dropdown_container {
      margin-top: 28px; }
      .module-11_faq .container .right .dropdown_container .dropdown {
        border-bottom: 1px solid #BABCC3;
        -webkit-transition: margin 0.6s;
        transition: margin 0.6s; }
        .module-11_faq .container .right .dropdown_container .dropdown .dropdown_inner {
          background-color: rgba(184, 175, 217, 0);
          padding: 28px;
          border-radius: 12px;
          overflow: hidden;
          -webkit-transition: all 0.6s;
          transition: all 0.6s; }
          .module-11_faq .container .right .dropdown_container .dropdown .dropdown_inner .dropdown_title {
            cursor: pointer;
            color: #848588;
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
            .module-11_faq .container .right .dropdown_container .dropdown .dropdown_inner .dropdown_title:hover {
              color: #000000; }
          .module-11_faq .container .right .dropdown_container .dropdown .dropdown_inner .dropdown_content {
            display: none; }
            .module-11_faq .container .right .dropdown_container .dropdown .dropdown_inner .dropdown_content .dropdown_content-inner {
              padding-top: 12px; }
        .module-11_faq .container .right .dropdown_container .dropdown.active {
          border-bottom: 1px solid rgba(132, 133, 136, 0);
          margin-top: 28px; }
          .module-11_faq .container .right .dropdown_container .dropdown.active .dropdown_inner {
            background-color: #B8AFD9;
            padding: 34px 28px;
            color: #4C17CA; }
            .module-11_faq .container .right .dropdown_container .dropdown.active .dropdown_inner .dropdown_title {
              cursor: auto;
              color: #4C17CA; }
            .module-11_faq .container .right .dropdown_container .dropdown.active .dropdown_inner .dropdown_content {
              display: block; }

.module-12_img-txt .img-txt_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: -20px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-12_img-txt .img-txt_container {
      margin-top: 0px;
      margin-bottom: -32px;
      display: block; } }
  .module-12_img-txt .img-txt_container .img {
    width: 235px;
    height: 515px;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    z-index: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-12_img-txt .img-txt_container .img {
        display: none; } }
  .module-12_img-txt .img-txt_container .txt-left {
    padding-right: 7.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    position: relative;
    z-index: 1;
    width: 500px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-12_img-txt .img-txt_container .txt-left {
        width: 100%;
        display: block;
        padding-right: 0%; } }
    .module-12_img-txt .img-txt_container .txt-left .txt-content {
      position: relative;
      text-align: right;
      margin-bottom: 85px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-12_img-txt .img-txt_container .txt-left .txt-content {
          text-align: left;
          margin-bottom: 32px; } }
      .module-12_img-txt .img-txt_container .txt-left .txt-content h4 {
        color: #4C17CA; }
      .module-12_img-txt .img-txt_container .txt-left .txt-content .txt {
        color: #545558; }
      .module-12_img-txt .img-txt_container .txt-left .txt-content .line {
        width: 67%;
        height: 8px;
        border-radius: 30px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(76, 23, 202, 0)), color-stop(24%, rgba(76, 23, 202, 0.4)), to(#FFF));
        background: linear-gradient(90deg, rgba(76, 23, 202, 0) 0%, rgba(76, 23, 202, 0.4) 24%, #FFF 100%);
        position: absolute;
        top: 6px;
        left: 105%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-12_img-txt .img-txt_container .txt-left .txt-content .line {
            display: none; } }
      .module-12_img-txt .img-txt_container .txt-left .txt-content:last-of-type {
        margin-bottom: 40px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-12_img-txt .img-txt_container .txt-left .txt-content:last-of-type {
            margin-bottom: 32px; } }
  .module-12_img-txt .img-txt_container .txt-right {
    padding-left: 7.5%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    position: relative;
    z-index: 1;
    width: 500px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-12_img-txt .img-txt_container .txt-right {
        width: 100%;
        padding-left: 0%; } }
    .module-12_img-txt .img-txt_container .txt-right .txt-content {
      position: relative;
      text-align: left;
      margin-top: 85px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-12_img-txt .img-txt_container .txt-right .txt-content {
          margin-top: 0px;
          margin-bottom: 32px; } }
      .module-12_img-txt .img-txt_container .txt-right .txt-content h4 {
        color: #4C17CA; }
      .module-12_img-txt .img-txt_container .txt-right .txt-content .txt {
        color: #545558; }
    .module-12_img-txt .img-txt_container .txt-right .line {
      width: 67%;
      height: 8px;
      border-radius: 30px;
      background: -webkit-gradient(linear, right top, left top, from(rgba(76, 23, 202, 0)), color-stop(24%, rgba(76, 23, 202, 0.4)), to(#FFF));
      background: linear-gradient(-90deg, rgba(76, 23, 202, 0) 0%, rgba(76, 23, 202, 0.4) 24%, #FFF 100%);
      position: absolute;
      top: 6px;
      right: 105%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-12_img-txt .img-txt_container .txt-right .line {
          display: none; } }
    .module-12_img-txt .img-txt_container .txt-right:first-of-type {
      margin-top: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-12_img-txt .img-txt_container .txt-right:first-of-type {
          margin-top: 0px; } }
  .module-12_img-txt .img-txt_container .frame {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 874px;
    z-index: 4;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-12_img-txt .img-txt_container .frame {
        display: none; } }
  .module-12_img-txt .img-txt_container .screen {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 874px;
    z-index: 0;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-12_img-txt .img-txt_container .screen {
        display: none; } }

.module-13_team {
  color: #FFFFFF; }
  .module-13_team .team_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
    margin-bottom: -72px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-13_team .team_container {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-left: -2%;
        margin-right: -2%; } }
    @media only screen and (max-width: 768px) {
      .module-13_team .team_container {
        margin-left: 0%;
        margin-right: 0%; } }
    .module-13_team .team_container .team {
      width: 293px;
      margin-left: 1%;
      margin-right: 1%;
      margin-bottom: 72px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-13_team .team_container .team {
          margin-left: 2%;
          margin-right: 2%;
          margin-bottom: 32px; } }
      @media only screen and (max-width: 768px) {
        .module-13_team .team_container .team {
          width: 100%;
          margin-left: 0%;
          margin-right: 0%; } }
      .module-13_team .team_container .team .img {
        position: relative; }
        .module-13_team .team_container .team .img svg {
          width: 100%;
          height: auto; }
        .module-13_team .team_container .team .img .linkedin {
          position: absolute;
          bottom: 10px;
          right: 10px;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
          .module-13_team .team_container .team .img .linkedin:hover {
            -webkit-transform: scale(1.05);
                    transform: scale(1.05); }
      .module-13_team .team_container .team .info {
        padding-top: 20px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-13_team .team_container .team .info {
            padding-top: 16px; } }
        .module-13_team .team_container .team .info h4 {
          padding-top: 4px; }
      .module-13_team .team_container .team .click_pop-bio {
        display: inline-block;
        margin-top: 18px;
        padding: 10px 0px;
        border-bottom: 1px solid #FFFFFF;
        cursor: pointer;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        font-size: 14px;
        font-family: 'TroisMilleRegular', serif;
        font-weight: 400;
        line-height: 1em;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-13_team .team_container .team .click_pop-bio {
            margin-top: 5px; } }
        .module-13_team .team_container .team .click_pop-bio:hover {
          color: #4C17CA;
          border-color: #4C17CA; }

.pop-bio {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  background-color: #161517;
  color: #FFFFFF;
  height: 100vh;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .pop-bio {
      overflow-y: scroll;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; } }
  .pop-bio .close {
    cursor: pointer;
    position: absolute;
    top: 46px;
    right: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .pop-bio .close {
        top: 5px;
        right: 2%; } }
  .pop-bio .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 145px;
    margin-bottom: 145px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .pop-bio .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 45px;
        margin-bottom: 45px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content; } }
    .pop-bio .inner .img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 10%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .pop-bio .inner .img {
          margin-right: 0%;
          margin-bottom: 44px; }
          .pop-bio .inner .img svg {
            width: 293px;
            height: 346px; } }
    .pop-bio .inner .info {
      width: 100%;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      max-height: calc(100vh - 290px);
      overflow-y: scroll;
      scrollbar-color: #FFFFFF;
      scrollbar-width: thin;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .pop-bio .inner .info {
          max-height: none;
          overflow-y: hidden; } }
      .pop-bio .inner .info .bio {
        margin-top: 28px; }
      .pop-bio .inner .info .linkedin {
        margin-top: 44px; }

.module-14_studies .case {
  position: relative;
  margin-top: 12px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-14_studies .case {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      min-height: 94vw; } }
  .module-14_studies .case .bg {
    position: absolute;
    top: 0;
    left: auto;
    right: -6px;
    bottom: 0;
    z-index: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-14_studies .case .bg {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0; } }
    .module-14_studies .case .bg svg {
      min-width: 100%;
      height: 240px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-14_studies .case .bg svg {
          height: auto;
          min-height: 100%;
          width: 100%; } }
  .module-14_studies .case .inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px 100px 25px 25px;
    position: relative;
    z-index: 2;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-14_studies .case .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 20px; } }
    .module-14_studies .case .inner .img {
      width: 328px;
      height: 190px;
      position: relative;
      margin-right: 30px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-radius: 8px;
      overflow: hidden;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-14_studies .case .inner .img {
          width: 270px; } }
      @media only screen and (max-width: 768px) {
        .module-14_studies .case .inner .img {
          width: 100%;
          height: auto;
          padding-bottom: 60%;
          margin-bottom: 12px; } }
      .module-14_studies .case .inner .img img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: all 0.6s;
        transition: all 0.6s; }
    .module-14_studies .case .inner .content {
      width: 100%;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .module-14_studies .case .inner .content h3 {
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .module-14_studies .case .inner .content .stats_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-14_studies .case .inner .content .stats_container {
            margin-top: 22px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .module-14_studies .case .inner .content .stats_container .stats {
          margin-right: 25px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-14_studies .case .inner .content .stats_container .stats {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; } }
          .module-14_studies .case .inner .content .stats_container .stats .number {
            font-size: 1.4em;
            font-family: 'Agrandir', Arial, Helvetica, sans-serif;
            font-weight: normal;
            /* -- @include break(mobile)-- */ }
            @supports (font-variation-settings: normal) {
              .module-14_studies .case .inner .content .stats_container .stats .number {
                font-family: 'Agrandir Variable', Arial, Helvetica, sans-serif;
                font-weight: normal;
                font-variation-settings: "wght" 617; } }
            @media only screen and (max-width: 768px) {
              .module-14_studies .case .inner .content .stats_container .stats .number {
                font-size: 1.25em;
                margin-right: 12px; } }
          .module-14_studies .case .inner .content .stats_container .stats .txt {
            font-size: 15px;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 768px) {
              .module-14_studies .case .inner .content .stats_container .stats .txt {
                font-size: 13px; } }
  .module-14_studies .case .arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #4C17CA;
    width: 67px;
    height: 67px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 12px;
    overflow: hidden;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-14_studies .case .arrow {
        width: 17%;
        height: 17%; } }
    .module-14_studies .case .arrow svg {
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
  .module-14_studies .case:hover .img img {
    -webkit-transform: translate(-50%, -50%) scale(1.02);
            transform: translate(-50%, -50%) scale(1.02); }
  .module-14_studies .case:hover h3 {
    color: #4C17CA; }
  .module-14_studies .case:hover .arrow svg {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.module-15_blog .article_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-15_blog .article_container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .module-15_blog .article_container .article {
    width: 32%;
    max-width: 450px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-15_blog .article_container .article {
        width: 49%;
        margin-bottom: 60px; } }
    @media only screen and (max-width: 768px) {
      .module-15_blog .article_container .article {
        max-width: 400px;
        width: 100%;
        margin-bottom: 32px; } }
    .module-15_blog .article_container .article .img {
      position: relative;
      width: 100%;
      padding-bottom: 67%;
      margin-bottom: 22px;
      border-radius: 12px;
      overflow: hidden; }
      .module-15_blog .article_container .article .img .thumb {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: all 0.6s;
        transition: all 0.6s; }
      .module-15_blog .article_container .article .img .logo {
        width: 58px;
        height: 58px;
        position: absolute;
        right: 10px;
        bottom: 10px;
        border-radius: 6px;
        background: #FFFFFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .module-15_blog .article_container .article .img .logo img {
          width: 80%; }
    .module-15_blog .article_container .article .tag_wrap {
      margin-bottom: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .module-15_blog .article_container .article h4 {
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .module-15_blog .article_container .article .link {
      display: inline-block;
      margin-top: 22px;
      padding: 10px 0px;
      border-bottom: 1px solid #000000;
      cursor: pointer;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      font-size: 14px;
      line-height: 1em;
      font-family: 'TroisMilleRegular', serif;
      font-weight: 400;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-15_blog .article_container .article .link {
          margin-top: 14px; } }
    .module-15_blog .article_container .article:hover .img .thumb {
      -webkit-transform: translate(-50%, -50%) scale(1.02);
              transform: translate(-50%, -50%) scale(1.02); }
    .module-15_blog .article_container .article:hover h4 {
      color: #4C17CA; }
    .module-15_blog .article_container .article:hover .link {
      color: #4C17CA;
      border-bottom: 1px solid #4C17CA; }

.module-16_redirect .cards_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .module-16_redirect .cards_container .redirect-card {
    max-width: 500px;
    width: calc(50% - 20px);
    height: 608px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 12px;
    padding: 46px 32px 34px 32px;
    margin-bottom: 22px;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-16_redirect .cards_container .redirect-card {
        max-width: 396px;
        width: 100%;
        width: 343px;
        height: 400px;
        padding: 20px 20px 30px 20px; } }
    .module-16_redirect .cards_container .redirect-card .content {
      width: 100%; }
      .module-16_redirect .cards_container .redirect-card .content h3 {
        margin-right: 40%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-16_redirect .cards_container .redirect-card .content h3 {
            margin-right: 0%; } }
      .module-16_redirect .cards_container .redirect-card .content .txt {
        margin-top: 12px;
        font-size: 15px;
        margin-right: 10%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-16_redirect .cards_container .redirect-card .content .txt {
            margin-right: 0%; } }
      .module-16_redirect .cards_container .redirect-card .content .btn {
        margin-top: 28px; }
    .module-16_redirect .cards_container .redirect-card .icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 265px;
      height: 265px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-16_redirect .cards_container .redirect-card .icon {
          width: 155px;
          height: 190px; } }
      .module-16_redirect .cards_container .redirect-card .icon svg {
        width: 100%;
        height: 100%; }
      .module-16_redirect .cards_container .redirect-card .icon video {
        height: 100%; }
    .module-16_redirect .cards_container .redirect-card.card_ghost {
      height: 0;
      padding: 0;
      opacity: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-16_redirect .cards_container .redirect-card.card_ghost {
          display: none; } }
    .module-16_redirect .cards_container .redirect-card.bg_yellow {
      color: #000000; }
    .module-16_redirect .cards_container .redirect-card.bg_purple .icon-color_default svg path, .module-16_redirect .cards_container .redirect-card .icon-color_orange svg path {
      fill: #FF5322; }
    .module-16_redirect .cards_container .redirect-card.bg_orange .icon-color_default svg path, .module-16_redirect .cards_container .redirect-card .icon-color_purple svg path {
      fill: #4C17CA; }
    .module-16_redirect .cards_container .redirect-card.bg_green .icon-color_default svg path, .module-16_redirect .cards_container .redirect-card .icon-color_yellow svg path {
      fill: #DEFF01; }
    .module-16_redirect .cards_container .redirect-card.bg_yellow .icon-color_default svg path, .module-16_redirect .cards_container .redirect-card .icon-color_green svg path {
      fill: #145B28; }
    .module-16_redirect .cards_container .redirect-card .icon-color_white svg path {
      fill: #FFFFFF; }
    .module-16_redirect .cards_container .redirect-card .icon-color_black svg path {
      fill: #000000; }

.module-17_slider .slider {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 570px;
  background-color: #161517;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-17_slider .slider {
      min-height: 400px; } }
  @media only screen and (max-width: 768px) {
    .module-17_slider .slider {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto; } }
  .module-17_slider .slider .content_container {
    width: 50%;
    padding: 80px 60px 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #FFFFFF;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-17_slider .slider .content_container {
        padding: 40px 32px 0 32px;
        width: 100%;
        height: 94vw;
        max-height: 360px; } }
    .module-17_slider .slider .content_container .content_slider {
      position: relative;
      height: 100%;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      margin-bottom: 40px; }
      .module-17_slider .slider .content_container .content_slider .slide_content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: scroll;
        scrollbar-color: #FFFFFF;
        scrollbar-width: thin;
        display: none; }
        .module-17_slider .slider .content_container .content_slider .slide_content .title-h2 {
          padding-right: 40%;
          margin-bottom: 12px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-17_slider .slider .content_container .content_slider .slide_content .title-h2 {
              padding-right: 0; } }
        .module-17_slider .slider .content_container .content_slider .slide_content:first-of-type {
          display: block; }
    .module-17_slider .slider .content_container .slider-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 45px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-17_slider .slider .content_container .slider-nav {
          padding-bottom: 28px; } }
      .module-17_slider .slider .content_container .slider-nav .arrow_nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 10px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-17_slider .slider .content_container .slider-nav .arrow_nav {
            display: none; } }
        .module-17_slider .slider .content_container .slider-nav .arrow_nav .arrow {
          margin-right: 8px;
          cursor: pointer;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
          .module-17_slider .slider .content_container .slider-nav .arrow_nav .arrow:hover {
            -webkit-transform: scale(1.05);
                    transform: scale(1.05); }
      .module-17_slider .slider .content_container .slider-nav .bullet-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-17_slider .slider .content_container .slider-nav .bullet-nav {
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start; } }
        .module-17_slider .slider .content_container .slider-nav .bullet-nav .bullet-dot {
          margin-right: 22px;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background-color: #333333;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          cursor: pointer; }
          .module-17_slider .slider .content_container .slider-nav .bullet-nav .bullet-dot:hover, .module-17_slider .slider .content_container .slider-nav .bullet-nav .bullet-dot.active {
            background-color: #FFFFFF; }
          .module-17_slider .slider .content_container .slider-nav .bullet-nav .bullet-dot.active {
            pointer-events: none; }
        .module-17_slider .slider .content_container .slider-nav .bullet-nav .bullet-date {
          margin-right: 22px;
          font-size: 13px;
          color: #454445;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          cursor: pointer; }
          .module-17_slider .slider .content_container .slider-nav .bullet-nav .bullet-date:hover, .module-17_slider .slider .content_container .slider-nav .bullet-nav .bullet-date.active {
            color: #FFFFFF; }
          .module-17_slider .slider .content_container .slider-nav .bullet-nav .bullet-date.active {
            pointer-events: none; }
  .module-17_slider .slider .img_container {
    width: 50%;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-17_slider .slider .img_container {
        width: 100%;
        padding-bottom: 92%; } }
    .module-17_slider .slider .img_container .slide_img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: none;
      pointer-events: none; }
      .module-17_slider .slider .img_container .slide_img img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -o-object-fit: cover;
           object-fit: cover; }
      .module-17_slider .slider .img_container .slide_img:first-of-type {
        display: block; }

.module-18_cta {
  position: relative;
  height: 450px;
  overflow: hidden;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-18_cta {
      height: 100vw;
      max-height: 550px; } }
  .module-18_cta .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
    .module-18_cta .bg svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 100%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-18_cta .bg svg {
          width: 100%;
          height: auto; } }
  .module-18_cta .small_container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    color: #FFFFFF;
    z-index: 2; }
    .module-18_cta .small_container .txt {
      padding-top: 6px; }
    .module-18_cta .small_container .btn {
      margin-top: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-18_cta .small_container .btn {
          margin-top: 30px; } }

.module-19_job .job_box {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  padding: 50px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-19_job .job_box {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 28px 20px; } }
  .module-19_job .job_box .title {
    width: 45%;
    padding-right: 20px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-19_job .job_box .title {
        width: 100%;
        padding-right: 0px; } }
  .module-19_job .job_box .feat {
    width: 20%;
    padding-right: 20px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-19_job .job_box .feat {
        width: 48%;
        padding-right: 0px;
        margin-top: 30px; } }
  .module-19_job .job_box .link {
    width: 15%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-19_job .job_box .link {
        width: 100%;
        margin-top: 30px; }
        .module-19_job .job_box .link .btn {
          display: block;
          width: 100%;
          text-align: center; } }

.module-19_job .job_cta {
  text-align: center;
  margin-top: 80px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-19_job .job_cta {
      margin-top: 32px; } }
  .module-19_job .job_cta .btn {
    margin-top: 22px; }

.module-20_sustain .sustain_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-20_sustain .sustain_container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-20_sustain .sustain_container .boxes {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 55%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-20_sustain .sustain_container .boxes {
        width: 100%; } }
    .module-20_sustain .sustain_container .boxes .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .module-20_sustain .sustain_container .boxes .card_sustain {
      width: calc(33% - 10px);
      margin-bottom: 20px;
      border-radius: 20px;
      overflow: hidden;
      border: 3px solid rgba(76, 23, 202, 0);
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      cursor: pointer;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-20_sustain .sustain_container .boxes .card_sustain {
          width: calc(33% - 5px);
          margin-bottom: 10px; } }
      .module-20_sustain .sustain_container .boxes .card_sustain:hover {
        border: 3px solid #4c17ca; }
      .module-20_sustain .sustain_container .boxes .card_sustain.active {
        border: 3px solid #4c17ca;
        pointer-events: none; }
  .module-20_sustain .sustain_container .content_container {
    width: 35%;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-20_sustain .sustain_container .content_container {
        width: 100%;
        margin-top: 30px; } }
    .module-20_sustain .sustain_container .content_container .sustain_content {
      display: none;
      overflow: hidden; }
      .module-20_sustain .sustain_container .content_container .sustain_content .txt {
        padding-top: 20px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-20_sustain .sustain_container .content_container .sustain_content .txt {
            padding-top: 12px; } }
      .module-20_sustain .sustain_container .content_container .sustain_content:first-of-type {
        display: block; }

.module-21_contact .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-21_contact .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-21_contact .container .sidebar {
    width: 363px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-21_contact .container .sidebar {
        width: 100%;
        margin-bottom: 20px; } }
    .module-21_contact .container .sidebar .info_box {
      min-height: 354px;
      background: linear-gradient(317deg, #4C17CA 14.24%, #FF5322 100%);
      padding: 56px;
      color: #FFFFFF;
      border-radius: 12px;
      overflow: hidden; }
      .module-21_contact .container .sidebar .info_box h5 {
        margin-bottom: 15px; }
      .module-21_contact .container .sidebar .info_box .txt {
        font-size: 15px;
        line-height: 152%; }
      .module-21_contact .container .sidebar .info_box .socials {
        margin-top: 48px; }
        .module-21_contact .container .sidebar .info_box .socials .socials_container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
        .module-21_contact .container .sidebar .info_box .socials .social_icon {
          margin-right: 22px;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          display: block; }
          .module-21_contact .container .sidebar .info_box .socials .social_icon:last-of-type {
            margin-right: 0; }
          .module-21_contact .container .sidebar .info_box .socials .social_icon:hover {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); }
  .module-21_contact .container .form_container {
    position: relative;
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding-left: 95px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-21_contact .container .form_container {
        padding-left: 0px; } }
    .module-21_contact .container .form_container .square1 {
      position: absolute;
      left: -15px;
      bottom: 0;
      z-index: 0;
      width: 135px;
      height: 175px;
      background-color: #FFFFFF;
      border-radius: 12px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-21_contact .container .form_container .square1 {
          display: none; } }
    .module-21_contact .container .form_container .square2 {
      position: absolute;
      left: 41px;
      bottom: 169px;
      z-index: 0;
      width: 60px;
      height: 60px;
      background-color: #D3D5DD;
      border-radius: 0 0 12px 0;
      z-index: 3;
      border-right: 6px solid #FFFFFF;
      border-bottom: 6px solid #FFFFFF;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-21_contact .container .form_container .square2 {
          display: none; } }
    .module-21_contact .container .form_container .content {
      position: relative;
      z-index: 2;
      padding-top: 50px;
      padding-bottom: 50px;
      padding-right: 5%;
      padding-left: 5%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 12px;
      overflow: hidden;
      background-color: #FFFFFF; }
      .module-21_contact .container .form_container .content h3 {
        width: 100%;
        max-width: 465px;
        margin-bottom: 10px; }
      .module-21_contact .container .form_container .content .form {
        width: 100%;
        max-width: 465px; }
        .module-21_contact .container .form_container .content .form p {
          position: relative; }
          .module-21_contact .container .form_container .content .form p span.label {
            position: absolute;
            left: 20px;
            top: 36px;
            z-index: 3; }
        .module-21_contact .container .form_container .content .form input, .module-21_contact .container .form_container .content .form textarea, .module-21_contact .container .form_container .content .form select {
          width: 100%;
          border-radius: 4px;
          border: 1px solid #D3D5DD;
          background: #EDEEF1;
          padding: 15px 20px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          height: 53px; }
        .module-21_contact .container .form_container .content .form select {
          height: 53px;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOSAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjU5NzI1IDEwLjQ3NEwxMy4zNTcyIDE5LjIzNEMxMy42ODUyIDE5LjU2MiAxNC4yMTcxIDE5LjU2MiAxNC41NDUxIDE5LjIzNEwyMy4zMDUxIDEwLjQ3NEwyMi4xMTcyIDkuMjg2MUwxMy45NTEyIDE3LjQ1MjFMNS43ODUxOSA5LjI4NjFMNC41OTcyNSAxMC40NzRaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K");
          background-repeat: no-repeat;
          background-position: right .7em top 50%;
          background-size: 1.3em auto; }
        .module-21_contact .container .form_container .content .form input[type="submit"] {
          width: auto;
          margin-top: 28px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 14px 20px 12px 20px;
          border-radius: 4px;
          background-color: #4C17CA;
          color: #FFFFFF;
          font-family: 'TroisMilleRegular', serif;
          font-weight: 400;
          line-height: 100%;
          font-size: 14px;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          cursor: pointer;
          border: none; }
          .module-21_contact .container .form_container .content .form input[type="submit"]:hover {
            background-color: #6630E6; }
        .module-21_contact .container .form_container .content .form textarea {
          height: 250px; }

.module-22_prices .prices_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-22_prices .prices_container {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .module-22_prices .prices_container .card_price {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.06);
    min-width: 165px;
    width: 19%;
    height: 300px;
    padding: 32px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 15px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-22_prices .prices_container .card_price {
        width: 48.5%; } }
    .module-22_prices .prices_container .card_price .gb {
      color: #4C17CA;
      font-family: 'Agrandir', Arial, Helvetica, sans-serif;
      font-weight: normal;
      font-size: 1.3em; }
      @supports (font-variation-settings: normal) {
        .module-22_prices .prices_container .card_price .gb {
          font-family: 'Agrandir Variable', Arial, Helvetica, sans-serif;
          font-weight: normal;
          font-variation-settings: "wght" 617; } }
    .module-22_prices .prices_container .card_price .price {
      font-size: 2em;
      font-family: 'TroisMilleRegular', serif;
      font-weight: 400; }
      .module-22_prices .prices_container .card_price .price span {
        font-family: 'Inter Regular', sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        font-size: 0.85em; }
    .module-22_prices .prices_container .card_price .txt {
      font-size: 15px;
      color: #545558; }
    .module-22_prices .prices_container .card_price .run {
      font-family: 'Inter SemiBold', sans-serif;
      font-weight: 600;
      letter-spacing: 0.01em;
      font-size: 14px; }

.module-22_prices .btn_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px; }

.module-23_survey .survey_container {
  border-radius: 12px;
  background: #B8AFD9;
  overflow: hidden;
  width: 100%;
  padding: 60px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-23_survey .survey_container {
      padding: 40px 32px; } }
  .module-23_survey .survey_container .title {
    margin-bottom: 8px;
    padding-right: 40%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-23_survey .survey_container .title {
        padding-right: 0%; } }
    .module-23_survey .survey_container .title h2 {
      color: #4C17CA; }
    .module-23_survey .survey_container .title .txt {
      color: #4C17CA; }
  .module-23_survey .survey_container .survey_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-23_survey .survey_container .survey_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .module-23_survey .survey_container .survey_wrap .survey {
      width: 40%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-23_survey .survey_container .survey_wrap .survey {
          width: 100%; } }
      .module-23_survey .survey_container .survey_wrap .survey .question {
        margin-top: 32px;
        font-family: 'Inter SemiBold', sans-serif;
        font-weight: 600;
        letter-spacing: 0.01em;
        margin-bottom: 8px; }
      .module-23_survey .survey_container .survey_wrap .survey .option_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .module-23_survey .survey_container .survey_wrap .survey .option_wrap .option {
          border-radius: 4px;
          border: 1px solid #A69DC3;
          padding: 3px 11px;
          font-size: 16px;
          margin-right: 16px;
          cursor: pointer;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          margin-bottom: 5px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-23_survey .survey_container .survey_wrap .survey .option_wrap .option {
              margin-right: 20px;
              margin-bottom: 12px; } }
          .module-23_survey .survey_container .survey_wrap .survey .option_wrap .option:last-of-type {
            margin-right: 0; }
          .module-23_survey .survey_container .survey_wrap .survey .option_wrap .option:hover {
            background-color: #4C17CA;
            border: 1px solid #4C17CA;
            color: #FFFFFF; }
          .module-23_survey .survey_container .survey_wrap .survey .option_wrap .option.active {
            background-color: #4C17CA;
            border: 1px solid #4C17CA;
            color: #FFFFFF;
            pointer-events: none; }
      .module-23_survey .survey_container .survey_wrap .survey .btn_container {
        margin-top: 75px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-23_survey .survey_container .survey_wrap .survey .btn_container {
            margin-top: 40px; } }
        .module-23_survey .survey_container .survey_wrap .survey .btn_container .btn.disabled {
          opacity: 0.4;
          pointer-events: none; }
    .module-23_survey .survey_container .survey_wrap .arrow_container {
      width: 25%;
      padding-left: 6%;
      padding-right: 7%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-23_survey .survey_container .survey_wrap .arrow_container {
          display: none; } }
      .module-23_survey .survey_container .survey_wrap .arrow_container .square {
        background-color: #4C17CA;
        width: 35px;
        height: 35px;
        border-radius: 8px;
        opacity: 0; }
        .module-23_survey .survey_container .survey_wrap .arrow_container .square1, .module-23_survey .survey_container .survey_wrap .arrow_container .square3 {
          margin-left: 35px; }
        .module-23_survey .survey_container .survey_wrap .arrow_container .square2 {
          margin-left: 70px; }
    .module-23_survey .survey_container .survey_wrap .result_container {
      width: 35%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-23_survey .survey_container .survey_wrap .result_container {
          width: 100%; } }
      .module-23_survey .survey_container .survey_wrap .result_container .base_img {
        width: 80%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-23_survey .survey_container .survey_wrap .result_container .base_img {
            display: none; } }
      .module-23_survey .survey_container .survey_wrap .result_container .talk_to_us {
        width: 100%;
        height: 315px;
        border-radius: 12px;
        border: 3px solid #4C17CA;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: none;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-23_survey .survey_container .survey_wrap .result_container .talk_to_us {
            margin-top: 60px; } }
        .module-23_survey .survey_container .survey_wrap .result_container .talk_to_us h5 {
          padding-left: 26%;
          padding-right: 26%;
          text-align: center;
          margin-bottom: 20px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-23_survey .survey_container .survey_wrap .result_container .talk_to_us h5 {
              padding-left: 5%;
              padding-right: 5%; } }
      .module-23_survey .survey_container .survey_wrap .result_container .result_box {
        width: 100%;
        height: 315px;
        border-radius: 12px;
        border: 3px solid #4C17CA;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 40px;
        background-color: #FFFFFF;
        text-align: center;
        display: none;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-23_survey .survey_container .survey_wrap .result_container .result_box {
            margin-top: 60px; } }
        .module-23_survey .survey_container .survey_wrap .result_container .result_box .gb {
          color: #4C17CA;
          font-family: 'Agrandir', Arial, Helvetica, sans-serif;
          font-weight: normal;
          font-size: 1.3em; }
          @supports (font-variation-settings: normal) {
            .module-23_survey .survey_container .survey_wrap .result_container .result_box .gb {
              font-family: 'Agrandir Variable', Arial, Helvetica, sans-serif;
              font-weight: normal;
              font-variation-settings: "wght" 617; } }
        .module-23_survey .survey_container .survey_wrap .result_container .result_box .price_wrap {
          text-align: center;
          font-size: 2em;
          font-family: 'TroisMilleRegular', serif;
          font-weight: 400; }
          .module-23_survey .survey_container .survey_wrap .result_container .result_box .price_wrap .sign {
            font-family: 'Inter Regular', sans-serif;
            font-weight: 400;
            letter-spacing: 0.01em;
            font-size: 0.85em; }
        .module-23_survey .survey_container .survey_wrap .result_container .result_box .txt {
          font-size: 15px;
          color: #545558; }
        .module-23_survey .survey_container .survey_wrap .result_container .result_box .btn {
          width: calc(100% + 6px);
          margin-bottom: -3px;
          text-align: center;
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          border-bottom-left-radius: 12px;
          border-bottom-right-radius: 12px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }


/*# sourceMappingURL=style.css.map*/