@charset "UTF-8";
/*
Theme Name: Tehran VIP
Theme URI: https://dotline.ag
Author: Dotline
Author URI: https://dotline.ag
Description: Dotline
Version: 1.0
 */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}

html,
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: var(--transition-default);
  color: currentColor;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.list-unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  transition: var(--transition-default);
  background: transparent;
  border: none;
  cursor: pointer;
}

:root {
  --transition-default: 0.3s ease-out;
  --details-service-space: 16px;
  --main-color: #3a3b3c;
  --primary-color: #338165;
  --secondary-color: #1f507a;
  --container-x: calc((100% - 1600px) / 2);
  --margin-y: 60px;
}

@font-face {
  font-family: IRANYekanXVF;
  src: url("./assets/fonts/IRANYekanX/IRANYekanXVF.woff") format("woff-variations"), url("./assets/fonts/IRANYekanX/IRANYekanXVF.woff") format("woff");
  font-weight: 100 1000;
  font-display: fallback;
}
@font-face {
  font-family: IRANYekanX;
  src: url("./assets/fonts/IRANYekanX/IRANYekanX-Regular.woff") format("woff");
}
@font-face {
  font-family: IRANYekanX;
  src: url("./assets/fonts/IRANYekanX/IRANYekanX-Bold.woff") format("woff");
  font-weight: 700;
}
.yekanV, .tooltip__content, .leaflet-popup-content, .video-js .vjs-progress-control .vjs-time-tooltip, .video-js .vjs-time-control, button,
textarea,
input, body {
  font-family: IRANYekanXVF, IRANYekanX, tahoma;
}

html {
  font-size: 14px;
}

body {
  font-variation-settings: "wght" 400;
  -webkit-font-feature-settings: "ss02";
  font-feature-settings: "ss02";
  direction: rtl;
  background-color: #f2f3f5;
  color: var(--main-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: currentColor;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped:has(.modal.active) {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.clear {
  clear: both;
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}

.site-section-head {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-color-navy-blue-40, #1f507a);
  font-size: 1.14286rem;
  line-height: 2rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.site-section-head:before {
  content: "";
  flex-shrink: 0;
  border-radius: 2px;
  background: linear-gradient(180deg, #1f507a 0%, #639aca 100%);
  width: 12px;
  height: 12px;
}

.site-title {
  margin-bottom: 40px;
  font-size: 2.28571rem;
  line-height: 3.71429rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: var(--primary-colors-dark-gray-80, #3a3b3c);
}

.site-description {
  color: var(--primary-colors-dark-gray-60, #58595b);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  opacity: 0.8;
}

.site-more {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--primary-color);
  font-size: 1.14286rem;
  line-height: 2rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.site-more:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 12H5M5 12L11 18M5 12L11 6' stroke='%23338165' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  transition: transform 0.3s;
}
.site-more:hover:after {
  transform: translateX(-2px);
}

.site-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}
.site-head .site-title {
  margin-bottom: 0;
}

.site-picture-label {
  border-top: 4px solid var(--Background, #f2f3f5);
  border-left: 4px solid var(--Background, #f2f3f5);
  background: var(--accent-color-navy-blue-60, #04325a);
  padding: 16px;
  color: var(--White, #fff);
  font-size: 1.14286rem;
  line-height: 2rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

:root .ss-main {
  --ss-main-height: 48px;
  --ss-bg-color: #fff;
  --ss-border-color: #dadada;
  padding-left: 16px;
  padding-right: 16px;
}
:root .ss-main .ss-values .ss-single {
  max-width: unset;
  padding-right: 0;
  color: var(--primary-colors-dark-gray-80, #3a3b3c);
  font-size: 1.14286rem;
}
:root .ss-main .ss-arrow {
  width: 12px;
  height: 12px;
  margin-left: 0;
}
:root .ss-main .ss-arrow path {
  stroke: #3a3b3c;
  stroke-width: 12;
}

.container {
  max-width: 1632px;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
}

@keyframes arrowFloat {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, calc(-50% + 6px));
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
/* 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%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}

.slick-arrow {
  border-radius: 0;
  background: var(--Background, #f2f3f5);
  font-size: 0;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 56px;
  height: 56px;
  transition: background-color 0.3s;
}
.slick-arrow:hover {
  background-color: rgba(242, 243, 245, 0.768627451);
}

.slick-prev {
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Cg clip-path='url(%23clip0_5103_1712)'%3E%3Cpath d='M9.46647 18.8257C9.25434 18.6136 9.18766 18.3974 9.19558 18.1066C9.21142 17.5251 9.65951 17.077 10.241 17.0612L24.7799 16.6645C25.3615 16.6486 25.7857 17.0729 25.7699 17.6544C25.754 18.236 25.3059 18.684 24.7244 18.6999L10.1855 19.0966C9.89477 19.1045 9.67861 19.0378 9.46647 18.8257Z' fill='%2304325A'/%3E%3Cpath d='M17.2843 25.1499C16.86 24.7257 16.8759 24.1441 17.3239 23.696L23.2982 17.7218L17.6413 12.0649C17.217 11.6407 17.2329 11.0591 17.681 10.611C18.129 10.163 18.7106 10.1471 19.1349 10.5714L25.4988 16.9353C25.9231 17.3596 25.9072 17.9412 25.4592 18.3892L18.7381 25.1103C18.2901 25.5583 17.7085 25.5742 17.2843 25.1499Z' fill='%2304325A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5103_1712'%3E%3Crect width='24' height='26' fill='white' transform='translate(18.3848) rotate(45)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.slick-next {
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Cg clip-path='url(%23clip0_5103_1725)'%3E%3Cpath d='M25.889 16.5298C26.1011 16.7419 26.1678 16.9581 26.1599 17.2488C26.1441 17.8304 25.696 18.2785 25.1144 18.2943L10.5756 18.691C9.99402 18.7069 9.56976 18.2826 9.58563 17.701C9.60149 17.1195 10.0496 16.6714 10.6311 16.6556L25.17 16.2589C25.4607 16.251 25.6769 16.3177 25.889 16.5298Z' fill='%2304325A'/%3E%3Cpath d='M18.0712 10.2055C18.4955 10.6298 18.4796 11.2114 18.0315 11.6594L12.0573 17.6337L17.7142 23.2906C18.1384 23.7148 18.1226 24.2964 17.6745 24.7444C17.2264 25.1925 16.6449 25.2084 16.2206 24.7841L9.85665 18.4201C9.43238 17.9959 9.44825 17.4143 9.89631 16.9662L16.6173 10.2452C17.0654 9.79719 17.647 9.78128 18.0712 10.2055Z' fill='%2304325A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5103_1725'%3E%3Crect width='24' height='26' fill='white' transform='translate(16.9707 35.3555) rotate(-135)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.slick-dots {
  position: absolute;
  bottom: 8px;
  right: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 4px;
}
.slick-dots li button {
  cursor: pointer;
  border: none;
  background: transparent;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
}
.slick-dots li.slick-active button {
  background: #00c4af;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-button > .vjs-icon-placeholder:before,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button > .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,
.vjs-icon-pause {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.vjs-icon-pause:before {
  content: "\f103";
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,
.vjs-icon-volume-mute {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,
.vjs-icon-volume-mute:before {
  content: "\f104";
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,
.vjs-icon-volume-low {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,
.vjs-icon-volume-low:before {
  content: "\f105";
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,
.vjs-icon-volume-mid {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,
.vjs-icon-volume-mid:before {
  content: "\f106";
}

.video-js .vjs-mute-control .vjs-icon-placeholder,
.vjs-icon-volume-high {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before {
  content: "\f107";
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
  content: "\f108";
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-exit:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-subtitles {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-subtitles:before {
  content: "\f10c";
}

.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-captions {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-captions-button .vjs-icon-placeholder:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-captions:before {
  content: "\f10d";
}

.video-js .vjs-chapters-button .vjs-icon-placeholder,
.vjs-icon-chapters {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-chapters-button .vjs-icon-placeholder:before,
.vjs-icon-chapters:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,
.vjs-icon-cancel {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,
.vjs-icon-cancel:before {
  content: "\f115";
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,
.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,
.vjs-icon-replay:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder,
.vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,
.vjs-icon-audio-description:before {
  content: "\f11d";
}

.video-js .vjs-audio-button .vjs-icon-placeholder,
.vjs-icon-audio {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before,
.vjs-icon-audio:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f120";
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,
.vjs-icon-picture-in-picture-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-enter:before {
  content: "\f121";
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder,
.vjs-icon-picture-in-picture-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-exit:before {
  content: "\f122";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: 0;
}

.video-js *,
.video-js :after,
.video-js :before {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-1-1,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-fluid {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0 auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66a8cc;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: 0 0;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.js-focus-visible .vjs-menu li.vjs-menu-item:hover,
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.js-focus-visible .vjs-menu li.vjs-selected:hover,
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f;
}

.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible),
.video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible) {
  background: 0 0;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: 700;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-audio-only-mode .vjs-control-bar,
.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
  display: none !important;
}

.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff;
}

.video-js :not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
  width: 10em;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster {
  display: block;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-liveui .vjs-live-control,
.video-js:not(.vjs-live) .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}

.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.video-js.vjs-audio-only-mode .vjs-fullscreen-control {
  display: none;
}

.vjs-playback-rate .vjs-playback-rate-value,
.vjs-playback-rate > .vjs-menu-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-volume-control,
.video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-volume-control,
.video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-volume-control {
  display: none;
}

.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
  width: auto;
  width: initial;
}

.video-js.vjs-layout-tiny .vjs-progress-control,
.video-js.vjs-layout-x-small .vjs-progress-control {
  display: none;
}

.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-controls,
.vjs-text-track-settings .vjs-track-settings-font {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:active,
.vjs-track-settings-controls button:focus {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2b333f;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > :not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js :focus:not(.focus-visible) {
  outline: 0;
}

.video-js :focus:not(:focus-visible) {
  outline: 0;
}

.vjs-theme-city {
  --vjs-theme-city--primary: #bf3b4d;
  --vjs-theme-city--secondary: #fff;
}

.vjs-theme-city .vjs-control-bar {
  height: 70px;
  padding-top: 20px;
  background: none;
  background-image: linear-gradient(0deg, #000, transparent);
}

.vjs-theme-city .vjs-button > .vjs-icon-placeholder:before {
  line-height: 50px;
}

.vjs-theme-city .vjs-play-progress:before {
  display: none;
}

.vjs-theme-city .vjs-progress-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.vjs-theme-city .vjs-progress-control .vjs-progress-holder {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0;
}

.vjs-theme-city .vjs-play-progress {
  background-color: var(--vjs-theme-city--primary);
}

.vjs-theme-city .vjs-remaining-time {
  order: 1;
  line-height: 50px;
  flex: 3;
  text-align: left;
}

.vjs-theme-city .vjs-play-control {
  order: 2;
  flex: 8;
  font-size: 1.75em;
}

.vjs-theme-city .vjs-fullscreen-control,
.vjs-theme-city .vjs-picture-in-picture-control,
.vjs-theme-city .vjs-volume-panel {
  order: 3;
  flex: 1;
}

.vjs-theme-city .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
  height: 100%;
}

.vjs-theme-city .vjs-mute-control {
  display: none;
}

.vjs-theme-city .vjs-volume-panel {
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 1.5em;
}

.vjs-theme-city .vjs-volume-bar.vjs-slider-horizontal,
.vjs-theme-city .vjs-volume-panel,
.vjs-theme-city .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.vjs-theme-city .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.vjs-theme-city .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.vjs-theme-city .vjs-volume-panel:hover,
.vjs-theme-city .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
  width: 3em;
}

.vjs-theme-city .vjs-volume-level:before {
  font-size: 1em;
}

.vjs-theme-city .vjs-volume-panel .vjs-volume-control {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.vjs-theme-city .vjs-volume-bar {
  background-color: transparent;
  margin: 0;
}

.vjs-theme-city .vjs-slider-horizontal .vjs-volume-level {
  height: 100%;
}

.vjs-theme-city .vjs-volume-bar.vjs-slider-horizontal {
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}

.vjs-theme-city .vjs-volume-bar:before {
  content: "";
  z-index: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-color: transparent transparent hsla(0, 0%, 100%, 0.25);
  border-style: solid;
  border-width: 0 0 1.75em 3em;
}

.vjs-theme-city .vjs-volume-level {
  overflow: hidden;
  background-color: transparent;
}

.vjs-theme-city .vjs-volume-level:before {
  content: "";
  z-index: 1;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 3em solid transparent;
  border-bottom: 1.75em solid var(--vjs-theme-city--secondary);
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
}

.video-js {
  border-radius: 16px;
  overflow: hidden;
}
.video-js .vjs-big-play-button {
  display: none;
}
.video-js .vjs-control-bar {
  width: auto;
  left: 190px;
  right: 190px;
  margin: auto;
  border-radius: 12px;
  height: 48px;
  border: 1px solid transparent;
  background: linear-gradient(99.17deg, rgba(255, 255, 255, 0.24) 11.07%, rgba(255, 255, 255, 0) 94.09%) border-box, linear-gradient(102.33deg, rgba(19, 155, 242, 0.16) 15.9%, rgba(255, 255, 255, 0.088) 105.94%);
  bottom: 24px;
  backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  padding: 12px 24px;
  gap: 16px;
}
.video-js .vjs-control-bar:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(99.17deg, rgba(255, 255, 255, 0.24) 11.07%, rgba(255, 255, 255, 0) 94.09%);
  pointer-events: none;
  z-index: -1;
  margin: -1px;
}
.video-js .vjs-play-control {
  width: 24px;
  height: 24px;
}
.video-js .vjs-control {
  width: 24px;
  height: 24px;
}
.video-js .vjs-button > .vjs-icon-placeholder:before {
  line-height: 24px;
}
.video-js .vjs-time-control {
  width: auto;
  height: auto;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
  height: 24px;
}
.video-js .vjs-volume-bar {
  margin: 1.1em 8px;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
  width: 74px;
}
.video-js .vjs-volume-panel {
  order: -1;
  transition: 0.5s ease-in-out;
}
.video-js .vjs-volume-panel .vjs-icon-placeholder {
  display: none;
}
.video-js .vjs-volume-panel .vjs-vol-3 {
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 8.00024C15.621 8.46598 16.125 9.0699 16.4721 9.76418C16.8193 10.4585 17 11.224 17 12.0002C17 12.7765 16.8193 13.542 16.4721 14.2363C16.125 14.9306 15.621 15.5345 15 16.0002M17.7 5.00024C18.744 5.84389 19.586 6.91037 20.1645 8.12156C20.7429 9.33276 21.0432 10.658 21.0432 12.0002C21.0432 13.3425 20.7429 14.6677 20.1645 15.8789C19.586 17.0901 18.744 18.1566 17.7 19.0002M6 15.0002H4C3.73478 15.0002 3.48043 14.8949 3.29289 14.7073C3.10536 14.5198 3 14.2654 3 14.0002V10.0002C3 9.735 3.10536 9.48065 3.29289 9.29311C3.48043 9.10557 3.73478 9.00022 4 9.00022H6L9.5 4.50022C9.5874 4.33045 9.73265 4.19754 9.90949 4.12551C10.0863 4.05348 10.2831 4.04708 10.4643 4.10746C10.6454 4.16784 10.799 4.29103 10.8972 4.45476C10.9955 4.61849 11.0319 4.81196 11 5.00022V19.0002C11.0319 19.1885 10.9955 19.3819 10.8972 19.5457C10.799 19.7094 10.6454 19.8326 10.4643 19.893C10.2831 19.9534 10.0863 19.947 9.90949 19.8749C9.73265 19.8029 9.5874 19.67 9.5 19.5002L6 15.0002Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') 50% 50%;
}
.video-js .vjs-paused {
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 4V20L20 12L7 4Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') 50% 50%;
}
.video-js .vjs-paused .vjs-icon-placeholder {
  display: none;
}
.video-js .vjs-picture-in-picture-control,
.video-js .vjs-fullscreen-control {
  display: none;
}
.video-js .vjs-time-control {
  padding: 0;
  font-weight: 400;
  font-variation-settings: "wght" 400, "DOTS" 4;
  font-size: 14px;
  line-height: 100%;
}
.video-js .vjs-progress-holder {
  height: 10px;
  border-radius: 50px;
}
.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0;
}
.video-js .vjs-progress-control .vjs-time-tooltip {
  font-weight: 400;
  font-variation-settings: "wght" 400, "DOTS" 4;
  top: -48px;
  border-radius: 4px;
  padding: 6px 8px 5px 8px;
}
.video-js .vjs-load-progress {
  border-radius: 50px;
}
.video-js .vjs-load-progress div {
  border-radius: 50px;
}
.video-js .vjs-slider-horizontal .vjs-volume-level {
  height: 4px;
  border-radius: 50px;
}
.video-js .vjs-slider-horizontal .vjs-volume-level:before {
  font-size: 12px;
  top: -4px;
}
.video-js .vjs-slider {
  background: rgba(255, 255, 255, 0.5019607843);
}
.video-js .vjs-play-progress {
  background: linear-gradient(90deg, #292835 35.28%, #bdfcfe 100%);
  border-radius: 50px;
}
.video-js .vjs-play-progress:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 4px solid transparent;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="10" transform="rotate(90 12 12)" fill="url(%23paint0_linear_746_1772)" stroke="url(%23paint1_linear_746_1772)" stroke-width="4"/><defs><linearGradient id="paint0_linear_746_1772" x1="12" y1="0" x2="12" y2="24" gradientUnits="userSpaceOnUse"><stop stop-color="%23292835"/><stop offset="1" stop-color="%23BDFCFE"/></linearGradient><linearGradient id="paint1_linear_746_1772" x1="13" y1="23.5" x2="13" y2="1.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23B4EFF2"/><stop offset="1" stop-color="%23688A8C"/></linearGradient></defs></svg>') 50% 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  right: -24px;
  z-index: 3;
}
.video-js .vjs-time-control {
  display: block;
}
.video-js .vjs-time-divider {
  display: none;
}
.video-js .vjs-duration {
  order: 3;
}
.video-js .vjs-remaining-time {
  display: none;
}

.inline-video {
  width: 100%;
  position: relative;
}
.inline-video__icon {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  filter: drop-shadow(-16px -8px 60px rgba(0, 0, 0, 0.16));
  backdrop-filter: blur(30px);
  height: 160px;
  width: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.inline-video:after {
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0.33%, rgba(0, 0, 0, 0) 19.91%);
  pointer-events: none;
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.3s;
  right: 0;
  top: 0;
  content: "";
}
.inline-video .video-js {
  width: 100%;
  height: auto;
  aspect-ratio: 2.15;
}
.inline-video .video-js .vjs-poster img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.inline-video .video-js .vjs-control-bar {
  backdrop-filter: unset;
  background: transparent;
  padding: 0 110px 44px;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
  height: 166px;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  align-items: center;
}
.inline-video .video-js .vjs-control-bar:before {
  display: none;
}
.inline-video .video-js .vjs-play-control {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}
.inline-video .video-js .vjs-paused {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 4V20L20 12L7 4Z' stroke='url(%23paint0_linear_6356_370)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_6356_370' x1='13.5' y1='4' x2='13.5' y2='20' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23BBD151'/%3E%3Cstop offset='1' stop-color='%2300A1A2'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
.inline-video .video-js .vjs-progress-holder {
  height: 6px;
}
.inline-video .video-js .vjs-slider {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
}
.inline-video .video-js .vjs-load-progress {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
}
.inline-video .video-js .vjs-play-progress {
  border-radius: 8px;
  background: var(--Accent-Lime-Accent-Lime---20, #bad051);
}
.inline-video .video-js .vjs-play-progress:before {
  background: var(--Accent-Lime-Accent-Lime---20, #bad051);
  height: 13.8px;
  width: 13.8px;
  border: none;
  right: -13.8px;
}
.inline-video.active:after {
  opacity: 0;
}

:root {
  --ss-primary-color: #406162;
  --ss-bg-color: #ffffff;
  --ss-font-color: #406162;
  --ss-placeholder-color: #cfd8d8;
  --ss-disabled-color: #dcdee2;
  --ss-border-color: #e7ebeb;
  --ss-highlight-color: #fffb8c;
  --ss-focus-color: var(--ss-primary-color);
  --ss-success-color: #00b755;
  --ss-error-color: #dc3545;
  --ss-main-height: 40px;
  --ss-content-height: 300px;
  --ss-search-height: 40px;
  --ss-option-height: auto;
  --ss-spacing-l: 9px;
  --ss-spacing-m: 8px;
  --ss-spacing-s: 5px;
  --ss-animation-timing: 0.2s;
  --ss-border-radius: 8px;
}

@keyframes ss-valueIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ss-valueOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.ss-hide {
  display: none !important;
}

.ss-main {
  display: flex;
  flex-direction: row;
  position: relative;
  user-select: none;
  color: var(--ss-font-color);
  min-height: var(--ss-main-height);
  width: 100%;
  padding: var(--ss-spacing-s);
  cursor: pointer;
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
  background-color: var(--ss-bg-color);
  outline: 0;
  box-sizing: border-box;
  transition: background-color var(--ss-animation-timing);
  overflow: hidden;
}

.ss-main.ss-disabled {
  background-color: var(--ss-disabled-color);
  cursor: not-allowed;
}

.ss-main.ss-disabled .ss-values .ss-disabled {
  color: var(--ss-font-color);
}

.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}

.ss-main.ss-dir-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.ss-main.ss-dir-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ss-main .ss-values {
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--ss-spacing-m);
  flex: 1 1 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.ss-main .ss-values .ss-placeholder {
  display: block;
  width: 100%;
  min-width: 0;
  padding: var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);
  margin: auto 0px auto 0px;
  line-height: 1em;
  color: var(--ss-placeholder-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ss-main .ss-values .ss-max {
  display: flex;
  user-select: none;
  align-items: center;
  width: fit-content;
  font-size: 12px;
  color: var(--ss-bg-color);
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  background-color: var(--ss-primary-color);
  border-radius: var(--ss-border-radius);
}

.ss-main .ss-values .ss-single {
  display: block;
  margin: auto 0px auto var(--ss-spacing-s);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1 auto;
  max-width: calc(100% - 20px);
  padding-right: var(--ss-spacing-m);
}

.ss-main .ss-values .ss-value {
  display: flex;
  user-select: none;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  background-color: var(--ss-primary-color);
  border-radius: var(--ss-border-radius);
  animation-name: ss-valueIn;
  animation-duration: var(--ss-animation-timing);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.ss-main .ss-values .ss-value.ss-value-out {
  animation-name: ss-valueOut;
  animation-duration: var(--ss-animation-timing);
  animation-timing-function: ease-out;
}

.ss-main .ss-values .ss-value .ss-value-text {
  flex: 1;
  min-width: 0;
  font-size: 12px;
  line-height: 1;
  color: var(--ss-bg-color);
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ss-main .ss-values .ss-value .ss-value-delete {
  display: flex;
  align-items: center;
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  cursor: pointer;
  border-left: solid 1px var(--ss-bg-color);
  box-sizing: content-box;
}

.ss-main .ss-values .ss-value .ss-value-delete svg {
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
}

.ss-main .ss-values .ss-value .ss-value-delete svg path {
  fill: none;
  stroke: var(--ss-bg-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-main .ss-deselect {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: auto;
  padding: 0 var(--ss-spacing-m) 0 var(--ss-spacing-m);
}

.ss-main .ss-deselect svg {
  width: 8px;
  height: 8px;
}

.ss-main .ss-deselect svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 20;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-main .ss-arrow {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}

.ss-main .ss-arrow path {
  fill: none;
  stroke: #c6a246;
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}

.ss-content {
  position: absolute;
  display: flex;
  height: auto;
  flex-direction: column;
  width: auto;
  max-height: var(--ss-content-height);
  box-sizing: border-box;
  border: solid 1px var(--ss-border-color);
  background-color: var(--ss-bg-color);
  transition: transform var(--ss-animation-timing), opacity var(--ss-animation-timing);
  opacity: 0;
  transform: scaleY(0);
  overflow: hidden;
  z-index: 10000;
}

.ss-content.ss-relative {
  position: relative;
  height: 100%;
}

.ss-content.ss-fixed {
  position: fixed;
}

.ss-content.ss-dir-above {
  transform-origin: center bottom;
  flex-direction: column-reverse;
  border-top-left-radius: var(--ss-border-radius);
  border-top-right-radius: var(--ss-border-radius);
}

.ss-content.ss-dir-below {
  transform-origin: center top;
  border-bottom-left-radius: var(--ss-border-radius);
  border-bottom-right-radius: var(--ss-border-radius);
}

.ss-content.ss-open {
  opacity: 1;
  transform: scaleY(1);
}

.ss-content .ss-search {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid var(--ss-border-color);
}

.ss-content .ss-search input {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0px;
  height: var(--ss-search-height);
  padding: var(--ss-spacing-m) var(--ss-spacing-l);
  margin: 0;
  border: none;
  background-color: var(--ss-bg-color);
  outline: 0;
  font-feature-settings: "ss01";
  text-align: right;
  box-sizing: border-box;
}

.ss-content .ss-search input::placeholder {
  color: var(--ss-placeholder-color);
  vertical-align: middle;
}

.ss-content .ss-search input:focus {
  box-shadow: none;
}

.ss-content .ss-search .ss-addable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex: 0 0 auto;
  height: auto;
  margin: 0 0 0 var(--ss-spacing-m);
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
}

.ss-content .ss-search .ss-addable svg {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}

.ss-content .ss-search .ss-addable svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-content .ss-list {
  flex: 1 1 auto;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.ss-content .ss-list .ss-error {
  color: var(--ss-error-color);
  padding: var(--ss-spacing-l);
}

.ss-content .ss-list .ss-searching {
  color: var(--ss-font-color);
  padding: var(--ss-spacing-l);
}

.ss-content .ss-list .ss-optgroup .ss-option {
  transition: max-height var(--ss-animation-timing) ease, opacity var(--ss-animation-timing) ease, padding-top var(--ss-animation-timing) ease, padding-bottom var(--ss-animation-timing) ease, margin-top var(--ss-animation-timing) ease, margin-bottom var(--ss-animation-timing) ease;
}

.ss-content .ss-list .ss-optgroup.ss-open .ss-option {
  max-height: 100px;
  opacity: 1;
  overflow: visible;
}

.ss-content .ss-list .ss-optgroup.ss-close .ss-option {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text {
  flex: 1 1 auto;
  font-weight: bold;
  color: var(--ss-font-color);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow) {
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--ss-spacing-m);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover {
  opacity: 0.5;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path {
  stroke: var(--ss-error-color);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60%;
  text-align: center;
  padding: 0 var(--ss-spacing-s) 0 0;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg {
  flex: 0 1 auto;
  width: 13px;
  height: 13px;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path {
  fill: none;
  stroke: var(--ss-success-color);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child {
  stroke-width: 5;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child {
  stroke-width: 11;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow {
  flex: 1 1 auto;
  width: 10px;
  height: 10px;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}

.ss-content .ss-list .ss-optgroup .ss-option {
  padding: var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l) * 3);
}

.ss-content .ss-list .ss-option {
  display: flex;
  align-items: center;
  min-height: var(--ss-option-height);
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
  white-space: normal;
  color: var(--ss-font-color);
  cursor: pointer;
  user-select: none;
  gap: 8px;
}
.ss-content .ss-list .ss-option:has(img) {
  direction: ltr;
  padding-left: 18px;
}

.ss-content .ss-list .ss-option:hover:not(.ss-disabled) {
  color: var(--ss-bg-color);
  background-color: var(--ss-primary-color);
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: var(--ss-bg-color);
  background-color: var(--ss-primary-color);
}

.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  background-color: var(--ss-disabled-color);
}

.ss-content .ss-list .ss-option.ss-disabled:hover {
  color: var(--ss-font-color);
}

.ss-content .ss-list .ss-option .ss-search-highlight {
  display: inline-block;
  background-color: var(--ss-highlight-color);
}

.ss-content .ss-list .ss-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
} 
.leaflet-container {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 2;
  border-radius: 8px;
}

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078a8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(../images/leaflet/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../images/leaflet/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(../images/leaflet/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: center;
  border-radius: 5px;
}

.leaflet-popup-content {
  margin: 8px 20px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

.leaflet-control-geocoder {
  border-radius: 4px;
  background: white;
  min-width: 26px;
  min-height: 26px;
}

.leaflet-touch .leaflet-control-geocoder {
  min-width: 30px;
  min-height: 30px;
}

.leaflet-control-geocoder a,
.leaflet-control-geocoder .leaflet-control-geocoder-icon {
  border-bottom: none;
  display: inline-block;
}

.leaflet-control-geocoder .leaflet-control-geocoder-alternatives a {
  width: inherit;
  height: inherit;
  line-height: inherit;
}

.leaflet-control-geocoder a:hover,
.leaflet-control-geocoder .leaflet-control-geocoder-icon:hover {
  border-bottom: none;
  display: inline-block;
}

.leaflet-control-geocoder-form {
  display: none;
  vertical-align: middle;
}

.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
  display: inline-block;
}

.leaflet-control-geocoder-form input {
  font-size: 120%;
  border: 0;
  background-color: transparent;
  width: 246px;
}

.leaflet-control-geocoder-icon {
  border-radius: 4px;
  width: 26px;
  height: 26px;
  border: none;
  background-color: white;
  background-image: url(../images/leaflet/geocoder.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.leaflet-touch .leaflet-control-geocoder-icon {
  width: 30px;
  height: 30px;
}

.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon {
  background-image: url(../images/leaflet/throbber.gif);
}

.leaflet-control-geocoder-form-no-error {
  display: none;
}

.leaflet-control-geocoder-form input:focus {
  outline: none;
}

.leaflet-control-geocoder-form button {
  display: none;
}

.leaflet-control-geocoder-error {
  margin-top: 8px;
  margin-left: 8px;
  display: block;
  color: #444;
}

.leaflet-control-geocoder-alternatives {
  display: block;
  width: 272px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.leaflet-control-geocoder-alternatives-minimized {
  display: none;
  height: 0;
}

.leaflet-control-geocoder-alternatives li {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  padding: 5px 8px;
  text-overflow: ellipsis;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.leaflet-control-geocoder-alternatives li a,
.leaflet-control-geocoder-alternatives li a:hover {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: inherit;
  border-radius: inherit;
  text-align: left;
}

.leaflet-control-geocoder-alternatives li:last-child {
  border-bottom: none;
}

.leaflet-control-geocoder-alternatives li:hover,
.leaflet-control-geocoder-selected {
  background-color: #f5f5f5;
}

.leaflet-control-geocoder-address-context {
  color: #666;
}

/**********tooltip Animatoin**********/
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip__trigger {
  cursor: pointer;
  position: relative;
}

.tooltip__trigger-text {
  display: block;
  padding: 0.85em;
  pointer-events: none;
}

.tooltip__base {
  position: absolute;
  bottom: 2em;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}

.tooltip__content {
  color: #999999;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 65%;
  padding: 0 1em;
  opacity: 0;
  font-size: 13px;
  font-weight: bold;
}

.tooltip__shape,
.tooltip__deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.tooltip__shape {
  fill: #141514;
}

/* Indivudual styles */
/* Cora */
.tooltip--cora .tooltip__base {
  transform-origin: 50% 100%;
}

.tooltip--cora .tooltip__content {
  margin-bottom: 1em;
}

/* Smaug */
.tooltip--smaug .tooltip__base {
  bottom: -0.5em;
  transform-origin: 50% 100%;
}

.tooltip--smaug .tooltip__content {
  padding: 0;
}

/* Dori */
.tooltip--dori .tooltip__base {
  bottom: -0.5em;
}

.tooltip--dori .tooltip__content {
  margin: 0 0 1em;
}

/* Walda */
.tooltip--walda .tooltip__base {
  left: 0;
  bottom: 0.75em;
  position: absolute;
  margin-left: 0;
  width: 250px;
  height: 100px;
  padding: 0 0 0 0.25em;
}

.tooltip--walda .tooltip__trigger-text {
  padding: 1em;
}

.tooltip--walda .tooltip__content {
  margin: 0;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  text-align: left;
  font-size: 0.85em;
  line-height: 2;
  opacity: 1;
  justify-content: flex-start;
}

.tooltip--walda .tooltip__letters span {
  display: inline-block;
  white-space: pre;
  opacity: 0;
}

.tooltip--walda .tooltip__deco {
  width: 4px;
  height: 100%;
  background: #141514;
  transform-origin: 50% 100%;
}

/* Gram */
.tooltip--gram .tooltip__base {
  bottom: -0.5em;
}

/* Narvi */
.path-narvi {
  transform-origin: 200px 150px;
}

.tooltip--narvi .tooltip__content {
  width: 80%;
}

/* Amras */
.path-amras-1 {
  transform-origin: 115px 111px;
}

.path-amras-2 {
  transform-origin: 204px 107px;
}

.path-amras-3 {
  transform-origin: 279px 66px;
}

.path-amras-4 {
  transform-origin: 320px 99px;
}

.path-amras-5 {
  transform-origin: 137px 199px;
}

.path-amras-6 {
  transform-origin: 222px 217px;
}

.path-amras-7 {
  transform-origin: 80px 168px;
}

.path-amras-8 {
  transform-origin: 296px 211px;
}

.path-amras-9 {
  transform-origin: 310px 167px;
}

/* Hador */
.tooltip--hador .tooltip__base {
  bottom: 2.25em;
  margin-left: -115px;
}

.path-hador-1 {
  transform-origin: 148px 284px;
}

.path-hador-2 {
  transform-origin: 160px 268px;
}

.path-hador-3 {
  transform-origin: 171px 246px;
}

.path-hador-4 {
  transform-origin: 200px 120px;
}

.tooltip--hador .tooltip__content {
  width: 50%;
  margin: 0 0 2.5em;
}

/* Malva */
.tooltip--malva .tooltip__content {
  width: 50%;
}

/* Sadoc */
.tooltip--sadoc .tooltip__base {
  bottom: 2.5em;
}

.tooltip--sadoc .tooltip__shape path {
  fill: #1d1f1e;
  stroke: #5a5c5b;
  stroke-width: 3px;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-slides-offset-before);
  scroll-margin-inline-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
  margin-inline-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
  margin-block-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.1490196078);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  height: var(--swiper-virtual-size);
  width: 1px;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next ::slotted(svg),
.swiper-button-next svg,
.swiper-button-prev ::slotted(svg),
.swiper-button-prev svg {
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  width: 100%;
  fill: currentColor;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-button-prev .swiper-navigation-icon,
.swiper-button-prev ::slotted(.swiper-navigation-icon) {
  transform: rotate(180deg);
}

.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}

.swiper-horizontal .swiper-button-next,
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev {
  margin-left: 0;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}
.swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next, .swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev, .swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal .swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl .swiper-button-next ::slotted(.swiper-navigation-icon), .swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl ~ .swiper-button-next ::slotted(.swiper-navigation-icon), .swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal ~ .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-horizontal .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal .swiper-button-prev ::slotted(.swiper-navigation-icon) {
  transform: rotate(180deg);
}
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl .swiper-button-prev ::slotted(.swiper-navigation-icon), .swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl ~ .swiper-button-prev ::slotted(.swiper-navigation-icon) {
  transform: rotate(0deg);
}

.swiper-vertical .swiper-button-next,
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: 0;
  right: auto;
}
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
  bottom: auto;
  top: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-prev ::slotted(.swiper-navigation-icon) {
  transform: rotate(-90deg);
}
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}
.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical .swiper-button-next ::slotted(.swiper-navigation-icon),
.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-next ::slotted(.swiper-navigation-icon) {
  transform: rotate(90deg);
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination.swiper-pagination-disabled, .swiper-pagination-disabled > .swiper-pagination {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}
.swiper-pagination-bullet button {
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.2509803922));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > .swiper-pagination-progressbar, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: var(--swiper-pagination-progressbar-size, 4px);
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
}
.swiper-scrollbar.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > .swiper-scrollbar {
  display: none !important;
}
.swiper-scrollbar.swiper-scrollbar-horizontal, .swiper-horizontal > .swiper-scrollbar {
  bottom: var(--swiper-scrollbar-bottom, 4px);
  height: var(--swiper-scrollbar-size, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  position: absolute;
  top: var(--swiper-scrollbar-top, auto);
  width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  z-index: 50;
}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  left: var(--swiper-scrollbar-left, auto);
  position: absolute;
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  width: var(--swiper-scrollbar-size, 4px);
  z-index: 50;
}

.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transform-origin: center bottom;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}
.modal__content {
  width: 700px;
  max-width: 100%;
  margin: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  background: #fff;
  border-radius: 8px;
}
.modal__content--close {
  border: none;
  border-radius: 24px;
  background: radial-gradient(278.82% 137.51% at 1.95% 3.59%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(28px);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  transform: translateY(calc(-100% - 8px));
  cursor: pointer;
}
.modal__content--close:before {
  padding: 1px;
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
  z-index: -1;
  content: "";
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  inset: -1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.modal__content--close:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M18 6L6 18M6 6L18 18" stroke="%23CDDEDE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: center center;
  background-repeat: no-repeat;
}
.modal.active {
  pointer-events: unset;
  opacity: 1;
  visibility: visible;
}
.modal--is-video .modal__content {
  max-width: 1280px;
  width: auto;
  position: relative;
  background: transparent;
}
.modal--is-video .modal__content:after {
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0.33%, rgba(0, 0, 0, 0) 19.91%);
  pointer-events: none;
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
}
.modal--is-video .modal__content .video-js {
  max-height: 85vh;
  max-height: 85dvh;
}
.modal--is-video .modal__content .video-js .vjs-control-bar {
  backdrop-filter: unset;
  background: transparent;
  padding: 0 110px 44px;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
  height: 166px;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  align-items: flex-end;
}
.modal--is-video .modal__content .video-js .vjs-control-bar:before {
  display: none;
}
.modal--is-video .modal__content .video-js .vjs-play-control {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}
.modal--is-video .modal__content .video-js .vjs-paused {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 4V20L20 12L7 4Z' stroke='url(%23paint0_linear_6356_370)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_6356_370' x1='13.5' y1='4' x2='13.5' y2='20' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23BBD151'/%3E%3Cstop offset='1' stop-color='%2300A1A2'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
.modal--is-video .modal__content .video-js .vjs-progress-holder {
  height: 6px;
}
.modal--is-video .modal__content .video-js .vjs-slider {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
}
.modal--is-video .modal__content .video-js .vjs-load-progress {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
}
.modal--is-video .modal__content .video-js .vjs-play-progress {
  border-radius: 8px;
  background: #00c4af;
}
.modal--is-video .modal__content .video-js .vjs-play-progress:before {
  background: #00c4af;
  height: 13.8px;
  width: 13.8px;
  border: none;
  right: -13.8px;
}
.modal--is-megamenu {
  align-items: flex-start;
}
.modal--is-megamenu .modal__content {
  border-radius: 0;
  width: 100%;
  height: 100%;
  max-height: 728px;
  margin: 0;
  background: #070A09;
}
.modal--is-time .modal__content {
  max-width: 1162px;
  width: auto;
  margin: 0;
  position: relative;
  border-radius: 0;
  background: transparent;
}
.modal--is-time .modal__content--close {
  border-radius: 50%;
  background: radial-gradient(278.82% 137.51% at 1.95% 3.59%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(14px);
  width: 56px;
  height: 56px;
  transform: unset;
  top: -18px;
  left: 24px;
  border: 0.7px solid transparent;
}
.modal--is-time .modal__content--close:after {
  width: 34px;
  height: 34px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cpath d='M25.3991 8.59961L8.59912 25.3996M8.59912 8.59961L25.3991 25.3996' stroke='%2300C4AF' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.modal--is-time .modal__content--close:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 0;
  padding: 0.7px;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.modal--is-gallery .modal__content {
  width: 946px;
  max-width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  border-radius: 0;
  background: transparent;
}

.form-control {
  position: relative;
}
.form-control label {
  cursor: pointer;
  margin-bottom: 8px;
  color: var(--Sage-Blue-Dark-Sage-Blue---100, #0d1111);
  font-size: 14px;
  line-height: 18px;
  font-weight: 750;
  font-variation-settings: "wght" 750;
  display: block;
}
.form-control input[type=text],
.form-control input[type=password],
.form-control input[type=tel],
.form-control input[type=url],
.form-control input[type=email],
.form-control input[type=number] {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #F0F0F0;
  background: #fff;
  transition: all 0.3s;
  padding: 16px;
}
.form-control input[type=text]::placeholder,
.form-control input[type=password]::placeholder,
.form-control input[type=tel]::placeholder,
.form-control input[type=url]::placeholder,
.form-control input[type=email]::placeholder,
.form-control input[type=number]::placeholder {
  color: #cddede;
  opacity: 1;
  transition: color 0.3s;
}
.form-control input[type=text]:-ms-input-placeholder,
.form-control input[type=password]:-ms-input-placeholder,
.form-control input[type=tel]:-ms-input-placeholder,
.form-control input[type=url]:-ms-input-placeholder,
.form-control input[type=email]:-ms-input-placeholder,
.form-control input[type=number]:-ms-input-placeholder {
  color: #cddede;
  transition: color 0.3s;
}
.form-control input[type=text]::-ms-input-placeholder,
.form-control input[type=password]::-ms-input-placeholder,
.form-control input[type=tel]::-ms-input-placeholder,
.form-control input[type=url]::-ms-input-placeholder,
.form-control input[type=email]::-ms-input-placeholder,
.form-control input[type=number]::-ms-input-placeholder {
  color: #cddede;
  transition: color 0.3s;
}
.form-control input[type=text]:focus,
.form-control input[type=password]:focus,
.form-control input[type=tel]:focus,
.form-control input[type=url]:focus,
.form-control input[type=email]:focus,
.form-control input[type=number]:focus {
  border-color: #00C4AF;
}
.form-control textarea {
  resize: none;
  width: 100%;
  height: 102px;
  border-radius: 8px;
  border: 1px solid #F0F0F0;
  background: #fff;
  transition: all 0.3s;
  padding: 16px;
}
.form-control textarea::placeholder {
  color: #cddede;
  opacity: 1;
  transition: color 0.3s;
}
.form-control textarea:-ms-input-placeholder {
  color: #cddede;
  transition: color 0.3s;
}
.form-control textarea::-ms-input-placeholder {
  color: #cddede;
  transition: color 0.3s;
}
.form-control textarea {
  display: block;
}
.form-control textarea:focus {
  border-color: #00C4AF;
}
.form-control:has(.error) label, .form-control.error label, .form-control:has(.validation_message) label {
  color: var(--System-Error---Text, #f30b58);
}
.form-control:has(.error) input[type=text],
.form-control:has(.error) input[type=password],
.form-control:has(.error) input[type=tel],
.form-control:has(.error) input[type=url],
.form-control:has(.error) input[type=email],
.form-control:has(.error) input[type=number],
.form-control:has(.error) textarea, .form-control.error input[type=text],
.form-control.error input[type=password],
.form-control.error input[type=tel],
.form-control.error input[type=url],
.form-control.error input[type=email],
.form-control.error input[type=number],
.form-control.error textarea, .form-control:has(.validation_message) input[type=text],
.form-control:has(.validation_message) input[type=password],
.form-control:has(.validation_message) input[type=tel],
.form-control:has(.validation_message) input[type=url],
.form-control:has(.validation_message) input[type=email],
.form-control:has(.validation_message) input[type=number],
.form-control:has(.validation_message) textarea {
  color: var(--System-Error---Text, #f30b58);
}

.error, .validation_message {
  color: var(--System-Error---Text, #f30b58) !important;
  font-size: 12px;
  line-height: 24px;
  font-weight: 750;
  display: block;
  font-variation-settings: "wght" 750;
  margin-top: 4px !important;
}

.btn {
  display: flex;
  height: 56px;
  gap: 8px;
  background: var(--accent-color-green-100, #00623e);
  padding: 8px 32px;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 2px;
  background: var(--accent-color-green-100, #00623e);
  color: #fff;
  font-size: 1.14286rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.71429rem;
  cursor: pointer;
}
.btn[disabled] {
  pointer-events: none;
  background: var(--Sage-Blue-Light-Sage-Blue---20, #e6efee);
  color: var(--Sage-Blue-Light-Sage-Blue---40, #cddede);
}

.mega-menu-container {
  opacity: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s, visibility 0.4s;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  width: 1070px;
  padding-top: 35px;
}
.mega-menu {
  border-radius: 0 0 8px 8px;
  border: 1px solid var(--primary-colors-light-gray-60, #e9e9e9);
  background: var(--primary-colors-light-gray-20, #f8f8f8);
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.12);
  padding: 32px;
  display: flex;
  gap: 48px;
}
.mega-menu__banner {
  flex: 0 0 28%;
  max-width: 28%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mega-menu__banner img {
  width: 100%;
  border-radius: 4px;
}
.mega-menu__banner--description {
  color: var(--primary-colors-dark-gray-80, #3a3b3c);
  line-height: 1.71429rem;
}
.mega-menu__banner .site-more {
  color: var(--accent-color-green-100, #00623e);
  font-size: 1rem;
  line-height: 1.71429rem;
}
.mega-menu__categories {
  flex: 1;
}
.mega-menu__categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.mega-menu__categories ul li {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
}
.mega-menu__categories--link {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--primary-colors-dark-gray-80, #3a3b3c);
  line-height: 1.71429rem;
  padding: 7px 16px 7px 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: transparent;
}
.mega-menu__categories--link:after {
  content: "";
  margin-right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12.6666 8H3.33329M3.33329 8L7.33329 12M3.33329 8L7.33329 4' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  opacity: 0;
  transition: opacity 0.3s;
}
.mega-menu__categories--link_icon {
  border-radius: 4px;
  border: 1px solid var(--primary-colors-light-gray-60, #e9e9e9);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  color: var(--primary-color);
  transition: border-color 0.3s, color 0.3s;
}
.mega-menu__categories--link:hover {
  border: 1px solid var(--primary-colors-light-gray-80, #e1e1e1);
  background-color: var(--accent-color-navy-blue-80, #032848);
  color: #fff;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.mega-menu__categories--link:hover:after {
  opacity: 1;
}
.mega-menu__categories--link:hover .mega-menu__categories--link_icon {
  color: #3a6e9a;
  border-color: #032848;
}

body:has(.breadcrumb) {
  padding-top: 104px;
}
body:has(.breadcrumb):has(#social-page-hero) #breadcrumb, body:has(.breadcrumb):has(.services-page) #breadcrumb, body:has(.breadcrumb):has(.blog-hero) #breadcrumb, body:has(.breadcrumb):has(.blog-single-hero) #breadcrumb {
  padding-bottom: 16px;
}

#breadcrumb {
  padding-top: 48px;
  padding-bottom: 80px;
}

.breadcrumb {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  gap: 8px;
  white-space: nowrap;
}
.breadcrumb li {
  color: var(--primary-colors-dark-gray-40, #757679);
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-size: 0.85714rem;
  line-height: 1.71429rem;
}
.breadcrumb li a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumb li a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10 4L6 8L10 12' stroke='%231E694B' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
}
.breadcrumb li.active {
  color: var(--primary-colors-dark-gray-100, #1d1e1e);
}

.pagination {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}
.pagination__list {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pagination__list--item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
}
.pagination__list--item .page-numbers {
  color: #78797d;
  font-size: 16px;
  line-height: 180%;
  text-transform: lowercase;
}
.pagination__list--item .page-numbers.prev {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='8' viewBox='0 0 33 8' fill='none'%3E%3Cpath d='M0.646446 4.35355C0.451183 4.15829 0.451183 3.84171 0.646446 3.64645L3.82843 0.464466C4.02369 0.269204 4.34027 0.269204 4.53553 0.464466C4.7308 0.659728 4.7308 0.976311 4.53553 1.17157L1.70711 4L4.53553 6.82843C4.7308 7.02369 4.7308 7.34027 4.53553 7.53553C4.34027 7.7308 4.02369 7.7308 3.82843 7.53553L0.646446 4.35355ZM33 4V4.5H1V4V3.5H33V4Z' fill='%231A2322'/%3E%3C/svg%3E") center center no-repeat;
  display: block;
  width: 32px;
  height: 8px;
  transform: scale(-1, 1);
  margin-left: 16px;
}
.pagination__list--item .page-numbers.prev svg {
  display: none;
}
.pagination__list--item .page-numbers.prev:hover {
  opacity: 0.75;
}
.pagination__list--item .page-numbers.next {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='8' viewBox='0 0 33 8' fill='none'%3E%3Cpath d='M0.646446 4.35355C0.451183 4.15829 0.451183 3.84171 0.646446 3.64645L3.82843 0.464466C4.02369 0.269204 4.34027 0.269204 4.53553 0.464466C4.7308 0.659728 4.7308 0.976311 4.53553 1.17157L1.70711 4L4.53553 6.82843C4.7308 7.02369 4.7308 7.34027 4.53553 7.53553C4.34027 7.7308 4.02369 7.7308 3.82843 7.53553L0.646446 4.35355ZM33 4V4.5H1V4V3.5H33V4Z' fill='%231A2322'/%3E%3C/svg%3E") center center no-repeat;
  display: block;
  width: 32px;
  height: 8px;
  margin-right: 16px;
}
.pagination__list--item .page-numbers.next svg {
  display: none;
}
.pagination__list--item .page-numbers.next:hover {
  opacity: 0.75;
}
.pagination__list--item .page-numbers.current, .pagination__list--item .page-numbers:hover {
  color: #0C5550;
}
.pagination__list--item .page-numbers.disabled, .pagination__list--item .page-numbers[aria-disabled=true], .pagination__list--item .page-numbers[disabled] {
  opacity: 0.45;
  pointer-events: none;
  cursor: default;
}
.pagination__list--item_ellipsis {
  color: #646569;
  font-size: 16px;
  line-height: 180%;
  text-transform: lowercase;
  pointer-events: none;
}

.category-card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}
.category-card__picture {
  position: relative;
  height: 100%;
}
.category-card__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.category-card__picture:after {
  content: "";
  width: 100%;
  display: block;
  height: calc(100% - 16px);
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #1d1e1e 0%, rgba(29, 30, 30, 0) 90.37%);
}
.category-card__over {
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: 4px;
  border-right: 1px solid #c8c8c8;
  background: linear-gradient(180deg, #04325a 0%, #021e36 100%);
  padding: 24px 16px;
  display: flex;
  opacity: 0;
  transition: all 0.3s;
  flex-direction: column;
  color: var(--primary-colors-light-gray-60, #e9e9e9);
}
.category-card__over svg {
  color: #71a9da;
  margin-bottom: 24px;
}
.category-card__over--title {
  margin-bottom: 8px;
  font-size: 1.28571rem;
  line-height: 2.28571rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.category-card__over p {
  line-height: 1.71429rem;
}
.category-card__over--more {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1.71429rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  margin-top: auto;
}
.category-card__over--more:after {
  transition: all 0.3s;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12.6667 8H3.33342M3.33342 8L7.33342 12M3.33342 8L7.33342 4' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
}
.category-card__over--more:hover:after {
  transform: translateX(-2px);
}
.category-card__title {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 16px;
  color: #fff;
  font-size: 1.71429rem;
  line-height: 2.85714rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.category-card:hover .category-card__over {
  opacity: 1;
}

.home-slideshow-card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.home-slideshow-card__picture {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.home-slideshow-card__picture:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.home-slideshow-card__picture img {
  width: 100%;
}
.home-slideshow-card__details {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
}
.home-slideshow-card__details--icon {
  margin-bottom: 8px;
}
.home-slideshow-card__details--title {
  margin-bottom: 16px;
  color: var(--primary-colors-dark-gray-80, #3a3b3c);
  font-size: 1.71429rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 2.85714rem;
}
.home-slideshow-card__details--description {
  color: var(--primary-colors-dark-gray-40, #757679);
  line-height: 1.71429rem;
  margin-bottom: 16px;
}
.home-slideshow-card__details--more {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--primary-color);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.71429rem;
}
.home-slideshow-card__details--more:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12.6667 8H3.33342M3.33342 8L7.33342 12M3.33342 8L7.33342 4' stroke='%23338165' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.blog-card__picture {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  width: 100%;
}
.blog-card__picture img {
  width: 100%;
}
.blog-card__date {
  padding: 4px 12px;
  background: rgba(102, 161, 139, 0.27);
  border-radius: 2px;
  color: #1e694b;
  font-size: 0.85714rem;
  line-height: 1.71429rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.blog-card__title {
  color: var(--primary-colors-dark-gray-80, #3a3b3c);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.blog-card__description {
  margin-top: -8px;
  color: var(--primary-colors-dark-gray-40, #757679);
  line-height: 1.71429rem;
}
.blog-card:hover .blog-card__title {
  color: var(--primary-color);
}

.services-companies-card {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: var(--White, #fff);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.services-companies-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  gap: 8px;
}
.services-companies-card__head--title {
  color: var(--primary-colors-dark-gray-80, #3a3b3c);
  font-size: 1.71429rem;
  line-height: 2.85714rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.services-companies-card__picture {
  width: 100%;
}
.services-companies-card__description {
  padding: 24px;
  color: var(--primary-colors-dark-gray-60, #58595b);
  line-height: 1.71429rem;
}
.services-companies-card__foot {
  background: var(--accent-color-navy-blue-60, #04325a);
  padding: 16px 24px;
  color: var(--White, #fff);
  font-size: 1.14286rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 2rem;
  display: flex;
  margin-top: auto;
  align-items: center;
  gap: 8px;
}
.services-companies-card__foot--icon {
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1.6px 5.6px 0 rgba(0, 0, 0, 0.11);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #3a6e9a;
}

.faq-card .accordion-title {
  color: var(--primary-colors-dark-gray-80, #3a3b3c);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-size: 1.28571rem;
  line-height: 2.28571rem;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  cursor: pointer;
  padding-bottom: 24px;
  border-bottom: 1px solid #dadada;
  transition: all 0.3s;
}
.faq-card .accordion-title:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23757679' stroke-width='2.28571' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  transition: transform 0.3s;
}
.faq-card .accordion-title.active {
  border-bottom-color: transparent;
  padding-bottom: 8px;
}
.faq-card .accordion-title.active:after {
  transform: rotate(180deg);
}
.faq-card .accordion-content {
  display: grid;
  overflow: hidden;
  grid-template-rows: minmax(0, 0fr);
  transition: grid-template-rows 0.6s;
}
.faq-card .accordion-content > div {
  border-radius: 8px;
  background: var(--primary-colors-light-gray-60, #e9e9e9);
  padding: 16px;
  color: var(--dark-gray-dark-gray-60, #58595b);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  overflow: hidden;
}
.faq-card .accordion-content.active {
  grid-template-rows: minmax(0, 1fr);
}
.faq-card:last-child .accordion-title {
  border-bottom: none;
}

.company-card {
  border-radius: 4px;
  border: 1px solid #dadada;
  aspect-ratio: 0.7958333333;
  background: linear-gradient(180deg, #f2f3f5 3.71%, rgba(255, 255, 255, 0.4) 23.31%, rgba(255, 255, 255, 0.24) 44.26%, rgba(31, 80, 122, 0.19) 118.48%);
  position: relative;
  overflow: hidden;
}
.company-card__picture {
  position: absolute;
  inset: 0;
  transition: opacity 0.3s;
  opacity: 0;
  z-index: 2;
}
.company-card__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.company-card__picture:after {
  width: 100%;
  display: block;
  height: calc(100% - 15px);
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(0deg, #1d1e1e 0%, rgba(29, 30, 30, 0) 90.37%);
}
.company-card__category {
  position: absolute;
  z-index: 3;
  right: 24px;
  top: 24px;
  padding: 4px 12px;
  font-size: 0.85714rem;
  line-height: 1.71429rem;
  color: var(--accent-color-green-100, #00623e);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  border-radius: 4px;
  background: var(--accent-color-green-20, #cce0d8);
  transition: opacity 0.3s;
  opacity: 0;
}
.company-card__more {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 4px;
  right: 24px;
  bottom: 24px;
  font-size: 1.14286rem;
  line-height: 2rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: var(--accent-color-green-100, #00623e);
}
.company-card__more:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 12H5M5 12L11 18M5 12L11 6' stroke='%2300623E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  transition: background-image 0.3s;
}
.company-card__over {
  position: absolute;
  z-index: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: opacity 0.3s;
  inset: 0;
}
.company-card__over--brand {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.company-card__over--title {
  margin-bottom: 8px;
  color: var(--primary-colors-dark-gray-80, #3a3b3c);
  font-size: 1.71429rem;
  line-height: 2.85714rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  position: relative;
  z-index: 1;
}
.company-card__over--logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
  pointer-events: none;
  opacity: 0.03;
}
.company-card__over .site-description {
  opacity: 1;
  font-size: 1rem;
  line-height: 1.71429rem;
  flex: 1;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.company-card:hover .company-card__category {
  opacity: 1;
}
.company-card:hover .company-card__picture {
  opacity: 1;
}
.company-card:hover .company-card__over {
  opacity: 0;
}
.company-card:hover .company-card__more {
  color: var(--Background, #f2f3f5);
}
.company-card:hover .company-card__more:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 12H5M5 12L11 18M5 12L11 6' stroke='%23F2F3F5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.gform_title {
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--Green-190, #020606);
  font-size: 1.28571rem;
  line-height: 2.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .gform_title {
    padding: 0;
    font-size: 1.14286rem;
    line-height: 2rem;
  }
}

.gform-footer {
  justify-content: space-between;
}
.gform-footer .gform-loader {
  all: revert-layer;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  filter: invert(61%) sepia(72%) saturate(596%) hue-rotate(6deg) brightness(94%) contrast(89%);
}

.gform-theme--foundation.gform-theme--framework .gform_fields {
  --gf-form-gap-x: 16px;
  --gf-form-gap-y: 16px;
}
.gform-theme--foundation.gform-theme--framework .gform_fields .ss-main {
  --ss-main-height: 56px;
  display: flex;
  flex-direction: row;
  position: relative;
  user-select: none;
  color: var(--ss-font-color);
  min-height: var(--ss-main-height);
  width: 100%;
  padding: var(--ss-spacing-s);
  cursor: pointer;
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
  background-color: var(--ss-bg-color);
  outline: 0;
  box-sizing: border-box;
  transition: background-color var(--ss-animation-timing);
  overflow: hidden;
}
@media (max-width: 991px) {
  .gform-theme--foundation.gform-theme--framework .gform_fields .ss-main {
    --ss-main-height: 40px;
  }
}
.gform-theme--foundation.gform-theme--framework .gform_fields .ss-arrow {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}
.gform-theme--foundation.gform-theme--framework .gform_fields .ss-arrow path {
  all: revert-layer;
  fill: none;
  stroke: #c6a246;
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}
.gform-theme--foundation.gform-theme--framework .gform_fields .gfield_required {
  display: none;
}
.gform-theme--foundation.gform-theme--framework .gform_confirmation_message {
  margin-bottom: 24px;
  all: revert-layer;
  position: relative;
  border-radius: 8px;
  border: 1px solid #1e6f63;
  background: #e3f4ef;
  padding: 12px 28px 12px 16px;
  color: #1e6f63;
  font-size: 1rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
@media (max-width: 991px) {
  .gform-theme--foundation.gform-theme--framework .gform_confirmation_message {
    margin-bottom: 16px;
  }
}
.gform-theme--foundation.gform-theme--framework .gform_confirmation_message:before {
  position: absolute;
  right: 16px;
  top: 12px;
  bottom: 12px;
  width: 4px;
  background: #1e6f63;
  border-radius: 1px;
  content: "";
}
.gform-theme--foundation.gform-theme--framework .gform_validation_errors {
  margin-bottom: 24px;
  all: revert-layer;
  position: relative;
  --gf-form-validation-heading-color: #c6454a;
  border-radius: 8px;
  border: 1px solid #c6454a;
  background: #fff0f0;
  padding: 12px 28px 12px 16px;
  outline: none !important;
}
@media (max-width: 991px) {
  .gform-theme--foundation.gform-theme--framework .gform_validation_errors {
    margin-bottom: 16px;
  }
}
.gform-theme--foundation.gform-theme--framework .gform_validation_errors .gform-icon {
  display: none !important;
}
.gform-theme--foundation.gform-theme--framework .gform_validation_errors:before {
  position: absolute;
  right: 16px;
  top: 12px;
  bottom: 12px;
  width: 4px;
  background: #c6454a;
  border-radius: 1px;
  content: "";
}

.gform-theme--framework :where(:not(html):not(iframe):not(canvas):not(img):not(svg):not(video) :not(svg *):not(symbol *) :not(.gform-theme__no-reset--el):not(.gform-theme__no-reset--children *):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-reset):not(.gform-theme__disable-reset *):not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *):not(.wp-editor-container):not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area):not(.gfield_description > *):not(.gform-field-label--type-inline > :not(span)):not(.ui-resizable-handle):not(.hidden)) .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-ctrl-line-height: 50px;
  --gf-ctrl-textarea-radius: 8px;
  --gf-ctrl-radius: 8px;
  --gf-ctrl-size: 56px;
  --gf-ctrl-textarea-size: 160px;
  --gf-ctrl-border-color: #e7ebeb;
  --gf-ctrl-shadow: none;
  --gf-ctrl-outline-width-focus: 0;
  --gf-ctrl-outline-color-focus: transparent;
  --gf-ctrl-outline-offset: 0;
  --gf-ctrl-transition: all 0.3s;
  --gf-ctrl-border-color-focus: #04325a;
  --gf-ctrl-border-color-hover: #04325a;
}
@media (max-width: 991px) {
  .gform-theme--framework :where(:not(html):not(iframe):not(canvas):not(img):not(svg):not(video) :not(svg *):not(symbol *) :not(.gform-theme__no-reset--el):not(.gform-theme__no-reset--children *):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-reset):not(.gform-theme__disable-reset *):not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *):not(.wp-editor-container):not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area):not(.gfield_description > *):not(.gform-field-label--type-inline > :not(span)):not(.ui-resizable-handle):not(.hidden)) .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    --gf-ctrl-size: 40px;
  }
}

.gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-ctrl-label-font-size-primary: 1rem;
  --gf-ctrl-label-color-primary: #1d1e1e;
  --gf-ctrl-label-line-height-primary: 1.28571rem;
  --gf-ctrl-label-color-req: #ec3c2c;
}

body .gform-theme--foundation .gfield textarea.large {
  min-block-size: 160px;
}

.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])) {
  --gf-ctrl-select-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23929497' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --gf-ctrl-select-icon-hover: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23929497' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --gf-ctrl-select-icon-focus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23929497' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --gf-ctrl-select-icon-size: 24px;
}

.gform-theme--foundation .gform_footer,
.gform-theme--foundation .gform_page_footer {
  --gf-form-footer-margin-y-start: 16px;
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-ctrl-btn-bg-color-primary: #338165;
  --gf-ctrl-btn-radius: 2px;
  --gf-ctrl-btn-font-size: 1.14286rem;
  --gf-ctrl-btn-font-weight: 700;
  --gf-local-line-height: 1.71429rem;
  --gf-ctrl-btn-size: 56px;
  --gf-local-min-width: 134px !important;
  --gf-ctrl-btn-bg-color-hover-primary: #04325a;
  --gf-ctrl-btn-bg-color-focus-primary: #04325a;
  --gf-ctrl-btn-border-color-focus-primary: #04325a;
}
@media (max-width: 991px) {
  .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    --gf-ctrl-btn-font-weight: 450;
  }
}

.gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-ctrl-desc-color-error: #ec3c2c;
}

.gform-theme--framework .gfield_error .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gfield_error select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gfield_error select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gfield_error textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-ctrl-border-color-error: #ec3c2c;
}

.gform-theme--framework .gform_validation_errors .gform_submission_error {
  --gf-form-validation-heading-color: #ec3c2c;
}

.gform-theme--framework .gform_validation_errors {
  --gf-form-validation-margin-y: 24px;
}

.skltbs-theme-light .skltbs-tab-group,
.skltbs-theme-dark .skltbs-tab-group {
  margin: 0;
  padding: 0;
  list-style: none;
}

.skltbs-theme-light .skltbs-tab-group::after,
.skltbs-theme-dark .skltbs-tab-group::after {
  content: "";
  clear: both;
  display: table;
}

.skltbs-theme-light .skltbs-tab-item,
.skltbs-theme-dark .skltbs-tab-item {
  float: left;
  margin: 0 3px 3px 0;
}

.skltbs-theme-light .skltbs-tab,
.skltbs-theme-dark .skltbs-tab {
  display: block;
  padding: 1em 1.25em;
  color: inherit;
  border: 0;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.skltbs-theme-light .skltbs-tab:disabled,
.skltbs-theme-dark .skltbs-tab:disabled {
  background: transparent;
  cursor: not-allowed;
  -ms-touch-action: none;
  touch-action: none;
}

.skltbs-theme-light .skltbs-panel,
.skltbs-theme-dark .skltbs-panel {
  padding: 15px 25px;
  border: 2px solid;
}

.skltbs-theme-light .skltbs-panel-heading,
.skltbs-theme-dark .skltbs-panel-heading {
  margin-top: 3px;
}

.skltbs-theme-light .skltbs-panel-heading:first-child,
.skltbs-theme-dark .skltbs-panel-heading:first-child {
  margin-top: 0;
}

.skltbs-theme-light .skltbs-panel-heading .skltbs-tab,
.skltbs-theme-dark .skltbs-panel-heading .skltbs-tab {
  width: 100%;
}

.skltbs-theme-light {
  color: #333;
}

.skltbs-theme-light .skltbs-tab {
  background: #f6f6f8;
}

.skltbs-theme-light .skltbs-tab:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 2px #0a69ca;
  box-shadow: inset 0 0 0 2px #0a69ca;
}

.skltbs-theme-light .skltbs-tab:disabled {
  color: #ccc;
  background: transparent;
}

.skltbs-theme-light .skltbs-tab.skltbs-active {
  color: #fff;
  background: #2b8ff5;
}

.skltbs-theme-light .skltbs-tab.skltbs-active:focus,
.skltbs-theme-light .skltbs-tab.skltbs-active:hover {
  border-color: #5ca9f7;
}

.skltbs-theme-light .skltbs-panel {
  background-color: #fff;
  border: 2px solid #f6f6f8;
}

.skltbs-theme-light .skltbs-panel:focus {
  outline: 0;
  border-color: #74b6f8;
}

.skltbs-theme-dark {
  color: #fff;
}

.skltbs-theme-dark .skltbs-tab {
  background: #2d2e2f;
}

.skltbs-theme-dark .skltbs-tab:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 2px #085cb2;
  box-shadow: inset 0 0 0 2px #085cb2;
}

.skltbs-theme-dark .skltbs-tab:disabled {
  color: #fff;
  background: transparent;
}

.skltbs-theme-dark .skltbs-tab.skltbs-active {
  background: #2b8ff5;
}

.skltbs-theme-dark .skltbs-tab.skltbs-active:focus,
.skltbs-theme-dark .skltbs-tab.skltbs-active:hover {
  border-color: #000;
}

.skltbs-theme-dark .skltbs-panel {
  background-color: #1a1b1c;
  border: 2px solid #2d2e2f;
}

.skltbs-theme-dark .skltbs-panel:focus {
  outline: 0;
  border-color: #085cb2;
}

.skltbs-mode-tabs .skltbs-panel-group {
  position: relative;
}

.skltbs-mode-tabs.use-fade .skltbs-panel {
  position: relative;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.skltbs-mode-tabs.use-fade .skltbs-leave {
  position: absolute;
  top: 0;
  display: block !important;
  opacity: 1;
}

.skltbs-mode-tabs.use-fade .skltbs-leave-active {
  opacity: 0;
}

.skltbs-mode-tabs.use-fade .skltbs-enter {
  opacity: 0;
}

.skltbs-mode-tabs.use-fade .skltbs-enter-active {
  opacity: 1;
}

.skltbs-mode-tabs.use-fade-scale .skltbs-panel {
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.skltbs-mode-tabs.use-fade-scale .skltbs-leave {
  position: absolute;
  top: 0;
  display: block !important;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.skltbs-mode-tabs.use-fade-scale .skltbs-leave-active {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.skltbs-mode-tabs.use-fade-scale .skltbs-enter {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.skltbs-mode-tabs.use-fade-scale .skltbs-enter-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.skltbs-mode-tabs.use-drop .skltbs-panel {
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.skltbs-mode-tabs.use-drop .skltbs-leave {
  position: absolute;
  top: 0;
  display: block !important;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.skltbs-mode-tabs.use-drop .skltbs-leave-active {
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}

.skltbs-mode-tabs.use-drop .skltbs-enter {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.skltbs-mode-tabs.use-drop .skltbs-enter-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.skltbs-mode-tabs.use-rotate .skltbs-panel-group {
  overflow: hidden;
}

.skltbs-mode-tabs.use-rotate .skltbs-panel {
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.skltbs-mode-tabs.use-rotate .skltbs-leave {
  position: absolute;
  top: 0;
  display: block !important;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.skltbs-mode-tabs.use-rotate .skltbs-leave-active {
  opacity: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.skltbs-mode-tabs.use-rotate .skltbs-enter {
  opacity: 0;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}

.skltbs-mode-tabs.use-rotate .skltbs-enter-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

body {
  padding-top: 224px;
}
body:has(#home-hero) {
  padding-top: 103px;
}
body:has(#search-page) {
  padding-top: 184px;
}

#masthead {
  position: fixed;
  transition: padding-top 0.4s, max-width 0.4s, padding 0.4s, border-radius 0.4s, transform 0.4s, box-shadow 0.4s, background-color 0.4s;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 9;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  background: var(--primary-colors-light-gray-20, #f8f8f8);
  padding: 32px 0;
}
#masthead.fixed {
  transform: translateY(24px) translateX(-50%);
  background-color: #fff;
  border-radius: 8px;
  max-width: 1600px;
  box-shadow: 0 24px 32px 0 rgba(0, 0, 0, 0.06);
  padding: 24px 8px;
}
#masthead.fixed .mega-menu-container {
  padding-top: 27px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.menu > ul {
  display: flex;
  align-items: center;
  gap: 32px;
}
.menu > ul > li > a {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--primary-colors-dark-gray-100, #1d1e1e);
  font-size: 1.14286rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 2.28571rem;
}
.menu > ul > li > a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%231D1E1E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  display: none;
  content: "";
  transition: background-image 0.3s;
}
.menu > ul > li > a:hover {
  color: var(--accent-color-green-100, #00623e);
}
.menu > ul > li > a:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%2300623e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.menu > ul > li.menu-submenu {
  position: relative;
}
.menu > ul > li.menu-submenu > a:after {
  display: block;
}
.menu > ul > li.menu-submenu:hover > a {
  color: var(--accent-color-green-100, #00623e);
}
.menu > ul > li.menu-submenu:hover > a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%2300623e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.menu > ul > li.menu-submenu:hover .mega-menu-container {
  opacity: 1;
  visibility: visible;
}

.quick-links {
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}
.quick-links__link {
  color: var(--primary-colors-dark-gray-80, #3a3b3c);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.quick-links__link:hover {
  color: var(--accent-color-green-100, #00623e);
}

.select-lang {
  position: relative;
  margin-left: 16px;
}
.select-lang .ss-main {
  --ss-spacing-s: 1px;
  --ss-main-height: 32px;
  --ss-bg-color: transparent;
  --ss-border-color: transparent;
  padding-left: 16px;
  padding-right: 24px;
}
.select-lang .ss-main .ss-values .ss-single {
  max-width: unset;
  padding-right: 0;
}
.select-lang .ss-main .ss-arrow {
  width: 16px;
  height: 16px;
}
.select-lang .ss-main .ss-arrow path {
  stroke: #3a3b3c;
  stroke-width: 12;
}
.select-lang:after {
  position: absolute;
  content: "";
  background: #dadada;
  height: 24px;
  width: 1px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.select-lang:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M15.75 9C15.75 12.7279 12.7279 15.75 9 15.75M15.75 9C15.75 5.27208 12.7279 2.25 9 2.25M15.75 9C15.75 7.34315 12.7279 6 9 6C5.27208 6 2.25 7.34315 2.25 9M15.75 9C15.75 10.6569 12.7279 12 9 12C5.27208 12 2.25 10.6569 2.25 9M9 15.75C5.27208 15.75 2.25 12.7279 2.25 9M9 15.75C10.6569 15.75 12 12.7279 12 9C12 5.27208 10.6569 2.25 9 2.25M9 15.75C7.34315 15.75 6 12.7279 6 9C6 5.27208 7.34315 2.25 9 2.25M2.25 9C2.25 5.27208 5.27208 2.25 9 2.25' stroke='%233A3B3C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 18px;
  height: 18px;
}

.search {
  position: relative;
}
.search-link {
  color: var(--primary-color);
}
.search-form {
  display: none;
  left: 0;
  top: calc(100% + 16px);
  position: absolute;
}
.search-form input {
  padding: 16px 16px 16px 48px;
  width: 420px;
  background: #fff;
  font-size: 1.14286rem;
  line-height: 2.28571rem;
}
.search-form input::placeholder {
  color: #adadad;
  opacity: 1;
  transition: color 0.3s;
}
.search-form input:-ms-input-placeholder {
  color: #adadad;
  transition: color 0.3s;
}
.search-form input::-ms-input-placeholder {
  color: #adadad;
  transition: color 0.3s;
}
.search-form input {
  border: none;
  border-radius: 8px;
}
.search-form__close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
}

.site-footer {
  background: #f0f1f1;
  border-radius: 2px 2px 0 0;
}

.footer {
  padding-top: 64px;
  padding-bottom: 48px;
}

.foot {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.foot__logo {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
}
.foot__logo img {
  width: 93px;
}
.foot__contact {
  flex: 0 0 320px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.foot__contact--description {
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: var(--primary-colors-dark-gray-80, #3a3b3c);
}
.foot__contact--social ul {
  display: flex;
  align-items: center;
  gap: 12px;
}
.foot__contact--social ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--accent-color-green-100, #00623e);
  border: 1px solid var(--accent-color-green-100, #00623e);
  color: #fff;
}
.foot__contact--social ul li a:hover {
  background: #fff;
  color: var(--accent-color-green-100, #00623e);
}
.foot__links {
  max-width: 616px;
  flex: 0 0 616px;
  display: flex;
  gap: 32px;
}
.foot__links--col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 0 0 195px;
  max-width: 195px;
}
.foot__links--col_title {
  color: var(--primary-colors-dark-gray-80, #3a3b3c);
  line-height: 2rem;
  font-size: 1.14286rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.foot__links--col:last-child {
  flex: 1;
  max-width: unset;
}
.foot__links--col ul {
  -moz-column-count: 2;
  column-count: 2;
  height: 192px;
  -moz-column-fill: auto;
  column-fill: auto;
}
.foot__links--col ul li {
  margin-bottom: 12px;
}
.foot__links--col ul li a {
  color: var(--primary-colors-dark-gray-40, #757679);
  line-height: 1.71429rem;
}
.foot__links--col ul li a:hover {
  color: var(--primary-color);
}

#copyright {
  border-right: 1px solid #292c2d;
  border-left: 1px solid #292c2d;
  background: var(--accent-color-navy-blue-60, #04325a);
  padding: 16px;
  text-align: center;
  color: #fff;
  line-height: 1.71429rem;
}

.ft {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d1d4d4;
  padding-top: 40px;
  padding-bottom: 48px;
  color: var(--primary-colors-dark-gray-80, #3a3b3c);
  line-height: 2.28571rem;
  font-size: 1.14286rem;
}
.ft__address {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ft__address:before {
  content: "";
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 13.9998C13.6569 13.9998 15 12.6566 15 10.9998C15 9.3429 13.6569 7.99976 12 7.99976C10.3431 7.99976 9 9.3429 9 10.9998C9 12.6566 10.3431 13.9998 12 13.9998Z' stroke='%23032848' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.657 16.6567L13.414 20.8997C13.039 21.2743 12.5306 21.4848 12.0005 21.4848C11.4704 21.4848 10.962 21.2743 10.587 20.8997L6.343 16.6567C5.22422 15.5379 4.46234 14.1124 4.15369 12.5606C3.84504 11.0087 4.00349 9.40022 4.60901 7.93844C5.21452 6.47665 6.2399 5.22725 7.55548 4.34821C8.87107 3.46918 10.4178 3 12 3C13.5822 3 15.1289 3.46918 16.4445 4.34821C17.7601 5.22725 18.7855 6.47665 19.391 7.93844C19.9965 9.40022 20.155 11.0087 19.8463 12.5606C19.5377 14.1124 18.7758 15.5379 17.657 16.6567Z' stroke='%23032848' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
}
.ft__phone {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ft__phone a:hover {
  color: var(--primary-color);
}
.ft__phone:before {
  content: "";
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 4H9L11 9L8.5 10.5C9.57096 12.6715 11.3285 14.429 13.5 15.5L15 13L20 15V19C20 19.5304 19.7893 20.0391 19.4142 20.4142C19.0391 20.7893 18.5304 21 18 21C14.0993 20.763 10.4202 19.1065 7.65683 16.3432C4.8935 13.5798 3.23705 9.90074 3 6C3 5.46957 3.21071 4.96086 3.58579 4.58579C3.96086 4.21071 4.46957 4 5 4Z' stroke='%23032848' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
}

.home-hero {
  position: relative;
  overflow: hidden;
}
.home-hero__slider--images .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.home-hero__slider--images .slick-list .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}
.home-hero__details {
  position: absolute;
  left: var(--container-x);
  bottom: 64px;
}
.home-hero__details--gallery ul {
  display: flex;
  gap: 16px;
}
.home-hero__details--gallery-item {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.home-hero__details--gallery-item:before {
  position: absolute;
  bottom: -3px;
  content: "";
  height: 3px;
  width: 100%;
  left: 0;
  display: block;
  background: #fff;
}
.home-hero__details--gallery-item:after {
  position: absolute;
  z-index: 1;
  bottom: -3px;
  content: "";
  height: 3px;
  width: 0;
  left: 0;
  display: block;
  background: #fff;
  transition: width 0.3s;
  background: linear-gradient(90deg, #1f507a 0%, #8cc7fa 100%);
}
.home-hero__details--gallery-item img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  max-width: 200px;
}
.home-hero__details--gallery-item:hover:after {
  width: 100%;
}

.home-hero-item {
  width: 100%;
  position: relative;
}
.home-hero-item img {
  width: 100%;
}
.home-hero-item__over {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.2) 99.98%);
  position: absolute;
  z-index: 1;
  inset: 0;
}
.home-hero-item__over .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.home-hero-item__over--title {
  max-width: 800px;
  font-size: 3.42857rem;
  line-height: 5.14286rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.home-hero-item__over--description {
  max-width: 800px;
  font-size: 1.14286rem;
  line-height: 2.28571rem;
}
.home-hero-item__over--arrow {
  margin-top: 32px;
  position: relative;
}
.home-hero-item__over--arrow svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: arrowFloat 2.2s ease-in-out infinite;
}
.home-hero-item__over--more {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid transparent;
  background: linear-gradient(180deg, #f2f3f5, #3a6e9a) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.home-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: var(--margin-y) 0;
}
.home-about__main {
  max-width: 650px;
}
.home-about__main .site-title {
  max-width: 390px;
}
.home-about__main--image {
  width: 100%;
  position: relative;
}
.home-about__main--image img {
  width: 100%;
  border-radius: 4px;
}
.home-about__main--image_title {
  position: absolute;
  right: 24px;
  bottom: 24px;
  color: var(--light-gray-light-gray-20, #f8f8f8);
  font-size: 1.14286rem;
  line-height: 2rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.home-about__details {
  max-width: 650px;
}
.home-about__details .site-description {
  margin-bottom: 84px;
}
.home-about__details--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
}
.home-about__details--data {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  align-items: center;
}
.home-about__details--count {
  color: var(--primary-color);
  font-size: 1.28571rem;
  line-height: 2.28571rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  direction: ltr;
}
.home-about__details--title {
  color: var(--primary-colors-dark-gray-60, #58595b);
  line-height: 2.28571rem;
  font-size: 1.28571rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.home-about__details ul {
  display: flex;
  flex-direction: column;
  max-width: 356px;
}
.home-about__details ul li {
  padding-bottom: 24px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
}
.home-about__details ul li:after {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background: linear-gradient(270deg, rgba(51, 129, 101, 0) 0%, #338165 49.78%, rgba(51, 129, 101, 0) 100%);
  position: absolute;
  bottom: 0;
  right: 0;
}
.home-about__details ul li:last-child:after {
  display: none;
}

.home-categories {
  padding: var(--margin-y) 0;
}
.home-categories__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
}
.home-categories__head--title {
  max-width: 500px;
}
.home-categories__head--title .site-title {
  margin-bottom: 0;
}
.home-categories__head .site-description {
  max-width: 570px;
  padding-right: 8px;
  position: relative;
}
.home-categories__head .site-description:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  background: linear-gradient(270deg, #00623e 0%, #66a18b 100%);
}
.home-categories__slider .slick-list {
  margin-left: -24px;
}
.home-categories__slider .slick-track {
  display: flex;
}
.home-categories__slider .slick-track .slick-slide {
  height: unset;
  margin-left: 24px;
}

#home-slideshow {
  background: url("assets/images/theme/bg.png") repeat #eef0f3;
}

.home-slideshow {
  padding: var(--margin-y) 0;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-around;
}
.home-slideshow__shape {
  opacity: 0.4;
  flex-shrink: 0;
}
.home-slideshow__slider {
  max-width: 788px;
}
.home-slideshow__slider .slick-prev {
  top: unset;
  transform: unset;
  bottom: 0;
  right: calc(50% + 12px);
}
.home-slideshow__slider .slick-next {
  top: unset;
  left: unset;
  transform: unset;
  bottom: 0;
  right: calc(50% + 92px);
}

#home-honors-head {
  background: url("assets/images/theme/bg2.png") no-repeat #032848;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 160px;
}

.home-honors-head .site-section-head {
  color: #fff;
}
.home-honors-head .site-title {
  color: #fff;
  max-width: 600px;
}

.home-honors-content {
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-top: -116px;
  margin-bottom: var(--margin-y);
  position: relative;
  z-index: 1;
  background: url("assets/images/theme/bg3.png") no-repeat #fff;
  background-size: cover;
  padding: 40px var(--margin-y);
  display: flex;
  align-items: center;
  gap: 80px;
}
.home-honors-content__picture {
  flex: 0 0 40%;
  max-width: 40%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.home-honors-content__picture:after {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background: linear-gradient(to left, #002719 0%, rgba(29, 30, 30, 0) 90.37%);
}
.home-honors-content__picture img {
  width: 100%;
}
.home-honors-content__description {
  display: flex;
  flex-direction: column;
  gap: 24px;
  line-height: 1.71429rem;
}
.home-honors-content__description--top {
  color: var(--primary-colors-dark-gray-80, #3a3b3c);
}
.home-honors-content__description-bottom {
  color: var(--primary-colors-dark-gray-40, #757679);
}
.home-honors-content__description .site-more {
  margin-top: 64px;
}

.home-blog {
  padding: var(--margin-y) 0;
}
.home-blog__slider .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}
.home-blog__slider .slick-list .slick-slide {
  margin-left: 12px;
  margin-right: 12px;
}

.site-slider {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.site-slider__slides {
  flex: 0 0 calc(100% - 540px);
  max-width: calc(100% - 540px);
}
.site-slider__slides--item {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  display: block;
}
.site-slider__slides--item_play {
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 2.667px solid var(--Background, #f2f3f5);
  border-right: 2.667px solid var(--Background, #f2f3f5);
  background: var(--accent-color-navy-blue-60, #04325a);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-slider__slides--item_play:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M11.6665 6.66602V33.3327L33.3332 19.9993L11.6665 6.66602Z' stroke='white' stroke-width='2.85714' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 40px;
  height: 40px;
}
.site-slider__slides--item img {
  width: 100%;
}
.site-slider__slides .slick-track {
  margin-right: 0;
}
.site-slider__slides .slick-list {
  margin-right: -250px;
}
.site-slider__slides .slick-slide {
  margin-left: 24px;
}
.site-slider__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 516px;
  max-width: 516px;
}
.site-slider__nav .site-section-head {
  margin-bottom: 0;
}
.site-slider__nav .site-title {
  max-width: 380px;
  margin-bottom: 0;
}
.site-slider__nav--buttons {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: auto;
}
.site-slider__nav--prev {
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: var(--primary-colors-dark-gray-80, #3a3b3c);
}
.site-slider__nav--prev:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Cg clip-path='url(%23clip0_5236_1575)'%3E%3Cpath d='M9.46647 18.8247C9.25434 18.6126 9.18766 18.3964 9.19558 18.1056C9.21142 17.5241 9.65951 17.076 10.241 17.0602L24.7799 16.6635C25.3615 16.6476 25.7857 17.0719 25.7699 17.6535C25.754 18.235 25.3059 18.6831 24.7244 18.6989L10.1855 19.0956C9.89477 19.1035 9.67861 19.0368 9.46647 18.8247Z' fill='white'/%3E%3Cpath d='M17.2843 25.1489C16.86 24.7247 16.8759 24.1431 17.3239 23.6951L23.2982 17.7208L17.6413 12.0639C17.217 11.6397 17.2329 11.0581 17.681 10.6101C18.129 10.162 18.7106 10.1461 19.1349 10.5704L25.4988 16.9344C25.9231 17.3586 25.9072 17.9402 25.4592 18.3883L18.7381 25.1093C18.2901 25.5573 17.7085 25.5732 17.2843 25.1489Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5236_1575'%3E%3Crect width='24' height='26' fill='white' transform='translate(18.3848) rotate(45)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 36px;
  height: 36px;
}
.site-slider__nav--prev:hover {
  background: var(--accent-color-green-100, #00623e);
}
.site-slider__nav--next {
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: var(--primary-colors-dark-gray-80, #3a3b3c);
}
.site-slider__nav--next:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Cg clip-path='url(%23clip0_5236_1569)'%3E%3Cpath d='M25.889 16.5308C26.1011 16.7429 26.1678 16.9591 26.1599 17.2498C26.1441 17.8313 25.696 18.2794 25.1144 18.2953L10.5756 18.692C9.99402 18.7078 9.56976 18.2836 9.58563 17.702C9.60149 17.1205 10.0496 16.6724 10.6311 16.6565L25.17 16.2599C25.4607 16.252 25.6769 16.3186 25.889 16.5308Z' fill='white'/%3E%3Cpath d='M18.0712 10.2065C18.4955 10.6308 18.4796 11.2124 18.0315 11.6604L12.0573 17.6347L17.7142 23.2915C18.1384 23.7158 18.1226 24.2973 17.6745 24.7454C17.2264 25.1935 16.6449 25.2093 16.2206 24.7851L9.85665 18.4211C9.43238 17.9968 9.44825 17.4153 9.89631 16.9672L16.6173 10.2462C17.0654 9.79817 17.647 9.78226 18.0712 10.2065Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5236_1569'%3E%3Crect width='24' height='26' fill='white' transform='translate(16.9707 35.3555) rotate(-135)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 36px;
  height: 36px;
}
.site-slider__nav--next:hover {
  background: var(--accent-color-green-100, #00623e);
}

.blog-hero {
  margin-bottom: 88px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.blog-hero__picture {
  display: block;
  width: 100%;
}
.blog-hero__picture img {
  width: 100%;
}
.blog-hero__over {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 64px 24px 24px;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.49) 50.74%, rgba(0, 0, 0, 0) 99.98%);
}
.blog-hero__over .site-more {
  color: var(--accent-color-green-60, #66a18b);
}
.blog-hero__over .site-more:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19M5 12L9 16M5 12L9 8' stroke='%2366A18B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.blog-hero__over--title {
  max-width: 600px;
  font-size: 2.28571rem;
  line-height: 3.71429rem;
  color: var(--White, #fff);
  margin-bottom: 24px;
}
.blog-hero__over--date {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--White, #fff);
  line-height: 1.71429rem;
}
.blog-hero__over--date:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.795 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V7C3 6.46957 3.21071 5.96086 3.58579 5.58579C3.96086 5.21071 4.46957 5 5 5H17C17.5304 5 18.0391 5.21071 18.4142 5.58579C18.7893 5.96086 19 6.46957 19 7V11H3M15 3V7M7 3V7M18 16.4961V18.0001L19 19.0001M22 18C22 20.2091 20.2091 22 18 22C15.7909 22 14 20.2091 14 18C14 15.7909 15.7909 14 18 14C20.2091 14 22 15.7909 22 18Z' stroke='%23DADADA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
}
.blog-hero__category {
  position: absolute;
  right: 24px;
  top: 24px;
  border-radius: 2px;
  background: var(--accent-color-green-20, #cce0d8);
  padding: 4px 12px;
  color: var(--accent-color-green-100, #00623e);
  font-size: 0.85714rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.71429rem;
}

.blog-page {
  margin-bottom: 80px;
}
.blog-page__tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 16px;
}
.blog-page__tools--categories {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.blog-page__tools--categories a,
.blog-page__tools--categories button {
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid var(--primary-colors-light-gray-100, #dadada);
  background: var(--Background, #f2f3f5);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  color: var(--primary-colors-dark-gray-80, #3a3b3c);
}
.blog-page__tools--categories a.active, .blog-page__tools--categories a:hover,
.blog-page__tools--categories button.active,
.blog-page__tools--categories button:hover {
  color: #fff;
  opacity: 0.8;
  background: var(--accent-color-green-pressed, #002719);
  border-color: var(--accent-color-green-pressed, #002719);
}
.blog-page__tools--sort {
  min-width: 332px;
}
.blog-page__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.blog-page__list--more {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 2rem;
  font-size: 1.14286rem;
  color: var(--accent-color-green-100, #00623e);
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.blog-page__list--more:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%2300623E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
}
.blog-page__list .blog-card {
  flex: 0 0 calc(25% - 18px);
  max-width: calc(25% - 18px);
}

#blog-most {
  background: var(--accent-color-navy-blue-100, #021e36);
  padding: 80px 0;
}

.blog-most .site-title {
  color: var(--White, #fff);
}
.blog-most .blog-card__date {
  color: var(--White, #fff);
  background: var(--accent-color-navy-blue-20, #3a6e9a);
}
.blog-most .blog-card__title {
  color: var(--White, #fff);
}
.blog-most .blog-card__description {
  color: var(--primary-colors-light-gray-60, #e9e9e9);
}

.search-page {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  gap: 16px;
  justify-content: space-between;
}
.search-page__tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
}
.search-page__tools--subtitle {
  flex: 0 0 100%;
  max-width: 100%;
  color: var(--primary-colors-dark-gray-40, #757679);
  line-height: 1.71429rem;
}
.search-page__tools--title {
  color: #000;
  font-size: 2.28571rem;
  line-height: 3.71429rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.search-page__tools--count {
  padding: 4px 12px;
  border-radius: 4px;
  background: var(--accent-color-green-20, #cce0d8);
  color: var(--accent-color-green-100, #00623e);
  font-size: 0.85714rem;
  line-height: 1.71429rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.search-page__search {
  width: 420px;
  position: relative;
}
.search-page__search--input {
  width: 100%;
  border-radius: 4px;
  background: var(--White, #fff);
  height: 64px;
  padding-right: 16px;
  padding-left: 44px;
  color: #58595b;
  font-size: 1.14286rem;
  border: none;
}
.search-page__search--button {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 21L15 15M17 10C17 13.866 13.866 17 10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10Z' stroke='%2300623E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.blog-single-hero {
  margin-bottom: calc(2 * var(--margin-y));
  display: flex;
  gap: 24px;
}
.blog-single-hero__picture {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  flex: 0 0 41%;
  max-width: 41%;
}
.blog-single-hero__picture:after {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.blog-single-hero__picture img {
  width: 100%;
}
.blog-single-hero__details {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-single-hero__details--categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.blog-single-hero__details--categories a {
  color: var(--accent-color-green-100, #00623e);
  font-size: 0.85714rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.71429rem;
  border-radius: 2px;
  background: var(--accent-color-green-20, #cce0d8);
  padding: 4px 12px;
}
.blog-single-hero__details--title {
  margin-bottom: 24px;
  color: #000;
  font-size: 3.42857rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 5.14286rem;
}
.blog-single-hero__details--description {
  color: var(--primary-colors-dark-gray-60, #58595b);
  font-size: 1.28571rem;
  line-height: 2.57143rem;
}
.blog-single-hero__details--date {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.14286rem;
  color: var(--primary-colors-dark-gray-40, #757679);
  line-height: 2rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.blog-single-hero__details--date:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M15.7267 28H6.66667C5.95942 28 5.28115 27.719 4.78105 27.219C4.28095 26.7189 4 26.0406 4 25.3333V9.33333C4 8.62609 4.28095 7.94781 4.78105 7.44772C5.28115 6.94762 5.95942 6.66667 6.66667 6.66667H22.6667C23.3739 6.66667 24.0522 6.94762 24.5523 7.44772C25.0524 7.94781 25.3333 8.62609 25.3333 9.33333V14.6667H4M20 4V9.33333M9.33333 4V9.33333M24 21.9948V24.0001L25.3333 25.3335M29.3333 24C29.3333 26.9455 26.9455 29.3333 24 29.3333C21.0545 29.3333 18.6667 26.9455 18.6667 24C18.6667 21.0545 21.0545 18.6667 24 18.6667C26.9455 18.6667 29.3333 21.0545 29.3333 24Z' stroke='%23032848' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 32px;
  height: 32px;
}

.single-post {
  max-width: 1330px;
  margin-bottom: calc(2 * var(--margin-y));
  margin-left: auto;
  margin-right: auto;
}
.single-post__tools {
  margin-top: 16px;
  padding-top: 20px;
  border-top: 1px solid #dadada;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
.single-post__tools--keys {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.single-post__tools--keys a {
  padding: 4px 12px;
  border-radius: 2px;
  background: var(--accent-color-green-20, #cce0d8);
  color: var(--accent-color-green-100, #00623e);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-size: 0.85714rem;
  line-height: 1.71429rem;
}
.single-post__tools--social {
  display: flex;
  align-items: center;
  font-size: 1.14286rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: var(--primary-colors-bunker-80, #2d3038);
  line-height: 2rem;
}
.single-post__tools--social_copy {
  margin-right: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid var(--accent-color-navy-blue-60, #04325a);
  background: var(--accent-color-navy-blue-60, #04325a);
  color: #fff;
}
.single-post__tools--social_copy:hover {
  background-color: #fff;
  color: var(--accent-color-navy-blue-60, #04325a);
}
.single-post__tools--social ul {
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px solid #dadada;
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-post__tools--social ul a {
  border-radius: 4px;
  border: 1px solid var(--accent-color-navy-blue-60, #04325a);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-color-navy-blue-60, #04325a);
}
.single-post__tools--social ul a:hover {
  background: var(--accent-color-navy-blue-60, #04325a);
  color: #fff;
}

.general-page {
  margin-bottom: calc(2 * var(--margin-y));
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
}
.general-page__title {
  color: var(--primary-colors-bunker-80, #2d3038);
  font-size: 3.42857rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 5.14286rem;
  margin-bottom: 16px;
}
.general-page__date {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
  color: var(--primary-colors-dark-gray-40, #757679);
  font-size: 1.14286rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 2rem;
}
.general-page__date:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M15.7267 28H6.66667C5.95942 28 5.28115 27.719 4.78105 27.219C4.28095 26.7189 4 26.0406 4 25.3333V9.33333C4 8.62609 4.28095 7.94781 4.78105 7.44772C5.28115 6.94762 5.95942 6.66667 6.66667 6.66667H22.6667C23.3739 6.66667 24.0522 6.94762 24.5523 7.44772C25.0524 7.94781 25.3333 8.62609 25.3333 9.33333V14.6667H4M20 4V9.33333M9.33333 4V9.33333M24 21.9948V24.0001L25.3333 25.3335M29.3333 24C29.3333 26.9455 26.9455 29.3333 24 29.3333C21.0545 29.3333 18.6667 26.9455 18.6667 24C18.6667 21.0545 21.0545 18.6667 24 18.6667C26.9455 18.6667 29.3333 21.0545 29.3333 24Z' stroke='%23032848' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 32px;
  height: 32px;
}

.post p {
  color: var(--primary-colors-dark-gray-80, #3a3b3c);
  font-size: 1.28571rem;
  line-height: 2.57143rem;
  margin-bottom: 24px;
}
.post b,
.post strong {
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: var(--primary-colors-dark-gray-100, #1d1e1e);
}
.post .wp-block-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
  padding-right: 24px;
}
.post .wp-block-list li {
  list-style: disc;
}
.post .wp-block-quote {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  position: relative;
  padding-top: 54px;
}
.post .wp-block-quote:before {
  color: var(--accent-color-green-100, #00623e);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-size: 7.57143rem;
  content: "“";
  position: absolute;
  right: 0;
  top: 0;
}
.post .wp-block-quote p {
  margin-bottom: 0;
}
.post .wp-block-image {
  margin-bottom: 40px;
  padding-top: 16px;
}
.post .wp-block-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}
.post .wp-block-image .wp-element-caption {
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 1.71429rem;
  color: var(--primary-colors-dark-gray-80, #3a3b3c);
  font-size: 1rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  display: flex;
  gap: 8px;
}
.post .wp-block-image .wp-element-caption:before {
  flex-shrink: 0;
  border-radius: 2px;
  background: linear-gradient(180deg, #1f507a 0%, #639aca 100%);
  content: "";
  width: 8px;
  height: 8px;
  position: relative;
  top: 8px;
}
.post .wp-block-image.size-full img {
  width: 100%;
}
.post .wp-block-heading {
  margin-bottom: 8px;
  color: var(--primary-colors-bunker-80, #2d3038);
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.post h2 {
  color: var(--primary-colors-bunker-80, #2d3038);
  font-size: 2.28571rem;
  line-height: 3.71429rem;
}
.post h3 {
  font-size: 1.71429rem;
  line-height: 2.85714rem;
}
.post h4 {
  font-size: 1.14286rem;
  line-height: 2rem;
}
.post h5 {
  font-size: 1rem;
  line-height: 1.8rem;
}
.post h6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.services-page {
  margin-bottom: calc(2 * var(--margin-y) + 48px);
  position: relative;
}
.services-page:after {
  pointer-events: none;
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 8px;
  content: "";
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.05) 52.59%, rgba(0, 0, 0, 0) 99.98%);
}
.services-page__cover {
  width: 100%;
  border-radius: 8px;
}
.services-page__title {
  position: absolute;
  bottom: 64px;
  right: 80px;
  color: var(--White, #fff);
  font-size: 3.42857rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 5.14286rem;
  max-width: 545px;
  z-index: 1;
}
.services-page .site-description {
  position: absolute;
  padding: 32px;
  border-radius: 8px;
  background: var(--accent-color-navy-blue-80, #032848);
  color: var(--White, #fff);
  z-index: 1;
  left: 80px;
  bottom: -48px;
  max-width: 600px;
  opacity: 1;
}

#services-page-nav {
  padding-bottom: calc(2 * var(--margin-y) + 48px);
  overflow: hidden;
}
#services-page-nav .skltbs-panel-group {
  background: #eef0f3;
  padding-top: 80px;
  display: flex;
  align-items: flex-start;
}
#services-page-nav .skltbs-panel-group .skltbs-panel {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  transform: unset !important;
}
#services-page-nav .skltbs-panel-group .skltbs-panel > svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -84px;
  width: 552px;
  height: auto;
  color: #142534;
  opacity: 0.04;
  pointer-events: none;
}

.services-page-nav {
  margin-bottom: 80px;
}
.services-page-nav ul {
  display: flex;
  gap: 16px;
}
.services-page-nav ul li {
  flex: 0 0 calc(16.66% - 13.33px);
  max-width: calc(16.66% - 13.33px);
}
.services-page-nav__item {
  border-radius: 4px;
  background: #e6e6e6;
  overflow: hidden;
  transition: all 0.5s;
  padding: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.services-page-nav__item svg {
  color: #757679;
  width: 64px;
  height: 64px;
  transition: all 0.5s;
}
.services-page-nav__item--title {
  transition: all 0.5s;
  color: var(--primary-colors-dark-gray-80, #3a3b3c);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 2.28571rem;
  white-space: nowrap;
}
.services-page-nav__item.skltbs-active, .services-page-nav__item:hover {
  background: var(--accent-color-green-100, #00623e);
}
.services-page-nav__item.skltbs-active svg, .services-page-nav__item:hover svg {
  color: #fff;
  opacity: 0.4;
  transform: translateX(-8px) translateY(60px) scale(2.1875);
}
.services-page-nav__item.skltbs-active .services-page-nav__item--title, .services-page-nav__item:hover .services-page-nav__item--title {
  color: #fff;
  transform: translateY(calc(-1 * (100% + 54px)));
}

.services-card {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 24px;
}
.services-card__title {
  flex: 0 0 100%;
  max-width: 100%;
  color: var(--primary-colors-dark-gray-100, #1d1e1e);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-size: 2.28571rem;
  line-height: 3.71429rem;
}
.services-card__picture {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
  margin-bottom: -48px;
}
.services-card__picture img {
  border-radius: 8px;
  width: 100%;
}
.services-card__details {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 40px;
}
.services-card__details--date {
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #3a6e9a;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-color-navy-blue-60, #04325a);
  font-size: 1.14286rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 2rem;
}
.services-card__details--date:before {
  content: "";
  border-radius: 2px;
  background: var(--accent-color-navy-blue-60, #04325a);
  width: 12px;
  height: 12px;
}
.services-card__details--title {
  margin-bottom: 48px;
  color: var(--primary-colors-dark-gray-80, #3a3b3c);
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-size: 1.28571rem;
  line-height: 2.57143rem;
}
.services-card__details--description {
  color: var(--primary-colors-dark-gray-40, #757679);
  line-height: 2.57143rem;
  font-size: 1.28571rem;
}
.services-card__details .site-more {
  margin-top: auto;
}

#single-service-hero {
  margin-bottom: calc(2 * var(--margin-y));
  overflow: hidden;
  position: relative;
}
#single-service-hero > svg {
  position: absolute;
  top: 0;
  left: -148px;
  width: 693px;
  height: auto;
  color: #142534;
  opacity: 0.04;
  pointer-events: none;
}

.single-service-hero {
  position: relative;
  z-index: 1;
}
.single-service-hero .home-categories__head {
  align-items: flex-start;
  margin-bottom: 80px;
}
.single-service-hero .home-categories__head--title {
  max-width: 568px;
}
.single-service-hero .home-categories__head .site-description {
  max-width: 508px;
  opacity: 1;
  color: var(--primary-colors-dark-gray-80, #3a3b3c);
  font-size: 1.28571rem;
  line-height: 2.57143rem;
}
.single-service-hero .home-categories__head .site-title {
  font-size: 3.42857rem;
  line-height: 5.14286rem;
}
.single-service-hero .site-slider__slides {
  flex: 0 0 calc(100% - 230px);
  max-width: calc(100% - 230px);
}

#single-service-page {
  margin-bottom: calc(2 * var(--margin-y));
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
  background: var(--accent-color-navy-blue-100, #021e36);
}
#single-service-page > svg {
  position: absolute;
  pointer-events: none;
  bottom: -140px;
  right: -80px;
}
#single-service-page .container {
  position: relative;
  z-index: 1;
}

.single-service-page {
  max-width: 1368px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid var(--accent-color-navy-blue-20, #3a6e9a);
  border-radius: 8px;
  overflow: hidden;
}
.single-service-page__item {
  height: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  border-bottom: 2px solid var(--accent-color-navy-blue-20, #3a6e9a);
  border-left: 2px solid var(--accent-color-navy-blue-20, #3a6e9a);
}
.single-service-page__item > svg {
  margin-bottom: 32px;
}
.single-service-page__item--title {
  color: var(--Background, #f2f3f5);
  font-size: 1.28571rem;
  line-height: 2.28571rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  max-width: 420px;
  margin-bottom: 16px;
}
.single-service-page__item .site-description {
  max-width: 420px;
  color: var(--primary-colors-dark-gray-20, #929497);
  opacity: 1;
}
.single-service-page__item--cover {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.single-service-page__item:hover .single-service-page__item--cover {
  opacity: 1;
}
.single-service-page ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -2px;
  margin-left: -2px;
}
.single-service-page ul li {
  flex: 0 0 50%;
  max-width: 50%;
}
.single-service-page__head {
  margin-bottom: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.single-service-page__head--title {
  color: var(--primary-colors-light-gray-100, #dadada);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-size: 2.28571rem;
  line-height: 3.71429rem;
  max-width: 422px;
}
.single-service-page__head .site-description {
  max-width: 620px;
  opacity: 1;
  color: var(--Background, #f2f3f5);
}

#services-companies {
  margin-bottom: calc(2 * var(--margin-y));
  position: relative;
  overflow: hidden;
  background: url("assets/images/icons/new/map.svg") center center no-repeat #f2f3f5;
  background-size: 100% auto;
}

.services-companies {
  display: flex;
  gap: 80px;
}
.services-companies__side {
  flex: 0 0 462px;
  max-width: 462px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.services-companies__side--title {
  color: var(--primary-colors-dark-gray-80, #3a3b3c);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-size: 2.28571rem;
  line-height: 3.71429rem;
}
.services-companies__side .site-description {
  max-width: 382px;
}
.services-companies__items {
  flex: 1;
}
.services-companies__items ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 24px;
}
.services-companies__items ul li {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
}

.services-faq {
  margin-bottom: calc(2 * var(--margin-y));
}
.services-faq .site-title {
  margin-bottom: 32px;
  max-width: 360px;
}
.services-faq__content {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.services-faq__content--picture {
  flex: 0 0 40.813%;
  max-width: 40.813%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.services-faq__content--picture img {
  width: 100%;
}
.services-faq__content--picture span {
  border-top: 3px solid var(--Background, #f2f3f5);
  border-left: 3px solid var(--Background, #f2f3f5);
  background: var(--accent-color-navy-blue-60, #04325a);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.services-faq__content--list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-page {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: calc(2 * var(--margin-y));
}
.contact-page__details {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
}
.contact-page__details .site-section-head {
  margin-bottom: 8px;
}
.contact-page__details .site-title {
  margin-bottom: 16px;
}
.contact-page__details .site-description {
  margin-bottom: 16px;
}
.contact-page__details--share ul {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact-page__details--share ul li a {
  color: var(--accent-color-navy-blue-60, #04325a);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid var(--accent-color-navy-blue-60, #04325a);
  background: var(--Background, #f2f3f5);
  height: 40px;
  width: 40px;
}
.contact-page__details--info {
  position: relative;
  right: 196px;
  z-index: 1;
  margin-top: 28px;
  background: var(--accent-color-navy-blue-100, #021e36);
  padding: 40px;
  color: var(--White, #fff);
  max-width: calc(100% - 76px);
}
.contact-page__details--info ul {
  gap: 32px;
  display: flex;
  flex-direction: column;
}
.contact-page__details--info ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.28571rem;
  line-height: 2.57143rem;
}
.contact-page__details--info ul li svg {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.contact-page__map {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 4px;
}
.contact-page__map .map {
  aspect-ratio: unset;
  height: 570px;
}
.contact-page__map .leaflet-control {
  display: none;
}
.contact-page__map:after {
  z-index: 400;
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  pointer-events: none;
  background: radial-gradient(50% 50% at 50% 50%, rgba(31, 80, 122, 0) 67.24%, rgba(31, 80, 122, 0.16) 100%);
}

#contact-details {
  background: #eef0f3;
  margin-bottom: calc(2 * var(--margin-y));
}

.contact-details {
  padding: 80px 0;
  display: flex;
  gap: 12px;
}
.contact-details__info {
  flex: 0 0 calc(33.33% - 8px);
  max-width: calc(33.33% - 8px);
  position: relative;
  padding-right: 8px;
}
.contact-details__info--title {
  margin-bottom: 24px;
  color: var(--primary-colors-dark-gray-80, #3a3b3c);
  font-size: 1.14286rem;
  line-height: 2rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.contact-details__info:before {
  width: 1px;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background: linear-gradient(277deg, rgba(4, 50, 90, 0) 0%, #04325a 49.78%, rgba(4, 50, 90, 0) 100%);
}
.contact-details__info ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-details__info ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-colors-dark-gray-40, #757679);
  line-height: 1.71429rem;
}
.contact-details__info ul li svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #3a6e9a;
}

.contact-form {
  display: flex;
  gap: 24px;
  margin-bottom: calc(2 * var(--margin-y));
}
.contact-form .gform_heading {
  display: none;
}
.contact-form__picture {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.contact-form__picture img {
  width: 100%;
}
.contact-form__picture .site-picture-label {
  position: absolute;
  right: 0;
  bottom: 0;
}
.contact-form__area {
  flex: 1;
  padding-left: 135px;
}
.contact-form__area--title {
  padding-right: 30px;
  margin-bottom: 40px;
  position: relative;
  font-size: 2.28571rem;
  line-height: 3.71429rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: var(--primary-colors-dark-gray-80, #3a3b3c);
}
.contact-form__area--title:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 80px;
  height: 80px;
  background: var(--accent-color-navy-blue-60, #04325a);
}
.contact-form__area--title span {
  position: relative;
  z-index: 1;
  color: var(--White, #fff);
}

.about-page {
  display: flex;
  gap: 160px;
  margin-bottom: calc(2 * var(--margin-y));
}
.about-page__details {
  flex: 0 0 49.25%;
  max-width: 49.25%;
}
.about-page__details--data {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
.about-page__details--data .site-section-head {
  margin-bottom: 8px;
}
.about-page__details--data .site-title {
  margin-bottom: 16px;
}
.about-page__details--data .site-description {
  margin-bottom: 16px;
}
.about-page__details--data .site-description:last-child {
  margin-bottom: 0;
}
.about-page__details--video {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  display: block;
}
.about-page__details--video img {
  width: 100%;
}
.about-page__details--video_play {
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 4px solid var(--Background, #f2f3f5);
  border-right: 4px solid var(--Background, #f2f3f5);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56' fill='none'%3E%3Cpath d='M16.333 9.33301V46.6663L46.6663 27.9997L16.333 9.33301Z' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-color: var(--accent-color-navy-blue-60, #04325a);
  display: block;
  width: 120px;
  height: 120px;
}
.about-page__timeline {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-page-timeline {
  position: relative;
  display: flex;
  gap: 24px;
}
.about-page-timeline__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  min-width: 40px;
}
.about-page-timeline__icon svg {
  min-height: 49px;
  min-width: 40px;
  display: none;
}
.about-page-timeline__icon:after {
  width: 2px;
  display: block;
  height: 100%;
  content: "";
  background: linear-gradient(to bottom, #1e694b 0%, #639aca 100%);
}
.about-page-timeline__icon:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33' fill='none'%3E%3Cpath d='M10.5167 2.4C8.69683 3.15332 7.04314 4.25766 5.65002 5.65M2.4 10.5167C1.64426 12.3338 1.25351 14.2819 1.25 16.25M2.4 21.9833C3.15332 23.8032 4.25766 25.4569 5.65 26.85M10.5167 30.1C12.3338 30.8557 14.2819 31.2465 16.25 31.25M21.9833 30.1C23.8032 29.3467 25.4569 28.2423 26.85 26.85M30.1 21.9833C30.8557 20.1662 31.2465 18.218 31.25 16.25M30.1 10.5167C29.3467 8.69683 28.2423 7.04314 26.85 5.65002M21.9833 2.4C20.1662 1.64426 18.218 1.25351 16.25 1.25' stroke='%23929497' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  display: none;
  min-width: 33px;
  min-height: 33px;
  content: "";
}
.about-page-timeline__details {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background-repeat: no-repeat;
  border-radius: 4px;
  overflow: hidden;
  background-size: cover;
  background: transparent;
  transition: all 0.3s;
  padding-left: 8px;
}
.about-page-timeline__details--date {
  margin-bottom: 4px;
  padding: 4px 12px;
  background-color: var(--primary-colors-light-gray-80, #e1e1e1);
  border-radius: 2px;
  color: var(--primary-colors-dark-gray-40, #757679);
  font-size: 0.85714rem;
  line-height: 1.71429rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  transition: color 0.3s, background-color 0.3s;
}
.about-page-timeline__details--title {
  transition: color 0.3s;
  color: var(--primary-colors-dark-gray-100, #1d1e1e);
  font-size: 1.28571rem;
  line-height: 2.28571rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  margin-bottom: 8px;
}
.about-page-timeline__details--description {
  transition: color 0.3s;
  padding-bottom: 8px;
  color: var(--primary-colors-dark-gray-60, #58595b);
  line-height: 1.71429rem;
}
.about-page-timeline.next .about-page-timeline__icon:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33' fill='none'%3E%3Cpath d='M10.5167 2.4C8.69683 3.15332 7.04314 4.25766 5.65002 5.65M2.4 10.5167C1.64426 12.3338 1.25351 14.2819 1.25 16.25M2.4 21.9833C3.15332 23.8032 4.25766 25.4569 5.65 26.85M10.5167 30.1C12.3338 30.8557 14.2819 31.2465 16.25 31.25M21.9833 30.1C23.8032 29.3467 25.4569 28.2423 26.85 26.85M30.1 21.9833C30.8557 20.1662 31.2465 18.218 31.25 16.25M30.1 10.5167C29.3467 8.69683 28.2423 7.04314 26.85 5.65002M21.9833 2.4C20.1662 1.64426 18.218 1.25351 16.25 1.25' stroke='url(%23paint0_linear_7432_966)' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_7432_966' x1='16.25' y1='1.25' x2='16.25' y2='31.25' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23639ACA'/%3E%3Cstop offset='0.246766' stop-color='%23639ACA' stop-opacity='0.67451'/%3E%3Cstop offset='0.537414' stop-color='%23639ACA' stop-opacity='0.4'/%3E%3Cstop offset='1' stop-color='%23DADADA'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  display: block;
}
.about-page-timeline.later .about-page-timeline__icon:before {
  display: block;
}
.about-page-timeline.active {
  min-height: 360px;
}
.about-page-timeline.active .about-page-timeline__icon svg {
  display: block;
}
.about-page-timeline.active .about-page-timeline__details {
  padding: 8px 16px;
}
.about-page-timeline.active .about-page-timeline__details--date {
  color: var(--primary-colors-light-gray-20, #f8f8f8);
  background: var(--accent-color-green-20, #cce0d8);
  color: var(--accent-color-green-100, #00623e);
}
.about-page-timeline.active .about-page-timeline__details--title {
  color: var(--primary-colors-light-gray-20, #f8f8f8);
}
.about-page-timeline.active .about-page-timeline__details--description {
  color: var(--primary-colors-light-gray-20, #f8f8f8);
}

#about-numbers {
  background: var(--accent-color-navy-blue-100, #021e36);
  margin-bottom: calc(2 * var(--margin-y));
  padding: 80px 0;
}

.about-numbers {
  color: var(--primary-colors-light-gray-40, #f0f0f0);
}
.about-numbers ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 120px;
}
.about-numbers__sep {
  height: 154px;
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 49.78%, rgba(255, 255, 255, 0) 100%);
}

.about-numbers-item {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.about-numbers-item svg {
  color: #cce0d8;
}
.about-numbers-item__details {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  color: var(--primary-colors-light-gray-40, #f0f0f0);
}
.about-numbers-item__details--count {
  direction: ltr;
  font-size: 2.28571rem;
  line-height: 3.71429rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.about-numbers-item__details--title {
  font-size: 1.71429rem;
  line-height: 2.85714rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

#about-awards {
  margin-bottom: calc(2 * var(--margin-y));
  overflow: hidden;
}

.about-awards .home-categories__head {
  margin-bottom: 64px;
}
.about-awards__slider {
  width: 100%;
}
.about-awards__slider .slick-next {
  margin-left: -24px;
}
.about-awards__slider .slick-prev {
  margin-right: -22px;
}
.about-awards__slider .slick-list {
  overflow: visible !important;
}
.about-awards__slider .slick-track {
  display: flex;
  align-items: center;
  height: 520px;
}
.about-awards__slider .slick-slide.slick-side .about-awards-slide {
  transform: scale(0.92, 0.85);
}
.about-awards__slider .slick-slide.slick-center .about-awards-slide {
  transform: scale(1, 1);
  z-index: 10;
}
.about-awards__slider .slick-slide.slick-center .about-awards-slide__over,
.about-awards__slider .slick-slide.slick-center .about-awards-slide__date {
  transition: opacity 0.3s 0.3s;
  opacity: 1;
}
.about-awards__slider .slick-slide.slick-center .about-awards-slide__picture:after {
  opacity: 0;
}

.about-awards-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
  will-change: transform;
  transform: scaleY(0.7);
}
.about-awards-slide__date {
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 16px;
  padding: 4px 12px;
  border-radius: 2px;
  background: var(--accent-color-green-20, #cce0d8);
  color: var(--accent-color-green-100, #00623e);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-size: 0.85714rem;
  line-height: 1.71429rem;
  opacity: 0;
}
.about-awards-slide__picture {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.about-awards-slide__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.about-awards-slide__picture:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  pointer-events: none;
  transition: opacity 0.3s;
}
.about-awards-slide__over {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4px;
  color: #fff;
  opacity: 0;
  min-height: 184px;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 99.98%);
}
.about-awards-slide__over--title {
  font-size: 1.28571rem;
  line-height: 2.28571rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.about-awards-slide__over p {
  opacity: 0.8;
  line-height: 1.71429rem;
}

#about-description {
  margin-bottom: calc(4 * var(--margin-y));
}

.about-description {
  padding-right: 135px;
  padding-left: 135px;
  display: flex;
  gap: 50px;
  align-items: flex-end;
}
.about-description__right {
  flex: 0 0 38.5%;
  max-width: 38.5%;
  margin-bottom: -110px;
  position: relative;
  z-index: 1;
}
.about-description__right .site-description {
  margin-bottom: 50px;
  color: var(--primary-colors-dark-gray-80, #3a3b3c);
  opacity: 1;
}
.about-description__right--picture {
  border-radius: 4px;
  width: calc(100% + 100px);
  max-width: calc(100% + 100px);
}
.about-description__left {
  flex: 1;
  border-radius: 4px;
  background: var(--accent-color-navy-blue-100, #021e36);
  padding: 80px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.about-description__left .site-section-head {
  color: #fff;
}
.about-description__left .site-title {
  color: #fff;
  margin-bottom: 0;
}
.about-description__left .site-description {
  font-size: 1.28571rem;
  color: var(--primary-colors-light-gray-100, #dadada);
  opacity: 1;
}

#about-final-section {
  background: url("assets/images/theme/about.png") repeat #eef0f3;
  padding: 80px 0;
}

.about-final-section {
  display: flex;
  align-items: center;
  gap: 48px;
}
.about-final-section__picture {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  flex: 1;
}
.about-final-section__picture:after {
  pointer-events: none;
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.about-final-section__picture img {
  width: 100%;
}
.about-final-section__details {
  flex: 0 0 24.8%;
  max-width: 24.8%;
}
.about-final-section__details--box {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-right: 24px;
  margin-left: -154px;
}
.about-final-section__details--box > * {
  position: relative;
  z-index: 2;
}
.about-final-section__details--box .site-description {
  opacity: 1;
  color: var(--White, #fff);
  margin: 0;
}
.about-final-section__details--box ul {
  padding-right: 16px;
  color: var(--White, #fff);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  opacity: 0.8;
}
.about-final-section__details--box ul li {
  list-style: disc;
}
.about-final-section__details--box:before {
  border-radius: 2px;
  background: var(--accent-color-navy-blue-60, #04325a);
  height: 76px;
  width: 254px;
  position: absolute;
  content: "";
  right: -24px;
  top: -24px;
  z-index: 0;
  pointer-events: none;
}
.about-final-section__details--box:after {
  position: absolute;
  display: block;
  background: var(--accent-color-green-pressed, #002719);
  inset: 0;
  content: "";
  z-index: 1;
}

.companies-page {
  margin-bottom: calc(2 * var(--margin-y));
}
.companies-page .site-description {
  opacity: 1;
  max-width: 508px;
  font-size: 1.28571rem;
  line-height: 2.57143rem;
}
.companies-page .home-categories__head--title {
  max-width: 568px;
}
.companies-page .home-categories__head--title .site-section-head {
  color: var(--accent-color-navy-blue-60, #04325a);
}
.companies-page .home-categories__head--title .site-title {
  font-size: 3.42857rem;
  line-height: 5.14286rem;
}
.companies-page__cover {
  width: 100%;
  border-radius: 8px;
}

.companies-list {
  margin-bottom: calc(2 * var(--margin-y));
}
.companies-list__items {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.companies-list__items a,
.companies-list__items button {
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s;
  border-radius: 4px;
  line-height: 2.28571rem;
  font-size: 1.14286rem;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 16px;
}
.companies-list__items a:after,
.companies-list__items button:after {
  content: "";
  width: 1px;
  background: #929497;
  height: 18px;
  transform: rotate(15deg);
  transition: opacity 0.3s;
  display: block;
}
.companies-list__items a:last-child,
.companies-list__items button:last-child {
  padding-left: 16px;
}
.companies-list__items a:last-child:after,
.companies-list__items button:last-child:after {
  display: none;
}
.companies-list__items a.active, .companies-list__items a:hover,
.companies-list__items button.active,
.companies-list__items button:hover {
  background-color: #305045;
  color: #fff;
}
.companies-list__items a.active:after, .companies-list__items a:hover:after,
.companies-list__items button.active:after,
.companies-list__items button:hover:after {
  opacity: 0;
}
.companies-list__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 24px;
}
.companies-list__cards .company-card {
  flex: 0 0 calc(25% - 18px);
  max-width: calc(25% - 18px);
}

.company-single-page {
  margin-bottom: calc(2 * var(--margin-y));
  display: flex;
  gap: 160px;
  position: relative;
}
.company-single-page__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(50%);
  opacity: 0.03;
  pointer-events: none;
}
.company-single-page__picture {
  flex: 0 0 49%;
  max-width: 49%;
  position: relative;
  z-index: 1;
}
.company-single-page__picture img {
  width: 100%;
  border-radius: 4px;
}
.company-single-page__picture--category {
  position: absolute;
  right: 24px;
  top: 24px;
  padding: 4px 12px;
  color: var(--accent-color-green-100, #00623e);
  font-size: 0.85714rem;
  line-height: 1.71429rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  border-radius: 4px;
  background: var(--accent-color-green-20, #cce0d8);
}
.company-single-page__description {
  flex: 1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.company-single-page__description--logo {
  margin-bottom: 24px;
}
.company-single-page__description--title {
  max-width: 568px;
  color: var(--primary-colors-dark-gray-80, #3a3b3c);
  font-size: 3.42857rem;
  line-height: 5.14286rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.company-single-page__description--text {
  color: var(--primary-colors-dark-gray-60, #58595b);
  font-size: 1.28571rem;
  line-height: 2.57143rem;
  max-width: 650px;
}
.company-single-page__description--more {
  margin-top: auto;
  border-radius: 2px;
  background: var(--accent-color-green-100, #00623e);
  padding: 16px 32px;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.14286rem;
  line-height: 1.71429rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.company-single-page__description--more:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.3335 8H12.6668M3.3335 8L7.3335 12M3.3335 8L7.3335 4' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
}

#company-contact {
  background: #e6e8ec;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: calc(2 * var(--margin-y));
}

.company-contact {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
}
.company-contact__info {
  margin-top: -64px;
  background: var(--accent-color-navy-blue-100, #021e36);
  border-radius: 4px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: var(--White, #fff);
}
.company-contact__info--details ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.company-contact__info--details ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.28571rem;
  line-height: 2.57143rem;
}
.company-contact__info--details ul li svg {
  flex-shrink: 0;
  width: 32px;
  height: auto;
}
.company-contact__info--social ul {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.company-contact__info--social ul li {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid var(--accent-color-navy-blue-60, #04325a);
  background: var(--accent-color-navy-blue-60, #04325a);
}
.company-contact__description {
  max-width: 652px;
  padding-right: 24px;
  position: relative;
  color: var(--primary-colors-dark-gray-60, #58595b);
  font-size: 1.28571rem;
  line-height: 2.57143rem;
}
.company-contact__description:before {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(277deg, rgba(4, 50, 90, 0) 0%, #04325a 49.78%, rgba(4, 50, 90, 0) 100%);
  content: "";
  height: 252px;
  width: 1px;
  display: block;
}

#company-slider {
  margin-bottom: calc(2 * var(--margin-y));
}

.company-slider .site-slider {
  flex-direction: row-reverse;
}
.company-slider .site-slider__slides .slick-list {
  margin-right: 0;
  margin-left: -560px;
}

#company-others {
  margin-bottom: calc(2 * var(--margin-y));
}

.company-others {
  border-radius: 8px;
  background: var(--accent-color-navy-blue-100, #021e36);
  padding: 80px;
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
.company-others__slides {
  flex: 0 0 54%;
  max-width: 54%;
}
.company-others__slides .slick-slide {
  margin-left: 12px;
  margin-right: 12px;
}
.company-others__slides .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}
.company-others__slides .company-card {
  border: 1px solid #dadada;
  background: #eef0f3;
}
.company-others__description {
  flex: 1;
}
.company-others__description .site-title {
  color: #fff;
  margin-bottom: 64px;
}
.company-others__description .site-description {
  max-width: 325px;
  color: var(--Background, #f2f3f5);
}

#social-page-hero .companies-page {
  margin-bottom: calc(1.333333 * var(--margin-y));
}
#social-page-hero .companies-page__cover {
  margin-bottom: 40px;
}
#social-page-hero .home-categories__head {
  margin-bottom: 0;
}
#social-page-hero .home-categories__head--title {
  max-width: 628px;
}

#social-page-description {
  margin-bottom: calc(2 * var(--margin-y));
}

.social-page-description {
  display: flex;
  align-items: center;
  gap: 148px;
}
.social-page-description__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 1.28571rem;
  line-height: 2.57143rem;
  color: var(--primary-colors-dark-gray-60, #58595b);
  flex: 1;
}
.social-page-description__text--important {
  padding-right: 17px;
  position: relative;
}
.social-page-description__text--important:before {
  position: absolute;
  background: linear-gradient(120deg, #00623e 0%, rgba(102, 161, 139, 0.6) 100%);
  height: 100%;
  width: 1px;
  content: "";
  display: block;
  right: 0;
  top: 0;
}
.social-page-description__picture {
  flex: 0 0 50%;
  max-width: 50%;
}
.social-page-description__picture img {
  border-radius: 4px;
  width: 100%;
}

#social-page {
  background: #e6e8ec;
  margin-bottom: calc(4 * var(--margin-y));
}

.social-page {
  display: flex;
  align-items: center;
  gap: 64px;
}
.social-page__picture {
  flex: 0 0 52%;
  max-width: 52%;
  margin-bottom: calc(-2 * var(--margin-y));
}
.social-page__picture img {
  mix-blend-mode: multiply;
  width: 100%;
}
.social-page__description {
  padding-left: 88px;
  flex: 1;
}
.social-page__description .site-description {
  font-size: 1.28571rem;
  line-height: 2.57143rem;
}
.social-page__description .site-title {
  margin-bottom: 32px;
}

#social-page-slider {
  margin-bottom: calc(2 * var(--margin-y));
}

.social-page-slider {
  display: flex;
  flex-direction: row-reverse;
}
.social-page-slider .social-slider1 {
  flex: 0 0 70%;
  max-width: 70%;
}
.social-page-slider .social-slider1 .slick-track {
  display: flex;
  align-items: center;
}
.social-page-slider .social-slider1 .slick-list {
  margin-left: -44%;
}
.social-page-slider .social-slider1 .slick-slide {
  height: unset;
  margin-left: 24px;
  aspect-ratio: 0.8616666667;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-page-slider .social-slider1 .slick-slide img {
  border-radius: 4px;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 1.2925;
  width: 100%;
  transition: aspect-ratio 0.3s;
}
.social-page-slider .social-slider1 .slick-slide.slick-current img {
  aspect-ratio: 0.8616666667;
}
.social-page-slider .social-slider2 .slick-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.social-page-slider .social-slider2 .slick-slide .site-section-head {
  color: var(--accent-color-navy-blue-60, #04325a);
}
.social-page-slider .social-slider2 .slick-slide .site-title {
  margin-bottom: 24px;
}
.social-page-slider .social-slider2 .slick-slide .site-description {
  margin-bottom: 32px;
}
.social-page-slider__nav {
  flex: 0 0 30%;
  max-width: 30%;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
}
.social-page-slider__nav--buttons {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: auto;
}
.social-page-slider__nav--prev {
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: var(--primary-colors-dark-gray-80, #3a3b3c);
}
.social-page-slider__nav--prev:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Cg clip-path='url(%23clip0_5236_1575)'%3E%3Cpath d='M9.46647 18.8247C9.25434 18.6126 9.18766 18.3964 9.19558 18.1056C9.21142 17.5241 9.65951 17.076 10.241 17.0602L24.7799 16.6635C25.3615 16.6476 25.7857 17.0719 25.7699 17.6535C25.754 18.235 25.3059 18.6831 24.7244 18.6989L10.1855 19.0956C9.89477 19.1035 9.67861 19.0368 9.46647 18.8247Z' fill='white'/%3E%3Cpath d='M17.2843 25.1489C16.86 24.7247 16.8759 24.1431 17.3239 23.6951L23.2982 17.7208L17.6413 12.0639C17.217 11.6397 17.2329 11.0581 17.681 10.6101C18.129 10.162 18.7106 10.1461 19.1349 10.5704L25.4988 16.9344C25.9231 17.3586 25.9072 17.9402 25.4592 18.3883L18.7381 25.1093C18.2901 25.5573 17.7085 25.5732 17.2843 25.1489Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5236_1575'%3E%3Crect width='24' height='26' fill='white' transform='translate(18.3848) rotate(45)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 36px;
  height: 36px;
}
.social-page-slider__nav--prev:hover {
  background: var(--accent-color-green-100, #00623e);
}
.social-page-slider__nav--next {
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: var(--primary-colors-dark-gray-80, #3a3b3c);
}
.social-page-slider__nav--next:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Cg clip-path='url(%23clip0_5236_1569)'%3E%3Cpath d='M25.889 16.5308C26.1011 16.7429 26.1678 16.9591 26.1599 17.2498C26.1441 17.8313 25.696 18.2794 25.1144 18.2953L10.5756 18.692C9.99402 18.7078 9.56976 18.2836 9.58563 17.702C9.60149 17.1205 10.0496 16.6724 10.6311 16.6565L25.17 16.2599C25.4607 16.252 25.6769 16.3186 25.889 16.5308Z' fill='white'/%3E%3Cpath d='M18.0712 10.2065C18.4955 10.6308 18.4796 11.2124 18.0315 11.6604L12.0573 17.6347L17.7142 23.2915C18.1384 23.7158 18.1226 24.2973 17.6745 24.7454C17.2264 25.1935 16.6449 25.2093 16.2206 24.7851L9.85665 18.4211C9.43238 17.9968 9.44825 17.4153 9.89631 16.9672L16.6173 10.2462C17.0654 9.79817 17.647 9.78226 18.0712 10.2065Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5236_1569'%3E%3Crect width='24' height='26' fill='white' transform='translate(16.9707 35.3555) rotate(-135)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 36px;
  height: 36px;
}
.social-page-slider__nav--next:hover {
  background: var(--accent-color-green-100, #00623e);
}

#page-404 {
  padding-bottom: 160px;
  padding-top: 40px;
}

.page-404 {
  display: flex;
  align-items: flex-start;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.page-404__picture {
  flex: 0 0 49%;
  max-width: 49%;
}
.page-404__picture img {
  width: 100%;
  border-radius: 4px;
}
.page-404__details {
  flex: 0 0 51%;
  max-width: 51%;
  margin-top: -40px;
  border-radius: 4px;
  border: 6px solid #f2f3f5;
  background-color: var(--accent-color-navy-blue-100, #021e36);
  color: #fff;
  margin-right: -170px;
  padding: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='539' height='529' viewBox='0 0 539 529' fill='none'%3E%3Cpath opacity='0.03' fill-rule='evenodd' clip-rule='evenodd' d='M437.235 698.073L174.225 598.585C231.785 581.951 281.557 538.712 304.664 477.627C343.092 376.037 293.156 263.742 194.476 225.106C154.215 209.343 169.216 183.993 169.216 183.993L272.265 -88.4283C282.734 -114.228 304.665 -105.541 295.646 -76.6911C263.035 44.4211 739.73 234.941 437.235 698.073ZM181.058 260.579C261.115 290.862 301.093 382.483 270.055 464.536C239.014 546.594 148.407 588.818 68.3497 558.535C-11.7046 528.253 -51.6854 436.631 -20.6453 354.573C10.3928 272.52 101.003 230.297 181.058 260.579Z' fill='white' fill-opacity='0.58'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: left bottom;
}
.page-404__details .site-section-head {
  color: #fff;
}
.page-404__details .site-title {
  margin-bottom: 12px;
  color: var(--White, #fff);
}
.page-404__details p {
  color: var(--primary-colors-light-gray-60, #e9e9e9);
  font-size: 1.28571rem;
  line-height: 2.57143rem;
  margin-bottom: 100px;
  max-width: 464px;
}
.page-404__details .site-more {
  color: #fff;
  height: 56px;
  padding-left: 32px;
  padding-right: 32px;
  gap: 8px;
  border-radius: 2px;
  background: var(--accent-color-green-100, #00623e);
}
.page-404__details .site-more:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.3335 8.00065H12.6668M3.3335 8.00065L6.00016 10.6673M3.3335 8.00065L6.00016 5.33398' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

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