@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Light.eot');
    src: url('../fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Calibri-Light.woff') format('woff'),
    url('../fonts/Calibri-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.eot');
    src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Calibri-Bold.woff') format('woff'),
    url('../fonts/Calibri-Bold.ttf') format('truetype');
    font-weight: 700;
}
* body *,
body *,
* {
    outline: none;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
p,
ul,
ol,
li,
a,
input,
textarea,
label,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    background: rgba(0, 0, 0, 0);
}
button {
    cursor: pointer;
}
a {
    cursor: pointer;
    text-decoration: none;
}
ul,
ol {
    list-style: none;
}
body {
    font-family: 'Calibri';
    font-weight: 300;
    line-height: 1.5;
    font-size: 25px;
    color: #000;
}
.wrapper {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
.lg-wrapper {
    max-width: 1116px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
h1,
h2 {
    color: #2E418D;
    font-family: 'Pattaya', sans-serif;
    line-height: 1.38;
    letter-spacing: normal;
}
.md-title {
    font-size: 50px;
}
.btn {
    background: #FF0058;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    transition: .3s all;
    letter-spacing: normal;
}
.text {
    letter-spacing: 0.02em;
}
.btn:hover,
.btn:active {
    background: #6C348B;
}
/****************HEADER**************/
.header__container {
    min-height: 128px;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.header__nav>ul>li{
    position: relative;
}
.header__nav li:not(.wpml-ls-current-language) .sub-menu{
    position: absolute;
    left: 0;
    top: calc(100% + 15px);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 15px 10px 25px;
    min-width: 200px;
    border-radius: 0 0 5px 5px;
    display: none;
    background: #fff;
}
.header__nav li.menu-item-has-children:not(.wpml-ls-current-language) > a{
    padding-right: 25px;
}
.header__nav li.menu-item-has-children:not(.wpml-ls-current-language) > a:after {
    content: "";
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-color: #555;
    border-style: solid;
    border-width: 0 1px 1px 0;
    position: absolute;
    right: 9px;
    top: calc(50% - 5px);
}
.header__nav .sub-menu:before{
    position: absolute;
    content: "";
    top:  -15px;
    height:  15px;
    width: 100%;
    display: block;
}
.header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tablet-logo,
.mob-logo {
    display: none;
}
.header__logo img {
    max-width: 100%;
}
.header__nav-list {
    display: flex;
    align-items: center;
    line-height: 1.23;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}
.header__nav-list li:not(:last-child) {
    margin-right: 25px;
}
.burger {
    display: none;
}
/****************HISTORY**************/
.history__container {
    padding: 100px 0 150px;
}
.history__title {
    margin-bottom: 23px;
}
/*************TEXT**************/
.text__container {
    /*margin-bottom: 48px;*/
}

.text__item {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.text__item:not(:last-child) {
    margin-bottom: 100px !important;
}
.text__item +.only_button{
    margin-top:  -52px;
}
.text__pattern-animal svg{
    max-width: 220px;
}
.text__item.right .text__img {
    order: -1;
    border-radius: 5px;
}
.text__item.right .text__pattern {
    left: -120px;
}
.text__img {
    border-radius: 5px;
    margin-top: 46px;
    flex-shrink: 0;
    overflow: hidden;
    width: 388px;
    /*height: 259px;*/
    filter: drop-shadow(4px 0px 8px rgba(0, 0, 0, 0.25));
}
.text__container iframe{
    max-width: 100%;
}
.text__img img {
    max-width: 100%;
    /*object-fit: cover;*/
    /*object-position: center;*/
   display: block;
}
.text__pattern {
    position: absolute;
    top: 0;
    right: -120px;
    z-index: -1;
}
.text__pattern-animal{
    top:  -240px;
}
.text__content {
    max-width: 500px;
    width: 100%;
}
.text__paragraph {
    max-height: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
.text__btn {
    width: 209px;
}
.text__paragraph.open {
    max-height: unset;
}
.show-more {
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0.02em;
}

.text__media-video{
    background: #fff;
}
.text__media-video video, .text__media-yb iframe{
    min-height: 220px;
    display: block;
}
.text__item-only-text{
    max-width: 100%;
    display: block;
}
.text__item-only-text+.text__item-only-text{
    margin-top: 100px;
}
.text_item-formnone .text__img{
    margin-top: 0;
}
/****************INSTA**************/
.insta__title {
    margin-bottom: 25px;
}
.insta__container {
    background-color: #E2EC9B;
}
.insta__inner {
    min-height: 334px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.insta__img {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left:  100px;
}
.insta__img div {
    height: 206px;
    width: auto;
    /*overflow: hidden;*/
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.08));
    border-radius: 3px;
}
.insta__img .swiper{
    width: 100%px;

}
.insta__img img {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.insta__img div:not(:last-child) {
    margin-right: 27px;
}
.insta__logo {
    padding: 10px 0 0 16px;
}

/**************FOOTER *************/
footer {
    background-color: #E2F5FC;
    min-height: 344px;
}
.footer__info {
    padding-top: 2px;
}
.footer__logo {
    margin-bottom: 28px;
    display: block;
}
.footer__container {
    padding: 33px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 15px;
    letter-spacing: 0.02em;
}
.footer__social {
    width: 100%;
    display: flex;
    align-items: center;

}
.footer__social a {
    margin-right: 20px;
    display: flex;
}
.footer__nav {
    margin-bottom: -3px;
    width: 100%;
    max-width: 417px;
}
.footer__nav li {
    margin-bottom: 10px;
}
.footer__nav div {
    font-size: 25px;
    margin-bottom: 37px;
    letter-spacing: 0.02em;
}

.informer__title{
    text-align: center;
    margin-bottom: 30px;
}
.informer__container{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.informer__item{
    width: calc(33.33% - 20px);
}
.informer__item+.informer__item{
    margin-left: 30px;
}
.informer__image{
    text-align: center;
    margin-bottom: 20px;
}
.informer__image img{
    max-width: 80%;
}
.informer__text{
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}
.informer__name{
    display: block;
    color:  #2E418D;
    font-family: 'Pattaya', sans-serif;
    line-height: 1.38;
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
}
.informer{
    width: 100%;
}
.text__item-gallery-images{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.text__item-gallery-text{
    line-height: 1.4;
    font-size: 20px;
}
.text__item-gallery-item{
    width: calc(33.33% - 12px);
    margin-right: 18px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all;
    overflow: hidden;
    border-radius: 6px;
}
.text__item-gallery-item:hover{
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(255, 255, 255, .2);
}
.text__item-gallery-item:nth-child(3n){
    margin-right: 0;
}
.text__item-gallery-item img{
    display: block;
    height: 100%;
    border-radius: 10px;
    width: auto;
}
.projects__img iframe{
    min-height: 100%;
}
.text__item-gallery{
    display: block !important;
    margin-top: 70px;
}
.article__banner-img iframe{
    min-height: 400px;
}
.footer__social a img{
    max-width: 40px;
}
@media(max-width: 1024px) {
    .wrapper,
    .lg-wrapper {
        max-width: 768px;
    }
    .main-logo, .footer-logo {
        display: none;
    }
    .tablet-logo {
        display: block;
    }
    .header__nav-list {
        font-family: 'Calibri';
    }
    .header__container {
        min-height: 115px;
        padding: 7px 0;
    }
    .header__nav-list li:not(:last-child) {
        margin-right: 16px;
    }
    .btn {
        font-family: 'Calibri';
        font-size: 15px;
        font-weight: 700;
        height: 52px;
    }
    .md-title {
        font-size: 30px;
    }
    .history__container {
        padding: 70px 0;
    }
    .history__title {
        margin-bottom: 20px;
    }
    .text__img {
        width: 262px;
        height: 176px;
        margin-top: 31px;
        margin-right: 61px;
    }
    .text__item.right .text__img {
        margin-left: 61px;
    }
    .text_item-formnone .text__img{
        margin-left: 0 !important;
        margin-right:  30px !important;
        height: auto;
    }
    .text_item-formnone .text__content{
        width: 100%;
        max-width: none;
    }
    .text__paragraph {
        max-height: 138px;
        margin-bottom: 3px;
    }
    .text {
        font-size: 15px;
    }
    .text__pattern svg {
        width: 203px;
        height: 230px;
    }
    .text__pattern {
        right: -20px;
        top: -62px;
    }
    .text__item.right .text__pattern {
        left: -20px;
    }
    .text__content {
        max-width: 367px;
    }
    .text__item:not(:last-child) {
        margin-bottom: 50px !important;
    }
    .text__btn {
        width: 163px;
    }
    .text__container {
        margin-bottom: 73px;
    }
    .footer__nav {
        max-width: 319px;
    }
    .insta__title {
        margin-bottom: 15px;
    }
    .insta__inner {
        min-height: 234px;
        justify-content: flex-start;
    }
    .insta__img div {
        /*width: 134px;*/
        height: 134px;

    }
    .insta__logo {
        padding: 10px 0 0 0;
        margin-right: 69px;
    }
    .insta__logo svg {
        width: 107px;
        height: 106px;
    }
    .insta__img div:not(:last-child) {
        margin-right: 18px;
    }
    .text__item-gallery-item{
        width: calc(50% - 9px);
        margin-right: 18px !important;
    }

    .text__item-gallery-item:nth-child(2n){
        margin-right: 0 !important;
    }
}



@media(min-width:  768px){
    .wpml-ls-current-language{
        position: relative;
    }
    .wpml-ls-current-language .sub-menu{
        display: none;
    }
    .wpml-ls-current-language > a{
        padding: 5px 25px 5px 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        display: block;
        position: relative;
    }
    .wpml-ls-current-language.open-lang > a{
        border-radius: 5px 5px 0 0;
        border-bottom: 1px solid transparent;
    }
    .wpml-ls-current-language > a:after{
        content: "";
        transform: rotate(45deg);
        width: 5px;
        height: 5px;
        border-color: #555;
        border-style: solid;
        border-width: 0 1px 1px 0;
        position: absolute;
        right: 9px;
        top: calc(50% - 5px);
    }
    .wpml-ls-current-language .sub-menu{
        position: absolute;
        left: 0;
        top: calc(100% - 1px);
        width: 100%;
        border:  1px solid #ddd;
        border-top: 0;
        border-radius: 0 0 5px 5px;
    }
    .wpml-ls-current-language .sub-menu img{
        display: block;
    }
    .wpml-ls-current-language .sub-menu a{
        display: block;

        padding: 5px 25px 5px 10px; 
    }
    .wpml-ls-current-language .sub-menu li{  
        transition: .3s all; 
        display: block;  
        width: 100%;  
    }
    .wpml-ls-current-language .sub-menu li:hover{
        background: rgba(46, 65, 141, .5);

    }
    .header__nav-list{
        margin-top: 70px;
        position: relative;
    }
    .header__nav>ul>li.wpml-ls-item{
        position: absolute;
        right: 0px;
        top:  -60px;
    }
    .header__nav>ul>li:nth-last-child(2){
        margin-right: 0 !important;
    }
}
@media(max-width: 767px) {
    .insta__img{
        margin-left: 20px;
    }
    .wpml-ls-current-language > a{
        display: block;
        margin-bottom: 8px;
    }
    .informer__name{
        font-size: 20px;
    }
    .informer__title{
        font-size: 25px !important;
    }
    .informer__container{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .informer__item{
        width: 100%;
        max-width: 320px;
        margin: 0 auto 30px !important;
    }
    .burger {
        display: flex;
    }
    .header__nav {
        padding: 86px 0 0 10px;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 5;
        width: 202px;
        height: 100vh;
        background: linear-gradient(146.48deg, #24398C -31.57%, #A4005B 120.01%);
        transition: right .3s linear;
    }
    .header__nav.menu {
        right: 0;
    }
    .header__nav-list {
        flex-direction: column;
        align-items: flex-start;
        font-family: 'Pattaya', sans-serif;
        font-size: 20px;
        color: #fff;
    }
    .header__nav-list li:first-child:not(.wpml-ls-item) {
        /*display: none;*/
    }
    .header__nav>ul>li{
        margin-right: 0 !important;
    }
    .header__nav li.menu-item-has-children:not(.wpml-ls-current-language) > a:after{
        display: none;
    }
    .header__nav li:not(.wpml-ls-current-language) .sub-menu{
        display: block;
        position: static;
        background: transparent;
        box-shadow: none;
        padding: 5px 5px 0px 0;
        min-width: unset;
    }
    .header__nav li:not(.wpml-ls-current-language) .sub-menu li:first-child:not(.wpml-ls-item){
        display: block;
    }
    .header__nav-list li {
        margin-bottom: 8px;
    }
    .header__nav-list li a {
        padding-left: 20px;
        background-image: url(../img/icons/paws.svg);
        background-repeat: no-repeat;
        background-position: 0 7px;
    }
    .tablet-logo {
        display: none;
    }
    .mob-logo {
        display: block;
    }
    .wrapper,
    .lg-wrapper {
        max-width: 500px;
        padding: 0 16px;
    }
    .header__container {
        min-height: 84px;
    }
    .btn {
        font-size: 11px;
        height: 40px;
    }
    .md-title {
        font-size: 18px;
    }
    .history__container {
        padding: 51px 0 79px;
    }
    .history__title {
        margin-bottom: 8px;
    }
    .text {
        font-size: 10px;
    }
    .text__pattern svg {
        width: 165px;
        height: 186px;
    }
    .text__img {
        margin-top: 0;
        width: 213px;
        height: 142px;
        margin-right: 50px;
        margin-left: auto;
    }
    .text__item {
        flex-direction: column;
        justify-content: flex-start;
    }
    .text__content {
        max-width: 100%;
        width: 75%;
        margin-bottom: 46px;
    }
    .text__pattern {
        top: unset;
        bottom: -23px;
    }
    .text__item.right .text__img {
        order: unset;
        margin-right: auto;
        margin-left: 50px;
    }
    .text__item.right .text__content {
        margin-left: auto;
    }
    .text__paragraph {
        max-height: 90px;
        margin-bottom: 5px;
    }
    .text__item:not(:last-child) {
        margin-bottom: 68px;
    }
    .text__btn {
        width: 107px;
        height: 33px;
    }
    .text__container {
        margin-bottom: 39px;
        font-size: 16px;
    }
    section.insta {
        padding: 30px 0;
        background-color: #E2EC9B;
        min-height: 213px;
    }
    .insta__inner {
        min-height: unset;
    }
    .insta__logo {
        padding: 12px 0 0 4px;
        margin-right: 35px;
    }
    .insta__logo svg {
        width: 45px;
        height: 45px;
    }
    .insta__img div {
        /*width: 75px;*/
        height: 75px;
    }
    .insta__img div:not(:last-child) {
        margin-right: 10px;
    }
    .footer-logo {
        display: none;
    }
    .text__item-gallery-item{
        width: 100%;
        margin-right: 0 !important;
    }
    footer {
        min-height: 363px;
    }
    .footer__nav div {
        font-size: 10px;
        margin-bottom: 10px;
    }
    .footer__nav {
        margin-bottom: 11px;
        font-size: 10px;
        width: 100%;
        max-width: none;
    }
    .footer__nav li {
        margin-bottom: 5px;
    }
    .footer__text {
        font-size: 10px;
    }
    .footer__container {
        padding: 35px 0;
    }
    .footer__logo {
        margin-bottom: 19px;
    }
    .footer__info {
        margin-bottom: 35px;
    }
    .footer__insta {
        max-height: 22px;
    }
    .footer__twitter {
        max-height: 27px;
    }
    .footer__facebook {
        max-height: 23px;
    }
    .footer__social a {
        margin-right: 14px;
    }

    .text_item-formnone .text__img{
        order: -1 !important;
        margin-bottom:  30px !important;
        width: 100% !important;
        height: auto !important;
        margin-left: auto !important
    }
    .text_item-formnone .text__content{
        margin: 0 !important;
        font-size: 16px !important;
        width:  100% !important;
    }
    .text__item:not(:last-child) {
        margin-bottom: 50px !important;
    }

}
@media(max-width: 359px) {
    .insta__logo {
        margin-right: 10px;
    }
    .insta__img div:not(:last-child) {
        margin-right: 7px;
    }
}

.left-side-paw{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='440' height='615' viewBox='0 0 440 615' fill='none'%3E%3Cg filter='url(%23filter0_d_37_3972)'%3E%3Cpath d='M74.892 464.016C12.2196 477.696 -35.7229 418.314 -20.8043 357.289C-17.7183 344.666 -19.968 330.879 -28.0865 320.732C-76.5937 260.107 -50.0033 199.014 14.0016 185.043C83.6889 169.833 145.434 252.442 155.334 308.518C168.989 385.863 144.579 448.806 74.892 464.016Z' fill='%23FF8BA3'%3E%3C/path%3E%3C/g%3E%3Cg filter='url(%23filter1_d_37_3972)'%3E%3Cellipse cx='120.836' cy='109.957' rx='50.6466' ry='60.4183' transform='rotate(31.5955 120.836 109.957)' fill='%23FF8BA3'%3E%3C/ellipse%3E%3C/g%3E%3Cg filter='url(%23filter2_d_37_3972)'%3E%3Cellipse cx='225.777' cy='462.917' rx='50.3008' ry='60.5662' transform='rotate(122.687 225.777 462.917)' fill='%23FF8BA3'%3E%3C/ellipse%3E%3C/g%3E%3Cg filter='url(%23filter3_d_37_3972)'%3E%3Cellipse cx='257.622' cy='332.451' rx='55.405' ry='66.0948' transform='rotate(88.213 257.622 332.451)' fill='%23FF8BA3'%3E%3C/ellipse%3E%3C/g%3E%3Cg filter='url(%23filter4_d_37_3972)'%3E%3Cellipse cx='217.664' cy='198.593' rx='55.405' ry='66.0948' transform='rotate(56.0877 217.664 198.593)' fill='%23FF8BA3'%3E%3C/ellipse%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_37_3972' x='-63.041' y='183.206' width='234.008' height='306.794' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%3E%3C/feFlood%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'%3E%3C/feColorMatrix%3E%3CfeOffset dx='1' dy='13'%3E%3C/feOffset%3E%3CfeGaussianBlur stdDeviation='5.5'%3E%3C/feGaussianBlur%3E%3CfeComposite in2='hardAlpha' operator='out'%3E%3C/feComposite%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 0.545098 0 0 0 0 0.639216 0 0 0 0.28 0'%3E%3C/feColorMatrix%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_37_3972'%3E%3C/feBlend%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_37_3972' result='shape'%3E%3C/feBlend%3E%3C/filter%3E%3Cfilter id='filter1_d_37_3972' x='57.3262' y='52.0445' width='129.021' height='139.825' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%3E%3C/feFlood%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'%3E%3C/feColorMatrix%3E%3CfeOffset dx='1' dy='13'%3E%3C/feOffset%3E%3CfeGaussianBlur stdDeviation='5.5'%3E%3C/feGaussianBlur%3E%3CfeComposite in2='hardAlpha' operator='out'%3E%3C/feComposite%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 0.545098 0 0 0 0 0.639216 0 0 0 0.28 0'%3E%3C/feColorMatrix%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_37_3972'%3E%3C/feBlend%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_37_3972' result='shape'%3E%3C/feBlend%3E%3C/filter%3E%3Cfilter id='filter2_d_37_3972' x='158.004' y='409.416' width='137.545' height='131.002' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%3E%3C/feFlood%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'%3E%3C/feColorMatrix%3E%3CfeOffset dx='1' dy='13'%3E%3C/feOffset%3E%3CfeGaussianBlur stdDeviation='5.5'%3E%3C/feGaussianBlur%3E%3CfeComposite in2='hardAlpha' operator='out'%3E%3C/feComposite%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 0.545098 0 0 0 0 0.639216 0 0 0 0.28 0'%3E%3C/feColorMatrix%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_37_3972'%3E%3C/feBlend%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_37_3972' result='shape'%3E%3C/feBlend%3E%3C/filter%3E%3Cfilter id='filter3_d_37_3972' x='187.537' y='277.034' width='142.17' height='128.834' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%3E%3C/feFlood%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'%3E%3C/feColorMatrix%3E%3CfeOffset dx='1' dy='13'%3E%3C/feOffset%3E%3CfeGaussianBlur stdDeviation='2.5'%3E%3C/feGaussianBlur%3E%3CfeComposite in2='hardAlpha' operator='out'%3E%3C/feComposite%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.4 0 0 0 0 0.838462 0 0 0 0 1 0 0 0 0.26 0'%3E%3C/feColorMatrix%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_37_3972'%3E%3C/feBlend%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_37_3972' result='shape'%3E%3C/feBlend%3E%3C/filter%3E%3Cfilter id='filter4_d_37_3972' x='144.689' y='139.65' width='147.947' height='141.886' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%3E%3C/feFlood%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'%3E%3C/feColorMatrix%3E%3CfeOffset dx='1' dy='13'%3E%3C/feOffset%3E%3CfeGaussianBlur stdDeviation='5.5'%3E%3C/feGaussianBlur%3E%3CfeComposite in2='hardAlpha' operator='out'%3E%3C/feComposite%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 0.545098 0 0 0 0 0.639216 0 0 0 0.28 0'%3E%3C/feColorMatrix%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_37_3972'%3E%3C/feBlend%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_37_3972' result='shape'%3E%3C/feBlend%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    left: -110px;
}

.right-side-paw{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='444' height='601' viewBox='0 0 444 601' fill='none'%3E%3Cg filter='url(%23filter0_d_37_3958)'%3E%3Cpath d='M427.143 193.05C488.232 212.622 499.958 288.036 456.465 333.367C447.468 342.744 442.505 355.801 444.445 368.65C456.037 445.423 402.409 484.964 340.021 464.975C272.094 443.212 260.065 340.782 279.601 287.295C306.548 213.521 359.216 171.287 427.143 193.05Z' fill='%232A388E'%3E%3C/path%3E%3C/g%3E%3Cg filter='url(%23filter1_d_37_3958)'%3E%3Cellipse cx='209.94' cy='476.409' rx='50.6466' ry='60.4183' transform='rotate(-118.327 209.94 476.409)' fill='%232A388E'%3E%3C/ellipse%3E%3C/g%3E%3Cg filter='url(%23filter2_d_37_3958)'%3E%3Cellipse cx='296.024' cy='118.382' rx='50.3008' ry='60.5662' transform='rotate(-27.2352 296.024 118.382)' fill='%232A388E'%3E%3C/ellipse%3E%3C/g%3E%3Cg filter='url(%23filter3_d_37_3958)'%3E%3Cellipse cx='203.08' cy='215.321' rx='55.405' ry='66.0948' transform='rotate(-61.7095 203.08 215.321)' fill='%232A388E'%3E%3C/ellipse%3E%3C/g%3E%3Cg filter='url(%23filter4_d_37_3958)'%3E%3Cellipse cx='170.573' cy='351.181' rx='55.405' ry='66.0948' transform='rotate(-93.8348 170.573 351.181)' fill='%232A388E'%3E%3C/ellipse%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_37_3958' x='267.148' y='187.329' width='221.379' height='300.791' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%3E%3C/feFlood%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'%3E%3C/feColorMatrix%3E%3CfeOffset dx='1' dy='13'%3E%3C/feOffset%3E%3CfeGaussianBlur stdDeviation='2.5'%3E%3C/feGaussianBlur%3E%3CfeComposite in2='hardAlpha' operator='out'%3E%3C/feComposite%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.4 0 0 0 0 0.838462 0 0 0 0 1 0 0 0 0.26 0'%3E%3C/feColorMatrix%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_37_3958'%3E%3C/feBlend%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_37_3958' result='shape'%3E%3C/feBlend%3E%3C/filter%3E%3Cfilter id='filter1_d_37_3958' x='147.564' y='423.398' width='126.752' height='124.021' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%3E%3C/feFlood%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'%3E%3C/feColorMatrix%3E%3CfeOffset dx='1' dy='13'%3E%3C/feOffset%3E%3CfeGaussianBlur stdDeviation='2.5'%3E%3C/feGaussianBlur%3E%3CfeComposite in2='hardAlpha' operator='out'%3E%3C/feComposite%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.4 0 0 0 0 0.838462 0 0 0 0 1 0 0 0 0.26 0'%3E%3C/feColorMatrix%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_37_3958'%3E%3C/feBlend%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_37_3958' result='shape'%3E%3C/feBlend%3E%3C/filter%3E%3Cfilter id='filter2_d_37_3958' x='239.4' y='59.8018' width='115.248' height='135.161' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%3E%3C/feFlood%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'%3E%3C/feColorMatrix%3E%3CfeOffset dx='1' dy='13'%3E%3C/feOffset%3E%3CfeGaussianBlur stdDeviation='2.5'%3E%3C/feGaussianBlur%3E%3CfeComposite in2='hardAlpha' operator='out'%3E%3C/feComposite%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.4 0 0 0 0 0.838462 0 0 0 0 1 0 0 0 0.26 0'%3E%3C/feColorMatrix%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_37_3958'%3E%3C/feBlend%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_37_3958' result='shape'%3E%3C/feBlend%3E%3C/filter%3E%3Cfilter id='filter3_d_37_3958' x='135.215' y='157.336' width='137.73' height='133.97' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%3E%3C/feFlood%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'%3E%3C/feColorMatrix%3E%3CfeOffset dx='1' dy='13'%3E%3C/feOffset%3E%3CfeGaussianBlur stdDeviation='2.5'%3E%3C/feGaussianBlur%3E%3CfeComposite in2='hardAlpha' operator='out'%3E%3C/feComposite%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.4 0 0 0 0 0.838462 0 0 0 0 1 0 0 0 0.26 0'%3E%3C/feColorMatrix%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_37_3958'%3E%3C/feBlend%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_37_3958' result='shape'%3E%3C/feBlend%3E%3C/filter%3E%3Cfilter id='filter4_d_37_3958' x='100.521' y='295.721' width='142.105' height='128.921' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%3E%3C/feFlood%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'%3E%3C/feColorMatrix%3E%3CfeOffset dx='1' dy='13'%3E%3C/feOffset%3E%3CfeGaussianBlur stdDeviation='2.5'%3E%3C/feGaussianBlur%3E%3CfeComposite in2='hardAlpha' operator='out'%3E%3C/feComposite%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.4 0 0 0 0 0.838462 0 0 0 0 1 0 0 0 0.26 0'%3E%3C/feColorMatrix%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_37_3958'%3E%3C/feBlend%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_37_3958' result='shape'%3E%3C/feBlend%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");

    right: -110px;
}

.paw{
    position: absolute;
    background-size: 220px;
    background-repeat: no-repeat;
    width: 220px;
    height: 400px;
    content: '';
    z-index: -1;
}
.text__content a.content-link{
    color:#2E418D;
}