@charset "UTF-8";
@media screen and (min-width:) {
    body:before {
        content: "mobile";
        display: none
    }
}

@media screen and (max-width:2000px) {
    body:before {
        content: "mobile";
        display: none
    }
}

@media screen and (max-width:1600px) {
    body:before {
        content: "mobile";
        display: none
    }
}

@media screen and (max-width:1200px) {
    body:before {
        content: "mobile";
        display: none
    }
}

@media screen and (max-width:960px) {
    body:before {
        content: "mobile";
        display: none
    }
}

@media screen and (max-width:768px) {
    body:before {
        content: "mobile";
        display: none
    }
}

@media screen and (max-width:590px) {
    body:before {
        content: "mobile";
        display: none
    }
}

@media screen and (max-width:480px) {
    body:before {
        content: "mobile";
        display: none
    }
}

@media screen and (max-width:400px) {
    body:before {
        content: "mobile";
        display: none
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*,
:after,
:before {
    box-sizing: inherit;
    font-smoothing: inherit;
    outline: none
}

html {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box
}

body {
    width: 100%;
    min-height: 100%;
    position: relative;
    opacity: 1;
    border-color: #fff;
    color: #1a1919;
    text-align: left;
    text-rendering: optimizeLegibility;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: SourceSerifVariable-Roman, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 18px;
    font-smoothing: antialiased;
    line-height: 26px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-touch-callout: none;
    -webkit-overflow-scrolling: touch;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar
}

body.js-no-scroll {
    height: 100%;
    overflow: hidden
}

body.js-body-notready {
    opacity: 0
}

body.js-body-resizing * {
    transition: none!important
}

#app>[class^=cmp-] {
    margin-bottom: 100px
}

#app>[class^=cmp-]:first-child {
    margin-top: 100px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: calc(1em + 2px);
    font-family: TT_Commons_Pro_Regular, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-weight: 700
}

.h1 .sub,
.h2 .sub,
.h3 .sub,
.h4 .sub,
.h5 .sub,
.h6 .sub,
h1 .sub,
h2 .sub,
h3 .sub,
h4 .sub,
h5 .sub,
h6 .sub {
    width: 100%;
    display: inline-block;
    font-size: .55em;
    font-weight: lighter
}

.h1,
h1 {
    font-size: 52px
}

@media screen and (max-width:960px) {
    .h1,
    h1 {
        font-size: 42px
    }
}

@media screen and (max-width:480px) {
    .h1,
    h1 {
        font-size: 32px
    }
}

.h2,
h2 {
    font-size: 40px
}

@media screen and (max-width:960px) {
    .h2,
    h2 {
        font-size: 32px
    }
}

@media screen and (max-width:480px) {
    .h2,
    h2 {
        font-size: 26px
    }
}

.h3,
h3 {
    font-size: 24px
}

@media screen and (max-width:960px) {
    .h3,
    h3 {
        font-size: 20px
    }
}

@media screen and (max-width:400px) {
    .h3,
    h3 {
        font-size: 18px
    }
}

.h4,
h4 {
    font-size: 20px
}

a,
a:active,
a:link,
a:visited {
    text-decoration: none
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

a,
button {
    color: inherit
}

a.icon-left,
a.icon-right,
button.icon-left,
button.icon-right {
    position: relative
}

a.icon-left span[class^=icon],
a.icon-right span[class^=icon],
button.icon-left span[class^=icon],
button.icon-right span[class^=icon] {
    width: 1em;
    height: 1em;
    line-height: 1em;
    display: inline-block;
    position: absolute;
    margin-top: 4px;
    font-size: 1em
}

a.icon-left,
button.icon-left {
    padding-left: 1.8em
}

a.icon-left span[class^=icon],
button.icon-left span[class^=icon] {
    left: 0
}

a.icon-left.hover span[class^=icon],
a.icon-left.tap span[class^=icon],
button.icon-left.hover span[class^=icon],
button.icon-left.tap span[class^=icon] {
    left: -2px
}

a.icon-right,
button.icon-right {
    padding-right: 1.8em
}

a.icon-right span[class^=icon],
button.icon-right span[class^=icon] {
    right: 0
}

a.icon-right.hover span[class^=icon],
a.icon-right.tap span[class^=icon],
button.icon-right.hover span[class^=icon],
button.icon-right.tap span[class^=icon] {
    right: -2px
}

p {
    font-size: 18px;
    margin-top: 0;
    line-height: 2em
}

p:last-of-type {
    margin-bottom: 0
}

@media screen and (max-width:768px) {
    p {
        font-size: 16px
    }
}

em {
    font-style: italic
}

strong {
    font-weight: 700
}

img,
video {
    max-width: 100%;
    height: auto
}

figure,
picture {
    margin: 0;
    display: block
}

code {
    font-family: Monaco;
    font-size: 10px;
    outline: none
}

@-ms-viewport {
    width: device-width
}

[tabindex="-1"]:focus {
    outline: 0!important
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

dfn {
    font-style: italic
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

svg:not(:root) {
    overflow: hidden
}

label {
    /* display: inline-block; */
    margin-bottom: .5rem
}

input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

input {
    overflow: visible
}

select {
    text-transform: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    accent-color: #4E46C1;
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.2);
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

fieldset {
    min-width: 0;
    padding: 0;
    border: 0
}

fieldset legend {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-moz-selection {
    background: #0E0E0D;
    color: var(--colorForegroundAccent)
}

::selection {
    background: #0E0E0D;
    color: var(--colorForegroundAccent)
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

[data-inner-link],
[data-play],
a,
button {
    cursor: pointer;
    pointer-events: all;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    border-radius: 0;
    overflow: visible
}

[data-inner-link]:focus,
[data-play]:focus,
a:focus,
button:focus {
    outline: 0
}

.btn-debug,
.btn-debug-o,
.btn-debug-os,
.btn-debug-s,
.btn-error,
.btn-error-o,
.btn-error-os,
.btn-error-s,
.btn-facebook,
.btn-facebook-o,
.btn-facebook-os,
.btn-facebook-s,
.btn-googleplus,
.btn-googleplus-o,
.btn-googleplus-os,
.btn-googleplus-s,
.btn-gray-10,
.btn-gray-10-o,
.btn-gray-10-os,
.btn-gray-10-s,
.btn-gray-30,
.btn-gray-30-o,
.btn-gray-30-os,
.btn-gray-30-s,
.btn-gray-50,
.btn-gray-50-o,
.btn-gray-50-os,
.btn-gray-50-s,
.btn-gray-70,
.btn-gray-70-o,
.btn-gray-70-os,
.btn-gray-70-s,
.btn-gray-90,
.btn-gray-90-o,
.btn-gray-90-os,
.btn-gray-90-s,
.btn-info,
.btn-info-o,
.btn-info-os,
.btn-info-s,
.btn-instagram,
.btn-instagram-o,
.btn-instagram-os,
.btn-instagram-s,
.btn-linkedin,
.btn-linkedin-o,
.btn-linkedin-os,
.btn-linkedin-s,
.btn-primary,
.btn-primary-o,
.btn-primary-os,
.btn-primary-s,
.btn-secondary,
.btn-secondary-30,
.btn-secondary-30-o,
.btn-secondary-30-os,
.btn-secondary-30-s,
.btn-secondary-o,
.btn-secondary-os,
.btn-secondary-s,
.btn-success,
.btn-success-o,
.btn-success-os,
.btn-success-s,
.btn-twitter,
.btn-twitter-o,
.btn-twitter-os,
.btn-twitter-s,
.btn-warning,
.btn-warning-o,
.btn-warning-os,
.btn-warning-s,
.btn-whatsapp,
.btn-whatsapp-o,
.btn-whatsapp-os,
.btn-whatsapp-s,
.btn-youtube,
.btn-youtube-o,
.btn-youtube-os,
.btn-youtube-s {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    display: inline-block;
    line-height: 0;
    padding: 0;
    vertical-align: bottom;
    position: relative;
    overflow: hidden;
    border-width: 0;
    border-style: solid;
    border-radius: 8px;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    font-size: calc(1px*1rem);
    transition: all .2s ease-in-out
}

@media screen and (max-width:590px) {
    .btn-debug,
    .btn-debug-o,
    .btn-debug-os,
    .btn-debug-s,
    .btn-error,
    .btn-error-o,
    .btn-error-os,
    .btn-error-s,
    .btn-facebook,
    .btn-facebook-o,
    .btn-facebook-os,
    .btn-facebook-s,
    .btn-googleplus,
    .btn-googleplus-o,
    .btn-googleplus-os,
    .btn-googleplus-s,
    .btn-gray-10,
    .btn-gray-10-o,
    .btn-gray-10-os,
    .btn-gray-10-s,
    .btn-gray-30,
    .btn-gray-30-o,
    .btn-gray-30-os,
    .btn-gray-30-s,
    .btn-gray-50,
    .btn-gray-50-o,
    .btn-gray-50-os,
    .btn-gray-50-s,
    .btn-gray-70,
    .btn-gray-70-o,
    .btn-gray-70-os,
    .btn-gray-70-s,
    .btn-gray-90,
    .btn-gray-90-o,
    .btn-gray-90-os,
    .btn-gray-90-s,
    .btn-info,
    .btn-info-o,
    .btn-info-os,
    .btn-info-s,
    .btn-instagram,
    .btn-instagram-o,
    .btn-instagram-os,
    .btn-instagram-s,
    .btn-linkedin,
    .btn-linkedin-o,
    .btn-linkedin-os,
    .btn-linkedin-s,
    .btn-primary,
    .btn-primary-o,
    .btn-primary-os,
    .btn-primary-s,
    .btn-secondary,
    .btn-secondary-30,
    .btn-secondary-30-o,
    .btn-secondary-30-os,
    .btn-secondary-30-s,
    .btn-secondary-o,
    .btn-secondary-os,
    .btn-secondary-s,
    .btn-success,
    .btn-success-o,
    .btn-success-os,
    .btn-success-s,
    .btn-twitter,
    .btn-twitter-o,
    .btn-twitter-os,
    .btn-twitter-s,
    .btn-warning,
    .btn-warning-o,
    .btn-warning-os,
    .btn-warning-s,
    .btn-whatsapp,
    .btn-whatsapp-o,
    .btn-whatsapp-os,
    .btn-whatsapp-s,
    .btn-youtube,
    .btn-youtube-o,
    .btn-youtube-os,
    .btn-youtube-s {
        font-size: 14px;
        font-size: calc(.875px*1rem)
    }
}

.text-link {
    font: inherit;
    background-color: transparent;
    border: none;
    text-decoration: underline
}

.text-link.hover,
.text-link.tap {
    color: #0E0E0D
}

[class*=btn-]:focus {
    outline: 0
}

[class*=btn-].hover,
[class*=btn-].tap {
    text-decoration: none;
    cursor: pointer
}

[class*=btn-].tap {
    transform: translateY(1px)
}

[class*=btn-].has-shadow {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15)
}

[class*=btn-].has-shadow:not(:disabled).hover,
[class*=btn-].has-shadow:not(:disabled).tap {
    box-shadow: 0 2px 20px rgba(0, 0, 0, .15)
}

[class*=btn-]>span {
    line-height: 20px;
    display: inline-block;
    font-weight: 700;
    margin: 15px 40px
}

@media screen and (max-width:590px) {
    [class*=btn-]>span {
        margin: 10px 18px
    }
}

[class*=btn-]>span:not(:only-child) {
    margin: 15px 60px 15px 40px
}

@media screen and (max-width:590px) {
    [class*=btn-]>span:not(:only-child) {
        margin: 10px 38px 10px 18px
    }
}

[class*=btn-]>span:not(.icon) {
    position: relative;
    z-index: 2
}

[class*=btn-]>span:empty {
    width: 8px;
    height: 20px;
    display: inline-block;
    margin: 0
}

[class*=btn-]>span:empty+.icon,
[class*=btn-]>span:empty+svg {
    right: 50%;
    transform: translate(50%, -50%)
}

[class*=btn-] .icon,
[class*=btn-] svg {
    width: 26px;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-25px, -50%);
    pointer-events: none
}

[class*=btn-] .icon:first-child,
[class*=btn-] svg:first-child {
    right: auto;
    left: 0;
    transform: translate(15px, -49%)
}

@media screen and (max-width:590px) {
    [class*=btn-] .icon:first-child,
    [class*=btn-] svg:first-child {
        transform: translate(8px, -49%)
    }
}

.is-IE [class*=btn-] .icon:not(:only-child):first-child,
.is-IE [class*=btn-] svg:not(:only-child):first-child {
    left: 40px
}

[class*=btn-] .icon:only-child,
[class*=btn-] svg:only-child {
    width: 20px;
    height: 20px;
    margin: 15px;
    font-size: 20px;
    position: relative;
    left: auto;
    right: auto;
    transform: none;
    display: inline-block;
    text-align: center
}

@media screen and (max-width:590px) {
    [class*=btn-] .icon:only-child,
    [class*=btn-] svg:only-child {
        margin: 10px
    }
}

[class*=btn-] .icon+span,
[class*=btn-] svg+span {
    margin-left: 60px;
    margin-right: 40px
}

@media screen and (max-width:590px) {
    [class*=btn-] .icon+span,
    [class*=btn-] svg+span {
        margin-left: 38px;
        margin-right: 18px
    }
}

[class*=btn-] .icon *,
[class*=btn-] svg * {
    fill: currentColor
}

[class*=btn-]:disabled {
    cursor: not-allowed
}

[class*=btn-].is-loading {
    color: hsla(0, 0%, 100%, 0);
    cursor: wait
}

[class*=btn-].is-loading:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    text-align: center;
    content: "+";
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    margin: -12px;
    transform-origin: center center;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
    color: #fff
}

@media screen and (max-width:400px) {
    [class*=btn-].hide-label-xxs .icon {
        width: 20px;
        height: 20px;
        margin: 15px;
        font-size: 20px;
        position: relative;
        left: auto;
        right: auto;
        transform: none;
        display: inline-block;
        text-align: center
    }
    [class*=btn-].hide-label-xxs>span {
        display: none
    }
}

@media screen and (max-width:480px) {
    [class*=btn-].hide-label-xs .icon {
        width: 20px;
        height: 20px;
        margin: 15px;
        font-size: 20px;
        position: relative;
        left: auto;
        right: auto;
        transform: none;
        display: inline-block;
        text-align: center
    }
    [class*=btn-].hide-label-xs>span {
        display: none
    }
}

@media screen and (max-width:590px) {
    [class*=btn-].hide-label-ss .icon {
        width: 20px;
        height: 20px;
        margin: 15px;
        font-size: 20px;
        position: relative;
        left: auto;
        right: auto;
        transform: none;
        display: inline-block;
        text-align: center
    }
    [class*=btn-].hide-label-ss>span {
        display: none
    }
}

@media screen and (max-width:768px) {
    [class*=btn-].hide-label-sm .icon {
        width: 20px;
        height: 20px;
        margin: 15px;
        font-size: 20px;
        position: relative;
        left: auto;
        right: auto;
        transform: none;
        display: inline-block;
        text-align: center
    }
    [class*=btn-].hide-label-sm>span {
        display: none
    }
}

@media screen and (max-width:960px) {
    [class*=btn-].hide-label-md .icon {
        width: 20px;
        height: 20px;
        margin: 15px;
        font-size: 20px;
        position: relative;
        left: auto;
        right: auto;
        transform: none;
        display: inline-block;
        text-align: center
    }
    [class*=btn-].hide-label-md>span {
        display: none
    }
}

@media screen and (max-width:1200px) {
    [class*=btn-].hide-label-lg .icon {
        width: 20px;
        height: 20px;
        margin: 15px;
        font-size: 20px;
        position: relative;
        left: auto;
        right: auto;
        transform: none;
        display: inline-block;
        text-align: center
    }
    [class*=btn-].hide-label-lg>span {
        display: none
    }
}

@media screen and (max-width:1600px) {
    [class*=btn-].hide-label-xl .icon {
        width: 20px;
        height: 20px;
        margin: 15px;
        font-size: 20px;
        position: relative;
        left: auto;
        right: auto;
        transform: none;
        display: inline-block;
        text-align: center
    }
    [class*=btn-].hide-label-xl>span {
        display: none
    }
}

@media screen and (max-width:2000px) {
    [class*=btn-].hide-label-xxl .icon {
        width: 20px;
        height: 20px;
        margin: 15px;
        font-size: 20px;
        position: relative;
        left: auto;
        right: auto;
        transform: none;
        display: inline-block;
        text-align: center
    }
    [class*=btn-].hide-label-xxl>span {
        display: none
    }
}

.btn-debug {
    background-color: red;
    border-color: red;
    color: #fff
}

.btn-debug:not(:disabled):not(.has-shadow).hover,
.btn-debug:not(:disabled):not(.has-shadow).tap {
    background-color: #f33;
    border-color: #f33
}

.btn-debug-o {
    background-color: transparent;
    border-color: red;
    color: red
}

.btn-debug-o.hover,
.btn-debug-o.tap {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px red
}

.btn-debug-s {
    background-color: red;
    border-color: red;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.btn-debug-s:not(:disabled):not(.has-shadow).hover,
.btn-debug-s:not(:disabled):not(.has-shadow).tap {
    background-color: #f33;
    border-color: #f33
}

.btn-debug-os {
    background-color: transparent;
    border-color: rgba(255, 0, 0, .25);
    color: red
}

.btn-debug-os.hover,
.btn-debug-os.tap {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    transform: scale(1.02)
}

.btn-facebook {
    background-color: #335b9f;
    border-color: #335b9f;
    color: #fff
}

.btn-facebook:not(:disabled):not(.has-shadow).hover,
.btn-facebook:not(:disabled):not(.has-shadow).tap {
    background-color: #4272c3;
    border-color: #4272c3
}

.btn-facebook-o {
    background-color: transparent;
    border-color: #335b9f;
    color: #335b9f
}

.btn-facebook-o.hover,
.btn-facebook-o.tap {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #335b9f
}

.btn-facebook-s {
    background-color: #335b9f;
    border-color: #335b9f;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.btn-facebook-s:not(:disabled):not(.has-shadow).hover,
.btn-facebook-s:not(:disabled):not(.has-shadow).tap {
    background-color: #4272c3;
    border-color: #4272c3
}

.btn-facebook-os {
    background-color: transparent;
    border-color: rgba(51, 91, 159, .25);
    color: #335b9f
}

.btn-facebook-os.hover,
.btn-facebook-os.tap {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    transform: scale(1.02)
}

.btn-googleplus {
    background-color: #df5440;
    border-color: #df5440;
    color: #fff
}

.btn-googleplus:not(:disabled):not(.has-shadow).hover,
.btn-googleplus:not(:disabled):not(.has-shadow).tap {
    background-color: #e67b6c;
    border-color: #e67b6c
}

.btn-googleplus-o {
    background-color: transparent;
    border-color: #df5440;
    color: #df5440
}

.btn-googleplus-o.hover,
.btn-googleplus-o.tap {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #df5440
}

.btn-googleplus-s {
    background-color: #df5440;
    border-color: #df5440;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.btn-googleplus-s:not(:disabled):not(.has-shadow).hover,
.btn-googleplus-s:not(:disabled):not(.has-shadow).tap {
    background-color: #e67b6c;
    border-color: #e67b6c
}

.btn-googleplus-os {
    background-color: transparent;
    border-color: rgba(223, 84, 64, .25);
    color: #df5440
}

.btn-googleplus-os.hover,
.btn-googleplus-os.tap {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    transform: scale(1.02)
}

.btn-instagram {
    background-color: #cd486b;
    border-color: #cd486b;
    color: #fff
}

.btn-instagram:not(:disabled):not(.has-shadow).hover,
.btn-instagram:not(:disabled):not(.has-shadow).tap {
    background-color: #d8708b;
    border-color: #d8708b
}

.btn-instagram-o {
    background-color: transparent;
    border-color: #cd486b;
    color: #cd486b
}

.btn-instagram-o.hover,
.btn-instagram-o.tap {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #cd486b
}

.btn-instagram-s {
    background-color: #cd486b;
    border-color: #cd486b;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.btn-instagram-s:not(:disabled):not(.has-shadow).hover,
.btn-instagram-s:not(:disabled):not(.has-shadow).tap {
    background-color: #d8708b;
    border-color: #d8708b
}

.btn-instagram-os {
    background-color: transparent;
    border-color: rgba(205, 72, 107, .25);
    color: #cd486b
}

.btn-instagram-os.hover,
.btn-instagram-os.tap {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    transform: scale(1.02)
}

.btn-linkedin {
    background-color: #0074b8;
    border-color: #0074b8;
    color: #fff
}

.btn-linkedin:not(:disabled):not(.has-shadow).hover,
.btn-linkedin:not(:disabled):not(.has-shadow).tap {
    background-color: #0094eb;
    border-color: #0094eb
}

.btn-linkedin-o {
    background-color: transparent;
    border-color: #0074b8;
    color: #0074b8
}

.btn-linkedin-o.hover,
.btn-linkedin-o.tap {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #0074b8
}

.btn-linkedin-s {
    background-color: #0074b8;
    border-color: #0074b8;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.btn-linkedin-s:not(:disabled):not(.has-shadow).hover,
.btn-linkedin-s:not(:disabled):not(.has-shadow).tap {
    background-color: #0094eb;
    border-color: #0094eb
}

.btn-linkedin-os {
    background-color: transparent;
    border-color: rgba(0, 116, 184, .25);
    color: #0074b8
}

.btn-linkedin-os.hover,
.btn-linkedin-os.tap {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    transform: scale(1.02)
}

.btn-twitter {
    background-color: #00ace7;
    border-color: #00ace7;
    color: #fff
}

.btn-twitter:not(:disabled):not(.has-shadow).hover,
.btn-twitter:not(:disabled):not(.has-shadow).tap {
    background-color: #1bc5ff;
    border-color: #1bc5ff
}

.btn-twitter-o {
    background-color: transparent;
    border-color: #00ace7;
    color: #00ace7
}

.btn-twitter-o.hover,
.btn-twitter-o.tap {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #00ace7
}

.btn-twitter-s {
    background-color: #00ace7;
    border-color: #00ace7;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.btn-twitter-s:not(:disabled):not(.has-shadow).hover,
.btn-twitter-s:not(:disabled):not(.has-shadow).tap {
    background-color: #1bc5ff;
    border-color: #1bc5ff
}

.btn-twitter-os {
    background-color: transparent;
    border-color: rgba(0, 172, 231, .25);
    color: #00ace7
}

.btn-twitter-os.hover,
.btn-twitter-os.tap {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    transform: scale(1.02)
}

.btn-whatsapp {
    background-color: #4dc247;
    border-color: #4dc247;
    color: #fff
}

.btn-whatsapp:not(:disabled):not(.has-shadow).hover,
.btn-whatsapp:not(:disabled):not(.has-shadow).tap {
    background-color: #72cf6d;
    border-color: #72cf6d
}

.btn-whatsapp-o {
    background-color: transparent;
    border-color: #4dc247;
    color: #4dc247
}

.btn-whatsapp-o.hover,
.btn-whatsapp-o.tap {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #4dc247
}

.btn-whatsapp-s {
    background-color: #4dc247;
    border-color: #4dc247;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.btn-whatsapp-s:not(:disabled):not(.has-shadow).hover,
.btn-whatsapp-s:not(:disabled):not(.has-shadow).tap {
    background-color: #72cf6d;
    border-color: #72cf6d
}

.btn-whatsapp-os {
    background-color: transparent;
    border-color: rgba(77, 194, 71, .25);
    color: #4dc247
}

.btn-whatsapp-os.hover,
.btn-whatsapp-os.tap {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    transform: scale(1.02)
}

.btn-youtube {
    background-color: #b00;
    border-color: #b00;
    color: #fff
}

.btn-youtube:not(:disabled):not(.has-shadow).hover,
.btn-youtube:not(:disabled):not(.has-shadow).tap {
    background-color: #e00;
    border-color: #e00
}

.btn-youtube-o {
    background-color: transparent;
    border-color: #b00;
    color: #b00
}

.btn-youtube-o.hover,
.btn-youtube-o.tap {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #b00
}

.btn-youtube-s {
    background-color: #b00;
    border-color: #b00;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.btn-youtube-s:not(:disabled):not(.has-shadow).hover,
.btn-youtube-s:not(:disabled):not(.has-shadow).tap {
    background-color: #e00;
    border-color: #e00
}

.btn-youtube-os {
    background-color: transparent;
    border-color: rgba(187, 0, 0, .25);
    color: #b00
}

.btn-youtube-os.hover,
.btn-youtube-os.tap {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    transform: scale(1.02)
}

.btn-error {
    background-color: #0E0E0D;
    border-color: #0E0E0D;
    color: #fff
}

.btn-error:not(:disabled):not(.has-shadow).hover,
.btn-error:not(:disabled):not(.has-shadow).tap {
    background-color: #e46972;
    border-color: #e46972
}

.btn-error-o {
    background-color: transparent;
    border-color: #0E0E0D;
    color: #0E0E0D
}

.btn-error-o.hover,
.btn-error-o.tap {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #0E0E0D
}

.btn-error-s {
    background-color: #0E0E0D;
    border-color: #0E0E0D;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.btn-error-s:not(:disabled):not(.has-shadow).hover,
.btn-error-s:not(:disabled):not(.has-shadow).tap {
    background-color: #e46972;
    border-color: #e46972
}

.btn-error-os {
    background-color: transparent;
    border-color: rgba(220, 62, 74, .25);
    color: #0E0E0D
}

.btn-error-os.hover,
.btn-error-os.tap {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    transform: scale(1.02)
}

.btn-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff
}

.btn-success:not(:disabled):not(.has-shadow).hover,
.btn-success:not(:disabled):not(.has-shadow).tap {
    background-color: #80c780;
    border-color: #80c780
}

.btn-success-o {
    background-color: transparent;
    border-color: #5cb85c;
    color: #5cb85c
}

.btn-success-o.hover,
.btn-success-o.tap {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #5cb85c
}

.btn-success-s {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.btn-success-s:not(:disabled):not(.has-shadow).hover,
.btn-success-s:not(:disabled):not(.has-shadow).tap {
    background-color: #80c780;
    border-color: #80c780
}

.btn-success-os {
    background-color: transparent;
    border-color: rgba(92, 184, 92, .25);
    color: #5cb85c
}

.btn-success-os.hover,
.btn-success-os.tap {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    transform: scale(1.02)
}

.btn-info {
    background-color: #428bca;
    border-color: #428bca;
    color: #fff
}

.btn-info:not(:disabled):not(.has-shadow).hover,
.btn-info:not(:disabled):not(.has-shadow).tap {
    background-color: #6aa3d5;
    border-color: #6aa3d5
}

.btn-info-o {
    background-color: transparent;
    border-color: #428bca;
    color: #428bca
}

.btn-info-o.hover,
.btn-info-o.tap {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #428bca
}

.btn-info-s {
    background-color: #428bca;
    border-color: #428bca;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.btn-info-s:not(:disabled):not(.has-shadow).hover,
.btn-info-s:not(:disabled):not(.has-shadow).tap {
    background-color: #6aa3d5;
    border-color: #6aa3d5
}

.btn-info-os {
    background-color: transparent;
    border-color: rgba(66, 139, 202, .25);
    color: #428bca
}

.btn-info-os.hover,
.btn-info-os.tap {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    transform: scale(1.02)
}

.btn-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff
}

.btn-warning:not(:disabled):not(.has-shadow).hover,
.btn-warning:not(:disabled):not(.has-shadow).tap {
    background-color: #f4c37d;
    border-color: #f4c37d
}

.btn-warning-o {
    background-color: transparent;
    border-color: #f0ad4e;
    color: #f0ad4e
}

.btn-warning-o.hover,
.btn-warning-o.tap {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #f0ad4e
}

.btn-warning-s {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.btn-warning-s:not(:disabled):not(.has-shadow).hover,
.btn-warning-s:not(:disabled):not(.has-shadow).tap {
    background-color: #f4c37d;
    border-color: #f4c37d
}

.btn-warning-os {
    background-color: transparent;
    border-color: rgba(240, 173, 78, .25);
    color: #f0ad4e
}

.btn-warning-os.hover,
.btn-warning-os.tap {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    transform: scale(1.02)
}

.btn-gray-10 {
    background-color: #f2f5f8;
    border-color: #f2f5f8;
    color: #fff
}

.btn-gray-10:not(:disabled):not(.has-shadow).hover,
.btn-gray-10:not(:disabled):not(.has-shadow).tap {
    background-color: #fff;
    border-color: #fff
}

.btn-gray-10-o {
    background-color: transparent;
    border-color: #f2f5f8;
    color: #f2f5f8
}

.btn-gray-10-o.hover,
.btn-gray-10-o.tap {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #f2f5f8
}

.btn-gray-10-s {
    background-color: #f2f5f8;
    border-color: #f2f5f8;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.btn-gray-10-s:not(:disabled):not(.has-shadow).hover,
.btn-gray-10-s:not(:disabled):not(.has-shadow).tap {
    background-color: #fff;
    border-color: #fff
}

.btn-gray-10-os {
    background-color: transparent;
    border-color: rgba(242, 245, 248, .25);
    color: #f2f5f8
}

.btn-gray-10-os.hover,
.btn-gray-10-os.tap {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    transform: scale(1.02)
}

.btn-gray-30 {
    background-color: #dedfd1;
    border-color: #dedfd1;
    color: #fff
}

.btn-gray-30:not(:disabled):not(.has-shadow).hover,
.btn-gray-30:not(:disabled):not(.has-shadow).tap {
    background-color: #f4f4ef;
    border-color: #f4f4ef
}

.btn-gray-30-o {
    background-color: transparent;
    border-color: #dedfd1;
    color: #dedfd1
}

.btn-gray-30-o.hover,
.btn-gray-30-o.tap {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #dedfd1
}

.btn-gray-30-s {
    background-color: #dedfd1;
    border-color: #dedfd1;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.btn-gray-30-s:not(:disabled):not(.has-shadow).hover,
.btn-gray-30-s:not(:disabled):not(.has-shadow).tap {
    background-color: #f4f4ef;
    border-color: #f4f4ef
}

.btn-gray-30-os {
    background-color: transparent;
    border-color: rgba(222, 223, 209, .25);
    color: #dedfd1
}

.btn-gray-30-os.hover,
.btn-gray-30-os.tap {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    transform: scale(1.02)
}

.btn-gray-50 {
    background-color: #9b9b9b;
    border-color: #9b9b9b;
    color: #fff
}

.btn-gray-50:not(:disabled):not(.has-shadow).hover,
.btn-gray-50:not(:disabled):not(.has-shadow).tap {
    background-color: #b5b5b5;
    border-color: #b5b5b5
}

.btn-gray-50-o {
    background-color: transparent;
    border-color: #9b9b9b;
    color: #9b9b9b
}

.btn-gray-50-o.hover,
.btn-gray-50-o.tap {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #9b9b9b
}

.btn-gray-50-s {
    background-color: #9b9b9b;
    border-color: #9b9b9b;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.btn-gray-50-s:not(:disabled):not(.has-shadow).hover,
.btn-gray-50-s:not(:disabled):not(.has-shadow).tap {
    background-color: #b5b5b5;
    border-color: #b5b5b5
}

.btn-gray-50-os {
    background-color: transparent;
    border-color: hsla(0, 0%, 60.8%, .25);
    color: #9b9b9b
}

.btn-gray-50-os.hover,
.btn-gray-50-os.tap {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    transform: scale(1.02)
}

.btn-gray-70 {
    background-color: #858787;
    border-color: #858787;
    color: #fff
}

.btn-gray-70:not(:disabled):not(.has-shadow).hover,
.btn-gray-70:not(:disabled):not(.has-shadow).tap {
    background-color: #9fa0a0;
    border-color: #9fa0a0
}

.btn-gray-70-o {
    background-color: transparent;
    border-color: #858787;
    color: #858787
}

.btn-gray-70-o.hover,
.btn-gray-70-o.tap {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #858787
}

.btn-gray-70-s {
    background-color: #858787;
    border-color: #858787;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.btn-gray-70-s:not(:disabled):not(.has-shadow).hover,
.btn-gray-70-s:not(:disabled):not(.has-shadow).tap {
    background-color: #9fa0a0;
    border-color: #9fa0a0
}

.btn-gray-70-os {
    background-color: transparent;
    border-color: rgba(133, 135, 135, .25);
    color: #858787
}

.btn-gray-70-os.hover,
.btn-gray-70-os.tap {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    transform: scale(1.02)
}

.btn-gray-90 {
    background-color: #1a1919;
    border-color: #1a1919;
    color: #fff
}

.btn-gray-90:not(:disabled):not(.has-shadow).hover,
.btn-gray-90:not(:disabled):not(.has-shadow).tap {
    background-color: #343232;
    border-color: #343232
}

.btn-gray-90-o {
    background-color: transparent;
    border-color: #1a1919;
    color: #1a1919
}

.btn-gray-90-o.hover,
.btn-gray-90-o.tap {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #1a1919
}

.btn-gray-90-s {
    background-color: #1a1919;
    border-color: #1a1919;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.btn-gray-90-s:not(:disabled):not(.has-shadow).hover,
.btn-gray-90-s:not(:disabled):not(.has-shadow).tap {
    background-color: #343232;
    border-color: #343232
}

.btn-gray-90-os {
    background-color: transparent;
    border-color: rgba(26, 25, 25, .25);
    color: #1a1919
}

.btn-gray-90-os.hover,
.btn-gray-90-os.tap {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    transform: scale(1.02)
}

.btn-primary {
    background-color: #0E0E0D;
    border-color: #0E0E0D;
    color: #fff
}

.btn-primary:not(:disabled):not(.has-shadow).hover,
.btn-primary:not(:disabled):not(.has-shadow).tap {
    background-color: #e46972;
    border-color: #e46972
}

.btn-primary-o {
    background-color: transparent;
    border-color: #0E0E0D;
    color: #d026ff0E0E0D
}

.btn-primary-o.hover,
.btn-primary-o.tap {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #0E0E0D
}

.btn-primary-s {
    background-color: #0E0E0D;
    border-color: #0E0E0D;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.btn-primary-s:not(:disabled):not(.has-shadow).hover,
.btn-primary-s:not(:disabled):not(.has-shadow).tap {
    background-color: #e46972;
    border-color: #e46972
}

.btn-primary-os {
    background-color: transparent;
    border-color: rgba(220, 62, 74, .25);
    color: #0E0E0D
}

.btn-primary-os.hover,
.btn-primary-os.tap {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    transform: scale(1.02)
}

.btn-secondary {
    background-color: #133369;
    border-color: #133369;
    color: #fff
}

.btn-secondary:not(:disabled):not(.has-shadow).hover,
.btn-secondary:not(:disabled):not(.has-shadow).tap {
    background-color: #1b4894;
    border-color: #1b4894
}

.btn-secondary-o {
    background-color: transparent;
    border-color: #133369;
    color: #133369
}

.btn-secondary-o.hover,
.btn-secondary-o.tap {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #133369
}

.btn-secondary-s {
    background-color: #133369;
    border-color: #133369;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.btn-secondary-s:not(:disabled):not(.has-shadow).hover,
.btn-secondary-s:not(:disabled):not(.has-shadow).tap {
    background-color: #1b4894;
    border-color: #1b4894
}

.btn-secondary-os {
    background-color: transparent;
    border-color: rgba(19, 51, 105, .25);
    color: #133369
}

.btn-secondary-os.hover,
.btn-secondary-os.tap {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    transform: scale(1.02)
}

.btn-secondary-30 {
    background-color: #006893;
    border-color: #006893;
    color: #fff
}

.btn-secondary-30:not(:disabled):not(.has-shadow).hover,
.btn-secondary-30:not(:disabled):not(.has-shadow).tap {
    background-color: #008cc6;
    border-color: #008cc6
}

.btn-secondary-30-o {
    background-color: transparent;
    border-color: #006893;
    color: #006893
}

.btn-secondary-30-o.hover,
.btn-secondary-30-o.tap {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #006893
}

.btn-secondary-30-s {
    background-color: #006893;
    border-color: #006893;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.btn-secondary-30-s:not(:disabled):not(.has-shadow).hover,
.btn-secondary-30-s:not(:disabled):not(.has-shadow).tap {
    background-color: #008cc6;
    border-color: #008cc6
}

.btn-secondary-30-os {
    background-color: transparent;
    border-color: rgba(0, 104, 147, .25);
    color: #006893
}

.btn-secondary-30-os.hover,
.btn-secondary-30-os.tap {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    transform: scale(1.02)
}

.btn-black,
.btn-facebook,
.btn-gold,
.btn-googleplus,
.btn-gray-90,
.btn-info,
.btn-instagram,
.btn-linkedin,
.btn-pink,
.btn-purple,
.btn-secondary,
.btn-twitter,
.btn-whatsapp,
.btn-youtube {
    color: #fff
}

.btn-black:disabled,
.btn-facebook:disabled,
.btn-gold:disabled,
.btn-googleplus:disabled,
.btn-gray-90:disabled,
.btn-info:disabled,
.btn-instagram:disabled,
.btn-linkedin:disabled,
.btn-pink:disabled,
.btn-purple:disabled,
.btn-secondary:disabled,
.btn-twitter:disabled,
.btn-whatsapp:disabled,
.btn-youtube:disabled {
    color: hsla(0, 0%, 100%, .5)
}

[class*=container] {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px
}

[class*=container]:after {
    clear: both;
    content: "";
    display: table
}

@media screen and (max-width:590px) {
    [class*=container] {
        padding: 0 20px
    }
}

.container,
.container-default {
    max-width: 1242px;
}

@media screen and (max-width:590px) {
    .container,
    .container-default {
        max-width: 1320px
    }
}

.container-l {
    max-width: 1320px
}

@media screen and (max-width:590px) {
    .container-l {
        max-width: 1280px
    }
}

.container-m {
    max-width: 860px
}

@media screen and (max-width:590px) {
    .container-m {
        max-width: 820px
    }
}

.container-s {
    max-width: 780px
}

@media screen and (max-width:590px) {
    .container-s {
        max-width: 740px
    }
}

.form-group input[type],
select,
textarea {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #1A171B;
    display: inline-block;
    vertical-align: baseline;
    transition-property: border;
    transition-duration: .2s;
    background: #EFF3F3;
    border-radius: 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 8px;
    border: unset;
    border-bottom: 1px solid  #4E46C133;
    font-family: TT_Commons_Pro_Regular;
    padding: 18.5px 20.5px
}

input[type]:focus,
select:focus,
textarea:focus {
    outline: 0;
    border-color: #309B97
}

.is-IE input[type],
.is-IE select,
.is-IE textarea {
    font-size: 16px;
    padding: 18px 20px
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    display: block;
    overflow: auto;
    resize: vertical;
    vertical-align: top;
    min-height: 170px
}

textarea:focus+.counter {
    opacity: 1;
    transform: translateY(-100%)
}

textarea+.counter {
    color: #d3d5c2;
    position: absolute;
    pointer-events: none;
    transform: translateY(0);
    opacity: 0;
    right: 0;
    transition: all .1s ease-in-out;
    font-size: 14px;
    line-height: 14px;
    padding: 10px
}

@media screen and (max-width:mobile-large) {
    textarea+.counter {
        font-size: 16px;
        line-height: 16px;
        padding: 20px
    }
}

@media screen and (max-width:mobile-landscape) {
    textarea+.counter {
        padding: 30px
    }
}

select {
    width: 100%;
    height: 64px;
    -webkit-appearance: menulist;
    padding-left: 10px;
    text-indent: 10px;
    font-size: 15px
}

@media screen and (max-width:480px) {
    select {
        height: 50px
    }
}

fieldset {
    margin: 0;
    display: block
}

fieldset legend {
    font-size: 16px;
    font-size: calc(1px*1rem);
    font-weight: 700;
    color: #1a1919;
    display: block;
    line-height: 2em;
    margin: 20px 0
}

fieldset+[class*=btn-],
fieldset+fieldset {
    margin-top: 15px
}

label {
    width: 100%;
    color: #5C5C5C;
    font-size: 1rem;
    line-height: 1em
}

label small {
    color: #bec0a4;
    font-size: .8em
}

input[type=checkbox]+label {
    width: 100%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    line-height: 16px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    font-size: 15px;
    font-weight: 400;
    transition: all .1s linear
}

input[type=checkbox]+label:after {
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-top: 6px;
    position: absolute;
    font-size: 23px;
    border-radius: 3px
}

input[type=checkbox]+label:after {
    opacity: 0;
    visibility: hidden;
    content: "\F00C";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: 9px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    transition: all .1s linear
}

input[type=checkbox]+label.hover,
input[type=checkbox]+label.tap {
    text-decoration: underline
}

input[type=checkbox]:checked+label:after,
input[type=radio]:checked+label:after {
    opacity: 1;
    visibility: visible
}

input[type=radio]:checked+label:after {
    border-width: 2px
}

.has-fluid-label input[type] {
    line-height: 20px;
    padding-top: 32px;
    padding-bottom: 9px
}

.has-fluid-label textarea {
    padding-top: 32px
}

.has-fluid-label label {
    width: auto;
    display: inline-block;
    position: absolute;
    color: #0E0E0D;
    transform-origin: left top;
    pointer-events: none;
    transition: all .2s;
    z-index: 2;
    line-height: 24px;
    top: 18.5px;
    left: 20.5px;
    font-weight: 500;
    font-size: 16.2px
}

@media screen and (max-width:480px) {
    .has-fluid-label label {
        font-size: 12.2px
    }
}

.has-fluid-label.hv label {
    transform: translate3d(0, -40%, 0);
    font-size: 12px;
    font-size: calc(.75px*1rem)
}

.form-group {
    position: relative;
    overflow: visible;
    display: block
}

.form-group:after {
    clear: both;
    content: "";
    display: table
}

.form-group>.icon {
    width: 61px;
    height: 61px;
    line-height: 65px;
    position: absolute;
    top: 0;
    font-size: 18.2px;
    text-align: center;
    color: #000
}

.form-group>.icon.position-left {
    left: 0
}

.form-group>.icon.position-left+input,
.form-group>.icon.position-left+textarea {
    padding-left: 54.9px
}

.form-group>.icon.position-right {
    right: 0
}

.form-group>.icon.position-right+input,
.form-group>.icon.position-right+textarea {
    padding-right: 54.9px
}

.form-group>.append,
.form-group>.prepend {
    width: auto;
    height: 61px;
    line-height: 65px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18.2px;
    text-align: center;
    color: #858787;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 12px
}

.form-group>.append {
    left: auto;
    right: 0;
    padding-left: 10px;
    padding-right: 20px
}

.form-group .form-message {
    font-size: 12px;
    font-size: calc(.75px*1rem);
    top: 100%;
    left: 50%;
    margin: 5px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    padding: 4px 7px 2px;
    transform: translate(-50%, -50%);
    z-index: 99;
    white-space: nowrap;
    position: absolute
}

.form-group .form-message:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    border-color: #0E0E0D transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0
}

.form-group.form-error .form-message {
    background-color: #0E0E0D
}

.form-group.form-success .form-message {
    background-color: #5cb85c
}

.form-group.check-radio label:first-child {
    font-size: 16px;
    line-height: 1em;
    margin: 15px 0
}

.form-group.has-extra>.form-group {
    width: 90%;
    margin-left: 10%;
    margin-top: 10px
}

.grid {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.grid>div>* {
    height: 100%
}

.grid.grid-auto {
    flex-direction: row;
    flex-wrap: nowrap
}

.grid.grid-auto>* {
    flex: 1 1 auto
}

.gutter-0 {
    width: 100%;
    transform: translateX(0)
}

.gutter-0>* {
    border: 0 solid transparent
}

.gutter-5 {
    width: calc(100% + 10px);
    transform: translateX(-5px)
}

.gutter-5>* {
    border: 5px solid transparent
}

.gutter-10 {
    width: calc(100% + 20px);
    transform: translateX(-10px)
}

.gutter-10>* {
    border: 10px solid transparent
}

.gutter-15 {
    width: calc(100% + 30px);
    transform: translateX(-15px)
}

.gutter-15>* {
    border: 15px solid transparent
}

.gutter-20 {
    width: calc(100% + 40px);
    transform: translateX(-20px)
}

.gutter-20>* {
    border: 20px solid transparent
}

.gutter-25 {
    width: calc(100% + 50px);
    transform: translateX(-25px)
}

.gutter-25>* {
    border: 25px solid transparent
}

.gutter-30 {
    width: calc(100% + 60px);
    transform: translateX(-30px)
}

.gutter-30>* {
    border: 30px solid transparent
}

.gutter-35 {
    width: calc(100% + 70px);
    transform: translateX(-35px)
}

.gutter-35>* {
    border: 35px solid transparent
}

.gutter-40 {
    width: calc(100% + 80px);
    transform: translateX(-40px)
}

.gutter-40>* {
    border: 40px solid transparent
}

.gutter-45 {
    width: calc(100% + 90px);
    transform: translateX(-45px)
}

.gutter-45>* {
    border: 45px solid transparent
}

.gutter-50 {
    width: calc(100% + 100px);
    transform: translateX(-50px)
}

.gutter-50>* {
    border: 50px solid transparent
}

.col-1 {
    width: 8.33333%
}

.col-2 {
    width: 16.66667%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33333%
}

.col-5 {
    width: 41.66667%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33333%
}

.col-8 {
    width: 66.66667%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33333%
}

.col-11 {
    width: 91.66667%
}

.col-12 {
    width: 100%
}

.show-xxs {
    display: none
}

@media screen and (max-width:400px) {
    .hide-xxs {
        display: none
    }
    .show-xxs {
        display: block
    }
}

@media screen and (min-width:401px) {
    .gutter-xxs-0 {
        width: 100%;
        transform: translateX(0)
    }
    .gutter-xxs-0>* {
        border: 0 solid transparent
    }
    .gutter-xxs-5 {
        width: calc(100% + 10px);
        transform: translateX(-5px)
    }
    .gutter-xxs-5>* {
        border: 5px solid transparent
    }
    .gutter-xxs-10 {
        width: calc(100% + 20px);
        transform: translateX(-10px)
    }
    .gutter-xxs-10>* {
        border: 10px solid transparent
    }
    .gutter-xxs-15 {
        width: calc(100% + 30px);
        transform: translateX(-15px)
    }
    .gutter-xxs-15>* {
        border: 15px solid transparent
    }
    .gutter-xxs-20 {
        width: calc(100% + 40px);
        transform: translateX(-20px)
    }
    .gutter-xxs-20>* {
        border: 20px solid transparent
    }
    .gutter-xxs-25 {
        width: calc(100% + 50px);
        transform: translateX(-25px)
    }
    .gutter-xxs-25>* {
        border: 25px solid transparent
    }
    .gutter-xxs-30 {
        width: calc(100% + 60px);
        transform: translateX(-30px)
    }
    .gutter-xxs-30>* {
        border: 30px solid transparent
    }
    .gutter-xxs-35 {
        width: calc(100% + 70px);
        transform: translateX(-35px)
    }
    .gutter-xxs-35>* {
        border: 35px solid transparent
    }
    .gutter-xxs-40 {
        width: calc(100% + 80px);
        transform: translateX(-40px)
    }
    .gutter-xxs-40>* {
        border: 40px solid transparent
    }
    .gutter-xxs-45 {
        width: calc(100% + 90px);
        transform: translateX(-45px)
    }
    .gutter-xxs-45>* {
        border: 45px solid transparent
    }
    .gutter-xxs-50 {
        width: calc(100% + 100px);
        transform: translateX(-50px)
    }
    .gutter-xxs-50>* {
        border: 50px solid transparent
    }
    .col-xxs-1 {
        width: 8.33333%
    }
    .col-xxs-2 {
        width: 16.66667%
    }
    .col-xxs-3 {
        width: 25%
    }
    .col-xxs-4 {
        width: 33.33333%
    }
    .col-xxs-5 {
        width: 41.66667%
    }
    .col-xxs-6 {
        width: 50%
    }
    .col-xxs-7 {
        width: 58.33333%
    }
    .col-xxs-8 {
        width: 66.66667%
    }
    .col-xxs-9 {
        width: 75%
    }
    .col-xxs-10 {
        width: 83.33333%
    }
    .col-xxs-11 {
        width: 91.66667%
    }
    .col-xxs-12 {
        width: 100%
    }
}

.show-xs {
    display: none
}

@media screen and (max-width:480px) {
    .hide-xs {
        display: none
    }
    .show-xs {
        display: block
    }
}

@media screen and (min-width:481px) {
    .gutter-xs-0 {
        width: 100%;
        transform: translateX(0)
    }
    .gutter-xs-0>* {
        border: 0 solid transparent
    }
    .gutter-xs-5 {
        width: calc(100% + 10px);
        transform: translateX(-5px)
    }
    .gutter-xs-5>* {
        border: 5px solid transparent
    }
    .gutter-xs-10 {
        width: calc(100% + 20px);
        transform: translateX(-10px)
    }
    .gutter-xs-10>* {
        border: 10px solid transparent
    }
    .gutter-xs-15 {
        width: calc(100% + 30px);
        transform: translateX(-15px)
    }
    .gutter-xs-15>* {
        border: 15px solid transparent
    }
    .gutter-xs-20 {
        width: calc(100% + 40px);
        transform: translateX(-20px)
    }
    .gutter-xs-20>* {
        border: 20px solid transparent
    }
    .gutter-xs-25 {
        width: calc(100% + 50px);
        transform: translateX(-25px)
    }
    .gutter-xs-25>* {
        border: 25px solid transparent
    }
    .gutter-xs-30 {
        width: calc(100% + 60px);
        transform: translateX(-30px)
    }
    .gutter-xs-30>* {
        border: 30px solid transparent
    }
    .gutter-xs-35 {
        width: calc(100% + 70px);
        transform: translateX(-35px)
    }
    .gutter-xs-35>* {
        border: 35px solid transparent
    }
    .gutter-xs-40 {
        width: calc(100% + 80px);
        transform: translateX(-40px)
    }
    .gutter-xs-40>* {
        border: 40px solid transparent
    }
    .gutter-xs-45 {
        width: calc(100% + 90px);
        transform: translateX(-45px)
    }
    .gutter-xs-45>* {
        border: 45px solid transparent
    }
    .gutter-xs-50 {
        width: calc(100% + 100px);
        transform: translateX(-50px)
    }
    .gutter-xs-50>* {
        border: 50px solid transparent
    }
    .col-xs-1 {
        width: 8.33333%
    }
    .col-xs-2 {
        width: 16.66667%
    }
    .col-xs-3 {
        width: 25%
    }
    .col-xs-4 {
        width: 33.33333%
    }
    .col-xs-5 {
        width: 41.66667%
    }
    .col-xs-6 {
        width: 50%
    }
    .col-xs-7 {
        width: 58.33333%
    }
    .col-xs-8 {
        width: 66.66667%
    }
    .col-xs-9 {
        width: 75%
    }
    .col-xs-10 {
        width: 83.33333%
    }
    .col-xs-11 {
        width: 91.66667%
    }
    .col-xs-12 {
        width: 100%
    }
}

.show-ss {
    display: none
}

@media screen and (max-width:590px) {
    .hide-ss {
        display: none
    }
    .show-ss {
        display: block
    }
}

@media screen and (min-width:591px) {
    .gutter-ss-0 {
        width: 100%;
        transform: translateX(0)
    }
    .gutter-ss-0>* {
        border: 0 solid transparent
    }
    .gutter-ss-5 {
        width: calc(100% + 10px);
        transform: translateX(-5px)
    }
    .gutter-ss-5>* {
        border: 5px solid transparent
    }
    .gutter-ss-10 {
        width: calc(100% + 20px);
        transform: translateX(-10px)
    }
    .gutter-ss-10>* {
        border: 10px solid transparent
    }
    .gutter-ss-15 {
        width: calc(100% + 30px);
        transform: translateX(-15px)
    }
    .gutter-ss-15>* {
        border: 15px solid transparent
    }
    .gutter-ss-20 {
        width: calc(100% + 40px);
        transform: translateX(-20px)
    }
    .gutter-ss-20>* {
        border: 20px solid transparent
    }
    .gutter-ss-25 {
        width: calc(100% + 50px);
        transform: translateX(-25px)
    }
    .gutter-ss-25>* {
        border: 25px solid transparent
    }
    .gutter-ss-30 {
        width: calc(100% + 60px);
        transform: translateX(-30px)
    }
    .gutter-ss-30>* {
        border: 30px solid transparent
    }
    .gutter-ss-35 {
        width: calc(100% + 70px);
        transform: translateX(-35px)
    }
    .gutter-ss-35>* {
        border: 35px solid transparent
    }
    .gutter-ss-40 {
        width: calc(100% + 80px);
        transform: translateX(-40px)
    }
    .gutter-ss-40>* {
        border: 40px solid transparent
    }
    .gutter-ss-45 {
        width: calc(100% + 90px);
        transform: translateX(-45px)
    }
    .gutter-ss-45>* {
        border: 45px solid transparent
    }
    .gutter-ss-50 {
        width: calc(100% + 100px);
        transform: translateX(-50px)
    }
    .gutter-ss-50>* {
        border: 50px solid transparent
    }
    .col-ss-1 {
        width: 8.33333%
    }
    .col-ss-2 {
        width: 16.66667%
    }
    .col-ss-3 {
        width: 25%
    }
    .col-ss-4 {
        width: 33.33333%
    }
    .col-ss-5 {
        width: 41.66667%
    }
    .col-ss-6 {
        width: 50%
    }
    .col-ss-7 {
        width: 58.33333%
    }
    .col-ss-8 {
        width: 66.66667%
    }
    .col-ss-9 {
        width: 75%
    }
    .col-ss-10 {
        width: 83.33333%
    }
    .col-ss-11 {
        width: 91.66667%
    }
    .col-ss-12 {
        width: 100%
    }
}

.show-sm {
    display: none
}

@media screen and (max-width:768px) {
    .hide-sm {
        display: none
    }
    .show-sm {
        display: block
    }
}

@media screen and (min-width:769px) {
    .gutter-sm-0 {
        width: 100%;
        transform: translateX(0)
    }
    .gutter-sm-0>* {
        border: 0 solid transparent
    }
    .gutter-sm-5 {
        width: calc(100% + 10px);
        transform: translateX(-5px)
    }
    .gutter-sm-5>* {
        border: 5px solid transparent
    }
    .gutter-sm-10 {
        width: calc(100% + 20px);
        transform: translateX(-10px)
    }
    .gutter-sm-10>* {
        border: 10px solid transparent
    }
    .gutter-sm-15 {
        width: calc(100% + 30px);
        transform: translateX(-15px)
    }
    .gutter-sm-15>* {
        border: 15px solid transparent
    }
    .gutter-sm-20 {
        width: calc(100% + 40px);
        transform: translateX(-20px)
    }
    .gutter-sm-20>* {
        border: 20px solid transparent
    }
    .gutter-sm-25 {
        width: calc(100% + 50px);
        transform: translateX(-25px)
    }
    .gutter-sm-25>* {
        border: 25px solid transparent
    }
    .gutter-sm-30 {
        width: calc(100% + 60px);
        transform: translateX(-30px)
    }
    .gutter-sm-30>* {
        border: 30px solid transparent
    }
    .gutter-sm-35 {
        width: calc(100% + 70px);
        transform: translateX(-35px)
    }
    .gutter-sm-35>* {
        border: 35px solid transparent
    }
    .gutter-sm-40 {
        width: calc(100% + 80px);
        transform: translateX(-40px)
    }
    .gutter-sm-40>* {
        border: 40px solid transparent
    }
    .gutter-sm-45 {
        width: calc(100% + 90px);
        transform: translateX(-45px)
    }
    .gutter-sm-45>* {
        border: 45px solid transparent
    }
    .gutter-sm-50 {
        width: calc(100% + 100px);
        transform: translateX(-50px)
    }
    .gutter-sm-50>* {
        border: 50px solid transparent
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
}

.show-md {
    display: none
}

@media screen and (max-width:960px) {
    .hide-md {
        display: none
    }
    .show-md {
        display: block
    }
}

@media screen and (min-width:961px) {
    .gutter-md-0 {
        width: 100%;
        transform: translateX(0)
    }
    .gutter-md-0>* {
        border: 0 solid transparent
    }
    .gutter-md-5 {
        width: calc(100% + 10px);
        transform: translateX(-5px)
    }
    .gutter-md-5>* {
        border: 5px solid transparent
    }
    .gutter-md-10 {
        width: calc(100% + 20px);
        transform: translateX(-10px)
    }
    .gutter-md-10>* {
        border: 10px solid transparent
    }
    .gutter-md-15 {
        width: calc(100% + 30px);
        transform: translateX(-15px)
    }
    .gutter-md-15>* {
        border: 15px solid transparent
    }
    .gutter-md-20 {
        width: calc(100% + 40px);
        transform: translateX(-20px)
    }
    .gutter-md-20>* {
        border: 20px solid transparent
    }
    .gutter-md-25 {
        width: calc(100% + 50px);
        transform: translateX(-25px)
    }
    .gutter-md-25>* {
        border: 25px solid transparent
    }
    .gutter-md-30 {
        width: calc(100% + 60px);
        transform: translateX(-30px)
    }
    .gutter-md-30>* {
        border: 30px solid transparent
    }
    .gutter-md-35 {
        width: calc(100% + 70px);
        transform: translateX(-35px)
    }
    .gutter-md-35>* {
        border: 35px solid transparent
    }
    .gutter-md-40 {
        width: calc(100% + 80px);
        transform: translateX(-40px)
    }
    .gutter-md-40>* {
        border: 40px solid transparent
    }
    .gutter-md-45 {
        width: calc(100% + 90px);
        transform: translateX(-45px)
    }
    .gutter-md-45>* {
        border: 45px solid transparent
    }
    .gutter-md-50 {
        width: calc(100% + 100px);
        transform: translateX(-50px)
    }
    .gutter-md-50>* {
        border: 50px solid transparent
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
}

.show-lg {
    display: none
}

@media screen and (max-width:1200px) {
    .hide-lg {
        display: none
    }
    .show-lg {
        display: block
    }
}

@media screen and (min-width:1201px) {
    .gutter-lg-0 {
        width: 100%;
        transform: translateX(0)
    }
    .gutter-lg-0>* {
        border: 0 solid transparent
    }
    .gutter-lg-5 {
        width: calc(100% + 10px);
        transform: translateX(-5px)
    }
    .gutter-lg-5>* {
        border: 5px solid transparent
    }
    .gutter-lg-10 {
        width: calc(100% + 20px);
        transform: translateX(-10px)
    }
    .gutter-lg-10>* {
        border: 10px solid transparent
    }
    .gutter-lg-15 {
        width: calc(100% + 30px);
        transform: translateX(-15px)
    }
    .gutter-lg-15>* {
        border: 15px solid transparent
    }
    .gutter-lg-20 {
        width: calc(100% + 40px);
        transform: translateX(-20px)
    }
    .gutter-lg-20>* {
        border: 20px solid transparent
    }
    .gutter-lg-25 {
        width: calc(100% + 50px);
        transform: translateX(-25px)
    }
    .gutter-lg-25>* {
        border: 25px solid transparent
    }
    .gutter-lg-30 {
        width: calc(100% + 60px);
        transform: translateX(-30px)
    }
    .gutter-lg-30>* {
        border: 30px solid transparent
    }
    .gutter-lg-35 {
        width: calc(100% + 70px);
        transform: translateX(-35px)
    }
    .gutter-lg-35>* {
        border: 35px solid transparent
    }
    .gutter-lg-40 {
        width: calc(100% + 80px);
        transform: translateX(-40px)
    }
    .gutter-lg-40>* {
        border: 40px solid transparent
    }
    .gutter-lg-45 {
        width: calc(100% + 90px);
        transform: translateX(-45px)
    }
    .gutter-lg-45>* {
        border: 45px solid transparent
    }
    .gutter-lg-50 {
        width: calc(100% + 100px);
        transform: translateX(-50px)
    }
    .gutter-lg-50>* {
        border: 50px solid transparent
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
}

.show-xl {
    display: none
}

@media screen and (max-width:1600px) {
    .hide-xl {
        display: none
    }
    .show-xl {
        display: block
    }
}

@media screen and (min-width:1601px) {
    .gutter-xl-0 {
        width: 100%;
        transform: translateX(0)
    }
    .gutter-xl-0>* {
        border: 0 solid transparent
    }
    .gutter-xl-5 {
        width: calc(100% + 10px);
        transform: translateX(-5px)
    }
    .gutter-xl-5>* {
        border: 5px solid transparent
    }
    .gutter-xl-10 {
        width: calc(100% + 20px);
        transform: translateX(-10px)
    }
    .gutter-xl-10>* {
        border: 10px solid transparent
    }
    .gutter-xl-15 {
        width: calc(100% + 30px);
        transform: translateX(-15px)
    }
    .gutter-xl-15>* {
        border: 15px solid transparent
    }
    .gutter-xl-20 {
        width: calc(100% + 40px);
        transform: translateX(-20px)
    }
    .gutter-xl-20>* {
        border: 20px solid transparent
    }
    .gutter-xl-25 {
        width: calc(100% + 50px);
        transform: translateX(-25px)
    }
    .gutter-xl-25>* {
        border: 25px solid transparent
    }
    .gutter-xl-30 {
        width: calc(100% + 60px);
        transform: translateX(-30px)
    }
    .gutter-xl-30>* {
        border: 30px solid transparent
    }
    .gutter-xl-35 {
        width: calc(100% + 70px);
        transform: translateX(-35px)
    }
    .gutter-xl-35>* {
        border: 35px solid transparent
    }
    .gutter-xl-40 {
        width: calc(100% + 80px);
        transform: translateX(-40px)
    }
    .gutter-xl-40>* {
        border: 40px solid transparent
    }
    .gutter-xl-45 {
        width: calc(100% + 90px);
        transform: translateX(-45px)
    }
    .gutter-xl-45>* {
        border: 45px solid transparent
    }
    .gutter-xl-50 {
        width: calc(100% + 100px);
        transform: translateX(-50px)
    }
    .gutter-xl-50>* {
        border: 50px solid transparent
    }
    .col-xl-1 {
        width: 8.33333%
    }
    .col-xl-2 {
        width: 16.66667%
    }
    .col-xl-3 {
        width: 25%
    }
    .col-xl-4 {
        width: 33.33333%
    }
    .col-xl-5 {
        width: 41.66667%
    }
    .col-xl-6 {
        width: 50%
    }
    .col-xl-7 {
        width: 58.33333%
    }
    .col-xl-8 {
        width: 66.66667%
    }
    .col-xl-9 {
        width: 75%
    }
    .col-xl-10 {
        width: 83.33333%
    }
    .col-xl-11 {
        width: 91.66667%
    }
    .col-xl-12 {
        width: 100%
    }
}

.show-xxl {
    display: none
}

@media screen and (max-width:2000px) {
    .hide-xxl {
        display: none
    }
    .show-xxl {
        display: block
    }
}

@media screen and (min-width:2001px) {
    .gutter-xxl-0 {
        width: 100%;
        transform: translateX(0)
    }
    .gutter-xxl-0>* {
        border: 0 solid transparent
    }
    .gutter-xxl-5 {
        width: calc(100% + 10px);
        transform: translateX(-5px)
    }
    .gutter-xxl-5>* {
        border: 5px solid transparent
    }
    .gutter-xxl-10 {
        width: calc(100% + 20px);
        transform: translateX(-10px)
    }
    .gutter-xxl-10>* {
        border: 10px solid transparent
    }
    .gutter-xxl-15 {
        width: calc(100% + 30px);
        transform: translateX(-15px)
    }
    .gutter-xxl-15>* {
        border: 15px solid transparent
    }
    .gutter-xxl-20 {
        width: calc(100% + 40px);
        transform: translateX(-20px)
    }
    .gutter-xxl-20>* {
        border: 20px solid transparent
    }
    .gutter-xxl-25 {
        width: calc(100% + 50px);
        transform: translateX(-25px)
    }
    .gutter-xxl-25>* {
        border: 25px solid transparent
    }
    .gutter-xxl-30 {
        width: calc(100% + 60px);
        transform: translateX(-30px)
    }
    .gutter-xxl-30>* {
        border: 30px solid transparent
    }
    .gutter-xxl-35 {
        width: calc(100% + 70px);
        transform: translateX(-35px)
    }
    .gutter-xxl-35>* {
        border: 35px solid transparent
    }
    .gutter-xxl-40 {
        width: calc(100% + 80px);
        transform: translateX(-40px)
    }
    .gutter-xxl-40>* {
        border: 40px solid transparent
    }
    .gutter-xxl-45 {
        width: calc(100% + 90px);
        transform: translateX(-45px)
    }
    .gutter-xxl-45>* {
        border: 45px solid transparent
    }
    .gutter-xxl-50 {
        width: calc(100% + 100px);
        transform: translateX(-50px)
    }
    .gutter-xxl-50>* {
        border: 50px solid transparent
    }
    .col-xxl-1 {
        width: 8.33333%
    }
    .col-xxl-2 {
        width: 16.66667%
    }
    .col-xxl-3 {
        width: 25%
    }
    .col-xxl-4 {
        width: 33.33333%
    }
    .col-xxl-5 {
        width: 41.66667%
    }
    .col-xxl-6 {
        width: 50%
    }
    .col-xxl-7 {
        width: 58.33333%
    }
    .col-xxl-8 {
        width: 66.66667%
    }
    .col-xxl-9 {
        width: 75%
    }
    .col-xxl-10 {
        width: 83.33333%
    }
    .col-xxl-11 {
        width: 91.66667%
    }
    .col-xxl-12 {
        width: 100%
    }
}

.list-icons,
.list-ordered {
    width: 100%
}

.list-icons li,
.list-ordered li {
    width: 100%;
    display: inline-block;
    padding-left: 60px;
    margin-bottom: 20px;
    position: relative
}

.list-icons li>h3,
.list-ordered li>h3 {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-size: calc(1px*1rem);
    font-weight: 700;
    line-height: 20px;
    margin: 10px 0 5px
}

.list-icons li:last-child,
.list-ordered li:last-child {
    margin-bottom: 0
}

.list-icons li:before,
.list-icons li>.icon,
.list-ordered li:before,
.list-ordered li>.icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%/50%;
    display: inline-block;
    background-color: #0E0E0D;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-weight: 700;
    color: #000
}

@media screen and (max-width:480px) {
    .list-icons li,
    .list-ordered li {
        padding-left: 2px
    }
    .list-icons li>h3,
    .list-ordered li>h3 {
        font-size: 14px;
        font-size: calc(.875px*1rem);
        margin: 5px 0 10px 40px
    }
    .list-icons li:before,
    .list-icons li>.icon,
    .list-ordered li:before,
    .list-ordered li>.icon {
        width: 30px;
        height: 30px;
        line-height: 30px
    }
}

.list-ordered {
    counter-reset: ol-list-counter
}

.list-ordered li {
    counter-increment: ol-list-counter
}

.list-ordered li:before {
    content: counter(ol-list-counter)
}

.list-definition {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: flex-start
}

.list-definition dd,
.list-definition dt {
    flex: 0 0 60%;
    font-size: 16px;
    font-size: calc(1px*1rem);
    padding: 0;
    margin: 0;
    line-height: 36px
}

.list-definition dt {
    flex: 0 0 40%;
    color: #858787
}

.list-definition i {
    font-style: italic
}

@media screen and (max-width:768px) {
    .list-definition dd,
    .list-definition dt {
        font-size: 15px;
        font-size: calc(.9375px*1rem)
    }
}

.is-hidden {
    display: none!important
}

.is-invisible {
    visibility: hidden!important
}

.has-nowrap {
    white-space: nowrap
}

.is-left {
    float: left
}

.is-right {
    float: right
}

.is-first {
    clear: left
}

.is-text-left {
    text-align: left
}

.is-text-right {
    text-align: right
}

.is-text-center {
    text-align: center
}

.is-text-justified {
    text-align: justify
}

.is-text-uppercase {
    text-transform: uppercase
}

.is-text-lowercase {
    text-transform: lowercase
}

.is-bold {
    font-weight: 700
}

.is-normal {
    font-weight: 400
}

.is-light {
    font-weight: lighter
}

.is-italic {
    font-style: italic
}

.is-underlined {
    text-decoration: underline
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.color-debug {
    color: red
}

.bg-debug {
    background-color: red
}

.color-facebook {
    color: #335b9f
}

.bg-facebook {
    background-color: #335b9f
}

.color-googleplus {
    color: #df5440
}

.bg-googleplus {
    background-color: #df5440
}

.color-instagram {
    color: #cd486b
}

.bg-instagram {
    background-color: #cd486b
}

.color-linkedin {
    color: #0074b8
}

.bg-linkedin {
    background-color: #0074b8
}

.color-twitter {
    color: #00ace7
}

.bg-twitter {
    background-color: #00ace7
}

.color-whatsapp {
    color: #4dc247
}

.bg-whatsapp {
    background-color: #4dc247
}

.color-youtube {
    color: #b00
}

.bg-youtube {
    background-color: #b00
}

.color-error {
    color: #0E0E0D
}

.bg-error {
    background-color: #0E0E0D
}

.color-success {
    color: #5cb85c
}

.bg-success {
    background-color: #5cb85c
}

.color-info {
    color: #428bca
}

.bg-info {
    background-color: #428bca
}

.color-warning {
    color: #f0ad4e
}

.bg-warning {
    background-color: #f0ad4e
}

.color-gray-10 {
    color: #f2f5f8
}

.bg-gray-10 {
    background-color: #f2f5f8
}

.color-gray-30 {
    color: #dedfd1
}

.bg-gray-30 {
    background-color: #dedfd1
}

.color-gray-50 {
    color: #9b9b9b
}

.bg-gray-50 {
    background-color: #9b9b9b
}

.color-gray-70 {
    color: #858787
}

.bg-gray-70 {
    background-color: #858787
}

.color-gray-90 {
    color: #1a1919
}

.bg-gray-90 {
    background-color: #1a1919
}

.color-primary {
    color: #0E0E0D
}

.bg-primary {
    background-color: #0E0E0D
}

.color-secondary {
    color: #133369
}

.bg-secondary {
    background-color: #133369
}

.color-secondary-30 {
    color: #006893
}

.bg-secondary-30 {
    background-color: #006893
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.is-table {
    width: 100%
}

.is-table .t-row {
    display: flex;
    position: relative;
    align-items: flex-start
}

.is-table .t-row a {
    transition: all .3s
}

.is-table .t-row.hover a,
.is-table .t-row.tap a {
    color: #0E0E0D
}

.is-table .t-cell,
.is-table .t-head {
    flex-grow: 1;
    flex-shrink: 1
}

.is-table .t-head {
    font-size: 14px;
    font-size: calc(.875px*1rem);
    text-transform: uppercase;
    border-bottom: 1px solid #dedfd1;
    padding: 10px 0
}

.is-table .t-cell {
    padding: 10px 0;
    position: relative;
    z-index: 2
}

.is-table .t-cell small {
    line-height: 1.25em
}

.is-table .w-1 {
    width: 1%
}

.is-table .w-2 {
    width: 2%
}

.is-table .w-3 {
    width: 3%
}

.is-table .w-4 {
    width: 4%
}

.is-table .w-5 {
    width: 5%
}

.is-table .w-6 {
    width: 6%
}

.is-table .w-7 {
    width: 7%
}

.is-table .w-8 {
    width: 8%
}

.is-table .w-9 {
    width: 9%
}

.is-table .w-10 {
    width: 10%
}

.is-table .w-11 {
    width: 11%
}

.is-table .w-12 {
    width: 12%
}

.is-table .w-13 {
    width: 13%
}

.is-table .w-14 {
    width: 14%
}

.is-table .w-15 {
    width: 15%
}

.is-table .w-16 {
    width: 16%
}

.is-table .w-17 {
    width: 17%
}

.is-table .w-18 {
    width: 18%
}

.is-table .w-19 {
    width: 19%
}

.is-table .w-20 {
    width: 20%
}

.is-table .w-21 {
    width: 21%
}

.is-table .w-22 {
    width: 22%
}

.is-table .w-23 {
    width: 23%
}

.is-table .w-24 {
    width: 24%
}

.is-table .w-25 {
    width: 25%
}

.is-table .w-26 {
    width: 26%
}

.is-table .w-27 {
    width: 27%
}

.is-table .w-28 {
    width: 28%
}

.is-table .w-29 {
    width: 29%
}

.is-table .w-30 {
    width: 30%
}

.is-table .w-31 {
    width: 31%
}

.is-table .w-32 {
    width: 32%
}

.is-table .w-33 {
    width: 33%
}

.is-table .w-34 {
    width: 34%
}

.is-table .w-35 {
    width: 35%
}

.is-table .w-36 {
    width: 36%
}

.is-table .w-37 {
    width: 37%
}

.is-table .w-38 {
    width: 38%
}

.is-table .w-39 {
    width: 39%
}

.is-table .w-40 {
    width: 40%
}

.is-table .w-41 {
    width: 41%
}

.is-table .w-42 {
    width: 42%
}

.is-table .w-43 {
    width: 43%
}

.is-table .w-44 {
    width: 44%
}

.is-table .w-45 {
    width: 45%
}

.is-table .w-46 {
    width: 46%
}

.is-table .w-47 {
    width: 47%
}

.is-table .w-48 {
    width: 48%
}

.is-table .w-49 {
    width: 49%
}

.is-table .w-50 {
    width: 50%
}

.is-table .w-51 {
    width: 51%
}

.is-table .w-52 {
    width: 52%
}

.is-table .w-53 {
    width: 53%
}

.is-table .w-54 {
    width: 54%
}

.is-table .w-55 {
    width: 55%
}

.is-table .w-56 {
    width: 56%
}

.is-table .w-57 {
    width: 57%
}

.is-table .w-58 {
    width: 58%
}

.is-table .w-59 {
    width: 59%
}

.is-table .w-60 {
    width: 60%
}

.is-table .w-61 {
    width: 61%
}

.is-table .w-62 {
    width: 62%
}

.is-table .w-63 {
    width: 63%
}

.is-table .w-64 {
    width: 64%
}

.is-table .w-65 {
    width: 65%
}

.is-table .w-66 {
    width: 66%
}

.is-table .w-67 {
    width: 67%
}

.is-table .w-68 {
    width: 68%
}

.is-table .w-69 {
    width: 69%
}

.is-table .w-70 {
    width: 70%
}

.is-table .w-71 {
    width: 71%
}

.is-table .w-72 {
    width: 72%
}

.is-table .w-73 {
    width: 73%
}

.is-table .w-74 {
    width: 74%
}

.is-table .w-75 {
    width: 75%
}

.is-table .w-76 {
    width: 76%
}

.is-table .w-77 {
    width: 77%
}

.is-table .w-78 {
    width: 78%
}

.is-table .w-79 {
    width: 79%
}

.is-table .w-80 {
    width: 80%
}

.is-table .w-81 {
    width: 81%
}

.is-table .w-82 {
    width: 82%
}

.is-table .w-83 {
    width: 83%
}

.is-table .w-84 {
    width: 84%
}

.is-table .w-85 {
    width: 85%
}

.is-table .w-86 {
    width: 86%
}

.is-table .w-87 {
    width: 87%
}

.is-table .w-88 {
    width: 88%
}

.is-table .w-89 {
    width: 89%
}

.is-table .w-90 {
    width: 90%
}

.is-table .w-91 {
    width: 91%
}

.is-table .w-92 {
    width: 92%
}

.is-table .w-93 {
    width: 93%
}

.is-table .w-94 {
    width: 94%
}

.is-table .w-95 {
    width: 95%
}

.is-table .w-96 {
    width: 96%
}

.is-table .w-97 {
    width: 97%
}

.is-table .w-98 {
    width: 98%
}

.is-table .w-99 {
    width: 99%
}

.is-table .w-100 {
    width: 100%
}

header.body-header {
    width: 100%;
    max-width: 1240px;
    margin: var(--main-spacing) auto 90px;
    position: relative
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    header.body-header {
        margin: 100px auto 30px
    }
}

@media screen and (max-width:1240px) {
    header.body-header {
        margin: 0 auto
    }
}

header.body-header>div {
    position: relative;
    z-index: 2
}

header.body-header .header-brand {
    max-width: 80%;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0
}

header.body-header .header-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    overflow: hidden
}

header.body-header .header-background:before {
    width: 100%;
    height: 200%;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateY(-50%) rotate(21deg);
    content: "";
    background-color: #0E0E0D;
    z-index: 2
}

header.body-header .header-background img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 1
}

header.body-header .header-content {
    position: relative;
    z-index: 3;
    color: #fff
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    header.body-header .header-content {
        padding: 170px 110px 50px
    }
}

@media screen and (max-width:960px) {
    header.body-header .header-content {
        --spacinglr: 60px
    }
}

@media screen and (max-width:590px) {
    header.body-header .header-content {
        --spacinglr: 40px
    }
}

@media screen and (max-width:480px) {
    header.body-header .header-content {
        --spacinglr: 30px;
        padding-top: 40px
    }
}

@media screen and (max-width:400px) {
    header.body-header .header-content {
        --spacinglr: 20px;
        padding-top: 40px
    }
}

header.body-header .header-content h1>* {
    display: inline-block;
    width: 100%
}

header.body-header .header-content span {
    font-size: 64px;
    margin-bottom: .5em;
    line-height: 1.1em
}

@media screen and (max-width:960px) {
    header.body-header .header-content span {
        font-size: 46px
    }
}

@media screen and (max-width:768px) {
    header.body-header .header-content span {
        font-size: 30px
    }
}

@media screen and (max-width:480px) {
    header.body-header .header-content span {
        font-size: 26px
    }
}

header.body-header .header-content small {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4em
}

@media screen and (max-width:960px) {
    header.body-header .header-content small {
        font-size: 24px
    }
}

@media screen and (max-width:768px) {
    header.body-header .header-content small {
        font-size: 20px
    }
}

@media screen and (max-width:480px) {
    header.body-header .header-content small {
        font-size: 16px
    }
}

.body-content {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    padding: var(--main-spacing) 10px
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .body-content {
        padding: 100px 0
    }
}

@media screen and (max-width:960px) {
    .body-content {
        padding: var(--main-spacing) 10px
    }
}

@media screen and (max-width:768px) {
    .body-content {
        padding: var(--main-spacing) 40px
    }
}

@media screen and (max-width:590px) {}

@media screen and (max-width:480px) {
    .body-content {
        padding: var(--main-spacing) 30px
    }
}

@media screen and (max-width:400px) {
    .body-content {
        padding: var(--main-spacing) 20px
    }
}

.body-content .content-wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start
}

.body-content .content-wrapper.wrapper-small {
    max-width: 800px;
    margin: 0 auto
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .body-content .content-wrapper {
        width: 80%
    }
}

@media screen and (max-width:768px) {
    .body-content .content-wrapper {
        align-items: flex-start;
        flex-direction: column
    }
    .message {
        padding: 16px;
    }
}

.body-content .content-wrapper .column:only-child {
    flex: 0 0 100%;
    padding: 50px
}

.body-content .content-wrapper .column:not(:only-child) {
    flex: 0 0 40%;
    padding: 0 0px
}

@media screen and (max-width:768px) {
    .body-content .content-wrapper .column:not(:only-child) {
        flex: 0 0 auto;
        padding: 40px 0
    }
}

@media screen and (max-width:768px) {
    .body-content .content-wrapper .column:not(:only-child):first-child {
        border-width: 0 0 8px
    }
}

@media screen and (min-width:769px) {
    .body-content .content-wrapper .column:not(:only-child):first-child {
        flex-basis: 60%
    }
}


.body-content dd,
.body-content p {
   font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

@media screen and (max-width:960px) {
    .body-content dd,
    .body-content p {
        font-size: 15px
    }
}

@media screen and (max-width:480px) {
    .body-content dd,
    .body-content p {
        font-size: 14px
    }
}

.body-content dl dt {
    font-weight: 500;
    font-size: 20px
}

@media screen and (max-width:960px) {
    .body-content dl dt {
        font-size: 18px
    }
}

.body-content dl dd {
    font-weight: 200;
    line-height: 1.5em;
    font-size: .9em
}

.body-content dl dd+dt {
    margin-top: 1em
}

.body-content dl dt+dd {
    margin-top: .5em
}

footer.body-footer {
    width: 100%;
    color: black;
    margin: 0px auto 0px;
    position: relative;
    padding: 0;
    text-align: left;
    padding-bottom: 120px;
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    footer.body-footer {
        padding: 100px 0;
        margin: 30px auto 100px
    }
}

@media screen and (max-width:1240px) {
    footer.body-footer {
        margin-bottom: 0
    }
}

@media screen and (max-width:480px) {
    footer.body-footer {
        padding: 60px 0
    }
}

footer.body-footer h2,
footer.body-footer legend {
    color: inherit
}

footer.body-footer fieldset {
    max-width: 665px;
    margin: 0 auto
}

footer.body-footer fieldset+fieldset {
    margin-top: 20px
}

footer.body-footer ul.form {
    margin-bottom: 20px
}

footer.body-footer .form-wrapper h2+p {
    font-size: 1em;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.5em
}

footer.body-footer .form-group+.form-group {
    margin-top: 1px
}




footer.body-footer .form-avg-message {
    font-size: 11px;
    max-width: 664px;
    margin: 0 auto;
    line-height: 1.5em
}

footer.body-footer .button-set {
    margin-top: 30px;
    display: flex;
}

footer.body-footer .message {
    margin: 0 auto;
    text-align: center
}

footer.body-footer .message p {
    font-size: 16px
}

footer.body-footer .message .icon svg {
    width: 100px;
    height: auto;
    margin-bottom: 30px
}

@media screen and (max-width:768px) {
    footer.body-footer .message .icon svg {
        width: 60px
    }
}

footer.body-footer .message .icon svg path {
    fill: #4E46C1;
}

.text-primary {
    color: #4E46C1 !important;
}

.template-home {
    --main-spacing: 80px
}

@media screen and (max-width:768px) {
    .template-home {
        --main-spacing: 40px
    }
    .accordion-link p {
        padding: 13px 9px !important;
        text-align: left !important;
        font-size: 20px !important;
    }
    .accordion-content table {
        font-size: 14px;
    }
}

@media screen and (max-width:480px) {
    .template-home {
        --main-spacing: 40px
    }
}

input[type="checkbox"] {
    -webkit-appearance: revert !important;
    -moz-appearance: revert !important;
    appearance: auto !important;
    width: auto;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.text-dark {
    color: black !important;
}

.text-purple {
    color: #0E0E0D !important;
}

.message p {
    color: #5C5C5C;
}

a.btn.btnn-primary.download {
    position: relative;
}

a.btn.btnn-primary.download svg {
    position: absolute;
    left: 40px;
    transform: translateY(-50%);
    /* right: 0%; */
    top: 50%;
    /* bottom: 4.43%; */
}

a.btn.btnn-primary.download span {
    padding-left: 48px;
}

.accordion-content table {
    font-size: 16px;
}

.content a:not(.btn) {
    text-decoration: underline !important;
    color: #0E0E0D;
}

a,
p,
.event-name,
input[type="checkbox"],
.form-avg-message {
    font-variant: none !important;
}