@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.title-anim-hero,
.title-anim,
.text-anim-hero,
.text-anim {
  overflow: hidden;
  padding-bottom: 5px;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

body.no-scroll {
  overflow: hidden;
}

.main.no-scroll {
  overflow: hidden;
}

.main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.tel {
  display: none;
}

.desc {
  display: block;
}

.btn-box {
  margin-top: 35px;
}

.bg-hover-slide {
  position: relative;
  overflow: hidden;
}
.bg-hover-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #003595;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 2;
}

.bg-hover-slide_light:after {
  background: #97A3AE;
}

.bg-hover-slide:hover:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bg-hover-slide:hover,
.bg-hover-slide:hover * {
  color: #fff !important;
}

.bg-hover-slide:hover * {
  position: relative;
  z-index: 3;
}

.bg-overlay {
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}

video[autoplay] {
  mix-blend-mode: multiply;
}

.bg-video {
  position: relative;
}
.bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#page-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #003595;
  z-index: 9999;
  pointer-events: none;
}

.breakable {
  display: inline-block;
  white-space: normal;
}

@media screen and (max-width: 767px) {
  .tel {
    display: block;
  }
  .desc {
    display: none;
  }
  .btn.bg-hover-slide:hover:after {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .btn.bg-hover-slide--visible:after {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .btn.bg-hover-slide--visible:hover:after {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
}
a,
a:hover,
a:visited,
a:active,
a:link {
  color: #003595;
}

.c-accent {
  color: #003595;
}

.bg-white {
  background: #fff;
}
.bg-white * {
  color: #003595;
}
.bg-white svg {
  stroke: #003595;
}

.bg-light {
  background: #97A3AE;
}
.bg-light * {
  color: #ffffff;
}
.bg-light svg {
  stroke: #ffffff;
}

.bg-accent {
  background: #003595;
}
.bg-accent * {
  color: #ffffff;
}
.bg-accent svg {
  stroke: #ffffff;
}

@font-face {
  font-family: "LetteraLL";
  src: url("fonts/LetteraTextLLWeb-Light.woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LetteraLL";
  src: url("fonts/LetteraTextLLWeb-Medium.woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: "LetteraLL", sans-serif;
  font-size: 20px;
  color: #003595;
  font-weight: 300;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 100%;
}

.s2,
.s2 * {
  font-size: 50px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0;
  background: none !important;
}

.s3,
.s3 * {
  font-size: 36px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0;
  background: none !important;
}

.title {
  text-transform: uppercase;
}

.title-lg,
.title-lg span,
.title-lg * {
  font-size: 90px;
  font-weight: 500;
  text-transform: uppercase;
  background: none !important;
}

.word {
  display: inline-block !important; /* чтобы transform и x/y работали без рывка */
  will-change: transform, opacity;
}

h1,
h1 span,
h1 * {
  font-size: 90px;
  background: none !important;
}

h2,
h2 span,
h2 * {
  font-size: 42px;
  background: none !important;
}

h3,
h3 span,
h3 * {
  font-size: 36px;
  background: none !important;
}

h4,
h4 span,
h4 * {
  font-size: 26px;
  background: none !important;
}

h5, h6 {
  font-size: 20px;
}

.title-box {
  margin-bottom: 50px;
}
.title-box .text {
  margin-top: 30px;
  max-width: 460px;
}

.title-line {
  margin-bottom: 25px;
  border-bottom: 1px solid #003595;
  padding-bottom: 5px;
}

.tu {
  text-transform: uppercase;
}

.text *:first-child {
  margin-top: 0;
}
.text *:last-child {
  margin-bottom: 0;
}
.text p {
  line-height: 120%;
  margin-bottom: 30px;
  letter-spacing: 0;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  margin-top: 50px;
  margin-bottom: 30px;
}
.text p:last-child {
  margin-bottom: 0 !important;
}
.text b, .text strong {
  font-weight: 500;
}
.text ul, .text ol {
  margin-top: 5px;
  margin-bottom: 30px;
  padding-left: 20px;
}
.text ul li, .text ol li {
  margin-bottom: 10px;
}
.text a, .text u {
  text-underline-offset: 2px !important;
  text-decoration-thickness: 1.1px !important;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.text table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  width: 100%;
}
.text td, .text th {
  border: 1px solid #003595;
  padding: 6px 10px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  h1,
  h1 span,
  h1 * {
    font-size: 50px;
  }
  h2,
  h2 span,
  h2 * {
    font-size: 35px;
  }
  h3 h3 span,
  h3 * {
    font-size: 30px;
  }
  .s2,
  .s2 *,
  .s2 span {
    font-size: 35px;
  }
  .s3,
  .s3 *,
  .s3 span {
    font-size: 30px;
  }
  .title-lg,
  .title-lg span,
  .title-lg * {
    font-size: 50px;
  }
  .title-box {
    margin-bottom: 40px;
  }
  .title-line br {
    display: none;
  }
  br {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .title-lg, .title-lg span, .title-lg * {
    font-size: 42px;
  }
  h1,
  h1 span,
  h1 * {
    font-size: 42px;
  }
}
@media screen and (max-width: 390px) {
  .title-lg, .title-lg span, .title-lg * {
    font-size: 40px;
  }
  h1,
  h1 span,
  h1 * {
    font-size: 40px;
  }
}
* {
  margin: 0;
  padding: 0;
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-appearance: none;
}

body,
html {
  width: 100%;
  height: 100%;
}

select:-moz-any-link:focus, input:-moz-any-link:focus, a:-moz-any-link:focus, button:-moz-any-link:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

select:any-link:focus,
input:any-link:focus,
a:any-link:focus,
button:any-link:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* WebKit browsers */
select:-webkit-any-link,
input:-webkit-any-link,
a,
button {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input:focus, input:hover, input:active, input:focus-visible,
select:focus,
select:hover,
select:active,
select:focus-visible {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.clearfix {
  clear: both;
}

.row {
  margin: 0;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
}

.i24 {
  font-size: 24px;
}

.container {
  max-width: 1470px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.space120 {
  padding-top: 120px;
}

.space60 {
  padding-top: 60px;
}

.space40 {
  padding-top: 40px;
}

.space30 {
  padding-top: 30px;
}

.space20 {
  padding-top: 20px;
}

.indent {
  padding: 60px 0;
}

.p0 {
  padding: 0;
}

.p16 {
  padding: 0 16px;
}

.g24 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.row-grid-6 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row-grid-6 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.row-grid-6 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.row-grid-6 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.row-grid-6 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.row-grid-6 > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.row-grid-6 > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

.row-grid-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row-grid-4 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.row-grid-4 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.row-grid-4 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.row-grid-4 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.row-grid-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row-grid-3 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.row-grid-3 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.row-grid-3 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.row-grid-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row-grid-2 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.row-grid-2 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.row-grid-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row-grid-1 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

@media screen and (max-width: 992px) {
  .row-grid-4,
  .row-grid-3,
  .row-grid-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .row-grid-4 > *:nth-child(1), .row-grid-3 > *:nth-child(1), .row-grid-2 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .row-grid-6 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row-grid-6 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .row-grid-6 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .row-grid-6 > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
  .space120 {
    padding-top: 100px;
  }
  .space60 {
    padding-top: 50px;
  }
  .indent {
    padding: 50px 0;
  }
}
.header.menu-active {
  position: fixed;
  z-index: 9995;
}
.header.menu-active .btn-menu::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url(img/icon-arrow-down-dark.svg);
}
.header.menu-active a, .header.menu-active .btn-menu {
  color: #003595 !important;
}
.header.menu-active .logo-dark {
  display: block;
}
.header.menu-active .logo-white {
  display: none;
}

.sticky {
  position: fixed !important;
}

.sticky-color {
  background: #fff;
}

.header-white .btn-menu::before,
.sticky-color .btn-menu::before {
  background-image: url(img/icon-arrow-down-dark.svg) !important;
}
.header-white a, .header-white .btn-menu,
.sticky-color a,
.sticky-color .btn-menu {
  color: #003595 !important;
}
.header-white .logo-dark,
.sticky-color .logo-dark {
  display: block !important;
}
.header-white .logo-white,
.sticky-color .logo-white {
  display: none !important;
}
.header-white .scroll-line *,
.sticky-color .scroll-line * {
  color: #003595 !important;
}
.header-white #nav-toggle span, .header-white #nav-toggle span:after, .header-white #nav-toggle span:before,
.sticky-color #nav-toggle span,
.sticky-color #nav-toggle span:after,
.sticky-color #nav-toggle span:before {
  background: #003595 !important;
}

.header {
  position: absolute;
  z-index: 9995;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .logo-dark {
  display: none;
}
.header .logo-white {
  display: block;
}
.header a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo a {
  display: block;
}
.header .logo img {
  max-width: 150px;
  height: 60px;
  width: auto;
}
.header .col-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .btn-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  color: #fff;
  padding: 20px;
  padding-right: 50px;
  margin-right: 40px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
.header .btn-menu::before {
  content: "";
  width: 34px;
  height: 10px;
  background-image: url(img/icon-arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 28px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .navigation-main {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.header .navigation-main a:last-child {
  padding-right: 0;
}
.header .navigation-main ul {
  min-width: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: -999em;
  left: -999em;
}
.header .navigation-main li {
  display: inline-block;
  position: relative;
  text-align: left;
}
.header .navigation-main li.focus > ul, .header .navigation-main li:hover > ul {
  top: auto;
  left: auto;
}
.header .navigation-main li li {
  display: block;
}
.header .navigation-main li li.focus > ul, .header .navigation-main li li:hover > ul {
  left: 100%;
  top: 0;
}
.header .navigation-main a {
  display: block;
  font-size: 20px;
  color: #fff;
  padding: 20px;
}
.header .navigation-main a:hover,
.header .navigation-main li:hover > a,
.header .navigation-main .focus > a,
.header .navigation-main .current-menu-item > a,
.header .navigation-main .current-menu-ancestor > a {
  opacity: 0.8;
}
.header .navigation-main .menu-item-has-children {
  padding-right: 10px;
}
.header .navigation-main .menu-item-has-children > a::before {
  content: "";
  width: 34px;
  height: 10px;
  background-image: url(img/icon-arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -15px;
  top: 28px;
}
.header .navigation-main .menu-item-has-children ul .menu-item-has-children a::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.header .navigation-main ul .menu-item-has-children > a::before {
  right: 2px;
  border-top-color: transparent;
  border-left-color: currentColor;
}
.header .navigation-main ul {
  background-color: #003595;
}

@media screen and (max-width: 1023px) {
  .header .col-menu .btn-menu,
  .header .col-menu .nav {
    display: none;
  }
  .nav-desc .nav {
    display: none;
  }
  .header .logo img {
    height: 45px;
  }
}
#nav-toggle {
  position: relative;
  background: transparent;
  height: 34px;
  width: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9999;
  display: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  right: -5px;
}
#nav-toggle.active span {
  background-color: transparent !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  width: 22px !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #003595 !important;
}
#nav-toggle.active span:before {
  top: -2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #003595;
}
#nav-toggle.active span:after {
  top: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #003595;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  height: 1.5px;
  width: 22px;
  background: #fff;
  position: absolute;
  right: 0;
  display: block;
  content: "";
  z-index: 9999;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  top: 0;
  right: 0;
}
#nav-toggle span {
  top: 16px;
  right: 5px;
  width: 22px;
}
#nav-toggle span:before {
  top: -7px;
}
#nav-toggle span:after {
  top: 7px;
  width: 22px;
  right: 0;
}

.menu-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  width: 100%;
  right: 0;
  top: -1000px;
  height: 100vh;
  bottom: auto;
  background: #fff;
  z-index: 8888;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  overflow: auto;
  padding-top: 120px;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu-tel .row {
  display: block;
}

.menu-tel.in {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.menu-tel.in .menu-toggle {
  opacity: 1;
}

.menu-toggle {
  opacity: 0;
  padding-bottom: 80px;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.menu-toggle .menu-item,
.menu-toggle .toggle__head {
  padding: 12px 0;
  padding-top: 18px;
  border-bottom: 1px solid #003595;
}
.menu-toggle .toggle__head:hover,
.menu-toggle .menu-link:hover {
  opacity: 0.8;
}
.menu-toggle .menu-link,
.menu-toggle .toggle__title {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.5px;
}
.menu-toggle .submenu-link {
  padding-top: 8px;
  display: inline-block;
  width: 100%;
  font-size: 20px;
}
.menu-toggle .submenu-link:hover {
  text-decoration-thickness: 1px;
  text-underline-offset: 1.8px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: from-font;
}

@media screen and (max-width: 1023px) {
  #nav-toggle {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .menu-tel {
    padding-top: 100px;
  }
}
.footer {
  padding-top: 40px;
  padding-bottom: 60px;
  background: #003595;
}
.footer * {
  color: #fff;
}
.footer a:hover {
  text-decoration-thickness: 0.7px !important;
  text-underline-offset: 2px !important;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
.footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.footer .col-group01 {
  width: 25%;
}
.footer .col-group02 {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.footer .col-group02 .col {
  width: 33.33%;
}
.footer .col-group03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  gap: 20px;
}
.footer .col-group03 .col {
  width: 50%;
}
.footer .logo {
  margin-bottom: 50px;
}
.footer .logo img {
  height: 100px;
  width: auto;
}
.footer__title {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
.footer__text p {
  font-size: 15px;
}
.footer__text a {
  color: #fff !important;
  font-size: 15px;
  text-decoration: underline;
  text-decoration-thickness: 0.7px !important;
  text-underline-offset: 3px !important;
}
.footer .nav-list {
  list-style: none;
}
.footer .nav-list li {
  margin-bottom: 10px;
}
.footer .nav-list li a {
  display: block;
  color: #fff;
  font-size: 15px;
}
.footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.footer .social a {
  display: inline-block;
}
.footer .social a svg {
  height: 22px;
  width: auto;
}

@media screen and (max-width: 1023px) {
  .footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .footer .col-group01 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .col-group02 {
    width: 100%;
    gap: 20px;
  }
  .footer .col-group02 .col {
    width: 50%;
  }
  .footer .col-group03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .col-group03 .col {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer .logo img {
    height: 60px;
    width: auto;
  }
  .footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer br {
    display: block;
  }
}
.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 30px;
  border: 1px solid #003595;
  border-radius: 30px;
  -webkit-transition: 1s;
  transition: 1s;
}
.btn span {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
.btn_white, .btn_light {
  border-color: #fff;
}
.btn_white span, .btn_light span {
  color: #fff !important;
}
.btn_white:hover {
  border-color: transparent;
}

#btnTop {
  cursor: pointer;
}

.btn.bg-hover-slide:after {
  z-index: 1;
}

.btn_white:hover.bg-hover-slide span {
  color: #003595 !important;
}

.btn_light:hover.bg-hover-slide span {
  color: #97A3AE !important;
}

.btn_white.bg-hover-slide:after,
.btn_light.bg-hover-slide:after {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .bg-hover-slide--visible.btn.bg-hover-slide span {
    color: #fff !important;
    position: relative;
    z-index: 3;
  }
  .bg-hover-slide--visible.btn.btn_light.bg-hover-slide span {
    color: #97A3AE !important;
    position: relative;
    z-index: 3;
  }
  .bg-hover-slide--visible.btn.btn_white.bg-hover-slide span {
    color: #003595 !important;
    position: relative;
    z-index: 3;
  }
}
@media screen and (max-width: 420px) {
  .btn {
    padding: 8px 20px;
  }
  .btn span {
    font-size: 18px;
  }
}
.toggle {
  width: 100%;
}
.toggle__head {
  position: relative;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 40px;
  cursor: pointer;
}
.toggle__head svg {
  position: absolute;
  right: 8px;
  top: 20px;
  width: 7px;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.toggle__body {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  height: 1px;
}

.toggle__item.active svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.toggle__item.active .toggle__body {
  visibility: visible;
  opacity: 1;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.scroll-line {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
.scroll-line .line {
  width: 1px;
  height: 70px;
  background: white;
}
.scroll-line .circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  position: relative;
  -webkit-animation: moveDown 2s infinite forwards ease-in-out;
          animation: moveDown 2s infinite forwards ease-in-out;
}

@-webkit-keyframes moveDown {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}

@keyframes moveDown {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}
.img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  aspect-ratio: 700/580;
  width: 100%;
  padding: 40px 30px;
  background-size: cover;
  background-position: center;
  max-height: 580px;
}
.img-box__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.img-box img {
  -o-object-fit: cover;
     object-fit: cover;
}
.img-box_sm {
  padding: 20px 15px;
}
.img-box__subtitle {
  position: relative;
  z-index: 6;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
}
.img-box__title, .img-box__title * {
  color: #fff;
  font-weight: 500;
}
.img-box__title {
  position: relative;
  z-index: 6;
}
.img-box a.img-box__title,
.img-box a.img-box__subtitle {
  color: #fff !important;
}
.img-box a.img-box__title:hover {
  text-decoration-thickness: 1.8px !important;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.img-box u {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.img-box u:after {
  position: absolute;
  content: "";
  display: block;
  /* width: 100%; */
  left: 3px;
  right: 2px;
  height: 2.5px;
  bottom: -1px;
  background: #fff;
}
.img-box .btn {
  margin-top: 25px !important;
}

@media screen and (max-width: 767px) {
  .img-box {
    aspect-ratio: 350/500;
    padding: 25px 15px;
  }
  .img-box__subtitle {
    font-size: 30px;
  }
}
.img-icon-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  aspect-ratio: 460/360;
  width: 100%;
  padding: 20px;
  background-size: cover;
  background-position: center;
  max-height: 580px;
}
.img-icon-box_sm {
  padding: 20px 15px;
}
.img-icon-box__title, .img-icon-box__title * {
  color: #fff;
}
.img-icon-box__icon {
  text-align: right;
}
.img-icon-box__icon img {
  height: 140px;
  width: auto;
}
.img-icon-box u {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.img-icon-box u:after {
  position: absolute;
  content: "";
  display: block;
  /* width: 100%; */
  left: 3px;
  right: 2px;
  height: 2.5px;
  bottom: -1px;
  background: #fff;
}
.img-icon-box .img-icon-box__title,
.img-icon-box .img-icon-box__icon {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.img-icon-box:hover .img-icon-box__title,
.img-icon-box:hover .img-icon-box__icon {
  opacity: 1;
  -webkit-transition: 0.01s;
  transition: 0.01s;
}

@media screen and (max-width: 767px) {
  .img-icon-box {
    aspect-ratio: 350/500;
    padding: 15px;
  }
}
.news-card {
  position: relative;
}
.news-card img {
  width: 100%;
  aspect-ratio: 700/500;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-card__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.news-card__info {
  max-width: 450px;
  padding-top: 20px;
}
.news-card__cat a {
  position: relative;
  z-index: 3;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
}
.news-card__cat a:hover {
  opacity: 0.75;
}
.news-card__title {
  margin-top: 25px;
  position: relative;
  z-index: 3;
  display: block;
}
.news-card__title:hover {
  text-decoration-thickness: 1.8px !important;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}
.news-card__desc {
  margin-top: 25px;
}
.news-card__desc p {
  font-size: 19px;
}
.news-card__author {
  margin-top: 25px;
  font-size: 19px;
}
.news-card__author b {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .news-card img {
    aspect-ratio: 350/430;
  }
  .news-card__cat a {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0;
  }
  .news-card__desc {
    display: none;
  }
}
.accordion {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.accordion__head {
  position: relative;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  padding-right: 40px;
  cursor: pointer;
  border-bottom: 1px solid #003595;
  text-align: left;
}
.accordion__head svg {
  position: absolute;
  right: 8px;
  top: 20px;
  width: 11px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.accordion__body {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  height: 1px;
}
.accordion__body .row {
  padding-top: 30px;
}
.accordion__body .row-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 140px;
}
.accordion__body .row-col-2 .col-img {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.accordion__body .row-col-2 .col-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 580/340;
  -o-object-fit: cover;
     object-fit: cover;
}
.accordion__body .row-col-2 .col-text {
  max-width: 420px;
}
.accordion .video-card__wrapper video {
  min-height: auto;
}

.accordion__item.active .accordion__head svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 15px;
}

.accordion__item.active .accordion__body {
  visibility: visible;
  opacity: 1;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

@media screen and (max-width: 1023px) {
  .accordion__body .row-col-2 {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .accordion__body .row-col-2 .col-text {
    max-width: 100%;
  }
  .accordion__body .row-col-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .accordion__body .row-col-2 .col-img img {
    aspect-ratio: 350/330;
    margin-bottom: 20px;
  }
  .accordion__body .row-col-2 .col-img {
    width: 100%;
  }
  .accordion__head {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .accordion__head svg {
    top: 8px;
  }
  .accordion__body .row-col-2 {
    gap: 0;
  }
  .accordion__title br {
    display: block;
  }
}
.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 65px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter .btn.active {
  background: #003595 !important;
}
.filter .btn.active span {
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .filter .btn {
    width: 100%;
    padding: 5px 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .filter .btn span {
    text-align: center;
  }
  .filter {
    margin-bottom: 50px;
    gap: 15px;
  }
}
.form {
  width: 100%;
}
.form__title {
  text-transform: uppercase;
}
.form form {
  width: 100%;
}
.form__item {
  margin-bottom: 25px;
}
.form__label {
  color: #003595;
  border-bottom: 1px solid #003595;
  display: block;
  padding-bottom: 5px;
}
.form__input {
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 0;
  color: #003595;
  width: 100%;
}
.form textarea {
  resize: none;
  height: 70px;
}
.form__input::-webkit-input-placeholder {
  color: #97A3AE;
}
.form__input::-moz-placeholder {
  color: #97A3AE;
}
.form__input:-ms-input-placeholder {
  color: #97A3AE;
}
.form__input::-ms-input-placeholder {
  color: #97A3AE;
}
.form__input::placeholder {
  color: #97A3AE;
}
.form .file-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.form .file-upload p {
  font-size: 14px;
}
.form .file-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 30px;
  color: #003595;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  max-width: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form .file-label:hover {
  background: #003595;
  color: #fff;
}
.form .file-input {
  display: none;
}
.form .file-name {
  color: #003595;
}
.form .checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: #003595;
  line-height: 1.4;
}
.form .checkbox-wrapper span {
  margin-top: 3px;
}
.form .checkbox-wrapper span,
.form .checkbox-wrapper span * {
  font-size: 14px;
}
.form .checkbox-wrapper input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid #003595;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form .checkbox-wrapper input[type=checkbox]:checked {
  background-color: #003595;
  background-image: url("img/icon-star-white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.form .checkbox-wrapper a {
  color: #003595;
  text-decoration-thickness: 0.7px !important;
  text-underline-offset: 1px !important;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
.form .btn-submit {
  margin-top: 30px;
  background: none !important;
  background-color: none !important;
}
.form .btn:disabled {
  border-color: #97A3AE !important;
  background: transparent !important;
  color: #97A3AE !important;
  cursor: not-allowed;
}
.form .btn:disabled span {
  color: #97A3AE !important;
}
.form .btn:disabled:after {
  content: none !important;
}

.bg-accent .form__label {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.bg-accent .form__input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.6;
}
.bg-accent .form__input::-moz-placeholder {
  color: #ffffff;
  opacity: 0.6;
}
.bg-accent .form__input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.6;
}
.bg-accent .form__input::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.6;
}
.bg-accent .form__input::placeholder {
  color: #ffffff;
  opacity: 0.6;
}
.bg-accent .form .file-upload p {
  color: #fff;
}
.bg-accent .form .file-label {
  color: #ffffff;
}
.bg-accent .form .file-label:hover {
  background: #ffffff;
  color: #003595;
}
.bg-accent .form .file-name {
  color: #ffffff;
}
.bg-accent .form .checkbox-wrapper {
  color: #ffffff;
}
.bg-accent .form .checkbox-wrapper span {
  color: #ffffff;
}
.bg-accent .form .checkbox-wrapper span,
.bg-accent .form .checkbox-wrapper span * {
  color: #ffffff;
}
.bg-accent .form .checkbox-wrapper input[type=checkbox] {
  border: 1px solid #ffffff;
}
.bg-accent .form .checkbox-wrapper input[type=checkbox]:checked {
  background-color: #ffffff;
  background-image: url("img/icon-star.svg");
}
.bg-accent .form .checkbox-wrapper a {
  color: #ffffff;
  text-decoration-thickness: 0.7px !important;
  text-underline-offset: 1px !important;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
.bg-accent .form .btn:disabled {
  border-color: #97A3AE !important;
  background: transparent !important;
  color: #97A3AE !important;
  cursor: not-allowed;
}
.bg-accent .form .btn:disabled span {
  color: #97A3AE !important;
}
.bg-accent .form .btn:disabled:after {
  content: none !important;
}

.checkbox-wrapper .wpcf7-list-item label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 8px !important;
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
  font-weight: 400 !important;
}

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

.wpcf7-spinner {
  display: none !important;
}

.ajax-loader {
  display: none !important;
}

div.wpcf7-validation-errors {
  display: none !important;
}

.form-validation .wpcf7-not-valid-tip, .form-validation div.wpcf7-validation-errors, .form-validation div.wpcf7-acceptance-missing {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 12px !important;
  margin-bottom: 10px;
}

label.error {
  display: block;
  color: #f90000;
  font-size: 12px;
  text-align: left;
  padding-left: 5px;
  margin-bottom: 5px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: 1px solid #ffa6a6 !important;
  padding: 5px 12px !important;
  background: #ffd3d3 !important;
  font-size: 12px !important;
  color: red !important;
  margin: 10px 0 0 0 !important;
  max-width: 500px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #afdcaf !important;
  padding: 5px 12px !important;
  background: #e1f8d7 !important;
  font-size: 12px !important;
  color: #13891e !important;
  margin-top: 10px !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  max-width: 500px;
}

.btn-submit:disabled,
.btn-submit.is-disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.video-card {
  position: relative;
}
.video-card video {
  width: 100%;
}
.video-card button {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-card button svg:hover {
  opacity: 0.85;
  cursor: pointer;
}
.video-card__preview {
  position: absolute;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.video-card__title {
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: -1.8px;
  text-transform: uppercase;
  color: #fff;
}
.video-card__subtitle {
  margin-top: 15px;
  font-size: 36px;
  line-height: 100%;
  color: #fff;
}
.video-card__wrapper video {
  min-height: 600px;
  background: #000;
}

@media screen and (max-width: 1200px) {
  .video-card__title {
    font-size: 48px;
  }
}
.img-grid {
  margin-top: 40px;
  width: calc(100% + 20px);
}
.img-grid .grid-sizer,
.img-grid .grid-item {
  width: calc(33.333% - 20px);
}
.img-grid .grid-item {
  float: left;
  margin-bottom: 20px;
}
.img-grid .grid-item img {
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .img-grid {
    margin-top: 40px;
    width: 100%;
  }
  .img-grid .grid-sizer,
  .img-grid .grid-item {
    width: 100%;
  }
}
.hero {
  position: relative;
  background: #003595;
}
.hero.bg-light {
  background: #97A3AE;
}
.hero.bg-white {
  background: #fff;
}
.hero.bg-white * {
  color: #003595;
}
.hero.bg-white .line {
  background: #003595;
}
.hero.bg-white .circle {
  background: #003595;
}
.hero .hero-slider {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.hero .hero-slider .slick-list,
.hero .hero-slider .slick-track {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero .hero-slider .slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
}
.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.hero video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
.hero .row {
  position: relative;
  z-index: 2;
  padding-top: 130px;
  padding-bottom: 150px;
  height: 100vh;
  width: 100%;
  min-height: 740px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero__subtitle-text, .hero__subtitle-text * {
  font-size: 36px;
  color: #fff;
  font-weight: 300;
}
.hero__title-text, .hero__title-text * {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .hero__subtitle-text,
  .hero__subtitle-text * {
    font-size: 30px;
  }
  .hero .row {
    padding-top: 110px;
    padding-bottom: 170px;
  }
}
.hero-post {
  padding-top: 110px;
}
.hero-post .row {
  grid-row-gap: 40px;
}
.hero-post .row-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.hero-post .row-col-2 .col {
  width: 50%;
}
.hero-post .col-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero-post img {
  width: 100%;
  aspect-ratio: 700/620;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-post__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.hero-post__info {
  max-width: 580px;
}
.hero-post__cat {
  position: relative;
  z-index: 3;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
}
.hero-post__cat:hover {
  opacity: 0.75;
}
.hero-post__title {
  margin-top: 25px;
  margin-bottom: 25px;
}
.hero-post__desc {
  margin-top: 25px;
}
.hero-post__desc p {
  font-size: 19px;
}
.hero-post__author {
  margin-top: 25px;
  font-size: 19px;
}
.hero-post__author b {
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .hero-post {
    padding-top: 90px;
  }
  .hero-post .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero-post .row .col {
    width: 100%;
  }
  .hero-post .row-col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  .hero-post__author {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .hero-post__cat {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0;
  }
  .hero-post__desc {
    display: none;
  }
}
.img-text .col-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.img-text .btn {
  margin-top: 35px;
}
.img-text__text {
  max-width: 590px;
}
.img-text .row {
  grid-row-gap: 40px;
}
.img-text .img-caption {
  margin-top: 25px;
  font-size: 14px;
}

.info-grid-arrow .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.info-grid-arrow .col:last-child svg {
  display: none;
}
.info-grid-arrow svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.info-grid-arrow .info {
  max-width: 360px;
  width: 100%;
}
.info-grid-arrow .info .info-title {
  margin-bottom: 25px;
}
.info-grid-arrow .info .info-text p {
  letter-spacing: 0;
  font-size: 19px;
}

@media screen and (max-width: 1023px) {
  .info-grid-arrow .info {
    max-width: 100%;
  }
  .info-grid-arrow .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .info-grid-arrow .col svg {
    margin-left: 35px;
    display: block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: -25px;
  }
  .info-grid-arrow .col:last-child svg {
    display: none;
  }
  .info-grid-arrow .btn-box {
    display: none;
  }
}
.info-grid .row-grid-3 {
  grid-row-gap: 40px;
}
.info-grid .info .info-title {
  margin-bottom: 25px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.info-grid .info .info-text {
  max-width: 360px;
}
.info-grid .info .info-text p {
  letter-spacing: 0;
  font-size: 19px;
}
.info-grid .info img {
  height: 80px;
  width: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  .info-grid .info {
    max-width: 100%;
  }
  .info-grid .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .info-grid .info .info-title {
    border-bottom: none;
  }
  .info-grid .info {
    padding-left: 20px;
    border-left: 1px solid #003595;
  }
  .info-grid .row {
    grid-row-gap: 40px;
  }
}
.news-grid .btn-box {
  margin-top: 45px;
}
.news-grid .row {
  grid-row-gap: 40px;
}
.news-grid .slick-slider .slick-list {
  margin: 0 -10px;
}
.news-grid .slick-slider .col {
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .news-grid .desc {
    display: none !important;
  }
}
.img-full .img-box {
  height: 585px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 45px;
}
.img-full .btn {
  margin-top: 30px;
}
.img-full .container {
  height: 100%;
}
.img-full .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .img-full .img-box {
    aspect-ratio: 390/530;
  }
}
.img-cards .col .text {
  margin-top: 25px;
}
.img-cards ul {
  max-width: 400px;
}
.img-cards ul li {
  width: 100%;
  margin: 20px 0;
  font-size: 19px;
}

.img-cards02 .col p {
  margin-top: 25px;
}

@media screen and (max-width: 1023px) {
  .img-cards02 .row {
    grid-row-gap: 60px;
  }
}
.num-slider .slick-slider {
  margin-left: -20px;
}
.num-slider .slide-title {
  font-size: 36px;
  font-weight: 300;
}
.num-slider .slide {
  padding: 0 20px;
}
.num-slider .slide-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #003595;
}
.num-slider .slide-body {
  padding-top: 20px;
  text-align: right;
}
.num-slider .slide-num {
  font-size: 250px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.05em;
}
.num-slider .slide-num sup {
  font-size: 100px;
  font-weight: 500;
}
.num-slider svg {
  stroke: #003595;
}
.num-slider.bg-light svg, .num-slider.bg-accent svg {
  stroke: #ffffff;
}
.num-slider.bg-light .slide-head, .num-slider.bg-accent .slide-head {
  border-bottom: 1px solid #ffffff;
}

@media screen and (max-width: 1023px) {
  .num-slider .slide-title {
    font-size: 30px;
  }
  .num-slider .slide-body {
    padding-top: 180px;
  }
  .num-slider .slide-num {
    font-size: 88px;
  }
  .num-slider .slide-head {
    border-top: 1px solid #003595;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 10px;
  }
  .num-slider.bg-accent .slide-head, .num-slider.bg-light .slide-head {
    border-top: 1px solid #fff;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 10px;
  }
  .num-slider .slide-num sup {
    font-size: 40px;
  }
  .num-slider .slide {
    padding-right: 5px;
  }
}
.title-btn .btn {
  margin-top: 30px;
}
.title-btn .row {
  max-width: 650px;
}

.title-btn.indent {
  padding: 80px 0;
}

.num-block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #003595;
  padding-top: 25px;
}
.num-block .col-num {
  position: relative;
  width: 60%;
}
.num-block .col-text {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.num-block__num {
  top: 0;
  position: sticky;
  font-size: 250px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.05em;
}
.num-block__title {
  text-transform: uppercase;
}
.num-block .img-full {
  width: 100%;
  height: auto;
}
.num-block .img-cert {
  max-width: 220px;
  height: auto;
}
.num-block .btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: auto;
}

@media screen and (max-width: 1023px) {
  .num-block__num {
    font-size: 80px;
  }
  .num-block .col-num {
    width: 50%;
  }
  .num-block .col-text {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .num-block .col-num {
    width: 100%;
  }
  .num-block .col-text {
    width: 100%;
  }
  .num-block .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: none;
  }
  .num-block .col-num {
    border-bottom: 1px solid #003595;
    padding-bottom: 10px;
  }
  .num-block .col-text {
    margin-top: 15px;
  }
}
.text-block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.text-block .row .col {
  width: 50%;
  padding-right: 220px;
}

.text-grid .text {
  max-width: 585px;
}

@media screen and (max-width: 1200px) {
  .text-block .row .col {
    width: 50%;
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .text-block .row .col {
    width: 60%;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .text-block .row .col {
    width: 100%;
    padding-right: 0;
  }
  .text-block .title-line {
    border-bottom: none;
  }
}
.text-full-width .col {
  width: 100%;
  max-width: 1000px;
}
.text-full-width .col p {
  overflow-wrap: anywhere;
  word-break: normal;
}

.certifications .cert-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.certifications .cert-text {
  margin-top: 20px;
  max-width: 340px;
}
.certifications img {
  margin-top: 25px;
  height: 140px;
  width: auto;
  max-width: 100%;
}
.certifications .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.certifications .col .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 80px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: auto;
}
.certifications .row {
  grid-row-gap: 50px;
}

@media screen and (max-width: 767px) {
  .certifications .col .btn {
    margin-top: 30px;
  }
  .certifications .title-box {
    display: none;
  }
}
.accordion-block {
  overflow: hidden;
}
.accordion-block .video-iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.accordion-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.accordion-block02 .btn {
  margin-top: 30px;
}
.accordion-block02 .col-text {
  padding-top: 20px;
}
.accordion-block02 .col-text .text {
  max-width: 480px;
}
.accordion-block02 .col-accordion {
  padding-right: 100px;
}

@media screen and (max-width: 1200px) {
  .accordion-block02 .col-accordion {
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .accordion-block02 .col-text {
    padding-top: 0px;
  }
  .accordion-block02 .col-accordion {
    margin-top: 30px;
  }
}
.blog__item {
  position: relative;
}
.blog__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
.blog__author {
  margin-top: 25px;
}
.blog__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.blog__title {
  display: block;
  margin-bottom: 25px;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.blog__title:hover {
  text-decoration-thickness: 1.8px !important;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.blog__cat {
  position: relative;
  z-index: 4;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 5px;
}
.blog img {
  width: 100%;
  aspect-ratio: 700/430;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog .col-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 500px;
}
.blog .row-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.blog .row-col-2 .col {
  width: 50%;
}

.pagination {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.pagination a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
}
.pagination .active {
  background: #003595 !important;
}
.pagination .active span {
  color: #fff !important;
}
.pagination__btn {
  margin: 0 30px;
}
.pagination__btn a {
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1.5px solid;
}

.posts-container {
  position: relative;
}

.posts-container.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7254901961);
  z-index: 8;
}

.posts-container.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #003595;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
  z-index: 10;
}

.posts-container.loading {
  opacity: 1;
}

/* Spin animation */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (min-width: 767px) {
  .blog .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .blog img {
    aspect-ratio: 350/430;
  }
  .blog .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog .row .col {
    width: 100%;
  }
  .pagination__btn {
    margin: 0 10px;
  }
  .pagination__btn:first-child {
    display: none;
  }
  .pagination .btn {
    padding: 5px 15px;
  }
  .pagination {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.gallery-grid img {
  width: 100%;
  aspect-ratio: 700/580;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 767px) {
  .gallery-grid img {
    aspect-ratio: 350/450;
  }
}
.form-block {
  padding: 80px 0;
}
.form-block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.form-block .col-text {
  width: 33%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form-block .col-text .text {
  max-width: 480px;
}
.form-block .col-form {
  width: 100%;
}
.form-block .form-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10%;
}
.form-block .form-col {
  width: 100%;
}
.form-block .form-col02 {
  max-width: 340px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1200px) {
  .form-block .form-row {
    gap: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .form-block .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-block .form-col02 {
    max-width: 100%;
  }
  .form-block .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-block .col-text {
    width: 100%;
  }
  .form-block .col-text .text {
    max-width: 100%;
  }
  .form-block .col-text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .form-block .title-box {
    margin-bottom: 30px;
  }
}
.form-block-dark {
  padding: 80px 0;
}
.form-block-dark a {
  color: #fff !important;
}
.form-block-dark .col-text .text {
  max-width: 480px;
}
.form-block-dark .col-form {
  width: 100%;
  max-width: 380px;
}
.form-block-dark input {
  color: #fff !important;
}

@media screen and (max-width: 1023px) {
  .form-block .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-block-dark .col-text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .form-block-dark .title-box {
    margin-bottom: 30px;
  }
}
.contacts .col-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.contacts .col-text a {
  border-bottom: 1px solid;
  text-decoration: none;
}
.contacts .btn {
  margin-top: 35px;
}
.contacts__text {
  max-width: 550px;
}
.contacts .row {
  grid-row-gap: 40px;
}
.contacts .col-map iframe {
  max-width: 100%;
  aspect-ratio: 700/580;
}

@media screen and (max-width: 767px) {
  .contacts .text br {
    display: block;
  }
  .contacts .col-map iframe {
    aspect-ratio: 350/430;
  }
}
.social-links .social {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
.social-links .social svg {
  height: 30px;
  width: auto;
}
.social-links a:hover {
  opacity: 0.85;
}

@media screen and (max-width: 767px) {
  .social-links .social {
    gap: 34px;
  }
}
.video-cards .row-grid-1 {
  margin-top: 20px;
}
.video-cards .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.video-cards .col .text {
  margin-bottom: 40px;
  max-width: 585px;
}
.video-cards .video-iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 450px;
  aspect-ratio: 16/9;
}
.video-cards iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (max-width: 1023px) {
  .video-cards .row {
    grid-row-gap: 60px;
  }
}
.editoriale-cards .row-grid-1 {
  margin-top: 20px;
}
.editoriale-cards .img-box {
  aspect-ratio: 460/360;
}

.tab .tel {
  display: none;
}
.tab__nav .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.tab__link {
  font-size: 19px;
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #003595;
  max-width: 350px;
}
.tab__link:hover {
  opacity: 0.8;
}
.tab__link.active {
  font-weight: 500;
}
.tab__head {
  padding-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.tab__head .item-img {
  background-size: cover;
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 580/580;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  color: #fff;
}
.tab__head .item-img .item-name {
  color: #fff;
  padding: 30px;
  font-weight: 500;
  font-size: 50px;
  letter-spacing: 0;
}
.tab__head .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 580px;
  gap: 30px;
}
.tab__head .item-info h3 {
  text-transform: uppercase;
}
.tab__item {
  display: none;
}
.tab__item.active {
  display: block;
}
.tab__body {
  display: none;
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.tab__body .item {
  width: 40%;
}
.tab__body .item-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  margin-top: 80px;
  width: auto;
}
.tab__body .item-links a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration-thickness: 1px;
  text-underline-offset: 1.8px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
.tab__body .item-links a:hover {
  opacity: 0.8;
}
.tab__body img {
  width: 100%;
  height: auto;
}
.tab__body .video-card {
  margin-top: 20px;
  max-width: 360px;
}
.tab__body .video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 470/840;
  overflow: hidden;
}
.tab__body .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 1023px) {
  .tab__link {
    max-width: 100%;
  }
  .tab__body .item {
    width: 50%;
  }
  .tab__head .item-img .item-name {
    font-size: 35px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tab__head .item-img {
    max-width: 260px;
  }
  .tab__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tab__head {
    gap: 40px;
  }
  .tab__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .tab__body .item {
    width: 100%;
  }
  .tab .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tab .desc {
    display: none;
  }
  .tab__body {
    padding-top: 60px;
  }
  .tab__body .text {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .tab__body .item-links {
    margin-top: 60px;
  }
  .tab__head .item-img {
    width: 100%;
  }
  .tab__head {
    padding-top: 80px;
  }
}
.gallery .row {
  grid-row-gap: 80px;
}
.gallery img {
  width: 100%;
}
.gallery .item-title {
  margin-top: 10px;
  font-weight: 500;
}
.gallery .item-subtitle {
  margin-top: 5px;
  font-size: 19px;
}
.gallery .item:hover {
  cursor: pointer;
}
.gallery .item:hover .item-title {
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
.gallery .item:hover .item-subtitle {
  text-decoration-thickness: 1.2px;
  text-underline-offset: 2px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: from-font;
}

.page-head {
  padding-top: 140px;
  padding-bottom: 60px;
  background: #fff;
}

.links-grid .row {
  grid-row-gap: 60px;
}
.links-grid__title {
  font-size: 20px;
  border-bottom: 1px solid #003595;
  padding-bottom: 5px;
  font-weight: 500;
}
.links-grid__text {
  margin-top: 10px;
}
.links-grid a {
  display: inline-block;
  width: 100%;
  line-height: 120%;
  margin-bottom: 2px;
}
.links-grid a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1.1px;
  text-underline-offset: 3px;
}

@media screen and (max-width: 767px) {
  .links-grid .row {
    grid-row-gap: 30px;
  }
}
.text-img .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.text-img .row .title-lg {
  margin-bottom: 300px;
}
.text-img .row .col {
  width: 50%;
}
.text-img .row .col-text .text {
  max-width: 590px;
}
.text-img .row .col-img img {
  width: 100%;
  height: auto;
}
.text-img .row .sticky {
  position: inherit !important;
}
.text-img .row .sticky img {
  position: sticky;
  top: 20px;
}

@media screen and (min-width: 1023px) {
  .text-img .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1023px) {
  .text-img .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .text-img .row .col {
    width: 100%;
  }
  .text-img .row .col-text .text {
    max-width: 100%;
  }
  .text-img .row .title-lg {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.divider span {
  width: 100%;
  height: 1px;
  background: #003595;
  display: block;
}

.btn-back a {
  text-decoration: underline;
  text-decoration-thickness: 1.2px;
  text-underline-offset: 2px;
}

.page-nav {
  padding: 100px;
}
.page-nav .title {
  margin-bottom: 50px;
}
.page-nav ul {
  padding-left: 20px;
}
.page-nav ul li {
  margin-bottom: 15px;
}
.page-nav ul li a {
  font-size: 16px;
}