@font-face {
  font-family: Metropolis;
  font-weight: bold;
  src: url("./Metropolis-Bold.otf") format("opentype");
}
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #444444;
}

p,
ul,
figure {
  margin: 0;
}

.bold {
  font-weight: 400;
}

/* BUTTON */
.btn {
  padding: 12px 25px;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 20px;
  box-shadow: none !important;
}

.btn:hover {
  text-decoration: underline;
}

.btn.btn-primary {
  font-weight: 500;
  color: #FFFFFF;
  background: #C3102E;
}

.btn.btn-secondary {
  font-weight: 500;
  color: #FFFFFF;
  background: #BA2426;
}

.btn.btn-tertiary {
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  background: #050505;
}

.btn.btn-link {
  padding: 0;
  color: #BA2426;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  vertical-align: baseline;
}

.btn.btn-link:hover {
  color: #BA2426;
  text-decoration: underline;
}

/* CUSTOM ELEMENTS */
.-corrency-custom_width {
  width: 485px;
}

.-corrency-custom_width.-smaller {
  width: 408px;
}

.-link-detail > a {
  color: inherit;
}

.-with-play {
  position: relative;
  display: inline-block;
}

.-with-play::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  margin-left: -23px;
  background: url(./image/content/icon-play.svg) center center no-repeat;
  background-size: 100%;
  z-index: 9;
}

.corrency-red {
  color: #C3102E;
}

.rotate {
  writing-mode: vertical-rl;
  position: relative;
  top: 3px;
}

.desc {
  display: inline-block;
  width: 100%;
  padding-top: 12px;
  font-size: 18px;
  font-weight: 200;
}

@media (min-width: 992px) {
  .pl-85 {
    padding-left: 85px;
  }
}
section[class*=-with_left_icon-],
section[class*=-with_right_icon-] {
  position: relative;
  overflow: hidden;
}

section[class*=-with_right_icon-] > .container,
section[class*=-with_left_icon-] > .container {
  position: relative;
}

section[class*=-with_left_icon-] > .container::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 100vw;
  right: 100%;
  margin-left: -275px;
  height: 138px;
  background: #C3102E;
  z-index: -1;
}

section[class*=-with_right_icon-] > .container::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 100vw;
  left: 100%;
  margin-left: -275px;
  height: 204px;
  background: #444444;
  z-index: -1;
}

section.-with_left_icon-hash > .container::after {
  display: block;
  position: absolute;
  content: "";
  width: 154px;
  height: 149px;
  top: 37px;
  right: 100%;
  margin-right: -45px;
  background: url(./image/content/icon-hash.svg) center center no-repeat;
  background-size: 100%;
  z-index: 9;
}

section.-with_left_icon-and > .container::after {
  display: block;
  position: absolute;
  content: "";
  width: 153px;
  height: 200px;
  top: 37px;
  right: 100%;
  margin-right: -20px;
  background: url(./image/content/icon-and.svg) center center no-repeat;
  background-size: 100%;
  z-index: 9;
}

section.-with_left_icon-quote > .container::after {
  display: block;
  position: absolute;
  content: "";
  width: 146px;
  height: 127px;
  top: 37px;
  right: 100%;
  margin-right: -36px;
  background: url(./image/content/icon-quote.svg) center center no-repeat;
  background-size: 100%;
  z-index: 9;
}

section.-with_right_icon-and > .container::after {
  display: block;
  position: absolute;
  content: "";
  width: 153px;
  height: 200px;
  top: -45px;
  left: 100%;
  background: url(./image/content/icon-and.svg) center center no-repeat;
  background-size: 100%;
  z-index: 9;
}

section[class*=-with_left_icon-].-icon_bottom > .container::before {
  top: auto;
  bottom: -138px;
}

section.-with_left_icon-hash.-icon_bottom > .container::after {
  top: auto;
  bottom: -185px;
}

section.-with_left_icon-and.-icon_bottom > .container::after {
  top: auto;
  bottom: -220px;
}

/*LIST*/
ul.list-bullet {
  list-style: initial;
}

/* FORM */
.form-group {
  margin: 0 0 30px;
}

.form-group label {
  margin: 0;
  padding: 0 0 2px;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  color: #444444;
}

.form-group.required label::after {
  content: " *";
  color: #BA2426;
}

.form-group .form-control {
  height: 42px;
  line-height: 42px;
  padding: 0 13px;
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  background: #F2F2F2;
}

.form-check-label a {
  color: #444444;
  text-decoration: underline;
}

.comfirmation-message {
  width: 100%;
  height: auto;
  border: solid 1px #E3E3E3;
  padding: 56px;
  padding-top: 108px;
  padding-bottom: 108px;
}

.comfirmation-message img {
  margin-bottom: 16px;
}

.comfirmation-message p {
  font-size: 21px;
  line-height: 32px;
}

H2.notification {
  font-size: 32px;
  line-height: 42px;
  color: #BA2426;
  font-weight: 600;
}

.comfirmation-message .desc {
  margin-top: 36px;
}

/* HEADER */
body {
  padding-top: 120px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 22px 0 15px;
  transition: all 0.3s ease;
  background: #FFFFFF;
  z-index: 99;
}

@media (min-width: 992px) {
  header .container {
    max-width: 1340px;
  }
}
header #menu {
  position: relative;
  text-align: right;
  font-size: 0;
  line-height: 0;
}

header #menu > li {
  display: inline-block;
}

header #menu > li + li {
  margin-left: 26px;
}

header #menu > li > a {
  display: block;
  padding: 5px 8.5px;
  font-size: 14px;
  line-height: 20px;
  color: #444444;
  border-bottom: 2px solid #FFFFFF;
  text-decoration: none;
  transition: font-weight 0.3s ease, border-color 0.3s ease;
}

header #menu > li.current > a {
  font-weight: bold;
  border-color: #444444;
}

header #menu > li > a:hover {
  border-color: #444444;
}

header #menu > li.outline > a {
  padding: 12px 20px;
  color: #BA2426;
  border: 1px solid #BA2426;
}

header #menu > li.outline > a:hover {
  text-decoration: underline;
}

header #menu > li.language {
  position: absolute;
  display: block;
  right: 8.5px;
  top: -30px;
  width: auto;
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  color: #444444;
  transition: all 0.3s ease;
}

header #menu > li.language > a {
  display: inline-block;
  color: inherit;
  border: 0;
  padding: 0;
}

header #menu > li.language > a.active {
  opacity: 0.32;
}

header #menu > li.language > a:hover {
  text-decoration: underline;
}

header.fixed {
  position: fixed;
  padding: 15px 0;
}

header #logo > img {
  height: 65px;
  transition: height 0.3s ease;
}

header.fixed #logo > img {
  height: 60px;
}

/* FOOTER */
footer {
  padding: 66px 0 10px;
  margin-top: 12%;
  background: #444444;
}

footer .text-copyright {
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  color: #FFFFFF;
}

footer #footer-menu {
  text-align: center;
}

footer #footer-menu,
footer #footer-socials {
  font-size: 0;
  line-height: 0;
  padding-left: 0;
}

footer #footer-menu > li,
footer #footer-socials > li {
  display: inline-block;
}

footer #footer-menu > li + li {
  margin-left: 37px;
}

footer #footer-menu > li > a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}

footer #footer-socials > li + li {
  margin-left: 22px;
}

footer #footer-logo {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 4.375em;
  margin-bottom: 1.1em;
}

footer #footer-logo > img {
  width: 103px;
}

footer span.certificate {
  display: inline-block;
  /*width:100%;*/
  padding-top: 42px;
  text-align: left;
}

footer .list-social {
  margin-top: 42px;
}

footer a.certificate {
  display: inline-block;
  width: 200px;
  cursor: pointer;
}

footer a.certificate img, footer a:visited.certificate img {
  width: 55%;
  opacity: 45%;
}

footer a:hover.certificate img, footer a:active.certificate img {
  opacity: 100%;
}

/*
** ITEM
*/
/* ITEM: TESTIMONIAL */
.item-testimonial p {
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
}

.item-testimonial .-name {
  margin: 34px 0 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  font-style: normal;
  color: #444444;
}

/* ITEM: BENEFIT */
.item-benefit {
  margin: 0 0 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
}

/* ITEM: TEXT-TILE */
.item-texttile {
  margin: 0 0 65px;
  font-size: 14px;
  line-height: 26px;
}

.item-texttile .-title {
  margin: 0 0 16px;
  font-weight: 500;
  font-size: 21px;
  line-height: 36px;
  color: #444444;
}

/* ITEM: INTENTION */
.item-intention {
  margin: 15px auto 0;
  width: 845px;
  padding: 30px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #444444;
  border: 2px dashed #ABABAB;
}

.item-intention figure {
  height: 135px;
  margin-top: -30px;
}

/* ITEM: WRITE */
.item-write {
  text-align: center;
}

.item-write > a {
  display: block;
  font-size: 18px;
  line-height: 21px;
  color: #444444;
}

.item-write > a > img {
  margin: 0 auto;
}

.item-write > a > span {
  display: block;
  padding-top: 10px;
}

/* ITEM: SIGNATURE */
.item-signature {
  margin: 60px 0 0;
  font-family: "Mrs Saint Delafield", cursive;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 26px;
}

/* ITEM: NEWS DETAIL */
.item-news_detail {
  padding: 0 25%;
}

.item-news_detail.-only_text {
  padding: 0 15%;
}

.item-news_detail .section-subtitle {
  margin: 95px 0 45px;
}

.item-news_detail p.-date {
  margin: 0 0 27px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}

.item-news_detail:not(.w-100) p {
  max-width: 600px;
  margin-top: 12px;
}

.item-news_detail.-only_text p {
  max-width: 800px;
}

.item-news_detail p + p {
  margin-top: 26px;
}

.item-news_detail ul {
  margin-top: 26px;
  padding-left: 14px;
}

.item-news_detail blockquote {
  position: relative;
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #FFFFFF;
  padding: 83px 0 94px;
  margin: 81px 0 75px;
  background: #C3102E;
}

.item-news_detail blockquote::before,
.item-news_detail blockquote::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 100%;
  height: 100%;
  width: 50%;
  background: #C3102E;
  z-index: -1;
}

.item-news_detail blockquote::after {
  left: auto;
  right: 100%;
}

.item-news_detail blockquote > p {
  position: relative;
  margin: 0;
}

.item-news_detail blockquote > p::before {
  display: block;
  position: absolute;
  content: "";
  width: 146px;
  height: 127px;
  top: -160px;
  right: 100%;
  margin-right: 60px;
  background: url(./image/content/icon-quote.svg) center center no-repeat;
  background-size: 100%;
  z-index: 9;
}

.item-news_detail p.-link-detail {
  padding-bottom: 96px;
}

.item-news_detail .-big-perex {
  margin-top: 0;
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #444444;
}

.item-news_detail .-big-perex.-blockquote {
  margin: 81px 0 75px;
}

.item-news_detail .btn {
  margin-top: 30px;
}

/* ITEM: NEWS + MEDIA */
.item-news_media {
  padding-bottom: 50px;
}

.item-news_media + .item-news_media {
  margin-top: 52px;
}

.item-news_media .-title {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 21px;
  line-height: 36px;
  color: #444444;
}

.item-news_media .-title > a {
  color: inherit;
}

.item-news_media .-date {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.item-news_media .-perex {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.item-news_media .col-image iframe {
  max-width: 100%;
}

.item-news_media .col-image > a {
  display: block;
  width: 18em;
  text-align: right;
}

.item-news_media .col-image.-large > a {
  width: auto;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.img-fluid.-smaller {
  width: 70%;
}

.img-fluid.-smaller.-circular {
  border: solid 1px #E5E5E5;
  border-radius: 150%;
  width: 126px;
  height: 126px;
  float: left;
  margin-right: 24px;
}

.item-news_media .col-image > a .img-fluid {
  max-width: 40%;
  padding-top: 50px;
}

.item-news_media .col-image.-large > a .img-fluid {
  max-width: 100%;
}

.item-news_media .col-image + div {
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 120px;
}

.item-news_media .col-image + div > .btn.btn-link {
  position: absolute;
  /*bottom: 0;8*/
  left: 3.125em;
  margin-top: 30px;
}

.item-news_media.-media .col-image + div {
  padding-bottom: 50px;
}

.item-news_media.-media .btn.btn-primary {
  position: absolute;
  left: 50px;
  bottom: 35px;
  min-width: 180px;
  text-align: center;
}

/* ITEM: CONTACTS */
.item-contacts {
  padding: 20px 68px;
  padding-right: 0;
}

.item-contacts .list-unstyled > li {
  position: relative;
  padding-left: 36px;
}

.item-contacts .list-unstyled > li + li {
  margin-top: 35px;
}

.item-contacts .list-unstyled > li > img {
  position: absolute;
  left: 0;
  top: 5px;
}

.item-contacts .list-unstyled > li > img[src*=email] {
  top: 8px;
}

.item-contacts .list-unstyled > li > img[src*=write] {
  top: 2px;
}

.item-contacts .list-unstyled > li > a {
  color: inherit;
}

/* ITEM: TEAM */
.item-team + .item-team {
  margin-top: 80px;
}

.item-team .-title {
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 21px;
  line-height: 32px;
}

.item-team .-title > span {
  display: block;
  font-weight: 200;
}

/* ITEM: PARTNER */
.item-partner + .item-partner {
  margin-top: 75px;
}

.item-partner .-title {
  margin: 0 0 30px;
  font-weight: 500;
  font-size: 21px;
  line-height: 32px;
  color: #444444;
}

/* ITEM: STEP */
.item-step {
  position: relative;
  height: 100%;
  padding: 63px 30px 40px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-align: center;
}

.item-step.step-1 {
  background: #F5F5F5;
}

.item-step.step-2 {
  color: #FFFFFF;
  background: #C3102E;
}

.item-step.step-3 {
  color: #FFFFFF;
  background: rgba(24, 24, 24, 0.81);
}

.item-step > img {
  margin-bottom: 47px;
}

/* ITEM: HOW IT WORKS */
.item-how_it_works {
  color: #444444;
  padding: 0 0 20px;
}

.item-how_it_works.ephasised {
  color: #FFFFFF;
  padding: 26px 45px;
  margin-bottom: 52px;
  background: #C3102E;
}

.item-how_it_works + .item-how_it_works {
  margin-top: 22px;
}

.item-how_it_works .-title {
  margin: 0 0 6px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}

/* ITEM: NEWS */
.item, .item-news {
  position: relative;
  height: 100%;
  max-width: 555px;
  padding: 50px 33px 84px;
  margin-right: 15px;
  border: 1px solid #000000;
  background: #FFFFFF;
  transition: border-color 0.3s ease;
}

.item {
  padding: 0 0 3em 0;
  border: none;
  background: #FFFFFF;
  text-align: center;
}

.item.one-col > figure > img {
  width: 50vw;
}

.item.chart {
  padding-right: 3em;
}

.item-news.projects, .item-news.two-col {
  padding: 7px;
}

.item-news.two-col {
  padding-bottom: 65px;
  margin-right: 12px;
}

.item-news .-title {
  margin: 0 0 24px;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #444444;
  transition: color 0.3s ease;
}

.item-news.projects .-title, .item-news.two-col .-title {
  margin: 33px 0 12px 0;
  padding: 0 20px 0 33px;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.item-news .-title > a {
  color: inherit;
  transition: color 0.3s ease;
}

/*.item-news .-title > a::before
{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}*/
.item-news p {
  font-size: 14px;
  line-height: 24px;
  transition: color 0.3s ease;
}

.item-news.projects p, .item-news.two-col p {
  padding: 0 20px 0 33px;
  min-height: 70px;
}

.item-news > .btn.btn-link {
  position: absolute;
  left: 33px;
  bottom: 38px;
  transition: color 0.3s ease;
}

.item-news.projects .btn.btn-link, .item-news.two-col .btn.btn-link {
  position: static;
  display: inline-block;
  float: right;
  margin: 30px 10px 15px 0;
}

section:not(.-in_project) .item-news:hover {
  border-color: #C3102E;
}

section:not(.-in_project) .item-news:hover .-title,
.item-news:hover > .btn.btn-link, .item-news:hover > p {
  color: #C3102E;
  text-decoration: underline;
}

section:not(.-in_project) .item-news.projects:hover .-title, section:not(.-in_project) .item-news.two-col:hover .-title,
.item-news.projects:hover > p, .item-news.two-col:hover > p {
  color: #444444;
  text-decoration: none;
}

.item-news.projects > a, .item-news.two-col > a {
  margin-right: none;
}

/* ITEM: SERVICE */
.item-service {
  text-align: center;
}

.item-service p {
  margin: 18px 0 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}

/* SECTION */
section .section-title,
section .section-subtitle, section h3.section-title {
  font-family: "Metropolis", sans-serif;
  margin: 0;
  font-weight: 600;
  font-size: 37px;
  line-height: 46px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #444444;
}

section .section-title.corrency-red {
  color: #C3102E;
}

section .section-title {
  margin-bottom: 45px;
}

section .section-subtitle {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 32px;
  text-transform: none;
}

section h3.section-title {
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
  padding-left: 0;
}

/* SECTION: STRIPE */
section.content-stripe {
  margin: 0 0 80px;
  padding: 20px 0;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  background: #BA2426;
}

section.content-stripe p > a {
  color: inherit;
  text-decoration: underline;
}

section.content-stripe p > a:hover {
  text-decoration: none;
}

/* SECTION: INTRO */
section.content-intro {
  margin-bottom: 4em;
}

section.content-intro.indent-top {
  padding-top: 8.25em;
}

section.content-intro .section-title {
  margin-bottom: 1em;
}

section.content-intro .container > .section-title {
  margin-bottom: 45px;
}

section.content-intro p + .btn {
  margin-top: 20px;
}

section.content-intro .col-image > * {
  display: block;
  position: absolute;
  width: 50vw;
  right: 0;
  top: 0;
  height: 110%;
}

section.content-intro .col-image > .item-map {
  position: relative;
  width: auto;
}

section.content-intro .col-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
}

section.content-intro.-intro_home .col-image {
  min-height: 362px;
  max-width: 500px;
}

section.content-intro.-intro_home .col-image > a {
  height: 362px;
}

section.content-intro.-intro_home .col-image > a > img {
  height: 362px;
  width: auto;
  right: 0;
}

section.content-intro.-intro_single .section-title,
section.content-intro.-base .section-title {
  padding-left: 85px;
  margin-bottom: 20px;
}

section.content-intro.-intro_single .section-title + p,
section.content-intro.-base .section-title + p,
section.content-news_detail .section-title + p.-perex,
section.content-form_join .section-title + p.-perex {
  padding-left: 85px;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.5);
}

section.content-news_detail .section-title + p.-perex,
section.content-form_join .section-title + p.-perex {
  padding-left: 0;
  margin: 15px 0 60px;
}

section.content-fw_image .-perex {
  padding-left: 65px;
}

section.content-fw_image .section-title {
  margin-bottom: 60px;
}

section.content-fw_image .-perex .-top {
  margin-top: 35px;
}

section.content-intro.-base .col-image + div {
  min-height: 500px;
  padding-top: 10%;
}

section.content-intro.-base .section-title {
  margin-top: 46px;
}

section.content-intro.-base p.-date {
  margin-top: 100px;
  color: #C3102E;
}

section.content-intro.-base .btn.btn-primary {
  margin-left: 85px;
}

section.content-intro.-base.-with_text .section-title {
  margin-top: 30px;
}

section.content-intro.-base.-with_text .section-title.-date {
  margin-top: 18px;
}

section.content-intro.-base.-with_text p.-date {
  margin-top: 15px;
}

section.content-intro.-base.-with_text .-perex {
  margin-left: 85px;
  margin-top: 25px;
  margin-bottom: 35px;
  font-size: 21px;
  line-height: 32px;
}

section.content-intro.-base.-with_text span.-date {
  display: inline-block;
  margin-left: 85px;
  font-size: 18px;
  line-height: 30px;
}

section.content-intro.-base.-with_text .-perex p + p {
  margin-top: 25px;
}

section.content-intro.-base.-with_text .-perex a.btn.btn-link {
  margin-top: 30px;
}

/* SECTION: CONTENT - SERVICE */
section.content-service {
  padding: 78px 0 57px;
  background: #C3102E;
}

section.content-service .section-title {
  padding-left: 129px;
  color: #FFFFFF;
}

/* SECTION: CONTENT - PARTNER */
section.content-partner {
  padding: 180px 0 0;
}

section.content-partner .section-title {
  margin-bottom: 77px;
}

section.content-partner.-vertical {
  padding: 150px 0 112px;
}

section.content-partner.-vertical .section-title {
  padding-left: 85px;
  margin-bottom: 60px;
}

/* SECTION: static 2col */
section.materials.static .item {
  padding: 1.5em 0;
  background: none;
  text-align: left;
}

section.materials.static .item > a.btn.btn-link {
  color: #C3102E;
  text-decoration: underline;
}

span.contacts {
  display: inline-block;
  padding-top: 3em;
}

span.contacts a {
  color: #444444;
  text-decoration: underline;
}

/* SECTION: CONTENT - WHY */
section.content-why {
  padding: 0 0 164px;
}

section.content-why .section-title {
  margin: 0 0 39px;
  color: #FFFFFF;
}

section.content-why .-corrency-custom_width {
  position: relative;
  padding: 98px 100px 128px;
  padding-left: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
}

section.content-why .-corrency-custom_width::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  background: #C3102E;
  z-index: -1;
}

section.content-why .-corrency-custom_width::after {
  position: absolute;
  display: block;
  content: "";
  width: 162px;
  height: 300px;
  right: -51px;
  bottom: -91px;
  background: url(./image/content/icon-mark.svg) center center no-repeat;
  background-size: 100%;
  z-index: 9;
}

section.content-why .-corrency-custom_width .-link-detail {
  margin-top: 27px;
  color: #FFFFFF;
}

section.content-why .-col-second-content {
  padding-top: 185px;
  padding-left: 100px;
}

section.content-why .-col-second-content .section-subtitle {
  margin-bottom: 24px;
}

/* SECTION: LISTING - NEWS */
section.listing-news {
  padding: 154px 0 0;
}

section.listing-news + section.listing-writes {
  padding-top: 30px;
}

section.listing-news .section-title {
  padding-left: 136px;
  margin-bottom: 33px;
}

section.listing-news .slick-news {
  margin: 0 -8px;
}

section.listing-news .slick-news .slick-track, section.projects-showroom .slick-projects .slick-track, section.projects-showroom-two-col .slick-projects .slick-slide {
  display: flex !important;
  justify-content: center;
  height: inherit !important;
}

.slick-slide {
  height: auto !important;
}

.custom_width {
  width: auto;
}

.custom_width div.slick-list.draggable {
  margin: 0 auto !important;
}

.custom_width .item-news {
  width: 555px;
}

.custom_width div.slick-list.draggable .item-news {
  position: relative;
  right: 0;
}

section.listing-news .-link-detail {
  margin-top: 37px;
}

section.listing-news.-in_project .section-title {
  padding-left: 0;
  margin-bottom: 53px;
}

section.listing-news.-in_project .item-news {
  padding: 0 22px 105px;
}

section.listing-news.-in_project .item-news .-title {
  margin-bottom: 15px;
}

section.listing-news.-in_project .item-news .btn.btn-primary {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

section.listing-news.-in_project .item-news > figure {
  position: relative;
  margin: 0 -22px 27px;
  height: 200px;
}

section.listing-news.-in_project .item-news > figure > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

section.listing-writes .section-title {
  margin-bottom: 70px;
}

/* SECTION: CONTENT - Projects-showroom 3cols */
section.projects-showroom .section-title {
  margin-bottom: 45px;
}

section.projects-showroom .slick-news {
  margin: 0 -8px;
}

section.projects-showroom .-link-detail {
  margin-top: 37px;
}

section.projects-showroom.-in_project .item-news .-title {
  margin-bottom: 15px;
}

section.projects-showroom.-in_project .item-news .btn.btn-primary {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

section.projects-showroom.-in_project .item-news > figure {
  position: relative;
  margin: 0 -22px 27px;
  height: 200px;
}

section.projects-showroom.-in_project .item-news > figure > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* SECTION: CONTENT - Projects-showroom 2cols slick*/
section.projects-showroom .section-title, section.projects-showroom-two-col .section-title {
  margin-bottom: 45px;
}

section.projects-showroom .slick-news {
  margin: 0 -8px;
}

section.projects-showroom .-link-detail {
  margin-top: 37px;
}

section.projects-showroom.-in_project .item-news .-title {
  margin-bottom: 15px;
}

section.projects-showroom.-in_project .item-news .btn.btn-primary {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

section.projects-showroom.-in_project .item-news > figure {
  position: relative;
  margin: 0 -22px 27px;
  height: 200px;
}

section.projects-showroom.-in_project .item-news > figure > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* SECTION: CONTENT - Projects-showroom 2cols static*/
section.projects-showroom.static {
  padding-top: 0;
}

section.projects-showroom.static.standalone {
  padding: 113px 0 97px;
}

section.projects-showroom.static .row {
  margin-bottom: 50px;
}

section.projects-showroom.static.standalone .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

section.projects-showroom.static .item {
  padding: 0.4375em;
  padding-bottom: 1.5em;
  border: 1px solid #000000;
  background: #FFFFFF;
  text-align: left;
}

section.projects-showroom.static.standalone .item {
  width: 518px;
}

section.projects-showroom.static .item .-title, section.projects-showroom.static .item > p {
  display: inline-block;
  padding: 1.5em 1em 0.7em 1.2em;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.6em;
  text-align: left;
}

section.projects-showroom.static .item > p {
  padding-top: 0;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6em;
  font-style: italic;
}

/* SECTION: - KEYNOTE */
section.keynote {
  margin-bottom: 12%;
}

section.keynote .item {
  padding: 2em 0 0 4em;
  text-align: left;
}

section.keynote .item > p.caption {
  font-weight: bold;
  padding-top: 3em;
}

/* SECTION: CONTENT - HOW IT WORKS */
section.content-how_it_works {
  padding: 116px 0 0;
}

section.content-how_it_works .section-title {
  padding-left: 143px;
  margin-bottom: 24px;
}

section.content-how_it_works h3.section-title {
  padding-left: 10px;
}

section.content-how_it_works img {
  width: 100%;
  /*border: 2px dashed #ABABAB;*/
}

/* SECTION: CONTENT - VIDEO */
section.content-video {
  margin-top: 2.5em;
  padding-top: 70px;
}

section.content-video .section-title {
  margin-top: 0;
  margin-bottom: 1.6em;
}

section.content-video .-corrency-custom_width {
  padding-left: 136px;
}

section.content-video p + p {
  margin-top: 13px;
}

section.content-video p > a {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #444444;
  vertical-align: baseline;
}

section.content-video .list-social {
  margin-top: 22px;
  font-size: 0;
  line-height: 0;
}

section.content-video .list-social > li {
  display: inline-block;
}

section.content-video .list-social > li + li {
  margin-left: 16px;
}

section.content-video .-link-detail {
  margin-top: 35px;
}

/* SECTION: CONTENT - PROJECTS */
section.content-projects {
  padding: 69px 0 0;
}

section.content-projects {
  background-color: #FFFFFF;
}

section.content-projects .section-title {
  margin-bottom: 54px;
  padding-left: 136px;
}

section.content-projects .row {
  display: flex;
  flex-flow: row;
  padding: 0 30px;
  justify-content: space-between;
}

section.content-projects .project {
  border: 1px solid #BA2426;
  max-width: 480px;
  padding: 25px 33px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

section.content-projects .project-image-wrapper {
  max-width: 338px;
  height: 279px;
  margin-bottom: 18px;
  display: flex;
  align-items: flex-end;
}

section.content-projects .project-image {
  max-width: 100%;
  height: auto;
  width: auto;
}

section.content-projects p {
  max-width: 360px;
}

section.content-projects p strong {
  font-weight: 500;
}

section.content-projects p a {
  color: #BA2426;
  font-weight: bold;
}

/* SECTION: CONTENT - STEP */
section.content-step {
  padding: 69px 0 0;
}

section.content-step .section-title {
  padding-left: 136px;
  margin-bottom: 24px;
}

section.content-step .row {
  position: relative;
}

section.content-step .row::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px dashed #ABABAB;
  z-index: 9;
}

/* SECTION: CONTENT - TEAM */
section.content-team {
  padding: 132px 0 0;
}

section.content-team .section-title {
  margin-bottom: 45px;
}

section.content-team .stripe {
  padding-left: 12px;
  padding-right: 36px;
}

/* SECTION: LISITNG NEWS + MEDIA */
section.listing-news_media {
  padding: 77px 0 0;
  padding-top: 8.25em;
}

section.listing-news_media.-video {
  padding-bottom: 210px;
}

section.listing-news_media .row {
  padding-left: 85px;
}

section.listing-news_media .row.row-social {
  margin: 20px -3.5px 0;
  padding-left: 0;
}

section.listing-news_media .row.row-social > div {
  padding: 0 3.5px;
}

/* SECTION: CONTENT - NEWS DETAIL */
section.content-news_detail {
  padding: 20px 0 0;
  padding-top: 8em;
}

section.content-news_detail.-only_text {
  padding-bottom: 90px;
}

section.content-news_detail.-with_story {
  padding: 0 0 80px;
  padding-top: 8.25em;
}

/* SECTION: CONTENT FW IMAGE */
section.content-fw_image img {
  width: 100%;
}

/* SECTION: CONTENT - TEXT */
section.content-text {
  padding: 45px 0 90px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

section.content-text.-red {
  color: #FFFFFF;
  padding: 94px 0 67px;
  background: #C3102E;
}

section.content-text .section-subtitle {
  margin-bottom: 45px;
}

section.content-text.-red .section-subtitle {
  color: #FFFFFF;
  margin-bottom: 29px;
}

section.content-text p > a {
  color: inherit;
  text-decoration: underline;
}

section.content-text:not(.-red) p > a {
  color: #C3102E;
}

section.content-text p > a:hover {
  text-decoration: none;
}

/* SECTION: CONTENT - INTENTION */
section.content-intention {
  padding: 185px 0 0;
  text-align: center;
}

section.content-intention .section-title {
  margin-bottom: 40px;
}

section.content-intention .section-title + p {
  width: 535px;
  max-width: 100%;
  margin: 0 auto;
}

/* SECTION: CONTENT TEXT-TILE */
section.content-texttile {
  margin: 90px 0 40px;
}

section.content-texttile .section-title {
  margin-bottom: 65px;
}

/* SECTION: CONTENT BENEFIT */
section.content-benefit {
  padding: 60px 0 40px;
  background: #C3102E;
}

section.content-benefit .section-title {
  color: #FFFFFF;
  margin-bottom: 45px;
}

/* SECTION: CONTENT FORM JOIN */
section.content-form_join {
  margin: 55px 0 75px;
}

/*section.content-form_join .section-title
{
    margin-bottom: 90px;
}*/
section.content-form_join .section-subtitle {
  margin-bottom: 36px;
}

section.content-form_join .section-subtitle ~ .section-subtitle {
  margin-top: 20px;
}

section.content-form_join .col-12.col-lg-6, section.content-texttile .col-12.col-lg-6 {
  padding-right: 25px;
  padding-left: 25px;
}

section.content-form_join .-logos img {
  margin-bottom: 20px;
}

section.content-form_join div.-testimonial {
  padding-left: 16px;
}

section.content-form_join .-testimonial p {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  margin-left: 21px;
}

section.content-form_join .-testimonial .-name {
  display: inline-flex;
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
}

section.content-form_join form {
  position: relative;
}

section.content-form_join form > .-success {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 150px 30px 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #BA2426;
  background: #F2F2F2;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

section.content-form_join form.has-success > .-success {
  visibility: visible;
  opacity: 1;
}

/* SECTION: TESTIMONIAL */
section.content-testimonial .section-title {
  margin-bottom: 45px;
}

section.content-testimonial .slick-testimonial {
  padding: 95px 120px;
  border: 1px solid #444444;
}

section.content-testimonial .slick-testimonial .slick-arrow {
  position: absolute;
  left: 30px;
  top: 50%;
  width: 30px;
  height: 30px;
  display: block;
  font-size: 0;
  line-height: 0;
  margin-top: -20px;
  border: 0;
  outline: none;
  background: none;
  border-top: 2px solid #444444;
  border-left: 2px solid #444444;
  transform: rotate(-45deg);
}

.slick-projects .slick-arrow {
  position: absolute;
  top: 40%;
  z-index: 1000;
  display: block;
  font-size: 0;
  line-height: 0;
  border: 0;
  outline: none;
  background: none;
}

.slick-projects .slick-prev, .slick-projects .slick-next {
  z-index: 999;
  display: block;
  background: none;
  transform: rotate(0deg);
  border-radius: 50%;
  opacity: 1;
}

.slick-projects .slick-prev {
  left: 15px;
}

.slick-projects .slick-next {
  right: 30px;
}

.slick-projects .slick-prev:before, .slick-projects .slick-next:before {
  display: block;
  content: url("image/arrow_icon-white.svg");
  width: 55px;
  height: 55px;
}

.slick-projects .slick-next:before {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}

section.content-testimonial .slick-testimonial .slick-arrow ~ .slick-arrow {
  left: auto;
  right: 30px;
  border: 0;
  border-top: 2px solid #444444;
  border-right: 2px solid #444444;
  transform: rotate(45deg);
}

section.content-testimonial .slick-testimonial .slick-dots {
  position: absolute;
  left: 0;
  bottom: 32px;
  width: 100%;
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-align: center;
}

section.content-testimonial .slick-testimonial .slick-dots > li {
  display: inline-block;
}

section.content-testimonial .slick-testimonial .slick-dots > li + li {
  margin-left: 8px;
}

section.content-testimonial .slick-testimonial .slick-dots > li > button {
  display: block;
  width: 23px;
  height: 23px;
  outline: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  text-indent: -999px;
  border-radius: 50%;
  background: #F5F5F5;
  transition: background 0.3s ease;
}

section.content-testimonial .slick-testimonial .slick-dots > li.slick-active > button,
section.content-testimonial .slick-testimonial .slick-dots > li > button:hover {
  background: #BCBCBC;
}

img.img-fluid.bio {
  border: solid 1px #E5E5E5;
  border-radius: 150%;
  width: 150px;
  height: 150px;
}

.indent-top, section.projects-showroom.static.indent-top {
  padding-top: 124px;
}

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

ul.-horizontal {
  display: inline-flex;
  width: 100%;
  border: solid 1px red;
}

.-horizontal-list {
  width: 100%;
}

.-horizontal-list span {
  padding-right: 42px;
}

.-large {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

/*TABS*/
span.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 21px;
  font-weight: 600;
  color: #444444;
  text-decoration: none;
  transition: none;
  background-color: transparent;
  cursor: pointer;
  margin-right: 56px;
}

span.nav-link.active {
  border: none;
  border-bottom: 2px solid #BA2426;
  color: #BA2426;
}

div.tab-content {
  padding-top: 56px;
}

/*TABS RESPONSIVE*/
@media (max-width: 575px) {
  span.nav-link {
    display: block;
    padding: 0.5rem 0.7rem;
    font-size: 18px;
    margin-right: 4px;
  }
}
/*ACCORDION*/
.accordion-item {
  margin-bottom: 21px;
}

.accordion-button {
  font-size: 21px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.accordion-body {
  padding-top: 36px;
  padding-bottom: 36px;
}

@media (max-width: 575px) {
  .list-unstyled, footer .list-social {
    text-align: left;
  }
  footer .list-social {
    display: block;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .-corrency-custom_width {
    width: 100% !important;
  }
  section[class*=-with_left_icon-] > .container::before {
    top: -85px;
    height: 60px;
  }
  section[class*=-with_right_icon-] > .container::before {
    height: 109px;
    left: 100%;
    margin-left: -120px;
  }
  section.-with_left_icon-hash > .container::after {
    width: 70px;
    height: 68px;
    top: -75px;
    right: 100%;
    margin-right: -25px;
  }
  section.-with_left_icon-quote > .container::after {
    width: 82px;
    height: 72px;
    top: -75px;
    right: 100%;
    margin-right: -25px;
  }
  section.-with_right_icon-and > .container::after {
    top: -50px;
    width: 82px;
    height: 107px;
    margin-left: -65px;
  }
  section[class*=-with_left_icon-].-icon_bottom > .container::before {
    bottom: -110px;
  }
  section.-with_left_icon-hash.-icon_bottom > .container::after {
    bottom: -130px;
  }
  section.-with_left_icon-and.-icon_bottom > .container::after {
    width: 60px;
    height: 78px;
    bottom: -135px;
    margin-right: -10px;
  }
  section[class*=-with_left_icon-].-icon_bottom.content-news_detail > .container::before {
    bottom: -80px;
  }
  section[class*=-with_left_icon-].-icon_bottom.content-news_detail > .container::before {
    bottom: -80px;
  }
  section.-with_left_icon-hash.-icon_bottom.content-news_detail > .container::after {
    bottom: -100px;
  }
  section.projects-showroom.static .row {
    margin-bottom: 0;
  }
  section.projects-showroom.static .col-12 {
    padding-bottom: 50px;
  }
  section.keynote .item {
    padding-left: 2em;
    padding-right: 1em;
  }
  section.materials.static .item {
    margin-bottom: 4em;
  }
  .item > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .item.chart {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  section[class*=-with_left_icon-] > .container::before {
    margin-right: -80px;
    margin-left: auto;
  }
  section.-with_left_icon-hash > .container::after {
    right: 100%;
    margin-right: -105px;
  }
  section.-with_left_icon-and.-icon_bottom > .container::after {
    bottom: -140px;
    margin-right: -90px;
  }
  section.-with_left_icon-quote > .container::after {
    margin-right: -105px;
  }
  section.projects-showroom.static .row {
    margin-bottom: 0;
  }
  section.projects-showroom.static .col-12 {
    padding-bottom: 50px;
  }
  section.keynote .item {
    padding-left: 2em;
    padding-right: 1em;
  }
  section.materials.static .item {
    margin-bottom: 4em;
  }
  .item > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .item.chart {
    padding-right: 0;
  }
  section .section-title,
  section .section-subtitle {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
  }
  section .section-subtitle {
    font-size: 24px;
    line-height: 32px;
  }
  section.content-intro.-base.-with_text .-perex {
    font-size: 18px;
    line-height: 30px;
  }
  .item-news_detail, .item-news_detail.-only_text {
    padding-left: 0;
    padding-right: 3%;
  }
  .item-news_media .col-image > a {
    text-align: center;
  }
  section.content-intro.-base.-with_text span.-date {
    margin-left: 0;
  }
  section.content-fw_image img {
    margin-top: 40px;
  }
}
/* RESPONSIVE: HEADER */
@media (max-width: 991px) {
  body {
    padding-top: 85px;
  }
  header {
    padding: 15px 0 15px !important;
  }
  header .row,
  header .row > div {
    position: static;
  }
  header #logo {
    display: inline-block;
    position: relative;
    z-index: 100;
  }
  header #logo > img {
    height: 55px !important;
  }
  header #menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 127px 0 15px;
    background: #444444;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    top: -100%;
    transition: visibility 0.3s ease, opacity 0.3s ease, top 0.3s ease;
  }
  header #menu > li {
    display: block;
  }
  header #menu > li + li {
    margin: 21px 0 0;
  }
  header #menu > li > a {
    border: 0 !important;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    padding: 5px 8.5px !important;
    text-align: center;
    color: #FFFFFF !important;
    font-weight: 400 !important;
  }
  header #menu > li > a:hover {
    text-decoration: underline;
  }
  header #menu > li.language {
    position: relative;
    text-align: center;
    width: 100%;
    right: auto;
    top: auto;
    padding-bottom: 15px;
    color: #FFFFFF;
  }
  header .btn-menu {
    position: relative;
    display: block !important;
    width: 27px;
    padding: 0;
    background: none !important;
    z-index: 100;
  }
  header .btn-menu > span {
    display: block;
    border-radius: 1.5px;
    border-top: 3px solid #333333;
  }
  header .btn-menu > span + span {
    margin-top: 5px;
  }
  body.-menu_toggled header #menu {
    top: 0;
    visibility: visible;
    opacity: 1;
    /*z-index: 100;*/
  }
  body.-menu_toggled header .btn-menu > span {
    border-color: #FFFFFF;
  }
}
/* Subdomain styles */
.content-intro {
  margin-bottom: 6em;
  margin-top: 7.75em;
}

.tile {
  width: 100%;
  min-height: 550px;
  border: solid 1px;
  text-align: center;
  margin-bottom: 3em;
}

.tile.theme-red {
  border-color: #C3102E;
}

.tile.theme-blue {
  border-color: #4698C6;
}

.tile.theme-green {
  border-color: #0F857E;
}

.tile.theme-yellow {
  border-color: #F1B559;
}

.tile.theme-purple {
  border-color: #7D629E;
}

.tile-header {
  display: flex;
  justify-content: center;
  min-height: 200px;
}
.tile-header > a {
  display: contents;
}

.tile-content {
  padding: 3.25em;
}

.tile-content H3 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  padding-bottom: 0.5em;
}

.tile.theme-red .tile-header {
  background-color: #C3102E;
}

.tile.theme-blue .tile-header {
  background-color: #4698C6;
}

.tile.theme-green .tile-header {
  background-color: #0F857E;
}

.tile.theme-yellow .tile-header {
  background-color: #F1B559;
}

.tile.theme-purple .tile-header {
  background-color: #7D629E;
}

.tile.theme-red .tile-header.light, .tile.theme-blue .tile-header.light, .tile.theme-green .tile-header.light, .tile.theme-yellow .tile-header.light, .tile.theme-purple .tile-header.light {
  background-color: #FFFFFF;
}

.tile-content .btn {
  margin-top: 1.5em;
  padding-left: 2.25em;
  padding-right: 2.25em;
  text-decoration: none;
  cursor: pointer;
}

.symbol {
  width: 35%;
  margin: 5em;
}

.tile-header.light > .symbol {
  margin-bottom: 0.8em;
}

/* RESPONSIVE: SECTION: CONTENT - INTRO */
@media (max-width: 991px) {
  section.content-stripe {
    padding: 20px 0;
    font-size: 20px;
    line-height: 24px;
  }
  section.content-intro .col-image {
    padding-bottom: 35px;
    min-height: 0 !important;
  }
  section.content-intro .col-image > * {
    position: relative;
    width: auto;
    height: auto !important;
  }
  section.content-intro .col-image img {
    position: relative;
    height: auto !important;
  }
  section.content-intro.-base .col-image + div {
    min-height: 0;
  }
  section.content-intro.-base .section-title {
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 22px;
  }
  section.content-intro.-base p.-date {
    margin-top: 19px;
    padding-left: 0;
  }
  section.content-intro p + .btn {
    margin-top: 63px;
  }
  section.content-intro.-base .btn.btn-primary {
    margin-left: 0;
  }
  section.content-intro .container > .section-title {
    padding-left: 0;
    margin-top: 36px;
    margin-bottom: 32px;
  }
  section.content-intro.-base.-with_text .-perex {
    margin-left: 0;
  }
  .item-contacts {
    padding: 0;
  }
  section.content-intro .col-image > .item-map {
    position: relative;
    height: 193px !important;
    margin-top: 35px;
    margin-bottom: -35px;
    width: 50vw;
    left: auto;
  }
  section.content-intro.-intro_single .section-title + p:not([class]),
  section.content-intro.-base .section-title + p:not([class]) {
    padding-left: 0;
    margin-top: -23px;
    margin-bottom: 62px;
  }
}
@media (max-width: 767px) {
  section.content-intro .col-image > .item-map {
    left: 0;
    width: auto;
    height: 110%;
  }
}
@media (max-width: 575px) {
  section.content-intro .col-image {
    padding-left: 0;
    padding-right: 0;
    margin-left: -10px;
    margin-right: -10px;
    -ms-flex: 0 0 calc(100% + 20px);
    flex: 0 0 calc(100% + 20px);
    max-width: calc(100% + 20px);
  }
  section.content-intro .col-image > figure {
    margin-left: -15px;
    margin-right: -15px;
  }
  section.content-intro .col-image > .item-map {
    left: 0;
    width: 85vw;
    height: 110%;
  }
}
/* RESPONSIVE: SECTION: CONTENT - PROJECTS */
@media (max-width: 991px) {
  section.content-projects {
    padding-top: 34px;
  }
  section.content-projects {
    background-color: #FFFFFF;
  }
  section.content-projects .section-title {
    margin-bottom: 34px;
    padding-left: 0;
  }
  section.content-projects .row {
    display: flex;
    flex-flow: column;
    padding: 0;
    justify-content: space-between;
    align-items: center;
  }
  section.content-projects .project {
    padding: 12px 22px;
  }
  section.content-projects .project:not(:last-of-type) {
    margin-bottom: 34px;
  }
  section.content-projects .project-title {
    font-size: 24px;
  }
}
/* RESPONSIVE: SECTION: CONTENT - STEP */
@media (max-width: 991px) {
  section.content-step {
    position: relative;
    overflow: hidden;
    padding-top: 86px;
  }
  section.content-step .section-title {
    padding-left: 0;
    margin-bottom: 0;
  }
  section.content-step .row::after {
    display: none;
  }
  .item-step {
    position: relative;
  }
  .item-step::before,
  .item-step::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: -1;
  }
  .item-step::after {
    left: auto;
    right: 100%;
  }
}
/* RESPONSIVE: SECTION: CONTENT - VIDEO */
@media (max-width: 991px) {
  section.content-video {
    padding: 70px 0 90px;
  }
  section.content-video .-corrency-custom_width {
    padding-left: 0;
  }
  section.content-video .section-title {
    margin-top: 0;
    margin-bottom: 21px;
  }
  section.content-video .col-video {
    padding-top: 29px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  section.content-video .col-video > a {
    display: block;
    margin: 0 -40px;
  }
  section.content-video .col-video > a > img {
    width: 100%;
  }
}
/* RESPONSIVE: SECTION: CONTENT - HOW IT WORKS */
@media (max-width: 991px) {
  section.content-how_it_works {
    position: relative;
    overflow: hidden;
    padding: 0;
  }
  section.content-how_it_works .section-title {
    padding-left: 0;
    margin-bottom: 23px;
  }
  section.content-how_it_works .col-diagram {
    padding-bottom: 34px;
  }
  .item-how_it_works {
    position: relative;
    padding: 30px 0;
  }
  .item-how_it_works::before,
  .item-how_it_works::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: -1;
  }
  .item-how_it_works::after {
    left: auto;
    right: 100%;
  }
}
@media (max-width: 575px) {
  section.content-how_it_works.collapse.show {
    margin-bottom: 113px;
  }
  section.content-how_it_works img {
    display: block;
    margin: 0 auto;
    width: auto;
    border: 0;
  }
}
/* RESPONSIVE: SECTION: LISTING - NEWS */
@media (max-width: 991px) {
  section.listing-news {
    padding: 113px 0 97px;
  }
  section.listing-news .section-title {
    text-align: left;
    padding-left: 0;
    margin-bottom: 26px;
  }
  section.listing-news.-in_project {
    padding-bottom: 55px;
  }
  section.listing-news.-in_project .row > div + div {
    padding-top: 23px;
  }
  section.listing-news .slick-news .item-news {
    width: 520px;
  }
}
@media (max-width: 767px) {
  section.listing-news .slick-news .item-news {
    width: 350px;
  }
}
@media (max-width: 575px) {
  section.listing-news .slick-news .item-news {
    width: calc(100vw - 120px);
  }
}
/* RESPONSIVE: SECTION: Projects-showroom */
@media (max-width: 991px) {
  section.projects-showroom {
    padding: 113px 0 97px;
  }
  section.projects-showroom .section-title {
    text-align: left;
    padding-left: 0;
    margin-bottom: 26px;
  }
  section.projects-showroom.-in_project {
    padding-bottom: 55px;
  }
  section.projects-showroom.-in_project .row > div + div {
    padding-top: 23px;
  }
}
@media (max-width: 767px) {
  section.projects-showroom .slick-projects .item-news {
    width: 350px;
  }
}
@media (max-width: 575px) {
  section.projects-showroom .slick-projects .item-news {
    width: calc(100vw - 120px);
  }
  .indent-top, section.projects-showroom.static.indent-top {
    padding-top: 3.25em;
  }
  section.listing-news, section.projects-showroom {
    padding-top: 50px;
  }
  section.projects-showroom.indent-top {
    padding-top: 100px;
  }
}
@media (max-width: 420px) {
  section.projects-showroom .slick-projects .item-news {
    width: calc(100vw - 120px);
  }
  .indent-top, section.projects-showroom.static.indent-top {
    padding-top: 3.25em;
  }
}
/* RESPONSIVE: SECTION: CONTENT - WHY */
@media (max-width: 991px) {
  section.content-why {
    position: relative;
    overflow: hidden;
    padding: 0 0 71px;
  }
  section.content-why .-corrency-custom_width {
    padding: 68px 0 103px;
  }
  section.content-why .-corrency-custom_width::before,
  section.content-why .-corrency-custom_width::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: #C3102E;
    z-index: -1;
  }
  section.content-why .-corrency-custom_width::after {
    left: auto;
    right: 0;
  }
  section.content-why .-col-second-content {
    padding: 73px 0 0;
  }
}
/* RESPONSIVE: SECTION: CONTENT - SERVICE */
@media (max-width: 991px) {
  section.content-service {
    padding: 49px 0 59px;
  }
  section.content-service .section-title {
    padding-left: 0;
    margin-bottom: 26px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  section.content-service .section-title {
    margin-bottom: -23px;
  }
  .item-service {
    margin-top: 49px;
  }
}
/* RESPONSIVE: SECTION: CONTENT - PARTNER */
@media (max-width: 1199px) {
  section.content-partner.-vertical .-corrency-custom_width.-smaller {
    width: 250px !important;
  }
}
@media (max-width: 991px) {
  section.content-partner {
    padding: 107px 0 75px;
  }
  section.content-partner.-vertical {
    padding: 96px 0 118px;
  }
  section.content-partner .section-title {
    margin-bottom: 34px;
  }
  section.content-partner.-vertical .section-title {
    padding-left: 0;
    margin-bottom: 44px;
  }
  section.content-partner .row > div + div + div {
    padding-top: 24px;
  }
  section.content-partner.-vertical .-corrency-custom_width.-smaller {
    width: 100% !important;
    margin-bottom: 34px;
  }
}
/* RESPONSIVE: SECTION: CONTENT - INTENTION */
@media (max-width: 991px) {
  section.content-intention {
    padding: 142px 0 0;
  }
  section.content-intention .section-title {
    margin-bottom: 11px;
  }
  .item-intention {
    padding: 0;
    border: 0;
    width: auto;
  }
  .item-intention .row > div + div {
    padding-top: 35px;
  }
}
/* RESPONSIVE: SECTION: LISTING - NEWS */
@media (max-width: 991px) {
  section.content-text {
    padding: 128px 0;
  }
  section.content-text.-red {
    padding: 205px 0 200px;
  }
  section.content-text .section-subtitle {
    margin-bottom: 74px !important;
  }
}
/* RESPONSIVE: SECTION: CONTENT - TEAM */
@media (max-width: 991px) {
  section.content-team {
    padding: 96px 0 0;
  }
  section.content-team .section-title {
    margin-bottom: 31px;
    padding-left: 0;
  }
  .item-team .-title {
    margin-top: 46px;
  }
}
/* RESPONSIVE: SECTION: LISTING - NEWS + MEDIA */
@media (max-width: 991px) {
  section.listing-news_media {
    padding: 0 0 155px;
  }
  section.listing-news_media .row {
    padding-left: 0;
  }
  .item-news_media .col-image > a {
    width: auto;
  }
  .item-news_media .col-image + div {
    padding: 22px 0 0;
  }
  .item-news_media .col-image + div > .btn.btn-link,
  .item-news_media.-media .btn.btn-primary {
    position: static;
    margin-top: 20px;
  }
  .item-news_media.-media .btn.btn-primary {
    margin-top: 13px;
  }
  .item-news_media.-media .btn.btn-primary + .btn.btn-link {
    display: block;
    text-align: left;
  }
  .item-news_media.-media .col-image + div {
    padding-bottom: 0;
  }
}
/* RESPONSIVE: SECTION: CONTENT - NEWS DETAIL */
@media (max-width: 1369px) {
  .item-news_detail blockquote > p::before {
    width: 107px;
    height: 93px;
    left: 0;
    right: auto;
    margin: 0;
    top: -130px;
  }
}
@media (max-width: 991px) {
  section.content-news_detail {
    padding: 24px 0 125px;
  }
  .item-news_detail {
    padding-left: 0;
    width: auto;
  }
  .item-news_detail p {
    width: auto;
  }
  .item-news_detail p.-link-detail {
    margin-top: 77px;
    padding-bottom: 0;
  }
  section.content-news_detail.-with_story {
    padding: 142px 0 97px;
    margin-top: -62px;
  }
}
/* */
@media (max-width: 991px) {
  .item-texttile {
    margin-bottom: 45px;
  }
  section.content-benefit {
    padding: 45px 0 60px;
  }
  section.content-texttile {
    margin: 60px 0 40px;
  }
  section.content-texttile .section-title {
    margin-bottom: 30px;
  }
  section.content-form_join .section-title {
    margin-bottom: 55px;
  }
  section.content-form_join .section-title br {
    display: none;
  }
  section.content-form_join .section-subtitle {
    text-align: center;
    margin-top: 60px;
  }
  section.content-form_join .-testimonial img {
    margin-bottom: 27px;
  }
}
/* RESPONSIVE: FOOTER */
@media (max-width: 991px) {
  footer {
    padding: 39px 0 7px;
  }
  footer #footer-menu > li {
    display: block;
  }
  footer #footer-menu > li + li {
    margin: 14px 0 0;
  }
  footer .text-copyright {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  section.content-testimonial {
    margin: 55px 0 0;
  }
  section.content-testimonial .section-title {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  section.content-testimonial .slick-testimonial {
    padding: 30px 60px 60px;
  }
  section.content-testimonial .slick-testimonial .slick-dots {
    bottom: 22px;
  }
  section.content-testimonial .slick-testimonial .slick-arrow {
    width: 20px;
    height: 20px;
    left: 20px;
  }
  section.content-testimonial .slick-testimonial .slick-arrow ~ .slick-arrow {
    left: auto;
    right: 20px;
  }
}
@media (max-width: 575px) {
  .indent-top, section.projects-showroom.static.indent-top, section.projects-showroom-two-col.indent-top, section.projects-showroom.indent-top,
  section.projects-showroom {
    padding-top: 0;
  }
  section.content-form_join .-logos img {
    margin-bottom: 56px;
  }
  section.content-form_join img.img-fluid {
    width: 50%;
  }
  section.content-testimonial {
    margin-top: 0;
    padding-top: 0;
  }
  .item-testimonial img {
    margin: 30px auto 0;
  }
  section.content-testimonial .slick-testimonial .slick-dots {
    bottom: 18px;
  }
}
/* RESPONSIVE: ABOUT US */
@media (max-width: 575px) {
  section.content-intro.map {
    margin-bottom: 0;
  }
  section.content-fw_image {
    margin-bottom: 96px;
  }
  section.content-fw_image .container > .section-title {
    margin-bottom: 32px;
  }
  section.content-fw_image .-perex {
    padding-left: 0;
    padding-bottom: 32px;
  }
  .-horizontal-list span {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding-bottom: 0.75em;
    padding-left: 0.5em;
  }
  H1.text-center, H2.text-center {
    text-align: left !important;
  }
  .slick-projects .slick-next:before {
    display: none;
  }
}
/* RESPONSIVE: FAQ */
@media (max-width: 575px) {
  section.content-intro.-base.-with_text {
    margin-bottom: 1em;
  }
  ul.nav.tabs {
    display: table;
  }
}
/* RESPONSIVE: SUBDOMAIN */
@media (max-width: 575px) {
  section.content-intro {
    margin-top: 6em;
    margin-bottom: 3em;
  }
}
#cc-main {
  background: transparent;
  color: var(--cc-primary-color);
  font-family: var(--cc-font-family);
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.15;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  position: fixed;
  z-index: var(--cc-z-index);
}

#cc-main :after, #cc-main :before, #cc-main a, #cc-main button, #cc-main div, #cc-main h2, #cc-main input, #cc-main p, #cc-main span {
  all: unset;
  box-sizing: border-box;
}

#cc-main .pm__badge, #cc-main button {
  all: initial;
  box-sizing: border-box;
  color: unset;
  visibility: unset;
}

#cc-main .pm__badge, #cc-main a, #cc-main button, #cc-main input {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  outline: revert;
  outline-offset: 2px;
  overflow: hidden;
}

#cc-main table, #cc-main tbody, #cc-main td, #cc-main th, #cc-main thead, #cc-main tr {
  all: revert;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

:root {
  --cc-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --cc-modal-border-radius:.5rem;
  --cc-btn-border-radius:.4rem;
  --cc-modal-transition-duration:.25s;
  --cc-link-color:var(--cc-btn-primary-bg);
  --cc-modal-margin:1rem;
  --cc-z-index:2147483647;
  --cc-bg:#fff;
  --cc-primary-color:#2c2f31;
  --cc-secondary-color:#5e6266;
  --cc-btn-primary-bg:#30363c;
  --cc-btn-primary-color:#fff;
  --cc-btn-primary-border-color:var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg:#000;
  --cc-btn-primary-hover-color:#fff;
  --cc-btn-primary-hover-border-color:var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg:#eaeff2;
  --cc-btn-secondary-color:var(--cc-primary-color);
  --cc-btn-secondary-border-color:var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg:#d4dae0;
  --cc-btn-secondary-hover-color:#000;
  --cc-btn-secondary-hover-border-color:#d4dae0;
  --cc-separator-border-color:#f0f4f7;
  --cc-toggle-on-bg:var(--cc-btn-primary-bg);
  --cc-toggle-off-bg:#667481;
  --cc-toggle-on-knob-bg:#fff;
  --cc-toggle-off-knob-bg:var(--cc-toggle-on-knob-bg);
  --cc-toggle-enabled-icon-color:var(--cc-bg);
  --cc-toggle-disabled-icon-color:var(--cc-bg);
  --cc-toggle-readonly-bg:#d5dee2;
  --cc-toggle-readonly-knob-bg:#fff;
  --cc-toggle-readonly-knob-icon-color:var(--cc-toggle-readonly-bg);
  --cc-section-category-border:var(--cc-cookie-category-block-bg);
  --cc-cookie-category-block-bg:#f0f4f7;
  --cc-cookie-category-block-border:#f0f4f7;
  --cc-cookie-category-block-hover-bg:#e9eff4;
  --cc-cookie-category-block-hover-border:#e9eff4;
  --cc-cookie-category-expanded-block-bg:transparent;
  --cc-cookie-category-expanded-block-hover-bg:#dee4e9;
  --cc-overlay-bg:rgba(0,0,0,.65);
  --cc-webkit-scrollbar-bg:var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg:var(--cc-btn-primary-hover-bg);
  --cc-footer-bg:var(--cc-btn-secondary-bg);
  --cc-footer-color:var(--cc-secondary-color);
  --cc-footer-border-color:#e4eaed;
  --cc-pm-toggle-border-radius:4em;
}

#cc-main.cc--rtl {
  direction: rtl;
}

#cc-main .cm__title, #cc-main a, #cc-main b, #cc-main em, #cc-main strong {
  font-weight: 600;
}

#cc-main button > span {
  pointer-events: none;
}

#cc-main .cc__link, #cc-main a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  font-weight: 600;
  position: relative;
  transition: background-size 0.25s, color 0.25s ease;
}

#cc-main .cc__link:hover, #cc-main a:hover {
  background-size: 100% 1px;
  color: var(--cc-primary-color);
}

#cc-main .cc__link {
  color: var(--cc-link-color);
}

#cc-main .cm__desc, #cc-main .pm__body {
  overscroll-behavior: auto contain;
  scrollbar-width: thin;
}

@media screen and (min-width: 640px) {
  #cc-main ::-webkit-scrollbar, #cc-main ::-webkit-scrollbar-thumb, #cc-main ::-webkit-scrollbar-track {
    all: revert;
  }
  #cc-main ::-webkit-scrollbar-thumb {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: var(--cc-toggle-readonly-bg);
    border: 0.25rem solid var(--cc-bg);
    border-radius: 1rem;
  }
  #cc-main ::-webkit-scrollbar-thumb:hover {
    background: var(--cc-toggle-off-bg);
  }
  #cc-main ::-webkit-scrollbar {
    background: transparent;
    width: 12px;
  }
}
html.disable--interaction.show--consent, html.disable--interaction.show--consent body {
  height: auto !important;
  overflow: hidden !important;
}

@media (prefers-reduced-motion) {
  #cc-main {
    --cc-modal-transition-duration:0s;
  }
}
.cc--darkmode {
  --cc-bg:#161a1c;
  --cc-primary-color:#ebf3f6;
  --cc-secondary-color:#aebbc5;
  --cc-btn-primary-bg:#c2d0e0;
  --cc-btn-primary-color:var(--cc-bg);
  --cc-btn-primary-border-color:var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg:#98a7b6;
  --cc-btn-primary-hover-color:#000;
  --cc-btn-primary-hover-border-color:var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg:#242c31;
  --cc-btn-secondary-color:var(--cc-primary-color);
  --cc-btn-secondary-border-color:var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg:#353d43;
  --cc-btn-secondary-hover-color:#fff;
  --cc-btn-secondary-hover-border-color:var(--cc-btn-secondary-hover-bg);
  --cc-separator-border-color:#222a30;
  --cc-toggle-on-bg:var(--cc-btn-primary-bg);
  --cc-toggle-off-bg:#525f6b;
  --cc-toggle-on-knob-bg:var(--cc-btn-primary-color);
  --cc-toggle-off-knob-bg:var(--cc-btn-primary-color);
  --cc-toggle-enabled-icon-color:var(--cc-btn-primary-color);
  --cc-toggle-disabled-icon-color:var(--cc-btn-primary-color);
  --cc-toggle-readonly-bg:#343e45;
  --cc-toggle-readonly-knob-bg:#5f6b72;
  --cc-toggle-readonly-knob-icon-color:var(--cc-toggle-readonly-bg);
  --cc-section-category-border:#1e2428;
  --cc-cookie-category-block-bg:#1e2428;
  --cc-cookie-category-block-border:var(--cc-section-category-border);
  --cc-cookie-category-block-hover-bg:#242c31;
  --cc-cookie-category-block-hover-border:#232a2f;
  --cc-cookie-category-expanded-block-bg:transparent;
  --cc-cookie-category-expanded-block-hover-bg:var(--cc-toggle-readonly-bg);
  --cc-overlay-bg:rgba(0,0,0,.65);
  --cc-webkit-scrollbar-bg:var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg:var(--cc-btn-primary-hover-bg);
  --cc-footer-bg:#0c0e0f;
  --cc-footer-color:var(--cc-secondary-color);
  --cc-footer-border-color:#060809;
}

.cc--darkmode #cc-main {
  color-scheme: dark;
}

#cc-main .cm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: flex;
  flex-direction: column;
  max-width: 24rem;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  transform: translateY(1.6em);
  visibility: hidden;
  z-index: 1;
}

#cc-main .cm--top {
  top: var(--cc-modal-margin);
}

#cc-main .cm--middle {
  top: 50%;
  transform: translateY(calc(-50% + 1.6em));
}

#cc-main .cm--bottom {
  bottom: var(--cc-modal-margin);
}

#cc-main .cm--center {
  left: var(--cc-modal-margin);
  margin: 0 auto;
  right: var(--cc-modal-margin);
  width: unset;
}

#cc-main .cm--left {
  left: var(--cc-modal-margin);
  margin-right: var(--cc-modal-margin);
}

#cc-main .cm--right {
  margin-left: var(--cc-modal-margin);
  right: var(--cc-modal-margin);
}

#cc-main .cm__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

#cc-main .cm__btns, #cc-main .cm__links {
  padding: 1rem 1.3rem;
  width: unset;
}

#cc-main .cm__texts {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0 0;
}

#cc-main .cm__desc, #cc-main .cm__title {
  padding: 0 1.3rem;
}

#cc-main .cm__title {
  font-size: 1.05em;
}

#cc-main .cm__title + .cm__desc {
  margin-top: 1.1em;
}

#cc-main .cm__desc {
  color: var(--cc-secondary-color);
  font-size: 0.9em;
  line-height: 1.5;
  max-height: 40vh;
  overflow-x: visible;
  overflow-y: auto;
  padding-bottom: 1em;
}

#cc-main .cm__btns {
  border-top: 1px solid var(--cc-separator-border-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#cc-main .cm__btn-group {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
}

#cc-main .cm__btn + .cm__btn, #cc-main .cm__btn-group + .cm__btn-group {
  margin-top: 0.375rem;
}

#cc-main .cm--flip .cm__btn + .cm__btn, #cc-main .cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--inline .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--inline.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-right: 0;
}

#cc-main .cm--wide .cm__btn + .cm__btn, #cc-main .cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--wide.cm--flip .cm__btn + .cm__btn, #cc-main .cm--wide.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven, #cc-main .cm--wide .cm__btn-group--uneven {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven, #cc-main .cm--wide.cm--flip .cm__btn-group--uneven {
  flex-direction: row-reverse;
}

#cc-main .cm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  padding: 0.5em 1em;
  text-align: center;
}

#cc-main .cm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close {
  border-radius: 0;
  border-bottom-left-radius: var(--cc-btn-border-radius);
  border-right: none;
  border-top: none;
  display: none;
  font-size: 1em;
  height: 42px;
  min-width: auto !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}

#cc-main .cm__btn--close svg {
  stroke: var(--cc-btn-primary-color);
  transform: scale(0.5);
  transition: stroke 0.15s ease;
}

#cc-main .cm__btn--close:hover svg {
  stroke: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--close.cm__btn--secondary svg {
  stroke: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--close.cm__btn--secondary:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close + .cm__texts .cm__title {
  padding-right: 3rem;
}

#cc-main .cm--inline .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm__footer {
  background: var(--cc-footer-bg);
  border-top: 1px solid var(--cc-footer-border-color);
  color: var(--cc-footer-color);
  padding: 0.4em 0 0.5em;
}

#cc-main .cm__links {
  display: flex;
  flex-direction: row;
  padding-bottom: 0;
  padding-top: 0;
}

#cc-main .cm__link-group {
  display: flex;
  flex-direction: row;
  font-size: 0.8em;
  width: 100%;
}

#cc-main .cm__link-group > * + * {
  margin-left: 1.3rem;
}

#cc-main .cm--flip .cm__btn:last-child {
  grid-row: 1;
}

#cc-main .cm--inline.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--box .cm__btn--close {
  display: block;
}

#cc-main .cm--box.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cm--box.cm--wide {
  max-width: 36em;
}

#cc-main .cm--box.cm--wide .cm__btns {
  flex-direction: row;
  justify-content: space-between;
}

#cc-main .cm--box.cm--wide .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--box.cm--wide .cm__btn {
  min-width: 120px;
  padding-left: 1.8em;
  padding-right: 1.8em;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btns {
  flex-direction: row-reverse;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--cloud {
  max-width: 54em;
  width: unset;
}

#cc-main .cm--cloud .cm__body {
  flex-direction: row;
}

#cc-main .cm--cloud .cm__texts {
  flex: 1;
}

#cc-main .cm--cloud .cm__desc {
  max-height: 9.4em;
}

#cc-main .cm--cloud .cm__btns {
  border-left: 1px solid var(--cc-separator-border-color);
  border-top: none;
  max-width: 23em;
}

#cc-main .cm--cloud .cm__btn-group {
  flex-direction: column;
}

#cc-main .cm--cloud .cm__btn {
  min-width: 19em;
}

#cc-main .cm--cloud.cm--flip .cm__btn-group, #cc-main .cm--cloud.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cm--cloud.cm--inline .cm__btn-group {
  flex-direction: row;
}

#cc-main .cm--cloud.cm--inline .cm__btn {
  min-width: 10em;
}

#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group {
  flex-direction: row-reverse;
}

#cc-main .cm--bar {
  border-radius: 0;
  left: 0;
  margin: 0;
  max-width: unset;
  opacity: 1;
  right: 0;
  transform: translateY(0);
  width: 100vw;
  --cc-modal-transition-duration:.35s;
}

#cc-main .cm--bar.cm--top {
  top: 0;
  transform: translateY(-100%);
}

#cc-main .cm--bar.cm--bottom {
  bottom: 0;
  transform: translateY(100%);
}

#cc-main .cm--bar .cm__body, #cc-main .cm--bar .cm__links {
  margin: 0 auto;
  max-width: 55em;
  width: 100%;
}

#cc-main .cm--bar .cm__body {
  padding: 0.5em 0 0.9em;
}

#cc-main .cm--bar .cm__btns {
  border-top: none;
  flex-direction: row;
  justify-content: space-between;
}

#cc-main .cm--bar .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn + .cm__btn, #cc-main .cm--bar:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--bar .cm__btn {
  min-width: 120px;
  padding-left: 2em;
  padding-right: 2em;
}

#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn + .cm__btn, #cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar.cm--flip .cm__btns {
  flex-direction: row-reverse;
}

#cc-main .cm--bar.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--bar.cm--inline .cm__body, #cc-main .cm--bar.cm--inline .cm__links {
  max-width: 74em;
}

#cc-main .cm--bar.cm--inline .cm__body {
  flex-direction: row;
  padding: 0;
}

#cc-main .cm--bar.cm--inline .cm__btns {
  flex-direction: column;
  justify-content: center;
  max-width: 23em;
}

#cc-main .cm--bar.cm--inline.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cc--anim .cm, #cc-main .cc--anim.cm-wrapper:before {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
}

#cc-main .cc--anim .cm__btn, #cc-main .cc--anim .cm__close {
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.disable--interaction #cc-main .cm-wrapper:before {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 0;
}

.show--consent #cc-main .cc--anim .cm {
  opacity: 1;
  transform: translateY(0);
  visibility: visible !important;
}

.show--consent #cc-main .cc--anim .cm--middle {
  transform: translateY(-50%);
}

.show--consent #cc-main .cc--anim .cm--bar {
  transform: translateY(0);
}

.show--consent #cc-main .cc--anim.cm-wrapper:before {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .cm__btn--close {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: var(--cc-btn-border-radius);
  left: 0;
  right: unset;
}

#cc-main.cc--rtl .cm__btn--close + .cm__texts .cm__title {
  padding-left: 3rem !important;
  padding-right: 1.3rem;
}

#cc-main.cc--rtl .cm--inline .cm__btn + .cm__btn {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn + .cm__btn, #cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group + .cm__btn-group, #cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn + .cm__btn, #cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn + .cm__btn, #cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm__link-group > * + * {
  margin-left: 0;
  margin-right: 1.3rem;
}

@media screen and (max-width: 640px) {
  #cc-main {
    --cc-modal-margin:.5em;
  }
  #cc-main .cm {
    max-width: none !important;
    width: auto !important;
  }
  #cc-main .cm__body {
    flex-direction: column !important;
    padding: 0 !important;
  }
  #cc-main .cm__btns, #cc-main .cm__desc, #cc-main .cm__links, #cc-main .cm__title {
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
  }
  #cc-main .cm__btns {
    border-left: none !important;
    border-top: 1px solid var(--cc-separator-border-color) !important;
    flex-direction: column !important;
    max-width: none !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn + .cm__btn, #cc-main .cm__btn-group + .cm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .cm--flip .cm__btn + .cm__btn, #cc-main .cm--flip .cm__btn-group + .cm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .cm__btn-group {
    display: flex !important;
    flex-direction: column !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn {
    flex: auto !important;
  }
  #cc-main .cm__link-group {
    justify-content: center !important;
  }
  #cc-main .cm--flip .cm__btn-group, #cc-main .cm--flip .cm__btns {
    flex-direction: column-reverse !important;
  }
}
#cc-main .pm-wrapper {
  position: relative;
  z-index: 2;
}

#cc-main .pm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: flex;
  flex-direction: column;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  visibility: hidden;
  width: 100%;
  width: unset;
  z-index: 1;
}

#cc-main svg {
  fill: none;
  width: 100%;
}

#cc-main .pm__body, #cc-main .pm__footer, #cc-main .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm__header {
  align-items: center;
  border-bottom: 1px solid var(--cc-separator-border-color);
  display: flex;
  justify-content: space-between;
}

#cc-main .pm__title {
  align-items: center;
  display: flex;
  flex: 1;
  font-weight: 600;
  margin-right: 2em;
}

#cc-main .pm__close-btn {
  background: var(--cc-btn-secondary-bg);
  border: 1px solid var(--cc-btn-secondary-border-color);
  border-radius: var(--cc-btn-border-radius);
  height: 40px;
  position: relative;
  transition: all 0.15s ease;
  width: 40px;
}

#cc-main .pm__close-btn span {
  display: flex;
  height: 100%;
  width: 100%;
}

#cc-main .pm__close-btn svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(0.5);
  transition: stroke 0.15s ease;
}

#cc-main .pm__close-btn:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
}

#cc-main .pm__close-btn:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm__body {
  flex: 1;
  overflow-y: auto;
  overflow-y: overlay;
}

#cc-main .pm__section, #cc-main .pm__section--toggle {
  border-radius: var(--cc-btn-border-radius);
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5em;
}

#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  border: 1px solid var(--cc-cookie-category-block-border);
  border-radius: var(--cc-btn-border-radius);
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
  margin-top: 0 !important;
  overflow: hidden;
}

#cc-main .pm__section {
  border: 1px solid var(--cc-separator-border-color);
  padding: 1em;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

#cc-main .pm__section:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  transition: none;
}

#cc-main .pm__section:not(:first-child):hover {
  background: var(--cc-cookie-category-block-bg);
  border-color: var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-toggles + .pm__section {
  margin-top: 2em;
}

#cc-main .pm__section--toggle {
  background: var(--cc-cookie-category-block-bg);
  border-top: none;
  margin-bottom: 0.375rem;
}

#cc-main .pm__section--toggle .pm__section-title {
  align-items: center;
  background: var(--cc-cookie-category-block-bg);
  border: 1px solid var(--cc-cookie-category-block-border);
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  padding: 1.1em 5.4em 1.1em 1.2em;
  position: relative;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  width: 100%;
}

#cc-main .pm__section--toggle .pm__section-title:hover {
  background: var(--cc-cookie-category-block-hover-bg);
  border-color: var(--cc-cookie-category-block-hover-border);
}

#cc-main .pm__section--toggle .pm__section-desc {
  margin-top: 0;
  padding: 1em;
}

#cc-main .pm__section--toggle.is-expanded {
  --cc-cookie-category-block-bg:var(--cc-cookie-category-expanded-block-bg);
  --cc-cookie-category-block-border:var(--cc-cookie-category-expanded-block-hover-bg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg {
  transform: scale(0.5) rotate(180deg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
  display: flex;
}

#cc-main .pm__section--expandable .pm__section-title {
  cursor: pointer;
  padding-left: 3.4em;
}

#cc-main .pm__section--expandable .pm__section-arrow {
  background: var(--cc-toggle-readonly-bg);
  border-radius: 100%;
  display: flex;
  height: 20px;
  justify-content: center;
  left: 18px;
  pointer-events: none;
  position: absolute;
  width: 20px;
}

#cc-main .pm__section--expandable .pm__section-arrow svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(0.5);
}

#cc-main .pm__section-title-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

#cc-main .pm__section-title-wrapper + .pm__section-desc-wrapper {
  margin-top: 0.85em;
}

#cc-main .pm__section-title {
  border-radius: var(--cc-btn-border-radius);
  font-size: 0.95em;
  font-weight: 600;
}

#cc-main .pm__badge {
  align-items: center;
  background: var(--cc-btn-secondary-bg);
  border-radius: 5em;
  color: var(--cc-secondary-color);
  display: flex;
  flex: none;
  font-size: 0.8em;
  font-weight: 600;
  height: 23px;
  justify-content: center;
  margin-left: 1em;
  min-width: 23px;
  overflow: hidden;
  padding: 0 0.6em 1px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: auto;
}

#cc-main .pm__service-counter {
  background: var(--cc-btn-primary-bg);
  color: var(--cc-btn-primary-color);
  padding: 0;
  width: 23px;
}

#cc-main .pm__service-counter[data-counterlabel] {
  padding: 0 0.6em 1px;
  width: auto;
}

#cc-main .section__toggle, #cc-main .section__toggle-wrapper, #cc-main .toggle__icon, #cc-main .toggle__label {
  border-radius: var(--cc-pm-toggle-border-radius);
  height: 23px;
  transform: translateZ(0);
  width: 50px;
}

#cc-main .section__toggle-wrapper {
  cursor: pointer;
  position: absolute;
  right: 18px;
  z-index: 1;
}

#cc-main .toggle-service {
  height: 19px;
  position: relative;
  right: 0;
  width: 42px;
}

#cc-main .toggle-service .section__toggle, #cc-main .toggle-service .toggle__icon, #cc-main .toggle-service .toggle__label {
  height: 19px;
  width: 42px;
}

#cc-main .toggle-service .toggle__icon {
  position: relative;
}

#cc-main .toggle-service .toggle__icon-circle {
  height: 19px;
  width: 19px;
}

#cc-main .toggle-service .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(23px);
}

#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after {
  display: none !important;
}

#cc-main .section__toggle {
  border: 0;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}

#cc-main .section__toggle:disabled {
  cursor: not-allowed;
}

#cc-main .toggle__icon {
  background: var(--cc-toggle-off-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
  display: flex;
  flex-direction: row;
  pointer-events: none;
  position: absolute;
  transition: all 0.25s ease;
}

#cc-main .toggle__icon-circle {
  background: var(--cc-toggle-off-knob-bg);
  border: none;
  border-radius: var(--cc-pm-toggle-border-radius);
  box-shadow: 0 1px 2px rgba(24, 32, 3, 0.36);
  display: block;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.25s ease, background-color 0.25s ease;
  width: 23px;
}

#cc-main .toggle__icon-off, #cc-main .toggle__icon-on {
  height: 100%;
  position: absolute;
  transition: opacity 0.15s ease;
  width: 100%;
}

#cc-main .toggle__icon-on {
  opacity: 0;
  transform: rotate(45deg);
}

#cc-main .toggle__icon-on svg {
  stroke: var(--cc-toggle-on-bg);
  transform: scale(0.55) rotate(-45deg);
}

#cc-main .toggle__icon-off {
  opacity: 1;
}

#cc-main .toggle__icon-off svg {
  stroke: var(--cc-toggle-off-bg);
  transform: scale(0.55);
}

#cc-main .section__toggle:checked ~ .toggle__icon {
  background: var(--cc-toggle-on-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-on-bg);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  background-color: var(--cc-toggle-on-knob-bg);
  transform: translateX(27px);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-on {
  opacity: 1;
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-off {
  opacity: 0;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon {
  background: var(--cc-toggle-readonly-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg);
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-circle {
  background: var(--cc-toggle-readonly-knob-bg);
  box-shadow: none;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon svg {
  stroke: var(--cc-toggle-readonly-knob-icon-color);
}

#cc-main .toggle__label {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

#cc-main .pm__section-desc-wrapper {
  color: var(--cc-secondary-color);
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
}

#cc-main .pm__section-desc-wrapper > :not(:last-child) {
  border-bottom: 1px solid var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-services {
  display: flex;
  flex-direction: column;
}

#cc-main .pm__service {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.4em 1.2em;
  position: relative;
  transition: background-color 0.15s ease;
}

#cc-main .pm__service:hover {
  background-color: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__service-header {
  align-items: center;
  display: flex;
  margin-right: 1em;
  width: 100%;
}

#cc-main .pm__service-icon {
  border: 2px solid;
  border-radius: 100%;
  height: 8px;
  margin-left: 6px;
  margin-right: 20px;
  margin-top: 1px;
  min-width: 8px;
}

#cc-main .pm__service-title {
  font-size: 0.95em;
  width: 100%;
  word-break: break-word;
}

#cc-main .pm__section-desc {
  line-height: 1.5em;
}

#cc-main .pm__section-table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}

#cc-main .pm__table-caption {
  text-align: left;
}

#cc-main .pm__table-caption, #cc-main .pm__table-head > tr {
  border-bottom: 1px dashed var(--cc-separator-border-color);
  color: var(--cc-primary-color);
  font-weight: 600;
}

#cc-main .pm__table-tr {
  transition: background-color 0.15s ease;
}

#cc-main .pm__table-tr:hover {
  background: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__table-caption, #cc-main .pm__table-td, #cc-main .pm__table-th {
  padding: 0.625em 0.625em 0.625em 1.2em;
  vertical-align: top;
}

#cc-main .pm__footer {
  border-top: 1px solid var(--cc-separator-border-color);
  display: flex;
  justify-content: space-between;
}

#cc-main .pm__btn-group {
  display: flex;
}

#cc-main .pm__btn + .pm__btn, #cc-main .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
}

#cc-main .pm--flip .pm__btn + .pm__btn, #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .pm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  flex: auto;
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  min-width: 110px;
  padding: 0.5em 1.5em;
  text-align: center;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

#cc-main .pm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .pm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}

#cc-main .pm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm--box {
  height: calc(100% - 2em);
  left: var(--cc-modal-margin);
  margin: 0 auto;
  max-height: 37.5em;
  max-width: 43em;
  right: var(--cc-modal-margin);
  top: 50%;
  transform: translateY(calc(-50% + 1.6em));
}

#cc-main .pm--box.pm--flip .pm__btn-group, #cc-main .pm--box.pm--flip .pm__footer {
  flex-direction: row-reverse;
}

#cc-main .pm--bar {
  border-radius: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: 29em;
  opacity: 1;
  top: 0;
  width: 100%;
  --cc-modal-transition-duration:.35s;
}

#cc-main .pm--bar .pm__section-table, #cc-main .pm--bar .pm__table-body, #cc-main .pm--bar .pm__table-td, #cc-main .pm--bar .pm__table-th, #cc-main .pm--bar .pm__table-tr {
  display: block;
}

#cc-main .pm--bar .pm__table-head {
  display: none;
}

#cc-main .pm--bar .pm__table-caption {
  display: block;
}

#cc-main .pm--bar .pm__table-tr:not(:last-child) {
  border-bottom: 1px solid var(--cc-separator-border-color);
}

#cc-main .pm--bar .pm__table-td {
  display: flex;
  justify-content: space-between;
}

#cc-main .pm--bar .pm__table-td:before {
  color: var(--cc-primary-color);
  content: attr(data-column);
  flex: 1;
  font-weight: 600;
  min-width: 100px;
  overflow: hidden;
  padding-right: 2em;
  text-overflow: ellipsis;
}

#cc-main .pm--bar .pm__table-td > div {
  flex: 3;
}

#cc-main .pm--bar:not(.pm--wide) .pm__body, #cc-main .pm--bar:not(.pm--wide) .pm__footer, #cc-main .pm--bar:not(.pm--wide) .pm__header {
  padding: 1em 1.3em;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn-group, #cc-main .pm--bar:not(.pm--wide) .pm__footer {
  flex-direction: column;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn + .pm__btn, #cc-main .pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin: 0.375rem 0 0;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group, #cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer {
  flex-direction: column-reverse;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn + .pm__btn, #cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group + .pm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .pm--bar:not(.pm--wide) .pm__badge {
  display: none;
}

#cc-main .pm--bar.pm--left {
  left: 0;
  transform: translateX(-100%);
}

#cc-main .pm--bar.pm--right {
  right: 0;
  transform: translateX(100%);
}

#cc-main .pm--bar.pm--wide {
  max-width: 35em;
}

#cc-main .pm--bar.pm--wide .pm__body, #cc-main .pm--bar.pm--wide .pm__footer, #cc-main .pm--bar.pm--wide .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group, #cc-main .pm--bar.pm--wide.pm--flip .pm__footer {
  flex-direction: row-reverse;
}

#cc-main .pm-overlay {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
}

#cc-main .cc--anim .pm, #cc-main .cc--anim .pm-overlay {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
}

.show--preferences #cc-main .cc--anim .pm {
  opacity: 1;
  visibility: visible !important;
}

.show--preferences #cc-main .cc--anim .pm--box {
  transform: translateY(-50%);
}

.show--preferences #cc-main .cc--anim .pm--bar {
  transform: translateX(0);
}

.show--preferences #cc-main .cc--anim .pm-overlay {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .pm__service-header {
  margin-left: 1em;
  margin-right: 0;
}

#cc-main.cc--rtl .pm__section-arrow {
  left: unset;
  right: 18px;
}

#cc-main.cc--rtl .section__toggle-wrapper {
  left: 18px;
  right: unset;
  transform-origin: left;
}

#cc-main.cc--rtl .toggle-service {
  left: 0;
}

#cc-main.cc--rtl .pm__service-icon {
  margin-left: 20px;
  margin-right: 5px;
}

#cc-main.cc--rtl .pm__section--toggle .pm__section-title {
  padding-left: 5.4em;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__section--expandable .pm__section-title {
  padding-right: 3.4em;
}

#cc-main.cc--rtl .pm__badge {
  margin-left: unset;
  margin-right: 1em;
}

#cc-main.cc--rtl .toggle__icon-circle {
  transform: translateX(27px);
}

#cc-main.cc--rtl .toggle-service .toggle__icon-circle {
  transform: translateX(23px);
}

#cc-main.cc--rtl .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(0);
}

#cc-main.cc--rtl .pm__table-td, #cc-main.cc--rtl .pm__table-th {
  padding-left: unset;
  padding-right: 1.2em;
  text-align: right;
}

#cc-main.cc--rtl .pm__table-td {
  padding-left: unset;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__table-td:before {
  padding-left: 2em;
  padding-right: unset;
}

#cc-main.cc--rtl .pm__btn + .pm__btn, #cc-main.cc--rtl .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .pm--flip .pm__btn + .pm__btn, #cc-main.cc--rtl .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn + .pm__btn, #cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  #cc-main .pm {
    border-radius: 0;
    bottom: 0;
    height: auto;
    left: 0;
    max-height: 100%;
    max-width: none !important;
    right: 0;
    top: 0;
    transform: translateY(1.6em);
  }
  #cc-main .pm__body, #cc-main .pm__footer, #cc-main .pm__header {
    padding: 0.9em !important;
  }
  #cc-main .pm__badge {
    display: none;
  }
  #cc-main .pm__section-table, #cc-main .pm__table-body, #cc-main .pm__table-caption, #cc-main .pm__table-td, #cc-main .pm__table-th, #cc-main .pm__table-tr {
    display: block;
  }
  #cc-main .pm__table-head {
    display: none;
  }
  #cc-main .pm__table-tr:not(:last-child) {
    border-bottom: 1px solid var(--cc-separator-border-color);
  }
  #cc-main .pm__table-td {
    display: flex;
    justify-content: space-between;
  }
  #cc-main .pm__table-td:before {
    color: var(--cc-primary-color);
    content: attr(data-column);
    flex: 1;
    font-weight: 600;
    min-width: 100px;
    overflow: hidden;
    padding-right: 2em;
    text-overflow: ellipsis;
  }
  #cc-main .pm__table-td > div {
    flex: 3;
  }
  #cc-main .pm__btn-group, #cc-main .pm__footer {
    flex-direction: column !important;
  }
  #cc-main .pm__btn-group {
    display: flex !important;
  }
  #cc-main .pm__btn + .pm__btn, #cc-main .pm__btn-group + .pm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .pm--flip .pm__btn + .pm__btn, #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .pm--flip .pm__btn-group, #cc-main .pm--flip .pm__footer {
    flex-direction: column-reverse !important;
  }
  .show--preferences #cc-main .cc--anim .pm {
    transform: translateY(0) !important;
  }
}
#cc-main {
  --cc-font-family: "Inter", sans-serif;
  --cc-modal-border-radius: .5rem;
  --cc-btn-border-radius: .4rem;
  --cc-modal-transition-duration: .25s;
  --cc-link-color: var(--cc-btn-primary-bg);
  --cc-modal-margin: 1rem;
  --cc-z-index: 2147483647;
  --cc-bg: #fff;
  --cc-primary-color: #C3102E;
  --cc-secondary-color: #5e6266;
  --cc-btn-primary-bg: #C3102E;
  --cc-btn-primary-color: #fff;
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #780418;
  --cc-btn-primary-hover-color: #fff;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #d4dae0;
  --cc-btn-secondary-hover-color: #000;
  --cc-btn-secondary-hover-border-color: #d4dae0;
  --cc-separator-border-color: #f0f4f7;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #ffdcd8;
  --cc-toggle-on-knob-bg: #fff;
  --cc-toggle-off-knob-bg: var(--cc-toggle-on-knob-bg);
  --cc-toggle-enabled-icon-color: var(--cc-bg);
  --cc-toggle-disabled-icon-color: var(--cc-bg);
  --cc-toggle-readonly-bg: #ffbcb1;
  --cc-toggle-readonly-knob-bg: #fff;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: var(--cc-cookie-category-block-bg);
  --cc-cookie-category-block-bg: #fbedec;
  --cc-cookie-category-block-border: #fbedec;
  --cc-cookie-category-block-hover-bg: #fbe2de;
  --cc-cookie-category-block-hover-border: #fbe2de;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: #ffdcd8;
  --cc-overlay-bg: rgba(0, 0, 0, .65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: var(--cc-btn-secondary-bg);
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #ffdcd8;
  --cc-pm-toggle-border-radius: 4em;
}

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