@font-face {
    font-family: 'sf_ui_displayregular';
    src: url('./webfonts/sf-ui-display-regular-webfont.woff2') format('woff2'), url('./webfonts/sf-ui-display-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sf_ui_displaybold';
    src: url('./webfonts/sf-ui-display-bold-58646a511e3d9-webfont.woff2') format('woff2'), url('./webfonts/sf-ui-display-bold-58646a511e3d9-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@-webkit-keyframes animateGradient {
    0% {
        background-position: left bottom
    }

    50% {
        background-position: right top
    }

    100% {
        background-position: left bottom
    }
}

@keyframes animateGradient {
    0% {
        background-position: left bottom
    }

    50% {
        background-position: right top
    }

    100% {
        background-position: left bottom
    }
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html {
    font-size: 62.5%;
    overflow-x: hidden !important;
    letter-spacing: -.2px
}

body {
    font-family: 'sf_ui_displayregular';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden !important
}

a {
    text-decoration: none !important
}

ul {
    list-style: none
}

.section-heading {
    font-family: 'sf_ui_displaybold';
    font-weight: 600;
    font-size: 6rem;
    font-size: 4rem;
    line-height: -4rem
}

img {
    max-width: 100%;
}


.paragraph {
    font-size: 1.6rem;
    line-height: 2.5rem
}


.paragraph.dark {
    color: #666b6d
}

.paragraph.white {
    color: white
}

.container {
    padding: 0
}


.button {
    width: 27.1rem;
    height: 6.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 4px solid #c7dffa;
    border-radius: 10rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #666b6d;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    letter-spacing: .1rem
}

.button i {
    margin-left: 1rem;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.button:focus,
.button:hover {
    background-color: #ED3044;
    color: white;
    outline: 0
}

.button:focus i,
.button:hover i {
    color: white
}

.button__wrapper {
    margin: 0 auto
}

.button__wrapper .button:nth-child(n+2) {
    margin-left: 1.8rem
}

@media (max-width: 650px) {
    .button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto
    }

    .button__wrapper {
        width: 100%
    }

    .button__wrapper .button:nth-child(n+2) {
        margin: 1rem auto 0 auto
    }
}




.blog_hero__wrapper {
    padding: 10rem 0 10rem 0 !important;
    background-color: #EEF0EE;
    margin-top: 20px !important;
}

.blog_hero .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog_hero .row>div:last-child {
    margin-bottom: -1rem
}

.blog_hero h1 {
    font-size: 4rem;
    font-weight: 600;
    color: #fff;
    font-family: 'sf_ui_displaybold';
}

.blog_hero ul {
    display: inline;
    margin: 0 4.5rem 1.5rem 0;
    position: relative;
    bottom: -1rem
}

.blog_hero ul li {
    display: inline-block
}

.blog_hero ul li a {
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.blog_hero ul li a:hover {
    color: #ED3044
}

.blog_hero ul li a i {
    margin-right: 1rem
}

.blog_hero ul li:nth-child(n+2) {
    margin-left: 1rem
}

.blog_hero .icon {
    width: 14.5rem;
    height: 14.5rem;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f2026b;
    background: linear-gradient(45deg, #f2026b 0%, #ff8aaf 100%);
    filter: drop-shadow(0px 20px 20px rgba(245, 69, 144, 0.4));
    -webkit-filter: drop-shadow(0px 20px 20px rgba(245, 69, 144, 0.4));
    -moz-filter: drop-shadow(0px 20px 20px rgba(245, 69, 144, 0.4));
    position: relative;
    bottom: -1.5rem
}

.blog_hero .icon i {
    font-size: 4.8rem;
    color: white
}

@media (min-width: 991.98px) and (max-width: 1200px) {
    .blog_hero__wrapper {
        padding: 18.4rem 2rem 0 2rem
    }
}

@media (max-width: 991.98px) {
    .blog_hero .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .blog_hero ul {
        display: block;
        bottom: initial;
        margin: 2rem auto;
        text-align: center
    }

    .blog_hero h1 {
        text-align: center
    }
}

.blog {
    padding: 15rem 0
}

.blog__header {
    width: 100%;
    margin-bottom: 5rem
}

.blog__header .search {
    position: relative;
    width: 33rem
}

.blog__header .search .input-field {
    border-color: #f0f7fc;
    padding-left: 3rem
}

.blog__header .search i {
    font-size: 2rem;
    color: #969c9e;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 3.4rem;
    cursor: pointer
}

.blog__header .row>div:last-child {
    margin-left: auto
}

.blog .button {
    margin: 10rem auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog .button {
    border: 4px solid #ffdbe8;
    background: #1369ec;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 105, 236, 0)), color-stop(50%, rgba(255, 177, 107, 0)), color-stop(51%, #f2026b), to(#ff8aaf));
    background: linear-gradient(0deg, rgba(19, 105, 236, 0) 0%, rgba(255, 177, 107, 0) 50%, #f2026b 51%, #ff8aaf 100%);
    background-size: 200% 200%;
    background-position: center bottom
}

.blog .button i {
    color: #f2046c;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.blog .button:focus,
.blog .button:hover {
    background-color: #ffdbe8
}

.blog .button:focus i,
.blog .button:hover i {
    color: white
}

.blog .button:hover {
    background-position: center top;
    border: none;
    filter: drop-shadow(0px 10px 20px rgba(245, 69, 144, 0.4));
    -webkit-filter: drop-shadow(0px 10px 20px rgba(245, 69, 144, 0.4));
    -moz-filter: drop-shadow(0px 10px 20px rgba(245, 69, 144, 0.4))
}

.blog__single {
    width: 100%;
    height: 65.7rem;
    border-radius: 3rem;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    background-position: center center;
    filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.2));
    -webkit-filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.2));
    -moz-filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.2))
}

.blog__single-info {
    background-color: white;
    padding: 4rem 4.4rem 2.8rem 4.4rem;
    border-radius: 2rem;
    position: absolute;
    width: 34rem
}

.blog__single-info h3 {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 3rem;
    color: #000
}

.blog__single-info h4 {
    font-size: 1.4rem;
    color: #666b6d;
    margin: 1.8rem 0 1.5rem 0;
    font-weight: 400
}

.blog__single-info h4 span {
    margin: 0 1.2rem;
    color: #cad1d4
}

.blog__single-image {
    width: 100%;
    height: 100%
}

.blog__single-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3rem;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.blog__single:hover {
    background-color: black
}

.blog__single:hover .blog__single-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.blog .col-lg-4 .blog__single-info {
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.blog .col-lg-8 .blog__single-info {
    bottom: 1rem;
    right: 1rem
}

.blog .col-lg-8.left .blog__single-info {
    right: initial;
    left: 1rem
}

.blog__content .row>div:nth-child(n+3) {
    margin-top: 3rem
}

@media (min-width: 991.98px) and (max-width: 1200px) {
    .blog__header .row>.col-lg-3:nth-child(2) {
        margin-left: 3rem
    }
}

@media (max-width: 991.98px) {
    .blog {
        padding: 5rem 0
    }

    .blog__header .dropdown-wrapper {
        width: 100%
    }

    .blog__header .date__dropdown {
        margin-top: 2rem
    }

    .blog__header .search {
        margin-top: 2rem;
        width: 100%
    }

    .blog__header .search input {
        width: 100%
    }

    .blog__content .row>div:nth-child(n+3) {
        margin-top: initial
    }

    .blog__content .row>div {
        margin-top: 3rem !important
    }

    .blog .col-lg-8 .blog__single-info {
        bottom: 1rem;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .blog .col-lg-8.left .blog__single-info {
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .blog__single-info {
        width: calc(100% - 2rem)
    }
}

@media (max-width: 576px) {
    .blog {
        padding: 10rem 3rem
    }
}



.blog_single {
    width: 100vw
}

.blog_single__wrapper {
    width: 100%
}

.blog_single__thumbnail {
    padding-top: 10rem;
    filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.2));
    -webkit-filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.2));
    -moz-filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.2))
}

.blog_single__thumbnail img {
    width: 100%
}

.blog_single__content {
    overflow: visible;
    padding-bottom: 5rem;
    position: relative
}

.blog_single__content::after {
    content: "";
    clear: both;
    display: table
}

.blog_single__content>*:not(.grid) {
    width: 100%;
    margin: 0 auto
}

.blog_single__content h1 {
    font-size: 6rem;
    font-weight: 600;
    color: #000;
    letter-spacing: -.4rem;
    margin-top: 4rem !important
}

.blog_single__content h2 {
    font-family: 'sf_ui_displayregular';
    font-size: 4rem;
    font-weight: 600;
    color: #000;
    margin-top: 4rem !important
}

.blog_single__content h3 {
    font-family: 'sf_ui_displayregular';
    font-size: 3rem;
    font-weight: 600;
    color: #000;
    margin-top: 4rem;
}

.blog_single__content a {
    color: #ED3044;
}

.blog_single__content h5 {
    font-family: 'sf_ui_displayregular';
    font-size: 2rem;
    font-weight: 600;
    color: #000;
    margin-top: 4rem !important
}

.blog_single__content h4 {
    font-size: 1.6rem;
    color: #000;
    margin: 4rem auto 3rem auto !important;
    font-weight: 400;
    font-family: 'sf_ui_displayregular';
}

.blog_single__content ul {
    list-style-type: disc;
    margin-left: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.6rem;
}

.blog_single__content li {
    list-style-type: disc;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog_single__content li strong {
    font-family: 'sf_ui_displaybold';
}

.blog_single__content h4 span {
    margin: 0 1.2rem;
    color: #cad1d4
}

.blog_single__content .social {
    position: absolute;
    top: 24rem;
    left: 10%
}

.blog_single__content .social ul li {
    display: block
}

.blog_single__content .social ul li:not(:first-child) {
    margin: 2rem 0 0 0
}

.blog_single__content p {
    font-size: 1.6rem;
    line-height: 2.5rem;
    color: #666b6d;
    font-family: 'sf_ui_displayregular';
}

.blog_single__content p:not(:first-child) {
    margin-top: 4rem
}

.blog_single__content .grid+.paragraph {
    margin-top: 2rem
}

.blog_single__content--images {
    width: calc(100% + 40rem);
    float: left;
    margin-left: -20rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-clip: content-box;
    position: relative
}

.blog_single__content .grid {
    margin-top: 5rem
}

.blog_single__content .grid .paragraph {
    margin-top: 0
}

.blog_single__content .grid-item {
    width: 31%;
    margin-bottom: 3rem
}

.blog_single__content img.grid-item {
    border-radius: 3rem;
    filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.2));
    -webkit-filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.2));
    -moz-filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.2))
}

.blog_single__content .grid-item--width2 {
    width: 66%
}

.blog_single__content .grid-item--width3 {
    width: 50%
}

.blog_single__comment {
    width: calc(100% - 40rem);
    margin: 0 auto;
    display: block;
    padding: 10rem 0
}

.blog_single__comment h3 {
    font-size: 3rem;
    font-weight: 600;
    color: #000;
    letter-spacing: -.2rem;
    margin-bottom: 5rem
}


li {
    list-style-type: disc;
    margin-left: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.6rem;
}

h3.paragraph.black {
    font-size: 18px;
    font-weight: 600;
}

td {
    border: 1px solid;
    padding: 10px;
    font-size: 16px;
}

table {
    width: 100%;
}

.hero__wrapper {
    width: calc(100% - 10rem);
    margin: 0 auto;
    border-radius: 3rem;
    padding: 18.4rem 0 9.9rem 0;
}
.blog_hero__wrapper {
    padding: 7rem 0 7rem 0 !important;
    background-color: #bc4a93;
    margin-top: 20px !important;
}

b, strong {color: #000;}