.autoplay-progress {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 10;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: rgba(255,255,255,0.75);
}

.autoplay-progress svg {
	--progress: 0;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
	stroke-width: 4px;
	stroke: rgba(255,255,255,0.75);
	fill: none;
	stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
	stroke-dasharray: 125.6;
	transform: rotate(-90deg);
}

.content-space-t-0 {
  padding-top: 0 !important;
}

.position-relative {
  position: relative !important;
}

.js-swiper-blog-modern-hero {
	
}

.swiper{
	width:100%;height:100%
}

.swiper-equal-height .swiper-wrapper {
    display: flex;
}
.swiper-equal-height .swiper-slide {
    display: flex;
    height: auto;
}

.swiper-step-pagination .swiper-wrapper {
    padding-top: 1rem;
}

.swiper-step-pagination .swiper-slide::before, .swiper-step-pagination .swiper-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .125rem;
    background-color: rgba(45, 55, 75, .1);
    content: ""
}

.swiper-step-pagination-light .swiper-slide::before, .swiper-step-pagination-light .swiper-wrapper::before {
    background-color: rgba(255, 255, 255, .2);
}

.swiper-step-pagination .swiper-slide::before, .swiper-step-pagination .swiper-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .125rem;
    background-color: rgba(45, 55, 75, .1);
    content: ""
}

.swiper-step-pagination .swiper-slide {
    cursor: pointer;
}

.swiper-step-pagination .swiper-slide::before {
    top: -1rem;
    opacity: 0;
}

.swiper-step-pagination .swiper-slide.swiper-slide-thumb-active::before {
    background-color: #2d374b;
    opacity: 1;
}

.swiper-step-pagination-light .swiper-slide::before, .swiper-step-pagination-light .swiper-wrapper::before {
    background-color: rgba(255, 255, 255, .2);
}

.swiper-step-pagination-light .swiper-slide.swiper-slide-thumb-active::before {
    background-color: #fff;
}

.swiper-thumbs .swiper-slide {
    cursor: pointer;
    opacity: .4;
}

.swiper-step .swiper-slide {
    cursor: grab;
}

.bg-img-start {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; /* war "top center" */
}








.col-md-9 {				/* war "col-md-9" */
    flex: 0 0 auto;
    
}

.d-flex {
    display: flex!important;
}



.btn-light {
  color: #000;
  bg: #F5F7FA;
  border-color: #F5F7FA;
  hover-color: #000;
  hover-bg: #d0d2d5;
  hover-border-color: #c4c6c8;
  focus-shadow-rgb: 208, 210, 213;
  active-color: #000;
  active-bg: #c4c6c8;
  active-border-color: #b8b9bc;
  active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  disabled-color: #000;
  disabled-bg: #F5F7FA;
  disabled-border-color: #F5F7FA;
}

.btn-light:hover.btn-pointer::after, .btn-check:focus + .btn-light.btn-pointer::after, .btn-light:focus.btn-pointer::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.btn-light.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all 0.2s ease-in-out;
}

.btn-light.btn-pointer::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}




/* Extra Large */
.btn-xl {
  line-height: 1.4;
  padding: 0.92857rem 1.85714rem;
  font-size: 1.15rem;
}



.btn-pointer {
    position: relative;
    font-weight: 600;
    padding-right: 1.25rem;
    padding-right: 2.5rem;
}

.btn-pointer::after {
    position: absolute;
    top: 50%;
    right: .75rem;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/></svg>");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.25rem 1.25rem;
    content: "";
    transform: translateY(-50%);
    transition: .2s;
}

.btn-pointer:hover::after, [href]:hover .btn-pointer::after {
    right: .4375rem;
}

.btn-white .btn-pointer::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%2351596C' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.btn-check:focus+.btn-primary.btn-pointer::after, .btn-primary:focus.btn-pointer::after, .btn-primary:hover.btn-pointer::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.btn-primary.btn-pointer::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.btn-check:focus+.btn-secondary.btn-pointer::after, .btn-secondary:focus.btn-pointer::after, .btn-secondary:hover.btn-pointer::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.btn-secondary.btn-pointer::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.btn-check:focus+.btn-success.btn-pointer::after, .btn-success:focus.btn-pointer::after, .btn-success:hover.btn-pointer::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.btn-success.btn-pointer::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.btn-check:focus+.btn-info.btn-pointer::after, .btn-info:focus.btn-pointer::after, .btn-info:hover.btn-pointer::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.btn-info.btn-pointer::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.btn-check:focus+.btn-warning.btn-pointer::after, .btn-warning:focus.btn-pointer::after, .btn-warning:hover.btn-pointer::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.btn-warning.btn-pointer::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.btn-check:focus+.btn-danger.btn-pointer::after, .btn-danger:focus.btn-pointer::after, .btn-danger:hover.btn-pointer::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.btn-danger.btn-pointer::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.btn-check:focus+.btn-light.btn-pointer::after, .btn-light:focus.btn-pointer::after, .btn-light:hover.btn-pointer::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.btn-light.btn-pointer::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.btn-check:focus+.btn-dark.btn-pointer::after, .btn-dark:focus.btn-pointer::after, .btn-dark:hover.btn-pointer::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.btn-dark.btn-pointer::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.btn-ghost-primary.btn-pointer::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%230ABF53' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.btn-ghost-secondary.btn-pointer::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%2351596C' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.btn-ghost-success.btn-pointer::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23077C76' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.btn-ghost-info.btn-pointer::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23334AC0' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.btn-ghost-warning.btn-pointer::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23f39568' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.btn-ghost-danger.btn-pointer::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23692340' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.btn-ghost-light.btn-pointer::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23F5F7FA' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.btn-ghost-dark.btn-pointer::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%232d374b' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.btn-check:focus+.btn-ghost-secondary.btn-pointer::after, .btn-ghost-secondary:focus.btn-pointer::after, .btn-ghost-secondary:hover.btn-pointer::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%230ABF53' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}












.swiper-pagination {
    position: static;
    width: 100%!important;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.swiper-pagination.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 0;
    transform: translateX(0);
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 0;
    transform: translateX(0);
}
.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    transform: translateX(0);
}
.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .25rem;
}
.swiper-pagination-bullet {
    position: relative;
    opacity: 1;
    width: 1.5rem;
    height: 1.5rem;
    border: .0625rem solid transparent;
    background-color: transparent;
    transition: .2s;
}
.swiper-pagination-bullet::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: .25rem;
    height: .25rem;
    background-color: #bdc5d1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: .2s;
    content: ""}
.swiper-pagination-bullet:hover {
    border-color: rgba(10, 191, 83, .5);
}
.swiper-pagination-bullet:hover::before {
    background-color: rgba(10, 191, 83, .5);
}
.swiper-pagination-bullet-active, .swiper-pagination-bullet-active:hover {
    border-color: #0abf53;
}
.swiper-pagination-bullet-active::before, .swiper-pagination-bullet-active:hover::before {
    background-color: #0abf53;
}
.swiper-pagination-light .swiper-pagination-bullet::before {
    background-color: rgba(255, 255, 255, .5);
}
.swiper-pagination-light .swiper-pagination-bullet:hover {
    border-color: #fff;
}
.swiper-pagination-light .swiper-pagination-bullet:hover::before {
    background-color: rgba(255, 255, 255, .5);
}
.swiper-pagination-light .swiper-pagination-bullet-active, .swiper-pagination-light .swiper-pagination-bullet-active:hover {
    border-color: #fff;
}
.swiper-pagination-light .swiper-pagination-bullet-active::before, .swiper-pagination-light .swiper-pagination-bullet-active:hover::before {
    background-color: #fff;
}
.swiper-pagination-progress {
    cursor: pointer;
}
.swiper-pagination-progress-body {
    position: relative;
    display: block;
    width: 100%;
    height: .25rem;
    background-color: rgba(45, 55, 75, .1);
    border-radius: 6.1875rem;
}
.swiper-pagination-progress-body-helper {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    background-color: #0abf53;
    border-radius: 6.1875rem;
    transition: none;
}
.swiper-slide-thumb-active .swiper-pagination-progress-body-helper {
    transition-property: width;
    transition-timing-function: linear;
    width: 100%}
.swiper-pagination-progress-light .swiper-pagination-progress-body {
    background-color: rgba(255, 255, 255, .5);
}
.swiper-pagination-progress-light .swiper-pagination-progress-body-helper {
    background-color: #fff;
}
.swiper-pagination-progressbar {
    background-color: rgba(45, 55, 75, .1);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #0abf53;
}
.swiper-pagination-fraction {
    display: block;
    letter-spacing: .125rem;
}
.swiper-pagination-fraction .swiper-pagination-current {
    font-size: 4rem;
    line-height: 4rem;
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    position: absolute;
    width: auto!important;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: .25rem 0;
}
.swiper-horizontal>.swiper-pagination-middle-y-end {
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    bottom: auto;
    transform: translateY(-50%);
}

.swiper-pagination-light .swiper-pagination-bullet::before {
    background-color: rgba(255, 255, 255, .5);
}
.swiper-pagination-light .swiper-pagination-bullet:hover {
    border-color: #fff;
}
.swiper-pagination-light .swiper-pagination-bullet:hover::before {
    background-color: rgba(255, 255, 255, .5);
}
.swiper-pagination-light .swiper-pagination-bullet-active, .swiper-pagination-light .swiper-pagination-bullet-active:hover {
    border-color: #fff;
}
.swiper-pagination-light .swiper-pagination-bullet-active::before, .swiper-pagination-light .swiper-pagination-bullet-active:hover::before {
    background-color: #fff;
}

.bottom-0 {
    bottom: 0!important;
}

.start-0 {
    left: 0!important;
}

.end-0 {
    right: 0!important;
}

.position-sm-absolute {
    position: absolute!important;
}

.zi-2 {
    z-index: 2!important;
}

.mb-7 {
    margin-bottom: 3rem!important;
}

.content-space-t-1 {
    padding-top: 3.5rem!important;
}

.swiper-step-pagination .swiper-wrapper {
    padding-top: 1rem;
}
.swiper-step-pagination .swiper-slide::before, .swiper-step-pagination .swiper-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .125rem;
    background-color: rgba(45, 55, 75, .1);
    content: ""}
.swiper-step-pagination .swiper-slide {
    cursor: pointer;
}
.swiper-step-pagination .swiper-slide::before {
    top: -1rem;
    opacity: 0;
}
.swiper-step-pagination .swiper-slide.swiper-slide-thumb-active::before {
    background-color: #2d374b;
    opacity: 1;
}
.swiper-step-pagination .swiper-step-pagination-title {
    color: rgba(45, 55, 75, .7);
}
.swiper-step-pagination .swiper-slide-thumb-active .swiper-step-pagination-title {
    color: #2d374b;
}
.swiper-step-pagination-light .swiper-slide::before, .swiper-step-pagination-light .swiper-wrapper::before {
    background-color: rgba(255, 255, 255, .2);
}
.swiper-step-pagination-light .swiper-slide.swiper-slide-thumb-active::before {
    background-color: #fff;
}
.swiper-step-pagination-light .swiper-step-pagination-title {
    color: rgba(255, 255, 255, .7);
}
.swiper-step-pagination-light .swiper-slide-thumb-active .swiper-step-pagination-title {
    color: #fff;
}

.swiper-step-pagination-light .swiper-slide::before, .swiper-step-pagination-light .swiper-wrapper::before {
    background-color: rgba(255, 255, 255, .2);
}
.swiper-step-pagination-light .swiper-slide.swiper-slide-thumb-active::before {
    background-color: #fff;
}
.swiper-step-pagination-light .swiper-step-pagination-title {
    color: rgba(255, 255, 255, .7);
}
.swiper-step-pagination-light .swiper-slide-thumb-active .swiper-step-pagination-title {
    color: #fff;
}

.swiper-equal-height .swiper-wrapper {
    display: flex;
}

.swiper-slide-thumb-active .swiper-pagination-progress-body-helper {
    transition-property: width;
    transition-timing-function: linear;
    width: 100%
}
.swiper-step-pagination .swiper-slide::before, .swiper-step-pagination .swiper-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .125rem;
    background-color: rgba(45, 55, 75, .1);
    content: ""}
.swiper-step-pagination .swiper-slide {
    cursor: pointer;
}
.swiper-step-pagination .swiper-slide::before {
    top: -1rem;
    opacity: 0;
}
.swiper-step-pagination .swiper-slide.swiper-slide-thumb-active::before {
    background-color: #2d374b;
    opacity: 1;
}
.swiper-step-pagination .swiper-slide-thumb-active .swiper-step-pagination-title {
    color: #2d374b;
}
.swiper-step-pagination-light .swiper-slide::before, .swiper-step-pagination-light .swiper-wrapper::before {
    background-color: rgba(255, 255, 255, .2);
}
.swiper-step-pagination-light .swiper-slide.swiper-slide-thumb-active::before {
    background-color: #fff;
}
.swiper-step-pagination-light .swiper-slide-thumb-active .swiper-step-pagination-title {
    color: #fff;
}
.swiper-thumbs .swiper-slide {
    cursor: pointer;
    opacity: .4;
}
.swiper-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.swiper-equal-height .swiper-wrapper {
    display: flex;
}
.swiper-equal-height .swiper-slide {
    display: flex;
    height: auto;
}
.swiper-step .swiper-slide {
    cursor: grab;
}

.swiper-step-pagination .swiper-step-pagination-title {
    color: rgba(45, 55, 75, .7);
}
.swiper-step-pagination .swiper-slide-thumb-active .swiper-step-pagination-title {
    color: #2d374b;
}
.swiper-step-pagination-light .swiper-step-pagination-title {
    color: rgba(255, 255, 255, .7);
}
.swiper-step-pagination-light .swiper-slide-thumb-active .swiper-step-pagination-title {
    color: #fff;
}


.h-swiper {
	font-size: calc(1.4rem + 1.8vw);
    margin-top: 0;
    margin-bottom: .8125rem;
    font-weight: 400;
    line-height: 1.5;
	text-transform: uppercase;
}

.content-space-2 {
    padding-top: 5rem!important;
    padding-bottom: 5rem!important;
}

.content-space-t-sm-3 {
    padding-top: 5rem!important;
}

@media (max-width: 767.98px) {
	h-swiper, .h-swiper {
		font-size: calc(1.525rem + 3.3vw);
	}
}

@media (min-width: 768px) {
	.content-space-t-md-3 {
		padding-top: 7.5rem!important;
	}
	.content-space-b-sm-3 {
		padding-bottom: 7.5rem!important;
	}
}

.content-space-b-sm-2 {
    padding-bottom: 5rem!important;
}

.content-space-b-sm-4 {
    padding-bottom: 10rem!important;
}

@media (min-width:1200px) {
	h-swiper, .h-swiper {
		font-size: 3rem;
	}
	.content-space-b-xl-4 {
		padding-bottom: 15rem !important;
	}
}

@media (min-width:1400px) {
	.content-space-b-xxl-4 {
		padding-bottom: 20rem !important;
	}
	h-swiper, .h-swiper {
		font-size: 3.1rem;
	}
}
