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

i, em {
  font-style: italic;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* https://engageinteractive.co.uk/blog/top-10-scss-mixins */
/* my mixins */
/* VARIABLES */
/* v2: zámiš */
/* old */
/*$pink: #FEF2EE;
$red-light: #FEF2EE;

$blue: #143171;
$blue-light: #ECEFF4;
$blue-form: #DCDFEB;
$blue-item: #DCDFEB;
$blue-background: #DCDFEB;

$grey-border: #ece8e0;
$border-grey: #ece8e0;
$blue-grey: #EBEFF6;
$blue-glow: #3FD8FF;
$blue-dark: #051F50;

$violet-focus: #8B08AC;
$blue-focus: #00FFFF;
$red-grey: #FCF5F5;

$purple: #8B08AC;
$purple-grey: #FBF5FC;

$dark-green-hover: #54C474;
$green-dark-hover: #54C474;

$dark-blue: #22C1C3;
$dark-blue-hover: #22C1C3;
$blue-dark-hover: #22C1C3;
$blue-hover: #22C1C3;

$orange: #FDBB2D;
$light-red: #fff2f2;*/
/* BODY */
html {
  scroll-behavior: smooth;
}

html, body {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

body {
  -webkit-text-size-adjust: 100%;
}

/* EXTRA RESET */
a {
  outline: none;
  cursor: pointer;
  -ms-user-select: none;
}

* {
  background-repeat: no-repeat;
}

textarea, input {
  outline: none;
}

b, strong {
  font-weight: 700;
}

/* LAYOUT HELPERS */
.cb, .clr {
  clear: both;
  font-size: 1px;
  line-height: 1px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.nowrap, .nobr {
  white-space: nowrap;
}

.tal, .text-left {
  text-align: left;
}

.tar, .text-right {
  text-align: right;
}

.tac, .text-center {
  text-align: center;
}

*, :before, :after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-backface-visibility:hidden;*/
}

/* CONTENT */
html {
  min-width: 320px;
  overflow: auto !important;
  font-size: 16px;
}

body {
  background: #fff;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #351F53;
  min-width: 320px;
  /*overflow-x:hidden;*/
}

body.wp-admin {
  overflow: auto;
}

body,
body * {
  /*-webkit-font-smoothing: antialiased;*/
  -webkit-font-smoothing: subpixel-antialiased;
}

#wpadminbar {
  z-index: 99999999;
}

@media (max-width: 1140px) {
  html,
  body {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  /*html,
  body { font-size:16px;

      .component.basic-text .article h4,
      .contacts,
      ul li,
      ol li,
      p {

          line-height:24px;
          font-size:16px;
      }
  }*/
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 14px;
    line-height: 24px;
  }
  html .component.basic-text .article h4,
  html .contacts,
  html ul li,
  html ol li,
  html p,
  body .component.basic-text .article h4,
  body .contacts,
  body ul li,
  body ol li,
  body p {
    line-height: 24px;
    font-size: 14px;
  }
  html #wpadminbar {
    display: none;
  }
}
@media (max-width: 580px) {
  html,
  body {
    font-size: 14px;
  }
  html .component.basic-text .article h4,
  html .contacts,
  html ul li,
  html ol li,
  html p,
  body .component.basic-text .article h4,
  body .contacts,
  body ul li,
  body ol li,
  body p {
    line-height: 20px;
    font-size: 14px;
  }
}
.slick-prev {
  transform: none;
}

span.hover {
  transform: translateY(-130px);
  display: block;
  width: 1px;
  height: 1px;
  background: red;
  opacity: 0;
}

span.deco {
  position: absolute;
  width: 1080px;
  height: 1338px;
  display: block;
}
span.deco.deco-light {
  background: transparent url("../gfx/background/heart-light.svg") center center no-repeat;
  background-size: contain;
}
span.deco.deco-dark {
  background: transparent url("../gfx/background/heart-dark.svg") center center no-repeat;
  background-size: contain;
}

/* GRID */
.row-margin-5 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

body {
  /*max-width:1920px;*/
  margin: auto;
  /*min-width:1024px;*/
}

.container {
  max-width: 1620px !important;
}

.container .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.container .row .col-lg-fifths {
  padding-right: 7.5px;
  padding-left: 7.5px;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (max-width: 991px) {
  .container .row .col-lg-fifths {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .container {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
@media (max-width: 767px) {
  .container .row .col-lg-fifths {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 580px) {
  .container .row .col-lg-fifths {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /*.container {
      padding-right:20px !important;
      padding-left:20px !important;
  }
  .container .container {
      padding-left:0px !important;
      padding-right:0px !important;
  }
  .container .row {
      margin-right:-20px !important;
      margin-left:-20px !important;
  }   
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {

      padding-left:20px !important;
      padding-right:20px !important; 
  } */
}
@media (max-width: 480px) {
  .container .row .col-md-fifths {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/*
@media (prefers-color-scheme: dark) {
    .paginator ul li a, .paginator .arrow {
        filter: brightness(0) invert(1);
    }
}*/
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');*/
body {
  font-family: "Inter", sans-serif;
}

b, strong, h1, h2, h3, h4, h5, * {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.ui-widget,
textarea, input, select, button {
  font-family: "Inter", sans-serif;
}

.Montserrat {
  font-family: "Inter", sans-serif;
}

.font2 {
  font-family: "Playfair Display", sans-serif;
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

/**,
*::before,
*::after {
  box-sizing: inherit;
}*/
:root {
  --column-gap: 20px;
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* plugins */
/*@import 'plugins/swiper-bundle.min.scss';
@import 'plugins/nice-select2.scss';*/
/*@import 'plugins/simpleLightbox.scss';*/
.bck-transparent {
  background: transparent;
}

.bck-blue-dark,
.bck-dark-blue {
  background: #4594B9;
}

.bck-light-blue {
  background: #4594B9;
}

.bck-lighter-blue {
  background: #F2F5F6;
}

.bck-blue {
  background: #4594B9;
}

.bck-green {
  background: #54C474;
}

.bck-red {
  background: #CB4F2D;
}

.bck-red-light {
  background: #CB4F2D;
}

.bck-grey-light,
.bck-light-grey {
  background: #f0f3f4;
}

.bck-grey {
  background: #e4eaec;
}

.bck-white {
  background: #FFFFFF;
}

.background-grey {
  background: rgba(41, 39, 37, 0.08);
}

.gradient-primary {
  background: rgb(34, 193, 195);
  background: linear-gradient(90deg, rgb(34, 193, 195) 0%, rgb(88, 192, 158) 17%, rgb(253, 187, 45) 100%);
}

.fnt-white {
  color: #FFFFFF;
}

.fnt-blue-dark {
  color: #4594B9;
}

article p a,
article li a,
h1, h2, h3, h4, h5, h6 {
  color: #351F53;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.article ul li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
}
.article ul li:before {
  content: "•";
  /*background:transparent url('../gfx/icon/li.svg') center center no-repeat;*/
  /*@include size(20px,20px);*/
  font-size: 40px;
  display: block;
  position: absolute;
  top: -2px;
  right: auto;
  bottom: auto;
  left: 3px;
}

@media (max-width: 767px) {
  .article ul li {
    margin-bottom: 8px;
  }
  .article ul li:before {
    top: 1px;
    left: 0px;
  }
}
.btn {
  height: auto;
  min-width: 160px;
  padding: 16px 55px 16px 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  font-weight: 400 !important;
  text-decoration: none !important;
  position: relative;
  flex-shrink: 0;
  border: none;
  border-radius: 0px;
  color: #FFFFFF;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: all 0.25s linear;
}
.btn.btn-primary {
  color: #FFFFFF !important;
  background: #5C3A88;
}
.btn.btn-primary:hover {
  color: #FFFFFF !important;
  background: #CB4F2D;
}
.btn.btn-secondary {
  border: 2px #94570a solid;
  background: #FFFFFF;
  color: #94570a;
}
.btn.btn-secondary:hover {
  border: 2px #b98038 solid;
  color: #b98038;
}
.btn.btn-secondary.btn-arrow-right:after {
  filter: brightness(0) invert(1);
}

@media (max-width: 1140px) {
  .btn {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .btn {
    height: 40px;
    font-size: 14px;
    padding: 0px 16px;
  }
  .btn.btn-marker {
    height: 56px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }
  .btn.btn-marker:before {
    width: 16px;
    height: 20px;
    margin-right: 18px;
  }
}
@media (max-width: 580px) {
  /*.btn {
  	height:30px;
  }
  .btn.btn-new-tab:after {
  	transform: scale(0.8);
  }*/
}
.arrows .arrow {
  width: 40px;
  height: 40px;
  background: #CB4F2D;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
}
.arrows .arrow:after {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background: transparent url("../gfx/icon/arrow-right.svg") center center no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
}
.arrows .arrow:hover {
  background: #b02f1e;
}
.arrows .arrow.arrow-left:after {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .arrows .arrow {
    width: 32px;
    height: 32px;
  }
}
body.home .breadcrumb {
  display: none;
}

.breadcrumb {
  margin-bottom: 24px;
}
.breadcrumb > span {
  display: flex;
  align-items: center;
}
.breadcrumb > span > span:nth-of-type(1) a {
  font-size: 0px;
  line-height: 0;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0px;
}
.breadcrumb > span > span:nth-of-type(1) a:before {
  content: "";
  width: 12px;
  height: 13px;
  display: block;
  background: transparent url("../gfx/icon/home.svg") center center no-repeat;
  background-size: contain;
}
.breadcrumb > span > span:nth-of-type(1) a:after {
  display: none;
}
.breadcrumb > span > span {
  margin-right: 2px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
}
.breadcrumb > span > span:after {
  content: "";
  width: 24px;
  height: 24px;
  background: transparent url("../gfx/icon/chevron-right.svg") center center no-repeat;
  background-size: 6px 9px;
  display: block;
  fles-shrink: 0;
  margin-left: 2px;
}
.breadcrumb > span > span.breadcrumb_last {
  color: rgba(41, 39, 37, 0.64);
}
.breadcrumb > span > span.breadcrumb_last:after {
  display: none;
}
.breadcrumb > span > span a {
  color: #351F53;
  text-decoration: underline;
  margin-right: 4px;
}
.breadcrumb > span > span a:hover {
  text-decoration: none;
}
.breadcrumb .home {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.breadcrumb .home img {
  width: 12px;
  height: 13px;
}
.breadcrumb a {
  margin-right: 4px;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
}
.breadcrumb ul li {
  margin-right: 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
}
.breadcrumb ul li:after {
  content: "";
  width: 24px;
  height: 24px;
  background: transparent url("../gfx/icon/chevron-right.svg") center center no-repeat;
  background-size: 6px 9px;
  display: block;
  fles-shrink: 0;
}
.breadcrumb ul li:last-of-type:after {
  display: none;
}
.breadcrumb ul li a {
  color: #351F53;
  text-decoration: underline;
}
.breadcrumb ul li a:hover {
  text-decoration: none;
}
.breadcrumb ul li span {
  color: rgba(41, 39, 37, 0.64);
}

@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 16px;
  }
  .breadcrumb > span > span {
    font-size: 12px;
  }
  .breadcrumb > span > span:after {
    width: 16px;
  }
}
.paginator {
  width: 100%;
  display: flex;
}
.paginator.paginator-align-right {
  justify-content: flex-end;
}
.paginator .middle,
.paginator .first-page,
.paginator .last-page,
.paginator .page {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  flex-shrink: 0;
  margin: 0px 3px;
  text-decoration: none;
}
.paginator .middle.current-page,
.paginator .first-page.current-page,
.paginator .last-page.current-page,
.paginator .page.current-page {
  font-weight: 700;
}
.paginator .first-page:after,
.paginator .last-page:after {
  content: "";
  background: transparent url("../gfx/icon/arrow-right-red.svg") center center no-repeat;
  background-size: contain;
  width: 16px;
  height: 12px;
}
.paginator .first-page {
  margin-right: 15px;
}
.paginator .first-page:after {
  transform: rotate(180deg);
}
.paginator .last-page {
  margin-left: 15px;
}
.filters {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.filters .filter-item {
  padding: 20px 16px;
  background: rgba(41, 39, 37, 0.08);
  margin-right: 4px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  border: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  cursor: pointer;
}
.filters .filter-item:before {
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url("../gfx/icon/checkbox.svg") center center no-repeat;
  background-size: contain;
  display: block;
  margin-right: 8px;
}
.filters .filter-item:hover {
  background: #cccbcb;
}
.filters .filter-item.active {
  background: #351F53;
  color: #FFFFFF;
}
.filters .filter-item.active:before {
  background-image: url("../gfx/icon/checkbox-checked.svg");
}
.filters .filter-item.active:hover {
  background: #351F53;
}
.filters .filter-label {
  margin-right: 10px;
}

.category-filters.selected-items {
  display: flex;
  flex-wrap: wrap;
}
.category-filters.selected-items .category-item {
  margin-right: 4px;
  margin-bottom: 4px;
}
.category-filters.selected-items .category-item a {
  padding: 20px 16px;
  background: rgba(41, 39, 37, 0.08);
  display: flex;
  align-items: center;
  border: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  color: #351F53;
  text-decoration: none;
}
.category-filters.selected-items .category-item a:after {
  content: "";
  display: block;
  background: transparent url("../gfx/icon/chevron-right.svg") center center no-repeat;
  background-size: contain;
  width: 8px;
  height: 12px;
  margin-left: 16px;
}
.category-filters.selected-items .category-item a:hover {
  background: #cccbcb;
}
.category-filters.selected-items .category-item.type-back a {
  flex-direction: row-reverse;
}
.category-filters.selected-items .category-item.type-back a:after {
  margin-left: 0px;
  margin-right: 16px;
  transform: rotate(180deg);
}

/* global  */
body {
  padding-top: 100px;
}

.header {
  background: #351F53;
  z-index: 99999;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
}
.header .col-12 {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .col-12 .logo {
  font-size: 0px;
  line-height: 0;
}
.header .col-12 .logo img {
  width: 90px;
  height: auto;
}
.header .col-12 .logo.white {
  filter: brightness(0) invert(1);
}
.header .col-12 .soc-nets {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
.header .col-12 .soc-nets a {
  margin-left: 7px;
  font-size: 0px;
  line-height: 0;
}
.header .col-12 .soc-nets a img {
  width: 39px;
  height: 39px;
  filter: invert(25%) sepia(98%) saturate(4318%) hue-rotate(43deg) brightness(100%) contrast(92%);
}
.header .col-12 .soc-nets a:hover img {
  filter: invert(45%) sepia(77%) saturate(376%) hue-rotate(354deg) brightness(101%) contrast(89%);
}
.header .col-12 .nav.nav-primary {
  margin-left: auto;
}
.header .col-12 .nav.nav-primary ul {
  display: flex;
  align-items: center;
}
.header .col-12 .nav.nav-primary ul li {
  margin-left: 45px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}
.header .col-12 .nav.nav-primary ul li:nth-of-type(1) {
  margin-left: 0px;
}
.header .col-12 .nav.nav-primary ul li a {
  color: #FFFFFF;
  letter-spacing: -0.5px;
  text-decoration: none;
  transition: all 0.25s linear;
}
.header .col-12 .nav.nav-primary ul li a:hover {
  text-decoration: none;
  color: #CB4F2D;
}
.header .col-12 .nav.nav-primary ul li.active a {
  text-decoration: none;
  color: #CB4F2D;
}
.header .col-12 .nav.nav-primary ul li.menu-button a {
  color: #FFFFFF !important;
  background: #5C3A88;
  min-width: 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  padding: 12px 16px;
  border-radius: 0px;
  height: 48px;
  letter-spacing: 0px;
}
.header .col-12 .nav.nav-primary ul li.menu-button a:hover {
  color: #FFFFFF !important;
  background: #CB4F2D;
  text-decoration: none;
}
.header .col-12 .menu-toggle {
  width: 44px;
  height: 44px;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  background: #5C3A88;
  display: none;
}
.header .col-12 .menu-toggle span {
  background: #FFFFFF;
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -12px;
  transition: all 0.25s linear;
}
.header .col-12 .menu-toggle span:nth-of-type(1) {
  top: 13px;
}
.header .col-12 .menu-toggle span:nth-of-type(2) {
  top: 21px;
}
.header .col-12 .menu-toggle span:nth-of-type(3) {
  top: 21px;
}
.header .col-12 .menu-toggle span:nth-of-type(4) {
  top: 29px;
}

body.menu-visible .header .col-12 .menu-toggle {
  background: #CB4F2D;
}
body.menu-visible .header .col-12 .menu-toggle span:nth-of-type(1) {
  opacity: 0;
}
body.menu-visible .header .col-12 .menu-toggle span:nth-of-type(2) {
  transform: rotate(45deg);
}
body.menu-visible .header .col-12 .menu-toggle span:nth-of-type(3) {
  transform: rotate(-45deg);
}
body.menu-visible .header .col-12 .menu-toggle span:nth-of-type(4) {
  opacity: 0;
}

body.admin-bar .header {
  top: 32px;
}

@media (max-width: 1200px) {
  .header .col-12 .nav.nav-primary ul li {
    margin-left: 25px;
  }
}
@media (max-width: 1045px) {
  .header .col-12 .nav.nav-primary ul li {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .header .col-12 .nav.nav-primary {
    position: absolute;
    top: 100%;
    right: 0px;
    bottom: auto;
    left: 0px;
    background: #351F53;
    overflow: hidden;
    max-height: 0;
    transition: all 0.25s linear;
  }
  .header .col-12 .nav.nav-primary ul {
    display: block;
  }
  .header .col-12 .nav.nav-primary ul li {
    margin-left: 0px;
    margin-bottom: 1px;
  }
  .header .col-12 .nav.nav-primary ul li a {
    padding: 15px;
    display: block;
    height: auto !important;
    padding: 15px 20px !important;
  }
  .header .col-12 .nav.nav-primary ul li a:hover {
    background: #CB4F2D;
    text-decoration: none;
    color: #FFFFFF;
  }
  .header .col-12 .nav.nav-primary ul li.active a {
    background: #CB4F2D;
    text-decoration: none;
    color: #FFFFFF;
  }
  body.menu-visible .header .col-12 .nav.nav-primary {
    max-height: 800px;
  }
  .header .col-12 .menu-toggle {
    display: block;
    margin-left: auto;
  }
}
.footer {
  background: #351F53;
  padding: 35px 0px;
  color: #FFFFFF;
}
.footer .col-12 {
  display: flex;
  justify-content: space-between;
}
.footer p {
  margin: 0px;
}
.footer .nav.nav-footer ul {
  display: flex;
}
.footer .nav.nav-footer ul li {
  margin-right: 7px;
}
.footer .nav.nav-footer ul li a {
  color: #FFFFFF;
  text-decoration: underline;
}
.footer .nav.nav-footer ul li a:hover {
  text-decoration: none;
}
.footer .nav.nav-footer ul li:before {
  content: "|";
  margin-right: 8px;
}
.footer .nav.nav-footer ul li:nth-of-type(1):before {
  display: none;
}

@media (max-width: 767px) {
  .footer {
    padding: 25px 0px;
  }
}
@media (max-width: 600px) {
  .footer .col-12 {
    flex-direction: column;
  }
}
/* content */
.component.basic-text {
  padding: 50px 0px;
  background: #fdf1dd;
}
.component.basic-text.color-type-1 {
  background: #fff;
}
.component.basic-text.page-404 .article {
  min-height: 600px;
}
.component.basic-text.page-404 .article h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-weight: 700 !important;
}
.component.basic-text.side-image .img {
  position: relative;
  font-size: 0px;
  line-height: 0;
}
.component.basic-text.side-image .img img {
  max-width: 100%;
}
.component.basic-text.side-image .img .img-hover {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s linear;
}
.component.basic-text.side-image .img .img-hover img {
  width: 100%;
  height: 100%;
}
.component.basic-text.side-image .article:hover {
  /*h6,
  h5,
  h4,
  h3,
  h2,
  h1 {
  	color:$red;
  }*/
}
.component.basic-text.side-image .article:hover .img .img-hover {
  opacity: 1;
  visibility: visible;
}
.component.basic-text.columns .article {
  columns: 2;
}
.component.basic-text .article {
  /*ol {
  	counter-reset: the-counter;

  	li {
  		margin-bottom:20px;
  		padding-left:45px;

  		&:before {
  			content: counter(the-counter) ". ";
  			width:32px;
  			height:32px;
  			background:$red;
  			@include fc();
  			display:inline-flex;
  			margin-right:10px;
  			font-weight:700;
  			@include pa(2px,auto,auto,0px);
  			color:$white;
  			border-radius:16px;
  		}
  	}
  	> li {
  		counter-increment: the-counter;

  		&:before {
  			content: counter(the-counter);
  		}
  		> ol {
  			counter-reset: the-counter-2;
  			padding-top:20px;

  			> li {
  				counter-increment: the-counter-2;
  				padding-left:55px;

  				&:before {
  					content: counter(the-counter) "." counter(the-counter-2);
  					width:auto;
  					padding-left:12px;
  					padding-right:12px;
  				}

  				> ol {
  					counter-reset: the-counter-3;
  					padding-top:20px;

  					> li {
  						counter-increment: the-counter-3;
  						padding-left:70px;

  						&:before {
  							content: counter(the-counter) "." counter(the-counter-2) "." counter(the-counter-3);
  							width:auto;
  							padding-left:12px;
  							padding-right:12px;
  						}
  					}
  				}

  			}
  		}
  	}
  }*/
}
.component.basic-text .article h1, .component.basic-text .article p.h1 {
  font-size: 56px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: "Playfair Display", sans-serif;
}
.component.basic-text .article h1 a {
  color: inherit;
  text-decoration: underline;
}
.component.basic-text .article h1 a:hover {
  text-decoration: none;
}
.component.basic-text .article h2, .component.basic-text .article p.h2 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: "Playfair Display", sans-serif;
}
.component.basic-text .article h2 a {
  color: inherit;
  text-decoration: underline;
}
.component.basic-text .article h2 a:hover {
  text-decoration: none;
}
.component.basic-text .article h3, .component.basic-text .article p.h3 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 32px;
}
.component.basic-text .article h4, .component.basic-text .article p.h4 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 40px;
}
.component.basic-text .article h5, .component.basic-text .article p.h5 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 40px;
}
.component.basic-text .article h6, .component.basic-text .article p.h6 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 40px;
}
.component.basic-text .article h1.p,
.component.basic-text .article h2.p,
.component.basic-text .article h3.p,
.component.basic-text .article h4.p,
.component.basic-text .article h5.p {
  font-size: 20px;
  line-height: 1.3;
  font-weight: normal;
  font-family: "Inter", sans-serif;
  color: #351F53 !important;
  margin-bottom: 40px;
}
.component.basic-text .article p {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.3;
}
.component.basic-text .article p a {
  font-weight: 700;
  color: #CB4F2D;
  text-decoration: underline;
}
.component.basic-text .article p a:hover {
  text-decoration: none;
}
.component.basic-text .article ol, .component.basic-text .article ul {
  margin-bottom: 40px;
}
.component.basic-text .article ol li, .component.basic-text .article ul li {
  padding-left: 45px;
}
.component.basic-text .article ol li h4, .component.basic-text .article ol li h3, .component.basic-text .article ul li h4, .component.basic-text .article ul li h3 {
  margin-bottom: 8px;
  margin-top: 0px;
}
.component.basic-text .article ol li p, .component.basic-text .article ul li p {
  margin-bottom: 0px;
}
.component.basic-text .article ol li h4 + p,
.component.basic-text .article ol li h3 + p, .component.basic-text .article ul li h4 + p,
.component.basic-text .article ul li h3 + p {
  font-family: "Inter", sans-serif;
}
.component.basic-text .article table {
  width: 100%;
  margin-bottom: 32px;
}
.component.basic-text .article table caption {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: left;
  color: #4594B9;
}
.component.basic-text .article table thead tr td, .component.basic-text .article table thead tr th {
  background: #4594B9;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
}
.component.basic-text .article table thead tr td:nth-of-type(1), .component.basic-text .article table thead tr th:nth-of-type(1) {
  border-radius: 16px 0px 0px 0px;
}
.component.basic-text .article table thead tr td:last-of-type, .component.basic-text .article table thead tr th:last-of-type {
  border-radius: 0px 16px 0px 0px;
}
.component.basic-text .article table tbody tr td {
  border-bottom: 1px #d6ddec solid;
}
.component.basic-text .article table tr th {
  background: #4594B9;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
}
.component.basic-text .article table tr th:nth-of-type(1) {
  border-radius: 16px 0px 0px 0px;
}
.component.basic-text .article table tr th:last-of-type {
  border-radius: 0px 16px 0px 0px;
}
.component.basic-text .article table th, .component.basic-text .article table td {
  padding: 16px;
  border-right: 1px #d6ddec solid;
  background: #ECEFF4;
  font-size: 16px;
}
.component.basic-text .article table th a, .component.basic-text .article table td a {
  color: #CB4F2D;
  font-weight: 700;
  text-decoration: underline;
}
.component.basic-text .article table th a:hover, .component.basic-text .article table td a:hover {
  text-decoration: none;
}
.component.basic-text .article table th p, .component.basic-text .article table td p {
  margin-bottom: 0px;
}
.component.basic-text .article table tr th:last-of-type,
.component.basic-text .article table tr td:last-of-type {
  border-right: none;
}
.component.basic-text .article table tbody tr:last-of-type td {
  border-bottom: none;
}
.component.basic-text .article table tbody tr:last-of-type td:nth-of-type(1) {
  border-radius: 0px 0px 0px 16px;
}
.component.basic-text .article table tbody tr:last-of-type td:last-of-type {
  border-radius: 0px 0px 16px 0px;
}
.component.basic-text .article .claim {
  margin-bottom: 40px;
}
.component.basic-text .article .claim p {
  margin-bottom: 1px;
  font-family: "Playfair Display", sans-serif;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
}
.component.basic-text .article .claim p:nth-of-type(even) {
  padding-left: 50px;
}
.component.basic-text .article .cols {
  display: flex;
  margin: 0px -15px;
}
.component.basic-text .article .cols.cols-2 .col {
  width: 50%;
}
.component.basic-text .article .cols .col .col {
  width: 33.33%;
}

@media (max-width: 1140px) {
  .component.basic-text {
    padding: 50px 0px 25px 0px;
  }
  .component.basic-text.side-image .col-md-4.offset-md-2 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    margin-left: 8.333333%;
  }
  .component.basic-text .article h1 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .component.basic-text .article h2 {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .component.basic-text .article h3 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .component.basic-text .article h4 {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .component.basic-text .article h5 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .component.basic-text .article p {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .component.basic-text .article .claim {
    margin-bottom: 30px;
  }
  .component.basic-text .article .claim p {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .component.basic-text.side-image .col-md-4.offset-md-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 0%;
  }
}
@media (max-width: 767px) {
  .component.basic-text {
    /*margin-bottom:26px;*/
  }
  .component.basic-text.columns .article {
    columns: 1;
  }
  .component.basic-text .article {
    margin-bottom: 30px;
  }
  .component.basic-text.side-image .col-md-4.offset-md-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .component.basic-text .article .claim {
    margin-bottom: 30px;
  }
  .component.basic-text .article .claim p {
    font-size: 20px;
  }
  .component.basic-text .article .claim p:nth-of-type(even) {
    padding-left: 30px;
  }
}
@media (max-width: 580px) {
  .component.basic-text .article h1 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .component.basic-text .article h2 {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .component.basic-text .article h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .component.basic-text .article h4 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .component.basic-text .article h5 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .component.basic-text .article p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .component.basic-text .article .claim {
    margin-bottom: 20px;
  }
  .component.basic-text .article .claim p {
    font-size: 20px;
  }
}
.form form {
  padding: 0px;
  padding-bottom: 12px;
}
.form .form-row {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.form .form-row label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 20px;
  color: #FFFFFF;
  display: none;
}
.form .form-row label .req {
  color: #f00;
}
.form .form-row input[type=text],
.form .form-row input[type=password],
.form .form-row input[type=email],
.form .form-row textarea {
  padding: 0px 16px;
  border-radius: 0px;
  border: none;
  background: #FFFFFF;
  height: 63px;
  width: 100%;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}
.form .form-row.form-row-submit {
  padding: 20px;
  background: #FFFFFF;
  margin-top: -15px;
}
.form .form-row textarea {
  padding: 12px 16px;
  height: 240px;
  resize: none;
}

.component.master-area {
  background: transparent url("../gfx/background/master3.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  /*aspect-ratio:3/2;*/
}
.component.master-area .container,
.component.master-area .row {
  height: 100%;
}
.component.master-area .col-12 {
  height: calc(100vh - 100px);
  min-height: 930px;
  width: 100%;
  /*height:100%;*/
  position: relative;
  display: flex;
  /*align-items:flex-start;*/
  align-items: center;
  justify-content: flex-end;
  /*padding-top:200px;*/
  padding-top: 50px;
  padding-bottom: 50px;
}
.component.master-area .col-12 .claim {
  font-family: "Playfair Display", sans-serif;
  color: #FFFFFF;
}
.component.master-area .col-12 .claim p {
  margin: 0px;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: -2px 3px 2px rgba(0, 0, 0, 0.6);
}
.component.master-area .scroll-down {
  width: 30px;
  height: 17px;
  display: block;
  background: transparent url("../gfx/icon/arrow-down.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 50px;
  left: 50%;
  margin-left: -15px;
  z-index: 10;
}
.component.master-area .images {
  font-size: 0px;
  line-height: 0px;
  display: none;
  position: relative;
}
.component.master-area .images img {
  width: 100%;
}
.component.master-area .images .img {
  position: relative;
  z-index: 4;
}
.component.master-area .images .img-hover {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 2;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s linear;
}
.component.master-area:hover .images .img-hover {
  opacity: 1;
  visibility: visible;
}
.component.master-area .round-item {
  background: #CB4F2D;
  color: #FFFFFF;
  width: 226px;
  height: 226px;
  border-radius: 50%;
  position: absolute;
  top: auto;
  right: 35px;
  bottom: 50px;
  left: auto;
  position: fixed;
  z-index: 9999;
  transition: all 0.25s linear;
}
.component.master-area .round-item .section {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}
.component.master-area .round-item:hover {
  background: #351F53;
}
.component.master-area.master-area-v2 .claim {
  position: absolute;
  top: 370px;
  right: auto;
  bottom: auto;
  left: 210px;
  width: 1060px;
  display: flex;
  justify-content: space-between;
}
.component.master-area.master-area-v2 .claim p {
  white-space: nowrap;
}
.component.master-area.master-area-v3 .container {
  display: none;
}
.component.master-area.master-area-v3 .col-12 .claim {
  display: none;
}
.component.master-area.master-area-v3 .images {
  display: block;
}

@media (max-width: 1620px) {
  .component.master-area {
    background-position: -390px center;
  }
  .component.master-area.master-area-v2 .claim {
    left: 80px;
  }
}
@media (max-width: 1300px) {
  .component.master-area.master-area-v2 .claim {
    width: 950px;
    left: 100px;
    top: 370px;
  }
  .component.master-area .col-12 .claim p {
    font-size: 40px;
  }
  .component.master-area .round-item {
    width: 170px;
    height: 170px;
  }
  .component.master-area .round-item .section {
    font-size: 16px;
  }
}
@media (max-width: 1120px) {
  .component.master-area.master-area-v2 .claim {
    width: 770px;
    left: 130px;
    top: 380px;
  }
  .component.master-area .col-12 .claim p {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .component.master-area {
    background-position: -580px center;
  }
  .component.master-area.master-area-v2 .claim {
    flex-direction: column;
    width: auto;
    left: 230px;
  }
  .component.master-area.master-area-v2 .claim .left p {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .component.master-area {
    background-position: -370px center;
  }
  .component.master-area .col-12 {
    height: 600px;
  }
  .component.master-area.master-area-v2 .claim {
    top: 220px;
    left: 160px;
  }
  .component.master-area.master-area-v2 .claim p {
    font-size: 25px;
    white-space: normal;
  }
  .component.master-area.master-area-v2 .claim .left p {
    font-size: 35px;
  }
  .component.master-area .round-item {
    width: 130px;
    height: 130px;
    bottom: 20px;
    right: 20px;
  }
  .component.master-area .round-item .section {
    font-size: 14px;
  }
}
@media (max-width: 580px) {
  .component.master-area {
    overflow: visible;
    background-position: -300px center;
    margin-bottom: 55px;
  }
  .component.master-area .col-12 {
    height: 470px;
  }
  .component.master-area.master-area-v2 .claim {
    top: 160px;
    left: 120px;
    right: 20px;
  }
  .component.master-area .round-item {
    width: 100%;
    height: auto;
    position: absolute;
    top: auto;
    right: 0px;
    bottom: -55px;
    left: 0px;
    border-radius: 0px;
    padding: 15px;
    height: 55px;
  }
  .component.master-area .round-item .section {
    font-size: 14px;
  }
}
.component.cta-bar {
  background: #563400;
  padding: 10px 0px;
  margin-top: -45px;
  z-index: 9;
  position: relative;
}
.component.cta-bar .col-12 {
  min-height: 25px;
  text-align: center;
}
.component.cta-bar .col-12 p {
  margin: 0px;
  color: #faecb4;
  text-transform: uppercase;
}
.component.cta-bar .col-12 p a {
  text-decoration: none;
  color: #faecb4;
}

.cta.type-contacts {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  position: relative;
}
.cta.type-contacts h3 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Playfair Display", sans-serif;
}
.cta.type-contacts h3 * {
  font-family: "Playfair Display", sans-serif;
}
.cta.type-contacts p {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 30px;
}
.cta.type-cta {
  background: #fdf1dd;
  border-radius: 12px;
  padding: 47px;
  position: relative;
}
.cta.type-cta .block-link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 2;
  z-index: 10;
}
.cta.type-cta h3 {
  font-size: 35px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Playfair Display", sans-serif;
}
.cta.type-cta h3 * {
  font-family: "Playfair Display", sans-serif;
}
.cta.type-cta p {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 0px;
}
.cta.type-cta .btn {
  margin: auto;
  margin-top: 15px;
}
.cta.type-cta.type-cta-flex {
  display: flex;
  align-items: flex-start;
}
.cta.type-cta.type-cta-flex .btn {
  flex-shrink: 0;
  margin: 0;
}
.cta.type-cta.type-cta-flex .txt {
  margin-right: 25px;
}
.cta.type-cta.type-cta-flex .txt p:last-of-type {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .cta.type-cta h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.component.services {
  padding: 100px 0px 50px 0px;
  background: #351F53;
}
.component.services > h2 {
  display: none;
}
.component.services .row > div {
  margin-bottom: 40px;
}
.component.services .services-item {
  position: relative;
  overflow: hidden;
  height: 100%;
  transition: all 0.15s linear;
  padding: 47px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.component.services .services-item .block-link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 2;
  z-index: 99;
}
.component.services .services-item .img {
  width: 100%;
  height: auto;
  font-size: 0px;
  line-height: 0;
  order: 2;
  position: relative;
}
.component.services .services-item .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.component.services .services-item .img .img-hover {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s linear;
}
.component.services .services-item .img .img-hover img {
  width: 100%;
  height: 100%;
}
.component.services .services-item .txt-bottom,
.component.services .services-item .txt {
  z-index: 9;
  height: 180px;
  order: 1;
}
.component.services .services-item .txt-bottom h3,
.component.services .services-item .txt h3 {
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  color: #351F53;
  margin: 0px;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 20px;
  transition: all 0.25s linear;
}
.component.services .services-item .txt-bottom p,
.component.services .services-item .txt p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: #351F53;
  margin-bottom: 15px;
}
.component.services .services-item .txt-bottom p:last-of-type,
.component.services .services-item .txt p:last-of-type {
  margin-bottom: 0px;
}
.component.services .services-item .txt-bottom {
  order: 999;
  padding-top: 15px;
  height: auto;
}
.component.services .services-item .txt-bottom a.btn {
  margin-top: 15px;
}
.component.services .cta {
  border-radius: 0px;
  background: #FFFFFF;
  height: 100%;
}
.component.services .services-item:hover .txt-bottom h3,
.component.services .services-item:hover .txt h3,
.component.services .cta:hover .txt-bottom h3,
.component.services .cta:hover .txt h3 {
  color: #CB4F2D;
}
.component.services .services-item:hover .img .img-hover,
.component.services .cta:hover .img .img-hover {
  opacity: 1;
  visibility: visible;
}
.component.services .services-item:hover .btn.btn-primary,
.component.services .cta:hover .btn.btn-primary {
  background: #CB4F2D;
}

.component.services.type-grid .grid-parent {
  display: grid;
  /*grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);*/
  grid-template-columns: 3fr 2fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.component.services.type-grid .div1 {
  grid-area: 1/1/5/2;
}
.component.services.type-grid .div2 {
  grid-area: 1/2/4/3;
}
.component.services.type-grid .div3 {
  grid-area: 4/2/5/3;
}

@media (max-width: 1140px) {
  .component.services {
    padding: 50px 0px 25px 0px;
  }
  .component.services .services-item {
    padding: 24px;
  }
  .component.services .services-item .txt-bottom,
  .component.services .services-item .txt {
    height: 130px;
  }
  .component.services .services-item .txt-bottom h3,
  .component.services .services-item .txt h3 {
    font-size: 35px;
  }
  .component.services .services-item .txt-bottom p,
  .component.services .services-item .txt p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .component.services.type-grid .grid-parent {
    display: block;
  }
  .component.services .services-item {
    margin-bottom: 15px;
  }
  .component.services .services-item .txt-bottom,
  .component.services .services-item .txt {
    height: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .component.services .services-item {
    padding: 16px;
  }
  .component.services .services-item .txt-bottom h3,
  .component.services .services-item .txt h3 {
    font-size: 25px;
  }
  .component.services .services-item .txt-bottom p,
  .component.services .services-item .txt p {
    font-size: 14px;
  }
}
.component.blogposts {
  background: #351F53;
}
.component.blogposts .container {
  padding-top: 73px;
  padding-bottom: 73px;
}
.component.blogposts h2 {
  font-family: "Playfair Display", sans-serif;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 70px;
  color: #FFFFFF;
}
.component.blogposts > h2 {
  /*display:none;*/
}
.component.blogposts .blogpost-item {
  position: relative;
  overflow: hidden;
  height: auto;
  transition: all 0.15s linear;
  width: 100%;
  margin-bottom: 15px;
  background: #FFFFFF;
  display: flex;
  flex-direction: row;
}
.component.blogposts .blogpost-item .block-link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 2;
  z-index: 10;
}
.component.blogposts .blogpost-item .img {
  width: 315px;
  aspect-ratio: 3/1;
  font-size: 0px;
  line-height: 0;
  position: relative;
  order: 10;
}
.component.blogposts .blogpost-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.component.blogposts .blogpost-item .img .img-hover {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s linear;
}
.component.blogposts .blogpost-item .img .img-hover img {
  width: 100%;
  height: 100%;
}
.component.blogposts .blogpost-item .txt {
  /*@include pa(auto,0px,0px,0px);*/
  height: auto;
  padding: 40px 50px;
  z-index: 2;
  width: 100%;
  display: flex;
}
.component.blogposts .blogpost-item .txt h3 {
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  color: #351F53;
  margin: 0px;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 0px;
  width: 50%;
  margin-right: 15px;
  transition: all 0.25s linear;
}
.component.blogposts .blogpost-item .txt p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 0px;
  width: 50%;
  transition: all 0.25s linear;
}
.component.blogposts .blogpost-item:hover .txt h3, .component.blogposts .blogpost-item:hover .txt p {
  color: #CB4F2D;
}
.component.blogposts .blogpost-item:hover .img .img-hover {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1140px) {
  .component.blogposts {
    padding: 50px 0px 25px 0px;
  }
  .component.blogposts h2 {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .component.blogposts .blogpost-item .txt {
    padding: 30px 40px;
  }
  .component.blogposts .blogpost-item .txt h3 {
    font-size: 30px;
  }
  .component.blogposts .blogpost-item .txt p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .component.blogposts .blogpost-item .txt {
    padding: 25px 30px;
    display: block;
  }
  .component.blogposts .blogpost-item .txt h3 {
    width: 100%;
    margin-bottom: 20px;
  }
  .component.blogposts .blogpost-item .txt p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .component.blogposts h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .component.blogposts .blogpost-item .txt {
    padding: 20px 20px;
  }
  .component.blogposts .blogpost-item .txt h3 {
    font-size: 25px;
  }
}
@media (max-width: 580px) {
  .component.blogposts .blogpost-item .txt p {
    font-size: 14px;
  }
}
.component.contacts {
  background: #5C3A88;
  padding: 72px 0px;
}
.component.contacts > h2 {
  display: none;
}
.component.contacts .soc-nets {
  margin-bottom: 35px;
  margin-top: 35px;
}
.component.contacts .soc-nets a {
  margin-right: 21px;
}
.component.contacts .soc-nets a img {
  width: 48px;
}
.component.contacts .soc-nets a:hover img {
  opacity: 0.7;
}
.component.contacts .article-contacts * {
  color: #FFFFFF;
}
.component.contacts .article-contacts .contact-item {
  margin-bottom: 5px;
}
.component.contacts .article-contacts .contact-item > span,
.component.contacts .article-contacts .contact-item > a {
  font-weight: 400;
  text-decoration: none;
}
.component.contacts .article-contacts .contact-item > span:before,
.component.contacts .article-contacts .contact-item > a:before {
  content: "";
  width: 18px;
  height: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 8px;
  transform: translateY(3px);
  filter: invert(25%) sepia(98%) saturate(4318%) hue-rotate(43deg) brightness(100%) contrast(92%);
  display: none;
}
.component.contacts .article-contacts .contact-item.email > span,
.component.contacts .article-contacts .contact-item.email > a {
  color: #FFFFFF;
}
.component.contacts .article-contacts .contact-item.email > span:before,
.component.contacts .article-contacts .contact-item.email > a:before {
  background-image: url("../gfx/icon/envelope-solid.svg");
}
.component.contacts .article-contacts .contact-item.phone > span,
.component.contacts .article-contacts .contact-item.phone > a {
  color: #FFFFFF;
}
.component.contacts .article-contacts .contact-item.phone > span:before,
.component.contacts .article-contacts .contact-item.phone > a:before {
  background-image: url("../gfx/icon/phone-solid.svg");
}
.component.contacts .form.contact-form p,
.component.contacts .form.contact-form h3 {
  font-family: "Playfair Display", sans-serif;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 25px;
  color: #FFFFFF;
}
.component.contacts .form.contact-form p {
  font-size: 30px;
  margin-bottom: 0px;
  color: #FFFFFF;
}

@media (max-width: 1140px) {
  .component.contacts {
    padding: 50px 0px 25px 0px;
  }
  .component.contacts .form.contact-form p,
  .component.contacts .form.contact-form h3 {
    font-size: 30px;
  }
  .form .form-row input[type=text],
  .form .form-row input[type=password],
  .form .form-row input[type=email],
  .form .form-row textarea {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .form .form-row input[type=text],
  .form .form-row input[type=password],
  .form .form-row input[type=email],
  .form .form-row textarea {
    height: 45px;
  }
  .form .form-row textarea {
    height: 150px;
  }
}
.wp-video {
  margin: auto;
}
.wp-video > div {
  margin: auto;
}

/* 03/2025 */
.component.page-header {
  margin-bottom: 50px;
}
.component.page-header.red {
  background: #CB4F2D;
}
.component.page-header.red .txt .article .btn.btn-primary {
  background: #351F53;
}
.component.page-header.red .txt .article .btn.btn-primary:hover {
  background: #5C3A88;
}
.component.page-header.violet {
  background: #351F53;
}
.component.page-header.violet .txt .article .btn.btn-primary {
  background: #CB4F2D;
}
.component.page-header.violet .txt .article .btn.btn-primary:hover {
  background: #5C3A88;
}
.component.page-header.violet-light {
  background: #5C3A88;
}
.component.page-header.violet-light .txt .article .btn.btn-primary {
  background: #CB4F2D;
}
.component.page-header.violet-light .txt .article .btn.btn-primary:hover {
  background: #4594B9;
}
.component.page-header.blue {
  background: #4594B9;
}
.component.page-header.blue .txt .article .btn.btn-primary {
  background: #351F53;
}
.component.page-header.blue .txt .article .btn.btn-primary:hover {
  background: #CB4F2D;
}
.component.page-header .img {
  width: 100%;
  height: 100%;
  font-size: 0px;
  line-height: 0;
}
.component.page-header .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.component.page-header .txt {
  padding: 50px 0px 50px 0px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
.component.page-header .txt .article {
  color: #FFFFFF;
  max-width: 780px;
}
.component.page-header .txt .article p {
  font-size: 25px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 20px;
}
.component.page-header .txt .article h1, .component.page-header .txt .article h2, .component.page-header .txt .article h3 {
  font-size: 65px;
  line-height: 1.4;
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-family: "Playfair Display", sans-serif;
}

@media (max-width: 1140px) {
  .component.page-header .txt {
    padding: 50px 0px 50px 0px;
  }
  .component.page-header .txt .article {
    width: 100%;
  }
  .component.page-header .txt .article p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .component.page-header .txt .article h1, .component.page-header .txt .article h2, .component.page-header .txt .article h3 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 580px) {
  .component.page-header {
    margin-bottom: 25px;
  }
  .component.page-header .txt {
    padding: 25px 0px 25px 0px;
  }
  .component.page-header .txt .article p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .component.page-header .txt .article h1, .component.page-header .txt .article h2, .component.page-header .txt .article h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.component.bullets {
  margin-bottom: 50px;
}
.component.bullets h2 {
  font-size: 30px;
  margin-bottom: 25px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "Playfair Display", sans-serif;
}
.component.bullets .list .list-item {
  position: relative;
  min-height: 30px;
  margin-bottom: 25px;
  padding-left: 50px;
  font-size: 25px;
  line-height: 1.3;
}
.component.bullets .list .list-item:before {
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  display: block;
  background: transparent url("../gfx/background/heart-dark-solid.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.component.bullets .list li:last-of-type {
  margin-bottom: 0px;
}
.component.bullets.type-2 .list .list-item:before {
  background: #351F53;
  width: 18px;
  border-radius: 50%;
  top: 9px;
}

@media (max-width: 1140px) {
  .component.bullets h2 {
    font-size: 25px;
  }
  .component.bullets .list .list-item {
    min-height: 25px;
    padding-left: 40px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .component.bullets .list .list-item:before {
    width: 25px;
    position: absolute;
    top: -1px;
    right: auto;
    bottom: auto;
    left: 0px;
  }
  .component.bullets .list li:last-of-type {
    margin-bottom: 0px;
  }
}
@media (max-width: 580px) {
  .component.bullets {
    margin-bottom: 25px;
  }
  .component.bullets h2 {
    font-size: 20px;
  }
  .component.bullets .list .list-item {
    min-height: 18px;
    padding-left: 30px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .component.bullets .list .list-item:before {
    width: 18px;
    position: absolute;
    top: 2px;
    right: auto;
    bottom: auto;
    left: 0px;
  }
  .component.bullets .list li:last-of-type {
    margin-bottom: 0px;
  }
}
.component.cta-simple {
  margin-bottom: 50px;
  position: relative;
  padding: 50px 0px;
}
.component.cta-simple:before {
  content: "";
  display: block;
  opacity: 0.35;
  z-index: 1;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 2;
}
.component.cta-simple.red:before {
  background: #CB4F2D;
}
.component.cta-simple.violet:before {
  background: #351F53;
}
.component.cta-simple.violet-light:before {
  background: #5C3A88;
}
.component.cta-simple.blue:before {
  background: #4594B9;
}
.component.cta-simple .container {
  z-index: 2;
}
.component.cta-simple p {
  font-size: 45px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "Playfair Display", sans-serif;
}
.component.cta-simple p:last-of-type {
  margin-bottom: 0px;
}

@media (max-width: 1140px) {
  .component.cta-simple {
    padding: 30px 0px;
  }
  .component.cta-simple p {
    font-size: 35px;
  }
  .component.cta-simple p:last-of-type {
    margin-bottom: 0px;
  }
}
@media (max-width: 580px) {
  .component.cta-simple {
    margin-bottom: 25px;
    padding: 20px 0px;
  }
  .component.cta-simple p {
    font-size: 20px;
  }
  .component.cta-simple p:last-of-type {
    margin-bottom: 0px;
  }
}
.component.cta-complex {
  padding: 50px 0px;
}
.component.cta-complex.red {
  background: #CB4F2D;
}
.component.cta-complex.red .button-section .btn.btn-primary {
  background: #351F53;
}
.component.cta-complex.red .button-section .btn.btn-primary:hover {
  background: #5C3A88;
}
.component.cta-complex.violet {
  background: #351F53;
}
.component.cta-complex.violet .button-section .btn.btn-primary {
  background: #CB4F2D;
}
.component.cta-complex.violet .button-section .btn.btn-primary:hover {
  background: #5C3A88;
}
.component.cta-complex.violet-light {
  background: #5C3A88;
}
.component.cta-complex.violet-light .button-section .btn.btn-primary {
  background: #CB4F2D;
}
.component.cta-complex.violet-light .button-section .btn.btn-primary:hover {
  background: #4594B9;
}
.component.cta-complex.blue {
  background: #4594B9;
}
.component.cta-complex.blue .button-section .btn.btn-primary {
  background: #351F53;
}
.component.cta-complex.blue .button-section .btn.btn-primary:hover {
  background: #CB4F2D;
}
.component.cta-complex .article p, .component.cta-complex .article h1, .component.cta-complex .article h2, .component.cta-complex .article h3 {
  color: #FFFFFF;
  margin-bottom: 25px;
}
.component.cta-complex .article h1, .component.cta-complex .article h2, .component.cta-complex .article h3 {
  font-family: "Playfair Display", sans-serif;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 25px;
}
.component.cta-complex .article h1 {
  font-size: 35px;
}
.component.cta-complex .article h2 {
  font-size: 30px;
}
.component.cta-complex .article h3 {
  font-size: 25px;
}
.component.cta-complex .article .button-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.component.cta-complex .article .button-section p {
  font-size: 25px;
  font-family: "Playfair Display", sans-serif;
  font-weight: bold;
}
.component.cta-complex .article .button-section .arrow {
  filter: brightness(0) invert(1);
  transform: rotate(130deg) translateX(10px);
  margin-left: 30px;
  margin-bottom: 30px;
  background: transparent url("../gfx/icon/curve-arrow.svg") center center no-repeat;
  width: 80px;
  height: 80px;
  background-size: contain;
  display: block;
}

@media (max-width: 1140px) {
  .component.cta-complex {
    padding: 30px 0px;
  }
  .component.cta-complex .article p, .component.cta-complex .article h1, .component.cta-complex .article h2, .component.cta-complex .article h3 {
    color: #FFFFFF;
    margin-bottom: 16px;
  }
  .component.cta-complex .article h1, .component.cta-complex .article h2, .component.cta-complex .article h3 {
    margin-bottom: 16px;
  }
  .component.cta-complex .article h1 {
    font-size: 25px;
  }
  .component.cta-complex .article h2 {
    font-size: 21px;
  }
  .component.cta-complex .article h3 {
    font-size: 18px;
  }
  .component.cta-complex .article .button-section p {
    font-size: 18px;
  }
  .component.cta-complex .article .button-section .arrow {
    transform: rotate(130deg) translateX(10px);
    margin-left: 25px;
    margin-bottom: 25px;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 580px) {
  .component.cta-complex {
    padding: 20px 0px;
  }
  .component.cta-complex .article p, .component.cta-complex .article h1, .component.cta-complex .article h2, .component.cta-complex .article h3 {
    margin-bottom: 14px;
  }
  .component.cta-complex .article h1, .component.cta-complex .article h2, .component.cta-complex .article h3 {
    margin-bottom: 10px;
  }
  .component.cta-complex .article .button-section p {
    font-size: 20px;
  }
  .component.cta-complex .article .button-section .arrow {
    transform: rotate(130deg) translateX(10px);
    margin-left: 25px;
    margin-bottom: 25px;
    width: 30px;
    height: 30px;
  }
}
.component.testimonials {
  margin-bottom: 50px;
}
.component.testimonials h2 {
  font-size: 45px;
  margin-bottom: 25px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "Playfair Display", sans-serif;
}
.component.testimonials .component-header {
  margin-bottom: 25px;
}
.component.testimonials .list.list-testimonials {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}
.component.testimonials .list.list-testimonials .list-item {
  padding: 15px;
  padding-top: 0px;
  width: 33.33%;
}
.component.testimonials .list.list-testimonials .list-item .txt {
  position: relative;
  padding: 25px;
  margin-bottom: 25px;
  font-style: italic;
}
.component.testimonials .list.list-testimonials .list-item .txt:before {
  content: "";
  display: block;
  opacity: 0.15;
  z-index: 1;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 2;
}
.component.testimonials .list.list-testimonials .list-item .info {
  position: relative;
}
.component.testimonials .list.list-testimonials .list-item .info .img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -10px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.component.testimonials .list.list-testimonials .list-item .info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.component.testimonials .list.list-testimonials .list-item .info .name {
  font-size: 20px;
  font-weight: bold;
  color: #351F53;
  background: transparent !important;
}
.component.testimonials .list.list-testimonials .list-item .info .occupation {
  font-size: 16px;
}
.component.testimonials .list.list-testimonials .list-item .info.type-img {
  padding-left: 90px;
  min-height: 65px;
}
.component.testimonials.red .list.list-testimonials .list-item .txt:before, .component.testimonials.red .list.list-testimonials .list-item .name {
  background: #CB4F2D;
  color: #CB4F2D;
}
.component.testimonials.violet .list.list-testimonials .list-item .txt:before, .component.testimonials.violet .list.list-testimonials .list-item .name {
  background: #351F53;
  color: #351F53;
}
.component.testimonials.violet-light .list.list-testimonials .list-item .txt:before, .component.testimonials.violet-light .list.list-testimonials .list-item .name {
  background: #5C3A88;
  color: #5C3A88;
}
.component.testimonials.blue .list.list-testimonials .list-item .txt:before, .component.testimonials.blue .list.list-testimonials .list-item .name {
  background: #4594B9;
  color: #4594B9;
}

@media (max-width: 1140px) {
  .component.testimonials .component-header h2 {
    font-size: 35px;
    margin-bottom: 25px;
  }
  .component.testimonials .list.list-testimonials .list-item .txt {
    margin-bottom: 15px;
    padding: 20px;
  }
  .component.testimonials .list.list-testimonials .list-item .info .img {
    width: 50px;
    height: 50px;
    top: 0px;
  }
  .component.testimonials .list.list-testimonials .list-item .info .name {
    font-size: 16px;
  }
  .component.testimonials .list.list-testimonials .list-item .info .occupation {
    font-size: 14px;
  }
  .component.testimonials .list.list-testimonials .list-item .info.type-img {
    padding-left: 65px;
    min-height: 50px;
  }
}
@media (max-width: 991px) {
  .component.testimonials .list.list-testimonials .list-item {
    width: 50%;
  }
}
@media (max-width: 580px) {
  .component.testimonials {
    margin-bottom: 25px;
  }
  .component.testimonials .component-header {
    margin-bottom: 15px;
  }
  .component.testimonials .component-header h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .component.testimonials .list.list-testimonials .list-item .txt {
    margin-bottom: 10px;
    padding: 15px;
  }
  .component.testimonials .list.list-testimonials .list-item .info .img {
    top: -3px;
  }
  .component.testimonials .list.list-testimonials .list-item .info .name {
    font-size: 14px;
  }
  .component.testimonials .list.list-testimonials .list-item .info .occupation {
    font-size: 12px;
  }
  .component.testimonials .list.list-testimonials .list-item .info.type-img {
    padding-left: 60px;
  }
}
@media (max-width: 480px) {
  .component.testimonials .list.list-testimonials .list-item {
    width: 100%;
  }
}
.component.steps {
  margin-bottom: 50px;
}
.component.steps .list .list-item {
  margin-bottom: 50px;
  padding-left: 140px;
  position: relative;
  min-height: 80px;
}
.component.steps .list .list-item .icon {
  width: 80px;
  aspect-ratio: 1/1;
  position: absolute;
  top: -10px;
  right: auto;
  bottom: auto;
  left: 0px;
  font-size: 0px;
  line-height: 0;
}
.component.steps .list .list-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.component.steps .list .list-item .txt li,
.component.steps .list .list-item .txt p {
  font-size: 25px;
  line-height: 1.3;
}
.component.steps .list .list-item .txt h2, .component.steps .list .list-item .txt h1, .component.steps .list .list-item .txt h3 {
  font-size: 30px;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 15px;
}
.component.steps .list .list-item .txt li {
  list-style-type: disc;
  margin-left: 29px;
}
.component.steps .list li:last-of-type {
  margin-bottom: 0px;
}

@media (max-width: 1140px) {
  .component.steps .list .list-item {
    margin-bottom: 30px;
    padding-left: 80px;
    min-height: 60px;
  }
  .component.steps .list .list-item .icon {
    width: 60px;
    position: absolute;
    top: -10px;
    right: auto;
    bottom: auto;
    left: 0px;
  }
  .component.steps .list .list-item .txt li,
  .component.steps .list .list-item .txt p {
    font-size: 16px;
  }
  .component.steps .list .list-item .txt li {
    margin-left: 20px;
  }
  .component.steps .list .list-item .txt h2, .component.steps .list .list-item .txt h1, .component.steps .list .list-item .txt h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .component.steps .list li:last-of-type {
    margin-bottom: 0px;
  }
}
@media (max-width: 580px) {
  .component.steps {
    margin-bottom: 25px;
  }
  .component.steps .list .list-item {
    margin-bottom: 15px;
    padding-left: 50px;
    min-height: 40px;
  }
  .component.steps .list .list-item .icon {
    width: 40px;
    position: absolute;
    top: -5px;
    right: auto;
    bottom: auto;
    left: 0px;
  }
  .component.steps .list .list-item .txt li,
  .component.steps .list .list-item .txt p {
    font-size: 14px;
  }
  .component.steps .list .list-item .txt h2, .component.steps .list .list-item .txt h1, .component.steps .list .list-item .txt h3 {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .component.steps .list li:last-of-type {
    margin-bottom: 0px;
  }
}
.component.side-image {
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.component.side-image:before {
  content: "";
  display: block;
  opacity: 0.35;
  z-index: 1;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 2;
}
.component.side-image.red:before {
  background: #CB4F2D;
}
.component.side-image.violet:before {
  background: #351F53;
}
.component.side-image.violet-light:before {
  background: #5C3A88;
}
.component.side-image.blue:before {
  background: #4594B9;
}
.component.side-image.image-right .row > div:nth-of-type(2) {
  order: 999;
}
.component.side-image .container {
  z-index: 2;
}
.component.side-image .component-header h2 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 50px;
}
.component.side-image .img {
  font-size: 0px;
  line-height: 0;
}
.component.side-image .img img {
  width: 100%;
}
.component.side-image .article p {
  margin-bottom: 25px;
  color: #351F53;
}
.component.side-image .article p:last-of-type {
  margin-bottom: 0px;
}
.component.side-image .article span {
  /*color:inherit !important;*/
}
.component.side-image .article a {
  /*color:$text-color !important;*/
  text-decoration: underline;
}
.component.side-image .article a:hover {
  text-decoration: none;
}
.component.side-image .article a span {
  /*color:inherit !important;*/
}
.component.side-image .article h1, .component.side-image .article p.h1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 25px;
}
.component.side-image .article h2, .component.side-image .article p.h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 25px;
}
.component.side-image .article h3, .component.side-image .article p.h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 25px;
}
.component.side-image .article h4, .component.side-image .article p.h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 25px;
}

@media (max-width: 1140px) {
  .component.side-image {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .component.side-image .component-header h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .component.side-image .article p {
    margin-bottom: 15px;
  }
  .component.side-image .article p:last-of-type {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .component.side-image {
    padding-bottom: 5px;
  }
  .component.side-image .img,
  .component.side-image .article {
    margin-bottom: 25px;
  }
}
@media (max-width: 580px) {
  .component.side-image {
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 5px;
  }
  .component.side-image .img,
  .component.side-image .article {
    margin-bottom: 15px;
  }
  .component.side-image .component-header h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .component.side-image .article p {
    margin-bottom: 15px;
  }
  .component.side-image .article p:last-of-type {
    margin-bottom: 0px;
  }
  .component.side-image .article h1, .component.side-image .article p.h1 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Playfair Display", sans-serif;
    margin-bottom: 15px;
  }
  .component.side-image .article h2, .component.side-image .article p.h2 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Playfair Display", sans-serif;
    margin-bottom: 15px;
  }
  .component.side-image .article h3, .component.side-image .article p.h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Playfair Display", sans-serif;
    margin-bottom: 15px;
  }
  .component.side-image .article h4, .component.side-image .article p.h4 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Playfair Display", sans-serif;
    margin-bottom: 15px;
  }
}
.component.icon-columns {
  margin-bottom: 50px;
}
.component.icon-columns .component-header h2 {
  font-size: 45px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 50px;
}
.component.icon-columns .row-center {
  justify-content: center;
}
.component.icon-columns .column-item {
  padding: 0px 15px;
}
.component.icon-columns .column-item .img {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0px;
  line-height: 0;
  margin-bottom: 25px;
}
.component.icon-columns .column-item .img img {
  width: 80%;
  max-width: 100px;
  aspect-ratio: 1/1;
}
.component.icon-columns .column-item .txt {
  text-align: center;
}
.component.icon-columns .column-item .txt p {
  font-size: 20px;
  line-height: 1.3;
}
.component.icon-columns .column-item .txt h2, .component.icon-columns .column-item .txt h1, .component.icon-columns .column-item .txt h3 {
  font-size: 30px;
  line-height: 1.2;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 15px;
}
.component.icon-columns.type-2 .component-header h2 {
  font-size: 35px;
}

@media (max-width: 1140px) {
  .component.icon-columns .component-header h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .component.icon-columns .column-item {
    padding: 0px 15px;
  }
  .component.icon-columns .column-item .img {
    margin-bottom: 15px;
  }
  .component.icon-columns .column-item .txt p {
    font-size: 16px;
  }
  .component.icon-columns .column-item .txt h2, .component.icon-columns .column-item .txt h1, .component.icon-columns .column-item .txt h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .component.icon-columns.type-2 .component-header h2 {
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  .component.icon-columns {
    margin-bottom: 25px;
  }
  .component.icon-columns .component-header h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .component.icon-columns .column-item {
    padding: 0px 15px;
  }
  .component.icon-columns .column-item .img {
    margin-bottom: 10px;
  }
  .component.icon-columns .column-item .txt p {
    font-size: 14px;
  }
  .component.icon-columns .column-item .txt h2, .component.icon-columns .column-item .txt h1, .component.icon-columns .column-item .txt h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .component.icon-columns.type-2 .component-header h2 {
    font-size: 16px;
  }
}
.component.mailerlite {
  margin-bottom: 50px;
}
.component.mailerlite.popup {
  position: fixed;
  z-index: 200000 !important;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #a5a5a5;
  background-color: rgba(31, 31, 31, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s linear;
}
.component.mailerlite.popup.active {
  opacity: 1;
  visibility: visible;
}
.component.mailerlite.popup .container {
  max-width: none;
  width: 100%;
  padding: 0px !important;
  height: 100%;
}
.component.mailerlite.popup .container .row {
  width: 100%;
  height: 100%;
  margin: 0px !important;
}
.component.mailerlite.popup .container .row > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.component.mailerlite.popup .mailerlite-content {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 25px;
  position: relative;
}
.component.mailerlite.popup .mailerlite-content .close {
  background: #351F53 url("https://assets.calendly.com/assets/external/close-icon.svg") center center no-repeat;
  background-size: 19px 19px;
  color: #fff;
  cursor: pointer;
  width: 35px;
  height: 35px;
  position: absolute;
  right: -17px;
  top: -17px;
  padding: 0px;
  border: 1px #FFFFFF solid;
  border-radius: 50%;
}

@media (max-width: 580px) {
  .component.mailerlite {
    margin-bottom: 25px;
  }
}
.component {
  overflow: hidden;
  position: relative;
}

.component .container {
  z-index: 2;
  position: relative;
}

.deco {
  display: block;
  position: absolute;
  z-index: 1;
  width: 1082px;
  height: 1338px;
  left: 50%;
  margin-left: -540px;
}
.deco.deco-dark {
  background: transparent url("../gfx/background/heart-dark.svg") center center no-repeat;
  background-size: contain;
}
.deco.deco-light {
  background: transparent url("../gfx/background/heart-light.svg") center center no-repeat;
  background-size: contain;
}

.component.contacts .deco-1 {
  top: -320px;
  transform: translateX(440px);
}
.component.contacts .deco-2 {
  top: 220px;
  transform: translateX(-620px);
}

.component.blogposts .deco-1 {
  top: -270px;
  transform: translateX(900px);
}
.component.blogposts .deco-2 {
  top: -160px;
  transform: translateX(-790px);
}

.component.services .deco-1 {
  top: -190px;
  transform: translateX(790px);
}
.component.services .deco-2 {
  top: -640px;
  transform: translateX(-790px);
}

/* tweaks */
/*@import '_compColorOptions';*/

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