.faq-block {
	display: block;
	padding-top: 40px;
	position: relative;
	z-index: 20;
	padding-bottom: 40px;
}
.faq-block .faq-content {
	display: none;
	padding-top: 30px;
}
.faq-block .faq-item {
	margin-bottom: 20px;
	background-color: var(--surfaces-surface);
	border-radius: 24px;
	padding: 30px;
}
.faq-block .item-title.active .icon {
	transform: rotate(180deg);
}
.faq-block .item-title {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	font-size: 22px;
	color: var(--surfaces-default);
}
.app-info__title {
	font-size: 48px;
}
@media (max-width: 1024px) {
	
	.app-info__title {
	font-size: 28px;
}
	.footer__container.menu-container .header__menu ul li span {
		text-align: center;
		border: none;
	}
	.faq-block .app-description__title {
		font-size: 26px;
	}
	.footer__container.menu-container .header__menu {
		display: none;
	}
	.footer__container.menu-container.mob .header__menu {
		display: block;
	}
	.faq-block {
	padding-top: 20px;
		padding-bottom: 20px;
}
.faq-block .faq-content {
	padding-top: 15px;
}
.faq-block .faq-item {
	margin-bottom: 15px;
	border-radius: 16px;
	padding: 15px;
}
.faq-block .item-title {
	font-weight: 600;
	font-size: 16px;
}
}


.share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
	flex-wrap: wrap;
	margin-top: 0px;
}
.share b {
	width: 100%;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 18px;
	color: var(--surfaces-default);
}
.share ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.share ul li a {
  height: 50px;
  width: 50px;
  border-radius: 16px;
  margin-right: 12px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
}


.share .share-link {
  height: 50px;
  width: 50px;
  border-radius: 16px;
  margin-left: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}


.header {
	position: fixed;
	z-index: 50;
	top: 0;
	right: 0;
	left: 0;
	box-shadow: 0 0 4px 4px rgba(0,0,0, 0.05);
	
}
.container {
	width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--container-offset);
}
.site-container {
	padding-top: 120px;
}
.row-content {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 30px 0;
}
.row-content .form {
	width: 500px;
	margin-right: 40px;
}
.footer__container.menu-container nav {
	display: flex;
	justify-content: center;
	margin: 0;
	width: 100%;
	margin-bottom: 40px;
}
.footer__container.menu-container ul li {
	margin: 0 15px;
}
@media (max-width: 1024px) {
	.footer__container {
		position: relative;
		z-index: 10;
	}
	.footer__container * {
	pointer-events: auto!important;
		z-index: 10;
}
	.site-container {
	padding-top: 80px;
}
	.row-content .form {
	width: 100%;
	margin-right: 0px;
		margin-bottom: 30px;
   }
	.footer__container.menu-container.mob nav {
		display: block;
		position: static;
		opacity: 1;
		height: auto;
		padding: 0;
		margin: 0;
		z-index: 1;
	}
	.footer__container.menu-container.mob nav ul li {
		border: none;
		margin: 0 0 15px 0;
		padding: 0;
		min-height: 0;
		height: auto;
	}
	.footer__container.menu-container.mob nav ul li a {
		border: none;
		min-height: 0;
		height: auto;
		padding: 0;
		text-align: center;
	}
}

@media (max-width: 578px) {
	ol.breadcrumb {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		
		position: relative;
		padding-left: 16px;
		overflow-x: auto;
		flex-wrap: nowrap;
		padding-bottom: 5px;
		margin-bottom: 11px;
	}
	ol.breadcrumb a, ol.breadcrumb span {
		white-space: nowrap;
	}
	
}
.call-update.button.app-parameters__download {
	border: 1px solid var(--brand-primary);
	background-color: transparent;
	color: var(--surfaces-default);
}
.overlay{
  position: fixed;
  z-index: 980;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup {
  width: 530px;
  max-width: 95vw;
  max-height: calc(100% - 30px);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.07);
  padding: 36px;
  z-index: 1250;
  display: none;
  position: fixed;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #111;
  border-radius: 24px;
  overflow-x: hidden;
  overflow-y: auto;
}

.popup b {
  font-size: 36px;
  display: block;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 16px;
}

.popup .subtitle {
  font-size: 16px;
  line-height: 1.2;
  display: block;
  color: #6B7280;
  margin-bottom: 24px;
}

.popup .input {
  margin-bottom: 15px;
}

.popup-thx {
  opacity: 0;
}

.popup .close {
  position: absolute;
  cursor: pointer;
  transition: 0.2s;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.popup .close:hover svg path {
  stroke: #0082BE;
}

.input {
  border-radius: 12px;
  position: relative;
  margin-bottom: 12px;
}

.input p {
  position: absolute;
  display: none;
  color: #737373;
  font-size: 14px;
  left: 16px;
  top: 10px;
  line-height: 1;
  z-index: 5;
}

.input textarea {
  border-radius: 12px;
  height: 155px;
  resize: none;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #111;
  width: 100%;
  max-width: 100%;
  display: block;
  padding-top: 20px;
  font-family: "Inter", sans-serif;
}

.input textarea:placeholder {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
}

.input input {
  border-radius: 12px;
  height: 55px;
  border: none;
  font-size: 16px;
  color: #111;
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: "Inter", sans-serif;
}

.input input:placeholder {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
}

.input.listen input {
  padding-top: 28px;
}

.input.listen textarea {
  padding-top: 28px;
  padding-bottom: 0;
}

.input.listen p {
  display: block;
}

.input .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.input .wpcf7-form-control-wrap span {
  position: absolute;
  z-index: 5;
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  padding: 6px 10px;
  background-color: #EF4444;
  border-radius: 999px;
  top: -10px;
  right: -5px;
}

.input .wpcf7-form-control-wrap span::before {
  content: "";
  position: absolute;
  right: 31px;
  top: 97%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icons/no-valid-arr.svg);
  height: 8px;
  width: 12px;
}

.input .wpcf7-form-control-wrap span::after {
  position: absolute;
  top: calc(100% + 10px);
  content: "";
  height: 24px;
  width: 24px;
  right: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icons/no-valid.svg);
}

.form small {
  color: #A5A5A5;
  font-weight: 400;
  display: block;
  line-height: 1.2;
}

.form small {
  font-size: 12px;
}

.form small a {
  color: #A5A5A5;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: underline;
}

.form small a {
  font-size: 12px;
}

.form small a:hover {
  color: #00577E;
}

.form .form-row,
.form .form-row-acc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.form .form-row .input,
.form .form-row-acc .input {
  margin-right: 10px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.form .form-row .input:last-child,
.form .form-row-acc .input:last-child {
  margin-right: 0;
}

.form .form-row .input.half,
.form .form-row-acc .input.half {
  width: calc(50% - 5px);
  margin-right: 10px;
}

.form .form-row .input.half:last-child,
.form .form-row-acc .input.half:last-child {
  margin-right: 0;
}

.form .form-row .input p,
.form .form-row-acc .input p {
  left: 16px;
  top: 8px;
}

.form .form-row .submit,
.form .form-row-acc .submit {
  width: 100%;
  max-width: 145px;
}

.form .submit {
  position: relative;
  width: 100%;
}

.form .submit {
  margin-bottom: 16px;
}

.form .submit input {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  max-width: 100%;
  cursor: pointer;
  transition: 0.2s;
  background-color: #3ddb84;
  color: #fff;
  font-weight: 500;
  width: 100%;
}

.form .submit input {
  height: 60px;
}

.form .submit input {
  padding-left: 24px;
}

.form .submit input {
  padding-right: 24px;
}

.form .submit input {
  font-size: 16px;
}

.form .submit input {
  border-radius: 12px;
}

.form .submit input:hover {
  background-color: #3ddb84;
}

.form .submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.form .input {
  margin-bottom: 16px;
}

.form .input textarea {
  border-radius: 12px;
  background-color: #fff;
  color: #111;
  font-size: 16px;
  height: 120px;
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding-left: 20px;
  font-family: "Inter", sans-serif;
}

.form .input textarea::placeholder {
  color: #818793;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.form .input input {
  border-radius: 12px;
  background-color: #fff;
  color: #111;
  font-size: 16px;
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding-left: 16px;
  font-family: "Inter", sans-serif;
}

.form .input input {
  height: 60px;
}

.form .input input {
  font-size: 16px;
}

.form .input input::placeholder {
  color: #818793;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form.form-white .submit {
  width: 100%;
}

.form.form-white .submit input {
  width: 100%;
  max-width: 100%;
}

.form.form-white form {
  max-width: 100%;
  width: 100%;
}

.form.form-white small {
  color: #9CA3AF;
}

.form.form-white small a {
  color: #9CA3AF;
}

.form.form-white .input.full {
  margin-bottom: 10px;
}

.form.form-white .input.full textarea {
  max-height: 100%;
  height: 170px;
}

.form.form-white .input p {
  color: #737373;
}

.form.form-white .input input,
.form.form-white .input textarea {
  background-color: #F5F5F5;
}

.popup.thanks {
  display: none;
  z-index: 5000;
  border-radius: 24px;
  background-color: #fff;
  width: 422px;
  max-width: calc(100% - 30px);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.07);
}

.popup.thanks {
  padding: 40px;
}

.popup.thanks .wrapper-thx {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.popup.thanks .wrapper-thx .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup.thanks .wrapper-thx .icon {
  margin-bottom: 24px;
}

.popup.thanks .wrapper-thx .button {
  max-width: 100%;
  width: 100%;
}

.popup.thanks .wrapper-thx b {
  color: #111;
  display: block;
  text-align: center;
  max-width: 100%;
  line-height: 1;
  font-weight: 500;
}

.popup.thanks .wrapper-thx b {
  margin-bottom: 24px;
}

.popup.thanks .wrapper-thx b {
  font-size: 28px;
}

.popup.thanks .wrapper-thx p {
  width: 100%;
  color: #737373;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.popup.thanks .wrapper-thx p {
  margin-bottom: 24px;
}

/**
 * Minified by jsDelivr using clean-css v5.3.1.
 * Original file: /npm/lightgallery@2.6.1/css/lightgallery.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */

.lg-icon {
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: 0;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: 0 0;
  border: none;
  box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: 0;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: 0;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html .lg-sub-html,
.lg-outer .lg-empty-html.lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

/**
 * Minified by jsDelivr using clean-css v5.3.1.
 * Original file: /npm/lightgallery@2.6.1/css/lg-thumbnail.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}

.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

address {
  font-style: normal;
}

.lg-container .lg-next,
.lg-container .lg-prev,
.lg-container .lg-close {
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block !important;
}

.lg-container .lg-next:after,
.lg-container .lg-next:before,
.lg-container .lg-prev:after,
.lg-container .lg-prev:before,
.lg-container .lg-close:after,
.lg-container .lg-close:before {
  display: none;
}

.lg-container .lg-prev {
  background-image: url(./img/prev.svg);
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

.lg-container .lg-next {
  background-image: url(./img/next.svg);
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

.lg-container .lg-close {
  background-image: url(./img/close.svg);
  margin-top: 10px;
  margin-right: 10px;
}

.lg-container .lg-sub-html {
  display: none;
}

.lg-container .lg-outer .lg-thumb-item {
  max-width: 60px;
  max-height: 60px;
}
.content * {
	color: var(--surfaces-default);
}
  .content h2 {
    font-size: 28px;
  }

  .content h3 {
    font-size: 24px;
  }

  .content h4 {
    font-size: 20px;
  }

  .content h5 {
    font-size: 18px;
  }

  .content h6 {
    font-size: 16px;
  }

  .content a {
    font-size: 14px;
  }

  .content blockquote p {
    font-size: 14px;
  }

  .content p {
    font-size: 14px;
  }

  .content ul li {
    font-size: 14px;
  }

  .content {
    display: block;
  }

  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6,
  .content h1 {
    display: block;
    margin-bottom: 16px;
    margin-top: 16px;
  }

  .content a {
    color: #0082BE;
  }

  .content a:hover {
    color: #0082BE;
  }

  .content blockquote {
    padding: 16px;
    padding-left: 48px;
    border-color: #0082BE;
  }

  .content blockquote::after {
    height: 16px;
    width: 16px;
    left: 16px;
    top: 16px;
  }

  .content blockquote cite {
    font-size: 14px;
  }

  .content blockquote p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
  }

  .content p {
    margin-bottom: 15px;
  }

  .content ol li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 28px;
  }

  .content ol li::before {
    font-size: 14px;
  }

  .content .wp-block-table {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 30px;
    min-width: calc(100% + 30px);
    position: relative;
    left: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .content .wp-block-table::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    height: 24px;
    width: 24px;
    opacity: 0.7;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icons/swipe.svg);
  }

  .content .wp-block-table table {
    width: max-content;
    min-width: 800px;
  }

  .content .wp-block-table table thead {
    border-bottom: none;
    padding: 0;
  }

  .content .wp-block-table table thead tr th {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding: 14px 8px;
    border: none;
    width: max-content;
    white-space: nowrap;
    max-width: 100%;
  }

  .content .wp-block-table table thead tr th:first-child {
    width: max-content;
    max-width: 200px;
    min-width: 0;
    white-space: normal;
  }

  .content .wp-block-table table tbody tr td {
    font-size: 14px;
    padding: 14px 8px;
    white-space: nowrap;
    border: none;
    text-align: left;
  }

  .content .wp-block-table table tbody tr td:first-child {
    width: max-content;
    max-width: 200px;
    min-width: 0;
    white-space: normal;
  }

  .content .wp-block-gallery {
    margin-bottom: 20px;
    justify-content: space-between !important;
    min-width: 0 !important;
  }

  .content .wp-block-gallery .wp-block-image {
    width: calc(50% - 4px) !important;
    min-width: 0 !important;
    max-width: calc(50% - 4px) !important;
    margin-right: 0 !important;
    margin-bottom: 8px !important;
    border-radius: 12px !important;
    margin-bottom: 0;
  }

  .content .wp-block-gallery .wp-block-image img {
    border-radius: 20px;
    transform: none !important;
  }

  .content .wp-block-image {
    margin-bottom: 20px;
  }

  .content .wp-block-image img {
    border-radius: 20px;
  }

  .content iframe {
    margin-bottom: 40px;
    border-radius: 20px;
    aspect-ratio: 16/10;
  }

  .content > table {
    width: max-content;
    overflow-x: auto;
    position: relative;
    max-width: unset;
    height: auto !important;
    display: block;
    padding-bottom: 20px;
    min-width: calc(100% + 30px);
    left: -15px;
    padding-left: 15px;
  }

  .content > table tbody {
    max-width: unset;
    min-width: max-content;
    display: block;
  }

  .content > table::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    height: 24px;
    width: 24px;
    z-index: 10;
    opacity: 0.7;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icons/swipe.svg);
  }

  .content > table tr th {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding: 12px !important;
    height: auto !important;
    width: max-content !important;
  }

  .content > table tr th:first-child {
    max-width: 220px;
    white-space: normal;
  }

  .content > table tr td {
    font-size: 14px;
    padding: 12px !important;
    text-align: left;
    height: auto !important;
    width: max-content !important;
  }

  .content > table tr td:first-child {
    max-width: 220px;
    white-space: normal;
  }