@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

.owl-carousel,.owl-carousel .owl-item{
	-webkit-tap-highlight-color:transparent;
	position:relative
}
.owl-carousel{
	display:none;
	width:100%;
	z-index:1
}
.owl-carousel .owl-stage{
	position:relative;
	-ms-touch-action:pan-Y;
	touch-action:manipulation;
	-moz-backface-visibility:hidden
}
.owl-carousel .owl-stage:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
.owl-carousel .owl-stage-outer{
	position:relative;
	overflow:hidden;
	-webkit-transform:translate3d(0,0,0)
}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0)
}
.owl-carousel .owl-item{
	min-height:1px;
	float:left;
	-webkit-backface-visibility:hidden;
	-webkit-touch-callout:none
}
.owl-carousel .owl-item img{
	display:block;
	width:100%
}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{
	display:none
}
.no-js .owl-carousel,.owl-carousel.owl-loaded{
	display:block
}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{
	cursor:pointer;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{
	background:0 0;
	color:inherit;
	border:none;
	padding:0!important;
	font:inherit
}
.owl-carousel.owl-loading{
	opacity:0;
	display:block
}
.owl-carousel.owl-hidden{
	opacity:0
}
.owl-carousel.owl-refresh .owl-item{
	visibility:hidden
}
.owl-carousel.owl-drag .owl-item{
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.owl-carousel.owl-grab{
	cursor:move;
	cursor:grab
}
.owl-carousel.owl-rtl{
	direction:rtl
}
.owl-carousel.owl-rtl .owl-item{
	float:right
}
.owl-carousel .animated{
	animation-duration:1s;
	animation-fill-mode:both
}
.owl-carousel .owl-animated-in{
	z-index:0
}
.owl-carousel .owl-animated-out{
	z-index:1
}
.owl-carousel .fadeOut{
	animation-name:fadeOut
}
@keyframes fadeOut{
	0%{
	opacity:1
}
100%{
	opacity:0
}

}
.owl-height{
	transition:height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy{
	opacity:0;
	transition:opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{
	max-height:0
}
.owl-carousel .owl-item img.owl-lazy{
	transform-style:preserve-3d
}
.owl-carousel .owl-video-wrapper{
	position:relative;
	height:100%;
	background:#000
}
.owl-carousel .owl-video-play-icon{
	position:absolute;
	height:80px;
	width:80px;
	left:50%;
	top:50%;
	margin-left:-40px;
	margin-top:-40px;
	background:url(owl.video.play.png) no-repeat;
	cursor:pointer;
	z-index:1;
	-webkit-backface-visibility:hidden;
	transition:transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover{
	-ms-transform:scale(1.3,1.3);
	transform:scale(1.3,1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{
	display:none
}
.owl-carousel .owl-video-tn{
	opacity:0;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	transition:opacity .4s ease
}
.owl-carousel .owl-video-frame{
	position:relative;
	z-index:1;
	height:100%;
	width:100%
}
.owl-theme .owl-dots,.owl-theme .owl-nav{
	text-align:center;
	-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-nav{
	margin-top:10px
}
.owl-theme .owl-nav [class*=owl-]{
	color:#FFF;
	font-size:14px;
	margin:5px;
	padding:4px 7px;
	background:#D6D6D6;
	display:inline-block;
	cursor:pointer;
	border-radius:3px
}
.owl-theme .owl-nav [class*=owl-]:hover{
	background:#869791;
	color:#FFF;
	text-decoration:none
}
.owl-theme .owl-nav .disabled{
	opacity:.5;
	cursor:default
}
.owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:10px
}
.owl-theme .owl-dots .owl-dot{
	display:inline-block;
	zoom:1
}
.owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
	background:#869791
}

.headline {
    color: #377CB5;
    font-size: 1.25rem;
}

.list {
    color: #377CB5;
    line-height: 24px;
    padding-left: 20px;
    margin: 0; }
.list__black-text {
    color: #202023;
    list-style-type: none;
    padding-left: 0; }
    .list__black-text .list__item {
    position: relative;
    display: flex;
    align-items: start;
    padding-left: 18px; }
    .list__black-text .list__item::before {
        position: absolute;
        content: '';
        height: 4px;
        width: 4px;
        border-radius: 50%;
        background-color: #377CB5;
        left: 0;
        top: 8px; }
        .more-wrapper {
        width: 100%;
        padding: 17px 42px 17px 0;
        margin-top: 20px;
        display: flex;
        justify-content: flex-end; }
        .more-wrapper_with-border {
            margin-top: 40px;
            border-top: 2px dashed #D6E9F9; }
        
        .more {
        text-decoration: none;
        color: #377CB5;
        font-family: "Gotham Pro Bold";
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        border: none;
        background-color: transparent;
        outline: none;
        padding: 0; }
        .more_back::before {
            transform: rotate(180deg);
            left: -25px; }
        .more::before {
            content: url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5303 7.03033C16.8232 6.73744 16.8232 6.26256 16.5303 5.96967L11.7574 1.1967C11.4645 0.903806 10.9896 0.903806 10.6967 1.1967C10.4038 1.48959 10.4038 1.96447 10.6967 2.25736L14.9393 6.5L10.6967 10.7426C10.4038 11.0355 10.4038 11.5104 10.6967 11.8033C10.9896 12.0962 11.4645 12.0962 11.7574 11.8033L16.5303 7.03033ZM0 7.25H16V5.75H0V7.25Z' fill='%23C9DFF2'/%3E%3C/svg%3E%0A");
            position: absolute;
            right: -25px;
            transition: .3s; }
.text-content {
font-family: 'Roboto';
font-size: 1rem;
margin: 0;
font-weight: lighter; }

.blue-date {
    color: #A0C5E5;
    font-family: 'Roboto';
    font-weight: 400; 
}

.m-t20 {
    margin-top: 20px !important; 
}
                          
.card {
    border: 2px solid #ACD2F2;
    border-radius: 15px;
    text-decoration: none;
    display: flex;
    flex-direction: column; }
.card .desc {
    font-family: "Roboto"; }
.card .headline {
    font-family: "Roboto"; }
.card .desc_black {
    font-weight: bold; }

.card__date {
font-family: "Roboto";
color: #ACD2F2; }

.card__img-wrapper {
    overflow: hidden;
    width: calc(100% + 4px) !important;
    margin-left: -2px;
    margin-top: -2px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    height: 230px;
    align-items: center;
    justify-content: center; 
}

.card__img {
    width: auto !important;
    min-width: 100%;
    height: auto;
    min-height: 100%;
}

.card__info {
flex-grow: 1;
margin-top: 25px;
margin-bottom: 30px;
padding-left: 30px;
padding-right: 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start; }

.card__desc {
margin-top: 10px;
margin-bottom: 20px; }

.cards-wrapper .card {
margin: 0 2px;
width: 100%; }
.cards-wrapper .card:last-child {
    margin-right: 0; }

.card__with-icon {
background-color: white;
border: none; }
.card__with-icon .card__img {
    width: auto !important;
    height: auto !important; }
.card__with-icon .card__img-wrapper {
    overflow: hidden;
    height: auto;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
.card__with-icon .card__info {
    padding-left: 50px;
    padding-right: 25px; }
.card__with-icon .card__title {
    align-self: center;
    margin: 10px 0; }

.card__img-bg {
width: 100%;
height: auto; }
.card__img-bg .card__title-wrapper {
    position: relative;
    padding: 30px 16px 30px 30px;
    width: calc( 100% + 4px);
    overflow: hidden;
    min-height: 230px;
    display: flex;
    left: -2px;
    top: -2px;
    align-items: flex-end;
    border-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 2; }
    .card__img-bg .card__title-wrapper::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.13) 33.8%, rgba(0, 0, 0, 0.65) 88.66%); }
.card__img-bg .card__img {
    position: absolute;
    width: 110% !important;
    height: auto;
    z-index: -2;
    top: 0px;
    left: 0px; }
.card__img-bg .card__title {
    color: #ffffff;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
.card__img-bg .desc-wrapper {
    margin-top: 14px;
    display: flex;
    align-items: flex-start;
    flex-direction: column; }
    .card__img-bg .desc-wrapper .desc {
    margin-top: 0; }
.card__img-bg .leading {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    .card__img-bg .leading .desc {
    margin: 0; }


.news-item__more, .text-content {
    font-family: 'Roboto'
}

@font-face {
    font-family: 'Gotham Pro Regular';
    src: url(../fonts/GothamPro.ttf) format("truetype")
}

@font-face {
    font-family: 'Gotham Pro Bold';
    src: url(../fonts/GothamPro-Bold.ttf) format("truetype")
}

@font-face {
    font-family: 'Gotham Pro Bold Italic';
    src: url(../fonts/GothamPro-BoldItalic.ttf) format("truetype")
}

@font-face {
    font-family: 'Gotham Pro Light';
    src: url(../fonts/GothamPro-Light.ttf) format("truetype")
}

.text-content {
    font-size: 1.6rem;
    margin: 0;
    font-weight: lighter
}


.m-t50 {
    margin-top: 40px
}

.bread-crumbs-section {
    margin: 15px 0
}

.bread-crumbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap
}

.bread-crumbs__item {
    margin-right: 15px;
    padding-right: 15px;
    text-decoration: none;
    position: relative;
    color: #377CB5;
    font-size: .75rem;
    display: flex;
    align-items: center
}

.bread-crumbs__item::before {
    content: '';
    position: absolute;
    right: 0;
    height: 5px;
    width: 5px;
    border: 1px solid;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg)
}

.bread-crumbs__item:last-child {
    color: #B0B0B0
}

.bread-crumbs__item:last-child::before {
    content: none
}

.news-wrapper {
    margin-top: 30px
}

.news-item {
    margin: 20px 0;
    border: 1px solid #D5E8F8;
    border-radius: 15px;
    /* padding: 35px 35px 20px 40px; */
    display: block;
    text-decoration: none;
    /* max-width: 700px; */
    color: #202023;
    font-family: "Roboto";
    overflow: hidden;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}
.news-item__img {
    max-width: 445px;
}
.news-item__img-wrapper {
    /* width: 40%;
    overflow: hidden; */
   /* display: flex;*/
}
.card:hover p {
    color: #F38231 !important;
}
.news-item p, .news-item h3 {
    max-width: 700px;
    flex-grow: 1;
}
.news-item p{
    font-weight: 300;
    margin: 0 0 10px !important;
}
.news-item__content-wrapper {
    display: flex;
    flex-direction: column;
    padding: 10px 35px 10px 40px;
}

@media screen and (max-width: 1000px) {
    .news-item {
        flex-direction: column;
    }
    .news-item__img-wrapper {
        width: 100%;
    }
    .news-item__img {
        width: 100%;
        max-width: 100%;
    }
}
article.text-content {
    max-width: 700px;
    /* text-align: justify; */
}
.news-item:hover {
    /* box-shadow: 0 0 20px rgba(51, 122, 183, .2); */
    cursor: pointer
}

.news-item:hover .news-item__more-wrapper {
    opacity: 0
}

.news-item__title {
    font-weight: 400;
    margin: 15px 0 0 !important;
}
a:hover .news-item__title {
    color: #F38231;
}

.news-item__info-wrapper {
    margin-top: 25px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.news-item__date {
    /* padding-right: 30px;
    margin-right: 30px; */
    position: relative;
    margin-right: 0;
    padding-left: 0;

}

.news-item__date::before {
    /* content: '';
    position: absolute;
    right: 0;
    height: 20px;
    width: 1.5px;
    background-color: #D5E8F8; */
    display: none;
}

.news-item__more-wrapper {
    width: auto;
    padding: 0;
    margin: 0;
    text-decoration: none;
    transition: .2s;
    display: none;
}

.news-item__more::before {
    top: 2px;
    content: url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5303 7.03033C16.8232 6.73744 16.8232 6.26256 16.5303 5.96967L11.7574 1.1967C11.4645 0.903806 10.9896 0.903806 10.6967 1.1967C10.4038 1.48959 10.4038 1.96447 10.6967 2.25736L14.9393 6.5L10.6967 10.7426C10.4038 11.0355 10.4038 11.5104 10.6967 11.8033C10.9896 12.0962 11.4645 12.0962 11.7574 11.8033L16.5303 7.03033ZM0 7.25H16V5.75H0V7.25Z' fill='%23A0C5E5'/%3E%3C/svg%3E%0A")
}

/* .news-banner {
    width: 100%;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    border-radius: 15px;
    overflow: hidden;
    max-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
} */

h2 {
    font-size: 2.8rem;
    margin: 15px 0;
    color: #377CB5;
    font-weight: normal;
    font-family: "Roboto"
}

/* .news-banner__img {
    width: 100%;
    border-radius: 15px;
    height: auto
} */

/* .news-banner {
    width: 100%;
    min-height: 370px;
    height: min-content;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: space-between; 
}
.news-banner__img-wrapper {
    background-color: #F5F8FA;
    background-image: url("data:image/svg+xml,%3Csvg width='650' height='371' viewBox='0 0 650 371' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M328.5 53.5C332.833 58 342 67.1 344 67.5L254.5 120L328.5 53.5Z' fill='%23CBE3F8'/%3E%3Cpath d='M160 203.5L184.5 180L252.5 295.5L254.5 301.5C255.333 304.167 256.5 309.8 254.5 311C252.5 312.2 248.667 308.167 247 306L160 203.5Z' fill='%23CBE3F8'/%3E%3Cpath d='M254.678 310.576L441 176.818L437.967 167.958L370.371 53L344.156 68.179M254.678 310.576C256.122 308.487 256.584 300.247 246.878 283.997C238.451 269.888 206.328 215.442 185.343 179.843M254.678 310.576C252.251 312.318 248.467 308.276 246.878 306.038L160 203.613L185.343 179.843M344.156 68.179L329.207 53L251.211 121.996M344.156 68.179L251.211 121.996M251.211 121.996L176.682 165.149C179.232 169.476 182.159 174.442 185.343 179.843M212.214 205.557L384.453 106.59M221.313 219.819L289.5 181' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M228 233L269 209' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M231.5 238L272 214' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M234 244L275 219' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M237 249L278 225' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M241 255L282 230' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M244 260L284.5 236' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M247 266L288 242' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M250 271L291 247.5' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M253 277L294.5 252.5' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M256 283L297 258' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M259 288L300 263' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M262 294L303 269' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M275 198L317 174' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M277 204L320 179' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M281 209L323.5 184' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M284 215L326 190' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M287 220.5L329 196' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M290 226L332 202' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M294 231L335 207.5' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M297 237L338 213' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M301 242L341 218.5' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M304 248L344 224' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M307 253.5L348 229' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M310 259L351 234' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M430 185.104C428.912 182.412 426.388 176.286 424.996 173.317C423.604 170.349 402.514 134.535 392.144 117L321 158.037L354.94 218.502C356.173 220.321 358.856 224.526 359.727 226.797C360.597 229.067 361.685 232.545 362.12 234' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M228.447 153.388L251.913 162.539L245.041 150.729C244.082 149.081 243.197 148.104 242.387 147.799C241.283 147.393 239.976 147.647 238.465 148.562L238.029 147.813L247.105 142.532L247.541 143.281C246.466 144.106 245.796 144.757 245.533 145.236C245.275 145.694 245.188 146.259 245.273 146.933C245.363 147.586 245.785 148.56 246.54 149.857L259.848 172.727L259.159 173.128L227.275 161.066L237.436 178.528C238.355 180.109 239.334 180.967 240.372 181.104C241.423 181.234 242.415 181.027 243.347 180.485L243.995 180.108L244.431 180.857L234.687 186.527L234.251 185.778C235.756 184.884 236.628 183.96 236.869 183.007C237.11 182.054 236.805 180.847 235.957 179.389L224.676 160.002L223.664 159.615C222.659 159.224 221.867 159.043 221.288 159.072C220.709 159.102 219.993 159.347 219.139 159.807L218.703 159.058L228.447 153.388ZM260.32 136.957L266.827 148.139L267.374 147.821C269.116 146.807 270.061 145.526 270.207 143.976C270.354 142.426 269.915 140.522 268.889 138.262L269.659 137.814L278.028 152.197L277.258 152.645C276.185 151.173 275.094 150.09 273.986 149.397C272.891 148.696 271.901 148.378 271.016 148.441C270.123 148.49 269.021 148.896 267.711 149.659L272.214 157.397C273.094 158.91 273.693 159.799 274.011 160.066C274.343 160.325 274.747 160.461 275.224 160.472C275.701 160.484 276.331 160.262 277.114 159.806L278.755 158.852C281.321 157.359 283.028 155.57 283.876 153.486C284.737 151.393 284.799 148.935 284.059 146.112L284.809 145.675L288.654 155.126L264.912 168.94L264.475 168.191L265.387 167.66C266.184 167.197 266.743 166.682 267.064 166.115C267.305 165.722 267.387 165.241 267.308 164.671C267.268 164.261 266.848 163.367 266.046 161.989L255.532 143.919C254.809 142.677 254.331 141.934 254.098 141.689C253.688 141.295 253.226 141.076 252.712 141.031C251.979 140.952 251.167 141.171 250.276 141.69L249.364 142.221L248.928 141.471L271.92 128.092L276.647 136.216L275.877 136.664C274.33 134.906 272.948 133.804 271.729 133.356C270.524 132.9 269.155 132.847 267.623 133.196C266.725 133.393 265.236 134.097 263.157 135.307L260.32 136.957ZM316.892 101.924L317.328 102.674C316.839 103.013 316.489 103.406 316.279 103.854C316.07 104.301 315.975 104.853 315.996 105.51C316.009 105.719 316.193 107.013 316.547 109.392L321.127 137.07L320.337 137.53L303.229 123.786L306.035 145.852L305.286 146.288L283.202 129.12C280.972 127.399 279.536 126.408 278.897 126.148C278.257 125.887 277.481 125.968 276.57 126.39L276.134 125.641L288.045 118.709L288.481 119.459C287.538 120.044 286.983 120.566 286.816 121.025C286.655 121.462 286.688 121.876 286.916 122.268C287.215 122.781 288.178 123.676 289.807 124.952L302.951 135.146L301.207 122.223L298.376 119.966C296.827 118.734 295.731 117.953 295.087 117.622C294.435 117.279 293.819 117.122 293.24 117.151C292.674 117.173 291.966 117.432 291.115 117.927L290.679 117.177L303.988 109.433L304.424 110.182C303.5 110.738 302.875 111.201 302.548 111.572C302.32 111.832 302.191 112.123 302.163 112.447C302.126 112.758 302.191 113.055 302.356 113.338C302.537 113.649 303.394 114.424 304.929 115.664L317.501 125.758L315.129 111.383C314.895 109.893 314.702 108.893 314.55 108.385C314.399 107.876 314.213 107.433 313.993 107.055C313.671 106.501 313.231 106.179 312.672 106.088C312.105 105.984 311.28 106.229 310.198 106.823L309.762 106.073L316.892 101.924ZM336.379 89.7446L341.93 98.7714L341.1 99.2547C339.372 97.1867 337.334 95.9051 334.985 95.4099C332.641 94.8934 330.578 95.1537 328.796 96.191C327.418 96.9926 326.54 98.0005 326.162 99.2148C325.79 100.408 325.883 101.484 326.441 102.442C326.794 103.05 327.25 103.508 327.809 103.816C328.57 104.222 329.563 104.485 330.789 104.603C331.683 104.68 333.608 104.617 336.564 104.416C340.698 104.125 343.734 104.356 345.672 105.109C347.597 105.869 349.085 107.154 350.138 108.963C351.474 111.259 351.727 113.76 350.898 116.467C350.074 119.152 348.284 121.296 345.529 122.899C344.665 123.402 343.797 123.789 342.925 124.062C342.053 124.334 340.895 124.565 339.451 124.755C338.645 124.862 338.033 125.037 337.614 125.281C337.263 125.485 336.97 125.836 336.736 126.334C336.502 126.832 336.424 127.429 336.503 128.124L335.753 128.56L329.718 118.188L330.468 117.752C332.759 120.323 335.197 121.888 337.781 122.445C340.371 122.981 342.645 122.679 344.603 121.54C346.116 120.659 347.078 119.548 347.49 118.206C347.915 116.855 347.81 115.633 347.173 114.539C346.796 113.891 346.255 113.365 345.55 112.962C344.859 112.551 344.005 112.279 342.989 112.148C341.964 112.003 340.305 112.01 338.012 112.169C334.798 112.394 332.393 112.392 330.796 112.165C329.199 111.937 327.793 111.462 326.578 110.741C325.377 110.012 324.403 109.006 323.656 107.723C322.383 105.535 322.102 103.204 322.814 100.729C323.525 98.2548 325.103 96.3062 327.547 94.8839C328.438 94.3652 329.366 93.9703 330.329 93.6992C331.058 93.4919 332.004 93.3479 333.168 93.267C334.338 93.1648 335.105 93.0077 335.47 92.7955C335.821 92.5912 336.035 92.322 336.112 91.9881C336.189 91.6541 336.075 91.0242 335.772 90.0982L336.379 89.7446Z' fill='%2377B6EB'/%3E%3Cpath opacity='0.5' d='M441.975 69.9405C438.189 68.2237 436.464 63.6286 438.202 59.8889C439.94 56.1492 444.593 54.4458 448.379 56.1627C452.166 57.8796 453.89 62.4746 452.152 66.2143C450.414 69.954 445.761 71.6574 441.975 69.9405ZM446.915 59.3119C444.923 58.4083 442.397 59.1696 441.391 61.3347C440.476 63.303 441.247 65.7973 443.439 66.7913C445.432 67.6949 447.957 66.9336 448.963 64.7685C449.878 62.8002 448.908 60.2155 446.915 59.3119Z' fill='%23F58220' fill-opacity='0.7'/%3E%3Cpath opacity='0.5' d='M366.475 293.388C367.399 292.877 367.807 291.453 367.262 289.955L365.497 285.234C365.081 283.964 365.461 281.956 366.617 281.317L370.621 278.204C371.647 277.337 372.285 275.785 371.768 274.872C371.251 273.959 369.808 273.557 368.292 274.095L363.512 275.838C362.227 276.248 360.193 275.873 359.546 274.732L356.395 270.777C355.517 269.763 353.945 269.133 353.021 269.644C352.096 270.155 351.689 271.579 352.234 273.077L353.999 277.798C354.414 279.067 354.035 281.076 352.879 281.715L348.875 284.828C347.849 285.695 347.21 287.247 347.728 288.16C348.245 289.073 349.687 289.475 351.204 288.937L356.446 286.939C357.731 286.528 359.534 287.031 360.412 288.045L362.971 292.026C364.339 293.369 365.781 293.771 366.475 293.388Z' fill='%234493D6'/%3E%3Cpath d='M128.691 42.5937L119.822 37.7208C115.07 35.1097 109.102 36.7619 106.37 41.4453L89.0986 71.0442' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M150.602 54.6324L159.471 59.5053C164.223 62.1164 166.029 68.0392 163.541 72.8573L147.819 103.307' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round'/%3E%3Ccircle cx='98.6531' cy='78.5754' r='11.75' transform='rotate(28.7857 98.6531 78.5754)' stroke='%2377B6EB' stroke-width='2.5'/%3E%3Ccircle cx='136.34' cy='99.2814' r='11.75' transform='rotate(28.7857 136.34 99.2814)' stroke='%2377B6EB' stroke-width='2.5'/%3E%3Cpath d='M109.17 84.354L125.822 93.5032' stroke='%2377B6EB' stroke-width='2.5'/%3E%3Cpath d='M90.6353 77.5933C90.905 76.4103 92.0837 73.7111 94.6417 72.3781C97.1997 71.0451 99.0078 71.3539 99.5921 71.675' stroke='%23F5CEAE' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M128.322 98.2994C128.591 97.1164 129.77 94.4171 132.328 93.0841C134.886 91.7512 136.694 92.06 137.279 92.381' stroke='%23F5CEAE' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M141 202.548L140.155 201.626C139.663 202.077 139.612 202.836 140.04 203.348L141 202.548ZM216.513 293.055L215.553 293.855C215.557 293.86 215.561 293.865 215.565 293.869L216.513 293.055ZM237.949 318.005L237.001 318.82C237.021 318.843 237.041 318.865 237.063 318.887L237.949 318.005ZM161.445 182.106C160.936 182.573 160.902 183.363 161.368 183.872C161.835 184.381 162.626 184.415 163.135 183.949L161.445 182.106ZM158.652 188.058C159.161 187.592 159.196 186.801 158.729 186.292C158.262 185.783 157.472 185.749 156.963 186.216L158.652 188.058ZM150.24 192.38C149.731 192.846 149.697 193.637 150.163 194.146C150.63 194.655 151.421 194.689 151.929 194.222L150.24 192.38ZM142.965 202.442C143.474 201.975 143.508 201.184 143.042 200.675C142.575 200.167 141.785 200.132 141.276 200.599L142.965 202.442ZM141.928 205.611C142.37 206.141 143.159 206.212 143.689 205.77C144.219 205.328 144.29 204.539 143.848 204.009L141.928 205.611ZM151.399 213.06C150.957 212.53 150.168 212.459 149.638 212.901C149.108 213.343 149.037 214.132 149.479 214.662L151.399 213.06ZM160.806 228.238C161.248 228.768 162.037 228.839 162.567 228.397C163.097 227.954 163.168 227.166 162.726 226.636L160.806 228.238ZM177.828 244.738C177.386 244.207 176.598 244.136 176.068 244.579C175.538 245.021 175.467 245.809 175.909 246.339L177.828 244.738ZM179.684 250.865C180.127 251.395 180.915 251.466 181.445 251.024C181.975 250.581 182.046 249.793 181.604 249.263L179.684 250.865ZM189.155 258.314C188.713 257.784 187.925 257.712 187.395 258.155C186.865 258.597 186.793 259.385 187.236 259.915L189.155 258.314ZM198.563 273.491C199.005 274.021 199.793 274.093 200.323 273.65C200.853 273.208 200.925 272.42 200.482 271.89L198.563 273.491ZM215.585 289.991C215.143 289.461 214.354 289.39 213.824 289.832C213.294 290.274 213.223 291.063 213.665 291.593L215.585 289.991ZM216.636 295.117C217.086 295.64 217.876 295.7 218.399 295.25C218.923 294.8 218.983 294.011 218.533 293.487L216.636 295.117ZM222.82 298.478C222.37 297.954 221.581 297.894 221.057 298.344C220.534 298.794 220.474 299.583 220.924 300.107L222.82 298.478ZM227.354 307.592C227.804 308.116 228.593 308.175 229.117 307.725C229.641 307.276 229.701 306.486 229.251 305.963L227.354 307.592ZM237.825 315.943C237.375 315.419 236.586 315.36 236.062 315.809C235.539 316.259 235.479 317.049 235.929 317.572L237.825 315.943ZM237.794 319.579C238.308 320.039 239.099 319.995 239.559 319.481C240.02 318.967 239.976 318.176 239.462 317.716L237.794 319.579ZM242.294 319.842C241.71 319.473 240.938 319.646 240.569 320.229C240.199 320.812 240.372 321.585 240.955 321.954L242.294 319.842ZM246.331 324.48C246.99 324.685 247.69 324.316 247.895 323.657C248.099 322.997 247.73 322.297 247.071 322.092L246.331 324.48ZM253.798 322.435C253.128 322.601 252.72 323.279 252.885 323.949C253.051 324.619 253.729 325.028 254.399 324.862L253.798 322.435ZM162.565 181.079L161.445 182.106L163.135 183.949L164.255 182.921L162.565 181.079ZM156.963 186.216L150.24 192.38L151.929 194.222L158.652 188.058L156.963 186.216ZM141.276 200.599L140.155 201.626L141.845 203.469L142.965 202.442L141.276 200.599ZM140.04 203.348L141.928 205.611L143.848 204.009L141.96 201.747L140.04 203.348ZM149.479 214.662L160.806 228.238L162.726 226.636L151.399 213.06L149.479 214.662ZM175.909 246.339L179.684 250.865L181.604 249.263L177.828 244.738L175.909 246.339ZM187.236 259.915L198.563 273.491L200.482 271.89L189.155 258.314L187.236 259.915ZM213.665 291.593L215.553 293.855L217.473 292.254L215.585 289.991L213.665 291.593ZM215.565 293.869L216.636 295.117L218.533 293.487L217.461 292.24L215.565 293.869ZM220.924 300.107L227.354 307.592L229.251 305.963L222.82 298.478L220.924 300.107ZM235.929 317.572L237.001 318.82L238.897 317.191L237.825 315.943L235.929 317.572ZM237.063 318.887C237.284 319.109 237.528 319.341 237.794 319.579L239.462 317.716C239.229 317.507 239.019 317.308 238.834 317.123L237.063 318.887ZM240.955 321.954C242.502 322.934 244.333 323.861 246.331 324.48L247.071 322.092C245.326 321.551 243.695 320.731 242.294 319.842L240.955 321.954ZM254.399 324.862C254.732 324.78 255.065 324.683 255.397 324.572L254.603 322.201C254.335 322.291 254.067 322.369 253.798 322.435L254.399 324.862Z' fill='%2377B6EB'/%3E%3Cpath d='M538.463 297.948C582.969 315.264 581.023 353.864 574.487 371H393C393.76 368.144 398.016 359.366 408.96 347.1C422.64 331.768 482.832 276.303 538.463 297.948Z' fill='%23F5CEAE' fill-opacity='0.7'/%3E%3Cpath d='M531.147 46.4993C495.2 36.5949 475.532 15.0414 468.039 0L612.221 0.105696C611.616 2.05799 616.895 10.5652 605.5 27C596.896 39.4089 562 55 531.147 46.4993Z' fill='%23CBE3F8'/%3E%3Cpath d='M429.932 135.71L446 135.71' stroke='%23F5CEAE' stroke-width='2.5'/%3E%3Cpath d='M421.769 117.771L431.5 104.5' stroke='%23F5CEAE' stroke-width='2.5'/%3E%3Cpath d='M429.578 124.936L443 117' stroke='%23F5CEAE' stroke-width='2.5'/%3E%3Cpath d='M492.605 299.768L535.334 269.834C535.91 269.431 536.564 269.153 537.254 269.02L537.825 268.909C538.524 268.774 539.243 268.79 539.935 268.955L589.621 280.812C591.531 281.268 592.997 282.799 593.37 284.727L593.569 285.757C593.953 287.743 593.103 289.764 591.415 290.878L549.199 318.755C548.05 319.513 546.641 319.765 545.301 319.45L494.081 307.428C492.442 307.043 491.181 305.732 490.862 304.079C490.542 302.423 491.225 300.735 492.605 299.768Z' stroke='%2377B6EB' stroke-width='2.5'/%3E%3Cpath d='M507.56 311.426L510.378 326.01C510.743 327.898 512.159 329.409 514.019 329.897L548.985 339.071C550.397 339.442 551.901 339.176 553.101 338.344L580.988 319.02C582.617 317.892 583.425 315.908 583.049 313.962L579.858 297.451' stroke='%2377B6EB' stroke-width='2.5'/%3E%3Cpath d='M551.21 339.655L548.845 327.42' stroke='%2377B6EB' stroke-width='2.5'/%3E%3Cpath d='M591.251 291.724L594.667 309.397' stroke='%2377B6EB' stroke-width='2.5'/%3E%3Cpath d='M591.989 326.68L594.908 308.801L604.753 324.213L591.989 326.68Z' stroke='%23FAC292' stroke-width='2.5' stroke-linejoin='round'/%3E%3Cpath d='M536.158 133.482C524.639 129.372 517.689 131.833 513.856 132.905L492 194.168C496.026 192.555 503.275 193.097 514.776 197.2C526.276 201.303 531.192 205.863 533.13 208.841L554.986 147.578C553.289 143.924 548.537 137.898 536.158 133.482Z' stroke='%2377B6EB' stroke-width='2.5' stroke-linejoin='round'/%3E%3Cpath d='M578.486 148.582C590.004 152.691 593.827 158.996 596.117 162.252L574.261 223.514C572.164 219.717 566.209 215.549 554.708 211.446C543.208 207.343 536.516 207.762 533.13 208.841L554.986 147.578C558.613 145.823 566.107 144.166 578.486 148.582Z' stroke='%2377B6EB' stroke-width='2.5' stroke-linejoin='round'/%3E%3Cpath d='M545.213 135.433C539.782 129.505 532.263 125.826 528.236 124.39L506.535 185.217C505.54 185.278 515.559 185.829 524.412 193.737C530.314 199.009 534.235 205.744 533.526 207.729L554.772 148.178C554.772 148.178 552.558 143.451 545.213 135.433Z' fill='%23F5F8FA' stroke='%2377B6EB' stroke-width='2.5' stroke-linejoin='round'/%3E%3Cpath d='M570.235 144.36C581.783 143.493 586.335 145.117 590.361 146.553L568.973 206.502C569.705 207.178 563.33 201.976 551.475 202.496C543.571 202.843 535.792 204.105 533.526 207.729L554.913 147.781C554.913 147.781 559.332 145.178 570.235 144.36Z' fill='%23F5F8FA' stroke='%2377B6EB' stroke-width='2.5' stroke-linejoin='round'/%3E%3Cpath d='M559.233 156.751C561.188 156.063 566.319 154.662 571.205 154.559C576.092 154.455 578.968 155.019 579.795 155.315' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M556.84 164.486C558.892 163.709 563.416 162.838 568.396 162.71C573.375 162.582 576.248 163.209 577.063 163.539' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M553.68 172.314C555.572 171.802 560.558 170.81 565.36 170.941C570.163 171.071 573.018 171.694 573.846 171.989' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M547.004 152.388C545.926 150.619 544.034 147.004 540.316 143.831C536.599 140.658 532.821 138.557 531.994 138.262' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M543.858 159.764C542.842 157.819 541 154.91 537.366 151.503C533.732 148.096 530.047 146.338 529.22 146.043' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M541.122 168.175C540.106 166.229 538.264 163.32 534.63 159.913C530.996 156.506 527.31 154.748 526.483 154.453' stroke='%2377B6EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M72.9433 296.149L110.739 296.517C111.39 296.523 112.032 296.667 112.624 296.938C113.222 297.213 113.756 297.612 114.188 298.109L138.221 325.748C139.309 327 139.564 328.773 138.873 330.281C138.161 331.835 136.583 332.806 134.875 332.742L99.0178 331.407C97.6428 331.356 96.3497 330.74 95.443 329.705L70.5713 301.314C69.763 300.391 69.5718 299.08 70.083 297.965C70.5949 296.849 71.7152 296.137 72.9433 296.149Z' stroke='%2377B6EB' stroke-width='2.5'/%3E%3Cpath d='M76.8643 309.395L72.7101 318.456C71.9087 320.203 72.1807 322.256 73.4097 323.735L89.297 342.852C90.2304 343.976 91.6081 344.635 93.0682 344.656L116.273 345.001C118.255 345.03 120.067 343.887 120.892 342.085L125.629 331.753' stroke='%2377B6EB' stroke-width='2.5'/%3E%3Cpath d='M90.767 344.622L94.5508 336.37' stroke='%2377B6EB' stroke-width='2.5'/%3E%3Cpath d='M134.809 333.188L129.343 345.108' stroke='%2377B6EB' stroke-width='2.5'/%3E%3Cpath d='M129 345L119 353' stroke='%23FAC292' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M129.5 345L124 356.5' stroke='%23FAC292' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M130 345L130 357.5' stroke='%23FAC292' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath opacity='0.5' d='M584.93 262.14C585.286 261.953 585.434 261.446 585.211 260.919L584.49 259.259C584.319 258.812 584.452 258.098 584.896 257.864L586.43 256.735C586.823 256.421 587.06 255.868 586.852 255.547C586.644 255.227 586.08 255.094 585.494 255.295L583.648 255.944C583.152 256.098 582.358 255.978 582.098 255.578L580.947 254.358C580.598 254.005 579.982 253.792 579.626 253.979C579.271 254.166 579.123 254.673 579.346 255.2L580.067 256.861C580.238 257.308 580.105 258.021 579.66 258.255L578.126 259.384C577.734 259.698 577.497 260.252 577.705 260.572C577.913 260.892 578.477 261.025 579.062 260.824L581.086 260.082C581.583 259.928 582.288 260.094 582.637 260.448L583.662 261.841C584.1 262.148 584.575 262.327 584.93 262.14Z' fill='%234493D6'/%3E%3Cpath opacity='0.5' d='M415.384 300.494C411.919 299.063 410.464 294.99 412.202 291.584C413.94 288.178 418.323 286.515 421.789 287.947C425.254 289.378 426.709 293.451 424.971 296.857C423.233 300.263 418.85 301.925 415.384 300.494ZM420.325 290.815C418.501 290.061 416.127 290.817 415.121 292.789C414.206 294.582 414.842 296.798 416.848 297.626C418.672 298.379 421.046 297.623 422.052 295.652C422.967 293.859 422.149 291.568 420.325 290.815Z' fill='%23FF8C29'/%3E%3Cpath opacity='0.5' d='M297.975 279.91C294.189 278.346 292.464 274.162 294.202 270.756C295.94 267.35 300.593 265.799 304.379 267.362C308.166 268.926 309.89 273.111 308.152 276.516C306.414 279.922 301.761 281.474 297.975 279.91ZM302.915 270.23C300.923 269.407 298.397 270.101 297.391 272.072C296.476 273.865 297.247 276.137 299.439 277.042C301.432 277.865 303.957 277.171 304.963 275.2C305.878 273.407 304.908 271.053 302.915 270.23Z' fill='%237EB7E8'/%3E%3Cpath opacity='0.5' d='M104.589 159.433C100.469 157.731 98.7223 152.924 100.768 148.917C102.813 144.91 108.004 142.968 112.124 144.67C116.244 146.371 117.991 151.178 115.946 155.185C113.901 159.192 108.709 161.134 104.589 159.433ZM110.402 148.044C108.234 147.149 105.421 148.03 104.237 150.35C103.16 152.459 103.926 155.073 106.311 156.058C108.48 156.954 111.292 156.072 112.477 153.752C113.553 151.643 112.57 148.939 110.402 148.044Z' fill='%23F58220' fill-opacity='0.7'/%3E%3Cpath opacity='0.5' d='M204.127 97.5681C204.67 97.2831 204.895 96.5104 204.555 95.7078L203.456 93.1779C203.196 92.4971 203.398 91.4094 204.076 91.0531L206.413 89.3334C207.011 88.8552 207.372 88.0113 207.055 87.5237C206.738 87.0361 205.879 86.8336 204.987 87.1392L202.174 88.1275C201.417 88.3619 200.208 88.18 199.812 87.5705L198.059 85.7119C197.527 85.1737 196.589 84.8492 196.047 85.1343C195.504 85.4193 195.279 86.192 195.619 86.9946L196.718 89.5245C196.978 90.2053 196.776 91.293 196.099 91.6493L193.761 93.369C193.163 93.8472 192.802 94.6911 193.119 95.1787C193.436 95.6663 194.295 95.8688 195.187 95.5632L198.271 94.4324C199.028 94.198 200.102 94.4512 200.633 94.9894L202.195 97.1124C202.862 97.5794 203.585 97.8532 204.127 97.5681Z' fill='%234493D6'/%3E%3Cpath opacity='0.5' d='M511.302 104.781C511.593 104.209 511.25 103.376 510.37 102.84L507.572 101.165C506.851 100.695 506.263 99.5874 506.628 98.8734L507.536 95.9632C507.742 95.1836 507.471 94.2073 506.836 93.945C506.201 93.6828 505.274 93.9917 504.678 94.7831L502.817 97.2998C502.294 97.9483 501.063 98.4773 500.269 98.1495L497.033 97.3322C496.167 97.1472 495.081 97.3906 494.79 97.9619C494.498 98.5331 494.842 99.3666 495.721 99.9029L498.519 101.577C499.24 102.048 499.829 103.155 499.464 103.869L498.555 106.779C498.35 107.559 498.62 108.535 499.255 108.798C499.891 109.06 500.817 108.751 501.413 107.959L503.42 105.157C503.944 104.509 505.102 104.122 505.969 104.307L508.899 105.345C510.157 105.518 511.083 105.209 511.302 104.781Z' fill='%234493D6'/%3E%3Cpath opacity='0.5' d='M130.484 238.648C130.85 237.931 130.418 236.885 129.314 236.212L125.802 234.11C124.897 233.52 124.159 232.129 124.617 231.233L125.757 227.581C126.015 226.602 125.676 225.377 124.878 225.047C124.081 224.718 122.918 225.106 122.17 226.099L119.834 229.258C119.177 230.072 117.632 230.736 116.635 230.325L112.574 229.299C111.486 229.067 110.124 229.372 109.758 230.089C109.392 230.806 109.823 231.852 110.928 232.525L114.439 234.627C115.344 235.217 116.083 236.608 115.625 237.504L114.485 241.156C114.227 242.135 114.566 243.36 115.363 243.69C116.16 244.019 117.324 243.631 118.072 242.638L120.591 239.12C121.248 238.306 122.702 237.822 123.789 238.054L127.468 239.356C129.046 239.573 130.209 239.186 130.484 238.648Z' fill='%237EB7E8'/%3E%3C/svg%3E%0A");
    min-width: 55%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.news-banner__img {
    min-width: 105%;
    width: auto;
    height: 105%;
}

.news-banner__title {
    color: white;
    font-family: "Gotham Pro Regular";
    line-height: 120%;
    font-size: 2.8rem;
    margin-right: 20px; 
    z-index: 2;
}
.news-banner__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 65px;
    background-color: #418BCA;
    position: relative; 
    flex-grow: 1;
} */
/* @media screen and (max-width: 1100px) {
    .news-banner__title {
        font-size: 2.2rem !important;
        margin: 15px 0 !important;
    }
    .news-banner {
        min-height: auto;
    }
} */

.news-page__title {
    max-width: 700px;
}
.news-page__img {
    max-width: 700px;
    width: 100%;
    height: auto;
}
.news-page__img-wrapper {
    max-width: 700px;
    width: 100%
}
@media screen and (max-width: 780px) {
    /* .news-banner__img-wrapper {
        display: none;
    }
    .news-banner__info {
        padding: 10px 15px 15px 50px;
    }
    .news-banner__info .blue-date {
        margin: 0;
    } */
    article.text-content {
        margin-top: 30px !important;
    }

}

@media screen and (max-width: 400px) {
    .news-banner__title {
        font-size: 2rem !important;
    }
}
.news-banner__info::after {
    content: '';
    position: absolute;
    height: 500px;
    width: calc(100% + 70px);
    background-color: #418BCA;
    transform: rotate(15deg);
    top: -100px;
    left: 0; 
}
.news-banner__info .blue-date {
    margin: 15px 0 10px; 
    z-index: 2;
}  
.news-content-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 30px;
}
.news__light-social {
    margin-top: 40px;
}

.light-social__link {
    margin-right: 12px
}

.news-section {
    padding: 50px 0 80px
}

.news-section--blue {
    background-color: #D7E9FA
}

.news-section .card {
    background-color: #fff !important;
    border: none
}

.news-section .card:hover {
    cursor: pointer
}

.news-section .news-item__more {
    color: #337AB7
}

.news-section .owl-next.disabled, .news-section .owl-prev.disabled {
    border: 2px solid silver !important
}

.news-section .owl-next.disabled::before, .news-section .owl-prev.disabled::before {
    border-color: silver !important
}

.news-section .owl-next.disabled:hover, .news-section .owl-prev.disabled:hover {
    border: 2px solid silver !important
}

.news-section .owl-next.disabled:hover::before, .news-section .owl-prev.disabled:hover::before {
    border-color: silver !important
}
.news__items-wrapper .owl-carousel {
    display: block;
}
.news__items-wrapper .owl-stage {
    display: flex !important;
}
.news__items-wrapper .card__with-img {
    height: 100%;
}
.news__items-wrapper .card__title {
    font-size: 20px;
}
.news__items-wrapper .card__info:hover p {
    color: #F38231 !important;
}

.news-section {
    margin-top: 80px;
}

.news__items-wrapper .card__info .text-content {
    display: none;
}

.news__items-wrapper .card__info p:not(.card__title) {
    font-family: 'Roboto';
    font-size: 1.5rem;
    margin: 0;
    font-weight: lighter;
    color: #202023;
}

.page-content {
    padding-bottom: 0px;
}
.layout ~ .footer {
    /*margin-top: 0;*/
}

.owl-stage {
    display: flex; }
    .owl-stage .card {
      height: 100%; }
  
  .owl-nav {
    display: flex; }
    .owl-nav button {
      height: 40px;
      width: 40px;
      position: absolute;
      border: 2px solid #418BCA !important;
      top: calc( 50% - 40px);
      border-radius: 10px !important; }
      .owl-nav button::before {
        content: '';
        position: absolute;
        height: 12px;
        width: 12px;
        border: 2px solid #418BCA;
        border-bottom: none;
        border-right: none;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
      .owl-nav button:hover {
        background-color: #418BCA !important;
        border-color: #418BCA !important; }
        .owl-nav button:hover::before {
          border-color: white; }
    .owl-nav .disabled {
      opacity: 1 !important;
      border-color: #D6E9F9 !important; }
      .owl-nav .disabled::before {
        border-color: #D6E9F9; }
      .owl-nav .disabled:hover {
        background-color: transparent !important;
        border-color: #D6E9F9 !important; }
        .owl-nav .disabled:hover::before {
          border-color: #D6E9F9; }
    .owl-nav .owl-next {
      right: -60px; }
      .owl-nav .owl-next::before {
        transform: rotate(135deg);
        left: -4px; }
    .owl-nav .owl-prev {
      left: -60px; }
      .owl-nav .owl-prev::before {
        transform: rotate(-45deg);
        right: -4px; }
  
  .carousel_white-nav .owl-nav button {
    border: 2px solid white !important; }
    .carousel_white-nav .owl-nav button::before {
      border: 2px solid white;
      border-bottom: none;
      border-right: none; }
    .carousel_white-nav .owl-nav button:hover {
      background-color: white !important; }
      .carousel_white-nav .owl-nav button:hover::before {
        border-color: none!important; }
  
  .carousel_white-nav .owl-nav .disabled {
    border-color: rgba(255, 255, 255, 0.5) !important; }
    .carousel_white-nav .owl-nav .disabled::before {
      border-color: rgba(255, 255, 255, 0.5) !important; }
    .carousel_white-nav .owl-nav .disabled:hover {
      background-color: transparent !important;
      border-color: rgba(255, 255, 255, 0.5) !important; }
      .carousel_white-nav .owl-nav .disabled:hover::before {
        border-color: rgba(255, 255, 255, 0.5) !important; }
  
  .carousel_dots .owl-dots {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px; }
  
  .carousel_dots .owl-dot.active span {
    background-color: white !important; }
  
  .carousel_dots .owl-dot span {
    height: 8px !important;
    width: 8px !important;
    background-color: transparent !important;
    border: 1px solid white;
    box-shadow: 0px 0px 0px 1px #3C77A7; }
  

    .book-card__link {
        margin-top: 90px;
        width: max-content;
    }

@media screen and (max-width: 1280px) {
    .news__items-wrapper .owl-nav {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .news__items-wrapper .owl-nav button {
        position: relative;
    }
    .news__items-wrapper .owl-prev, .news__items-wrapper .owl-next {
        left: 0;
        right: 0;
    }
}


.card.card__with-img {
    overflow: hidden;
}

.news-content-wrapper .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 33px;
    width: 33px;
    background-size: 33px 33px;
}
.news-content-wrapper .ya-share2__badge {
    border-radius: 6px;
}

.news-content-wrapper .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    margin-right: 12px;
}

.news-content-wrapper .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg' class='light-social__item'%3E%3Cpath d='M5.775 0.75H27.225C30.0002 0.75 32.25 2.99977 32.25 5.775V27.225C32.25 30.0002 30.0002 32.25 27.225 32.25H5.775C2.99977 32.25 0.75 30.0002 0.75 27.225V5.775C0.75 2.99977 2.99977 0.75 5.775 0.75Z' class='stroke-color fill-color' fill='%2399CAF3' stroke='%2399CAF3' stroke-width='1.5'/%3E%3Cpath d='M7.64901 11.5985H10.6843C10.7478 11.5984 10.8097 11.6179 10.862 11.6544C10.9142 11.691 10.9543 11.7428 10.9768 11.803C11.3127 12.6811 12.7078 16.1173 13.9844 16.398C14.9329 16.398 14.597 11.827 13.3916 11.827C13.0754 11.827 13.9528 11.2577 14.0121 11.2336C15.1323 10.9221 16.3145 10.9221 17.4347 11.2336C18.0394 11.4902 18.1421 12.208 18.1579 12.8174C18.1737 13.4269 17.486 16.0251 18.3911 16.3058C19.5768 16.6747 21.1023 12.9016 21.458 11.9754C21.4811 11.916 21.5214 11.865 21.5736 11.8292C21.6258 11.7934 21.6875 11.7745 21.7505 11.7749H25.1296C25.1818 11.7748 25.2333 11.7877 25.2794 11.8126C25.3254 11.8376 25.3647 11.8737 25.3937 11.9178C25.4226 11.9618 25.4404 12.0125 25.4454 12.0653C25.4503 12.118 25.4423 12.1712 25.4221 12.22C24.726 13.8309 23.8915 15.3766 22.9282 16.839C22.8463 16.9597 22.8079 17.1054 22.8194 17.2514C22.831 17.3975 22.8917 17.535 22.9915 17.641C24.0032 18.7396 26.7698 21.851 25.1889 21.851H21.7781C21.69 21.8513 21.6028 21.8324 21.5224 21.7958C21.442 21.7591 21.3702 21.7055 21.3118 21.6385C20.7822 21.0451 19.2408 19.3932 18.5452 19.5255C17.9682 19.6337 17.9129 20.6281 17.9406 21.2777C17.9493 21.4453 17.8929 21.6096 17.7836 21.7356C17.6742 21.8615 17.5206 21.9389 17.3556 21.9513C16.7509 21.9874 15.9249 22.0034 15.8498 21.9994C13.439 21.843 12.0122 20.2111 10.6487 18.3908C9.22047 16.4608 8.10631 14.3112 7.34865 12.0235C7.33316 11.9751 7.3291 11.9237 7.3368 11.8734C7.3445 11.8231 7.36374 11.7754 7.39297 11.734C7.4222 11.6926 7.4606 11.6588 7.50507 11.6353C7.54955 11.6118 7.59885 11.5992 7.64901 11.5985Z' fill='white' class='fill-color2'/%3E%3C/svg%3E");
}

.news-content-wrapper .ya-share2__item_service_facebook .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg' class='light-social__item'%3E%3Cpath d='M5.775 0.75H27.225C30.0002 0.75 32.25 2.99977 32.25 5.775V27.225C32.25 30.0002 30.0002 32.25 27.225 32.25H5.775C2.99977 32.25 0.75 30.0002 0.75 27.225V5.775C0.75 2.99977 2.99977 0.75 5.775 0.75Z' fill='%2399CAF3' class='stroke-color fill-color' stroke='%2399CAF3' stroke-width='1.5'/%3E%3Cpath d='M17.8387 24.877C17.7508 24.8805 17.6945 24.8875 17.6383 24.8875C16.4359 24.8875 15.2371 24.884 14.0348 24.891C13.866 24.891 13.8203 24.8453 13.8203 24.6766C13.8238 21.8781 13.8238 19.0762 13.8238 16.2777C13.8238 16.2039 13.8238 16.1301 13.8238 16.0352C13.1699 16.0352 12.5336 16.0352 11.8867 16.0352C11.8867 15.0367 11.8867 14.0559 11.8867 13.0469C11.9535 13.0469 12.0168 13.0469 12.0766 13.0469C12.6039 13.0469 13.1312 13.0434 13.6586 13.0504C13.7922 13.0504 13.8273 13.0117 13.8273 12.8816C13.8203 12.0977 13.8203 11.3102 13.8273 10.5262C13.8309 9.97774 13.9188 9.44337 14.1719 8.94766C14.534 8.24806 15.107 7.79454 15.8312 7.51329C16.4219 7.28126 17.0441 7.19688 17.6699 7.18634C18.6895 7.17227 19.709 7.17931 20.7285 7.17579C20.8234 7.17579 20.9008 7.17227 20.9008 7.30587C20.8973 8.27266 20.8973 9.23946 20.8973 10.2063C20.8973 10.2168 20.8937 10.2274 20.8797 10.2731C20.8199 10.2731 20.7531 10.2731 20.6863 10.2731C20.0535 10.2731 19.4207 10.2695 18.7879 10.2731C18.4223 10.2731 18.127 10.4207 17.9406 10.7406C17.8844 10.8356 17.8492 10.9586 17.8492 11.0711C17.8387 11.6688 17.8492 12.2664 17.8422 12.8641C17.8422 13.0047 17.8844 13.0434 18.0215 13.0434C18.9004 13.0363 19.7793 13.0399 20.6582 13.0399C20.7285 13.0399 20.7953 13.0399 20.9148 13.0399C20.7918 14.0453 20.6723 15.0297 20.5492 16.0246C19.6352 16.0246 18.7457 16.0246 17.8387 16.0246C17.8387 18.9813 17.8387 21.9203 17.8387 24.877Z' fill='white' class='fill-color2'/%3E%3C/svg%3E");
}

.news-content-wrapper .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.775 0.75H27.225C30.0002 0.75 32.25 2.99977 32.25 5.775V27.225C32.25 30.0002 30.0002 32.25 27.225 32.25H5.775C2.99977 32.25 0.75 30.0002 0.75 27.225V5.775C0.75 2.99977 2.99977 0.75 5.775 0.75Z' fill='%2399CAF3' class='stroke-color fill-color' stroke='%2399CAF3' stroke-width='1.5'/%3E%3Cpath d='M16.5 9.375C16.8461 9.375 17.1845 9.47764 17.4723 9.66993C17.76 9.86222 17.9843 10.1355 18.1168 10.4553C18.2492 10.7751 18.2839 11.1269 18.2164 11.4664C18.1489 11.8059 17.9822 12.1177 17.7374 12.3624C17.4927 12.6072 17.1809 12.7738 16.8414 12.8414C16.5019 12.9089 16.1501 12.8742 15.8303 12.7418C15.5105 12.6093 15.2372 12.385 15.0449 12.0972C14.8526 11.8095 14.75 11.4711 14.75 11.125C14.7505 10.661 14.9351 10.2162 15.2631 9.88814C15.5912 9.56007 16.036 9.37553 16.5 9.375ZM16.5 6.75C15.6347 6.75 14.7888 7.00659 14.0694 7.48732C13.3499 7.96805 12.7892 8.65133 12.458 9.45076C12.1269 10.2502 12.0403 11.1299 12.2091 11.9785C12.3779 12.8272 12.7946 13.6067 13.4064 14.2186C14.0183 14.8304 14.7978 15.2471 15.6465 15.4159C16.4951 15.5847 17.3748 15.4981 18.1742 15.167C18.9737 14.8358 19.657 14.2751 20.1377 13.5556C20.6184 12.8362 20.875 11.9903 20.875 11.125C20.875 9.96468 20.4141 8.85188 19.5936 8.03141C18.7731 7.21094 17.6603 6.75 16.5 6.75Z' fill='white' class='fill-color2'/%3E%3Cpath d='M16.5002 19.2187C15.0117 19.2196 13.5509 18.8162 12.2739 18.0515C11.9957 17.884 11.7955 17.613 11.717 17.2979C11.6385 16.9829 11.6883 16.6495 11.8554 16.3712C12.0225 16.0928 12.2932 15.8921 12.6082 15.8132C12.9231 15.7343 13.2565 15.7836 13.5351 15.9503C14.4506 16.4852 15.4938 16.7624 16.5541 16.7525C17.6143 16.7427 18.6522 16.4461 19.5576 15.8943C19.694 15.8084 19.846 15.7504 20.0049 15.7234C20.1638 15.6964 20.3264 15.701 20.4835 15.737C20.6406 15.7729 20.7891 15.8396 20.9204 15.933C21.0517 16.0265 21.1632 16.1449 21.2487 16.2816C21.3341 16.4182 21.3918 16.5704 21.4183 16.7294C21.4448 16.8883 21.4397 17.051 21.4033 17.208C21.3668 17.365 21.2998 17.5132 21.2059 17.6443C21.1121 17.7753 20.9933 17.8865 20.8564 17.9715C19.5502 18.7879 18.0406 19.2201 16.5002 19.2187Z' fill='white' class='fill-color2'/%3E%3Cpath d='M20.0002 23.9003C19.8392 23.9005 19.6798 23.8689 19.5311 23.8073C19.3825 23.7457 19.2474 23.6553 19.1337 23.5414L16.5002 20.9078L13.8666 23.5414C13.753 23.6555 13.6179 23.7462 13.4692 23.808C13.3205 23.8699 13.1611 23.9019 13 23.9021C12.8389 23.9023 12.6794 23.8707 12.5305 23.8092C12.3817 23.7477 12.2464 23.6574 12.1325 23.5435C12.0185 23.4296 11.9282 23.2944 11.8666 23.1456C11.805 22.9968 11.7733 22.8372 11.7734 22.6762C11.7736 22.5151 11.8054 22.3556 11.8673 22.2069C11.9291 22.0581 12.0196 21.923 12.1337 21.8093L16.5002 17.4429L20.8666 21.8093C21.0379 21.9807 21.1546 22.1989 21.2018 22.4366C21.249 22.6742 21.2247 22.9205 21.132 23.1443C21.0393 23.3681 20.8822 23.5594 20.6808 23.6939C20.4793 23.8285 20.2425 23.9003 20.0002 23.9003Z' fill='white' class='fill-color2' /%3E%3C/svg%3E");
}

.news-content-wrapper .ya-share2__item_service_twitter .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg' class='light-social__item'%3E%3Cpath class='stroke-color fill-color' d='M5.775 0.75H27.225C30.0002 0.75 32.25 2.99977 32.25 5.775V27.225C32.25 30.0002 30.0002 32.25 27.225 32.25H5.775C2.99977 32.25 0.75 30.0002 0.75 27.225V5.775C0.75 2.99977 2.99977 0.75 5.775 0.75Z' fill='%2399CAF3' stroke='%2399CAF3' stroke-width='1.5'/%3E%3Cg clip-path='url(%23clip0_2408:1395)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.0003 10.2757C25.3389 10.5769 24.6268 10.7805 23.8798 10.8715C24.6425 10.4035 25.228 9.66128 25.5037 8.77731C24.7895 9.21072 24.0003 9.526 23.1571 9.69503C22.4852 8.95942 21.5247 8.5 20.4619 8.5C18.4238 8.5 16.7704 10.1955 16.7704 12.2866C16.7704 12.5835 16.802 12.8716 16.8654 13.1491C13.7964 12.9907 11.0759 11.4848 9.25325 9.19117C8.9353 9.75241 8.75347 10.4035 8.75347 11.0969C8.75347 12.4101 9.40541 13.5693 10.3964 14.2486C9.79213 14.2302 9.22147 14.0579 8.72281 13.7762V13.8228C8.72281 15.6581 9.99589 17.1889 11.6863 17.5357C11.3768 17.6246 11.0503 17.669 10.7132 17.669C10.4756 17.669 10.2431 17.6462 10.018 17.6018C10.4881 19.1057 11.851 20.201 13.4675 20.2302C12.2038 21.2465 10.6107 21.8521 8.88116 21.8521C8.58317 21.8521 8.28842 21.8348 8 21.8C9.63448 22.8726 11.5764 23.4999 13.6609 23.4999C20.4543 23.4999 24.1679 17.7306 24.1679 12.7263C24.1679 12.5617 24.1647 12.397 24.1584 12.2356C24.8803 11.7015 25.5068 11.0352 26.0003 10.2757Z' fill='white' class='fill-color2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2408:1395'%3E%3Crect width='18' height='18' fill='white' class='fill-color2' transform='translate(8 7)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.news-content-wrapper span.ya-share2__badge {
    background-color: transparent !important;
}

.news-content-wrapper li.ya-share2__item {
    max-width: min-content;
}