/* navigation bar */
.navbar {
    padding: 0 1rem;
}

.navbar-custom {
    background: #FFFFFF;
    border-radius: 0px;
    border-bottom: 1px solid rgba(0,0,0,0.14);
}

.navbar .container {
    padding: 0;
    max-width: 1200px;
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-brand {
    padding: 0;
}

/* responsiveness for small devices */
@media (max-width: 991.98px) {
    .navbar-custom {
        min-height: 56px;
        text-align: right;
        padding: .5rem 1rem;
    }

    .navbar-custom .dropdown-menu {
        text-align: left;
    }

    .navbar-nav .nav-link {
        text-align: left;
        padding-left: 1.5rem;
    }
}

/* link color */
.navbar-custom .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: rgba(0,0,0,1);
}

/* active/hovered links color  */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .nav-item:visited .nav-link,
.navbar-custom .nav-item.show .nav-link {
    color: rgba(32,32,32,0.9);
    background-color: #F0ECF5;
    border-radius: 4px;
}

/* responsiveness for large devices */
@media (min-width: 992px) {
    .navbar-custom {
        min-height: 49px;
    }

    .nav-item {
        margin-left: 50px;
        text-align: center;
    }

    .dropdown {
        margin-left: 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: .8rem;
    }

    .navbar > div > ul > li > a {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }
}

/* dropdown menu background color */
.navbar-custom .dropdown-menu {
    border-radius: 4px;
    background: rgb(255,255,255);
    box-shadow: 0 0 2rem rgba(0,0,0,.1);
    border: 1px solid #EBEAEB;
    font-size: unset;
}

/* dropdown header text */
.navbar-custom .dropdown-menu .dropdown-header {
    color: rgba(77,77,77,.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

/* dropdown divider color */
.navbar-custom .dropdown-menu .dropdown-divider {
    border-top: 1px solid #F4F4F4;
}

.navbar-custom .dropdown-menu .dropdown-item {
    color: rgba(0,0,0,.8);
    font-weight: 350;
    font-size: 18px;
    line-height: 25.5px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: rgba(0,0,0,.8);
    text-decoration: none;
    background-color: #F0ECF5;
}

.navbar-custom .dropdown-menu .dropdown-item.active,
.navbar-custom .dropdown-menu .dropdown-item:active {
    background-color: #F8F9FA;
}

/* Fix vertical scrolling on mobile */
@media (max-width: 991px) {
    nav.navbar.fixed-top.navbar-custom {
        max-height: 100%;
        overflow-y: auto;
    }
}

/* Set margin from admin bar */
body.admin-bar .fixed-top {
  top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .fixed-top {
        top: 46px;
    }
}

/* footer */
.container-footer {
    background-color: #000000;
    text-align: left;
}

@media (max-width: 374.98px) {
    .container-footer {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 767.98px) {
    .container-footer {
        padding-top: 3.25rem;
        padding-bottom: 3.25rem;
    }

    .container-footer .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .description-footer,
    .container-footer-details {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .description-footer,
    .container-footer-details {
        font-size: 0.8rem;
    }
}

.main-footer {
    font-size: 30px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0em;
    color: #ffffff;
}

.description-footer {
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0em;
    color: #ffffff;
    margin-bottom: 0;
}

.footer-bold,
.footer-bold a {
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0em;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.9);
}

.footer-link {
    font-size: 1rem;
    font-weight: 350;
    line-height: 14px;
    letter-spacing: 0em;
    margin-bottom: 14px;
}

.footer-link a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-link a:hover,
.footer-bold a:hover,
.footer-link a:focus,
.footer-bold a:focus {
    color: rgba(255, 255, 255, 1);
}

.footer-link a:active,
.footer-bold a:active,
.footer-link a:focus:active,
.footer-bold a:focus:active {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    text-decoration: none;
}

.btn-codes {
    background-color: #ffffff;
    color: #000000;
    font-weight: 600;
    font-size: 1rem !important;
}

.btn-codes:hover {
    background-color: #0647D1;
    color: #ffffff;
}

/* social media buttons */
.sm-footer {
    flex-direction: row!important;
}

@media (max-width: 767.98px) {
    .sm-footer {
        justify-content: flex-start;
    }
}

@media (min-width: 768px) {
    .sm-footer {
        justify-content: flex-end;
    }
}

.sm-button {
    border-radius: 50%;
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    border-color: transparent;
    display: flex;
    justify-content: space-around;
}

.sm-button:hover {
    background-color: #0647D1;
}

@media (max-width: 767.98px) {
    .sm-button {
        margin-right: 20px;
        width: 48px !important;
        height: 48px !important;
    }
}

@media (min-width: 768px) {
    .sm-button {
        margin-left: 14px;
        width: 42px !important;
        height: 42px !important;
    }
}

.sm-icon {
    width: 24px;
    height: 24px;
}

#fb-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3145 23V11.9987H17.5687L18 8.20761H14.3145L14.32 6.31012C14.32 5.32134 14.4207 4.79153 15.9426 4.79153H17.977V1H14.7223C10.8129 1 9.43687 2.83909 9.43687 5.93187V8.20804H7V11.9991H9.43687V23H14.3145Z' fill='black'/%3E%3C/svg%3E%0A");
}

#yt-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.9514 4.48066C21.9152 4.74514 22.6743 5.52444 22.9319 6.51407C23.4 8.30766 23.4 12.05 23.4 12.05C23.4 12.05 23.4 15.7922 22.9319 17.5859C22.6743 18.5756 21.9152 19.3549 20.9514 19.6195C19.2047 20.1 12.2 20.1 12.2 20.1C12.2 20.1 5.19529 20.1 3.44847 19.6195C2.48464 19.3549 1.72558 18.5756 1.46798 17.5859C1 15.7922 1 12.05 1 12.05C1 12.05 1 8.30766 1.46798 6.51407C1.72558 5.52444 2.48464 4.74514 3.44847 4.48066C5.19529 4 12.2 4 12.2 4C12.2 4 19.2047 4 20.9514 4.48066ZM10.1 8.90039V15.9004L15.7 12.4005L10.1 8.90039Z' fill='black'/%3E%3C/svg%3E%0A");
}

#tw-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.3711 8.06916L11.4151 8.79581L10.6807 8.70683C8.00726 8.36575 5.67169 7.20905 3.68867 5.26638L2.71919 4.30246L2.46948 5.01428C1.94067 6.60104 2.27852 8.27677 3.3802 9.40382C3.96776 10.0267 3.83556 10.1156 2.82202 9.7449C2.46948 9.62626 2.16101 9.53728 2.13163 9.58177C2.02881 9.68558 2.38134 11.0351 2.66044 11.5689C3.04235 12.3104 3.82087 13.0371 4.67284 13.4671L5.3926 13.8082L4.54064 13.823C3.71805 13.823 3.68867 13.8379 3.77681 14.1493C4.07059 15.1132 5.23102 16.1364 6.52366 16.5813L7.43438 16.8927L6.64117 17.3673C5.46605 18.0494 4.08528 18.435 2.7045 18.4647C2.0435 18.4795 1.5 18.5388 1.5 18.5833C1.5 18.7316 3.29207 19.5621 4.33499 19.8883C7.46376 20.8522 11.1801 20.437 13.971 18.7909C15.954 17.6194 17.9371 15.2911 18.8625 13.0371C19.3619 11.8359 19.8613 9.64109 19.8613 8.58819C19.8613 7.90604 19.9054 7.81706 20.728 7.00143C21.2127 6.52689 21.6681 6.00785 21.7562 5.85956C21.9031 5.5778 21.8884 5.5778 21.1393 5.8299C19.8907 6.27479 19.7144 6.21547 20.3314 5.54814C20.7867 5.07359 21.3302 4.21348 21.3302 3.96138C21.3302 3.91689 21.1099 3.99104 20.8602 4.1245C20.5958 4.2728 20.0082 4.49524 19.5676 4.62871L18.7743 4.88081L18.0546 4.39144C17.658 4.1245 17.0998 3.82791 16.806 3.73894C16.0569 3.53132 14.9111 3.56098 14.2354 3.79825C12.3993 4.46558 11.2389 6.18581 11.3711 8.06916Z' fill='black'/%3E%3C/svg%3E%0A");
}

#blog-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.222C18.0751 21.222 23 16.919 23 11.611C23 6.30298 18.0751 2 12 2C5.92487 2 1 6.30298 1 11.611C1 13.7746 1.81828 15.7713 3.19919 17.3776V23L6.5 20.7895C7.70886 21.2299 10.1204 21.2253 11.6594 21.2224C11.7785 21.2222 11.8923 21.222 12 21.222ZM10.898 14.1631C10.8563 14.0446 10.8228 13.9124 10.7978 13.7666C10.7769 13.6162 10.7664 13.4749 10.7664 13.3428C10.7664 13.1331 10.7852 12.9417 10.8228 12.7686C10.8604 12.5954 10.9168 12.4336 10.992 12.2832C11.0672 12.1283 11.1612 11.9824 11.274 11.8457C11.3868 11.7044 11.5184 11.5654 11.6688 11.4287C11.8275 11.2829 11.9654 11.1484 12.0824 11.0254C12.2035 10.8978 12.3059 10.7725 12.3894 10.6494C12.473 10.5218 12.5356 10.3919 12.5774 10.2598C12.6192 10.123 12.6401 9.97266 12.6401 9.80859C12.6401 9.66732 12.6171 9.53744 12.5711 9.41895C12.5252 9.2959 12.4583 9.19108 12.3706 9.10449C12.2871 9.0179 12.1826 8.94954 12.0573 8.89941C11.9361 8.84928 11.8004 8.82422 11.65 8.82422C11.3241 8.82422 10.9858 8.89941 10.6348 9.0498C10.2839 9.19564 9.95182 9.41895 9.63851 9.71973V7.66211C9.96018 7.45247 10.3111 7.29525 10.6912 7.19043C11.0714 7.08561 11.4641 7.0332 11.8693 7.0332C12.2578 7.0332 12.6192 7.08105 12.9534 7.17676C13.2876 7.2679 13.5779 7.41374 13.8244 7.61426C14.075 7.81478 14.2693 8.07227 14.4071 8.38672C14.5492 8.69661 14.6202 9.07031 14.6202 9.50781C14.6202 9.78581 14.591 10.0387 14.5325 10.2666C14.474 10.4899 14.3883 10.7018 14.2756 10.9023C14.1628 11.1029 14.0228 11.2965 13.8557 11.4834C13.6886 11.6657 13.4964 11.8548 13.2792 12.0508C13.133 12.1829 13.0035 12.306 12.8907 12.4199C12.7821 12.5339 12.6902 12.6478 12.615 12.7617C12.544 12.8711 12.4897 12.9896 12.4521 13.1172C12.4145 13.2402 12.3957 13.3815 12.3957 13.541C12.3957 13.6504 12.4082 13.762 12.4333 13.876C12.4625 13.9899 12.5001 14.0856 12.5461 14.1631H10.898ZM10.9795 16.8291C11.2009 17.0479 11.4787 17.1572 11.8129 17.1572C12.1471 17.1572 12.4228 17.0501 12.6401 16.8359C12.8531 16.6217 12.9596 16.3506 12.9596 16.0225C12.9596 15.6989 12.851 15.4323 12.6338 15.2227C12.4166 15.0085 12.1429 14.9014 11.8129 14.9014C11.4787 14.9014 11.2009 15.0085 10.9795 15.2227C10.7581 15.4368 10.6474 15.7035 10.6474 16.0225C10.6474 16.3324 10.7581 16.6012 10.9795 16.8291Z' fill='black'/%3E%3C/svg%3E%0A");
}

.footer-hr {
    border: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: 40px;
    margin-bottom: 42px;
}

/* languages dropdown */
.btn-group {
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .btn-group {
    margin-top: 40px;
    }
}

@media (min-width: 992px) {
    .btn-group {
    margin-top: 120px;
    }

    .container-footer .container {
        padding-right: 0;
        padding-left: 0;
        max-width: 1200px;
    }
}

.container-footer .dropdown-menu {
    min-width: 120px !important;
    max-width: 120px !important;
}

.btn-link {
    color: #ffffff;
    min-width: 120px !important;
    max-width: 120px !important;
    padding: 5px 0;
    margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
    .btn-link {
        text-align: left;
    }
}

@media (min-width: 768px) {
    btn-link {
        text-align: right;
    }
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
    color: #ffffff;
}

#globe-icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M4.84376 8.62281C4.92839 8.62281 5.02279 8.63583 5.12696 8.66187C5.23112 8.68791 5.33529 8.72372 5.43946 8.76929C5.54362 8.81487 5.64779 8.85718 5.75196 8.89625C5.85612 8.93531 5.95053 8.97437 6.03516 9.01343L5.87891 9.03296C5.82683 9.03947 5.77149 9.04273 5.7129 9.04273C5.60222 9.04273 5.50131 9.02645 5.41016 8.9939C5.31902 8.96135 5.23438 8.91903 5.15626 8.86695C5.07813 8.81487 5.00001 8.7758 4.92188 8.74976C4.84376 8.72372 4.77214 8.70419 4.70704 8.69117C4.64193 8.69117 4.58334 8.70419 4.53126 8.73023C4.47917 8.75627 4.42709 8.78557 4.37501 8.81812C4.37501 8.79208 4.35222 8.77906 4.30665 8.77906C4.35222 8.73349 4.43685 8.69768 4.56055 8.67164C4.68425 8.64559 4.77865 8.62932 4.84376 8.62281ZM6.16211 9.06226C6.42904 9.06226 6.67318 9.10783 6.89454 9.19898C6.80339 9.23153 6.71224 9.25757 6.6211 9.27711C6.52995 9.29664 6.43555 9.30966 6.3379 9.31617C6.20769 9.31617 6.0905 9.30315 5.98633 9.27711C6.01889 9.22502 6.05144 9.19247 6.08399 9.17945C6.11654 9.16643 6.14258 9.12737 6.16211 9.06226ZM10 -0.000237881C10.918 -0.000237881 11.8001 0.120205 12.6465 0.36109C13.4928 0.601976 14.2871 0.937262 15.0293 1.36695C15.7715 1.79664 16.4486 2.32073 17.0606 2.93921C17.6725 3.5577 18.1934 4.23153 18.623 4.9607C19.0527 5.68987 19.3913 6.48414 19.6387 7.34351C19.8861 8.20289 20.0065 9.0883 20 9.99976C20 10.9177 19.8796 11.7999 19.6387 12.6462C19.3978 13.4926 19.0625 14.2869 18.6328 15.0291C18.2031 15.7712 17.679 16.4483 17.0606 17.0603C16.4421 17.6723 15.7682 18.1931 15.0391 18.6228C14.3099 19.0525 13.5156 19.391 12.6563 19.6384C11.7969 19.8858 10.9115 20.0063 10 19.9998C9.08204 19.9998 8.19987 19.8793 7.35352 19.6384C6.50717 19.3975 5.7129 19.0623 4.97071 18.6326C4.22852 18.2029 3.55144 17.6788 2.93946 17.0603C2.32748 16.4418 1.80665 15.768 1.37696 15.0388C0.947272 14.3097 0.60873 13.5154 0.361334 12.656C0.113939 11.7966 -0.00650416 10.9112 6.26e-06 9.99976C6.26e-06 9.08179 0.120449 8.19963 0.361334 7.35328C0.60222 6.50692 0.937506 5.71265 1.36719 4.97046C1.79688 4.22828 2.32097 3.55119 2.93946 2.93921C3.55795 2.32724 4.23178 1.8064 4.96094 1.37672C5.69011 0.947028 6.48438 0.608486 7.34375 0.36109C8.20313 0.113694 9.08855 -0.0067483 10 -0.000237881ZM17.4414 5.41968C17.3503 5.27645 17.2591 5.13974 17.168 5.00953C17.0768 4.87932 16.9824 4.74586 16.8848 4.60914C16.8717 4.66773 16.8555 4.71005 16.8359 4.73609C16.8164 4.76213 16.8034 4.82072 16.7969 4.91187C16.7969 4.97046 16.8197 5.0258 16.8652 5.07789C16.9108 5.12997 16.9694 5.18205 17.041 5.23414C17.1126 5.28622 17.1842 5.32528 17.2559 5.35132C17.3275 5.37737 17.3893 5.40015 17.4414 5.41968ZM16.7676 4.46265C16.7676 4.51474 16.7578 4.55054 16.7383 4.57007H16.7969C16.8229 4.57007 16.8425 4.57333 16.8555 4.57984L16.7676 4.46265ZM10 18.7498C10.7422 18.7498 11.4681 18.6554 12.1777 18.4666C12.8874 18.2778 13.5579 18.0108 14.1895 17.6658C14.821 17.3207 15.4069 16.8975 15.9473 16.3962C16.4876 15.8949 16.9596 15.335 17.3633 14.7166C17.2786 14.5212 17.1973 14.3227 17.1191 14.1209C17.041 13.919 17.002 13.7107 17.002 13.4959C17.002 13.2615 17.0117 13.0727 17.0313 12.9294C17.0508 12.7862 17.0736 12.6593 17.0996 12.5486C17.1257 12.4379 17.1387 12.3435 17.1387 12.2654C17.1387 12.1873 17.1289 12.0863 17.1094 11.9627C17.0898 11.839 17.0345 11.7055 16.9434 11.5623C16.8522 11.419 16.7318 11.2172 16.582 10.9568C16.5885 10.9112 16.5983 10.8494 16.6113 10.7712C16.6244 10.6931 16.6374 10.6117 16.6504 10.5271C16.6634 10.4425 16.6667 10.3643 16.6602 10.2927C16.6536 10.2211 16.6374 10.1593 16.6113 10.1072C16.4421 10.0877 16.2663 10.0518 16.084 9.99976C15.9017 9.94768 15.7389 9.86955 15.5957 9.76539L15.6543 9.71656C15.5697 9.73609 15.485 9.76213 15.4004 9.79468C15.3158 9.82724 15.2344 9.86304 15.1563 9.90211C15.0781 9.94117 14.9935 9.96721 14.9023 9.98023C14.8112 9.99325 14.7233 10.0063 14.6387 10.0193L14.4824 9.99976L14.5117 9.9314C14.4206 9.95744 14.3229 9.99 14.2188 10.0291C14.1146 10.0681 14.0137 10.0877 13.916 10.0877C13.8509 10.0877 13.7565 10.0649 13.6328 10.0193C13.5091 9.97372 13.3854 9.91838 13.2617 9.85328C13.138 9.78817 13.0273 9.71656 12.9297 9.63843C12.832 9.56031 12.7832 9.48544 12.7832 9.41382L12.8027 9.38453C12.7702 9.34546 12.7279 9.30966 12.6758 9.27711C12.6237 9.24455 12.5749 9.212 12.5293 9.17945C12.4837 9.1469 12.4414 9.11109 12.4023 9.07203C12.3633 9.03296 12.347 8.98739 12.3535 8.93531L12.4609 8.84742L12.2363 8.81812L12.1582 8.52515C12.1712 8.5577 12.2005 8.57072 12.2461 8.56421C12.2917 8.5577 12.3275 8.54468 12.3535 8.52515L12.002 8.33961L12.2461 7.7146C12.155 7.37606 12.1322 7.11565 12.1777 6.93336C12.2233 6.75106 12.3112 6.60132 12.4414 6.48414C12.5716 6.36695 12.7148 6.24976 12.8711 6.13257C13.0273 6.01539 13.1869 5.85588 13.3496 5.65406L13.3203 5.53687L13.9648 4.75562L14.1113 4.73609C14.2936 4.73609 14.4987 4.72958 14.7266 4.71656C14.9544 4.70354 15.1855 4.68075 15.4199 4.6482C15.6543 4.61565 15.8854 4.5831 16.1133 4.55054C16.3411 4.51799 16.5495 4.47567 16.7383 4.42359C16.53 4.17619 16.3119 3.94182 16.084 3.72046C15.8561 3.49911 15.612 3.28752 15.3516 3.0857C15.28 3.11174 15.1921 3.14755 15.0879 3.19312C14.9837 3.23869 14.8796 3.29729 14.7754 3.3689C14.6712 3.44052 14.5898 3.51864 14.5313 3.60328C14.4727 3.68791 14.4369 3.7758 14.4238 3.86695L14.4824 4.0525C14.3652 4.2413 14.235 4.35849 14.0918 4.40406C13.9486 4.44963 13.8021 4.47567 13.6523 4.48218C13.5026 4.48869 13.3464 4.48869 13.1836 4.48218C13.0208 4.47567 12.8646 4.50497 12.7148 4.57007L12.5586 4.23804L12.7051 3.67164L12.5391 3.4275L14.2285 2.90015C14.1569 2.71786 14.0397 2.58114 13.877 2.49C13.7142 2.39885 13.5352 2.35328 13.3398 2.35328V2.25562L13.8867 2.16773C13.2813 1.86825 12.653 1.64039 12.002 1.48414C11.3509 1.32789 10.6836 1.24976 10 1.24976C9.4336 1.24976 8.8737 1.3051 8.32032 1.41578C7.76693 1.52645 7.23308 1.68596 6.71875 1.89429C6.20443 2.10263 5.70639 2.36304 5.22461 2.67554C4.74284 2.98804 4.30339 3.33961 3.90626 3.73023C4.07553 3.73023 4.20573 3.77255 4.29688 3.85718C4.38803 3.94182 4.47266 4.03622 4.55079 4.14039C4.62891 4.24455 4.71029 4.33895 4.79493 4.42359C4.87956 4.50822 4.99349 4.5538 5.13672 4.56031L5.29297 4.44312L5.27344 4.22828L5.59571 3.76929L5.3418 3.04664C5.37435 3.02711 5.42318 2.99455 5.48829 2.94898C5.55339 2.90341 5.60873 2.88062 5.6543 2.88062C5.84961 2.88062 5.99935 2.89039 6.10352 2.90992C6.20769 2.92945 6.29883 2.96526 6.37696 3.01734C6.45508 3.06942 6.52344 3.14429 6.58204 3.24195C6.64063 3.33961 6.73178 3.4633 6.85547 3.61304L7.20704 3.33961C7.27214 3.36565 7.37631 3.40796 7.51954 3.46656C7.66277 3.52515 7.80925 3.59677 7.95899 3.6814C8.10873 3.76604 8.23568 3.85393 8.33985 3.94507C8.44401 4.03622 8.49935 4.12086 8.50586 4.19898C8.50586 4.29664 8.47006 4.37476 8.39844 4.43336C8.32683 4.49195 8.23243 4.54078 8.11524 4.57984C7.99805 4.6189 7.87761 4.6482 7.75391 4.66773C7.63021 4.68726 7.50652 4.7133 7.38282 4.74586C7.25912 4.77841 7.16472 4.81096 7.09961 4.84351C7.03451 4.87606 6.99545 4.9314 6.98243 5.00953L7.54883 5.19507C7.41862 5.30575 7.27865 5.40666 7.12891 5.49781C6.97917 5.58895 6.82292 5.67359 6.66016 5.75171L6.69922 5.91773L5.80079 6.26929V6.54273L5.73243 6.57203L5.78126 6.23023L5.74219 6.22046C5.69662 6.22046 5.67058 6.23023 5.66407 6.24976C5.65756 6.26929 5.6543 6.29208 5.6543 6.31812C5.6543 6.34416 5.66081 6.3702 5.67383 6.39625C5.68685 6.42229 5.69011 6.44182 5.6836 6.45484L5.55665 6.38648L5.57618 6.42554C5.57618 6.44507 5.58594 6.47437 5.60547 6.51343C5.62501 6.5525 5.65105 6.5883 5.6836 6.62086C5.71615 6.65341 5.74219 6.68596 5.76172 6.71851C5.78126 6.75106 5.79428 6.76734 5.80079 6.76734C5.80079 6.78687 5.78777 6.8064 5.76172 6.82593C5.73568 6.84546 5.70313 6.85849 5.66407 6.865C5.62501 6.87151 5.59896 6.88127 5.58594 6.89429C5.57292 6.90731 5.57292 6.91057 5.58594 6.90406C5.67709 6.90406 5.69662 6.91057 5.64454 6.92359C5.59245 6.93661 5.51107 6.96916 5.4004 7.02125C5.28972 7.07333 5.18881 7.1482 5.09766 7.24586C5.00652 7.34351 4.95443 7.48674 4.94141 7.67554C4.94141 7.78622 4.94467 7.89364 4.95118 7.99781C4.95769 8.10197 4.95443 8.2094 4.94141 8.32007C4.85027 8.07268 4.71355 7.88388 4.53126 7.75367C4.34896 7.62346 4.12761 7.55835 3.86719 7.55835L3.44727 7.59742L3.65235 7.73414C3.54167 7.72112 3.42774 7.70809 3.31055 7.69507C3.19336 7.68205 3.07292 7.6788 2.94922 7.68531C2.82553 7.69182 2.71485 7.71786 2.61719 7.76343C2.51954 7.80901 2.42188 7.87737 2.32422 7.96851L2.26563 8.40796C2.26563 8.6163 2.3112 8.78557 2.40235 8.91578C2.4935 9.04599 2.653 9.11434 2.88087 9.12086C3.07618 9.12086 3.26823 9.09156 3.45704 9.03296C3.64584 8.97437 3.83139 8.90601 4.01368 8.82789C3.95508 8.97112 3.88998 9.10783 3.81836 9.23804C3.74675 9.36825 3.69467 9.51148 3.66211 9.66773L3.78907 9.72632C3.94532 9.62216 4.08855 9.60588 4.21876 9.6775C4.34896 9.74911 4.47592 9.85328 4.59961 9.99C4.72331 10.1267 4.85027 10.2667 4.98047 10.4099C5.11068 10.5531 5.25066 10.6573 5.4004 10.7224L5.06836 10.8982L4.28711 10.4587C4.29363 10.4718 4.30014 10.5011 4.30665 10.5466C4.31316 10.5922 4.3099 10.602 4.29688 10.5759L3.94532 9.98023C3.73698 9.97372 3.51563 9.94117 3.28126 9.88257C3.04688 9.82398 2.80925 9.74586 2.56837 9.6482C2.32748 9.55054 2.10287 9.44312 1.89454 9.32593C1.6862 9.20875 1.49415 9.08505 1.31837 8.95484L1.25001 9.99976C1.25001 10.794 1.35743 11.5688 1.57227 12.324C1.78712 13.0792 2.08985 13.7888 2.48047 14.4529C2.8711 15.1169 3.34961 15.7224 3.91602 16.2693C4.48243 16.8162 5.11068 17.2817 5.80079 17.6658C5.76823 17.5291 5.76498 17.3923 5.79102 17.2556C5.81706 17.1189 5.84961 16.9822 5.88868 16.8455C5.92774 16.7087 5.97006 16.572 6.01563 16.4353C6.0612 16.2986 6.08399 16.1586 6.08399 16.0154C6.08399 15.8071 6.05144 15.589 5.98633 15.3611C5.92123 15.1332 5.8431 14.9021 5.75196 14.6677C5.66081 14.4334 5.5599 14.2022 5.44922 13.9744C5.33855 13.7465 5.25066 13.5317 5.18555 13.3298C5.12045 13.128 5.06836 12.9392 5.0293 12.7634C4.99024 12.5877 5.00977 12.4347 5.0879 12.3044L4.94141 12.2361C4.98047 12.1449 5.03256 12.0571 5.09766 11.9724C5.16277 11.8878 5.23112 11.8031 5.30274 11.7185C5.37435 11.6339 5.42969 11.5427 5.46876 11.4451C5.50782 11.3474 5.5306 11.2498 5.53711 11.1521C5.53711 11.087 5.52409 11.0186 5.49805 10.947C5.47201 10.8754 5.44922 10.8071 5.42969 10.7419L5.63477 10.7908C5.74545 10.5369 5.89519 10.3643 6.08399 10.2732C6.27279 10.1821 6.51042 10.1332 6.79688 10.1267C6.82943 10.1267 6.89779 10.1397 7.00196 10.1658C7.10612 10.1918 7.2168 10.2276 7.33399 10.2732C7.45118 10.3188 7.56185 10.3546 7.66602 10.3806C7.77019 10.4067 7.84831 10.4327 7.9004 10.4587C7.9004 10.5043 7.92644 10.5336 7.97852 10.5466C8.0306 10.5597 8.0599 10.5824 8.06641 10.615L8.04688 10.6931C8.06641 10.6996 8.11198 10.7224 8.1836 10.7615C8.25521 10.8005 8.33334 10.8494 8.41797 10.908C8.50261 10.9666 8.57748 11.0186 8.64258 11.0642C8.70769 11.1098 8.75326 11.1456 8.7793 11.1716C8.89649 11.1716 9.05599 11.2107 9.25782 11.2888C9.45964 11.3669 9.68099 11.4646 9.92188 11.5818C10.1628 11.699 10.4004 11.839 10.6348 12.0017C10.8691 12.1645 11.0905 12.3272 11.2988 12.49C11.5072 12.6528 11.6667 12.8155 11.7773 12.9783C11.888 13.141 11.9531 13.2843 11.9727 13.408L11.6406 13.7595C11.6667 14.0916 11.6439 14.3455 11.5723 14.5212C11.5007 14.697 11.39 14.8435 11.2402 14.9607C11.0905 15.0779 10.918 15.1755 10.7227 15.2537C10.5273 15.3318 10.3158 15.4425 10.0879 15.5857C10.0879 15.7159 10.0553 15.8559 9.99024 16.0056C9.92513 16.1554 9.84375 16.2986 9.7461 16.4353C9.64844 16.572 9.53125 16.686 9.39454 16.7771C9.25782 16.8682 9.1211 16.9138 8.98438 16.9138L8.57422 16.6013C8.58724 16.6143 8.58724 16.6371 8.57422 16.6697C8.5612 16.7022 8.54493 16.7087 8.5254 16.6892C8.5905 16.8129 8.60678 16.9561 8.57422 17.1189C8.54167 17.2817 8.48633 17.4477 8.40821 17.6169C8.33008 17.7862 8.24219 17.9457 8.14454 18.0955C8.04688 18.2452 7.95899 18.3722 7.88086 18.4763C8.23243 18.5675 8.58399 18.6358 8.93555 18.6814C9.28711 18.727 9.64193 18.7498 10 18.7498Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.container-footer-details {
    font-weight: 300;
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 0;
}

/* site fixes */
.container-footer {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.container-footer [class*='col-'] {
    width: 100%;
}

/* Fix anchors margin-top */
a[name]:not([href]) {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}

/* DE subscription form */
.page-footer form .email {
    height: 42px;
    border-radius: 0;
    border: 0;
}

.page-footer form .btn-subscribe {
    height: 42px;
    background: #007BFF;
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 0;
}

.page-footer form .btn-subscribe:disabled {
    color: #fff;
    background-color: #AAADB0;
}

.page-footer form .btn-subscribe:hover:not([disabled]) {
    color: #fff;
    background-color: #0069d9;
}

.page-footer form .input-group,
.page-footer form .form-control {
    max-width: 560px !important;
}

.page-footer form .form-inline {
    display: block;
}

.page-footer .form-check-label {
    color: #ffffff;
    font-size: 13px;
    line-height: 14px;
}

@media (min-width: 1200px) {
    .page-footer .container {
        padding-right: 0;
        padding-left: 0;
        max-width: 1200px;
    }
}

@media (max-width: 991.98px) {
    .page-footer form .input-group-append {
        width: 100%;
        box-sizing: content-box;
        white-space: pre-line;
        margin-top: 10px;
    }
}

@media (max-width: 767.98px) {
    .page-footer form .btn-group {
        display: block;
    }
}
