        @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900');
    *,
    html {
        box-sizing: border-box
    }
    
    body,
    html {
        -webkit-text-size-adjust: 100%
    }
    
    progress,
    sub,
    sup {
        vertical-align: baseline
    }
    
    a,
    button,
    input,
    textarea {
        outline: 0;
        transition-duration: 250ms
    }
    
    body {
        -webkit-font-smoothing: antialiased;
    }
    
    ul {
        text-align: left;
    }
    
    .text-white {
        color: white !important;
    }
    
    .text-xl {
        font-size: 22px;
        line-height: 1.2;
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
        color: #000;
        margin-top: 30px;
    }
    
    .form-group {
        margin-bottom: 15px;
        text-align: left;
    }
    
    .left-form {
        padding-right: 15px;
    }
    
    .left-form,
    .right-form {
        flex: 1;
    }
    
    .checkbox {
        display: flex;
    }
    
    .checkbox-group {
        text-align: left;
    }
    
    .checkbox-group input[type='checkbox'] {
        width: auto !important;
        height: initial !important;
        margin-right: 15px;
    }
    
    .text-left {
        text-align: left !important;
    }
    
    .text-right {
        text-align: right !important;
    }
    
    .primary-button,
    .text-center {
        text-align: center !important;
    }
    
    .copyright {
        font-size: 12px;
        color: white;
        text-align: center;
        background: #1b1a1a;
        padding: 10px 0;
    }
    
    .footer-chat-btn a,
    .primary-button {
        text-transform: uppercase;
        letter-spacing: .5px
    }
    
    .home-finance-circle-big,
    .home-finance-circle-small {
        box-shadow: 0 0 20px rgba(0, 0, 0, .2);
        border-radius: 50%
    }
    
    * {
        text-rendering: optimizeLegibility
    }
    
    a,
    body,
    html,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    menu,
    canvas,
    p,
    video {
        margin: 0;
        padding: 0;
        border: 0;
        font: inherit;
        vertical-align: baseline;
        list-style: none
    }
    
    button,
    input,
    textarea {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
    }
    
    [tabindex],
    a,
    area,
    button,
    input,
    label,
    select,
    textarea {
        -ms-touch-action: manipulation;
        touch-action: manipulation
    }
    
    html {
        -ms-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent;
        -webkit-focus-ring-color: rgba(255, 255, 255, 0)
    }
    
    body {
        -webkit-font-feature-settings: "kern" 1;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        line-height: 1
    }
    
    strong {
        font-weight: 700
    }
    
    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative
    }
    
    sub {
        bottom: -.25em
    }
    
    sup {
        top: -.5em
    }
    
    pre {
        -moz-tab-size: 2;
        tab-size: 2;
        white-space: pre-wrap
    }
    
    svg:not(:root) {
        overflow: hidden
    }
    
    a {
        text-decoration: none;
        background: 0 0;
        -webkit-text-decoration-skip: objects;
        color: inherit
    }
    
    a img,
    a:active,
    a:hover,
    button:active,
    button:hover {
        outline: 0
    }
    
     ::-moz-focus-inner {
        border-style: none;
        padding: 0
    }
    
    blockquote,
    q {
        quotes: none
    }
    
    blockquote:after,
    blockquote:before,
    q:after,
    q:before {
        content: '';
        content: none
    }
    
    table {
        border-collapse: collapse;
        border-spacing: 0
    }
    
    button,
    input,
    textarea {
        border: none;
        padding: 0;
        margin: 0;
        resize: vertical;
        font-size: 16px;
        -webkit-appearance: none
    }
    
    .post-content {
        color: #58636d;
        font-size: 18px;
        line-height: 1.4;
    }
    
    .post-content .main-title {
        color: initial
    }
    
     ::-webkit-input-placeholder {
        font-family: "Montserrat", sans-serif;
        ;
        font-weight: 700;
        transition-duration: 250ms;
        font-size: 16px
    }
    
    input[placeholder] {
        text-overflow: ellipsis
    }
    
    input::-moz-placeholder {
        text-overflow: ellipsis
    }
    
    input:-moz-placeholder {
        text-overflow: ellipsis
    }
    
    input:-ms-input-placeholder {
        text-overflow: ellipsis
    }
    
     :focus::-webkit-input-placeholder {
        color: transparent
    }
    
     :focus::-moz-placeholder {
        color: transparent
    }
    
     :focus:-moz-placeholder {
        color: transparent
    }
    
     :focus:-ms-input-placeholder {
        color: transparent
    }
    
    button {
        cursor: pointer
    }
    
    [type=checkbox] {
        -webkit-appearance: checkbox;
        -moz-appearance: checkbox;
        appearance: checkbox
    }
    
    [type=radio] {
        -webkit-appearance: radio;
        -moz-appearance: radio;
        appearance: radio
    }
    
    [type=checkbox],
    [type=radio] {
        padding: 0;
        margin: 0
    }
    
    [type=search] {
        -webkit-appearance: textfield;
        outline-offset: -2px
    }
    
     ::-webkit-search-cancel-button,
     ::-webkit-search-decoration {
        -webkit-appearance: none
    }
    
     ::-webkit-file-upload-button {
        font: inherit
    }
    
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 10;
        width: 100%;
        height: 100%
    }
    
    .flex-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    
    .flex-center {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    
    .flex-st-center {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center
    }
    
    .flex-between {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .flex-st-between {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    
    .single-flex {
        display: flex;
    }
    
    .flex-1 {
        flex: 1 0 40%
    }
    
    .flex-2 {
        flex: 1 0 60%
    }
    
    .bg {
        background-position: center center;
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: cover
    }
    
    .bg-grey {
        background: #f1f1f1 !important;
    }
    
    .main-title {
        font-size: 38px;
        line-height: 1.2;
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
    }
    
     ::selection {
        background-color: #2A2B2F;
        color: #fff
    }
    
    body {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 15px;
        position: relative;
        overflow-x: hidden;
        color: #2f3241;
        animation: bodyfadeIn 1s
    }
    
    .cockies-block a,
    .footer-chat-btn a,
    .footer-chat-descr h2,
    .header-nav,
    .hero-section h2,
    .home-finance-circle-big h3,
    .home-finance-circle-big h4,
    .home-finance-descr h2,
    .home-stats-section h2,
    .home-video-descr p span,
    .product-slider-item h3,
    .product-slider-item p,
    .team-slider-item h2 {
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
    }
    
    .wrapper {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 15px;
        position: relative;
    }
    
    main .wrapper p {
        padding: 0.75em 0;
        line-height: 1.6;
        font-size: 18px;
        color: #6a7279;
    }
    
    main .wrapper li {
        padding: 0;
        line-height: 1.6;
        font-size: 18px;
        color: #58636d;
    }
    
    .main-section {
        padding: 80px 0
    }
    
    .blue-devider,
    .white-devider {
        width: 60px;
        height: 8px;
        margin: 20px 0
    }
    
    .blue-devider {
        background: #624348
    }
    
    .white-devider {
        background: #fff
    }
    
    .margin-center {
        margin: 0 auto
    }
    
    .primary-button {
        width: 200px;
        border-radius: 40px;
        padding: 17px 0;
        color: #fff;
        background: #624348;
        display: block;
        margin-top: 30px;
        font-size: 14px;
        font-weight: 700;
    }
    
    .header-contact p,
    header {
        padding-top: 5px
    }
    
    .primary-button:hover {
        opacity: .8
    }
    
    .header-logo {
        max-width: 190px;
        display: block;
        padding: 15px;
    }
    
    .header-logo img {
        height: 110px;
    }
    
    .header-contact {
        font-size: 9px;
        color: #58636d;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    
    .header-contact .ion-icon {
        font-size: 18px;
        padding-right: 5px;
        color: #2c2c2c
    }
    
    .header-contact a:hover {
        color: #624348
    }
    
    .header-contact-box {
        padding: 0 10px
    }
    
    .header-nav {
        text-align: right;
        margin-top: 0px
    }
    
    .header-nav>ul {
        text-align: right;
        margin-top: 5px;
        margin-bottom: 0px;
    }
    
    .header-nav li {
        display: inline-block;
        margin: 0 -2px
    }
    
    .header-nav li a {
        text-transform: uppercase;
        position: relative;
        font-size: 12px;
    }
    
    .header-nav a {
        border-bottom: 4px solid transparent;
        padding: 12px 10px;
    }
    
    .header-nav a:hover {
        border-bottom: 4px solid #624348
    }
    
    .nav-button {
        width: 32px;
        height: 18px;
        cursor: pointer;
        display: none
    }
    
    .nav-button #burger {
        position: relative;
        transform: rotate(0)
    }
    
    .nav-button #burger span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #000;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        transform: rotate(0);
        transition: .3s ease-in-out
    }
    
    .nav-button #burger span:nth-child(1) {
        top: 0
    }
    
    .nav-button #burger span:nth-child(2),
    .nav-button #burger span:nth-child(3) {
        top: 8px
    }
    
    .nav-button #burger span:nth-child(4) {
        top: 16px
    }
    
    .nav-button #burger.active-sandwich span:nth-child(1) {
        top: 0;
        width: 0%;
        left: 50%;
        opacity: 0
    }
    
    .nav-button #burger.active-sandwich span:nth-child(2) {
        transform: rotate(45deg)
    }
    
    .nav-button #burger.active-sandwich span:nth-child(3) {
        transform: rotate(-45deg)
    }
    
    .nav-button #burger.active-sandwich span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
        opacity: 0
    }
    
    .footer-chat-btn a:hover,
    .slider-arrow-next:hover,
    .slider-arrow-prev:hover {
        opacity: .7
    }
    
    .slick-next:before,
    .slick-prev:before {
        font-size: 30px !important;
        color: #525ea7 !important;
    }
    
    .blue-card {
        width: 30%;
        padding: 40px;
        border: 2px solid #624348;
        border-radius: 10px;
        text-align: center;
        margin: 15px;
        position: relative;
        overflow: hidden;
        flex: 1 0 30%;
    }
    
    .blue-card img {
        height: 70px;
    }
    
    .blue-card:hover .wrapper {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }
    
    .blue-card .wrapper {
        background: #624348;
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    
    .blue-card-fill p,
    .blue-card-fill h3,
    .blue-card-fill .text-xl,
    .blue-card p.blue-content-hidden {
        color: white !important;
    }
    
    .blue-card-fill {
        background: #3E2B2E;
        padding: 40px;
        border-radius: 10px;
        text-align: center;
        color: white;
        margin: 15px;
        position: relative;
    }
    
    .blog-item {
        margin-bottom: 60px;
    }
    
    .blog-item img {
        max-width: 40%;
        margin-right: 25px;
        border-radius: 10px;
    }
    
    .blog-related-block {
        position: relative;
        padding: 0 70px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-between;
        margin-bottom: 70px
    }
    
    .blog-related-item-nw {
        background: white;
        border-radius: 10px;
        overflow: hidden;
        -webkit-box-shadow: 0px 7px 20px -6px rgba(0, 0, 0, 0.14);
        -moz-box-shadow: 0px 7px 20px -6px rgba(0, 0, 0, 0.14);
        box-shadow: 0px 7px 20px -6px rgba(0, 0, 0, 0.14);
    }
    
    .blog-related-item {
        width: 32%;
        background: white;
        border-radius: 10px;
        overflow: hidden;
        -webkit-box-shadow: 0px 7px 20px -6px rgba(0, 0, 0, 0.14);
        -moz-box-shadow: 0px 7px 20px -6px rgba(0, 0, 0, 0.14);
        box-shadow: 0px 7px 20px -6px rgba(0, 0, 0, 0.14);
    }
    
    .blog-related-item-nw .p-4 {
        min-height: 110px;
        display: inline-flex;
        text-align: center;
        width: 100%;
        align-items: center;
    }
    
    .blog-related-item-nw .p-4 h3 {
        margin-top: 0;
    }
    
    .blog-related-item h3,
    .blog-related-item-nw h3 {
        font-size: 20px;
        margin-top: 0;
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
        line-height: 1.3;
        text-align: center;
        width: 100%;
    }
    
    .blog-related-item img,
    .blog-related-item-nw img {
        height: 250px;
        width: 100%;
        object-fit: cover;
        object-position: center center;
    }
    
    .team-item {
        width: calc(100%/3);
        background: white;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 30px;
    }
    
    .team-item:hover h3 {
        font-size: 25px;
    }
    
    .team-item:hover img {
        height: 230px;
        max-width: 230px;
    }
    
    .team-item a {
        display: block;
    }
    
    .team-item h3 {
        font-size: 20px;
        margin-top: 20px;
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
    }
    
    .team-item a:hover h3 {
        color: #624348;
    }
    
    .blue-section {
        background: #3e2a2e;
        padding: 50px;
        color: white;
        /*margin-top: -80px;*/
    }
    
    .blue-section input,
    .blue-section select {
        background: #624348;
        height: 45px !important;
        border-radius: 10px !important;
        border: 0 !important;
        padding: 8px 15px;
        width: 100%;
        color: white;
        font-size: 14px;
        font-weight: 300;
    }
    
    .blue-section textarea {
        background: rgb(98, 67, 72);
        border-radius: 10px !important;
        border: 0 !important;
        width: 100%;
        height: 145px;
        padding: 10px;
        font-weight: 300;
        color: white;
    }
    
    .blue-section select {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
    }
    
    .blue-section h3 {
        font-size: 30px;
        margin-bottom: 30px;
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
        color: white;
    }
    
    .blue-section ::placeholder {
        color: white;
    }
    
    .blue-section button {
        width: 200px;
        border-radius: 40px;
        padding: 17px 0;
        color: #fff;
        background: transparent;
        border: 2px solid white;
        display: block;
        margin-top: 30px;
        font-size: 14px;
    }
    
    .blue-section main .wrapper li {
        color: white;
    }
    
    .team-item img {
        height: 200px;
        max-width: 200px;
        border-radius: 550px;
        object-fit: cover;
        object-position: center;
    }
    
    .footer-chat-section {
        padding: 50px 0;
        background: #624348;
        background-image: url(../img/virt_ass.png);
        background-size: cover;
        background-position: center center;
    }
    
    .footer-chat-descr {
        text-align: center;
        color: #fff;
        width: 60%
    }
    
    .footer-chat-descr h2 {
        font-size: 40px;
        line-height: 1.3
    }
    
    .footer-chat-descr p {
        margin-top: 20px;
        font-size: 25px;
        line-height: 1.7
    }
    
    .footer-chat-btn a {
        width: 250px;
        border-radius: 40px;
        padding: 17px 0;
        color: #624348;
        background: #fff;
        display: block;
        text-align: center;
        margin-top: 30px;
        font-size: 14px
    }
    
    .footer-chat-img img {
        height: 180px;
        width: 180px;
        border-radius: 100px;
        object-fit: cover;
        object-position: center;
    }
    
    .footer-section {
        background: #1b1a1a;
        color: #fff;
        /*padding: 10px 0;*/
        padding-top: 1px;
        font-size: 14px;
    }
    
    .footer-logo {
        width: 250px;
        display: block
    }
    
    .footer-logo img {
        max-width: 80%;
    }
    
    .footer-form h2 {
        font-size: 20px;
        margin-right: 30px
    }
    
    .footer-form input[type=email] {
        width: calc(100% - 150px);
        height: 40px;
        text-indent: 15px;
        background: rgba(255, 255, 255, .2);
        border-radius: 30px;
        color: white;
        font-size: 14px;
        font-weight: 100;
    }
    
    .footer-form button {
        width: 180px;
        border-radius: 30px;
        background: #fff;
        color: #624348;
        margin-left: -40px;
        letter-spacing: .5px;
        height: 40px;
        font-size: 13px;
    }
    
    .footer-form button:hover {
        background: #624348;
        color: #fff
    }
    
    .footer-form-input {
        margin-top: 15px
    }
    
    .footer-form-autorize {
        margin-top: 10px;
        display: flex;
        align-items: center;
    }
    
    .footer-form-autorize input[type=checkbox] {
        width: 15px;
        height: 15px;
        vertical-align: middle;
        margin-top: 0;
        margin-right: 10px;
    }
    
    .footer-form-autorize label {
        font-size: 11px;
        /* display: inline-block; */
        vertical-align: middle;
        opacity: .7;
        padding-left: 5px;
        cursor: pointer;
        line-height: 1.3;
        margin: 0;
        margin-bottom: 0 !important;
    }
    
    .footer-social {
        color: #fff;
        text-align: left;
        margin-top: 30px;
    }
    
    .footer-social li {
        display: inline-block;
        margin: 0 5px
    }
    
    .footer-social a {
        width: 42px;
        height: 42px;
        border: 2px solid #fff;
        border-radius: 50%;
        font-size: 22px;
        display: block;
        text-align: center;
    }
    
    .footer-social a:hover {
        background: #fff;
        color: #2c2c2c
    }
    
    .footer-social .ion-icon {
        padding-top: 7px
    }
    
    .footer-adresses-section {
        color: #b0b8bf;
        margin-top: 70px
    }
    
    .footer-adresses-section h2 {
        color: #fff;
        margin-bottom: 10px;
        font-size: 18px
    }
    
    .footer-adresses-section a:hover {
        color: #624348
    }
    
    .footer-blog {
        width: 20%
    }
    
    .footer-blog li {
        padding: 10px 0
    }
    
    .footer-contact-block {
        width: 75%
    }
    
    .footer-contact-block li {
        padding: 5px 0;
        line-height: 1.3;
        vertical-align: middle
    }
    
    .footer-contact-block .ion-icon {
        vertical-align: middle;
        padding-right: 5px;
        margin-top: -4px
    }
    
    .footer-adresses-box:nth-of-type(2n) {
        margin-top: 50px
    }
    
    .footer-adresses-box ul li img {
        height: 12px;
        width: auto;
        margin-right: 10px;
    }
    
    footer ul,
    footer ul li {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .top-team-banner {
        padding: 50px 0;
        background: #624348;
        color: white;
        font-size: 18px;
        line-height: 1.5;
        width: 100%;
    }
    
    .bue-block {
        padding: 40px 25px;
        margin: 30px 0;
        background: #624348;
        background-image: url(../img/banner_bg.png);
        background-size: cover;
        background-position: center center;
    }
    
    .hero-section {
        background: #999;
        padding: 250px 0;
        background-size: cover;
        background-position: center center;
        position: relative;
    }
    
    .hero-section>.wrapper {
        position: relative;
        z-index: 1;
    }
    
    .hero-section::after {
        content: "";
        background: rgba(62, 41, 45, 0.49);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
    
    .hero-section h2 {
        color: #fff;
        font-size: 60px;
        line-height: 1.2;
        text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.2);
    }
    
    .hero-section h2 span {
        border-bottom: 10px solid #fff
    }
    
    .home-video-block .video {
        width: 50%
    }
    
    .home-video-descr {
        width: 40%
    }
    
    .home-video-descr p {
        color: #58636d;
        font-size: 18px;
        line-height: 1.4;
        width: 80%
    }
    
    .home-features-descr,
    .home-features-img {
        width: 50%;
        height: 600px
    }
    
    .home-features-img img {
        height: 100%;
        min-width: 100%;
        object-fit: cover;
        object-position: center center;
        margin: auto;
    }
    
    .home-stats-section {
        background: #2f3241;
        color: #fff;
        text-align: center
    }
    
    .home-stats-section h2 {
        font-size: 55px
    }
    
    .home-stats-section h3 {
        font-size: 22px;
        margin-top: 20px
    }
    
    .home-features-img1 {
        background-image: url(../img/home-features1.png)
    }
    
    .home-features-img2 {
        background-image: url('http://gsformacao.getcode.pt/files/Research_1_.jpg')
    }
    
    .home-features-descr {
        background: #624348
    }
    
    .home-features-text {
        width: 500px;
        color: #fff
    }
    
    .home-features-text p {
        font-size: 18px;
        line-height: 1.4
    }
    
    .team-slider-section {
        text-align: center
    }
    
    .team-slider-section p {
        padding: 50px 0;
        line-height: 1.7;
        font-size: 18px;
        width: 70%;
        margin: 0 auto;
        color: #58636d
    }
    
    .team-slider-section p span {
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
    }
    
    .team-slider-block {
        position: relative;
        padding: 0 70px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: 70px
    }
    
    .team-slider-item img {
        object-fit: cover;
        object-position: center;
        border-radius: 10px;
        height: 250px;
    }
    
    .team-slider-item h2 {
        font-size: 20px;
        margin-top: 20px
    }
    
    .team-img-profile {
        height: 350px;
        border-radius: 250px;
        margin-top: 30px;
    }
    
    .slider-arrow-next,
    .slider-arrow-prev {
        position: absolute;
        width: 40px;
        height: 40px;
        background: #624348;
        color: #fff;
        border-radius: 50%;
        font-size: 25px;
        cursor: pointer;
        transition-duration: 250ms;
        top: 50%;
        margin-top: -20px
    }
    
    .slider-arrow-prev {
        left: 0
    }
    
    .slider-arrow-next {
        right: 0
    }
    
    .home-finance-section {
        background: #624348;
        background-image: url('../img/banner_bg.png');
        background-size: cover;
        background-position: center center;
        height: 250px
    }
    
    .home-finance-block {
        width: 85%;
        margin: 0 auto
    }
    
    .home-finance-descr {
        color: #fff;
        margin-top: -20px;
        padding-left: 35px;
    }
    
    .home-finance-descr h2 {
        font-size: 35px;
        line-height: 1.2;
        margin-bottom: 20px
    }
    
    .home-finance-descr p {
        font-size: 14px !important;
        padding: 5px 0 !important;
        opacity: .6 !important;
        line-height: 1.4 !important;
    }
    
    .home-finance-circle-block {
        margin-top: -25px
    }
    
    .home-finance-circle-big {
        width: 300px;
        height: 300px;
        background: #fff;
        text-align: center;
        color: #624348
    }
    
    .home-finance-circle-big h2 {
        font-size: 30px;
        text-align: left;
        margin-bottom: -10px
    }
    
    .home-finance-circle-big h3 {
        font-size: 100px
    }
    
    .home-finance-circle-big h4 {
        font-size: 40px;
        margin-top: -10px;
        font-weight: 700;
    }
    
    .home-finance-circle-small {
        width: 130px;
        height: 130px;
        background: #624348;
        text-align: center;
        color: #fff;
        margin-left: -40px;
    }
    
    .home-finance-circle-small h2 {
        text-align: right;
        margin-bottom: -13px
    }
    
    .home-finance-circle-small h3 {
        font-size: 50px;
        font-weight: 700
    }
    
    .home-finance-circle-small h4 {
        margin-top: -5px
    }
    
    .home-product-section .main-title {
        text-align: center;
        margin-bottom: 50px
    }
    
    .product-slider-block {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: top;
        align-items: top;
        -ms-flex-pack: distribute;
        justify-content: flex-start;
        margin-bottom: 70px;
    }
    
    .product-slider-item {}
    
    .product-slider-item img {
        border-radius: 15px
    }
    
    .product-slider-item h2 {
        font-size: 18px;
        margin-top: 20px;
        color: #58636d;
        letter-spacing: 3px
    }
    
    .product-slider-item h3 {
        margin: 20px 0;
        font-size: 35px
    }
    
    .product-slider-item p {
        line-height: 1.3;
        font-size: 20px
    }
    
    .casos-slider-item {
        width: 30%;
        margin: 0 15px;
    }
    
    .casos-slider-item a {
        display: block;
    }
    
    .casos-slider-item img {
        border-radius: 15px;
        margin-bottom: 15px;
        height: 300px;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }
    
    .cockies-section {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 30px 0;
        background: #624348;
        color: #fff;
        z-index: 1000;
        display: none
    }
    
    .cockies-block {
        width: 80%;
        margin: 0 auto
    }
    
    .cockies-block h2 {
        font-size: 20px
    }
    
    .cockies-block a {
        width: 230px;
        display: block;
        border-radius: 30px;
        padding: 12px 0;
        border: 4px solid #fff;
        color: #fff;
        text-align: center;
        font-size: 18px
    }
    
    .cockies-block a:hover {
        background: #fff;
        color: #624348
    }
    /* MS HELPERS */
    
    .media {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    
    .media-body {
        -ms-flex: 1;
        flex: 1;
    }
    
    .text-uppercase {
        text-transform: uppercase
    }
    
    .m-0 {
        margin: 0 !important;
    }
    
    .mt-0,
    .my-0 {
        margin-top: 0 !important;
    }
    
    .mr-0,
    .mx-0 {
        margin-right: 0 !important;
    }
    
    .mb-0,
    .my-0 {
        margin-bottom: 0 !important;
    }
    
    .ml-0,
    .mx-0 {
        margin-left: 0 !important;
    }
    
    .m-1 {
        margin: 0.25rem !important;
    }
    
    .mt-1,
    .my-1 {
        margin-top: 0.25rem !important;
    }
    
    .mr-1,
    .mx-1 {
        margin-right: 0.25rem !important;
    }
    
    .mb-1,
    .my-1 {
        margin-bottom: 0.25rem !important;
    }
    
    .ml-1,
    .mx-1 {
        margin-left: 0.25rem !important;
    }
    
    .m-2 {
        margin: 0.5rem !important;
    }
    
    .mt-2,
    .my-2 {
        margin-top: 0.5rem !important;
    }
    
    .mr-2,
    .mx-2 {
        margin-right: 0.5rem !important;
    }
    
    .mb-2,
    .my-2 {
        margin-bottom: 0.5rem !important;
    }
    
    .ml-2,
    .mx-2 {
        margin-left: 0.5rem !important;
    }
    
    .m-3 {
        margin: 1rem !important;
    }
    
    .mt-3,
    .my-3 {
        margin-top: 1rem !important;
    }
    
    .mr-3,
    .mx-3 {
        margin-right: 1rem !important;
    }
    
    .mb-3,
    .my-3 {
        margin-bottom: 1rem !important;
    }
    
    .ml-3,
    .mx-3 {
        margin-left: 1rem !important;
    }
    
    .m-4 {
        margin: 1.5rem !important;
    }
    
    .mt-4,
    .my-4 {
        margin-top: 1.5rem !important;
    }
    
    .mr-4,
    .mx-4 {
        margin-right: 1.5rem !important;
    }
    
    .mb-4,
    .my-4 {
        margin-bottom: 1.5rem !important;
    }
    
    .ml-4,
    .mx-4 {
        margin-left: 1.5rem !important;
    }
    
    .m-5 {
        margin: 3rem !important;
    }
    
    .mt-5,
    .my-5 {
        margin-top: 3rem !important;
    }
    
    .mr-5,
    .mx-5 {
        margin-right: 3rem !important;
    }
    
    .mb-5,
    .my-5 {
        margin-bottom: 3rem !important;
    }
    
    .ml-5,
    .mx-5 {
        margin-left: 3rem !important;
    }
    
    .p-0 {
        padding: 0 !important;
    }
    
    .pt-0,
    .py-0 {
        padding-top: 0 !important;
    }
    
    .pr-0,
    .px-0 {
        padding-right: 0 !important;
    }
    
    .pb-0,
    .py-0 {
        padding-bottom: 0 !important;
    }
    
    .pl-0,
    .px-0 {
        padding-left: 0 !important;
    }
    
    .p-1 {
        padding: 0.25rem !important;
    }
    
    .pt-1,
    .py-1 {
        padding-top: 0.25rem !important;
    }
    
    .pr-1,
    .px-1 {
        padding-right: 0.25rem !important;
    }
    
    .pb-1,
    .py-1 {
        padding-bottom: 0.25rem !important;
    }
    
    .pl-1,
    .px-1 {
        padding-left: 0.25rem !important;
    }
    
    .p-2 {
        padding: 0.5rem !important;
    }
    
    .pt-2,
    .py-2 {
        padding-top: 0.5rem !important;
    }
    
    .pr-2,
    .px-2 {
        padding-right: 0.5rem !important;
    }
    
    .pb-2,
    .py-2 {
        padding-bottom: 0.5rem !important;
    }
    
    .pl-2,
    .px-2 {
        padding-left: 0.5rem !important;
    }
    
    .p-3 {
        padding: 1rem !important;
    }
    
    .pt-3,
    .py-3 {
        padding-top: 1rem !important;
    }
    
    .pr-3,
    .px-3 {
        padding-right: 1rem !important;
    }
    
    .pb-3,
    .py-3 {
        padding-bottom: 1rem !important;
    }
    
    .pl-3,
    .px-3 {
        padding-left: 1rem !important;
    }
    
    .p-4 {
        padding: 1.5rem !important;
    }
    
    .pt-4,
    .py-4 {
        padding-top: 1.5rem !important;
    }
    
    .pr-4,
    .px-4 {
        padding-right: 1.5rem !important;
    }
    
    .pb-4,
    .py-4 {
        padding-bottom: 1.5rem !important;
    }
    
    .pl-4,
    .px-4 {
        padding-left: 1.5rem !important;
    }
    
    .p-5 {
        padding: 3rem !important;
    }
    
    .pt-5,
    .py-5 {
        padding-top: 3rem !important;
    }
    
    .pr-5,
    .px-5 {
        padding-right: 3rem !important;
    }
    
    .pb-5,
    .py-5 {
        padding-bottom: 3rem !important;
    }
    
    .pl-5,
    .px-5 {
        padding-left: 3rem !important;
    }
    
    .m-n1 {
        margin: -0.25rem !important;
    }
    
    .mt-n1,
    .my-n1 {
        margin-top: -0.25rem !important;
    }
    
    .mr-n1,
    .mx-n1 {
        margin-right: -0.25rem !important;
    }
    
    .mb-n1,
    .my-n1 {
        margin-bottom: -0.25rem !important;
    }
    
    .ml-n1,
    .mx-n1 {
        margin-left: -0.25rem !important;
    }
    
    .m-n2 {
        margin: -0.5rem !important;
    }
    
    .mt-n2,
    .my-n2 {
        margin-top: -0.5rem !important;
    }
    
    .mr-n2,
    .mx-n2 {
        margin-right: -0.5rem !important;
    }
    
    .mb-n2,
    .my-n2 {
        margin-bottom: -0.5rem !important;
    }
    
    .ml-n2,
    .mx-n2 {
        margin-left: -0.5rem !important;
    }
    
    .m-n3 {
        margin: -1rem !important;
    }
    
    .mt-n3,
    .my-n3 {
        margin-top: -1rem !important;
    }
    
    .mr-n3,
    .mx-n3 {
        margin-right: -1rem !important;
    }
    
    .mb-n3,
    .my-n3 {
        margin-bottom: -1rem !important;
    }
    
    .ml-n3,
    .mx-n3 {
        margin-left: -1rem !important;
    }
    
    .m-n4 {
        margin: -1.5rem !important;
    }
    
    .mt-n4,
    .my-n4 {
        margin-top: -1.5rem !important;
    }
    
    .mr-n4,
    .mx-n4 {
        margin-right: -1.5rem !important;
    }
    
    .mb-n4,
    .my-n4 {
        margin-bottom: -1.5rem !important;
    }
    
    .ml-n4,
    .mx-n4 {
        margin-left: -1.5rem !important;
    }
    
    .m-n5 {
        margin: -3rem !important;
    }
    
    .mt-n5,
    .my-n5 {
        margin-top: -3rem !important;
    }
    
    .mr-n5,
    .mx-n5 {
        margin-right: -3rem !important;
    }
    
    .mb-n5,
    .my-n5 {
        margin-bottom: -3rem !important;
    }
    
    .ml-n5,
    .mx-n5 {
        margin-left: -3rem !important;
    }
    
    .m-auto {
        margin: auto !important;
    }
    
    .mt-auto,
    .my-auto {
        margin-top: auto !important;
    }
    
    .mr-auto,
    .mx-auto {
        margin-right: auto !important;
    }
    
    .mb-auto,
    .my-auto {
        margin-bottom: auto !important;
    }
    
    .ml-auto,
    .mx-auto {
        margin-left: auto !important;
    }
    
    .is-visible {
        display: block !important;
    }
    
    .responsive-languages {
        display: none;
    }
    /* END MS HELPER*/
    
    @media (max-width:1290px) {
        .footer-logo {
            width: 180px
        }
        .footer-form h2 {
            margin-right: 15px
        }
    }
    
    @media (max-width:1270px) {
        .footer-form,
        .footer-logo,
        .footer-main-block {
            display: block;
            text-align: center;
        }
        .footer-logo {
            margin: 0 auto
        }
        .footer-form {
            margin: 50px auto;
            text-align: center
        }
    }
    
    @media (max-width:1160px) {
        .footer-chat-block,
        .home-features-block {
            display: block
        }
        .footer-chat-img {
            margin: 0 auto;
            text-align: center
        }
        .footer-chat-descr {
            margin: 30px auto;
            text-align: center;
            width: 80%
        }
        .footer-chat-btn a {
            margin: 0 auto
        }
        .home-features-img {
            display: none
        }
        .home-features-descr {
            width: 100%;
            height: auto;
            padding: 60px;
            border-top: 2px solid #fff
        }
        .home-features-descr:last-child,
        .home-features-descr:nth-last-child(2) {
            border-top: none
        }
        .team-slider-section .primary-button {
            margin-top: 0
        }
        .home-finance-block {
            width: 100%
        }
    }
    
    @media (max-width:1150px) {
        .header-contact,
        .header-nav {
            display: none
        }
        .header-nav {
            position: absolute;
            width: 100%;
            left: 0;
            top: 82px;
            background: #624348;
            padding: 20px 10px;
            text-align: left;
            color: #fff;
            z-index: 4;
        }
        .header-nav li {
            display: block;
            padding: 10px 0;
            clear: both;
        }
        .nav-button {
            display: block
        }
        ul.dropdown-menu {
            position: relative;
            top: 0;
            padding: 0;
            margin-top: 5px;
            width: 100%;
            text-align: center;
            background: #06060617;
            color: white;
        }
        .header-nav>ul {
            margin-top: 10px;
            padding: 0;
        }
        .dropdown li {
            display: block;
            padding: 0;
        }
    }
    
    @media (max-width:1100px) {
        .footer-adresses-section {
            display: block
        }
        .footer-blog {
            width: 100%;
            text-align: center
        }
        .footer-contact-block {
            margin: 50px auto 0;
            width: 100%
        }
        .footer-adresses-box {
            padding: 0 20px
        }
    }
    
    @media (max-width:992px) {
        .header-nav>ul {
            text-align: left;
        }
        .home-stats-block,
        .home-video-block {
            display: block
        }
        .footer-adresses-section {
            margin-top: 30px
        }
        .hero-section h2 {
            font-size: 60px
        }
        .home-video-block .video {
            width: 80%;
            margin: 0 auto
        }
        .home-video-descr,
        .home-video-descr .primary-button {
            margin: 30px auto 0
        }
        .home-video-descr {
            width: 80%;
            text-align: center
        }
        .home-video-descr p {
            width: 100%
        }
        .home-video-descr .blue-devider {
            margin: 20px auto
        }
        .product-slider-block,
        .team-slider-block {
            display: none
        }
        .home-stats-box {
            width: 100%;
            margin: 40px 0
        }
        .home-finance-section {
            height: auto;
            padding: 40px 0
        }
        .home-finance-block {
            -ms-flex-direction: column;
            flex-direction: column
        }
        .home-finance-descr {
            margin-top: 30px;
            text-align: center
        }
        .home-finance-circle-block {
            margin-top: 0
        }
        main .wrapper p {
            padding: 0.75em 0;
            line-height: 1.6;
            font-size: 17px;
            color: #6a7279;
        }
        .blue-col {
            flex: 1 1 100% !important;
            height: auto !important;
        }
        .swiper-button-next,
        .swiper-button-prev {
            display: none;
        }
        .mobile-center {
            text-align: center;
        }
        .responsive-languages {
            display: block !important;
            padding: 0;
            border-left: 0;
            margin-right: 15px;
            margin-left: 0;
        }
    }
    
    @media (max-width:650px) {
        .single-flex {
            display: block;
        }
        .left-form,
        .right-form {
            width: 100% !important;
            display: block;
            flex: inherit;
        }
        .left-form {
            padding-right: 0px !important;
        }
        .blue-section {
            padding: 20px;
            color: white;
        }
        .blog-item img {
            max-width: 100% !important;
            width: 100% !important;
            margin-bottom: 10px;
        }
        .team-img-profile {
            height: initial;
            margin: auto;
            display: block;
            margin-bottom: 50px;
        }
        .left-form .form-group {
            width: 100% !important;
            margin-right: 0 !important;
            display: block !important;
        }
        .flex-1,
        .flex-2 {
            flex: none;
            width: 100%;
        }
        .footer-form input[type=email] {
            display: block;
            margin: 0 auto 10px;
            width: 100%
        }
        .footer-form button {
            display: block;
            margin: 0 auto;
            width: 100%
        }
        .footer-logo img,
        .header-logo img {
            height: 50px !important;
        }
        .post-slider-img {
            height: 450px !important;
        }
        .post-content img.img-fluid {
            display: block;
            margin: auto;
        }
        .flex-st-between {
            flex-wrap: wrap;
        }
        .blue-section button {
            width: 200px;
            border-radius: 40px;
            padding: 17px 0;
            color: #fff;
            background: transparent;
            border: 2px solid white;
            display: initial;
            margin-top: 30px;
            font-size: 14px;
        }
    }
    
    @media (max-width:480px) {
        .footer-section,
        .main-section {
            padding: 50px 0
        }
        .main-title {
            font-size: 35px
        }
        .primary-button {
            width: 100%
        }
        .header-logo {
            width: 170px
        }
        .footer-chat-btn a,
        .footer-chat-descr,
        .home-video-block .video,
        .home-video-descr {
            width: 100%
        }
        .header-nav {
            top: 78px;
            z-index: 8;
            height: calc(100vh - 78px);
        }
        .footer-chat-descr h2 {
            font-size: 30px
        }
        .footer-chat-descr p {
            font-size: 18px
        }
        .footer-form {
            margin: 30px auto
        }
        .footer-form-autorize {
            margin-top: 20px
        }
        .footer-form-autorize label {
            display: block;
            margin-top: 10px
        }
        .footer-contact-block {
            display: block;
            margin-top: 20px
        }
        .footer-adresses-box {
            margin: 20px 0;
            text-align: center
        }
        .footer-adresses-box:nth-of-type(2n) {
            margin-top: 0
        }
        .hero-section {
            padding: 100px 0 150px;
        }
        .hero-section h2 {
            font-size: 26px;
        }
        .home-stats-section {
            padding: 10px 0
        }
        .home-features-descr {
            padding: 40px 15px
        }
        .team-slider-section p {
            width: 100%;
            padding: 30px 0
        }
        .home-finance-descr h2 {
            line-height: 1.1;
            font-size: 30px
        }
        .home-finance-descr p {
            padding: 3px 0
        }
        .home-finance-circle-big {
            width: 180px;
            height: 180px
        }
        .home-finance-circle-big h2 {
            font-size: 18px
        }
        .home-finance-circle-big h3 {
            font-size: 70px
        }
        .home-finance-circle-big h4 {
            font-size: 30px;
            margin-top: -13px
        }
        .home-finance-circle-small {
            width: 130px;
            height: 130px
        }
        .home-finance-circle-small h2 {
            font-size: 15px;
            margin-bottom: -15px;
            margin-right: 6px
        }
        .home-finance-circle-small h3 {
            font-size: 50px
        }
        .home-finance-circle-small h4 {
            font-size: 20px;
            margin-top: -7px
        }
        .edicoes-wrapper .edicoes-item {
            width: 90% !important;
        }
        .edicoes-item .columns {
            display: flex;
        }
        .edicoes-item .is-6 {
            width: 50%;
        }
        .p-4 {
            padding: 2rem !important;
        }
        #image-clinica {
            display: none;
        }
    }
    
    @media (max-width:325px) {
        .main-title {
            font-size: 30px
        }
    }
    
    @keyframes bodyfadeIn {
        0% {
            opacity: 0
        }
        100% {
            opacity: 1
        }
    }
    /* Swiper CUSTOM CSS*/
    
    .swiper-button-prev {
        left: -50px;
    }
    
    .swiper-button-next {
        right: -50px;
    }
    
    .slider-wrapper {
        position: relative;
    }
    
    .post-slider,
    .related {
        position: initial !important;
    }
    
    .post-slider-img {
        height: 650px;
        width: 100% !important;
        object-fit: cover !important;
    }
    
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    
    .swiper-container.related {
        margin-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        /*background: #fff;*/
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        background-image: url("../img/prev.png");
        height: 35px !important;
        width: 35px !important;
        background-size: contain;
    }
    
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        background-image: url("../img/next.png");
        height: 35px !important;
        width: 35px !important;
        background-size: contain;
    }
    
    .swiper-post-slider img {
        height: 100%;
        object-fit: cover;
        object-position: center;
        width: 100%;
        margin: 0;
    }
    
    .swiper-post-slider .swiper-button-prev {
        left: 15px !important;
    }
    
    .swiper-post-slider .swiper-button-next {
        right: 15px !important;
    }
    /** DROPDOWN CUSTOM CSS */
    
    .dropdown-toggle {
        white-space: nowrap;
    }
    
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }
    
    .dropdown-toggle:empty::after {
        margin-left: 0;
    }
    
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 15rem;
        padding: 0.5rem 0;
        margin: 0.125rem 0 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border-bottom: 4px solid #624348;
        border-radius: 0;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        top: 35px;
    }
    
    .dropdown-menu-left {
        right: auto;
        left: 0;
    }
    
    .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    
    @media (min-width: 576px) {
        .dropdown-menu-sm-left {
            right: auto;
            left: 0;
        }
        .dropdown-menu-sm-right {
            right: 0;
            left: auto;
        }
    }
    
    @media (min-width: 768px) {
        .dropdown-menu-md-left {
            right: auto;
            left: 0;
        }
        .dropdown-menu-md-right {
            right: 0;
            left: auto;
        }
    }
    
    @media (min-width: 992px) {
        .dropdown-menu-lg-left {
            right: auto;
            left: 0;
        }
        .dropdown-menu-lg-right {
            right: 0;
            left: auto;
        }
    }
    
    @media (min-width: 1200px) {
        .dropdown-menu-xl-left {
            right: auto;
            left: 0;
        }
        .dropdown-menu-xl-right {
            right: 0;
            left: auto;
        }
    }
    
    .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
        margin-top: 0;
        margin-bottom: 0.125rem;
    }
    
    .dropup .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0;
        border-right: 0.3em solid transparent;
        border-bottom: 0.3em solid;
        border-left: 0.3em solid transparent;
    }
    
    .dropup .dropdown-toggle:empty::after {
        margin-left: 0;
    }
    
    .dropright .dropdown-menu {
        top: 0;
        right: auto;
        left: 100%;
        margin-top: 0;
        margin-left: 0.125rem;
    }
    
    .dropright .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid transparent;
        border-right: 0;
        border-bottom: 0.3em solid transparent;
        border-left: 0.3em solid;
    }
    
    .dropright .dropdown-toggle:empty::after {
        margin-left: 0;
    }
    
    .dropright .dropdown-toggle::after {
        vertical-align: 0;
    }
    
    .dropleft .dropdown-menu {
        top: 0;
        right: 100%;
        left: auto;
        margin-top: 0;
        margin-right: 0.125rem;
    }
    
    .dropdown {
        position: relative;
    }
    
    @media only screen and (min-width: 1150px) {
        .dropdown:hover .dropdown-menu {
            display: block !important;
            padding: 10px 0;
            margin-top: 5px;
        }
    }
    
    .dropdown li {
        display: block;
    }
    
    .dropdown li a {
        font-size: 14px;
        display: block;
        width: 100%;
        font-weight: 200;
        text-transform: initial;
        line-height: 1.6;
        padding: 5px 15px;
        margin: 0;
    }
    
    .dropdown li a:hover {
        color: #624348;
        background: #eee;
        border-bottom: 4px solid transparent;
    }
    
    .dropdown>a::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }
    
    .nav-item>a {
        display: block;
    }
    /** IMAGE COMPARE **/
    
    .cd-image-container {
        position: relative;
        width: 100%;
        max-width: 980px;
        margin: 0em auto;
    }
    
    .cd-image-container img {
        display: block;
        width: 100%;
    }
    
    .cd-image-label {
        position: absolute;
        bottom: 0;
        right: 0;
        color: #ffffff;
        padding: 1em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
        -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
        transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
    }
    
    .cd-image-label.is-hidden {
        visibility: hidden;
    }
    
    .is-visible .cd-image-label {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    .cd-resize-img {
        border-right: 3px solid white;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        overflow: hidden;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    
    .cd-resize-img img {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        height: 100%;
        width: auto;
        max-width: none;
    }
    
    .cd-resize-img .cd-image-label {
        right: auto;
        left: 0;
    }
    
    .is-visible .cd-resize-img {
        width: 50%;
        /* bounce in animation of the modified image */
        -webkit-animation: cd-bounce-in 0.7s;
        -moz-animation: cd-bounce-in 0.7s;
        animation: cd-bounce-in 0.7s;
    }
    
    @-webkit-keyframes cd-bounce-in {
        0% {
            width: 0;
        }
        60% {
            width: 55%;
        }
        100% {
            width: 50%;
        }
    }
    
    @-moz-keyframes cd-bounce-in {
        0% {
            width: 0;
        }
        60% {
            width: 55%;
        }
        100% {
            width: 50%;
        }
    }
    
    @keyframes cd-bounce-in {
        0% {
            width: 0;
        }
        60% {
            width: 55%;
        }
        100% {
            width: 50%;
        }
    }
    
    .cd-handle {
        position: absolute;
        height: 44px;
        width: 44px;
        /* center the element */
        left: 50%;
        top: 50%;
        margin-left: -22px;
        margin-top: -22px;
        border-radius: 50%;
        background: #624348 url("../img/cd-arrows.svg") no-repeat center center;
        cursor: move;
        box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        -moz-transform: translate3d(0, 0, 0) scale(0);
        -ms-transform: translate3d(0, 0, 0) scale(0);
        -o-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
    
    .cd-handle.draggable {
        /* change background color when element is active */
        background-color: #445b7c;
    }
    
    .is-visible .cd-handle {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        -moz-transform: translate3d(0, 0, 0) scale(1);
        -ms-transform: translate3d(0, 0, 0) scale(1);
        -o-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
        -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
        transition: transform 0.3s 0.7s, opacity 0s 0.7s;
    }
    
    .pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        list-style: none;
        border-radius: .25rem;
        margin: 30px auto;
    }
    
    .pagination li {
        position: relative;
        display: block;
        /* padding: .5rem .75rem; */
        margin-left: -1px;
        line-height: 2.38;
        color: #624348;
        background-color: #fff;
        border: 1px solid #624348;
        border-radius: 50px;
        height: 40px;
        width: 40px;
        /* padding: 11px; */
        text-align: center;
        margin: 0 5px;
    }
    
    .pagination li a {
        padding: 11px;
    }
    
    .pagination li.active {
        color: #fff;
        background-color: #624348;
        border: 1px solid #624348;
    }
    
    .align-items-center {
        -ms-flex-align: center!important;
        align-items: center!important;
    }
    /* RESPONSIVE MEDIA QUERIES  */
    
    @media only screen and (max-width: 992px) {
        .team-item {
            width: calc(100%/3);
        }
        .blue-card-fill {
            margin: 15px 0;
        }
        .swiper-post-slider img {
            width: 100% !important;
            margin: 0 !important;
        }
        .swiper-button-prev,
        .swiper-button-next {
            display: none;
        }
    }
    
    @media only screen and (max-width: 768px) {
        .team-item,
        .blue-card {
            flex: 1 0 calc(100%/2);
            width: calc(100%/2);
        }
        .media {
            display: block;
        }
        .blog-related-item {
            width: calc(100%/2.1);
        }
        @media only screen and (max-width: 480px) {
            .team-item,
            .blog-related-item {
                flex: 1 0 100%;
                width: 100%;
            }
            .blue-card {
                width: 100%;
                padding: 5px;
            }
        }
        .alert-success {
            background-color: #1abc9c;
            padding: 25px;
            color: white;
            text-align: center;
        }
        .alert-success span {
            background: #1abc9c !important;
            color: white;
        }
        /** NEW HOME BLOCK **/
        .blue {
            background: #624348;
        }
        .dark-blue {
            background: #3E2B2E;
        }
        .blue-col {
            flex: 1 1 25%;
            padding: 45px 35px;
            color: white;
            text-align: center;
            height: 300px;
            position: relative;
        }
        .blue-col img {
            margin-bottom: 30px;
            height: 60px;
            width: 60px;
            object-fit: contain;
        }
        .blue-col h4 {
            font-weight: 800;
            line-height: 1.3;
            margin-bottom: 30px;
            font-size: 18px;
        }
        .blue-col h4 small {
            font-weight: 100;
            font-size: 12px;
            padding-top: 5px;
            display: block;
        }
        .blue-col a {
            font-size: 12px;
            text-transform: uppercase;
            position: absolute;
            bottom: 40px;
            left: 0;
            right: 0;
            font-weight: 600;
        }
        .home-blue-block {
            margin-top: -100px;
            position: relative;
            z-index: 1;
            flex-wrap: wrap;
            border-radius: 10px;
            overflow: hidden;
            -webkit-box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.34);
            -moz-box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.34);
            box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.34);
        }
        .home-features-block .primary-button {
            background: #3E2B2E;
            color: white;
        }
        .language {
            padding: 6px 5px 6px 20px;
            border-left: 2px solid #eee;
            margin-left: 20px;
            font-size: 12px;
            display: block;
        }
        .language a {
            display: inline-block;
        }
        .language a::after {
            content: "|";
            padding-left: 5px;
        }
        .language a:last-of-type::after {
            content: "";
        }
        form .checkbox label {
            font-size: 12px;
        }
        /** Bloco das edicoes **/
        .edicoes-wrapper {
            width: 100%;
            text-align: center
        }
        .edicoes-wrapper h2 {
            font-size: 18px;
        }
        .edicoes-wrapper .edicoes-item {
            background-color: white;
            width: 40%;
            border-radius: 5px;
            margin: 0 auto 1.5rem;
        }
        .edicoes-wrapper .edicoes-item.bg-brown {
            background-color: #624348;
        }
        .edicoes-wrapper .edicoes-item p,
        .edicoes-wrapper .edicoes-item span {
            font-size: 16px;
            padding: 5px;
        }
        .edicoes-wrapper .edicoes-item.bg-brown p {
            color: white;
        }
        form label {
            margin-bottom: 10px !important;
            display: block !important;
            font-weight: 600 !important;
            font-size: 14px !important;
        }
        .checkbox {
            display: flex !important;
            align-items: center !important;
        }
        .checkbox>input {
            margin: 0;
        }
        .checkbox>label {
            margin-bottom: 0 !important;
            padding-left: 10px;
        }