/*
	Theme Name: Dia do Técnico
	Description: Tema com a estrutura base do design system
	Version: 1
	Author: Técnico Lisboa
*/

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figcaption,
figure,
main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.button-arrow {
    position: relative;
    padding-right: 12px;
}
.button-arrow:after {
    position: absolute;
    content: "\000BB";
    margin-left: 5px;
}
@media (min-width: 375px) {
    .button-arrow {
        position: relative;
        padding-right: 0;
        margin-left: 40px;
    }
    .button-arrow:before,
    .button-arrow:after {
        content: "";
        position: absolute;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .button-arrow:before {
        top: -4px;
        left: -40px;
        width: 30px;
        height: 30px;
        border: 1px solid #009de0;
        border-radius: 50%;
    }
    .button-arrow:after {
        margin-left: 0;
        top: 6px;
        left: -32px;
        border: 2px solid;
        border-left: 0;
        border-bottom: 0;
        width: 10px;
        height: 10px;
        border-radius: 1px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
.button-arrow-right:after {
    content: " \00BB";
}
.button-home {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.box-button,
.box-button.blue,
.button.blue,
.box-button.gray,
.button.gray,
.box-button.orange,
.button.orange,
.box-button.white,
.button.white,
.button {
    position: relative;
    text-align: center;
    line-height: 160%;
    display: inline-block;
    background: transparent;
    border: 1px solid #666;
    color: #2e3442;
    border-radius: 0.1rem;
    font-size: 1.4rem;
    padding: 8px 18px;
}
.box-button.small,
.small.button.blue,
.small.button.gray,
.small.button.orange,
.small.button.white,
.button.small {
    padding: 4px 12px;
}
.box-button.rounded,
.rounded.button.blue,
.rounded.button.gray,
.rounded.button.orange,
.rounded.button.white,
.button.rounded {
    border-radius: 3rem;
}
.box-button.secundary-actions,
.secundary-actions.button.blue,
.secundary-actions.button.gray,
.secundary-actions.button.orange,
.secundary-actions.button.white,
.button.secundary-actions {
    border-radius: 0.1rem 0 0 0.1rem;
    min-width: auto !important;
}
.box-button.secundary-actions + div,
.secundary-actions.button.blue + div,
.secundary-actions.button.gray + div,
.secundary-actions.button.orange + div,
.secundary-actions.button.white + div,
.button.secundary-actions + div {
    display: inline-block;
    position: relative;
}
.box-button.secundary-actions + div .button,
.secundary-actions.button.blue + div .button,
.secundary-actions.button.gray + div .button,
.secundary-actions.button.orange + div .button,
.secundary-actions.button.white + div .button,
.button.secundary-actions + div .button {
    border-radius: 0 0.1rem 0.1rem 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 32px;
    min-width: auto;
    margin: 0 !important;
    border-left: 0;
}
.box-button.secundary-actions + div .button::before,
.secundary-actions.button.blue + div .button::before,
.secundary-actions.button.gray + div .button::before,
.secundary-actions.button.orange + div .button::before,
.secundary-actions.button.white + div .button::before,
.box-button.secundary-actions + div .button::after,
.secundary-actions.button.blue + div .button::after,
.secundary-actions.button.gray + div .button::after,
.secundary-actions.button.orange + div .button::after,
.secundary-actions.button.white + div .button::after,
.button.secundary-actions + div .button::before,
.button.secundary-actions + div .button::after {
    content: "";
    position: absolute;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: #f9690e;
    width: 8px;
    height: 2px;
    border-radius: 2px;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.box-button.secundary-actions + div .button::before,
.secundary-actions.button.blue + div .button::before,
.secundary-actions.button.gray + div .button::before,
.secundary-actions.button.orange + div .button::before,
.secundary-actions.button.white + div .button::before,
.button.secundary-actions + div .button::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    margin-left: -3px;
}
.box-button.secundary-actions + div .button::after,
.secundary-actions.button.blue + div .button::after,
.secundary-actions.button.gray + div .button::after,
.secundary-actions.button.orange + div .button::after,
.secundary-actions.button.white + div .button::after,
.button.secundary-actions + div .button::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    margin-left: 3px;
}
.box-button.secundary-actions + div .button:hover::before,
.secundary-actions.button.blue + div .button:hover::before,
.secundary-actions.button.gray + div .button:hover::before,
.secundary-actions.button.orange + div .button:hover::before,
.secundary-actions.button.white + div .button:hover::before,
.box-button.secundary-actions + div .button:hover::after,
.secundary-actions.button.blue + div .button:hover::after,
.secundary-actions.button.gray + div .button:hover::after,
.secundary-actions.button.orange + div .button:hover::after,
.secundary-actions.button.white + div .button:hover::after,
.button.secundary-actions + div .button:hover::before,
.button.secundary-actions + div .button:hover::after {
    background: white;
}
.box-button:hover,
.button.blue:hover,
.button.gray:hover,
.button.orange:hover,
.button.white:hover,
.button:hover {
    border: 1px solid #009de0;
    background-color: #009de0;
    color: #fff;
}
.box-button[class*="arrow"],
.button.blue[class*="arrow"],
.button.gray[class*="arrow"],
.button.orange[class*="arrow"],
.button.white[class*="arrow"],
.button[class*="arrow"] {
    padding: 10px 40px 10px 10px;
    position: relative;
}
.box-button[class*="arrow"]:after,
.button.blue[class*="arrow"]:after,
.button.gray[class*="arrow"]:after,
.button.orange[class*="arrow"]:after,
.button.white[class*="arrow"]:after,
.button[class*="arrow"]:after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    margin-top: 1px;
    right: 20px;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-left: 0;
    border-bottom: 0;
    -webkit-transition: right 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: right 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.box-button[class*="arrow"]:hover:after,
.button.blue[class*="arrow"]:hover:after,
.button.gray[class*="arrow"]:hover:after,
.button.orange[class*="arrow"]:hover:after,
.button.white[class*="arrow"]:hover:after,
.button[class*="arrow"]:hover:after {
    right: 10px;
}
@media (min-width: 480px) {
    .box-button + .box-button,
    .button.blue + .box-button,
    .button.gray + .box-button,
    .button.orange + .box-button,
    .button.white + .box-button,
    .box-button + .button.blue,
    .button.blue + .button.blue,
    .button.gray + .button.blue,
    .button.orange + .button.blue,
    .button.white + .button.blue,
    .box-button + .button.gray,
    .button.blue + .button.gray,
    .button.gray + .button.gray,
    .button.orange + .button.gray,
    .button.white + .button.gray,
    .box-button + .button.orange,
    .button.blue + .button.orange,
    .button.gray + .button.orange,
    .button.orange + .button.orange,
    .button.white + .button.orange,
    .box-button + .button.white,
    .button.blue + .button.white,
    .button.gray + .button.white,
    .button.orange + .button.white,
    .button.white + .button.white,
    .button + .button {
        margin-left: 15px;
    }
}
@media (max-width: 1199px) {
    .box-button + .box-button.draggable.stop,
    .button.blue + .box-button.draggable.stop,
    .button.gray + .box-button.draggable.stop,
    .button.orange + .box-button.draggable.stop,
    .button.white + .box-button.draggable.stop,
    .box-button + .draggable.stop.button.blue,
    .button.blue + .draggable.stop.button.blue,
    .button.gray + .draggable.stop.button.blue,
    .button.orange + .draggable.stop.button.blue,
    .button.white + .draggable.stop.button.blue,
    .box-button + .draggable.stop.button.gray,
    .button.blue + .draggable.stop.button.gray,
    .button.gray + .draggable.stop.button.gray,
    .button.orange + .draggable.stop.button.gray,
    .button.white + .draggable.stop.button.gray,
    .box-button + .draggable.stop.button.orange,
    .button.blue + .draggable.stop.button.orange,
    .button.gray + .draggable.stop.button.orange,
    .button.orange + .draggable.stop.button.orange,
    .button.white + .draggable.stop.button.orange,
    .box-button + .draggable.stop.button.white,
    .button.blue + .draggable.stop.button.white,
    .button.gray + .draggable.stop.button.white,
    .button.orange + .draggable.stop.button.white,
    .button.white + .draggable.stop.button.white,
    .button + .button.draggable.stop {
        margin: 20px 0 10px;
    }
}
@media (max-width: 1199px) {
    .box-button + .box-button.draggable,
    .button.blue + .box-button.draggable,
    .button.gray + .box-button.draggable,
    .button.orange + .box-button.draggable,
    .button.white + .box-button.draggable,
    .box-button + .draggable.button.blue,
    .button.blue + .draggable.button.blue,
    .button.gray + .draggable.button.blue,
    .button.orange + .draggable.button.blue,
    .button.white + .draggable.button.blue,
    .box-button + .draggable.button.gray,
    .button.blue + .draggable.button.gray,
    .button.gray + .draggable.button.gray,
    .button.orange + .draggable.button.gray,
    .button.white + .draggable.button.gray,
    .box-button + .draggable.button.orange,
    .button.blue + .draggable.button.orange,
    .button.gray + .draggable.button.orange,
    .button.orange + .draggable.button.orange,
    .button.white + .draggable.button.orange,
    .box-button + .draggable.button.white,
    .button.blue + .draggable.button.white,
    .button.gray + .draggable.button.white,
    .button.orange + .draggable.button.white,
    .button.white + .draggable.button.white,
    .button + .button.draggable {
        margin: 20px 0 10px;
    }
    .box-button + .box-button.draggable + .button:not(.draggable),
    .button.blue + .box-button.draggable + .button:not(.draggable),
    .button.gray + .box-button.draggable + .button:not(.draggable),
    .button.orange + .box-button.draggable + .button:not(.draggable),
    .button.white + .box-button.draggable + .button:not(.draggable),
    .box-button + .draggable.button.blue + .button:not(.draggable),
    .button.blue + .draggable.button.blue + .button:not(.draggable),
    .button.gray + .draggable.button.blue + .button:not(.draggable),
    .button.orange + .draggable.button.blue + .button:not(.draggable),
    .button.white + .draggable.button.blue + .button:not(.draggable),
    .box-button + .draggable.button.gray + .button:not(.draggable),
    .button.blue + .draggable.button.gray + .button:not(.draggable),
    .button.gray + .draggable.button.gray + .button:not(.draggable),
    .button.orange + .draggable.button.gray + .button:not(.draggable),
    .button.white + .draggable.button.gray + .button:not(.draggable),
    .box-button + .draggable.button.orange + .button:not(.draggable),
    .button.blue + .draggable.button.orange + .button:not(.draggable),
    .button.gray + .draggable.button.orange + .button:not(.draggable),
    .button.orange + .draggable.button.orange + .button:not(.draggable),
    .button.white + .draggable.button.orange + .button:not(.draggable),
    .box-button + .draggable.button.white + .button:not(.draggable),
    .button.blue + .draggable.button.white + .button:not(.draggable),
    .button.gray + .draggable.button.white + .button:not(.draggable),
    .button.orange + .draggable.button.white + .button:not(.draggable),
    .button.white + .draggable.button.white + .button:not(.draggable),
    .button + .button.draggable + .button:not(.draggable) {
        margin: 16px 0 0 0;
    }
}
.blue.box-button,
.blue.button,
.button.blue {
    border: 1px solid #009de0;
    color: #009de0;
}
.blue.box-button:hover,
.blue.button:hover,
.button.blue:hover {
    border: 1px solid #00b2ff;
    background-color: #00b2ff;
    color: #fff;
}
.blue.filled.box-button,
.blue.filled.button,
.button.blue.filled {
    background: #009de0;
    color: #fff;
    font-weight: 600;
}
.blue.filled.box-button:hover,
.blue.filled.button:hover,
.button.blue.filled:hover {
    background: #00b2ff;
}
.gray.box-button,
.gray.button,
.button.gray {
    border: 1px solid #8f95a1;
    color: #8f95a1;
}
.gray.box-button:hover,
.gray.button:hover,
.button.gray:hover {
    border: 1px solid #a0a5af;
    background-color: #a0a5af;
    color: #fff;
}
.gray.filled.box-button,
.gray.filled.button,
.button.gray.filled {
    background: #8f95a1;
    color: #fff;
    font-weight: 600;
}
.gray.filled.box-button:hover,
.gray.filled.button:hover,
.button.gray.filled:hover {
    background: #a0a5af;
}
.orange.box-button,
.orange.button,
.button.orange {
    border: 1px solid #f9690e;
    color: #f9690e;
}
.orange.box-button:hover,
.orange.button:hover,
.button.orange:hover {
    border: 1px solid #fa7c2c;
    background-color: #fa7c2c;
    color: #fff;
}
.orange.filled.box-button,
.orange.filled.button,
.button.orange.filled {
    background: #f9690e;
    color: #fff;
    font-weight: 600;
}
.orange.filled.box-button:hover,
.orange.filled.button:hover,
.button.orange.filled:hover {
    background: #fa7c2c;
}
.white.box-button,
.white.button,
.button.white {
    border: 1px solid #fff;
    color: #fff;
}
.white.box-button:hover,
.white.button:hover,
.button.white:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #009de0;
}
.white.filled.box-button,
.white.filled.button,
.button.white.filled {
    background: #fff;
    color: #009de0;
    font-weight: 600;
}
.white.filled.box-button:hover,
.white.filled.button:hover,
.button.white.filled:hover {
    border: 1px solid #009de0;
    background-color: #009de0;
    color: #fff;
}
.box-button.spaced,
.spaced.button.blue,
.spaced.button.gray,
.spaced.button.orange,
.spaced.button.white,
.button.spaced {
    margin: 0 15px 30px 0;
}
.box-button.spaced:last-of-type,
.spaced.button.blue:last-of-type,
.spaced.button.gray:last-of-type,
.spaced.button.orange:last-of-type,
.spaced.button.white:last-of-type,
.button.spaced:last-of-type {
    margin-right: 0;
}
.secondary-button {
    position: relative;
    display: inline-block;
    background: #fff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 46px 22px 22px;
    border: 0;
    margin-bottom: 32px;
    line-height: 140%;
    font-weight: 600;
    width: 100%;
    color: #2e3442;
}
@media (min-width: 480px) {
    .secondary-button {
        margin-right: 30px;
    }
}
@media (min-width: 768px) {
    .secondary-button {
        width: auto;
        min-width: 372px;
    }
}
.secondary-button span {
    font-weight: 400;
    opacity: 0.7;
    position: absolute;
    top: 18px;
    left: 24px;
}
.secondary-button:hover {
    border: 0;
    color: #009de0;
}
.button-login {
    padding: 8px 34px;
    border: 1px solid #009de0;
    border-radius: 2px;
}
.button-login:hover {
    background: #009de0;
    color: #fff;
    border: 1px solid #009de0;
}
@media (min-width: 1200px) {
    .button-logout {
        background: #009de0;
        color: #fff;
        float: right;
        padding: 3px 0;
        margin-bottom: 18px;
        font-size: 1.2rem;
        font-weight: 600;
        border-radius: 1px;
        width: 80px;
        text-transform: uppercase;
        text-align: center;
    }
    .button-logout:hover {
        color: #fff;
        background: #00affa;
    }
}
.button.circle {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-size: 1.6rem;
    padding: 8px 16px;
    -webkit-transform: none;
    transform: none;
    border-radius: initial;
    margin: 0;
}
.button.circle:hover {
    color: #666;
    border-color: #666;
}
.button.circle.arrow::before {
    display: none;
}
@media (min-width: 1200px) {
    .button.circle.arrow::after,
    .button.circle.arrow:hover::after {
        -webkit-transform: translateY(-40%) rotate(135deg) translateX(-50%);
        transform: translateY(-40%) rotate(135deg) translateX(-50%);
        top: 50%;
        left: 25%;
    }
}
.button.circle.delete,
.button.circle.delete:hover {
    background: transparent;
}
@media (min-width: 1200px) {
    .button.circle.delete,
    .button.circle.delete:hover {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border: 2px solid #d4d7db;
        display: block;
        float: right;
    }
}
.button.circle.delete:hover {
    border-color: #8f95a1;
}
@media (min-width: 1200px) {
    .button.circle.delete::before,
    .button.circle.delete::after {
        content: "";
        width: 12px;
        height: 2px;
        border-radius: 2px;
        position: absolute;
        background: #8f95a1;
        color: #8f95a1;
        top: 50%;
        left: 50%;
    }
}
.button.circle.delete::before {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.button.circle.delete::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
@media (min-width: 1200px) {
    .button.circle {
        font-size: 0;
        width: 30px;
        height: 30px;
        padding: 0;
        border-radius: 100%;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
}
table.admin tr:hover .button {
    border: 1px solid #009de0;
    background-color: #009de0;
    color: #fff;
}
.draggable {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 8px 8px 16px !important;
    cursor: move;
    margin: 22px 0 14px;
    width: 100%;
}
@media (min-width: 796px) {
    .draggable {
        width: auto;
    }
}
.draggable .select-wrap {
    position: relative;
}
.draggable .select-wrap::before,
.draggable .select-wrap::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 0;
}
.draggable .select-wrap::before {
    border-top: 4px solid white;
    -webkit-transform: translateY(calc(-50% - -3px));
    transform: translateY(calc(-50% - -3px));
}
.draggable .select-wrap::after {
    border-bottom: 4px solid white;
    -webkit-transform: translateY(calc(-50% - 3px));
    transform: translateY(calc(-50% - 3px));
}
.draggable .select-wrap select {
    font-size: 1.4rem;
    padding: 0;
    width: auto;
    margin: 0;
    border: 0;
    position: relative;
    z-index: 2;
    padding-right: 2px;
    color: #fff;
}
.draggable .remove {
    width: 22px;
    height: 22px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    border-radius: 100%;
    position: relative;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-left: 8px;
    outline: none;
}
.draggable .remove::before,
.draggable .remove::after {
    content: "";
    width: 8px;
    height: 1px;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.draggable .remove::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.draggable .remove:hover {
    background: white;
    border-color: white;
}
.draggable .remove:hover::before,
.draggable .remove:hover::after {
    background: #009de0;
}
.draggable .remove:active {
    opacity: 0.5;
}
.draggable .sort {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    color: #8f95a1;
    font-weight: 400;
    font-size: 1.2rem;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.draggable:active .sort {
    opacity: 0;
}
.dragging .sort {
    opacity: 0;
}
.button.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 1;
}
.button.disabled.blue {
    border-color: #a9a9a9;
    color: #a9a9a9;
}
@media (min-width: 1200px) {
    .button.suspension-points {
        font-size: 0;
        position: relative;
        width: 24px;
        height: 24px;
        padding: 0;
        display: block;
        float: right;
    }
    .button.suspension-points,
    .button.suspension-points:hover {
        border: 0;
        background: transparent;
    }
    .button.suspension-points span,
    .button.suspension-points span::before,
    .button.suspension-points span::after {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background: rgba(46, 52, 66, 0.4);
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
    }
    .button.suspension-points span::before {
        margin-top: -6px;
    }
    .button.suspension-points span::after {
        margin-top: 6px;
    }
    .button.suspension-points:hover span,
    .button.suspension-points:hover span::before,
    .button.suspension-points:hover span::after {
        background: #2e3442;
    }
}
@media (max-width: 767px) {
    .page-overview .button {
        display: table;
        margin-left: 0 !important;
    }
    .page-overview .button + .button {
        margin-top: 16px;
    }
}
.card {
    position: relative;
    background: #fff;
    text-align: center;
    padding: 50px 25px;
    min-height: 360px;
    max-width: 300px;
    margin: 0 auto;
}
.card br {
    display: none;
}
.card.card-link {
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.card.card-link:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: 0 0.5em 1.5em 0 rgba(46, 52, 66, 0.2);
    box-shadow: 0 0.5em 1.5em 0 rgba(46, 52, 66, 0.2);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.card.card-link a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 50px 25px;
    color: currentcolor;
    border: 0;
}
.card.card-link a:hover {
    border: 0;
}
.card span {
    display: block;
    margin: 0 0 35px;
    padding: 0;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
}
.card img,
.card svg {
    display: block;
    max-width: 100px;
    height: 80px;
    margin: 0 auto;
}
.card h2 {
    font-size: 1.9rem;
    line-height: 140%;
    margin: 25px auto 20px;
}
.card h2 ~ p {
    line-height: 140%;
    margin-bottom: 0;
}
.why-tecnico .card {
    text-align: left;
    max-width: 100%;
    padding: 20px 25px 30px;
}
@media (min-width: 768px) {
    .why-tecnico .card {
        min-height: 400px;
    }
}
@media (min-width: 1200px) {
    .why-tecnico .card {
        min-height: 410px;
    }
}
.why-tecnico .card h2 {
    font-family: "KlavikaMediumPlain", Helvetica, Helvetica Neue, Arial;
}
.why-tecnico .card img,
.why-tecnico .card svg {
    margin: 20px 0 60px;
}
main .why-tecnico .card {
    margin-bottom: 40px;
}
.card[class*="bg"] {
    color: #fff;
}
.card[class*="bg"] h1,
.card[class*="bg"] h2,
.card[class*="bg"] h3 {
    color: #fff;
}
.blue-bg {
    background: #009de0;
}
.violet-bg {
    background: #5856d6;
}
.teal-bg {
    background: #01bfc2;
}
.lime-bg {
    background: #62d321;
}
.modal-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    z-index: 99999;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.modal-overlay.open {
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
    -webkit-transition: opacity 0.6s ease, padding 0.6s ease;
    transition: opacity 0.6s ease, padding 0.6s ease;
}
.modal-overlay.open > section {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.modal-overlay,
.modal-overlay.close {
    opacity: 0;
    visibility: hidden;
    padding-top: 50px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.modal-overlay > section,
.modal-overlay.close > section {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.modal-overlay.constrained > section,
.modal-overlay.constrained .form-footer > .form-nav {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 15px;
}
.modal-overlay.constrained > section:last-of-type {
    margin-bottom: 128px;
}
.modal-overlay.constrained header {
    overflow: auto;
    padding: 96px 0 24px;
}
@media (min-width: 1200px) {
    .modal-overlay.constrained header {
        border-bottom: 1px solid #d3dae0;
    }
}
.modal-overlay.constrained .breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1.6rem;
}
.modal-overlay.constrained .breadcrumbs li {
    display: inline-block;
    font-size: 1.2rem;
    position: relative;
    padding-right: 12px;
    margin-right: 2px;
}
.modal-overlay.constrained .breadcrumbs li:not(:last-of-type)::after,
.modal-overlay.constrained .breadcrumbs li:not(:last-of-type)::before {
    content: "";
    width: 6px;
    height: 2px;
    border-radius: 2px;
    background: #ddd;
    display: block;
    position: absolute;
    right: 0;
}
.modal-overlay.constrained .breadcrumbs li:not(:last-of-type)::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
}
.modal-overlay.constrained .breadcrumbs li:not(:last-of-type)::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
}
.modal-overlay.constrained .row {
    margin: 0 auto;
    padding: 32px 0;
}
.modal-overlay.constrained .row:not(:last-of-type) {
    border-bottom: 1px solid #d3dae0;
}
.modal-overlay.constrained .row h3 {
    margin-bottom: 0.8rem;
}
.modal-overlay.constrained .row p {
    margin: 0 0 16px;
}
.modal-overlay.constrained .row .modal-input {
    margin: 8px 0;
}
.modal-overlay.constrained .row .input-feedback {
    padding: 16px 0;
}
.modal-overlay.constrained .row .input-feedback .fill-error-message {
    background: #e0374c;
    color: white;
}
.modal-overlay.constrained .row .input-feedback .fill-error-message::before {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #e0374c;
}
.modal-overlay.constrained .actions-row {
    margin: 0 auto;
    padding: 32px 0;
    border-bottom: 1px solid #d3dae0;
}
.modal-overlay.constrained .actions-row .details h3 {
    margin-bottom: 0.8rem;
}
.modal-overlay.constrained .actions-row .actions {
    margin-top: 1.6rem;
}
.modal-overlay.constrained .actions-row .actions .toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.modal-overlay.constrained .actions-row .actions .toggle .button {
    margin: 0;
}
.modal-overlay.constrained .actions-row .actions .toggle .button:first-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.modal-overlay.constrained .actions-row .actions .toggle .button:last-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.modal-overlay.constrained .actions-row.disabled {
    opacity: 1;
    pointer-events: none;
}
.modal-overlay.constrained .actions-row.disabled .button {
    border-color: #d3dae0;
}
.modal-overlay.constrained .actions-row.disabled .button.filled {
    background: #d3dae0;
}
.modal-overlay.constrained .actions-row.disabled .details * {
    color: #d3dae0;
}
@media (min-width: 880px) {
    .modal-overlay.constrained .actions-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .modal-overlay.constrained .actions-row .details {
        width: 70%;
    }
    .modal-overlay.constrained .actions-row .actions {
        width: 30%;
        margin: 0;
        text-align: right;
    }
    .modal-overlay.constrained .actions-row .actions .toggle {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.modal-overlay .button-modal-close {
    position: fixed;
    right: 56px;
    top: 56px;
    padding: 17px;
    z-index: 99999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid rgba(143, 149, 161, 0.5);
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media (min-width: 796px) {
    .modal-overlay .button-modal-close {
        right: 36px;
        top: 36px;
    }
}
.modal-overlay .button-modal-close:hover,
.modal-overlay .button-modal-close:focus {
    border: 2px solid #8f95a1;
}
.modal-overlay .button-modal-close:before,
.modal-overlay .button-modal-close:after {
    position: absolute;
    content: "";
    background: #8f95a1;
    width: 20px;
    height: 2px;
    top: 16px;
    left: 7px;
}
.modal-overlay .button-modal-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal-overlay .button-modal-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.modal-overlay.search-page {
    background: white;
    margin: 0;
}
.modal-overlay > section {
    max-width: 720px;
    margin: 30px auto;
}
.modal-overlay > section > section {
    margin: 80px 0;
}
.modal-overlay > section > section > section {
    margin: 32px 0;
}
@media (min-width: 768px) {
    .modal-overlay > section {
        margin: 165px auto;
    }
}
.modal-overlay h1 {
    margin: 0 0 20px;
}
.modal-overlay h2 {
    font-size: 2.2rem;
    font-family: "KlavikaMediumPlain", Helvetica, Helvetica Neue, Arial;
    font-weight: bold;
    margin: 0 0 20px;
}
.modal-overlay p {
    margin: 0 0 50px;
}
.modal-overlay table .button:not(.circle):not(.draggable):not(.suspension-points) {
    min-width: 140px;
    font-weight: 600;
}
.modal-overlay .icon {
    margin: 3em auto 2em auto;
    display: block;
}
.modal-overlay .icon svg {
    display: block;
    margin: auto;
}
.modal-overlay .route {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ddd;
}
.modal-overlay .route .source strong,
.modal-overlay .route .destiny strong {
    font-family: "KlavikaBold", Helvetica, Helvetica Neue, Arial;
    font-size: 2.7rem;
}
.modal-overlay .route .source span,
.modal-overlay .route .destiny span {
    font-size: 1.2rem;
    color: #666;
}
.modal-overlay .route .arrow {
    padding: 15px 0;
}
.modal-overlay > .card {
    max-width: 384px;
    text-align: center;
}
.modal-overlay .card {
    padding: 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
@media (min-width: 768px) {
    .modal-overlay .card {
        -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    }
}
.modal-overlay .card.list {
    padding: 16px 74px 16px 24px;
    margin: 10px 0;
    -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
}
.modal-overlay .card.list p {
    margin: 8px 0 0;
    font-size: 1.2rem;
}
.modal-overlay .card.list .button.delete {
    margin: 24px 16px;
}
@media (min-width: 1200px) {
    .modal-overlay .card.list .button.delete {
        position: absolute;
        right: 24px;
        top: 13px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: 0;
    }
}
.modal-overlay .card.route {
    padding: 0;
    display: block;
}
.modal-overlay .card.route .select-route {
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.modal-overlay .card.route .select-route .select-wrapper {
    width: 100%;
}
.modal-overlay .card.route .select-route .select-wrapper::after {
    display: none;
}
.modal-overlay .card.route .select-route .select-wrapper .modal-input {
    margin: 0;
    border: 0;
    opacity: 0;
}
.modal-overlay .card.route .select-route span {
    display: inline-block;
}
.modal-overlay .card.route .select-route .selected-route {
    position: absolute;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 18px;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal-overlay .card.route .select-route .selected-route span:last-of-type {
    position: relative;
}
.modal-overlay .card.route .select-route .selected-route span:last-of-type::before,
.modal-overlay .card.route .select-route .selected-route span:last-of-type::after {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #2e3442;
    position: absolute;
    right: -16px;
    top: 50%;
}
.modal-overlay .card.route .select-route .selected-route span:last-of-type::before {
    -webkit-transform: rotate(180deg) translateY(5px);
    transform: rotate(180deg) translateY(5px);
}
.modal-overlay .card.route .select-route .selected-route span:last-of-type::after {
    -webkit-transform: rotate(0) translateY(2px);
    transform: rotate(0) translateY(2px);
}
.modal-overlay .card.route .departures {
    padding: 18px;
}
@media (min-width: 796px) {
    .modal-overlay .card.route .departures {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.modal-overlay .card.route .departures .draggable {
    margin: 0 0 0 15px;
}
.modal-overlay .card.route .departures .draggable:first-of-type {
    margin-left: 0;
}
.modal-overlay .card h1 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 22px;
    font-size: 1.688em;
    font-family: "KlavikaMediumPlain", Helvetica, Helvetica Neue, Arial;
}
.modal-overlay .card > p {
    margin: 22px auto;
    line-height: 150%;
    font-size: 1.4rem;
}
.modal-overlay .card > p a {
    display: inline-block;
}
.modal-overlay .card > p > p:not(.small) {
    font-size: 0.875em;
}
.modal-overlay .card .available-credit-points {
    font-size: 1.2rem;
    color: #009de0;
    background-color: #c7eeff;
    line-height: 150%;
    padding: 4px 12px;
    display: inline-block;
    margin: auto;
    font-weight: 600;
    border-radius: 40px;
    margin-bottom: 32px;
}
.modal-overlay .card:not(.list) .button:not(.circle):not(.draggable) {
    width: 100%;
    margin: 24px 0 0 0 !important;
}
.modal-overlay .card:not(.list) .button:not(.circle):not(.draggable):first-of-type {
    margin-top: 18px;
}
.modal-overlay strong {
    display: inline-block;
}
.modal-overlay .agree-to-terms {
    background: rgba(212, 204, 190, 0.2);
    padding: 15px;
    text-align: left;
    margin: 32px 0 8px;
}
.modal-overlay .agree-to-terms p {
    margin: 0;
}
.modal-overlay .agree-to-terms,
.modal-overlay .agree-to-terms form label,
.modal-overlay .agree-to-terms p {
    color: #45555f;
    font-size: 1.2rem;
    line-height: 1.5;
}
.modal-overlay .agree-to-terms form label {
    padding: 5px 5px 5px 24px;
}
.modal-overlay .agree-to-terms input[type="checkbox"] + label:before,
.modal-overlay .agree-to-terms input[type="checkbox"] + label:after {
    -webkit-box-shadow: inset 0 0 0 2px rgba(69, 85, 95, 0.4);
    box-shadow: inset 0 0 0 2px rgba(69, 85, 95, 0.4);
    width: 16px;
    height: 16px;
    border-radius: 2px;
}
.modal-overlay .agree-to-terms input[type="checkbox"] + label:before {
    -webkit-transition: all 100ms cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: all 100ms cubic-bezier(0.47, 0, 0.745, 0.715);
}
.modal-overlay .agree-to-terms input[type="checkbox"] + label:after {
    background: rgba(255, 255, 255, 0);
}
.modal-overlay .agree-to-terms input[type="checkbox"]:checked + label:after {
    background: white;
}
.modal-overlay .agree-to-terms input[type="checkbox"]:checked + label:before {
    background: #009de0;
    -webkit-box-shadow: inset 0 0 0 2px #009de0;
    box-shadow: inset 0 0 0 2px #009de0;
}
.modal-overlay .agree-to-terms input[type="checkbox"] {
    position: absolute;
    z-index: 0;
}
.modal-overlay .countdown {
    margin-bottom: 32px;
}
.modal-overlay .countdown strong {
    font-size: 3.2rem;
    color: #009de0;
    font-weight: 800;
}
.modal-overlay.zero-credits.open .available-credit-points {
    -webkit-animation: 1s update-available-credit-points-colors forwards;
    animation: 1s update-available-credit-points-colors forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
@-webkit-keyframes update-available-credit-points-colors {
    0% {
    }
    100% {
        background: #ffefe6;
        color: #f9690e;
    }
}
@keyframes update-available-credit-points-colors {
    0% {
    }
    100% {
        background: #ffefe6;
        color: #f9690e;
    }
}
.modal-overlay.user-ticket .icon {
    border: 1px solid #ddd;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    overflow: hidden;
}
.modal-overlay.user-ticket p.small {
    margin-bottom: 0;
}
.modal-overlay .qr-code {
    margin: 40px 0 16px;
    padding-bottom: 32px;
    border-bottom: 1px solid #ddd;
}
.modal-overlay .info-row {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 24px 0;
}
.modal-overlay .info-row .info-element {
    margin: 16px 0;
}
@media (min-width: 796px) {
    .modal-overlay .info-row .info-element {
        display: inline-block;
        padding: 0 24px;
        margin: 0;
    }
}
.modal-overlay .info-row .info-element:first-of-type {
    padding-left: 0;
}
.modal-overlay .info-row .info-element:last-of-type {
    padding-right: 0;
}
.modal-overlay .info-row .info-element p {
    margin: 0;
}
.modal-overlay .label + .info-row {
    padding: 16px 0;
}
.modal-overlay .label + .info-row .info-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 8px;
}
.modal-overlay .label + .info-row .info-element * {
    display: inline-block;
}
.modal-overlay h3 + .info-row .info-element p:first-of-type {
    font-family: "KlavikaMediumPlain", Helvetica, Helvetica Neue, Arial;
    color: #2e3442;
}
.modal-overlay .holidays-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.modal-overlay .holidays-list .input-group {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 8px 0 0;
    padding-right: 18px;
    display: block;
}
@media (min-width: 796px) {
    .modal-overlay .holidays-list .input-group {
        width: 33.33%;
    }
}
.modal-overlay .holidays-list .input-group label {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.modal-overlay .holidays-list .input-group:nth-of-type(3),
.modal-overlay .holidays-list .input-group:nth-of-type(6),
.modal-overlay .holidays-list .input-group:nth-of-type(9) {
    padding-right: 0;
}
.modal-overlay.stops-modal .stops-list {
    margin: 48px 0 40px;
}
.modal-overlay.stops-modal .stops-list .card.list {
    padding: 16px 24px;
}
@media (min-width: 480px) {
    .modal-overlay.stops-modal .stops-list .card.list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.modal-overlay.stops-modal .stops-list .card.list strong {
    margin-right: auto;
}
@media (max-width: 479px) {
    .modal-overlay.stops-modal .stops-list .button {
        display: block;
        width: 100%;
        margin-top: 8px;
    }
}
.modal-overlay.card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.modal-overlay > .card {
    max-width: 384px;
    text-align: center;
}
.modal-overlay .card {
    padding: 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
@media (min-width: 768px) {
    .modal-overlay .card {
        -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    }
}
.modal-overlay .card.list {
    padding: 16px 74px 16px 24px;
    margin: 10px 0;
    -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
}
.modal-overlay .card.list p {
    margin: 8px 0 0;
    font-size: 1.2rem;
}
.modal-overlay .card.list .button.delete {
    margin: 24px 16px;
}
@media (min-width: 1200px) {
    .modal-overlay .card.list .button.delete {
        position: absolute;
        right: 24px;
        top: 13px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: 0;
    }
}
.search-results {
    position: relative;
    z-index: 99;
}
.search-results .results {
    width: 100%;
    max-width: 880px;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 130px;
    display: none;
}
.search-results .results table {
    margin-bottom: 0;
}
.search-results.active .results {
    display: block;
}
.search-results.active + .search-results-overlay {
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.75);
    position: fixed;
    z-index: 98;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
input[type="search"]::-ms-clear {
    display: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
input[type="search"] {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-appearance: none;
}
input,
button,
select,
textarea,
fieldset {
    padding: 0;
    border-radius: 0;
}
button {
    cursor: pointer;
}
fieldset {
    border: 0;
}
select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    margin-bottom: 10px;
    cursor: pointer;
    line-height: normal;
}
input[type="time"] {
    border: 0;
    color: white;
    background: transparent;
    font-weight: 600;
}
textarea {
    resize: vertical;
    background: transparent;
    width: 100%;
    padding: 15px 20px;
    line-height: 150%;
    min-height: 200px;
    margin-top: 25px;
    border: 1px solid rgba(46, 52, 66, 0.3);
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
}
textarea:focus {
    border: 1px solid #2e3442;
}
label.pre-header,
.label.pre-header {
    font-size: 1.8rem;
    font-weight: 600;
    color: #45555f;
}
label.pre-header + .modal-input,
label.pre-header + .select-wrapper .modal-input,
label.pre-header + .info-row,
.label.pre-header + .modal-input,
.label.pre-header + .select-wrapper .modal-input,
.label.pre-header + .info-row {
    margin-top: 8px;
}
label.pre-header + p,
.label.pre-header + p {
    margin-top: 8px;
    margin-bottom: 8px;
}
label.pre-header + p + .modal-input,
.label.pre-header + p + .modal-input {
    margin-top: 8px;
}
.select-wrapper {
    position: relative;
}
.select-wrapper::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2e3442;
}
.trigger-warning {
    border-color: #f9690e;
}
.search-form {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.search-reset {
    width: 30px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 2px;
    background: transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    opacity: 0.5;
}
.search-reset:hover {
    opacity: 1;
}
.search-reset:before,
.search-reset:after {
    position: absolute;
    content: "";
    background: #2e3442;
    width: 20px;
    height: 2px;
    top: 30px;
    right: 0;
}
.search-reset:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search-reset:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.search-submit {
    width: 30px;
    height: 60px;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    background: transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.search-submit:before,
.search-submit:after {
    content: "";
    position: absolute;
}
.search-submit:before {
    top: 21px;
    left: 1px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 2px solid #2e3442;
}
.search-submit:after {
    height: 2px;
    width: 9px;
    background: #2e3442;
    top: 36px;
    left: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search-field {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background: #f1f5f8;
    width: 100%;
    color: #2e3442;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.6;
    padding: 15px 40px;
}
.search-field.gray-page-bg {
    background: white;
}
.search-field,
.search-submit,
.search-reset {
    border: 0;
}
.search-page {
    margin: 0;
    background: #f1f5f8;
}
.search-page.search-header {
    margin: 24px auto 16px;
}
@media (min-width: 1200px) {
    .search-page {
        background: none;
        margin: 80px 0 0;
    }
    .search-page.search-header {
        margin: 56px auto 24px;
    }
    .search-page .search-reset {
        right: 20px;
    }
    .search-page .search-submit {
        left: 20px;
    }
    .search-page .search-field {
        padding: 15px 60px;
    }
}
.search-page .search-reset {
    right: 10px;
}
.search-page .search-submit {
    left: 10px;
}
.on-search-results-page .header-buttons .search-trigger {
    display: none;
}
.search-page .search-form ::-webkit-input-placeholder {
    color: #a9a9a9;
}
.search-page .search-form :-moz-placeholder {
    color: #a9a9a9;
}
.search-page .search-form ::-moz-placeholder {
    color: #a9a9a9;
}
.search-page .search-form :-ms-input-placeholder {
    color: #a9a9a9;
}
.modal-overlay.search form {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75%;
    max-width: 900px;
}
.modal-overlay.search form .search-submit:before {
    border: 2px solid #fff;
}
.modal-overlay.search form .search-submit:after {
    background: #fff;
}
.modal-overlay.search form .search-reset:before,
.modal-overlay.search form .search-reset:after {
    background: #fff;
}
.modal-overlay.search form .search-reset {
    display: none;
}
.modal-overlay ::-webkit-input-placeholder {
    color: rgba(69, 85, 95, 0.5);
}
.modal-overlay :-moz-placeholder {
    color: rgba(69, 85, 95, 0.5);
}
.modal-overlay ::-moz-placeholder {
    color: rgba(69, 85, 95, 0.5);
}
.modal-overlay :-ms-input-placeholder {
    color: rgba(69, 85, 95, 0.5);
}
.modal-overlay .search-field {
    background: #eef2f5;
    color: #45555f;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-transition: border-bottom 0.5s ease-in-out 0.25s;
    transition: border-bottom 0.5s ease-in-out 0.25s;
}
.modal-overlay .search-field:focus {
    border-bottom: 1px solid white;
}
.select {
    position: relative;
}
.select:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    margin-top: -3px;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #666 transparent;
    pointer-events: none;
}
form.send-suggestions-form {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    font-size: 1.8rem;
}
input,
select,
textarea,
option {
    border-radius: 0;
    outline: none;
}
input {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
label {
    display: block;
    position: relative;
}
.group {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 0 0 80px;
}
@media (min-width: 768px) {
    .group {
        padding: 0 30px 100px;
    }
}
.form-footer {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}
.form-footer .form-nav .prev,
.form-footer .form-nav .next {
    display: none;
}
@media (min-width: 768px) {
    .form-footer {
        padding: 0 30px;
    }
}
.input-file + label[for="file"] {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 600;
    background-color: transparent;
    border: 1px solid #2e3442;
    border-radius: 25px;
    padding: 8px 35px 8px 45px;
    margin-top: 50px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.input-file + label[for="file"]:after {
    position: absolute;
    content: "+";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    font-size: 2.4rem;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.input-file:focus + label[for="file"],
.input-file + label[for="file"]:hover {
    border: 1px solid #009de0;
    background-color: #009de0;
    color: #fff;
}
.input-file:focus + label[for="file"]:after,
.input-file + label[for="file"]:hover:after {
    color: #fff;
}
.modal-input {
    width: 100%;
    background: transparent;
    padding: 16px 18px;
    margin: 20px 0;
    font-size: 1.6rem;
    border: 1px solid rgba(69, 85, 95, 0.5);
    border-radius: 2px;
}
.modal-input:focus {
    border: 1px solid #45555f;
}
select {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    font-size: 2.4rem;
    color: #45555f;
    padding: 24px 10px 25px 10px;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
label input + span,
textarea + span {
    position: absolute;
    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    cursor: text;
    margin: 0;
}
label input[data-filled="false"] + span {
    font-size: 2.2rem;
    top: 42px;
}
label input:focus + span,
label input + span {
    font-size: 1.6rem;
    top: 5px;
}
textarea + span,
textarea:focus + span,
textarea:active + span {
    top: 63px;
    font-size: 2.6rem;
    top: -25px;
}
input[type="checkbox"],
input[type="radio"] {
    opacity: 0;
    height: 0;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    font-size: 1.6rem;
    font-weight: 600;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    padding: 8px 0px 10px 30px;
}
input[type="checkbox"] + label:before,
input[type="checkbox"] + label:after,
input[type="radio"] + label:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 2px rgba(102, 102, 102, 0.5);
    box-shadow: inset 0 0 0 2px rgba(102, 102, 102, 0.5);
    -webkit-transition: all 100ms cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: all 100ms cubic-bezier(0.47, 0, 0.745, 0.715);
    border-radius: 2px;
}
input[type="checkbox"] + label:after {
    background-color: #45555f;
    -webkit-mask-image: url(../img/check.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 55%;
    -webkit-mask-position: 45% 45%;
    mask-image: url(../img/check.svg);
    mask-repeat: no-repeat;
    mask-size: 55%;
    mask-position: 45% 45%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 0 100%);
    -webkit-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
input[type="checkbox"]:checked + label:after {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
}
input[type="checkbox"]:checked + label:before {
    background-size: 50%;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #666666;
    box-shadow: inset 0 0 0 2px #666666;
    opacity: 1;
}
input[type="radio"] + label:before {
    border-radius: 100%;
    -webkit-box-shadow: inset 0 0 0 2px #a9a9a9, inset 0 0 0 15px #fff, inset 0 0 0 20px #666;
    box-shadow: inset 0 0 0 2px #a9a9a9, inset 0 0 0 15px #fff, inset 0 0 0 20px #666;
}
input[type="radio"]:checked + label:before {
    -webkit-box-shadow: inset 0 0 0 2px #a9a9a9, inset 0 0 0 6px #fff, inset 0 0 0 20px #7d7d7d;
    box-shadow: inset 0 0 0 2px #a9a9a9, inset 0 0 0 6px #fff, inset 0 0 0 20px #7d7d7d;
}
.input-group {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.answer-wrap {
    padding-bottom: 60px;
    margin-top: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.answer-wrap .user-question {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
}
.answer-wrap .user-answer {
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}
.group.disabled {
    display: none;
}
.fill-error-message {
    background: #f9690e;
    color: #fff;
    padding: 10px 16px;
    font-size: 1.6rem;
    font-weight: 600;
    position: relative;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
    transition: visibility 0.3s ease, opacity 0.3s ease;
}
.fill-error-message:before {
    position: absolute;
    content: "";
    top: -9px;
    left: 15px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #f9690e;
}
fieldset.fill-error .input-feedback {
    margin-top: 40px;
}
fieldset.fill-error .input-feedback.g-recaptcha {
    display: block;
}
fieldset.fill-error .fill-error-message {
    visibility: visible;
    opacity: 1;
}
@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}
.spinner {
    width: 20px;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    stroke: #009de0;
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    visibility: hidden;
    opacity: 0;
    left: 14px;
}
.spinner-path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}
.submitting button.form-submit span {
    color: transparent;
}
.submitting button.form-submit:after {
    position: absolute;
    content: attr(data-submitting);
    left: 44px;
}
.submitting .spinner {
    visibility: visible;
    opacity: 1;
}
form.sent-success,
form.sent-fail {
    visibility: hidden;
    opacity: 0;
    height: 0;
    pointer-events: none;
    overflow: hidden;
}
.submit-message {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 650px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.sent-success ~ .submit-message.success-message,
.sent-fail ~ .submit-message.fail-message {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.sent-success ~ .modal-close,
.sent-fail ~ .modal-close {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.sent-success ~ .success-message .text-message,
.sent-fail ~ .fail-message .text-message {
    opacity: 1;
    top: 40px;
}
.submit-message .text-message {
    position: relative;
    top: 80px;
    -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    opacity: 0;
}
.submit-message .text-message p {
    margin: 0 60px 60px;
}
.submit-message .text-message p.h1 {
    font-family: "KlavikaMediumPlain", Helvetica, Helvetica Neue, Arial;
    font-size: 3.4rem;
    margin: 20px 0 50px;
    line-height: 160%;
}
.icon {
    width: 80px;
    height: auto;
}
.error .error-icon {
    -webkit-animation: h-bounce 0.6s;
    animation: h-bounce 0.6s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
@-webkit-keyframes h-bounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    40% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    60% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    80% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes h-bounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    40% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    60% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    80% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.circle,
.line {
    -webkit-transition: all 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.circle {
    stroke-dasharray: 0, 200;
    stroke-dashoffset: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    stroke: rgba(255, 255, 255, 0);
}
.sent-success ~ .success-message .circle,
.sent-fail ~ .fail-message .circle {
    stroke-dasharray: 200, 200;
    stroke-dashoffset: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    stroke: white;
}
.line {
    stroke: rgba(255, 255, 255, 0);
    stroke-dasharray: 100%;
    stroke-dashoffset: 100%;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.error-icon .line {
    stroke-dashoffset: -100%;
    -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.error-icon .line:nth-of-type(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.sent-success ~ .success-message .line,
.sent-fail ~ .fail-message .line {
    stroke-dashoffset: 0;
    stroke: white;
}
.modal-overlay form {
    color: #45555f;
}
.modal-overlay .group {
    padding: 80px 15px;
    opacity: 0.5;
    -webkit-transform: scale(0.97) translate3d(0, 0, 0);
    transform: scale(0.97) translate3d(0, 0, 0);
    -webkit-transition: 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.modal-overlay .group.active {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    pointer-events: auto;
}
.modal-overlay .group.active + .group {
    top: 100%;
}
.modal-overlay input[type="radio"] + label:before {
    -webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 15px #009de0, inset 0 0 0 20px #fff;
    box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 15px #009de0, inset 0 0 0 20px #fff;
}
.modal-overlay input[type="radio"]:checked + label:before {
    -webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 7px #009de0, inset 0 0 0 20px #fff;
    box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 7px #009de0, inset 0 0 0 20px #fff;
}
.modal-overlay .input-file + label[for="file"] {
    border: 1px solid #fff;
}
.modal-overlay .input-file + label[for="file"]:after {
    color: #fff;
}
.modal-overlay .input-file:focus + label[for="file"],
.modal-overlay .input-file + label[for="file"]:hover {
    background-color: #fff;
    color: #009de0;
}
.modal-overlay .input-file:focus + label[for="file"]:after,
.modal-overlay .input-file + label[for="file"]:hover:after {
    color: #009de0;
}
.modal-overlay .form-footer {
    -webkit-transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    margin-bottom: 20px;
}
@media (min-width: 796px) {
    .modal-overlay .form-footer {
        background: #eef2f5;
        max-width: none;
        margin: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .modal-overlay .form-footer {
        padding: 22px 0;
    }
}
.modal-overlay .form-footer .form-nav .prev,
.modal-overlay .form-footer .form-nav .next {
    display: block;
}
.modal-overlay.open form.send-suggestions-form:not(.sent-success):not(.sent-fail) .form-footer {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}
.modal-overlay .form-nav {
    width: 100%;
    max-width: 750px;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (min-width: 796px) {
    .modal-overlay .form-nav {
        padding: 0 15px;
    }
}
.modal-overlay .form-nav .prev {
    float: left;
}
.modal-overlay .form-nav .next {
    float: right;
}
.modal-overlay .form-nav .next.disabled {
    display: none;
}
.modal-overlay .form-nav .disabled {
    opacity: 0.6;
    pointer-events: none;
}
.modal-overlay .form-nav a.unactive {
    visibility: hidden;
    opacity: 0;
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}
.modal-overlay .form-nav .form-submit {
    float: right;
}
.modal-overlay .form-nav .form-submit.disabled {
    display: none;
}
@media (min-width: 768px) {
    .modal-overlay .group.choose-message-type {
        text-align: center;
    }
    .modal-overlay .group.choose-message-type .input-group:last-of-type {
        margin-right: 0;
    }
    .modal-overlay .input-group {
        display: inline-block;
        margin-right: 18px;
        line-height: 0.25em;
    }
    .modal-overlay .profile .input-group {
        width: 35%;
        margin-right: 0;
    }
    .modal-overlay .form-nav {
        margin: 0 auto;
    }
    .modal-overlay .smiley {
        display: block;
    }
}
.modal-overlay .fill-error-message {
    background: #fff;
    color: #f9690e;
}
.modal-overlay .fill-error-message:before {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}
.modal-overlay .captcha {
    text-align: center;
}
.page-nav ul {
    text-align: center;
    padding: 0;
}
.page-nav ul li {
    display: none;
    padding-left: 0;
}
.page-nav ul li:before {
    content: none;
}
.page-nav ul li.page-button {
    display: inline-block;
    padding: 0;
}
.page-nav ul a,
.page-nav ul span {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 7px 16px;
    margin: 0 5px;
    font-size: 1.4rem;
    color: #666;
}
.page-nav ul a {
    border: 1px solid #ddd;
    border-radius: 1px;
}
.page-nav ul a:hover {
    background-color: #009de0;
    border-color: #009de0;
    color: #fff;
}
.page-nav ul a.disabled {
    color: #a9a9a9;
    pointer-events: none;
}
.page-nav ul .page-button:first-of-type a::before {
    content: "\00ab  ";
}
.page-nav ul .page-button:last-of-type a::after {
    content: " \00bb";
}
.page-nav ul .current a {
    background-color: #009de0;
    border-color: #009de0;
    color: #fff;
    font-weight: 600;
    pointer-events: none;
}
@media (min-width: 768px) {
    .page-nav ul li {
        display: inline-block;
    }
}
table {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    border-collapse: collapse;
}
table + table {
    margin-top: 50px;
}
@media (min-width: 1200px) {
    table + table {
        margin-top: 80px;
    }
}
.table thead,
.table-default thead {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .table thead,
    .table-default thead {
        position: relative !important;
        clip: initial;
        border-bottom: 1px solid #ddd;
    }
}
.table th,
.table-default th {
    color: #2e3442;
    font-weight: 600;
    text-align: left;
}
.table tr,
.table-default tr {
    border: 1px solid #ddd;
    display: block;
    margin-bottom: 40px;
    padding: 20px;
}
@media (min-width: 1200px) {
    .table tr,
    .table-default tr {
        display: table-row;
        margin: 0;
        padding: 0;
        border-left: 0;
        border-right: 0;
    }
    .table tr:first-of-type,
    .table-default tr:first-of-type {
        border-top: 0;
    }
    .table tr:hover td[data-label="URL"] a,
    .table-default tr:hover td[data-label="URL"] a {
        color: #009de0;
    }
}
.table td,
.table-default td {
    display: block;
    font-weight: 600;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.table td:before,
.table-default td:before {
    font-weight: 400;
    content: attr(data-label);
    display: block;
}
.table td:not(:first-of-type),
.table-default td:not(:first-of-type) {
    margin-top: 20px;
}
@media (min-width: 1200px) {
    .table td,
    .table-default td {
        margin: 0;
        font-weight: 400;
    }
    .table td:before,
    .table-default td:before {
        display: none;
    }
    .table td[data-label="URL"] a,
    .table-default td[data-label="URL"] a {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 30px;
        color: #666;
        border: 0;
    }
    .table td[data-label="URL"] a:before,
    .table td[data-label="URL"] a:after,
    .table-default td[data-label="URL"] a:before,
    .table-default td[data-label="URL"] a:after {
        content: "";
        position: absolute;
        background: transparent;
    }
    .table td[data-label="URL"] a:before,
    .table-default td[data-label="URL"] a:before {
        top: 4px;
        right: 0;
        width: 30px;
        height: 30px;
        border: 1px solid;
        border-radius: 50%;
    }
    .table td[data-label="URL"] a:after,
    .table-default td[data-label="URL"] a:after {
        top: 14px;
        right: 12px;
        border: 2px solid;
        border-left: 0;
        border-bottom: 0;
        width: 10px;
        height: 10px;
        border-radius: 1px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
.table td[data-label="URL"],
.table-default td[data-label="URL"] {
    display: none;
}
@media (min-width: 1200px) {
    .table td[data-label="URL"],
    .table-default td[data-label="URL"] {
        display: table-cell;
    }
}
.table.table-calendar td[data-label="Evento"],
.table.table-calendar td[data-label="Event"],
.table-default.calendar td[data-label="Evento"],
.table-default.calendar td[data-label="Event"] {
    text-align: left;
}
tbody tr.clickable-row {
    cursor: pointer;
}
.clickable-row tbody tr:hover {
    cursor: pointer;
}
.clickable-row tbody tr:hover td {
    color: #009de0;
}
@media (min-width: 1200px) {
    .table th,
    .table td,
    .table-default th,
    .table-default td {
        display: table-cell;
        padding: 12px 0;
    }
    .table th:first-of-type,
    .table td:first-of-type,
    .table-default th:first-of-type,
    .table-default td:first-of-type {
        padding-left: 20px;
    }
    .table th:last-of-type,
    .table td:last-of-type,
    .table-default th:last-of-type,
    .table-default td:last-of-type {
        padding-right: 20px;
    }
    .table-striped tr:nth-child(even) {
        background-color: #eef2f5;
    }
    .light-gray .table-striped tr:nth-child(even) {
        background-color: #e4ebef;
    }
}
.table-closed tbody tr {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.requests-table td {
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 15px;
    position: relative;
}
.requests-table td:not(:last-of-type) {
    overflow: hidden;
}
@media (min-width: 1200px) {
    .requests-table td {
        max-width: 500px;
    }
}
.requests-table td.state.solved {
    color: #199d5b;
}
.requests-table td.state.pending {
    color: #f9690e;
}
.requests-table td.state.rejected {
    color: #e0374c;
}
.requests-table figure {
    padding: 0;
    margin: 8px 0;
    display: block;
    line-height: 0;
}
@media (min-width: 1200px) {
    .requests-table figure {
        background: #eef2f5;
    }
}
.requests-table figure img {
    width: 32px;
    height: 32px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    display: inline;
}
@media (min-width: 1200px) {
    .requests-table figure {
        margin: 0;
        display: inline;
        margin-right: 8px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .requests-table figure + span {
        padding-left: 40px;
    }
}
.requests-table input[type="checkbox"] + label:before,
.requests-table input[type="checkbox"] + label:after {
    -webkit-box-shadow: inset 0 0 0 2px rgba(69, 85, 95, 0.4);
    box-shadow: inset 0 0 0 2px rgba(69, 85, 95, 0.4);
    width: 16px;
    height: 16px;
    border-radius: 2px;
}
.requests-table input[type="checkbox"] + label:before {
    -webkit-transition: all 100ms cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: all 100ms cubic-bezier(0.47, 0, 0.745, 0.715);
}
.requests-table input[type="checkbox"] + label:after {
    background: rgba(255, 255, 255, 0);
}
.requests-table input[type="checkbox"]:checked + label:after {
    background: white;
}
.requests-table input[type="checkbox"]:checked + label:before {
    background: #009de0;
    -webkit-box-shadow: inset 0 0 0 2px #009de0;
    box-shadow: inset 0 0 0 2px #009de0;
}
.requests-table input[type="checkbox"] {
    position: absolute;
    z-index: 0;
}
.selectable-rows td:last-of-type:not(:only-of-type) {
    text-align: left;
}
@media (min-width: 1200px) {
    .selectable-rows td:first-of-type {
        padding-right: 0;
        width: 40px;
    }
}
@media (max-width: 1199px) {
    .selectable-rows td:first-of-type::before {
        content: "";
    }
}
@media (min-width: 1200px) {
    .table--closed,
    .table--closed th,
    .table--closed tr td {
        border: 0.1rem solid #bfc4cc;
    }
    .table--closed th,
    .table--closed tr td {
        padding: 1.2rem 1.6rem;
        text-align: left;
    }
}
@media (min-width: 1200px) {
    table.courses tr th:first-of-type,
    table.courses tr td:first-of-type {
        width: 66%;
    }
    table.courses tr th:last-of-type,
    table.courses tr td:last-of-type {
        width: 34%;
    }
    table.payments tr th,
    table.payments tr td {
        width: 40%;
    }
    table.payments tr th p,
    table.payments tr td p {
        margin: 0;
    }
    table.payments tr th:first-of-type,
    table.payments tr td:first-of-type {
        width: 20%;
    }
}
.slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.slide .header-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}
.slide.active {
    opacity: 1;
    visibility: visible;
}
.slide.active .header-content {
    opacity: 1;
}
.slider-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 320px;
    text-align: center;
}
.slider-nav li {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding-left: 0;
}
.slider-nav li:before {
    content: none;
}
.slider-nav .nav-dot {
    border: 0;
    padding: 30px 10px;
    color: transparent;
    display: inline-block;
    opacity: 0.5;
}
.slider-nav .nav-dot.active,
.slider-nav .nav-dot:hover {
    opacity: 1;
}
@-webkit-keyframes dash-filling {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes dash-filling {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.slider-nav .nav-dot span {
    position: relative;
    display: block;
    width: 44px;
    height: 2px;
    background-color: #fff;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.slider-nav .nav-dot span:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #fff;
    width: 44px;
    height: 2px;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
@media (min-width: 1200px) {
    .slider-nav .nav-dot span:after {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.slider-nav .nav-dot.active span {
    position: relative;
}
.slider-nav .nav-dot.active span:after {
    background: #009de0;
}
@media (min-width: 1200px) {
    .slider-nav .nav-dot.active span:after {
        -webkit-animation: dash-filling 6000ms 1 linear forwards 0s;
        animation: dash-filling 6000ms 1 linear forwards 0s;
    }
}
.slider-nav-helper {
    display: none;
}
@media (min-width: 1200px) {
    .slider-nav-helper {
        display: block;
    }
}
.slider-nav-helper .nav-previous,
.slider-nav-helper .nav-next {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 20%;
}
@media (min-width: 1600px) {
    .slider-nav-helper .nav-previous,
    .slider-nav-helper .nav-next {
        width: 28%;
    }
}
.slider-nav-helper .nav-previous:hover,
.slider-nav-helper .nav-next:hover {
    border-bottom: 0;
}
.slider-nav-helper .nav-previous:hover {
    cursor: w-resize;
}
.slider-nav-helper .nav-next:hover {
    cursor: e-resize;
}
.slider-nav-helper span,
.slider-nav-helper span {
    display: block;
    height: 40px;
    position: relative;
    top: 65%;
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.slider-nav-helper .nav-previous {
    left: 0;
}
.slider-nav-helper .nav-previous span:before,
.slider-nav-helper .nav-previous span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    height: 2px;
    width: 30px;
    background-color: #fff;
}
.slider-nav-helper .nav-previous span:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -10px;
}
.slider-nav-helper .nav-previous span:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 10px;
}
.slider-nav-helper .nav-next {
    right: 0;
}
.slider-nav-helper .nav-next span:before,
.slider-nav-helper .nav-next span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 40px;
    height: 2px;
    width: 30px;
    background-color: #fff;
}
.slider-nav-helper .nav-next span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -10px;
}
.slider-nav-helper .nav-next span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
}
.card {
    overflow: hidden;
}
.card *:after,
.card *:before {
    content: "";
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.icon {
    position: relative;
    margin-bottom: 60px;
}
.watch {
    width: 70px;
    height: 70px;
    -webkit-box-shadow: inset 0 0 0 6px #fff, inset 0 0 0 32px #009de0;
    box-shadow: inset 0 0 0 6px #fff, inset 0 0 0 32px #009de0;
    background: #fff;
    border-radius: 50%;
    margin: 45px 0 50px 0;
}
.watch:after,
.watch:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.watch:before {
    width: 6px;
    height: 20px;
    margin: -20px 0 0 -3px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff;
    border-radius: 5px 5px 0 0;
}
.watch:after {
    width: 20px;
    height: 6px;
    margin: -3px 0px 0px 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0 5px 5px 0;
}
.watch-card:hover .watch:before {
    -webkit-animation: watch-hours 1.3s cubic-bezier(0.645, 0.045, 0.355, 1) 1;
    animation: watch-hours 1.3s cubic-bezier(0.645, 0.045, 0.355, 1) 1;
}
@-webkit-keyframes watch-hours {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes watch-hours {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.watch-card:hover .watch:after {
    -webkit-animation: watch-minutes 1.3s cubic-bezier(0.645, 0.045, 0.355, 1) 1;
    animation: watch-minutes 1.3s cubic-bezier(0.645, 0.045, 0.355, 1) 1;
}
@-webkit-keyframes watch-minutes {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    100% {
        -webkit-transform: rotate(765deg);
        transform: rotate(765deg);
    }
}
@keyframes watch-minutes {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    100% {
        -webkit-transform: rotate(765deg);
        transform: rotate(765deg);
    }
}
.plane {
    width: 68px;
    height: 10px;
    background: #fff;
    border-radius: 10px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    margin: 75px 0 80px 3px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.plane-card:hover .plane {
    -webkit-animation: flying 2s linear;
    animation: flying 2s linear;
}
@-webkit-keyframes flying {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    15% {
        -webkit-transform: scale(0.8, 1);
        transform: scale(0.8, 1);
        left: -2px;
    }
    20% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        left: 0;
    }
}
@keyframes flying {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    15% {
        -webkit-transform: scale(0.8, 1);
        transform: scale(0.8, 1);
        left: -2px;
    }
    20% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        left: 0;
    }
}
.plane .wings:before,
.plane .wings:after,
.plane .stabilizer:before,
.plane .stabilizer:after {
    display: block;
    position: absolute;
    display: block;
}
.plane .wings:before,
.plane .wings:after {
    left: 18px;
    border-left: 0px solid transparent;
    border-right: 8px solid transparent;
    z-index: 1;
}
.plane .wings:before {
    border-bottom: 30px solid #fff;
    width: 8px;
    top: -30px;
    -webkit-transform: skew(18deg);
    transform: skew(18deg);
}
.plane .wings:after {
    border-top: 30px solid #fff;
    width: 8px;
    top: 10px;
    -webkit-transform: skew(-18deg);
    transform: skew(-18deg);
}
.plane .stabilizer:before,
.plane .stabilizer:after {
    border-left: 0px solid transparent;
    border-right: 8px solid transparent;
    width: 8px;
}
.plane .stabilizer:before {
    border-bottom: 13px solid #fff;
    top: -8px;
    left: -3px;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
}
.plane .stabilizer:after {
    border-top: 13px solid #fff;
    top: 5px;
    left: -3px;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
}
.plane:before,
.plane:after {
    width: 0%;
    height: 5px;
    display: block;
    position: absolute;
    z-index: 0;
    top: 50%;
    right: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 0 70% 70% 0;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(33%, white), color-stop(34%, rgba(255, 255, 255, 0)), color-stop(65%, rgba(255, 255, 255, 0)), color-stop(66%, white), to(white));
    background: linear-gradient(to bottom, white 0%, white 33%, rgba(255, 255, 255, 0) 34%, rgba(255, 255, 255, 0) 65%, white 66%, white 100%);
}
.plane:before {
    margin-top: -22px;
}
.plane:after {
    margin-top: 22px;
}
.plane-card:hover .plane:before,
.plane-card:hover .plane:after {
    -webkit-animation: plane-trace 0.6s linear;
    animation: plane-trace 0.6s linear;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
@-webkit-keyframes plane-trace {
    0% {
        width: 0;
    }
    50%,
    100% {
        width: 150%;
        opacity: 1;
        right: 100%;
    }
    100% {
        right: 150%;
    }
}
@keyframes plane-trace {
    0% {
        width: 0;
    }
    50%,
    100% {
        width: 150%;
        opacity: 1;
        right: 100%;
    }
    100% {
        right: 150%;
    }
}
.bulb {
    width: 48px;
    height: 48px;
    -webkit-box-shadow: inset 0 0 0 6px #fff;
    box-shadow: inset 0 0 0 6px #fff;
    margin: 51px 0 65px 18px;
    border-radius: 100%;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.bulb:after,
.bulb:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #fff;
}
.bulb:before {
    width: 18px;
    height: 10px;
    background: #01bfc2;
    -webkit-transform: translate(-50%, 7px);
    transform: translate(-50%, 7px);
    border: 6px solid #fff;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}
.bulb:after {
    width: 20px;
    height: 6px;
    -webkit-transform: translateX(-50%) translateY(19px);
    transform: translateX(-50%) translateY(19px);
    border-radius: 5px;
}
.bulb .gleam {
    display: block;
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.bulb .gleam:before {
    width: 2px;
    height: 8px;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 3px;
    margin-top: -36px;
}
.bulb .gleam:nth-of-type(4):after {
    margin-top: 34px;
}
.bulb .gleam:first-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bulb .gleam:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.bulb .gleam:nth-of-type(4) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.bulb .gleam:nth-of-type(5) {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.bulb-card:hover .bulb .gleam:before {
    -webkit-animation: gleam 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1;
    animation: gleam 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1;
}
@-webkit-keyframes gleam {
    0%,
    100% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 8px;
    }
    50%,
    60% {
        -webkit-transform: translate(-50%, 1.2em);
        transform: translate(-50%, 1.2em);
        height: 2px;
    }
    75% {
        -webkit-transform: translate(-50%, -0.5em);
        transform: translate(-50%, -0.5em);
        height: 14px;
    }
}
@keyframes gleam {
    0%,
    100% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 8px;
    }
    50%,
    60% {
        -webkit-transform: translate(-50%, 1.2em);
        transform: translate(-50%, 1.2em);
        height: 2px;
    }
    75% {
        -webkit-transform: translate(-50%, -0.5em);
        transform: translate(-50%, -0.5em);
        height: 14px;
    }
}
.sun {
    width: 44px;
    height: 44px;
    -webkit-box-shadow: inset 0 0 0 6px #fff;
    box-shadow: inset 0 0 0 6px #fff;
    border-radius: 100%;
    margin: 56px 0 65px 18px;
}
.sun-card:hover .sun {
    -webkit-animation: rotate 1.3s cubic-bezier(0.645, 0.045, 0.355, 1) 1;
    animation: rotate 1.3s cubic-bezier(0.645, 0.045, 0.355, 1) 1;
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
.sun .sunshine {
    display: block;
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.sun .sunshine:after,
.sun .sunshine:before {
    width: 6px;
    height: 12px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 3px;
}
.sun .sunshine:before {
    margin-top: -34px;
}
.sun .sunshine:after {
    margin-top: 34px;
}
.sun .sunshine:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sun .sunshine:nth-of-type(3) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sun .sunshine:nth-of-type(4) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.sun-card:hover .sun .sunshine:first-of-type:before,
.sun-card:hover .sun .sunshine:nth-of-type(3):before,
.sun-card:hover .sun .sunshine:first-of-type:after,
.sun-card:hover .sun .sunshine:nth-of-type(3):after,
.sun-card:hover .sun .sunshine:last-of-type:before,
.sun-card:hover .sun .sunshine:nth-of-type(2):before,
.sun-card:hover .sun .sunshine:last-of-type:after,
.sun-card:hover .sun .sunshine:nth-of-type(2):after {
    -webkit-animation: enlarge 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 1;
    animation: enlarge 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 1;
}
.sun-card:hover .sun .sunshine:last-of-type:before,
.sun-card:hover .sun .sunshine:nth-of-type(2):before,
.sun-card:hover .sun .sunshine:last-of-type:after,
.sun-card:hover .sun .sunshine:nth-of-type(2):after {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
@-webkit-keyframes enlarge {
    0%,
    100% {
        -webkit-box-shadow: 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 #fff;
    }
    50% {
        -webkit-transform: scale(1.15) translate(-50%, -50%);
        transform: scale(1.15) translate(-50%, -50%);
    }
}
@keyframes enlarge {
    0%,
    100% {
        -webkit-box-shadow: 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 #fff;
    }
    50% {
        -webkit-transform: scale(1.15) translate(-50%, -50%);
        transform: scale(1.15) translate(-50%, -50%);
    }
}
.icon-block {
    position: relative;
    text-align: center;
    width: 262px;
    max-height: 220px;
    margin: 0 auto;
}
.icon-block .icon-wrap {
    width: 100px;
    height: 100px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.icon-block svg {
    overflow: visible;
}
.icon-block svg path {
    stroke: #009de0;
}
main div.icon-block {
    margin-bottom: 4rem;
}
.icon-block-link {
    background-color: #fff;
    height: 300px;
    padding: 40px 20px;
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.icon-block-link:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: 0 0.5em 1.5em 0 rgba(46, 50, 62, 0.2);
    box-shadow: 0 0.5em 1.5em 0 rgba(46, 50, 62, 0.2);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.icon-block a {
    display: block;
    border: 0;
    color: currentColor;
    padding: 40px 22px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.icon-block a:hover {
    border: 0;
}
.icon-block h3 {
    font-size: 1.6rem;
    font-weight: 600;
    font-family: "Source Sans Pro", Helvetica, Helvetica Neue, Arial;
    margin-top: 5px;
}
.icon-block p {
    margin-bottom: 0;
}
.docs {
    list-style: none;
    padding: 0;
}
@media (min-width: 1200px) {
    .docs {
        margin: 0;
    }
}
.docs li {
    min-height: 60px;
    margin-bottom: 40px;
    padding-left: 0;
}
.docs li:before {
    content: none;
}
.docs a {
    position: relative;
    display: inline-block;
    color: #2e3442;
    border: 0;
    padding-left: 55px;
    line-height: 120%;
    max-width: 420px;
}
.docs a:hover {
    border: 0;
    color: #3498db;
}
.docs a:hover:before {
    background-color: #3498db;
    color: #fff;
}
.docs a:hover:after {
    background: linear-gradient(135deg, #fff 0%, #fff 50%, #75b9e7 51%, #75b9e7 100%);
}
.docs span {
    display: block;
    margin-top: 5px;
    color: #a9a9a9;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.docs a:before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 34px;
    height: 52px;
    content: "WEB";
    border: 1px solid;
    border-color: #3498db;
    color: #3498db;
    text-align: center;
    line-height: 490%;
    font-weight: 600;
    font-size: 1.2rem;
}
.docs a:after {
    position: absolute;
    top: 3px;
    left: 23px;
    width: 12px;
    height: 12px;
    content: "";
    background: linear-gradient(135deg, #fff 0%, #fff 50%, #3498db 51%, #3498db 100%);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.docs a:before,
.docs a:after {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.docs a[href$=".pdf"]:before {
    content: "PDF";
    border-color: #e0374c;
    color: #e0374c;
}
.docs a[href$=".pdf"]:after {
    background: linear-gradient(135deg, #fff 0%, #fff 50%, #e0374c 51%, #e0374c 100%);
}
.docs a[href$=".pdf"]:hover {
    color: #e0374c;
}
.docs a[href$=".pdf"]:hover:before {
    background-color: #e0374c;
    color: #fff;
}
.docs a[href$=".pdf"]:hover:after {
    background: linear-gradient(135deg, #fff 0%, #fff 50%, #ea7987 51%, #ea7987 100%);
}
.docs a[href$=".zip"]:before {
    content: "ZIP";
    border-color: #574a68;
    color: #574a68;
}
.docs a[href$=".zip"]:after {
    background: linear-gradient(135deg, #fff 0%, #fff 50%, #574a68 51%, #574a68 100%);
}
.docs a[href$=".zip"]:hover {
    color: #574a68;
}
.docs a[href$=".zip"]:hover:before {
    background-color: #574a68;
    color: #fff;
}
.docs a[href$=".zip"]:hover:after {
    background: linear-gradient(135deg, #fff 0%, #fff 50%, #7c6a95 51%, #7c6a95 100%);
}
.docs a[href$=".jpg"]:before,
.docs a[href$=".jpeg"]:before {
    content: "JPG";
    border-color: #ff9500;
    color: #ff9500;
}
.docs a[href$=".jpg"]:after,
.docs a[href$=".jpeg"]:after {
    background: linear-gradient(135deg, #fff 0%, #fff 50%, #ff9500 51%, #ff9500 100%);
}
.docs a[href$=".jpg"]:hover,
.docs a[href$=".jpeg"]:hover {
    color: #ff9500;
}
.docs a[href$=".jpg"]:hover:before,
.docs a[href$=".jpeg"]:hover:before {
    background-color: #ff9500;
    color: #fff;
}
.docs a[href$=".jpg"]:hover:after,
.docs a[href$=".jpeg"]:hover:after {
    background: linear-gradient(135deg, #fff 0%, #fff 50%, #ffb54d 51%, #ffb54d 100%);
}
.docs a[href$=".png"]:before {
    content: "PNG";
    border-color: #f39c12;
    color: #f39c12;
}
.docs a[href$=".png"]:after {
    background: linear-gradient(135deg, #fff 0%, #fff 50%, #f39c12 51%, #f39c12 100%);
}
.docs a[href$=".png"]:hover {
    color: #f39c12;
}
.docs a[href$=".png"]:hover:before {
    background-color: #f39c12;
    color: #fff;
}
.docs a[href$=".png"]:hover:after {
    background: linear-gradient(135deg, #fff 0%, #fff 50%, #f7ba5b 51%, #f7ba5b 100%);
}
.docs a[href$=".doc"]:before,
.docs a[href$=".docx"]:before {
    content: "DOC";
    border-color: #29629e;
    color: #29629e;
}
.docs a[href$=".doc"]:after,
.docs a[href$=".docx"]:after {
    background: linear-gradient(135deg, #fff 0%, #fff 50%, #29629e 51%, #29629e 100%);
}
.docs a[href$=".doc"]:hover,
.docs a[href$=".docx"]:hover {
    color: #29629e;
}
.docs a[href$=".doc"]:hover:before,
.docs a[href$=".docx"]:hover:before {
    background-color: #29629e;
    color: #fff;
}
.docs a[href$=".doc"]:hover:after,
.docs a[href$=".docx"]:hover:after {
    background: linear-gradient(135deg, #fff 0%, #fff 50%, #4588cf 51%, #4588cf 100%);
}
.docs a[href$=".xls"]:before {
    content: "XLS";
    border-color: #27ae60;
    color: #27ae60;
}
.docs a[href$=".xls"]:after {
    background: linear-gradient(135deg, #fff 0%, #fff 50%, #27ae60 51%, #27ae60 100%);
}
.docs a[href$=".xls"]:hover {
    color: #27ae60;
}
.docs a[href$=".xls"]:hover:before {
    background-color: #27ae60;
    color: #fff;
}
.docs a[href$=".xls"]:hover:after {
    background: linear-gradient(135deg, #fff 0%, #fff 50%, #4bd786 51%, #4bd786 100%);
}
.docs a[href$=".ppt"]:before {
    content: "PPT";
    border-color: #f9690e;
    color: #f9690e;
}
.docs a[href$=".ppt"]:after {
    background: linear-gradient(135deg, #fff 0%, #fff 50%, #f9690e 51%, #f9690e 100%);
}
.docs a[href$=".ppt"]:hover {
    color: #f9690e;
}
.docs a[href$=".ppt"]:hover:before {
    background-color: #f9690e;
    color: #fff;
}
.docs a[href$=".ppt"]:hover:after {
    background: linear-gradient(135deg, #fff 0%, #fff 50%, #fb9759 51%, #fb9759 100%);
}
.light-gray .docs a:after {
    background: linear-gradient(135deg, #eef2f5 0%, #eef2f5 50%, #3498db 51%, #3498db 100%);
}
.light-gray .docs a:hover:after {
    background: linear-gradient(135deg, #eef2f5 0%, #eef2f5 50%, #75b9e7 51%, #75b9e7 100%);
}
.light-gray .docs a[href$=".pdf"]:after {
    background: linear-gradient(135deg, #eef2f5 0%, #eef2f5 50%, #e0374c 51%, #e0374c 100%);
}
.light-gray .docs a[href$=".pdf"]:hover:after {
    background: linear-gradient(135deg, #eef2f5 0%, #eef2f5 50%, #ea7987 51%, #ea7987 100%);
}
.light-gray .docs a[href$=".zip"]:after {
    background: linear-gradient(135deg, #eef2f5 0%, #eef2f5 50%, #574a68 51%, #574a68 100%);
}
.light-gray .docs a[href$=".zip"]:hover:after {
    background: linear-gradient(135deg, #eef2f5 0%, #eef2f5 50%, #7c6a95 51%, #7c6a95 100%);
}
.light-gray .docs a[href$=".jpg"]:after,
.light-gray .docs a[href$=".jpeg"]:after {
    background: linear-gradient(135deg, #eef2f5 0%, #eef2f5 50%, #ff9500 51%, #ff9500 100%);
}
.light-gray .docs a[href$=".jpg"]:hover:after,
.light-gray .docs a[href$=".jpeg"]:hover:after {
    background: linear-gradient(135deg, #eef2f5 0%, #eef2f5 50%, #ffb54d 51%, #ffb54d 100%);
}
.light-gray .docs a[href$=".png"]:after {
    background: linear-gradient(135deg, #eef2f5 0%, #eef2f5 50%, #f39c12 51%, #f39c12 100%);
}
.light-gray .docs a[href$=".png"]:hover:after {
    background: linear-gradient(135deg, #eef2f5 0%, #eef2f5 50%, #f7ba5b 51%, #f7ba5b 100%);
}
.light-gray .docs a[href$=".doc"]:after,
.light-gray .docs a[href$=".docx"]:after {
    background: linear-gradient(135deg, #eef2f5 0%, #eef2f5 50%, #29629e 51%, #29629e 100%);
}
.light-gray .docs a[href$=".doc"]:hover:after,
.light-gray .docs a[href$=".docx"]:hover:after {
    background: linear-gradient(135deg, #eef2f5 0%, #eef2f5 50%, #4588cf 51%, #4588cf 100%);
}
.light-gray .docs a[href$=".xls"]:after {
    background: linear-gradient(135deg, #eef2f5 0%, #eef2f5 50%, #27ae60 51%, #27ae60 100%);
}
.light-gray .docs a[href$=".xls"]:hover:after {
    background: linear-gradient(135deg, #eef2f5 0%, #eef2f5 50%, #4bd786 51%, #4bd786 100%);
}
.light-gray .docs a[href$=".ppt"]:after {
    background: linear-gradient(135deg, #eef2f5 0%, #eef2f5 50%, #f9690e 51%, #f9690e 100%);
}
.light-gray .docs a[href$=".ppt"]:hover:after {
    background: linear-gradient(135deg, #eef2f5 0%, #eef2f5 50%, #fb9759 51%, #fb9759 100%);
}
.dropdown {
    position: absolute;
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
    margin: 0;
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0px 7px 40px 0px rgba(46, 50, 66, 0.3);
    box-shadow: 0px 7px 40px 0px rgba(46, 50, 66, 0.3);
    border-radius: 2px;
    list-style-type: none;
    text-align: left;
    min-width: 150px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.dropdown ul {
    padding: 0;
    list-style: none;
}
.dropdown li {
    margin: 0;
    white-space: nowrap;
    font-size: 1.6rem;
}
.dropdown li a {
    display: block;
    padding: 0 20px;
    height: 52px;
    line-height: 52px;
    text-decoration: none;
    color: #2e3442;
    border: 0;
    -webkit-transition: border 0.2s ease;
    transition: border 0.2s ease;
}
.dropdown li a:hover {
    background-color: #009de0;
    color: white;
    border-bottom: 0;
}
.dropdown.active {
    opacity: 1;
    visibility: visible;
}
.dropdown.active + .upper-arrow {
    opacity: 1;
    visibility: visible;
}
.dropdown,
.dropdown + .upper-arrow {
    margin-top: 10px;
}
.dropdown,
.upper-arrow {
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: all;
}
.upper-arrow {
    width: 30px;
    height: 12px;
    left: 50%;
    -webkit-transform: translateY(-100%) translateX(-50%);
    transform: translateY(-100%) translateX(-50%);
    position: absolute;
    z-index: 2;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.upper-arrow::before {
    content: "";
    width: 12px;
    height: 12px;
    background: white;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%) rotate(45deg);
    transform: translateX(-50%) translateY(50%) rotate(45deg);
    border-radius: 3px 0 0 0;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1), 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1), 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
#user .dropdown {
    min-width: 200px;
}
table td .dropdown {
    left: auto;
    right: 0px;
    -webkit-transform: translateX(10px) translateY(100%);
    transform: translateX(10px) translateY(100%);
    bottom: 0;
}
table td .dropdown + .upper-arrow {
    left: auto;
    right: 16px;
    bottom: 0px;
    -webkit-transform: none;
    transform: none;
}
.search-filters {
    margin: 48px 0;
    position: relative;
}
.search-filters .filter-by-type {
    border-bottom: 1px solid #ddd;
}
.search-filters .filter-by-type a {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    margin-right: 20px;
}
.search-filters .filter-by-type a::after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 70%;
    height: 3px;
    background: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.search-filters .filter-by-type a.active::after {
    background: #009de0;
    width: 100%;
}
.search-filters .filter-by-type a:hover {
    color: #009de0;
}
.search-filters .filter-by-type a:hover::after {
    background: #009de0;
    width: 100%;
}
.search-filters a {
    font-size: 1.4rem;
    font-weight: 600;
    color: #8f95a1;
    border: 0;
    text-transform: uppercase;
}
.search-filters a:hover {
    border: 0;
}
.search-filters .active {
    font-weight: 700;
    color: #009de0;
}
.search-filters .filter-by-time {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}
.search-filters .filter-by-time .menu-placeholder {
    position: relative;
    padding-right: 20px;
}
.search-filters .filter-by-time .menu-placeholder::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 0;
    top: 50%;
    margin-top: -3px;
    border-width: 4px 4px 0 4px;
    border-style: solid;
    border-color: #009de0 transparent;
    -webkit-transition: border-color 0.1s ease;
    transition: border-color 0.1s ease;
}
.search-filters .filter-by-time .dropdown {
    top: 35px;
    min-width: 130px;
    max-width: 200px;
}
.search-filters .filter-by-time li {
    text-align: right;
}
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.97);
    text-align: center;
    z-index: 3;
}
@media (min-width: 768px) {
    .main-header {
        padding: 0 calc((100vw - 750px) / 2);
    }
}
@media (min-width: 992px) {
    .main-header {
        padding: 0 calc((100vw - 970px) / 2);
    }
}
@media (min-width: 1200px) {
    .main-header {
        padding: 0;
    }
}
@media (min-width: 992px) {
    .main-header {
        position: relative;
        height: 74px;
    }
}
.main-header a,
.main-header a:hover {
    border: 0;
}
.main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.main-header .logo {
    display: inline-block;
    font-family: "KlavikaMediumPlain", Helvetica, Helvetica Neue, Arial;
    font-size: 1em;
    text-transform: uppercase;
    margin: 0;
}
.main-header .logo a {
    width: auto;
    height: auto;
    display: block;
    color: #45555f;
}
.main-header .logo svg {
    width: auto;
    height: 37px;
    margin-right: 0.5em;
}
.main-header .logo a,
.main-header .logo svg {
    display: inline-block;
    vertical-align: middle;
}
.main-navigation {
    display: inline;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.main-navigation > ul {
    height: 60px;
    max-width: 1170px;
    padding: 0 15px;
    margin: auto;
    list-style-type: none;
    display: inline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}
.main-navigation > ul > li {
    margin: 0 0.938em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-navigation > ul > li:first-of-type {
    margin-left: 0;
}
.main-navigation > ul > li:last-of-type {
    margin-right: 0;
}
.main-navigation > ul > li.space-left {
    margin-left: auto;
}
.main-navigation > ul > li.space-left:empty {
    min-width: 110px;
}
.main-navigation > ul > li.space-right {
    margin-right: auto;
}
.main-navigation > ul > li.menu-item,
.main-navigation > ul > li.page_item {
    display: none;
}
@media (min-width: 992px) {
    .main-navigation > ul > li.menu-item,
    .main-navigation > ul > li.page_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.main-navigation > ul > li.menu-item.current_page_item a,
.main-navigation > ul > li.page_item.current_page_item a {
    opacity: 0.55;
}
.main-navigation > ul > li.menu-item a,
.main-navigation > ul > li.page_item a {
    color: #2e3442;
    -webkit-box-shadow: inset 0 0 0 #009de0;
    box-shadow: inset 0 0 0 #009de0;
    padding: 1.5em 0;
    display: block;
}
.main-navigation > ul > li.menu-item a.selected,
.main-navigation > ul > li.page_item a.selected {
    opacity: 0.55;
}
.main-navigation > ul > li.menu-item a:hover,
.main-navigation > ul > li.page_item a:hover {
    color: #009de0;
    opacity: 1;
    -webkit-box-shadow: inset 0 -2px 0 #009de0;
    box-shadow: inset 0 -2px 0 #009de0;
}
.main-navigation > ul > li .language-switcher {
    line-height: 0;
    display: none;
}
@media (min-width: 992px) {
    .main-navigation > ul > li .language-switcher {
        display: block;
    }
}
.main-navigation > ul > li .language-switcher svg {
    height: 16px;
    width: auto;
}
.main-navigation > ul > li .language-switcher svg path {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.main-navigation > ul > li .language-switcher:hover svg path {
    fill: #009de0;
}
.main-navigation > ul > li .applications {
    position: relative;
    font-size: 0;
    width: 16px;
    height: 16px;
    color: #8f95a1;
}
.main-navigation > ul > li .applications::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    left: 0;
    top: 0;
    -webkit-box-shadow: inset 0 0 0 32px, 6px 0, 12px 0, 0 6px, 6px 6px, 12px 6px, 0 12px, 6px 12px, 12px 12px;
    box-shadow: inset 0 0 0 32px, 6px 0, 12px 0, 0 6px, 6px 6px, 12px 6px, 0 12px, 6px 12px, 12px 12px;
}
.main-navigation > ul > li .applications:hover {
    color: #009de0;
}
.main-navigation > ul #user,
.main-navigation > ul #app {
    position: relative;
}
.main-navigation > ul .site-user .user-photo {
    width: 32px;
    height: 32px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}
.main-navigation > ul .site-user,
.main-navigation > ul .applications {
    display: none;
}
@media (min-width: 992px) {
    .main-navigation > ul .site-user,
    .main-navigation > ul .applications {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.main-navigation > ul .nav-trigger a {
    display: block;
    width: 24px;
    height: 14px;
    position: relative;
}
.main-navigation > ul .nav-trigger a span {
    position: absolute;
    top: 0;
    left: 0;
}
.main-navigation > ul .nav-trigger a span,
.main-navigation > ul .nav-trigger a span::before,
.main-navigation > ul .nav-trigger a span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: #8f95a1;
    -webkit-transition: background 600ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: background 600ms cubic-bezier(0.77, 0, 0.175, 1);
}
.main-navigation > ul .nav-trigger a span::before {
    margin-top: 6px;
}
.main-navigation > ul .nav-trigger a span::after {
    margin-top: 12px;
}
.main-navigation > ul .nav-trigger a:hover span,
.main-navigation > ul .nav-trigger a:hover span::before,
.main-navigation > ul .nav-trigger a:hover span::after {
    background-color: #009de0;
}
@media (min-width: 992px) {
    .main-navigation > ul .nav-trigger {
        display: none;
    }
}
.tab.navigation {
    border-bottom: 1px solid #ddd;
    position: relative;
}
.tab.navigation ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
}
@media (max-width: 991px) {
    .tab.navigation ul::after {
        content: "";
        position: absolute;
        right: 0;
        width: 20px;
        height: 20px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    }
}
.tab.navigation ul li {
    display: inline-block;
    white-space: nowrap;
    list-style: none;
}
.tab.navigation ul li a {
    display: block;
    color: #8f95a1;
    position: relative;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 600;
    padding: 0 0 0.875em 0;
    margin-right: 1.125em;
    border: 0;
}
.tab.navigation ul li a:after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 70%;
    height: 3px;
    background: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.tab.navigation ul li a.active {
    font-weight: 700;
}
.tab.navigation ul li a.active,
.tab.navigation ul li a:hover {
    color: #009de0;
}
.tab.navigation ul li a.active:after,
.tab.navigation ul li a:hover:after {
    background: #009de0;
    width: 100%;
}
.tab.navigation + table,
.tab.navigation + h4 {
    margin-top: 3em;
}
#footer {
    background: url("https://static.tecnico.ulisboa.pt/themes/tecnico/img/footer-bg.svg") top center no-repeat #2e323e;
    color: #fff;
    padding: 60px 15px 0;
    text-align: center;
    z-index: 2;
}
#footer a {
    color: rgba(255, 255, 255, 0.3);
}
#footer .footer-nav a:hover {
    border-bottom: 1px dotted;
    color: #009de0;
}
#footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#footer ul li {
    margin-bottom: 10px;
}
#footer ul li a {
    font-size: 0.875rem;
}
#footer ul li a:hover {
    color: #009de0;
}
#footer .footer-list p {
    font-weight: 600;
    margin: 0;
}
#footer .footer-list p a {
    display: none;
}
#footer .footer-list p span {
    cursor: pointer;
}
#footer .footer-list p ul {
    margin-bottom: 0;
    height: 0;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: height 600ms cubic-bezier(0.77, 0, 0.175, 1), max-height 600ms cubic-bezier(0.77, 0, 0.175, 1), visibility 600ms cubic-bezier(0.77, 0, 0.175, 1), opacity 600ms cubic-bezier(0.77, 0, 0.175, 1),
        margin-bottom 600ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: height 600ms cubic-bezier(0.77, 0, 0.175, 1), max-height 600ms cubic-bezier(0.77, 0, 0.175, 1), visibility 600ms cubic-bezier(0.77, 0, 0.175, 1), opacity 600ms cubic-bezier(0.77, 0, 0.175, 1),
        margin-bottom 600ms cubic-bezier(0.77, 0, 0.175, 1);
}
#footer .footer-list p ul.visible {
    visibility: visible;
    opacity: 1;
    height: 100%;
    max-height: 500px;
}
#footer .footer-list p ul.visible:last-of-type {
    margin-bottom: 60px;
}
#footer ul:first-child,
#footer ol:first-child {
    margin-top: 0;
}
#footer ul,
#footer ol {
    margin: 32px 0 56px;
}
@media only screen and (min-width: 1200px) {
    #footer ul li {
        margin-bottom: 5px;
    }
}
@media (min-width: 1200px) {
    #footer .footer-list p a {
        display: block;
    }
}
@media only screen and (min-width: 768px) {
    #footer .footer-list {
        text-align: left;
    }
    #footer .footer-list p a {
        display: inline-block;
    }
    #footer .footer-list p span {
        display: none;
    }
    #footer .footer-list ul {
        visibility: visible;
        opacity: 1;
        height: auto;
        max-height: 100%;
        margin-bottom: 60px;
    }
}
#footer .copyright {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
#footer .copyright a {
    display: inline-block;
}
#footer nav {
    text-align: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.3);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#footer nav ul {
    margin-bottom: 30px;
}
#footer nav ul li {
    display: inline-block;
    margin: 0 15px;
}
#footer nav ul li:first-of-type {
    margin-left: 0;
}
#footer ul li a {
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
}
#footer .site-info span.hide-mobile {
    display: none;
}
#footer .site-info .copyright {
    margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
    #footer .site-info span.hide-mobile {
        display: inline;
    }
    #footer .site-info br {
        display: none;
    }
    #footer .site-info .copyright {
        margin-bottom: 0;
    }
    #footer .site-info .last-update {
        text-align: right;
    }
}
.social-icons a,
.social-share a {
    padding: 8px;
}
.social-icons a svg,
.social-icons a svg .social-icon,
.social-share a svg,
.social-share a svg .social-icon {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#footer .social-icons {
    width: 100%;
    text-align: center;
    margin: 40px 0;
}
#footer .social-icons p {
    font-weight: 600;
}
#footer .social-icons li,
#footer .social-icons a {
    display: inline-block;
}
#footer .social-icon {
    fill: #fff;
}
#footer .social-bg {
    stroke: #fff;
}
#footer .social-icons a:hover svg .social-bg,
#footer .social-share a:hover svg .social-bg {
    fill: #009de0;
    stroke: #009de0;
}
#footer .social-icons a:hover svg .social-icon,
#footer .social-share a:hover svg .social-icon {
    fill: #fff;
}
@media only screen and (min-width: 1200px) {
    #footer .social-icons {
        margin-top: 0;
    }
}
@media screen and (max-width: 1200px) {
    #footer nav ul,
    #footer .copyright {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 990px) {
    #footer .footer-nav {
        text-align: center;
    }
    #footer .footer-nav ul {
        margin-bottom: 30px;
    }
    #footer .footer-nav ul li {
        display: block;
        margin: 15px 0;
    }
}
* {
    word-wrap: break-word;
}
@font-face {
    font-family: "KlavikaBold";
    src: url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikaboldbold-webfont.eot?") format("eot"), url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikaboldbold-webfont.woff") format("woff"),
        url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikaboldbold-webfont.ttf") format("truetype"), url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikaboldbold-webfont.svg#webfontBUN34PZS") format("svg");
    font-style: normal;
}
@font-face {
    font-family: "KlavikaMediumPlain";
    src: url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikamedium-plain-webfont.eot?") format("eot"), url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikamedium-plain-webfont.woff") format("woff"),
        url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikamedium-plain-webfont.ttf") format("truetype"), url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikamedium-plain-webfont.svg#webfontTWPh10Er") format("svg");
    font-style: normal;
}
@font-face {
    font-family: "KlavikaMediumPlain";
    src: url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikamedium-italic-webfont.eot?") format("eot"), url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikamedium-italic-webfont.woff") format("woff"),
        url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikamedium-italic-webfont.ttf") format("truetype"), url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikamedium-italic-webfont.svg#webfontQyMG82IJ") format("svg");
    font-style: italic;
}
@font-face {
    font-family: "KlavikaRegularPlain";
    src: url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikaregular-plain-webfont.eot?") format("eot"), url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikaregular-plain-webfont.woff") format("woff"),
        url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikaregular-plain-webfont.ttf") format("truetype"), url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikaregular-plain-webfont.svg#webfontDvaJrdUe") format("svg");
    font-style: normal;
}
@font-face {
    font-family: "KlavikaRegularPlain";
    src: url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikaregular-italic-webfont.eot?") format("eot"), url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikaregular-italic-webfont.woff") format("woff"),
        url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikaregular-italic-webfont.ttf") format("truetype"), url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikaregular-italic-webfont.svg#webfontPhNFtUba") format("svg");
    font-style: italic;
}
@font-face {
    font-family: "KlavikaLightPlain";
    src: url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikalight-plain-webfont.eot?") format("eot"), url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikalight-plain-webfont.woff") format("woff"),
        url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikalight-plain-webfont.ttf") format("truetype"), url("//static.tecnico.ulisboa.pt/fonts/klavika/klavikalight-plain-webfont.svg#webfontpalXHmZY") format("svg");
    font-style: normal;
}
blockquote p {
    font-family: "KlavikaRegularPlain", Helvetica, Helvetica Neue, Arial;
    font-style: italic;
    line-height: 130%;
    margin-bottom: 0;
}
blockquote footer {
    font-family: "KlavikaRegularPlain", Helvetica, Helvetica Neue, Arial;
    font-size: 1.6rem;
    font-weight: normal;
    color: #a9a9a9;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 1.4rem;
}
blockquote footer span {
    font-weight: 600;
}
blockquote footer:before {
    content: "\2014";
    padding-right: 10px;
}
p {
    margin: 0 0 3rem;
}
p:last-child {
    margin-bottom: 0;
}
p.small {
    font-size: 1.2rem;
}
p.augmented {
    font-size: 1.8rem;
}
p + h2 {
    margin-top: 60px;
}
strong {
    font-weight: 600;
    color: #2e3442;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2e3442;
    font-weight: normal;
    line-height: 130%;
    margin-top: 0;
}
h2,
.h2,
h3,
h4,
h5,
h6 {
    font-family: "KlavikaRegularPlain", Helvetica, Helvetica Neue, Arial;
    font-weight: normal;
}
h1,
.h1 {
    font-family: "KlavikaMediumPlain", Helvetica, Helvetica Neue, Arial;
}
h4,
.h4 {
    font-family: "KlavikaBold", Helvetica, Helvetica Neue, Arial;
    font-size: 1.125em;
}
h1,
.h1 {
    font-size: 3.2rem;
    margin-bottom: 50px;
}
h2,
.h2 {
    font-size: 2.6rem;
    margin-bottom: 30px;
    font-family: "KlavikaMediumPlain", Helvetica, Helvetica Neue, Arial;
}
h3 {
    font-size: 2.3rem;
    margin-bottom: 1.5em;
    font-family: "KlavikaMediumPlain", Helvetica, Helvetica Neue, Arial;
}
h3,
h4,
h5,
h6 {
    line-height: 130%;
}
h5,
h6 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}
.main-article-content {
    font-size: 1.8rem;
    line-height: 170%;
}
.main-article-content h2 {
    font-family: "KlavikaMediumPlain", Helvetica, Helvetica Neue, Arial;
    margin-bottom: 30px;
}
.main-article-content h3 {
    font-size: 2.2rem;
    margin-bottom: 26px;
}
.main-article-content h4,
.main-article-content h5,
.main-article-content h6 {
    font-family: "KlavikaRegularPlain", Helvetica, Helvetica Neue, Arial;
    font-size: 1.8rem;
}
h1.page-title {
    font-family: "KlavikaBold", Helvetica, Helvetica Neue, Arial;
    font-size: 3.2rem;
}
html {
    background: #fff;
    font-size: 62.5%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
a {
    color: #009de0;
    text-decoration: none;
    border-bottom: 1px dotted transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover {
    border-bottom: 1px dotted #009de0;
    color: #007bdc;
}
label {
    display: block;
    position: relative;
}
.sr-only {
    border: 0;
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-appearance: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: "Source Sans Pro", Helvetica, Helvetica Neue, Arial;
}
body {
    background: white;
    color: #45555f;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 160%;
    font-family: "Source Sans Pro", Helvetica, Helvetica Neue, Arial;
}
main ul,
main ol {
    list-style-type: none;
    padding-left: 0;
    margin: 0 0 3rem;
}
main ul li,
main ol li {
    padding-left: 1.4rem;
    position: relative;
}
main ul li:not(:last-of-type),
main ol li:not(:last-of-type) {
    margin: 0 0 1em 0;
}
main ul li:before,
main ol li:before {
    position: absolute;
    content: "";
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #009de0;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
.main-content,
.main-header,
footer {
    -webkit-transition: -webkit-transform 600ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-transform 600ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 600ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 600ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 600ms cubic-bezier(0.77, 0, 0.175, 1);
}
.main-content {
    z-index: 2;
}
@media (max-width: 991px) {
    .main-content {
        padding-top: 60px;
    }
}
@media (min-width: 1200px) {
    .main-content {
        padding-top: 0;
    }
}
.main-content section {
    margin: 12rem 0;
}
@media (min-height: 799px) and (min-width: 1200px) {
    .main-content section {
        margin: 80px 0 80px;
    }
}
.main-content section.page-header,
.main-content section.next-page-suggestion,
.main-content section.showcase,
.main-content .page-header .page-title {
    margin: 0;
}
section > header h1 {
    margin-bottom: 20px;
}
section > header .button {
    margin-bottom: 50px;
}
@media (min-width: 768px) {
    section > header h1 {
        float: left;
        margin-bottom: 50px;
    }
    section > header .button {
        float: right;
        margin: 0;
    }
}
.validation {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.2;
    margin: 1.6rem 0;
    -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.99);
    transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.99);
    z-index: 0;
}
.validation.hidden {
    height: 0 !important;
    margin: 0;
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    pointer-events: none;
}
.validation.hidden p {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.validation.warning {
    color: #f9690e;
    height: 30px;
}
.validation p {
    position: relative;
    padding-left: 26px;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.validation p::before,
.validation p::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.validation p::before {
    width: 18px;
    height: 18px;
    background: #ffefe6;
    border: 1px solid #f9690e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
}
.validation p::after {
    width: 2px;
    height: 10px;
    left: 8px;
    -webkit-box-shadow: inset 0 -2px 0 0 #f9690e, inset 0 -3px 0 0 #ffefe6, inset 0 -10px 0 0 #f9690e;
    box-shadow: inset 0 -2px 0 0 #f9690e, inset 0 -3px 0 0 #ffefe6, inset 0 -10px 0 0 #f9690e;
}
.validation-error {
    border-color: #f9690e !important;
    -webkit-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.arrow {
    width: 10px;
    height: 8px;
    display: inline-block;
    position: relative;
    margin: 0 16px;
}
.arrow.inline-text {
    margin: 0 4px;
}
.arrow::before,
.arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    pointer-events: none;
}
.arrow::before {
    width: 10px;
    height: 3px;
    border-radius: 2px;
    background: #8f95a1;
}
.arrow::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: white white white #8f95a1;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}
.half-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 796px) {
    .half-wrapper .half {
        width: 50%;
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
    .half-wrapper .half:nth-of-type(odd) {
        padding-right: 15px;
    }
    .half-wrapper .half:nth-of-type(even) {
        padding-left: 15px;
    }
}
.half-wrapper div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}
.text-centered {
    text-align: center;
}
.disabled {
    opacity: 0.55;
}
#date-picker {
    padding: 24px;
    width: 231px;
    position: absolute;
    background: white;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5%) scale(0.95);
    transform: translateY(5%) scale(0.95);
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    top: 515px;
    left: calc(50% - 35px);
}
#date-picker button,
#date-picker span {
    font-size: 1.2rem;
    border: 0;
    background: none;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14.28px;
}
#date-picker button:not(.disabled) {
    font-weight: 600;
}
#date-picker header,
#date-picker .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#date-picker header {
    color: black;
}
#date-picker header.date-picker-header {
    padding: 0 0 16px 0;
}
#date-picker header.date-picker-header h4 {
    font-family: "Source Sans Pro", Helvetica, Helvetica Neue, Arial;
    font-weight: 800;
    font-size: 1.4rem;
    margin: 0;
}
#date-picker header .pagination {
    width: 20px;
    height: 20px;
    position: relative;
}
#date-picker header .pagination.left {
    -webkit-transform: rotate(45deg) translateX(-20%) translateY(10%);
    transform: rotate(45deg) translateX(-20%) translateY(10%);
}
#date-picker header .pagination.right {
    -webkit-transform: rotate(220deg) translateX(-20%) translateY(10%);
    transform: rotate(220deg) translateX(-20%) translateY(10%);
}
#date-picker header .pagination::before,
#date-picker header .pagination::after {
    content: "";
    width: 2px;
    height: 8px;
    background: #009de0;
    position: absolute;
    top: 6px;
    left: 7px;
    border-radius: 2px;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
#date-picker header .pagination::after {
    -webkit-transform: rotate(90deg) translateX(-2px);
    transform: rotate(90deg) translateX(-2px);
}
#date-picker .calendar {
    text-align: center;
}
#date-picker .calendar header {
    color: #8f95a1;
    font-weight: 600;
}
#date-picker .calendar header span {
    padding: 4px 0;
}
#date-picker .calendar .main {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 4px 0;
    margin: 4px 0;
}
#date-picker .calendar button {
    position: relative;
}
#date-picker .calendar button.selected {
    color: white;
}
#date-picker .calendar button.selected::before {
    content: "";
    background: #009de0;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: -1;
    border-radius: 100%;
}
#date-picker .calendar button:not(.selected):not(.disabled):hover::before {
    content: "";
    background: rgba(143, 149, 161, 0.4);
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: -1;
    border-radius: 2px;
}
#date-picker .calendar button.disabled {
    pointer-events: none;
}
#date-picker label {
    font-family: "Source Sans Pro", Helvetica, Helvetica Neue, Arial;
    font-weight: 800;
    font-size: 1.4rem;
    color: #2e3442;
}
#date-picker .modal-input {
    padding: 8px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0;
}
#date-picker .select-wrapper::after {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px;
}
#date-picker section:not(:last-of-type) {
    margin-bottom: 24px;
}
#date-picker .half-wrapper .half:nth-of-type(odd) {
    padding-right: 5px;
}
#date-picker .half-wrapper .half:nth-of-type(even) {
    padding-left: 5px;
}
#date-picker .upper-arrow {
    right: 0;
    top: 50%;
    left: auto;
    -webkit-transform: translateX(70%) translateY(-50%) rotate(90deg);
    transform: translateX(70%) translateY(-50%) rotate(90deg);
}
#date-picker.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
}
#date-picker.open .upper-arrow {
    opacity: 1;
    visibility: visible;
}
.main-content .page-header {
    position: relative;
    width: 100%;
    height: 240px;
    margin: 0;
    padding: 0;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #717782;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .main-content .page-header {
        height: 350px;
    }
}
.main-content .page-header figure {
    margin: 0;
    width: 100%;
    height: 100%;
}
.main-content .page-header figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.main-content .page-header .header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(46, 50, 66, 0.5)));
    background: linear-gradient(to bottom, transparent, rgba(46, 50, 66, 0.5));
}
.main-content .page-header .header-content {
    width: 100%;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (min-width: 768px) {
    .main-content .page-header .header-content {
        padding: 0 calc((100vw - 720px) / 2);
    }
}
@media (min-width: 992px) {
    .main-content .page-header .header-content {
        padding: 0 calc((100vw - 940px) / 2);
    }
}
@media (min-width: 1200px) {
    .main-content .page-header .header-content {
        padding: 0 calc((100vw - 1155px) / 2);
    }
}
.main-content .page-header .header-content .parent-page {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 1rem 0.2rem;
    border: 0;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.main-content .page-header .header-content .page-title {
    margin: 0;
    color: white;
}
.main-content .page-header.hero {
    height: 400px;
}
@media (min-width: 1200px) {
    .main-content .page-header.hero {
        height: 600px;
    }
}
.main-content .page-header.hero .page-title {
    text-align: center;
    max-width: 700px;
    margin: 20px auto;
}
.main-content .page-header.hero .parent-page {
    display: none;
}
#typewriter_text {
    display: inline-block;
}
.cursor {
    width: 2px;
    height: 32px;
    background: white;
    display: inline-block;
    vertical-align: middle;
    border-radius: 1px;
    -webkit-animation: cursor-blink 1.5s infinite;
    animation: cursor-blink 1.5s infinite;
}
@-webkit-keyframes cursor-blink {
    0%,
    30%,
    90%,
    100% {
        opacity: 1;
    }
    50%,
    70% {
        opacity: 0;
    }
}
@keyframes cursor-blink {
    0%,
    30%,
    90%,
    100% {
        opacity: 1;
    }
    50%,
    70% {
        opacity: 0;
    }
}
.page-title.mobile {
    display: block;
}
.page-title.desktop {
    display: none;
}
@media (min-width: 1200px) {
    .page-title.mobile {
        display: none;
    }
    .page-title.desktop {
        display: block;
    }
}
video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.separator,
.section-separator {
    position: relative;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    clear: both;
}
@media (min-width: 768px) {
    .separator,
    .section-separator {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .separator,
    .section-separator {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .separator,
    .section-separator {
        width: 1170px;
    }
}
.separator:after,
.section-separator:after {
    position: absolute;
    content: "";
    top: 0;
    left: 15px;
    right: 15px;
    width: auto;
    height: 1px;
    background: #ddd;
}
.separator.bg,
.section-separator.bg {
    margin-top: -1px;
}
.home-title {
    font-size: 2.3rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.home-title:after {
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    height: 3px;
    background: #009de0;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.light-gray,
.bg-light-gray,
.light,
.bg-light {
    background: #eef2f5;
}
section.bckg,
section[class*="bg"] {
    margin: 0;
    padding: 12rem 0;
}
@media (min-height: 799px) and (min-width: 1200px) {
    section.bckg,
    section[class*="bg"] {
        padding: 8rem 0;
    }
}
main section.bckg,
main section[class*="bg"] {
    margin: 0;
}
@media (min-height: 799px) and (min-width: 1200px) {
    main section.bckg,
    main section[class*="bg"] {
        padding: 8rem 0;
    }
}
.faq-entries {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}
.faq-entries .faq-question {
    cursor: pointer;
    position: relative;
    background-color: #fff;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    padding: 1.6rem 6rem 1.6rem 1.6rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.faq-entries .faq-question:hover,
.faq-entries .faq-question:focus {
    color: #009de0;
}
.faq-entries .faq-question:hover .question,
.faq-entries .faq-question:focus .question {
    color: #009de0;
}
.faq-entries .faq-question:hover .question:after,
.faq-entries .faq-question:focus .question:after {
    border-color: #009de0;
}
.faq-entries .faq-question.active {
    color: #007bdc;
}
.faq-entries .faq-question.active .question {
    color: #007bdc;
}
.faq-entries .faq-question.active .question:after {
    border-color: #007bdc;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    top: 2.6rem;
}
.faq-entries .faq-question .counter {
    max-width: 10%;
    float: left;
}
.faq-entries .faq-question .counter:before {
    content: counter(step-counter) ".";
}
.faq-entries .faq-question .question {
    display: inline-block;
    max-width: 90%;
    padding-left: 0.5rem;
    color: #2e3242;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.faq-entries .faq-question .question:after {
    position: absolute;
    content: "";
    top: 2.4rem;
    right: 3rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.1rem;
    border: 0.2rem solid #45555f;
    border-top: 0;
    border-right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
ol.faq-entries .faq-item {
    padding-left: 0;
    margin: 0;
    counter-increment: step-counter;
}
ol.faq-entries .faq-item ~ .faq-item {
    margin-top: 2rem;
}
ol.faq-entries .faq-item h4 {
    margin-bottom: 0.25em;
    margin-top: 2em;
}
.panel {
    padding: 0 2rem;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
}
.panel > *:first-child {
    margin-top: 3rem;
}
.row > div > .docs {
    margin-top: 40px;
}
.heading-first {
    margin-bottom: 0.25em;
}
.image-anim,
.image-scale {
    width: auto;
    height: auto;
    overflow: hidden;
}
.image-anim img,
.image-scale img {
    will-change: transform;
    -webkit-transition: all 3s ease;
    transition: all 3s ease;
}
.next-page-suggestion {
    margin: 0;
    color: #fff;
    position: relative;
}
.next-page-suggestion:before,
.next-page-suggestion:after {
    content: "";
    display: table;
}
.next-page-suggestion:after {
    clear: both;
}
.next-page {
    position: relative;
    z-index: 1;
    min-height: 22rem;
}
.next-page a,
.next-page .next-page-text {
    color: currentColor;
}
.next-page a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.next-page .arrow-next .arrow-next-bg,
.next-page .arrow-next .arrow {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.next-page:hover .next-page-label {
    color: white;
}
.next-page:hover .arrow-next .arrow-next-bg {
    fill: #fff;
    background: #fff;
}
.next-page:hover .arrow-next .arrow {
    fill: transparent;
}
.next-page-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.next-page-bg:after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
}
.next-page-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.next-page img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.12;
}
.next-page-content {
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.next-page-content .next-page-label,
.next-page-content .next-page-text {
    padding-right: 6.5rem;
}
@media (min-width: 1200px) {
    .next-page-content .next-page-label,
    .next-page-content .next-page-text {
        padding-right: 9rem;
    }
}
.next-page-content .next-page-text {
    position: relative;
    font-size: 2.4rem;
    margin: 0;
}
.next-page-content .arrow-next {
    position: absolute;
    right: 0;
    top: 0.1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (min-width: 768px) {
    .next-page-content {
        text-align: left;
    }
    .next-page-content .next-page-text {
        font-size: 2.8rem;
    }
}
.next-page-label {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    -webkit-transition: color 0.6s ease;
    transition: color 0.6s ease;
}
.next-page:nth-last-child(1n):first-child,
.next-page:nth-last-child(1n):first-child ~ .next-page {
    width: 100%;
}
.next-page:nth-last-child(1n):first-child:only-of-type .next-page-content,
.next-page:nth-last-child(1n):first-child ~ .next-page:only-of-type .next-page-content {
    padding: 0 1.5rem;
}
@media (min-width: 768px) {
    .next-page:nth-last-child(1n):first-child:only-of-type .next-page-content,
    .next-page:nth-last-child(1n):first-child ~ .next-page:only-of-type .next-page-content {
        padding: 0 calc((100vw - 720px) / 2);
    }
}
@media (min-width: 992px) {
    .next-page:nth-last-child(1n):first-child:only-of-type .next-page-content,
    .next-page:nth-last-child(1n):first-child ~ .next-page:only-of-type .next-page-content {
        padding: 0 calc((100vw - 940px) / 2);
    }
}
@media (min-width: 1200px) {
    .next-page:nth-last-child(1n):first-child:only-of-type .next-page-content,
    .next-page:nth-last-child(1n):first-child ~ .next-page:only-of-type .next-page-content {
        padding: 0 calc((100vw - 1140px) / 2);
    }
}
.next-page:nth-last-child(1n):first-child .next-page-color,
.next-page:nth-last-child(1n):first-child ~ .next-page .next-page-color {
    background-color: rgba(2, 191, 216, 0.88);
}
.next-page:nth-last-child(2n):first-child .next-page-content,
.next-page:nth-last-child(2n):first-child ~ .next-page .next-page-content {
    padding: 0 1.5rem;
}
@media (min-width: 768px) {
    .next-page:nth-last-child(2n):first-child .next-page-content,
    .next-page:nth-last-child(2n):first-child ~ .next-page .next-page-content {
        padding: 0 calc((100vw - 720px) / 2);
    }
}
@media (min-width: 992px) {
    .next-page:nth-last-child(2n):first-child .next-page-content,
    .next-page:nth-last-child(2n):first-child ~ .next-page .next-page-content {
        padding: 0 calc((100vw - 940px) / 2);
    }
}
@media (min-width: 1200px) {
    .next-page:nth-last-child(2n):first-child .next-page-content,
    .next-page:nth-last-child(2n):first-child ~ .next-page .next-page-content {
        padding: 0 calc((100vw - 1140px) / 2);
    }
}
@media (min-width: 1200px) {
    .next-page:nth-last-child(2n):first-child,
    .next-page:nth-last-child(2n):first-child ~ .next-page {
        width: 50%;
        float: left;
    }
    .next-page:nth-last-child(2n):first-child:nth-of-type(1) .next-page-content,
    .next-page:nth-last-child(2n):first-child ~ .next-page:nth-of-type(1) .next-page-content {
        padding: 0 8rem 0 calc((100vw - 1140px) / 2);
    }
    .next-page:nth-last-child(2n):first-child:nth-of-type(2) .next-page-content,
    .next-page:nth-last-child(2n):first-child ~ .next-page:nth-of-type(2) .next-page-content {
        padding: 0 calc((100vw - 1140px) / 2) 0 8rem;
    }
}
.next-page:nth-last-child(2n):first-child:nth-of-type(1) .next-page-color,
.next-page:nth-last-child(2n):first-child ~ .next-page:nth-of-type(1) .next-page-color {
    background-color: rgba(2, 191, 216, 0.88);
}
.next-page:nth-last-child(2n):first-child:nth-of-type(2) .next-page-color,
.next-page:nth-last-child(2n):first-child ~ .next-page:nth-of-type(2) .next-page-color {
    background-color: rgba(0, 157, 224, 0.88);
}
.next-page:nth-last-child(1n):first-child,
.next-page:nth-last-child(1n):first-child ~ .next-page {
    background-color: #02bfd8;
}
.next-page:nth-last-child(2n):first-child:nth-of-type(1),
.next-page:nth-last-child(2n):first-child ~ .next-page:nth-of-type(1) {
    background-color: #02bfd8;
}
.next-page:nth-last-child(2n):first-child:nth-of-type(2),
.next-page:nth-last-child(2n):first-child ~ .next-page:nth-of-type(2) {
    background-color: #009de0;
}
.next-page-suggestion.external-pages .next-page:nth-last-child(1n):first-child,
.next-page-suggestion.external-pages .next-page:nth-last-child(1n):first-child ~ .next-page {
    background-color: #6284ff;
}
.next-page-suggestion.external-pages .next-page:nth-last-child(2n):first-child:nth-of-type(1),
.next-page-suggestion.external-pages .next-page:nth-last-child(2n):first-child ~ .next-page:nth-of-type(1) {
    background-color: #6284ff;
}
.next-page-suggestion.external-pages .next-page:nth-last-child(2n):first-child:nth-of-type(2),
.next-page-suggestion.external-pages .next-page:nth-last-child(2n):first-child ~ .next-page:nth-of-type(2) {
    background-color: #fa9d32;
}
.image-anim img,
.image-anim .img,
.image-scale img,
.image-scale .img {
    will-change: transform;
    -webkit-transition: all 3s ease;
    transition: all 3s ease;
}
@media (min-width: 1200px) {
    .image-anim:hover img,
    .image-anim:hover .img,
    .image-scale:hover img,
    .image-scale:hover .img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.card-box {
    background: #ffffff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    padding: 24px;
}
.be-tecnico .card-boxes {
    width: 100%;
}
@media (min-width: 1200px) {
    .be-tecnico .card-boxes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.be-tecnico .card-boxes .card-box {
    width: 100%;
    margin-bottom: 32px;
}
@media (min-width: 1200px) {
    .be-tecnico .card-boxes .card-box {
        width: calc(100% / 3 - 16px);
        height: 232px;
        margin-bottom: 40px;
    }
}
.be-tecnico .card-boxes .card-box svg {
    width: 55px;
    height: auto;
    display: block;
    margin: 24px auto 0 auto;
}
.be-tecnico .card-boxes .card-box strong {
    text-align: center;
    display: block;
    line-height: 1.2;
    margin: 24px 0 0 0;
}
.sponsor,
.sponsor:hover {
    border: 0;
    color: #2e3442;
}
.sponsor p {
    margin-bottom: 5px;
}
.sponsor svg {
    width: auto;
    height: 64px;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:before,
.container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-1 {
    width: 8.3333333333%;
}
.col-xs-2 {
    width: 16.6666666667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.3333333333%;
}
.col-xs-5 {
    width: 41.6666666667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.3333333333%;
}
.col-xs-8 {
    width: 66.6666666667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.3333333333%;
}
.col-xs-11 {
    width: 91.6666666667%;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-pull-1 {
    right: 8.3333333333%;
}
.col-xs-pull-2 {
    right: 16.6666666667%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-4 {
    right: 33.3333333333%;
}
.col-xs-pull-5 {
    right: 41.6666666667%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-7 {
    right: 58.3333333333%;
}
.col-xs-pull-8 {
    right: 66.6666666667%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-10 {
    right: 83.3333333333%;
}
.col-xs-pull-11 {
    right: 91.6666666667%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-push-1 {
    left: 8.3333333333%;
}
.col-xs-push-2 {
    left: 16.6666666667%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-4 {
    left: 33.3333333333%;
}
.col-xs-push-5 {
    left: 41.6666666667%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-7 {
    left: 58.3333333333%;
}
.col-xs-push-8 {
    left: 66.6666666667%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-10 {
    left: 83.3333333333%;
}
.col-xs-push-11 {
    left: 91.6666666667%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.3333333333%;
    }
    .col-sm-2 {
        width: 16.6666666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.3333333333%;
    }
    .col-sm-5 {
        width: 41.6666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.3333333333%;
    }
    .col-sm-8 {
        width: 66.6666666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.3333333333%;
    }
    .col-sm-11 {
        width: 91.6666666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.3333333333%;
    }
    .col-sm-pull-2 {
        right: 16.6666666667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.3333333333%;
    }
    .col-sm-pull-5 {
        right: 41.6666666667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.3333333333%;
    }
    .col-sm-pull-8 {
        right: 66.6666666667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.3333333333%;
    }
    .col-sm-pull-11 {
        right: 91.6666666667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.3333333333%;
    }
    .col-sm-push-2 {
        left: 16.6666666667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.3333333333%;
    }
    .col-sm-push-5 {
        left: 41.6666666667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.3333333333%;
    }
    .col-sm-push-8 {
        left: 66.6666666667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.3333333333%;
    }
    .col-sm-push-11 {
        left: 91.6666666667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-1 {
        width: 8.3333333333%;
    }
    .col-md-2 {
        width: 16.6666666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.3333333333%;
    }
    .col-md-5 {
        width: 41.6666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.3333333333%;
    }
    .col-md-8 {
        width: 66.6666666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.3333333333%;
    }
    .col-md-11 {
        width: 91.6666666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.3333333333%;
    }
    .col-md-pull-2 {
        right: 16.6666666667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.3333333333%;
    }
    .col-md-pull-5 {
        right: 41.6666666667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.3333333333%;
    }
    .col-md-pull-8 {
        right: 66.6666666667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.3333333333%;
    }
    .col-md-pull-11 {
        right: 91.6666666667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.3333333333%;
    }
    .col-md-push-2 {
        left: 16.6666666667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.3333333333%;
    }
    .col-md-push-5 {
        left: 41.6666666667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.3333333333%;
    }
    .col-md-push-8 {
        left: 66.6666666667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.3333333333%;
    }
    .col-md-push-11 {
        left: 91.6666666667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-1 {
        width: 8.3333333333%;
    }
    .col-lg-2 {
        width: 16.6666666667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.3333333333%;
    }
    .col-lg-5 {
        width: 41.6666666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.3333333333%;
    }
    .col-lg-8 {
        width: 66.6666666667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.3333333333%;
    }
    .col-lg-11 {
        width: 91.6666666667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.3333333333%;
    }
    .col-lg-pull-2 {
        right: 16.6666666667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.3333333333%;
    }
    .col-lg-pull-5 {
        right: 41.6666666667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.3333333333%;
    }
    .col-lg-pull-8 {
        right: 66.6666666667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.3333333333%;
    }
    .col-lg-pull-11 {
        right: 91.6666666667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.3333333333%;
    }
    .col-lg-push-2 {
        left: 16.6666666667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.3333333333%;
    }
    .col-lg-push-5 {
        left: 41.6666666667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.3333333333%;
    }
    .col-lg-push-8 {
        left: 66.6666666667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.3333333333%;
    }
    .col-lg-push-11 {
        left: 91.6666666667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}
@-ms-viewport {
    width: device-width;
}
.visible-xs {
    display: none !important;
}
.visible-sm {
    display: none !important;
}
.visible-md {
    display: none !important;
}
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
.checkbox-animation circle {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-transform-origin: center;
    transform-origin: center;
    stroke-width: 2;
}
.open .checkbox-animation circle {
    -webkit-animation: circle-checkbox-animation 1s forwards;
    animation: circle-checkbox-animation 1s forwards;
}
@-webkit-keyframes circle-checkbox-animation {
    0% {
        opacity: 1;
        stroke-width: 40;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        stroke-width: 2;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes circle-checkbox-animation {
    0% {
        opacity: 1;
        stroke-width: 40;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        stroke-width: 2;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.checkbox-animation path {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-transform-origin: center;
    transform-origin: center;
    stroke-dasharray: 1, 40;
    stroke-dashoffset: 0;
    opacity: 0;
}
.open .checkbox-animation path {
    -webkit-animation: path-checkbox-animation 2s forwards;
    animation: path-checkbox-animation 2s forwards;
}
@-webkit-keyframes path-checkbox-animation {
    0%,
    12% {
        opacity: 0;
    }
    12.5% {
        stroke-dasharray: 15, 40;
        stroke-dashoffset: -40;
        opacity: 1;
        stroke-width: 3;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50%,
    100% {
        stroke-dasharray: 1, 40;
        stroke-dashoffset: 2;
        stroke-width: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes path-checkbox-animation {
    0%,
    12% {
        opacity: 0;
    }
    12.5% {
        stroke-dasharray: 15, 40;
        stroke-dashoffset: -40;
        opacity: 1;
        stroke-width: 3;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50%,
    100% {
        stroke-dasharray: 1, 40;
        stroke-dashoffset: 2;
        stroke-width: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
.checkbox-animation .check {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
    stroke-dasharray: 40, 40;
    stroke-dashoffset: 0;
    opacity: 1;
}
.open .checkbox-animation .check {
    -webkit-animation: check-checkbox-animation 2s forwards;
    animation: check-checkbox-animation 2s forwards;
}
@-webkit-keyframes check-checkbox-animation {
    0%,
    12% {
        opacity: 0;
    }
    12.5% {
        stroke-dasharray: 40, 40;
        stroke-dashoffset: 40;
        opacity: 1;
    }
    50%,
    100% {
        stroke-dasharray: 40, 40;
        stroke-dashoffset: 0;
        opacity: 1;
    }
}
@keyframes check-checkbox-animation {
    0%,
    12% {
        opacity: 0;
    }
    12.5% {
        stroke-dasharray: 40, 40;
        stroke-dashoffset: 40;
        opacity: 1;
    }
    50%,
    100% {
        stroke-dasharray: 40, 40;
        stroke-dashoffset: 0;
        opacity: 1;
    }
}
.💶-to-🎟-animation-wrap {
    position: relative;
    width: 100%;
    height: 120px;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
}
.💶 {
    position: absolute;
    top: 0%;
    left: 0%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 66px;
    height: 66px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}
.book-ticket.open .💶 {
    -webkit-animation: coin-bounce 4s forwards;
    animation: coin-bounce 4s forwards;
    display: block;
}
@-webkit-keyframes coin-bounce {
    0% {
        top: -10%;
        left: -10%;
    }
    2% {
        top: 0%;
        left: -5%;
    }
    3% {
        top: 5%;
        left: 3%;
    }
    5% {
        top: 13%;
        left: 7%;
    }
    6% {
        top: 25%;
        left: 10%;
    }
    7% {
        top: 41%;
        left: 13%;
    }
    9% {
        top: 49%;
        left: 17%;
    }
    10% {
        top: 37%;
        left: 19%;
    }
    12% {
        top: 27%;
        left: 20%;
    }
    13% {
        top: 20%;
        left: 22%;
    }
    15% {
        top: 17%;
        left: 25%;
    }
    16% {
        top: 15%;
        left: 28%;
    }
    18% {
        top: 17%;
        left: 30%;
    }
    19% {
        top: 21%;
        left: 32%;
    }
    21% {
        top: 29%;
        left: 35%;
    }
    22% {
        top: 41%;
        left: 38%;
    }
    24% {
        top: 49%;
        left: 40%;
    }
    26% {
        top: 40%;
        left: 40%;
    }
    27% {
        top: 34%;
        left: 40%;
    }
    28% {
        top: 31%;
        left: 40%;
    }
    30% {
        top: 29%;
        left: 40%;
    }
    31% {
        top: 31%;
        left: 40%;
    }
    33% {
        top: 34%;
        left: 40%;
    }
    34% {
        top: 42%;
        left: 40%;
    }
    36% {
        top: 49%;
        left: 40%;
    }
    37% {
        top: 44%;
        left: 40%;
    }
    39% {
        top: 41%;
        left: 40%;
    }
    40% {
        top: 39%;
        left: 40%;
    }
    42% {
        top: 41%;
        left: 40%;
    }
    43% {
        top: 45%;
        left: 40%;
    }
    45% {
        top: 49%;
        left: 40%;
    }
    46% {
        top: 49%;
        left: 40%;
    }
    50%,
    100% {
        top: 49%;
        left: 40%;
        padding-left: 0;
    }
    100% {
        padding-left: 70px;
    }
}
@keyframes coin-bounce {
    0% {
        top: -10%;
        left: -10%;
    }
    2% {
        top: 0%;
        left: -5%;
    }
    3% {
        top: 5%;
        left: 3%;
    }
    5% {
        top: 13%;
        left: 7%;
    }
    6% {
        top: 25%;
        left: 10%;
    }
    7% {
        top: 41%;
        left: 13%;
    }
    9% {
        top: 49%;
        left: 17%;
    }
    10% {
        top: 37%;
        left: 19%;
    }
    12% {
        top: 27%;
        left: 20%;
    }
    13% {
        top: 20%;
        left: 22%;
    }
    15% {
        top: 17%;
        left: 25%;
    }
    16% {
        top: 15%;
        left: 28%;
    }
    18% {
        top: 17%;
        left: 30%;
    }
    19% {
        top: 21%;
        left: 32%;
    }
    21% {
        top: 29%;
        left: 35%;
    }
    22% {
        top: 41%;
        left: 38%;
    }
    24% {
        top: 49%;
        left: 40%;
    }
    26% {
        top: 40%;
        left: 40%;
    }
    27% {
        top: 34%;
        left: 40%;
    }
    28% {
        top: 31%;
        left: 40%;
    }
    30% {
        top: 29%;
        left: 40%;
    }
    31% {
        top: 31%;
        left: 40%;
    }
    33% {
        top: 34%;
        left: 40%;
    }
    34% {
        top: 42%;
        left: 40%;
    }
    36% {
        top: 49%;
        left: 40%;
    }
    37% {
        top: 44%;
        left: 40%;
    }
    39% {
        top: 41%;
        left: 40%;
    }
    40% {
        top: 39%;
        left: 40%;
    }
    42% {
        top: 41%;
        left: 40%;
    }
    43% {
        top: 45%;
        left: 40%;
    }
    45% {
        top: 49%;
        left: 40%;
    }
    46% {
        top: 49%;
        left: 40%;
    }
    50%,
    100% {
        top: 49%;
        left: 40%;
        padding-left: 0;
    }
    100% {
        padding-left: 70px;
    }
}
.book-ticket.open .💶 svg {
    -webkit-animation: coin-rotate 6s linear forwards;
    animation: coin-rotate 6s linear forwards;
}
@-webkit-keyframes coin-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}
@keyframes coin-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}
.coin-slot svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    display: none;
}
.book-ticket.open .coin-slot svg {
    -webkit-animation: coin-slot 12s linear forwards;
    animation: coin-slot 12s linear forwards;
    display: block;
}
@-webkit-keyframes coin-slot {
    0%,
    3.5% {
        -webkit-transform: translateX(200px) translateY(-50%) rotate(0);
        transform: translateX(200px) translateY(-50%) rotate(0);
    }
    18.5%,
    25%,
    30% {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(0);
        transform: translateX(-50%) translateY(-50%) rotate(0);
    }
    32.5% {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(0);
        transform: translateX(-50%) translateY(-50%) rotate(0);
    }
    37.5%,
    40% {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-270deg);
        transform: translateX(-50%) translateY(-50%) rotate(-270deg);
    }
    50% {
        -webkit-transform: translateX(-50%) translateY(-78px) rotate(-270deg);
        transform: translateX(-50%) translateY(-78px) rotate(-270deg);
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-500px) rotate(-270deg);
        transform: translateX(-50%) translateY(-500px) rotate(-270deg);
    }
}
@keyframes coin-slot {
    0%,
    3.5% {
        -webkit-transform: translateX(200px) translateY(-50%) rotate(0);
        transform: translateX(200px) translateY(-50%) rotate(0);
    }
    18.5%,
    25%,
    30% {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(0);
        transform: translateX(-50%) translateY(-50%) rotate(0);
    }
    32.5% {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(0);
        transform: translateX(-50%) translateY(-50%) rotate(0);
    }
    37.5%,
    40% {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-270deg);
        transform: translateX(-50%) translateY(-50%) rotate(-270deg);
    }
    50% {
        -webkit-transform: translateX(-50%) translateY(-78px) rotate(-270deg);
        transform: translateX(-50%) translateY(-78px) rotate(-270deg);
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-500px) rotate(-270deg);
        transform: translateX(-50%) translateY(-500px) rotate(-270deg);
    }
}
.🎟 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    width: 47px;
    height: 74px;
    overflow: hidden;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.book-ticket.open .🎟 {
    -webkit-animation: compensate-height 12s linear forwards;
    animation: compensate-height 12s linear forwards;
}
@-webkit-keyframes compensate-height {
    0%,
    40% {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
    50% {
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
    60%,
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}
@keyframes compensate-height {
    0%,
    40% {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
    50% {
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
    60%,
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}
.🎟 svg {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.book-ticket.open .🎟 svg {
    -webkit-animation: print-ticket 6s linear forwards;
    animation: print-ticket 6s linear forwards;
}
@-webkit-keyframes print-ticket {
    0%,
    80% {
        -webkit-transform: translateY(-74px);
        transform: translateY(-74px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes print-ticket {
    0%,
    80% {
        -webkit-transform: translateY(-74px);
        transform: translateY(-74px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.explosion {
    stroke-dasharray: 20;
    stroke-dashoffset: 20;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.book-ticket.open .explosion {
    -webkit-animation: explosion 0.4s linear forwards;
    animation: explosion 0.4s linear forwards;
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s;
}
@-webkit-keyframes explosion {
    0% {
        stroke-dasharray: 20;
        stroke-dashoffset: -20;
    }
    100% {
        stroke-dasharray: 20;
        stroke-dashoffset: 20;
    }
}
@keyframes explosion {
    0% {
        stroke-dasharray: 20;
        stroke-dashoffset: -20;
    }
    100% {
        stroke-dasharray: 20;
        stroke-dashoffset: 20;
    }
}
svg.timer {
    overflow: visible;
}
svg.timer .pointer {
    -webkit-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes timer {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes timer {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.ticket-attribution.open .pointer {
    -webkit-animation: timer 1s linear infinite;
    animation: timer 1s linear infinite;
}
.ticket-attribution.open .countdown .blink {
    -webkit-animation: blink 1s infinite;
    animation: blink 1s infinite;
}
@-webkit-keyframes blink {
    0%,
    100% {
        opacity: 0;
    }
    40%,
    60% {
        opacity: 1;
    }
}
@keyframes blink {
    0%,
    100% {
        opacity: 0;
    }
    40%,
    60% {
        opacity: 1;
    }
}
.zero-credits-animation circle.invalid {
    stroke-dasharray: 0, 52;
    fill: transparent;
    -webkit-transform-origin: 52px 52px;
    transform-origin: 52px 52px;
    fill: white;
    opacity: 0;
}
@-webkit-keyframes circle-invalid {
    0% {
        stroke-dasharray: 0, 80;
        opacity: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        stroke: #009de0;
    }
    100% {
        stroke-dasharray: 80, 0;
        opacity: 1;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        stroke: #f9690e;
    }
}
@keyframes circle-invalid {
    0% {
        stroke-dasharray: 0, 80;
        opacity: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        stroke: #009de0;
    }
    100% {
        stroke-dasharray: 80, 0;
        opacity: 1;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        stroke: #f9690e;
    }
}
.zero-credits-animation path.invalid {
    stroke-dasharray: 0, 12;
    opacity: 0;
}
@-webkit-keyframes path-invalid {
    0% {
        stroke-dasharray: 0, 12;
        opacity: 0;
        stroke: #009de0;
    }
    100% {
        stroke-dasharray: 12, 0;
        opacity: 1;
        stroke: #f9690e;
    }
}
@keyframes path-invalid {
    0% {
        stroke-dasharray: 0, 12;
        opacity: 0;
        stroke: #009de0;
    }
    100% {
        stroke-dasharray: 12, 0;
        opacity: 1;
        stroke: #f9690e;
    }
}
.zero-credits-animation .coin-outer,
.zero-credits-animation .coin-dashes {
    stroke: #009de0;
}
@-webkit-keyframes update-stroke-color {
    0% {
        stroke: #009de0;
    }
    100% {
        stroke: #f9690e;
    }
}
@keyframes update-stroke-color {
    0% {
        stroke: #009de0;
    }
    100% {
        stroke: #f9690e;
    }
}
.zero-credits-animation .coin-number {
    fill: #009de0;
}
@-webkit-keyframes update-fill-color {
    0% {
        fill: #009de0;
    }
    100% {
        fill: #f9690e;
    }
}
@keyframes update-fill-color {
    0% {
        fill: #009de0;
    }
    100% {
        fill: #f9690e;
    }
}
.zero-credits.open circle.invalid {
    -webkit-animation: circle-invalid 1.5s forwards;
    animation: circle-invalid 1.5s forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.zero-credits.open path.invalid {
    -webkit-animation: path-invalid 1.5s forwards;
    animation: path-invalid 1.5s forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.zero-credits.open .coin-outer,
.zero-credits.open .coin-dashes {
    -webkit-animation: update-stroke-color 1.5s forwards;
    animation: update-stroke-color 1.5s forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.zero-credits.open .coin-number {
    -webkit-animation: update-fill-color 1.5s forwards;
    animation: update-fill-color 1.5s forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.cancel-ticket-animation .question.mark,
.cancel-trip-animation .question.mark,
.garbage-can .question.mark {
    stroke-dasharray: 34;
    stroke-dashoffset: 22;
}
@-webkit-keyframes question-mark {
    0%,
    25%,
    75%,
    100% {
        stroke-dasharray: 34;
        stroke-dashoffset: 22;
    }
    35%,
    65% {
        stroke-dasharray: 34;
        stroke-dashoffset: -13;
    }
}
@keyframes question-mark {
    0%,
    25%,
    75%,
    100% {
        stroke-dasharray: 34;
        stroke-dashoffset: 22;
    }
    35%,
    65% {
        stroke-dasharray: 34;
        stroke-dashoffset: -13;
    }
}
.cancel-ticket-animation .question.dot,
.cancel-trip-animation .question.dot,
.garbage-can .question.dot {
    stroke-dasharray: 17;
    stroke-dashoffset: 29;
}
@-webkit-keyframes question-dot {
    0%,
    25%,
    75%,
    100% {
        stroke-dasharray: 17;
        stroke-dashoffset: 29;
        stroke-width: 2;
    }
    32%,
    65% {
        stroke-dasharray: 17;
        stroke-dashoffset: 50.9;
        stroke-width: 2.2;
    }
}
@keyframes question-dot {
    0%,
    25%,
    75%,
    100% {
        stroke-dasharray: 17;
        stroke-dashoffset: 29;
        stroke-width: 2;
    }
    32%,
    65% {
        stroke-dasharray: 17;
        stroke-dashoffset: 50.9;
        stroke-width: 2.2;
    }
}
.cancel-ticket.open .question.mark,
.cancel-trip.open .question.mark,
.delete-route-trip.open .question.mark {
    -webkit-animation: question-mark 4s infinite;
    animation: question-mark 4s infinite;
}
.cancel-ticket.open .question.dot,
.cancel-trip.open .question.dot,
.delete-route-trip.open .question.dot {
    -webkit-animation: question-dot 4s infinite;
    animation: question-dot 4s infinite;
}
.bus-riding-animation .bus-body {
    fill: white;
}
.bus-riding-animation .wheel:first-of-type {
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
}
@-webkit-keyframes wheels {
    0%,
    100% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes wheels {
    0%,
    100% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.bus-riding-animation .wheel-lines {
    stroke-dashoffset: 0;
    stroke-linecap: round;
    -webkit-transform-origin: center;
    transform-origin: center;
    stroke-dasharray: 1, 5;
}
@-webkit-keyframes wheel-line {
    0% {
        stroke-dashoffset: 1;
    }
    100% {
        stroke-dashoffset: -5;
    }
}
@-webkit-keyframes bus {
    0%,
    50%,
    100% {
        -webkit-transform: translateY(5%) translateX(0) rotate(0deg);
        transform: translateY(5%) translateX(0) rotate(0deg);
    }
    25% {
        -webkit-transform: translateY(0) translateX(-1%) rotate(-1deg);
        transform: translateY(0) translateX(-1%) rotate(-1deg);
    }
    75% {
        -webkit-transform: translateY(0) translateX(1%) rotate(1deg);
        transform: translateY(0) translateX(1%) rotate(1deg);
    }
}
@keyframes bus {
    0%,
    50%,
    100% {
        -webkit-transform: translateY(5%) translateX(0) rotate(0deg);
        transform: translateY(5%) translateX(0) rotate(0deg);
    }
    25% {
        -webkit-transform: translateY(0) translateX(-1%) rotate(-1deg);
        transform: translateY(0) translateX(-1%) rotate(-1deg);
    }
    75% {
        -webkit-transform: translateY(0) translateX(1%) rotate(1deg);
        transform: translateY(0) translateX(1%) rotate(1deg);
    }
}
.user-ticket.open .bus-riding-animation {
    -webkit-animation: bus 2s infinite;
    animation: bus 2s infinite;
}
.user-ticket.open .bus-riding-animation .wheel {
    -webkit-animation: wheels 1s infinite;
    animation: wheels 1s infinite;
}
.user-ticket.open .bus-riding-animation .wheel-lines {
    -webkit-animation: wheel-line 0.2s infinite;
    animation: wheel-line 0.2s infinite;
}
.user-ticket .tree {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.user-ticket .tree.left {
    -webkit-transform: translateX(calc(-50% - 120px)) translateY(0%) scale(1.25);
    transform: translateX(calc(-50% - 120px)) translateY(0%) scale(1.25);
}
.user-ticket .tree.right {
    -webkit-transform: translateX(calc(-50% + 120px)) translateY(0%) scale(0.35);
    transform: translateX(calc(-50% + 120px)) translateY(0%) scale(0.35);
}
.user-ticket.open .tree.left {
    -webkit-animation: left-tree 3s infinite;
    animation: left-tree 3s infinite;
}
@-webkit-keyframes left-tree {
    0% {
        -webkit-transform: translateX(calc(-50% - 120px)) translateY(-20%) scale(1.25);
        transform: translateX(calc(-50% - 120px)) translateY(-20%) scale(1.25);
        stroke-width: 1.5;
    }
    100% {
        -webkit-transform: translateX(calc(-50% + 0px)) translateY(-65%) scale(0.35);
        transform: translateX(calc(-50% + 0px)) translateY(-65%) scale(0.35);
        stroke-width: 3;
    }
}
@keyframes left-tree {
    0% {
        -webkit-transform: translateX(calc(-50% - 120px)) translateY(-20%) scale(1.25);
        transform: translateX(calc(-50% - 120px)) translateY(-20%) scale(1.25);
        stroke-width: 1.5;
    }
    100% {
        -webkit-transform: translateX(calc(-50% + 0px)) translateY(-65%) scale(0.35);
        transform: translateX(calc(-50% + 0px)) translateY(-65%) scale(0.35);
        stroke-width: 3;
    }
}
.user-ticket.open .tree.right {
    -webkit-animation: right-tree 3s infinite;
    animation: right-tree 3s infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
@-webkit-keyframes right-tree {
    0% {
        -webkit-transform: translateX(calc(-50% + 120px)) translateY(-20%) scale(1.25);
        transform: translateX(calc(-50% + 120px)) translateY(-20%) scale(1.25);
        stroke-width: 1.5;
    }
    100% {
        -webkit-transform: translateX(calc(-50% + 0px)) translateY(-65%) scale(0.35);
        transform: translateX(calc(-50% + 0px)) translateY(-65%) scale(0.35);
        stroke-width: 3;
    }
}
@keyframes right-tree {
    0% {
        -webkit-transform: translateX(calc(-50% + 120px)) translateY(-20%) scale(1.25);
        transform: translateX(calc(-50% + 120px)) translateY(-20%) scale(1.25);
        stroke-width: 1.5;
    }
    100% {
        -webkit-transform: translateX(calc(-50% + 0px)) translateY(-65%) scale(0.35);
        transform: translateX(calc(-50% + 0px)) translateY(-65%) scale(0.35);
        stroke-width: 3;
    }
}
.user-ticket .road {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}
.error-icon .circle {
    stroke-dasharray: 201;
    stroke-dashoffset: -201;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    stroke: #f9690e;
}
.error-icon .line {
    stroke-dasharray: 100%;
    stroke-dashoffset: -100%;
    stroke: #f9690e;
}
.error-modal.open .error-icon .circle {
    stroke-dasharray: 201;
    stroke-dashoffset: -201;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: error-circle 1s forwards;
    animation: error-circle 1s forwards;
}
@-webkit-keyframes error-circle {
    0% {
        stroke-dashoffset: -201;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        stroke-dashoffset: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes error-circle {
    0% {
        stroke-dashoffset: -201;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        stroke-dashoffset: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.error-modal.open .error-icon .line {
    -webkit-animation: error-line-first 1s forwards;
    animation: error-line-first 1s forwards;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.error-modal.open .error-icon .line:last-of-type {
    -webkit-animation: error-line-second 1s forwards;
    animation: error-line-second 1s forwards;
}
@-webkit-keyframes error-line-first {
    0% {
        stroke-dashoffset: -100%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes error-line-first {
    0% {
        stroke-dashoffset: -100%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes error-line-second {
    0% {
        stroke-dashoffset: 100%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes error-line-second {
    0% {
        stroke-dashoffset: 100%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
.success-animation .success-animation-circle {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 0;
}
@-webkit-keyframes circle-explosion {
    0% {
        opacity: 1;
        stroke-width: 40;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        stroke-width: 2;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes circle-explosion {
    0% {
        opacity: 1;
        stroke-width: 40;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        stroke-width: 2;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.success-animation .lines {
    -webkit-transform-origin: center;
    transform-origin: center;
    stroke-dasharray: 1, 40;
    stroke-dashoffset: 0;
    opacity: 0;
}
@-webkit-keyframes path-explosion {
    0%,
    12% {
        opacity: 0;
    }
    12.5% {
        stroke-dasharray: 15, 40;
        stroke-dashoffset: -40;
        opacity: 1;
        stroke-width: 3;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50%,
    100% {
        stroke-dasharray: 1, 40;
        stroke-dashoffset: 2;
        stroke-width: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes path-explosion {
    0%,
    12% {
        opacity: 0;
    }
    12.5% {
        stroke-dasharray: 15, 40;
        stroke-dashoffset: -40;
        opacity: 1;
        stroke-width: 3;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50%,
    100% {
        stroke-dasharray: 1, 40;
        stroke-dashoffset: 2;
        stroke-width: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
.success-animation .check {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
    stroke-dasharray: 1, 40;
    stroke-dashoffset: 0;
    opacity: 0;
}
@-webkit-keyframes check {
    0%,
    12% {
        opacity: 0;
    }
    12.5% {
        stroke-dasharray: 40, 40;
        stroke-dashoffset: 40;
        opacity: 1;
    }
    50%,
    100% {
        stroke-dasharray: 40, 40;
        stroke-dashoffset: 0;
        opacity: 1;
    }
}
@keyframes check {
    0%,
    12% {
        opacity: 0;
    }
    12.5% {
        stroke-dasharray: 40, 40;
        stroke-dashoffset: 40;
        opacity: 1;
    }
    50%,
    100% {
        stroke-dasharray: 40, 40;
        stroke-dashoffset: 0;
        opacity: 1;
    }
}
.success-modal.open .success-animation-circle {
    -webkit-animation: circle-explosion 1s forwards;
    animation: circle-explosion 1s forwards;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.success-modal.open .lines {
    -webkit-animation: path-explosion 2s forwards;
    animation: path-explosion 2s forwards;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.success-modal.open .check {
    -webkit-animation: check 2s forwards;
    animation: check 2s forwards;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.send-email-animation {
    overflow: visible !important;
}
.send-email-animation .page.front,
.send-email-animation .page.back {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}
@-webkit-keyframes page-front {
    0%,
    50% {
        -webkit-transform: translateY(0%) rotate(0);
        transform: translateY(0%) rotate(0);
    }
    25% {
        -webkit-transform: translateY(-20%) rotate(10deg);
        transform: translateY(-20%) rotate(10deg);
    }
    75% {
        -webkit-transform: translateY(-20%) rotate(-10deg);
        transform: translateY(-20%) rotate(-10deg);
    }
}
@keyframes page-front {
    0%,
    50% {
        -webkit-transform: translateY(0%) rotate(0);
        transform: translateY(0%) rotate(0);
    }
    25% {
        -webkit-transform: translateY(-20%) rotate(10deg);
        transform: translateY(-20%) rotate(10deg);
    }
    75% {
        -webkit-transform: translateY(-20%) rotate(-10deg);
        transform: translateY(-20%) rotate(-10deg);
    }
}
@-webkit-keyframes page-back {
    0%,
    50% {
        -webkit-transform: translateY(0%) rotate(0);
        transform: translateY(0%) rotate(0);
    }
    25% {
        -webkit-transform: translateY(-20%) rotate(-10deg);
        transform: translateY(-20%) rotate(-10deg);
    }
    75% {
        -webkit-transform: translateY(-20%) rotate(10deg);
        transform: translateY(-20%) rotate(10deg);
    }
}
@keyframes page-back {
    0%,
    50% {
        -webkit-transform: translateY(0%) rotate(0);
        transform: translateY(0%) rotate(0);
    }
    25% {
        -webkit-transform: translateY(-20%) rotate(-10deg);
        transform: translateY(-20%) rotate(-10deg);
    }
    75% {
        -webkit-transform: translateY(-20%) rotate(10deg);
        transform: translateY(-20%) rotate(10deg);
    }
}
.send-email.open .send-email-animation .page.front {
    -webkit-animation: page-front 3s 2;
    animation: page-front 3s 2;
}
.send-email.open .send-email-animation .page.back {
    -webkit-animation: page-back 3s 2;
    animation: page-back 3s 2;
}
.garbage-can {
    overflow: visible !important;
}
.garbage-can .lid {
    -webkit-transform-origin: top;
    transform-origin: top;
    fill: white;
}
@-webkit-keyframes garbage-lid {
    0% {
        -webkit-transform: translateX(0) translateY(0) rotate(0);
        transform: translateX(0) translateY(0) rotate(0);
    }
    15% {
        -webkit-transform: translateX(0) translateY(10px) rotate(0);
        transform: translateX(0) translateY(10px) rotate(0);
    }
    20% {
        -webkit-transform: translateX(0) translateY(-10px) rotate(-5deg);
        transform: translateX(0) translateY(-10px) rotate(-5deg);
    }
    25% {
        -webkit-transform: translateX(0) translateY(0) rotate(4deg);
        transform: translateX(0) translateY(0) rotate(4deg);
    }
    30% {
        -webkit-transform: translateX(0) translateY(-2px) rotate(-3deg);
        transform: translateX(0) translateY(-2px) rotate(-3deg);
    }
    32% {
        -webkit-transform: translateX(0) translateY(0) rotate(2deg);
        transform: translateX(0) translateY(0) rotate(2deg);
    }
    33% {
        -webkit-transform: translateX(0) translateY(0) rotate(1deg);
        transform: translateX(0) translateY(0) rotate(1deg);
    }
    36% {
        -webkit-transform: translateX(0) translateY(0) rotate(0);
        transform: translateX(0) translateY(0) rotate(0);
    }
}
@keyframes garbage-lid {
    0% {
        -webkit-transform: translateX(0) translateY(0) rotate(0);
        transform: translateX(0) translateY(0) rotate(0);
    }
    15% {
        -webkit-transform: translateX(0) translateY(10px) rotate(0);
        transform: translateX(0) translateY(10px) rotate(0);
    }
    20% {
        -webkit-transform: translateX(0) translateY(-10px) rotate(-5deg);
        transform: translateX(0) translateY(-10px) rotate(-5deg);
    }
    25% {
        -webkit-transform: translateX(0) translateY(0) rotate(4deg);
        transform: translateX(0) translateY(0) rotate(4deg);
    }
    30% {
        -webkit-transform: translateX(0) translateY(-2px) rotate(-3deg);
        transform: translateX(0) translateY(-2px) rotate(-3deg);
    }
    32% {
        -webkit-transform: translateX(0) translateY(0) rotate(2deg);
        transform: translateX(0) translateY(0) rotate(2deg);
    }
    33% {
        -webkit-transform: translateX(0) translateY(0) rotate(1deg);
        transform: translateX(0) translateY(0) rotate(1deg);
    }
    36% {
        -webkit-transform: translateX(0) translateY(0) rotate(0);
        transform: translateX(0) translateY(0) rotate(0);
    }
}
.garbage-can .garbage-body {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}
@-webkit-keyframes garbage-body {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    15% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
@keyframes garbage-body {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    15% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
.delete-route-trip .garbage-can .lid {
    -webkit-animation: garbage-lid 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
    animation: garbage-lid 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
}
.delete-route-trip .garbage-can .garbage-body {
    -webkit-animation: 6s garbage-body cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
    animation: 6s garbage-body cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
}
.icon-block:hover .campus-alameda-outline .flag {
    -webkit-transform-origin: 40px;
    transform-origin: 40px;
    -webkit-animation: campus-alameda-flag 3s infinite;
    animation: campus-alameda-flag 3s infinite;
}
@-webkit-keyframes campus-alameda-flag {
    0%,
    40%,
    70%,
    100% {
        -webkit-transform: scaleX(1) skewY(0deg);
        transform: scaleX(1) skewY(0deg);
    }
    20%,
    55%,
    85% {
        -webkit-transform: scaleX(0.6) skewY(5deg);
        transform: scaleX(0.6) skewY(5deg);
    }
}
@keyframes campus-alameda-flag {
    0%,
    40%,
    70%,
    100% {
        -webkit-transform: scaleX(1) skewY(0deg);
        transform: scaleX(1) skewY(0deg);
    }
    20%,
    55%,
    85% {
        -webkit-transform: scaleX(0.6) skewY(5deg);
        transform: scaleX(0.6) skewY(5deg);
    }
}
.cutlery-revised .knife,
.cutlery-revised .fork {
    -webkit-transform-origin: center;
    transform-origin: center;
}
.icon-block:hover .cutlery-revised .fork {
    -webkit-animation: x-rotate-left 2s infinite;
    animation: x-rotate-left 2s infinite;
}
@-webkit-keyframes x-rotate-left {
    0%,
    33%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    66% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
}
@keyframes x-rotate-left {
    0%,
    33%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    66% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
}
.icon-block:hover .cutlery-revised .knife {
    -webkit-animation: x-rotate-right 2s infinite;
    animation: x-rotate-right 2s infinite;
}
@-webkit-keyframes x-rotate-right {
    0%,
    33%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    66% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}
@keyframes x-rotate-right {
    0%,
    33%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    66% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}
.sticker .curl-edge,
.sticker .curl {
    -webkit-transform: translateY(9px) translateX(9px);
    transform: translateY(9px) translateX(9px);
}
.icon-block:hover .sticker .curl {
    -webkit-animation: sticker-curl-moving 4s infinite;
    animation: sticker-curl-moving 4s infinite;
}
@-webkit-keyframes sticker-curl-moving {
    0%,
    20%,
    80%,
    100% {
        -webkit-transform: translateY(9px) translateX(9px);
        transform: translateY(9px) translateX(9px);
    }
    40%,
    55% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}
@keyframes sticker-curl-moving {
    0%,
    20%,
    80%,
    100% {
        -webkit-transform: translateY(9px) translateX(9px);
        transform: translateY(9px) translateX(9px);
    }
    40%,
    55% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}
.icon-block:hover .sticker .curl-edge {
    -webkit-animation: sticker-curl-edge-moving 4s infinite;
    animation: sticker-curl-edge-moving 4s infinite;
}
@-webkit-keyframes sticker-curl-edge-moving {
    0%,
    20%,
    80%,
    100% {
        -webkit-transform: translateY(9px) translateX(9px);
        transform: translateY(9px) translateX(9px);
    }
    40%,
    55% {
        -webkit-transform: translateY(4px) translateX(4px);
        transform: translateY(4px) translateX(4px);
    }
}
@keyframes sticker-curl-edge-moving {
    0%,
    20%,
    80%,
    100% {
        -webkit-transform: translateY(9px) translateX(9px);
        transform: translateY(9px) translateX(9px);
    }
    40%,
    55% {
        -webkit-transform: translateY(4px) translateX(4px);
        transform: translateY(4px) translateX(4px);
    }
}
.sticker .curl-edge path {
    stroke-dasharray: 24px;
}
.sticker .curl-edge path:first-of-type {
    stroke-dashoffset: 35px;
}
.sticker .curl-edge path:last-of-type {
    stroke-dashoffset: 12px;
}
.icon-block:hover .sticker .curl-edge path:first-of-type {
    -webkit-animation: sticker-curl-edge-first 4s infinite;
    animation: sticker-curl-edge-first 4s infinite;
}
@-webkit-keyframes sticker-curl-edge-first {
    0%,
    20%,
    80%,
    100% {
        stroke-dashoffset: 35px;
    }
    40%,
    55% {
        stroke-dashoffset: 40px;
    }
}
@keyframes sticker-curl-edge-first {
    0%,
    20%,
    80%,
    100% {
        stroke-dashoffset: 35px;
    }
    40%,
    55% {
        stroke-dashoffset: 40px;
    }
}
.icon-block:hover .sticker .curl-edge path:last-of-type {
    -webkit-animation: sticker-curl-edge-last 4s infinite;
    animation: sticker-curl-edge-last 4s infinite;
}
@-webkit-keyframes sticker-curl-edge-last {
    0%,
    20%,
    80%,
    100% {
        stroke-dashoffset: 12px;
    }
    40%,
    55% {
        stroke-dashoffset: 6px;
    }
}
@keyframes sticker-curl-edge-last {
    0%,
    20%,
    80%,
    100% {
        stroke-dashoffset: 12px;
    }
    40%,
    55% {
        stroke-dashoffset: 6px;
    }
}
.sticker .curl path {
    stroke-dasharray: 30px;
}
.sticker .curl path:first-of-type {
    stroke-dashoffset: 10px;
}
.sticker .curl path:last-of-type {
    stroke-dashoffset: 52px;
}
.icon-block:hover .sticker .curl path:first-of-type {
    -webkit-animation: sticker-curl-first 4s infinite;
    animation: sticker-curl-first 4s infinite;
}
@-webkit-keyframes sticker-curl-first {
    0%,
    20%,
    80%,
    100% {
        stroke-dashoffset: 11px;
    }
    40%,
    55% {
        stroke-dashoffset: 0;
    }
}
@keyframes sticker-curl-first {
    0%,
    20%,
    80%,
    100% {
        stroke-dashoffset: 11px;
    }
    40%,
    55% {
        stroke-dashoffset: 0;
    }
}
.icon-block:hover .sticker .curl path:last-of-type {
    -webkit-animation: sticker-curl-last 4s infinite;
    animation: sticker-curl-last 4s infinite;
}
@-webkit-keyframes sticker-curl-last {
    0%,
    20%,
    80%,
    100% {
        stroke-dashoffset: 52px;
    }
    40%,
    55% {
        stroke-dashoffset: 61px;
    }
}
@keyframes sticker-curl-last {
    0%,
    20%,
    80%,
    100% {
        stroke-dashoffset: 52px;
    }
    40%,
    55% {
        stroke-dashoffset: 61px;
    }
}
.icon-block:hover .sticker .body .side {
    -webkit-animation: decrease-body-side 4s infinite;
    animation: decrease-body-side 4s infinite;
    stroke-dasharray: 77px;
}
@-webkit-keyframes decrease-body-side {
    0%,
    20%,
    80%,
    100% {
        stroke-dashoffset: 155px;
    }
    40%,
    55% {
        stroke-dashoffset: 147px;
    }
}
@keyframes decrease-body-side {
    0%,
    20%,
    80%,
    100% {
        stroke-dashoffset: 155px;
    }
    40%,
    55% {
        stroke-dashoffset: 147px;
    }
}
.icon-block:hover .sticker .body .top {
    -webkit-animation: decrease-body-top 4s infinite;
    animation: decrease-body-top 4s infinite;
    stroke-dasharray: 70px;
}
@-webkit-keyframes decrease-body-top {
    0%,
    20%,
    80%,
    100% {
        stroke-dashoffset: 0px;
    }
    40%,
    55% {
        stroke-dashoffset: 9px;
    }
}
@keyframes decrease-body-top {
    0%,
    20%,
    80%,
    100% {
        stroke-dashoffset: 0px;
    }
    40%,
    55% {
        stroke-dashoffset: 9px;
    }
}

#decision-tree label {
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
}

#decision-tree select {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    padding: 11px 16px;
    box-sizing: border-box;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 12px);
    background-position-y: 12px;
}

#decision-tree select option {
    background: white;
    color: #2e3442;
}

#decision-tree fieldset {
    margin-bottom: 32px;
}

#decision-tree a {
    position: relative;
    text-align: center;
    line-height: 160%;
    display: inline-block;
    background: #fff;
    border-radius: 0.1rem;
    font-size: 1.4rem;
    padding: 8px 18px;
    border: 1px solid #fff;
    color: #005ec6;
}

.decision-tree-section {
    background: #005ec6;
}

.decision-tree-section h3,
.decision-tree-section p,
.decision-tree-section strong {
    color: #fff;
}

.decision-tree-section h4 {
    margin-bottom: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
}

.dia_do_tecnico__large_avatar {
    width: 184px;
    height: 184px;
    overflow: hidden;
    padding: 0;
    margin: 2.4rem 0;
    border-radius: 100%;
}

.dia_do_tecnico__large_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dia_do_tecnico__people_highlight img {
    width: 100%;
}

.dia_do_tecnico__person {
    display: flex;
    margin: 3.2rem 0;
}

.dia_do_tecnico__person-name {
    display: flex;
    margin: 3.2rem 0 0;
}

.dia_do_tecnico__person figure {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0;
    flex-shrink: 0;
}

.dia_do_tecnico__person figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dia_do_tecnico__person .details {
    padding: 0 4rem;
    box-sizing: border-box;
}

.dia_do_tecnico__person .details h3 {
    margin-bottom: 0.8rem;
    margin-top: 0.8rem;
}

.dia_do_tecnico__person .details p {
    margin: 0;
}




.site-language #language a{
    display: none;
    text-transform: lowercase;
}

.site-language #language a::first-letter {
    text-transform: uppercase;
}


.body-lang-pt-pt #language a:nth-of-type(2),
.body-lang-en #language a:first-of-type{
  display: block;
}

.u-text-balance {
    text-wrap: balance;
}

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