*,
*:before,
*:after {
    box-sizing: border-box;
}



html {
    border: 0;
}

body {
    margin: 0;
    padding: 0;
}

form {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    border: none;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
}

.jw-tab-focus:focus {
    outline: 0 !important;
}

.cms-jwplayer {
    width: 100%;
    position: relative;
}

.media-left {
    float: left;
    margin: 1em 1em 1em 0;
}

.media-right {
    float: right;
    margin: 1em 0 1em 1em;
}

.media-full {
    display: block;
    margin: 1em auto;
}

.media-small {
    width: 25%;
}

.media-medium {
    width: 50%;
}

.media-large {
    width: 100%;
}

video {
    max-width: 100%;
}

.cms-jwplayer video {
    max-width: none;
}

button {
    border: 0;
}

figure {
    text-align: center;
}

fieldset {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

icon svg,
svg[data-use] {
    height: 1em;
    width: 1em;
    fill: currentColor;
}

svg[data-use] [style*="stroke-width"],
svg[data-use] [stroke-width] {
    stroke: currentColor;
}

svg[data-use] [style*="stroke-width"]:not([fill]),
svg[data-use] [stroke-width]:not([fill]) {
    fill: none;
}

.half {
    width: 50%;
}

.third {
    width: 33.3%;
}

.fourth {
    width: 25%;
}

.two-thirds {
    width: 66.66%;
}

.three-fourths {
    width: 75%;
}

.left:not(td) {
    float: left;
}

.right:not(td) {
    float: right;
}

.clear {
    clear: both;
}

.cms-admin .clear {
    height: auto;
}

.clearfix:after {
    content: ' ';
    display: block;
    clear: both;
}

.cf:after {
    content: ' ';
    display: block;
    clear: both;
}

body .ninja {
    display: none !important;
}

html.no-generatedcontent .clearfix {
    zoom: 1;
}

html.no-generatedcontent .cf {
    zoom: 1;
}

.img-left {
    float: left;
}

.img-right {
    float: right;
}

.img-full {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img {
    max-width: 100%;
}

.img-small {
    width: 25%;
}

.img-medium {
    width: 50%;
}

.img-large {
    width: 100%;
}

.cms-button {
    display: inline-block;
    border: none;
    background-color: #35A6F6;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 2px;
    text-transform: uppercase;
    line-height: 1em;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: .25s ease;
    -moz-transition: .25s ease;
    -o-transition: .25s ease;
    transition: .25s ease;
}

.cms-button.big {
    padding: 20px 40px;
    font-size: 16px;
}

.cms-button.unsafe {
    background-color: #EA5F5F;
}

.cms-button.unsafe:hover {
    background-color: #FF7373;
}

.cms-button.command {
    background-color: #FFFFFF;
    color: #35A6F6;
    border: 1px solid #D4D9E1;
}

.cms-button.command:hover {
    color: #63BEFF;
    border-color: #63BEFF;
    background-color: #FFFFFF;
}

.cms-button:hover {
    color: #FFFFFF;
    background-color: #63BEFF;
}

.cms-button.expand:after {
    content: '';
    display: inline-block;
    background-image: url(../image/sprite24.png);
    width: 16px;
    height: 16px;
    background-position: -437px -293px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 5px;
    border: 1px solid #35A6F6;
    vertical-align: middle;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    opacity: .7;
}

.cms-button.expand:hover:after {
    opacity: 1;
}

.cms-button:focus {
    outline: 0;
}

.ui-scroll {
    overflow: auto;
}

.ui-scroll.horizontal {
    overflow-x: auto;
    overflow-y: hidden;
}

.ui-scroll.vertical {
    overflow-x: hidden;
    overflow-y: auto;
}

.ui-scroll::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background: none;
}

.ui-scroll::-webkit-scrollbar-track {
    background: none;
}

.ui-scroll::-webkit-scrollbar-thumb {
    border: solid 2px transparent;
    background-clip: padding-box;
    border-radius: 12px;
    background-color: rgba(16, 37, 78, .1);
}

.ui-scroll::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

.ui-scroll::-webkit-scrollbar-corner {
    background-color: transparent;
}

.ui-scroll-wrap .ui-scroll-thumb {
    position: absolute;
    margin: 2px;
    border-radius: 4px;
    background-color: rgba(16, 37, 78, .1);
}

.ui-scroll-wrap .ui-scroll-thumb.vertical {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 8px;
    height: 100px;
    min-height: 8px;
}

.ui-scroll-wrap .ui-scroll-thumb.horizontal {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    height: 8px;
    width: 100px;
    min-width: 8px;
}

.ui-scroll.horizontal .ui-scroll-thumb.vertical {
    display: none !important;
}

.ui-scroll.vertical .ui-scroll-thumb.horizontal {
    display: none !important;
}

.ui-front {
    z-index: 100;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    -webkit-animation: fade-in-60 .3s forwards;
    -moz-animation: fade-in-60 .3s forwards;
    -o-animation: fade-in-60 .3s forwards;
    animation: fade-in-60 .3s forwards;
}

.ui-widget-overlay.out {
    animation: fade-60-out .4s forwards;
}

.ui-widget-overlay.subtle {
    background: #FFFFFF;
    opacity: 0.05;
    -webkit-animation: fade-in-05 .3s forwards;
    -moz-animation: fade-in-05 .3s forwards;
    -o-animation: fade-in-05 .3s forwards;
    animation: fade-in-05 .3s forwards;
}

.ui-dialog {
    position: absolute;
    background: #1b1e24;
    color: #747b8f;
    border-radius: 3px;
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.7);
    font-family: 'Open Sans', Arial;
    font-size: 14px;
    outline: 0;
    opacity: 0;
    -webkit-animation: dialog-in .5s .1s 1 ease forwards;
    -moz-animation: dialog-in .5s .1s 1 ease forwards;
    -o-animation: dialog-in .5s .1s 1 ease forwards;
    animation: dialog-in .5s .1s 1 ease forwards;
}

.ui-dialog.dialog-out {
    -webkit-animation: dialog-out .4s 1 ease forwards;
    -moz-animation: dialog-out .4s 1 ease forwards;
    -o-animation: dialog-out .4s 1 ease forwards;
    animation: dialog-out .4s 1 ease forwards;
}

.ui-dialog a:hover {
    text-decoration: none;
}

.ui-dialog .ui-widget-overlay {
    background: #1b1e24;
    position: absolute;
}

.ui-dialog>.ui-widget-overlay {
    border-radius: 3px;
}

.ui-dialog .ui-dialog-titlebar {
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
    height: 40px;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    color: #d1d1d1;
    cursor: default;
    background: none;
    font-family: Montserrat, sans-serif;
}

.ui-dialog-titlebar.ui-draggable-handle:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../image/sprite24.png);
    background-repeat: no-repeat;
    background-position: -96px -216px;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -12px;
    text-align: center;
    opacity: 0;
    cursor: move;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.ui-dialog-titlebar.ui-draggable-handle:hover:after {
    opacity: .5;
}

.ui-draggable-handle span {
    cursor: default;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 5px;
    display: block;
    cursor: pointer;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    background-image: url(../image/sprite24.png);
    background-repeat: no-repeat;
    background-position: 0px -216px;
    border-radius: 0;
}

.ui-dialog .ui-dialog-titlebar-close:focus {
    outline: solid 1px #747b8f;
    color: #fff;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: none;
}

.ui-dialog .ui-dialog-content {
    display: block;
}

.ui-dialog>section {
    position: relative;
    z-index: 1;
}

.ui-dialog header {
    height: 68px;
    font-size: 16px;
    line-height: 36px;
    border-bottom: solid 1px rgba(217, 240, 255, .1);
    position: relative;
    z-index: 2;
}

.ui-dialog .ui-main {
    padding: 20px;
}

.ui-dialog .ui-dialog-buttonpane {
    height: 80px;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    border-top: solid 1px rgba(217, 240, 255, .1);
    position: relative;
    z-index: 0;
    background: none;
    text-align: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0;
    background-color: transparent;
    padding: 0 30px;
    font-family: Montserrat, Arial;
    font-size: 16px;
    line-height: 1em;
    font-weight: 400;
    vertical-align: middle;
    text-transform: uppercase;
    border: 0;
    border-left: solid 1px rgba(217, 240, 255, .1);
    outline: 0;
    height: 79px;
    cursor: pointer;
    border-radius: 0;
    color: #9ca2b1;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.ui-dialog .ui-dialog-buttonpane button span {
    color: #9ca2b1;
    font-family: Montserrat, Arial;
    font-size: 16px;
    line-height: 1em;
    font-weight: 400;
    vertical-align: middle;
}

.ui-dialog .ui-dialog-buttonpane button:focus {
    background-color: #35a6f6;
    color: #fff;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
    background-color: #35a6f6;
    color: #fff;
}

.ui-dialog .ui-dialog-buttonpane button:focus span {
    color: #fff;
}

.ui-dialog .ui-dialog-buttonpane button:hover span {
    color: #fff;
}

.night .ui-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(217, 240, 255, .2);
}

.night .ui-scroll-wrap .ui-scroll-thumb {
    background-color: rgba(217, 240, 255, .2);
}

.ui-noselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.ui-noselect input {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
}

.ui-noselect .ui-select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
}

.ui-dialog.ui-full-screen {
    position: fixed !important;
    top: 50px !important;
    left: 50px !important;
    width: calc(100% - 100px) !important;
    height: calc(100% - 100px) !important;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}

.ui-dialog .ui-dialog-titlebar-fullscreen {
    background: none;
    border: none;
    position: absolute;
    right: 35px;
    top: 5px;
    width: 36px;
    height: 24px;
    border-right: solid 1px #9b9d9e;
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 0;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar-fullscreen:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../image/sprite24.png);
    background-repeat: no-repeat;
    background-position: -48px -216px;
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.ui-dialog.ui-full-screen .ui-dialog-titlebar-fullscreen:before {
    background-position: -72px -216px;
}

.ui-dialog .ui-dialog-titlebar-fullscreen:hover:before {
    opacity: 1;
}

.ui-dialog.ui-full-screen .ui-dialog-content {
    height: calc(100% - 80px) !important;
}

.ui-dialog.ui-no-buttons .ui-dialog-content {
    height: 100% !important;
}

.ui-dialog.ui-full-screen .ui-dialog-titlebar.ui-draggable-handle {
    cursor: inherit;
}

.ui-dialog.ui-full-screen .ui-draggable-handle:after {
    display: none !important;
}

.ui-dialog.ui-full-preview {
    position: fixed !important;
    top: 50px !important;
    left: 50px !important;
    width: calc(100% - 100px) !important;
    height: calc(100% - 100px) !important;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}

.ui-dialog.ui-full-preview .ui-dialog-content {
    height: 100% !important;
}

.ui-dialog.cms-alert {
    background: rgba(53, 166, 246, 0.95);
    box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.4);
    min-width: 450px;
}

.no-rgba .ui-dialog.cms-alert {
    background: #35a6f6;
}

.ui-dialog.cms-alert .ui-dialog-content {
    color: #fff;
    padding: 40px 10px 20px;
    text-align: center;
    font-style: normal;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #afdcfd;
}

.ui-dialog.cms-alert .ui-dialog-content h2 {
    font-family: Montserrat, 'Open Sans', Arial;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.ui-dialog.cms-alert .ui-dialog-content h2 strong {
    display: block;
}

.ui-dialog.cms-alert .ui-dialog-content strong {
    color: #FFFFFF;
}

.ui-dialog.cms-alert .ui-dialog-content em {
    display: inline-block;
    margin: 15px 0 10px;
}

.ui-dialog.cms-alert.icon .ui-dialog-content {
    padding: 10px 10px 20px;
}

.ui-dialog.cms-alert.icon .ui-dialog-content:before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    margin: 20px auto;
    background-image: url(../image/sprite24.png);
    background-repeat: no-repeat;
    background-position: -192px -552px;
    opacity: 0.4;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane {
    border-top: 0;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane {
    text-align: center;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane button {
    display: inline-block;
    background-color: #5dbafc;
    padding: 18px 40px;
    line-height: 1em;
    height: auto;
    border-radius: 3px;
    border: 0;
    margin: 0 7px;
    text-transform: uppercase;
    font-size: 16px;
    float: none;
    cursor: pointer;
    outline: 0;
    transition: background-color 0.15s;
    color: #fff;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane button span {
    color: #fff;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane button:focus {
    background: #64cb66;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane button:hover {
    background: #64cb66;
}

.ui-dialog fieldset.form {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

.ui-dialog fieldset.form ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

.ui-dialog fieldset.form ul li {
    margin: 0;
    padding: 10px 20px 10px 10px;
    font-size: 16px;
}

.ui-dialog .form-group {
    display: table;
    width: 100%;
}

.ui-dialog .form-group>* {
    display: table-cell;
    vertical-align: top;
}

.ui-dialog .form-group>div:first-child {
    display: block;
}

.ui-dialog .form-group label {
    color: #ffffff;
    line-height: 2em;
    text-align: right;
    padding: 0 20px;
}

.ui-dialog .form-group label.value {
    text-align: left;
    font-weight: 600;
    padding-left: 0px;
}

.ui-dialog .form-group .input-textbox {
    background: #fff;
    border: solid 1px #a0bdd3;
    border-radius: 3px;
    position: relative;
    -webkit-transition: 0.15s ease;
    -moz-transition: 0.15s ease;
    -o-transition: 0.15s ease;
    transition: 0.15s ease;
}

.ui-dialog .form-group .input-textbox input {
    color: #889aa7;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: normal;
    margin: 0;
    padding: 6px;
    border: none;
    vertical-align: middle;
    background: none;
    outline: 0;
    width: 100%;
}

.ui-dialog .form-group .input-textbox textarea {
    color: #889aa7;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: normal;
    margin: 0;
    padding: 6px;
    border: none;
    vertical-align: middle;
    background: none;
    outline: 0;
    width: 100%;
    resize: none;
}

.ui-dialog .form-group .input-textbox.input-addon input {
    width: 90%;
}

.ui-dialog .form-group .input-textbox.input-addon:before {
    width: 10%;
    border-left: solid 1px #a0bdd3;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    text-align: center;
    padding: 9px 15px;
    color: #a0bdd3;
    font-size: 16px;
    -webkit-transition: 0.15s ease;
    -moz-transition: 0.15s ease;
    -o-transition: 0.15s ease;
    transition: 0.15s ease;
    font-family: 'icomoon-ult';
}

.ui-dialog .form-group.focused .input-textbox {
    border-color: #35a6f6;
    box-shadow: 0 0 3px rgba(53, 166, 246, 0.5);
}

.ui-dialog .form-group.focused .input-textbox.input-addon:before {
    border-left-color: #35a6f6;
    color: #35a6f6;
}

.ui-dialog .form-group.invalid label {
    color: #D73B2A;
}

.ui-dialog .form-group.invalid .input-textbox {
    border-color: #D73B2A !important;
    box-shadow: 0 0 3px rgba(215, 59, 42, 0.5) !important;
}

.ui-dialog .form-group.invalid .input-textbox.input-addon:before {
    border-left-color: #D73B2A !important;
    color: #D73B2A !important;
}

.ui-dialog .form-group .validation {
    display: block;
    color: #D73B2A;
    font-size: 14px;
    line-height: 2em;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.ui-dialog .form-group.invalid .validation {
    height: 28px;
}

.ui-dialog.night .form-group .input-textbox {
    background: #2C313B;
    border-color: #2C313B;
}

.ui-dialog.night .form-group .input-textbox input {
    color: #afbac1;
}

.ui-dialog.night .form-group .input-textbox textarea {
    color: #afbac1;
}

.ui-dialog.night .form-group label {
    color: #5d616b;
}

.ui-dialog.night .form-group.focused .input-textbox {
    border-color: #4c535f;
    box-shadow: 0 0 3px rgba(76, 83, 95, 0.5);
}

.ui-dialog.night .form-group.focused .input-textbox.input-addon:before {
    border-left-color: #8e93a1;
    color: #8e93a1;
}

.ui-dialog.night [data-tooltip]:before {
    background-color: #8667ab;
    color: #ffffff;
}

.ui-dialog.night [data-tooltip]:after {
    background-color: #8667ab;
}

.ui-dialog.daylight {
    background: #fff;
}

.ui-dialog.daylight header {
    border-bottom-color: rgba(16, 37, 78, .15);
}

.ui-dialog.daylight .ui-dialog-buttonpane {
    border-top-color: rgba(16, 37, 78, .15);
}

.ui-dialog.daylight .ui-dialog-buttonpane button {
    border-left-color: rgba(16, 37, 78, .15);
}

.ui-dialog.daylight .ui-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(16, 37, 78, .15);
}

.ui-dialog.daylight .ui-scroll-wrap .ui-scroll-thumb {
    background-color: rgba(16, 37, 78, .15);
}

.daylight .ui-widget-overlay {
    background: #fff;
}

.no-animation {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.no-animation * {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-o-keyframes fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fade-60-out {
    0% {
        opacity: .6;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fade-60-out {
    0% {
        opacity: .6;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes fade-60-out {
    0% {
        opacity: .6;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-60-out {
    0% {
        opacity: .6;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fade-in-60 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.6;
    }
}

@-moz-keyframes fade-in-60 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.6;
    }
}

@-o-keyframes fade-in-60 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.6;
    }
}

@keyframes fade-in-60 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.6;
    }
}

@-webkit-keyframes fade-in-05 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.05;
    }
}

@-moz-keyframes fade-in-05 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.05;
    }
}

@-o-keyframes fade-in-05 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.05;
    }
}

@keyframes fade-in-05 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.05;
    }
}

@-webkit-keyframes fade-in-90 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.9;
    }
}

@-moz-keyframes fade-in-90 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.9;
    }
}

@-o-keyframes fade-in-90 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.9;
    }
}

@keyframes fade-in-90 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.9;
    }
}

@-webkit-keyframes grow-in {
    0% {
        -webkit-transform: scale(0.1);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes grow-in {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

@-o-keyframes grow-in {
    0% {
        -o-transform: scale(0);
        opacity: 0;
    }
    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}

@keyframes grow-in {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes counter-clockwise {
    0% {
        -webkit-transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes counter-clockwise {
    0% {
        -moz-transform: rotate(360deg);
    }
    100% {
        -moz-transform: rotate(0deg);
    }
}

@-o-keyframes counter-clockwise {
    0% {
        -o-transform: rotate(360deg);
    }
    100% {
        -o-transform: rotate(0deg);
    }
}

@keyframes counter-clockwise {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes clockwise {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes clockwise {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes clockwise {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes background-position {
    0% {
        background-position: 100% 0%;
    }
    100% {
        background-position: 0% 0%;
    }
}

@-moz-keyframes background-position {
    0% {
        background-position: 100% 0%;
    }
    100% {
        background-position: 0% 0%;
    }
}

@-o-keyframes background-position {
    0% {
        background-position: 100% 0%;
    }
    100% {
        background-position: 0% 0%;
    }
}

@keyframes background-position {
    0% {
        background-position: 100% 0%;
    }
    100% {
        background-position: 0% 0%;
    }
}

@-webkit-keyframes slide-up-20 {
    0% {
        -webkit-transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
    }
}

@-moz-keyframes slide-up-20 {
    0% {
        -moz-transform: translateY(20px);
    }
    100% {
        -moz-transform: translateY(0px);
    }
}

@-o-keyframes slide-up-20 {
    0% {
        -o-transform: translateY(20px);
    }
    100% {
        -o-transform: translateY(0px);
    }
}

@keyframes slide-up-20 {
    0% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes slide-down-20 {
    0% {
        -webkit-transform: translateY(-20px);
    }
    100% {
        -webkit-transform: translateY(0px);
    }
}

@-moz-keyframes slide-down-20 {
    0% {
        -moz-transform: translateY(-20px);
    }
    100% {
        -moz-transform: translateY(0px);
    }
}

@-o-keyframes slide-down-20 {
    0% {
        -o-transform: translateY(-20px);
    }
    100% {
        -o-transform: translateY(0px);
    }
}

@keyframes slide-down-20 {
    0% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes dialog-in {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes dialog-in {
    0% {
        opacity: 0;
        -moz-transform: translate3d(0, -50px, 0);
    }
    100% {
        opacity: 1;
        -moz-transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes dialog-in {
    0% {
        opacity: 0;
        -o-transform: translate3d(0, -50px, 0);
    }
    100% {
        opacity: 1;
        -o-transform: translate3d(0, 0, 0);
    }
}

@keyframes dialog-in {
    0% {
        opacity: 0;
        transform: translate3d(0, -50px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes dialog-out {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 35px, 0);
    }
}

@-moz-keyframes dialog-out {
    0% {
        opacity: 1;
        -moz-transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -moz-transform: translate3d(0, 35px, 0);
    }
}

@-o-keyframes dialog-out {
    0% {
        opacity: 1;
        -o-transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -o-transform: translate3d(0, 35px, 0);
    }
}

@keyframes dialog-out {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 35px, 0);
    }
}

.ui-tabs .ui-tab {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.ui-tabs .ui-tab-panel {
    display: none;
}

.ui-tabs .ui-tab-panel.active {
    display: block;
}

.ui-tabs tr.ui-tab-panel.active {
    display: table-row;
}

.ui-tabs .ui-tab-panel.flex.active {
    display: flex;
}

.ui-tabs .ui-tab-panel.active[class*=nlf] {
    display: flex;
}

.ui-tabs .ui-tab-panel.ninja {
    display: none;
}

.ui-conditionals .ui-conditional-panel {
    display: none;
}

.ui-conditionals .ui-conditional-panel.active {
    display: block;
}

.ui-conditionals table.ui-conditional-panel.active {
    display: table;
}

.ui-conditionals tr.ui-conditional-panel.active {
    display: table-row;
}

.ui-conditionals .ui-conditional-panel.flex.active,
.ui-conditionals [class*="nlf"].ui-conditional-panel.active {
    display: flex;
}

.ui-conditionals .ui-conditional-panel.ninja {
    display: none;
}

nav.ui-top-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.ui-top-nav li {
    padding: 0;
    position: relative;
}

nav.ui-top-nav>ul {
    display: table;
}

nav.ui-top-nav>ul>li {
    display: table-cell;
    white-space: nowrap;
}

nav.ui-top-nav>ul>li ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: auto;
}

nav.ui-top-nav>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
}

nav.ui-top-nav ul li>ul {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease, visibility 0s linear 0.25s;
    -moz-transition: opacity 0.25s ease, visibility 0s linear 0.25s;
    -o-transition: opacity 0.25s ease, visibility 0s linear 0.25s;
    transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}

nav.ui-top-nav ul li.active>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease, visibility 0s linear 0s;
    -moz-transition: opacity 0.25s ease, visibility 0s linear 0s;
    -o-transition: opacity 0.25s ease, visibility 0s linear 0s;
    transition: opacity 0.25s ease, visibility 0s linear 0s;
}

.ui-ajax-draggable {
    position: relative;
}

.ui-ajax-draggable .blank {
    background-color: #dedede;
}

.ui-ajax-draggable .blank * {
    visibility: hidden;
}

.ui-ajax-draggable tr.blank td {
    visibility: visible;
}

.ui-ajax-draggable tr.blank td * {
    visibility: hidden;
}

.ui-ajax-draggable .droppable {
    position: relative;
}

.ui-ajax-draggable .droppable:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    height: 2px;
    width: 100%;
    background-color: #666666;
}

.ui-ajax-draggable .droppable.end:before {
    top: auto;
    bottom: -1px;
}

.ui-ajax-draggable tr.droppable:before {
    display: none;
}

.ui-ajax-draggable tr.droppable td {
    position: relative;
}

.ui-ajax-draggable tr.droppable td:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    height: 2px;
    width: 100%;
    background-color: #666666;
}

.ui-ajax-draggable tr.droppable.end td:before {
    top: auto;
    bottom: -1px;
}

.ui-ajax-draggable .ui-draggable-dragging {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 14px rgba(0, 0, 0, .4);
    opacity: 0.5;
    cursor: default;
}

@font-face {
    font-family: 'Lausanne';
    src: url('../font/Lausanne-300.woff2') format('woff2'), url('../font/Lausanne-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lausanne';
    src: url('../font/Lausanne-300Italic.woff2') format('woff2'), url('../font/Lausanne-300Italic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lausanne';
    src: url('../font/Lausanne-400.woff2') format('woff2'), url('../font/Lausanne-400.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lausanne';
    src: url('../font/Lausanne-400Italic.woff2') format('woff2'), url('../font/Lausanne-400Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lausanne';
    src: url('../font/Lausanne-500.woff2') format('woff2'), url('../font/Lausanne-500.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lausanne';
    src: url('../font/Lausanne-500Italic.woff2') format('woff2'), url('../font/Lausanne-500Italic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lausanne';
    src: url('../font/Lausanne-600.woff2') format('woff2'), url('../font/Lausanne-600.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lausanne';
    src: url('../font/Lausanne-600Italic.woff2') format('woff2'), url('../font/Lausanne-600Italic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lausanne';
    src: url('../font/Lausanne-700.woff2') format('woff2'), url('../font/Lausanne-700.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lausanne';
    src: url('../font/Lausanne-700Italic.woff2') format('woff2'), url('../font/Lausanne-700Italic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

[class*='nlf'] {
    display: flex;
}

[class*='nlf'].el-panel {
    display: none;
}

[class*='nlf'].el-panel.active {
    display: flex;
}

[class*='nlf'] .fit {
    flex: 0 0 auto;
}

[class*='nlf'] .auto {
    flex: 1 1 auto;
}

[class*='nlf'] .fit-auto {
    flex: 0 1 auto;
}

[class*='nlf'] .auto.fit,
[class*='nlf'] .auto-fit {
    flex: 1 0 auto;
}

[class*='nlf'][class*='-inline'] {
    display: inline-flex;
}

[class*='nlf'][class*='-center'] {
    justify-content: center;
}

[class*='nlf'][class*='-end'] {
    justify-content: flex-end;
}

[class*='nlf'][class*='-start'] {
    justify-content: flex-start;
}

[class*='nlf'][class*='-between'] {
    justify-content: space-between;
}

[class*='nlf'][class*='-around'] {
    justify-content: space-around;
}

[class*='nlf'][class*='-evenly'] {
    justify-content: space-evenly;
}

[class*='nlf'][class*='-middle'] {
    align-items: center;
}

[class*='nlf'][class*='-top'] {
    align-items: flex-start;
}

[class*='nlf'][class*='-baseline'] {
    align-items: baseline;
}

[class*='nlf'][class*='-bottom'] {
    align-items: flex-end;
}

[class*='nlf'][class*='-wrap'] {
    flex-wrap: wrap;
}

[class*='nlf'][class*='-row'] {
    flex-direction: row;
}

[class*='nlf'][class*='-reverse'],
[class*='nlf'].flow-reverse,
.flow-reverse>[class*='nlf'] {
    flex-direction: row-reverse;
}

[class*='nlf'][class*='-column'] {
    flex-direction: column;
}

[class*='nlf'][class*='-reverse'][class*='-column'] {
    flex-direction: column-reverse;
}

[class*='nlf'][class*='-stretch'],
[class*='nlf']>.stretch-self {
    align-self: stretch;
}

@media screen and (max-width: 1200px) {
    [class*='block-1200'] {
        display: block;
    }
    [class*='block-1200']>* {
        width: 100% !important;
    }
    [class*='block-1200'][class*='spaced']>* {
        max-width: none !important;
    }
}

@media screen and (max-width: 1000px) {
    [class*='block-1000'] {
        display: block;
    }
    [class*='block-1000']>* {
        width: 100% !important;
    }
    [class*='block-1000'][class*='spaced']>* {
        max-width: none !important;
    }
}

@media screen and (max-width: 800px) {
    [class*='block-800'] {
        display: block;
    }
    [class*='block-800']>* {
        width: 100% !important;
    }
    [class*='block-800'][class*='spaced']>* {
        max-width: none !important;
    }
}

@media screen and (max-width: 650px) {
    [class*='block-650'] {
        display: block;
    }
    [class*='block-650']>* {
        width: 100% !important;
    }
    [class*='block-650'][class*='spaced']>* {
        max-width: none !important;
    }
}

@media screen and (max-width: 550px) {
    [class*='block-550'] {
        display: block;
    }
    [class*='block-550']>* {
        width: 100% !important;
    }
    [class*='block-550'][class*='spaced']>* {
        max-width: none !important;
    }
}

html {
    font-size: 0.9375vw;
    -webkit-text-size-adjust: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    line-height: 2;
    font-family: 'Lausanne', sans-serif;
    font-weight: 300;
    color: rgb(189, 190, 199);
    background-color: rgb(25, 25, 25);
    background-image: linear-gradient(to right, rgba(0, 127, 253, 0.3), rgba(130, 73, 177, 0.25));
}

main {
    display: block;
    position: relative;
}

section,
.sub-zone {
    position: relative;
    padding: 6.667rem 6.667rem;
}

.sub-zone>*>section {
    padding: 0;
}

main>section:first-child>*:first-child:not(.bg-img),
main>section:first-child>.bg-img:first-child+*,
main>form:first-child section>*:first-child:not(.bg-img),
main>form:first-child section>.bg-img:first-child+* {
    padding-top: calc(6.667rem - 2.222rem);
}

aside section {
    padding: calc(6.667rem * 0.4) calc(6.667rem * 0.4);
}

a {
    color: rgb(0, 127, 253);
    transition: color 0.3s ease 0s;
    text-decoration: none;
}

a:hover,
a:focus {
    color: rgb(8, 92, 189);
}

.dark-bg a:not(.btn):hover,
.dark-bg a:not(.btn):focus {
    color: rgb(255, 255, 255);
}

a[href^=tel] {
    cursor: default;
}

.anchor-link {
    position: absolute;
    top: 0;
    left: 0;
}

img,
video {
    display: block;
    max-width: 100%;
}

img[style*="background-image"] {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

img[style*="background-image"][style*=".png"] {
    background-size: contain;
}

picture img[src*=".jpg"] {
    object-fit: cover;
}

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

p,
dl,
dt,
dd {
    margin: 0;
}

p,
dl,
dt,
dd,
fieldset,
figure,
figcaption,
address,
picture,
blockquote,
time,
svg {
    margin: 0;
    padding: 0;
    display: block;
    border: none;
    font-style: normal;
    text-align: inherit;
}

button {
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    outline: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    color: inherit;
    background-color: transparent;
}

svg:not([data-use]) {
    height: 1em;
}

svg use {
    opacity: 0;
}

svg * {
    pointer-events: none;
}

svg use:empty {
    display: none;
}

.ninja {
    visibility: hidden !important;
}

.el-panel {
    display: none;
    visibility: hidden;
}

.active.el-panel {
    display: block;
    visibility: visible;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.bg-img img {
    position: relative;
    width: 100%;
    height: 100%;
}

.rel {
    position: relative;
}

.ui-scroll {
    overflow: auto;
}

.ui-scroll::-webkit-scrollbar {
    width: 4px;
    border-radius: 5em;
    background-color: rgb(189, 190, 199);
}

.ui-scroll::-webkit-scrollbar-thumb {
    border: none;
    border-radius: 5em;
    background-color: rgb(0, 127, 253);
}

aside .sidebar {
    height: 100%;
}

aside>*+* {
    margin-top: calc(6.667rem * 0.5);
}

.main,
.thin {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.thin {
    max-width: 47.778rem;
}

.main {
    max-width: 66.667rem;
}

.half {
    width: 50%;
}

[class*='spaced']>.half {
    max-width: calc(50% - (6.222rem / 2));
}

.third {
    width: 33.333%;
}

[class*='spaced']>.third {
    max-width: calc(33.333% - (6.222rem / 3 * 2));
}

.two-thirds {
    width: 66.667%;
}

[class*='spaced']>.two-thirds {
    max-width: calc(66.667% - (6.222rem / 3));
}

.fourth {
    width: 25%;
}

[class*='spaced']>.fourth {
    max-width: calc(25% - (6.222rem / 4 * 3));
}

.three-fourths {
    width: 75%;
}

[class*='spaced']>.three-fourths {
    max-width: calc(75% - (6.222rem / 4));
}

.fifth {
    width: 20%;
}

[class*='spaced']>.fifth {
    max-width: calc(20% - (6.222rem / 5 * 4));
}

.two-fifths {
    width: 40%;
}

[class*='spaced']>.two-fifths {
    max-width: calc(40% - (6.222rem / 5 * 3));
}

.three-fifths {
    width: 60%;
}

[class*='spaced']>.three-fifths {
    max-width: calc(60% - (6.222rem / 5 * 2));
}

.four-fifths {
    width: 80%;
}

[class*='spaced']>.four-fifths {
    max-width: calc(80% - (6.222rem / 5));
}

.sixth {
    width: 16.66%;
}

[class*='spaced']>.sixth {
    max-width: calc(16.66% - (6.222rem / 6 * 5));
}

.five-sixths {
    width: 83.333%;
}

[class*='spaced']>.five-sixths {
    max-width: calc(83.333% - (6.222rem / 6));
}

.full {
    width: 100%;
}

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

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

main>section:not([class*='-bg'])+section:not([class*='-bg']),
main>section:not([class*='-bg'])+form section:not([class*='-bg']),
main>section:not([class*='-bg'])+.sub-zone:not([class*='-bg']),
main>.sub-zone:not([class*='-bg'])+section:not([class*='-bg']),
main>.sub-zone:not([class*='-bg'])+form section:not([class*='-bg']),
main>.dark-bg+.dark-bg,
main>.dark-bg+form .dark-bg,
main>.light-bg+.light-bg,
main>.light-bg+form .light-bg {
    padding-top: 0;
}

section:not([class*='-bg']),
.sub-zone:not([class*='-bg']) {
    color: rgb(112, 112, 112);
    background-color: rgb(255, 255, 255);
}

.dark-bg {
    color: inherit;
    background-color: transparent;
}

aside .dark-bg {
    border-radius: 0.333em;
    background-color: rgb(25, 25, 25);
    background-image: linear-gradient(to right, rgba(0, 127, 253, 0.25), rgba(100, 100, 227, 0.35));
    color: rgb(242, 242, 245);
}

.light-bg {
    color: rgb(112, 112, 112);
    background-color: rgb(242, 242, 245);
}

main>.light-bg,
main>form .light-bg {
    border-top: solid 1px rgb(189, 190, 199);
}

.light-bg+.light-bg,
.light-bg+form .light-bg {
    border-top: 0;
}

section header {
    position: relative;
    margin-bottom: calc(6.667rem * 0.5);
}

aside section header {
    margin-bottom: calc(6.667rem * 0.25);
}

section header:last-child,
[class*="nlf"]:not([class*="-column"])>header:not(.full) {
    margin-bottom: 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
    margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: inherit;
    font-weight: inherit;
    color: rgb(255, 255, 255);
    line-height: 1.4;
    margin-top: 0.667rem;
    margin-bottom: 0.667rem;
    font-size: 1.5rem;
    letter-spacing: -0.02em;
}

h1,
header>h2:first-child,
.content>h2:first-child {
    font-size: 3.111rem;
    font-weight: 600;
    line-height: 1.167;
}

aside header>h2:first-child {
    font-size: 1.667rem;
}

h1:before,
header>h2:first-child:before,
.content>h2:first-child:before,
.opt-in header>h2:first-child:before {
    content: '';
    display: block;
    font-size: 1.889rem;
    width: 1em;
    height: 1em;
    background-image: url(../image/icon_tail.36.007FFD.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom: 1em;
}

.text-center h1:before,
.text-center header>h2:first-child:before,
.text-center .content>h2:first-child:before {
    margin-left: auto;
    margin-right: auto;
}

aside header>h2:first-child:before {
    display: none;
}

h1 strong,
header>h2:first-child strong,
.content>h2:first-child strong {
    display: block;
    font-weight: 300;
}

.dark-bg h1 strong,
.dark-bg header>h2:first-child strong,
.dark-bg .content>h2:first-child strong {
    opacity: 0.5;
}

h1 small,
header>h2:first-child small,
.content>h2:first-child small {
    font-size: 0.747em;
}

h1 sup,
header>h2:first-child sup,
.content>h2:first-child sup {
    display: inline-block;
    font-size: 0.645em;
    vertical-align: top;
    margin: 0 -0.1em;
}

h2,
header>h2:first-child+h3,
.content>h2:first-child+h3 {
    font-size: 1.667rem;
}

h3,
h4,
h5 {
    font-size: 1.333rem;
    color: rgb(242, 242, 245);
}

section:not([class*='-bg']) h1,
section:not([class*='-bg']) h2,
section:not([class*='-bg']) h3,
section:not([class*='-bg']) h4,
section:not([class*='-bg']) h5,
.light-bg h1,
.light-bg h2,
.light-bg h3,
.light-bg h4,
.light-bg h5 {
    color: rgb(25, 25, 25);
}

header p {
    font-size: 1.111rem;
}

header:not([class*='nlf']) p {
    margin-top: 1rem;
}

.content {
    position: relative;
    font-size: 1.111rem;
}

.content>*:first-child {
    margin-top: 0;
}

.content>*:last-child {
    margin-bottom: 0;
}

.content p {
    margin: 1rem 0 2.222rem;
}

.content ul,
.content ol {
    margin: 1rem 0 2.222rem;
    padding-left: 2.5em;
}

.content ul {
    list-style: disc;
}

.content ol {
    list-style: decimal;
}

.content ul ul,
.content ul ol,
.content ol ol,
.content ol ul {
    margin: 0;
}

.btn,
.hs_submit input[type="submit"],
.mktoForm button.mktoButton {
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    line-height: 1;
    border-radius: 0.25em;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 127, 253);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2) inset, 0 3px 5px rgba(0, 0, 0, 0.3);
    padding: 1.125em 2em;
    flex: 0 0 auto;
    font-size: 0.889rem;
    font-weight: 700;
    text-align: center;
    transition: background-color 0.6s ease, color 0.6s ease, box-shadow 0.6s ease;
    overflow: hidden;
}

.btn:hover,
a:hover .btn,
.btn:focus,
a:focus .btn,
.mktoForm button.mktoButton:hover,
.mktoForm button.mktoButton:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(8, 92, 189);
}

.btn.v2 {
    background-color: transparent;
    box-shadow: 0 0 0 1px rgba(255, 255, 255) inset;
}

.btn.v2:hover,
a:hover .btn.v2,
.btn.v2:focus,
a:focus .btn.v2 {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 127, 253);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.btn svg {
    flex: 0 0 auto;
    margin-left: 1em;
}

.btn-list {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5rem;
}

.text-center .btn-list {
    justify-content: center;
}

.btn-list li {
    margin: 0.5rem;
    display: flex;
}

.play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 127, 253);
    border-radius: 50%;
    width: 3em;
    height: 3em;
    box-shadow: 0 1.111em 1.111em rgba(25, 25, 25, 0.2);
    transition: background-color 0.4s ease;
}

.play-btn:hover,
.play-btn:focus,
a:hover .play-btn,
a:focus .play-btn {
    color: rgb(255, 255, 255);
    background-color: rgb(8, 92, 189);
}

.play-btn svg {
    margin-left: 0.222em;
}

[data-role='container'] {
    position: relative;
    overflow: hidden;
}

[data-role='list'] {
    transition: transform 0.5s ease;
    display: flex;
}

[data-role='item'] {
    flex: 0 0 auto;
}

.scroll-nav {
    border-top: solid 1px;
    margin-top: calc(6.667rem * 0.5);
    padding-top: 1em;
    line-height: 1.222;
}

.scroll-nav [data-action='Next'] {
    border-left: solid 1px;
}

.scroll-nav,
.scroll-nav [data-action='Next'] {
    border-color: rgba(189, 190, 199, .5);
}

.dark-bg .scroll-nav,
.dark-bg .scroll-nav [data-action='Next'] {
    border-color: rgba(242, 242, 245, .15);
}

.start.end .scroll-nav,
.tabbing .scroll-nav {
    display: none;
    visibility: hidden;
}

[data-action='Next'],
[data-action='Prev'] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    padding: 1em;
    transition: color 0.35s ease, opacity 0.35s ease;
    width: 50%;
}

.end [data-action='Next'],
.start [data-action='Prev'] {
    opacity: 0.5;
    pointer-events: none;
}

[data-action='Next'] svg,
[data-action='Prev'] svg {
    flex: 0 0 auto;
    color: rgb(0, 127, 253);
}

[data-action='Prev'] svg {
    transform: rotate(90deg);
    margin-right: 1em;
}

[data-action='Next'] svg {
    transform: rotate(-90deg);
    margin-left: 1em;
}

.thumb-nav {
    margin-top: 3em;
}

.no-scroll .thumb-nav {
    display: none;
    visibility: hidden;
}

.thumb-nav li,
[data-scroller='true'] .thumb-nav[data-role='thumbList'] li {
    padding: 0 0.667em;
    width: auto;
}

.thumb-nav button {
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 0.889rem;
    height: 0.889rem;
    background-color: rgb(189, 190, 199);
    transition: opacity 0.4s ease, background-color 0.4s ease;
}

.thumb-nav button:hover {
    opacity: 0.5;
}

.thumb-nav .s-active {
    pointer-events: none;
    background-color: rgb(0, 127, 253);
}

.scroll-btn {
    position: absolute;
    bottom: calc(6.667rem * 0.5);
    left: 6.667rem;
    transform-origin: 0 0;
    transform: rotate(-90deg);
    text-transform: uppercase;
    font-size: 0.778em;
    font-weight: 700;
    line-height: 1.333;
    letter-spacing: 0.3em;
}

.scroll-btn svg {
    transform: rotate(90deg);
    margin-right: 1em;
    color: rgb(0, 127, 253);
    font-size: 1rem;
}

.map {
    position: relative;
    background-color: rgb(242, 242, 245);
}

.imap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    text-align: left;
    width: calc( 100% - (6.667rem * 2));
    max-width: 49rem;
    padding: 2rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.open .popup,
_.active.popup {
    opacity: 1;
    visibility: visible;
}

.popup:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.9);
    z-index: -1;
}

.popup:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, 0.25);
    z-index: -1;
}

.popup>svg:first-child {
    margin: -1.25rem -1.25rem 1.5rem auto;
    cursor: pointer;
    color: rgb(0, 127, 253);
}

.popup .ui-scroll {
    padding-right: 0.5rem;
    max-height: calc(100vh - 10rem);
}

@media screen and (min-width:1921px) {
    html {
        font-size: calc(18px + (22 - 18) * ((100vw - 1921px) / (3840 - 1921)));
        overflow-x: hidden;
    }
    body,
    .masthead {
        max-width: 95.5em;
        margin: 0 auto;
    }
    body:before,
    body:after {
        content: '';
        position: absolute;
        width: calc(50vw - 47.75em);
        height: 100%;
        top: 0;
        background-color: rgb(25, 25, 25);
    }
    body:before {
        right: calc(50% + 47.75em);
    }
    body:after {
        left: calc(50% + 47.75em);
    }
}

@media screen and (max-width: 1440px) {
    html {
        font-size: 1.0408vw;
    }
    section,
    .sub-zone {
        padding-left: calc(6.667rem * 0.5);
        padding-right: calc(6.667rem * 0.5);
    }
    .scroll-btn {
        left: calc(6.667rem * 0.5);
    }
}

@media screen and (max-width: 1200px) {
    html {
        font-size: 1.24875vw;
    }
    section,
    .sub-zone {
        padding-left: calc(6.667rem * 0.25);
        padding-right: calc(6.667rem * 0.25);
    }
    aside section {
        padding: calc(6.667rem * 0.3) calc(6.667rem * 0.3);
    }
    h2,
    header>h2:first-child+h3,
    .content>h2:first-child+h3 {
        font-size: 1.5rem;
    }
    .scroll-btn {
        left: calc(6.667rem * 0.25);
    }
}

@media screen and (max-width: 1000px) {
    html {
        font-size: 1.7vw;
        overflow-x: hidden;
    }
    .menu-open main,
    .menu-open footer {
        display: none;
    }
    .two-col>*+* {
        margin-top: 6.667rem;
    }
}

@media screen and (max-width: 800px) {
    html {
        font-size: 2.123vw;
    }
    section,
    .sub-zone {
        padding-top: calc(6.667rem * 0.75);
        padding-bottom: calc(6.667rem * 0.75);
    }
    main>section:first-child>*:first-child:not(.bg-img),
    main>section:first-child>.bg-img:first-child+*,
    main>form:first-child section>*:first-child:not(.bg-img),
    main>form:first-child section>.bg-img:first-child+* {
        padding-top: calc(6.667rem * 0.75 - 2.222rem);
    }
    .two-col>*+* {
        margin-top: calc(6.667rem * 0.75);
    }
    h1,
    header>h2:first-child,
    .content>h2:first-child {
        font-size: 2.778rem;
    }
    h1:before,
    header>h2:first-child:before,
    .content>h2:first-child:before {
        font-size: 0.5em;
    }
}

@media screen and (max-width: 650px) {
    html {
        font-size: 2.47vw;
    }
}

@media screen and (max-width: 550px) {
    html {
        font-size: 3.7143vw;
    }
    section,
    .sub-zone {
        padding-top: calc(6.667rem * 0.5);
        padding-bottom: calc(6.667rem * 0.5);
    }
    main>section:first-child>*:first-child:not(.bg-img),
    main>section:first-child>.bg-img:first-child+*,
    main>form:first-child section>*:first-child:not(.bg-img),
    main>form:first-child section>.bg-img:first-child+* {
        padding-top: calc(6.667rem * 0.5 - 2.222rem);
    }
    .two-col>*+* {
        margin-top: calc(6.667rem * 0.5);
    }
    section header {
        margin-bottom: calc(6.667rem * 0.25);
    }
    h1,
    header>h2:first-child,
    .content>h2:first-child {
        font-size: 2rem;
    }
    h2,
    header>h2:first-child+h3,
    .content>h2:first-child+h3 {
        font-size: 1.333rem;
    }
    h3,
    h4,
    h5 {
        font-size: 1.111rem;
    }
    .content {
        font-size: 1rem;
    }
    .content p {
        margin: 1.5rem 0;
    }
    .thumb-nav {
        margin-top: 1.5em;
    }
}

:root {}

#HeaderZone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}

.masthead {
    padding-top: 2.222rem;
    padding-bottom: 2.222rem;
    line-height: 1.333;
}

.top-logo {
    z-index: 1;
    display: block;
    width: 10.222em;
    margin-right: auto;
}

.top-logo img {
    width: 100%;
    height: auto;
}

.top-nav {
    font-size: 0.889em;
    line-height: 1.5;
}

.top-nav a {
    position: relative;
    z-index: 1;
    display: block;
    color: rgb(255, 255, 255);
    font-weight: 600;
    padding: 0.9em 1.25em 0.8em;
    border-radius: 0.25em;
    overflow: hidden;
    transition: color 0.5s ease, background-color 0.5s ease;
}

.top-nav a:hover {
    color: rgb(189, 190, 199);
}

.top-nav a svg {
    margin: 0 auto 0.25em;
    font-size: 2em;
}

.top-nav picture {
    height: 0;
    padding-bottom: 47%;
    position: relative;
}

.top-nav img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-nav .level-1:last-child>a {
    border: solid 1px currentColor;
}

.top-nav .level-1>div>ul {
    flex: 1 1 auto;
}

.top-nav .level-3>a {
    display: flex;
    align-items: flex-start;
    padding: 0.5em 0;
}

.top-nav .level-3>a:hover,
.top-nav .level-3>a:focus {
    color: rgb(189, 190, 199);
}

.top-nav .level-3>a:before {
    content: '';
    flex: 0 0 auto;
    display: block;
    width: 1em;
    height: 1em;
    background-image: url(../image/icon_tail.36.007FFD.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    margin-top: 0.15em;
    margin-right: 1em;
}

.top-nav li>div>div {
    margin-right: 6.667rem;
    flex: 0 0 auto;
}

.top-nav li>div>div>*+* {
    margin-top: 1.5rem;
}

.top-nav li strong {
    display: block;
    font-size: 1.667rem;
    letter-spacing: -0.02em;
    line-height: inherit;
    font-weight: inherit;
    color: rgb(255, 255, 255);
}

.top-nav li p {
    font-size: 1.125em;
    color: rgb(242, 242, 245);
}

.top-nav .level-1>div>div a {
    width: auto;
    padding: 0;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.top-nav .level-1>div>div a:hover,
.top-nav .level-1>div>div a:focus {
    color: rgb(189, 190, 199);
}

.top-nav .level-1>div>div span {
    display: block;
    text-decoration: underline;
}

.top-nav .level-1>div>div svg {
    color: rgb(0, 127, 253);
    flex: 0 0 auto;
    margin: 0 0 0 1.25em;
    font-size: 0.85em;
    transform: rotate(-90deg);
}

.top-nav li>span {
    display: none;
    width: 2.5rem;
    color: rgb(0, 127, 253);
    cursor: pointer;
    transition: transform 0.5s ease;
}

.top-nav li>span.active {
    transform: rotateX(180deg);
}

.menu-btn {
    display: none;
    visibility: hidden;
    margin-left: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.35s ease;
}

.menu-btn span {
    position: relative;
    top: 0;
    display: block;
    width: 34px;
    height: 3px;
    background-color: rgb(255, 255, 255);
    margin: 3px 0;
    transition: top 0.3s ease 0.3s, transform 0.3s ease 0s, opacity 0s ease 0.3s;
}

.menu-open .menu-btn span {
    transition: top 0.3s ease 0s, transform 0.3s ease 0.3s, opacity 0s ease 0.3s;
}

.menu-open .menu-btn span:first-child {
    transform: rotate(45deg);
    top: 9px;
}

.menu-open .menu-btn span:nth-child(2) {
    opacity: 0;
}

.menu-open .menu-btn span:last-child {
    transform: rotate(-45deg);
    top: -9px;
}

.back-to-btn {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s ease;
    padding-left: 0.85em;
    padding-right: 0.85em;
}

.header-hide .back-to-btn {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: 0.4s ease;
}

@media screen and (min-width: 1001px) {
    .top-nav .el-panel {
        display: block;
        visibility: visible;
    }
    .top-nav .el-panel[class*='nlf'] {
        display: flex;
    }
    .top-nav .level-1>div {
        visibility: visible;
        position: absolute;
        top: 0;
        left: 0;
        padding: 11em 6.667rem 5em;
        opacity: 0;
        background-image: linear-gradient(to bottom, rgba(8, 92, 189, 0.9), rgba(70, 64, 178, 0.9));
        box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
        pointer-events: none;
        transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
    }
    .top-nav .level-1:hover>div {
        opacity: 1;
        pointer-events: auto;
    }
    .top-nav .level-1>div:before,
    .top-nav .level-1>div:after {
        content: '';
        position: absolute;
    }
    .top-nav .level-1>div:before {
        width: calc( 100% - (6.667rem * 2));
        height: 1px;
        background-color: rgba(255, 255, 255, 0.15);
        top: 7.111rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .top-nav .level-1>div:after {
        width: 100%;
        left: 0;
        pointer-events: none;
        top: 100%;
        height: calc(100vh - 100%);
        background-color: rgba(25, 25, 25, 0.8);
    }
    .top-nav .level-1>div>ul {
        display: flex;
        flex-wrap: wrap;
        margin: -1rem;
    }
    .top-nav .level-2>div {
        margin-top: 1.5em;
    }
    .top-nav .level-2 {
        width: 25%;
        padding: 1rem;
    }
    .top-nav .level-3+.level-3 {
        margin-top: 0.5em;
    }
    .top-nav a {
        width: 100%;
    }
    .top-nav .level-1>a:hover,
    .top-nav .level-1>a:focus {
        background-color: rgb(0, 127, 253);
    }
    .top-nav .level-1:last-child>a {
        margin-left: 1.25em;
    }
    .top-nav .level-2>a:not(:only-child) {
        padding: 0;
        font-size: 1.125em;
    }
    .top-nav .level-2>a:only-child {
        height: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 2em 1.5em;
        border-radius: 0.333em;
        background-color: rgb(255, 255, 255, 0.1);
        border: solid 1px rgba(242, 242, 245, 0.2);
    }
    .top-nav .level-2>a:not(:only-child):hover,
    .top-nav .level-2>a:not(:only-child):focus {
        color: rgb(189, 190, 199);
    }
    .top-nav .level-2>a:only-child:hover,
    .top-nav .level-2>a:only-child:focus {
        background-color: rgb(0, 127, 253);
    }
    .top-nav .level-2>a:only-child picture {
        margin: -2em -1.5em 2em;
    }
}

@media screen and (max-width: 1440px) {
    .top-nav .level-1>div {
        padding-left: calc(6.667rem * 0.5);
        padding-right: calc(6.667rem * 0.5);
    }
    .top-nav .level-1>div:before {
        width: calc(100% - 6.667rem);
    }
    .top-nav li>div>div {
        margin-right: calc(6.667rem * 0.5);
    }
}

@media screen and (max-width: 1200px) {
    .top-nav .level-1>div {
        padding-left: calc(6.667rem * 0.25);
        padding-right: calc(6.667rem * 0.25);
    }
    .top-nav .level-1>div:before {
        width: calc( 100% - (6.667rem * 0.5));
    }
    .top-nav li strong {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1000px) {
    .menu-btn {
        display: flex;
        visibility: visible;
    }
    .masthead:not(.lp) .top-nav {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom, rgba(8, 92, 189, 0.9), rgba(70, 64, 178, 0.9));
        padding: 6rem calc(6.667rem * 0.25) calc(6.667rem * 0.5);
        z-index: -1;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        font-size: 1.111em;
        transition: opacity 0.5s ease, visibility 0.5s ease;
    }
    .menu-open .top-nav {
        pointer-events: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .masthead:not(.lp) .top-nav:after {
        content: '';
        display: block;
        flex: 0 0 auto;
        width: 1em;
        height: 1em;
        margin: calc(6.667rem * 0.5) auto 0;
        background-image: url(../image/icon_scorpion.36.FFFFFF.svg);
        background-size: contain;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        opacity: 0.2;
        font-size: 3.333em;
    }
    .top-nav>ul {
        flex: 1 1 auto;
        overflow: auto;
    }
    .top-nav .level-1>div {
        padding-left: 0;
        padding-right: 0;
    }
    .top-nav li>div>div,
    .top-nav .level-2>div {
        display: none;
        visibility: hidden;
    }
    .masthead:not(.lp) .top-nav>ul>li {
        border-top: solid 1px rgba(242, 242, 245, 0.15);
    }
    .top-nav .level-2+.level-2 {
        padding-top: 1px;
    }
    .top-nav .level-1>a:not(:only-child) {
        width: calc(100% - 2.5rem);
    }
    .top-nav .level-1:last-child>a {
        margin-top: 1.5em;
    }
    .top-nav .level-1:not(:last-child)>a {
        padding-left: 0;
        padding-right: 0;
    }
    .top-nav .level-2 a {
        display: flex;
        align-items: flex-start;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 0;
    }
    .top-nav .level-2>a:before {
        content: '';
        flex: 0 0 auto;
        display: block;
        width: 1em;
        height: 1em;
        background-image: url(../image/icon_tail.36.007FFD.svg);
        background-size: contain;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        transform: rotate(-90deg);
        margin-top: 0.15em;
        margin-right: 1em;
    }
    .top-nav a svg,
    .top-nav a picture {
        display: none;
        visibility: hidden;
    }
    .top-nav li span {
        display: flex;
    }
}

@media screen and (max-width: 650px) {
    .top-nav:after {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 550px) {
    .top-nav {
        padding-bottom: calc(6.667rem * 0.25);
    }
    .top-nav:after {
        margin-top: calc(6.667rem * 0.25);
    }
}

.footer {
    line-height: 1.333;
}

.dark-bg.footer {
    background-image: radial-gradient(at 65% 100%, rgba(100, 100, 227, 0.3), rgba(100, 100, 227, 0) 50%);
}

.footer-bg {
    background-color: rgb(25, 25, 25);
}

.foot-logo {
    display: block;
    width: 10.222em;
    margin: 0 auto;
}

.foot-logo img {
    width: 100%;
    height: auto;
}

.links {
    margin-top: calc(6.667rem * 0.5);
    padding: calc(6.667rem * 0.5) 0;
    border-top: solid 1px rgba(0, 127, 253, 0.2);
    border-bottom: solid 1px rgba(0, 127, 253, 0.2);
}

.links>.fifth {
    max-width: none;
}

.footer .opt-in {
    margin-bottom: calc(6.667rem);
}

.quick-links li+li {
    margin-left: 3em;
}

.quick-links li a {
    font-size: 0.889em;
    display: block;
    color: inherit;
}

.quick-links li a:hover,
.quick-links li a:focus {
    color: rgb(0, 127, 253);
}

.social {
    display: flex;
    flex-wrap: wrap;
}

.footer .social {
    justify-content: flex-end;
}

.social li {
    padding: 0.4rem;
}

.social a {
    display: block;
    font-size: 1.222em;
    color: inherit;
    padding: 0.25rem;
    opacity: 0.5;
    transition: opacity 0.4s ease, color 0.4s ease;
}

.social a:hover,
.social a:focus {
    opacity: 1;
    color: rgb(0, 127, 253);
}

.footer small {
    margin-top: calc(6.667rem * 0.5);
    font-size: 0.889em;
}

.footer small li+li {
    margin-left: 1.5em;
}

.footer small li a {
    color: inherit;
    display: block;
}

@media screen and (max-width: 1440px) {
    .quick-links li+li {
        margin-left: 2em;
    }
}

@media screen and (max-width: 1200px) {
    .quick-links li+li {
        margin-left: 1.5em;
    }
}

@media screen and (max-width: 1000px) {
    .footer {
        text-align: center;
    }
    .links>*+* {
        margin-top: 3em;
    }
    .footer .social {
        justify-content: center;
    }
}

@media screen and (max-width: 800px) {
    .footer small ul {
        justify-content: center;
        margin-bottom: 3em;
    }
}

@media screen and (max-width: 650px) {
    .quick-links li+li {
        margin-left: 0;
        margin-top: 1em;
    }
    .quick-links li a {
        display: inline-block;
        padding: 0.5em 0;
    }
}

@media screen and (max-width: 550px) {
    .footer small li+li {
        margin-top: 1em;
        margin-left: 0;
    }
    .footer small li a {
        display: inline-block;
        padding: 0.5em 0;
    }
}

.teal-icon {
    color: #2CC5FF;
}

.blue-icon {
    color: rgb(0, 127, 253);
}

.purple-icon {
    color: rgb(100, 100, 227);
}

.magenta-icon {
    color: rgb(130, 73, 177);
}

.tile {
    position: relative;
    padding: 0.2em;
    font-size: 3.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: currentColor;
    border: solid 4px;
    background-image: linear-gradient(160deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.05));
    border-radius: 12px;
}

.tile>* {
    position: relative;
    fill: rgb(255, 255, 255);
}

.search-box {
    max-width: 30em;
}

.text-center .search-box {
    margin-left: auto;
    margin-right: auto;
}

.search-box .btn {
    margin-left: 1em;
}

.input-text {
    position: relative;
    font-size: 1rem;
    line-height: 1.75;
    text-align: left;
}

.input-text>svg {
    position: absolute;
    font-size: 1.111em;
    bottom: 0.8em;
    right: 1em;
    color: inherit;
    opacity: 0.5;
    pointer-events: none;
}

.dark-bg .input-text>svg {
    color: rgb(0, 127, 253);
}

.input-text>svg[data-use*='down'] {
    font-size: 0.833em;
    bottom: 1.25em;
}

.input-text .select-arrow:before {
    content: '';
    width: 0;
    height: 0;
    border-left: .445rem solid transparent;
    border-right: .445rem solid transparent;
    border-top: .445rem solid rgb(242, 242, 245);
    position: absolute;
    top: 50%;
    right: 3%;
}

label {
    line-height: inherit;
    display: block;
    font-size: 0.889em;
    color: inherit;
    margin-bottom: 0.3em;
}

.input-text[class*='nlf']>label {
    margin-right: 1.5em;
    margin-top: 0.6em;
    margin-bottom: 0;
}

input,
select,
textarea {
    display: block;
    resize: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    color: inherit;
    border-radius: 0.222em;
    background-color: rgb(242, 242, 245);
    font-family: inherit;
    font-weight: inherit;
    font-size: 1em;
    line-height: inherit;
    border-style: solid;
    border-width: 0;
    border-color: currentColor;
    padding: 0.6em 0.889em 0.5em;
    appearance: none;
    -mox-appearance: none;
    -webkit-appearance: none;
}

select {
    cursor: pointer;
}

svg~input,
svg~select {
    padding-right: 3.5em;
}

.light-bg input,
.light-bg select,
.light-bg textarea {
    background-color: rgb(255, 255, 255);
}

.dark-bg input,
.dark-bg select,
.dark-bg textarea {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: rgba(189, 190, 199, 0.15);
}

select::-ms-expand {
    display: none;
}

option {
    color: rgb(25, 25, 25);
}

textarea {
    min-height: 5.556em;
}

[type='radio'],
[type='checkbox'] {
    display: none;
}

[type='radio']~label,
[type='checkbox']~label {
    cursor: pointer;
    margin: 0.3em 1em 0.3em 0;
    text-align: center;
    padding: 0.3em 1.5em;
    border-radius: 5em;
    color: rgb(112, 112, 112);
    transition: background-color 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
}

[type='radio']:checked~label,
[type='checkbox']:checked~label {
    box-shadow: 0 3px 0.333em rgba(0, 0, 0, 0.2);
}

section:not([class*='-bg']) [type='radio']~label,
section:not([class*='-bg']) [type='checkbox']~label {
    background-color: rgb(242, 242, 245);
}

section:not([class*='-bg']) [type='radio']~label:hover,
section:not([class*='-bg']) [type='radio']~label:focus,
section:not([class*='-bg']) [type='radio']:checked~label,
section:not([class*='-bg']) [type='checkbox']~label:hover,
section:not([class*='-bg']) [type='checkbox']~label:focus,
section:not([class*='-bg']) [type='checkbox']:checked~label {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 127, 253);
}

.light-bg [type='radio']~label,
.light-bg [type='checkbox']~label {
    background-color: rgba(189, 190, 199, 0.5);
}

.light-bg [type='radio']~label:hover,
.light-bg [type='radio']~label:focus,
.light-bg [type='radio']:checked~label,
.light-bg [type='checkbox']~label:hover,
.light-bg [type='checkbox']~label:focus,
.light-bg [type='checkbox']:checked~label {
    background-color: rgb(255, 255, 255);
}

.dark-bg [type='radio']~label,
.dark-bg [type='checkbox']~label {
    color: rgb(255, 255, 255);
    background-image: linear-gradient(to bottom, rgba(8, 92, 189, 0.6), rgba(46, 32, 95, 0.5));
    border: solid 1px rgba(242, 242, 245, 0.15);
    box-shadow: 0 0.556em 1.667em rgba(0, 0, 0, 0.2);
}

.dark-bg [type='radio']~label:hover,
.dark-bg [type='radio']~label:focus,
.dark-bg [type='radio']:checked~label,
.dark-bg [type='checkbox']~label:hover,
.dark-bg [type='checkbox']~label:focus,
.dark-bg [type='checkbox']:checked~label {
    background-color: rgba(25, 25, 25, 0.4);
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-moz-placeholder {
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

.validation {
    position: absolute;
    bottom: 0em;
    right: 0.5em;
    font-size: 0.667em;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.5em);
    color: inherit;
    pointer-events: none;
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}

[data-validity='patternMismatch'] [data-type='patternMismatch'],
[data-validity='patternMismatch']~[data-type='patternMismatch'],
[data-validity='typeMismatch'] [data-type='typeMismatch'],
[data-validity='typeMismatch']~[data-type='typeMismatch'],
[data-validity='valueMissing'] [data-type='valueMissing'],
[data-validity='valueMissing']~[data-type='valueMissing'] {
    opacity: 1;
    transform: translate(0);
    visibility: visible;
    pointer-events: auto;
}

.sidebar .opt-in {
    padding: calc(6.667rem * .35) calc(6.667rem * .35);
    top: calc(6.667rem * .25);
}

.opt-in fieldset {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: none !important;
}

.opt-in .form-columns-1,
.opt-in .form-columns-1 .hs-form-field {
    width: 100%;
}

.opt-in .form-columns-2>div {
    max-width: calc(50% - (1.667rem / 2));
    width: 50%;
    float: none;
}

.opt-in form .input {
    margin: 0 !important;
}

.opt-in.dark-bg h2 {
    color: inherit;
}

.opt-in.dark-bg header>h2:first-child strong {
    color: rgb(0, 127, 253);
    opacity: 1;
    font-weight: 600;
}

.opt-in form {
    position: relative;
}

.opt-in input:not(.hs-button) {
    border-width: 0;
    background-color: rgb(255, 255, 255);
    width: 100% !important;
}

.opt-in.dark-bg input:not(.hs-button) {
    color: rgb(189, 190, 199);
}

.opt-in>small {
    text-align: left;
    display: block;
    font-size: 0.778em;
    line-height: 1.444;
    margin-top: 1em;
}

.opt-in .hs-form-field {
    position: relative;
}

.opt-in .hs-form-field .hs-error-msgs {
    position: absolute;
    right: 0px;
    top: 100%;
    background: rgb(25, 25, 25);
    padding: 0.5em;
    line-height: 1;
    font-size: 0.889em;
    z-index: 10;
}

.opt-in .hs-form-field .hs-error-msgs label {
    margin: 0;
}

.opt-in .hs-form-field .hs_error_rollup {
    display: none;
    visibility: hidden;
}

.hs-button {
    width: auto;
    margin-top: calc(6.667rem * .25);
}

@media screen and (max-width: 550px) {
    .input-text {
        font-size: .889em;
    }
}

ul.bullet-list {
    list-style: none;
    padding: 0;
}

.bullet-list li,
.bullet-list dd {
    list-style: none;
    position: relative;
    padding-left: 1.5em;
    line-height: 1.5;
    margin: 0.667rem 0;
}

.bullet-list[class*='nlf'] li,
.bullet-list[class*='nlf'] dd {
    width: calc(50% - 1rem);
}

.bullet-list li:before,
.bullet-list dd:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.bullet-list.t1 li:before,
.bullet-list.t1 dd:before {
    font-size: 0.6em;
    top: 0.5em;
    width: 1em;
    height: 1em;
    background-image: url(../image/icon_tail.36.007FFD.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}

.callout {
    position: relative;
    padding-right: 40%;
}

.callout strong {
    display: block;
    font-size: 2em;
    font-weight: inherit;
    line-height: 1.333;
    margin-bottom: 0.25em;
}

.callout .btn {
    position: absolute;
    top: 50%;
    right: 3.125em;
    transform: translateY(-50%);
    max-width: 35%;
}

.callout.t1 {
    color: rgb(255, 255, 255);
    border-radius: 0.375em;
    font-size: 0.889em;
    background-color: rgb(25, 25, 25);
    background-image: linear-gradient(to right, rgba(8, 92, 189, 0.5), rgba(130, 73, 177, 0.5));
    padding-top: 1.75em;
    padding-bottom: 1.75em;
    padding-left: 3.125em;
}

.quote {
    font-size: 1.111em;
    line-height: 1.5;
    padding: 1.6em 1.2em;
}

.quote p {
    margin: 0;
}

.quote address {
    position: relative;
    padding-left: 4.222rem;
    font-size: 0.6em;
    margin-top: 1.5em;
}

.quote img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 3.111rem;
    height: 3.111rem;
    border-radius: 50%;
    object-fit: cover;
    object-position: 50% 0;
    box-shadow: 0 0.833em 1.667em rgba(0, 0, 0, 0.35);
}

.quote address strong {
    display: block;
    font-size: 1.333em;
}

.quote.t1 {
    color: rgb(25, 25, 25);
    background-color: rgb(242, 242, 245);
}

.light-bg .quote.t1 {
    background-color: rgb(255, 255, 255);
}

.quote.t1 address {
    color: rgb(112, 112, 112);
}

.quote.t1 address strong {
    color: rgb(25, 25, 25);
}

@media screen and (max-width: 1000px) {
    .callout strong {
        font-size: 1.778em;
    }
    .bullet-list[class*='nlf'] li,
    .bullet-list[class*='nlf'] dd {
        width: calc(50% - 0.5rem);
    }
}

@media screen and (max-width: 650px) {
    .callout {
        padding-right: 2em;
    }
    .callout.t1 {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
        padding-left: 2em;
    }
    .callout .btn {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        max-width: none;
        display: table;
        margin-top: 1.5em;
    }
}

@media screen and (max-width: 550px) {
    .quote {
        font-size: 1em;
    }
    .callout strong {
        font-size: 1.5em;
    }
}

.contact-form fieldset {
    position: relative;
    text-align: center;
}

.contact-form[class*='nlf'] fieldset {
    margin-top: 4.5em;
}

.contact-form:not(.hs-opt-in) h2,
.contact-form:not(.hs-opt-in) h3,
.contact-form p {
    text-align: left;
}

.contact-form ul:not(:first-child) {
    margin-top: 1em;
}

.contact-form li {
    width: 100%;
    margin: 1.222em 0;
}

.contact-form ul[class*='nlf'] li {
    margin-top: 0.611em;
    margin-bottom: 0.611em;
}

.contact-form li.half {
    max-width: calc(50% - 0.889rem);
}

.contact-form li.third {
    max-width: calc(33.333% - 0.889rem);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    border-width: 0 0 1px 0;
}

.contact-form small {
    display: block;
    font-size: 0.778em;
    line-height: 1.444;
    max-width: 35em;
    margin: 0 auto;
}

.contact-form ul~small {
    margin-top: 1em;
}

.contact-form .btn,
.hs-button {
    margin-top: 2em;
}

.dark-bg.contact-form fieldset {
    border-radius: 0.333em;
    border: solid 1px rgba(242, 242, 245, 0.1);
    background-image: linear-gradient(to bottom, rgba(8, 92, 189, 0.5), rgba(70, 64, 178, 0.55));
    box-shadow: 0 0.556em 1.667em rgba(0, 0, 0, 0.15);
    padding: 2.667em;
}

@media screen and (max-width: 1000px) {
    .contact-form picture:not(.bg-img) {
        display: none;
        visibility: hidden;
    }
    .contact-form[class*='nlf'] fieldset {
        margin-top: 0;
    }
}

@media screen and (max-width: 650px) {
    .contact-form li.half,
    .contact-form li.third {
        max-width: none;
    }
}

@media screen and (max-width: 550px) {
    .dark-bg.contact-form fieldset {
        padding: 2em calc(6.667rem * 0.25);
    }
    .contact-form small br {
        display: none;
    }
}

.contact-system>.bg-img {
    height: 85%;
}

.contact-system>.bg-img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(6.667rem * 4);
    top: 100%;
    left: 0;
    transform: translateY(-50%);
    background-image: linear-gradient(to bottom, rgba(46, 32, 95, 0), rgb(46, 32, 95), rgba(46, 32, 95, 0));
}

.contact-system h1:before {
    display: none;
}

.contact-system fieldset:after {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 5.334em);
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    background-color: rgba(242, 242, 245, 0.15);
}

.contact-info {
    text-align: left;
    color: rgb(255, 255, 255);
}

.contact-info>.input-text {
    margin-bottom: 6.667rem;
}

.contact-info>.input-text>label {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact-info>.input-text>label:before,
.contact-info>.input-text>label:after {
    content: '';
    display: block;
    flex: 1 1 auto;
    min-width: 1em;
    height: 1px;
    background-color: rgba(242, 242, 245, 0.15);
}

.contact-info>.input-text>label:before {
    margin-right: 1em;
}

.contact-info>.input-text>label:after {
    margin-left: 1em;
}

.contact-system a[href^='tel'] {
    font-size: 1.333em;
    color: inherit;
    line-height: 1;
}

.contact-system address {
    font-size: 0.889em;
    margin-top: 1em;
}

.contact-system address strong {
    display: block;
}

.contact-system a[href^='tel'] svg,
.contact-system address svg {
    font-size: 1.333rem;
    margin-right: 0.75em;
    opacity: 0.5;
}

.contact-system address svg {
    margin-top: 0.25em;
}

.contact-info [type='radio']~label,
.contact-info [type='checkbox']~label {
    border-radius: 0.333rem;
    font-size: 1em;
    margin: 0;
    padding: 1em;
    text-align: left;
    line-height: 1.3;
}

.contact-info [type='radio']~label svg,
.contact-info [type='checkbox']~label svg {
    color: rgb(0, 127, 253);
    font-size: 2.222em;
    margin-right: 0.5em;
}

@media screen and (max-width: 1000px) {
    .contact-system fieldset:after {
        display: none;
    }
    .contact-info>.input-text {
        margin-top: 3em;
        margin-bottom: 0.5em;
    }
    .contact-info>div>div {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
    }
    .contact-info>div>div>* {
        width: 50%;
        max-width: calc(50% - 1rem);
    }
    .contact-system address {
        margin-top: 0;
    }
}

@media screen and (max-width: 550px) {
    .contact-info>div>div {
        display: block;
    }
    .contact-info>div>div>* {
        width: 100%;
        max-width: none;
    }
    .contact-system address {
        margin-top: 1em;
    }
}