@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
body {
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 150%; }

p {
  line-height: unset; }
  p.text-align-left {
    text-align: left; }
  p.text-align-center {
    text-align: center; }
  p.text-align-right {
    text-align: right; }
  p.text-align-justify {
    text-align: justify; }

a {
  color: #BF2637;
  text-decoration: none; }
  @media (min-width: 992px) {
    a {
      -webkit-transition: 150ms ease-in-out;
      -moz-transition: 150ms ease-in-out;
      -o-transition: 150ms ease-in-out;
      transition: 150ms ease-in-out; }
      a:hover {
        color: #191919;
        text-decoration: none; } }
  .btn-wrapper a, .js-pager__items.pager a {
    font-weight: 700;
    background: #BF2637;
    color: #ffffff; }
    @media (min-width: 992px) {
      .btn-wrapper a:hover, .js-pager__items.pager a:hover {
        background: #191919; } }

b, strong {
  font-weight: 700; }

ul.primary-menu li {
  list-style: none !important; }
ul.primary-menu .menu-item--expanded {
  list-style-type: circle;
  list-style-image: url(../../images/misc/menu-expanded.png); }

img {
  max-width: 100%;
  height: auto !important; }

.messages__wrapper {
  margin-top: 20px; }
  .front .messages__wrapper {
    display: none !important; }
  .messages__wrapper .placeholder {
    cursor: text;
    background-color: unset;
    opacity: 1; }

em.placeholder {
  min-height: 10px;
  vertical-align: unset;
  cursor: default;
  background: none !important;
  opacity: 1;
  font-style: normal; }

ul.menu,
ul.primary-menu,
.js-pager__items.pager {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.menu li,
  ul.primary-menu li,
  .js-pager__items.pager li {
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-type: none;
    list-style: none; }
    ul.menu li:before,
    ul.primary-menu li:before,
    .js-pager__items.pager li:before {
      display: none; }

.js-pager__items.pager {
  text-align: center;
  padding-top: 20px; }

blockquote {
  background: #F6F9FF;
  padding: 20px;
  font-style: italic;
  font-size: 18px; }

/*** Tabs ***/
#block-synklad-zalozky {
  padding: 0; }
  #block-synklad-zalozky ul {
    border-bottom: none;
    margin: 15px 2px;
    padding: 0;
    text-align: left; }
    #block-synklad-zalozky ul li {
      display: inline-block;
      margin: 0 -2px !important;
      padding: 2px !important; }
      #block-synklad-zalozky ul li:before {
        display: none; }
      #block-synklad-zalozky ul li a {
        color: #ffffff;
        font-size: 17px;
        background: #191919;
        border: none;
        padding: 5px 15px;
        display: block;
        text-decoration: none; }
        @media (min-width: 768px) {
          #block-synklad-zalozky ul li a:hover {
            background: #BF2637; } }
        #block-synklad-zalozky ul li a.is-active {
          background: #BF2637; }

.page-node-3 #block-synklad-zalozky ul {
  text-align: center; }

/*** Tables ***/
@media (max-width: 1199px) {
  .table-wrapper {
    max-width: 100%;
    height: auto;
    overflow: auto; } }
table {
  padding: 0;
  border: 0;
  width: 100% !important;
  margin: 0 0 40px 0; }
  @media (max-width: 767px) {
    table {
      min-width: 500px; } }
  table th,
  table td {
    padding: 12px 15px;
    text-align: left; }
  table th {
    background: #BF2637;
    color: #ffffff; }
  table tbody tr:nth-of-type(2n) {
    background: rgba(0, 0, 0, 0.05); }
  table p {
    padding: 0;
    margin: 0; }

/*** Maps ***/
.map {
  padding-top: 50px; }
  .map iframe {
    display: block;
    height: 350px;
    width: 100%;
    border-radius: 1.5rem; }

/*** Admin bar ***/
footer#footer.admin {
  margin-bottom: 34px; }

.admin-bar {
  margin-bottom: 0;
  border-bottom: none;
  background: #000000;
  padding: 2px 0;
  z-index: 20000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }
  .admin-bar a {
    border: none;
    text-decoration: none; }
  .admin-bar .collapse {
    display: block !important; }
  .admin-bar .menu {
    border: none;
    font-size: 16px;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%; }
    .admin-bar .menu li {
      display: inline-block;
      margin: 0 10px;
      padding: 5px 0; }
      .admin-bar .menu li:before {
        display: none; }
      .admin-bar .menu li a {
        color: #ffffff;
        font-weight: 700; }

.order-6 {
  order: 6; }

/*** Slick ***/
.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  .slick-dots li {
    display: inline-block;
    padding: 5px;
    margin: 0;
    line-height: 10px; }
    .slick-dots li button {
      padding: 0;
      margin: 0;
      text-indent: -999em;
      border: none;
      height: 10px;
      width: 10px;
      background: #000000;
      border-radius: 50%;
      line-height: 100%;
      cursor: pointer;
      -webkit-transition: 150ms ease-in-out;
      -moz-transition: 150ms ease-in-out;
      -o-transition: 150ms ease-in-out;
      transition: 150ms ease-in-out; }
    .slick-dots li.slick-active button {
      background: #BF2637; }

.slick-arrow {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 20px;
  background: none;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #BF2637;
  border-right: 0;
  border-top: 0;
  padding: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -10px; }
  .slick-arrow.slick-next {
    right: 20px;
    left: auto;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }

body {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #191919;
  overflow-x: hidden; }
  body:after {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/background.jpg) no-repeat;
    background-size: cover;
    z-index: -1; }

@media (max-width: 1399px) {
  html {
    font-size: 14px; } }
@media (max-width: 767px) {
  html {
    font-size: 16px; } }

p {
  line-height: 150%; }

a {
  color: #BF2637; }

@media (max-width: 991px) {
  .container {
    padding: 0 1.25rem;
    max-width: 100%; } }

.container-fluid {
  padding: 0 2rem; }

.text-color--1 {
  color: #BF2637 !important; }
.text-color--2 {
  color: #00A4DB !important; }
.text-color--3 {
  color: #F6F9FF !important; }
.text-color--4 {
  color: #523001 !important; }
.text-color--5 {
  color: #191919 !important; }
.text-color--6 {
  color: #0F4421 !important; }
.text-color--7 {
  color: #ffffff !important; }
.text-color--8 {
  color: #F1F5E8 !important; }
.text-color--9 {
  color: #C3C3C3 !important; }
.text-color--10 {
  color: #000000 !important; }
.text-color--11 {
  color: rgba(0, 164, 219, 0.25) !important; }
.text-color--12 {
  color: #5EAB53 !important; }
.text-color--primary {
  color: #FFFFFF !important; }
.text-color--secondary {
  color: #B3B3B3 !important; }
.text-color--tertiary {
  color: #000000 !important; }
.text-color--quaternary {
  color: #0D0D0D !important; }
.text-color--quinary {
  color: #1B1B1B !important; }
.text-color--senary {
  color: #8C8C8C !important; }

.bg-color--1 {
  background-color: #BF2637 !important; }
.bg-color--2 {
  background-color: #00A4DB !important; }
.bg-color--3 {
  background-color: #F6F9FF !important; }
.bg-color--4 {
  background-color: #523001 !important; }
.bg-color--5 {
  background-color: #191919 !important; }
.bg-color--6 {
  background-color: #0F4421 !important; }
.bg-color--7 {
  background-color: #ffffff !important; }
.bg-color--8 {
  background-color: #F1F5E8 !important; }
.bg-color--9 {
  background-color: #C3C3C3 !important; }
.bg-color--10 {
  background-color: #000000 !important; }
.bg-color--11 {
  background-color: rgba(0, 164, 219, 0.25) !important; }
.bg-color--12 {
  background-color: #5EAB53 !important; }
.bg-color--primary {
  background-color: #FFFFFF !important; }
.bg-color--secondary {
  background-color: #B3B3B3 !important; }
.bg-color--tertiary {
  background-color: #000000 !important; }
.bg-color--quaternary {
  background-color: #0D0D0D !important; }
.bg-color--quinary {
  background-color: #1B1B1B !important; }
.bg-color--senary {
  background-color: #8C8C8C !important; }

img {
  max-width: 100%; }

.gallery img {
  border-radius: 20px; }

#templates-list {
  background: #006EFF;
  padding: 0.625rem 0.9375rem 1.25rem;
  position: fixed;
  top: 100px;
  left: -190px;
  z-index: 9999;
  display: block;
  width: 200px; }
  @media (max-width: 991px) {
    #templates-list {
      display: none; } }
  #templates-list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #templates-list ul li {
      margin-bottom: 0; }
      #templates-list ul li h3 {
        color: #0F4421;
        line-height: 22px;
        font-weight: 700;
        margin: 0.625rem 0 0.5rem;
        font-size: 1rem; }
      #templates-list ul li a {
        line-height: 1rem;
        display: block;
        font-weight: 500;
        padding: 0.3125rem 0;
        font-size: 0.75rem;
        color: #0F4421; }
        #templates-list ul li a:hover {
          text-decoration: underline; }

.select2-container {
  font-size: 0.875rem; }
  .select2-container .select2-selection--single {
    background: #FFFFFF;
    border: 0.5px solid #A9ACAE;
    border-radius: 0.25rem;
    height: 36px; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      padding-left: 0.625rem;
      line-height: 36px;
      overflow: visible; }
    .select2-container .select2-selection--single .select2-selection__arrow {
      height: 36px; }

.section {
  margin: 7.5rem 0; }
  .section--small {
    margin: 5rem 0; }
    @media (max-width: 991px) {
      .section--small {
        margin: 2.5rem 0; } }
    @media (max-width: 575px) {
      .section--small {
        margin: 3rem 0; } }
  .section--normal {
    margin: 7.5rem 0; }
    @media (max-width: 991px) {
      .section--normal {
        margin: 5rem 0; } }
    @media (max-width: 575px) {
      .section--normal {
        margin: 4rem 0; } }
  .section--big {
    margin: 10rem 0; }
    @media (max-width: 991px) {
      .section--big {
        margin: 4rem 0; } }
    @media (max-width: 575px) {
      .section--big {
        margin: 3rem 0; } }

@media (max-width: 991px) {
  video {
    width: 100%;
    height: auto; } }

.video-wrap {
  max-width: 100%;
  padding-top: 56.25%;
  position: relative;
  width: 100%; }
  .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.section-img-right {
  position: relative; }
  .section-img-right .info-block {
    position: absolute;
    padding: 1.5rem 2.5rem; }
    @media (max-width: 991px) {
      .section-img-right .info-block {
        padding: 1rem 1.25rem; } }
  .section-img-right.info-top-right .info-block {
    top: 0;
    right: 0; }
    @media (max-width: 991px) {
      .section-img-right.info-top-right .info-block {
        left: 0;
        bottom: 0;
        top: auto;
        right: auto; } }

.icon-circle.normal {
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  background-image: url("../svg/icon_circle_small.svg");
  background-size: 2rem; }
  @media (max-width: 991px) {
    .icon-circle.normal {
      flex: 0 0 1.5rem;
      width: 1.5rem;
      height: 1.5rem;
      background-size: 1.5rem; } }
.icon-circle.big {
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  background-image: url("../svg/icon_circle.svg");
  background-size: 2rem; }
  @media (max-width: 991px) {
    .icon-circle.big {
      flex: 0 0 1.5rem;
      width: 1.5rem;
      height: 1.5rem;
      background-size: 1.5rem; } }

.heading.with-icon {
  display: inline-flex;
  align-items: center; }
  .heading.with-icon .icon-circle {
    margin-right: 1rem; }

.icon-mail {
  background-image: url("../svg/icon_mail.svg");
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: middle; }

.icon-phone {
  background-image: url("../svg/icon_phone.svg");
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: middle; }

.icon-search {
  background-image: url("../svg/icon_search.svg");
  background-size: 1.3125rem 1.25rem;
  background-repeat: no-repeat;
  width: 1.3125rem;
  height: 1.25rem;
  display: inline-block;
  vertical-align: middle; }

.badges-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem; }

.badge {
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1rem;
  border-radius: 1.5rem; }
  .badge:after {
    display: none; }
  @media (max-width: 991px) {
    .badge {
      letter-spacing: 1px; } }
  .badge.badge--1 {
    color: #FFFFFF;
    background-color: #8BBD30; }
  .badge.badge--2 {
    color: #F6F9FF;
    background-color: rgba(0, 164, 219, 0.4); }
    .badge.badge--2:hover {
      background-color: #00A4DB; }
  .badge.badge--3 {
    color: #ffffff;
    background: #F6F9FF; }
  .badge.badge--4 {
    color: #F1F5E8;
    background: rgba(52, 168, 83, 0.1); }
  .badge.badge--5 {
    color: #F1F5E8;
    background: rgba(151, 71, 255, 0.1); }
  .badge.badge--6 {
    color: #F1F5E8;
    background: rgba(255, 153, 0, 0.1); }
  .badge.badge--7 {
    color: #F1F5E8;
    background: #191919; }

.short-separator {
  background-color: #BF2637;
  width: 2.5rem;
  height: 0.25rem;
  display: block;
  margin: 2.5rem 0; }

.mb-20 {
  margin-bottom: 2rem !important; }
  @media (max-width: 767px) {
    .mb-20 {
      margin-bottom: 1.5rem !important; } }

.mb-40 {
  margin-bottom: 2.5rem !important; }
  @media (max-width: 767px) {
    .mb-40 {
      margin-bottom: 2rem !important; } }

.mb-50 {
  margin-bottom: 4rem !important; }
  @media (max-width: 991px) {
    .mb-50 {
      margin-bottom: 3rem !important; } }
  @media (max-width: 767px) {
    .mb-50 {
      margin-bottom: 3rem !important; } }

.mb-80 {
  margin-bottom: 5rem !important; }
  @media (max-width: 991px) {
    .mb-80 {
      margin-bottom: 3rem !important; } }

.mb-100 {
  margin-bottom: 10rem !important; }
  @media (max-width: 991px) {
    .mb-100 {
      margin-bottom: 5rem !important; } }

.subpage-title-block {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0;
  background-color: rgba(6, 119, 255, 0.04); }
  .subpage-title-block .container {
    position: relative;
    z-index: 1; }
  .subpage-title-block nav {
    margin-bottom: 2.25rem; }
    @media (max-width: 767px) {
      .subpage-title-block nav {
        margin-bottom: 1.5rem; } }
  .subpage-title-block:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(245, 250, 255, 0) 0%, #F5FAFF 100%);
    z-index: 1; }
  .subpage-title-block:after {
    content: '';
    width: 58.9375rem;
    height: 39.25rem;
    top: 0;
    right: -5.8125rem;
    z-index: 0;
    position: absolute;
    background-size: initial;
    background-repeat: no-repeat;
    background-image: url("../svg/subpage_hero_svg.svg"); }
    @media (max-width: 991px) {
      .subpage-title-block:after {
        display: none; } }

.subpage-content {
  padding: 5rem 0; }
  @media (max-width: 991px) {
    .subpage-content {
      padding: 4rem 0 3rem; } }
  @media (max-width: 767px) {
    .subpage-content {
      padding: 2.5rem 0; } }

hr {
  margin: 2rem 0;
  opacity: 1;
  border-top: 1px solid rgba(82, 48, 1, 0.2); }
  @media (max-width: 991px) {
    hr {
      margin: 1rem 0; } }

.message-block {
  display: inline-flex;
  padding-right: 1.875rem;
  align-items: center;
  background-color: rgba(0, 164, 219, 0.4); }
  @media (max-width: 991px) {
    .message-block {
      padding-right: 0.75rem; }
      .message-block .heading--4 {
        font-size: 0.875rem; }
      .message-block .btn {
        padding: 0.625rem 1.25rem;
        font-size: 0.75rem; } }
  .message-block .message-block--icon {
    background-color: #BF2637;
    flex: 0 0 6.25rem;
    width: 6.25rem;
    height: 6.25rem;
    margin-right: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 991px) {
      .message-block .message-block--icon {
        flex: 0 0 3.5rem;
        width: 3.5rem;
        height: 3.5rem; }
        .message-block .message-block--icon img {
          width: 2rem; } }
  .message-block--small {
    display: inline-flex;
    padding-right: 4rem; }
    @media (max-width: 991px) {
      .message-block--small .heading--5 {
        font-size: 0.875rem; } }
    .message-block--small .message-block--icon {
      flex: 0 0 3.75rem;
      width: 3.75rem;
      height: 3.75rem; }
      @media (max-width: 991px) {
        .message-block--small .message-block--icon {
          flex: 0 0 3.5rem;
          width: 3.5rem;
          height: 3.5rem; } }
      .message-block--small .message-block--icon img {
        width: 2rem; }

.inner-wrap {
  padding-left: 7rem;
  padding-right: 7rem; }
  @media (max-width: 1399px) {
    .inner-wrap {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media (max-width: 991px) {
    .inner-wrap {
      padding-left: 0;
      padding-right: 0; } }

@media (max-width: 991px) {
  .container.inner-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

.info-block {
  background-color: #00A4DB;
  padding: 2rem 2.5rem;
  display: inline-block; }
  @media (max-width: 991px) {
    .info-block {
      padding: 1rem 1rem; }
      .info-block .heading {
        font-size: 1rem; } }

.separator {
  height: 5rem; }

.circle-number {
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -2.25rem; }
  @media (max-width: 767px) {
    .circle-number {
      width: 4rem;
      height: 4rem; }
      .circle-number .paragraph--biggest {
        font-size: 2rem; } }
  .circle-number:before {
    content: '';
    background-image: url("../svg/icon_star.svg");
    background-size: 6.25rem;
    background-repeat: no-repeat;
    width: 6.25rem;
    height: 6.25rem;
    position: absolute;
    opacity: 0.3; }
    @media (max-width: 767px) {
      .circle-number:before {
        width: 4rem;
        height: 4rem;
        background-size: 4rem; } }

.irs--round .irs-line {
  height: 2px;
  top: 2rem;
  background-color: #d8d8d8; }
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single,
.irs--round .irs-min,
.irs--round .irs-max {
  background-color: transparent;
  color: #F6F9FF;
  font-size: 0.9375rem;
  line-height: 140%;
  letter-spacing: 0.33272085px; }
  .irs--round .irs-from:before,
  .irs--round .irs-to:before,
  .irs--round .irs-single:before,
  .irs--round .irs-min:before,
  .irs--round .irs-max:before {
    display: none; }
.irs--round .irs-single {
  top: 50px; }
.irs--round .irs-min,
.irs--round .irs-max {
  display: none; }
.irs--round .irs-bar {
  background-color: #d8d8d8;
  height: 2px;
  top: 2rem; }
.irs--round .irs-handle {
  top: 21px;
  width: 1.375rem;
  height: 1.375rem;
  box-shadow: 0 0 0 1px #d8d8d8;
  border: 4px solid #fff4e1;
  background-color: #F6F9FF; }
  .irs--round .irs-handle:hover {
    background-color: #F6F9FF; }

.table thead {
  vertical-align: top; }
  .table thead th {
    color: #FFFFFF;
    padding: 1rem 0 2rem;
    border-bottom-color: #FFFFFF; }
    @media (max-width: 991px) {
      .table thead th {
        padding: 0.875rem 0.5rem 1.5rem;
        font-size: 0.75rem;
        line-height: 120%; } }
.table tbody td, .table tbody th {
  color: #FFFFFF;
  padding: 1.125rem 0;
  font-weight: 400; }
  @media (max-width: 991px) {
    .table tbody td, .table tbody th {
      padding: 0.875rem 0.5rem;
      font-size: 0.75rem;
      line-height: 120%; } }

@media (max-width: 991px) {
  .page-wrap {
    overflow-x: hidden; } }

.table-scroll-legend {
  margin-top: 2rem;
  border-radius: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(246, 249, 255, 0.5);
  padding: 0.75rem 1.25rem; }
  .table-scroll-legend img {
    width: 1rem;
    height: auto;
    margin-right: 1rem; }

.logos img {
  border-radius: 12px; }

.font-headline {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.4375rem;
  position: relative;
  font-style: italic;
  white-space: nowrap; }
  .font-headline:after {
    content: '';
    position: absolute;
    bottom: -0.875rem;
    left: -1rem;
    width: calc(100% + 2rem);
    height: 2.125rem;
    background-image: url("../svg/headline_bottom.svg");
    z-index: -1;
    transform: rotate(-2.715deg); }

.heading {
  transition: all 0.3s ease-in-out;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  padding: 0;
  /* span{
       position: relative;
       &:after{
           content: '';
           position: absolute;
           z-index: -1;
           bottom: 0.25rem;
           left: -0.4rem;
           width: calc(100% + 0.8rem);
           height: 0.5rem;
           border-radius: 0.625rem;
           background: $color_1;
       }
   }*/ }
  .heading--0 {
    font-size: 5.25rem;
    font-weight: 700;
    line-height: 120%; }
    @media (max-width: 991px) {
      .heading--0 {
        font-size: 3.25rem; } }
  .heading--img {
    margin-bottom: 7rem;
    position: relative; }
    @media (max-width: 1399px) {
      .heading--img {
        margin-bottom: 5rem; } }
    @media (max-width: 1199px) {
      .heading--img {
        margin-bottom: 5rem; } }
    @media (max-width: 991px) {
      .heading--img {
        margin-bottom: 4rem; } }
    @media (max-width: 767px) {
      .heading--img {
        margin-bottom: 3rem; } }
    .heading--img img {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 17rem; }
      @media (max-width: 1399px) {
        .heading--img img {
          width: 15rem; } }
      @media (max-width: 1199px) {
        .heading--img img {
          width: 12rem; } }
      @media (max-width: 991px) {
        .heading--img img {
          width: 9rem; } }
      @media (max-width: 767px) {
        .heading--img img {
          width: 6rem;
          position: initial;
          display: block;
          margin: 0 auto 1rem;
          transform: none; } }
  .heading--15 {
    font-size: 4rem;
    line-height: 100%;
    font-weight: 700; }
    .heading--15 span {
      font-size: 3.125rem; }
    @media (max-width: 991px) {
      .heading--15 {
        font-size: 2.875rem; } }
  .heading--1 {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 120%; }
    @media (max-width: 991px) {
      .heading--1 {
        font-size: 3rem; } }
  .heading--2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 100%; }
    @media (max-width: 991px) {
      .heading--2 {
        font-size: 1.75rem; } }
  .heading--3 {
    font-size: 2.25rem;
    line-height: 173.913%;
    font-weight: 700; }
    @media (max-width: 991px) {
      .heading--3 {
        font-size: 1.5rem; } }
  .heading--45 {
    font-size: 1.875rem;
    line-height: 130%;
    font-weight: 700; }
    @media (max-width: 991px) {
      .heading--45 {
        font-size: 1.25rem; } }
  .heading--4 {
    font-size: 1.625rem;
    line-height: 160%;
    font-weight: 700; }
    @media (max-width: 991px) {
      .heading--4 {
        font-size: 1.125rem; } }
  .heading--5 {
    font-size: 1.375rem;
    line-height: 147%; }
    @media (max-width: 991px) {
      .heading--5 {
        font-size: 1.125rem; } }
  .heading--6 {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 147%; }
    @media (max-width: 991px) {
      .heading--6 {
        font-size: 1.25rem; } }
  .heading--7 {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 147%; }
    @media (max-width: 991px) {
      .heading--7 {
        font-size: 1rem; } }

.heading--outer {
  position: relative; }
  .heading--outer span {
    color: rgba(0, 0, 0, 0.02);
    font-size: 7.75rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center; }

.paragraph {
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out; }
  .paragraph--biggest {
    font-size: 2.125rem;
    line-height: 130%; }
    @media (max-width: 991px) {
      .paragraph--biggest {
        font-size: 1.875rem; } }
  .paragraph--bigger {
    font-size: 1.875rem;
    line-height: 130%; }
    @media (max-width: 991px) {
      .paragraph--bigger {
        font-size: 1.575rem; } }
  .paragraph--medium {
    font-size: 1.5rem;
    line-height: 140%; }
    @media (max-width: 991px) {
      .paragraph--medium {
        font-size: 1.25rem; } }
  .paragraph--big {
    font-size: 1.25rem;
    line-height: 140%; }
    @media (max-width: 991px) {
      .paragraph--big {
        font-size: 1.125rem; } }
  .paragraph--normal {
    font-size: 1.125rem;
    line-height: 180%; }
    @media (max-width: 991px) {
      .paragraph--normal {
        font-size: 1rem; } }
  .paragraph--base {
    font-size: 1rem;
    line-height: 150%; }
    @media (max-width: 991px) {
      .paragraph--base {
        font-size: 0.875rem; } }
  .paragraph--small {
    font-size: 0.875rem;
    line-height: 150%; }
    @media (max-width: 991px) {
      .paragraph--small {
        font-size: 0.875rem; } }
  .paragraph--smaller {
    font-size: 0.8125rem; }
    @media (max-width: 991px) {
      .paragraph--smaller {
        font-size: 0.875rem; } }
  .paragraph--smallest {
    font-size: 0.75rem;
    line-height: 200%; }
    @media (max-width: 991px) {
      .paragraph--smallest {
        font-size: 0.625rem; } }
  .paragraph--subtitle {
    font-size: 0.75rem;
    line-height: 200%; }
    @media (max-width: 991px) {
      .paragraph--subtitle {
        font-size: 0.625rem; } }
  .paragraph strong {
    font-weight: 700; }
  .paragraph a {
    color: #BF2637;
    text-decoration: none; }
    .paragraph a:hover {
      text-decoration: underline; }

#head-title {
  padding: 40px 0 50px 0; }
  #head-title h1 {
    margin: 0;
    border-radius: 1.5rem;
    padding: 30px;
    background: linear-gradient(101.83deg, #BF2637 0%, #720814 100%);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700; }

.page-type-page #content {
  line-height: 160%;
  font-size: 1.1rem; }
  @media (min-width: 992px) {
    .page-type-page #content {
      font-size: 1.25rem; } }
  .page-type-page #content .page-content-wrapper {
    padding: 0 30px 50px 30px; }
  .page-type-page #content h1, .page-type-page #content h2, .page-type-page #content h3, .page-type-page #content h4, .page-type-page #content h5, .page-type-page #content h6,
  .page-type-page #content .h1, .page-type-page #content .h2, .page-type-page #content .h3, .page-type-page #content .h4, .page-type-page #content .h5, .page-type-page #content .h6 {
    font-weight: 700;
    line-height: 120%;
    padding: 30px 0;
    margin: 0; }
  .page-type-page #content h1, .page-type-page #content .h1 {
    font-size: 34px;
    color: #BF2637; }
    @media (min-width: 992px) {
      .page-type-page #content h1, .page-type-page #content .h1 {
        font-size: 42px; } }
  .page-type-page #content h2, .page-type-page #content .h2 {
    font-size: 30px; }
    @media (min-width: 992px) {
      .page-type-page #content h2, .page-type-page #content .h2 {
        font-size: 34px; } }
  .page-type-page #content h3, .page-type-page #content .h3 {
    font-size: 26px;
    color: #BF2637; }
    @media (min-width: 992px) {
      .page-type-page #content h3, .page-type-page #content .h3 {
        font-size: 32px; } }
  .page-type-page #content h4, .page-type-page #content .h4 {
    font-size: 24px; }
    @media (min-width: 992px) {
      .page-type-page #content h4, .page-type-page #content .h4 {
        font-size: 30px; } }
  .page-type-page #content h5, .page-type-page #content .h5 {
    font-size: 22px;
    color: #BF2637; }
    @media (min-width: 992px) {
      .page-type-page #content h5, .page-type-page #content .h5 {
        font-size: 28px; } }
  .page-type-page #content h6, .page-type-page #content .h6 {
    font-size: 20px; }
    @media (min-width: 992px) {
      .page-type-page #content h6, .page-type-page #content .h6 {
        font-size: 24px; } }
  .page-type-page #content p {
    margin: 0;
    padding: 0 0 30px 0;
    line-height: inherit; }

header {
  padding: 1.75rem 0;
  position: sticky;
  z-index: 11;
  top: 0;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  background-color: #ffffff; }
  header .header-language {
    color: #BF2637;
    padding: 0.25rem 1.25rem 0.25rem 0.5rem;
    font-weight: 700;
    font-size: 0.8125rem;
    background-size: 0.75rem;
    background-repeat: no-repeat;
    background-position: 100% center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23BF2637' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important; }
  header .header-link {
    cursor: pointer; }
    header .header-link:hover {
      color: #BF2637 !important; }
  header .container {
    position: relative;
    z-index: 13; }
  header.scrolled {
    z-index: 12; }
    @media (min-width: 992px) {
      header.scrolled {
        padding: 1.25rem 0; } }
    header.scrolled .menu-wrap {
      border-bottom: 0; }
  header > .row {
    height: 100%; }
    header > .row > div {
      height: 100%; }
  header a {
    text-decoration: none; }
  @media (max-width: 991px) {
    header.scrolled .menu-wrap {
      height: 100vh;
      top: 0; } }
  @media (max-width: 991px) {
    header {
      background-color: #ffffff;
      z-index: 12;
      padding: 1rem 0;
      transition: none; }
      header .container > .row {
        justify-content: space-between; } }
  header .header-logo {
    position: relative;
    z-index: 1; }
    header .header-logo img {
      height: 3rem;
      transition: all 0.2s ease-in-out; }
      @media (max-width: 991px) {
        header .header-logo img {
          height: 2.5rem; } }
      @media (max-width: 575px) {
        header .header-logo img {
          height: 2.25rem; } }

.menu-wrap {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 991px) {
    .menu-wrap {
      background-color: #ffffff;
      padding: 0 1.25rem;
      width: 100vw;
      height: 100vh;
      top: 0;
      position: fixed;
      transition: all 0.3s ease-in-out;
      left: -100%;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .menu-wrap.active {
        left: 0; } }

.navTrigger {
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 16px;
  height: 18px; }
  .navTrigger i {
    background-color: #191919;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 2px; }
    @media (max-width: 991px) {
      .navTrigger i {
        overflow-x: hidden; } }
  .navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse; }
  .navTrigger i:nth-child(2) {
    margin: 4px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse; }
  .navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse; }
  .navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards; }
  .navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards; }
  .navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards; }

@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }
@keyframes inM {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }
@keyframes outM {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(6px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(6px) rotate(135deg); } }
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(6px) rotate(0deg); }
  100% {
    transform: translateY(6px) rotate(135deg); } }
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(6px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(6px) rotate(135deg); } }
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(6px) rotate(0deg); }
  100% {
    transform: translateY(6px) rotate(135deg); } }
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-6px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-6px) rotate(135deg); } }
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-6px) rotate(0deg); }
  100% {
    transform: translateY(-6px) rotate(135deg); } }
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-6px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-6px) rotate(135deg); } }
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-6px) rotate(0deg); }
  100% {
    transform: translateY(-6px) rotate(135deg); } }
footer {
  padding: 2.5rem 0; }
  footer a:hover {
    text-decoration: none; }

.primary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  gap: 3rem;
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (max-width: 1399px) {
    .primary-menu {
      gap: 2.5rem; } }
  @media (max-width: 1199px) {
    .primary-menu {
      gap: 2rem; } }
  @media (max-width: 991px) {
    .primary-menu {
      justify-content: center;
      margin-bottom: 0;
      height: auto;
      flex-direction: column;
      gap: 3rem; }
      .primary-menu .header-logo {
        display: none; } }
  @media (max-width: 575px) {
    .primary-menu {
      gap: 2rem; } }
  @media (max-width: 991px) {
    .primary-menu li {
      flex: 0 0 auto; } }
  .primary-menu li a {
    padding: 0;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    color: #191919;
    text-decoration: none;
    transition: all 0.3s ease-in-out; }
    .primary-menu li a:after {
      content: '';
      position: absolute;
      transition: all 0.3s ease-in-out;
      width: 100%;
      height: 3px;
      background-color: #BF2637;
      bottom: -0.5rem;
      left: 0;
      opacity: 0;
      visibility: hidden; }
    @media (max-width: 991px) {
      .primary-menu li a {
        font-size: 1.25rem; } }
    @media (max-width: 575px) {
      .primary-menu li a {
        font-size: 1rem; } }
    .primary-menu li a:hover {
      color: #191919; }
      .primary-menu li a:hover:after {
        opacity: 1;
        visibility: visible; }
    .primary-menu li a.active {
      color: #191919; }
      .primary-menu li a.active:after {
        opacity: 1;
        visibility: visible; }

.btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  transform: scale(1);
  border-radius: 0;
  font-family: "Space Grotesk", sans-serif;
  border: 0;
  border-radius: 0;
  transition: all 0.2s ease-in-out; }
  @media (max-width: 767px) {
    .btn {
      /* width: 100%;
       justify-content: center;*/ } }
  .btn--custom {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../svg/btn_custom_vector.svg");
    color: #523001;
    font-weight: 700;
    font-size: 1.625rem;
    border-radius: 1.25rem;
    line-height: 100%;
    padding: 1.25rem 6rem; }
    @media (max-width: 767px) {
      .btn--custom {
        font-size: 1.375rem; } }
    @media (max-width: 575px) {
      .btn--custom {
        padding: 1.25rem 2rem; } }
    .btn--custom:hover {
      color: #523001; }
  .btn--big {
    font-weight: 700;
    font-size: 1.625rem;
    border-radius: 1.25rem;
    line-height: 100%;
    padding: 1.125rem 2.75rem; }
    @media (max-width: 767px) {
      .btn--big {
        font-size: 1.375rem; } }
  .btn--normal {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 130%;
    padding: 0.875rem 3rem; }
    @media (max-width: 767px) {
      .btn--normal {
        font-size: 1rem; } }
  .btn--small {
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: normal;
    padding: 0.375rem 1.125rem; }
    @media (max-width: 767px) {
      .btn--small {
        font-size: 1rem; } }
  .btn--link {
    border-radius: 0.625rem;
    padding: 0.875rem 1rem;
    font-weight: 700;
    font-size: 1.25rem; }
    .btn--link:hover {
      box-shadow: 0 0 1.25rem rgba(183, 20, 20, 0.4);
      transform: scale(1.05); }
    .btn--link .icon-style {
      margin-left: 0.25rem; }
    .btn--link--white {
      color: #ffffff; }
      .btn--link--white:hover {
        color: #ffffff; }
    .btn--link--red {
      color: #BF2637; }
      .btn--link--red:hover {
        color: #BF2637; }
  .btn--primary {
    border-radius: 0.625rem;
    background: linear-gradient(91.86deg, #BF2637 0%, #8D0D1B 100%);
    color: #ffffff; }
    .btn--primary:hover {
      background: linear-gradient(91.86deg, #BF2637 0%, #8D0D1B 100%);
      color: #ffffff;
      box-shadow: 0 0 1.25rem rgba(183, 20, 20, 0.4);
      transform: scale(1.05); }
  .btn--secondary {
    background-color: #00A4DB;
    color: #ffffff; }
    .btn--secondary:hover {
      background-color: rgba(0, 164, 219, 0.8);
      color: #ffffff;
      box-shadow: 0 0 1.25rem rgba(183, 20, 20, 0.4);
      transform: scale(1.05); }
  .btn--tertiary {
    background-color: #ffffff;
    color: #BF2637; }
    .btn--tertiary:hover {
      background-color: #191919;
      color: #ffffff;
      box-shadow: 0 0 1.25rem rgba(183, 20, 20, 0.4);
      transform: scale(1.05); }

.webform-button--submit.button--primary {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 130%;
  padding: 0.875rem 3rem;
  transform: scale(1);
  font-family: "Space Grotesk", sans-serif;
  border: 0;
  transition: all 0.2s ease-in-out;
  border-radius: 0.625rem;
  background: linear-gradient(91.86deg, #BF2637 0%, #8D0D1B 100%);
  color: #ffffff; }
  .webform-button--submit.button--primary:hover {
    background: linear-gradient(91.86deg, #BF2637 0%, #8D0D1B 100%);
    color: #ffffff;
    box-shadow: 0 0 1.25rem rgba(183, 20, 20, 0.4);
    transform: scale(1.05); }

/*
* Icons styles
*/
.icon-style {
  display: inline-flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative; }

.icon-time {
  background-image: url("../svg/icon_time.svg");
  width: 3.75rem;
  height: 3.75rem; }
  @media (max-width: 767px) {
    .icon-time {
      width: 2.75rem;
      height: 2.75rem; } }

.icon-collapse {
  background-image: url("../svg/icon_collapse.svg");
  width: 3.125rem;
  height: 3.125rem; }
  @media (max-width: 767px) {
    .icon-collapse {
      width: 2.125rem;
      height: 2.125rem; } }

.icon-weather {
  background-image: url("../svg/icon_weather.svg");
  width: 4.063rem;
  height: 4.063rem; }
  @media (max-width: 767px) {
    .icon-weather {
      width: 3.063rem;
      height: 3.063rem; } }

.icon-helmet {
  background-image: url("../svg/icon_helmet.svg");
  width: 3.75rem;
  height: 3.75rem; }
  @media (max-width: 767px) {
    .icon-helmet {
      width: 2.75rem;
      height: 2.75rem; } }

.icon-arrow-up-right-white {
  background-image: url("../svg/icon_arrow-up-right-white.svg");
  width: 1.5rem;
  height: 1.5rem; }

.icon-arrow-up-right-red {
  background-image: url("../svg/icon_arrow-up-right-red.svg");
  width: 1.5rem;
  height: 1.5rem; }

.icon-check {
  background-image: url("../svg/icon_check.svg");
  width: 1.25rem;
  height: 1.25rem; }

.icon-mail {
  background-image: url("../svg/icon_mail.svg");
  width: 1.375rem;
  height: 1.375rem; }

.icon-phone {
  background-image: url("../svg/icon_phone.svg");
  width: 1.125rem;
  height: 1.125rem; }

.icon-phone-small {
  background-image: url("../svg/icon_phone_small.svg");
  width: 0.875rem;
  height: 0.875rem; }

.form-control {
  background-color: #ffffff;
  padding: 0.625rem 0.875rem;
  border: 1px solid #D7D7D7;
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 150%;
  color: #191919; }
  .form-control:focus {
    color: #191919;
    border: 1px solid #D7D7D7 !important;
    outline: none !important;
    box-shadow: none !important; }

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
  /* -webkit-text-fill-color: transparent !important;*/ }

.form-check {
  display: flex; }
  .form-check .form-check-input {
    margin-top: 0;
    margin-right: 0.875rem; }
    .form-check .form-check-input[type=checkbox] {
      cursor: pointer;
      border: 1px solid #D7D7D7;
      border-radius: 0.125rem !important;
      background-color: #ffffff;
      width: 1.25rem;
      height: 1.25rem; }
      .form-check .form-check-input[type=checkbox]:focus {
        outline: none;
        box-shadow: none; }
      .form-check .form-check-input[type=checkbox]:checked {
        background-color: #ffffff;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }
  .form-check .form-check-label {
    font-size: 1rem;
    line-height: normal; }

.form-select {
  font-family: "Space Grotesk", sans-serif;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  border: 0;
  background-position: right center;
  color: #989898;
  border-bottom: 2px solid #989898;
  border-radius: 0;
  background-color: transparent;
  font-size: 1.125rem;
  padding: 1rem 0; }
  .form-select:focus {
    outline: none;
    box-shadow: none; }
  @media (max-width: 991px) {
    .form-select {
      height: 3rem;
      font-size: 0.875rem;
      padding: 0.375rem 2.25rem 0.375rem 1rem;
      border: 1px solid #979797; } }
  .form-select option {
    color: #989898; }

textarea {
  height: auto !important; }

.accordion .accordion-item {
  background-color: transparent;
  border: 0; }
  .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 1rem;
    border: 0;
    border-bottom: 1px solid rgba(19, 20, 23, 0.2);
    font-weight: 500;
    background-color: transparent;
    padding: 1rem 0;
    border-radius: 0; }
    @media (max-width: 991px) {
      .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 0.875rem; } }
    .accordion .accordion-item .accordion-header .accordion-button:after {
      color: #FFFFFF; }
    .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
      color: #FFFFFF;
      box-shadow: none; }
  .accordion .accordion-item .accordion-collapse .accordion-body {
    font-size: 0.875rem;
    line-height: 150%;
    padding: 1.5rem 0; }
    @media (max-width: 991px) {
      .accordion .accordion-item .accordion-collapse .accordion-body {
        font-size: 0.75rem;
        line-height: 180%; } }

.nav-tabs {
  border: 0;
  background: #000000;
  position: relative;
  z-index: 1;
  border-radius: 3rem;
  padding: 0.75rem; }
  @media (max-width: 991px) {
    .nav-tabs {
      padding: 0.875rem;
      gap: 0;
      background: #000000;
      border-bottom: 0; } }
  .nav-tabs .nav-link {
    flex: 1;
    border-radius: 2rem;
    border: 0;
    background-color: transparent;
    padding: 0.5rem 1.25rem;
    font-size: 1.125rem;
    line-height: 150%;
    color: #e6e6e6; }
    @media (max-width: 991px) {
      .nav-tabs .nav-link {
        font-size: 0.875rem;
        text-align: center; } }
    .nav-tabs .nav-link.active {
      background-color: rgba(255, 255, 255, 0.25);
      color: #FFFFFF;
      border: 0; }

.breadcrumb {
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .breadcrumb {
      flex-wrap: nowrap;
      display: flex;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; } }
  .breadcrumb .breadcrumb-item {
    color: #444444;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 150%; }
    @media (max-width: 991px) {
      .breadcrumb .breadcrumb-item {
        flex: 0 0 auto; } }
    .breadcrumb .breadcrumb-item:before {
      color: #444444; }
    .breadcrumb .breadcrumb-item a {
      text-decoration: none;
      color: #9A9CA5; }
      .breadcrumb .breadcrumb-item a:hover {
        text-decoration: underline; }

.section-hp-hero {
  position: relative;
  bottom: -40px; }
  .section-hp-hero--inner {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    /*align-items: center;
    display: flex;
    height: 38.875rem;
    padding: 2rem 0 0 3rem;
    background-size: cover;
    background-image: url("../images/hp_hero_bg.png");
    @include respond-below(xxl){
        height: 35.875rem;
    }
    @include respond-below(xl){
        height: 31.875rem;
    }
    @include respond-below(lg){
        padding: 2rem 0 0 3rem;
        height: 27.875rem;
    }
    @include respond-below(md){
        height: auto;
        border-radius: 1rem;
        overflow: hidden;
        padding: 1rem 2rem 3rem;
        display: block;
        .row{
            width: auto !important;
        }
    }
    @include respond-below(md){
        text-align: center;
    }
    @include respond-below(sm){
        padding: 1rem 1.5rem;
    }*/ }
    @media (min-width: 768px) {
      .section-hp-hero--inner {
        border-radius: 1.5rem; } }
    .section-hp-hero--inner img {
      min-height: 400px;
      height: 50vh !important;
      object-fit: cover; }
      @media (min-width: 768px) {
        .section-hp-hero--inner img {
          min-height: 600px;
          height: 70vh !important; } }
    @media (min-width: 768px) {
      .section-hp-hero--inner .caption {
        position: absolute;
        bottom: 30px;
        right: 30px; } }
    .section-hp-hero--inner--left {
      padding: 30px;
      background: linear-gradient(101.83deg, #BF2637 0%, #720814 100%);
      border-radius: 0 0 1rem 1rem; }
      @media (max-width: 575px) {
        .section-hp-hero--inner--left {
          text-align: center; } }
      @media (max-width: 575px) {
        .section-hp-hero--inner--left .heading--1 {
          font-size: 2rem; }
        .section-hp-hero--inner--left .paragraph--big {
          font-size: 0.875rem; } }
      @media (min-width: 768px) {
        .section-hp-hero--inner--left {
          border-radius: 1.2rem; } }
      .section-hp-hero--inner--left .btn.btn--link {
        padding: 0;
        margin-top: 20px; }
    .section-hp-hero--inner--right {
      padding-top: 7rem; }
      @media (max-width: 1199px) {
        .section-hp-hero--inner--right {
          padding-top: 2rem; } }
      @media (max-width: 767px) {
        .section-hp-hero--inner--right {
          padding-top: 0; }
          .section-hp-hero--inner--right img {
            max-width: 12.75rem;
            margin: 0 auto;
            display: block; } }
      @media (max-width: 575px) {
        .section-hp-hero--inner--right {
          margin-bottom: 2rem; }
          .section-hp-hero--inner--right img {
            max-width: 12.75rem; } }

@media (max-width: 575px) {
  .section-benefits-row {
    margin: 0 -1rem; }
    .section-benefits-row > div {
      padding: 0 0.5rem; } }

.section-benefits--inner {
  overflow: hidden;
  padding: 4.5rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
  background-size: cover;
  background-image: url("../images/hp_benefits.png"); }
  @media (max-width: 1199px) {
    .section-benefits--inner {
      padding: 4.5rem 2.5rem 2.5rem; } }
  @media (max-width: 767px) {
    .section-benefits--inner {
      padding: 4rem 1.5rem;
      border-radius: 1rem; } }
  @media (max-width: 575px) {
    .section-benefits--inner {
      padding: 3rem 1.5rem 0; } }
  .section-benefits--inner--item {
    padding: 3.5rem 1rem 2.5rem;
    background-color: #ffffff;
    border-radius: 0.625rem;
    height: 100%;
    text-align: center; }
    @media (max-width: 767px) {
      .section-benefits--inner--item {
        padding: 2rem 1rem; } }
    @media (max-width: 575px) {
      .section-benefits--inner--item {
        padding: 1.5rem 0.5rem; } }
    @media (max-width: 575px) {
      .section-benefits--inner--item .paragraph {
        font-size: 0.875rem; }
        .section-benefits--inner--item .paragraph br {
          display: none; } }
    .section-benefits--inner--item--circle {
      width: 8.313rem;
      height: 8.313rem;
      border-radius: 50%;
      background-color: #191919;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .section-benefits--inner--item--circle {
          width: 6.313rem;
          height: 6.313rem; } }
      @media (max-width: 575px) {
        .section-benefits--inner--item--circle {
          width: 4.313rem;
          height: 4.313rem; } }

.service-item {
  background: #ffffff;
  box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.07);
  border-radius: 1.25rem;
  padding: 1.25rem 1.5rem;
  height: 100%; }

a.service-item {
  display: block;
  color: #191919; }
  @media (min-width: 768px) {
    a.service-item:hover {
      background: #BF2637; }
      a.service-item:hover .heading,
      a.service-item:hover .paragraph {
        color: #ffffff !important; } }

.reference-item {
  display: block;
  overflow: hidden;
  border-radius: 0.625rem;
  aspect-ratio: 1; }
  .reference-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.section-contact--inner {
  border-radius: 1.5rem;
  overflow: hidden;
  padding: 5.5rem 4.5rem;
  border-radius: 1.5rem;
  background-size: cover;
  background-image: url("../images/hp_contact.png");
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.15); }
  @media (max-width: 1199px) {
    .section-contact--inner {
      padding: 5.5rem 3rem; } }
  @media (max-width: 767px) {
    .section-contact--inner {
      padding: 4rem 1.5rem;
      border-radius: 1rem; } }
  @media (max-width: 575px) {
    .section-contact--inner {
      padding: 3rem 1.5rem 1.5rem; }
      .section-contact--inner .heading--15 {
        font-size: 2rem; }
      .section-contact--inner .paragraph--biggest {
        font-size: 1.25rem; } }
  .section-contact--inner a {
    color: #191919; }
    .section-contact--inner a:hover {
      text-decoration: underline !important; }
  .section-contact--inner > .paragraph {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto; }
.section-contact .main-contact-info a {
  color: #BF2637;
  font-size: 1.25rem;
  line-height: 140%; }

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