@charset "UTF-8";
/*mediaWidthFullHdDesktop-1700*/
/*mediaWidthHdDesktop-1520*/
/*mediaWidthBigDesktop-1400*/
/*mediaWidthDesktop -1200*/
/*WidthTabletLand-1024*/
/*WidthTabletLand-992*/
/*WidthTabletLand-768*/
/*WidthTabletLand-576*/
/*WidthTabletLand-420*/
@font-face {
  font-family: 'myriadpro';
  src: local("../fonts/myriadpro-bold"), local("../fonts/myriadpro-bold"), url("../fonts/myriadpro-bold.otf") format("otf"), url("../fonts/myriadpro-bold.eot") format("eot"),url("../fonts/myriadpro-bold.woff") format("woff"), url("../fonts/myriadpro-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
    font-family: 'myriadpro';
    src: local("../fonts/myriadpro-light"), local("../fonts/myriadpro-light"), url("../fonts/myriadpro-light.otf") format("otf"), url("../fonts/myriadpro-light.eot") format("eot"),url("../fonts/myriadpro-light.woff") format("woff"), url("../fonts/myriadpro-light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal; }
@font-face {
    font-family: 'myriadpro';
    src: local("../fonts/myriadpro-reqular"), local("../fonts/myriadpro-reqular"), url("../fonts/myriadpro-reqular.otf") format("otf"), url("../fonts/myriadpro-reqular.eot") format("eot"),url("../fonts/myriadpro-reqular.woff") format("woff"), url("../fonts/myriadpro-reqular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal; }
    @font-face {
    font-family: 'EgyptienneFLTStd-Roman';
    src: local("../fonts/EgyptienneFLTStd-Roman"), local("../fonts/EgyptienneFLTStd-Roman"), url("../fonts/myriadpro-reqular.otf") format("otf"), url("../fonts/EgyptienneFLTStd-Roman.eot") format("eot"),url("../fonts/EgyptienneFLTStd-Roman.woff") format("woff"), url("../fonts/EgyptienneFLTStd-Roman.ttf") format("truetype");
    font-weight: 400;
    font-style: normal; }

@font-face {
  	font-family: LibreBaskerville;
  	src: url("../fonts/LibreBaskerville-Regular.ttf");
	font-weight: 400;
	font-style: normal;
}

@font-face {
  	font-family: LibreBaskerville;
  	src: url("../fonts/LibreBaskerville-Italic.ttf");
	font-weight: 400;
	font-style: italic;
}

@font-face {
  	font-family: LibreBaskerville;
  	src: url("../fonts/LibreBaskerville-Bold.ttf");
	font-weight: 700;
	font-style: normal;
}

html, body, div, span, applet, object, iframe, main,
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, button, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  outline: none;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

main, article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block; }

html {
  font: 16px/32px 'myriadpro', sans-serif; }

body {
  color: #2B3139;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none; }
  body.body_active {
    overflow: hidden; }

html,
body {
  min-height: 100%; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
/*   overflow: hidden;
overflow-y: auto; */
  opacity: 0.1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .wrapper.wrapper_ready-load {
    opacity: 1; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
  font-family: "LibreBaskerville", sans-serif; }
  h1:not(:last-child),
  h2:not(:last-child),
  h3:not(:last-child),
  h4:not(:last-child),
  h5:not(:last-child),
  h6:not(:last-child),
  .h1:not(:last-child),
  .h2:not(:last-child),
  .h3:not(:last-child),
  .h4:not(:last-child),
  .h5:not(:last-child),
  .h6:not(:last-child) {
    margin: 0 0 2rem; }

h1,
.h1 {
  font-size: 1.75rem;
  line-height: 2.25rem; }
  @media screen and (min-width: 992px) {
    h1,
    .h1 {
      font-size: 2.5rem;
      line-height: 3rem; } }

h2,
.h2 {
  font-size: 1.5rem;
  line-height: 2.25rem; }
  @media screen and (min-width: 992px) {
    h2,
    .h2 {
      font-size: 1.75rem;
      line-height: 2.25rem; } }

h3,
.h3 {
  font-size: 1.25rem;
  line-height: 1.75rem; }
  @media screen and (min-width: 992px) {
    h3,
    .h3 {
      font-size: 1.5rem;
      line-height: 2.25rem; } }

h4,
.h4 {
  font-size: 1.25rem;
  line-height: 1.5rem; }
  @media screen and (min-width: 992px) {
    h4,
    .h4 {
      font-size: 1.25rem;
      line-height: 2rem; } }
  h4:not(:last-child),
  .h4:not(:last-child) {
    margin: 0 0 1rem; }

h5,
.h5 {
  font-size: 1rem;
  line-height: 1.5rem; }
  @media screen and (min-width: 992px) {
    h5,
    .h5 {
      font-size: 1.25rem;
      line-height: 1.5rem; } }
  h5:not(:last-child),
  .h5:not(:last-child) {
    margin: 0 0 1rem; }

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.5rem; }
  h6:not(:last-child),
  .h6:not(:last-child) {
    margin: 0 0 1rem; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #2B3139;
  text-decoration: none; }
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover {
    text-decoration: underline; }

strong {
  font-weight: 600; }

a {
  color: #27348A;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

ul, p, ol {
  padding: 0;
  margin-bottom: 0; }
  ul:not(:last-child), p:not(:last-child), ol:not(:last-child) {
    margin-bottom: 2rem; }
  ul:empty, p:empty, ol:empty {
    display: none; }

ul,
ol {
  list-style: none; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin: 0.5rem 0; }
  ul li,
  ol li {
    margin: 0 0 0.5rem; }

img,
svg {
  outline: none;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto; }
  img:not(:last-child),
  svg:not(:last-child) {
    margin-bottom: 2rem; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
  margin-bottom: 2rem;
  table-layout: fixed; }
  table td,
  table th {
    border-bottom: 1px solid #F7A601;
    border-top: 1px solid #F7A601;
    text-align: left;
    padding: 0.5rem 1.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media screen and (min-width: 992px) {
      table td,
      table th {
        padding: 1.25rem 1.5rem; } }
  table th {
    font-weight: 600;
    background-color: #F7A601; }

sup,
.sup {
  font-size: 0.75rem;
  position: relative;
  top: -0.25rem; }

blockquote {
  font-style: italic;
  padding-left: 1.25rem;
  margin-bottom: 2rem;
  border-left: 1.125rem solid #F7A601; }
  @media screen and (min-width: 992px) {
    blockquote {
      margin-left: 2rem; } }

q,
.q {
  quotes: "\00ab" "\00bb";
  display: block;
  margin-bottom: 2rem;
  padding: 0 3rem;
  position: relative; }
  @media screen and (min-width: 992px) {
    q,
    .q {
      margin-bottom: 4rem;
      padding: 0 6rem; } }
  q:before, q:after,
  .q:before,
  .q:after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("../images/„.png");
    background-position: bottom;
    background-repeat: no-repeat; }
    @media screen and (min-width: 992px) {
      q:before, q:after,
      .q:before,
      .q:after {
        left: 2rem; } }
  q:after,
  .q:after {
    bottom: auto;
    left: auto;
    top: 0;
    right: 0;
    background-image: url("../images/“.png");
    background-position: top; }
    @media screen and (min-width: 992px) {
      q:after,
      .q:after {
        right: 2rem; } }

.container {
  width: 80rem;
  max-width: 85%;
  margin: 0 auto; }
  .container.container_tiny {
    width: 54rem; }
  .container.container_secondary {
    width: 64rem; }
  .container.container_tertiary {
    width: 112rem; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 2rem);
  margin: 0 -1rem; }

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col.col_1 {
    width: 8.3333%; }
  .col.col_2 {
    width: 16.666%; }
  .col.col_3 {
    width: 25%; }
  .col.col_4 {
    width: 33.3%; }
  .col.col_5 {
    width: 41.666667%; }
  .col.col_6 {
    width: 50%; }
  .col.col_7 {
    width: 58.333333%; }
  .col.col_8 {
    width: 66.666667%; }
  .col.col_9 {
    width: 75%; }
  .col.col_10 {
    width: 83.333333%; }
  .col.col_11 {
    width: 91.666667%; }
  .col.col_12 {
    width: 100%; }
  @media (max-width: 1699px) {
    .col.col_hd-desktop-2 {
      width: 16.66%; }
    .col.col_hd-desktop-3 {
      width: 25%; }
    .col.col_hd-desktop-4 {
      width: 33.3%; }
    .col.col_hd-desktop-5 {
      width: 41.666667%; }
    .col.col_hd-desktop-6 {
      width: 50%; }
    .col.col_hd-desktop-7 {
      width: 58.333333%; }
    .col.col_hd-desktop-8 {
      width: 66.666667%; }
    .col.col_hd-desktop-9 {
      width: 75%; }
    .col.col_hd-desktop-10 {
      width: 83.333333%; }
    .col.col_hd-desktop-11 {
      width: 91.666667%; }
    .col.col_hd-desktop-12 {
      width: 100%; } }
  @media (max-width: 1399px) {
    .col.col_big-desktop-2 {
      width: 16.66%; }
    .col.col_big-desktop-3 {
      width: 25%; }
    .col.col_big-desktop-4 {
      width: 33.3%; }
    .col.col_big-desktop-5 {
      width: 41.666667%; }
    .col.col_big-desktop-6 {
      width: 50%; }
    .col.col_big-desktop-7 {
      width: 58.333333%; }
    .col.col_big-desktop-8 {
      width: 66.666667%; }
    .col.col_big-desktop-9 {
      width: 75%; }
    .col.col_big-desktop-10 {
      width: 83.333333%; }
    .col.col_big-desktop-11 {
      width: 91.666667%; }
    .col.col_big-desktop-12 {
      width: 100%; } }
  @media (max-width: 1199px) {
    .col.col_middle-desktop-2 {
      width: 16.66%; }
    .col.col_middle-desktop-3 {
      width: 25%; }
    .col.col_middle-desktop-4 {
      width: 33.3%; }
    .col.col_middle-desktop-5 {
      width: 41.666667%; }
    .col.col_middle-desktop-6 {
      width: 50%; }
    .col.col_middle-desktop-7 {
      width: 58.333333%; }
    .col.col_middle-desktop-8 {
      width: 66.666667%; }
    .col.col_middle-desktop-9 {
      width: 75%; }
    .col.col_middle-desktop-10 {
      width: 83.333333%; }
    .col.col_middle-desktop-11 {
      width: 91.666667%; }
    .col.col_middle-desktop-12 {
      width: 100%; } }
  @media screen and (max-width: 1024px) {
    .col.col_desktop-2 {
      width: 16.66%; }
    .col.col_desktop-3 {
      width: 25%; }
    .col.col_desktop-4 {
      width: 33.3%; }
    .col.col_desktop-5 {
      width: 41.666667%; }
    .col.col_desktop-6 {
      width: 50%; }
    .col.col_desktop-7 {
      width: 58.333333%; }
    .col.col_desktop-8 {
      width: 66.666667%; }
    .col.col_desktop-9 {
      width: 75%; }
    .col.col_desktop-10 {
      width: 83.333333%; }
    .col.col_desktop-11 {
      width: 91.666667%; }
    .col.col_desktop-12 {
      width: 100%; } }
  @media screen and (max-width: 991px) {
    .col.col_tab-3 {
      width: 25%; }
    .col.col_tab-4 {
      width: 33.3%; }
    .col.col_tab-5 {
      width: 41.666667%; }
    .col.col_tab-6 {
      width: 50%; }
    .col.col_tab-7 {
      width: 58.333333%; }
    .col.col_tab-8 {
      width: 66.666667%; }
    .col.col_tab-9 {
      width: 75%; }
    .col.col_tab-10 {
      width: 83.333333%; }
    .col.col_tab-11 {
      width: 91.666667%; }
    .col.col_tab-12 {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .col.col_mob-3 {
      width: 25%; }
    .col.col_mob-4 {
      width: 33.3%; }
    .col.col_mob-6 {
      width: 50%; }
    .col.col_mob-8 {
      width: 66.666667%; }
    .col.col_mob-12 {
      width: 100%; } }
  @media screen and (max-width: 576px) {
    .col.col_mob-p-12 {
      width: 100%; } }

.dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 992px) {
    .dl {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .dl .dt {
    width: 6.75rem;
    margin-bottom: 2rem; }
    @media screen and (min-width: 992px) {
      .dl .dt {
        margin-right: 0;
        margin-right: 1rem; } }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.d-block {
  display: block; }

.d-none {
  display: none; }

.d-sm-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.d-sm-block {
  display: block; }

.d-sm-none {
  display: none; }

.d-md-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.d-md-block {
  display: block; }

.d-md-none {
  display: none; }

.d-lg-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.d-lg-block {
  display: block; }

.d-lg-none {
  display: none; }

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

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

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

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

.text-sm-left {
  text-align: left; }

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

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

.text-md-left {
  text-align: left; }

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

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

.text-lg-left {
  text-align: left; }

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

.direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.direction-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

@media screen and (min-width: 577px) {
  .direction-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .direction-sm-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media screen and (min-width: 992px) {
  .direction-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .direction-md-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (min-width: 1200px) {
  .direction-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .direction-lg-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.justify-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.justify-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.justify-sm-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.justify-sm-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.justify-sm-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.justify-sm-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.justify-md-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.justify-md-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.justify-md-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.justify-md-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.justify-lg-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.justify-lg-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.justify-lg-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.justify-lg-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.align-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-sm-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.align-sm-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-sm-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-md-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.align-md-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-md-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-lg-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.align-lg-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-lg-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 2rem; }

.mt-3 {
  margin-top: 3rem; }

.mt-4 {
  margin-top: 4rem; }

.mt-5 {
  margin-top: 5rem; }

.mt-6 {
  margin-top: 6rem; }

.mt-7 {
  margin-top: 7rem; }

.mt-8 {
  margin-top: 8rem; }

.mt-9 {
  margin-top: 9rem; }

.mt-10 {
  margin-top: 10rem; }

.mt-11 {
  margin-top: 11rem; }

.mt-12 {
  margin-top: 12rem; }

.mt-13 {
  margin-top: 13rem; }

.mt-14 {
  margin-top: 14rem; }

.mt-15 {
  margin-top: 15rem; }

.mt-16 {
  margin-top: 16rem; }

.mr-1 {
  margin-right: 1rem; }

.mr-2 {
  margin-right: 2rem; }

.mr-3 {
  margin-right: 3rem; }

.mr-4 {
  margin-right: 4rem; }

.mr-5 {
  margin-right: 5rem; }

.mr-6 {
  margin-right: 6rem; }

.mr-7 {
  margin-right: 7rem; }

.mr-8 {
  margin-right: 8rem; }

.mr-9 {
  margin-right: 9rem; }

.mr-10 {
  margin-right: 10rem; }

.mr-11 {
  margin-right: 11rem; }

.mr-12 {
  margin-right: 12rem; }

.mr-13 {
  margin-right: 13rem; }

.mr-14 {
  margin-right: 14rem; }

.mt-15 {
  margin-right: 15rem; }

.mt-16 {
  margin-right: 16rem; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 2rem; }

.mb-3 {
  margin-bottom: 3rem; }

.mb-4 {
  margin-bottom: 4rem; }

.mb-5 {
  margin-bottom: 5rem; }

.mb-6 {
  margin-bottom: 6rem; }

.mb-7 {
  margin-bottom: 7rem; }

.mb-8 {
  margin-bottom: 8rem; }

.mb-9 {
  margin-bottom: 9rem; }

.mb-10 {
  margin-bottom: 10rem; }

.mb-11 {
  margin-bottom: 11rem; }

.mb-12 {
  margin-bottom: 12rem; }

.mb-13 {
  margin-bottom: 13rem; }

.mb-14 {
  margin-bottom: 14rem; }

.mb-15 {
  margin-bottom: 15rem; }

.mb-16 {
  margin-bottom: 16rem; }

.ml-1 {
  margin-left: 1rem; }

.ml-2 {
  margin-left: 2rem; }

.ml-3 {
  margin-left: 3rem; }

.ml-4 {
  margin-left: 4rem; }

.ml-5 {
  margin-left: 5rem; }

.ml-6 {
  margin-left: 6rem; }

.ml-7 {
  margin-left: 7rem; }

.ml-8 {
  margin-left: 8rem; }

.ml-9 {
  margin-left: 9rem; }

.ml-10 {
  margin-left: 10rem; }

.ml-11 {
  margin-left: 11rem; }

.ml-12 {
  margin-left: 12rem; }

.ml-13 {
  margin-left: 13rem; }

.ml-14 {
  margin-left: 14rem; }

.ml-15 {
  margin-left: 15rem; }

.ml-16 {
  margin-left: 16rem; }

@media screen and (min-width: 577px) {
  .mt-sm-1 {
    margin-top: 1rem; }
  .mt-sm-2 {
    margin-top: 2rem; }
  .mt-sm-3 {
    margin-top: 3rem; }
  .mt-sm-4 {
    margin-top: 4rem; }
  .mt-sm-5 {
    margin-top: 5rem; }
  .mt-sm-6 {
    margin-top: 6rem; }
  .mt-sm-7 {
    margin-top: 7rem; }
  .mt-sm-8 {
    margin-top: 8rem; }
  .mt-sm-9 {
    margin-top: 9rem; }
  .mt-sm-10 {
    margin-top: 10rem; }
  .mt-sm-11 {
    margin-top: 11rem; }
  .mt-sm-12 {
    margin-top: 12rem; }
  .mt-sm-13 {
    margin-top: 13rem; }
  .mt-sm-14 {
    margin-top: 14rem; }
  .mt-sm-15 {
    margin-top: 15rem; }
  .mt-sm-16 {
    margin-top: 16rem; }
  .mr-sm-1 {
    margin-right: 1rem; }
  .mr-sm-2 {
    margin-right: 2rem; }
  .mr-sm-3 {
    margin-right: 3rem; }
  .mr-sm-4 {
    margin-right: 4rem; }
  .mr-sm-5 {
    margin-right: 5rem; }
  .mr-sm-6 {
    margin-right: 6rem; }
  .mr-sm-7 {
    margin-right: 7rem; }
  .mr-sm-8 {
    margin-right: 8rem; }
  .mr-sm-9 {
    margin-right: 9rem; }
  .mr-sm-10 {
    margin-right: 10rem; }
  .mr-sm-11 {
    margin-right: 11rem; }
  .mr-sm-12 {
    margin-right: 12rem; }
  .mr-sm-13 {
    margin-right: 13rem; }
  .mr-sm-14 {
    margin-right: 14rem; }
  .mr-sm-15 {
    margin-right: 15rem; }
  .mr-sm-16 {
    margin-right: 16rem; }
  .mb-sm-1 {
    margin-bottom: 1rem; }
  .mb-sm-2 {
    margin-bottom: 2rem; }
  .mb-sm-3 {
    margin-bottom: 3rem; }
  .mb-sm-4 {
    margin-bottom: 4rem; }
  .mb-sm-5 {
    margin-bottom: 5rem; }
  .mb-sm-6 {
    margin-bottom: 6rem; }
  .mb-sm-7 {
    margin-bottom: 7rem; }
  .mb-sm-8 {
    margin-bottom: 8rem; }
  .mb-sm-9 {
    margin-bottom: 9rem; }
  .mb-sm-10 {
    margin-bottom: 10rem; }
  .mb-sm-11 {
    margin-bottom: 11rem; }
  .mb-sm-12 {
    margin-bottom: 12rem; }
  .mb-sm-13 {
    margin-bottom: 13rem; }
  .mb-sm-14 {
    margin-bottom: 14rem; }
  .mb-sm-15 {
    margin-bottom: 15rem; }
  .mb-sm-16 {
    margin-bottom: 16rem; }
  .ml-sm-1 {
    margin-left: 1rem; }
  .ml-sm-2 {
    margin-left: 2rem; }
  .ml-sm-3 {
    margin-left: 3rem; }
  .ml-sm-4 {
    margin-left: 4rem; }
  .ml-sm-5 {
    margin-left: 5rem; }
  .ml-sm-6 {
    margin-left: 6rem; }
  .ml-sm-7 {
    margin-left: 7rem; }
  .ml-sm-8 {
    margin-left: 8rem; }
  .ml-sm-9 {
    margin-left: 9rem; }
  .ml-sm-10 {
    margin-left: 10rem; }
  .ml-sm-11 {
    margin-left: 11rem; }
  .ml-sm-12 {
    margin-left: 12rem; }
  .ml-sm-13 {
    margin-left: 13rem; }
  .ml-sm-14 {
    margin-left: 14rem; }
  .ml-sm-15 {
    margin-left: 15rem; }
  .ml-sm-16 {
    margin-left: 16rem; } }

@media screen and (min-width: 992px) {
  .mt-md-1 {
    margin-top: 1rem; }
  .mt-md-2 {
    margin-top: 2rem; }
  .mt-md-3 {
    margin-top: 3rem; }
  .mt-md-4 {
    margin-top: 4rem; }
  .mt-md-5 {
    margin-top: 5rem; }
  .mt-md-6 {
    margin-top: 6rem; }
  .mt-md-7 {
    margin-top: 7rem; }
  .mt-md-8 {
    margin-top: 8rem; }
  .mt-md-9 {
    margin-top: 9rem; }
  .mt-md-10 {
    margin-top: 10rem; }
  .mt-md-11 {
    margin-top: 11rem; }
  .mt-md-12 {
    margin-top: 12rem; }
  .mt-md-13 {
    margin-top: 13rem; }
  .mt-md-14 {
    margin-top: 14rem; }
  .mt-md-15 {
    margin-top: 15rem; }
  .mt-md-16 {
    margin-top: 16rem; }
  .mr-md-1 {
    margin-right: 1rem; }
  .mr-md-2 {
    margin-right: 2rem; }
  .mr-md-3 {
    margin-right: 3rem; }
  .mr-md-4 {
    margin-right: 4rem; }
  .mr-md-5 {
    margin-right: 5rem; }
  .mr-md-6 {
    margin-right: 6rem; }
  .mr-md-7 {
    margin-right: 7rem; }
  .mr-md-8 {
    margin-right: 8rem; }
  .mr-md-9 {
    margin-right: 9rem; }
  .mr-md-10 {
    margin-right: 10rem; }
  .mr-md-11 {
    margin-right: 11rem; }
  .mr-md-12 {
    margin-right: 12rem; }
  .mr-md-13 {
    margin-right: 13rem; }
  .mr-md-14 {
    margin-right: 14rem; }
  .mr-md-15 {
    margin-right: 15rem; }
  .mr-md-16 {
    margin-right: 16rem; }
  .mb-md-1 {
    margin-bottom: 1rem; }
  .mb-md-2 {
    margin-bottom: 2rem; }
  .mb-md-3 {
    margin-bottom: 3rem; }
  .mb-md-4 {
    margin-bottom: 4rem; }
  .mb-md-5 {
    margin-bottom: 5rem; }
  .mb-md-6 {
    margin-bottom: 6rem; }
  .mb-md-7 {
    margin-bottom: 7rem; }
  .mb-md-8 {
    margin-bottom: 8rem; }
  .mb-md-9 {
    margin-bottom: 9rem; }
  .mb-md-10 {
    margin-bottom: 10rem; }
  .mb-md-11 {
    margin-bottom: 11rem; }
  .mb-md-12 {
    margin-bottom: 12rem; }
  .mb-md-13 {
    margin-bottom: 13rem; }
  .mb-md-14 {
    margin-bottom: 14rem; }
  .mb-md-15 {
    margin-bottom: 15rem; }
  .mb-md-16 {
    margin-bottom: 16rem; }
  .ml-md-1 {
    margin-left: 1rem; }
  .ml-md-2 {
    margin-left: 2rem; }
  .ml-md-3 {
    margin-left: 3rem; }
  .ml-md-4 {
    margin-left: 4rem; }
  .ml-md-5 {
    margin-left: 5rem; }
  .ml-md-6 {
    margin-left: 6rem; }
  .ml-md-7 {
    margin-left: 7rem; }
  .ml-md-8 {
    margin-left: 8rem; }
  .ml-md-9 {
    margin-left: 9rem; }
  .ml-md-10 {
    margin-left: 10rem; }
  .ml-md-11 {
    margin-left: 11rem; }
  .ml-md-12 {
    margin-left: 12rem; }
  .ml-md-13 {
    margin-left: 13rem; }
  .ml-md-14 {
    margin-left: 14rem; }
  .ml-md-15 {
    margin-left: 15rem; }
  .ml-md-16 {
    margin-left: 16rem; } }

@media (min-width: 1200px) {
  .mt-lg-1 {
    margin-top: 1rem; }
  .mt-lg-2 {
    margin-top: 2rem; }
  .mt-lg-3 {
    margin-top: 3rem; }
  .mt-lg-4 {
    margin-top: 4rem; }
  .mt-lg-5 {
    margin-top: 5rem; }
  .mt-lg-6 {
    margin-top: 6rem; }
  .mt-lg-7 {
    margin-top: 7rem; }
  .mt-lg-8 {
    margin-top: 8rem; }
  .mt-lg-9 {
    margin-top: 9rem; }
  .mt-lg-10 {
    margin-top: 10rem; }
  .mt-lg-11 {
    margin-top: 11rem; }
  .mt-lg-12 {
    margin-top: 12rem; }
  .mb-lg-13 {
    margin-top: 13rem; }
  .mb-lg-14 {
    margin-top: 14rem; }
  .mb-lg-15 {
    margin-top: 15rem; }
  .mb-lg-16 {
    margin-top: 16rem; }
  .mr-lg-1 {
    margin-right: 1rem; }
  .mr-lg-2 {
    margin-right: 2rem; }
  .mr-lg-3 {
    margin-right: 3rem; }
  .mr-lg-4 {
    margin-right: 4rem; }
  .mr-lg-5 {
    margin-right: 5rem; }
  .mr-lg-6 {
    margin-right: 6rem; }
  .mr-lg-7 {
    margin-right: 7rem; }
  .mr-lg-8 {
    margin-right: 8rem; }
  .mr-lg-9 {
    margin-right: 9rem; }
  .mr-lg-10 {
    margin-right: 10rem; }
  .mr-lg-11 {
    margin-right: 11rem; }
  .mr-lg-12 {
    margin-right: 12rem; }
  .mr-lg-13 {
    margin-right: 13rem; }
  .mr-lg-14 {
    margin-right: 14rem; }
  .mr-lg-15 {
    margin-right: 15rem; }
  .mr-lg-16 {
    margin-right: 16rem; }
  .mb-lg-1 {
    margin-bottom: 1rem; }
  .mb-lg-2 {
    margin-bottom: 2rem; }
  .mb-lg-3 {
    margin-bottom: 3rem; }
  .mb-lg-4 {
    margin-bottom: 4rem; }
  .mb-lg-5 {
    margin-bottom: 5rem; }
  .mb-lg-6 {
    margin-bottom: 6rem; }
  .mb-lg-7 {
    margin-bottom: 7rem; }
  .mb-lg-8 {
    margin-bottom: 8rem; }
  .mb-lg-9 {
    margin-bottom: 9rem; }
  .mb-lg-10 {
    margin-bottom: 10rem; }
  .mb-lg-11 {
    margin-bottom: 11rem; }
  .mb-lg-12 {
    margin-bottom: 12rem; }
  .mb-lg-13 {
    margin-bottom: 13rem; }
  .mb-lg-14 {
    margin-bottom: 14rem; }
  .mb-lg-15 {
    margin-bottom: 15rem; }
  .mb-lg-16 {
    margin-bottom: 16rem; }
  .ml-lg-1 {
    margin-left: 1rem; }
  .ml-lg-2 {
    margin-left: 2rem; }
  .ml-lg-3 {
    margin-left: 3rem; }
  .ml-lg-4 {
    margin-left: 4rem; }
  .ml-lg-5 {
    margin-left: 5rem; }
  .ml-lg-6 {
    margin-left: 6rem; }
  .ml-lg-7 {
    margin-left: 7rem; }
  .ml-lg-8 {
    margin-left: 8rem; }
  .ml-lg-9 {
    margin-left: 9rem; }
  .ml-lg-10 {
    margin-left: 10rem; }
  .ml-lg-11 {
    margin-left: 11rem; }
  .ml-lg-12 {
    margin-left: 12rem; }
  .ml-lg-13 {
    margin-left: 13rem; }
  .ml-lg-14 {
    margin-left: 14rem; }
  .ml-lg-15 {
    margin-left: 15rem; }
  .ml-lg-16 {
    margin-left: 16rem; } }

.pt-1 {
  padding-top: 1rem; }

.pt-2 {
  padding-top: 2rem; }

.pt-3 {
  padding-top: 3rem; }

.pt-4 {
  padding-top: 4rem; }

.pt-5 {
  padding-top: 5rem; }

.pt-6 {
  padding-top: 6rem; }

.pt-7 {
  padding-top: 7rem; }

.p-8 {
  padding-top: 8rem; }

.pt-9 {
  padding-top: 9rem; }

.pt-10 {
  padding-top: 10rem; }

.pt-11 {
  padding-top: 11rem; }

.pt-12 {
  padding-top: 12rem; }

.pt-13 {
  padding-top: 13rem; }

.pt-14 {
  padding-top: 14rem; }

.pt-15 {
  padding-top: 15rem; }

.pt-16 {
  padding-top: 16rem; }

.pr-1 {
  padding-right: 1rem; }

.pr-2 {
  padding-right: 2rem; }

.pr-3 {
  padding-right: 3rem; }

.pr-4 {
  padding-right: 4rem; }

.pr-5 {
  padding-right: 5rem; }

.pr-6 {
  padding-right: 6rem; }

.pr-7 {
  padding-right: 7rem; }

.pr-8 {
  padding-right: 8rem; }

.pr-9 {
  padding-right: 9rem; }

.pr-10 {
  padding-right: 10rem; }

.pr-11 {
  padding-right: 11rem; }

.pr-12 {
  padding-right: 12rem; }

.pb-1 {
  padding-bottom: 1rem; }

.pb-2 {
  padding-bottom: 2rem; }

.pb-3 {
  padding-bottom: 3rem; }

.pb-4 {
  padding-bottom: 4rem; }

.pb-5 {
  padding-bottom: 5rem; }

.pb-6 {
  padding-bottom: 6rem; }

.pb-7 {
  padding-bottom: 7rem; }

.pb-8 {
  padding-bottom: 8rem; }

.pb-9 {
  padding-bottom: 9rem; }

.pb-10 {
  padding-bottom: 10rem; }

.pb-11 {
  padding-bottom: 11rem; }

.pb-12 {
  padding-bottom: 12rem; }

.pb-13 {
  padding-bottom: 13rem; }

.pb-14 {
  padding-bottom: 14rem; }

.pb-15 {
  padding-bottom: 15rem; }

.pb-16 {
  padding-bottom: 16rem; }

.pl-1 {
  padding-left: 1rem; }

.pl-2 {
  padding-left: 2rem; }

.pl-3 {
  padding-left: 3rem; }

.pl-4 {
  padding-left: 4rem; }

.pl-5 {
  padding-left: 5rem; }

.pl-6 {
  padding-left: 6rem; }

.pl-7 {
  padding-left: 7rem; }

.pl-8 {
  padding-left: 8rem; }

.pl-9 {
  padding-left: 9rem; }

.pl-10 {
  padding-left: 10rem; }

.pl-11 {
  padding-left: 11rem; }

.pl-12 {
  padding-left: 12rem; }

.pl-13 {
  padding-left: 13rem; }

.pl-14 {
  padding-left: 14rem; }

.pl-15 {
  padding-left: 15rem; }

.pl-16 {
  padding-left: 16rem; }

@media screen and (min-width: 577px) {
  .pt-sm-1 {
    padding-top: 1rem; }
  .p-sm-2 {
    padding-top: 2rem; }
  .pt-sm-3 {
    padding-top: 3rem; }
  .pt-sm-4 {
    padding-top: 4rem; }
  .pt-sm-5 {
    padding-top: 5rem; }
  .pt-sm-6 {
    padding-top: 6rem; }
  .pt-sm-7 {
    padding-top: 7rem; }
  .pt-sm-8 {
    padding-top: 8rem; }
  .pt-sm-9 {
    padding-top: 9rem; }
  .pt-sm-10 {
    padding-top: 10rem; }
  .pt-sm-11 {
    padding-top: 11rem; }
  .pt-sm-12 {
    padding-top: 12rem; }
  .pt-sm-13 {
    padding-top: 13rem; }
  .pt-sm-14 {
    padding-top: 14rem; }
  .pt-sm-15 {
    padding-top: 15rem; }
  .pt-sm-16 {
    padding-top: 16rem; }
  .pr-sm-1 {
    padding-right: 1rem; }
  .pr-sm-2 {
    padding-right: 2rem; }
  .pr-sm-3 {
    padding-right: 3rem; }
  .pr-sm-4 {
    padding-right: 4rem; }
  .pr-sm-5 {
    padding-right: 5rem; }
  .pr-sm-6 {
    padding-right: 6rem; }
  .pr-sm-7 {
    padding-right: 7rem; }
  .pr-sm-8 {
    padding-right: 8rem; }
  .pr-sm-9 {
    padding-right: 9rem; }
  .pr-sm-10 {
    padding-right: 10rem; }
  .pr-sm-11 {
    padding-right: 11rem; }
  .pr-sm-12 {
    padding-right: 12rem; }
  .pr-sm-13 {
    padding-right: 13rem; }
  .pr-sm-14 {
    padding-right: 14rem; }
  .pr-sm-15 {
    padding-right: 15rem; }
  .pr-sm-16 {
    padding-right: 16rem; }
  .pb-sm-1 {
    padding-bottom: 1rem; }
  .pb-sm-2 {
    padding-bottom: 2rem; }
  .pb-sm-3 {
    padding-bottom: 3rem; }
  .pb-sm-4 {
    padding-bottom: 4rem; }
  .pb-sm-5 {
    padding-bottom: 5rem; }
  .pb-sm-6 {
    padding-bottom: 6rem; }
  .pb-sm-7 {
    padding-bottom: 7rem; }
  .pb-sm-8 {
    padding-bottom: 8rem; }
  .pb-sm-9 {
    padding-bottom: 9rem; }
  .pb-sm-10 {
    padding-bottom: 10rem; }
  .pb-sm-11 {
    padding-bottom: 11rem; }
  .pb-sm-12 {
    padding-bottom: 12rem; }
  .pb-sm-13 {
    padding-bottom: 13rem; }
  .pb-sm-14 {
    padding-bottom: 14rem; }
  .pb-sm-15 {
    padding-bottom: 15rem; }
  .pb-sm-16 {
    padding-bottom: 16rem; }
  .pl-sm-1 {
    padding-left: 1rem; }
  .pl-sm-2 {
    padding-left: 2rem; }
  .pl-sm-3 {
    padding-left: 3rem; }
  .pl-sm-4 {
    padding-left: 4rem; }
  .pl-sm-5 {
    padding-left: 5rem; }
  .pl-sm-6 {
    padding-left: 6rem; }
  .pl-sm-7 {
    padding-left: 7rem; }
  .pl-sm-8 {
    padding-left: 8rem; }
  .pl-sm-9 {
    padding-left: 9rem; }
  .pl-sm-10 {
    padding-left: 10rem; }
  .pl-sm-11 {
    padding-left: 11rem; }
  .pl-sm-12 {
    padding-left: 12rem; }
  .pl-sm-13 {
    padding-left: 13rem; }
  .pl-sm-14 {
    padding-left: 14rem; }
  .pl-sm-15 {
    padding-left: 15rem; }
  .pl-sm-16 {
    padding-left: 16rem; } }

@media screen and (min-width: 992px) {
  .pt-md-1 {
    padding-top: 1rem; }
  .pt-md-2 {
    padding-top: 2rem; }
  .pt-md-3 {
    padding-top: 3rem; }
  .pt-md-4 {
    padding-top: 4rem; }
  .pt-md-5 {
    padding-top: 5rem; }
  .pt-md-6 {
    padding-top: 6rem; }
  .pt-md-7 {
    padding-top: 7rem; }
  .pt-md-8 {
    padding-top: 8rem; }
  .pt-md-9 {
    padding-top: 9rem; }
  .pt-md-10 {
    padding-top: 10rem; }
  .pt-md-11 {
    padding-top: 11rem; }
  .pt-md-12 {
    padding-top: 12rem; }
  .pt-md-13 {
    padding-top: 13rem; }
  .pt-md-14 {
    padding-top: 14rem; }
  .pt-md-15 {
    padding-top: 15rem; }
  .pt-md-16 {
    padding-top: 16rem; }
  .pr-md-1 {
    padding-right: 1rem; }
  .pr-md-2 {
    padding-right: 2rem; }
  .pr-md-3 {
    padding-right: 3rem; }
  .pr-md-4 {
    padding-right: 4rem; }
  .pr-md-5 {
    padding-right: 5rem; }
  .pr-md-6 {
    padding-right: 6rem; }
  .pr-md-7 {
    padding-right: 7rem; }
  .pr-md-8 {
    padding-right: 8rem; }
  .pr-md-9 {
    padding-right: 9rem; }
  .pr-md-10 {
    padding-right: 10rem; }
  .pr-md-11 {
    padding-right: 11rem; }
  .pr-md-12 {
    padding-right: 12rem; }
  .pr-md-13 {
    padding-top: 13rem; }
  .pr-md-14 {
    padding-top: 14rem; }
  .pr-md-15 {
    padding-top: 15rem; }
  .pr-md-16 {
    padding-top: 16rem; }
  .pb-md-1 {
    padding-bottom: 1rem; }
  .pb-md-2 {
    padding-bottom: 2rem; }
  .pb-md-3 {
    padding-bottom: 3rem; }
  .pb-md-4 {
    padding-bottom: 4rem; }
  .pb-md-5 {
    padding-bottom: 5rem; }
  .pb-md-6 {
    padding-bottom: 6rem; }
  .pb-md-7 {
    padding-bottom: 7rem; }
  .pb-md-8 {
    padding-bottom: 8rem; }
  .pb-md-9 {
    padding-bottom: 9rem; }
  .pb-md-10 {
    padding-bottom: 10rem; }
  .pb-md-11 {
    padding-bottom: 11rem; }
  .pb-md-12 {
    padding-bottom: 12rem; }
  .pb-md-13 {
    padding-top: 13rem; }
  .pb-md-14 {
    padding-top: 14rem; }
  .pb-md-15 {
    padding-top: 15rem; }
  .pb-md-16 {
    padding-top: 16rem; }
  .pl-md-1 {
    padding-left: 1rem; }
  .pl-md-2 {
    padding-left: 2rem; }
  .pl-md-3 {
    padding-left: 3rem; }
  .pl-md-4 {
    padding-left: 4rem; }
  .pl-md-5 {
    padding-left: 5rem; }
  .pl-md-6 {
    padding-left: 6rem; }
  .pl-md-7 {
    padding-left: 7rem; }
  .pl-md-8 {
    padding-left: 8rem; }
  .pl-md-9 {
    padding-left: 9rem; }
  .pl-md-10 {
    padding-left: 10rem; }
  .pl-md-11 {
    padding-left: 11rem; }
  .pl-md-12 {
    padding-left: 12rem; }
  .pl-md-13 {
    padding-left: 13rem; }
  .pl-md-14 {
    padding-left: 14rem; }
  .pl-md-15 {
    padding-left: 15rem; }
  .pl-md-16 {
    padding-left: 16rem; } }

@media (min-width: 1200px) {
  .pt-lg-1 {
    padding-top: 1rem; }
  .pt-lg-2 {
    padding-top: 2rem; }
  .pt-lg-3 {
    padding-top: 3rem; }
  .pt-lg-4 {
    padding-top: 4rem; }
  .pt-lg-5 {
    padding-top: 5rem; }
  .pt-lg-6 {
    padding-top: 6rem; }
  .pt-lg-7 {
    padding-top: 7rem; }
  .pt-lg-8 {
    padding-top: 8rem; }
  .pt-lg-9 {
    padding-top: 9rem; }
  .pt-lg-10 {
    padding-top: 10rem; }
  .pt-lg-11 {
    padding-top: 11rem; }
  .pt-lg-12 {
    padding-top: 12rem; }
  .pt-lg-13 {
    padding-top: 13rem; }
  .pt-lg-14 {
    padding-top: 14rem; }
  .pt-lg-15 {
    padding-top: 15rem; }
  .pt-lg-16 {
    padding-top: 16rem; }
  .pr-lg-1 {
    padding-right: 1rem; }
  .pr-lg-2 {
    padding-right: 2rem; }
  .pr-lg-3 {
    padding-right: 3rem; }
  .pr-lg-4 {
    padding-right: 4rem; }
  .pr-lg-5 {
    padding-right: 5rem; }
  .pr-lg-6 {
    padding-right: 6rem; }
  .pr-lg-7 {
    padding-right: 7rem; }
  .pr-lg-8 {
    padding-right: 8rem; }
  .pr-lg-9 {
    padding-right: 9rem; }
  .pr-lg-10 {
    padding-right: 10rem; }
  .pr-lg-11 {
    padding-right: 11rem; }
  .pr-lg-12 {
    padding-right: 12rem; }
  .pr-lg-13 {
    padding-right: 13rem; }
  .pr-lg-14 {
    padding-right: 14rem; }
  .pr-lg-15 {
    padding-right: 15rem; }
  .pr-lg-16 {
    padding-right: 16rem; }
  .pb-lg-1 {
    padding-bottom: 1rem; }
  .pb-lg-2 {
    padding-bottom: 2rem; }
  .pb-lg-3 {
    padding-bottom: 3rem; }
  .pb-lg-4 {
    padding-bottom: 4rem; }
  .pb-lg-5 {
    padding-bottom: 5rem; }
  .pb-lg-6 {
    padding-bottom: 6rem; }
  .pb-lg-7 {
    padding-bottom: 7rem; }
  .pb-lg-8 {
    padding-bottom: 8rem; }
  .pb-lg-9 {
    padding-bottom: 9rem; }
  .pb-lg-10 {
    padding-bottom: 10rem; }
  .pb-lg-11 {
    padding-bottom: 11rem; }
  .pb-lg-12 {
    padding-bottom: 12rem; }
  .pb-lg-13 {
    padding-bottom: 13rem; }
  .pb-lg-14 {
    padding-bottom: 14rem; }
  .pb-lg-15 {
    padding-bottom: 15rem; }
  .pb-lg-16 {
    padding-bottom: 16rem; }
  .pl-lg-1 {
    padding-left: 1rem; }
  .pl-lg-2 {
    padding-left: 2rem; }
  .pl-lg-3 {
    padding-left: 3rem; }
  .pl-lg-4 {
    padding-left: 4rem; }
  .pl-lg-5 {
    padding-left: 5rem; }
  .pl-lg-6 {
    padding-left: 6rem; }
  .pl-lg-7 {
    padding-left: 7rem; }
  .pl-lg-8 {
    padding-left: 8rem; }
  .pl-lg-9 {
    padding-left: 9rem; }
  .pl-lg-10 {
    padding-left: 10rem; }
  .pl-lg-11 {
    padding-left: 11rem; }
  .pl-lg-12 {
    padding-left: 12rem; }
  .pl-lg-13 {
    padding-left: 13rem; }
  .pl-lg-14 {
    padding-left: 14rem; }
  .pl-lg-15 {
    padding-left: 15rem; }
  .pl-lg-16 {
    padding-left: 16rem; } }

.br-1 {
  border-radius: 1rem; }

.br-2 {
  border-radius: 2rem; }

.br-3 {
  border-radius: 3rem; }

.br-4 {
  border-radius: 4rem; }

.br-5 {
  border-radius: 5rem; }

.br-6 {
  border-radius: 6rem; }

.br-7 {
  border-radius: 7rem; }

.br-8 {
  border-radius: 8rem; }

.br-9 {
  border-radius: 9rem; }

.br-10 {
  border-radius: 10rem; }

.br-11 {
  border-radius: 11rem; }

.br-12 {
  border-radius: 12rem; }

.br-13 {
  border-radius: 13rem; }

.br-14 {
  border-radius: 14rem; }

.br-15 {
  border-radius: 15rem; }

.br-16 {
  border-radius: 16rem; }

@media screen and (min-width: 577px) {
  .br-sm-1 {
    border-radius: 1rem; }
  .br-sm-2 {
    border-radius: 2rem; }
  .br-sm-3 {
    border-radius: 3rem; }
  .br-sm-4 {
    border-radius: 4rem; }
  .br-sm-5 {
    border-radius: 5rem; }
  .br-sm-6 {
    border-radius: 6rem; }
  .br-sm-7 {
    border-radius: 7rem; }
  .brsm-8 {
    border-radius: 8rem; }
  .br-sm-9 {
    border-radius: 9rem; }
  .br-sm-10 {
    border-radius: 10rem; }
  .br-sm-11 {
    border-radius: 11rem; }
  .br-sm-12 {
    border-radius: 12rem; }
  .br-sm-13 {
    border-radius: 13rem; }
  .br-sm-14 {
    border-radius: 14rem; }
  .br-sm-15 {
    border-radius: 15rem; }
  .br-sm-16 {
    border-radius: 16rem; } }

@media screen and (min-width: 992px) {
  .br-md-1 {
    border-radius: 1rem; }
  .br-md-2 {
    border-radius: 2rem; }
  .br-md-3 {
    border-radius: 3rem; }
  .br-md-4 {
    border-radius: 4rem; }
  .br-md-5 {
    border-radius: 5rem; }
  .br-md-6 {
    border-radius: 6rem; }
  .br-md-7 {
    border-radius: 7rem; }
  .br-md-8 {
    border-radius: 8rem; }
  .br-md-9 {
    border-radius: 9rem; }
  .br-md-10 {
    border-radius: 10rem; }
  .br-md-11 {
    border-radius: 11rem; }
  .br-md-12 {
    border-radius: 12rem; }
  .br-md-13 {
    border-radius: 13rem; }
  .br-md-14 {
    border-radius: 14rem; }
  .br-md-15 {
    border-radius: 15rem; }
  .br-md-16 {
    border-radius: 16rem; } }

@media (min-width: 1200px) {
  .br-lg-1 {
    border-radius: 1rem; }
  .br-v2 {
    border-radius: 2rem; }
  .br-lg-3 {
    border-radius: 3rem; }
  .br-lg-4 {
    border-radius: 4rem; }
  .br-lg-5 {
    border-radius: 5rem; }
  .br-lg-6 {
    border-radius: 6rem; }
  .br-lg-7 {
    border-radius: 7rem; }
  .br-lg-8 {
    border-radius: 8rem; }
  .br-lg-9 {
    border-radius: 9rem; }
  .br-lg-10 {
    border-radius: 10rem; }
  .br-lg-11 {
    border-radius: 11rem; }
  .br-lg-12 {
    border-radius: 12rem; }
  .br-lg-13 {
    border-radius: 13rem; }
  .br-lg-14 {
    border-radius: 14rem; }
  .br-lg-15 {
    border-radius: 15rem; }
  .br-lg-16 {
    border-radius: 16rem; } }

@media (max-width: 1199px) {
  .row.row_scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto; }
    .row.row_scroll > .col {
      min-width: 360px;
      width: 360px; } }

@media screen and (max-width: 576px) {
  .row.row_scroll > .col {
    min-width: 300px;
    width: 300px; } }

form .form-field__input {
  color: #2B3139;
  background-color: #EBEBEB;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "LibreBaskerville", sans-serif;
  padding: 1rem 2rem;
  width: 100%;
  border-radius: 0;
  border: 0;
  border-bottom: 0;
  margin: 0;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  form .form-field__input:disabled {
    opacity: .5; }
  form .form-field__input.error, form .form-field__input.wpcf7-not-valid {
    background-color: #F24B4B; }
  form .form-field__input::-webkit-input-placeholder {
    opacity: 1;
    color: #2B3139; }
  form .form-field__input::-moz-placeholder {
    opacity: 1;
    color: #2B3139; }
  form .form-field__input:-ms-input-placeholder {
    opacity: 1;
    color: #2B3139; }
  form .form-field__input::-ms-input-placeholder {
    opacity: 1;
    color: #2B3139; }
  form .form-field__input::placeholder {
    opacity: 1;
    color: #2B3139; }

form textarea {
  width: 100%;
  height: 7.5rem;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "LibreBaskerville", sans-serif;
  resize: none; }

.form-field {
  margin-bottom: 1.5rem;
  position: relative; }
  .form-field.form-field_secondary .form-field__input,
  .form-field.form-field_secondary .jcf-select,
  .form-field.form-field_secondary select,
  .form-field.form-field_secondary .selectize-input {
    background-color: #fff; }
  .form-field .form-field__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
  .form-field .form-field__title {
    color: #2B3139;
    font-size: .75rem;
    line-height: 1rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media screen and (min-width: 992px) {
      .form-field .form-field__title {
        font-size: 1rem;
        line-height: 1.25rem; } }
    .form-field .form-field__title:hover {
      color: #000000; }

label.error,
.wpcf7-not-valid-tip {
  color: #F24B4B;
  font-size: 1rem;
  line-height: 1.25rem;
  position: absolute;
  top: 100%;
  left: 0; }

.custom-check {
  position: relative; }
  .custom-check .custom-check__input input {
    position: absolute;
    opacity: 0; }
    .custom-check .custom-check__input input:checked ~ .wpcf7-list-item-label:before {
      opacity: 1; }
    .custom-check .custom-check__input input:disabled ~ .wpcf7-list-item-label {
      color: #27348A; }
      .custom-check .custom-check__input input:disabled ~ .wpcf7-list-item-label:after {
        border-color: #27348A; }
      .custom-check .custom-check__input input:disabled ~ .wpcf7-list-item-label:hover:after {
        border-color: #27348A; }
    .custom-check .custom-check__input input.error ~ .wpcf7-list-item-label {
      color: #F24B4B; }
  .custom-check .custom-check__text {
    padding-left: 32px;
    padding-top: 4px;
    display: block; }
  .custom-check .wpcf7-list-item-label {
    position: relative;
    padding-left: 2.5rem;
    cursor: pointer; }
    .custom-check .wpcf7-list-item-label:before, .custom-check .wpcf7-list-item-label:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .custom-check .wpcf7-list-item-label:before {
      opacity: 0;
      z-index: 2; }
    .custom-check .wpcf7-list-item-label:after {
      width: 1.25rem;
      height: 1.25rem;
      border: 2px solid #27348A; }
  .custom-check input[type='checkbox'] ~ .wpcf7-list-item-label:before {
    color: #27348A;
    font-size: 1rem;
    content: "\2713";
    width: 1.25rem;
    height: 1.25rem;
    top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .custom-check input[type='radio'] ~ .wpcf7-list-item-label:before, .custom-check input[type='radio'] ~ .wpcf7-list-item-label:after {
    border-radius: 50%; }
  .custom-check input[type='radio'] ~ .wpcf7-list-item-label:before {
    width: 1.25rem;
    height: 1.25rem;
    background: #F7A601;
    top: 0.125rem;
    left: 0.125rem; }

::-webkit-scrollbar {
  width: .75rem;
  height: .5rem; }

::-webkit-scrollbar-track {
  background: #2B3139; }

::-webkit-scrollbar-thumb {
  background-color: #F7A601; }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #F7A601; }

.selectize-control.select_main input {
  opacity: 0;
  visibility: hidden; }

.selectize-control .selectize-input {
  color: #2B3139 !important;
  background-color: #EFEFEF !important;
  font-size: 1rem !important;
  line-height: 1rem !important;
  font-family: "Libre Baskerville", sans-serif !important;
  padding: 1rem 1.25rem !important;
  width: 100% !important;
  border-radius: 0 !important;
  height: 48px !important;
  border: 0 !important;
  border-bottom: 0 !important;
  margin: 0 !important;
  text-overflow: ellipsis !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .selectize-control .selectize-input:after {
    border-width: 8px 8px 0 8px !important; }
  .selectize-control .selectize-input.input-active:after {
    border-width: 0 8px 8px 8px !important; }
  .selectize-control .selectize-input .item {
    opacity: .7;
    position: absolute;
    font-weight: 700; }

.home .selectize-control .selectize-input {
  background-color: #ffffff !important; }

.selectize-dropdown {
  display: none;
  list-style-type: none !important;
  background-color: #fff !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-top: none !important;
  max-height: 180px !important;
  margin: 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: 0 !important; }

@media (min-width: 720px) {
  .selectize-dropdown {
    max-height: 600px !important;
 }
}

.selectize-dropdown .selectize-dropdown-content {
  padding: 0 !important;
  max-height: 400px!important;
  overflow: hidden !important; }

.selectize-dropdown .option {
  color: #2B3139 !important;
  background-color: #EFEFEF !important;
  font-size: 1rem !important;
  line-height: 1rem !important;
  padding: 0.75rem 1.25rem !important;
  display: block !important;
  cursor: pointer !important;
  margin: 0 !important;
  font-family: "Libre Baskerville", sans-serif !important;
  font-weight: 400 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  /*.selectize-dropdown .option:first-child {*/
  /*  pointer-events: none;*/
  /*  display: none !important; }*/

.selectize-dropdown .option.active {
  color: #fff !important;
  background-color: #000000 !important; }

form .form-field__input {
  border: 2px solid  #EBEBEB; }

form .form-field__input.error,
form .form-field__input.wpcf7-not-valid {
  background: none;
  border: 2px solid  red; }

form .wpcf7-not-valid-tip {
  display: none !important; }

.wpcf7-spinner {
  position: relative;
  top: 24px; }

.wpcf7-response-output {
  margin: 0 !important; }

.wpcf7-exclusive-checkbox.wpcf7-not-valid .wpcf7-list-item-label:after {
  border-color: red; }

.custom-check__input {
  position: absolute; }

.wpcf7-list-item {
  margin: 0 !important; }

.btn,
button,
input[type="submit"],
input[type="reset"] {
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
  background-color: #27348A;
  padding: 0.75rem 1.25rem;
  font-weight: 700;
  border: 1px solid #27348A;
  text-decoration: none;
  border-radius: 2.5rem;
  outline: none;
  cursor: pointer;
  text-align: center;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  will-change: transform;
  z-index: 0; }

  .btn:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover {
    border-color: #F7A601;
    background-color: #F7A601; }
    @media (min-width: 1200px) {
      .btn:hover,
      button:hover,
      input[type="submit"]:hover,
      input[type="reset"]:hover {
        border: 1px solid transparent;
        color: #27348A;
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
        will-change: transform; }
        .btn:hover svg path,
        button:hover svg path,
        input[type="submit"]:hover svg path,
        input[type="reset"]:hover svg path {
          fill: #27348A; } }
  .btn:hover:after,
  button:hover:after,
  input[type="submit"]:hover:after,
  input[type="reset"]:hover:after {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  @media (min-width: 1200px) {
    .btn:after,
    button:after,
    input[type="submit"]:after,
    input[type="reset"]:after {
      background-color: #fff;
      border-radius: 3rem;
      content: '';
      display: block;
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transform: translate(-100%, 0) rotate(10deg);
              transform: translate(-100%, 0) rotate(10deg);
      -webkit-transform-origin: top left;
              transform-origin: top left;
      -webkit-transition: .2s transform ease-out;
      transition: .2s transform ease-out;
      will-change: transform;
      z-index: -1; } }
  .btn.btn_secondary,
  button.btn_secondary,
  input[type="submit"].btn_secondary,
  input[type="reset"].btn_secondary {
    color: #27348A;
    border-color: #27348A;
    background-color: #fff; }
    .btn.btn_secondary::after,
    button.btn_secondary::after,
    input[type="submit"].btn_secondary::after,
    input[type="reset"].btn_secondary::after {
      background-color: #27348A; }
    .btn.btn_secondary:hover,
    button.btn_secondary:hover,
    input[type="submit"].btn_secondary:hover,
    input[type="reset"].btn_secondary:hover {
      border-color: #F7A601;
      color: #F7A601; }
      @media (min-width: 1200px) {
        .btn.btn_secondary:hover,
        button.btn_secondary:hover,
        input[type="submit"].btn_secondary:hover,
        input[type="reset"].btn_secondary:hover {
          color: #fff;
          border-color: #27348A;
          background-color: #fff; } }
  .btn.btn_tertiary,
  button.btn_tertiary,
  input[type="submit"].btn_tertiary,
  input[type="reset"].btn_tertiary {
    color: #fff;
    border-color: #F7A601;
    background-color: #F7A601; }
@media screen and (min-width: 720px) {
  .btn.btn_tertiary:hover,
  button.btn_tertiary:hover,
  input[type="submit"].btn_tertiary:hover,
  input[type="reset"].btn_tertiary:hover {
    border-color: #27348A;
    background-color: #27348A;
  }

  @media (min-width: 1200px) {
    .btn.btn_tertiary:hover,
    button.btn_tertiary:hover,
    input[type="submit"].btn_tertiary:hover,
    input[type="reset"].btn_tertiary:hover {
      color: #F7A601;
      border-color: #F7A601;
      background-color: transparent;
    }

    .btn.btn_tertiary:hover svg path,
    button.btn_tertiary:hover svg path,
    input[type="submit"].btn_tertiary:hover svg path,
    input[type="reset"].btn_tertiary:hover svg path {
      fill: #F7A601;
    }
  }
}

    .btn.btn_tertiary::after,
    button.btn_tertiary::after,
    input[type="submit"].btn_tertiary::after,
    input[type="reset"].btn_tertiary::after {
      background-color: #fff; }
  .btn .btn__ico:not(:last-child),
  .btn .btn__text:not(:last-child),
  button .btn__ico:not(:last-child),
  button .btn__text:not(:last-child),
  input[type="submit"] .btn__ico:not(:last-child),
  input[type="submit"] .btn__text:not(:last-child),
  input[type="reset"] .btn__ico:not(:last-child),
  input[type="reset"] .btn__text:not(:last-child) {
    margin: 0;
    margin-right: 1rem; }

input[type="submit"]:hover,
input[type="reset"]:hover {
  color: #fff;
  background-color: #F7A601; }

.link {
  color: #27348A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .link:hover {
    color: #2B3139; }
@media screen and (min-width: 720px) {
  .link:hover:before {
    width: 3rem;
    background-color: #2B3139;
  }
}
  .link:before {
    content: "";
    width: 2rem;
    height: 1px;
    margin-right: 1rem;
    background-color: #27348A;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-wrap .btn {
    margin: 0; }
    .btn-wrap .btn:not(:last-child) {
      margin: 0 .5rem 0 0; }
      @media screen and (min-width: 577px) {
        .btn-wrap .btn:not(:last-child) {
          margin: 0 1rem 0 0; } }
    @media screen and (max-width: 576px) {
      .btn-wrap .btn {
        font-size: .75rem;
        padding: .75rem; } }

.wysiwyg {
  margin-bottom: 2rem; }
  @media screen and (min-width: 992px) {
    .wysiwyg {
      margin-bottom: 2rem; } }
  .wysiwyg:not(:last-child) {
    margin-bottom: 1.5rem; }
  .wysiwyg img,
  .wysiwyg svg {
    display: block; }
    .wysiwyg img:not(:last-child),
    .wysiwyg svg:not(:last-child) {
      margin-bottom: 1.5rem; }
  @media screen and (min-width: 992px) {
    .wysiwyg ul {
      padding-left: 4rem; } }
  .wysiwyg ul li {
    position: relative;
    padding-left: 2rem;
    counter-increment: my-awesome-counter; }
    .wysiwyg ul li:not(last-child) {
      margin-bottom: 0; }
    .wysiwyg ul li:before {
      content: "";
      width: .75rem;
      height: .75rem;
      left: 0;
      top: .55rem;
      position: absolute;
      background-color: #27348A; }
  .wysiwyg ol {
    counter-reset: my-badass-counter; }
    .wysiwyg ol li:not(last-child) {
      margin-bottom: 1rem; }
    .wysiwyg ol li:before {
      content: "[" counter(my-badass-counter) "]";
      counter-increment: my-badass-counter;
      margin-right: .25rem;
      color: #27348A; }

.slick-slider {
  position: relative;
  width: auto;
  height: 100%;
  display: block; }
  /*.slick-slider:hover .slick-arrow {*/
  /*  opacity: 1; }*/
  .slick-slider.slider_carousel-secondary .slick-list {
    overflow: inherit; }
  .slick-slider .slick-prev ~ .slick-list {
    cursor: -webkit-grab;
    cursor: grab; }
  .slick-slider img {
    display: block;
    width: 100%; }
  .slick-slider.slick-vertical .slick-slide {
    display: block;
    height: auto; }
  .slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .slick-slider .slick-list {
    overflow: hidden; }
  .slick-slider .slick-slide {
    display: inline-block;
    height: 100%;
    z-index: 2 !important;
    margin: 0;
    min-height: 1px;
    visibility: visible !important; }
    @media screen and (max-width: 576px) {
      .slick-slider .slick-slide {
        padding: 0; } }
    .slick-slider .slick-slide.slick-current {
      z-index: 3 !important; }
  .slick-slider .slick-arrow {
    position: absolute;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .slick-slider .slick-arrow.slick-prev {
      left: 2rem;
      right: auto; }
      @media (min-width: 1200px) {
        .slick-slider .slick-arrow.slick-prev {
          left: -4rem; } }
    .slick-slider .slick-arrow.slick-next {
      left: auto;
      right: 2rem; }
      @media (min-width: 1200px) {
        .slick-slider .slick-arrow.slick-next {
          right: -4rem; } }
    .slick-slider .slick-arrow.slick-disabled {
      opacity: 0;
      pointer-events: none; }
  .slick-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    list-style: none;
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 3;
    margin: 0;
    padding: 1rem 0;
    width: 100%; }
    .slick-slider .slick-dots li {
      margin: 0;
      font-size: 0.5rem;
      line-height: 0.5rem;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .slick-slider .slick-dots li:not(:last-child) {
        margin-right: 0.25rem; }
      .slick-slider .slick-dots li.slick-active button, .slick-slider .slick-dots li:hover button {
        background-color: #F7A601; }
      .slick-slider .slick-dots li:only-child {
        display: none; }
    .slick-slider .slick-dots button {
      text-indent: -9990.5rem;
      width: 0.5rem;
      height: 0.5rem;
      border-radius: 50%;
      margin: 0;
      padding: 0;
      border: 0;
      background-color: #27348A;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.slick-loading .slick-slide {
  visibility: hidden; }

.tabs .tabs-header {
  border-bottom: 1px solid #000000;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .tabs .tabs-header .tabs-header__item.tabs-header__item_active .tabs-header__text {
    color: #fff;
    background-color: #2B3139; }
  .tabs .tabs-header .tabs-header__text {
    color: #2B3139;
    background-color: #F7A601;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
    padding: 1.25rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.tabs .tabs-body {
  position: relative; }
  .tabs .tabs-body .tabs-body__item {
    width: 100%;
    position: absolute;
    left: -100vw;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .tabs .tabs-body .tabs-body__item.tabs-body__item_active {
      position: relative;
      opacity: 1; }

.accordion:not(:last-child) {
  margin-bottom: 4rem; }

.accordion-item {
  padding: 2rem 1rem 2rem 2rem;
  border: 1px solid #2B3139; }
  @media screen and (min-width: 992px) {
    .accordion-item {
      padding: 2rem 4rem; } }
  .accordion-item:not(:last-child) {
    margin-bottom: 1rem; }
  .accordion-item.accordion-item_active .accordion-item__header {
    margin-bottom: 2rem; }
    .accordion-item.accordion-item_active .accordion-item__header .header__ico .ico__line_main {
      opacity: 0 !important; }
  .accordion-item.accordion-item_active .accordion-item__body {
    max-height: 9999px;
    opacity: 1; }
  .accordion-item .accordion-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .accordion-item .accordion-item__header .header__ico {
      width: 1rem;
      min-width: 1rem;
      height: 1rem;
      margin-bottom: 0;
      margin-right: 2rem; }
      @media screen and (min-width: 992px) {
        .accordion-item .accordion-item__header .header__ico {
          margin-right: 4rem; } }
      .accordion-item .accordion-item__header .header__ico .ico__line {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .accordion-item .accordion-item__header .header__ico .ico__line.ico__line_main {
          opacity: 1; }
    .accordion-item .accordion-item__header .header__text {
      font-family: "LibreBaskerville", sans-serif; }
  .accordion-item .accordion-item__body {
    opacity: 0;
    overflow: hidden;
    max-height: 0; }
    @media screen and (min-width: 992px) {
      .accordion-item .accordion-item__body {
        padding-left: 5rem; } }

.widget {
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 11; }
  @media screen and (min-width: 992px) {
    .widget {
      top: 240px; } }
  .widget .widget__preview {
    background-color: #F7A601;
    text-transform: uppercase;
    cursor: pointer;
    writing-mode: tb-rl;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .widget .widget__preview span{
      transform: rotate(180deg);
      display: block;
    }
    .widget .widget__preview:hover {
      background-color: #FFF6E5; }


  .widget .widget__dropdown {
    position: absolute;
    right: 0;
    padding: 1.5rem;
    background-color: #FFF6E5;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    /*@media screen and (min-width: 992px) {*/
    /*  .widget .widget__dropdown {*/
    /*    width: 480px; } }*/
  .widget .widget__close {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    top: .5rem;
    right: .5rem;
    cursor: pointer;
    display: none; }
  .widget .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .widget .widget__item {
    padding: 1.5rem;
    width: 12.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }



    .widget .widget__item .widget__media {
      width: 4rem;
      height: 4rem;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 50%;
      margin-bottom: 2rem; }
    .widget .widget__item .widget__title {
      font-weight: 700;
      margin-bottom: 2rem; }
    .widget .widget__item .widget__link {
      font-weight: 700;
      color: #2B3139;
      text-decoration: none;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .widget .widget__item .widget__link:hover {
        color: #F7A601; }

.widgetSocials {
  position: fixed;
  right: 0;
  background-color: #fff;
  transition: all 500ms ease;
  bottom: 20px;
    z-index: 5;
  padding: 14px; }
  @media screen and (min-width: 992px) {
    .widgetSocials {
      top: 50%;
      transform: translateY(-50%);
      right: 4rem;
      background-color: transparent;
      bottom: auto;
      padding: 0; } }
  .widgetSocials.hide {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(-50% + 25px));
  }
  .widgetSocials .socials .socials__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .widgetSocials .socials .socials__item {
    margin: 0; }
    .widgetSocials .socials .socials__item:not(:last-child) {
      margin: 0;
      margin-bottom: 2rem; }
  @media screen and (max-width: 991px) {
    .widgetSocials .socials img,
    .widgetSocials .socials svg {
      min-width: 1.5rem;
      width: 1.5rem; } }

.about .about__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "LibreBaskerville", sans-serif;
  margin-bottom: 2rem; }
  @media screen and (min-width: 992px) {
    .about .about__article {
      margin-bottom: 9.6rem; } }
  .about .about__article .article__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .about .about__article .article__header:not(:last-child) {
      margin-bottom: 3rem; }
    .about .about__article .article__header .about__subtitle {
      text-transform: uppercase;
      margin-bottom: 1rem; }
    .about .about__article .article__header .about__title {
      font-size: 1.5rem;
      line-height: 1.5rem;
      font-family: "LibreBaskerville", sans-serif; }

.about .about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .about .about__list.about__list_secondary .about__item {
    margin-bottom: 4rem; }
    @media screen and (min-width: 992px) {
      .about .about__list.about__list_secondary .about__item {
        margin-bottom: 7.5rem; } }
  .about .about__list.about__list_secondary .about__media {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .about .about__list.about__list_secondary .about__media .media__text {
      width: 100%; }

.about .about__item:not(:last-child) {
  margin-bottom: 2rem; }
  @media screen and (min-width: 992px) {
    .about .about__item:not(:last-child) {
      margin-bottom: 4rem; } }

@media (min-width: 1200px) {
  .about .about__item .about__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

.about .about__item .about__media .media__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #27348A;
  min-width: 2rem;
  margin-right: .5rem; }
  @media (min-width: 1200px) {
    .about .about__item .about__media .media__text {
      width: 50%; } }
  .about .about__item .about__media .media__text:after {
    content: "";
    height: 1px;
    width: 100%;
    margin-left: 1rem;
    background-color: #2B3139; }

.search-result .search-result__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.search-result .search-result__item:not(:last-child) {
  margin-bottom: 2rem; }
  @media screen and (min-width: 992px) {
    .search-result .search-result__item:not(:last-child) {
      margin-bottom: 4rem; } }

@media screen and (min-width: 992px) {
  .search-result .search-result__item:nth-child(even) .col:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media screen and (min-width: 992px) and (min-width: 992px) {
  .search-result .search-result__item:nth-child(even) .search-result__main {
    padding: 3rem 3rem 2rem 1rem; } }

@media screen and (min-width: 992px) and (min-width: 1200px) {
  .search-result .search-result__item:nth-child(even) .search-result__main {
    padding: 3rem 6.5rem 2rem 1rem; } }

@media screen and (min-width: 992px) and (min-width: 1200px) {
  .search-result .search-result__item:nth-child(even) .search-result__main:before {
    left: auto;
    right: -1rem; } }

.search-result .search-result__item .search-result__media {
  min-height: 20rem;
  height: 100%;
  width: 100%;
  background-color: #F7A601;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 577px) {
    .search-result .search-result__item .search-result__media {
      min-height: 30rem; } }
  .search-result .search-result__item .search-result__media .media__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    text-decoration: none; }

.search-result .search-result__item .search-result__main {
  padding: 3rem 1rem;
  position: relative; }
  @media screen and (min-width: 992px) {
    .search-result .search-result__item .search-result__main {
      padding: 3rem 1rem 2rem 3rem; } }
  @media (min-width: 1200px) {
    .search-result .search-result__item .search-result__main {
      padding: 3rem 1rem 2rem 6.5rem; } }
  @media (min-width: 1200px) {
    .search-result .search-result__item .search-result__main:before {
      content: "";
      width: 6.5rem;
      height: 1px;
      background-color: #27348A;
      position: absolute;
      top: 4rem;
      left: -1rem; } }
  .search-result .search-result__item .search-result__main .search-result__title:not(:last-child) {
    margin-bottom: .5rem; }
  .search-result .search-result__item .search-result__main .search-result__title .title__text {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #27348A;
    font-family: "LibreBaskerville", sans-serif;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .search-result .search-result__item .search-result__main .search-result__title .title__text:hover {
      color: #2B3139; }
  .search-result .search-result__item .search-result__main .search-result__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: .7; }
    .search-result .search-result__item .search-result__main .search-result__data:not(:last-child) {
      margin-bottom: 1.5rem; }

/*@media screen and (max-width: 576px) {*/
/*  .actual {*/
/*    padding-left: 2rem; } }*/

.actual .actual__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .actual .actual__header .header__ico {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    margin-right: 1rem;
    margin-bottom: 0; }
    @media screen and (max-width: 576px) {
      .actual .actual__header .header__ico {
        display: none; } }
  .actual .actual__header:not(:last-child) {
    margin-bottom: 2rem; }
  .actual .actual__header .header__title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: "LibreBaskerville", sans-serif; }

.actual .actual__main {
  padding: 0 3rem; }
  @media screen and (max-width: 576px) {
    .actual .actual__main {
      padding: 0; } }
.actual .actual__main .slick-track {
  justify-content: center;
  align-items: center;
}
  .actual .actual__main .slider__wysiwyg {
    font-size: 1.4rem;
    margin-bottom: 2rem; }
    @media screen and (min-width: 992px) {
      .actual .actual__main .slider__wysiwyg {
        margin-bottom: 0; } }

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 992px) {
    .article {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .article:nth-child(even), .article:only-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .article:nth-child(even) .article__media, .article:only-child .article__media {
      left: auto;
      right: 0; }
  .article .article__media {
    width: 100%;
    height: 100%;
    padding-top: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #2B3139;
    position: relative;
    top: 0;
    left: 0; }
    @media screen and (min-width: 992px) {
      .article .article__media {
        width: 50%;
        min-height: 30rem;
        padding-top: 0;
        position: absolute; } }
  .article .article__main {
    padding: 4rem 2rem;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 992px) {
      .article .article__main {
        width: 50%;
        padding: 4rem;
        min-height: 40rem; } }
    @media (min-width: 1200px) {
      .article .article__main {
        padding: 6rem 8rem; } }
  .article .article__header:not(:last-child) {
    margin-bottom: 4rem; }
  .article .article__header .article__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .article .article__header .article__title:not(:last-child) {
      margin-bottom: .25rem; }
    .article .article__header .article__title .title__text {
      text-transform: uppercase;
      margin-right: 1.5rem;
      white-space: nowrap; }
    .article .article__header .article__title:after {
      content: "";
      background-color: #2B3139;
      width: 10.5rem;
      height: 1px; }
  .article .article__header .article__subtitle .subtitle__text {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-family: "LibreBaskerville", sans-serif; }
  .article .article__header .article__content:not(:last-child) {
    margin-bottom: 2rem; }
  .article .article__content:not(:last-child) {
    margin-bottom: 2.5rem; }
  .article .article__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

.detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 992px) {
    .detail {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .detail .detail__media {
    min-width: 45%;
    min-height: 30rem;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin-left: -9%;
    width: calc(100% + 18%); }
    @media (min-width: 1200px) {
      .detail .detail__media {
        min-width: 40%; } }
  .detail .detail__main {
    background-color: #FFF6E5;
    padding: 4rem 0;
    position: relative; }
    @media screen and (min-width: 577px) {
      .detail .detail__main {
        padding: 4rem 2rem; } }
    @media screen and (min-width: 992px) {
      .detail .detail__main {
        padding: 8rem 4rem; } }
    @media (min-width: 1200px) {
      .detail .detail__main {
        padding: 12rem 9rem; } }
    .detail .detail__main:after, .detail .detail__main:before {
      content: "";
      position: absolute;
      top: 0;
      left: 100%;
      height: 100%;
      width: 100%;
      background-color: #FFF6E5; }
    .detail .detail__main:before {
      left: auto;
      right: 100%; }
      @media screen and (min-width: 992px) {
        .detail .detail__main:before {
          display: none; } }
    .detail .detail__main .detail__container {
      margin-bottom: 2rem; }
    .detail .detail__main .detail__header:not(:last-child) {
      margin-bottom: 2rem; }
      @media screen and (min-width: 992px) {
        .detail .detail__main .detail__header:not(:last-child) {
          margin-bottom: 4rem; } }
    .detail .detail__main .detail__header .header__title {
      font-size: 1.5rem;
      line-height: 2rem;
      font-family: "LibreBaskerville", sans-serif; }
      @media screen and (min-width: 992px) {
        .detail .detail__main .detail__header .header__title {
          font-size: 2.5rem;
          line-height: 3rem; } }
    .detail .detail__main .detail__content:not(:last-child) {
      margin-bottom: 2rem; }
    .detail .detail__main .detail__data {
      margin-bottom: 1.5rem; }
      .detail .detail__main .detail__data .data__text {
        color: #27348A;
        text-transform: uppercase;
        text-decoration: none; }
    .detail .detail__main .detail__tags .tags__header {
      margin-bottom: 1.5rem; }
      .detail .detail__main .detail__tags .tags__header .tags__title {
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-family: "LibreBaskerville", sans-serif; }
    .detail .detail__main .detail__tags .tags__content {
      margin-bottom: 1.5rem; }
    .detail .detail__main .detail__tags .tags__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .detail .detail__main .detail__tags .tags__item {
      margin: 0 1rem 1rem 0; }
    .detail .detail__main .detail__tags .tags__link {
      color: #fff;
      background-color: #27348A;
      padding: .5rem 1rem;
      text-decoration: none;
      border-radius: 1.5rem;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      @media screen and (max-width: 991px) {
        .detail .detail__main .detail__tags .tags__link {
          font-size: .75rem;
          line-height: 1rem; } }
      .detail .detail__main .detail__tags .tags__link:hover {
        background-color: #F7A601; }


.customize-support .site-header {
  top: 46px; }
@media screen and (min-width: 780px) {
  .customize-support .site-header {
    top: 32px; } }

.site-header {
  color: #2B3139;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 1.5rem 0; }
  @media (max-width: 1024px) {
    .site-header {
      padding: 1rem 0;
      height: 72px; } }
  .site-header.site-header_animation {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0 0.12);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.12); }
  @media screen and (min-width: 1024px) {
    .site-header:before {
      content: "";
      position: absolute;
      top: 0;
      right: 55%;
      background-color: #FFF6E5;
      height: 100%;
      width: 100vw;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      z-index: -1;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; } }
  @media screen and (min-width: 1024px) and (min-width: 1700px) {
    .site-header:before {
      right: 41%; } }
  @media screen and (min-width: 1024px) and (max-width: 1024px) {
    .site-header:before {
      display: none; } }
  .site-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 22; }
    @media (max-width: 1024px) {
      .site-header .container {
        height: 40px; } }
  .site-header .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%; }
    @media (max-width: 1024px) {
      .site-header .header__content {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .site-header.header_active {
    background-color: #E9EAF3 !important; }
.site-header.header_active .header__logo .logo__img text{
  fill: #27348A !important; }

    .site-header.header_active .mobile-search {
      display: none; }
    .site-header.header_active .header__search {
      visibility: hidden;
      opacity: 0; }
    .site-header.header_active .burger__ico {
      position: relative; }
      .site-header.header_active .burger__ico .burger__item {
        display: none; }
        .site-header.header_active .burger__ico .burger__item:nth-child(1), .site-header.header_active .burger__ico .burger__item:nth-child(3) {
          display: block;
          margin: 0;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .site-header.header_active .burger__ico .burger__item:nth-child(3) {
          margin-top: -3px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    @media (max-width: 1024px) {
      .site-header.header_active {
        background-color: #FFF6E5 !important; }
      .site-header .header__accessibility {
        display: none!important;
      }
        .site-header.header_active .header__accessibility {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .site-header.header_active .header__language {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .site-header.header_active.menu_second-active {
          background-color: #E9EAF3 !important; } }
    @media (min-width: 1024px) {
      .site-header.header_active .header__accessibility {
        display: none; }
      .site-header.header_active .header__language {
        display: none; } }
    @media screen and (min-width: 1024px) {
      .site-header.header_active:before {
        -webkit-transform: translateY(0);
                transform: translateY(0); } }
  @media screen and (min-width: 1024px) and (max-width: 1024px) {
    .site-header.header_active:before {
      display: none; } }
    .site-header.header_active .mobile-search .search__preview path {
      fill: #2B3139; }
    .site-header.header_active .header__socials {
      visibility: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (min-width: 1024px) {
        .site-header.header_active .header__socials {
          visibility: visible; } }
    .site-header.header_active .menu {
      top: 88px;
      opacity: 1;
      visibility: visible; }
      @media screen and (min-width: 1024px) {
        .site-header.header_active .menu:before {
          content: "";
          position: fixed;
          top: 0;
          right: 55%;
          background-color: #FFF6E5;
          height: 100vh;
          width: 100vw;
          z-index: -1; } }
@media screen and (min-width: 1400px) {
  .site-header.header_active .menu:before {
    right: 50%;}
}


  @media screen and (min-width: 1024px) and (min-width: 1700px) {
    .site-header.header_active .menu:before {
      right: 41%; } }
  @media screen and (min-width: 1024px) and (max-width: 1024px) {
    .site-header.header_active .menu:before {
      display: none; } }

.header__logo {
  position: relative;
  top: -6px; }
  .header__logo .logo__link {
    font-family: 'EgyptienneFLTStd-Roman' !important;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    transform: scale(1.5)
}
  .header__logo .logo__img {
    width: 80px;
    height: auto;
    min-width: 80px; }
    @media screen and (min-width: 577px) {
      .header__logo .logo__img {
        width: 100px;
        height: auto;
        min-width: 100px; } }
    .header__logo .logo__img text {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      fill: #2B3139; }

.header__socials {
  margin-left: auto;
  visibility: hidden;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header__accessibility {
  margin-left: auto;
  margin-right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1024px) {
    .header__accessibility {
      margin-left: 0;
      display: none;
      margin-right: 1rem; } }
  .header__accessibility .accessibility__link {
    color: #2B3139;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none; }
    .header__accessibility .accessibility__link .accessibility__ico {
      width: 1.5rem;
      min-width: 1.5rem;
      position: relative;
      top: -.25rem; }
      .header__accessibility .accessibility__link .accessibility__ico path {
        fill: #2B3139; }
    .header__accessibility .accessibility__link .accessibility__text {
      text-transform: uppercase;
      margin-right: .5rem; }
      @media (max-width: 1024px) {
        .header__accessibility .accessibility__link .accessibility__text {
          display: none; } }

.header__language {
  position: relative;
  margin-right: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* margin-left: auto;  */
}
  @media (max-width: 1024px) {
    .header__language {
      display: none;
      margin-left: 0; } }
  .header__language.header__language_active .language__preview .language__ico {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .header__language.header__language_active .language__dropdown {
    max-height: 9999px; }
  .header__language .language__preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
    .header__language .language__preview .language__text {
      color: #2B3139;
      text-transform: uppercase;
      margin-right: .5rem; }
    .header__language .language__preview .language__ico {
      min-width: 12px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .header__language .language__preview .language__ico path {
        fill: #2B3139; }
  .header__language .language__dropdown {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .header__language .language__dropdown .language__list {
      margin: 0;
      padding: 4px 0;
      list-style: none; }
    .header__language .language__dropdown .language__item {
      margin: 0; }
    .header__language .language__dropdown .language__link {
      color: #2B3139;
      display: block;
      width: 100%;
      text-align: center;
      text-decoration: none; }

.header__search {
  margin-right: 1.5rem;
  /* margin-left: auto; */
  cursor: pointer;
  padding: 0 1rem;
  /*height: 36px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border-radius: 1.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media (max-width: 1024px) {
    .header__search {
      display: none; } }
  .header__search.search_active {
    background-color: #E9EAF3; }
    .header__search.search_active .search__input {
      width: 13rem;
      color: #2B3139; }
      .header__search.search_active .search__input::-ms-clear {
        display: none; }
      .header__search.search_active .search__input::-webkit-input-placeholder {
        color: #2B3139; }
      .header__search.search_active .search__input::-moz-placeholder {
        color: #2B3139; }
      .header__search.search_active .search__input:-ms-input-placeholder {
        color: #2B3139; }
      .header__search.search_active .search__input::-ms-input-placeholder {
        color: #2B3139; }
      .header__search.search_active .search__input::placeholder {
        color: #2B3139; }
    .header__search.search_active .search__button {
      pointer-events: auto;
      height: 1.35rem; }
      .header__search.search_active .search__button path {
        fill: #2B3139; }
  .header__search .search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

            .header__search:not(.search_active)  ::-webkit-input-placeholder {
opacity: 0 !important;
}
 
  .header__search ::-moz-placeholder {
 opacity: 0 !important;
}
 
  .header__search :-ms-input-placeholder {  
 opacity: 0 !important;
}

   .header__search:not(.search_active) .search__input {
width: 0;
   }

  .header__search .search__input {
    color: #2B3139;
    background-color: transparent;
    font-size: 1rem;
    line-height: 1.25rem;
    border-radius: 1.5rem;
    font-weight: 400;

    padding: 0 0 0 4px;
    width: 6rem;
    border: 0;
    margin: 0;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }


    @media (max-width: 1024px) {
      .header__search .search__input {
        display: none; } }
    .header__search .search__input::-webkit-input-placeholder {
      opacity: 1;
      font-weight: 400;
      color: #2B3139; }
    .header__search .search__input::-moz-placeholder {
      opacity: 1;
      color: #2B3139; }
    .header__search .search__input:-ms-input-placeholder {
      opacity: 1;
      color: #2B3139; }
    .header__search .search__input::-ms-input-placeholder {
      opacity: 1;
      color: #2B3139; }
    .header__search .search__input::placeholder {
      opacity: 1;
      color: #2B3139; }
  .header__search .search__button {
    background: none;
    border: 0;
    padding: 0;
    width: 1.25rem;
    min-width: 1.25rem;
    height: auto;
    pointer-events: none; }
    .header__search .search__button path {
      fill: #2B3139;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.mobile-search {
  display: none; }
  @media (max-width: 1024px) {
    .mobile-search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto;
      margin-right: 1rem; }
    .mobile-search.mobile-search_active .search__preview{
      display: none;
    }
    .mobile-search.mobile-search_active ~ .burger{
      display: none;
    }
      .mobile-search.mobile-search_active .search__dropdown {
        opacity: 1;
        visibility: visible; }
        .mobile-search.mobile-search_active .search__dropdown .search__main .search__formular:after {
          width: 100%; }
      .mobile-search .search__preview {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .mobile-search .search__preview img,
        .mobile-search .search__preview svg {
          width: 1.5rem;
          min-width: 1.5rem;
          height: auto; }
          .mobile-search .search__preview img path,
          .mobile-search .search__preview svg path {
            fill: #2B3139; }
      .mobile-search .search__dropdown {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        overflow-y: auto;
        background-color: #F7A601;
        z-index: 20;
        opacity: 0;
        visibility: hidden; }
      .mobile-search .search__header {
        color: #2B3139;
        text-transform: uppercase;
        text-align: center;
        position: relative;
        padding: 1.25rem 0;
        font-weight: 700; }
        .mobile-search .search__header .search__close {
          position: absolute;
          top: 25px;
          right: 1.5rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
      .mobile-search .search__main {
        padding: 0 1rem;
        margin-bottom: 3rem; }
        .mobile-search .search__main .search__formular {
          margin-bottom: 2rem;
          position: relative; }
          .mobile-search .search__main .search__formular:after {
            content: "";
            width: 0;
            height: 1px;
            background-color: #2B3139;
            position: absolute;
            top: 100%;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            -webkit-transition-delay: .4s;
                    transition-delay: .4s; }
          .mobile-search .search__main .search__formular .form-field__input {
            border: 0;
            background: none;
            width: 100%; }
        .mobile-search .search__main .search__list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-bottom: 2rem; }
        .mobile-search .search__main .search__item {
          font-size: 1rem;
          line-height: 1.25rem;
          color: #2B3139;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      @media (max-width: 1024px) and (max-width: 420px) {
        .mobile-search .search__main .search__item {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
  @media (max-width: 1024px) {
          .mobile-search .search__main .search__item .search__media {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            width: 7.5rem;
            min-width: 7.5rem;
            height: 7.5rem;
            margin-right: 2rem; } }
        @media (max-width: 1024px) and (max-width: 420px) {
          .mobile-search .search__main .search__item .search__media {
            margin: 0;
            width: 100%;
            padding-top: 50%;
            margin-bottom: 2rem; } }
  @media (max-width: 1024px) {
          .mobile-search .search__main .search__item .search__content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; }
            .mobile-search .search__main .search__item .search__content .search__title {
              font-size: 2rem;
              line-height: 2rem;
              color: #2B3139;
              text-decoration: none;
              cursor: pointer;
              margin-bottom: 2rem; }
            .mobile-search .search__main .search__item .search__content .search__date {
              color: #2B3139;
              font-size: .75rem;
              line-height: 1rem; }
          .mobile-search .search__main .search__item:not(:last-child) {
            margin-bottom: 1rem; }
      .mobile-search .search__action {
        padding: 1.5rem 0;
        margin-bottom: 2rem; }
        .mobile-search .search__action .btn {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }

.burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  cursor: pointer; }
  .burger .burger__text {
    text-transform: uppercase; }
    .burger .burger__text:not(:last-child) {
      margin-right: 1rem; }
  .burger .burger__ico {
    width: 20px;
    height: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .burger .burger__ico .burger__item {
      width: 100%;
      display: block;
      height: 3px;
      margin: 2px 0;
      clear: both;
      background-color: #2B3139; }

.home .site-header:not(.header_active) {
  color: #fff;
  background-color: #F7A601; }
  .home .site-header:not(.header_active) .header__logo .logo__img text {
    fill: #fff; }
  .home .site-header:not(.header_active) .header__accessibility .accessibility__link {
    color: #fff; }
    .home .site-header:not(.header_active) .header__accessibility .accessibility__link .accessibility__ico path {
      fill: #fff; }
  .home .site-header:not(.header_active).mobile-search_active .search__dropdown {
    opacity: 1;
    visibility: visible; }
  .home .site-header:not(.header_active) .search__preview img path,
  .home .site-header:not(.header_active) .search__preview svg path {
    fill: #fff; }
  .home .site-header:not(.header_active) .header__language .language__preview .language__text {
    color: #fff; }
  .home .site-header:not(.header_active) .header__language .language__preview .language__ico path {
    fill: #fff; }
  .home .site-header:not(.header_active) .header__language .language__dropdown .language__link {
    color: #000; }
  .home .site-header:not(.header_active) .header__search.search_active {
    background-color: #fff; }
    .home .site-header:not(.header_active) .header__search.search_active .search__input {
      color: #2B3139; }
      .home .site-header:not(.header_active) .header__search.search_active .search__input::-webkit-input-placeholder {
        color: #2B3139; }
      .home .site-header:not(.header_active) .header__search.search_active .search__input::-moz-placeholder {
        color: #2B3139; }
      .home .site-header:not(.header_active) .header__search.search_active .search__input:-ms-input-placeholder {
        color: #2B3139; }
      .home .site-header:not(.header_active) .header__search.search_active .search__input::-ms-input-placeholder {
        color: #2B3139; }
      .home .site-header:not(.header_active) .header__search.search_active .search__input::placeholder {
        color: #2B3139; }
      .home .site-header:not(.header_active) .header__search.search_active .search__input path {
        fill: #2B3139; }
    .home .site-header:not(.header_active) .header__search.search_active .search__button path {
      fill: #2B3139; }
  .home .site-header:not(.header_active) .header__search .search__input {
    color: #fff; }
    .home .site-header:not(.header_active) .header__search .search__input::-webkit-input-placeholder {
      color: #fff; }
    .home .site-header:not(.header_active) .header__search .search__input::-moz-placeholder {
      color: #fff; }
    .home .site-header:not(.header_active) .header__search .search__input:-ms-input-placeholder {
      color: #fff; }
    .home .site-header:not(.header_active) .header__search .search__input::-ms-input-placeholder {
      color: #fff; }
    .home .site-header:not(.header_active) .header__search .search__input::placeholder {
      color: #fff; }
  .home .site-header:not(.header_active) .header__search .search__button path {
    fill: #fff; }
  .home .site-header:not(.header_active) .burger .burger__item {
    background-color: #fff; }

.menu {
  position: absolute;
  top: 140px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 88px);
  padding: 1.5rem 0;
  overflow: visible;
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  background-color: #E9EAF3;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  @media (max-width: 1024px) {
    .menu.menu_main-active {
      background-color: #FFF6E5; }
      .menu.menu_main-active .menu__col {
        position: absolute;
        top: 0;
        left: -240px;
        margin-bottom: 40px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
        .menu.menu_main-active .menu__col.menu__col_main {
          position: relative;
          left: 0;
          opacity: 1;
          z-index: 2; }
        .menu.menu_main-active .menu__col.menu__col_second {
          position: absolute;
          opacity: 0; }
    .menu.menu_second-active {
      background-color: #E9EAF3; }
      .menu.menu_second-active .menu__col {
        position: absolute;
        top: 0;
        left: -240px;
        margin-bottom: 40px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
        .menu.menu_second-active .menu__col.menu__col_main {
          position: absolute;
          opacity: 0; }
        .menu.menu_second-active .menu__col.menu__col_second {
          position: relative;
          left: 0;
          opacity: 1;
          z-index: 2; } }
  @media (max-width: 1024px) {
    .menu {
      height: calc(100vh - 72px);
      top: 72px !important;
      padding: 3.5rem 0; } }
  .menu .menu__main {
    height: 100%; }
    .menu .menu__main .menu__action {
      display: none;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 2rem; }
      @media (max-width: 1024px) {
        .menu .menu__main .menu__action {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .menu .menu__main .menu__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .menu .menu__main .menu__header:not(:last-child) {
        margin-bottom: 2rem; }
      .menu .menu__main .menu__header .header__ico {
        width: 2rem;
        min-width: 2rem;
        height: 2rem;
        margin: 0;
        position: relative;
   }
        .menu .menu__main .menu__header .header__ico:not(:last-child) {
          margin-right: 1rem; }
      .menu .menu__main .menu__header .header__title {
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-family: "LibreBaskerville", sans-serif; }
        @media screen and (min-width: 577px) {
          .menu .menu__main .menu__header .header__title {
            font-size: 2.5rem;
            line-height: 2.5rem; } }
    .menu .menu__main .menu__content:not(:last-child) {
      margin-bottom: 3rem; }
    .menu .menu__main .menu__groups .groups__item:not(:last-child) {
      margin-bottom: 3rem; }
    .menu .menu__main .menu__groups .groups__item .group__header {
      margin-bottom: 1.5rem; }
      .menu .menu__main .menu__groups .groups__item .group__header .group__title {
        font-size: 1.25rem;
        line-height: 1.25rem;
        font-family: "LibreBaskerville", sans-serif; }
        @media screen and (min-width: 577px) {
          .menu .menu__main .menu__groups .groups__item .group__header .group__title {
            font-size: 2rem;
            line-height: 2rem; } }
    .menu .menu__main .menu__groups .groups__item .group__content .group__nav .nav__item {
      padding-left: 3rem; }
      .menu .menu__main .menu__groups .groups__item .group__content .group__nav .nav__item:not(:last-child) {
        margin-bottom: 1rem; }
      .menu .menu__main .menu__groups .groups__item .group__content .group__nav .nav__item .nav__header .nav__link {
        color: #27348A;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        position: relative;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .menu .menu__main .menu__groups .groups__item .group__content .group__nav .nav__item .nav__header .nav__link:hover {
          color: #2B3139;
          padding-left: 1rem; }
          .menu .menu__main .menu__groups .groups__item .group__content .group__nav .nav__item .nav__header .nav__link:hover:before {
            width: 3rem;
            background-color: #2B3139; }
        .menu .menu__main .menu__groups .groups__item .group__content .group__nav .nav__item .nav__header .nav__link:before {
          content: "";
          position: absolute;
          top: .8rem;
          left: -2.5rem;
          height: 1px;
          width: 2rem;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          background-color: #27348A; }
      @media screen and (min-width: 1024px) {
        .menu .menu__main .menu__groups .groups__item .group__content .group__nav .nav__item .nav__content {
          margin-bottom: 2rem; } }

@media (max-width: 1199px) {
  .site-header.header_active .header__logo .logo__img text {
    fill: #27348A; }
  .site-header.header_active .header__accessibility .accessibility__link .accessibility__ico path {
    fill: #27348A; }
  .site-header.header_active .header__language .language__preview .language__text {
    color: #27348A; }
  .site-header.header_active .header__language .language__preview .language__ico path {
    fill: #27348A; }
  .site-header.header_active .burger .burger__text {
    color: #27348A; }
  .site-header.header_active .burger .burger__ico .burger__item {
    background-color: #27348A; } }

.footer {
  padding: 4.5rem 0;
  margin-top: auto; }
  .footer .footer__header:not(:last-child) {
    margin-bottom: 4rem; }
  .footer .footer__header .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative; }
    @media screen and (min-width: 992px) {
      .footer .footer__header .footer__logo {
        position: inherit; } }
    .footer .footer__header .footer__logo .logo__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      text-decoration: none; }
      @media screen and (min-width: 992px) {
        .footer .footer__header .footer__logo .logo__link {
          position: relative; } }
      .footer .footer__header .footer__logo .logo__link:before {
        content: "";
        height: 1px;
        background-color: #27348A;
        position: absolute;
        top: calc(50% + 6px);
        left: calc(194px);
        right: 0;
        width: auto; }
        @media screen and (min-width: 992px) {
          .footer .footer__header .footer__logo .logo__link:before {
            left: calc(100% + 4.5rem);
            right: auto;
            width: 1098px; } }
      .footer .footer__header .footer__logo .logo__link svg,
      .footer .footer__header .footer__logo .logo__link img {
        width: 164px; }
  .footer .footer__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem; }
    @media screen and (min-width: 992px) {
      .footer .footer__group {
        margin-bottom: 4rem; } }
    /*@media screen and (min-width: 992px) {*/
    /*  .footer .footer__group.footer__group.footer__group_secondary {*/
    /*    margin-top: -96px; } }*/
    .footer .footer__group .group__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .footer .footer__group .group__header:not(:last-child) {
        margin-bottom: 1.5rem; }
      .footer .footer__group .group__header .group__title {
        color: #27348A;
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-family: "LibreBaskerville", sans-serif; }
      

.footer .footer__group .group__content .group__nav:not(:last-child) {
        margin-bottom: 2rem; }
      .footer .footer__group .group__content .group__nav .nav__list {
        margin: 0;
        list-style: none; }
      .footer .footer__group .group__content .group__nav .nav__item {
        margin: 0; }
        .footer .footer__group .group__content .group__nav .nav__item.nav__item_active .nav__link, .footer .footer__group .group__content .group__nav .nav__item:hover .nav__link {
          color: #F7A601; }
      .footer .footer__group .group__content .group__nav .nav__link {
        color: #2B3139;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
.footer .footer__group .group__content .group__nav .nav__link b{
  font-weight: 400;
}
    .footer .footer__group .group__action {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .footer .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 700; }
    @media screen and (min-width: 992px) {
      .footer .footer__bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .footer .footer__bottom .footer__copyright {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      @media screen and (min-width: 992px) {
        .footer .footer__bottom .footer__copyright {
          margin-right: 4rem;
          -webkit-box-ordinal-group: 0;
              -ms-flex-order: -1;
                  order: -1; } }
    .footer .footer__bottom .footer__nav {
      margin-bottom: 2rem; }
      @media screen and (min-width: 992px) {
        .footer .footer__bottom .footer__nav {
          margin-bottom: 0; } }
      .footer .footer__bottom .footer__nav .nav__list {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        list-style: none; }
        @media screen and (min-width: 992px) {
          .footer .footer__bottom .footer__nav .nav__list {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row; } }
      .footer .footer__bottom .footer__nav .nav__item {
        margin: 0; }
        .footer .footer__bottom .footer__nav .nav__item:not(:last-child) {
          margin-right: 2rem; }
          @media screen and (min-width: 992px) {
            .footer .footer__bottom .footer__nav .nav__item:not(:last-child) {
              margin-right: 4rem; } }
        .footer .footer__bottom .footer__nav .nav__item.nav__item_active .nav__link, .footer .footer__bottom .footer__nav .nav__item:hover .nav__link {
          color: #F7A601; }
      .footer .footer__bottom .footer__nav .nav__link {
        color: #2B3139;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }

.main {
  padding-top: 88px; }
  @media (max-width: 1399px) {
    .main {
      padding-top: 72px; } }
  .main:not(.main_secondary) .section:first-child {
    padding-top: 0; }

.section {
  padding: 3rem 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (min-width: 992px) {
    .section {
      padding: 7rem 0; } }
  .section.section_secondary-bg {
    background-color: #F7A601; }
  .section.section_tertiary-bg {
    background-color: #E9EAF3; }
  .section.section_secondary-p {
    padding: 2rem 0; }
  .section.section_tertiary-p {
    padding: 4rem 0; }
  .section.section_tertiary-0 {
    padding: 0 !important; }
  .section.section_pb-0 {
    padding-bottom: 0; }
  .section.section_0 {
    padding: 0; }
  .section.section_headline .container {
    position: relative; }
  @media (min-width: 1600px) {
    .section.section_headline .article .article__main {
      padding-left: 19.5rem; } }
  .section .section__headline {
    display: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (min-width: 1600px) {
      .section .section__headline {
        height: 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .section .section__headline > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: auto !important;
      position: absolute;
      top: 3rem;
      z-index: 3; }
      @media (max-width: 1600px) {
        .section .section__headline > div {
          position: relative !important;
          top: 0 !important;
          left: 0 !important;
          margin-bottom: 3rem !important; } }
    .section .section__headline .headline__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 1600px) {
        .section .section__headline .headline__content {
          -webkit-transform: rotate(-90deg) translateX(-100%);
                  transform: rotate(-90deg) translateX(-100%);
          -webkit-transform-origin: 0 0;
                  transform-origin: 0 0; } }
    .section .section__headline .headline__value {
      color: #fff;
      width: 2rem;
      height: 2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 50%;
      margin-right: 1rem;
      background-color: #27348A; }
    .section .section__headline .headline__title {
      color: #27348A;
      font-size: 1.5rem;
      line-height: 1.5rem; }
  .section .section__header:not(:last-child) {
    margin-bottom: 4rem; }
  .section .section__header .section__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .section .section__header .section__title:not(:last-child) {
      margin-bottom: .25rem; }
    .section .section__header .section__title .title__text {
      text-transform: uppercase;
      margin-right: 1.5rem; }
    .section .section__header .section__title:after {
      content: "";
      background-color: #2B3139;
      width: 30rem;
      height: 1px; }
  .section .section__header .section__subtitle .subtitle__text {
    font-size: 2rem;
    line-height: 2rem;
    font-family: "LibreBaskerville", sans-serif; }
    @media screen and (min-width: 577px) {
      .section .section__header .section__subtitle .subtitle__text {
        font-size: 2.5rem;
        line-height: 2.5rem; } }
  .section .section__main:not(:last-child) {
    margin-bottom: 2rem; }
    @media screen and (min-width: 577px) {
      .section .section__main:not(:last-child) {
        margin-bottom: 4rem; } }

.sticky {
  position: fixed !important;
  z-index: 1; }

.stop {
  position: relative;
  z-index: 1; }

.post .post__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .post .post__item .post__media:not(:last-child) {
    margin-bottom: 2rem; }
  .post .post__item .post__media .media__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none; }
@media screen and (min-width: 720px) {
  .post .post__item .post__media .media__link:hover svg,
  .post .post__item .post__media .media__link:hover img {
    background-color: #F7A601 !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}
  .post .post__item .post__media svg,
  .post .post__item .post__media img {
    width: 100%;
    height: auto;
    background-blend-mode: multiply;
    background-color: transparent !important;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .post .post__item .post__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .post .post__item .post__main .post__title:not(:last-child) {
      margin-bottom: 2rem; }
    .post .post__item .post__main .post__title .title__text {
      color: #27348A;
      text-decoration: none;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .post .post__item .post__main .post__title .title__text:hover {
        color: #2B3139; }
    .post .post__item .post__main .post__date:not(:last-child) {
      margin-bottom: 2rem; }
    .post .post__item .post__main .post__date .date__text {
      opacity: .75; }
    .post .post__item .post__main .post__content:not(:last-child) {
      margin-bottom: 2rem; }

.fancybox {
  margin-bottom: 2rem; }
  @media screen and (min-width: 992px) {
    .fancybox {
      margin-bottom: 4rem; } }
  .fancybox .fancybox__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1.5rem; }
  .fancybox .fancybox__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%; }
@media screen and (min-width: 720px) {
  .fancybox .fancybox__link:hover svg,
  .fancybox .fancybox__link:hover img {
    background-color: #F7A601 !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}
    .fancybox .fancybox__link svg,
    .fancybox .fancybox__link img {
      width: 100%;
      height: auto;
      background-blend-mode: multiply;
      background-color: transparent !important;
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%);
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.pagination .pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (min-width: 992px) {
    .pagination .pagination__list {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.pagination .pagination__item {
  margin: 0 .5rem .5rem; }
  .pagination .pagination__item.pagination__item_active .pagination__link, .pagination .pagination__item:hover .pagination__link {
    color: #fff;
    background-color: #27348A; }
    .pagination .pagination__item.pagination__item_active .pagination__link svg path, .pagination .pagination__item:hover .pagination__link svg path {
      fill: #fff; }
    .pagination .pagination__item.pagination__item_active .pagination__link svg rect, .pagination .pagination__item:hover .pagination__link svg rect {
      fill: #27348A; }

.pagination .pagination__link {
  font-size: 1.25rem;
  line-height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2rem;
  width: 2rem;
  text-align: center;
  color: #27348A;
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .pagination .pagination__link svg path {
    fill: #27348A;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .pagination .pagination__link svg rect {
    fill: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 992px) {
    .banner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .banner .banner__content {
    color: #fff;
    background-color: #27348A;
    padding: 3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 30rem;
        word-break: break-word;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    @media screen and (max-width: 991px) {
      .banner .banner__content {
        min-height: 0; } }
    @media screen and (min-width: 992px) {
      .banner .banner__content {
        padding: 5rem 5rem 5rem 0; } }
    .banner .banner__content:before, .banner .banner__content:after {
      content: "";
      position: absolute;
      top: 0;
      right: 100%;
      height: 100%;
      width: 100vw;
      background-color: #27348A; }
    .banner .banner__content:after {
      left: 100%;
      right: auto; }
      @media screen and (min-width: 992px) {
        .banner .banner__content:after {
          display: none; } }
  .banner .row .col:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media screen and (min-width: 992px) {
      .banner .row .col:first-child {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; } }
  .banner .banner__media {
    width: calc(100% + 2rem + (100vw - 106rem));
    height: 100%;
    position: relative;
    left: -2rem;
    min-height: 30rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #E9EAF3; }



    @media screen and (max-width: 116rem) {
      .banner .banner__media {
        width: calc(100vw - 33.3% - 2rem); } }
    @media (max-width: 1399px) {
      .banner .banner__media {
        width: calc(100vw - 50% - 2rem); } }
    @media screen and (max-width: 991px) {
      .banner .banner__media {
        width: calc(100% + 15vw) !important;
        left: -7.5vw;

        min-height: 20rem; } }
  .banner .banner__title {
    position: relative;
    padding-left: 4rem;
    padding-top: 4rem; }
    @media screen and (min-width: 992px) {
      .banner .banner__title {
        padding-left: 12rem; } }
    @media screen and (max-width: 576px) {
      .banner .banner__title {
        padding-left: 2rem; } }
    .banner .banner__title:before {
      content: "";
      width: 2rem;
      height: 1px;
      background-color: #fff;
      position: absolute;
      top: 5rem;
      left: 0; }
      @media screen and (min-width: 992px) {
        .banner .banner__title:before {
          width: 8rem;
          top: 6.2rem; } }
      @media screen and (max-width: 576px) {
        .banner .banner__title:before {
          width: 1.5rem; } }
    .banner .banner__title .title__text {
      color: #fff;
      font-size: 1.5rem;
      line-height: 2rem; }
      @media screen and (min-width: 577px) {
        .banner .banner__title .title__text {
          font-size: 3rem;
          line-height: 4rem; } }
      @media screen and (min-width: 992px) {
        .banner .banner__title .title__text {
          font-size: 4rem;
          line-height: 5rem; } }

.projects .slick-track {
  padding: 2rem 0; }

.projects__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0 0 10px transparent;
          box-shadow: 0 0 10px transparent;
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
@media screen and (min-width: 720px) {
  .projects__item:hover {
    top: -.5rem;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
}
  .projects__item .project__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #2B3139;
    height: 20rem; }
    .projects__item .project__media .media__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      width: 100%;
      cursor: pointer; }
  .projects__item .project__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
    background-color: #fff; }
  .projects__item .project__title:not(:last-child) {
    margin-bottom: 1.5rem; }
  .projects__item .project__title .title__text {
    color: #2B3139;
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: "LibreBaskerville", sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .projects__item .project__title .title__text:hover {
      color: #2B3139; }
  .projects__item .project__content:not(:last-child) {
    margin-bottom: 1.5rem; }

.publications .publications__item {
  padding: 4rem 0;
  position: relative; }
  .publications .publications__item:nth-child(even) {
    background-color: #F5F6FF; }
    .publications .publications__item:nth-child(even):before, .publications .publications__item:nth-child(even):after {
      content: "";
      position: absolute;
      height: 100%;
      width: 100vw;
      background-color: #F5F6FF;
      top: 0;
      right: 100%; }
    .publications .publications__item:nth-child(even):after {
      left: 100%;
      right: auto; }
  .publications .publications__item .publications__media {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3rem; }
    @media screen and (min-width: 992px) {
      .publications .publications__item .publications__media {
        margin-bottom: 0; } }
  .publications .publications__item .publications__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 1200px) {

      .publications .publications__item .publications__main {
        padding-left: 7rem; } }
    .publications .publications__item .publications__main .publications__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .publications .publications__item .publications__main .publications__header:not(:last-child) {
        margin-bottom: 1.5rem; }
      .publications .publications__item .publications__main .publications__header .publications__title:not(:last-child) {
        margin-bottom: .5rem; }
      .publications .publications__item .publications__main .publications__header .publications__title .title__text {
        font-size: 1.5rem;
        line-height: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #27348A;
        text-decoration: none;
        font-family: "LibreBaskerville", sans-serif;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .publications .publications__item .publications__main .publications__header .publications__title .title__text:hover {
          color: #2B3139; }
      .publications .publications__item .publications__main .publications__header .publications__category .category__text {
        opacity: .75;
        text-transform: uppercase; }
    .publications .publications__item .publications__main .publications__content:not(:last-child) {
      margin-bottom: 1.5rem; }

.newsletter {
  color: #fff;
  background-color: #27348A; }
  .newsletter .newsletter__main {
    margin-bottom: 2rem; }
    @media screen and (min-width: 992px) {
      .newsletter .newsletter__main {
        margin-bottom: 0; } }
    .newsletter .newsletter__main .newsletter__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .newsletter .newsletter__main .newsletter__header:not(:last-child) {
        margin-bottom: .75rem; }
      .newsletter .newsletter__main .newsletter__header .newsletter__title {
        font-size: 1rem;
        line-height: 1rem;
        margin-bottom: 1rem;
        font-family: "LibreBaskerville", sans-serif; }
        @media screen and (min-width: 577px) {
          .newsletter .newsletter__main .newsletter__header .newsletter__title {
            font-size: 2rem;
            line-height: 2rem; } }
      .newsletter .newsletter__main .newsletter__header .newsletter__subtitle {
        font-size: 3rem;
        line-height: 3rem;
        font-family: "LibreBaskerville", sans-serif; }
        @media screen and (min-width: 577px) {
          .newsletter .newsletter__main .newsletter__header .newsletter__subtitle {
            font-size: 4rem;
            line-height: 4rem; } }
  .newsletter .newsletter__media {
    color: #fff;
    background-color: #F7A601;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px transparent;
            box-shadow: 0 0 10px transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
@media screen and (min-width: 720px) {
  .newsletter .newsletter__media:hover {
    -webkit-box-shadow: 0 0 10px #F7A601;
    box-shadow: 0 0 10px #F7A601;
  }
}
    @media screen and (min-width: 992px) {
      .newsletter .newsletter__media {
        margin: 0; } }
    .newsletter .newsletter__media .media__link {
      color: #fff;
      font-size: 1rem;
      line-height: 1.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      padding: 2.5rem;
      text-decoration: none; }
    .newsletter .newsletter__media .media__ico {
      margin-bottom: .5rem;
      width: 2rem;
      min-width: 2rem; }
    .newsletter .newsletter__media .media__text {
      text-transform: uppercase;
      font-weight: 700; }

.news .news__main {
  background-color: #E9EAF3;
  margin: 0 -1rem; }
  @media screen and (min-width: 577px) {
    .news .news__main {
      margin: 0; } }
  @media (min-width: 1200px) {
    .news .news__main {
      margin-bottom: 8rem; } }
  .news .news__main .media__link2 {
    height: 100%;
    display: block;
  }
  .news .news__main .news__media {
    height: 100%;
    min-height: 20rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #2B3139; }
    @media screen and (min-width: 577px) {
      .news .news__main .news__media {
        min-height: 30rem; } }
    .news .news__main .news__media .media__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      text-decoration: none; }
  .news .news__main .news__content {
    padding: 2rem 1rem; }
    @media screen and (min-width: 577px) {
      .news .news__main .news__content {
        padding: 4rem 2rem; } }
    @media screen and (min-width: 992px) {
      .news .news__main .news__content {
        padding: 4rem 2rem 4rem 0; } }
    .news .news__main .news__content .news__title:not(:last-child) {
      margin-bottom: .5rem; }
    .news .news__main .news__content .news__title .title__text {
      color: #27348A;
      font-size: 1rem;
      line-height: 1.5rem;
      text-decoration: none;
      font-family: "LibreBaskerville", sans-serif;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      @media screen and (min-width: 577px) {
        .news .news__main .news__content .news__title .title__text {
          font-size: 1.5rem;
          line-height: 2rem; } }
      .news .news__main .news__content .news__title .title__text:hover {
        color: #2B3139; }
    .news .news__main .news__content .news__category .category__list {
      margin: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .news .news__main .news__content .news__category .category__item {
      margin: 0; }
      .news .news__main .news__content .news__category .category__item:not(:last-child):after {
        content: ",";
        margin: 0 .25rem .5rem 0; }
    .news .news__main .news__content .news__category .category__link {
      color: #27348A;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 700;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .news .news__main .news__content .news__category .category__link:hover {
        color: #2B3139; }
    .news .news__main .news__content .news__date:not(:last-child) {
      margin-bottom: 2rem; }
    .news .news__main .news__content .news__date .date__text {
      font-weight: 500;
      text-transform: uppercase;
      color: #2B3139;
      display: block;
      margin-top: 10px; }

.news .news__list .slick-list,
.news .news__carousel .slick-list {
  padding: 1.5rem 0 0; }

.news .news__list .news__item,
.news .news__carousel .news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .news .news__list .news__item .news__media,
  .news .news__carousel .news__item .news__media {
    height: 20rem;
    margin-bottom: 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #2B3139;
    -webkit-box-shadow: 0 0 10px transparent;
            box-shadow: 0 0 10px transparent;
    position: relative;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
@media (min-width: 720px) {
  .news .news__list .news__item .news__media:hover,
  .news .news__carousel .news__item .news__media:hover {
    top: -.5rem;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
}
    .news .news__list .news__item .news__media .media__link,
    .news .news__carousel .news__item .news__media .media__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      text-decoration: none; }
  .news .news__list .news__item .news__body,
  .news .news__carousel .news__item .news__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .news .news__list .news__item .news__body .news__header:not(:last-child),
    .news .news__carousel .news__item .news__body .news__header:not(:last-child) {
      margin-bottom: .5rem; }
.news .news__item .news__body .news__excerpt {
  margin-bottom: 10px;
}
    .news .news__list .news__item .news__body .news__header .news__title,
    .news .news__carousel .news__item .news__body .news__header .news__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .news .news__list .news__item .news__body .news__header .news__title:not(:last-child),
      .news .news__carousel .news__item .news__body .news__header .news__title:not(:last-child) {
        margin-bottom: .5rem; }
      .news .news__list .news__item .news__body .news__header .news__title .title__text,
      .news .news__carousel .news__item .news__body .news__header .news__title .title__text {
        color: #27348A;
        font-size: 1.5rem;
        line-height: 2rem;
        font-family: "LibreBaskerville", sans-serif;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .news .news__list .news__item .news__body .news__header .news__title .title__text:hover,
        .news .news__carousel .news__item .news__body .news__header .news__title .title__text:hover {
          color: #2B3139; }
    .news .news__list .news__item .news__body .news__header .news__data,
    .news .news__carousel .news__item .news__body .news__header .news__data {
      margin-bottom: 1rem; }
      .news .news__list .news__item .news__body .news__header .news__data .data__list,
      .news .news__carousel .news__item .news__body .news__header .news__data .data__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        list-style: none;
        margin: 0; }
      .news .news__list .news__item .news__body .news__header .news__data .data__item,
      .news .news__carousel .news__item .news__body .news__header .news__data .data__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0;
        text-transform: uppercase; }
        .news .news__list .news__item .news__body .news__header .news__data .data__item:not(:last-child):after,
        .news .news__carousel .news__item .news__body .news__header .news__data .data__item:not(:last-child):after {
          content: "";
          width: 1px;
          height: 1rem;
          position: relative;
          top: .25rem;
          background-color: #2B3139;
          margin: 0 .5rem .5rem; }
      .news .news__list .news__item .news__body .news__header .news__data a,
      .news .news__carousel .news__item .news__body .news__header .news__data a {
        color: #27348A;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .news .news__list .news__item .news__body .news__header .news__data a:hover,
        .news .news__carousel .news__item .news__body .news__header .news__data a:hover {
          color: #2B3139; }
    .news .news__list .news__item .news__body .news__content:not(:last-child),
    .news .news__carousel .news__item .news__body .news__content:not(:last-child) {
      margin-bottom: 1rem; }
    .news .news__list .news__item .news__body .news__footer,
    .news .news__carousel .news__item .news__body .news__footer {
      margin-top: auto; }

.magazine__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .magazine__item .magazine__media {
    width: 100%;
    height: 25rem;
    background-color: #2B3139;
    background-size: cover;
    background-position: center;
    margin-bottom: 2rem;
    -webkit-box-shadow: 0 0 10px transparent;
            box-shadow: 0 0 10px transparent;
    position: relative;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
@media screen and (min-width: 720px) {
  .magazine__item .magazine__media:hover {
    top: -.5rem;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
}
    .magazine__item .magazine__media .media__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      text-decoration: none; }
  .magazine__item .magazine__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .magazine__item .magazine__main .magazine__date {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .magazine__item .magazine__main .magazine__date:not(:last-child) {
        margin-bottom: .75rem; }
      .magazine__item .magazine__main .magazine__date .date__text {
        color: #2B3139;
        font-size: .75rem;
        line-height: 1rem;
        font-weight: 700;
        text-transform: uppercase; }
    .magazine__item .magazine__main .magazine__content:not(:last-child) {
      margin-bottom: 1.5rem; }
    .magazine__item .magazine__main .magazine__content .magazine__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .magazine__item .magazine__main .magazine__content .magazine__title:not(:last-child) {
        margin-bottom: 1.5rem; }
      .magazine__item .magazine__main .magazine__content .magazine__title .title__text {
        color: #27348A;
        text-decoration: none;
        font-family: "LibreBaskerville", sans-serif;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .magazine__item .magazine__main .magazine__content .magazine__title .title__text:hover {
          color: #2B3139; }
    .magazine__item .magazine__main .magazine__content .magazine__author:not(:last-child) {
      margin-bottom: .5rem; }
    .magazine__item .magazine__main .magazine__content .magazine__author .author__text {
      font-weight: 700;
      letter-spacing: -.9px; }
    .magazine__item .magazine__main .magazine__content .magazine__data .data__text {
      font-size: .75rem;
      line-height: 1rem;
      font-weight: 700;
      text-transform: uppercase; }

.services .services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .services .services__item {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      text-align: left;
      margin-bottom: 0; } }
  .services .services__item .services__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .services .services__item .services__media:not(:last-child) {
      margin-bottom: 1rem; }
      @media screen and (min-width: 992px) {
        .services .services__item .services__media:not(:last-child) {
          margin-bottom: 2rem; } }
    .services .services__item .services__media img,
    .services .services__item .services__media svg {
      height: 4.5rem;
      width: auto; }
  .services .services__item .services__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .services .services__item .services__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .services .services__item .services__content:not(:last-child) {
      margin-bottom: 1rem; }
    .services .services__item .services__content .services__title {
      margin-bottom: 1rem; }
      .services .services__item .services__content .services__title .title__text {
        color: #2B3139;
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-family: "LibreBaskerville", sans-serif;
        text-decoration: none; }

.partners .partners__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (min-width: 577px) {
    .partners .partners__header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .partners .partners__header:not(:last-child) {
    margin-bottom: 2.5rem; }
  .partners .partners__header .header__title {
    font-size: 1rem;
    line-height: 1.5rem; }
@media screen and (min-width: 992px) {
  .partners .partners__list {
    margin: 0 -2rem;
  }
  .partners2 .partners__header {
      margin: 0 -1rem;
  }
  .partners .partners__item {
    padding: 0 2rem;
  }
}
.knix_banner-wrap {
  padding: 3rem 0;
}
.partners__knix_title {
  //
}
.partners .knix_banner2 .partners__media {
  display: flex;
    align-items: center;
}
@media (max-width: 991px) {
  .partners .knix_banner2 .partners__media {
    display: block;
  }
}
.partners .partners__item {
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem; }
.partners .knix_banner .partners__item {
  padding: 0 2rem;
}
.partners .partners__list.partners__list2 {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
  .partners .knix_banner .partners__item {
    padding: 0;
  }
}
.partners2 {
  padding: 3rem 0;
}
.partners .partners__title {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #2B3139;
  margin-bottom: 20px;
}
.partners2 .partners__media a {
  text-decoration: none;
}
.partners2 .partners__media img, .partners2 .partners__media svg {
  max-height: 117px;
    width: auto;
    height: 117px;
}
@media (max-width: 600px) {
    .partners2 .partners__media img, .partners2 .partners__media svg {
        object-fit: contain;
    }
}
.partners .knix_banner .partners__media img, .partners .knix_banner .partners__media svg,
.partners .knix_banner2 .partners__media img, .partners .knix_banner2 .partners__media svg {
  max-height: 114px;
  height: 114px;
  max-width: none;
}
.partners .knix_banner2 .partners__media img, .partners .knix_banner2 .partners__media svg {
  margin-right: 20px;
}

.socials .socials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0; }

.socials .socials__item {
  margin: 0; }
  .socials .socials__item:not(:last-child) {
    margin: 0 2rem 0 0; }

.socials .socials__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-decoration: none; }

.socials img,
.socials svg {
  height: 1.5rem;
  width: auto; }
  .socials img:hover path,
  .socials svg:hover path {
    fill: #F7A601; }
  .socials img path,
  .socials svg path {
    fill: #27348A;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.team .team__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin-bottom: 2rem; }
  .team .team__item .team__media {
    min-height: 34rem;
    height: 34rem;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #E9EAF3; }
  .team .team__item .team__main {
    padding: 2rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #FFF6E5; }
    .team .team__item .team__main .team__title {
      margin-bottom: .5rem; }
      .team .team__item .team__main .team__title .title__text {
        color: #2B3139;
        font-size: 2rem;
        line-height: 2rem;
        font-family: "LibreBaskerville", sans-serif; }
    .team .team__item .team__main .team__email {
      margin-bottom: 1.5rem; }
      .team .team__item .team__main .team__email .email__text {
        color: #27348A;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .team .team__item .team__main .team__email .email__text:hover {
          color: #2B3139; }
    .team .team__item .team__main .team__content:not(:last-child) {
      margin-bottom: 2rem; }
    .team .team__item .team__main .team__action {
      margin-top: auto; }

.team .team__detail {
  padding: 3rem 0; }
  @media screen and (min-width: 992px) {
    .team .team__detail {
      padding: 7rem 0; } }
  .team .team__detail .team__media {
    margin-bottom: 2rem; }

.postdate {
  padding: 2rem 0; }
  @media screen and (min-width: 992px) {
    .postdate {
      padding: 4rem 0; } }
  .postdate .postdate__media {
    margin-bottom: 2rem; }
    @media screen and (min-width: 992px) {
      .postdate .postdate__media {
        margin-bottom: 0; } }
    .postdate .postdate__media img,
    .postdate .postdate__media svg {
      width: 100%;
      height: auto; }
  @media screen and (min-width: 992px) {
    .postdate .postdate__main {
      padding-left: 1rem; } }
  .postdate .postdate__main h3 a {
    color: #27348A;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .postdate .postdate__main h3 a:hover {
      color: #2B3139; }
  .postdate .postdate__main .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

.offers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .offers__item .offers__media {
    height: 20rem;
    margin-bottom: 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #2B3139; }
    .offers__item .offers__media .media__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      text-decoration: none; }
  .offers__item .offers__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .offers__item .offers__body .offers__header:not(:last-child) {
      margin-bottom: 2rem; }
    .offers__item .offers__body .offers__header .offers__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .offers__item .offers__body .offers__header .offers__title:not(:last-child) {
        margin-bottom: .5rem; }
      .offers__item .offers__body .offers__header .offers__title .title__text {
        color: #27348A;
        font-size: 1.5rem;
        line-height: 2rem;
        font-family: "LibreBaskerville", sans-serif;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .offers__item .offers__body .offers__header .offers__title .title__text:hover {
          color: #2B3139; }
    .offers__item .offers__body .offers__header .offers__data .data__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      list-style: none;
      margin: 0; }
    .offers__item .offers__body .offers__header .offers__data .data__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0;
      text-transform: uppercase; }
      .offers__item .offers__body .offers__header .offers__data .data__item:not(:last-child):after {
        content: "";
        width: 1px;
        height: 1rem;
        position: relative;
        top: .25rem;
        background-color: #2B3139;
        margin: 0 .5rem .5rem; }
    .offers__item .offers__body .offers__header .offers__data a {
      color: #27348A;
      text-decoration: none;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .offers__item .offers__body .offers__header .offers__data a:hover {
        color: #2B3139; }
    .offers__item .offers__body .offers__content:not(:last-child) {
      margin-bottom: 1rem; }
    .offers__item .offers__body .offers__footer {
      margin-top: auto; }

.massonry .massonry__filter {
  margin-bottom: 1.5rem; }

.massonry .massonry__headline {
  margin-bottom: 1rem; }
  .massonry .massonry__headline .massonry__title {
    font-family: "LibreBaskerville", sans-serif; }

/*.massonry .massonry__list {*/
/*  -webkit-column-count: 1;*/
/*     -moz-column-count: 1;*/
/*          column-count: 1;*/
/*  -webkit-column-gap: 1rem;*/
/*     -moz-column-gap: 1rem;*/
/*          column-gap: 1rem;*/
/*  margin-bottom: 4rem; }*/
/*  @media screen and (min-width: 577px) {*/
/*    .massonry .massonry__list {*/
/*      -webkit-column-count: 2;*/
/*         -moz-column-count: 2;*/
/*              column-count: 2; } }*/
/*  @media screen and (min-width: 992px) {*/
/*    .massonry .massonry__list {*/
/*      -webkit-column-count: 3;*/
/*         -moz-column-count: 3;*/
/*              column-count: 3; } }*/
  .massonry .massonry__list.massonry__list_secondary .massonry__item .massonry__main {
    padding: 2rem 0;
    background-color: transparent; }

/*.massonry .massonry__item {*/
/*  display: grid;*/
/*  margin-bottom: 1rem;*/
/*  -webkit-column-break-inside: avoid;*/
/*     -moz-column-break-inside: avoid;*/
/*          break-inside: avoid; }*/
  .massonry .massonry__item .massonry__media img,
  .massonry .massonry__item .massonry__media svg {
    width: 100%;
    height: auto; }
  .massonry .massonry__item .massonry__media .media__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    text-decoration: none; }
  .massonry .massonry__item .massonry__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
    background-color: #F5F6FF; }
    .massonry .massonry__item .massonry__main .massonry__header .massonry__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .massonry .massonry__item .massonry__main .massonry__header .massonry__title:not(:last-child) {
        margin-bottom: .5rem; }
      .massonry .massonry__item .massonry__main .massonry__header .massonry__title .title__text {
        color: #27348A;
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-family: "LibreBaskerville", sans-serif;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .massonry .massonry__item .massonry__main .massonry__header .massonry__title .title__text:hover {
          color: #2B3139; }
    .massonry .massonry__item .massonry__main .massonry__header .massonry__date {
      margin-bottom: 1rem; }
      .massonry .massonry__item .massonry__main .massonry__header .massonry__date .date__text {
        font-size: .75rem;
        line-height: .75rem;
        opacity: .75; }
    .massonry .massonry__item .massonry__main .massonry__content:not(:last-child) {
      margin-bottom: 1rem; }
    .massonry .massonry__item .massonry__main .massonry__footer {
      margin-top: auto; }

.similar .similar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem; }

.similar .similar__media:not(:last-child) {
  margin-bottom: 2rem; }

.similar .similar__media .media__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.similar .similar__media img,
.similar .similar__media svg {
  width: 100%;
  height: auto; }

.similar .similar__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .similar .similar__main .similar__title .title__link {
    color: #27348A;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: "LibreBaskerville", sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .similar .similar__main .similar__title .title__link:hover {
      color: #2B3139; }

.original .original__media {
  margin-bottom: 2rem; }
  @media screen and (min-width: 992px) {
    .original .original__media {
      margin-bottom: 0; } }
  .original .original__media img,
  .original .original__media svg {
    width: 100%;
    height: auto; }

.original .original__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }
  @media screen and (min-width: 992px) {
    .original .original__main {
      padding-left: 7rem; } }
  .original .original__main .original__header {
    margin-bottom: 2rem; }
    .original .original__main .original__header .original__title {
      margin-bottom: .5rem; }
      .original .original__main .original__header .original__title .title__text {
        color: #27348A;
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-family: "LibreBaskerville", sans-serif; }
    .original .original__main .original__header .original__category .category__text {
      text-transform: uppercase;
      opacity: .7; }
  .original .original__main .original__content {
    margin-bottom: 2rem; }
  .original .original__main .original__footer {
    margin-bottom: 2rems; }

.breadcrumbs {
  margin-bottom: 2rem; }
  @media screen and (min-width: 992px) {
    .breadcrumbs {
      padding-top: 2.5rem; } }
  .breadcrumbs .breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .breadcrumbs .breadcrumbs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 1rem .5rem 0; }
    .breadcrumbs .breadcrumbs__item:not(:last-child) .breadcrumbs__link {
      margin-right: 1rem; }
    .breadcrumbs .breadcrumbs__item:not(:last-child) .breadcrumbs__ico {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .breadcrumbs .breadcrumbs__link {
    color: #27348A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .breadcrumbs .breadcrumbs__link:hover {
      color: #2B3139; }
  .breadcrumbs .breadcrumbs__img {
    margin: 0; }
  .breadcrumbs .breadcrumbs__ico {
    display: none; }

.paper h1,
.paper h2,
.paper h3,
.paper h4,
.paper h5,
.paper h6 {
  color: #27348A; }

.paper .paper__header {
  margin-bottom: 4rem; }
.news_from_the_club-template-tmpl-acf-news_from_the_club .paper .paper__header {
     margin-bottom: 0; }
  .paper .paper__header .paper__title {
    margin-bottom: 1.5rem; }
    .paper .paper__header .paper__title .title__text {
      font-size: 1.5rem;
      line-height: 2rem;
      font-family: "LibreBaskerville", sans-serif; }
      @media screen and (min-width: 992px) {
        .paper .paper__header .paper__title .title__text {
          font-size: 2.5rem;
          line-height: 2.5rem; } }
  .paper .paper__header .paper__data {
    color: #27348A;
    text-transform: uppercase; }
  .paper .paper__header .paper__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 992px) {
      .paper .paper__header .paper__tags {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .paper .paper__header .paper__tags .tags__title {
      margin-right: .5rem; }
    .paper .paper__header .paper__tags .tags__list {
      margin: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .paper .paper__header .paper__tags .tags__list .tags__item {
        color: #27348A;
        margin: 0 .5rem 0 0; }
        .paper .paper__header .paper__tags .tags__list .tags__item:not(:last-child):after {
          content: ","; }
      .paper .paper__header .paper__tags .tags__list .tags__link {
        color: #27348A;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .paper .paper__header .paper__tags .tags__list .tags__link:hover {
          color: #2B3139; }

.paper .paper__content h5,
.paper .paper__content h6 {
  color: #2B3139; }
  .paper .paper__content h5 a,
  .paper .paper__content h6 a {
    color: #27348A;
    text-decoration: underline; }
    .paper .paper__content h5 a:hover,
    .paper .paper__content h6 a:hover {
      text-decoration: none; }

.paper .paper__gallery {
  margin-bottom: 2rem; }

.paper .paper__posts .posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.paper .paper__posts .post {
  padding: 2rem; }
  .paper .paper__posts .post:not(:last-child) {
    margin-bottom: 1.5rem; }
  .paper .paper__posts .post .post__media {
    margin-bottom: 2rem; }
    @media screen and (min-width: 992px) {
      .paper .paper__posts .post .post__media {
        margin-bottom: 0; } }
    .paper .paper__posts .post .post__media .media__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
  .paper .paper__posts .post .post__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .paper .paper__posts .post .post__main .post__header:not(:last-child) {
      margin-bottom: 1.5rem; }
    .paper .paper__posts .post .post__main .post__header .header__text {
      color: #2B3139;
      text-decoration: none;
      font-family: "LibreBaskerville", sans-serif;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      color: #2B3139; }
    .paper .paper__posts .post .post__main .post__content:not(:last-child) {
      margin-bottom: 1.5rem; }

.paper .paper__sidebar .sidebar__item {
  padding: 4rem;
  background-color: #E9EAF3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .paper .paper__sidebar .sidebar__item.sidebar__item_secondary {
    background-color: #FFF6E5; }
  .paper .paper__sidebar .sidebar__item:not(:last-child) {
    margin-bottom: 2rem; }
  .paper .paper__sidebar .sidebar__item .sidebar__media {
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 2.75rem; }
    .paper .paper__sidebar .sidebar__item .sidebar__media.square {
        border-radius: 0;
    }
    .paper .paper__sidebar .sidebar__item .sidebar__media img {
      width: 12rem;
      height: 12rem;
      border-radius: 50%; }
    .paper .paper__sidebar .sidebar__item .sidebar__media.square img {
        border-radius: 0;
    }
  .paper .paper__sidebar .sidebar__item .sidebar__main .sidebar__title {
    margin-bottom: 1rem; }
    .paper .paper__sidebar .sidebar__item .sidebar__main .sidebar__title .title__text {
      font-size: 1.25rem;
      line-height: 1.5rem;
      font-family: "LibreBaskerville", sans-serif; }
  .paper .paper__sidebar .sidebar__item .sidebar__main .sidebar__content em,
  .paper .paper__sidebar .sidebar__item .sidebar__main .sidebar__content i {
    font-style: italic;
  }

.dl {
  margin-bottom: 1rem; }
  .dl .dl__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 992px) {
      .dl .dl__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .dl .dl__item:not(:last-child) {
      margin-bottom: 1rem; }
    .dl .dl__item .dl__dt {
      width: 12.5rem;
      min-width: 12.5rem;
      margin-right: 2rem;
      font-weight: 700; }

.specialist .specialist__header {
  margin-bottom: 2rem; }
  .specialist .specialist__header .header__title {
    font-size: 20px;
    font-weight: 700; }

.specialist .specialist__filter {
  margin-bottom: 2rem; }
  .specialist .specialist__filter .filter__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .specialist .specialist__filter .filter__item {
    margin: 0 1rem 1rem 0; }
    .specialist .specialist__filter .filter__item:hover .filter__text,
    .specialist .specialist__filter .filter__item .filter__item_active .filter__text {
      color: #fff;
      background-color: #27348A; }
  .specialist .specialist__filter .filter__text {
    color: #27348A;
    background-color: #E9EAF3;
    font-weight: 400;
    padding: .5rem 1rem;
    text-decoration: none;
    border-radius: 1.5rem;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media screen and (max-width: 991px) {
      .specialist .specialist__filter .filter__text {
        font-size: .75rem;
        line-height: 1rem; } }

.specialist .specialist__item {
  padding: 1.5rem;
  background-color: #FFF6E5;
  margin-bottom: 1rem; }

.contact .contact__content {
  padding: 2rem;
  background-color: #FFF6E5; }



/** default and google theme **/
.selectstyle{position:relative;width: 100%!important;}
.ss_dib{display:inline-block;vertical-align:top;}
.ss_button{display: flex;width: 100%!important;align-items: center;justify-content: space-between;margin:0;vertical-align:top;color:#595959;border: 0;height: 48px;border-radius:0;cursor:pointer;text-decoration:none;background:#EFEFEF;padding:16px 0 16px 32px;overflow:hidden;clear:both;vertical-align:top;font-weight:bold;word-break:break-all;}
.ss_text{color: #2B3139;opacity:.7;width: auto!important;font-size: 16px;line-height: 20px;font-weight: 700;white-space:normal;text-overflow:ellipsis;text-indent:0;white-space:nowrap;overflow:hidden;}
.ss_image{
  width: 2.75rem;
  height: 2.75rem;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ss_image:after{
  display: block;
  content: "";
  position: relative;
  top: .2rem;
  right: .5rem;
  border: .4rem solid transparent;
  border-top: .6rem solid #000;
}



.ss_ul{list-style:none;padding:8px 0; margin:0!important; margin-top:-35px;position:absolute;background:#fff;border:1px solid #ccc;-moz-box-shadow:0 1px 5px 1px rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 5px 1px rgba(0,0,0,0.1);box-shadow:0 1px 5px 1px rgba(0,0,0,0.1); border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; display:none;overflow:auto;z-index:100;}
.ss_ulsearch{width: 100%!important;margin:0!important; overflow:hidden!important;margin-top:-35px;position:absolute;background:#fff;border:1px solid #ccc;-moz-box-shadow:0 1px 5px 1px rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 5px 1px rgba(0,0,0,0.1);box-shadow:0 1px 5px 1px rgba(0,0,0,0.1); border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;overflow:auto;z-index:100;display:none;}
.ss_ulsearch .ss_ul{max-height:480px!important;display:block;margin: 0;position:relative;margin-top:0;padding: 0;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;}
.ss_ulsearch .search{border-bottom:1px solid #ccc;padding:0;}
.ss_ulsearch .search input{background:inherit;border:none;height:100%;padding:10px 15px;outline:none;font-size:14px;width:calc(100% - 30px);width:-webkit-calc(100% - 30px);width:-moz-calc(100% - 30px);width:-o-calc(100% - 30px);background:url('../images/ful_grid_img.png') no-repeat;background-position: top 8px right 6px;}
.ss_ulsearch .search input:focus{outline:none;}
.ss_ulsearch .nosearch{text-align:center;font-size:12px;background:#fff;}
.ss_ul li{padding:8px 12px;margin: 0;cursor:pointer;border:none;text-align:left;color:#595959;transition-duration:.3s;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;font-size:14px;}
.ss_ul li:hover{border:none;background:#eee;}
.ss_ul li .ssli_text{vertical-align:top;display:inline-block;}
.ss_ul li .ssli_image{display:inline-block;width:16px;height:16px;margin-right:10px;margin-top:-1px;vertical-align:top;}
.ss_ul li .ssli_image img{width:16px;height:16px;}
.ss_ul::-webkit-scrollbar {width:10px;}
.ss_ul::-webkit-scrollbar:horizontal{height:10px;}
.ss_ul::-webkit-scrollbar-track {border-left:1px solid #D3D3D3;background:#F5F5F5;}
.ss_ul::-webkit-scrollbar-thumb {background:#C4C4C4;}
#select_style_ul{max-height:480px!important;}
.ss_ul{max-height:480px!important;}






.massonry__list {  margin: 1rem auto;}

.massonry__item {
  width: 404px;
  height: auto;
  margin-bottom: 32px;
}
.massonry__item2 {
  width: 33.3%;
}
.massonry__item2 .massonry__item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.massonry__item2 .massonry__item .massonry__main {
    height: 100%;
}
@media screen and (max-width: 1100px) {
  .massonry__item {
    width: 280px;
  }
  .massonry__item2 {
    width: 50%;
  }
}
@media screen and (max-width: 667px) {
  .massonry__item2 {
    width: 100%;
  }
}
#filter .btn-wrap-projects{
  justify-content: flex-start;
}
@media (min-width: 1200px) {
  #filter .btn-wrap-projects{
    padding-left: 7rem; } }

.element-id-6{
  position: relative;
  z-index: 3;
}

.page-id-82 .section .section__header .section__title:after{
  display: none;
}
.original__media{
  position: sticky;
  top: 100px;
}


.section__main{
  /*overflow: hidden;*/
}
.widget .widget__preview{
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #2b3139;
  padding: 13px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: -2px 0px 5px 0px rgba(50, 50, 50, 0.41);
  -moz-box-shadow:    -2px 0px 5px 0px rgba(50, 50, 50, 0.41);
  box-shadow:         -2px 0px 5px 0px rgba(50, 50, 50, 0.41);
  transition: 0.3s;
}
.widget .widget__list{
  width: 100%;

} 
.widget{
  width: 100%;
  z-index: 999;
}

.widget .widget__item{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 69px 24px;
  width: 260px;
  background-color: #FFF6E5;

}
.widget .swiper-wrapper{
  -webkit-box-shadow: -2px 0px 5px 0px rgba(50, 50, 50, 0.34);
  -moz-box-shadow:    -2px 0px 5px 0px rgba(50, 50, 50, 0.34);
  box-shadow:         -2px 0px 5px 0px rgba(50, 50, 50, 0.34);  
}
.widget .widget__dropdown{
  background: none !important;
  padding: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  display: flex;
  align-content: flex-start;
}
.widget.widget_active .widget__dropdown{
  z-index: 100;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.swiper-button{
  color: #f7a601;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}
.swiper-button-disabled{
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.widget__dropdown-block{
  flex-grow: 1;
}
.home .logo__link svg text{
  fill: #ffffff;
}
.home .header_active .logo__link svg text{
  fill: #333333;
}
.widget.widget_active .widget__preview{
  box-shadow: none;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .widget .widget__close{
    display: block;
    z-index: 20;
  }
    .widget .widget__dropdown{
    width: 100%;
  }
    .widget .swiper-wrapper{
    box-shadow: none;
  }
  .widget .widget__item{
        -webkit-box-shadow: -11px 0px 13px -2px rgba(50, 50, 50, 0.20);
    -moz-box-shadow:    -11px 0px 13px -2px rgba(50, 50, 50, 0.20);
    box-shadow:         -11px 0px 13px -2px rgba(50, 50, 50, 0.20);
  }
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
  .swiper-button:after{
    font-size: 25px;
  }
  .widget .widget__dropdown{
    display: block;
    width: 100%;
  }
  .widget__dropdown-block{
    display: none;
  }
  .widget .widget__preview{
    font-size: 15px;
    padding: 13px 9px;
    width: 37px;
  }
  .widget .widget__item{
    padding: 35px 24px;

  }

}
.section.section_pb-0{
  overflow: hidden;
}
@media (max-height: 384px) {
  .widgetSocials { bottom: 20px; z-index: 10000; top: auto; transform: none; }
}
@media (max-width: 450px) {
  .widgetSocials { bottom: 20px; z-index: 10000; top: auto; transform: none; }
}

.wysiwyg img.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.wysiwyg img.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.wysiwyg img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 660px) {
  .wysiwyg img.alignleft, .wysiwyg img.alignright {
    float: none;
    display: table;
    margin: 0.5em auto 0.5em auto;
  }
}

.print-url, .post-teaser-print {
  display: none;
}
@media print {
  .post-template .paper .paper__sidebar .sidebar__item .sidebar__media,
  .post-template #header,
  .post-template .paper .paper__header .paper__data,
  .post-template .paper .paper__header .paper__tags,
  .post-template .widgetSocials,
  .post-template .footer,
  .post-template .widget .widget__preview,
  .post-template .breadcrumbs,
  .post-template iframe,
  .post-template .su-youtube,
  .post-template .print-related-post,
  #BorlabsCookieBoxWidget,
  .BorlabsCookie {
    display: none;
  }
  .post-template .paper .paper__sidebar .sidebar__item {
    padding: 1rem;
  }
  .print-url, .post-template .paper__main>.row, .post-teaser-print {
    display: block;
  }
  .print-url, .post-template .paper__main>.row>.col {
      width: 100%;
  }
  .post-template .main {
    padding-top: 0;
  }
    .partners .knix_banner .partners__media img,
    .partners .knix_banner .partners__media svg,
    .partners .knix_banner2 .partners__media img,
    .partners .knix_banner2 .partners__media svg,
    .partners .partners__media img,
    .partners .partners__media svg {
        width: auto;
    }
}
.actual__main .slider__item .row {
    align-items: center;
}


.menu-hdear-dd {
 margin-right: 1.2rem;
 margin-bottom: 0 !important;
 margin-left: auto;
 position: relative;
 top: 3px;
}

@media (max-width: 767px) {
  .menu-hdear-dd {
    display: none;
  }
}

.menu-hdear-dd > li {
  position: relative;
  padding-right: 20px;
}

.menu-hdear-dd > li > a {
  position: relative;
}


.menu-hdear-dd > li > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    transition: .2s all;
    background: url('../images/chd-black.svg') no-repeat 50% 50%;
  }

  .home .site-header:not(.header_active) .menu-hdear-dd > li > a:after {
    background: url('../images/chd-white.svg') no-repeat 50% 50%;
  }

  .menu-hdear-dd > li.active > a:after {
transform: translateY(-50%) rotate(180deg);
  }

.menu-hdear-dd > li a {
  text-decoration: none;
  text-transform: uppercase;
}

.menu-hdear-dd > li > a {
color: black;
white-space: nowrap;
}


.home .site-header:not(.header_active) .menu-hdear-dd > li > a{
color: white;

}

.menu-hdear-dd > li ul {
  display: none;
  position: absolute;
  top: 100%;
  /* left: 50%; */
  left: 0;
  /* transform: translateX(-50%); */
  width: 220px;
  background: white;
  margin: 0 !important;
  padding: 15px;

}



.menu-hdear-dd > li.active ul {
  display: block;
}

.menu-hdear-dd li li {
padding: 1px 0;
margin: 0 !important;

}

.menu-hdear-dd li li a {
color: black;
text-decoration: none;
font-size: 15px;
display: inline-block;
line-height: normal;
}

.search-result {
  max-width: 800px;
  margin-left: auto;margin-right: auto;
}

.search-result__item {
  display: flex;
}

.search-result__item .wysiwyg {
  margin-bottom: 0;
}

.search-result__item .search-result__media {
flex: 0 0 140px;
width: 140px;
margin-right: 24px;
min-height: 0 !important;

}

.search-result__item .search-result__media a.media__link {
  display: block;
  height: 140px !important;
position: relative;
}


.search-result__item .search-result__media img {
  position: absolute;
  top: 0;
  width: 100%;height: 100%;
  left: 0;
  object-fit: cover;
}

.search-result__item .search-result__main {
  flex: 1;

}

.search-result + .search-result {
  margin-top: 4rem;
}

.search-result .search-result__item .search-result__main:before {
  display: none;
}

.search-result .search-result__item:nth-child(even) .search-result__main,
.search-result .search-result__item .search-result__main {
  padding: 0;
}

.search-result .search-result__item:not(:last-child) {
  margin-bottom: 3rem;
}

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


@media (max-width: 767px) {
  .search-result__item .search-result__media a.media__link {
  height: 90px !important;
}

.search-result__item .search-result__media {
flex: 0 0 90px;
width: 90px;
margin-right: 20px;

}

.search-result .search-result__item .search-result__main .search-result__title .title__text {
  font-size: 1.1rem;
}

.search-result .search-result__item:not(:last-child) {
  margin-bottom:2rem;
}
}