body {
    margin: 0 !important;
}
button {
    cursor: pointer;
}
p {
    box-sizing: border-box;
    margin-bottom: 1rem;
    margin-top: 0px;
    font-size: 15px;
    color: #343d48;
    font-weight: 400;
    line-height: 1.87;
}
@media screen and (min-width: 576px) {
    p {
        font-size: 15px;
    }
}
@media screen and (min-width: 768px) {
    p {
        font-size: 15px;
    }
}
@media screen and (min-width: 991px) {
    p {
        font-size: 15px;
    }
}
/*---------------------------------
-        UTILITIES
-----------------------------------*/
.m0 {
    margin: 0 !important;
}
.no-gutter-center {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.container-fullwidth {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.d-block {
    display: block;
}
/*---------------------------------
-        COLORS and BGCOLORS
-----------------------------------*/
.fake-link {
    text-decoration: underline;
}
.margin-center {
    margin: 0 auto;
}
.br-8 {
    border-radius: 8px;
}
.align-center {
    display: flex;
    align-items: center;
}
.pos-relative {
    position: relative;
}
.pos-absolute {
    position: absolute;
}
.btn-anchor {
    padding: 8px 25px;
    border-radius: 20px;
    margin-right: 20px;
}
a.white:hover {
    opacity: 0.9;
    text-decoration: none;
}

.triangle {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid blue;
}
.btn-anchor {
    padding: 8px 25px;
    border-radius: 20px;
    margin-right: 20px;
}
no-gutter-center {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.container-fullwidth {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}
@media (min-width: 1450px) {
    .container {
        max-width: 1440px !important;
    }
}
.inline-separator {
    display: inline-block !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    opacity: 0.7;
}
/* MODAL FIXED */
.modal-full {
    min-width: 100%;
    margin: 0;
}
.modal-full .modal-content {
    min-height: 100vh;
}

.modal-full .modal-header {
    position: fixed;
    top: 0;
    z-index: 9000000 !important;
    width: 100%;
    background: #ffff;
}
.modal-full .modal-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9000000 !important;
    background: #ffff;
    padding: 10px;
    border-radius: 0px;
}
.modal-full .modal-body {
    height: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}
.nostyleul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
/* NO STYLE UL */
ul.ns {
    list-style: none;
}
.low-opacity {
    opacity: 0.7;
}
.funnel-container {
    max-width: 585px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2rem;
    padding-bottom: 4rem;
}
/*
 * react-circular-progressbar styles
 * All of the styles in this file are configurable!
 */

.CircularProgressbar {
    /*
     * This fixes an issue where the CircularProgressbar svg has
     * 0 width inside a "display: flex" container, and thus not visible.
     */
    width: 100%;
    /*
     * This fixes a centering issue with CircularProgressbarWithChildren:
     * https://github.com/kevinsqi/react-circular-progressbar/issues/94
     */
    vertical-align: middle;
}

.CircularProgressbar .CircularProgressbar-path {
    stroke: #144d9b;
    strokelinecap: round;
    -webkit-transition: stroke-dashoffset 0.5s ease 0s;
    transition: stroke-dashoffset 0.5s ease 0s;
}

.CircularProgressbar .CircularProgressbar-trail {
    stroke: #d6d6d6;
    /* Used when trail is not full diameter, i.e. when props.circleRatio is set */
    strokelinecap: round;
}

.CircularProgressbar .CircularProgressbar-text {
    fill: #144d9b;
    font-size: 20px;
    dominant-baseline: middle;
    text-anchor: middle;
}

.CircularProgressbar .CircularProgressbar-background {
    fill: #d6d6d6;
}

/*
   * Sample background styles. Use these with e.g.:
   *
   *   <CircularProgressbar
   *     className="CircularProgressbar-inverted"
   *     background
   *     percentage={50}
   *   />
   */
.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background {
    fill: #144d9b;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text {
    fill: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path {
    stroke: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail {
    stroke: transparent;
}
.react-select__menu {
    z-index: 2000 !important;
}
.Select-menu-outer {
    z-index: 999 !important;
}
select.custom-select,
input.form-control {
    padding: 14px 30px;
    height: 100%;
    font-size: 16px;
}

.row:before,
.row:after {
    display: none !important;
}
.carousel .thumb img {
    object-fit: cover;
    margin-bottom: 0;
    height: 60px;
    width: 100%;
    cursor: pointer;
}
.flex-end {
    display: flex;
    justify-content: flex-end;
}
/* .main-container {
    position: relative;
} */
/**! 31. Switchable Sections **/
.switchable {
    position: relative;
}
.switchable div[class*='col-']:first-child {
    float: left;
    right: auto;
}
.switchable div[class*='col-']:first-child:not([class*='pull']):not([class*='push']) {
    left: 0;
}
.switchable div[class*='col-']:last-child {
    float: right;
    left: auto;
}
.switchable div[class*='col-']:last-child:not([class*='pull']):not([class*='push']) {
    right: 0;
}
.switchable.switchable--switch div[class*='col-']:first-child {
    float: right;
    right: 0;
    left: auto;
}
.switchable.switchable--switch div[class*='col-']:first-child:not([class*='pull']):not([class*='push']) {
    left: auto;
}
.switchable.switchable--switch div[class*='col-']:last-child {
    float: left;
    left: 0;
    right: auto;
}
.switchable .switchable__text {
    margin-top: 3.71428571em;
}
.switchable > div[class*='col-'] {
    padding: 0;
}
/**! 27. Image Blocks **/
.imageblock {
    position: relative;
    padding: 0;
}
.imageblock > .container,
.imageblock > div[class*='col-']:not(.imageblock__content) {
    padding-top: 7.42857143em;
    padding-bottom: 7.42857143em;
    float: none;
    overflow: hidden;
}
.imageblock.imageblock--lg > .container,
.imageblock.imageblock--lg > div[class*='col-']:not(.imageblock__content) {
    padding-top: 9.28571429em;
    padding-bottom: 9.28571429em;
    float: none;
    overflow: hidden;
}
.imageblock .imageblock__content {
    position: absolute;
    height: 100%;
    top: 0;
    /* z-index: 2; */
    padding: 0;
}
.imageblock .imageblock__content .slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.imageblock .imageblock__content .slider .slides > li {
    padding: 0;
    min-height: 100%;
    position: absolute !important;
}
.imageblock.allow-overflow .imageblock__content {
    overflow: visible;
}
@media all and (max-height: 728px) {
    .imageblock > .container,
    .imageblock > div[class*='col-']:not(.imageblock__content) {
        padding-top: 3.71428571em;
        padding-bottom: 3.71428571em;
    }
}
@media all and (max-width: 767px) {
    .imageblock[class*='space-'] {
        padding-bottom: 0;
        padding-top: 0;
    }
    .imageblock .imageblock__content {
        position: relative;
        min-height: 18.57142857em;
    }
    .imageblock > .container,
    .imageblock > div[class*='col-']:not(.imageblock__content) {
        padding-top: 5.57142857em;
        padding-bottom: 5.57142857em;
        float: none;
        overflow: hidden;
    }
    .imageblock.imageblock--lg > .container,
    .imageblock.imageblock--lg > div[class*='col-']:not(.imageblock__content) {
        padding-top: 5.57142857em;
        padding-bottom: 5.57142857em;
        float: none;
        overflow: hidden;
    }
}
/*---------------------------------
-        FORM CONTROL
-----------------------------------*/
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 10px;
}
