* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html,
body {
    margin: 0;
    -webkit-text-size-adjust: 100%
}

main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 13px
}

small * {
    font-size: 13px !important
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    width: auto;
    max-width: 100%
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button:focus-visible,
input:focus-visible,
optgroup:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: initial
}

select {
    -webkit-appearance: none
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

:root {
    --green: #6FCA93;
    --green-hover: #6FCA93;
    --blue: #4577F6;
    --blue-hover: #4577F6;
    --blue-light: #45B6F6;
    --blue-light-hover: #45B6F6;
    --red-light: #D88776;
    --red-light-hover: #D88776;
    --red: #d53131;
    --red-hover: #ba1f1f;
    --orange: #d4781e;
    --orange-hover: #c86709;
    --yellow: #e5ac00;
    --yellow-hover: #EEBB21;
    --blue-marino: #12224A;
    --blue-marino-hover: #12224A;
    --gray-light: #d5d5d5;
    --gray-normal: #575E71;
    --gray-strong: #333333;
    --black: #1A1A1A;
    --white: #ffffff;
    --bg: #E8EEFF;
    --font: "Epilogue"
}

[data-theme=light] {
    --green: rgba(64, 193, 172, .85);
    --green-hover: rgba(64, 193, 172, 1);
    --blue: #4577F6;
    --blue-hover: #4577F6;
    --blue-light: #45B6F6;
    --blue-light-hover: #45B6F6;
    --red: #d53131;
    --red-hover: #ba1f1f;
    --orange: #d4781e;
    --orange-hover: #c86709;
    --yellow: #e5ac00;
    --yellow-hover: #EEBB21;
    --blue-marino: #12224A;
    --blue-marino-hover: #12224A;
    --gray-light: #9e9e9e;
    --gray-normal: #cfcfcf;
    --gray-strong: #dbdbdb;
    --black: #000000;
    --white: #1c1c1c;
    --white-light: #f6f6f6;
    --bg: #E8EEFF
}

@font-face {
    font-family: fontawesome;
    src: url(../fonts_awesome_4_7/fontawesome-webfont.eot);
    src: url(../fonts-awesome_4_7/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts-awesome_4_7/fontawesome-webfont.svg) format("svg"), url(../fonts-awesome_4_7/fontawesome-webfont.ttf) format("truetype"), url(../fonts-awesome_4_7/fontawesome-webfont.woff) format("woff"), url(../fonts-awesome_4_7/fontawesome-webfont.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

.color-none {
    color: transparent !important
}

.color-green,
.color-green-hover {
    color: #6fca93
}

.color-blue,
.color-blue-hover {
    color: #4577f6
}

.color-blue-light,
.color-blue-light-hover {
    color: #45b6f6
}

.color-red-light,
.color-red-light-hover {
    color: #d88776
}

.color-red {
    color: #d53131
}

.color-red-hover {
    color: #ba1f1f
}

.color-orange {
    color: #d4781e
}

.color-orange-hover {
    color: #c86709
}

.color-yellow {
    color: #e5ac00
}

.color-yellow-hover {
    color: #eebb21
}

.color-blue-marino,
.color-blue-marino-hover {
    color: #12224a
}

.color-gray-light {
    color: #d5d5d5
}

.color-gray-normal {
    color: #575e71
}

.color-gray-strong {
    color: #333
}

.color-black {
    color: #1a1a1a
}

.color-white {
    color: #fff
}

.color-bg {
    color: #e8eeff
}

[data-theme=light] .color-green {
    color: #40c1acd9
}

[data-theme=light] .color-green-hover {
    color: #40c1ac
}

[data-theme=light] .color-blue,
[data-theme=light] .color-blue-hover {
    color: #4577f6
}

[data-theme=light] .color-blue-light,
[data-theme=light] .color-blue-light-hover {
    color: #45b6f6
}

[data-theme=light] .color-red {
    color: #d53131
}

[data-theme=light] .color-red-hover {
    color: #ba1f1f
}

[data-theme=light] .color-orange {
    color: #d4781e
}

[data-theme=light] .color-orange-hover {
    color: #c86709
}

[data-theme=light] .color-yellow {
    color: #e5ac00
}

[data-theme=light] .color-yellow-hover {
    color: #eebb21
}

[data-theme=light] .color-blue-marino,
[data-theme=light] .color-blue-marino-hover {
    color: #12224a
}

[data-theme=light] .color-gray-light {
    color: #9e9e9e
}

[data-theme=light] .color-gray-normal {
    color: #cfcfcf
}

[data-theme=light] .color-gray-strong {
    color: #dbdbdb
}

[data-theme=light] .color-black {
    color: #000
}

[data-theme=light] .color-white {
    color: #1c1c1c
}

[data-theme=light] .color-white-light {
    color: #f6f6f6
}

[data-theme=light] .color-bg {
    color: #e8eeff
}

.bg-green,
.bg-green-hover {
    background: #6fca93;
    background-color: #6fca93
}

.bg-blue,
.bg-blue-hover {
    background: #4577f6;
    background-color: #4577f6
}

.bg-blue-light,
.bg-blue-light-hover {
    background: #45b6f6;
    background-color: #45b6f6
}

.bg-red-light,
.bg-red-light-hover {
    background: #d88776;
    background-color: #d88776
}

.bg-red {
    background: #d53131;
    background-color: #d53131
}

.bg-red-hover {
    background: #ba1f1f;
    background-color: #ba1f1f
}

.bg-orange {
    background: #d4781e;
    background-color: #d4781e
}

.bg-orange-hover {
    background: #c86709;
    background-color: #c86709
}

.bg-yellow {
    background: #e5ac00;
    background-color: #e5ac00
}

.bg-yellow-hover {
    background: #eebb21;
    background-color: #eebb21
}

.bg-blue-marino,
.bg-blue-marino-hover {
    background: #12224a;
    background-color: #12224a
}

.bg-gray-light {
    background: #d5d5d5;
    background-color: #d5d5d5
}

.bg-gray-normal {
    background: #575e71;
    background-color: #575e71
}

.bg-gray-strong {
    background: #333;
    background-color: #333
}

.bg-black {
    background: #1a1a1a;
    background-color: #1a1a1a
}

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

.bg-bg {
    background: #e8eeff;
    background-color: #e8eeff
}

[data-theme=light] .bg-green {
    background: #40c1acd9;
    background-color: #40c1acd9
}

[data-theme=light] .bg-green-hover {
    background: #40c1ac;
    background-color: #40c1ac
}

[data-theme=light] .bg-blue,
[data-theme=light] .bg-blue-hover {
    background: #4577f6;
    background-color: #4577f6
}

[data-theme=light] .bg-blue-light,
[data-theme=light] .bg-blue-light-hover {
    background: #45b6f6;
    background-color: #45b6f6
}

[data-theme=light] .bg-red {
    background: #d53131;
    background-color: #d53131
}

[data-theme=light] .bg-red-hover {
    background: #ba1f1f;
    background-color: #ba1f1f
}

[data-theme=light] .bg-orange {
    background: #d4781e;
    background-color: #d4781e
}

[data-theme=light] .bg-orange-hover {
    background: #c86709;
    background-color: #c86709
}

[data-theme=light] .bg-yellow {
    background: #e5ac00;
    background-color: #e5ac00
}

[data-theme=light] .bg-yellow-hover {
    background: #eebb21;
    background-color: #eebb21
}

[data-theme=light] .bg-blue-marino,
[data-theme=light] .bg-blue-marino-hover {
    background: #12224a;
    background-color: #12224a
}

[data-theme=light] .bg-gray-light {
    background: #9e9e9e;
    background-color: #9e9e9e
}

[data-theme=light] .bg-gray-normal {
    background: #cfcfcf;
    background-color: #cfcfcf
}

[data-theme=light] .bg-gray-strong {
    background: #dbdbdb;
    background-color: #dbdbdb
}

[data-theme=light] .bg-black {
    background: #000;
    background-color: #000
}

[data-theme=light] .bg-white {
    background: #1c1c1c;
    background-color: #1c1c1c
}

[data-theme=light] .bg-white-light {
    background: #f6f6f6;
    background-color: #f6f6f6
}

[data-theme=light] .bg-bg {
    background: #e8eeff;
    background-color: #e8eeff
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: initial !important;
    height: 40px !important;
    font-size: 16px !important;
    line-height: 40px !important;
    padding: 0 40px !important;
    transition: all .3s ease;
    border: none;
    text-decoration: initial !important;
    border-radius: 50px;
    background-color: #b3b3b3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.btn[disabled] {
    background-color: var(--gray-light) !important;
    border: 1px solid var(--gray-light) !important;
    opacity: .8 !important
}

.btn[disabled].btn-yellow {
    background-color: var(--gray-light) !important;
    border: 1px solid var(--gray-light) !important;
    opacity: .4 !important
}

.btn[disabled].btn-yellow:hover {
    cursor: not-allowed;
    background-color: var(--gray-light) !important;
    border: 1px solid var(--gray-light) !important;
    opacity: .5 !important
}

.btn[disabled]:hover {
    cursor: not-allowed;
    background-color: var(--gray-light) !important;
    border: 1px solid var(--gray-light) !important;
    opacity: 1 !important
}

.btn strong {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.btn:hover,
.btn:focus {
    text-decoration: initial;
    outline: initial;
    cursor: pointer
}

.btn-padding {
    padding: 0 10px !important;
    line-height: 34px !important;
    height: 34px !important
}

.btn-padding.color-white {
    color: var(--white)
}

.btn-large {
    padding: 0 30px !important;
    line-height: 50px !important;
    height: 50px !important;
    margin-top: initial !important
}

.btn-large.color-white {
    color: var(--white)
}

.btn-small {
    padding: 0 15px !important;
    line-height: 30px !important;
    height: 30px !important;
    font-size: 13px !important;
    margin-top: initial !important;
    vertical-align: middle
}

.btn-small.color-white {
    color: var(--white)
}

.btn-offset {
    background-color: transparent !important;
    color: #b3b3b3 !important;
    border: 1px solid #b3b3b3 !important
}

.btn-offset.color-white {
    color: var(--white)
}

.btn-offset:hover {
    background-color: #b3b3b3 !important;
    color: var(--white) !important
}

.btn.color-white {
    color: var(--white) !important
}

.swal2-styled.swal2-cancel.btn-black,
.swal2-styled.swal2-confirm.btn-black {
    background-color: var(--black) !important;
    border: 1px solid var(--black) !important
}

.swal2-styled.swal2-cancel.btn-black:hover,
.swal2-styled.swal2-cancel.btn-black:focus,
.swal2-styled.swal2-confirm.btn-black:hover,
.swal2-styled.swal2-confirm.btn-black:focus {
    background-color: var(--black) !important;
    border: 1px solid var(--black) !important
}

.btn-green,
.btn-green.swal2-styled,
.btn-green.swal2-styled.swal2-cancel,
.btn-green.swal2-styled.swal2-confirm {
    background-color: var(--green);
    color: var(--black);
    border: 1px solid var(--green);
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    transition: all .2s linear;
    min-width: 80px
}

.btn-green:focus,
.btn-green.swal2-styled:focus,
.btn-green.swal2-styled.swal2-cancel:focus,
.btn-green.swal2-styled.swal2-confirm:focus {
    outline: none;
    box-shadow: initial;
    opacity: .9 !important;
    background-image: initial !important
}

.btn-green:hover,
.btn-green:active,
.btn-green.swal2-styled:hover,
.btn-green.swal2-styled:active,
.btn-green.swal2-styled.swal2-cancel:hover,
.btn-green.swal2-styled.swal2-cancel:active,
.btn-green.swal2-styled.swal2-confirm:hover,
.btn-green.swal2-styled.swal2-confirm:active {
    outline: none;
    box-shadow: initial;
    background-color: var(--green-hover) !important;
    opacity: .85;
    background-image: initial !important
}

.btn-green.color-white,
.btn-green.swal2-styled.color-white,
.btn-green.swal2-styled.swal2-cancel.color-white,
.btn-green.swal2-styled.swal2-confirm.color-white {
    color: var(--white)
}

.btn-green.color-white:hover,
.btn-green.swal2-styled.color-white:hover,
.btn-green.swal2-styled.swal2-cancel.color-white:hover,
.btn-green.swal2-styled.swal2-confirm.color-white:hover {
    background-color: var(--green) !important;
    opacity: .7 !important
}

.btn-green-offset {
    background-color: transparent !important;
    color: var(--green) !important;
    border: 1px solid var(--green) !important
}

.btn-green-offset.swal2-styled,
.btn-green-offset.swal2-styled.swal2-cancel,
.btn-green-offset.swal2-styled.swal2-confirm {
    border-radius: 50px;
    min-width: 150px
}

.btn-green-offset:hover {
    background-color: var(--green) !important;
    color: var(--white) !important
}

.btn-green-offset.is-active {
    background-color: var(--green) !important;
    color: var(--black) !important
}

.btn-green-hover,
.btn-green-hover.swal2-styled,
.btn-green-hover.swal2-styled.swal2-cancel,
.btn-green-hover.swal2-styled.swal2-confirm {
    background-color: var(--green-hover);
    color: var(--black);
    border: 1px solid var(--green-hover);
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    transition: all .2s linear;
    min-width: 80px
}

.btn-green-hover:focus,
.btn-green-hover.swal2-styled:focus,
.btn-green-hover.swal2-styled.swal2-cancel:focus,
.btn-green-hover.swal2-styled.swal2-confirm:focus {
    outline: none;
    box-shadow: initial;
    opacity: .9 !important;
    background-image: initial !important
}

.btn-green-hover:hover,
.btn-green-hover:active,
.btn-green-hover.swal2-styled:hover,
.btn-green-hover.swal2-styled:active,
.btn-green-hover.swal2-styled.swal2-cancel:hover,
.btn-green-hover.swal2-styled.swal2-cancel:active,
.btn-green-hover.swal2-styled.swal2-confirm:hover,
.btn-green-hover.swal2-styled.swal2-confirm:active {
    outline: none;
    box-shadow: initial;
    background-color: var(--green-hover-hover) !important;
    opacity: .85;
    background-image: initial !important
}

.btn-green-hover.color-white,
.btn-green-hover.swal2-styled.color-white,
.btn-green-hover.swal2-styled.swal2-cancel.color-white,
.btn-green-hover.swal2-styled.swal2-confirm.color-white {
    color: var(--white)
}

.btn-green-hover.color-white:hover,
.btn-green-hover.swal2-styled.color-white:hover,
.btn-green-hover.swal2-styled.swal2-cancel.color-white:hover,
.btn-green-hover.swal2-styled.swal2-confirm.color-white:hover {
    background-color: var(--green-hover) !important;
    opacity: .7 !important
}

.btn-green-hover-offset {
    background-color: transparent !important;
    color: var(--green-hover) !important;
    border: 1px solid var(--green-hover) !important
}

.btn-green-hover-offset.swal2-styled,
.btn-green-hover-offset.swal2-styled.swal2-cancel,
.btn-green-hover-offset.swal2-styled.swal2-confirm {
    border-radius: 50px;
    min-width: 150px
}

.btn-green-hover-offset:hover {
    background-color: var(--green-hover) !important;
    color: var(--white) !important
}

.btn-green-hover-offset.is-active {
    background-color: var(--green-hover) !important;
    color: var(--black) !important
}

.btn-blue,
.btn-blue.swal2-styled,
.btn-blue.swal2-styled.swal2-cancel,
.btn-blue.swal2-styled.swal2-confirm {
    background-color: var(--blue);
    color: var(--black);
    border: 1px solid var(--blue);
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    transition: all .2s linear;
    min-width: 80px
}

.btn-blue:focus,
.btn-blue.swal2-styled:focus,
.btn-blue.swal2-styled.swal2-cancel:focus,
.btn-blue.swal2-styled.swal2-confirm:focus {
    outline: none;
    box-shadow: initial;
    opacity: .9 !important;
    background-image: initial !important
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue.swal2-styled:hover,
.btn-blue.swal2-styled:active,
.btn-blue.swal2-styled.swal2-cancel:hover,
.btn-blue.swal2-styled.swal2-cancel:active,
.btn-blue.swal2-styled.swal2-confirm:hover,
.btn-blue.swal2-styled.swal2-confirm:active {
    outline: none;
    box-shadow: initial;
    background-color: var(--blue-hover) !important;
    opacity: .85;
    background-image: initial !important
}

.btn-blue.color-white,
.btn-blue.swal2-styled.color-white,
.btn-blue.swal2-styled.swal2-cancel.color-white,
.btn-blue.swal2-styled.swal2-confirm.color-white {
    color: var(--white)
}

.btn-blue.color-white:hover,
.btn-blue.swal2-styled.color-white:hover,
.btn-blue.swal2-styled.swal2-cancel.color-white:hover,
.btn-blue.swal2-styled.swal2-confirm.color-white:hover {
    background-color: var(--blue) !important;
    opacity: .7 !important
}

.btn-blue-offset {
    background-color: transparent !important;
    color: var(--blue) !important;
    border: 1px solid var(--blue) !important
}

.btn-blue-offset.swal2-styled,
.btn-blue-offset.swal2-styled.swal2-cancel,
.btn-blue-offset.swal2-styled.swal2-confirm {
    border-radius: 50px;
    min-width: 150px
}

.btn-blue-offset:hover {
    background-color: var(--blue) !important;
    color: var(--white) !important
}

.btn-blue-offset.is-active {
    background-color: var(--blue) !important;
    color: var(--black) !important
}

.btn-blue-hover,
.btn-blue-hover.swal2-styled,
.btn-blue-hover.swal2-styled.swal2-cancel,
.btn-blue-hover.swal2-styled.swal2-confirm {
    background-color: var(--blue-hover);
    color: var(--black);
    border: 1px solid var(--blue-hover);
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    transition: all .2s linear;
    min-width: 80px
}

.btn-blue-hover:focus,
.btn-blue-hover.swal2-styled:focus,
.btn-blue-hover.swal2-styled.swal2-cancel:focus,
.btn-blue-hover.swal2-styled.swal2-confirm:focus {
    outline: none;
    box-shadow: initial;
    opacity: .9 !important;
    background-image: initial !important
}

.btn-blue-hover:hover,
.btn-blue-hover:active,
.btn-blue-hover.swal2-styled:hover,
.btn-blue-hover.swal2-styled:active,
.btn-blue-hover.swal2-styled.swal2-cancel:hover,
.btn-blue-hover.swal2-styled.swal2-cancel:active,
.btn-blue-hover.swal2-styled.swal2-confirm:hover,
.btn-blue-hover.swal2-styled.swal2-confirm:active {
    outline: none;
    box-shadow: initial;
    background-color: var(--blue-hover-hover) !important;
    opacity: .85;
    background-image: initial !important
}

.btn-blue-hover.color-white,
.btn-blue-hover.swal2-styled.color-white,
.btn-blue-hover.swal2-styled.swal2-cancel.color-white,
.btn-blue-hover.swal2-styled.swal2-confirm.color-white {
    color: var(--white)
}

.btn-blue-hover.color-white:hover,
.btn-blue-hover.swal2-styled.color-white:hover,
.btn-blue-hover.swal2-styled.swal2-cancel.color-white:hover,
.btn-blue-hover.swal2-styled.swal2-confirm.color-white:hover {
    background-color: var(--blue-hover) !important;
    opacity: .7 !important
}

.btn-blue-hover-offset {
    background-color: transparent !important;
    color: var(--blue-hover) !important;
    border: 1px solid var(--blue-hover) !important
}

.btn-blue-hover-offset.swal2-styled,
.btn-blue-hover-offset.swal2-styled.swal2-cancel,
.btn-blue-hover-offset.swal2-styled.swal2-confirm {
    border-radius: 50px;
    min-width: 150px
}

.btn-blue-hover-offset:hover {
    background-color: var(--blue-hover) !important;
    color: var(--white) !important
}

.btn-blue-hover-offset.is-active {
    background-color: var(--blue-hover) !important;
    color: var(--black) !important
}

.btn-blue-light,
.btn-blue-light.swal2-styled,
.btn-blue-light.swal2-styled.swal2-cancel,
.btn-blue-light.swal2-styled.swal2-confirm {
    background-color: var(--blue-light);
    color: var(--black);
    border: 1px solid var(--blue-light);
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    transition: all .2s linear;
    min-width: 80px
}

.btn-blue-light:focus,
.btn-blue-light.swal2-styled:focus,
.btn-blue-light.swal2-styled.swal2-cancel:focus,
.btn-blue-light.swal2-styled.swal2-confirm:focus {
    outline: none;
    box-shadow: initial;
    opacity: .9 !important;
    background-image: initial !important
}

.btn-blue-light:hover,
.btn-blue-light:active,
.btn-blue-light.swal2-styled:hover,
.btn-blue-light.swal2-styled:active,
.btn-blue-light.swal2-styled.swal2-cancel:hover,
.btn-blue-light.swal2-styled.swal2-cancel:active,
.btn-blue-light.swal2-styled.swal2-confirm:hover,
.btn-blue-light.swal2-styled.swal2-confirm:active {
    outline: none;
    box-shadow: initial;
    background-color: var(--blue-light-hover) !important;
    opacity: .85;
    background-image: initial !important
}

.btn-blue-light.color-white,
.btn-blue-light.swal2-styled.color-white,
.btn-blue-light.swal2-styled.swal2-cancel.color-white,
.btn-blue-light.swal2-styled.swal2-confirm.color-white {
    color: var(--white)
}

.btn-blue-light.color-white:hover,
.btn-blue-light.swal2-styled.color-white:hover,
.btn-blue-light.swal2-styled.swal2-cancel.color-white:hover,
.btn-blue-light.swal2-styled.swal2-confirm.color-white:hover {
    background-color: var(--blue-light) !important;
    opacity: .7 !important
}

.btn-blue-light-offset {
    background-color: transparent !important;
    color: var(--blue-light) !important;
    border: 1px solid var(--blue-light) !important
}

.btn-blue-light-offset.swal2-styled,
.btn-blue-light-offset.swal2-styled.swal2-cancel,
.btn-blue-light-offset.swal2-styled.swal2-confirm {
    border-radius: 50px;
    min-width: 150px
}

.btn-blue-light-offset:hover {
    background-color: var(--blue-light) !important;
    color: var(--white) !important
}

.btn-blue-light-offset.is-active {
    background-color: var(--blue-light) !important;
    color: var(--black) !important
}

.btn-blue-light-hover,
.btn-blue-light-hover.swal2-styled,
.btn-blue-light-hover.swal2-styled.swal2-cancel,
.btn-blue-light-hover.swal2-styled.swal2-confirm {
    background-color: var(--blue-light-hover);
    color: var(--black);
    border: 1px solid var(--blue-light-hover);
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    transition: all .2s linear;
    min-width: 80px
}

.btn-blue-light-hover:focus,
.btn-blue-light-hover.swal2-styled:focus,
.btn-blue-light-hover.swal2-styled.swal2-cancel:focus,
.btn-blue-light-hover.swal2-styled.swal2-confirm:focus {
    outline: none;
    box-shadow: initial;
    opacity: .9 !important;
    background-image: initial !important
}

.btn-blue-light-hover:hover,
.btn-blue-light-hover:active,
.btn-blue-light-hover.swal2-styled:hover,
.btn-blue-light-hover.swal2-styled:active,
.btn-blue-light-hover.swal2-styled.swal2-cancel:hover,
.btn-blue-light-hover.swal2-styled.swal2-cancel:active,
.btn-blue-light-hover.swal2-styled.swal2-confirm:hover,
.btn-blue-light-hover.swal2-styled.swal2-confirm:active {
    outline: none;
    box-shadow: initial;
    background-color: var(--blue-light-hover-hover) !important;
    opacity: .85;
    background-image: initial !important
}

.btn-blue-light-hover.color-white,
.btn-blue-light-hover.swal2-styled.color-white,
.btn-blue-light-hover.swal2-styled.swal2-cancel.color-white,
.btn-blue-light-hover.swal2-styled.swal2-confirm.color-white {
    color: var(--white)
}

.btn-blue-light-hover.color-white:hover,
.btn-blue-light-hover.swal2-styled.color-white:hover,
.btn-blue-light-hover.swal2-styled.swal2-cancel.color-white:hover,
.btn-blue-light-hover.swal2-styled.swal2-confirm.color-white:hover {
    background-color: var(--blue-light-hover) !important;
    opacity: .7 !important
}

.btn-blue-light-hover-offset {
    background-color: transparent !important;
    color: var(--blue-light-hover) !important;
    border: 1px solid var(--blue-light-hover) !important
}

.btn-blue-light-hover-offset.swal2-styled,
.btn-blue-light-hover-offset.swal2-styled.swal2-cancel,
.btn-blue-light-hover-offset.swal2-styled.swal2-confirm {
    border-radius: 50px;
    min-width: 150px
}

.btn-blue-light-hover-offset:hover {
    background-color: var(--blue-light-hover) !important;
    color: var(--white) !important
}

.btn-blue-light-hover-offset.is-active {
    background-color: var(--blue-light-hover) !important;
    color: var(--black) !important
}

.btn-red-light,
.btn-red-light.swal2-styled,
.btn-red-light.swal2-styled.swal2-cancel,
.btn-red-light.swal2-styled.swal2-confirm {
    background-color: var(--red-light);
    color: var(--black);
    border: 1px solid var(--red-light);
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    transition: all .2s linear;
    min-width: 80px
}

.btn-red-light:focus,
.btn-red-light.swal2-styled:focus,
.btn-red-light.swal2-styled.swal2-cancel:focus,
.btn-red-light.swal2-styled.swal2-confirm:focus {
    outline: none;
    box-shadow: initial;
    opacity: .9 !important;
    background-image: initial !important
}

.btn-red-light:hover,
.btn-red-light:active,
.btn-red-light.swal2-styled:hover,
.btn-red-light.swal2-styled:active,
.btn-red-light.swal2-styled.swal2-cancel:hover,
.btn-red-light.swal2-styled.swal2-cancel:active,
.btn-red-light.swal2-styled.swal2-confirm:hover,
.btn-red-light.swal2-styled.swal2-confirm:active {
    outline: none;
    box-shadow: initial;
    background-color: var(--red-light-hover) !important;
    opacity: .85;
    background-image: initial !important
}

.btn-red-light.color-white,
.btn-red-light.swal2-styled.color-white,
.btn-red-light.swal2-styled.swal2-cancel.color-white,
.btn-red-light.swal2-styled.swal2-confirm.color-white {
    color: var(--white)
}

.btn-red-light.color-white:hover,
.btn-red-light.swal2-styled.color-white:hover,
.btn-red-light.swal2-styled.swal2-cancel.color-white:hover,
.btn-red-light.swal2-styled.swal2-confirm.color-white:hover {
    background-color: var(--red-light) !important;
    opacity: .7 !important
}

.btn-red-light-offset {
    background-color: transparent !important;
    color: var(--red-light) !important;
    border: 1px solid var(--red-light) !important
}

.btn-red-light-offset.swal2-styled,
.btn-red-light-offset.swal2-styled.swal2-cancel,
.btn-red-light-offset.swal2-styled.swal2-confirm {
    border-radius: 50px;
    min-width: 150px
}

.btn-red-light-offset:hover {
    background-color: var(--red-light) !important;
    color: var(--white) !important
}

.btn-red-light-offset.is-active {
    background-color: var(--red-light) !important;
    color: var(--black) !important
}

.btn-red-light-hover,
.btn-red-light-hover.swal2-styled,
.btn-red-light-hover.swal2-styled.swal2-cancel,
.btn-red-light-hover.swal2-styled.swal2-confirm {
    background-color: var(--red-light-hover);
    color: var(--black);
    border: 1px solid var(--red-light-hover);
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    transition: all .2s linear;
    min-width: 80px
}

.btn-red-light-hover:focus,
.btn-red-light-hover.swal2-styled:focus,
.btn-red-light-hover.swal2-styled.swal2-cancel:focus,
.btn-red-light-hover.swal2-styled.swal2-confirm:focus {
    outline: none;
    box-shadow: initial;
    opacity: .9 !important;
    background-image: initial !important
}

.btn-red-light-hover:hover,
.btn-red-light-hover:active,
.btn-red-light-hover.swal2-styled:hover,
.btn-red-light-hover.swal2-styled:active,
.btn-red-light-hover.swal2-styled.swal2-cancel:hover,
.btn-red-light-hover.swal2-styled.swal2-cancel:active,
.btn-red-light-hover.swal2-styled.swal2-confirm:hover,
.btn-red-light-hover.swal2-styled.swal2-confirm:active {
    outline: none;
    box-shadow: initial;
    background-color: var(--red-light-hover-hover) !important;
    opacity: .85;
    background-image: initial !important
}

.btn-red-light-hover.color-white,
.btn-red-light-hover.swal2-styled.color-white,
.btn-red-light-hover.swal2-styled.swal2-cancel.color-white,
.btn-red-light-hover.swal2-styled.swal2-confirm.color-white {
    color: var(--white)
}

.btn-red-light-hover.color-white:hover,
.btn-red-light-hover.swal2-styled.color-white:hover,
.btn-red-light-hover.swal2-styled.swal2-cancel.color-white:hover,
.btn-red-light-hover.swal2-styled.swal2-confirm.color-white:hover {
    background-color: var(--red-light-hover) !important;
    opacity: .7 !important
}

.btn-red-light-hover-offset {
    background-color: transparent !important;
    color: var(--red-light-hover) !important;
    border: 1px solid var(--red-light-hover) !important
}

.btn-red-light-hover-offset.swal2-styled,
.btn-red-light-hover-offset.swal2-styled.swal2-cancel,
.btn-red-light-hover-offset.swal2-styled.swal2-confirm {
    border-radius: 50px;
    min-width: 150px
}

.btn-red-light-hover-offset:hover {
    background-color: var(--red-light-hover) !important;
    color: var(--white) !important
}

.btn-red-light-hover-offset.is-active {
    background-color: var(--red-light-hover) !important;
    color: var(--black) !important
}

.btn-red,
.btn-red.swal2-styled,
.btn-red.swal2-styled.swal2-cancel,
.btn-red.swal2-styled.swal2-confirm {
    background-color: var(--red);
    color: var(--black);
    border: 1px solid var(--red);
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    transition: all .2s linear;
    min-width: 80px
}

.btn-red:focus,
.btn-red.swal2-styled:focus,
.btn-red.swal2-styled.swal2-cancel:focus,
.btn-red.swal2-styled.swal2-confirm:focus {
    outline: none;
    box-shadow: initial;
    opacity: .9 !important;
    background-image: initial !important
}

.btn-red:hover,
.btn-red:active,
.btn-red.swal2-styled:hover,
.btn-red.swal2-styled:active,
.btn-red.swal2-styled.swal2-cancel:hover,
.btn-red.swal2-styled.swal2-cancel:active,
.btn-red.swal2-styled.swal2-confirm:hover,
.btn-red.swal2-styled.swal2-confirm:active {
    outline: none;
    box-shadow: initial;
    background-color: var(--red-hover) !important;
    opacity: .85;
    background-image: initial !important
}

.btn-red.color-white,
.btn-red.swal2-styled.color-white,
.btn-red.swal2-styled.swal2-cancel.color-white,
.btn-red.swal2-styled.swal2-confirm.color-white {
    color: var(--white)
}

.btn-red.color-white:hover,
.btn-red.swal2-styled.color-white:hover,
.btn-red.swal2-styled.swal2-cancel.color-white:hover,
.btn-red.swal2-styled.swal2-confirm.color-white:hover {
    background-color: var(--red) !important;
    opacity: .7 !important
}

.btn-red-offset {
    background-color: transparent !important;
    color: var(--red) !important;
    border: 1px solid var(--red) !important
}

.btn-red-offset.swal2-styled,
.btn-red-offset.swal2-styled.swal2-cancel,
.btn-red-offset.swal2-styled.swal2-confirm {
    border-radius: 50px;
    min-width: 150px
}

.btn-red-offset:hover {
    background-color: var(--red) !important;
    color: var(--white) !important
}

.btn-red-offset.is-active {
    background-color: var(--red) !important;
    color: var(--black) !important
}

.btn-red-hover,
.btn-red-hover.swal2-styled,
.btn-red-hover.swal2-styled.swal2-cancel,
.btn-red-hover.swal2-styled.swal2-confirm {
    background-color: var(--red-hover);
    color: var(--black);
    border: 1px solid var(--red-hover);
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    transition: all .2s linear;
    min-width: 80px
}

.btn-red-hover:focus,
.btn-red-hover.swal2-styled:focus,
.btn-red-hover.swal2-styled.swal2-cancel:focus,
.btn-red-hover.swal2-styled.swal2-confirm:focus {
    outline: none;
    box-shadow: initial;
    opacity: .9 !important;
    background-image: initial !important
}

.btn-red-hover:hover,
.btn-red-hover:active,
.btn-red-hover.swal2-styled:hover,
.btn-red-hover.swal2-styled:active,
.btn-red-hover.swal2-styled.swal2-cancel:hover,
.btn-red-hover.swal2-styled.swal2-cancel:active,
.btn-red-hover.swal2-styled.swal2-confirm:hover,
.btn-red-hover.swal2-styled.swal2-confirm:active {
    outline: none;
    box-shadow: initial;
    background-color: var(--red-hover-hover) !important;
    opacity: .85;
    background-image: initial !important
}

.btn-red-hover.color-white,
.btn-red-hover.swal2-styled.color-white,
.btn-red-hover.swal2-styled.swal2-cancel.color-white,
.btn-red-hover.swal2-styled.swal2-confirm.color-white {
    color: var(--white)
}

.btn-red-hover.color-white:hover,
.btn-red-hover.swal2-styled.color-white:hover,
.btn-red-hover.swal2-styled.swal2-cancel.color-white:hover,
.btn-red-hover.swal2-styled.swal2-confirm.color-white:hover {
    background-color: var(--red-hover) !important;
    opacity: .7 !important
}

.btn-red-hover-offset {
    background-color: transparent !important;
    color: var(--red-hover) !important;
    border: 1px solid var(--red-hover) !important
}

.btn-red-hover-offset.swal2-styled,
.btn-red-hover-offset.swal2-styled.swal2-cancel,
.btn-red-hover-offset.swal2-styled.swal2-confirm {
    border-radius: 50px;
    min-width: 150px
}

.btn-red-hover-offset:hover {
    background-color: var(--red-hover) !important;
    color: var(--white) !important
}

.btn-red-hover-offset.is-active {
    background-color: var(--red-hover) !important;
    color: var(--black) !important
}

.btn-orange,
.btn-orange.swal2-styled,
.btn-orange.swal2-styled.swal2-cancel,
.btn-orange.swal2-styled.swal2-confirm {
    background-color: var(--orange);
    color: var(--black);
    border: 1px solid var(--orange);
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    transition: all .2s linear;
    min-width: 80px
}

.btn-orange:focus,
.btn-orange.swal2-styled:focus,
.btn-orange.swal2-styled.swal2-cancel:focus,
.btn-orange.swal2-styled.swal2-confirm:focus {
    outline: none;
    box-shadow: initial;
    opacity: .9 !important;
    background-image: initial !important
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange.swal2-styled:hover,
.btn-orange.swal2-styled:active,
.btn-orange.swal2-styled.swal2-cancel:hover,
.btn-orange.swal2-styled.swal2-cancel:active,
.btn-orange.swal2-styled.swal2-confirm:hover,
.btn-orange.swal2-styled.swal2-confirm:active {
    outline: none;
    box-shadow: initial;
    background-color: var(--orange-hover) !important;
    opacity: .85;
    background-image: initial !important
}

.btn-orange.color-white,
.btn-orange.swal2-styled.color-white,
.btn-orange.swal2-styled.swal2-cancel.color-white,
.btn-orange.swal2-styled.swal2-confirm.color-white {
    color: var(--white)
}

.btn-orange.color-white:hover,
.btn-orange.swal2-styled.color-white:hover,
.btn-orange.swal2-styled.swal2-cancel.color-white:hover,
.btn-orange.swal2-styled.swal2-confirm.color-white:hover {
    background-color: var(--orange) !important;
    opacity: .7 !important
}

.btn-orange-offset {
    background-color: transparent !important;
    color: var(--orange) !important;
    border: 1px solid var(--orange) !important
}

.btn-orange-offset.swal2-styled,
.btn-orange-offset.swal2-styled.swal2-cancel,
.btn-orange-offset.swal2-styled.swal2-confirm {
    border-radius: 50px;
    min-width: 150px
}

.btn-orange-offset:hover {
    background-color: var(--orange) !important;
    color: var(--white) !important
}

.btn-orange-offset.is-active {
    background-color: var(--orange) !important;
    color: var(--black) !important
}

.btn-orange-hover,
.btn-orange-hover.swal2-styled,
.btn-orange-hover.swal2-styled.swal2-cancel,
.btn-orange-hover.swal2-styled.swal2-confirm {
    background-color: var(--orange-hover);
    color: var(--black);
    border: 1px solid var(--orange-hover);
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    transition: all .2s linear;
    min-width: 80px
}

.btn-orange-hover:focus,
.btn-orange-hover.swal2-styled:focus,
.btn-orange-hover.swal2-styled.swal2-cancel:focus,
.btn-orange-hover.swal2-styled.swal2-confirm:focus {
    outline: none;
    box-shadow: initial;
    opacity: .9 !important;
    background-image: initial !important
}

.btn-orange-hover:hover,
.btn-orange-hover:active,
.btn-orange-hover.swal2-styled:hover,
.btn-orange-hover.swal2-styled:active,
.btn-orange-hover.swal2-styled.swal2-cancel:hover,
.btn-orange-hover.swal2-styled.swal2-cancel:active,
.btn-orange-hover.swal2-styled.swal2-confirm:hover,
.btn-orange-hover.swal2-styled.swal2-confirm:active {
    outline: none;
    box-shadow: initial;
    background-color: var(--orange-hover-hover) !important;
    opacity: .85;
    background-image: initial !important
}

.btn-orange-hover.color-white,
.btn-orange-hover.swal2-styled.color-white,
.btn-orange-hover.swal2-styled.swal2-cancel.color-white,
.btn-orange-hover.swal2-styled.swal2-confirm.color-white {
    color: var(--white)
}

.btn-orange-hover.color-white:hover,
.btn-orange-hover.swal2-styled.color-white:hover,
.btn-orange-hover.swal2-styled.swal2-cancel.color-white:hover,
.btn-orange-hover.swal2-styled.swal2-confirm.color-white:hover {
    background-color: var(--orange-hover) !important;
    opacity: .7 !important
}

.btn-orange-hover-offset {
    background-color: transparent !important;
    color: var(--orange-hover) !important;
    border: 1px solid var(--orange-hover) !important
}

.btn-orange-hover-offset.swal2-styled,
.btn-orange-hover-offset.swal2-styled.swal2-cancel,
.btn-orange-hover-offset.swal2-styled.swal2-confirm {
    border-radius: 50px;
    min-width: 150px
}

.btn-orange-hover-offset:hover {
    background-color: var(--orange-hover) !important;
    color: var(--white) !important
}

.btn-orange-hover-offset.is-active {
    background-color: var(--orange-hover) !important;
    color: var(--black) !important
}

.btn-yellow,
.btn-yellow.swal2-styled,
.btn-yellow.swal2-styled.swal2-cancel,
.btn-yellow.swal2-styled.swal2-confirm {
    background-color: var(--yellow);
    color: var(--black);
    border: 1px solid var(--yellow);
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    transition: all .2s linear;
    min-width: 80px
}

.btn-yellow:focus,
.btn-yellow.swal2-styled:focus,
.btn-yellow.swal2-styled.swal2-cancel:focus,
.btn-yellow.swal2-styled.swal2-confirm:focus {
    outline: none;
    box-shadow: initial;
    opacity: .9 !important;
    background-image: initial !important
}

.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow.swal2-styled:hover,
.btn-yellow.swal2-styled:active,
.btn-yellow.swal2-styled.swal2-cancel:hover,
.btn-yellow.swal2-styled.swal2-cancel:active,
.btn-yellow.swal2-styled.swal2-confirm:hover,
.btn-yellow.swal2-styled.swal2-confirm:active {
    outline: none;
    box-shadow: initial;
    background-color: var(--yellow-hover) !important;
    opacity: .85;
    background-image: initial !important
}

.btn-yellow.color-white,
.btn-yellow.swal2-styled.color-white,
.btn-yellow.swal2-styled.swal2-cancel.color-white,
.btn-yellow.swal2-styled.swal2-confirm.color-white {
    color: var(--white)
}

.btn-yellow.color-white:hover,
.btn-yellow.swal2-styled.color-white:hover,
.btn-yellow.swal2-styled.swal2-cancel.color-white:hover,
.btn-yellow.swal2-styled.swal2-confirm.color-white:hover {
    background-color: var(--yellow) !important;
    opacity: .7 !important
}

.btn-yellow-offset {
    background-color: transparent !important;
    color: var(--yellow) !important;
    border: 1px solid var(--yellow) !important
}

.btn-yellow-offset.swal2-styled,
.btn-yellow-offset.swal2-styled.swal2-cancel,
.btn-yellow-offset.swal2-styled.swal2-confirm {
    border-radius: 50px;
    min-width: 150px
}

.btn-yellow-offset:hover {
    background-color: var(--yellow) !important;
    color: var(--white) !important
}

.btn-yellow-offset.is-active {
    background-color: var(--yellow) !important;
    color: var(--black) !important
}

.btn-yellow-hover,
.btn-yellow-hover.swal2-styled,
.btn-yellow-hover.swal2-styled.swal2-cancel,
.btn-yellow-hover.swal2-styled.swal2-confirm {
    background-color: var(--yellow-hover);
    color: var(--black);
    border: 1px solid var(--yellow-hover);
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    transition: all .2s linear;
    min-width: 80px
}

.btn-yellow-hover:focus,
.btn-yellow-hover.swal2-styled:focus,
.btn-yellow-hover.swal2-styled.swal2-cancel:focus,
.btn-yellow-hover.swal2-styled.swal2-confirm:focus {
    outline: none;
    box-shadow: initial;
    opacity: .9 !important;
    background-image: initial !important
}

.btn-yellow-hover:hover,
.btn-yellow-hover:active,
.btn-yellow-hover.swal2-styled:hover,
.btn-yellow-hover.swal2-styled:active,
.btn-yellow-hover.swal2-styled.swal2-cancel:hover,
.btn-yellow-hover.swal2-styled.swal2-cancel:active,
.btn-yellow-hover.swal2-styled.swal2-confirm:hover,
.btn-yellow-hover.swal2-styled.swal2-confirm:active {
    outline: none;
    box-shadow: initial;
    background-color: var(--yellow-hover-hover) !important;
    opacity: .85;
    background-image: initial !important
}

.btn-yellow-hover.color-white,
.btn-yellow-hover.swal2-styled.color-white,
.btn-yellow-hover.swal2-styled.swal2-cancel.color-white,
.btn-yellow-hover.swal2-styled.swal2-confirm.color-white {
    color: var(--white)
}

.btn-yellow-hover.color-white:hover,
.btn-yellow-hover.swal2-styled.color-white:hover,
.btn-yellow-hover.swal2-styled.swal2-cancel.color-white:hover,
.btn-yellow-hover.swal2-styled.swal2-confirm.color-white:hover {
    background-color: var(--yellow-hover) !important;
    opacity: .7 !important
}

.btn-yellow-hover-offset {
    background-color: transparent !important;
    color: var(--yellow-hover) !important;
    border: 1px solid var(--yellow-hover) !important
}

.btn-yellow-hover-offset.swal2-styled,
.btn-yellow-hover-offset.swal2-styled.swal2-cancel,
.btn-yellow-hover-offset.swal2-styled.swal2-confirm {
    border-radius: 50px;
    min-width: 150px
}

.btn-yellow-hover-offset:hover {
    background-color: var(--yellow-hover) !important;
    color: var(--white) !important
}

.btn-yellow-hover-offset.is-active {
    background-color: var(--yellow-hover) !important;
    color: var(--black) !important
}

.btn-blue-marino,
.btn-blue-marino.swal2-styled,
.btn-blue-marino.swal2-styled.swal2-cancel,
.btn-blue-marino.swal2-styled.swal2-confirm {
    background-color: var(--blue-marino);
    color: var(--black);
    border: 1px solid var(--blue-marino);
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    transition: all .2s linear;
    min-width: 80px
}

.btn-blue-marino:focus,
.btn-blue-marino.swal2-styled:focus,
.btn-blue-marino.swal2-styled.swal2-cancel:focus,
.btn-blue-marino.swal2-styled.swal2-confirm:focus {
    outline: none;
    box-shadow: initial;
    opacity: .9 !important;
    background-image: initial !important
}

.btn-blue-marino:hover,
.btn-blue-marino:active,
.btn-blue-marino.swal2-styled:hover,
.btn-blue-marino.swal2-styled:active,
.btn-blue-marino.swal2-styled.swal2-cancel:hover,
.btn-blue-marino.swal2-styled.swal2-cancel:active,
.btn-blue-marino.swal2-styled.swal2-confirm:hover,
.btn-blue-marino.swal2-styled.swal2-confirm:active {
    outline: none;
    box-shadow: initial;
    background-color: var(--blue-marino-hover) !important;
    opacity: .85;
    background-image: initial !important
}

.btn-blue-marino.color-white,
.btn-blue-marino.swal2-styled.color-white,
.btn-blue-marino.swal2-styled.swal2-cancel.color-white,
.btn-blue-marino.swal2-styled.swal2-confirm.color-white {
    color: var(--white)
}

.btn-blue-marino.color-white:hover,
.btn-blue-marino.swal2-styled.color-white:hover,
.btn-blue-marino.swal2-styled.swal2-cancel.color-white:hover,
.btn-blue-marino.swal2-styled.swal2-confirm.color-white:hover {
    background-color: var(--blue-marino) !important;
    opacity: .7 !important
}

.btn-blue-marino-offset {
    background-color: transparent !important;
    color: var(--blue-marino) !important;
    border: 1px solid var(--blue-marino) !important
}

.btn-blue-marino-offset.swal2-styled,
.btn-blue-marino-offset.swal2-styled.swal2-cancel,
.btn-blue-marino-offset.swal2-styled.swal2-confirm {
    border-radius: 50px;
    min-width: 150px
}

.btn-blue-marino-offset:hover {
    background-color: var(--blue-marino) !important;
    color: var(--white) !important
}

.btn-blue-marino-offset.is-active {
    background-color: var(--blue-marino) !important;
    color: var(--black) !important
}

.btn-blue-marino-hover,
.btn-blue-marino-hover.swal2-styled,
.btn-blue-marino-hover.swal2-styled.swal2-cancel,
.btn-blue-marino-hover.swal2-styled.swal2-confirm {
    background-color: var(--blue-marino-hover);
    color: var(--black);
    border: 1px solid var(--blue-marino-hover);
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    transition: all .2s linear;
    min-width: 80px
}

.btn-blue-marino-hover:focus,
.btn-blue-marino-hover.swal2-styled:focus,
.btn-blue-marino-hover.swal2-styled.swal2-cancel:focus,
.btn-blue-marino-hover.swal2-styled.swal2-confirm:focus {
    outline: none;
    box-shadow: initial;
    opacity: .9 !important;
    background-image: initial !important
}

.btn-blue-marino-hover:hover,
.btn-blue-marino-hover:active,
.btn-blue-marino-hover.swal2-styled:hover,
.btn-blue-marino-hover.swal2-styled:active,
.btn-blue-marino-hover.swal2-styled.swal2-cancel:hover,
.btn-blue-marino-hover.swal2-styled.swal2-cancel:active,
.btn-blue-marino-hover.swal2-styled.swal2-confirm:hover,
.btn-blue-marino-hover.swal2-styled.swal2-confirm:active {
    outline: none;
    box-shadow: initial;
    background-color: var(--blue-marino-hover-hover) !important;
    opacity: .85;
    background-image: initial !important
}

.btn-blue-marino-hover.color-white,
.btn-blue-marino-hover.swal2-styled.color-white,
.btn-blue-marino-hover.swal2-styled.swal2-cancel.color-white,
.btn-blue-marino-hover.swal2-styled.swal2-confirm.color-white {
    color: var(--white)
}

.btn-blue-marino-hover.color-white:hover,
.btn-blue-marino-hover.swal2-styled.color-white:hover,
.btn-blue-marino-hover.swal2-styled.swal2-cancel.color-white:hover,
.btn-blue-marino-hover.swal2-styled.swal2-confirm.color-white:hover {
    background-color: var(--blue-marino-hover) !important;
    opacity: .7 !important
}

.btn-blue-marino-hover-offset {
    background-color: transparent !important;
    color: var(--blue-marino-hover) !important;
    border: 1px solid var(--blue-marino-hover) !important
}

.btn-blue-marino-hover-offset.swal2-styled,
.btn-blue-marino-hover-offset.swal2-styled.swal2-cancel,
.btn-blue-marino-hover-offset.swal2-styled.swal2-confirm {
    border-radius: 50px;
    min-width: 150px
}

.btn-blue-marino-hover-offset:hover {
    background-color: var(--blue-marino-hover) !important;
    color: var(--white) !important
}

.btn-blue-marino-hover-offset.is-active {
    background-color: var(--blue-marino-hover) !important;
    color: var(--black) !important
}

.btn-gray-light,
.btn-gray-light.swal2-styled,
.btn-gray-light.swal2-styled.swal2-cancel,
.btn-gray-light.swal2-styled.swal2-confirm {
    background-color: var(--gray-light);
    color: var(--black);
    border: 1px solid var(--gray-light);
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    transition: all .2s linear;
    min-width: 80px
}

.btn-gray-light:focus,
.btn-gray-light.swal2-styled:focus,
.btn-gray-light.swal2-styled.swal2-cancel:focus,
.btn-gray-light.swal2-styled.swal2-confirm:focus {
    outline: none;
    box-shadow: initial;
    opacity: .9 !important;
    background-image: initial !important
}

.btn-gray-light:hover,
.btn-gray-light:active,
.btn-gray-light.swal2-styled:hover,
.btn-gray-light.swal2-styled:active,
.btn-gray-light.swal2-styled.swal2-cancel:hover,
.btn-gray-light.swal2-styled.swal2-cancel:active,
.btn-gray-light.swal2-styled.swal2-confirm:hover,
.btn-gray-light.swal2-styled.swal2-confirm:active {
    outline: none;
    box-shadow: initial;
    background-color: var(--gray-light-hover) !important;
    opacity: .85;
    background-image: initial !important
}

.btn-gray-light.color-white,
.btn-gray-light.swal2-styled.color-white,
.btn-gray-light.swal2-styled.swal2-cancel.color-white,
.btn-gray-light.swal2-styled.swal2-confirm.color-white {
    color: var(--white)
}

.btn-gray-light.color-white:hover,
.btn-gray-light.swal2-styled.color-white:hover,
.btn-gray-light.swal2-styled.swal2-cancel.color-white:hover,
.btn-gray-light.swal2-styled.swal2-confirm.color-white:hover {
    background-color: var(--gray-light) !important;
    opacity: .7 !important
}

.btn-gray-light-offset {
    background-color: transparent !important;
    color: var(--gray-light) !important;
    border: 1px solid var(--gray-light) !important
}

.btn-gray-light-offset.swal2-styled,
.btn-gray-light-offset.swal2-styled.swal2-cancel,
.btn-gray-light-offset.swal2-styled.swal2-confirm {
    border-radius: 50px;
    min-width: 150px
}

.btn-gray-light-offset:hover {
    background-color: var(--gray-light) !important;
    color: var(--white) !important
}

.btn-gray-light-offset.is-active {
    background-color: var(--gray-light) !important;
    color: var(--black) !important
}

.btn-gray-normal,
.btn-gray-normal.swal2-styled,
.btn-gray-normal.swal2-styled.swal2-cancel,
.btn-gray-normal.swal2-styled.swal2-confirm {
    background-color: var(--gray-normal);
    color: var(--black);
    border: 1px solid var(--gray-normal);
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    transition: all .2s linear;
    min-width: 80px
}

.btn-gray-normal:focus,
.btn-gray-normal.swal2-styled:focus,
.btn-gray-normal.swal2-styled.swal2-cancel:focus,
.btn-gray-normal.swal2-styled.swal2-confirm:focus {
    outline: none;
    box-shadow: initial;
    opacity: .9 !important;
    background-image: initial !important
}

.btn-gray-normal:hover,
.btn-gray-normal:active,
.btn-gray-normal.swal2-styled:hover,
.btn-gray-normal.swal2-styled:active,
.btn-gray-normal.swal2-styled.swal2-cancel:hover,
.btn-gray-normal.swal2-styled.swal2-cancel:active,
.btn-gray-normal.swal2-styled.swal2-confirm:hover,
.btn-gray-normal.swal2-styled.swal2-confirm:active {
    outline: none;
    box-shadow: initial;
    background-color: var(--gray-normal-hover) !important;
    opacity: .85;
    background-image: initial !important
}

.btn-gray-normal.color-white,
.btn-gray-normal.swal2-styled.color-white,
.btn-gray-normal.swal2-styled.swal2-cancel.color-white,
.btn-gray-normal.swal2-styled.swal2-confirm.color-white {
    color: var(--white)
}

.btn-gray-normal.color-white:hover,
.btn-gray-normal.swal2-styled.color-white:hover,
.btn-gray-normal.swal2-styled.swal2-cancel.color-white:hover,
.btn-gray-normal.swal2-styled.swal2-confirm.color-white:hover {
    background-color: var(--gray-normal) !important;
    opacity: .7 !important
}

.btn-gray-normal-offset {
    background-color: transparent !important;
    color: var(--gray-normal) !important;
    border: 1px solid var(--gray-normal) !important
}

.btn-gray-normal-offset.swal2-styled,
.btn-gray-normal-offset.swal2-styled.swal2-cancel,
.btn-gray-normal-offset.swal2-styled.swal2-confirm {
    border-radius: 50px;
    min-width: 150px
}

.btn-gray-normal-offset:hover {
    background-color: var(--gray-normal) !important;
    color: var(--white) !important
}

.btn-gray-normal-offset.is-active {
    background-color: var(--gray-normal) !important;
    color: var(--black) !important
}

.btn-gray-strong,
.btn-gray-strong.swal2-styled,
.btn-gray-strong.swal2-styled.swal2-cancel,
.btn-gray-strong.swal2-styled.swal2-confirm {
    background-color: var(--gray-strong);
    color: var(--black);
    border: 1px solid var(--gray-strong);
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    transition: all .2s linear;
    min-width: 80px
}

.btn-gray-strong:focus,
.btn-gray-strong.swal2-styled:focus,
.btn-gray-strong.swal2-styled.swal2-cancel:focus,
.btn-gray-strong.swal2-styled.swal2-confirm:focus {
    outline: none;
    box-shadow: initial;
    opacity: .9 !important;
    background-image: initial !important
}

.btn-gray-strong:hover,
.btn-gray-strong:active,
.btn-gray-strong.swal2-styled:hover,
.btn-gray-strong.swal2-styled:active,
.btn-gray-strong.swal2-styled.swal2-cancel:hover,
.btn-gray-strong.swal2-styled.swal2-cancel:active,
.btn-gray-strong.swal2-styled.swal2-confirm:hover,
.btn-gray-strong.swal2-styled.swal2-confirm:active {
    outline: none;
    box-shadow: initial;
    background-color: var(--gray-strong-hover) !important;
    opacity: .85;
    background-image: initial !important
}

.btn-gray-strong.color-white,
.btn-gray-strong.swal2-styled.color-white,
.btn-gray-strong.swal2-styled.swal2-cancel.color-white,
.btn-gray-strong.swal2-styled.swal2-confirm.color-white {
    color: var(--white)
}

.btn-gray-strong.color-white:hover,
.btn-gray-strong.swal2-styled.color-white:hover,
.btn-gray-strong.swal2-styled.swal2-cancel.color-white:hover,
.btn-gray-strong.swal2-styled.swal2-confirm.color-white:hover {
    background-color: var(--gray-strong) !important;
    opacity: .7 !important
}

.btn-gray-strong-offset {
    background-color: transparent !important;
    color: var(--gray-strong) !important;
    border: 1px solid var(--gray-strong) !important
}

.btn-gray-strong-offset.swal2-styled,
.btn-gray-strong-offset.swal2-styled.swal2-cancel,
.btn-gray-strong-offset.swal2-styled.swal2-confirm {
    border-radius: 50px;
    min-width: 150px
}

.btn-gray-strong-offset:hover {
    background-color: var(--gray-strong) !important;
    color: var(--white) !important
}

.btn-gray-strong-offset.is-active {
    background-color: var(--gray-strong) !important;
    color: var(--black) !important
}

.btn-black,
.btn-black.swal2-styled,
.btn-black.swal2-styled.swal2-cancel,
.btn-black.swal2-styled.swal2-confirm {
    background-color: var(--black);
    color: var(--black);
    border: 1px solid var(--black);
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    transition: all .2s linear;
    min-width: 80px
}

.btn-black:focus,
.btn-black.swal2-styled:focus,
.btn-black.swal2-styled.swal2-cancel:focus,
.btn-black.swal2-styled.swal2-confirm:focus {
    outline: none;
    box-shadow: initial;
    opacity: .9 !important;
    background-image: initial !important
}

.btn-black:hover,
.btn-black:active,
.btn-black.swal2-styled:hover,
.btn-black.swal2-styled:active,
.btn-black.swal2-styled.swal2-cancel:hover,
.btn-black.swal2-styled.swal2-cancel:active,
.btn-black.swal2-styled.swal2-confirm:hover,
.btn-black.swal2-styled.swal2-confirm:active {
    outline: none;
    box-shadow: initial;
    background-color: var(--black-hover) !important;
    opacity: .85;
    background-image: initial !important
}

.btn-black.color-white,
.btn-black.swal2-styled.color-white,
.btn-black.swal2-styled.swal2-cancel.color-white,
.btn-black.swal2-styled.swal2-confirm.color-white {
    color: var(--white)
}

.btn-black.color-white:hover,
.btn-black.swal2-styled.color-white:hover,
.btn-black.swal2-styled.swal2-cancel.color-white:hover,
.btn-black.swal2-styled.swal2-confirm.color-white:hover {
    background-color: var(--black) !important;
    opacity: .7 !important
}

.btn-black-offset {
    background-color: transparent !important;
    color: var(--black) !important;
    border: 1px solid var(--black) !important
}

.btn-black-offset.swal2-styled,
.btn-black-offset.swal2-styled.swal2-cancel,
.btn-black-offset.swal2-styled.swal2-confirm {
    border-radius: 50px;
    min-width: 150px
}

.btn-black-offset:hover {
    background-color: var(--black) !important;
    color: var(--white) !important
}

.btn-black-offset.is-active {
    background-color: var(--black) !important;
    color: var(--black) !important
}

.btn-white,
.btn-white.swal2-styled,
.btn-white.swal2-styled.swal2-cancel,
.btn-white.swal2-styled.swal2-confirm {
    background-color: var(--white);
    color: var(--black);
    border: 1px solid var(--white);
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    transition: all .2s linear;
    min-width: 80px
}

.btn-white:focus,
.btn-white.swal2-styled:focus,
.btn-white.swal2-styled.swal2-cancel:focus,
.btn-white.swal2-styled.swal2-confirm:focus {
    outline: none;
    box-shadow: initial;
    opacity: .9 !important;
    background-image: initial !important
}

.btn-white:hover,
.btn-white:active,
.btn-white.swal2-styled:hover,
.btn-white.swal2-styled:active,
.btn-white.swal2-styled.swal2-cancel:hover,
.btn-white.swal2-styled.swal2-cancel:active,
.btn-white.swal2-styled.swal2-confirm:hover,
.btn-white.swal2-styled.swal2-confirm:active {
    outline: none;
    box-shadow: initial;
    background-color: var(--white-hover) !important;
    opacity: .85;
    background-image: initial !important
}

.btn-white.color-white,
.btn-white.swal2-styled.color-white,
.btn-white.swal2-styled.swal2-cancel.color-white,
.btn-white.swal2-styled.swal2-confirm.color-white {
    color: var(--white)
}

.btn-white.color-white:hover,
.btn-white.swal2-styled.color-white:hover,
.btn-white.swal2-styled.swal2-cancel.color-white:hover,
.btn-white.swal2-styled.swal2-confirm.color-white:hover {
    background-color: var(--white) !important;
    opacity: .7 !important
}

.btn-white-offset {
    background-color: transparent !important;
    color: var(--white) !important;
    border: 1px solid var(--white) !important
}

.btn-white-offset.swal2-styled,
.btn-white-offset.swal2-styled.swal2-cancel,
.btn-white-offset.swal2-styled.swal2-confirm {
    border-radius: 50px;
    min-width: 150px
}

.btn-white-offset:hover {
    background-color: var(--white) !important;
    color: var(--white) !important
}

.btn-white-offset.is-active {
    background-color: var(--white) !important;
    color: var(--black) !important
}

.btn-bg,
.btn-bg.swal2-styled,
.btn-bg.swal2-styled.swal2-cancel,
.btn-bg.swal2-styled.swal2-confirm {
    background-color: var(--bg);
    color: var(--black);
    border: 1px solid var(--bg);
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    transition: all .2s linear;
    min-width: 80px
}

.btn-bg:focus,
.btn-bg.swal2-styled:focus,
.btn-bg.swal2-styled.swal2-cancel:focus,
.btn-bg.swal2-styled.swal2-confirm:focus {
    outline: none;
    box-shadow: initial;
    opacity: .9 !important;
    background-image: initial !important
}

.btn-bg:hover,
.btn-bg:active,
.btn-bg.swal2-styled:hover,
.btn-bg.swal2-styled:active,
.btn-bg.swal2-styled.swal2-cancel:hover,
.btn-bg.swal2-styled.swal2-cancel:active,
.btn-bg.swal2-styled.swal2-confirm:hover,
.btn-bg.swal2-styled.swal2-confirm:active {
    outline: none;
    box-shadow: initial;
    background-color: var(--bg-hover) !important;
    opacity: .85;
    background-image: initial !important
}

.btn-bg.color-white,
.btn-bg.swal2-styled.color-white,
.btn-bg.swal2-styled.swal2-cancel.color-white,
.btn-bg.swal2-styled.swal2-confirm.color-white {
    color: var(--white)
}

.btn-bg.color-white:hover,
.btn-bg.swal2-styled.color-white:hover,
.btn-bg.swal2-styled.swal2-cancel.color-white:hover,
.btn-bg.swal2-styled.swal2-confirm.color-white:hover {
    background-color: var(--bg) !important;
    opacity: .7 !important
}

.btn-bg-offset {
    background-color: transparent !important;
    color: var(--bg) !important;
    border: 1px solid var(--bg) !important
}

.btn-bg-offset.swal2-styled,
.btn-bg-offset.swal2-styled.swal2-cancel,
.btn-bg-offset.swal2-styled.swal2-confirm {
    border-radius: 50px;
    min-width: 150px
}

.btn-bg-offset:hover {
    background-color: var(--bg) !important;
    color: var(--white) !important
}

.btn-bg-offset.is-active {
    background-color: var(--bg) !important;
    color: var(--black) !important
}

.theme-red .btn {
    background-color: var(--red);
    color: var(--gray-strong);
    border: 1px solid var(--red);
    margin-top: 6px
}

.theme-red .btn:hover,
.theme-red .btn:focus {
    background-color: var(--red-hover) !important;
    border: 1px solid var(--red-hover) !important
}

.theme-red .btn.btn-offset {
    background-color: transparent !important;
    color: var(--red) !important;
    border: 1px solid var(--red) !important
}

.theme-red .btn.btn-offset:hover {
    color: var(--red-hover) !important;
    border: 1px solid var(--red-hover) !important
}

.theme-red .sp-btn {
    background-color: var(--red)
}

.theme-red .sp-card__button.is-active .sp-icon__pendientes,
.theme-red .sp-icon__pendientes.is-active {
    background-image: url(../../public/assets/dashboard/icons/pendientes_red.svg)
}

.theme-red .sp-card__button.is-active .sp-icon__secciones,
.theme-red .sp-icon__secciones.is-active {
    background-image: url(../../public/assets/dashboard/icons/secciones_red.svg)
}

.theme-red .sp-card__button.is-active .sp-icon__peticiones,
.theme-red .sp-icon__peticiones.is-active {
    background-image: url(../../public/assets/dashboard/icons/peticiones_red.svg)
}

.theme-red .sp-card__button.is-active .sp-icon__encurso,
.theme-red .sp-icon__encurso.is-active {
    background-image: url(../../public/assets/dashboard/icons/encurso_red.svg)
}

.theme-red .sp-card__button.is-active .sp-icon__enviados,
.theme-red .sp-icon__enviados.is-active {
    background-image: url(../../public/assets/dashboard/icons/enviados_red.svg)
}

.theme-red .sp-card__button.is-active .sp-icon__equipos,
.theme-red .sp-icon__equipos.is-active {
    background-image: url(../../public/assets/dashboard/icons/equipos_red.svg)
}

.theme-red .sp-card__button.is-active .sp-icon__finalizados,
.theme-red .sp-icon__finalizados.is-active {
    background-image: url(../../public/assets/dashboard/icons/finalizados_red.svg)
}

.theme-red .sp-card__button.is-active .sp-icon__reserva,
.theme-red .sp-icon__reserva.is-active {
    background-image: url(../../public/assets/dashboard/icons/reserva_red.svg)
}

.theme-red .sp-card__button.is-active .sp-icon__sucursales,
.theme-red .sp-icon__sucursales.is-active {
    background-image: url(../../public/assets/dashboard/icons/sucursales_red.svg)
}

.theme-red .sp-card__button.is-active .sp-icon__registrado,
.theme-red .sp-icon__registrado.is-active {
    background-image: url(../../public/assets/dashboard/icons/registrado_red.svg)
}

.theme-red .sp-card__button.is-active .sp-icon__user,
.theme-red .sp-icon__user.is-active {
    background-image: url(../../public/assets/dashboard/icons/registrado_red.svg)
}

.theme-red .sp-card__button.is-active .sp-icon__empresas,
.theme-red .sp-icon__empresas.is-active {
    background-image: url(../../public/assets/dashboard/icons/empresas_red.svg)
}

.theme-red .sp-card__button.is-active .sp-icon__agrupaciones,
.theme-red .sp-icon__agrupaciones.is-active {
    background-image: url(../../public/assets/dashboard/icons/agrupaciones_red.svg)
}

.theme-red .sp-card__button.is-active .sp-icon__gestores,
.theme-red .sp-icon__gestores.is-active {
    background-image: url(../../public/assets/dashboard/icons/gestores_red.svg)
}

.theme-red .sp-step__item.is-active {
    background-color: var(--red)
}

.theme-red .sp-card__button.is-active {
    border-left: 10px solid var(--red)
}

.theme-red .sp-card__button .h1,
.theme-red .sp-card__button .h2,
.theme-red .sp-card__button .h3 {
    color: var(--red)
}

.theme-red .sp-sidebar-nav__item.is-active {
    border-right: 5px solid var(--red)
}

.theme-red .sp-sidebar-nav__item.is-active path.st0 {
    fill: var(--red)
}

.theme-red .sp-sidebar-nav__item.is-active path.prefix__st0 {
    fill: var(--red)
}

.theme-red .sp-sidebar-nav__item.is-active * {
    color: var(--red)
}

.theme-blue .btn {
    background-color: var(--blue);
    color: var(--gray-strong);
    border: 1px solid var(--blue);
    margin-top: 6px
}

.theme-blue .btn:hover,
.theme-blue .btn:focus {
    background-color: var(--blue-hover) !important;
    border: 1px solid var(--blue-hover) !important
}

.theme-blue .btn.btn-offset {
    background-color: transparent !important;
    color: var(--blue) !important;
    border: 1px solid var(--blue) !important
}

.theme-blue .btn.btn-offset:hover {
    color: var(--blue-hover) !important;
    border: 1px solid var(--blue-hover) !important
}

.theme-blue .sp-btn {
    background-color: var(--blue)
}

.theme-blue .sp-card__button.is-active .sp-icon__pendientes,
.theme-blue .sp-icon__pendientes.is-active {
    background-image: url(../../public/assets/dashboard/icons/pendientes_blue.svg)
}

.theme-blue .sp-card__button.is-active .sp-icon__secciones,
.theme-blue .sp-icon__secciones.is-active {
    background-image: url(../../public/assets/dashboard/icons/secciones_blue.svg)
}

.theme-blue .sp-card__button.is-active .sp-icon__peticiones,
.theme-blue .sp-icon__peticiones.is-active {
    background-image: url(../../public/assets/dashboard/icons/peticiones_blue.svg)
}

.theme-blue .sp-card__button.is-active .sp-icon__encurso,
.theme-blue .sp-icon__encurso.is-active {
    background-image: url(../../public/assets/dashboard/icons/encurso_blue.svg)
}

.theme-blue .sp-card__button.is-active .sp-icon__enviados,
.theme-blue .sp-icon__enviados.is-active {
    background-image: url(../../public/assets/dashboard/icons/enviados_blue.svg)
}

.theme-blue .sp-card__button.is-active .sp-icon__equipos,
.theme-blue .sp-icon__equipos.is-active {
    background-image: url(../../public/assets/dashboard/icons/equipos_blue.svg)
}

.theme-blue .sp-card__button.is-active .sp-icon__finalizados,
.theme-blue .sp-icon__finalizados.is-active {
    background-image: url(../../public/assets/dashboard/icons/finalizados_blue.svg)
}

.theme-blue .sp-card__button.is-active .sp-icon__reserva,
.theme-blue .sp-icon__reserva.is-active {
    background-image: url(../../public/assets/dashboard/icons/reserva_blue.svg)
}

.theme-blue .sp-card__button.is-active .sp-icon__sucursales,
.theme-blue .sp-icon__sucursales.is-active {
    background-image: url(../../public/assets/dashboard/icons/sucursales_blue.svg)
}

.theme-blue .sp-card__button.is-active .sp-icon__registrado,
.theme-blue .sp-icon__registrado.is-active {
    background-image: url(../../public/assets/dashboard/icons/registrado_blue.svg)
}

.theme-blue .sp-card__button.is-active .sp-icon__user,
.theme-blue .sp-icon__user.is-active {
    background-image: url(../../public/assets/dashboard/icons/registrado_blue.svg)
}

.theme-blue .sp-card__button.is-active .sp-icon__empresas,
.theme-blue .sp-icon__empresas.is-active {
    background-image: url(../../public/assets/dashboard/icons/empresas_blue.svg)
}

.theme-blue .sp-card__button.is-active .sp-icon__agrupaciones,
.theme-blue .sp-icon__agrupaciones.is-active {
    background-image: url(../../public/assets/dashboard/icons/agrupaciones_blue.svg)
}

.theme-blue .sp-card__button.is-active .sp-icon__gestores,
.theme-blue .sp-icon__gestores.is-active {
    background-image: url(../../public/assets/dashboard/icons/gestores_blue.svg)
}

.theme-blue .sp-step__item.is-active {
    background-color: var(--blue)
}

.theme-blue .sp-card__button.is-active {
    border-left: 10px solid var(--blue)
}

.theme-blue .sp-card__button .h1,
.theme-blue .sp-card__button .h2,
.theme-blue .sp-card__button .h3 {
    color: var(--blue)
}

.theme-blue .sp-sidebar-nav__item.is-active {
    border-right: 5px solid var(--blue)
}

.theme-blue .sp-sidebar-nav__item.is-active path.st0 {
    fill: var(--blue)
}

.theme-blue .sp-sidebar-nav__item.is-active path.prefix__st0 {
    fill: var(--blue)
}

.theme-blue .sp-sidebar-nav__item.is-active * {
    color: var(--blue)
}

.theme-yellow .btn {
    background-color: var(--yellow);
    color: var(--gray-strong);
    border: 1px solid var(--yellow);
    margin-top: 6px
}

.theme-yellow .btn:hover,
.theme-yellow .btn:focus {
    background-color: var(--yellow-hover) !important;
    border: 1px solid var(--yellow-hover) !important
}

.theme-yellow .btn.btn-offset {
    background-color: transparent !important;
    color: var(--yellow) !important;
    border: 1px solid var(--yellow) !important
}

.theme-yellow .btn.btn-offset:hover {
    color: var(--yellow-hover) !important;
    border: 1px solid var(--yellow-hover) !important
}

.theme-yellow .sp-btn {
    background-color: var(--yellow)
}

.theme-yellow .sp-card__button.is-active .sp-icon__pendientes,
.theme-yellow .sp-icon__pendientes.is-active {
    background-image: url(../../public/assets/dashboard/icons/pendientes_yellow.svg)
}

.theme-yellow .sp-card__button.is-active .sp-icon__secciones,
.theme-yellow .sp-icon__secciones.is-active {
    background-image: url(../../public/assets/dashboard/icons/secciones_yellow.svg)
}

.theme-yellow .sp-card__button.is-active .sp-icon__peticiones,
.theme-yellow .sp-icon__peticiones.is-active {
    background-image: url(../../public/assets/dashboard/icons/peticiones_yellow.svg)
}

.theme-yellow .sp-card__button.is-active .sp-icon__encurso,
.theme-yellow .sp-icon__encurso.is-active {
    background-image: url(../../public/assets/dashboard/icons/encurso_yellow.svg)
}

.theme-yellow .sp-card__button.is-active .sp-icon__enviados,
.theme-yellow .sp-icon__enviados.is-active {
    background-image: url(../../public/assets/dashboard/icons/enviados_yellow.svg)
}

.theme-yellow .sp-card__button.is-active .sp-icon__equipos,
.theme-yellow .sp-icon__equipos.is-active {
    background-image: url(../../public/assets/dashboard/icons/equipos_yellow.svg)
}

.theme-yellow .sp-card__button.is-active .sp-icon__finalizados,
.theme-yellow .sp-icon__finalizados.is-active {
    background-image: url(../../public/assets/dashboard/icons/finalizados_yellow.svg)
}

.theme-yellow .sp-card__button.is-active .sp-icon__reserva,
.theme-yellow .sp-icon__reserva.is-active {
    background-image: url(../../public/assets/dashboard/icons/reserva_yellow.svg)
}

.theme-yellow .sp-card__button.is-active .sp-icon__sucursales,
.theme-yellow .sp-icon__sucursales.is-active {
    background-image: url(../../public/assets/dashboard/icons/sucursales_yellow.svg)
}

.theme-yellow .sp-card__button.is-active .sp-icon__registrado,
.theme-yellow .sp-icon__registrado.is-active {
    background-image: url(../../public/assets/dashboard/icons/registrado_yellow.svg)
}

.theme-yellow .sp-card__button.is-active .sp-icon__user,
.theme-yellow .sp-icon__user.is-active {
    background-image: url(../../public/assets/dashboard/icons/registrado_yellow.svg)
}

.theme-yellow .sp-card__button.is-active .sp-icon__empresas,
.theme-yellow .sp-icon__empresas.is-active {
    background-image: url(../../public/assets/dashboard/icons/empresas_yellow.svg)
}

.theme-yellow .sp-card__button.is-active .sp-icon__agrupaciones,
.theme-yellow .sp-icon__agrupaciones.is-active {
    background-image: url(../../public/assets/dashboard/icons/agrupaciones_yellow.svg)
}

.theme-yellow .sp-card__button.is-active .sp-icon__gestores,
.theme-yellow .sp-icon__gestores.is-active {
    background-image: url(../../public/assets/dashboard/icons/gestores_yellow.svg)
}

.theme-yellow .sp-step__item.is-active {
    background-color: var(--yellow)
}

.theme-yellow .sp-card__button.is-active {
    border-left: 10px solid var(--yellow)
}

.theme-yellow .sp-card__button .h1,
.theme-yellow .sp-card__button .h2,
.theme-yellow .sp-card__button .h3 {
    color: var(--yellow)
}

.theme-yellow .sp-sidebar-nav__item.is-active {
    border-right: 5px solid var(--yellow)
}

.theme-yellow .sp-sidebar-nav__item.is-active path.st0 {
    fill: var(--yellow)
}

.theme-yellow .sp-sidebar-nav__item.is-active path.prefix__st0 {
    fill: var(--yellow)
}

.theme-yellow .sp-sidebar-nav__item.is-active * {
    color: var(--yellow)
}

*,
body {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

body {
    background-color: var(--bg)
}

h strong {
    font-weight: 600
}

h1,
h2,
h3,
h4,
h5,
p,
a {
    color: var(--black)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span,
.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h5 strong,
.h6 strong,
.h1 span strong,
.h2 span strong,
.h3 span strong,
.h4 span strong,
.h5 span strong,
.h6 span strong,
.h1 strong strong,
.h2 strong strong,
.h3 strong strong,
.h4 strong strong,
.h5 strong strong,
.h6 strong strong {
    font-weight: 700
}

.h1 {
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 10px
}

.h2 {
    font-size: 50px;
    line-height: 48px;
    margin-bottom: 10px
}

.h3 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 10px
}

.h4 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px
}

p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px
}

a {
    font-size: 16px;
    text-decoration: initial
}

@media (max-width: 1199px) {
    .h1 {
        font-size: 43px;
        line-height: 48px;
        margin-bottom: 10px
    }

    .h2 {
        font-size: 43px;
        line-height: 38px;
        margin-bottom: 10px
    }

    .h3 {
        font-size: 29px;
        line-height: 35px;
        margin-bottom: 10px
    }

    .h4 {
        font-size: 27px;
        line-height: 24px;
        margin-bottom: 10px
    }

    p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px
    }

    a {
        font-size: 16px;
        text-decoration: initial
    }

    small {
        font-size: 12px
    }
}

@media (max-width: 768px) {
    .h1 {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 10px
    }

    .h2 {
        font-size: 35px;
        line-height: 31px;
        margin-bottom: 10px
    }

    .h3 {
        font-size: 25px;
        line-height: 29px;
        margin-bottom: 10px
    }

    .h4 {
        font-size: 21px;
        line-height: 21px;
        margin-bottom: 10px
    }

    p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px
    }

    a {
        font-size: 14px
    }
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Epilogue, sans-serif;
    margin: 0;
    box-sizing: border-box;
    font-size: 14px
}

.font {
    font-family: var(--font)
}

.cursor {
    transition: opacity .2s linear
}

.cursor:hover {
    cursor: pointer;
    opacity: .85
}

.image-object__cover {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.image-object__contain {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.col {
    flex-wrap: wrap
}

.col .pad-initial {
    padding-left: 3px !important;
    padding-right: 3px !important
}

.col-2 {
    flex-grow: 1;
    flex-basis: 20%
}

.col-3 {
    flex-grow: 1;
    flex-basis: 25%
}

.col-4 {
    flex-grow: 1;
    flex-basis: 33.33%
}

.col-6 {
    flex-grow: 1;
    flex-basis: 50%
}

.col-8 {
    flex-grow: 1;
    flex-basis: 66.66%
}

.col-9 {
    flex-grow: 1;
    flex-basis: 75%
}

.col-10 {
    flex-grow: 1;
    flex-basis: 80%
}

.col-12 {
    flex-grow: 1;
    flex-basis: 100%
}

.font-10 {
    font-size: 10px !important
}

.v-none {
    visibility: hidden;
    pointer-events: none
}

.d-none {
    display: none !important
}

.d-auto {
    display: block;
    margin: auto;
    position: relative
}

.d-flex {
    display: flex;
    position: relative
}

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

.flex-between {
    justify-content: space-between
}

.flex-around {
    justify-content: space-around
}

.flex-column {
    flex-direction: column
}

.d-block {
    display: block !important;
    position: relative
}

.d-inline-block {
    display: inline-block;
    position: relative
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.width-auto {
    width: auto !important;
    height: auto !important
}

.box-shadow {
    box-shadow: 1px 1px 7px 2px #0003
}

.text-uppercase {
    text-transform: uppercase
}

.text-underline {
    text-decoration: underline
}

.pad-30 {
    padding: 30px
}

.pad-20 {
    padding: 20px
}

.pad-10 {
    padding: 10px
}

.mar-initial {
    margin: initial !important
}

.pad-initial {
    padding: initial !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.pb-75 {
    padding-bottom: 75px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.mb-75 {
    margin-bottom: 75px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-10 {
    margin-top: 10px !important
}

.min-100 {
    min-width: 100px
}

.min-200 {
    min-width: 200px
}

.min-300 {
    min-width: 300px
}

.min-400 {
    min-width: 400px
}

.min-width-100 {
    min-width: calc(100% - 5px)
}

.min-width-50 {
    min-width: calc(50% - 5px)
}

.min-width-33 {
    min-width: calc(33% - 5px)
}

.min-width-25 {
    min-width: calc(25% - 5px)
}

.icon {
    position: relative;
    display: inline-block;
    width: auto
}

.icon-small {
    position: relative;
    display: inline-block;
    width: 20px
}

.icon-medium {
    position: relative;
    display: inline-block;
    width: 30px
}

.icon-large {
    position: relative;
    display: inline-block;
    width: 50px
}

.rel {
    position: relative;
    display: inline-block
}

.border {
    border: 1px solid var(--gray-normal);
    border-radius: 10px
}

[data-title] {
    overflow: initial
}

[data-title]:after {
    content: attr(data-title);
    position: absolute;
    left: calc(100% + 10px);
    color: green !important
}

.input-style {
    outline: none;
    font-family: var(--font), sans-serif;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    border: 1px solid #eeeeee;
    background-color: #eee;
    border-radius: 20px;
    margin-bottom: 15px;
    transition: all .2s linear;
    cursor: pointer
}

.input-style__small {
    height: 35px;
    line-height: 35px;
    font-size: 13px
}

.input-style.hidden {
    pointer-events: none !important;
    opacity: 0 !important
}

.input-style.filter {
    margin-bottom: 0;
    background-color: var(--gray-strong);
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px
}

.input-style.filter:focus {
    background-color: #0e0a0a !important
}

.input-style:focus,
.input-style:hover {
    opacity: .75
}

.input-style::-moz-placeholder {
    color: #3d3d3d80
}

.input-style::placeholder {
    color: #3d3d3d80
}

.input-style--disabled {
    outline: none;
    background-color: #0000001a
}

.input-style--disabled:hover,
.input-style--disabled:focus {
    border: 1px solid var(--gray-strong) !important;
    cursor: initial !important
}

.input-style[disabled] {
    background-color: #0000000d !important
}

.input-style[disabled]:hover {
    cursor: not-allowed
}

.input-style[type=number]::-webkit-inner-spin-button,
.input-style[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.selectable {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    position: relative
}

.selectable.hidden {
    pointer-events: none !important;
    opacity: 0 !important
}

.selectable:before {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid var(--gray-strong);
    height: 5px;
    width: 5px;
    z-index: 11;
    top: 7px;
    right: 12px;
    transform: rotate(45deg);
    border-color: transparent var(--gray-normal) var(--gray-normal) transparent;
    pointer-events: none
}

.select-style {
    border-radius: 20px !important;
    margin-bottom: 15px;
    z-index: 10;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 26px !important;
    line-height: 26px;
    padding: 0 20px !important;
    font-family: var(--font), sans-serif;
    font-size: 16px;
    background-color: #eee;
    border: 1px solid #eeeeee;
    width: 100% !important;
    cursor: pointer
}

.select-style__small {
    height: 35px !important;
    line-height: 35px;
    font-size: 13px
}

.select-style__small.filter,
.select-style.filter {
    -webkit-appearance: auto
}

.select-style.hidden {
    pointer-events: none !important;
    opacity: 0 !important
}

.select-style:focus,
.select-style:hover,
.select-style:active {
    outline: 0;
    border: 1px solid var(--gray-strong);
    opacity: .75
}

.textarea-style {
    outline: none;
    color: var(--gray-light);
    font-size: 16px;
    padding-inline: 20px !important;
    height: 40px;
    margin-bottom: 20px;
    width: 100%;
    resize: none;
    min-height: 150px;
    max-height: 700px;
    border-radius: 20px !important;
    line-height: 24px;
    cursor: pointer
}

.textarea-style:hover {
    border: 1px solid var(--gray-strong)
}

.textarea-custom {
    outline: none;
    border: 1px solid #eeeeee;
    font-family: var(--font), sans-serif;
    font-size: 14px;
    padding-left: 10px;
    height: 40px;
    margin-bottom: 20px;
    width: 100%;
    background-color: #eee;
    resize: none;
    min-height: 150px;
    max-height: 700px;
    border-radius: 4px;
    line-height: 24px;
    cursor: pointer
}

.textarea-custom:hover {
    border: 1px solid var(--gray-strong)
}

.content-field {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px
}

.content-field.pad-right-5 {
    padding-right: 5px
}

.content-field.pad-left-5 {
    padding-left: 5px
}

.content-field.pad-right-10 {
    padding-right: 10px
}

.content-field.pad-left-10 {
    padding-left: 10px
}

.content-field__tooltip:after {
    content: attr(title);
    color: var(--gray-strong);
    position: absolute;
    display: block;
    top: 7px;
    right: 25px;
    font-size: 12px
}

.content-field label {
    margin-bottom: 2px;
    display: inline-block;
    min-height: 20px;
    padding-left: 5px;
    font-size: 16px
}

.content-field select {
    width: 100%;
    display: inline-block;
    transition: all .2s ease-in
}

.content-field select[disabled] {
    opacity: .8;
    background-color: transparent;
    cursor: no-drop
}

.content-field select.bg-gray-normal {
    background: var(--gray-normal);
    background-color: var(--gray-normal)
}

.content-field textarea {
    border-radius: 2px;
    border: 1px solid transparent;
    transition: all .2s ease-in
}

.content-field textarea:focus {
    border: 1px solid var(--gray-strong)
}

.content-field textarea[disabled] {
    opacity: .8;
    background-color: transparent;
    cursor: no-drop
}

.content-field input {
    width: 100%;
    display: inline-block;
    transition: all .2s ease-in
}

.content-field input[disabled] {
    opacity: .8;
    background-color: transparent
}

.content-field input[disabled]:hover {
    cursor: no-drop
}

.content-field input:-internal-autofill-selected {
    background-color: transparent !important
}

.content-field input.bg-gray-normal {
    background: var(--gray-normal);
    background-color: var(--gray-normal)
}

.content-field--error {
    position: absolute;
    bottom: 0;
    left: 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #ff5e5e
}

.content-field--error input {
    border: 1px solid var(--red) !important
}

.content-field__label {
    color: var(--rooms-blue-marino);
    display: block;
    padding: 0 5px;
    background-color: #fff;
    position: absolute;
    top: -10px;
    left: 15px;
    height: 20px;
    line-height: 20px
}

.content-field__textarea {
    height: 100%
}

.content-field__textarea textarea {
    width: 100%;
    resize: none;
    height: 100%;
    padding: 10px;
    border-radius: 2px
}

.content-field__checkbox {
    display: inline-flex;
    align-items: flex-end
}

.content-field__checkbox label {
    display: flex;
    align-items: center
}

.content-field__checkbox label>input {
    width: 20px;
    height: 20px;
    margin-bottom: 0;
    margin-right: 10px;
    clip-path: circle(46% at 50% 50%)
}

.content-field__checkbox label>input:hover {
    cursor: pointer
}

.content-field__filter span {
    display: block;
    position: relative
}

.content-field__filter span input {
    padding-right: 35px !important
}

.content-field__filter span i {
    position: absolute;
    top: 10px;
    right: 15px;
    pointer-events: none
}

.h-20 {
    height: 20px
}

.h-40 {
    height: 40px
}

.h-60 {
    height: 60px
}

.h-80 {
    height: 80px
}

.h-100 {
    height: 100px
}

.max-100 {
    max-width: 100px;
    margin: 0 auto
}

.max-200 {
    max-width: 200px;
    margin: 0 auto
}

.max-300 {
    max-width: 300px;
    margin: 0 auto
}

.max-xs {
    max-width: 480px;
    margin: 0 auto
}

.max-sm {
    max-width: 600px;
    margin: 0 auto
}

.max-md {
    max-width: 900px;
    margin: 0 auto
}

.max-lg {
    max-width: 1100px;
    margin: 0 auto
}

.max-xl {
    max-width: 1200px;
    margin: 0 auto
}

.max-xxl {
    max-width: 1360px;
    margin: 0 auto
}

.w-100 {
    width: 100%
}

.overflow-none {
    overflow-y: initial !important
}

.h-400 {
    height: 400px
}

.h-500 {
    height: 500px
}

.h-600 {
    height: 600px
}

.h-700 {
    height: 700px
}

.h-800 {
    height: 800px
}

.h-900 {
    height: 900px
}

@media (max-width: 1199px) {

    body,
    .content-field label {
        font-size: 14px
    }
}

@media (max-width: 992px) {
    body {
        font-size: 12px
    }

    .input-style,
    .select-style {
        font-size: 14px
    }

    .input-style::-moz-placeholder,
    .select-style::-moz-placeholder {
        font-size: 14px
    }

    .input-style::placeholder,
    .select-style::placeholder {
        font-size: 14px
    }
}

@media (max-width: 768px) {

    .content-field.pad-right-5,
    .content-field.pad-left-5,
    .content-field.pad-right-10,
    .content-field.pad-left-10 {
        padding: 0 15px
    }

    .col {
        flex-wrap: wrap
    }

    .col .pad-initial {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .col-2 {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%
    }

    .col-3 {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 100%
    }

    .col-4,
    .col-6,
    .col-8,
    .col-9,
    .col-10,
    .col-12 {
        flex-grow: 1;
        flex-basis: 100%
    }
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    0% {
        transform: scaleZ(1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scaleZ(1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    0% {
        transform: scaleZ(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleZ(1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    0%,
    to {
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translate(0)
    }

    6.5% {
        transform: translate(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translate(5px) rotateY(7deg)
    }

    31.5% {
        transform: translate(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translate(2px) rotateY(3deg)
    }

    50% {
        transform: translate(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    0% {
        transform: scaleZ(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        transform: scaleZ(1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: translateZ(0)
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        transform: translateZ(0)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    0%,
    11.1%,
    to {
        transform: translateZ(0)
    }

    22.2% {
        transform: skew(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skew(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skew(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skew(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skew(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skew(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skew(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes heartBeat {
    0% {
        transform: scale(1)
    }

    14% {
        transform: scale(1.3)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.3)
    }

    70% {
        transform: scale(1)
    }
}

.heartBeat {
    animation-name: heartBeat;
    animation-duration: 1.3s;
    animation-timing-function: ease-in-out
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleZ(1)
    }
}

.bounceIn {
    animation-duration: .75s;
    animation-name: bounceIn
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-duration: .75s;
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) scaleZ(1) translateZ(0) rotateY(0);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-duration: .75s;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    animation-duration: .75s;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skew(-30deg);
        opacity: 0
    }

    60% {
        transform: skew(20deg);
        opacity: 1
    }

    80% {
        transform: skew(-5deg)
    }

    to {
        transform: translateZ(0)
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skew(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-duration: 2s;
    animation-name: hinge
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.delay-3ms {
    animation-delay: .3s
}

.animated.delay-5ms {
    animation-delay: .5s
}

.animated.delay-1s {
    animation-delay: 1s
}

.animated.delay-2s {
    animation-delay: 2s
}

.animated.delay-3s {
    animation-delay: 3s
}

.animated.delay-4s {
    animation-delay: 4s
}

.animated.delay-5s {
    animation-delay: 5s
}

.animated.fast {
    animation-duration: .8s
}

.animated.faster {
    animation-duration: .5s
}

.animated.slow {
    animation-duration: 2s
}

.animated.slower {
    animation-duration: 3s
}

@media (print),
(prefers-reduced-motion: reduce) {
    .animated {
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
        animation-iteration-count: 1 !important
    }
}

.trans-main {
    position: relative;
    display: block;
    width: 100%;
    min-height: calc(100vh - 80px)
}

.trans-main__login {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden
}

.trans-container,
.trans-container__login {
    display: block;
    width: 100%;
    position: relative
}

.trans-container__login>div {
    height: 100vh
}

.trans-container__login .input-style {
    background-color: var(--white) !important;
    color: var(--blue-marino)
}

.trans-container__login .input-style::-moz-placeholder {
    color: var(--gray-normal) !important
}

.trans-container__login .input-style::placeholder {
    color: var(--gray-normal) !important
}

.trans-container__login .input-style:hover,
.trans-container__login .input-style:focus {
    opacity: 1 !important;
}

.trans-container__login .input-style:hover::-moz-placeholder {
    color: var(--gray-light) !important
}

.trans-container__login .input-style:hover::placeholder {
    color: var(--gray-light) !important
}

.trans-login {
    margin-top: -10%
}

.bg-hero:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--blue);
    opacity: .56
}

.input-style {
    height: 40px !important;
    line-height: 40px !important
}

@media (max-width: 767px) {
    .bg-hero {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        height: 100%;
        width: 100vh;
        z-index: -1
    }

    .trans-login {
        margin-top: inherit
    }

    .trans-container .col {
        justify-content: center;
        align-items: center
    }

    .trans-container__login {
        background-color: transparent
    }

    .trans-container__login .col {
        flex-wrap: wrap-reverse
    }

    .trans-container__login .max-200 {
        max-width: 150px
    }
}