/*!************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*  --- 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 ---  */
/*
Theme Name: Theme Name
*/
/*  --- 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; }

/* !-- 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; }
  header .nav_top {
    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;
    position: relative;
    z-index: 99;
    padding: 8px 5%;
    background-color: #ffffff;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      header .nav_top {
        padding: 5px 5%; } }
    header .nav_top.bw_nav {
      padding: 17px 5%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        header .nav_top.bw_nav {
          padding: 12px 5%; } }
    header .nav_top .left {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      header .nav_top .left .logo {
        width: 180px;
        height: auto;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1300px) {
          header .nav_top .left .logo {
            width: 135px; } }
    header .nav_top .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      width: 100%;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      header .nav_top .right .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-right: 5%;
        /* -- @include break(mobile)-- */ }
        header .nav_top .right .nav .top-title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          font-size: 16px;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 500;
          margin-left: 22px;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          cursor: pointer;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1300px) {
            header .nav_top .right .nav .top-title {
              font-size: 14px;
              margin-left: 16px; } }
          header .nav_top .right .nav .top-title svg {
            margin-left: 8px;
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
            header .nav_top .right .nav .top-title svg path {
              -webkit-transition: all 0.4s;
              transition: all 0.4s; }
          header .nav_top .right .nav .top-title:hover, header .nav_top .right .nav .top-title.active {
            color: #9A0A80; }
            header .nav_top .right .nav .top-title:hover path, header .nav_top .right .nav .top-title.active path {
              fill: #9A0A80; }
          header .nav_top .right .nav .top-title.active svg {
            -webkit-transform: rotate(-180deg);
                    transform: rotate(-180deg); }
        @media only screen and (max-width: 1140px) {
          header .nav_top .right .nav {
            display: none; } }
      header .nav_top .right .btn {
        margin-left: 26px;
        margin-top: 0;
        padding: 7px 25px;
        font-size: 16px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        /* -- @include break(mobile)-- */ }
        header .nav_top .right .btn::before, header .nav_top .right .btn::after {
          display: none; }
        @media only screen and (max-width: 1300px) {
          header .nav_top .right .btn {
            padding: 5px 18px;
            font-size: 14px;
            margin-left: 18px; } }
      header .nav_top .right .btn_menu {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 7px 20px;
        font-size: 16px;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 500;
        border-radius: 40px;
        border: 1px solid #343436;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        header .nav_top .right .btn_menu .burger {
          margin-left: 12px; }
          header .nav_top .right .btn_menu .burger div {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
        @media only screen and (max-width: 1300px) {
          header .nav_top .right .btn_menu {
            padding: 5px 18px;
            font-size: 14px; } }
        @media only screen and (max-width: 1140px) {
          header .nav_top .right .btn_menu {
            display: none; } }
        header .nav_top .right .btn_menu:hover {
          background-color: #9A0A80;
          border-color: #9A0A80;
          color: #ffffff; }
          header .nav_top .right .btn_menu:hover .burger div {
            background-color: #ffffff; }
      header .nav_top .right .burger {
        height: 21px;
        width: 21px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        header .nav_top .right .burger div {
          background-color: #343436;
          width: 100%;
          height: 2px;
          margin-top: 1px;
          margin-bottom: 1px;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
      header .nav_top .right .active .burger div:nth-of-type(1) {
        -webkit-transform: rotate(-45deg) translate(-3px, 3px);
                transform: rotate(-45deg) translate(-3px, 3px); }
      header .nav_top .right .active .burger div:nth-of-type(2) {
        width: 0; }
      header .nav_top .right .active .burger div:nth-of-type(3) {
        -webkit-transform: rotate(45deg) translate(-2.5px, -3px);
                transform: rotate(45deg) translate(-2.5px, -3px); }
      header .nav_top .right .nav_mobile-btn {
        margin-left: 26px;
        display: none;
        position: relative;
        cursor: pointer;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1140px) {
          header .nav_top .right .nav_mobile-btn {
            display: block; } }
        header .nav_top .right .nav_mobile-btn .burger {
          height: 23px;
          width: 23px; }
        header .nav_top .right .nav_mobile-btn .close {
          opacity: 0;
          position: absolute;
          top: -10px;
          left: 7px;
          font-size: 35px;
          line-height: 41px; }
  header .filter {
    position: fixed;
    opacity: 0.4;
    pointer-events: all;
    z-index: 0;
    display: none; }
  header .nav_desktop {
    background-color: #ffffff;
    position: absolute;
    z-index: 999;
    top: 96px;
    left: 0;
    right: 0;
    border-top: 1px solid #E9EDF2;
    border-bottom: 3px solid #9A0A80;
    display: none;
    overflow: hidden;
    height: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1300px) {
      header .nav_desktop {
        top: 80px; } }
    header .nav_desktop .menu {
      margin: 60px 5% 84px 5%;
      position: relative;
      height: 60vh;
      margin: 40px 5% 84px 5%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1300px) {
        header .nav_desktop .menu {
          height: 63vh;
          margin: 40px 5% 60px 5%; } }
    header .nav_desktop .menu_tab {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow-y: scroll;
      overflow-x: hidden;
      overflow: -moz-scrollbars-none;
      -ms-overflow-style: none;
      display: none;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
      header .nav_desktop .menu_tab::-webkit-scrollbar {
        width: 0 !important; }
    header .nav_desktop .list_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-left: -20px; }
      header .nav_desktop .list_wrap .col {
        width: 30%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-left: 20px; }
        header .nav_desktop .list_wrap .col a {
          text-decoration: none;
          margin-bottom: 25px;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 700;
          text-transform: uppercase;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1300px) {
            header .nav_desktop .list_wrap .col a {
              margin-bottom: 20px; } }
          header .nav_desktop .list_wrap .col a:last-of-type {
            margin-bottom: 0; }
          header .nav_desktop .list_wrap .col a.lvl2 {
            font-size: 1.1em;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 1300px) {
              header .nav_desktop .list_wrap .col a.lvl2 {
                font-size: 1.1em; } }
          header .nav_desktop .list_wrap .col a.lvl3 {
            font-size: 16px;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 1300px) {
              header .nav_desktop .list_wrap .col a.lvl3 {
                font-size: 14px; } }
    header .nav_desktop .col_title {
      width: 370px;
      padding-right: 80px;
      border-right: 1px solid #E9EDF2;
      margin-right: 80px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 5%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1300px) {
        header .nav_desktop .col_title {
          width: 300px;
          padding-right: 20px;
          margin-right: 2.5%; } }
      header .nav_desktop .col_title .title-h3 {
        color: #9A0A80;
        margin-bottom: 0; }
      header .nav_desktop .col_title .txt {
        font-size: 16px;
        margin-top: 8px; }
      header .nav_desktop .col_title .btn {
        margin-top: 32px; }
    header .nav_desktop .col_content {
      -ms-flex-negative: 2;
          flex-shrink: 2;
      width: 100%; }
      header .nav_desktop .col_content > div {
        padding-top: 40px; }
        header .nav_desktop .col_content > div:first-of-type {
          padding-top: 0; }
      header .nav_desktop .col_content .img-link_title, header .nav_desktop .col_content .buttons-list_title {
        font-size: 20px;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 700;
        margin-bottom: 20px;
        text-transform: uppercase; }
      header .nav_desktop .col_content .img-link_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: -25px;
        margin-bottom: -25px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-height: 700px) {
          header .nav_desktop .col_content .img-link_wrap {
            margin-bottom: -15px; } }
        header .nav_desktop .col_content .img-link_wrap a {
          text-decoration: none;
          width: 245px;
          margin-right: 25px;
          margin-bottom: 25px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-height: 700px) {
            header .nav_desktop .col_content .img-link_wrap a {
              width: 205px;
              margin-bottom: 15px; } }
          header .nav_desktop .col_content .img-link_wrap a .img {
            width: 245px;
            height: 245px;
            border-radius: 7px;
            background-position: center;
            background-size: cover;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-height: 700px) {
              header .nav_desktop .col_content .img-link_wrap a .img {
                width: 205px;
                height: 155px; } }
          header .nav_desktop .col_content .img-link_wrap a .title {
            font-size: 15px;
            font-family: 'Ubuntu', sans-serif;
            font-style: normal;
            font-weight: 700;
            margin-top: 12px;
            text-transform: uppercase; }
      header .nav_desktop .col_content .buttons-list_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: -12px; }
        header .nav_desktop .col_content .buttons-list_wrap a {
          text-decoration: none;
          margin-right: 12px;
          margin-bottom: 12px;
          color: #9A0A80;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 700;
          font-size: 16px;
          letter-spacing: 0.96px;
          text-transform: uppercase;
          padding: 12px 16px;
          line-height: 1em;
          border-radius: 46px;
          background-color: rgba(154, 10, 128, 0.12); }
          header .nav_desktop .col_content .buttons-list_wrap a:hover {
            color: #ffffff;
            background-color: #9a0a80; }
    header .nav_desktop .col_highlight {
      -ms-flex-negative: 1;
          flex-shrink: 1;
      margin-left: 5%;
      width: 350px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1300px) {
        header .nav_desktop .col_highlight {
          width: 335px;
          margin-left: 2.5%; } }
      header .nav_desktop .col_highlight .card_highlight {
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 350px;
        height: 385px;
        background-position: center;
        background-size: cover;
        border-radius: 7px;
        text-decoration: none;
        color: #ffffff;
        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;
        padding: 20px 36px;
        position: relative;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1300px) {
          header .nav_desktop .col_highlight .card_highlight {
            width: 300px;
            height: 340px;
            padding: 20px 26px; } }
        header .nav_desktop .col_highlight .card_highlight .card-filter {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          opacity: 0.5;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 52, 54, 0)), to(#343436));
          background: linear-gradient(180deg, rgba(52, 52, 54, 0) 0%, #343436 100%);
          z-index: 1; }
        header .nav_desktop .col_highlight .card_highlight .title-h4 {
          position: relative;
          z-index: 2; }
        header .nav_desktop .col_highlight .card_highlight svg {
          margin-left: auto;
          position: absolute;
          top: 20px;
          right: 20px;
          z-index: 2; }
          header .nav_desktop .col_highlight .card_highlight svg circle, header .nav_desktop .col_highlight .card_highlight svg path {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
        header .nav_desktop .col_highlight .card_highlight .card-overlay {
          position: absolute;
          width: 48px;
          height: 48px;
          background-color: #9A0A80;
          border-radius: 50%;
          top: 20px;
          right: 20px;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          z-index: 1; }
        header .nav_desktop .col_highlight .card_highlight:hover {
          color: #ffffff; }
          header .nav_desktop .col_highlight .card_highlight:hover circle {
            fill: #FFA4DF; }
          header .nav_desktop .col_highlight .card_highlight:hover path {
            fill: #9A0A80; }
          header .nav_desktop .col_highlight .card_highlight:hover .card-overlay {
            -webkit-transform: scale(20);
                    transform: scale(20); }
    header .nav_desktop .bw_title a {
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #9A0A80; }
      header .nav_desktop .bw_title a svg {
        margin-left: 20px; }
    header .nav_desktop .bottom {
      background-color: #ffffff;
      bottom: 0;
      left: 0;
      right: 0;
      padding-top: 30px;
      padding-bottom: 30px;
      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;
      position: absolute;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1300px) {
        header .nav_desktop .bottom {
          padding-top: 20px;
          padding-bottom: 20px; } }
      header .nav_desktop .bottom .btn_close {
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 500;
        border: 1px solid #9A0A80;
        padding: 4px 8px;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        line-height: 1em;
        font-size: 10px;
        color: #9A0A80;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 34px;
        cursor: pointer;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
        header .nav_desktop .bottom .btn_close svg {
          margin-right: 5px; }
          header .nav_desktop .bottom .btn_close svg path {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
        header .nav_desktop .bottom .btn_close:hover {
          color: #ffffff;
          background-color: #9a0a80; }
          header .nav_desktop .bottom .btn_close:hover path {
            fill: #ffffff; }
  header .nav_mobile {
    background-color: #ffffff;
    position: fixed;
    z-index: 999;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #E9EDF2;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    display: none;
    /* -- @include break(mobile)-- */ }
    header .nav_mobile::-webkit-scrollbar {
      width: 0 !important; }
    @media only screen and (max-width: 768px) {
      header .nav_mobile {
        top: 70px; } }
    header .nav_mobile .main_menu {
      padding: 40px 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-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow-y: scroll;
      overflow-x: hidden;
      scroll-behavior: smooth;
      overflow: -moz-scrollbars-none;
      -ms-overflow-style: none;
      height: calc(100vh - 80px);
      /* -- @include break(mobile)-- */ }
      header .nav_mobile .main_menu::-webkit-scrollbar {
        width: 0 !important; }
      @media only screen and (max-width: 768px) {
        header .nav_mobile .main_menu {
          height: calc(100vh - 70px); } }
      header .nav_mobile .main_menu .top-title {
        padding-top: 16px;
        padding-bottom: 16px;
        width: 100%;
        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;
        text-transform: uppercase;
        font-size: 1.6em;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 700;
        border-bottom: 1px solid #E9EDF2;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        cursor: pointer; }
        header .nav_mobile .main_menu .top-title svg {
          margin-left: 8px;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
          header .nav_mobile .main_menu .top-title svg path {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
        header .nav_mobile .main_menu .top-title:hover, header .nav_mobile .main_menu .top-title.active {
          color: #9A0A80; }
          header .nav_mobile .main_menu .top-title:hover path, header .nav_mobile .main_menu .top-title.active path {
            fill: #9A0A80; }
      header .nav_mobile .main_menu .btn {
        margin-top: 60px;
        padding: 11px 40px;
        font-size: 18px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        /* -- @include break(mobile)-- */ }
        header .nav_mobile .main_menu .btn::before, header .nav_mobile .main_menu .btn::after {
          display: none; }
        @media only screen and (max-width: 768px) {
          header .nav_mobile .main_menu .btn {
            width: 100%;
            max-width: 500px; } }
    header .nav_mobile .menu_tab {
      scroll-behavior: smooth;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background-color: #ffffff;
      height: calc(100vh - 80px);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: none;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        header .nav_mobile .menu_tab {
          height: calc(100vh - 70px); } }
      header .nav_mobile .menu_tab .top {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      header .nav_mobile .menu_tab .back {
        background-color: #9A0A80;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 16px 5%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #ffffff;
        font-size: 16px;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 500; }
        header .nav_mobile .menu_tab .back svg {
          margin-right: 8px; }
      header .nav_mobile .menu_tab .title-h3 {
        display: block;
        padding: 42px 5% 32px 5%;
        color: #9A0A80;
        margin-bottom: 0;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        header .nav_mobile .menu_tab .title-h3 svg {
          margin-left: 12px; }
      header .nav_mobile .menu_tab .content {
        -ms-flex-negative: 1;
            flex-shrink: 1;
        height: 100%;
        padding: 0;
        padding: 0 5% 32px 5%;
        overflow-y: scroll;
        overflow-x: hidden;
        scroll-behavior: smooth;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none; }
        header .nav_mobile .menu_tab .content::-webkit-scrollbar {
          width: 0 !important; }
        header .nav_mobile .menu_tab .content > div {
          padding-top: 40px; }
          header .nav_mobile .menu_tab .content > div:first-of-type {
            padding-top: 0; }
        header .nav_mobile .menu_tab .content .img-link_title, header .nav_mobile .menu_tab .content .buttons-list_title {
          font-size: 20px;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 700;
          margin-bottom: 20px;
          text-transform: uppercase; }
        header .nav_mobile .menu_tab .content .img-link_wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 101vw;
          margin-left: -6%;
          overflow-x: scroll;
          overflow-y: visible;
          scroll-behavior: smooth;
          overflow: -moz-scrollbars-none;
          -ms-overflow-style: none;
          -ms-scroll-snap-type: x mandatory;
              scroll-snap-type: x mandatory; }
          header .nav_mobile .menu_tab .content .img-link_wrap::-webkit-scrollbar {
            width: 0 !important; }
          header .nav_mobile .menu_tab .content .img-link_wrap a {
            text-decoration: none;
            width: 160px;
            margin-right: 8px;
            scroll-snap-align: start;
            scroll-margin: 5vw; }
            header .nav_mobile .menu_tab .content .img-link_wrap a .img {
              width: 160px;
              height: 160px;
              border-radius: 7px;
              background-position: center;
              background-size: cover; }
            header .nav_mobile .menu_tab .content .img-link_wrap a .title {
              font-size: 16px;
              font-family: 'Ubuntu', sans-serif;
              font-style: normal;
              font-weight: 700;
              margin-top: 12px;
              text-transform: uppercase; }
            header .nav_mobile .menu_tab .content .img-link_wrap a:first-of-type {
              margin-left: 5vh; }
            header .nav_mobile .menu_tab .content .img-link_wrap a:last-of-type {
              margin-right: 5vh; }
        header .nav_mobile .menu_tab .content .buttons-list_wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-right: -6px; }
          header .nav_mobile .menu_tab .content .buttons-list_wrap a {
            text-decoration: none;
            margin-right: 6px;
            margin-bottom: 6px;
            color: #9A0A80;
            font-family: 'Ubuntu', sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 16px;
            letter-spacing: 0.96px;
            text-transform: uppercase;
            padding: 12px 16px;
            line-height: 1em;
            border-radius: 46px;
            background-color: rgba(154, 10, 128, 0.12); }
            header .nav_mobile .menu_tab .content .buttons-list_wrap a:hover {
              color: #ffffff;
              background-color: #9a0a80; }
        header .nav_mobile .menu_tab .content .list_wrap a {
          display: block;
          text-decoration: none;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 700;
          text-transform: uppercase; }
          header .nav_mobile .menu_tab .content .list_wrap a:last-of-type {
            margin-bottom: 0; }
          header .nav_mobile .menu_tab .content .list_wrap a.lvl2 {
            font-size: 18px;
            margin-top: 16px;
            margin-bottom: 16px; }
          header .nav_mobile .menu_tab .content .list_wrap a.lvl3 {
            font-size: 16px;
            padding-top: 6px;
            padding-bottom: 20px; }
        header .nav_mobile .menu_tab .content .col_highlight {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            header .nav_mobile .menu_tab .content .col_highlight {
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; } }
          header .nav_mobile .menu_tab .content .col_highlight .card_highlight {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 335px;
            height: 371px;
            background-position: center;
            background-size: cover;
            border-radius: 7px;
            text-decoration: none;
            color: #ffffff;
            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: 20px 26px; }
            header .nav_mobile .menu_tab .content .col_highlight .card_highlight svg {
              margin-right: -16px;
              margin-left: auto; }
              header .nav_mobile .menu_tab .content .col_highlight .card_highlight svg circle, header .nav_mobile .menu_tab .content .col_highlight .card_highlight svg path {
                -webkit-transition: all 0.4s;
                transition: all 0.4s; }
            header .nav_mobile .menu_tab .content .col_highlight .card_highlight:hover {
              color: #9A0A80; }
              header .nav_mobile .menu_tab .content .col_highlight .card_highlight:hover circle {
                fill: #9A0A80; }
              header .nav_mobile .menu_tab .content .col_highlight .card_highlight:hover path {
                fill: #ffffff; }

footer {
  background-color: #343436;
  color: #ffffff;
  padding: 80px 0 50px 0; }
  footer .footer_container {
    margin-left: 5%;
    margin-right: 5%;
    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) {
      footer .footer_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  footer .left {
    width: 555px;
    border-right: 1px solid #ffffff;
    padding-right: 95px;
    -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) {
      footer .left {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-right: none;
        border-bottom: 1px solid #ffffff; } }
    footer .left h5 {
      font-size: 3.666em;
      margin-bottom: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .left h5 {
          font-size: 2.666em; } }
    footer .left h6 {
      margin-top: 60px;
      font-size: 1.333em;
      margin-bottom: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .left h6 {
          font-size: 1.25em; } }
    footer .left .btn {
      margin-top: 32px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .left .btn {
          margin-top: 20px; } }
    footer .left .socials {
      margin-top: 90px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .left .socials {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-top: 48px;
          margin-right: -2%;
          margin-left: -2%; } }
      footer .left .socials .icon_social {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          footer .left .socials .icon_social {
            -webkit-transform: scale(0.6);
                    transform: scale(0.6); } }
        footer .left .socials .icon_social svg path {
          fill: #343436; }
        footer .left .socials .icon_social svg circle, footer .left .socials .icon_social svg ellipse {
          fill: #ffffff; }
        footer .left .socials .icon_social svg:hover path {
          fill: #ffffff; }
        footer .left .socials .icon_social svg:hover circle, footer .left .socials .icon_social svg:hover ellipse {
          fill: #9A0A80; }
  footer .right {
    width: 100%;
    padding-left: 10%;
    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) {
      footer .right {
        padding-left: 0; } }
    footer .right .col_wrap {
      width: 100%;
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; }
    footer .right .main-list {
      width: 90%;
      page-break-inside: avoid;
      -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
              break-inside: avoid;
      margin-bottom: 48px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .right .main-list {
          width: 95%; } }
      footer .right .main-list .main-item a {
        text-decoration: none;
        font-size: 1.1em;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        text-transform: uppercase; }
        footer .right .main-list .main-item a:hover {
          color: #FFA4DF; }
      footer .right .main-list .sub-list {
        margin-top: 16px; }
        footer .right .main-list .sub-list a {
          text-decoration: none;
          font-size: 16px; }
          footer .right .main-list .sub-list a:hover {
            color: #FFA4DF; }
    footer .right .link_bw a {
      text-decoration: none;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      padding-top: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      footer .right .link_bw a svg {
        margin-left: 14px;
        width: 20px; }
        footer .right .link_bw a svg path {
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
      footer .right .link_bw a:hover {
        color: #FFA4DF; }
        footer .right .link_bw a:hover svg path {
          fill: #FFA4DF; }
  footer .copyright {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 50px;
    border-top: 1px solid #ffffff;
    margin-top: 40px;
    font-size: 16px;
    line-height: 150%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      footer .copyright {
        padding-top: 20px;
        font-size: 14px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
        footer .copyright .right_bottom {
          margin-bottom: 16px; } }
    footer .copyright .left_bottom {
      width: 100%;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      padding-right: 2.5%; }
    footer .copyright .right_bottom {
      width: 400px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .copyright .right_bottom {
          -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; } }
      footer .copyright .right_bottom svg {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      footer .copyright .right_bottom .wpml-ls {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 50px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          footer .copyright .right_bottom .wpml-ls {
            margin-right: 0px;
            margin-bottom: 15px; } }
        footer .copyright .right_bottom .wpml-ls li:nth-of-type(2) {
          border-left: 2px solid #ffffff; }
        footer .copyright .right_bottom .wpml-ls a {
          padding: 0px 10px 2px; }
    footer .copyright a:hover {
      color: #FFA4DF; }

html {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #9A0A80;
  color: #343436;
  min-height: -webkit-fill-available; }
  html.overflow {
    overflow: hidden; }

body {
  padding-top: 96px;
  background-color: #F8F7F7;
  color: #343436;
  font-size: 18px;
  line-height: 150%;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  min-height: 100vh;
  min-height: -webkit-fill-available; }
  body.overflow {
    overflow: hidden; }
  @media only screen and (max-width: 1300px) {
    body {
      padding-top: 80px; } }
  @media only screen and (max-width: 768px) {
    body {
      padding-top: 70px;
      font-size: 16px;
      overflow-x: hidden;
      overflow-y: scroll; } }

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

.med_container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .med_container {
      width: 90%; } }

.small_container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 775px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .small_container {
      width: 90%; } }

.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; } }

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

.grecaptcha-badge {
  visibility: hidden; }

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

a {
  color: inherit;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  a:hover {
    color: #9A0A80; }

p {
  line-height: 150%; }

.txt img {
  height: auto !important; }

.txt img {
  width: 100%; }

.intro-text {
  line-height: 150%;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3em;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .intro-text {
      font-size: 1.1em; } }

.filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #343436;
  z-index: 0;
  pointer-events: none; }

section {
  position: relative;
  margin-top: 120px;
  margin-bottom: 120px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    section {
      margin-top: 60px;
      margin-bottom: 60px; } }
  section .container {
    position: relative; }
  section.flex-block_first {
    margin-top: 0; }
  section:not(.bg_white) {
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 120px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      section:not(.bg_white) {
        padding-top: 60px;
        padding-bottom: 60px; } }
  section.flex-block_last:not(.bg_white) {
    margin-bottom: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      section.flex-block_last:not(.bg_white) {
        margin-bottom: 0; } }

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

.align_center {
  text-align: center; }

.align_left {
  text-align: left; }

.align_right {
  text-align: right; }

.hiddenText {
  position: absolute;
  z-index: -1;
  opacity: 0;
  height: 1px;
  width: 1px; }

h1, .title-h1 {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 4.7em;
  line-height: 108%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h1, .title-h1 {
      font-size: 2.9em; } }

h2, .title-h2 {
  font-size: 2.6em;
  line-height: 108%;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h2, .title-h2 {
      font-size: 2.5em; } }

h3, .title-h3 {
  font-size: 2.25em;
  line-height: 108%;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h3, .title-h3 {
      font-size: 2em; } }

h4, .title-h4 {
  font-size: 1.75em;
  line-height: 108%;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h4, .title-h4 {
      font-size: 1.45em; } }

h5, .title-h5 {
  font-size: 1.55em;
  line-height: 108%;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 16px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h5, .title-h5 {
      font-size: 1.25em; } }

h6, .title-h6 {
  margin: 0;
  padding: 0;
  font-size: 1.33em;
  line-height: 108%;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h6, .title-h6 {
      font-size: 1.15em; } }

.bg_pink {
  background-color: #9A0A80;
  color: #ffffff; }
  .bg_pink a:hover {
    color: #FFA4DF; }
  .bg_pink .btn_light-pink {
    border: 2px solid #FFA4DF;
    padding: 14px 62px 14px 26px; }
  .bg_pink .btn_white, .bg_pink .btn_primary {
    border: 2px solid #ffffff;
    padding: 14px 62px 14px 26px; }

.bg_sec-pink {
  background-color: #FFA4DF; }

.bg_light-pink {
  background-color: rgba(255, 164, 223, 0.2); }

.bg_green {
  background-color: #1C632C;
  color: #ffffff; }
  .bg_green .btn_light-green {
    border: 2px solid #CED976;
    padding: 14px 62px 14px 26px; }

.bg_sec-green {
  background-color: #CED976; }

.bg_light-green {
  background-color: rgba(206, 217, 118, 0.2); }

.bg_yellow {
  background-color: #FFC801;
  color: #343436; }
  .bg_yellow p {
    color: #343436; }
  .bg_yellow .btn_light-yellow {
    border: 2px solid #FDEE88;
    padding: 14px 62px 14px 26px; }

.bg_sec-yellow {
  background-color: #FDEE88; }

.bg_light-yellow {
  background-color: rgba(253, 238, 136, 0.2); }

.bg_blue {
  background-color: #005F82;
  color: #ffffff; }
  .bg_blue .btn_light-blue {
    border: 2px solid #7EB6E2;
    padding: 14px 62px 14px 26px; }

.bg_sec-blue {
  background-color: #7EB6E2; }

.bg_light-blue {
  background-color: rgba(126, 182, 226, 0.2); }

.bg_orange {
  background-color: #D14900;
  color: #ffffff; }
  .bg_orange .btn_light-orange {
    border: 2px solid #FFA96E;
    padding: 14px 62px 14px 26px; }

.bg_sec-orange {
  background-color: #FFA96E; }

.bg_light-orange {
  background-color: rgba(255, 169, 110, 0.2); }

.img-shape_square {
  overflow: hidden;
  border-radius: 0; }

.img-shape_round {
  overflow: hidden;
  border-radius: 50%; }

.img-shape_arc {
  overflow: hidden;
  border-radius: 50% 50% 0 0; }

.img-shape_leaf {
  overflow: hidden;
  border-radius: 0 50% 0 50%; }

.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: 80%;
    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: 20px;
    right: 20px;
    padding: 10px;
    cursor: pointer;
    z-index: 2; }
  .popup_video .bg {
    background: rgba(52, 52, 54, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }

.play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  .play:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1); }

.icon_social {
  text-decoration: none;
  border-radius: 50%;
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 0;
  width: 69px;
  height: 68px;
  position: relative;
  z-index: 2; }
  .icon_social svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    width: 69px;
    height: 68px; }
  .icon_social circle, .icon_social path {
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  .icon_social:hover circle {
    fill: #9A0A80; }
  .icon_social:hover path {
    fill: #ffffff; }

.bg_pink .icon_social {
  border: 4px solid #F0E5ED; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 16px 64px 16px 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin-top: 40px;
  background-color: #9A0A80;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  .btn:hover {
    color: #ffffff; }
  .btn::after {
    content: " ";
    background-color: #ffffff;
    height: 2px;
    width: 9px;
    border-radius: 0.5px;
    right: 28px;
    position: absolute;
    top: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(50deg);
            transform: translate(-50%, -50%) rotate(50deg);
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  .btn::before {
    content: " ";
    background-color: #ffffff;
    height: 2px;
    width: 9px;
    border-radius: 0.5px;
    right: 28px;
    position: absolute;
    top: 55%;
    -webkit-transform: translate(-50%, -50%) rotate(-50deg);
            transform: translate(-50%, -50%) rotate(-50deg);
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  .btn_ddl {
    padding: 16px 28px 16px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .btn_ddl::after, .btn_ddl::before {
      display: none; }
    .btn_ddl svg path {
      fill: #ffffff; }
  .btn_pink {
    color: #ffffff;
    background-color: #9A0A80; }
    .btn_pink:hover {
      color: #ffffff !important; }
    .btn_pink:hover {
      background-color: #751663; }
      .btn_pink:hover svg path {
        fill: #ffffff; }
  .btn_light-pink {
    color: #9A0A80;
    background-color: #FFA4DF; }
    .btn_light-pink::after, .btn_light-pink::before {
      background-color: #9A0A80; }
    .btn_light-pink svg path {
      fill: #9A0A80; }
    .btn_light-pink:hover {
      background-color: #9A0A80;
      color: #ffffff; }
      .btn_light-pink:hover::after, .btn_light-pink:hover::before {
        background-color: #ffffff; }
      .btn_light-pink:hover svg path {
        fill: #ffffff; }
  .btn_green {
    color: #ffffff;
    background-color: #1C632C; }
    .btn_green:hover {
      background-color: #174621; }
      .btn_green:hover svg path {
        fill: #ffffff; }
  .btn_light-green {
    color: #1C632C;
    background-color: #CED976; }
    .btn_light-green::after, .btn_light-green::before {
      background-color: #1C632C; }
    .btn_light-green svg path {
      fill: #1C632C; }
    .btn_light-green:hover {
      background-color: #1C632C;
      color: #ffffff; }
      .btn_light-green:hover::after, .btn_light-green:hover::before {
        background-color: #ffffff; }
      .btn_light-green:hover svg path {
        fill: #ffffff; }
  .btn_yellow {
    color: #343436;
    background-color: #FFC801; }
    .btn_yellow::after, .btn_yellow::before {
      background-color: #343436; }
    .btn_yellow svg path {
      fill: #343436; }
    .btn_yellow:hover {
      color: #343436;
      background-color: #E2B40D; }
      .btn_yellow:hover::after, .btn_yellow:hover::before {
        background-color: #343436; }
      .btn_yellow:hover svg path {
        fill: #343436; }
  .btn_light-yellow {
    color: #343436;
    background-color: #FDEE88; }
    .btn_light-yellow::after, .btn_light-yellow::before {
      background-color: #343436; }
    .btn_light-yellow svg path {
      fill: #343436; }
    .btn_light-yellow:hover {
      background-color: #FFC801;
      color: #343436; }
      .btn_light-yellow:hover::after, .btn_light-yellow:hover::before {
        background-color: #343436; }
      .btn_light-yellow:hover svg path {
        fill: #343436; }
  .btn_blue {
    color: #ffffff;
    background-color: #005F82; }
    .btn_blue:hover {
      background-color: #053F55; }
      .btn_blue:hover svg path {
        fill: #ffffff; }
  .btn_light-blue {
    color: #005F82;
    background-color: #7EB6E2; }
    .btn_light-blue::after, .btn_light-blue::before {
      background-color: #005F82; }
    .btn_light-blue svg path {
      fill: #005F82; }
    .btn_light-blue:hover {
      background-color: #005F82;
      color: #ffffff; }
      .btn_light-blue:hover::after, .btn_light-blue:hover::before {
        background-color: #ffffff; }
      .btn_light-blue:hover svg path {
        fill: #ffffff; }
  .btn_orange {
    color: #ffffff;
    background-color: #D14900; }
    .btn_orange:hover {
      background-color: #B04105; }
      .btn_orange:hover svg path {
        fill: #ffffff; }
  .btn_light-orange {
    color: #D14900;
    background-color: #FFA96E; }
    .btn_light-orange::after, .btn_light-orange::before {
      background-color: #D14900; }
    .btn_light-orange svg path {
      fill: #D14900; }
    .btn_light-orange:hover {
      background-color: #D14900;
      color: #ffffff; }
      .btn_light-orange:hover::after, .btn_light-orange:hover::before {
        background-color: #ffffff; }
      .btn_light-orange:hover svg path {
        fill: #ffffff; }
  .btn_white, .btn_primary {
    color: #9A0A80;
    background-color: #ffffff; }
    .btn_white::after, .btn_white::before, .btn_primary::after, .btn_primary::before {
      background-color: #9A0A80; }
    .btn_white svg path, .btn_primary svg path {
      fill: #9A0A80; }
    .btn_white:hover, .btn_primary:hover {
      color: #ffffff !important; }
    .btn_white:hover, .btn_primary:hover {
      background-color: #9A0A80; }
      .btn_white:hover::after, .btn_white:hover::before, .btn_primary:hover::after, .btn_primary:hover::before {
        background-color: #ffffff; }
      .btn_white:hover svg path, .btn_primary:hover svg path {
        fill: #ffffff; }
  .btn_grey {
    color: #9A0A80;
    background-color: #EBEBEB; }
    .btn_grey::after, .btn_grey::before {
      background-color: #9A0A80; }
    .btn_grey svg path {
      fill: #9A0A80; }
    .btn_grey:hover {
      background-color: #9A0A80;
      color: #ffffff; }
      .btn_grey:hover::after, .btn_grey:hover::before {
        background-color: #ffffff; }
      .btn_grey:hover svg path {
        fill: #ffffff; }
  .btn_secondary {
    background-color: transparent;
    border: 2px solid #ffffff;
    padding: 14px 62px 14px 26px;
    color: #ffffff; }
    .btn_secondary::after, .btn_secondary::before {
      background-color: #ffffff; }
    .btn_secondary svg path {
      fill: #ffffff; }
    .btn_secondary:hover {
      background-color: #ffffff;
      color: #9A0A80; }
      .btn_secondary:hover::after, .btn_secondary:hover::before {
        background-color: #9A0A80; }
      .btn_secondary:hover svg path {
        fill: #9A0A80; }
  .btn_sec_pink {
    background-color: transparent;
    border: 2px solid #9A0A80;
    padding: 14px 62px 14px 26px;
    color: #9A0A80; }
    .btn_sec_pink::after, .btn_sec_pink::before {
      background-color: #9A0A80; }
    .btn_sec_pink svg path {
      fill: #9A0A80; }
    .btn_sec_pink:hover {
      background-color: #9A0A80;
      color: #ffffff; }
      .btn_sec_pink:hover::after, .btn_sec_pink:hover::before {
        background-color: #ffffff; }
      .btn_sec_pink:hover svg path {
        fill: #ffffff; }

.header_projects {
  width: 100%;
  margin-bottom: 120px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .header_projects {
      margin-bottom: 60px; } }
  .header_projects .img {
    width: 100%;
    height: 45vh;
    max-height: 500px;
    background-position: center;
    background-size: cover;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .header_projects .img {
        height: 35vh; } }
    .header_projects .img .btn_arrow {
      position: absolute;
      bottom: 0;
      right: 5%;
      z-index: 2;
      -webkit-transform: translateY(50%);
              transform: translateY(50%);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .header_projects .img .btn_arrow {
          -webkit-transform: translateY(50%) scale(0.75);
                  transform: translateY(50%) scale(0.75); } }
  .header_projects h1 {
    padding-top: 80px;
    padding-bottom: 22px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .header_projects h1 {
        padding-top: 60px; } }

.header_article {
  position: relative;
  padding-top: 100px;
  margin-bottom: 120px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .header_article {
      margin-bottom: 60px; } }
  .header_article .breadcrumb {
    color: rgba(52, 52, 54, 0.8);
    background-color: transparent; }
    .header_article .breadcrumb a {
      color: rgba(52, 52, 54, 0.8); }
    .header_article .breadcrumb li {
      color: rgba(52, 52, 54, 0.8); }
      .header_article .breadcrumb li ::before {
        color: rgba(52, 52, 54, 0.8); }
  .header_article .content {
    padding-bottom: 60px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .header_article .content {
        padding-bottom: 30px; } }
    .header_article .content .date {
      font-size: 14px;
      color: rgba(52, 52, 54, 0.6);
      margin-bottom: 24px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .header_article .content .date {
          margin-bottom: 12px; } }
    .header_article .content .sub_title {
      margin-top: 24px;
      font-size: 1.1em;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .header_article .content .sub_title {
          margin-top: 12px; } }
  .header_article .img {
    width: 100%;
    padding-bottom: 51%;
    background-position: center;
    background-size: cover; }

.breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  padding-left: 5%;
  padding-right: 5%;
  z-index: 2;
  overflow-x: scroll;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  padding-top: 16px;
  background-color: rgba(52, 52, 54, 0.45);
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  .breadcrumb::-webkit-scrollbar {
    width: 0 !important; }
  .breadcrumb ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0; }
    .breadcrumb ul li {
      margin-left: 30px;
      position: relative;
      color: rgba(255, 255, 255, 0.8);
      font-size: 12px;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: uppercase;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .breadcrumb ul li a {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none; }
        .breadcrumb ul li a:hover {
          color: #FFA4DF; }
      .breadcrumb ul li::before {
        content: "•";
        position: absolute;
        top: 50%;
        left: -15px;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        .breadcrumb ul li::before:hover {
          color: rgba(255, 255, 255, 0.8); }
    .breadcrumb ul li:first-of-type {
      margin-left: 0; }
      .breadcrumb ul li:first-of-type::before {
        display: none; }
  .breadcrumb:hover {
    background-color: rgba(52, 52, 54, 0.7); }
  .breadcrumb.no-bg {
    background-color: transparent !important; }

form {
  position: relative; }
  form input, form textarea, form select {
    margin-top: 11px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    border-radius: 4px;
    background: #ffffff;
    width: 100%;
    padding: 15px 18px;
    margin-bottom: 5px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border: 2px solid #ffffff;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      form input, form textarea, form select {
        margin-top: 5px;
        font-size: 16px; } }
    form input:focus, form textarea:focus, form select:focus {
      outline: none;
      border: 2px solid #9A0A80; }
    form input[type='submit'], form textarea[type='submit'], form select[type='submit'] {
      padding: 16px 28px 16px 28px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 40px;
      text-decoration: none;
      color: #ffffff;
      font-size: 16px;
      text-align: center;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      line-height: 140%;
      letter-spacing: 0.96px;
      text-transform: uppercase;
      margin-top: 40px;
      background-color: #9A0A80;
      border: none;
      display: inline-block;
      width: auto;
      cursor: pointer; }
      form input[type='submit']:hover, form input[type='submit']:focus, form textarea[type='submit']:hover, form textarea[type='submit']:focus, form select[type='submit']:hover, form select[type='submit']:focus {
        background-color: #751663; }
    form input[type='checkbox'], form textarea[type='checkbox'], form select[type='checkbox'] {
      width: 20px;
      height: 20px;
      border-radius: 2px;
      margin-top: 0px;
      margin-right: 10px;
      margin-bottom: 0;
      border: 3px solid #ffffff;
      border: 1px solid #9A0A80; }
      form input[type='checkbox']:focus, form input[type='checkbox']:checked, form textarea[type='checkbox']:focus, form textarea[type='checkbox']:checked, form select[type='checkbox']:focus, form select[type='checkbox']:checked {
        border: 3px solid #ffffff;
        background-color: #9A0A80; }
    form input[type='radio'], form textarea[type='radio'], form select[type='radio'] {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      margin-top: 0px;
      margin-right: 10px;
      margin-bottom: 0;
      border: 3px solid #ffffff;
      border: 1px solid #9A0A80; }
      form input[type='radio']:focus, form input[type='radio']:checked, form textarea[type='radio']:focus, form textarea[type='radio']:checked, form select[type='radio']:focus, form select[type='radio']:checked {
        border: 3px solid #ffffff;
        background-color: #9A0A80; }
  form .select .wpcf7-form-control-wrap {
    position: relative; }
    form .select .wpcf7-form-control-wrap::after {
      content: " ";
      background-color: #343436;
      height: 2px;
      width: 9px;
      border-radius: 0.5px;
      right: 28px;
      position: absolute;
      top: 52%;
      -webkit-transform: translate(-50%, -50%) rotate(50deg);
              transform: translate(-50%, -50%) rotate(50deg);
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      pointer-events: none; }
    form .select .wpcf7-form-control-wrap::before {
      content: " ";
      background-color: #343436;
      height: 2px;
      width: 9px;
      border-radius: 0.5px;
      right: 23px;
      position: absolute;
      top: 52%;
      -webkit-transform: translate(-50%, -50%) rotate(-50deg);
              transform: translate(-50%, -50%) rotate(-50deg);
      pointer-events: none; }
  form .wpcf7-checkbox, form .wpcf7-radio {
    margin-top: 11px;
    display: block;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      form .wpcf7-checkbox, form .wpcf7-radio {
        margin-top: 5px; } }
    form .wpcf7-checkbox label, form .wpcf7-radio label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 35px; }
    form .wpcf7-checkbox .wpcf7-list-item, form .wpcf7-radio .wpcf7-list-item {
      margin: 0; }
  form .wpcf7-response-output {
    border: none !important;
    padding: 0 !important; }
  form p {
    margin-bottom: 30px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      form p {
        margin-bottom: 15px; } }
  form.sent .wpcf7-response-output {
    padding: 35px !important; }
  form.sent .wpcf7-response-output {
    background-color: rgba(52, 52, 54, 0.9);
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 40px;
    position: absolute;
    bottom: -35px;
    top: -85px;
    left: -35px;
    right: -35px;
    bottom: -35px;
    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;
    font-size: 2em;
    line-height: 150%; }

.search.template-stories-archive form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .search.template-stories-archive form label {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin-right: 60px; }

.search.template-stories-archive .posts-navigation {
  margin-top: 40px;
  width: 100%; }

.sup-view.template-home .header_home {
  background-position: center;
  background-size: cover;
  height: 75vh;
  position: relative;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sup-view.template-home .header_home {
      height: 70vh; } }
  .sup-view.template-home .header_home .content {
    position: relative;
    z-index: 2;
    padding-top: 13vh;
    color: #ffffff;
    width: 50%;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1300px) {
      .sup-view.template-home .header_home .content {
        width: 80%; } }
    @media only screen and (max-width: 768px) {
      .sup-view.template-home .header_home .content {
        width: 100%; } }

.sup-view.template-home .sub-text .intro-text {
  padding: 30px 20%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 120px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .sup-view.template-home .sub-text .intro-text {
      padding: 10px 5%;
      margin-bottom: 60px; } }

.template-home-secondary .header_home {
  background-position: center;
  background-size: cover;
  height: 80vh;
  position: relative;
  margin-bottom: 120px;
  text-align: center;
  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;
  color: #ffffff;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-home-secondary .header_home {
      height: 70vh;
      margin-bottom: 60px; } }
  .template-home-secondary .header_home .container {
    position: relative;
    z-index: 2; }
  .template-home-secondary .header_home .filter {
    background: #343436;
    mix-blend-mode: multiply; }
  .template-home-secondary .header_home .svg_arrow {
    z-index: 2;
    position: absolute;
    left: 50%;
    bottom: 42px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.template-team .module-team_text .intro-text {
  padding-right: 20%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-team .module-team_text .intro-text {
      padding-right: 0%; } }

.template-team .module-team_list-name p {
  padding-top: 20px;
  padding-bottom: 20px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-team .module-team_list-name p {
      padding-top: 10px;
      padding-bottom: 10px; } }

.template-team .module-team_list-name .name {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  padding-right: 40px;
  display: inline-block; }

.template-team .module-team_banner {
  background-position: center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  position: relative; }
  .template-team .module-team_banner .container {
    position: relative;
    z-index: 2; }

.template-stories-archive .last_post a.card-post_highlight, .template-news-archive .last_post a.card-post_highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-stories-archive .last_post a.card-post_highlight, .template-news-archive .last_post a.card-post_highlight {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .template-stories-archive .last_post a.card-post_highlight .card_img, .template-news-archive .last_post a.card-post_highlight .card_img {
    background-size: cover;
    background-position: center;
    width: 57.5%;
    padding-bottom: 40%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-stories-archive .last_post a.card-post_highlight .card_img, .template-news-archive .last_post a.card-post_highlight .card_img {
        width: 100%;
        padding-bottom: 86%; } }
    .template-stories-archive .last_post a.card-post_highlight .card_img .cat, .template-news-archive .last_post a.card-post_highlight .card_img .cat {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #CED976;
      color: green;
      font-size: 10px;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 500;
      line-height: 100%;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      padding: 6px 10px; }
  .template-stories-archive .last_post a.card-post_highlight .content, .template-news-archive .last_post a.card-post_highlight .content {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 37.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: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-stories-archive .last_post a.card-post_highlight .content, .template-news-archive .last_post a.card-post_highlight .content {
        width: 100%;
        margin-top: 15px; } }
    .template-stories-archive .last_post a.card-post_highlight .content .cta, .template-news-archive .last_post a.card-post_highlight .content .cta {
      font-size: 16px;
      line-height: 140%;
      letter-spacing: 0.96px;
      text-transform: uppercase;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      color: #9A0A80; }
      .template-stories-archive .last_post a.card-post_highlight .content .cta svg, .template-news-archive .last_post a.card-post_highlight .content .cta svg {
        width: 20px;
        margin-bottom: -4px;
        margin-left: 14px; }
        .template-stories-archive .last_post a.card-post_highlight .content .cta svg path, .template-news-archive .last_post a.card-post_highlight .content .cta svg path {
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }

.template-stories-archive .filter_container, .template-news-archive .filter_container {
  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-bottom: 80px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-stories-archive .filter_container, .template-news-archive .filter_container {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -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-bottom: 40px; } }
  .template-stories-archive .filter_container .left, .template-news-archive .filter_container .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #9A0A80;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-stories-archive .filter_container .left, .template-news-archive .filter_container .left {
        width: 100%; } }
    .template-stories-archive .filter_container .left h6, .template-news-archive .filter_container .left h6 {
      margin: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-stories-archive .filter_container .left h6, .template-news-archive .filter_container .left h6 {
          display: none; } }
    .template-stories-archive .filter_container .left .drop_cat, .template-news-archive .filter_container .left .drop_cat {
      position: relative;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-stories-archive .filter_container .left .drop_cat, .template-news-archive .filter_container .left .drop_cat {
          width: 100%; } }
      .template-stories-archive .filter_container .left .drop_cat select, .template-news-archive .filter_container .left .drop_cat select {
        padding: 16px 42px 16px 32px;
        border: 1px solid #9A0A80;
        color: #9A0A80;
        border-radius: 34px;
        margin-left: 60px;
        letter-spacing: 0.96px;
        text-transform: uppercase;
        font-size: 16px;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 500;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background-color: transparent;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-stories-archive .filter_container .left .drop_cat select, .template-news-archive .filter_container .left .drop_cat select {
            margin-left: 0px;
            width: 100%; } }
      .template-stories-archive .filter_container .left .drop_cat svg, .template-news-archive .filter_container .left .drop_cat svg {
        position: absolute;
        top: 50%;
        right: 14px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        pointer-events: none; }
  .template-stories-archive .filter_container .right, .template-news-archive .filter_container .right {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 700;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-stories-archive .filter_container .right, .template-news-archive .filter_container .right {
        display: none; } }

.template-stories-archive .card-row, .template-news-archive .card-row {
  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) {
    .template-stories-archive .card-row, .template-news-archive .card-row {
      -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; } }
  .template-stories-archive .card-row .card-post, .template-news-archive .card-row .card-post {
    width: 370px;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 48px;
    /* -- @include break(mobile)-- */ }
    .template-stories-archive .card-row .card-post:last-of-type, .template-news-archive .card-row .card-post:last-of-type {
      margin-right: 0; }
    @media only screen and (max-width: 768px) {
      .template-stories-archive .card-row .card-post, .template-news-archive .card-row .card-post {
        width: 100%;
        max-width: 370px;
        margin-right: 0px;
        margin-bottom: 25px; } }
    .template-stories-archive .card-row .card-post .img, .template-news-archive .card-row .card-post .img {
      width: 100%;
      padding-bottom: 67%;
      background-position: center;
      background-size: cover;
      position: relative;
      margin-bottom: 20px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-stories-archive .card-row .card-post .img, .template-news-archive .card-row .card-post .img {
          margin-bottom: 15px; } }
      .template-stories-archive .card-row .card-post .img .cat, .template-news-archive .card-row .card-post .img .cat {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #CED976;
        color: green;
        font-size: 10px;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        padding: 6px 10px; }
    .template-stories-archive .card-row .card-post h6, .template-news-archive .card-row .card-post h6 {
      margin-bottom: 6px; }
    .template-stories-archive .card-row .card-post .date, .template-news-archive .card-row .card-post .date {
      font-size: 14px;
      color: rgba(52, 52, 54, 0.6);
      margin-top: 20px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-stories-archive .card-row .card-post .date, .template-news-archive .card-row .card-post .date {
          margin-top: 12px; } }

.template-stories-archive .nav-links, .template-news-archive .nav-links {
  width: 100%;
  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;
  position: relative;
  padding-right: 75px;
  padding-left: 75px; }
  .template-stories-archive .nav-links a, .template-stories-archive .nav-links span, .template-news-archive .nav-links a, .template-news-archive .nav-links span {
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding: 16px; }
    .template-stories-archive .nav-links a:hover, .template-stories-archive .nav-links span:hover, .template-news-archive .nav-links a:hover, .template-news-archive .nav-links span:hover {
      color: #9A0A80; }
  .template-stories-archive .nav-links .current, .template-news-archive .nav-links .current {
    line-height: 1;
    color: #9A0A80;
    background-color: #F6EDF5;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .template-stories-archive .nav-links a.next.page-numbers, .template-news-archive .nav-links a.next.page-numbers {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .template-stories-archive .nav-links a.prev.page-numbers, .template-news-archive .nav-links a.prev.page-numbers {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.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; }

.template-conf-archive .intro-text_section .container {
  padding-right: 35%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-conf-archive .intro-text_section .container {
      padding-right: 0%; } }

.template-conf-archive .current_section h2 {
  margin-bottom: 48px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-conf-archive .current_section h2 {
      margin-bottom: 20px; } }

.template-conf-archive .current_section a {
  text-decoration: none; }

.template-conf-archive .current_section .img {
  background-size: cover;
  background-position: center;
  padding-bottom: 56%;
  margin-bottom: 24px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-conf-archive .current_section .img {
      margin-bottom: 14px; } }

.template-conf-archive .current_section .info {
  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; }
  .template-conf-archive .current_section .info h4 {
    margin-bottom: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-conf-archive .current_section .info h4 {
        margin-bottom: 0; } }
  .template-conf-archive .current_section .info .date {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 20px;
    font-size: 14px;
    color: rgba(52, 52, 54, 0.6);
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-conf-archive .current_section .info .date {
        margin-top: 12px; } }

.template-conf-archive .latest_section h2 {
  margin-bottom: 48px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-conf-archive .latest_section h2 {
      margin-bottom: 20px; } }

.template-conf-archive .latest_section .conf_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) {
    .template-conf-archive .latest_section .conf_container {
      -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; } }
  .template-conf-archive .latest_section .conf_container .card_conf {
    width: 47.5%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 30px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-conf-archive .latest_section .conf_container .card_conf {
        width: 100%; } }
    .template-conf-archive .latest_section .conf_container .card_conf a {
      text-decoration: none; }
    .template-conf-archive .latest_section .conf_container .card_conf .img {
      background-size: cover;
      background-position: center;
      padding-bottom: 56%;
      margin-bottom: 24px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-conf-archive .latest_section .conf_container .card_conf .img {
          margin-bottom: 14px; } }
    .template-conf-archive .latest_section .conf_container .card_conf .info {
      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; }
      .template-conf-archive .latest_section .conf_container .card_conf .info h5 {
        margin-bottom: 0;
        line-height: 1em;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-conf-archive .latest_section .conf_container .card_conf .info h5 {
            margin-bottom: 0; } }
      .template-conf-archive .latest_section .conf_container .card_conf .info .date {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-left: 20px;
        font-size: 14px;
        color: rgba(52, 52, 54, 0.6);
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-conf-archive .latest_section .conf_container .card_conf .info .date {
            margin-top: 12px; } }

.bw-flex-modules .header_projects {
  margin-bottom: 100px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .bw-flex-modules .header_projects {
      margin-bottom: 60px; } }
  .bw-flex-modules .header_projects .img {
    width: 100%;
    height: 58vh;
    max-height: 600px;
    background-position: center;
    background-size: cover;
    position: relative; }

.bw-flex-modules .info_banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .bw-flex-modules .info_banner .container {
      -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; } }
  .bw-flex-modules .info_banner .container .col_left {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    position: relative;
    z-index: 2; }
  .bw-flex-modules .info_banner .container .col_right {
    width: 360px;
    -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;
    position: relative;
    z-index: 2;
    margin-left: 5%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .bw-flex-modules .info_banner .container .col_right {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 20px;
        margin-left: 0%; } }
    .bw-flex-modules .info_banner .container .col_right .countdown {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .bw-flex-modules .info_banner .container .col_right .countdown .time {
        margin-left: 50px;
        text-align: center;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .bw-flex-modules .info_banner .container .col_right .countdown .time {
            margin-left: 15px;
            margin-right: 15px; } }
        .bw-flex-modules .info_banner .container .col_right .countdown .time .number {
          font-size: 4.5em;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 700;
          line-height: 1em; }
  .bw-flex-modules .info_banner .container .bg_shape {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1; }

.bw-flex-modules .info_banner p {
  font-size: 1.33em; }

.bw-flex-modules .cpt-page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 120px;
  padding-top: 45px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .bw-flex-modules .cpt-page-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .bw-flex-modules .cpt-page-container .sidebar {
    position: relative;
    width: 405px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .bw-flex-modules .cpt-page-container .sidebar {
        width: 100%;
        margin-top: 0px; } }
    .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner {
      border-radius: 40px 0px 0px 40px;
      background: rgba(126, 182, 226, 0.2);
      padding: 65px 35px 65px 60px;
      height: calc(100vh - 96px);
      position: sticky;
      top: 96px;
      left: 0;
      overflow-y: scroll;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1300px) {
        .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner {
          top: 80px;
          height: calc(100vh - 80px); } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner {
          height: auto;
          border-radius: 40px 40px 0px 0px;
          padding: 50px 5%; } }
      .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner .side_info {
        margin-bottom: 52px; }
      .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner .side_info-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        padding-bottom: 15px; }
        .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner .side_info-top h6 {
          font-size: 1.3em;
          margin-right: 16px;
          margin-bottom: 0; }
        .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner .side_info-top .copy_link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 14px;
          color: #9A0A80;
          text-transform: uppercase;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          line-height: 1em;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 700;
          cursor: pointer; }
      .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner .btn {
        margin-top: 20px; }
      .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner .side_map {
        margin-bottom: 52px; }
        .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner .side_map .map {
          width: 315px;
          height: 230px;
          position: relative;
          border-radius: 12px;
          border: 3px solid #ffffff;
          position: relative;
          overflow: hidden; }
          .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner .side_map .map iframe {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
        .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner .side_map .txt {
          padding-top: 14px; }
        .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner .side_map .link {
          font-size: 16px;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 700;
          text-decoration: none;
          color: #9A0A80;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-transform: uppercase;
          margin-top: 15px; }
          .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner .side_map .link svg {
            margin-left: 14px; }
  .bw-flex-modules .cpt-page-container > .content {
    padding-left: calc((100vw - 1172px) / 2);
    padding-right: calc((100vw - 1172px) / 2);
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1300px) {
      .bw-flex-modules .cpt-page-container > .content {
        padding-left: 5%;
        padding-right: 5%; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .bw-flex-modules .cpt-page-container > .content {
        width: 100%; } }
    .bw-flex-modules .cpt-page-container > .content section:first-of-type {
      margin-top: 80px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .bw-flex-modules .cpt-page-container > .content section:first-of-type {
          margin-top: 30px; } }

.module-01-header {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.module-01-header {
  position: relative;
  border-radius: 0px 0px 60px 60px;
  overflow: hidden;
  margin-top: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-01-header {
      border-radius: 0px 0px 30px 30px; } }
  .module-01-header.bg_pink .breadcrumb ul li a:hover {
    color: #FFA4DF; }
  .module-01-header .top {
    background-position: center;
    background-size: cover;
    min-height: 300px;
    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;
    padding-top: 54px;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-01-header .top {
        min-height: 50vh; } }
    .module-01-header .top .title-h1 {
      position: relative;
      color: #ffffff;
      z-index: 2;
      text-align: center;
      width: 80%; }
  .module-01-header .hub-content {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    color: #ffffff;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-01-header .hub-content {
        padding-top: 40px;
        padding-bottom: 40px; } }
  .module-01-header.layout-shape .container {
    height: 430px;
    padding-top: 104px;
    padding-bottom: 50px;
    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;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-01-header.layout-shape .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 94px;
        padding-bottom: 40px;
        height: auto;
        min-height: 40vh; } }
    .module-01-header.layout-shape .container .title_wrap {
      position: relative;
      z-index: 2;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      /* -- @include break(mobile)-- */ }
      .module-01-header.layout-shape .container .title_wrap .title-h1 {
        color: #ffffff; }
    .module-01-header.layout-shape .container .shape_wrap {
      width: 375px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-01-header.layout-shape .container .shape_wrap {
          position: absolute;
          bottom: -11vh;
          right: -38%;
          width: 100%;
          z-index: 0; }
          .module-01-header.layout-shape .container .shape_wrap svg {
            width: 100%;
            max-width: 235px; } }

.module-02-editorial_image-text {
  overflow: hidden; }
  .module-02-editorial_image-text:not(.bg_white) {
    padding-top: 0px;
    padding-bottom: 0px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-02-editorial_image-text:not(.bg_white) {
        padding-top: 60px;
        padding-bottom: 60px; } }
    .module-02-editorial_image-text:not(.bg_white) .col_img-video {
      margin-top: 60px;
      margin-bottom: 60px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-02-editorial_image-text:not(.bg_white) .col_img-video {
          margin-top: 0px;
          margin-bottom: 0px; } }
    .module-02-editorial_image-text:not(.bg_white) .col_content {
      padding-top: 120px;
      padding-bottom: 120px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-02-editorial_image-text:not(.bg_white) .col_content {
          padding-top: 0px;
          padding-bottom: 0px; } }
  .module-02-editorial_image-text .container {
    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;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-02-editorial_image-text .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .module-02-editorial_image-text.note-layout .container {
    width: 80%;
    max-width: 970px; }
  .module-02-editorial_image-text.layout-txt-img .container {
    -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-02-editorial_image-text.layout-txt-img .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .module-02-editorial_image-text.layout-txt-img .container .col_content {
      padding-left: 0%; }
    .module-02-editorial_image-text.layout-txt-img .container .shape-bg {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-02-editorial_image-text.layout-txt-img .container .shape-bg {
          -webkit-transform: translate(0%, -50%) rotateY(180deg);
                  transform: translate(0%, -50%) rotateY(180deg); } }
  .module-02-editorial_image-text.ratio-half .col_img-video {
    width: 45%;
    padding-bottom: 45%; }
  .module-02-editorial_image-text.ratio-half .col_content {
    width: 45%; }
  .module-02-editorial_image-text.ratio-left60 .col_img-video {
    width: 35%;
    padding-bottom: 35%; }
  .module-02-editorial_image-text.ratio-left60 .col_content {
    width: 55%; }
  .module-02-editorial_image-text.ratio-left60 .shape-bg {
    left: 40%; }
  .module-02-editorial_image-text.layout-txt-img.ratio-left60 .col_img-video {
    width: 55%;
    padding-bottom: 55%; }
  .module-02-editorial_image-text.layout-txt-img.ratio-left60 .col_content {
    width: 35%; }
  .module-02-editorial_image-text.layout-txt-img.ratio-left60 .shape-bg {
    left: 41%;
    width: 125%; }
  .module-02-editorial_image-text.ratio-right60 .col_img-video {
    width: 55%;
    padding-bottom: 55%; }
  .module-02-editorial_image-text.ratio-right60 .col_content {
    width: 35%; }
  .module-02-editorial_image-text.ratio-right60 .shape-bg {
    left: 58%;
    width: 125%; }
  .module-02-editorial_image-text.layout-txt-img.ratio-right60 .col_img-video {
    width: 35%;
    padding-bottom: 35%; }
  .module-02-editorial_image-text.layout-txt-img.ratio-right60 .col_content {
    width: 55%; }
  .module-02-editorial_image-text.layout-txt-img.ratio-right60 .shape-bg {
    left: 60%; }
  .module-02-editorial_image-text.ratio-left70 .col_img-video {
    width: 30%;
    padding-bottom: 30%; }
  .module-02-editorial_image-text.ratio-left70 .col_content {
    width: 65%; }
  .module-02-editorial_image-text.ratio-left70 .shape-bg {
    left: 35%; }
  .module-02-editorial_image-text.layout-txt-img.ratio-left70 .col_img-video {
    width: 65%;
    padding-bottom: 65%; }
  .module-02-editorial_image-text.layout-txt-img.ratio-left70 .col_content {
    width: 30%; }
  .module-02-editorial_image-text.layout-txt-img.ratio-left70 .shape-bg {
    left: 32%;
    width: 140%; }
  .module-02-editorial_image-text.ratio-right70 .col_img-video {
    width: 65%;
    padding-bottom: 65%; }
  .module-02-editorial_image-text.ratio-right70 .col_content {
    width: 30%; }
  .module-02-editorial_image-text.ratio-right70 .shape-bg {
    left: 67%;
    width: 140%; }
  .module-02-editorial_image-text.layout-txt-img.ratio-right70 .col_img-video {
    width: 30%;
    padding-bottom: 30%; }
  .module-02-editorial_image-text.layout-txt-img.ratio-right70 .col_content {
    width: 65%; }
  .module-02-editorial_image-text.layout-txt-img.ratio-right70 .shape-bg {
    left: 65%; }
  .module-02-editorial_image-text .col_img-video {
    padding-bottom: 45%;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-02-editorial_image-text .col_img-video {
        width: 100% !important;
        padding-bottom: 100% !important; } }
    .module-02-editorial_image-text .col_img-video .img-shape {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-position: center;
      background-size: cover; }
      .module-02-editorial_image-text .col_img-video .img-shape video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .module-02-editorial_image-text .col_content {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-02-editorial_image-text .col_content {
        width: 100% !important; }
      .module-02-editorial_image-text .col_content {
        margin-top: 40px; } }
  .module-02-editorial_image-text .shape-bg {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%) rotateY(180deg);
            transform: translate(-50%, -50%) rotateY(180deg);
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-02-editorial_image-text .shape-bg {
        top: 17%;
        -webkit-transform: translate(0%, -50%) rotateY(180deg);
                transform: translate(0%, -50%) rotateY(180deg); } }

.module-03-editorial_text.ratio-large .container {
  padding-right: 20%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-03-editorial_text.ratio-large .container {
      padding-right: 0%; } }

.module-03-editorial_text.ratio-half .container {
  padding-right: 35%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-03-editorial_text.ratio-half .container {
      padding-right: 0%; } }

.module-04-editorial_text .top_container {
  text-align: center;
  padding-bottom: 12px; }
  .module-04-editorial_text .top_container h2 {
    margin-bottom: 0; }

.module-04-editorial_text .multi-column {
  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-04-editorial_text .multi-column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.module-04-editorial_text.layout-2col .col {
  width: 42%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-04-editorial_text.layout-2col .col {
      width: 100%; } }

.module-04-editorial_text.layout-3col .col {
  width: 30%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-04-editorial_text.layout-3col .col {
      width: 100%; } }

.module-04-editorial_text .col {
  padding-top: 48px;
  text-decoration: none; }
  .module-04-editorial_text .col .img-shape {
    width: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    margin-bottom: 32px; }
  .module-04-editorial_text .col p {
    color: #343436 !important; }
  .module-04-editorial_text .col:hover .txt p {
    color: #343436; }

.module-04-editorial_text .col_ghost {
  height: 0;
  padding: 0;
  margin: 0; }

.module-05-collapse_content .top_container {
  text-align: center;
  padding-bottom: 60px; }

.module-05-collapse_content .collapse_wrap {
  border-top: 1px solid #AAA8AA; }
  .module-05-collapse_content .collapse_wrap:last-of-type {
    border-bottom: 1px solid #AAA8AA; }
  .module-05-collapse_content .collapse_wrap .collapse_top {
    padding-top: 32px;
    padding-bottom: 32px;
    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;
    cursor: pointer;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-05-collapse_content .collapse_wrap .collapse_top {
        padding-top: 20px;
        padding-bottom: 20px; } }
    .module-05-collapse_content .collapse_wrap .collapse_top h5 {
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      margin-bottom: 0; }
    .module-05-collapse_content .collapse_wrap .collapse_top .plus {
      margin-left: 60px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 23px;
      height: 23px;
      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;
      position: relative; }
      .module-05-collapse_content .collapse_wrap .collapse_top .plus .line1 {
        background-color: #343436;
        width: 100%;
        height: 2px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .module-05-collapse_content .collapse_wrap .collapse_top .plus .line2 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background-color: #343436;
        width: 2px;
        height: 100%;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
    .module-05-collapse_content .collapse_wrap .collapse_top:hover h4 {
      color: #9A0A80; }
    .module-05-collapse_content .collapse_wrap .collapse_top:hover .line1, .module-05-collapse_content .collapse_wrap .collapse_top:hover .line2 {
      background-color: #9A0A80; }
  .module-05-collapse_content .collapse_wrap .collapse_container {
    display: none;
    overflow: hidden; }
    .module-05-collapse_content .collapse_wrap .collapse_container .collapse_inner {
      padding-bottom: 22px; }
      .module-05-collapse_content .collapse_wrap .collapse_container .collapse_inner .txt {
        padding-bottom: 30px;
        width: 100%; }
      .module-05-collapse_content .collapse_wrap .collapse_container .collapse_inner .img {
        padding-bottom: 30px;
        width: 100%; }
      .module-05-collapse_content .collapse_wrap .collapse_container .collapse_inner .two-col {
        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-05-collapse_content .collapse_wrap .collapse_container .collapse_inner .two-col {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .module-05-collapse_content .collapse_wrap .collapse_container .collapse_inner .two-col .col-txt {
          width: 65%;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-05-collapse_content .collapse_wrap .collapse_container .collapse_inner .two-col .col-txt {
              width: 100%; } }
        .module-05-collapse_content .collapse_wrap .collapse_container .collapse_inner .two-col .col-img {
          width: 25%;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-05-collapse_content .collapse_wrap .collapse_container .collapse_inner .two-col .col-img {
              width: 100%; } }
      .module-05-collapse_content .collapse_wrap .collapse_container .collapse_inner .collapse_btn-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .module-05-collapse_content .collapse_wrap .collapse_container .collapse_inner .collapse_btn-container .btn {
          margin-right: 15px;
          width: 435px;
          margin-top: 0px;
          margin-bottom: 30px; }
  .module-05-collapse_content .collapse_wrap.open .plus .line2 {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg); }

.module-06-collapse_faq .top_container {
  text-align: center;
  padding-bottom: 60px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-06-collapse_faq .top_container {
      padding-bottom: 40px; } }

.module-06-collapse_faq .collapse_wrap {
  border-top: 1px solid #AAA8AA; }
  .module-06-collapse_faq .collapse_wrap:last-of-type {
    border-bottom: 1px solid #AAA8AA; }
  .module-06-collapse_faq .collapse_wrap .collapse_top {
    padding-top: 32px;
    padding-bottom: 32px;
    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;
    cursor: pointer;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-06-collapse_faq .collapse_wrap .collapse_top {
        padding-top: 20px;
        padding-bottom: 20px; } }
    .module-06-collapse_faq .collapse_wrap .collapse_top h6 {
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      margin-bottom: 0;
      font-size: 1.3em; }
    .module-06-collapse_faq .collapse_wrap .collapse_top .plus {
      margin-left: 60px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 23px;
      height: 23px;
      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;
      position: relative; }
      .module-06-collapse_faq .collapse_wrap .collapse_top .plus .line1 {
        background-color: #343436;
        width: 100%;
        height: 2px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .module-06-collapse_faq .collapse_wrap .collapse_top .plus .line2 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background-color: #343436;
        width: 2px;
        height: 100%;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
    .module-06-collapse_faq .collapse_wrap .collapse_top:hover h6 {
      color: #9A0A80; }
    .module-06-collapse_faq .collapse_wrap .collapse_top:hover .line1, .module-06-collapse_faq .collapse_wrap .collapse_top:hover .line2 {
      background-color: #9A0A80; }
  .module-06-collapse_faq .collapse_wrap .collapse_container {
    display: none;
    overflow: hidden; }
    .module-06-collapse_faq .collapse_wrap .collapse_container .collapse_inner {
      padding-bottom: 52px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-06-collapse_faq .collapse_wrap .collapse_container .collapse_inner {
          padding-bottom: 30px; } }
  .module-06-collapse_faq .collapse_wrap.open .plus .line2 {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg); }

.module-07-action_donate .container {
  width: 95%;
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-07-action_donate .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-07-action_donate .container .img {
    width: calc(100% - 505px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 60px 0 0 60px;
    background-position: center;
    background-size: cover;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-07-action_donate .container .img {
        width: 100%;
        border-radius: 60px 60px 0 0;
        height: 300px; } }
    @media only screen and (max-width: 768px) {
      .module-07-action_donate .container .img {
        height: 200px;
        border-radius: 30px 30px 0 0; } }
  .module-07-action_donate .container .content {
    position: relative;
    width: 565px;
    margin-left: -60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 60px;
    padding: 60px 114px 60px 74px;
    font-size: 0.875em;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-07-action_donate .container .content {
        width: 100%;
        margin-left: 0px;
        margin-top: -60px; } }
    @media only screen and (max-width: 768px) {
      .module-07-action_donate .container .content {
        border-radius: 30px;
        margin-top: -30px;
        padding: 30px 57px 30px 37px; } }
    .module-07-action_donate .container .content a, .module-07-action_donate .container .content .txt, .module-07-action_donate .container .content h3 {
      position: relative;
      z-index: 1; }
    .module-07-action_donate .container .content .shape {
      position: absolute;
      right: 40px;
      bottom: 40px;
      width: 147px;
      z-index: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-07-action_donate .container .content .shape {
          right: -5px;
          bottom: 0px;
          -webkit-transform: scale(0.6);
                  transform: scale(0.6); } }

.module-08-action_subscription .container {
  border-radius: 60px;
  padding: 72px 100px;
  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;
  position: relative;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-08-action_subscription .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-radius: 30px;
      padding: 35px 50px; } }
  .module-08-action_subscription .container .content {
    width: 65%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-08-action_subscription .container .content {
        width: 100%; } }
  .module-08-action_subscription .container .btn {
    margin-top: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-08-action_subscription .container .btn {
        margin-top: 20px; } }
  .module-08-action_subscription .container .arcs {
    position: absolute;
    right: -50px;
    top: -50px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-08-action_subscription .container .arcs {
        right: -19px;
        top: -52px;
        width: 50px; } }

.module-09-action_box .container {
  background-size: cover;
  background-position: center;
  border-radius: 60px;
  padding: 58px 80px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-09-action_box .container {
      padding: 30px;
      border-radius: 30px; } }

.module-09-action_box.layout-big .container {
  padding: 105px 250px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-09-action_box.layout-big .container {
      padding: 52px 40px; } }

.module-09-action_box .content {
  position: relative;
  z-index: 2; }

.module-09-action_box .btn_wrap {
  position: relative;
  z-index: 2; }
  .module-09-action_box .btn_wrap .btn {
    margin-left: 10px;
    margin-right: 10px;
    /* -- @include break(mobile)-- */ }
    .module-09-action_box .btn_wrap .btn:first-of-type {
      margin-left: 0px; }
    .module-09-action_box .btn_wrap .btn:last-of-type {
      margin-right: 0px; }
    @media only screen and (max-width: 768px) {
      .module-09-action_box .btn_wrap .btn {
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px; } }

.module-09-action_box .shape {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-09-action_box .shape {
      display: none !important; } }

.module-09-action_box .bg_shape1 .shape {
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto; }

.module-09-action_box.align_left .bg_shape1 .content {
  padding-right: 40%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-09-action_box.align_left .bg_shape1 .content {
      padding-right: 0%; } }

.module-09-action_box.align_right .bg_shape1 .shape {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  right: auto;
  left: 0; }

.module-09-action_box.align_right .bg_shape1 .content {
  padding-left: 40%; }

.module-09-action_box .container.bg_green .shape path {
  opacity: 0.3;
  fill: #CED976; }

.module-09-action_box .container.bg_green .btn_primary {
  color: #1C632C;
  border: 2px solid #ffffff;
  padding: 14px 62px 14px 26px; }
  .module-09-action_box .container.bg_green .btn_primary::after, .module-09-action_box .container.bg_green .btn_primary::before {
    background-color: #1C632C; }
  .module-09-action_box .container.bg_green .btn_primary:hover {
    background-color: #1C632C; }
    .module-09-action_box .container.bg_green .btn_primary:hover::after, .module-09-action_box .container.bg_green .btn_primary:hover::before {
      background-color: #ffffff; }

.module-09-action_box .container.bg_green .btn_secondary:hover {
  color: #1C632C; }
  .module-09-action_box .container.bg_green .btn_secondary:hover::after, .module-09-action_box .container.bg_green .btn_secondary:hover::before {
    background-color: #1C632C; }

.module-09-action_box .container.bg_yellow {
  color: #343436; }
  .module-09-action_box .container.bg_yellow .shape path {
    opacity: 0.3;
    fill: #FDEE88; }
  .module-09-action_box .container.bg_yellow .btn_primary {
    color: #FFC801;
    border: 2px solid #ffffff;
    padding: 14px 62px 14px 26px; }
    .module-09-action_box .container.bg_yellow .btn_primary::after, .module-09-action_box .container.bg_yellow .btn_primary::before {
      background-color: #FFC801; }
    .module-09-action_box .container.bg_yellow .btn_primary:hover {
      background-color: #FFC801; }
      .module-09-action_box .container.bg_yellow .btn_primary:hover::after, .module-09-action_box .container.bg_yellow .btn_primary:hover::before {
        background-color: #ffffff; }
  .module-09-action_box .container.bg_yellow .btn_secondary:hover {
    color: #FFC801; }
    .module-09-action_box .container.bg_yellow .btn_secondary:hover::after, .module-09-action_box .container.bg_yellow .btn_secondary:hover::before {
      background-color: #FFC801; }

.module-09-action_box .container.bg_blue .shape path {
  opacity: 0.3;
  fill: #7EB6E2; }

.module-09-action_box .container.bg_blue .btn_primary {
  color: #005F82;
  border: 2px solid #ffffff;
  padding: 14px 62px 14px 26px; }
  .module-09-action_box .container.bg_blue .btn_primary::after, .module-09-action_box .container.bg_blue .btn_primary::before {
    background-color: #005F82; }
  .module-09-action_box .container.bg_blue .btn_primary:hover {
    background-color: #005F82; }
    .module-09-action_box .container.bg_blue .btn_primary:hover::after, .module-09-action_box .container.bg_blue .btn_primary:hover::before {
      background-color: #ffffff; }

.module-09-action_box .container.bg_blue .btn_secondary:hover {
  color: #005F82; }
  .module-09-action_box .container.bg_blue .btn_secondary:hover::after, .module-09-action_box .container.bg_blue .btn_secondary:hover::before {
    background-color: #005F82; }

.module-09-action_box .container.bg_orange .shape path {
  opacity: 0.3;
  fill: #FFA96E; }

.module-09-action_box .container.bg_orange .btn_primary {
  color: #D14900;
  border: 2px solid #ffffff;
  padding: 14px 62px 14px 26px; }
  .module-09-action_box .container.bg_orange .btn_primary::after, .module-09-action_box .container.bg_orange .btn_primary::before {
    background-color: #D14900; }
  .module-09-action_box .container.bg_orange .btn_primary:hover {
    background-color: #D14900; }
    .module-09-action_box .container.bg_orange .btn_primary:hover::after, .module-09-action_box .container.bg_orange .btn_primary:hover::before {
      background-color: #ffffff; }

.module-09-action_box .container.bg_orange .btn_secondary:hover {
  color: #D14900; }
  .module-09-action_box .container.bg_orange .btn_secondary:hover::after, .module-09-action_box .container.bg_orange .btn_secondary:hover::before {
    background-color: #D14900; }

.module-10-action_line .container {
  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-bottom: 40px;
  border-bottom: 1px solid rgba(52, 52, 54, 0.08);
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-10-action_line .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; } }
  .module-10-action_line .container .content {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%; }
    .module-10-action_line .container .content h4 {
      margin-bottom: 0; }
  .module-10-action_line .container .btn_wrap {
    margin-left: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-10-action_line .container .btn_wrap {
        margin-top: 20px;
        width: 100%;
        margin-left: 0; } }
    .module-10-action_line .container .btn_wrap .btn {
      margin-top: 0; }
    .module-10-action_line .container .btn_wrap .icon_social {
      text-decoration: none;
      margin-left: 10px;
      margin-right: 10px;
      display: inline-block;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-10-action_line .container .btn_wrap .icon_social {
          margin-left: 5px;
          margin-right: 5px;
          margin-top: 20px; } }
      .module-10-action_line .container .btn_wrap .icon_social:first-of-type {
        margin-left: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-10-action_line .container .btn_wrap .icon_social:first-of-type {
            margin-left: 5px; } }
      .module-10-action_line .container .btn_wrap .icon_social:last-of-type {
        margin-right: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-10-action_line .container .btn_wrap .icon_social:last-of-type {
            margin-right: 5px; } }

.module-11-action_cards .top_container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.module-11-action_cards .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-11-action_cards .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-11-action_cards .container .card-link {
    width: 31.5%;
    text-decoration: none;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-11-action_cards .container .card-link {
        width: 100%;
        margin-bottom: 40px; }
        .module-11-action_cards .container .card-link:last-of-type {
          margin-bottom: 0; } }
    .module-11-action_cards .container .card-link_image {
      width: 100%;
      background-position: center;
      background-size: cover;
      padding-bottom: 67%;
      margin-bottom: 16px; }
    .module-11-action_cards .container .card-link_title-normal {
      font-size: 1.6em;
      line-height: 108%;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      margin-bottom: 16px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-11-action_cards .container .card-link_title-normal {
          font-size: 1.25em; } }
    .module-11-action_cards .container .card-link_title-small {
      font-size: 1.4em;
      line-height: 108%;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      margin-bottom: 16px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-11-action_cards .container .card-link_title-small {
          font-size: 1.15em; } }
    .module-11-action_cards .container .card-link .icon_ext {
      display: block;
      margin-top: 20px; }
      .module-11-action_cards .container .card-link .icon_ext circle, .module-11-action_cards .container .card-link .icon_ext path {
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
    .module-11-action_cards .container .card-link:hover .icon_ext circle {
      fill: #9A0A80; }
    .module-11-action_cards .container .card-link:hover .icon_ext path {
      fill: #ffffff; }
    .module-11-action_cards .container .card-link_ghost {
      height: 0;
      padding: 0;
      margin: 0;
      line-height: 0; }

.module-12-action_img-cta {
  height: 90vh;
  background-position: center;
  background-size: cover;
  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: 768px) {
    .module-12-action_img-cta {
      height: auto;
      min-height: 45vh; } }
  .module-12-action_img-cta .container {
    position: relative;
    z-index: 2; }
    .module-12-action_img-cta .container .title-h2 {
      margin-bottom: 0; }
    .module-12-action_img-cta .container .txt {
      margin-top: 20px; }

.module-13-projects .card-project {
  width: 500px;
  height: 615px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  -webkit-transition: none;
  transition: none;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-height: 700px) {
    .module-13-projects .card-project {
      width: 445px;
      height: 535px; } }
  @media only screen and (max-width: 768px) {
    .module-13-projects .card-project {
      width: 306px;
      height: 382px; } }
  .module-13-projects .card-project .card-filter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 52, 54, 0)), to(#343436));
    background: linear-gradient(180deg, rgba(52, 52, 54, 0) 0%, #343436 100%);
    z-index: 1; }
  .module-13-projects .card-project_top {
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
    height: 100%; }
  .module-13-projects .card-project .arrow {
    position: absolute;
    top: 32px;
    right: 32px;
    z-index: 4;
    /* -- @include break(mobile)-- */ }
    .module-13-projects .card-project .arrow svg {
      width: 62px;
      height: 62px; }
      .module-13-projects .card-project .arrow svg circle, .module-13-projects .card-project .arrow svg path {
        -webkit-transition: fill 0.4s;
        transition: fill 0.4s; }
    @media only screen and (max-width: 768px) {
      .module-13-projects .card-project .arrow {
        right: 26px; }
        .module-13-projects .card-project .arrow svg {
          width: 52px;
          height: 52px; } }
  .module-13-projects .card-project_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 40px 34px;
    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;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 2; }
    .module-13-projects .card-project_overlay .title-h2 {
      margin-bottom: 0;
      color: #ffffff;
      position: relative;
      z-index: 2; }
  .module-13-projects .card-project .card-project_overlay-bg {
    position: absolute;
    width: 62px;
    height: 62px;
    background-color: #CED976;
    border-radius: 50%;
    top: 32px;
    right: 32px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1; }
  .module-13-projects .card-project_txt {
    display: none;
    overflow: hidden;
    z-index: 2;
    position: relative; }
  .module-13-projects .card-project_txt-inner {
    padding-top: 10px; }
  .module-13-projects .card-project:hover .card-project_overlay {
    color: #343436; }
    .module-13-projects .card-project:hover .card-project_overlay .title-h2 {
      color: #343436; }
  .module-13-projects .card-project:hover .arrow circle {
    fill: #1C632C; }
  .module-13-projects .card-project:hover .arrow path {
    fill: #CED976; }
  .module-13-projects .card-project:hover .card-project_overlay-bg {
    -webkit-transform: scale(30);
            transform: scale(30); }
  .module-13-projects .card-project_ghost {
    padding: 0 !important;
    height: 0 !important; }
  .module-13-projects .card-project_small {
    width: 375px;
    height: 465px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-13-projects .card-project_small {
        width: 306;
        height: 382; } }
    .module-13-projects .card-project_small:hover .card-project_overlay-bg {
      -webkit-transform: scale(20);
              transform: scale(20); }

.module-13-projects.layout-grid .grid_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-13-projects.layout-grid .grid_container .card-project {
    margin-bottom: 26px;
    margin-right: 13px;
    margin-left: 13px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    .module-13-projects.layout-grid .grid_container .card-project_small {
      margin-right: 5px;
      margin-left: 5px;
      margin-bottom: 10px; }
    @media only screen and (max-width: 1300px) {
      .module-13-projects.layout-grid .grid_container .card-project {
        width: 46%;
        max-width: 532px; }
        .module-13-projects.layout-grid .grid_container .card-project_small {
          width: 32%; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-13-projects.layout-grid .grid_container .card-project {
        width: 100%;
        max-width: 532px; }
        .module-13-projects.layout-grid .grid_container .card-project_small {
          width: 100%;
          max-width: 375px; } }

.module-13-projects.layout-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-13-projects.layout-slider {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-13-projects.layout-slider .left_container {
    margin-left: calc((100vw - 1172px) / 2);
    min-width: 300px;
    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: 1300px) {
      .module-13-projects.layout-slider .left_container {
        margin-left: 5%; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-13-projects.layout-slider .left_container {
        margin-left: 5%;
        margin-right: 5%;
        width: 90%; } }
  .module-13-projects.layout-slider .slider_wrap {
    width: 824px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 615px;
    position: relative;
    margin-left: 10%;
    overflow: hidden;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1300px) {
      .module-13-projects.layout-slider .slider_wrap {
        margin-left: 5%; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-13-projects.layout-slider .slider_wrap {
        margin-top: 40px;
        margin-left: 0;
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .module-13-projects.layout-slider .slider_wrap {
        height: 382px; } }
    .module-13-projects.layout-slider .slider_wrap .card-project {
      position: absolute;
      top: 0;
      left: 0;
      display: none;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-13-projects.layout-slider .slider_wrap .card-project {
          width: 50%;
          min-width: 306px;
          left: 5%; } }
      .module-13-projects.layout-slider .slider_wrap .card-project:first-of-type {
        display: block; }
      .module-13-projects.layout-slider .slider_wrap .card-project:nth-of-type(2) {
        display: block;
        -webkit-transform: translateX(105%);
                transform: translateX(105%); }

.module-13-projects .slider_nav {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-13-projects .slider_nav {
      margin-top: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-left: 5%;
      padding-right: 5%; } }
  .module-13-projects .slider_nav svg {
    cursor: pointer; }
    .module-13-projects .slider_nav svg ellipse, .module-13-projects .slider_nav svg path {
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .module-13-projects .slider_nav svg:hover ellipse {
      fill-opacity: 1; }
    .module-13-projects .slider_nav svg:hover path {
      fill: #ffffff; }
  .module-13-projects .slider_nav .arrow_left {
    margin-right: 8px; }
  .module-13-projects .slider_nav.desktop {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-13-projects .slider_nav.desktop {
        display: none; } }
  .module-13-projects .slider_nav.mobile {
    display: none;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-13-projects .slider_nav.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.module-13-projects .container_btn {
  text-align: center; }

.module-14-impact .impact-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; }
  .module-14-impact .impact-container .card-impact {
    text-decoration: none;
    text-align: center;
    margin-bottom: 80px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-14-impact .impact-container .card-impact {
        margin-bottom: 40px; } }
    .module-14-impact .impact-container .card-impact .card-impact_top {
      width: 100%;
      padding-bottom: 100%;
      background-position: center;
      background-size: cover; }
    .module-14-impact .impact-container .card-impact .card-impact_title {
      font-size: 1.1em;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      line-height: 140%;
      text-transform: uppercase;
      margin-top: 30px; }
    .module-14-impact .impact-container .card-impact_ghost {
      margin: 0;
      padding: 0;
      height: 0; }

.module-14-impact.layout-big .impact-container {
  padding-left: 5%;
  padding-right: 5%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-14-impact.layout-big .impact-container {
      padding-left: 0%;
      padding-right: 0%; } }

.module-14-impact.layout-big .card-impact {
  width: 46%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-14-impact.layout-big .card-impact {
      width: 48.5%; } }

.module-14-impact.layout-small .card-impact {
  width: 23.5%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-14-impact.layout-small .card-impact {
      width: 48.5%; } }

.module-14-impact .container_btn {
  text-align: center; }

.module-15-timeline.layout-tab .timeline-tab_name-container {
  overflow-x: scroll;
  overflow-y: visible;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none; }
  .module-15-timeline.layout-tab .timeline-tab_name-container::-webkit-scrollbar {
    width: 0 !important; }
  .module-15-timeline.layout-tab .timeline-tab_name-container .tab-name_container-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(52, 52, 54, 0.2);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%; }
  .module-15-timeline.layout-tab .timeline-tab_name-container .tab-name {
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin-right: 32px;
    color: rgba(52, 52, 54, 0.6);
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 2; }
    .module-15-timeline.layout-tab .timeline-tab_name-container .tab-name::after {
      z-index: 2;
      content: " ";
      bottom: -20px;
      background-color: #9A0A80;
      height: 2px;
      width: 100%;
      display: block;
      position: absolute;
      opacity: 0;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .module-15-timeline.layout-tab .timeline-tab_name-container .tab-name:hover {
      color: #9A0A80; }
    .module-15-timeline.layout-tab .timeline-tab_name-container .tab-name.active {
      color: #9A0A80;
      pointer-events: none; }
      .module-15-timeline.layout-tab .timeline-tab_name-container .tab-name.active::after {
        opacity: 1; }

.module-15-timeline.layout-tab .timeline-tab_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-15-timeline.layout-tab .timeline-tab_container {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .module-15-timeline.layout-tab .timeline-tab_container svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    cursor: pointer;
    margin-top: 135px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    /* -- @include break(mobile)-- */ }
    .module-15-timeline.layout-tab .timeline-tab_container svg ellipse, .module-15-timeline.layout-tab .timeline-tab_container svg path {
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .module-15-timeline.layout-tab .timeline-tab_container svg:hover ellipse {
      fill-opacity: 1; }
    .module-15-timeline.layout-tab .timeline-tab_container svg:hover path {
      fill: #ffffff; }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-15-timeline.layout-tab .timeline-tab_container svg {
        display: none; } }
  .module-15-timeline.layout-tab .timeline-tab_container .arrow_left {
    margin-right: 50px; }
  .module-15-timeline.layout-tab .timeline-tab_container .arrow_right {
    margin-left: 50px; }
  .module-15-timeline.layout-tab .timeline-tab_container .timeline-tab_slider {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    min-height: 370px;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-15-timeline.layout-tab .timeline-tab_container .timeline-tab_slider {
        min-height: 600px; } }
  .module-15-timeline.layout-tab .timeline-tab_container .timeline-tab_slide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-15-timeline.layout-tab .timeline-tab_container .timeline-tab_slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        top: 0%;
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .module-15-timeline.layout-tab .timeline-tab_container .timeline-tab_slide .timeline-tab_image {
      width: 370px;
      height: 370px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 8%;
      background-size: cover;
      background-position: center;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-15-timeline.layout-tab .timeline-tab_container .timeline-tab_slide .timeline-tab_image {
          margin-bottom: 30px;
          margin-right: 0; } }
      @media only screen and (max-width: 768px) {
        .module-15-timeline.layout-tab .timeline-tab_container .timeline-tab_slide .timeline-tab_image {
          width: 250px;
          height: 250px; } }
    .module-15-timeline.layout-tab .timeline-tab_container .timeline-tab_slide:first-of-type {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .module-15-timeline.layout-tab .timeline-tab_container .timeline-tab_slide .btn_sec_pink {
      margin-left: 20px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-15-timeline.layout-tab .timeline-tab_container .timeline-tab_slide .btn_sec_pink {
          margin-left: 0px;
          margin-top: 20px; } }

.module-15-timeline.layout-card .container_timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 100px;
  overflow-y: hidden;
  overflow-x: scroll;
  scroll-behavior: smooth;
  padding-left: 25%;
  padding-right: 25%;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }
  .module-15-timeline.layout-card .container_timeline::-webkit-scrollbar {
    height: 4px;
    width: 100%;
    -webkit-appearance: none;
    -webkit-overflow-scrolling: auto; }
  .module-15-timeline.layout-card .container_timeline::-webkit-scrollbar-button:start:increment {
    width: calc((100vw - 1172px) / 2);
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1300px) {
      .module-15-timeline.layout-card .container_timeline::-webkit-scrollbar-button:start:increment {
        width: 5%; } }
  .module-15-timeline.layout-card .container_timeline::-webkit-scrollbar-button:end:increment {
    width: calc((100vw - 1172px) / 2);
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1300px) {
      .module-15-timeline.layout-card .container_timeline::-webkit-scrollbar-button:end:increment {
        width: 5%; } }
  .module-15-timeline.layout-card .container_timeline::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(52, 52, 54, 0.2); }
  .module-15-timeline.layout-card .container_timeline::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #343436; }

.module-15-timeline.layout-card .timeline_card {
  position: relative;
  z-index: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 373px;
  height: 466px;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  scroll-snap-align: start;
  scroll-margin: 30vw;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-15-timeline.layout-card .timeline_card {
      height: 260px;
      width: 200px;
      padding: 24px 18px;
      border-radius: 10px; } }
  .module-15-timeline.layout-card .timeline_card:nth-child(2n) {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
    z-index: 4; }
  .module-15-timeline.layout-card .timeline_card-date {
    font-size: 4.77em;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 108%;
    position: relative;
    z-index: 2;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-15-timeline.layout-card .timeline_card-date {
        font-size: 2.25em; } }
  .module-15-timeline.layout-card .timeline_card-txt {
    position: relative;
    z-index: 2;
    color: #ffffff;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
    height: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-15-timeline.layout-card .timeline_card-txt {
        opacity: 1;
        font-size: 14px;
        -webkit-transform: translateY(0);
                transform: translateY(0); } }
  .module-15-timeline.layout-card .timeline_card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-15-timeline.layout-card .timeline_card-overlay {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0); } }
  .module-15-timeline.layout-card .timeline_card:nth-child(5n + 1) .timeline_card-date {
    color: #CED976; }
  .module-15-timeline.layout-card .timeline_card:nth-child(5n + 1) .timeline_card-overlay {
    background-color: #1C632C; }
  .module-15-timeline.layout-card .timeline_card:nth-child(5n + 2) .timeline_card-date {
    color: #FFA4DF; }
  .module-15-timeline.layout-card .timeline_card:nth-child(5n + 2) .timeline_card-overlay {
    background-color: #9A0A80; }
  .module-15-timeline.layout-card .timeline_card:nth-child(5n + 3) .timeline_card-date {
    color: #7EB6E2; }
  .module-15-timeline.layout-card .timeline_card:nth-child(5n + 3) .timeline_card-overlay {
    background-color: #005F82; }
  .module-15-timeline.layout-card .timeline_card:nth-child(5n + 4) .timeline_card-date {
    color: #FFA96E; }
  .module-15-timeline.layout-card .timeline_card:nth-child(5n + 4) .timeline_card-overlay {
    background-color: #D14900; }
  .module-15-timeline.layout-card .timeline_card:nth-child(5n + 5) .timeline_card-date {
    color: #FDEE88; }
  .module-15-timeline.layout-card .timeline_card:nth-child(5n + 5) .timeline_card-overlay {
    background-color: #FFC801; }
  .module-15-timeline.layout-card .timeline_card:hover .timeline_card-overlay {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .module-15-timeline.layout-card .timeline_card:hover .timeline_card-txt {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

.module-16-slider_tab .tab-name_container {
  overflow-x: scroll;
  overflow-y: visible;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none; }
  .module-16-slider_tab .tab-name_container::-webkit-scrollbar {
    width: 0 !important; }
  .module-16-slider_tab .tab-name_container .tab-name_container-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(52, 52, 54, 0.2);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%; }
  .module-16-slider_tab .tab-name_container .tab-name {
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin-right: 32px;
    color: rgba(52, 52, 54, 0.6);
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 2;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .module-16-slider_tab .tab-name_container .tab-name::after {
      z-index: 2;
      content: " ";
      bottom: -20px;
      background-color: #9A0A80;
      height: 2px;
      width: 100%;
      display: block;
      position: absolute;
      opacity: 0;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .module-16-slider_tab .tab-name_container .tab-name:hover {
      color: #9A0A80; }
    .module-16-slider_tab .tab-name_container .tab-name.active {
      color: #9A0A80;
      pointer-events: none; }
      .module-16-slider_tab .tab-name_container .tab-name.active::after {
        opacity: 1; }

.module-16-slider_tab .tab_container {
  position: relative;
  height: 555px; }

.module-16-slider_tab .tab-slide {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none; }
  .module-16-slider_tab .tab-slide:first-of-type {
    display: block; }
  .module-16-slider_tab .tab-slide_inner {
    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-16-slider_tab .tab-slide_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; } }
  .module-16-slider_tab .tab-slide .tab-slide_left {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding-right: 10%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-16-slider_tab .tab-slide .tab-slide_left {
        padding-right: 0%; } }
    .module-16-slider_tab .tab-slide .tab-slide_left .tab-cards_title-wrap {
      margin-top: 50px; }
      .module-16-slider_tab .tab-slide .tab-slide_left .tab-cards_title-wrap p {
        margin-bottom: 0.4em; }
      .module-16-slider_tab .tab-slide .tab-slide_left .tab-cards_title-wrap .tab-cards_cta {
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 700;
        margin-bottom: 0.4em;
        cursor: pointer; }
        .module-16-slider_tab .tab-slide .tab-slide_left .tab-cards_title-wrap .tab-cards_cta:hover {
          color: #9A0A80; }
        .module-16-slider_tab .tab-slide .tab-slide_left .tab-cards_title-wrap .tab-cards_cta.active {
          color: #9A0A80;
          pointer-events: none; }
      .module-16-slider_tab .tab-slide .tab-slide_left .tab-cards_title-wrap.titles-big {
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-16-slider_tab .tab-slide .tab-slide_left .tab-cards_title-wrap.titles-big {
            display: none; } }
        .module-16-slider_tab .tab-slide .tab-slide_left .tab-cards_title-wrap.titles-big .tab-cards_cta {
          font-size: 1.33em;
          margin-bottom: 1.1em; }
  .module-16-slider_tab .tab-slide .tab-slide_right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 555px;
    width: 425px;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-16-slider_tab .tab-slide .tab-slide_right {
        height: 478px;
        width: 375px; } }
    .module-16-slider_tab .tab-slide .tab-slide_right .tab-card {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      display: none; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card:first-of-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card .svg_bg {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        height: 100%; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card .inner {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 375px;
        height: 465px;
        padding: 32px 28px 84px 28px;
        z-index: 2;
        border-radius: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-16-slider_tab .tab-slide .tab-slide_right .tab-card .inner {
            width: 335px;
            height: 420px; } }
        .module-16-slider_tab .tab-slide .tab-slide_right .tab-card .inner .title-card {
          -ms-flex-negative: 0;
              flex-shrink: 0; }
        .module-16-slider_tab .tab-slide .tab-slide_right .tab-card .inner .txt {
          -ms-flex-negative: 1;
              flex-shrink: 1;
          overflow-x: hidden;
          overflow-y: scroll; }
        .module-16-slider_tab .tab-slide .tab-slide_right .tab-card .inner .link {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-top: 25px;
          font-size: 16px;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 700;
          letter-spacing: 0.96px;
          text-transform: uppercase;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-decoration: none; }
          .module-16-slider_tab .tab-slide .tab-slide_right .tab-card .inner .link svg {
            margin-left: 14px; }
            .module-16-slider_tab .tab-slide .tab-slide_right .tab-card .inner .link svg path {
              -webkit-transition: all 0.4s;
              transition: all 0.4s; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card .slider_nav {
        position: absolute;
        z-index: 5;
        bottom: 32px;
        left: 50%;
        -webkit-transform: translate(-50%);
                transform: translate(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 70px; }
        .module-16-slider_tab .tab-slide .tab-slide_right .tab-card .slider_nav svg {
          cursor: pointer; }
          .module-16-slider_tab .tab-slide .tab-slide_right .tab-card .slider_nav svg path {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-pink .svg_bg path {
        fill: #FFA4DF; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-pink .link:hover {
        color: #FFA4DF; }
        .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-pink .link:hover svg path {
          fill: #FFA4DF; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-pink .tab-card_arrow:hover path {
        fill: #FFA4DF; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-green .svg_bg path {
        fill: #CED976; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-green .tab-card_arrow:hover path {
        fill: #CED976; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-green .link:hover {
        color: #CED976; }
        .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-green .link:hover svg path {
          fill: #CED976; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-blue .svg_bg path {
        fill: #7EB6E2; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-blue .tab-card_arrow:hover path {
        fill: #7EB6E2; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-blue .link:hover {
        color: #7EB6E2; }
        .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-blue .link:hover svg path {
          fill: #7EB6E2; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-yellow .svg_bg path {
        fill: #FDEE88; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-yellow .tab-card_arrow:hover path {
        fill: #FDEE88; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-yellow .link:hover {
        color: #FDEE88; }
        .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-yellow .link:hover svg path {
          fill: #FDEE88; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-orange .svg_bg path {
        fill: #FFA96E; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-orange .tab-card_arrow:hover path {
        fill: #FFA96E; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-orange .link:hover {
        color: #FFA96E; }
        .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-orange .link:hover svg path {
          fill: #FFA96E; }

.module-17-content_cards .card_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-17-content_cards .card_container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-17-content_cards .card_container .card-content {
    width: 31%;
    border-radius: 20px;
    padding: 28px;
    margin-bottom: 20px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-17-content_cards .card_container .card-content {
        width: 100%;
        border-radius: 16px;
        padding: 22px; } }
    .module-17-content_cards .card_container .card-content h5 {
      margin-bottom: 20px; }
    .module-17-content_cards .card_container .card-content h6 {
      font-size: 1.1em;
      margin-bottom: 12px;
      line-height: 150%; }
    .module-17-content_cards .card_container .card-content_ghost {
      height: 0;
      padding: 0;
      margin: 0; }
    .module-17-content_cards .card_container .card-content.bg_light-pink h5, .module-17-content_cards .card_container .card-content.bg_light-pink strong {
      color: #9A0A80; }
    .module-17-content_cards .card_container .card-content.bg_light-green h5, .module-17-content_cards .card_container .card-content.bg_light-green strong {
      color: #1C632C; }
    .module-17-content_cards .card_container .card-content.bg_light-yellow h5, .module-17-content_cards .card_container .card-content.bg_light-yellow strong {
      color: #FFC801; }
    .module-17-content_cards .card_container .card-content.bg_light-blue h5, .module-17-content_cards .card_container .card-content.bg_light-blue strong {
      color: #005F82; }
    .module-17-content_cards .card_container .card-content.bg_light-orange h5, .module-17-content_cards .card_container .card-content.bg_light-orange strong {
      color: #D14900; }
  .module-17-content_cards .card_container a.card-content {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    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-17-content_cards .card_container a.card-content h5 {
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .module-17-content_cards .card_container a.card-content h6 {
      font-size: 14px;
      font-weight: 400;
      line-height: 150%;
      margin-bottom: 7px; }
    .module-17-content_cards .card_container a.card-content svg {
      display: block;
      margin-left: auto; }
      .module-17-content_cards .card_container a.card-content svg path {
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
    .module-17-content_cards .card_container a.card-content.bg_light-pink h5, .module-17-content_cards .card_container a.card-content.bg_light-pink strong {
      color: #343436; }
    .module-17-content_cards .card_container a.card-content.bg_light-green h5, .module-17-content_cards .card_container a.card-content.bg_light-green strong {
      color: #343436; }
    .module-17-content_cards .card_container a.card-content.bg_light-yellow h5, .module-17-content_cards .card_container a.card-content.bg_light-yellow strong {
      color: #343436; }
    .module-17-content_cards .card_container a.card-content.bg_light-blue h5, .module-17-content_cards .card_container a.card-content.bg_light-blue strong {
      color: #343436; }
    .module-17-content_cards .card_container a.card-content.bg_light-orange h5, .module-17-content_cards .card_container a.card-content.bg_light-orange strong {
      color: #343436; }
    .module-17-content_cards .card_container a.card-content.bg_light-pink:hover {
      color: #9A0A80; }
      .module-17-content_cards .card_container a.card-content.bg_light-pink:hover h5, .module-17-content_cards .card_container a.card-content.bg_light-pink:hover strong {
        color: #9A0A80; }
      .module-17-content_cards .card_container a.card-content.bg_light-pink:hover svg path {
        fill: #9A0A80; }
    .module-17-content_cards .card_container a.card-content.bg_light-green:hover {
      color: #1C632C; }
      .module-17-content_cards .card_container a.card-content.bg_light-green:hover h5, .module-17-content_cards .card_container a.card-content.bg_light-green:hover strong {
        color: #1C632C; }
      .module-17-content_cards .card_container a.card-content.bg_light-green:hover svg path {
        fill: #1C632C; }
    .module-17-content_cards .card_container a.card-content.bg_light-yellow:hover {
      color: #FFC801; }
      .module-17-content_cards .card_container a.card-content.bg_light-yellow:hover h5, .module-17-content_cards .card_container a.card-content.bg_light-yellow:hover strong {
        color: #FFC801; }
      .module-17-content_cards .card_container a.card-content.bg_light-yellow:hover svg path {
        fill: #FFC801; }
    .module-17-content_cards .card_container a.card-content.bg_light-blue:hover {
      color: #005F82; }
      .module-17-content_cards .card_container a.card-content.bg_light-blue:hover h5, .module-17-content_cards .card_container a.card-content.bg_light-blue:hover strong {
        color: #005F82; }
      .module-17-content_cards .card_container a.card-content.bg_light-blue:hover svg path {
        fill: #005F82; }
    .module-17-content_cards .card_container a.card-content.bg_light-orange:hover {
      color: #D14900; }
      .module-17-content_cards .card_container a.card-content.bg_light-orange:hover h5, .module-17-content_cards .card_container a.card-content.bg_light-orange:hover strong {
        color: #D14900; }
      .module-17-content_cards .card_container a.card-content.bg_light-orange:hover svg path {
        fill: #D14900; }

.module-17-content_cards.layout-two_col .card-content {
  width: 49%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-17-content_cards.layout-two_col .card-content {
      width: 100%; } }

.module-17-content_cards .container_btn {
  text-align: center; }

.module-18-testimonial .testimony {
  position: relative;
  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-18-testimonial .testimony {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .module-18-testimonial .testimony .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: static;
    position: initial;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-18-testimonial .testimony .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .module-18-testimonial .testimony .container .testimony-img {
      z-index: 1;
      width: 25%;
      /* -- @include break(mobile)-- */ }
      .module-18-testimonial .testimony .container .testimony-img img {
        width: 100%;
        height: auto; }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-18-testimonial .testimony .container .testimony-img {
          width: 100%;
          margin-bottom: 20px; } }
    .module-18-testimonial .testimony .container .shape {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 0;
      height: 100%;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1300px) {
        .module-18-testimonial .testimony .container .shape {
          height: 80%;
          left: -2.5%; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-18-testimonial .testimony .container .shape {
          display: none; } }
    .module-18-testimonial .testimony .container .testimony-content {
      z-index: 2;
      width: 70%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-18-testimonial .testimony .container .testimony-content {
          width: 100%; } }
      .module-18-testimonial .testimony .container .testimony-content .txt {
        font-size: 1.15em;
        padding-bottom: 35px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-18-testimonial .testimony .container .testimony-content .txt {
            font-size: 1.25em;
            padding-bottom: 20px; } }
        .module-18-testimonial .testimony .container .testimony-content .txt p {
          display: inline; }
      .module-18-testimonial .testimony .container .testimony-content .name, .module-18-testimonial .testimony .container .testimony-content .job {
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 1.33em;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-18-testimonial .testimony .container .testimony-content .name, .module-18-testimonial .testimony .container .testimony-content .job {
            font-size: 1.1em; } }
  .module-18-testimonial .testimony.bg_sec-pink svg path {
    fill: #9A0A80; }
  .module-18-testimonial .testimony.bg_sec-green svg path {
    fill: #1C632C; }
  .module-18-testimonial .testimony.bg_sec-yellow svg path {
    fill: #FFC801; }
  .module-18-testimonial .testimony.bg_sec-blue svg path {
    fill: #005F82; }
  .module-18-testimonial .testimony.bg_sec-orange svg path {
    fill: #D14900; }

.module-19-image_video .slider_wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 50%; }
  .module-19-image_video .slider_wrapper .slide {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    -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;
    z-index: 1; }
    .module-19-image_video .slider_wrapper .slide:first-of-type {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: 1; }
    .module-19-image_video .slider_wrapper .slide .content {
      position: static;
      position: initial;
      z-index: 2;
      padding-bottom: 65px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-19-image_video .slider_wrapper .slide .content {
          padding-bottom: 0; } }
      .module-19-image_video .slider_wrapper .slide .content h3 {
        color: #ffffff;
        width: 50%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-19-image_video .slider_wrapper .slide .content h3 {
            font-size: 1.5em; } }
    .module-19-image_video .slider_wrapper .slide .filter {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(58.85%, rgba(52, 52, 54, 0)), to(#343436));
      background: linear-gradient(180deg, rgba(52, 52, 54, 0) 58.85%, #343436 100%);
      mix-blend-mode: multiply; }
    .module-19-image_video .slider_wrapper .slide .popup_click {
      cursor: pointer;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-19-image_video .slider_wrapper .slide .popup_click .play {
          width: 55px; } }
    .module-19-image_video .slider_wrapper .slide .slide_caption {
      position: absolute;
      bottom: 0;
      right: 0;
      color: #ffffff;
      background-color: #9A0A80;
      padding: 12px;
      font-size: 14px;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      line-height: 1em;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-19-image_video .slider_wrapper .slide .slide_caption {
          padding: 7px;
          font-size: 10px;
          bottom: 0;
          -webkit-transform: translateY(100%);
                  transform: translateY(100%); } }

.module-19-image_video .slider_nav {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-19-image_video .slider_nav {
      position: relative !important;
      right: 0 !important;
      bottom: auto !important; }
    .module-19-image_video .slider_nav {
      padding-left: 5%;
      padding-right: 5%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 80px; } }
  .module-19-image_video .slider_nav svg {
    cursor: pointer; }
    .module-19-image_video .slider_nav svg ellipse, .module-19-image_video .slider_nav svg path {
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .module-19-image_video .slider_nav svg:hover ellipse {
      fill: #9A0A80; }
    .module-19-image_video .slider_nav svg:hover path {
      fill: #ffffff; }

.module-19-image_video .slider_container.full .slider_nav {
  z-index: 5;
  position: absolute;
  bottom: 65px;
  right: calc((100vw - 1172px) / 2);
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1300px) {
    .module-19-image_video .slider_container.full .slider_nav {
      right: 5%; } }
  .module-19-image_video .slider_container.full .slider_nav .slider_arrow-left {
    margin-right: 8px; }

.module-19-image_video .slider_container.container .slider_arrow-left {
  opacity: 0.6;
  z-index: 5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2.5%; }
  .module-19-image_video .slider_container.container .slider_arrow-left:hover {
    opacity: 1; }

.module-19-image_video .slider_container.container .slider_arrow-right {
  opacity: 0.6;
  z-index: 5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.5%; }
  .module-19-image_video .slider_container.container .slider_arrow-right:hover {
    opacity: 1; }

.module-20-logos .logo_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-20-logos .logo_container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 40px; } }
  .module-20-logos .logo_container:first-of-type {
    margin-top: 0; }
  .module-20-logos .logo_container .logo_text {
    width: 30%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-20-logos .logo_container .logo_text {
        width: 100%; } }
    .module-20-logos .logo_container .logo_text h6 {
      text-transform: uppercase;
      font-size: 16px;
      color: #9A0A80;
      margin-bottom: 12px; }
  .module-20-logos .logo_container .logo_wrap {
    width: 55%;
    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-20-logos .logo_container .logo_wrap {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        margin-top: 32px; } }
    .module-20-logos .logo_container .logo_wrap .logo {
      width: 175px;
      margin-right: 6%;
      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;
      margin-bottom: 20px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-20-logos .logo_container .logo_wrap .logo {
          margin-bottom: 15px;
          width: 31%;
          margin-right: 0; } }
      .module-20-logos .logo_container .logo_wrap .logo img {
        max-width: 100%;
        height: auto; }
      .module-20-logos .logo_container .logo_wrap .logo:last-child {
        margin-right: 0; }
      .module-20-logos .logo_container .logo_wrap .logo_ghost {
        height: 0;
        padding: 0;
        margin: 0; }

.module-21-stories {
  position: relative; }
  .module-21-stories .bg_shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* -- @include break(mobile)-- */ }
    .module-21-stories .bg_shape svg {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .module-21-stories .bg_shape.shape_color-light-pink svg path {
      fill: #FFA4DF; }
    .module-21-stories .bg_shape.shape_color-light-green svg path {
      fill: #CED976; }
    .module-21-stories .bg_shape.shape_color-light-yellow svg path {
      fill: #FDEE88; }
    .module-21-stories .bg_shape.shape_color-light-blue svg path {
      fill: #7EB6E2; }
    .module-21-stories .bg_shape.shape_color-light-orange svg path {
      fill: #FFA96E; }
    @media only screen and (max-width: 768px) {
      .module-21-stories .bg_shape {
        display: none; } }
  .module-21-stories .card-row {
    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-21-stories .card-row {
        -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; } }
  .module-21-stories .cards_highlight {
    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-21-stories .cards_highlight {
        -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; } }
    .module-21-stories .cards_highlight .highlight {
      width: 100%;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      padding-right: 25px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-21-stories .cards_highlight .highlight {
          padding-right: 0; } }
      .module-21-stories .cards_highlight .highlight a {
        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;
        padding: 40px;
        position: relative;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
        text-decoration: none;
        color: #ffffff;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-21-stories .cards_highlight .highlight a {
            padding: 25px;
            width: 100%;
            max-width: 370px;
            margin-bottom: 25px;
            height: 119vw;
            max-height: 500px;
            margin-left: auto;
            margin-right: auto; } }
        .module-21-stories .cards_highlight .highlight a .card_filter {
          z-index: 0;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(33.5%, rgba(52, 52, 54, 0)), to(#343436));
          background: linear-gradient(180deg, rgba(52, 52, 54, 0) 33.5%, #343436 100%); }
        .module-21-stories .cards_highlight .highlight a .cat {
          position: absolute;
          top: 0;
          left: 0;
          background-color: #CED976;
          color: green;
          font-size: 12px;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 500;
          line-height: 100%;
          letter-spacing: 0.6px;
          text-transform: uppercase;
          padding: 8px 12px;
          z-index: 1; }
        .module-21-stories .cards_highlight .highlight a .title-h6 {
          position: relative;
          z-index: 1; }
        .module-21-stories .cards_highlight .highlight a .cta {
          position: relative;
          z-index: 1;
          font-size: 16px;
          line-height: 140%;
          letter-spacing: 0.96px;
          text-transform: uppercase;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 700; }
          .module-21-stories .cards_highlight .highlight a .cta svg {
            width: 20px;
            margin-bottom: -4px;
            margin-left: 14px; }
            .module-21-stories .cards_highlight .highlight a .cta svg path {
              -webkit-transition: all 0.4s;
              transition: all 0.4s; }
        .module-21-stories .cards_highlight .highlight a .txt_wrap {
          overflow: hidden; }
          .module-21-stories .cards_highlight .highlight a .txt_wrap .txt_inner {
            -webkit-transform: translateY(1.2em);
                    transform: translateY(1.2em);
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 768px) {
              .module-21-stories .cards_highlight .highlight a .txt_wrap .txt_inner {
                -webkit-transform: translateY(0);
                        transform: translateY(0); } }
        .module-21-stories .cards_highlight .highlight a:hover {
          color: #ffffff; }
          .module-21-stories .cards_highlight .highlight a:hover .txt_inner {
            -webkit-transform: translateY(0);
                    transform: translateY(0); }
    .module-21-stories .cards_highlight .card-post_highlight-small {
      text-decoration: none;
      margin-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      /* -- @include break(mobile)-- */ }
      .module-21-stories .cards_highlight .card-post_highlight-small:last-of-type {
        margin-bottom: 0; }
      @media only screen and (max-width: 768px) {
        .module-21-stories .cards_highlight .card-post_highlight-small {
          margin-right: 0px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 100%;
          max-width: 370px;
          margin-bottom: 25px;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      .module-21-stories .cards_highlight .card-post_highlight-small .img {
        width: 210px;
        background-position: center;
        background-size: cover;
        position: relative;
        height: 140px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 25px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-21-stories .cards_highlight .card-post_highlight-small .img {
            width: 100%;
            margin-right: 0;
            margin-bottom: 15px;
            padding-bottom: 67%; } }
        .module-21-stories .cards_highlight .card-post_highlight-small .img .cat {
          position: absolute;
          top: 0;
          left: 0;
          background-color: #CED976;
          color: green;
          font-size: 10px;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 500;
          line-height: 100%;
          letter-spacing: 0.6px;
          text-transform: uppercase;
          padding: 6px 10px; }
      .module-21-stories .cards_highlight .card-post_highlight-small .content {
        max-width: 240px; }
    .module-21-stories .cards_highlight .cards_col {
      -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;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-21-stories .cards_highlight .cards_col {
          width: 100%;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
  .module-21-stories .card-post {
    width: 370px;
    text-decoration: none;
    margin-right: 10px;
    /* -- @include break(mobile)-- */ }
    .module-21-stories .card-post:last-of-type {
      margin-right: 0; }
    @media only screen and (max-width: 768px) {
      .module-21-stories .card-post {
        width: 100%;
        max-width: 370px;
        margin-right: 0px;
        margin-bottom: 25px; } }
    .module-21-stories .card-post .img {
      width: 100%;
      padding-bottom: 67%;
      background-position: center;
      background-size: cover;
      position: relative;
      margin-bottom: 20px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-21-stories .card-post .img {
          margin-bottom: 15px; } }
      .module-21-stories .card-post .img .cat {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #CED976;
        color: green;
        font-size: 10px;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        padding: 6px 10px; }
  .module-21-stories .container_btn {
    text-align: center; }

.module-22-contact_cards .card_contact-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-22-contact_cards .card_contact-container {
      -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; } }
  .module-22-contact_cards .card_contact-container .card_contact {
    border-radius: 20px;
    border: 1px solid rgba(52, 52, 54, 0.4);
    padding: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    max-width: 525px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-22-contact_cards .card_contact-container .card_contact {
        -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;
        width: 100%;
        margin-bottom: 20px; }
        .module-22-contact_cards .card_contact-container .card_contact:last-of-type {
          margin-bottom: 0; } }
    .module-22-contact_cards .card_contact-container .card_contact .content_img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 100px;
      margin-right: 35px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-22-contact_cards .card_contact-container .card_contact .content_img {
          margin-right: 0; } }
      .module-22-contact_cards .card_contact-container .card_contact .content_img .img {
        width: 100%;
        padding-bottom: 100%;
        background-position: center;
        background-size: cover;
        border-radius: 50%; }
    .module-22-contact_cards .card_contact-container .card_contact .content_text {
      width: 100%;
      -ms-flex-negative: 1;
          flex-shrink: 1; }
      .module-22-contact_cards .card_contact-container .card_contact .content_text h5 {
        padding-top: 20px;
        margin-bottom: 7px; }
      .module-22-contact_cards .card_contact-container .card_contact .content_text h6 {
        font-size: 1.1em;
        margin-bottom: 20px; }
      .module-22-contact_cards .card_contact-container .card_contact .content_text .phone, .module-22-contact_cards .card_contact-container .card_contact .content_text .email {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 14px; }
        .module-22-contact_cards .card_contact-container .card_contact .content_text .phone span, .module-22-contact_cards .card_contact-container .card_contact .content_text .email span {
          margin-left: 12px; }

.module-23-contact_map .map_container {
  position: relative; }
  .module-23-contact_map .map_container .map {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-23-contact_map .map_container .map {
        height: 50vh; } }
    .module-23-contact_map .map_container .map iframe {
      pointer-events: none;
      position: absolute;
      top: -40px;
      left: 0;
      right: -52px;
      bottom: -60px;
      width: calc(100% + 52px);
      height: calc(100% + 100px); }
  .module-23-contact_map .map_container .btn {
    position: absolute;
    bottom: 140px;
    left: calc(50% + (505px / 2));
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 90%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-23-contact_map .map_container .btn {
        left: 50%;
        bottom: 70px; } }
  .module-23-contact_map .map_container .sidebar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 0px 60px 60px 0px;
    width: 505px;
    z-index: 2;
    padding: 100px 125px 100px 135px;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    .module-23-contact_map .map_container .sidebar::-webkit-scrollbar {
      width: 0 !important; }
    @media only screen and (max-height: 700px) {
      .module-23-contact_map .map_container .sidebar {
        padding: 60px 125px 60px 135px; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-23-contact_map .map_container .sidebar {
        position: relative;
        width: 100%;
        height: auto;
        padding: 40px 5% 40px 5%;
        border-radius: 30px 30px 0px 0px;
        margin-top: -30px; } }
    .module-23-contact_map .map_container .sidebar h6 {
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: 150%;
      text-transform: uppercase;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-23-contact_map .map_container .sidebar h6 {
          margin-bottom: 10px; } }
    .module-23-contact_map .map_container .sidebar .txt {
      line-height: 150%; }
    .module-23-contact_map .map_container .sidebar .box {
      margin-bottom: 50px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-height: 700px) {
        .module-23-contact_map .map_container .sidebar .box {
          margin-bottom: 30px; } }
      .module-23-contact_map .map_container .sidebar .box:last-of-type {
        margin-bottom: 0; }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-23-contact_map .map_container .sidebar .box {
          margin-bottom: 30px; }
          .module-23-contact_map .map_container .sidebar .box:last-of-type {
            margin-bottom: 0; } }
    .module-23-contact_map .map_container .sidebar a {
      text-decoration: none; }
    .module-23-contact_map .map_container .sidebar .icon_social {
      -webkit-transform: scale(0.7);
              transform: scale(0.7);
      margin-left: -11px;
      border: 35px solid #F0E5ED; }

.module-24-contact_form {
  position: relative;
  border-radius: 60px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-24-contact_form {
      border-radius: 30px; } }
  .module-24-contact_form .bg_shape {
    position: absolute;
    left: 2.5%;
    right: 2.5%;
    bottom: -5%;
    z-index: 0; }
    .module-24-contact_form .bg_shape.shape_color-light-pink svg path {
      fill: #9A0A80; }
    .module-24-contact_form .bg_shape.shape_color-light-blue svg path {
      fill: #005F82; }
    .module-24-contact_form .bg_shape.shape_color-light-green svg path {
      fill: #1C632C; }
    .module-24-contact_form .bg_shape.shape_color-light-yellow svg path {
      fill: #FFC801; }
    .module-24-contact_form .bg_shape.shape_color-light-orange svg path {
      fill: #D14900; }
  .module-24-contact_form .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-24-contact_form .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .module-24-contact_form .container .content-left {
      min-width: 360px;
      width: 30%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      padding-right: 20px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-24-contact_form .container .content-left {
          width: 100%;
          margin-bottom: 40px; } }
    .module-24-contact_form .container .content-form {
      width: 60%;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-24-contact_form .container .content-form {
          width: 100%; } }

.module-25-contact_follow_us .img_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .module-25-contact_follow_us .img_gallery .img {
    background-size: cover;
    background-position: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 0.25%;
    margin-right: 0.25%; }

.module-25-contact_follow_us.layout-insta .img_gallery {
  overflow: hidden;
  width: 117.5%;
  margin-left: -8.75%;
  margin-right: -8.75%; }
  .module-25-contact_follow_us.layout-insta .img_gallery .img {
    width: 16.5%;
    padding-bottom: 16.5%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-25-contact_follow_us.layout-insta .img_gallery .img {
        width: 24.5%;
        padding-bottom: 24.5%; } }

.module-25-contact_follow_us.layout-insta .insta_container {
  text-align: center; }
  .module-25-contact_follow_us.layout-insta .insta_container .btn {
    margin-top: 60px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-25-contact_follow_us.layout-insta .insta_container .btn {
        margin-top: 25px; } }

.module-25-contact_follow_us.layout-all .socials {
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-25-contact_follow_us.layout-all .socials {
      padding-bottom: 20px; } }
  .module-25-contact_follow_us.layout-all .socials .icon_social {
    margin-left: 12px;
    margin-right: 12px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-25-contact_follow_us.layout-all .socials .icon_social {
        -webkit-transform: scale(0.65);
                transform: scale(0.65); } }

.module-25-contact_follow_us.layout-all .img {
  width: 24%;
  padding-bottom: 24%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-25-contact_follow_us.layout-all .img {
      width: 24.5%;
      padding-bottom: 24.5%; } }

.module-26-iframe .iframe_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .module-26-iframe .iframe_wrap iframe, .module-26-iframe .iframe_wrap > div {
    max-width: 100%; }
  .module-26-iframe .iframe_wrap p {
    width: 100%; }

.module-bw-26-contact_hours .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-bw-26-contact_hours .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.module-bw-26-contact_hours .col1 {
  width: 45%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-bw-26-contact_hours .col1 {
      width: 100%; } }
  .module-bw-26-contact_hours .col1 .tab_nav-container {
    margin-top: 48px;
    width: 100%;
    overflow-x: scroll;
    overflow-y: visible;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    /* -- @include break(mobile)-- */ }
    .module-bw-26-contact_hours .col1 .tab_nav-container::-webkit-scrollbar {
      width: 0 !important; }
    @media only screen and (max-width: 768px) {
      .module-bw-26-contact_hours .col1 .tab_nav-container {
        margin-top: 24px; } }
    .module-bw-26-contact_hours .col1 .tab_nav-container .tab_nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      padding-bottom: 12px;
      margin-bottom: 30px;
      border-bottom: 2px solid rgba(52, 52, 54, 0.2);
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      min-width: 100%; }
      .module-bw-26-contact_hours .col1 .tab_nav-container .tab_nav .tab-name {
        font-size: 16px;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: 0.96px;
        text-transform: uppercase;
        margin-right: 32px;
        color: rgba(52, 52, 54, 0.6);
        cursor: pointer;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        position: relative;
        z-index: 2;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .module-bw-26-contact_hours .col1 .tab_nav-container .tab_nav .tab-name::after {
          z-index: 2;
          content: " ";
          bottom: -14px;
          background-color: #9A0A80;
          height: 2px;
          width: 100%;
          display: block;
          position: absolute;
          opacity: 0;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
        .module-bw-26-contact_hours .col1 .tab_nav-container .tab_nav .tab-name:hover {
          color: #9A0A80; }
        .module-bw-26-contact_hours .col1 .tab_nav-container .tab_nav .tab-name.active {
          color: #9A0A80;
          pointer-events: none; }
          .module-bw-26-contact_hours .col1 .tab_nav-container .tab_nav .tab-name.active::after {
            opacity: 1; }
  .module-bw-26-contact_hours .col1 .tab_container {
    position: relative;
    width: 100%;
    height: 280px; }
    .module-bw-26-contact_hours .col1 .tab_container .tab {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: none; }
      .module-bw-26-contact_hours .col1 .tab_container .tab:first-of-type {
        display: block; }

.module-bw-26-contact_hours .col2 {
  width: 45%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-bw-26-contact_hours .col2 {
      width: 100%;
      margin-top: 40px; } }
  .module-bw-26-contact_hours .col2 .top {
    margin-bottom: 48px;
    /* -- @include break(mobile)-- */ }
    .module-bw-26-contact_hours .col2 .top h2 {
      margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      .module-bw-26-contact_hours .col2 .top {
        margin-bottom: 24px; } }
    .module-bw-26-contact_hours .col2 .top .btn {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-bw-26-contact_hours .col2 .top .btn {
          margin-top: 24px; } }
  .module-bw-26-contact_hours .col2 .box {
    margin-bottom: 25px; }
    .module-bw-26-contact_hours .col2 .box h6 {
      margin-bottom: 10px; }
    .module-bw-26-contact_hours .col2 .box:last-of-type {
      margin-bottom: 0; }
  .module-bw-26-contact_hours .col2 .icon_social {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    margin-left: -11px;
    border: 35px solid #F0E5ED; }

.module-27-conferences .row_conf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #AAA8AA;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-27-conferences .row_conf {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 20px;
      padding-bottom: 20px; } }
  .module-27-conferences .row_conf:last-of-type {
    border-bottom: 1px solid #AAA8AA; }
  .module-27-conferences .row_conf .col_left {
    width: 360px;
    margin-right: 5%;
    -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-27-conferences .row_conf .col_left {
        width: 100%;
        margin-right: 0; } }
  .module-27-conferences .row_conf .col_right {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
    .module-27-conferences .row_conf .col_right .tag_wrap {
      margin-top: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-27-conferences .row_conf .col_right .tag_wrap {
          margin-top: 10px; } }
      .module-27-conferences .row_conf .col_right .tag_wrap .tag {
        border-radius: 34px;
        background: rgba(154, 10, 128, 0.08);
        font-size: 10px;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        color: #9A0A80;
        padding: 4px 8px;
        line-height: 1em; }
  .module-27-conferences .row_conf .col_link {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40px;
    margin-left: 8%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-27-conferences .row_conf .col_link {
        margin-left: 0;
        margin-top: 10px; } }

.module-bw-cpt-02_info-banner {
  padding: 40px 32px !important; }

.module-bw-cpt-02_info-banner {
  border-radius: 40px; }

.module-bw-cpt-03_iframe .iframe_wrap {
  pointer-events: all;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .module-bw-cpt-03_iframe .iframe_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.module-bw-cpt-04_testimonial .txt {
  font-size: 1.555em;
  line-height: 150%; }
  .module-bw-cpt-04_testimonial .txt p {
    display: inline; }

.module-bw-cpt-04_testimonial .name {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.1em; }
  .module-bw-cpt-04_testimonial .name:first-of-type {
    padding-top: 20px; }

.module-bw-cpt-04_testimonial .container {
  position: relative; }
  .module-bw-cpt-04_testimonial .container .bg_shape {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 85%; }

.module-bw-cpt-04_testimonial .testimonial_content {
  position: relative;
  z-index: 2; }

.module-bw-cpt-04_testimonial.color-pink .txt, .module-bw-cpt-04_testimonial.color-pink .name {
  color: #9A0A80; }

.module-bw-cpt-04_testimonial.color-pink svg path {
  fill: #7EB6E2; }

.module-bw-cpt-04_testimonial.color-green .txt, .module-bw-cpt-04_testimonial.color-green .name {
  color: #1C632C; }

.module-bw-cpt-04_testimonial.color-green svg path {
  fill: #FDEE88; }

.module-bw-cpt-04_testimonial.color-yellow .txt, .module-bw-cpt-04_testimonial.color-yellow .name {
  color: #FFC801; }

.module-bw-cpt-04_testimonial.color-yellow svg path {
  fill: #CED976; }

.module-bw-cpt-04_testimonial.color-blue .txt, .module-bw-cpt-04_testimonial.color-blue .name {
  color: #005F82; }

.module-bw-cpt-04_testimonial.color-blue svg path {
  fill: #FFA4DF; }

.module-bw-cpt-04_testimonial.color-orange .txt, .module-bw-cpt-04_testimonial.color-orange .name {
  color: #D14900; }

.module-bw-cpt-04_testimonial.color-orange svg path {
  fill: #FDEE88; }

.module-bw-cpt-05_image-slider .slider_arrow-left {
  opacity: 0.6;
  z-index: 5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2.5%; }
  .module-bw-cpt-05_image-slider .slider_arrow-left:hover {
    opacity: 1; }

.module-bw-cpt-05_image-slider .slider_arrow-right {
  opacity: 0.6;
  z-index: 5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.5%; }
  .module-bw-cpt-05_image-slider .slider_arrow-right:hover {
    opacity: 1; }

.module-bw-cpt-05_image-slider .slider_container {
  position: relative; }

.module-bw-cpt-05_image-slider .slider_wrapper {
  padding-bottom: 60%;
  position: relative; }

.module-bw-cpt-06_table .table_container {
  overflow-x: scroll;
  overflow-y: hidden; }

.module-bw-cpt-06_table table {
  width: 100%;
  background: rgba(52, 52, 54, 0.04);
  border-radius: 12px;
  overflow: hidden;
  min-width: 700px; }
  .module-bw-cpt-06_table table .space {
    display: none; }
  .module-bw-cpt-06_table table thead, .module-bw-cpt-06_table table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .module-bw-cpt-06_table table th, .module-bw-cpt-06_table table td {
    width: 100%;
    text-align: left;
    padding: 16px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff; }
    .module-bw-cpt-06_table table th:last-of-type, .module-bw-cpt-06_table table td:last-of-type {
      border-right: none; }

.module-bw-cpt-07_collapse .collapse_top h4 {
  margin-bottom: 0px;
  line-height: 1em; }

.module-bw-cpt-07_collapse .btn {
  margin-top: 0;
  margin-bottom: 30px; }

.module-bw-cpt-07_collapse .txt, .module-bw-cpt-07_collapse h4 {
  margin-bottom: 30px; }

.module-bw-cpt-07_collapse table {
  width: 100%;
  background: rgba(52, 52, 54, 0.04);
  border-radius: 12px;
  overflow: hidden;
  min-width: 700px;
  margin-top: 30px;
  margin-bottom: 30px; }
  .module-bw-cpt-07_collapse table .space {
    display: none; }
  .module-bw-cpt-07_collapse table thead, .module-bw-cpt-07_collapse table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .module-bw-cpt-07_collapse table th, .module-bw-cpt-07_collapse table td {
    width: 100%;
    text-align: left;
    padding: 16px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff; }
    .module-bw-cpt-07_collapse table th:last-of-type, .module-bw-cpt-07_collapse table td:last-of-type {
      border-right: none; }

.module-bw-cpt-07_collapse .vendor-list {
  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: 30px; }
  .module-bw-cpt-07_collapse .vendor-list .box {
    width: 370px;
    height: 130px;
    padding: 22px 32px;
    border-radius: 12px;
    background-color: #CED976;
    color: #1C632C;
    text-decoration: none;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-bw-cpt-07_collapse .vendor-list .box {
        width: 100%; } }
    .module-bw-cpt-07_collapse .vendor-list .box .sub {
      font-size: 14px;
      padding-bottom: 10px; }
    .module-bw-cpt-07_collapse .vendor-list .box h6 {
      margin-bottom: 0; }
    .module-bw-cpt-07_collapse .vendor-list .box svg {
      position: absolute;
      top: 22px;
      right: 28px; }
      .module-bw-cpt-07_collapse .vendor-list .box svg path {
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
  .module-bw-cpt-07_collapse .vendor-list a.box:hover {
    background-color: #1C632C;
    color: #CED976; }
    .module-bw-cpt-07_collapse .vendor-list a.box:hover svg rect {
      fill: #CED976; }

.module-bw-cpt-08_download-documents .btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  width: 100%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-bw-cpt-08_download-documents .btn_wrapper {
      -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; } }
  .module-bw-cpt-08_download-documents .btn_wrapper .btn {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    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-right: 28px; }
    .module-bw-cpt-08_download-documents .btn_wrapper .btn::after, .module-bw-cpt-08_download-documents .btn_wrapper .btn::before {
      display: none; }
    .module-bw-cpt-08_download-documents .btn_wrapper .btn svg {
      margin-left: 14px; }
      .module-bw-cpt-08_download-documents .btn_wrapper .btn svg path {
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }

.module-bw-cpt-09_logo-box .logo_box {
  border-radius: 40px;
  padding: 52px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-bw-cpt-09_logo-box .logo_box {
      -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;
      padding: 26px 24px; } }
  .module-bw-cpt-09_logo-box .logo_box .left {
    width: 175px;
    margin-right: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .module-bw-cpt-09_logo-box .logo_box .left img {
      width: 100%;
      height: auto; }
  .module-bw-cpt-09_logo-box .logo_box .right {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1; }

.module-bw-cpt-10_logo-list .title-h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #9A0A80;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 700; }

.module-bw-cpt-10_logo-list .logo_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .module-bw-cpt-10_logo-list .logo_wrapper img {
    width: 20%;
    height: auto;
    margin-left: 2.5%;
    margin-right: 2.5%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-bw-cpt-10_logo-list .logo_wrapper img {
        width: 45%; } }

.module-bw-cpt-11_cta-banner .layout_line {
  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-bottom: 40px;
  border-bottom: 1px solid rgba(52, 52, 54, 0.08);
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-bw-cpt-11_cta-banner .layout_line {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; } }
  .module-bw-cpt-11_cta-banner .layout_line .content {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%; }
    .module-bw-cpt-11_cta-banner .layout_line .content h4 {
      margin-bottom: 0; }
  .module-bw-cpt-11_cta-banner .layout_line .btn_wrap {
    margin-left: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-bw-cpt-11_cta-banner .layout_line .btn_wrap {
        margin-top: 20px;
        width: 100%;
        margin-left: 0; } }
    .module-bw-cpt-11_cta-banner .layout_line .btn_wrap .btn {
      margin-top: 0; }
    .module-bw-cpt-11_cta-banner .layout_line .btn_wrap .icon_social {
      text-decoration: none;
      margin-left: 10px;
      margin-right: 10px;
      display: inline-block;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-bw-cpt-11_cta-banner .layout_line .btn_wrap .icon_social {
          margin-left: 5px;
          margin-right: 5px;
          margin-top: 20px; } }
      .module-bw-cpt-11_cta-banner .layout_line .btn_wrap .icon_social:first-of-type {
        margin-left: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-bw-cpt-11_cta-banner .layout_line .btn_wrap .icon_social:first-of-type {
            margin-left: 5px; } }
      .module-bw-cpt-11_cta-banner .layout_line .btn_wrap .icon_social:last-of-type {
        margin-right: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-bw-cpt-11_cta-banner .layout_line .btn_wrap .icon_social:last-of-type {
            margin-right: 5px; } }

.module-bw-cpt-11_cta-banner .layout_box {
  text-align: center;
  padding: 50px 80px;
  border-radius: 40px;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-bw-cpt-11_cta-banner .layout_box {
      padding: 25px; } }
  .module-bw-cpt-11_cta-banner .layout_box .title-h3 {
    margin-bottom: 0; }
  .module-bw-cpt-11_cta-banner .layout_box .txt {
    margin-top: 16px; }
  .module-bw-cpt-11_cta-banner .layout_box .content {
    position: relative;
    z-index: 2; }

.module-bw-cpt-12_faq .collapse_wrap {
  border: none !important; }
  .module-bw-cpt-12_faq .collapse_wrap .collapse_top {
    padding-top: 24px;
    padding-bottom: 24px; }

.module-bw-cpt-13_redirection .tab_nav-container {
  width: 100%;
  overflow-x: scroll;
  overflow-y: visible;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none; }
  .module-bw-cpt-13_redirection .tab_nav-container::-webkit-scrollbar {
    width: 0 !important; }
  .module-bw-cpt-13_redirection .tab_nav-container .tab_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(52, 52, 54, 0.2);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%; }
    .module-bw-cpt-13_redirection .tab_nav-container .tab_nav .tab-name {
      font-size: 16px;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      line-height: 140%;
      letter-spacing: 0.96px;
      text-transform: uppercase;
      margin-right: 32px;
      color: rgba(52, 52, 54, 0.6);
      cursor: pointer;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      position: relative;
      z-index: 2;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .module-bw-cpt-13_redirection .tab_nav-container .tab_nav .tab-name::after {
        z-index: 2;
        content: " ";
        bottom: -14px;
        background-color: #9A0A80;
        height: 2px;
        width: 100%;
        display: block;
        position: absolute;
        opacity: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .module-bw-cpt-13_redirection .tab_nav-container .tab_nav .tab-name:hover {
        color: #9A0A80; }
      .module-bw-cpt-13_redirection .tab_nav-container .tab_nav .tab-name.active {
        color: #9A0A80;
        pointer-events: none; }
        .module-bw-cpt-13_redirection .tab_nav-container .tab_nav .tab-name.active::after {
          opacity: 1; }

.module-bw-cpt-13_redirection .tab_container {
  position: relative;
  width: 100%;
  height: 760px; }
  .module-bw-cpt-13_redirection .tab_container .tab {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none; }
    .module-bw-cpt-13_redirection .tab_container .tab:first-of-type {
      display: block; }

.module-bw-cpt-13_redirection .row_redirection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin-bottom: 20px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-bw-cpt-13_redirection .row_redirection {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-bw-cpt-13_redirection .row_redirection:last-of-type {
    margin-bottom: 0; }
  .module-bw-cpt-13_redirection .row_redirection .img {
    background-size: cover;
    background-position: center;
    width: 370px;
    height: 250px;
    margin-right: 10%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-bw-cpt-13_redirection .row_redirection .img {
        width: 100%;
        height: auto;
        padding-bottom: 60%;
        margin-right: 0;
        margin-bottom: 10px; } }
  .module-bw-cpt-13_redirection .row_redirection .redirection_content {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%; }
    .module-bw-cpt-13_redirection .row_redirection .redirection_content p {
      font-size: 14px;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      margin-bottom: 10px; }


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