:root {
    --size: 1423px;
}

#footer .module--floating-button {
    position: fixed;
    right: min(5vw, 225px);
    bottom: calc(clamp(140px, 15vw, 225px) / 2* -1);
    width: clamp(140px, 15vw, 225px);
    height: clamp(140px, 15vw, 225px);
    margin: 0;
    transition: .5s ease-in-out;
    z-index: 150;
}

#footer .module--floating-button.js-active {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}


#footer .module--floating-button.js-active::before {
    border-radius: 0;
}

#footer .module--floating-button .form {
    display: none;
}

#footer .module--floating-button.js-active .form {
    display: block;
}

@media only screen and (min-width: 1025px) {
    #footer .module {
        flex: 1 1 auto;
    }
}

#footer .module--floating-button::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #2FBEFB, #2ACED1);
    border-radius: 50%;
    transition: .5s ease-in-out;
    z-index: -1;
}

#footer .module--floating-button .floating-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    border: none;
    box-shadow: none;
}

#footer .module--floating-button .floating-button::before {
    width: calc(100% + 35px);
    height: calc(100% + 35px);
}

#footer .module--floating-button .floating-button::before,
#footer .module--floating-button .floating-button::after {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #34b5d9;
    border-radius: 50%;
    box-shadow: 0 0 80px #00c7ff;
    transition: .5s;
    z-index: -1;
}

#footer .module--floating-button .floating-button span {
    font-size: clamp(25px, 3vw, 35px);
    font-weight: 900;
    text-transform: none;
}

#footer .module--floating-button .floating-button::after {
    width: calc(100% + 75px);
    height: calc(100% + 75px);
}

#footer .module--floating-button:active,
#footer .module--floating-button:focus-within,
#footer .module--floating-button:hover,
#footer .module--floating-button.hover {
    bottom: 0;
}

#footer .module--floating-button .floating-button span {
    font-size: clamp(25px, 3vw, 35px);
    font-weight: 900;
    text-transform: none;
    color: #fff;
}

#footer .module--floating-button .floating-button:active::before,
#footer .module--floating-button .floating-button:focus::before,
#footer .module--floating-button .floating-button:hover::before,
#footer .module--floating-button .floating-button.hover::before {
    opacity: .6;
    visibility: visible;
}

#footer .module--floating-button .floating-button::before {
    width: calc(100% + 35px);
    height: calc(100% + 35px);
}

#footer .module--floating-button .floating-button::before,
#footer .module--floating-button .floating-button::after {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #34b5d9;
    border-radius: 50%;
    box-shadow: 0 0 80px #00c7ff;
    transition: .5s;
    z-index: -1;
}

#footer .module--floating-button .floating-button::after {
    width: calc(100% + 75px);
    height: calc(100% + 75px);
}

#footer .module--floating-button .floating-button::before,
#footer .module--floating-button .floating-button::after {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #34b5d9;
    border-radius: 50%;
    box-shadow: 0 0 80px #00c7ff;
    transition: .5s;
    z-index: -1;
}

#footer .module--floating-button .floating-button:active::after,
#footer .module--floating-button .floating-button:focus::after,
#footer .module--floating-button .floating-button:hover::after,
#footer .module--floating-button .floating-button.hover::after {
    opacity: .4;
    visibility: visible;
}

/* Close button */

#footer .module--floating-button {
    position: fixed;
    right: min(5vw, 225px);
    bottom: calc(clamp(140px, 15vw, 225px)/2*-1);
    width: clamp(140px, 15vw, 225px);
    height: clamp(140px, 15vw, 225px);
    margin: 0;
    transition: .5s ease-in-out;
    z-index: 150
}

#footer .module--floating-button::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #2FBEFB, #2ACED1);
    border-radius: 50%;
    transition: .5s ease-in-out;
    z-index: -1;
}

#footer .module--floating-button:active,
#footer .module--floating-button:focus-within,
#footer .module--floating-button:hover,
#footer .module--floating-button.hover {
    bottom: 0
}

#footer .module--floating-button .floating-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    padding: 0
}

#footer .module--floating-button .floating-button::before,
#footer .module--floating-button .floating-button::after {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #34b5d9;
    border-radius: 50%;
    box-shadow: 0 0 80px #00c7ff;
    transition: .5s;
    z-index: -1
}

#footer .module--floating-button .floating-button::before {
    width: calc(100% + 35px);
    height: calc(100% + 35px)
}

#footer .module--floating-button .floating-button::after {
    width: calc(100% + 75px);
    height: calc(100% + 75px)
}

#footer .module--floating-button .floating-button:active::before,
#footer .module--floating-button .floating-button:focus::before,
#footer .module--floating-button .floating-button:hover::before,
#footer .module--floating-button .floating-button.hover::before {
    opacity: .6;
    visibility: visible
}

#footer .module--floating-button .floating-button:active::after,
#footer .module--floating-button .floating-button:focus::after,
#footer .module--floating-button .floating-button:hover::after,
#footer .module--floating-button .floating-button.hover::after {
    opacity: .4;
    visibility: visible
}

#footer .module--floating-button .floating-button span {
    font-size: clamp(25px, 3vw, 35px);
    font-weight: 900;
    text-transform: none
}

#footer .module--floating-button .form {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    margin: 0 auto;
    max-width: 1070px;
    overflow-x: auto;
    padding: 90px 20px;
    transition: .3s linear
}

#footer .module--floating-button .form__inner {
    margin-top: auto;
    margin-bottom: auto;
    width: 100%
}

#footer .module--floating-button .form__meta {
    margin-bottom: 20px;
    position: relative
}

#footer .module--floating-button .form__close {
    position: absolute;
    right: 20px;
    bottom: 100%;
    transform: rotate(180deg);
    background-color: #fff;
    border-radius: 50%;
    color: #424548;
    font-size: 20px;
    min-width: 0;
    padding: 18px;
    transition: .3s;
    border: none;
}

#footer .module--floating-button .form__close:active,
#footer .module--floating-button .form__close:focus,
#footer .module--floating-button .form__close:hover {
    transform: rotate(0deg)
}

#footer .module--floating-button .form__title {
    font-family: "Lato", sans-serif;
    font-size: clamp(21px, 5vw, 29px);
    font-weight: 700
}

#footer .module--floating-button .form__item input {
    color: #fff
}

#footer .module--floating-button .form__item label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important
}


#footer .module--floating-button.js-active::before {
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    width: calc(var(--size) + 50vw);
    height: calc(var(--size) + 50vw)
}

#footer .module--floating-button.js-active .floating-button {
    display: none
}

#footer .module--floating-button.js-active .form {
    opacity: 1;
    visibility: visible;
    transition-delay: .5s
}

@media only screen and (max-width: 1700px)and (min-width: 1201px) {
    #footer .module--floating-button .form {
        zoom: 1.3
    }
}

/* Icon css */
.ontrak_icon-close {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ontrak_icon-close:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ontrak_icon-close:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}