@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 2.5rem;
  list-style: none;
  text-align: center;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 1.5rem !important;
  height: 1.5rem !important;
  padding: 0;
  background: rgba(255, 255, 255, 0.36);
  border-radius: 100%;
  text-indent: -9999px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: #fff;
}
.promoted-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 7.2rem;
  height: 7.2rem;
  background: #fff;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
}
.promoted-arrow:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 2.4rem;
  height: 2.4rem;
  transform: translate(-50%, -50%);
  background-size: contain;
}
.promoted-arrow.prev {
  left: 1rem;
}
.promoted-arrow.prev:after {
  background-image: url('../img/ico/arrow-left.svg');
}
.promoted-arrow.next {
  right: 1rem;
}
.promoted-arrow.next:after {
  background-image: url('../img/ico/arrow-right.svg');
}
.promoted-arrow-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.video-arrow {
  position: absolute;
  content: '';
  top: 50%;
  width: 2.4rem;
  height: 2.4rem;
  transform: translate(-50%, -50%);
  background-size: contain;
  cursor: pointer;
  z-index: 10;
}
.video-arrow.prev {
  left: -1rem;
  background-image: url('../img/ico/arrow-left.svg');
}
.video-arrow.next {
  right: -1rem;
  background-image: url('../img/ico/arrow-right.svg');
}
.diphereline-arrow {
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.diphereline-arrow:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}
.diphereline-arrow.prev:after {
  background-image: url('../img/ico/arrow-left-white.svg');
}
.diphereline-arrow.next:after {
  background-image: url('../img/ico/arrow-right-white.svg');
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font: inherit;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 1rem;
  height: 1rem;
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #05253c;
}
html {
  font-size: 62.5%;
}
body {
  font: 400 1.6rem/1.3 "Open Sans", sans-serif;
  background: #fff;
  color: #000;
  overflow-x: hidden;
  min-width: 320px;
  max-width: 100vw;
  display: block;
}
body.darkmode {
  background: #094067;
}
body.darkmode .single-kidney-cancer {
  background: #094067;
  color: #fff;
}
body.darkmode .link-black {
  color: #fff;
}
body.darkmode .link-special {
  color: #fff;
}
body.darkmode .darkmode-hide {
  display: none !important;
}
body.darkmode .darkmode-show {
  display: block !important;
}
body.darkmode .to-download-text-new {
  color: #fff;
}
body.darkmode .to-download-text-new:after {
  background-image: url("../img/ico/download-white.svg");
}
body.darkmode .your-office-section .videos .video-wrapper .con .p1 {
  color: rgba(255, 255, 255, 0.5);
}
body.darkmode .your-office-section .videos .video-wrapper .con .p2 {
  color: white;
}
body.darkmode .your-office-section .videos .video-wrapper .con .p3 {
  color: white;
}
body.darkmode .your-office-single-video .w1 {
  color: white;
}
body.darkmode .your-office-single-video .w1 .b1 .img3 {
  background-color: #8a898b;
}
body.darkmode .your-office-single-video .w1 .b2 .b3-right .timetable .timerow {
  color: white;
  border-color: #8a898b;
}
body.darkmode .your-office-single-video .w1 .b2 .b3-right .timetable .simplebar-track {
  background-color: #8a898b;
}
body.darkmode .your-office-single-video .w1 .b2 .b3-right .timetable .simplebar-track .simplebar-scrollbar:before {
  background-color: white;
}
body.darkmode .your-office-single-survey .p0 {
  color: white;
}
body.darkmode .your-office-single-survey .p1 {
  color: white;
}
body.darkmode .your-office-single-survey .survey .record {
  color: white;
  border-color: #8a898b;
}
body.darkmode .your-office-single-survey .survey .record .progress {
  background-color: #8a898b;
}
body.darkmode .your-office-single-test .title {
  color: #094067;
}
body.darkmode.bg-diphereline-extra {
  background: #0c5853;
}
body.darkmode.bg-diphereline-extra .promoted-widget-post-box {
  background: #0c5853;
}
body.darkmode .navbar-menu li a {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  body.darkmode .navbar-dropdown {
    background: #094067;
  }
  body.darkmode .navbar-dropdown.diphereline {
    background: #0c5853;
  }
}
body.darkmode .navbar-hamburger-ico {
  background: #fff;
}
body.darkmode .search-form {
  border: solid 0.1rem #fff;
}
body.darkmode .search-form input {
  color: #fff;
}
body.darkmode .search-ico:after {
  background-image: url("../img/ico/search-white.svg");
}
body.darkmode .search-ico-rwd {
  background-image: url("../img/ico/search-white.svg");
}
body.darkmode .dropdown:before {
  background-image: url("../img/ico/dropdown-white.svg");
}
body.darkmode .knowledge-promoted-box-text {
  background: #094067;
  color: #fff;
}
body.darkmode .knowledge-promoted-box-text h3 {
  color: #fff;
}
body.darkmode .knowledge-promoted-box-text p {
  color: #fff;
}
body.darkmode .knowledge-zone-box-text {
  background: #094067;
  color: #fff;
}
body.darkmode .knowledge-zone-box-text h3 {
  color: #fff;
}
body.darkmode .knowledge-zone-box-text p {
  color: #fff;
}
body.darkmode .knowledge-post-type {
  background: #cfcfcf;
  color: #094067;
}
body.darkmode .knowledge-post-type.diphereline {
  background: unset;
  color: #fff;
}
body.darkmode .knowledge-post-type.bg-diphereline {
  background-color: #0c5853;
  color: #ffffff;
}
body.darkmode .knowledge-box {
  background: #094067;
}
body.darkmode .knowledge-box h3 {
  color: #fff;
}
body.darkmode .knowledge-box p {
  color: #fff;
}
body.darkmode .title {
  color: #fff;
}
body.darkmode .title:after {
  background: #d8eefe;
}
body.darkmode .title-small {
  color: #fff;
}
body.darkmode .title-small a {
  color: #fff;
}
body.darkmode .title.darkmode-primary {
  color: #094067;
}
body.darkmode .to-download-text {
  color: #fff;
}
body.darkmode .to-download-text:after {
  background-image: url("../img/ico/download-white.svg");
}
body.darkmode .footer-menu li:not(:last-child):after {
  color: #fff;
}
body.darkmode .footer-menu li a {
  color: #fff;
}
body.darkmode .darkmode-white {
  color: #fff;
}
body.darkmode .sidebar-post {
  background: #094067;
}
body.darkmode.bg-diphereline-extra .sidebar-post {
  background: #0c5853;
}
body.darkmode .bg-diphereline-extra .line-content:after {
  background: #fff;
}
body.darkmode .bg-diphereline-extra .line-content-full:after {
  background: #fff;
}
body.darkmode .bg-diphereline-extra .line-after-post:after {
  background: #fff;
}
body.darkmode .post-img {
  background: #ffffff;
  color: #ffffff;
}
body.darkmode .post-img.diphereline-main {
  background: none;
}
body.darkmode .post-img.diphereline-main a {
  color: #ffffff;
}
body.darkmode .post-eye-dark .views-icon:after {
  background-image: url("../img/ico/eye-views.svg");
}
body.darkmode .post-prev a {
  color: #fff;
}
body.darkmode .post-prev a:after {
  background-image: url("../img/ico/arrow-nav-white.svg");
}
body.darkmode .post-next a {
  color: #fff;
}
body.darkmode .post-next a:after {
  background-image: url("../img/ico/arrow-nav-white.svg");
}
body.darkmode .article-pagination {
  color: rgba(216, 238, 254, 0.7);
}
body.darkmode .article-pagination.active {
  color: #fff;
}
body.darkmode .article-pagination-arrow.prev:after {
  background-image: url("../img/ico/arrow-left-white.svg");
}
body.darkmode .article-pagination-arrow.next:after {
  background-image: url("../img/ico/arrow-right-white.svg");
}
body.darkmode .notes {
  color: #fff;
}
body.darkmode .notes:after {
  background-image: url("../img/ico/arrow-notes-white.svg");
}
body.darkmode .notes-to-show {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  body.darkmode .border-left-md {
    border-left: 0.1rem solid #fff;
  }
}
body.darkmode .virtual-patient-box {
  background: #094067;
  color: #fff;
}
body.darkmode .virtual-chart-radial-content {
  background: #094067;
  color: #fff;
}
body.darkmode .virtual-chart-custom:before {
  background: #fff;
}
body.darkmode .virtual-chart-custom-elem:before {
  background: #fff;
}
body.darkmode .virtual-chart-custom-elem:after {
  border: solid 2px #fff;
}
body.darkmode .virtual-chart-custom-elem-first {
  background: #094067;
}
body.darkmode .virtual-chart-custom-elem-last {
  background: #094067;
}
body.darkmode .virtual-chart-custom-message {
  color: #fff;
}
body.darkmode .virtual-chart-custom-message:before {
  background: #fff;
}
body.darkmode .virtual-chart-custom-message:after {
  border: solid 2px #fff;
}
body.darkmode .virtual-chart-custom-message-box {
  background: #094067;
  color: #fff;
}
body.darkmode .virtual-chart-custom-line:before {
  color: #fff;
  background: #094067;
}
body.darkmode .virtual-chart-custom-line:after {
  background: #fff;
}
body.darkmode .virtual-single-percent-elem:before {
  background: #fff;
}
body.darkmode .virtual-single-percent-elem:after {
  border: solid 0.2rem #fff;
}
body.darkmode .list-dotted li {
  color: #fff;
}
body.darkmode .list-dotted li:before {
  background: #fff;
}
body.darkmode .list-numeric li {
  color: #fff;
}
body.darkmode .ptu-dark {
  display: none !important;
}
body.darkmode .ptu-white {
  display: block !important;
}
body.darkmode .video-arrow.prev {
  background-image: url("../img/ico/arrow-left-white.svg");
}
body.darkmode .video-arrow.next {
  background-image: url("../img/ico/arrow-right-white.svg");
}
body.darkmode .promoted-widget-post-box {
  background: #094067;
}
body.darkmode .btn {
  background: #fff;
  color: #094067;
}
body.darkmode .btn.diphereline {
  color: #094a46 !important;
}
body.darkmode .btn.diphereline.zoom-img {
  background: #094a46;
  color: #fff !important;
}
body.darkmode .btn.zoom-img {
  background: #094067;
  color: #fff;
}
body.darkmode .esou-box.blue {
  background: #094067;
}
body.darkmode .link-underline-hover {
  color: #fff;
}
body.darkmode .novelty.soon {
  background: #fff;
  color: #094067;
}
body.darkmode .events-box-home {
  max-width: 37rem;
  margin-left: auto;
  margin-right: auto;
}
body.darkmode .events-box-posts.margin:after {
  background: #094067;
}
body.darkmode .about-us-ico.phone:after {
  background-image: url("../img/ico/phone-white.svg");
}
body.darkmode .about-us-ico.email:after {
  background-image: url("../img/ico/email-white.svg");
}
body.darkmode .about-us-box-info {
  background: #d8eefe;
}
body.darkmode .next-prev-line:after {
  background: #fff;
}
body.darkmode .diphereline-3 {
  color: #ffffff;
}
body.darkmode .about-us {
  background: #094067;
}
.link-black {
  color: #000;
  text-decoration: underline;
}
.link-special {
  color: #000;
}
.link-special--b1 {
  background: linear-gradient(to top, rgba(239, 69, 101, 0.7) 20%, transparent 30%, transparent 100%);
}
.link-special--b2 {
  background: linear-gradient(to top, rgba(224, 134, 26, 0.7) 20%, transparent 20%, transparent 100%);
}
.link-special--b3 {
  background: linear-gradient(to top, rgba(44, 182, 125, 0.7) 20%, transparent 20%, transparent 100%);
}
.link-special--b4 {
  background: linear-gradient(to top, rgba(61, 169, 252, 0.7) 20%, transparent 20%, transparent 100%);
}
strong {
  font-weight: 700;
}
.hide {
  display: none;
}
.oh {
  overflow: hidden;
}
.relative {
  position: relative;
}
.min-height-15 {
  min-height: 15rem;
}
.min-height-16 {
  min-height: 16rem;
}
.min-height-56 {
  min-height: 56rem;
}
.h-20 {
  height: 20rem;
}
.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}
.min-h-100 {
  min-height: 100%;
}
.mh-100 {
  max-height: 100%;
}
.cursor-pointer {
  cursor: pointer;
}
.max-width-80 {
  max-width: 80%;
}
figure img {
  display: block;
}
figure.center img {
  margin-left: auto;
  margin-right: auto;
}
.img-multiply {
  mix-blend-mode: multiply;
}
.link-upper {
  text-transform: uppercase;
  color: #094067;
  transition: 0.3s;
}
.link-upper:hover {
  color: #86BD40;
  transition: 0.3s;
}
.link-underline:hover {
  text-decoration: underline;
}
.link-underline-hover {
  color: #094067;
  text-decoration: underline;
}
.link-underline-hover:hover {
  text-decoration: none;
}
.bg-white {
  background: #fff;
}
.bg-gray {
  background: #dddddd;
}
.bg-light-blue {
  background: #d8eefe;
}
.z-index-1 {
  z-index: 1;
  position: relative;
}
.z-index-2 {
  z-index: 2;
}
.hover-image img {
  -webkit-transition: all 0.4s ease-in-out;
}
.hover-image .diphereline-post-img-two {
  -webkit-transition: all 0.4s ease-in-out;
}
.hover-image .diphereline-post-img-one {
  -webkit-transition: all 0.4s ease-in-out;
}
.hover-image:hover img {
  -webkit-transform: scale(1.08);
  -webkit-transition: all 0.4s ease-in-out;
}
.hover-image:hover .to-download-text:after {
  transform: translate(0, -35%);
  transition: transform 0.3s ease-out;
}
.hover-image:hover .to-download-text-new:after {
  transform: translate(0, -35%);
  transition: transform 0.3s ease-out;
}
.hover-image:hover .search-to-download-text:after {
  transform: translate(0, -35%);
  transition: transform 0.3s ease-out;
}
.hover-image:hover .title-medium {
  text-decoration: underline;
}
.hover-image:hover .title-small {
  text-decoration: underline;
}
.hover-image:hover .diphereline-post-img-two {
  -webkit-transform: scale(1.08);
  -webkit-transition: all 0.4s ease-in-out;
}
.hover-image:hover .diphereline-post-img-one {
  -webkit-transform: scale(1.08);
  -webkit-transition: all 0.4s ease-in-out;
}
.hover-image .to-download-text:after {
  transition: transform 0.3s ease-out;
}
.hover-image .to-download-text-new:after {
  transition: transform 0.3s ease-out;
}
.hover-image .search-to-download-text:after {
  transition: transform 0.3s ease-out;
}
.display-grid {
  display: grid;
}
.display-grid-columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.display-grid-width-3 {
  grid-column: 1/4;
}
.display-grid-table-border {
  border: 2px solid #005489;
}
.display-grid-table-border-left {
  border-left: 2px solid #005489;
}
.display-grid-table-border-right {
  border-right: 2px solid #005489;
}
.display-grid-table-border-top {
  border-top: 2px solid #005489;
}
.display-grid-table-border-bottom {
  border-bottom: 2px solid #005489;
}
.display-grid-table-background {
  background: #efe4ec;
}
.kidney-cancer-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 3rem;
}
.kidney-cancer-grid > .first-col {
  grid-column: 1/3;
}
.font-poppins {
  font-family: "Poppins", sans-serif;
}
.font-italic {
  font-style: italic;
}
.fontsize-12 {
  font-size: 1.2rem;
}
.fontsize-13 {
  font-size: 1.3rem;
}
.fontsize-14 {
  font-size: 1.4rem;
}
.fontsize-15 {
  font-size: 1.5rem;
}
.fontsize-17 {
  font-size: 1.7rem;
}
.fontsize-18 {
  font-size: 1.8rem;
}
.fontsize-19 {
  font-size: 1.9rem;
}
.fontsize-20 {
  font-size: 2rem;
}
.fontsize-21 {
  font-size: 2.1rem;
}
.fontsize-22 {
  font-size: 2.2rem;
}
.fontsize-25 {
  font-size: 2.5rem;
}
.fontsize-26 {
  font-size: 2.6rem;
}
.fontsize-29 {
  font-size: 2.9rem;
}
.fontsize-30 {
  font-size: 3rem;
}
.fontsize-35 {
  font-size: 3.5rem;
}
.fontsize-40 {
  font-size: 4rem;
}
.text-underline {
  text-decoration: underline;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-medium {
  font-weight: 500;
}
.text-light {
  font-weight: 300;
}
.text-upper {
  text-transform: uppercase;
}
.text-regular {
  font-weight: 400;
}
.text-semibold {
  font-weight: 600;
}
.text-bold {
  font-weight: 700;
}
.text-xbold {
  font-weight: 900;
}
.text-primary {
  color: #094067;
}
.text-diphereline {
  color: #094a46;
}
.text-orange {
  color: #f8b526;
}
.text-orange-diphereline {
  color: #e0861a;
}
.text-secondary {
  color: #86BD40;
}
.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.text-gray {
  color: #575756;
}
.text-light-gray {
  color: #5f6c7b;
}
.text-type-1 {
  color: #EF4565;
}
.text-type-2 {
  color: #e0861a;
}
.text-type-3 {
  color: #2CB67D;
}
.text-type-4 {
  color: #3DA9FC;
}
sup,
sub,
small {
  font-size: 70%;
}
video {
  display: block;
  width: 100%;
}
p {
  margin: 1rem 0;
}
.pad-top-3 {
  padding-top: 3rem;
}
.pad-left-2 {
  padding-left: 2rem;
}
.pad-left-3 {
  padding-left: 3rem;
}
.pad-bottom-2 {
  padding-bottom: 2rem;
}
.pad-section-2 {
  padding: 2rem 0rem;
}
.pad-section-3 {
  padding: 3rem 0rem;
}
.pad-section-4 {
  padding: 4rem 0rem;
}
.pad-section-5 {
  padding: 5rem 0rem;
}
.pad-section-6 {
  padding: 6rem 0rem;
}
.pad-section-9 {
  padding: 9rem 0rem;
}
.pad-section-10-6 {
  padding: 10rem 0rem 6rem 0rem;
}
.pad-section-diphereline-new {
  padding: 4rem 0 10rem 0;
}
.pad-2 {
  padding: 2rem;
}
.pad-2-rwd-custom {
  padding: 2rem 0rem;
}
.pad-sides-1 {
  padding: 0rem 1rem;
}
.pad-sides-15 {
  padding: 0 1.5rem;
}
.pad-sides-2 {
  padding: 0rem 2rem;
}
.pad-4-2 {
  padding: 4rem 2rem;
}
.m-right-2 {
  margin-right: 2rem;
}
.mat-minus-05 {
  margin-top: -0.5rem;
}
.mat-minus-1 {
  margin-top: -1rem;
}
.mat-minus-2 {
  margin-top: -2rem;
}
.mat-minus-3 {
  margin-top: -3rem;
}
.mat-0 {
  margin-top: 0;
}
.mat-1 {
  margin-top: 1rem;
}
.mat-2 {
  margin-top: 2rem;
}
.mat-3 {
  margin-top: 3rem;
}
.mat-4 {
  margin-top: 4rem;
}
.mat-6 {
  margin-top: 6rem;
}
.mat-7 {
  margin-top: 7rem;
}
.mat-10 {
  margin-top: 10rem;
}
.mab-minus-1 {
  margin-bottom: -1rem;
}
.mab-minus-2 {
  margin-bottom: -2rem;
}
.mab-minus-3 {
  margin-bottom: -3rem;
}
.mab-minus-4 {
  margin-bottom: -4rem;
}
.mab-minus-5 {
  margin-bottom: -5rem;
}
.mab-0 {
  margin-bottom: 0;
}
.mab-1 {
  margin-bottom: 1rem;
}
.mab-15 {
  margin-bottom: 1.5rem;
}
.mab-2 {
  margin-bottom: 2rem;
}
.mab-25 {
  margin-bottom: 2.5rem;
}
.mab-3 {
  margin-bottom: 3rem;
}
.mab-4 {
  margin-bottom: 4rem;
}
.mab-5 {
  margin-bottom: 5rem;
}
.mab-6 {
  margin-bottom: 6rem;
}
.mab-6-3 {
  margin-bottom: 3rem;
}
.mab-7 {
  margin-bottom: 7rem;
}
.mab-7-4 {
  margin-bottom: 7rem;
}
.mab-8 {
  margin-bottom: 8rem;
}
.mab-9-5 {
  margin-bottom: 9rem;
}
.mab-10 {
  margin-bottom: 10rem;
}
.mar-0 {
  margin: 0;
}
.mar-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.mar-10-disable {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.mar-2-disable {
  margin-left: -2rem;
  margin-right: -2rem;
}
.mar-left-3 {
  margin-left: 3rem;
}
.line-height-29 {
  line-height: 2.9rem;
}
.line-height-34 {
  line-height: 3.4rem;
}
.line-height-38 {
  line-height: 3.8rem;
}
.line-height-1-5 {
  line-height: 1.5;
}
.line-height-2 {
  line-height: 2;
}
.list-dotted {
  list-style: none;
  margin-left: 2.5rem !important;
}
.list-dotted li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  color: #094067;
}
.list-dotted li:before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 0.8rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #094067;
  border-radius: 50%;
}
.list-dotted li.marker-none:before {
  display: none;
}
.list-dotted.white li:before {
  background: #fff;
}
.list-dotted-none:before {
  display: none;
}
.list-dotted-none li:before {
  display: none;
}
.list-dotted.line {
  margin-left: 3rem !important;
}
.list-dotted.line li:before {
  width: 1rem;
  height: 0.1rem;
  top: 1rem;
  left: -2.5rem;
}
.list-dotted.fontsize-18 li {
  font-size: 1.8rem;
}
.list-dotted.fontsize-18 li:before {
  top: 1rem;
  width: 0.7rem;
  height: 0.7rem;
}
.list-numeric {
  margin-left: 2.5rem !important;
}
.list-numeric.table-of-content {
  margin-left: 15px !important;
}
.list-numeric.table-of-content li.article-pagination {
  font-family: unset;
  padding: unset;
  margin-bottom: 1rem;
  display: list-item;
}
.list-numeric.table-of-content li.active {
  font-weight: 700;
}
.list-numeric li {
  font-size: 1.8rem;
  font-weight: 400;
  color: #094067;
}
.list-upper-roman {
  list-style-type: upper-roman;
  margin-left: 2rem;
}
.list-mab-1 li {
  margin-bottom: 1rem;
}
.list-bold li {
  font-weight: 700;
}
.title {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 700;
  color: #094067;
  font-family: "Poppins", sans-serif;
  padding-bottom: 2rem;
  position: relative;
}
.title:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 16.9rem;
  max-width: 70%;
  height: 0.1rem;
  background: #707070;
  transform: translate(-50%, 0);
}
.title.white {
  color: #fff;
}
.title.white:after {
  background: #ffffff;
}
.title-medium {
  color: #094067;
  font-family: "Poppins", sans-serif;
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-weight: 700;
}
.title-medium.diphereline-home {
  font-size: 2.4rem;
  line-height: 3.1rem;
  color: #fff;
}
.title-medium.events-home {
  font-size: 2.4rem;
  line-height: 3.1rem;
  text-align: center;
}
.title-small {
  color: #094067;
  font-family: "Poppins", sans-serif;
  font-size: 1.9rem;
  line-height: 2.9rem;
  font-weight: 400;
}
.title-small.download {
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.title-small a {
  color: #094067;
}
.title.single-post {
  text-align: left;
}
.title.single-post:after {
  display: none;
}
.title.left {
  text-align: left;
}
.title.left:after {
  left: 0;
  transform: unset;
}
.title.mab-none {
  margin-bottom: 0;
  padding-bottom: 0;
}
.title.diphereline {
  color: #0C5853;
}
.title-diphereline-post {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #0C5853;
}
.title-diphereline-post.orange {
  color: #e0861a;
}
.title.without-after:after {
  display: none;
}
.title.darkmode-disable {
  color: #094067 !important;
}
.title.diphereline-color {
  color: #e0861a !important;
}
.title.underline-orange {
  padding-bottom: 2.7rem;
}
.title.underline-orange:after {
  height: 4px;
  background-color: #ff8e3c;
}
.br-none br {
  content: "";
}
.br-none br:after {
  content: " ";
}
.line-content {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.line-content:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 0.1rem;
  width: 72%;
  max-width: 17.2rem;
  background: #707070;
}
.line-content-full {
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.line-content-full:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 0.1rem;
  width: 100%;
  background: #707070;
}
.line-after-post {
  position: relative;
}
.line-after-post:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 0.1rem;
  background: #5f6c7b;
}
@keyframes screenRotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(35deg);
  }
  100% {
    transform: rotate(0);
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.container-fluid.big {
  max-width: 1440px;
}
.container-fluid.full {
  max-width: unset;
}
.container-big {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
/***************************/
/**   USTAWIENIA GŁÓWNE   **/
/***************************/
.btn {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  background: #0b4975;
  padding: 1.3rem 2.3rem;
  min-width: 16.4rem;
  border-radius: 2.3rem;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  transition: 0.3s;
  position: relative;
}
.btn.disable-hover {
  cursor: unset;
}
.btn.disable-hover:hover {
  border-top-right-radius: 2.3rem;
  border-bottom-left-radius: 2.3rem;
}
.btn:hover {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: 0.3s;
}
.btn.t1 {
  background: #EF4565 !important;
  color: #fff !important;
}
.btn.t2 {
  background: #e0861a !important;
  color: #fff !important;
}
.btn.t3 {
  background: #2CB67D !important;
  color: #fff !important;
}
.btn.t4 {
  background: #3DA9FC !important;
  color: #fff !important;
}
.btn.cabo {
  background: #71164D !important;
  color: #fff !important;
}
.btn.zoom-img {
  border-radius: 0;
  padding: 1.4rem 4rem 1.3rem 1.6rem;
  text-transform: uppercase;
}
.btn.zoom-img:after {
  position: absolute;
  content: "";
  right: 2rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../img/ico/zoom-img.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.btn.zoom-img:hover {
  border-top-left-radius: 2.3rem;
  border-bottom-left-radius: 2.3rem;
}
.btn-zoom-position {
  text-align: right;
  margin-right: -3rem;
  margin-bottom: -3.3rem;
}
.btn.v1 {
  background: #ef4565 !important;
  color: #fff !important;
}
.btn.v2 {
  background: #009999 !important;
  color: #fff !important;
}
.btn.v3 {
  background: #3da9fc !important;
  color: #fff !important;
}
.btn.v4 {
  background: #e0861a !important;
  color: #fff !important;
}
.btn.v5 {
  background: #0a588f !important;
  color: #fff !important;
}
.btn.v6 {
  background: #d35400 !important;
  color: #fff !important;
}
.btn.v7 {
  background: #853ea3 !important;
  color: #fff !important;
}
.btn.v8 {
  background: #ff8e3c !important;
  color: #fff !important;
}
.btn.light {
  background: #3da9fc !important;
  color: #fff !important;
}
.btn.diphereline {
  background: #094a46;
  color: #fff !important;
}
.btn.small {
  font-size: 1.2rem;
  padding: 1rem 1.6rem;
  min-width: unset;
}
.btn.mw-unset {
  min-width: unset;
}
.btn.slider-your-office {
  text-transform: uppercase;
  color: #000;
  background: #ff6400;
  font-weight: 700;
}
.btn.border {
  border: solid 1px #094067;
  background: none;
  color: #094067;
}
/***************************/
/**        HEADER         **/
/***************************/
.navbar {
  padding: 4rem 0rem 0rem 0rem;
  position: relative;
}
.navbar-logo {
  padding-top: 4rem;
  margin-top: -4rem;
}
.navbar:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 25vw;
  height: 100%;
}
.navbar-menu li {
  display: inline-block;
  font-weight: 400;
  font-size: 1.6rem;
  list-style: none;
  position: relative;
  font-family: "Poppins", sans-serif;
}
.navbar-menu li a {
  color: #094067;
  transition: 0.3s;
  position: relative;
  padding: 1rem 2rem 2rem 2rem;
  display: block;
}
.navbar-menu li a.dropdown {
  padding: 1rem 3rem 2rem 2rem;
}
.navbar-menu.t1 li a:after {
  background: #EF4565;
}
.navbar-menu.t2 li a:after {
  background: #e0861a;
}
.navbar-menu.t3 li a:after {
  background: #2CB67D;
}
.navbar-menu.t4 li a:after {
  background: #3DA9FC;
}
.navbar-dropdown {
  display: none;
}
.navbar-dropdown li {
  display: flex;
}
.navbar-dropdown li a {
  color: #094067;
}
.navbar-dropdown-category {
  color: #094067;
  cursor: pointer;
  justify-content: space-between;
  margin-bottom: 1.7rem;
}
.navbar-dropdown-category-ul {
  display: none;
  margin: 0;
  list-style-type: none;
}
.navbar-dropdown-category-ul > li:before {
  content: "-";
  margin-top: 1rem;
}
.navbar-dropdown-category.active:before {
  transform: rotate(180deg);
  transition: 0.3s;
}
.navbar-dropdown-category:after {
  content: url("../img/ico/arrow_black_down.svg");
}
.navbar-hamburger {
  background: none;
  display: none;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  margin-left: auto;
  width: 3rem;
  height: 3rem;
  z-index: 9;
}
.navbar-hamburger.active .navbar-hamburger-ico {
  position: absolute;
  left: 0;
  top: 35%;
  transition: 0.3s;
  background: #fff;
}
.navbar-hamburger.active .navbar-hamburger-ico:nth-child(1) {
  transform: rotate(45deg);
}
.navbar-hamburger.active .navbar-hamburger-ico:nth-child(2) {
  transform: rotate(-45deg);
}
.navbar-hamburger.active .navbar-hamburger-ico:last-child {
  display: none;
}
.navbar-hamburger-ico {
  width: 3rem;
  height: 3px;
  display: block;
  background: #094067;
  margin: 0.6rem 0;
  transition: 0.3s;
}
.dropdown:before {
  position: absolute;
  content: "";
  right: 0.5rem;
  top: 1.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../img/ico/dropdown.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s;
}
.dropdown.active:before {
  transform: rotate(180deg);
  transition: 0.3s;
}
.promoted-slider-item {
  min-height: 60rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 4rem 1.5rem 7rem 1.5rem;
}
.promoted-slider-item:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.46);
  z-index: -1;
}
.promoted-slider-item.without-gradient:before {
  display: none;
}
.promoted-slider-big-text {
  text-transform: uppercase;
  font-size: 5rem;
}
.promoted-widget {
  position: fixed;
  top: 57%;
  right: -27rem;
  transform: translate(0, -50%);
  z-index: 10;
  display: flex;
}
.promoted-widget.active .promoted-widget-arrow:after {
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transition: all 0.5s ease-in-out;
}
.promoted-widget-arrow {
  width: 4.3rem;
  height: 4.3rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.promoted-widget-arrow.t1 {
  background: #EF4565;
}
.promoted-widget-arrow.t2 {
  background: #e0861a;
}
.promoted-widget-arrow.t3 {
  background: #2CB67D;
}
.promoted-widget-arrow.t4 {
  background: #3DA9FC;
}
.promoted-widget-arrow:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 1.9rem;
  height: 1.9rem;
  transform: translate(-50%, -50%);
  background-image: url("../img/ico/arrow-left-white.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
}
.promoted-widget-post {
  display: inline-block;
  max-width: 27rem;
}
.promoted-widget-post-box {
  padding: 2rem;
  background: #fff;
}
/***************************/
/**      WYSZUKIWARKA     **/
/***************************/
.search-form {
  display: block;
  border: 0.1rem solid #094067;
  border-radius: 2.3rem;
  max-width: 100%;
  height: 3.8rem;
  padding: 0rem 1rem;
}
.search-form input {
  color: #094067;
  background: none;
  width: 100%;
}
.search-form button {
  cursor: pointer;
  background: none;
  width: 100%;
}
.search-form.white {
  border: 0.1rem solid #fff;
}
.search-form.white input {
  color: #fff;
}
.search-ico:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../img/ico/search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.search-ico-rwd {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../img/ico/search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
}
.search-ico.white:after {
  background-image: url("../img/ico/search-white.svg");
}
.search-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(9, 64, 103, 0.85);
}
.search-popup-close {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.search-to-download {
  background: #d8eefe;
  height: 100%;
}
.search-to-download-text {
  text-transform: uppercase;
  color: #094067;
  font-size: 1.5rem;
  font-weight: 400;
  padding-right: 3rem;
  display: inline-block;
  position: relative;
}
.search-to-download-text:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 2.4rem;
  height: 2.4rem;
  transform: translate(0, -50%);
  background-image: url("../img/ico/download.svg");
  background-size: contain;
}
.search-to-download-background {
  background: #d8eefe;
}
/***************************/
/**       KNOWLEDGE       **/
/***************************/
.knowledge-container {
  width: 100%;
  margin-bottom: 1rem;
  max-width: 1529px;
}
.knowledge-container .knowledge-promoted-box-thumbnail {
  width: 61%;
}
.knowledge-promoted-box {
  background-position: center;
  margin-bottom: 8rem;
  position: relative;
  overflow: hidden;
}
.knowledge-promoted-box-text {
  background: #fff;
  width: 39%;
  padding: 3rem 0rem 1.7rem 5rem;
}
.knowledge-promoted-box-thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.knowledge-zone-box {
  min-height: 100%;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.knowledge-zone-box-text {
  background: #fff;
  width: 100%;
  padding: 2rem 4rem 1rem 4rem;
}
.knowledge-post-type {
  font-family: "Poppins", sans-serif;
  color: #5f6c7b;
  background: #e3e3e3;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  margin-bottom: 1rem;
}
.knowledge-post-type.white {
  color: #fff;
}
.knowledge-post-type.diphereline {
  display: block;
  background: unset;
}
.knowledge-post-type.bg-diphereline {
  color: #094067;
  background: none;
  font-size: 1.6rem;
  padding: 1.5rem 0;
}
.knowledge-post-type.mab-05 {
  margin-bottom: 0.5rem;
}
.knowledge-post-type.archive {
  color: #fff !important;
  background: #e74c3c !important;
}
.knowledge-hover .knowledge-promoted-box-thumbnail {
  -webkit-transition: all 0.4s ease-in-out;
}
.knowledge-hover:hover .knowledge-promoted-box-thumbnail {
  -webkit-transform: scale(1.08);
  -webkit-transition: all 0.4s ease-in-out;
}
.knowledge-hover:hover .title-medium {
  text-decoration: underline;
}
.knowledge-hover:hover .title-small {
  text-decoration: underline;
}
.knowledge-box {
  display: block;
}
.knowledge-box.download {
  height: unset;
}
.knowledge-post-mab {
  margin-bottom: 10rem;
}
/***************************/
/**      DIPHERELINE      **/
/***************************/
.diphereline-banner {
  max-width: 610px;
  width: 100%;
}
.diphereline-header {
  display: grid;
  grid-template-columns: min(610px, 50%) auto;
  gap: 3rem;
  justify-content: center;
}
.diphereline-header-feature img {
  height: 100%;
  width: auto;
  max-height: 473px;
  margin-left: -45%;
}
.diphereline-header-feature figure {
  width: 100%;
  max-width: 305px;
}
.diphereline-header-feature .content {
  width: 55%;
}
.diphereline-article .video-layer {
  position: relative;
}
.diphereline-article .knowledge-box {
  margin-right: 2.5rem;
}
.diphereline-article .section-title::after {
  display: block;
  content: "";
  width: 50%;
  max-width: 210px;
  height: 1px;
  background-color: #707070;
  margin-top: 2.7rem;
}
.diphereline-article .underline-row::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #707070;
  display: block;
  margin: 2rem 0 3.5rem;
}
.diphereline-article .left-divider {
  border-left: solid 1px #707070;
  padding-left: 10.8rem;
}
.diphereline-slider-item {
  min-height: 50rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.diphereline-slider-item-box {
  background: #094067;
  display: inline-block;
  width: 65%;
  max-width: 36rem;
  position: absolute;
  top: 6.5rem;
  right: 9rem;
  min-height: 36.3rem;
  color: #fff;
  padding: 5rem 2rem;
  text-align: center;
}
.diphereline-slider-nav {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translate(-50%, 0);
}
.diphereline-dots {
  display: inline-block;
}
.diphereline-dots li {
  list-style: none;
  font-size: 1.4rem;
  opacity: 0.36;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  padding: 0rem 0.5rem;
  cursor: pointer;
}
.diphereline-dots li.active {
  opacity: 1;
}
.diphereline-section {
  padding: 4rem 1.5rem 19rem 1.5rem;
}
.diphereline-section.single {
  padding: 4rem 1.5rem 15rem 1.5rem;
}
.diphereline-section:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -0.1rem;
  height: 59.5rem;
  width: 153rem;
  max-width: 200%;
  max-height: 100%;
  background-image: url("../img/diphereline-section-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.diphereline-section-box {
  background: rgba(236, 140, 0, 0.72);
  padding: 3rem 4rem;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.diphereline-section-box-padding {
  position: relative;
  padding: 1.5rem 3rem;
  display: inline-block;
}
.diphereline-section-box-padding:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 3.5rem;
  height: 3.5rem;
  background-image: url("../img/ico/diphereline-box-border-left.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.diphereline-section-box-padding:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 3.5rem;
  height: 3.5rem;
  background-image: url("../img/ico/diphereline-box-border-right.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.diphereline-section-box-title-big {
  font-size: 3.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.diphereline-section-box-title-single {
  font-size: 3rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.diphereline-section-box-title-small {
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 400;
}
.diphereline-section-logo-new {
  padding: 3rem 0rem;
  background: #fff;
}
.diphereline-logo {
  position: absolute;
  left: 80%;
  transform: translate(-80%, 0);
  bottom: 1rem;
  z-index: 1;
  width: 100%;
  max-width: 43rem;
}
.diphereline-custom-pad-post {
  padding: 1rem 2rem 1rem 0rem;
}
.diphereline-custom .diphereline-orange-box {
  background: #e0861a;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  padding: 1rem 2rem;
}
.diphereline-new-header {
  padding: 2rem 0 4rem 0;
  background-image: url("../img/diphereline/header.jpg?v=2");
  background-size: cover;
  background-position: bottom center;
  min-height: 70rem;
  display: flex;
  color: #fff;
}
.diphereline-new-header-box {
  padding: 0 3.5rem;
  min-height: 100%;
  position: relative;
}
.diphereline-new-header-box-logo {
  position: absolute;
  top: 3rem;
  left: 10%;
  z-index: 2;
}
.diphereline-new-header-box figure {
  max-width: 10rem;
}
.diphereline-new-header-logo {
  width: 266px;
  max-width: 100%;
  height: auto;
}
.diphereline-new-header h1 {
  font-size: 4.8rem;
  line-height: 5.9rem;
  font-weight: 700;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
}
.diphereline-new-header p {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
}
.diphereline-new-box-gray {
  background: #e7e7e7;
  padding: 3rem 6rem 3rem 8rem;
  height: 100%;
}
.diphereline-new-presentation-container {
  position: relative;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.diphereline-new-presentation-section {
  background: #094a46;
  padding: 6rem 0;
  margin-bottom: 6rem;
}
.diphereline-new-presentation-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  z-index: 10;
}
.diphereline-new-presentation-arrow:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.1rem;
  height: 1.9rem;
  background-image: url("../img/ico/arrow-diphereline.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.diphereline-new-presentation-arrow.prev {
  left: -5rem;
}
.diphereline-new-presentation-arrow.next {
  right: -5rem;
}
.diphereline-new-presentation-arrow.next:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.diphereline-new-presentation-disabled {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: none;
  align-items: center;
  justify-content: center;
}
.diphereline-new-presentation-disabled p {
  color: #fff;
  margin-bottom: 3rem;
}
.diphereline-new-presentation-disabled-ico {
  width: 4.8rem;
  height: 4.8rem;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../img/ico/screen-rotation.svg");
  background-size: contain;
  background-repeat: no-repeat;
  animation: screenRotate 3s infinite;
  -webkit-animation: screenRotate 3s infinite;
}
.diphereline-new-presentation-toolbar {
  position: absolute;
  opacity: 0;
  background: none;
  border-radius: 50%;
  width: 2.6%;
  height: 3.7%;
  left: 0.8%;
  cursor: pointer;
}
.diphereline-new-presentation-toolbar.one {
  top: 33.9%;
}
.diphereline-new-presentation-toolbar.two {
  top: 39.6%;
}
.diphereline-new-presentation-toolbar.three {
  top: 45.4%;
}
.diphereline-new-presentation-toolbar.four {
  top: 51%;
}
.diphereline-new-presentation-toolbar.five {
  top: 56.8%;
}
.diphereline-new-presentation-toolbar.six {
  top: 62.6%;
}
.diphereline-3 {
  color: #094067;
  margin-top: 3.8rem;
}
.diphereline-3 .background-navy {
  background-color: #0a4974;
  padding: 3rem 2.6rem;
}
.diphereline-3 p {
  margin-top: 0;
}
.diphereline-3 a {
  color: #094067;
}
.diphereline-3 ol,
.diphereline-3 ul {
  list-style-position: inside;
}
.diphereline-3 .background-baby-blue {
  background-color: #d8eefe;
  padding: 3rem 3.5rem;
}
.diphereline-3-divide::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #094067;
  margin: 3rem 0;
}
.diphereline-3 .post-img {
  padding: 3rem 0 2.5rem 3.2rem;
}
.diphereline-3 .diphereline-3-enchance {
  background-color: #094067;
  padding: 1.4rem 3.3rem;
}
.diphereline-3 .btn-zoom-position {
  margin-bottom: 0;
}
.diphereline-3-large-number {
  font-size: 10.9rem;
  color: #d8eefe;
  font-weight: bold;
  margin-bottom: -7rem;
}
.diphereline-3-large-number-text {
  margin-left: 3rem;
}
.video-layer:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/video-layer.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
/***************************/
/**        EVENTS         **/
/***************************/
.events-box-home {
  max-width: 37rem;
  margin-left: auto;
  margin-right: auto;
}
.events-box-posts {
  padding: 0rem 2rem;
}
.events-box-posts.pad-2 {
  padding: 2rem;
}
.events-box-posts.margin {
  margin-top: 1rem;
  position: relative;
}
.events-box-posts.margin:after {
  position: absolute;
  content: "";
  left: 0;
  top: -1rem;
  width: 100%;
  height: 1rem;
  background: #fff;
  z-index: 2;
}
.events-posts-mab {
  margin-bottom: 7rem;
}
.events-border {
  position: relative;
}
.events-border:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0.4rem;
  height: 100%;
}
.events-border.t1:after {
  background: #EF4565;
}
.events-border.t2:after {
  background: #e0861a;
}
.events-border.t3:after {
  background: #2CB67D;
}
.events-border.t4:after {
  background: #3DA9FC;
}
.events-border.border-title:after {
  left: -2rem;
}
/***************************/
/**      SINGLE POST      **/
/***************************/
.post-blue-box {
  background: #0b4975;
  font-weight: 700;
  color: #fff;
  padding: 2rem 2.5rem;
}
.post-blue-box.text-regular {
  font-weight: 400;
}
.post-blue-box.cabo {
  background: #71164D !important;
}
.post-box-cabo-gradient {
  background: linear-gradient(90deg, #790f4d 33%, #cc4c85 100%);
  padding: 4rem 2rem;
  border-radius: 4rem;
}
.post-diphereline-box {
  background: #094a46;
  font-weight: 700;
  color: #fff;
  padding: 2rem 2.5rem;
}
.post-orange-box {
  background: #e0861a;
  font-weight: 700;
  color: #fff;
  padding: 2rem 2.5rem;
}
.post-quote {
  background: rgba(216, 238, 254, 0.09);
  padding: 6rem 3rem 3.3rem 3.5rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
}
.post-quote:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0.9rem;
  height: 100%;
  background: #d8eefe;
}
.post-quote:after {
  position: absolute;
  content: '"';
  left: 2rem;
  top: 0.5rem;
  font-size: 10rem;
  color: #d8eefe;
  font-style: italic;
  line-height: 8rem;
}
.post-img {
  background: rgba(216, 238, 254, 0.09);
  padding: 6rem 3rem 3.3rem 3.5rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
}
.post-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.post-img:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0.9rem;
  height: 100%;
  background: #d8eefe;
}
.post-img.diphereline:before {
  background: #e0861a;
}
.post-img.diphereline-main {
  padding: 0 0 1.5rem 1.8rem;
  background: none;
}
.post-img.diphereline-main:before {
  background: #2cb67d;
  width: 4px;
}
.post-img.diphereline-main a {
  color: #094067;
}
.post-views-count {
  vertical-align: middle;
}
.post-eye-dark .views-icon:after {
  background-image: url("../img/ico/eye-views-dark.svg");
}
.post-prev a {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  color: #5f6c7b;
  display: inline-block;
  position: relative;
  padding: 0rem 0rem 0rem 3rem;
}
.post-prev a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 1.9rem;
  height: 1.1rem;
  transform: translate(0, -50%);
  background-image: url("../img/ico/arrow-nav.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-out;
}
.post-prev a:hover:after {
  transform: translate(-20%, -50%);
  transition: transform 0.3s ease-out;
}
.post-prev-next-new a {
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  color: #094067;
  position: relative;
}
.post-next {
  text-align: right;
}
.post-next a {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  color: #5f6c7b;
  display: inline-block;
  position: relative;
  padding: 0rem 3rem 0rem 0rem;
}
.post-next a:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 1.9rem;
  height: 1.1rem;
  transform: translate(0, -50%) rotate(180deg);
  background-image: url("../img/ico/arrow-nav.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-out;
}
.post-next a:hover:after {
  transform: translate(20%, -50%) rotate(180deg);
  transition: transform 0.3s ease-out;
}
.vimeo-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.vimeo-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vimeo-extraplayer-scroll {
  max-height: 38rem;
  overflow-y: scroll;
}
.vimeo-extraplayer-scroll::-webkit-scrollbar {
  width: 1rem;
  height: 1rem;
  background: #87a4d9;
}
.vimeo-extraplayer-scroll::-webkit-scrollbar-thumb {
  background: #4472c4;
}
.vimeo-extraplayer-time {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  font-size: 1.4rem;
  background: #094067;
  color: #fff;
  padding: 0.5rem 1rem;
}
.vimeo-extraplayer-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6rem;
  height: 6rem;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  z-index: 5;
  cursor: pointer;
}
.vimeo-extraplayer-play:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  background-image: url("../img/ico/play.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.article-pagination {
  font-size: 1.7rem;
  font-family: "Poppins", sans-serif;
  color: rgba(9, 64, 103, 0.36);
  cursor: pointer;
  padding: 0.5rem 1rem;
  display: inline-block;
}
.article-pagination.active {
  color: #094067;
}
.article-pagination.article-content {
  cursor: pointer;
  display: revert;
  padding: 0;
  font-size: 1.8rem;
  color: #094067;
}
.article-pagination-arrow {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 1rem;
  vertical-align: middle;
}
.article-pagination-arrow.hide {
  display: none;
}
.article-pagination-arrow:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 2.4rem;
  height: 2.4rem;
  transform: translate(-50%, -50%);
  background-size: contain;
}
.article-pagination-arrow.prev:after {
  background-image: url("../img/ico/arrow-left.svg");
}
.article-pagination-arrow.next:after {
  background-image: url("../img/ico/arrow-right.svg");
}
.article-table {
  width: 110rem;
  text-align: left;
}
.article-table th {
  padding: 0.5rem 2rem 1rem 2rem;
  font-weight: 700;
}
.article-table th:not(:last-child) {
  position: relative;
  border-right: 0.1rem solid #5f6c7b;
}
.article-table th:not(:last-child):after {
  position: absolute;
  content: "";
  right: -0.1rem;
  top: 50%;
  width: 0.1rem;
  height: 100%;
  background: #5f6c7b;
}
.article-table td {
  padding: 0 2rem;
  vertical-align: top;
}
.article-table td p {
  margin: 1.5rem 0;
}
.article-table td:not(:last-child) {
  border-right: 0.1rem solid #5f6c7b;
}
.article-table-container {
  overflow-x: auto;
  padding-bottom: 2rem;
}
.article-table-container::-webkit-scrollbar {
  width: 1rem;
  height: 1rem;
  background: #e5e5e5;
  border-radius: 1rem;
}
.article-table-container::-webkit-scrollbar-thumb {
  border-radius: 1rem;
}
.article-table-container.t1::-webkit-scrollbar-thumb {
  background: #EF4565;
}
.article-table-container.t2::-webkit-scrollbar-thumb {
  background: #e0861a;
}
.article-table-container.t3::-webkit-scrollbar-thumb {
  background: #2CB67D;
}
.article-table-container.t4::-webkit-scrollbar-thumb {
  background: #3DA9FC;
}
.esou-box {
  padding: 1rem 1.3rem;
}
.esou-box.blue {
  background: #094067;
  color: #fff;
}
.esou-box.light {
  background: #f2f4f6;
  color: #094067;
}
.notes {
  font-size: 1.5rem;
  font-weight: 700;
  color: #5f6c7b;
  position: relative;
  display: inline-block;
  padding: 0rem 2.5rem 0rem 0rem;
  cursor: pointer;
}
.notes:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 2rem;
  height: 2rem;
  transform: translate(0, -50%) rotate(180deg);
  background-image: url("../img/ico/arrow-gray.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.notes-to-show {
  color: #5f6c7b;
  font-size: 1.2rem;
  display: none;
}
.notes-to-show.list {
  margin-left: 15px;
}
.notes.active:after {
  transform: translate(0, -50%) rotate(0);
  transition: 0.3s;
}
.vote-material {
  background: #0b4975;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  color: #fff;
  padding: 1.5rem 2.5rem;
  border-radius: 0.6rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 5rem;
}
.vote-material .pld-like-dislike-wrap,
.vote-material .pld-custom {
  margin-bottom: 0;
  font-weight: 400;
}
.vote-material .pld-like-dislike-wrap.pld-custom img {
  vertical-align: middle;
}
.vote-material.diphereline {
  background: #094a46;
}
.views-icon {
  position: relative;
}
.views-icon:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 2rem;
  height: 2rem;
  background-image: url("../img/ico/eye-views.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
/***************************/
/**       ABOUT US        **/
/***************************/
.about-us {
  padding: 3rem 0rem;
  background: #0b4975;
}
.about-us-box-map {
  padding: 5rem 0rem;
}
.about-us-box-info {
  padding: 3rem 1.5rem;
}
.about-us-map {
  max-width: 100%;
  height: auto;
}
.about-us-map path {
  transition: 0.3s;
  cursor: pointer;
  fill: #d8eefe;
}
.about-us-map path.active {
  fill: #1e84d2 !important;
}
.about-us-map path.active:hover {
  fill: #1e84d2 !important;
}
.about-us-map path:hover {
  fill: rgba(61, 169, 252, 0.4) !important;
  transition: 0.3s;
}
.about-us-map-mb {
  margin-bottom: 10rem;
}
.about-us-map-elem {
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 10rem;
}
.about-us-map-elem-mab {
  margin-bottom: 10rem;
}
.about-us-drawing-pin {
  position: absolute;
  width: 3.2rem;
  height: 4.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.about-us-drawing-pin.t1 {
  background-image: url("../img/about-us/drawing-pin-t1.svg");
}
.about-us-drawing-pin.t2 {
  background-image: url("../img/about-us/drawing-pin-t2.svg");
}
.about-us-drawing-pin.t3 {
  background-image: url("../img/about-us/drawing-pin-t3.svg");
}
.about-us-drawing-pin.t4 {
  background-image: url("../img/about-us/drawing-pin-t4.svg");
}
.about-us-ico {
  position: relative;
  padding-left: 4.6rem;
}
.about-us-ico:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 2.6rem;
  height: 2.6rem;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-us-ico.phone:after {
  background-image: url("../img/ico/phone.svg");
}
.about-us-ico.email:after {
  background-image: url("../img/ico/email.svg");
}
.about-us-ico-box {
  margin-left: auto;
  margin-right: auto;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 1rem;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  margin-bottom: 1rem;
}
.about-us-ico-box:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 3rem;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-us-ico-box.phone:after {
  background-image: url("../img/ico/phone.svg");
}
.about-us-ico-box.email:after {
  background-image: url("../img/ico/email.svg");
}
.about-us-line {
  position: relative;
  padding-bottom: 2rem;
}
.about-us-line:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 8rem;
  height: 0.4rem;
  transform: translate(-50%, 0);
}
.about-us-line.b1:after {
  background: #EF4565;
}
.about-us-line.b2:after {
  background: #e0861a;
}
.about-us-line.b3:after {
  background: #2CB67D;
}
.about-us-line.b4:after {
  background: #3DA9FC;
}
.about-us-popup-close {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.about-us-close-layer {
  display: none;
}
.about-us-copy-mail {
  cursor: pointer;
}
.about-us-copy-info {
  color: #fff;
  margin-bottom: 2rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  display: inline-block;
  margin-top: 1.5rem;
  position: relative;
  display: none;
}
.about-us-copy-info.b1 {
  background: #EF4565;
}
.about-us-copy-info.b1:after {
  border-color: transparent transparent #EF4565 transparent;
}
.about-us-copy-info.b2 {
  background: #e0861a;
}
.about-us-copy-info.b2:after {
  border-color: transparent transparent #e0861a transparent;
}
.about-us-copy-info.b3 {
  background: #2CB67D;
}
.about-us-copy-info.b3:after {
  border-color: transparent transparent #2CB67D transparent;
}
.about-us-copy-info.b4 {
  background: #3DA9FC;
}
.about-us-copy-info.b4:after {
  border-color: transparent transparent #3DA9FC transparent;
}
.about-us-copy-info:after {
  position: absolute;
  content: "";
  left: 50%;
  top: -1.5rem;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.5rem 1.5rem 1.5rem;
}
/***************************/
/**      TO DOWNLOAD      **/
/***************************/
.to-download-section {
  background-image: url("../img/to-download.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 4rem 0rem;
}
.to-download-pad {
  padding: 8rem 0rem;
}
.to-download-box {
  padding: 2rem 2rem 3rem 2rem;
  position: absolute;
  height: 100%;
}
.to-download-box-new {
  padding: 2rem 2rem 4rem 2rem;
  height: 100%;
}
.to-download-text {
  position: absolute;
  left: 2rem;
  bottom: 1rem;
  text-transform: uppercase;
  color: #094067;
  font-size: 1.5rem;
  font-weight: 400;
  padding-right: 3rem;
}
.to-download-text:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 2.4rem;
  height: 2.4rem;
  transform: translate(0, -50%);
  background-image: url("../img/ico/download.svg");
  background-size: contain;
}
.to-download-text-new {
  display: inline-block;
  text-transform: uppercase;
  color: #094067;
  font-size: 1.5rem;
  font-weight: 400;
  padding-left: 2rem;
  padding-right: 3rem;
  position: relative;
}
.to-download-text-new:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 2.4rem;
  height: 2.4rem;
  transform: translate(0, -50%);
  background-image: url("../img/ico/download.svg");
  background-size: contain;
}
.to-download-text-new.no-uppercase {
  text-transform: none;
}
.to-download-dark {
  background-color: #094067;
}
.to-download-dark .title {
  color: white;
}
.to-download-dark .to-download-text-new:after {
  background-image: url("../img/ico/download-white.svg");
}
.to-download-dark .title-small.download {
  color: white;
}
.to-download-dark .to-download-text-new {
  color: white;
}
/***************************/
/**    VIRTUAL PATIENT    **/
/***************************/
.virtual-patient {
  overflow-x: hidden;
}
.virtual-patient-box {
  background: #fff;
  padding: 3rem;
}
.virtual-chart-bar {
  border-radius: 2rem;
  height: 1rem;
  position: relative;
}
.virtual-chart-bar-before {
  position: absolute;
  width: 100%;
  height: 0.1rem;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.virtual-chart-bar-before.v1 {
  background: #ef4565;
}
.virtual-chart-bar-before.v2 {
  background: #009999;
}
.virtual-chart-bar-before.v3 {
  background: #3da9fc;
}
.virtual-chart-bar-before.v4 {
  background: #e0861a;
}
.virtual-chart-bar-before.v5 {
  background: #0a588f;
}
.virtual-chart-bar-before.v6 {
  background: #d35400;
}
.virtual-chart-bar-before.v7 {
  background: #853ea3;
}
.virtual-chart-bar-before.v8 {
  background: #ff8e3c;
}
.virtual-chart-bar.v1 {
  background: #fcdae0;
  background: linear-gradient(180deg, #fcdae0 0%, rgba(252, 218, 224, 0.3) 100%);
}
.virtual-chart-bar.v2 {
  background: #ccebeb;
  background: linear-gradient(180deg, #ccebeb 0%, rgba(204, 235, 235, 0.31) 100%);
}
.virtual-chart-bar.v3 {
  background: #d8eefe;
  background: linear-gradient(180deg, #d8eefe 0%, rgba(216, 238, 254, 0.3) 100%);
}
.virtual-chart-bar.v4 {
  background: #ffe8d8;
  background: linear-gradient(180deg, #ffe8d8 0%, rgba(255, 232, 216, 0.3) 100%);
}
.virtual-chart-bar.v5 {
  background: #d8eefe;
  background: linear-gradient(180deg, #b7cedf 0%, rgba(216, 238, 254, 0.3) 100%);
}
.virtual-chart-bar.v6 {
  background: #fadfcc;
  background: linear-gradient(180deg, #fadfcc 0%, rgba(255, 232, 216, 0.3) 100%);
}
.virtual-chart-bar.v7 {
  background: #e8cbf5;
  background: linear-gradient(180deg, #e8cbf5 0%, rgba(255, 232, 216, 0.3) 100%);
}
.virtual-chart-bar.v8 {
  background: #ffe8d8;
  background: linear-gradient(180deg, #ffe8d8 0%, rgba(255, 232, 216, 0.3) 100%);
}
.virtual-chart-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 2rem;
}
.virtual-chart-progress.v1 {
  background: #ef4565;
}
.virtual-chart-progress.v2 {
  background: #009999;
}
.virtual-chart-progress.v3 {
  background: #3da9fc;
}
.virtual-chart-progress.v4 {
  background: #e0861a;
}
.virtual-chart-progress.v5 {
  background: #0a588f;
}
.virtual-chart-progress.v6 {
  background: #d35400;
}
.virtual-chart-progress.v7 {
  background: #853ea3;
}
.virtual-chart-progress.v8 {
  background: #ff8e3c;
}
.virtual-chart-inline {
  display: flex;
  max-height: 41px;
}
.virtual-chart-inline-elem {
  display: inline-block;
  border-top-right-radius: 9.2rem;
  border-bottom-right-radius: 9.2rem;
  padding: 0.6rem 0rem;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  position: relative;
}
.virtual-chart-inline-elem.b1 {
  border-top-left-radius: 9.2rem;
  border-bottom-left-radius: 9.2rem;
  background: #ef4565;
}
.virtual-chart-inline-elem.b2 {
  background: #009999;
}
.virtual-chart-inline-elem.b3 {
  background: #3da9fc;
}
.virtual-chart-inline-elem.b4 {
  background: #e0861a;
}
.virtual-chart-inline-container {
  display: inline-block;
  position: relative;
  min-width: 4rem;
  /*
				&:before {
					position: absolute;
					content: '';
					left: -2rem;
					top: 0;
					width: 2.5rem;
					height: 100%;
				}
				&.b1 {
					&:before {
						display: none;
					}
				}
				*/
}
.virtual-chart-inline-container.b2 {
  z-index: -1;
  margin-left: -2rem;
  /*
					&:before {
						background: #009999;
						z-index: -1;
					}
					*/
}
.virtual-chart-inline-container.b3 {
  z-index: -2;
  margin-left: -2rem;
  /*
					&:before {
						background: #3DA9FC;
						z-index: -3;
					}
					*/
}
.virtual-chart-inline-container.b4 {
  z-index: -3;
  margin-left: -2rem;
  /*
					&:before {
						background: #e0861a;
						z-index: -4;
					}
					*/
}
.virtual-chart-inline-desc {
  font-size: 1.7rem;
  color: #094067;
  padding-left: 2rem;
  position: relative;
}
.virtual-chart-inline-desc:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.6rem;
  width: 1rem;
  height: 1rem;
}
.virtual-chart-inline-desc.b1:before {
  background: #ef4565;
}
.virtual-chart-inline-desc.b2:before {
  background: #009999;
}
.virtual-chart-inline-desc.b3:before {
  background: #3da9fc;
}
.virtual-chart-inline-desc.b4:before {
  background: #e0861a;
}
.virtual-chart-custom {
  position: relative;
}
.virtual-chart-custom:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #094067;
}
.virtual-chart-custom-elem {
  position: relative;
  padding-left: 5.5rem;
}
.virtual-chart-custom-elem:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 25px;
  height: 2px;
  background: #094067;
}
.virtual-chart-custom-elem:after {
  position: absolute;
  content: "";
  left: 25px;
  top: 50%;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 2px #094067;
}
.virtual-chart-custom-elem-first {
  position: absolute;
  height: 50%;
  width: 4px;
  background: #fff;
  left: -1px;
  top: -1px;
}
.virtual-chart-custom-elem-last {
  position: absolute;
  height: 50%;
  width: 4px;
  background: #fff;
  left: -1px;
  bottom: -1px;
}
.virtual-chart-custom-message {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translate(0, -50%);
  width: calc(50% - 9.7rem);
  text-align: center;
  color: #094067;
}
.virtual-chart-custom-message:before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #094067;
  z-index: -1;
}
.virtual-chart-custom-message:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 2px #094067;
}
.virtual-chart-custom-message-box {
  display: inline-block;
  background: #fff;
  padding: 0rem 1rem;
  z-index: 2;
}
.virtual-chart-radial {
  width: 19.4rem;
  height: 19.4rem;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.virtual-chart-radial-content {
  width: 11.4rem;
  height: 11.4rem;
  border-radius: 50%;
  background: #fff;
  color: #094067;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  font-size: 5rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.virtual-chart-radial-content.small-text {
  font-size: 4rem;
}
.virtual-chart-radial.v4 {
  background: #e0861a;
}
.virtual-col-percent {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.virtual-border {
  padding: 0rem 0rem 0rem 2.5rem;
}
.virtual-border.b1 {
  border-left: 0.4rem solid #EF4565;
}
.virtual-border.b2 {
  border-left: 0.4rem solid #e0861a;
}
.virtual-border.b3 {
  border-left: 0.4rem solid #2CB67D;
}
.virtual-border.b4 {
  border-left: 0.4rem solid #3DA9FC;
}
.virtual-border.gray {
  border-left: 0.4rem solid #e3e3e3;
}
.virtual-circle {
  transform: rotate(-90deg);
}
.virtual-circle-container {
  max-width: 100%;
  height: auto;
  width: 250px;
  position: relative;
}
.virtual-circle-text {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.virtual-circle.b1 .circle {
  stroke: rgba(239, 69, 101, 0.32);
}
.virtual-circle.b1 .progress {
  stroke: #ef4565;
  stroke-dasharray: 1000;
  stroke-dashoffset: -596;
}
.virtual-circle.b2 .circle {
  stroke: rgba(0, 153, 153, 0.32);
}
.virtual-circle.b2 .progress {
  stroke: #009999;
  stroke-dasharray: 1000;
  stroke-dashoffset: -596;
}
.virtual-circle.b3 .circle {
  stroke: rgba(61, 169, 252, 0.32);
}
.virtual-circle.b3 .progress {
  stroke: #3da9fc;
  stroke-dasharray: 1000;
  stroke-dashoffset: -596;
}
.virtual-circle.b4 .circle {
  stroke: rgba(224, 134, 26, 0.32);
}
.virtual-circle.b4 .progress {
  stroke: #e0861a;
  stroke-dasharray: 1000;
  stroke-dashoffset: -596;
}
.virtual-circle.b5 .circle {
  stroke: rgba(10, 88, 143, 0.32);
}
.virtual-circle.b5 .progress {
  stroke: #0a588f;
  stroke-dasharray: 1000;
  stroke-dashoffset: -596;
}
.virtual-circle.b6 .circle {
  stroke: rgba(211, 84, 0, 0.32);
}
.virtual-circle.b6 .progress {
  stroke: #d35400;
  stroke-dasharray: 1000;
  stroke-dashoffset: -596;
}
.virtual-circle.b7 .circle {
  stroke: rgba(133, 62, 163, 0.32);
}
.virtual-circle.b7 .progress {
  stroke: #853ea3;
  stroke-dasharray: 1000;
  stroke-dashoffset: -596;
}
.virtual-circle.b8 .circle {
  stroke: rgba(255, 142, 60, 0.32);
}
.virtual-circle.b8 .progress {
  stroke: #ff8e3c;
  stroke-dasharray: 1000;
  stroke-dashoffset: -596;
}
.virtual-text.b1 {
  color: #ef4565;
}
.virtual-text.b2 {
  color: #009999;
}
.virtual-text.b3 {
  color: #3da9fc;
}
.virtual-text.b4 {
  color: #e0861a;
}
.virtual-text.b5 {
  color: #0a588f;
}
.virtual-text.b6 {
  color: #d35400;
}
.virtual-text.b7 {
  color: #853ea3;
}
.virtual-text.b8 {
  color: #ff8e3c;
}
.virtual-single-percent-elem {
  position: relative;
  height: 100%;
}
.virtual-single-percent-elem:before {
  position: absolute;
  content: "";
  left: -10px;
  top: 50%;
  width: calc(100% + 11px);
  height: 2px;
  transform: translate(0, -50%);
  background: #094067;
}
.virtual-single-percent-elem:after {
  position: absolute;
  content: "";
  right: -10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: solid 2px #094067;
}
.virtual-single-percent-elem.vertical {
  height: 8rem;
}
.virtual-single-percent-elem.vertical:before {
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 2px;
  height: calc(100% - 11px);
}
.virtual-single-percent-elem.vertical:after {
  right: unset;
  left: 50%;
  top: unset;
  bottom: 0;
  transform: translate(-50%, 0);
}
.edge-info-banner {
  color: #fff;
}
.edge-info-banner p {
  font-size: 1.2rem;
  padding-right: 1.5rem;
}
.edge-info-banner.b1 {
  background: #EF4565;
}
.edge-info-banner.b2 {
  background: #e0861a;
}
.edge-info-banner.b3 {
  background: #2CB67D;
}
.edge-info-banner.b4 {
  background: #3DA9FC;
}
.edge-info-banner-close {
  display: block;
  position: absolute;
  right: 1rem;
  top: 0;
  z-index: 1;
  width: 2rem;
}
.edge-info-banner-close .navbar-hamburger-ico {
  width: 2rem;
}
/***************************/
/**         VIDEO         **/
/***************************/
.video-slider {
  margin-left: -15px;
  margin-right: 15px;
}
.video-slider-elem {
  padding-left: 15px;
  padding-right: 15px;
}
/***************************/
/**        SIDEBAR        **/
/***************************/
.sidebar-post {
  padding: 2rem;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}
/***************************/
/**         ACCESS        **/
/***************************/
.access {
  padding: 8rem 0rem;
}
/***************************/
/**         POPUP         **/
/***************************/
.overlay {
  background: rgba(9, 64, 103, 0.85);
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow-y: auto;
}
.overlay.diphereline {
  background: rgba(12, 88, 83, 0.85);
}
.overlay.diphereline_popup {
  background: rgba(0, 0, 0, 0.85);
}
.overlay-curtain {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.overlay-box {
  margin-top: 10rem;
  margin-bottom: 10rem;
  background: #fff;
  padding: 8rem 10rem;
  position: relative;
}
.overlay-box.zoom-img {
  background: #ffffff;
  padding: 6rem 3rem 6rem 3.5rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
}
.overlay-box.zoom-img:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0.9rem;
  height: 100%;
  background: #d8eefe;
}
.overlay-box.zoom-img.diphereline:after {
  background: #e0861a;
}
.overlay-box.zoom {
  margin-top: 0;
  margin-bottom: 0;
}
.overlay-diphereline-box {
  border: solid 0.2rem #e0861a;
}
.overlay-diphereline-close {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.5rem;
  padding: 0 2.5rem 0 0;
  display: inline-block;
  margin-bottom: 1.5rem;
  cursor: pointer;
}
.overlay-diphereline-close:before {
  position: absolute;
  content: "";
  right: 0.55rem;
  top: 50%;
  width: 0.3rem;
  height: 1.8rem;
  background: #fff;
  transform: translate(0, -50%) rotate(-45deg);
}
.overlay-diphereline-close:after {
  position: absolute;
  content: "";
  right: 0.55rem;
  top: 50%;
  width: 0.3rem;
  height: 1.8rem;
  background: #fff;
  transform: translate(0, -50%) rotate(45deg);
}
.overlay-invisible-box {
  position: relative;
  margin: 5rem 0;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  z-index: 1001;
  max-width: 100%;
}
.overlay-close {
  background: none;
  cursor: pointer;
  position: absolute;
  right: 2rem;
  top: 2.5rem;
  transition: 0.3s;
  margin-left: 1.5rem;
  height: 3rem;
  width: 3rem;
  z-index: 1000;
}
.overlay-close.diphereline:before {
  background: #094a46;
}
.overlay-close.diphereline:after {
  background: #094a46;
}
.overlay-close:before {
  position: absolute;
  content: "";
  height: 3px;
  display: block;
  background: #094067;
  margin: 0.6rem 0;
  width: 3rem;
  right: 0;
  top: 0.7rem;
  transform: rotate(45deg);
}
.overlay-close:after {
  position: absolute;
  content: "";
  height: 3px;
  display: block;
  background: #094067;
  margin: 0.6rem 0;
  width: 3rem;
  right: 0;
  top: 0.7rem;
  transform: rotate(-45deg);
}
.overlay-zoom {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  z-index: 99999999;
  cursor: move;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.overlay-zoom-drag {
  position: relative;
  top: 0;
  left: 0;
  pointer-events: none;
  -moz-user-select: none;
  transform-origin: left top;
  transition: transform 0.3s;
}
.overlay-zoom-icon {
  position: absolute;
  width: 5rem;
  height: 5rem;
  border: 0.3rem solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.overlay-zoom-icon:hover {
  border: 0.3rem solid #094067;
  background: #094067;
}
.overlay-zoom-icon:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  transition: 0.3s;
}
.overlay-zoom-icon.disabled {
  opacity: 0.5;
  cursor: inherit;
}
.overlay-zoom-icon.disabled:hover {
  border: 0.3rem solid #fff;
  background: none;
}
.overlay-zoom-icon.plus {
  right: -6rem;
  bottom: 6.5rem;
}
.overlay-zoom-icon.plus:after {
  -webkit-mask: url("../img/ico/zoom-plus.svg") no-repeat;
  mask: url("../img/ico/zoom-plus.svg") no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.overlay-zoom-icon.minus {
  right: -6rem;
  bottom: 0;
}
.overlay-zoom-icon.minus:after {
  width: 2.6rem;
  height: 0.4rem;
  -webkit-mask: url("../img/ico/zoom-minus.svg") no-repeat;
  mask: url("../img/ico/zoom-minus.svg") no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.overlay-zoom.x1 img {
  transform: scale(1.2);
}
.overlay-zoom.x2 img {
  transform: scale(1.4);
}
.overlay-zoom.x3 img {
  transform: scale(1.6);
}
.overlay-zoom.x4 img {
  transform: scale(1.8);
}
.overlay-zoom.x5 img {
  transform: scale(2);
}
.image-container {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  z-index: 99999999;
  cursor: move;
}
.drage-image {
  left: 0;
  pointer-events: none;
  position: relative;
  top: 0;
  -moz-user-select: none;
}
.novelty {
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  color: #fff;
  display: inline-block;
  margin-bottom: 1rem;
}
.novelty.t1 {
  background: #EF4565;
}
.novelty.t2 {
  background: #e0861a;
}
.novelty.t3 {
  background: #2CB67D;
}
.novelty.t4 {
  background: #3DA9FC;
}
.novelty.soon {
  background: #094067;
}
.guidelines-img-mobile {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}
/***************************/
/**      YOUR OFFICE      **/
/***************************/
.your-office-header {
  padding: 2.5rem 0 5.5rem 0;
  width: 100%;
  min-height: 35rem;
  aspect-ratio: 120/29;
  background-image: url("../img/your-office/header.jpg?v=2");
  background-size: cover;
  background-position: center;
  color: #fff;
  max-width: 100vw;
}
.your-office-header .title {
  margin-top: 30px;
}
.your-office-header p b {
  font-weight: 700;
}
.your-office-section {
  padding: 11.5rem 0 9rem;
}
.your-office-section .videos {
  display: flex;
  align-items: stretch;
  justify-content: center;
  column-gap: 30px;
}
.your-office-section .videos .video-wrapper {
  width: 360px;
  max-width: 100%;
  background-color: rgba(216, 238, 254, 0.09);
}
.your-office-section .videos .video-wrapper .poster-wrapper.soon {
  position: relative;
}
.your-office-section .videos .video-wrapper .poster-wrapper.soon .poster {
  filter: grayscale(100%);
}
.your-office-section .videos .video-wrapper .poster-wrapper.soon:after {
  content: "Dostępne wkrótce";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.your-office-section .videos .video-wrapper .poster {
  max-width: 100%;
  display: block;
}
.your-office-section .videos .video-wrapper .con {
  padding: 28px;
}
.your-office-section .videos .video-wrapper .con .p1 {
  font-size: 12px;
  line-height: 18px;
  color: #5f6c7b;
  margin-bottom: 12px;
  margin-top: 0;
}
.your-office-section .videos .video-wrapper .con .p2 {
  display: block;
  font-size: 19px;
  line-height: 29px;
  color: #094067;
  margin-bottom: 20px;
}
.your-office-section .videos .video-wrapper .con .p2:hover {
  text-decoration: underline;
}
.your-office-section .videos .video-wrapper .con .p2.disabled {
  cursor: not-allowed;
}
.your-office-section .videos .video-wrapper .con .p2.disabled:hover {
  text-decoration: none;
}
.your-office-section .videos .video-wrapper .con .p3 {
  font-size: 15px;
  line-height: 20px;
  color: #094067;
  margin-top: 0;
  margin-bottom: 0;
}
.your-office-section .knowledge-promoted-box {
  margin-bottom: 0;
}
.your-office-knowledge .knowledge-promoted-box {
  margin-bottom: 0;
}
/***************************/
/**   YOUR OFFICE SINGLE  **/
/***************************/
.your-office-single-header {
  background-color: #8a898b;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px auto;
}
.your-office-single-header .w1 {
  padding: 22px 0 110px;
  color: white;
}
.your-office-single-header .w1 .p1 {
  font-size: 13px;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 50px;
}
.your-office-single-header .w1 .p1 a {
  color: white;
}
.your-office-single-header .w1 .p1 a:hover {
  text-decoration: underline;
}
.your-office-single-header .w1 .p2 {
  font-size: 38px;
  line-height: 47px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 690px;
  font-family: "Poppins", sans-serif;
}
.your-office-single-header .w1 .p2 b {
  font-weight: 700;
}
.your-office-single-header.v1.t1 {
  background-color: #ab4558;
  background-image: url("../img/your-office/1/header-t1.png");
}
.your-office-single-header.v1.t2 {
  background-color: #b57140;
  background-image: url("../img/your-office/1/header-t2.png");
}
.your-office-single-header.v1.t3 {
  background-color: #1c7878;
  background-image: url("../img/your-office/1/header-t3.png");
}
.your-office-single-header.v1.t4 {
  background-color: #4081b3;
  background-image: url("../img/your-office/1/header-t4.png");
}
.your-office-single-video .w1 {
  margin-top: 115px;
  color: #094067;
}
.your-office-single-video .w1 .p0 {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 15px;
}
.your-office-single-video .w1 .p1 {
  font-size: 38px;
  line-height: 49px;
  font-weight: 700;
  margin: 0 0 15px;
  font-family: "Poppins", sans-serif;
  max-width: 550px;
}
.your-office-single-video .w1 .p2 {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 20px;
  max-width: 550px;
}
.your-office-single-video .w1 .b1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 35px;
}
.your-office-single-video .w1 .b1 .img3 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #094067;
  margin-right: 20px;
}
.your-office-single-video .w1 .b1 .p3 {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
.your-office-single-video .w1 .b1-1 {
  margin-bottom: 40px;
}
.your-office-single-video .w1 .b1-1 .see-poll {
  margin-bottom: 10px;
}
.your-office-single-video .w2 .b2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.your-office-single-video .w2 .b2 .vimeo-wrapper {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.your-office-single-video .w2 .b2 .vimeo-wrapper .vimeo-extraplayer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.your-office-single-video .w2 .b2 .b3-left {
  min-width: 740px;
  width: 100%;
}
.your-office-single-video .w2 .b2 .b3-right {
  width: 100%;
}
.your-office-single-video .w2 .b2 .b3-right .timetable {
  max-height: 416px;
  overflow-y: auto;
  padding: 0 25px;
}
.your-office-single-video .w2 .b2 .b3-right .timetable .timerow {
  cursor: pointer;
  color: #094067;
  border-bottom: 1px solid #094067;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.your-office-single-video .w2 .b2 .b3-right .timetable .timerow .time {
  margin: 0 0 3px;
  font-size: 19px;
  line-height: 25px;
  font-weight: 700;
  transition: 0.3s;
}
.your-office-single-video .w2 .b2 .b3-right .timetable .timerow .desc {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  transition: 0.3s;
}
.your-office-single-video .w2 .b2 .b3-right .timetable .timerow:hover {
  color: #0d5d96;
}
.your-office-single-video .w2 .b2 .b3-right .timetable .timerow:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
.your-office-single-video .w2 .b2 .b3-right .timetable .simplebar-track {
  background-color: #d8eefe;
  width: 10px;
}
.your-office-single-video .w2 .b2 .b3-right .timetable .simplebar-track .simplebar-scrollbar:before {
  border-radius: 0;
  background-color: #094067;
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.your-office-single-survey {
  margin-top: 150px;
}
.your-office-single-survey .p0 {
  text-align: center;
  color: #094067;
  max-width: 576px;
  margin: 30px auto;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.your-office-single-survey .p1 {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 30px;
  color: #094067;
}
.your-office-single-survey .survey {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  max-width: 685px;
  margin: 0 auto;
}
.your-office-single-survey .survey .record {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ef4565;
  border-radius: 28px;
  min-height: 55px;
  color: #094067;
  padding: 10px 25px 10px 45px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.your-office-single-survey .survey .record .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fcdae0;
  z-index: -1;
}
.your-office-single-survey .survey .record .label {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  margin: 0;
}
.your-office-single-survey .survey .record .value {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  margin: 0 0 0 30px;
}
.your-office-single-survey .survey .record.done {
  cursor: not-allowed;
}
.your-office-single-survey .survey .record.t1 {
  border-color: #EF4565 !important;
}
.your-office-single-survey .survey .record.t1 .progress {
  background-color: rgba(239, 69, 101, 0.15) !important;
}
.your-office-single-survey .survey .record.t2 {
  border-color: #e0861a !important;
}
.your-office-single-survey .survey .record.t2 .progress {
  background-color: rgba(224, 134, 26, 0.15) !important;
}
.your-office-single-survey .survey .record.t3 {
  border-color: #2CB67D !important;
}
.your-office-single-survey .survey .record.t3 .progress {
  background-color: rgba(44, 182, 125, 0.15) !important;
}
.your-office-single-survey .survey .record.t4 {
  border-color: #3DA9FC !important;
}
.your-office-single-survey .survey .record.t4 .progress {
  background-color: rgba(61, 169, 252, 0.15) !important;
}
.your-office-single-survey .survey .record:hover {
  color: #0d5d96;
  transform: scale(1.05);
}
.your-office-single-test {
  margin-top: 150px;
  background-color: #d8eefe;
  padding: 55px 0 60px;
}
.your-office-single-test .btn.disabled {
  cursor: not-allowed !important;
}
.your-office-single-test .title {
  margin: 0;
  padding: 0;
}
.your-office-single-test .title:after {
  display: none;
}
.your-office-single-test .p-ut-1 {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #5f6c7b;
  max-width: 600px;
  margin: 20px auto 0;
}
.your-office-single-test .btn-wrapper-1 {
  margin-top: 30px;
  text-align: center;
}
.your-office-single-test .test {
  max-width: 745px;
  margin: 0 auto;
}
.your-office-single-test .test .progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 22px;
  margin-top: 45px;
}
.your-office-single-test .test .progress .bar {
  background-color: #adb6be;
  border-radius: 92px;
  width: 100%;
  height: 10px;
  position: relative;
  overflow: hidden;
}
.your-office-single-test .test .progress .bar div {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transition: width 1s;
}
.your-office-single-test .test .progress .bar.active div {
  width: 100%;
}
.your-office-single-test .test .test-slider {
  color: #094067;
}
.your-office-single-test .test .test-slider .p1 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  margin: 30px 0 5px;
}
.your-office-single-test .test .test-slider .p2 {
  font-size: 17px;
  line-height: 23px;
  color: #094067;
  margin: 0 0 25px;
}
.your-office-single-test .test .test-slider .answers {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-bottom: 65px;
}
.your-office-single-test .test .test-slider .answers .answer input {
  display: none;
}
.your-office-single-test .test .test-slider .answers .answer label {
  font-size: 17px;
  line-height: 23px;
  position: relative;
  padding-left: 35px;
  display: block;
}
.your-office-single-test .test .test-slider .answers .answer label:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #094067;
  position: absolute;
  left: 0px;
  top: 3px;
}
.your-office-single-test .test .test-slider .answers .answer input:checked + label:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ef4565;
  position: absolute;
  left: 0px;
  top: 3px;
  transform: translate(4px, 4px);
}
.your-office-single-test .test .test-slider .answers.checked .ic label {
  color: #ef4565;
}
.your-office-single-test .test .test-slider .answers.checked .c label {
  color: #009999;
}
.your-office-single-test .test .test-slider .answers.t1 .answer input:checked + label::after {
  background-color: #EF4565 !important;
}
.your-office-single-test .test .test-slider .answers.t2 .answer input:checked + label::after {
  background-color: #e0861a !important;
}
.your-office-single-test .test .test-slider .answers.t3 .answer input:checked + label::after {
  background-color: #2CB67D !important;
}
.your-office-single-test .test .test-slider .answers.t4 .answer input:checked + label::after {
  background-color: #3DA9FC !important;
}
.your-office-single-test .result {
  padding: 90px 0 100px;
  text-align: center;
}
.your-office-single-test .result p {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}
.your-office-single-test .result p b {
  font-weight: 700;
}
.your-office-single-test .result p b.c {
  color: #009999;
}
.your-office-single-test .result p b.ic {
  color: #ef4565;
}
/***************************/
/**        FOOTER         **/
/***************************/
.footer {
  padding: 12rem 0rem 4rem 0rem;
  position: relative;
}
.footer-logo {
  margin-top: -12rem;
  padding-top: 12rem;
  margin-bottom: -4rem;
  padding-bottom: 4rem;
}
.footer-menu li {
  display: inline-block;
  font-weight: 300;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  list-style: none;
  position: relative;
}
.footer-menu li a {
  color: #5f6c7b;
  transition: 0.3s;
}
.footer-menu li a:hover {
  text-decoration: underline;
  transition: 0.3s;
}
.next-prev-line {
  position: relative;
  padding: 3rem 0 0 0;
}
.next-prev-line:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 0.1rem;
  background: #5f6c7b;
}
/***************************/
/**        VIMEO         **/
/***************************/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/***************************/
/**         404           **/
/***************************/
.error-404-title {
  font-size: 7rem;
  font-weight: 700;
  text-transform: uppercase;
}
#cookies {
  padding: 15px 50px 15px 15px;
  background: #f3f3f3;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
  font-size: 1.4rem;
  text-align: center;
  -webkit-animation: cookie 1s 2s both;
  animation: cookie 1s 2s both;
}
#cookies p {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 10rem;
}
#cookies .more {
  text-decoration: underline;
  font-weight: bold;
  color: #000;
}
#cookies-accept {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #000;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 29px;
  margin-left: 10px;
  padding: 0 10px;
  text-decoration: none;
}
@media only screen and (max-width: 575px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
}
/***************************/
/**     Kidney cancerb    **/
/***************************/
.single-kidney-cancer {
  background-color: #ffffff;
  box-shadow: 0 0 21px #00000014;
  margin-top: 1.3rem;
}
.single-kidney-cancer img {
  width: 100%;
}
.single-kidney-cancer-title {
  color: #000000;
  position: relative;
  margin-left: 1.5rem;
}
.single-kidney-cancer-title::before {
  content: "";
  height: 60%;
  width: 0.4rem;
  position: absolute;
  top: 0;
  left: -1.5rem;
  background-color: #71164D;
}
.single-kidney-cancer-title.long::before {
  height: 100%;
}
.single-kidney-cancer-author {
  font-size: 1.6rem;
  font-weight: normal;
  color: #000000;
}
.single-kidney-cancer .cabo-label {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 3.8rem;
  padding: 1rem 2.3rem;
}
.single-kidney-cancer .cabo-label.l_rcc1 {
  background-color: #C71E38;
}
.single-kidney-cancer .cabo-label.l_rcc2 {
  background-color: #71164D;
}
.single-kidney-cancer .cabo-label.small {
  font-size: 2.9rem;
  padding: 0.6rem 2rem;
  bottom: 3px;
}
.case-study {
  padding: 2.4rem;
}
.case-study-text {
  font-size: 1.5rem;
  line-height: 2rem;
  position: relative;
  margin-left: 1.8rem;
}
.case-study-text::before {
  content: "";
  height: 100%;
  width: 0.4rem;
  position: absolute;
  top: 0;
  left: -1.5rem;
  background-color: #71164D;
}
.kidney-cancer-main-img {
  max-height: 559px;
  overflow: hidden;
}
.kidney-cancer-main-img img {
  object-fit: cover;
  object-position: center;
}
.single-thumbnail {
  width: 100%;
  aspect-ratio: 55/93;
}
.single-thumbnail img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-thumbnail--primary {
  aspect-ratio: 115/93;
}
.single-thumbnail--horizontal {
  aspect-ratio: 23/10;
}
.access-radio {
  margin-bottom: 1rem;
  margin-left: 3rem;
}
.access-radio input {
  max-width: 85%;
}
.access-radio input[type="radio"],
.access-radio input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.access-radio input[type="radio"] ~ label,
.access-radio input[type="checkbox"] ~ label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #094067;
  font-size: 1.7rem;
  display: block;
}
.access-radio input[type="radio"]:checked ~ label::after,
.access-radio input[type="checkbox"]:checked ~ label::after {
  content: '\2714';
  position: absolute;
  top: 0.3rem;
  left: -3rem;
  width: 1.6rem;
  height: 1.6rem;
  background: #5F6C7B;
  border-radius: 50%;
  font-size: 1rem;
  padding: 0.2rem 0rem;
  font-style: normal;
  color: #ffffff;
  text-align: center;
}
.access-radio input[type="radio"] ~ label::before,
.access-radio input[type="checkbox"] ~ label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
  left: -3rem;
  width: 1.6rem;
  height: 1.6rem;
  border: #5F6C7B 0.1rem solid;
  background: #fff;
  border-radius: 50%;
}
.error {
  background: #e74c3c;
  color: #fff;
  margin-bottom: 2rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  display: none;
}
.error.pwz {
  margin-bottom: 0;
  margin-top: 1rem;
}
.access-input input {
  border: #5F6C7B 0.1rem solid;
  border-radius: 0.2rem;
  max-width: 36.3rem;
  width: 100%;
  padding: 1.8rem 2rem;
  font-size: 1.7rem;
  color: #094067;
}
.access-checkbox {
  margin-bottom: 1rem;
  margin-left: 3rem;
}
.access-checkbox input {
  max-width: 85%;
}
.access-checkbox input[type="radio"],
.access-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.access-checkbox input[type="radio"] ~ label,
.access-checkbox input[type="checkbox"] ~ label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #094067;
  font-size: 1.4rem;
  display: block;
}
.access-checkbox input[type="radio"]:checked ~ label::after,
.access-checkbox input[type="checkbox"]:checked ~ label::after {
  content: '\2714';
  position: absolute;
  top: 0.3rem;
  left: -3rem;
  width: 1.6rem;
  height: 1.6rem;
  background: #5F6C7B;
  border-radius: 0.2rem;
  font-size: 1rem;
  padding: 0.2rem 0rem;
  font-style: normal;
  color: #ffffff;
  text-align: center;
}
.access-checkbox input[type="radio"] ~ label::before,
.access-checkbox input[type="checkbox"] ~ label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
  left: -3rem;
  width: 1.6rem;
  height: 1.6rem;
  border: #5F6C7B 0.1rem solid;
  background: #fff;
  border-radius: 0.2rem;
}
@media only screen and (max-width: 1199px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-height: 768px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 8px;
  }
}
@media only screen and (max-width: 1600px) {
  .overlay-zoom-icon.plus {
    right: 6.5rem;
    bottom: -6.5rem;
  }
  .overlay-zoom-icon.minus {
    right: 0;
    bottom: -6.5rem;
  }
}
@media only screen and (max-width: 1400px) {
  .diphereline-new-presentation-container {
    max-width: calc(100% - 6rem);
  }
  .diphereline-new-presentation-arrow {
    width: 3rem;
    height: 3rem;
  }
  .diphereline-new-presentation-arrow:after {
    width: 0.8rem;
    height: 1.3rem;
  }
  .diphereline-new-presentation-arrow.prev {
    left: -3.75rem;
  }
  .diphereline-new-presentation-arrow.next {
    right: -3.75rem;
  }
}
@media only screen and (max-width: 1200px) {
  .knowledge-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .knowledge-promoted-box-text {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .navbar {
    padding: 3rem 2.2rem;
  }
  .navbar-logo {
    padding-top: 3rem;
    margin-top: -3rem;
    padding-bottom: 3rem;
    margin-bottom: -3rem;
  }
  .navbar-menu {
    position: absolute;
    top: 14rem;
    left: 0;
    width: 100%;
  }
  .navbar-menu li {
    display: block;
    font-size: 1.8rem;
    text-align: center;
  }
  .navbar-menu li a {
    color: #fff;
    transition: 0.3s;
    position: relative;
    padding: 1rem 2rem 2rem 2rem;
    display: inline-block;
  }
  .navbar-menu li a.dropdown {
    padding: 1rem 3rem 2rem 2rem;
  }
  .navbar-menu-box {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 64, 103, 0.85);
    z-index: 8;
  }
  .navbar-hamburger {
    display: block;
  }
  .navbar-dropdown li {
    font-size: 1.4rem;
  }
  .navbar-dropdown-category {
    color: #ffffff;
  }
  .navbar-dropdown-category-ul > li:before {
    content: "-";
    margin-top: 1rem;
    color: #ffffff;
  }
  .navbar-dropdown-category:after {
    left: 0.5rem;
    top: 0.5rem;
    position: relative;
    content: url("../img/ico/dropdown-white.svg");
  }
  .dropdown:before {
    background-image: url("../img/ico/dropdown-white.svg");
  }
  .mab-2-to-lg {
    margin-bottom: 2rem;
  }
  .diphereline-header {
    grid-template-columns: auto;
  }
  .diphereline-slider-item {
    min-height: 47rem;
  }
  .diphereline-slider-item-box {
    top: 4.5rem;
    right: 5rem;
  }
  .diphereline-custom-pad-post {
    padding: 2rem;
  }
  .diphereline-section-new {
    min-height: unset;
  }
  .diphereline-new-header {
    min-height: 60rem;
  }
  .diphereline-new-header-box {
    padding: 3rem 3rem 0 3rem;
  }
  .diphereline-new-header h1 {
    font-size: 3.8rem;
    line-height: 4.9rem;
  }
  .diphereline-new-box-gray {
    padding: 3rem 4rem;
  }
  .kidney-cancer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) {
  .mab-5-lg {
    margin-bottom: 5rem;
  }
  .navbar-menu li a:hover {
    text-decoration: none;
  }
  .navbar-menu li a:hover:after {
    width: 75%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-menu li a:after {
    content: "";
    position: absolute;
    background: #094067;
    width: 0%;
    left: 50%;
    bottom: 0;
    height: 0.4rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-menu.t1 li a:after {
    background: #EF4565;
  }
  .navbar-dropdown {
    display: none;
    position: absolute;
    top: 5.2rem;
    left: 50%;
    width: 20.7rem;
    z-index: 999;
    background: #fff;
    transform: translate(-50%, 0);
    padding: 3rem 2.2rem;
  }
  .navbar-dropdown li a {
    color: #094067;
    padding: 1rem 0.5rem;
    margin-top: 0.1rem;
  }
  .mat-4-lg {
    margin-top: 4rem;
  }
  .mat-6-lg {
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 768px) {
  .darkmode-switch {
    position: relative;
    display: inline-block;
    width: 9rem;
    height: 3.8rem;
  }
  .darkmode-switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .darkmode-switch input:checked + .darkmode-slider:before {
    -webkit-transform: translateX(5.2rem);
    -ms-transform: translateX(5.2rem);
    transform: translateX(5.2rem);
    background: #094067;
  }
  .darkmode-switch input:checked + .darkmode-slider:after {
    content: "jasny";
    color: #094067;
    left: 1.5rem;
    transition: 0.4s;
  }
  .darkmode-switch input:checked + .darkmode-slider {
    background: #d8eefe;
  }
  .darkmode-switch.diphereline input:checked + .darkmode-slider {
    background: #e6eeed;
  }
  .darkmode-switch.diphereline input:checked + .darkmode-slider:before {
    background: #0C5853;
  }
  .darkmode-switch.diphereline input:checked + .darkmode-slider:after {
    color: #0C5853;
  }
  .darkmode-switch.diphereline .darkmode-slider {
    background: #0C5853;
  }
  .darkmode-switch.diphereline .darkmode-slider:before {
    background: #e6eeed;
  }
  .darkmode-switch.diphereline .darkmode-slider:after {
    color: #e6eeed;
  }
  .darkmode-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #094067;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 2.3rem;
  }
  .darkmode-slider:before {
    position: absolute;
    content: "";
    height: 2.8rem;
    width: 2.8rem;
    left: 0.5rem;
    bottom: 0.5rem;
    background: #d8eefe;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
  }
  .darkmode-slider:after {
    content: "ciemny";
    position: absolute;
    left: 3.8rem;
    top: 50%;
    color: #d8eefe;
    font-size: 1.2rem;
    text-transform: uppercase;
    transform: translate(0, -50%);
    transition: 0.4s;
  }
  .darkmode .about-us-map-elem:hover .darkmode-white {
    color: #094067;
  }
  .darkmode .about-us-map-elem:hover .about-us-ico.phone:after {
    background-image: url("../img/ico/phone.svg");
  }
  .darkmode .about-us-map-elem:hover .about-us-ico.email:after {
    background-image: url("../img/ico/email.svg");
  }
  .knowledge-zone-mab-3 {
    margin-bottom: 3rem;
  }
  .border-left-md {
    border-left: 0.1rem solid #5f6c7b;
  }
  .diphereline-post-img {
    max-height: 20rem;
    position: relative;
  }
  .diphereline-post-img-one {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .diphereline-post-img-two {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .diphereline-new-header-box.one {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
  }
  .to-download-text.custom {
    left: 0rem;
  }
  .about-us-map-elem:hover {
    background: #d8eefe;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .darkmode-switch {
    display: contents;
  }
  .darkmode-switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .darkmode-switch input:checked + .darkmode-slider {
    background-image: url("../img/ico/light-mode.svg");
  }
  .darkmode-slider {
    width: 2.4rem;
    height: 2.4rem;
    display: inline-block;
    background-image: url("../img/ico/dark-mode.svg");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .knowledge-promoted-box {
    min-height: 40rem;
  }
  .knowledge-promoted-box-text {
    width: 75%;
  }
  .video-layer {
    position: relative;
  }
  .img-fluid {
    width: 100%;
  }
  .diphereline-header {
    grid-template-columns: 100vw;
  }
  .diphereline-custom-pad-post {
    padding: 2rem;
  }
  .diphereline-max-width {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
  }
  .diphereline-new-header {
    padding: 0;
    background: none;
  }
  .diphereline-new-header-box {
    background-size: cover;
    background-position: center;
    margin-left: -15px;
    margin-right: -15px;
    min-height: 45rem;
    padding: 3rem;
  }
  .diphereline-new-header-box.one {
    background-image: url("../img/diphereline/header-mobile-one.jpg");
    background-position: center right;
  }
  .diphereline-new-header-box.two {
    background-image: url("../img/diphereline/header-mobile-two.jpg");
  }
  .diphereline-new-header-box-logo {
    left: 0;
  }
  .diphereline-article .left-divider {
    border-left: none;
    padding-left: 1.5rem;
  }
  .diphereline-mw-250 {
    max-width: 25rem;
  }
  .pad-section-diphereline-new {
    padding: 4rem 0;
  }
  .mab-3-to-md {
    margin-bottom: 3rem;
  }
  .mab-2-to-md {
    margin-bottom: 2rem;
  }
  .virtual-chart-custom-message {
    right: unset;
    left: 0;
    width: calc(50% - 11rem);
  }
  .virtual-chart-custom-message:after {
    left: unset;
    right: 0;
  }
  .virtual-chart-custom-message:before {
    right: unset;
    left: 0;
  }
  .virtual-chart-custom-line {
    position: relative;
  }
  .virtual-chart-custom-line:after {
    position: absolute;
    content: "";
    left: 0;
    width: 2px;
    height: calc(200% - 2rem);
    top: 50%;
    z-index: 1;
    background: #094067;
  }
  .pad-2-rwd-custom {
    padding: 2rem;
  }
  .vimeo-extraplayer-scroll {
    max-height: unset;
    overflow-y: hidden;
  }
  .about-us-map-mb {
    margin-bottom: 5rem;
  }
  .about-us-map-elem {
    margin-bottom: 5rem;
  }
  .about-us-map-elem-mab {
    margin-bottom: 5rem;
  }
  .about-us-mobile-box-container {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 64, 103, 0.85);
    z-index: 8;
    overflow-y: scroll;
  }
  .about-us-box-info {
    background: #fff !important;
    margin-top: 8rem;
    margin-bottom: 5rem;
    max-width: 38rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
  }
  .about-us-close-layer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
  }
  .mab-6-3 {
    margin-bottom: 3rem;
  }
  .mab-7-4 {
    margin-bottom: 4rem;
  }
  .mab-9-5 {
    margin-bottom: 5rem;
  }
  .mw-to-md-50 {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
  .text-center-to-md {
    text-align: center;
  }
  .overlay-invisible-box {
    width: 600px;
  }
  .overlay-box.zoom-img {
    padding: 6rem 1.5rem;
  }
  .overlay-zoom.x1 img {
    transform: scale(1.4);
  }
  .overlay-zoom.x2 img {
    transform: scale(1.8);
  }
  .overlay-zoom.x3 img {
    transform: scale(2.2);
  }
  .overlay-zoom.x4 img {
    transform: scale(2.6);
  }
  .overlay-zoom.x5 img {
    transform: scale(3);
  }
}
@media only screen and (min-width: 576px) {
  .footer {
    /*&:before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 17vw;
      height: 100%;
      background: #fff;
    }*/
  }
  .footer-menu li:not(:last-child):after {
    position: absolute;
    content: "|";
    right: 0;
    top: 50%;
    width: 0.1rem;
    height: 80%;
    transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 600px) {
  .diphereline-new-presentation-disabled {
    display: flex;
  }
  .diphereline-new-presentation-arrow {
    display: none;
  }
}
@media only screen and (max-width: 575.98px) {
  .knowledge-promoted-box {
    min-height: 40rem;
  }
  .knowledge-promoted-box-text {
    width: 90%;
  }
  .knowledge-zone-mab-3 {
    margin-bottom: 3rem;
  }
  .title {
    font-size: 3rem;
    line-height: 4rem;
  }
  .title-medium {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
  .title-small {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .slick-dots {
    bottom: 1rem;
  }
  .mab-2-to-sm {
    margin-bottom: 2rem;
  }
  .text-center-rwd {
    text-align: center;
  }
  .to-download-box {
    padding: 1.5rem 2rem 3.5rem 2rem;
  }
  .diphereline-slider-item {
    min-height: 36rem;
    margin-bottom: 20rem;
  }
  .diphereline-slider-item-box {
    top: unset;
    right: unset;
    left: 50%;
    bottom: -20rem;
    width: 36rem;
    max-width: calc(100% - 30 px);
    transform: translate(-50%, 0);
  }
  .diphereline-section-box-title-big {
    font-size: 3.2rem;
  }
  .diphereline-section-box-title-single {
    font-size: 2.2rem;
  }
  .diphereline-section-box-title-small {
    font-size: 2rem;
  }
  .diphereline-new-header-box {
    padding: 3rem 15px;
  }
  .footer {
    padding: 3rem 0rem;
    position: relative;
  }
  .footer-menu {
    padding-top: 1.5rem;
  }
  .footer-menu li {
    display: block;
  }
  .footer-logo {
    margin-top: -3rem;
    padding-top: 3rem;
    margin-bottom: unset;
    padding-bottom: 1.5rem;
    background: #fff;
  }
  .post-max-width {
    max-width: 45rem;
    margin-left: auto;
    margin-right: auto;
  }
  .mw-460-sm {
    max-width: 46rem;
    margin-left: auto;
    margin-right: auto;
  }
  .to-download-pad {
    padding: 4rem 0rem;
  }
  .virtual-chart-custom-message-box {
    display: none;
  }
  .virtual-chart-custom-line:before {
    position: absolute;
    content: "w tym:";
    left: -3.4rem;
    top: 75%;
    font-family: "Poppins", sans-serif;
    width: 7rem;
    color: #094067;
    background: #ffffff;
    transform: rotate(90deg);
    text-align: center;
    z-index: 5;
  }
  .virtual-single-percent-elem.vertical-to-sm {
    height: 8rem;
  }
  .virtual-single-percent-elem.vertical-to-sm:before {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    width: 2px;
    height: calc(100% - 11px);
  }
  .virtual-single-percent-elem.vertical-to-sm:after {
    right: unset;
    left: 50%;
    top: unset;
    bottom: 0;
    transform: translate(-50%, 0);
  }
  .promoted-slider-item {
    padding: 4rem 1.5rem 4.5rem 1.5rem;
  }
}
/***************************/
/**      YOUR OFFICE      **/
/***************************/
@media only screen and (max-width: 1399px) {
  .your-office-section {
    padding: 11.5rem 0 5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .your-office-section {
    padding: 11.5rem 0 4rem;
  }
  .your-office-section .videos .video-wrapper .con {
    padding: 20px;
  }
  .your-office-section .videos .video-wrapper .con .p1 {
    margin-bottom: 10px;
  }
  .your-office-section .videos .video-wrapper .con .p2 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .your-office-section {
    padding: 9rem 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .your-office-section .videos {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .your-office-header {
    aspect-ratio: auto;
    background-position: 60% 50%;
  }
  .your-office-section {
    padding: 6rem 0 0;
  }
  .your-office-knowledge .knowledge-box {
    margin-bottom: 0;
  }
}
/***************************/
/**   YOUR OFFICE SINGLE  **/
/***************************/
@media only screen and (max-width: 1399px) {
  .your-office-single-header .w1 {
    padding: 22px 0 80px;
  }
  .your-office-single-video .w1 {
    margin-top: 80px;
  }
  .your-office-single-survey {
    margin-top: 110px;
  }
  .your-office-single-test {
    margin-top: 115px;
  }
  .your-office-single-test .test .test-slider .answers {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .your-office-single-header .w1 {
    padding: 40px 0;
  }
  .your-office-single-header .w1 .p1 {
    margin-bottom: 30px;
  }
  .your-office-single-header.v1 {
    background-position: 65% 50%;
  }
  .your-office-single-video .w1 {
    margin-top: 60px;
  }
  .your-office-single-video .w2 .b2 .b3-left {
    min-width: 600px;
  }
  .your-office-single-video .w2 .b2 .b3-right .timetable {
    max-height: 338px;
  }
  .your-office-single-survey {
    margin-top: 80px;
  }
  .your-office-single-test {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .your-office-single-video .w2 .b2 .b3-left {
    min-width: 500px;
  }
  .your-office-single-video .w2 .b2 .b3-right .timetable {
    max-height: 282px;
  }
  .your-office-single-survey {
    margin-top: 70px;
  }
  .your-office-single-test {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .your-office-single-header.v1 {
    background-position: 70% 50%;
  }
  .your-office-single-video .w2 .b2 {
    flex-direction: column;
  }
  .your-office-single-video .w2 .b2 .b3-left {
    min-width: inherit;
    width: 100%;
    margin-bottom: 25px;
  }
  .your-office-single-video .w2 .b2 .b3-right .timetable {
    max-height: 282px;
    padding: 0;
  }
  .your-office-single-survey {
    margin-top: 70px;
  }
  .your-office-single-survey .survey .record {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 575px) {
  .your-office-single-header .w1 {
    padding: 30px 0;
  }
  .your-office-single-header .w1 .p1 {
    margin-bottom: 20px;
  }
  .your-office-single-header .w1 .p2 {
    font-size: 30px;
    line-height: 38px;
    max-width: 320px;
  }
  .your-office-single-video .w1 {
    margin-top: 40px;
  }
  .your-office-single-video .w1 .p1 {
    font-size: 30px;
    line-height: 39px;
  }
  .your-office-single-video .w1 .p2 {
    margin: 0 0 15px;
  }
  .your-office-single-video .w1 .b1-1 {
    margin-bottom: 30px;
  }
  .your-office-single-video .w1 .b2 .b3-left {
    margin-bottom: 20px;
  }
  .your-office-single-video .w1 .b2 .b3-right .timetable {
    padding: 0 25px 0 15px;
  }
  .your-office-single-survey {
    margin-top: 50px;
  }
  .your-office-single-survey .p0 {
    font-size: 16px;
    line-height: 23px;
  }
  .your-office-single-survey .p1 {
    margin: 30px 0;
  }
  .your-office-single-survey .survey .record {
    padding: 15px;
  }
  .your-office-single-survey .survey .record .label {
    font-size: 15px;
    line-height: 19px;
  }
  .your-office-single-survey .survey .record .value {
    min-width: 58px;
    text-align: right;
    margin: 0 0 0 15px;
  }
  .your-office-single-test {
    margin-top: 55px;
    margin-bottom: 30px;
  }
  .your-office-single-test .p-ut-1 {
    font-size: 12px;
  }
  .your-office-single-test .test .progress {
    column-gap: 15px;
  }
  .your-office-single-test .test .test-slider .p1 {
    font-size: 18px;
    line-height: 24px;
  }
  .your-office-single-test .test .test-slider .p2 {
    font-size: 15px;
    line-height: 21px;
  }
  .your-office-single-test .test .test-slider .answers {
    margin-bottom: 35px;
  }
  .your-office-single-test .test .test-slider .answers .answer label {
    font-size: 15px;
    line-height: 21px;
    padding-left: 30px;
  }
  .your-office-single-test .test .action-wrapper .btn {
    width: 100%;
  }
  .your-office-single-test .result {
    padding: 70px 0 75px;
  }
  .your-office-single-test .result p {
    font-size: 22px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 991px) {
  .single-thumbnail {
    aspect-ratio: 115/93;
  }
}
