html,
body {
    margin: 0;
    overflow-x: hidden;
    font-family: "OpenSansRegular";
    font-size: 13px;
}

* {
    margin: 0;
    padding: 0;
    outline: none !important;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

a.a-hover:hover {
    color: #23a7af !important;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

p {
    margin: 0;
    padding: 0;
}

h1,
h1,
h3,
h4,
h5,
h6 {
    margin: 0;
}

img {
    width: 100%;
    height: 100%;
}

b {
    font-family: "OpenSansBold";
}

.logo-image {
    margin-left: -15px;
    width: 40%
}


/*
|--------------------------------------------------------------------------
| Common
|--------------------------------------------------------------------------
*/

.font-bold {
    font-family: "OpenSansBold";
}

.font-large {
    font-size: 20px;
}

.font-xlarge {
    font-size: 3em;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-20 {
    font-size: 20px;
}

.font-27 {
    font-size: 27px;
}

.font-40 {
    font-size: 40px;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-italic {
    font-style: italic;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.centered-left {
    position: absolute;
    top: 50%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.to-bottom {
    position: absolute;
    bottom: 0;
}

.centered-bottom {
    left: 50%;
    position: absolute;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.centered-top {
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.margin-auto {
    margin: 0 auto;
}

.no-background {
    background-color: transparent;
}

.background-primary-color {
    background-color: #121921 !important;
}

.bg-black {
    background-color: black;
}

.bg-white {
    background-color: white;
}

.banner-background {
    color: black;
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.dim-background {
    background-color: #343a40;
    border: 1px solid #707070;
    color: #a4b2bf;
    font-size: 16px;
}

.image-50 {
    width: 50px;
    height: auto;
}

.height-40 {
    height: 40px;
}

.height-50 {
    height: 50px;
}

.image-width {
    width: 100px;
    height: auto;
}

.logo-width {
    width: 150px;
    height: auto;
}

.header-icon-size {
    width: 18px;
    height: auto;
}

.header-icon-small-size {
    width: 10px;
    height: auto;
}

.icon-xsmall {
    width: 18px;
    height: auto;
}

.icon-small {
    width: 25px;
    height: auto;
}

.icon-medium {
    width: 40px;
    height: auto;
}

.icon-large {
    width: 100px;
    height: auto;
}

.icon-xlarge {
    width: 120px;
    height: auto;
}

.footer-icon-small {
    width: 20px;
    height: 20px;
}

img.contain {
    object-fit: contain;
}

img.cover {
    object-fit: cover;
}

.rounded-corners {
    border-radius: 15px;
}

.picture-wrapper {
    position: relative;
}

.picture-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
}

.picture-wrapper.padding-top-25 {
    padding-top: 25%;
}

.picture-wrapper.padding-top-30 {
    padding-top: 30%;
}

.picture-wrapper.padding-top-31 {
    padding-top: 31%;
}

.picture-wrapper.padding-top-40 {
    padding-top: 40%;
}

.picture-wrapper.padding-top-55 {
    padding-top: 55%;
}

.picture-wrapper.padding-top-60 {
    padding-top: 60%;
}

.picture-wrapper.padding-top-62 {
    padding-top: 62%;
}

.picture-wrapper.padding-top-65 {
    padding-top: 65%;
}

.picture-wrapper.padding-top-75 {
    padding-top: 75%;
}

.picture-wrapper.padding-top-80 {
    padding-top: 80%;
}

.picture-wrapper.padding-top-90 {
    padding-top: 90%;
}

.picture-wrapper.padding-top-100 {
    padding-top: 100%;
}

.bottom-shadow {
    box-shadow: 0 0px 45px 3px #d3d3d3;
}

.box-shadow {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.05);
}

.shadow-inner-lightgrey {
    box-shadow: inset 0 0 20px #d3d3d3;
}

.shadow-outer-lightgrey {
    box-shadow: 0 0 30px 13px #f2f2f2;
}

.shadow-outer-right-lightgrey {
    box-shadow: 20px 3px 20px 13px #f2f3f7;
}

.background-gradient-grey {
    background-image: linear-gradient(#f2f2f2, white, #f2f2f2);
}

.box-container {
    border: 1px black solid;
    border-radius: 8px;
    padding: 5px 10px;
    width: auto;
    height: fit-content;
    text-align: center;
}

.border-radius-15 {
    border-radius: 15px;
}

.switcher-button-container {
    background-color: #f1f3f5;
    width: 100%;
    padding: 5px 10px;
}

.switcher-button {
    width: 50%;
}

.border-button {
    border-right: 1px #d6d6d6 solid;
}

.border-bottom {
    border-bottom: 1px #e5e5e5 solid;
}

.border-bottom-blue {
    border-bottom: 2px #034992 solid;
}

.border-bottom-dim {
    border-bottom: 1px #343a40 solid;
}

.border-top {
    border-top: 1px #e5e5e5 solid;
}

.switcher-button-container .active {
    color: #219245;
}

.cursor-pointer {
    cursor: pointer;
}

.gray-color {
    color: gray;
}

.circle-background {
    padding: 7px;
    width: 30px;
    height: 30px;
}

.circle-background.active {
    background-color: #f1f3f5;
    border-radius: 16px;
}

.text-blue {
    color: #034992;
}

.text-second-blue {
    color: #3996f3;
}

.border-blue {
    border: 1px solid #034992;
}

.text-green {
    color: #419a00;
}

.text-aqua-blue {
    color: #62cbf2;
}

.text-grey {
    color: #495057;
}

.text-lightgrey {
    color: #a4b2bf;
}

.text-custom-color {
    color: #37474f;
}

.text-darkgrey {
    color: #555555;
}

.cover-background {
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
    background-blend-mode: luminosity;
}

.background-overlay {
    background-color: black;
    opacity: 0.7;
}

.background-white {
    background-color: white;
}

.bg-light-grey {
    background-color: #efefef;
}

.d-grid {
    display: grid;
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: start !important;
}

.align-flex-end {
    align-self: flex-end;
}

.contain {
    object-fit: contain;
}

.object-fit-none {
    object-fit: none;
}

.gray-scale {
    filter: grayscale(100%);
}

.align-end {
    text-align: end;
}

.rotate-right {
    transform: rotate(90deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
    /* Internet Explorer */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rotate-left {
    transform: rotate(-90deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.margin-auto {
    margin: 0 auto;
}

.vertically-centered-abs {
    position: absolute;
    top: 35%;
    left: 54%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vertically-centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer {
    background-color: #f8f8f8;
}

.input-text {
    width: 100%;
    padding: 8px 16px;
    box-sizing: border-box;
    border: 1px solid #034992;
    color: #767676;
    font-family: "FuturaBook";
    font-size: 14px;
}

.footer-input {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    /* margin: 10px 0; */
    border: 1px solid #034992;
    color: #767676;
    background-color: #f8f8f8;
}

.footer-input-text {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    margin: 2px 0;
    border-radius: 8px;
    color: white;
    border: none;
    background-color: rgba(0, 0, 0, 0.1);
}

.footer-input-text::placeholder {
    color: white;
    opacity: 1;
    /* Firefox */
}

.footer-input-text:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

.footer-input-text::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

.footer-button {
    color: white;
    border: 1px solid #ffffff;
    border-radius: 8px;
    background-color: #1992d6;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
}

.subscribe {
    background-color: #034992;
    color: white;
    padding: 11px;
    margin-left: -22px;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #034992;
}

.justify-content-start {
    justify-content: start !important;
}

.custom-margin-box {
    margin: 10px 10px;
}

.custom-padding-box {
    padding: 20px;
}

.align-items-baseline {
    align-items: baseline;
}

.justify-content-space-evenly {
    justify-content: space-evenly;
}

.rounded-border {
    border: 1px solid #dddddd;
    border-radius: 18px;
}

.white-border {
    border: 1px solid white;
}

.px-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
}


/*
|--------------------------------------------------------------------------
| End Common
|--------------------------------------------------------------------------
*/

.main-container {
    width: 100%;
    height: 100vh;
}

@media (max-width: 426px) {
    .logo-image {
        margin-left: -4px;
        width: 200px
    }
    .to-bottom{
        position: relative;
        margin-left: 35px;
    }
}