.more-link {
    display: block;
    text-align: right;
}

[dir="rtl"] .more-link {
    text-align: left;
}

.pager__items {
    clear: both;
    text-align: center;
}

.pager__item {
    display: inline;
    padding: 0.5em;
}

    .pager__item.is-active {
        font-weight: bold;
    }

tr.drag {
    background-color: #fffff0;
}

tr.drag-previous {
    background-color: #ffd;
}

body div.tabledrag-changed-warning {
    margin-bottom: 0.5em;
}

tr.selected td {
    background: #ffc;
}

td.checkbox,
th.checkbox {
    text-align: center;
}

[dir="rtl"] td.checkbox,
[dir="rtl"] th.checkbox {
    text-align: center;
}

th.is-active img {
    display: inline;
}

td.is-active {
    background-color: #ddd;
}

div.tabs {
    margin: 1em 0;
}

ul.tabs {
    margin: 0 0 0.5em;
    padding: 0;
    list-style: none;
}

.tabs > li {
    display: inline-block;
    margin-right: 0.3em;
}

[dir="rtl"] .tabs > li {
    margin-right: 0;
    margin-left: 0.3em;
}

.tabs a {
    display: block;
    padding: 0.2em 1em;
    text-decoration: none;
}

    .tabs a.is-active {
        background-color: #eee;
    }

    .tabs a:focus,
    .tabs a:hover {
        background-color: #f5f5f5;
    }

.form-textarea-wrapper textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
}

.ui-dialog--narrow {
    max-width: 500px;
}

@media screen and (max-width: 600px) {
    .ui-dialog--narrow {
        min-width: 95%;
        max-width: 95%;
    }
}

.messages {
    padding: 15px 20px 15px 35px;
    word-wrap: break-word;
    border: 1px solid;
    border-width: 1px 1px 1px 0;
    border-radius: 2px;
    background: no-repeat 10px 17px;
    overflow-wrap: break-word;
}

[dir="rtl"] .messages {
    padding-right: 35px;
    padding-left: 20px;
    text-align: right;
    border-width: 1px 0 1px 1px;
    background-position: right 10px top 17px;
}

.messages + .messages {
    margin-top: 1.538em;
}

.messages__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.messages__item + .messages__item {
    margin-top: 0.769em;
}

.messages--status {
    color: #325e1c;
    border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
    background-color: #f3faef;
    background-image: url(/v2/core/misc/icons/73b355/check.svg);
    box-shadow: -8px 0 0 #77b259;
}

[dir="rtl"] .messages--status {
    margin-left: 0;
    border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
    box-shadow: 8px 0 0 #77b259;
}

.messages--warning {
    color: #734c00;
    border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
    background-color: #fdf8ed;
    background-image: url(/v2/core/misc/icons/e29700/warning.svg);
    box-shadow: -8px 0 0 #e09600;
}

[dir="rtl"] .messages--warning {
    border-color: #f4daa6 transparent #f4daa6 #f4daa6;
    box-shadow: 8px 0 0 #e09600;
}

.messages--error {
    color: #a51b00;
    border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
    background-color: #fcf4f2;
    background-image: url(/v2/core/misc/icons/e32700/error.svg);
    box-shadow: -8px 0 0 #e62600;
}

[dir="rtl"] .messages--error {
    border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
    box-shadow: 8px 0 0 #e62600;
}

.messages--error p.error {
    color: #a51b00;
}

.progress__track {
    border-color: #b3b3b3;
    border-radius: 10em;
    background-color: #f2f1eb;
    background-image: -webkit-linear-gradient(#e7e7df, #f0f0f0);
    background-image: linear-gradient(#e7e7df, #f0f0f0);
    box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.16);
}

.progress__bar {
    height: 16px;
    margin-top: -1px;
    margin-left: -1px;
    padding: 0 1px;
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;
    border: 1px #07629a solid;
    border-radius: 10em;
    background: #057ec9;
    background-image: -webkit-linear-gradient( top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) ), -webkit-linear-gradient(left top, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
    background-image: linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) ), linear-gradient( to right bottom, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100% );
    background-size: 40px 40px;
}

[dir="rtl"] .progress__bar {
    margin-right: -1px;
    margin-left: 0;
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress__bar {
        -webkit-transition: none;
        transition: none;
        -webkit-animation: none;
        -moz-animation: none;
    }
}

@-webkit-keyframes animate-stripes {
    0% {
        background-position: 0 0, 0 0;
    }

    100% {
        background-position: 0 0, -80px 0;
    }
}

@-ms-keyframes animate-stripes {
    0% {
        background-position: 0 0, 0 0;
    }

    100% {
        background-position: 0 0, -80px 0;
    }
}

@keyframes animate-stripes {
    0% {
        background-position: 0 0, 0 0;
    }

    100% {
        background-position: 0 0, -80px 0;
    }
}

.ui-dialog {
    position: absolute;
    z-index: 1260;
    overflow: visible;
    padding: 0;
    color: #000;
    border: solid 1px #ccc;
    background: #fff;
}

@media all and (max-width: 48em) {
    .ui-dialog {
        width: 92% !important;
    }
}

.ui-dialog .ui-dialog-titlebar {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ccc;
    border-radius: 0;
    background: #f3f4ee;
    font-weight: bold;
}

.ui-dialog .ui-dialog-titlebar-close {
    border: 0;
    background: none;
}

.ui-dialog .ui-dialog-buttonpane {
    margin-top: 0;
    padding: 0.3em 1em;
    border-width: 1px 0 0 0;
    border-color: #ccc;
    background: #f3f4ee;
}

    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
        margin: 0;
        padding: 0;
    }

    .ui-dialog .ui-dialog-buttonpane .ui-button-text-only .ui-button-text {
        padding: 0;
    }

.ui-dialog .ui-dialog-content .form-actions {
    margin: 0;
    padding: 0;
}

.ui-dialog .ajax-progress-throbber {
    position: fixed;
    z-index: 1000;
    top: 48.5%;
    left: 49%;
    width: 24px;
    height: 24px;
    padding: 4px;
    opacity: 0.9;
    border-radius: 7px;
    background-color: #232323;
    background-image: url(/v2/core/misc/loading-small.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

    .ui-dialog .ajax-progress-throbber .throbber,
    .ui-dialog .ajax-progress-throbber .message {
        display: none;
    }

/*@font-face {
    font-family: GothamPro;
    src: url(/v2/themes/custom/altium_365/html/dist/fonts/GothamPro.woff2) format("woff2"), url(/v2/themes/custom/altium_365/html/dist/fonts/GothamPro.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: GothamPro;
    src: url(/v2/themes/custom/altium_365/html/dist/fonts/GothamPro-Medium.woff2) format("woff2"), url(/v2/themes/custom/altium_365/html/dist/fonts/GothamPro-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: GothamPro;
    src: url(/v2/themes/custom/altium_365/html/dist/fonts/GothamPro-Bold.woff2) format("woff2"), url(/v2/themes/custom/altium_365/html/dist/fonts/GothamPro-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: GothamPro;
    src: url(/v2/themes/custom/altium_365/html/dist/fonts/GothamPro-Black.woff2) format("woff2"), url(/v2/themes/custom/altium_365/html/dist/fonts/GothamPro-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: OpenSans;
    src: url(/v2/themes/custom/altium_365/html/dist/fonts/OpenSans-Light.woff2) format("woff2"), url(/v2/themes/custom/altium_365/html/dist/fonts/OpenSans-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: OpenSans;
    src: url(/v2/themes/custom/altium_365/html/dist/fonts/OpenSans.woff2) format("woff2"), url(/v2/themes/custom/altium_365/html/dist/fonts/OpenSans.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: OpenSans;
    src: url(/v2/themes/custom/altium_365/html/dist/fonts/OpenSans-Semibold.woff2) format("woff2"), url(/v2/themes/custom/altium_365/html/dist/fonts/OpenSans-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: OpenSans;
    src: url(/v2/themes/custom/altium_365/html/dist/fonts/OpenSans-Bold.woff2) format("woff2"), url(/v2/themes/custom/altium_365/html/dist/fonts/OpenSans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: Syne;
    src: url(/v2/themes/custom/altium_365/html/dist/fonts/Syne-Bold.woff2) format("woff2"), url(/v2/themes/custom/altium_365/html/dist/fonts/Syne-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}*/

@font-face {
    font-family: 'Alibaba PuHuiTi 2.0';
    src: url('../../fonts/70e85e06a6ea3fbd5e4030df68874fff.woff2') format('woff2'),url('../../fonts/70e85e06a6ea3fbd5e4030df68874fff.woff') format('woff');
}

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 {
    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;
    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;
}

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    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"] {
    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;
}

[hidden],
template {
    display: none;
}

body,
html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,
html {
    height: 100%;
}

body {
    min-height: 100%;
    line-height: 1.666;
    font-family: Alibaba PuHuiTi 2.0, sans-serif;
    min-width: 320px;
    color: #fff;
    overflow-x: hidden;
    font-size: 16px;
    background-color: #0c0c0c;
}

@media (min-width: 768px) {
    body {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 18px;
    }
}

@media (min-width: 1600px) {
    body {
        font-size: 20px;
    }
}

@media (min-width: 1921px) {
    body {
        font-size: 24px;
    }
}

body._bg-white {
    background-color: #fff;
    color: #111;
}

body._bg-black-2 {
    background: #111;
}

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

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    image-rendering: -webkit-optimize-contrast;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
}

._bg-white h1,
._bg-white h2,
._bg-white h3,
._bg-white h4,
._bg-white h5,
._bg-white h6 {
    color: #111;
}

h1,
h2 {
    font-family: Alibaba PuHuiTi 2.0, sans-serif;
    font-weight: 900;
}

h1 {
    font-size: 30px;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    h1 {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 35px;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 45px;
    }
}

@media (min-width: 1600px) {
    h1 {
        font-size: 45px;
    }
}

@media (min-width: 1921px) {
    h1 {
        font-size: 45px;
    }
}

h2 {
    font-size: 26px;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    h2 {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 30px;
        margin: 0 0 50px;
    }
}

@media (min-width: 1200px) {
    h2 {
        font-size: 36px;
    }
}

@media (min-width: 1600px) {
    h2 {
        font-size: 36px;
    }
}

@media (min-width: 1921px) {
    h2 {
        font-size: 42px;
    }
}

p {
    margin: 0 0 16px;
}

ol,
ul {
    margin: 0;
    padding: 0 0 0 16px;
}

    ol li,
    ul li {
        margin: 0 0 16px;
        padding: 0;
    }

a {
    color: #0b55d9;
    text-decoration: none;
    transition: 0.3s;
}

    a:hover {
        color: #0942a8;
    }

    a > svg {
        display: block;
    }

        a > svg path,
        a > svg rect {
            fill: currentColor;
        }

        a > svg circle {
            stroke: currentColor;
        }

._use-p-t-b {
    padding: 50px 0;
}

@media (min-width: 768px) {
    ._use-p-t-b {
        padding: 54px 0;
    }
}

@media (min-width: 992px) {
    ._use-p-t-b {
        padding: 64px 0;
    }
}

@media (min-width: 1600px) {
    h2 {
        margin: 0 0 70px;
    }

    ._use-p-t-b {
        padding: 100px 0;
    }
}

._use-p-b {
    padding-bottom: 54px;
}

@media (min-width: 768px) {
    ._use-p-b {
        padding-bottom: 54px;
    }
}

@media (min-width: 992px) {
    ._use-p-b {
        padding-bottom: 64px;
    }
}

@media (min-width: 1600px) {
    ._use-p-b {
        padding-bottom: 100px;
    }
}

._use-decor-1 {
    border-top: 6px solid #9ed442;
}

._use-decor-2 {
    border-top: 6px solid #43d1a1;
}

._use-decor-3 {
    border-top: 6px solid #0b55d9;
}

._use-decor-4 {
    border-top: 6px solid #7555f1;
}

._page_bg-white {
    background: #fff;
}

._bg-gray {
    background-color: #141416;
}

._hidden {
    display: none;
}

.row-tag {
    font-size: 14px;
    line-height: 1;
    background: #0b55d9;
    color: #fff;
    border-radius: 2px;
    padding: 4px 4px 3px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 500;
}

.am-row {
    margin-left: 0;
    margin-right: 0;
}

.am-col-lg-1,
.am-col-lg-2,
.am-col-lg-3,
.am-col-lg-4,
.am-col-lg-5,
.am-col-lg-6,
.am-col-lg-7,
.am-col-lg-8,
.am-col-lg-9,
.am-col-lg-10,
.am-col-lg-11,
.am-col-lg-12,
.am-col-md-1,
.am-col-md-2,
.am-col-md-3,
.am-col-md-4,
.am-col-md-5,
.am-col-md-6,
.am-col-md-7,
.am-col-md-8,
.am-col-md-9,
.am-col-md-10,
.am-col-md-11,
.am-col-md-12,
.am-col-sm-1,
.am-col-sm-2,
.am-col-sm-3,
.am-col-sm-4,
.am-col-sm-5,
.am-col-sm-6,
.am-col-sm-7,
.am-col-sm-8,
.am-col-sm-9,
.am-col-sm-10,
.am-col-sm-11,
.am-col-sm-12,
.am-col-xs-1,
.am-col-xs-2,
.am-col-xs-3,
.am-col-xs-4,
.am-col-xs-5,
.am-col-xs-6,
.am-col-xs-7,
.am-col-xs-8,
.am-col-xs-9,
.am-col-xs-10,
.am-col-xs-11,
.am-col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.am-col-xs-1,
.am-col-xs-2,
.am-col-xs-3,
.am-col-xs-4,
.am-col-xs-5,
.am-col-xs-6,
.am-col-xs-7,
.am-col-xs-8,
.am-col-xs-9,
.am-col-xs-10,
.am-col-xs-11,
.am-col-xs-12 {
    float: left;
}

.am-col-xs-12 {
    width: 100%;
}

.am-col-xs-11 {
    width: 91.66666667%;
}

.am-col-xs-10 {
    width: 83.33333333%;
}

.am-col-xs-9 {
    width: 75%;
}

.am-col-xs-8 {
    width: 66.66666667%;
}

.am-col-xs-7 {
    width: 58.33333333%;
}

.am-col-xs-6 {
    width: 50%;
}

.am-col-xs-5 {
    width: 41.66666667%;
}

.am-col-xs-4 {
    width: 33.33333333%;
}

.am-col-xs-3 {
    width: 25%;
}

.am-col-xs-2 {
    width: 16.66666667%;
}

.am-col-xs-1 {
    width: 8.33333333%;
}

.am-col-xs-pull-12 {
    right: 100%;
}

.am-col-xs-pull-11 {
    right: 91.66666667%;
}

.am-col-xs-pull-10 {
    right: 83.33333333%;
}

.am-col-xs-pull-9 {
    right: 75%;
}

.am-col-xs-pull-8 {
    right: 66.66666667%;
}

.am-col-xs-pull-7 {
    right: 58.33333333%;
}

.am-col-xs-pull-6 {
    right: 50%;
}

.am-col-xs-pull-5 {
    right: 41.66666667%;
}

.am-col-xs-pull-4 {
    right: 33.33333333%;
}

.am-col-xs-pull-3 {
    right: 25%;
}

.am-col-xs-pull-2 {
    right: 16.66666667%;
}

.am-col-xs-pull-1 {
    right: 8.33333333%;
}

.am-col-xs-pull-0 {
    right: auto;
}

.am-col-xs-push-12 {
    left: 100%;
}

.am-col-xs-push-11 {
    left: 91.66666667%;
}

.am-col-xs-push-10 {
    left: 83.33333333%;
}

.am-col-xs-push-9 {
    left: 75%;
}

.am-col-xs-push-8 {
    left: 66.66666667%;
}

.am-col-xs-push-7 {
    left: 58.33333333%;
}

.am-col-xs-push-6 {
    left: 50%;
}

.am-col-xs-push-5 {
    left: 41.66666667%;
}

.am-col-xs-push-4 {
    left: 33.33333333%;
}

.am-col-xs-push-3 {
    left: 25%;
}

.am-col-xs-push-2 {
    left: 16.66666667%;
}

.am-col-xs-push-1 {
    left: 8.33333333%;
}

.am-col-xs-push-0 {
    left: auto;
}

.am-col-xs-offset-12 {
    margin-left: 100%;
}

.am-col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.am-col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.am-col-xs-offset-9 {
    margin-left: 75%;
}

.am-col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.am-col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.am-col-xs-offset-6 {
    margin-left: 50%;
}

.am-col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.am-col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.am-col-xs-offset-3 {
    margin-left: 25%;
}

.am-col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.am-col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.am-col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .am-col-sm-1,
    .am-col-sm-2,
    .am-col-sm-3,
    .am-col-sm-4,
    .am-col-sm-5,
    .am-col-sm-6,
    .am-col-sm-7,
    .am-col-sm-8,
    .am-col-sm-9,
    .am-col-sm-10,
    .am-col-sm-11,
    .am-col-sm-12 {
        float: left;
    }

    .am-col-sm-12 {
        width: 100%;
    }

    .am-col-sm-11 {
        width: 91.66666667%;
    }

    .am-col-sm-10 {
        width: 83.33333333%;
    }

    .am-col-sm-9 {
        width: 75%;
    }

    .am-col-sm-8 {
        width: 66.66666667%;
    }

    .am-col-sm-7 {
        width: 58.33333333%;
    }

    .am-col-sm-6 {
        width: 50%;
    }

    .am-col-sm-5 {
        width: 41.66666667%;
    }

    .am-col-sm-4 {
        width: 33.33333333%;
    }

    .am-col-sm-3 {
        width: 25%;
    }

    .am-col-sm-2 {
        width: 16.66666667%;
    }

    .am-col-sm-1 {
        width: 8.33333333%;
    }

    .am-col-sm-pull-12 {
        right: 100%;
    }

    .am-col-sm-pull-11 {
        right: 91.66666667%;
    }

    .am-col-sm-pull-10 {
        right: 83.33333333%;
    }

    .am-col-sm-pull-9 {
        right: 75%;
    }

    .am-col-sm-pull-8 {
        right: 66.66666667%;
    }

    .am-col-sm-pull-7 {
        right: 58.33333333%;
    }

    .am-col-sm-pull-6 {
        right: 50%;
    }

    .am-col-sm-pull-5 {
        right: 41.66666667%;
    }

    .am-col-sm-pull-4 {
        right: 33.33333333%;
    }

    .am-col-sm-pull-3 {
        right: 25%;
    }

    .am-col-sm-pull-2 {
        right: 16.66666667%;
    }

    .am-col-sm-pull-1 {
        right: 8.33333333%;
    }

    .am-col-sm-pull-0 {
        right: auto;
    }

    .am-col-sm-push-12 {
        left: 100%;
    }

    .am-col-sm-push-11 {
        left: 91.66666667%;
    }

    .am-col-sm-push-10 {
        left: 83.33333333%;
    }

    .am-col-sm-push-9 {
        left: 75%;
    }

    .am-col-sm-push-8 {
        left: 66.66666667%;
    }

    .am-col-sm-push-7 {
        left: 58.33333333%;
    }

    .am-col-sm-push-6 {
        left: 50%;
    }

    .am-col-sm-push-5 {
        left: 41.66666667%;
    }

    .am-col-sm-push-4 {
        left: 33.33333333%;
    }

    .am-col-sm-push-3 {
        left: 25%;
    }

    .am-col-sm-push-2 {
        left: 16.66666667%;
    }

    .am-col-sm-push-1 {
        left: 8.33333333%;
    }

    .am-col-sm-push-0 {
        left: auto;
    }

    .am-col-sm-offset-12 {
        margin-left: 100%;
    }

    .am-col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .am-col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .am-col-sm-offset-9 {
        margin-left: 75%;
    }

    .am-col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .am-col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .am-col-sm-offset-6 {
        margin-left: 50%;
    }

    .am-col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .am-col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .am-col-sm-offset-3 {
        margin-left: 25%;
    }

    .am-col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .am-col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .am-col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .am-col-md-1,
    .am-col-md-2,
    .am-col-md-3,
    .am-col-md-4,
    .am-col-md-5,
    .am-col-md-6,
    .am-col-md-7,
    .am-col-md-8,
    .am-col-md-9,
    .am-col-md-10,
    .am-col-md-11,
    .am-col-md-12 {
        float: left;
    }

    .am-col-md-12 {
        width: 100%;
    }

    .am-col-md-11 {
        width: 91.66666667%;
    }

    .am-col-md-10 {
        width: 83.33333333%;
    }

    .am-col-md-9 {
        width: 75%;
    }

    .am-col-md-8 {
        width: 66.66666667%;
    }

    .am-col-md-7 {
        width: 58.33333333%;
    }

    .am-col-md-6 {
        width: 50%;
    }

    .am-col-md-5 {
        width: 41.66666667%;
    }

    .am-col-md-4 {
        width: 33.33333333%;
    }

    .am-col-md-3 {
        width: 25%;
    }

    .am-col-md-2 {
        width: 16.66666667%;
    }

    .am-col-md-1 {
        width: 8.33333333%;
    }

    .am-col-md-pull-12 {
        right: 100%;
    }

    .am-col-md-pull-11 {
        right: 91.66666667%;
    }

    .am-col-md-pull-10 {
        right: 83.33333333%;
    }

    .am-col-md-pull-9 {
        right: 75%;
    }

    .am-col-md-pull-8 {
        right: 66.66666667%;
    }

    .am-col-md-pull-7 {
        right: 58.33333333%;
    }

    .am-col-md-pull-6 {
        right: 50%;
    }

    .am-col-md-pull-5 {
        right: 41.66666667%;
    }

    .am-col-md-pull-4 {
        right: 33.33333333%;
    }

    .am-col-md-pull-3 {
        right: 25%;
    }

    .am-col-md-pull-2 {
        right: 16.66666667%;
    }

    .am-col-md-pull-1 {
        right: 8.33333333%;
    }

    .am-col-md-pull-0 {
        right: auto;
    }

    .am-col-md-push-12 {
        left: 100%;
    }

    .am-col-md-push-11 {
        left: 91.66666667%;
    }

    .am-col-md-push-10 {
        left: 83.33333333%;
    }

    .am-col-md-push-9 {
        left: 75%;
    }

    .am-col-md-push-8 {
        left: 66.66666667%;
    }

    .am-col-md-push-7 {
        left: 58.33333333%;
    }

    .am-col-md-push-6 {
        left: 50%;
    }

    .am-col-md-push-5 {
        left: 41.66666667%;
    }

    .am-col-md-push-4 {
        left: 33.33333333%;
    }

    .am-col-md-push-3 {
        left: 25%;
    }

    .am-col-md-push-2 {
        left: 16.66666667%;
    }

    .am-col-md-push-1 {
        left: 8.33333333%;
    }

    .am-col-md-push-0 {
        left: auto;
    }

    .am-col-md-offset-12 {
        margin-left: 100%;
    }

    .am-col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .am-col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .am-col-md-offset-9 {
        margin-left: 75%;
    }

    .am-col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .am-col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .am-col-md-offset-6 {
        margin-left: 50%;
    }

    .am-col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .am-col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .am-col-md-offset-3 {
        margin-left: 25%;
    }

    .am-col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .am-col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .am-col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .am-col-lg-1,
    .am-col-lg-2,
    .am-col-lg-3,
    .am-col-lg-4,
    .am-col-lg-5,
    .am-col-lg-6,
    .am-col-lg-7,
    .am-col-lg-8,
    .am-col-lg-9,
    .am-col-lg-10,
    .am-col-lg-11,
    .am-col-lg-12 {
        float: left;
    }

    .am-col-lg-12 {
        width: 100%;
    }

    .am-col-lg-11 {
        width: 91.66666667%;
    }

    .am-col-lg-10 {
        width: 83.33333333%;
    }

    .am-col-lg-9 {
        width: 75%;
    }

    .am-col-lg-8 {
        width: 66.66666667%;
    }

    .am-col-lg-7 {
        width: 58.33333333%;
    }

    .am-col-lg-6 {
        width: 50%;
    }

    .am-col-lg-5 {
        width: 41.66666667%;
    }

    .am-col-lg-4 {
        width: 33.33333333%;
    }

    .am-col-lg-3 {
        width: 25%;
    }

    .am-col-lg-2 {
        width: 16.66666667%;
    }

    .am-col-lg-1 {
        width: 8.33333333%;
    }

    .am-col-lg-pull-12 {
        right: 100%;
    }

    .am-col-lg-pull-11 {
        right: 91.66666667%;
    }

    .am-col-lg-pull-10 {
        right: 83.33333333%;
    }

    .am-col-lg-pull-9 {
        right: 75%;
    }

    .am-col-lg-pull-8 {
        right: 66.66666667%;
    }

    .am-col-lg-pull-7 {
        right: 58.33333333%;
    }

    .am-col-lg-pull-6 {
        right: 50%;
    }

    .am-col-lg-pull-5 {
        right: 41.66666667%;
    }

    .am-col-lg-pull-4 {
        right: 33.33333333%;
    }

    .am-col-lg-pull-3 {
        right: 25%;
    }

    .am-col-lg-pull-2 {
        right: 16.66666667%;
    }

    .am-col-lg-pull-1 {
        right: 8.33333333%;
    }

    .am-col-lg-pull-0 {
        right: auto;
    }

    .am-col-lg-push-12 {
        left: 100%;
    }

    .am-col-lg-push-11 {
        left: 91.66666667%;
    }

    .am-col-lg-push-10 {
        left: 83.33333333%;
    }

    .am-col-lg-push-9 {
        left: 75%;
    }

    .am-col-lg-push-8 {
        left: 66.66666667%;
    }

    .am-col-lg-push-7 {
        left: 58.33333333%;
    }

    .am-col-lg-push-6 {
        left: 50%;
    }

    .am-col-lg-push-5 {
        left: 41.66666667%;
    }

    .am-col-lg-push-4 {
        left: 33.33333333%;
    }

    .am-col-lg-push-3 {
        left: 25%;
    }

    .am-col-lg-push-2 {
        left: 16.66666667%;
    }

    .am-col-lg-push-1 {
        left: 8.33333333%;
    }

    .am-col-lg-push-0 {
        left: auto;
    }

    .am-col-lg-offset-12 {
        margin-left: 100%;
    }

    .am-col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .am-col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .am-col-lg-offset-9 {
        margin-left: 75%;
    }

    .am-col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .am-col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .am-col-lg-offset-6 {
        margin-left: 50%;
    }

    .am-col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .am-col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .am-col-lg-offset-3 {
        margin-left: 25%;
    }

    .am-col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .am-col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .am-col-lg-offset-0 {
        margin-left: 0;
    }
}

.am-clearfix:after,
.am-clearfix:before,
.am-container-fluid:after,
.am-container-fluid:before,
.am-container:after,
.am-container:before,
.am-row:after,
.am-row:before {
    content: " ";
    display: table;
}

.am-clearfix:after,
.am-container-fluid:after,
.am-container:after,
.am-row:after {
    clear: both;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.rteleft {
    text-align: left;
}

.rtecenter {
    text-align: center;
}

.rteright {
    text-align: right;
}

.desktop-only {
    display: none !important;
}

@media (min-width: 768px) {
    .mobile-only {
        display: none !important;
    }

    .desktop-only {
        display: block !important;
    }
}

.l-container,
.l-page {
    position: relative;
}

.l-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 90%;
}

@media (min-width: 768px) {
    .l-container {
        max-width: 90%;
    }
}

@media (min-width: 992px) {
    .l-container {
        max-width: 944px;
    }
}

@media (min-width: 1200px) {
    .l-container {
        max-width: 1170px;
    }
}

@media (min-width: 1600px) {
    .l-container {
        max-width: 1280px;
    }
}

@media (min-width: 1921px) {
    .l-container {
        max-width: 1560px;
    }
}

.l-container:after,
.l-container:before {
    content: " ";
    display: table;
}

.am-button,
.am-form-submit {
    border-radius: 48px !important;
    padding: 19px 28px;
    font-family: GothamPro, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none !important;
    display: inline-block;
    transition: background-color 0.3s, border-color 0.3s;
    cursor: pointer;
    outline: 0 !important;
    border: none;
    text-align: center;
    font-size: 16px;
    background: #0b55d9;
    color: #fff;
}

@media (min-width: 1200px) {
    .am-button,
    .am-form-submit {
        font-size: 16px;
    }
}

@media (min-width: 1600px) {
    .am-button,
    .am-form-submit {
        font-size: 18px;
    }
}

.am-button:active,
.am-button:hover,
.am-button_active,
.am-button_hover,
.am-form-submit:active,
.am-form-submit:hover,
.am-form-submit_active,
.am-form-submit_hover {
    background: #0a4bc1;
    color: #fff;
}

.am-button._style-gray {
    background: #323232;
    color: #fff;
}

    .am-button._style-gray:active,
    .am-button._style-gray:hover,
    .am-button._style-gray_active,
    .am-button._style-gray_hover {
        background: #252525;
        color: #fff;
    }

.am-button._style-dark-blue {
    background: #0b55d9;
    color: #fff;
}

    .am-button._style-dark-blue:active,
    .am-button._style-dark-blue:hover,
    .am-button._style-dark-blue_active,
    .am-button._style-dark-blue_hover {
        background: #0942a8;
        color: #fff;
    }

.am-button._style-dark-blue--inverse {
    background: transparent;
    color: #fff;
    border: 1px solid #0b55d9;
}

    .am-button._style-dark-blue--inverse:active,
    .am-button._style-dark-blue--inverse:hover,
    .am-button._style-dark-blue--inverse_active,
    .am-button._style-dark-blue--inverse_hover {
        background: #0b55d9;
        color: #fff;
    }

.am-button._style-blue--inverse {
    background: transparent;
    color: #fff;
    border: 2px solid #0b55d9;
}

    .am-button._style-blue--inverse:active,
    .am-button._style-blue--inverse:hover,
    .am-button._style-blue--inverse_active,
    .am-button._style-blue--inverse_hover {
        background: #0b55d9;
        color: #fff;
    }

.am-button._style-a {
    padding: 14px 28px;
    min-width: 210px;
}

@media (min-width: 1200px) {
    .am-button._style-a {
        min-width: 240px;
    }
}

.am-button._size_sm {
    padding: 14px 28px;
}

.am-button._mw_lg {
    min-width: 180px;
}

.am-button._mw_xl {
    min-width: 200px;
}

.am-button._mw_2xl {
    min-width: 180px;
}

@media (min-width: 1200px) {
    .am-button._mw_2xl {
        min-width: 210px;
    }
}

.am-button._disabled,
.am-button._loader {
    pointer-events: none;
}

.am-button._loader {
    color: transparent;
    position: relative;
}

    .am-button._loader .am-loader {
        position: absolute;
        left: 0;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

.am-button:not(._loader) .am-loader {
    display: none;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal__dialog {
    position: relative;
    margin: 10px auto;
    max-width: 1170px;
}

.modal__dialog_v-centered {
    display: flex;
    min-height: 100%;
    align-items: center;
    justify-content: center;
}

.modal__content {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    padding: 20px;
    width: 100%;
}

.modal__close {
    position: relative;
    z-index: 5;
}

.modal.fade .modal__dialog {
    transform: translateY(-25%);
    transition: transform 0.3s ease-out;
}

.modal.in .modal__dialog {
    transform: translate(0);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.in {
        opacity: 0.9;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.modal__dialog {
    max-width: 760px;
}

.modal__content {
    background: #202022;
    border-radius: 8px;
}

.modal__video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background: #111;
}

    .modal__video iframe,
    .modal__video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.modal__close {
    top: 20px;
    right: 20px;
    position: absolute;
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border-radius: 50%;
    transition: opacity 0.3s;
}

    .modal__close:after,
    .modal__close:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 63%;
        border-bottom: 2px solid #fff;
    }

    .modal__close:before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .modal__close:after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .modal__close:hover {
        opacity: 0.7;
    }

.modal_request-access .modal__content {
    padding: 30px;
}

@media (min-width: 768px) {
    .modal_request-access .modal__content {
        padding: 30px;
    }
}

@media (min-width: 992px) {
    .modal_request-access .modal__content {
        padding: 50px;
    }
}

@media (min-width: 1200px) {
    .modal_request-access .modal__content {
        padding: 60px 130px;
    }
}

.modal_try-now .modal__dialog {
    max-width: 600px;
}

.modal_try-now .modal__content {
    padding: 30px;
    background: #181818;
}

@media (min-width: 768px) {
    .modal_try-now .modal__content {
        padding: 30px;
    }
}

@media (min-width: 992px) {
    .modal_try-now .modal__content {
        padding: 60px;
    }
}

@media (min-width: 1200px) {
    .modal_try-now .modal__content {
        padding: 90px 70px 70px;
    }
}

.modal__zoom-btn {
    display: block;
    cursor: pointer;
}

    .modal__zoom-btn .modal__screen__title {
        display: none;
    }

.modal_zoom-screen.in ~ .modal-backdrop.in {
    opacity: 0.5;
}

.modal_zoom-screen .modal__close {
    background: #111;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
}

.modal_zoom-screen .modal__dialog {
    max-width: 1300px;
}

@media (min-width: 1600px) {
    .modal_zoom-screen .modal__dialog {
        max-width: 1920px;
    }
}

.modal_zoom-screen .modal__content {
    border-radius: 3px;
    background: #f9f9f9;
    padding: 15px;
    max-width: 1280px;
    margin: 0 25px;
}

@media (min-width: 768px) {
    .modal_zoom-screen .modal__close {
        width: 40px;
        height: 40px;
    }

    .modal_zoom-screen .modal__content {
        padding: 15px;
        width: auto;
    }
}

.modal_zoom-screen .modal__screen__title {
    display: block;
    font-size: 14px;
    font-family: GothamPro, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
    line-height: 1.2;
    padding-right: 35px;
}

@media (min-width: 768px) {
    .modal_zoom-screen .modal__screen__title {
        font-size: 18px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1600px) {
    .modal_zoom-screen .modal__screen__title {
        margin-bottom: 30px;
        font-size: 18px;
    }
}

.modal_zoom-screen .modal__screen__img {
    text-align: center;
    position: relative;
    margin: 0 auto 10px;
}

@media (min-width: 1200px) {
    .modal_zoom-screen .modal__screen__img {
        max-width: 1100px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1600px) {
    .modal_zoom-screen .modal__screen__img {
        margin-bottom: 60px;
        max-width: 1400px;
    }
}

.modal_zoom-screen .modal__screen > :last-child {
    margin-bottom: 0;
}

.modal_zoom-screen .modal__screen__img-wrap {
    border-radius: 3px;
    overflow: hidden;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .modal_zoom-screen .modal__close {
        top: 0 !important;
        top: 10px;
    }
}

.modal_videos .modal__dialog {
    width: 90%;
    max-width: 1360px;
}

@media (min-width: 1921px) {
    .modal_videos .modal__dialog {
        max-width: 1560px;
    }
}

.modal_videos .modal__content {
    background: transparent;
}

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

    .am-form * {
        outline: 0 !important;
        box-sizing: border-box;
    }

    .am-form .clientside-error,
    .am-form .messages,
    .am-form .webform-ajax-messages .messages {
        display: none !important;
    }

    .am-form .form-required {
        color: inherit;
    }

    .am-form fieldset {
        border: none;
        margin: 30px 0;
        padding: 0;
    }

        .am-form fieldset fieldset:last-child {
            margin-bottom: 0;
        }

        .am-form fieldset .fieldset-wrapper:after {
            content: "";
            display: table;
            clear: both;
        }

        .am-form fieldset .fieldset-wrapper .fieldset-wrapper {
            margin-left: -8px;
            margin-right: -8px;
        }

            .am-form fieldset .fieldset-wrapper .fieldset-wrapper [class*="col-"] {
                padding-left: 8px;
                padding-right: 8px;
            }

            .am-form
            fieldset
            .fieldset-wrapper
            .fieldset-wrapper
            label.element-invisible + * {
                margin-top: 0;
            }

    .am-form .webform-confirmation {
        text-align: center;
        max-width: 500px;
        margin: 0 auto;
    }

        .am-form .webform-confirmation .links {
            margin-top: 20px;
        }

        .am-form .webform-confirmation :last-child {
            margin-bottom: 0;
        }

    .am-form .form-item,
    .am-form .mktoFormRow {
        position: relative;
        margin: 0 0 24px;
    }

    .am-form .form-item__row,
    .am-form .mktoFormRow__row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .am-form .form-item__hide-input,
    .am-form .mktoFormRow__hide-input {
        position: relative;
    }

        .am-form .form-item__hide-input input,
        .am-form .mktoFormRow__hide-input input {
            padding-right: 45px !important;
        }

        .am-form .form-item__hide-input .form-item__hide-password,
        .am-form .mktoFormRow__hide-input .form-item__hide-password {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            transition: opacity 0.3s;
        }

            .am-form .form-item__hide-input .form-item__hide-password:hover,
            .am-form .mktoFormRow__hide-input .form-item__hide-password:hover {
                opacity: 0.7;
            }

            .am-form .form-item__hide-input .form-item__hide-password img,
            .am-form .mktoFormRow__hide-input .form-item__hide-password img {
                display: block;
            }

    .am-form .form-item__note,
    .am-form .mktoFormRow__note {
        font-size: 12px;
        background: #f6f6f6;
        border-radius: 5px;
        padding: 10px;
    }

    .am-form .form-actions,
    .am-form .mktoButtonRow {
        margin-bottom: 0;
        text-align: center;
        overflow: hidden;
        clear: both;
        padding-top: 15px;
    }

        .am-form .form-actions input,
        .am-form .mktoButtonRow input {
            margin-left: 12px;
        }

            .am-form .form-actions input:first-child,
            .am-form .mktoButtonRow input:first-child {
                margin-left: 0;
            }

    .am-form input:not([type="checkbox"]):not([type="radio"]),
    .am-form select,
    .am-form textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border-radius: 0;
    }

    .am-form textarea {
        resize: none;
        height: auto;
    }

    .am-form .grippie {
        display: none;
    }

    .am-form
    .select2-container--default.select2-container--below
    .select2-selection--single,
    .am-form select {
        padding-right: 40px !important;
    }

    .am-form select {
        cursor: pointer;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAQAAACoRNXiAAAAK0lEQVQY02NgoA0w/mb8Hw6/oUuaIkmaYuotgEoVYDd6LVBqLW6bj5HsWAAv0Bfed1VYOwAAAABJRU5ErkJggg==) !important;
        background-position: calc(100% - 14px) 50% !important;
        background-repeat: no-repeat !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .am-form.am-form_style-black select {
        background-image: url(/v2/themes/custom/altium_365/html/dist/images/ico-select-arrow.svg) !important;
    }

    .am-form .select2-container--default .select2-selection--single,
    .am-form
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ),
    .am-form select,
    .am-form textarea {
        width: 100%;
        transition: border-color 0.3s, box-shadow 0.3s;
        border: 1px solid;
        border-radius: 4px;
        padding: 12px 24px;
        font-size: 12px;
        line-height: 1.2;
        font-family: GothamPro, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
        font-weight: 400;
        text-align: left;
    }

@media (min-width: 768px) {
    .am-form .form-actions,
    .am-form .mktoButtonRow {
        padding-top: 15px;
    }

    .am-form textarea {
        height: 82px;
    }

    .am-form .select2-container--default .select2-selection--single,
    .am-form
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ),
    .am-form select,
    .am-form textarea {
        font-size: 16px;
    }
}

.am-form .select2-container--default .select2-selection--single,
.am-form
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ),
.am-form select {
    height: 50px;
}

.am-form .select2-container {
    width: 100% !important;
}

.am-form
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    line-height: inherit;
}

.am-form
.select2-container
.select2-selection--single
.select2-selection__rendered {
    padding-left: 0;
}

.am-form
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    height: 100%;
    width: 49px;
}

.am-form .select2-results__options {
    font-family: GothamPro, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
}

.am-form .select2-results__option {
    padding: 8px 16px 6px;
    transition: color 0.3s, background-color 0.3s;
}

.am-form .field-use-img {
    position: relative;
}

.am-form .field-use-img__img {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.am-form .field-use-img .form-text {
    padding-left: 48px !important;
    padding-right: 7px !important;
}

.am-form label,
.am-form legend {
    font-family: GothamPro, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-weight: 400;
    display: block;
}

    .am-form label span,
    .am-form legend span {
        font-weight: 400;
    }

.am-form legend {
    font-size: 16px;
    line-height: 1.4285;
    margin-bottom: 16px;
}

.am-form label {
    margin-bottom: 7px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .am-form .select2-container--default .select2-selection--single,
    .am-form
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ),
    .am-form select {
        height: 60px;
    }

    .am-form label {
        margin-bottom: 7px;
        font-size: 14px;
    }

        .am-form label.element-invisible + * {
            margin-top: 26px;
        }
}

.am-form .am-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

    .am-form .am-row [class*="am-col-"] {
        padding-left: 10px;
        padding-right: 10px;
        float: none;
    }

    .am-form
    .am-row
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ),
    .am-form .am-row select,
    .am-form .am-row textarea {
        width: 100%;
    }

    .am-form .am-row._style-s {
        margin-left: -5px;
        margin-right: -5px;
    }

        .am-form .am-row._style-s [class*="am-col-"] {
            padding-left: 5px;
            padding-right: 5px;
        }

.am-form .am-row-group {
    display: flex;
}

    .am-form .am-row-group [class*="am-col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .am-form .am-row-group [class*="am-col-"]:not(:first-child) input {
            border-top-left-radius: 0 !important;
            border-bottom-left-radius: 0 !important;
        }

            .am-form .am-row-group [class*="am-col-"]:not(:first-child) input:not(:focus) {
                border-left-color: transparent !important;
            }

        .am-form .am-row-group [class*="am-col-"]:first-child input,
        .am-form .am-row-group [class*="am-col-"]:first-child select {
            border-top-right-radius: 0 !important;
            border-bottom-right-radius: 0 !important;
        }

.am-form .am-checkbox,
.am-form .form-type-checkbox,
.am-form .form-type-radio {
    position: relative;
}

    .am-form .am-checkbox label,
    .am-form .form-type-checkbox label,
    .am-form .form-type-radio label {
        text-align: left;
        transition: color 0.3s;
        position: relative;
        font-size: 12px;
        line-height: 1.5;
        font-family: OpenSans, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
        margin: 0;
        padding: 0 0 0 28px;
        cursor: pointer;
        text-transform: none;
    }

        .am-form .am-checkbox label.style-s,
        .am-form .form-type-checkbox label.style-s,
        .am-form .form-type-radio label.style-s {
            padding-left: 36px;
            font: 400 10px/1.8 OpenSans, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
        }

            .am-form .am-checkbox label.style-s:before,
            .am-form .form-type-checkbox label.style-s:before,
            .am-form .form-type-radio label.style-s:before {
                top: 3px;
            }

            .am-form .am-checkbox label.style-s:after,
            .am-form .form-type-checkbox label.style-s:after,
            .am-form .form-type-radio label.style-s:after {
                top: 9px !important;
            }

        .am-form .am-checkbox label.style-not-label,
        .am-form .form-type-checkbox label.style-not-label,
        .am-form .form-type-radio label.style-not-label {
            padding: 0;
            width: 20px;
            height: 20px;
        }

    .am-form .am-checkbox.style-a,
    .am-form .form-type-checkbox.style-a,
    .am-form .form-type-radio.style-a {
        border: 1px solid #f0f0f0;
        border-radius: 4px;
        padding: 14px 16px;
    }

        .am-form .am-checkbox.style-a label,
        .am-form .form-type-checkbox.style-a label,
        .am-form .form-type-radio.style-a label {
            color: #414143;
        }

    .am-form .am-checkbox._indent_md,
    .am-form .form-type-checkbox._indent_md,
    .am-form .form-type-radio._indent_md {
        margin: 30px 0;
    }

.am-form input[type="checkbox"],
.am-form input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

    .am-form input[type="checkbox"] + label:before,
    .am-form input[type="radio"] + label:before {
        border: 1px solid;
    }

    .am-form input[type="checkbox"] + label:before {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        width: 20px;
        height: 20px;
        border-radius: 4px;
    }

    .am-form input[type="checkbox"]:checked + label:after {
        content: "";
        position: absolute;
        top: 5px;
        left: 6px;
        width: 9px;
        height: 5px;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        transform: rotate(-45deg);
    }

    .am-form input[type="radio"] + label:before {
        content: "";
        position: absolute;
        top: 0;
        left: 2px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
    }

.am-form .iti {
    width: 100%;
}

    .am-form .iti ~ .b-tooltip {
        position: absolute;
        z-index: 6;
        left: 50%;
        width: 90%;
        transform: translate(-50%);
        top: calc(100% + 6px);
    }

.am-form .iti__flag-container {
    width: 64px;
    border-radius: 6px 0 0 6px;
}

.am-form .iti__selected-flag {
    padding: 0 0 0 14px;
    border-right: 1px solid;
    border-radius: 6px 0 0 6px;
}

.am-form .iti__arrow {
    margin-left: 10px;
    border-top: 4px solid;
}

.am-form .iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid;
}

.am-form .iti__country-list {
    box-shadow: none;
    border-radius: 0 0 4px 4px;
    border: 1px solid;
    max-height: 300px;
}

.am-form .iti__country {
    font-size: 13px;
    line-height: 1.2;
    padding: 5px 14px;
    margin: 0;
    display: flex;
    align-items: center;
    transition: background-color 0.3s;
}

.am-form .iti__flag-box {
    margin-right: 14px;
}

.am-form .iti__country-name {
    font-weight: 500;
}

.am-form .iti__country-name,
.am-form .iti__dial-code {
    font-family: GothamPro, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.am-form .iti__dial-code {
    margin-left: auto;
}

.am-form .iti__divider {
    display: none;
}

.am-form .iti .mktoError {
    display: none !important;
}

.am-form .iti input {
    padding-left: 80px !important;
}

.am-form .intl-tel-input {
    display: block;
    height: 40px;
    text-align: left;
    color: #c7c7cc;
}

    .am-form .intl-tel-input.allow-dropdown .selected-flag,
    .am-form .intl-tel-input.separate-dial-code .selected-flag {
        width: 62px;
    }

    .am-form .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
        background: #eee;
    }

    .am-form .intl-tel-input.allow-dropdown .flag-container.focus + input {
        border-color: #eee;
    }

    .am-form .intl-tel-input.allow-dropdown .flag-container.focus .selected-flag {
        background: #eee;
    }

        .am-form
        .intl-tel-input.allow-dropdown
        .flag-container.focus
        .selected-flag
        .iti-arrow {
            border-bottom: 4px solid #8e8e93;
            border-top: none;
        }

    .am-form .intl-tel-input .selected-flag {
        background: #fafafa;
        border-radius: 4px 0 0 4px;
        transition: background 0.3s;
    }

        .am-form .intl-tel-input .selected-flag .iti-flag {
            left: 16px;
        }

        .am-form .intl-tel-input .selected-flag .iti-arrow {
            border-top-color: #8e8e93;
            right: 10px;
            margin-top: -1px;
        }

    .am-form .intl-tel-input .country-list {
        color: #414143;
        margin: 0 0 0 -1px;
        padding: 5px 0;
        background: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 0 0 4px 4px;
        font-size: 12px;
        min-height: 0;
        max-height: 180px;
        box-shadow: none;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

        .am-form .intl-tel-input .country-list.dropup {
            border-radius: 4px 4px 0 0;
        }

        .am-form .intl-tel-input .country-list .country {
            margin: 0 0 6px;
            padding: 2px 15px;
            transition: background 0.3s, color 0.3s;
            display: flex;
            align-items: center;
        }

            .am-form .intl-tel-input .country-list .country.highlight {
                background: #eee;
                color: #141416;
            }

            .am-form .intl-tel-input .country-list .country:last-child {
                margin-bottom: 0;
            }

            .am-form .intl-tel-input .country-list .country .dial-code {
                margin-left: auto;
            }

        .am-form .intl-tel-input .country-list .country-name,
        .am-form .intl-tel-input .country-list .flag-box {
            margin-right: 8px;
        }

        .am-form .intl-tel-input .country-list .divider {
            display: none;
        }

    .am-form .intl-tel-input input {
        padding-left: 78px !important;
    }

.am-form .select2-container .select2-selection--single,
.am-form
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ),
.am-form select,
.am-form textarea {
    border-color: #eaeaea;
    background-color: #fff !important;
    color: #111;
}

    .am-form
    .select2-container
    .select2-selection--single::-webkit-input-placeholder,
    .am-form
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] )::-webkit-input-placeholder,
    .am-form select::-webkit-input-placeholder,
    .am-form textarea::-webkit-input-placeholder {
        color: #626264;
        opacity: 1;
        font-weight: 400;
    }

    .am-form .select2-container .select2-selection--single:-moz-placeholder,
    .am-form .select2-container .select2-selection--single::-moz-placeholder,
    .am-form
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ):-moz-placeholder,
    .am-form
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] )::-moz-placeholder,
    .am-form select:-moz-placeholder,
    .am-form select::-moz-placeholder,
    .am-form textarea:-moz-placeholder,
    .am-form textarea::-moz-placeholder {
        color: #626264;
        opacity: 1;
        font-weight: 400;
    }

    .am-form .select2-container .select2-selection--single:-ms-input-placeholder,
    .am-form
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ):-ms-input-placeholder,
    .am-form select:-ms-input-placeholder,
    .am-form textarea:-ms-input-placeholder {
        color: #626264;
        opacity: 1;
        font-weight: 400;
    }

    .am-form .select2-container .select2-selection--single[disabled],
    .am-form
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] )[disabled],
    .am-form select[disabled],
    .am-form textarea[disabled] {
        border-color: #f5f5f5 !important;
        background-color: #f5f5f5 !important;
        cursor: not-allowed;
    }

    .am-form .select2-container .select2-selection--single.error,
    .am-form .select2-container .select2-selection--single.input-validation-error,
    .am-form .select2-container .select2-selection--single.mktoInvalid,
    .am-form
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ).error,
    .am-form
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ).input-validation-error,
    .am-form
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ).mktoInvalid,
    .am-form select.error,
    .am-form select.input-validation-error,
    .am-form select.mktoInvalid,
    .am-form textarea.error,
    .am-form textarea.input-validation-error,
    .am-form textarea.mktoInvalid {
        border-color: #f26538 !important;
    }

    .am-form .select2-container .select2-selection--single ~ .b-tooltip,
    .am-form
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ) ~ .b-tooltip,
    .am-form select ~ .b-tooltip,
    .am-form textarea ~ .b-tooltip {
        display: none;
        position: absolute;
        z-index: 6;
        left: 50%;
        width: 90%;
        transform: translate(-50%);
        top: calc(100% + 6px);
    }

    .am-form .select2-container .select2-selection--single.error ~ .b-tooltip,
    .am-form
    .select2-container
    .select2-selection--single.input-validation-error ~ .b-tooltip,
    .am-form
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ).error ~ .b-tooltip,
    .am-form
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ).input-validation-error ~ .b-tooltip,
    .am-form select.error ~ .b-tooltip,
    .am-form select.input-validation-error ~ .b-tooltip,
    .am-form textarea.error ~ .b-tooltip,
    .am-form textarea.input-validation-error ~ .b-tooltip {
        display: block;
    }

    .am-form
    .select2-container
    .select2-selection--single:focus:not([type="file"]):not([readonly]),
    .am-form
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ):focus:not([type="file"]):not([readonly]),
    .am-form select:focus:not([type="file"]):not([readonly]),
    .am-form textarea:focus:not([type="file"]):not([readonly]) {
        border-color: #0b55d9;
        box-shadow: none;
    }

    .am-form select.error + .selectize-control .selectize-input,
    .am-form select.input-validation-error + .selectize-control .selectize-input {
        border-color: #f26538 !important;
    }

.am-form .am-checkbox,
.am-form .form-type-checkbox,
.am-form .form-type-radio {
    color: #8e8e93;
}

    .am-form .am-checkbox a,
    .am-form .form-type-checkbox a,
    .am-form .form-type-radio a {
        color: inherit;
        text-decoration: underline;
    }

    .am-form .am-checkbox label,
    .am-form .form-type-checkbox label,
    .am-form .form-type-radio label {
        color: #000;
    }

.am-form input[type="checkbox"]:checked + label:before,
.am-form input[type="radio"]:checked + label:before {
    background: #0b55d9;
}

.am-form input[type="checkbox"] + label:before,
.am-form input[type="radio"] + label:before {
    background: #fcfcfc;
    border-color: #2b87c8;
}

.am-form .mktoInvalid label:before,
.am-form input[type="checkbox"].error + label:before,
.am-form input[type="checkbox"].input-validation-error + label:before,
.am-form input[type="radio"].error + label:before,
.am-form input[type="radio"].input-validation-error + label:before {
    border-color: #f26538 !important;
}

.am-form input[type="checkbox"]:checked + label:before {
    border-color: #2b87c8;
}

.am-form label,
.am-form legend {
    color: #111;
}

.am-form .mktoError,
.am-form .mktoErrorArrowWrap {
    background: #f26538;
}

.am-form .iti__flag-container:hover .iti__selected-flag {
    background: hsla(0, 0%, 98.8%, 0.7) !important;
}

.am-form .iti__selected-flag {
    transition: background-color 0.3s;
    background: #fcfcfc !important;
    border-right-color: #eaeaea !important;
}

.am-form .iti__arrow {
    border-top-color: #111;
}

    .am-form .iti__arrow:before {
        border-color: #111;
    }

.am-form .iti__arrow--up {
    border-bottom-color: #111;
}

.am-form .iti__country-list {
    background-color: #fff !important;
    border-color: #eaeaea !important;
}

.am-form .iti__country {
    color: #111 !important;
}

.am-form .iti__highlight {
    background-color: rgba(0, 0, 0, 0.05) !important;
    color: #111 !important;
}

.am-form .select2-dropdown {
    background-color: #fff;
    border-color: #eaeaea;
}

.am-form .select2-results__option {
    color: #111;
}

.am-form
.select2-container--default
.select2-results__option--highlighted[aria-selected] {
    background-color: rgba(0, 0, 0, 0.02);
    color: #111;
}

.am-form
.select2-container--default
.select2-results__option[aria-selected="true"] {
    background-color: rgba(0, 0, 0, 0.05);
    color: #111;
}

.am-form
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
    border-color: #000 transparent transparent;
}

.am-form
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
    border-color: transparent transparent #000;
}

.am-form_style-black .select2-container .select2-selection--single,
.am-form_style-black
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ),
.am-form_style-black select,
.am-form_style-black textarea {
    border-color: #111;
    background-color: #111 !important;
    color: #fff;
}

    .am-form_style-black
    .select2-container
    .select2-selection--single::-webkit-input-placeholder,
    .am-form_style-black
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] )::-webkit-input-placeholder,
    .am-form_style-black select::-webkit-input-placeholder,
    .am-form_style-black textarea::-webkit-input-placeholder {
        color: #fff;
        opacity: 1;
        font-weight: 400;
    }

    .am-form_style-black
    .select2-container
    .select2-selection--single:-moz-placeholder,
    .am-form_style-black
    .select2-container
    .select2-selection--single::-moz-placeholder,
    .am-form_style-black
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ):-moz-placeholder,
    .am-form_style-black
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] )::-moz-placeholder,
    .am-form_style-black select:-moz-placeholder,
    .am-form_style-black select::-moz-placeholder,
    .am-form_style-black textarea:-moz-placeholder,
    .am-form_style-black textarea::-moz-placeholder {
        color: #fff;
        opacity: 1;
        font-weight: 400;
    }

    .am-form_style-black
    .select2-container
    .select2-selection--single:-ms-input-placeholder,
    .am-form_style-black
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ):-ms-input-placeholder,
    .am-form_style-black select:-ms-input-placeholder,
    .am-form_style-black textarea:-ms-input-placeholder {
        color: #fff;
        opacity: 1;
        font-weight: 400;
    }

    .am-form_style-black .select2-container .select2-selection--single[disabled],
    .am-form_style-black
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] )[disabled],
    .am-form_style-black select[disabled],
    .am-form_style-black textarea[disabled] {
        border-color: #070707 !important;
        background-color: #070707 !important;
        cursor: not-allowed;
    }

    .am-form_style-black .select2-container .select2-selection--single.error,
    .am-form_style-black
    .select2-container
    .select2-selection--single.input-validation-error,
    .am-form_style-black .select2-container .select2-selection--single.mktoInvalid,
    .am-form_style-black
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ).error,
    .am-form_style-black
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ).input-validation-error,
    .am-form_style-black
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ).mktoInvalid,
    .am-form_style-black select.error,
    .am-form_style-black select.input-validation-error,
    .am-form_style-black select.mktoInvalid,
    .am-form_style-black textarea.error,
    .am-form_style-black textarea.input-validation-error,
    .am-form_style-black textarea.mktoInvalid {
        border-color: #f26538 !important;
    }

    .am-form_style-black .select2-container .select2-selection--single ~ .b-tooltip,
    .am-form_style-black
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ) ~ .b-tooltip,
    .am-form_style-black select ~ .b-tooltip,
    .am-form_style-black textarea ~ .b-tooltip {
        display: none;
        position: absolute;
        z-index: 6;
        left: 50%;
        width: 90%;
        transform: translate(-50%);
        top: calc(100% + 6px);
    }

    .am-form_style-black
    .select2-container
    .select2-selection--single.error ~ .b-tooltip,
    .am-form_style-black
    .select2-container
    .select2-selection--single.input-validation-error ~ .b-tooltip,
    .am-form_style-black
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ).error ~ .b-tooltip,
    .am-form_style-black
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ).input-validation-error ~ .b-tooltip,
    .am-form_style-black select.error ~ .b-tooltip,
    .am-form_style-black select.input-validation-error ~ .b-tooltip,
    .am-form_style-black textarea.error ~ .b-tooltip,
    .am-form_style-black textarea.input-validation-error ~ .b-tooltip {
        display: block;
    }

    .am-form_style-black
    .select2-container
    .select2-selection--single:focus:not([type="file"]):not([readonly]),
    .am-form_style-black
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ):focus:not([type="file"]):not([readonly]),
    .am-form_style-black select:focus:not([type="file"]):not([readonly]),
    .am-form_style-black textarea:focus:not([type="file"]):not([readonly]) {
        border-color: #a5915f;
        box-shadow: none;
    }

    .am-form_style-black select.error + .selectize-control .selectize-input,
    .am-form_style-black
    select.input-validation-error + .selectize-control
    .selectize-input {
        border-color: #f26538 !important;
    }

.am-form_style-black .am-checkbox,
.am-form_style-black .form-type-checkbox,
.am-form_style-black .form-type-radio {
    color: #8e8e93;
}

    .am-form_style-black .am-checkbox a,
    .am-form_style-black .form-type-checkbox a,
    .am-form_style-black .form-type-radio a {
        color: inherit;
        text-decoration: underline;
    }

    .am-form_style-black .am-checkbox label,
    .am-form_style-black .form-type-checkbox label,
    .am-form_style-black .form-type-radio label {
        color: #000;
    }

.am-form_style-black input[type="checkbox"]:checked + label:before,
.am-form_style-black input[type="radio"]:checked + label:before {
    background: #353535;
}

.am-form_style-black input[type="checkbox"] + label:before,
.am-form_style-black input[type="radio"] + label:before {
    background: #353535;
    border-color: #353535;
}

.am-form_style-black .mktoInvalid label:before,
.am-form_style-black input[type="checkbox"].error + label:before,
.am-form_style-black
input[type="checkbox"].input-validation-error + label:before,
.am-form_style-black input[type="radio"].error + label:before,
.am-form_style-black input[type="radio"].input-validation-error + label:before {
    border-color: #f26538 !important;
}

.am-form_style-black input[type="checkbox"]:checked + label:before {
    border-color: #353535;
}

.am-form_style-black label,
.am-form_style-black legend {
    color: #fff;
}

.am-form_style-black .mktoError,
.am-form_style-black .mktoErrorArrowWrap {
    background: #f26538;
}

.am-form_style-black .iti__flag-container:hover .iti__selected-flag {
    background: rgba(46, 46, 46, 0.7) !important;
}

.am-form_style-black .iti__selected-flag {
    transition: background-color 0.3s;
    background: #2e2e2e !important;
    border-right-color: #111 !important;
}

.am-form_style-black .iti__arrow {
    border-top-color: #fff;
}

    .am-form_style-black .iti__arrow:before {
        border-color: #fff;
    }

.am-form_style-black .iti__arrow--up {
    border-bottom-color: #fff;
}

.am-form_style-black .iti__country-list {
    background-color: #313131 !important;
    border-color: #111 !important;
}

.am-form_style-black .iti__country {
    color: #fff !important;
}

.am-form_style-black .iti__highlight {
    background-color: rgba(0, 0, 0, 0.05) !important;
    color: #fff !important;
}

.am-form_style-black .select2-dropdown {
    background-color: #313131;
    border-color: #111;
}

.am-form_style-black .select2-results__option {
    color: #fff;
}

.am-form_style-black
.select2-container--default
.select2-results__option--highlighted[aria-selected] {
    background-color: rgba(0, 0, 0, 0.02);
    color: #fff;
}

.am-form_style-black
.select2-container--default
.select2-results__option[aria-selected="true"] {
    background-color: rgba(0, 0, 0, 0.05);
    color: #fff;
}

.am-form_style-black
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
    border-color: #000 transparent transparent;
}

.am-form_style-black
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
    border-color: transparent transparent #000;
}

.am-form_style-border .form-item,
.am-form_style-border .mktoFormRow {
    margin: 0 0 50px;
}

.am-form_style-border label,
.am-form_style-border legend {
    font-size: 14px;
    font-weight: 400;
    font-family: GothamPro, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.am-form_style-border .select2-container--default .select2-selection--single,
.am-form_style-border
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ),
.am-form_style-border select,
.am-form_style-border textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding-left: 0;
    background-color: transparent !important;
    font-size: 18px;
    font-weight: 400;
    font-family: GothamPro, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    padding-top: 16px;
    padding-bottom: 16px;
    height: 54px;
}

.am-form_style-border .select2-dropdown {
    border-radius: 0;
}

.am-form_style-border.am-form .iti__flag-container:hover .iti__selected-flag,
.am-form_style-border div.iti__selected-flag {
    background: none !important;
    border-right: none !important;
}

.am-form_style-border .iti__flag-container {
    left: auto;
    right: 0;
}

.am-form_style-border .iti__country-list {
    right: 0;
}

.am-form_style-border.am-form .iti input {
    padding-left: 0 !important;
    padding-right: 80px !important;
}

.am-form_style-border.am-form .iti__selected-flag {
    padding-left: 12px;
}

.am-form_style-border .iti__arrow:before,
.am-form_style-border
.select2-container--default
.select2-selection--single
.select2-selection__arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-left: 1px solid;
    border-bottom: 1px solid;
    width: 9px;
    height: 9px;
    transform: rotate(-45deg) translate(-50%, -50%);
    margin-top: -7px;
}

.am-form_style-border .iti__arrow--up:before,
.am-form_style-border
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow:before {
    transform: rotate(135deg) translate(50%, 50%);
    margin-top: 0;
}

.am-form_style-border .iti__arrow {
    margin-left: 17px;
    border: none;
    width: 9px;
    height: 100%;
    position: relative;
    top: 0;
}

.am-form_style-border
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
    display: none;
}

.am-form_style-border
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    width: 13px;
}

.am-form_style-border .select2-container .select2-selection--single,
.am-form_style-border
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ),
.am-form_style-border select,
.am-form_style-border textarea {
    border-color: rgba(0, 0, 0, 0.2);
    background-color: transparent !important;
    color: #101010;
}

    .am-form_style-border
    .select2-container
    .select2-selection--single::-webkit-input-placeholder,
    .am-form_style-border
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] )::-webkit-input-placeholder,
    .am-form_style-border select::-webkit-input-placeholder,
    .am-form_style-border textarea::-webkit-input-placeholder {
        color: #8e8e93;
        opacity: 1;
        font-weight: 400;
    }

    .am-form_style-border
    .select2-container
    .select2-selection--single:-moz-placeholder,
    .am-form_style-border
    .select2-container
    .select2-selection--single::-moz-placeholder,
    .am-form_style-border
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ):-moz-placeholder,
    .am-form_style-border
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] )::-moz-placeholder,
    .am-form_style-border select:-moz-placeholder,
    .am-form_style-border select::-moz-placeholder,
    .am-form_style-border textarea:-moz-placeholder,
    .am-form_style-border textarea::-moz-placeholder {
        color: #8e8e93;
        opacity: 1;
        font-weight: 400;
    }

    .am-form_style-border
    .select2-container
    .select2-selection--single:-ms-input-placeholder,
    .am-form_style-border
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ):-ms-input-placeholder,
    .am-form_style-border select:-ms-input-placeholder,
    .am-form_style-border textarea:-ms-input-placeholder {
        color: #8e8e93;
        opacity: 1;
        font-weight: 400;
    }

    .am-form_style-border .select2-container .select2-selection--single[disabled],
    .am-form_style-border
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] )[disabled],
    .am-form_style-border select[disabled],
    .am-form_style-border textarea[disabled] {
        border-color: transparent !important;
        background-color: transparent !important;
        cursor: not-allowed;
    }

    .am-form_style-border .select2-container .select2-selection--single.error,
    .am-form_style-border
    .select2-container
    .select2-selection--single.input-validation-error,
    .am-form_style-border .select2-container .select2-selection--single.mktoInvalid,
    .am-form_style-border
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ).error,
    .am-form_style-border
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ).input-validation-error,
    .am-form_style-border
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ).mktoInvalid,
    .am-form_style-border select.error,
    .am-form_style-border select.input-validation-error,
    .am-form_style-border select.mktoInvalid,
    .am-form_style-border textarea.error,
    .am-form_style-border textarea.input-validation-error,
    .am-form_style-border textarea.mktoInvalid {
        border-color: #f26538 !important;
    }

    .am-form_style-border
    .select2-container
    .select2-selection--single ~ .b-tooltip,
    .am-form_style-border
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ) ~ .b-tooltip,
    .am-form_style-border select ~ .b-tooltip,
    .am-form_style-border textarea ~ .b-tooltip {
        display: none;
        position: absolute;
        z-index: 6;
        left: 50%;
        width: 90%;
        transform: translate(-50%);
        top: calc(100% + 6px);
    }

    .am-form_style-border
    .select2-container
    .select2-selection--single.error ~ .b-tooltip,
    .am-form_style-border
    .select2-container
    .select2-selection--single.input-validation-error ~ .b-tooltip,
    .am-form_style-border
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ).error ~ .b-tooltip,
    .am-form_style-border
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ).input-validation-error ~ .b-tooltip,
    .am-form_style-border select.error ~ .b-tooltip,
    .am-form_style-border select.input-validation-error ~ .b-tooltip,
    .am-form_style-border textarea.error ~ .b-tooltip,
    .am-form_style-border textarea.input-validation-error ~ .b-tooltip {
        display: block;
    }

    .am-form_style-border
    .select2-container
    .select2-selection--single:focus:not([type="file"]):not([readonly]),
    .am-form_style-border
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ):focus:not([type="file"]):not([readonly]),
    .am-form_style-border select:focus:not([type="file"]):not([readonly]),
    .am-form_style-border textarea:focus:not([type="file"]):not([readonly]) {
        border-color: #000;
        box-shadow: none;
    }

    .am-form_style-border select.error + .selectize-control .selectize-input,
    .am-form_style-border
    select.input-validation-error + .selectize-control
    .selectize-input {
        border-color: #f26538 !important;
    }

.am-form_style-border .am-checkbox,
.am-form_style-border .form-type-checkbox,
.am-form_style-border .form-type-radio {
    color: #8e8e93;
}

    .am-form_style-border .am-checkbox a,
    .am-form_style-border .form-type-checkbox a,
    .am-form_style-border .form-type-radio a {
        color: inherit;
        text-decoration: underline;
    }

    .am-form_style-border .am-checkbox label,
    .am-form_style-border .form-type-checkbox label,
    .am-form_style-border .form-type-radio label {
        color: #000;
    }

.am-form_style-border input[type="checkbox"]:checked + label:before,
.am-form_style-border input[type="radio"]:checked + label:before {
    background: #a5915f;
}

.am-form_style-border input[type="checkbox"] + label:before,
.am-form_style-border input[type="radio"] + label:before {
    background: #fff;
    border-color: #e0e0e0;
}

.am-form_style-border .mktoInvalid label:before,
.am-form_style-border input[type="checkbox"].error + label:before,
.am-form_style-border
input[type="checkbox"].input-validation-error + label:before,
.am-form_style-border input[type="radio"].error + label:before,
.am-form_style-border
input[type="radio"].input-validation-error + label:before {
    border-color: #f26538 !important;
}

.am-form_style-border input[type="checkbox"]:checked + label:before {
    border-color: #e0e0e0;
}

.am-form_style-border label {
    color: #131313;
}

.am-form_style-border legend {
    color: #101010;
}

.am-form_style-border .mktoError,
.am-form_style-border .mktoErrorArrowWrap {
    background: #f26538;
}

.am-form_style-border .iti__flag-container:hover .iti__selected-flag {
    background: hsla(0, 0%, 98.8%, 0.7) !important;
}

.am-form_style-border .iti__selected-flag {
    transition: background-color 0.3s;
    background: #fcfcfc !important;
    border-right-color: rgba(0, 0, 0, 0.2) !important;
}

.am-form_style-border .iti__arrow {
    border-top-color: #131313;
}

    .am-form_style-border .iti__arrow:before {
        border-color: #131313;
    }

.am-form_style-border .iti__arrow--up {
    border-bottom-color: #131313;
}

.am-form_style-border .iti__country-list {
    background-color: #fff !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
}

.am-form_style-border .iti__country {
    color: #131313 !important;
}

.am-form_style-border .iti__highlight {
    background-color: rgba(0, 0, 0, 0.05) !important;
    color: #131313 !important;
}

.am-form_style-border .select2-dropdown {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.2);
}

.am-form_style-border .select2-results__option {
    color: #131313;
}

.am-form_style-border
.select2-container--default
.select2-results__option--highlighted[aria-selected] {
    background-color: rgba(0, 0, 0, 0.02);
    color: #131313;
}

.am-form_style-border
.select2-container--default
.select2-results__option[aria-selected="true"] {
    background-color: rgba(0, 0, 0, 0.05);
    color: #131313;
}

.am-form_style-border
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
    border-color: #000 transparent transparent;
}

.am-form_style-border
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
    border-color: transparent transparent #000;
}

.am-mktoForm .am-mktofield-label-empty,
.am-mktoForm .am-mktofield-without-field,
.am-mktoForm .mktoAsterix {
    display: none;
}

.am-mktoForm .am-checkbox {
    clear: both;
}

    .am-mktoForm .am-checkbox label {
        text-transform: none;
    }

    .am-mktoForm .am-checkbox .mktoCheckboxList label {
        position: absolute;
        left: 0;
        top: 0;
    }

    .am-mktoForm .am-checkbox .mktoFieldDescriptor {
        position: relative;
    }

.am-mktoForm .am-mktofield-hidden {
    margin: 0;
    position: absolute;
    left: -9999px;
    opacity: 0;
    visibility: hidden;
}

.am-mktoForm .mktoFieldWrap {
    position: relative;
}

.am-mktoForm .mktoError {
    position: absolute;
    left: 0;
    top: calc(100% + 5px) !important;
    bottom: auto !important;
    right: auto !important;
    z-index: 100;
    color: #fff;
    padding: 6px 10px 4px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.5;
    font-family: GothamPro, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-weight: 500;
}

    .am-mktoForm .mktoError .mktoErrorArrowWrap {
        position: absolute;
        left: 10px;
        bottom: calc(100% - 3px);
        width: 6px;
        height: 6px;
        transform: rotate(45deg);
    }

.am-mktoForm :not(.am-loader) {
    visibility: hidden;
}

@media (min-width: 768px) {
    .am-mktoForm_two-cols {
        margin-left: -10px;
        margin-right: -10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-end;
    }

        .am-mktoForm_two-cols .mktoFormRow {
            padding-left: 10px;
            padding-right: 10px;
        }

            .am-mktoForm_two-cols .mktoFormRow:not(.am-checkbox) {
                width: 50%;
                float: left;
            }
}

.am-mktoForm_processed :not(.am-loader) {
    visibility: visible !important;
}

.hero {
    position: relative;
}

@media (max-width: 991px) {
    .hero {
        margin-bottom: 70%;
    }
}

@media (max-width: 767px) {
    .hero {
        margin-bottom: 80%;
    }
}

.hero__bg {
    position: absolute;
    height: 2000px;
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    pointer-events: none;
    left: 0;
    right: 0;
    top: calc(100% - 60px);
}

@media (min-width: 500px) {
    .hero__bg {
        top: calc(100% - 90px);
    }
}

@media (min-width: 768px) {
    .hero__bg {
        top: calc(100% - 160px);
    }
}

@media (min-width: 992px) {
    .hero__bg {
        top: 0;
        background-size: 1600px auto;
        background-position: calc(50% + 120px) -60px;
    }
}

@media (min-width: 1200px) {
    .hero__bg {
        background-size: 1600px auto;
        background-position: calc(50% + 150px) -60px;
    }
}

@media (min-width: 1600px) {
    .hero__bg {
        background-size: 1921px auto;
        background-position: center -90px;
    }
}

@media (min-width: 1921px) {
    .hero__bg {
        background-size: 2300px auto;
        background-position: center -120px;
    }
}

@media (min-width: 2300px) {
    .hero__bg {
        background-position: right -120px;
    }
}

.hero__bg._bg-desktop {
    display: none;
}

@media (min-width: 992px) {
    .hero__bg._bg-desktop {
        display: block;
    }

    .hero__bg._bg-mobile {
        display: none;
    }

    .hero__wrap {
        display: flex;
        align-items: center;
        min-height: 400px;
    }

    .hero__col {
        width: 50%;
    }
}

@media (min-width: 1921px) {
    .hero__wrap {
        min-height: 500px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hero .l-container {
        padding: 0 50px;
    }

    .hero__col:first-child {
        width: 60%;
    }

    .hero__col:nth-child(2) {
        width: 40%;
    }
}

.hero__logo {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .hero__logo {
        margin-bottom: 40px;
    }
}

.hero__text {
    text-align: center;
}

@media (min-width: 992px) {
    .hero__logo {
        margin-bottom: 50px;
    }

    .hero__text {
        text-align: left;
        max-width: 530px;
    }
}

@media (min-width: 1921px) {
    .hero__text {
        max-width: 627px;
    }
}

.hero__text br {
    display: none;
}

@media (min-width: 500px) {
    .hero__text br {
        display: block;
    }
}

.hero__btns {
    margin-top: 24px;
}

@media (min-width: 768px) {
    .hero__btns {
        margin-top: 34px;
        display: flex;
        justify-content: center;
    }

        .hero__btns._remove-sep .hero__btn:not(:first-child) {
            margin-left: 24px;
        }
}

@media (min-width: 992px) {
    .hero__btns {
        justify-content: flex-start;
    }
}

@media (min-width: 1200px) {
    .hero__logo {
        margin-bottom: 60px;
    }

    .hero__btns {
        justify-content: flex-start;
    }
}

.hero__btns .hero__btn__title {
    margin-top: 0;
}

.hero__btns .am-button._active,
.hero__btns .am-button._active:active,
.hero__btns .am-button._active:hover,
.hero__btns .am-button._active_active,
.hero__btns .am-button._active_hover,
.hero__btns .am-button._selected,
.hero__btns .am-button._selected:active,
.hero__btns .am-button._selected:hover,
.hero__btns .am-button._selected_active,
.hero__btns .am-button._selected_hover,
.hero__btns .am-button.active,
.hero__btns .am-button.active:active,
.hero__btns .am-button.active:hover,
.hero__btns .am-button.active_active,
.hero__btns .am-button.active_hover,
.hero__btns .am-button.is-active,
.hero__btns .am-button.is-active:active,
.hero__btns .am-button.is-active:hover,
.hero__btns .am-button.is-active_active,
.hero__btns .am-button.is-active_hover {
    background: #0050bb;
    color: #fff;
}

.hero__btns._remove-sep .hero__btn {
    border-left: none;
}

    .hero__btns._remove-sep .hero__btn:not(:first-child) {
        padding-left: 0;
    }

.hero__btns .ajax-progress {
    display: none !important;
}

@media (min-width: 768px) {
    .hero__btn {
        max-width: 240px;
    }
}

.hero__btn:first-child:last-child {
    max-width: none;
}

.hero__btn__title {
    margin-top: 26px;
    margin-bottom: 14px;
    line-height: 1.25;
    font-weight: 700;
}

@media (min-width: 992px) {
    .hero__btn__title {
        margin-top: 46px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1921px) {
    .hero__btn__title {
        margin-bottom: 32px;
    }
}

.hero__btn:not(:first-child) {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .hero__btn:not(:first-child) {
        margin-top: 0;
        border-left: 1px solid hsla(0, 0%, 100%, 0.2);
        margin-left: 20px;
        padding-left: 20px;
    }
}

.hero__scroll {
    margin-top: 30px;
    font-size: 14px;
    font-family: GothamPro, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

    .hero__scroll a {
        color: #888;
        position: relative;
        padding-left: 24px;
    }

        .hero__scroll a:before {
            content: "";
            position: absolute;
            top: -3px;
            left: 0;
            width:18px;
            height:18px;
            content: url(../../Images/ico-scroll.svg);           
        }

.hero h2 {
    margin: 0 0 30px;
}

.hero__subtitle {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 14px;
}

@media (min-width: 1700px) {
    .hero__scroll {
        margin-top: 58px;
    }

    .hero .s-365-slider {
        position: relative;
        right: -70px;
    }
}

.hero._style-overflow {
    overflow: hidden;
    margin-bottom: 0 !important;
}

@media (max-width: 991px) {
    .hero._style-overflow {
        padding-bottom: 76%;
        background-color: #141416;
    }
}

@media (max-width: 767px) {
    .hero__btn {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .hero__btn .am-button {
            min-width: auto;
            margin-top: auto;
            max-width: 250px;
            width: 100%;
        }

    .hero._style-overflow {
        padding-bottom: 86%;
    }
}

.hero._style-overflow h2 {
    font-size: 30px;
}

@media (min-width: 768px) {
    .hero._style-overflow h2 {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .hero__subtitle {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .hero._style-overflow h2 {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    .hero__btn {
        max-width: 250px;
    }

        .hero__btn:not(:first-child) {
            margin-left: 40px;
            padding-left: 40px;
        }

    .hero._style-overflow h2 {
        font-size: 50px;
    }

    .hero._with-slider h1 {
        width: 100%;
    }
}

.hero._style-overflow .hero__bg {
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-size: 100% auto;
    z-index: auto;
}

@media (min-width: 1600px) {
    .hero._style-overflow h2 {
        font-size: 50px;
    }

    .hero._style-overflow .hero__wrap {
        min-height: 380px;
    }
}

@media (min-width: 1921px) {
    .hero._style-overflow h2 {
        font-size: 60px;
    }

    .hero._style-overflow .hero__wrap {
        min-height: 500px;
    }
}

@media (min-width: 2560px) {
    .hero__bg {
        background-size: 2560px auto;
        background-position: right -120px;
    }

    .hero._style-overflow .hero__wrap,
    .hero__wrap {
        min-height: 600px;
    }
}

.hero._style-overflow .hero__text {
    text-align: left;
    max-width: none;
}

@media (min-width: 992px) {
    .hero._style-overflow .hero__bg {
        background-position: 50%;
        background-size: cover;
    }

    .hero._style-overflow .hero__text {
        max-width: 44%;
    }
}

.hero._style-overflow .hero__btns {
    justify-content: flex-start;
}

    .hero._style-overflow .hero__btns .hero__btn {
        align-items: flex-start;
    }

.hero._with-slider {
    margin-bottom: 0;
}

    .hero._with-slider .hero__wrap {
        min-height: 0;
    }

@media (max-width: 1699px) {
    .hero._with-slider {
        padding-bottom: 30px;
    }

        .hero._with-slider .hero__wrap {
            display: block;
        }

        .hero._with-slider .hero__col {
            width: 100%;
        }

        .hero._with-slider .hero__text {
            margin: 0 auto 60px;
            text-align: center;
            max-width: 820px;
        }

        .hero._with-slider .hero__btns {
            justify-content: center;
        }

        .hero._with-slider .s-365-slider {
            margin: 0 auto;
        }
}

.hero__media {
    text-align: center;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .hero__tools .b-tools {
        justify-content: center;
    }

    .hero__media {
        position: absolute;
        margin: 0;
        top: auto;
        bottom: -43vw;
        width: 100%;
    }
}

.hero__media a {
    display: inline-flex;
    align-items: center;
    border-radius: 60px;
    padding: 6px;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    color: #1b1b1b;
    position: relative;
}

@media (min-width: 768px) {
    .hero__media a {
        font-size: 18px;
    }
}

@media (min-width: 1921px) {
    .hero__media a {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .hero__media a {
        min-width: 100px;
        gap: 20px;
        padding: 8px 43px 8px 8px;
    }

    .hero._promo {
        padding: 132px 0 93px;
    }
}

.hero__media a:before {
    content: "";
    background: url(/v2/themes/custom/altium_365/html/dist/images/ico-arrow-play.svg) 56% 50% no-repeat #0b55d9;
    width: 50px;
    height: 50px;
    background-size: 12px 14px;
    border-radius: 50%;
}

@media (min-width: 992px) {
    .hero__media {
        margin-top: 0;
        position: absolute;
        top: 50%;
        width: 50%;
        right: 0;
        transform: translateY(-50%);
    }

        .hero__media a:before {
            width: 60px;
            height: 60px;
            background-position: 53% 50%;
        }
}

@media (min-width: 1921px) {
    .hero__media a {
        padding: 10px 43px 10px 14px;
        gap: 25px;
    }

        .hero__media a:before {
            width: 80px;
            height: 80px;
            background-position: 50% 50%;
            background-size: 14px 18px;
        }
}

.hero__media a[data-uuid] * {
    pointer-events: none;
}

.hero__media._style-a a {
    gap: 14px;
    flex-direction: column;
    background: none;
}

    .hero__media._style-a a:before {
        background: url(/v2/themes/custom/altium_365/html/dist/images/play-btn-hero.svg) no-repeat #fff;
        background-size: contain;
        width: 60px;
        height: 60px;
    }

@media (max-width: 1199px) {
    .hero__media a {
        text-indent: -9999px;
        font-size: 0;
        line-height: 0;
    }

    .hero__media._style-a a {
        text-indent: 0;
        font-size: 14px;
        line-height: 1.666;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .hero__media._style-a a {
        font-size: 16px;
    }
}

.hero__media._style-a .hero__media__title {
    display: inline-flex;
    padding: 3px 20px;
    background: hsla(0, 0%, 100%, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    pointer-events: none;
}

@media (min-width: 768px) {
    .hero__media._style-a a:before {
        width: 80px;
        height: 80px;
    }

    .hero__media._style-a .hero__media__title {
        padding: 5px 20px;
    }

    .hero._promo .hero__btns {
        margin-top: 44px;
    }
}

.hero__media._style-b a {
    box-shadow: 0 0 90px rgba(0, 0, 0, 0.7);
    font-size: 14px;
    padding: 17px 24px;
    gap: 8px;
}

    .hero__media._style-b a:before {
        background: url(/v2/themes/custom/altium_365/html/dist/images/ico-play-n.svg) no-repeat #fff;
        background-size: contain;
        width: 14px;
        height: 14px;
        border-radius: 0;
    }

@media (min-width: 992px) {
    .hero__media._style-b a {
        font-size: 16px;
    }

        .hero__media._style-b a:before {
            width: 18px;
            height: 18px;
        }
}

@media (min-width: 1921px) {
    .hero__media._style-b a {
        font-size: 18px;
    }

        .hero__media._style-b a:before {
            width: 20px;
            height: 20px;
        }
}

.hero__media._style-b .hero__media__title {
    display: block;
    text-indent: 0;
    font-size: inherit;
    line-height: inherit;
}

._bg-white .hero {
    color: #fff;
    background-color: #0c0c0c;
}

    ._bg-white .hero h1,
    ._bg-white .hero h2 {
        color: #fff;
    }

@media (max-width: 767px) {
    .hero__media {
        bottom: -50vw;
    }

    .hero._promo {
        margin-bottom: 60%;
    }

        .hero._promo h1 {
            margin: 0 0 18px;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero._promo {
        margin-bottom: 50%;
    }
}

.hero._promo .hero__wrap {
    min-height: auto;
}

.hero._promo .hero__text {
    line-height: 1.5;
}

.hero._promo .b-tools {
    margin-top: 29px;
}

@media (max-width: 767px) {
    .hero._promo .b-tools {
        margin-top: 18px;
    }
}

.hero._promo .hero__logo img {
    max-width: 110px;
}

.hero._main {
    padding: 30px 0;
}

@media (min-width: 1200px) {
    .hero._main {
        font-size: 20px;
    }

        .hero._main .hero__text {
            line-height: 1.6;
        }
}

.hero._main .hero__btn__title,
.hero._main h1,
.hero._main p {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .hero._main {
        padding: 30px 0 50px;
    }

        .hero._main h1,
        .hero._main p {
            margin-bottom: 28px;
        }
}

.logos {
    padding: 30px 0 10px;
}

    .logos h2 {
        text-align: center;
        font-weight: 700;
        font-size: 20px;
    }

@media (min-width: 992px) {
    .logos h2 {
        margin-bottom: 30px;
    }
}

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

    .logos__items._grayscale .logos__item img {
        filter: grayscale(100%);
    }

.logos__item {
    max-width: 260px;
    padding: 10px;
    width: 20%;
}

    .logos__item img {
        display: block;
        margin: 0 auto;
    }

.logos._style-a .logos__items {
    align-items: stretch;
}

.logos._style-a .logos__item {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .logos._style-a .logos__item img {
        max-height: 100px;
    }

.logos._style-b {
    padding: 30px 0;
}

    .logos._style-b h2 {
        font-weight: 500;
    }

    .logos._style-b .logos__items {
        gap: 20px 30px;
    }

    .logos._style-b a.logos__item:hover {
        opacity: 0.9;
    }

    .logos._style-b .logos__item {
        max-width: 18%;
        width: auto;
        padding: 0;
    }

@media (min-width: 768px) {
    .logos h2 {
        font-size: 30px;
    }

    .logos__item {
        padding: 20px;
    }

    .logos._style-b .logos__items {
        gap: 20px 30px;
    }

    .logos._style-b .logos__item {
        max-width: 70px;
    }
}

@media (min-width: 992px) {
    .logos._style-b .logos__items {
        gap: 20px 40px;
    }

    .logos._style-b .logos__item {
        max-width: 100px;
    }
}

@media (min-width: 1200px) {
    .logos._style-b .logos__items {
        gap: 20px 72px;
    }

    .logos._style-b .logos__item {
        max-width: 110px;
    }
}

@media (min-width: 1600px) {
    .logos._style-b .logos__item {
        max-width: 150px;
    }
}

@media (max-width: 767px) {
    .logos._style-b .logos__item {
        max-width: 18%;
    }
}

.logos._logo-colored-on-hover .logos__item img {
    filter: grayscale(100%);
    transition: filter 0.3s, opacity 0.3s;
}

    .logos._logo-colored-on-hover .logos__item img:hover {
        filter: grayscale(0);
    }

.row-info {
    overflow: hidden;
}

@media (min-width: 768px) {
    .row-info:first-child {
        padding-top: 50px;
    }

    .row-info__row._style-center {
        font-size: 16px;
    }
}

.row-info h2 {
    text-align: center;
}

@media (min-width: 992px) {
    .row-info__row:nth-child(2n) .row-info__wrap {
        flex-direction: row-reverse;
    }

    .row-info__row:nth-child(2n) .row-info__media__wrap {
        float: left;
        margin: 0 -60px 0 0;
    }

    .row-info__row:nth-child(2n) .row-info__desc {
        padding: 0 60px 0 0;
    }

    .row-info__row._style-center {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .row-info {
        padding: 70px 0;
    }

    .row-info__row:nth-child(2n) .row-info__desc {
        padding-left: 20px;
    }
}

@media (min-width: 1600px) {
    .row-info__row:nth-child(2n) .row-info__media__wrap {
        margin: 0 -100px 0 0;
    }

    .row-info__row:nth-child(2n) .row-info__desc {
        padding: 0 100px 0 0;
    }
}

.row-info__row:last-child {
    padding-bottom: 0 !important;
}

.row-info__row._style-center {
    text-align: center;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .row-info__row._style-center {
        font-size: 18px;
    }
}

@media (min-width: 1600px) {
    .row-info__row._style-center {
        font-size: 20px;
    }
}

.row-info__row._style-center .row-info__wrap {
    flex-direction: column-reverse;
    gap: 0;
}

.row-info__row._style-center .row-info__desc,
.row-info__row._style-center .row-info__media,
.row-info__row._style-center .row-info__media__wrap {
    padding: 0;
    margin: 0;
    float: none;
    width: 100%;
}

    .row-info__row._style-center .row-info__desc p {
        max-width: 772px;
        margin: 0 auto;
    }

.row-info__row._style-center .row-info__media {
    max-width: 700px;
    margin: 50px auto 0;
}

.row-info__row._style-center h2 {
    font-size: 30px;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .row-info__row._style-center h2 {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .row-info__row._style-center h2 {
        font-size: 35px;
    }
}

@media (min-width: 1921px) {
    .row-info {
        font-size: 20px;
    }

    .row-info__row._style-center {
        font-size: 24px;
    }

        .row-info__row._style-center h2 {
            font-size: 45px;
        }
}

@media (max-width: 991px) {
    .row-info__row._use-b-tools .row-info__wrap {
        position: relative;
        padding-bottom: 90px;
    }

    .row-info__row._use-b-tools .b-tools {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .page-node-type-a365-inner .row-info__wrap {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
}

.row-info__media {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .row-info__media {
        margin-bottom: 40px;
    }

    .row-info__desc {
        font-size: 16px;
    }
}

.row-info__media img {
    border-radius: 4px;
    width: 100%;
}

.row-info__desc {
    font-size: 16px;
}

@media (min-width: 992px) {
    .row-info__wrap {
        display: flex;
        align-items: center;
        clear: both;
    }

    .row-info__desc,
    .row-info__media {
        width: 50%;
    }

    .row-info__media {
        margin-bottom: 0;
    }

    .row-info__media__wrap {
        float: right;
        min-width: 600px;
        margin: 0 0 0 -60px;
        width: calc(100% + 60px);
    }

    .row-info__desc {
        font-size: 16px;
        padding: 0 0 0 60px;
    }
}

@media (min-width: 1200px) {
    .row-info__row._style-center h2 {
        font-size: 45px;
    }

    .row-info__desc {
        font-size: 18px;
    }
}

@media (min-width: 1600px) {
    .row-info__row._style-center h2 {
        font-size: 45px;
    }

    .row-info__media__wrap {
        margin: 0 0 0 -100px;
        width: calc(100% + 100px);
    }

    .row-info__desc {
        font-size: 18px;
    }
}

@media (min-width: 1921px) {
    .row-info__desc {
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .row-info__desc {
        padding-right: 20px;
        line-height: 1.5;
    }
}

.row-info__desc h2 {
    text-align: inherit;
    margin-bottom: 20px;
}

@media (min-width: 1600px) {
    .row-info__desc {
        padding: 0 0 0 100px;
    }

        .row-info__desc h2 {
            margin-bottom: 36px;
        }
}

.row-info__desc b,
.row-info__desc strong {
    font-weight: 500;
}

.row-info__desc-btn-group {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .row-info__desc-btn-group {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .row-info__row._use-b-tools .row-info__wrap {
        padding-bottom: 130px;
    }

    .row-info__desc-btn-group {
        gap: 15px;
    }
}

@media (max-width: 991px) {
    .page-node-type-a365-inner .row-info__media {
        margin-bottom: 0;
    }

    .row-info__desc-btn-group {
        padding: 10px 0;
    }
}

.s-connect__wrap {
    background: #141414;
    border-radius: 6px;
    text-align: center;
    padding: 30px;
}

.s-connect__btns {
    margin-top: 20px;
}

    .s-connect__btns a {
        min-width: 210px;
        margin: 8px;
    }

@media (min-width: 768px) {
    .s-connect__wrap {
        padding: 7%;
    }

    .s-connect__btns {
        margin-top: 50px;
    }

        .s-connect__btns a {
            margin: 0 10px;
        }
}

.s-connect h2 {
    margin-bottom: 40px;
}

.modal-youtube {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 800;
}

    .modal-youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        border: none;
        width: 100%;
        height: 100%;
    }

    .modal-youtube .modal-youtube-wrap {
        position: absolute;
        top: 5%;
        right: 5%;
        bottom: 5%;
        left: 5%;
        background-color: #000;
    }

    .modal-youtube .modal-youtube-close {
        position: fixed;
        right: 20px;
        top: 20px;
        height: 34px;
        width: 34px;
        cursor: pointer;
        z-index: 1000;
    }

        .modal-youtube .modal-youtube-close:after,
        .modal-youtube .modal-youtube-close:before {
            content: "";
            position: absolute;
            background: #fff;
            display: block;
            left: 50%;
            top: 50%;
            height: 65%;
            width: 2px;
            transition: 0.2s;
        }

        .modal-youtube .modal-youtube-close:before {
            transform: translate(-50%, -50%) rotate(45deg);
        }

        .modal-youtube .modal-youtube-close:after {
            transform: translate(-50%, -50%) rotate(-45deg);
        }

.s-365-slider {
    display: none;
    position: relative;
}

@media (min-width: 992px) {
    .s-365-slider {
        width: 970px;
    }
}

.s-365-slider__logo {
    position: relative;
    z-index: 2;
    width: 74px;
    height: 83px;
    margin: 0 auto 16px;
}

@media (min-width: 992px) {
    .s-365-slider__logo {
        margin: 0;
        width: 150px;
        height: 169px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .s-365-slider__col {
        width: 50%;
    }
}

.s-365-slider__col li,
.s-365-slider__col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.s-365-slider__nav {
    font-family: GothamPro, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    width: 100vw;
    transform: translate(-50%);
    left: 50%;
    position: relative;
    overflow: hidden;
}

    .s-365-slider__nav__wrap,
    .s-365-slider__nav ul {
        display: flex;
    }

@media (min-width: 992px) {
    .s-365-slider__nav {
        font-size: 16px;       
        background: url('../../Images/A365_Left_Side.png') no-repeat;
        background-size: 100% 100%;
        position: relative;
        margin-right: 15px;
        width: 50%;
        transform: none;
        left: auto;
        overflow: visible;
    }

        .s-365-slider__nav__wrap,
        .s-365-slider__nav ul {
            display: block;
        }
}

.s-365-slider__nav__wrap {
    padding-bottom: 24px;
    margin-bottom: -24px;
    overflow-x: auto;
}

@media (min-width: 992px) {
    .s-365-slider__nav__wrap {
        padding-bottom: 0;
        margin-bottom: 0;
        overflow-x: visible;
    }
}

.s-365-slider__nav__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 43px 0 25px;
}

    .s-365-slider__nav__dots a {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #555;
        text-decoration: none;
        text-indent: -9999px;
        font-size: 0;
        line-height: 0;
        margin: 0 14px;
        position: relative;
    }

        .s-365-slider__nav__dots a:before {
            content: "";
            position: absolute;
            top: -6px;
            right: -6px;
            bottom: -6px;
            left: -6px;
            border: 2px solid #3b98b0;
            border-radius: 50%;
            opacity: 0;
            transform: scale(0.9);
            transition: opacity 0.3s, transform 0.3s;
        }

        .s-365-slider__nav__dots a.active {
            background: transparent;
        }

            .s-365-slider__nav__dots a.active:before {
                opacity: 1;
                transform: scale(1);
            }

.s-365-slider__nav ul {
    padding: 0 16px;
}

.s-365-slider__nav li {
    position: relative;
    margin-right: 5px;
}

    .s-365-slider__nav li:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 1px solid #1a1a1a;
        background: #1a1a1a;
        border-radius: 10px;
        z-index: -1;
        transition: opacity 0.3s, transform 0.3s;
    }

    .s-365-slider__nav li:first-child.active:before {
        border-color: #ffcf2e;
        background: #2c2717;
    }

    .s-365-slider__nav li:nth-child(2).active:before {
        border-color: #dadf00;
        background: #292912;
    }

    .s-365-slider__nav li:nth-child(3).active:before {
        border-color: #91be69;
        background: #21261d;
    }

    .s-365-slider__nav li:nth-child(4).active:before {
        border-color: #68ab91;
        background: #1d2421;
    }

    .s-365-slider__nav li:nth-child(5).active:before {
        border-color: #3b98b0;
        background: #182225;
    }

    .s-365-slider__nav li:nth-child(6).active:before {
        border-color: #1b99e1;
        background: #15222a;
    }

@media (min-width: 992px) {
    .s-365-slider__nav__dots {
        display: none;
    }

    .s-365-slider__nav ul {
        padding: 0;
    }

    .s-365-slider__nav li {
        z-index: 1;
        position: absolute;
        margin-right: 0;
    }

        .s-365-slider__nav li:before {
            border-width: 2px;
            border-radius: 40px;
            left: -30px;
            top: -10px;
            right: -10px;
            bottom: -10px;
            opacity: 0;
            transform: scale(0.9);
        }

        .s-365-slider__nav li:first-child {
            top: 31px;
            right: 169px;
        }

        .s-365-slider__nav li:nth-child(2) {
            top: 120px;
            right: 216px;
        }

        .s-365-slider__nav li:nth-child(3) {
            top: 222px;
            right: 169px;
        }

        .s-365-slider__nav li:nth-child(4) {
            top: 291px;
            right: 216px;
        }

        .s-365-slider__nav li:nth-child(5) {
            top: 364px;
            right: 216px;
        }

        .s-365-slider__nav li:nth-child(6) {
            top: 463px;
            right: 216px;
        }

        .s-365-slider__nav li:nth-child(7) {
            top: 557px;
            right: 216px;
        }
}

.s-365-slider__nav li:nth-child(7).active:before {
    border-color: #7a8894;
    background: #1f2022;
}

.s-365-slider__nav li.active:before {
    opacity: 1;
    transform: scale(1);
}

.s-365-slider__nav a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: center;
    width: 155px;
    height: 130px;
    padding: 10px;
    text-align: center;
}

.s-365-slider__nav img {
    margin-bottom: 10px;
}

.s-365-slider__media {
    position: relative;
}

    .s-365-slider__media li {
        display: none;
    }

        .s-365-slider__media li.active {
            display: block;
            animation: animate 0.6s;
        }

.s-365-slider__media__desc {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 16px;
    padding: 8%;
    text-align: center;
}

@media (min-width: 768px) {
    .s-365-slider__media__desc {
        padding: 14%;
    }
}

@media (min-width: 992px) {
    .s-365-slider__nav a {
        text-align: right;
        flex-direction: row;
        justify-content: flex-start;
        width: auto;
        height: auto;
        padding: 0;
    }

    .s-365-slider__nav img {
        margin-bottom: 0;
        margin-left: 12px;
    }

    .s-365-slider__media {
        margin-left: 15px;
    }

    .s-365-slider__media__desc {
        text-align: left;
    }
}

.s-365-slider__media__desc :last-child {
    margin-bottom: 0;
}

.s-365-slider__media img {
    width: 100%;
}

.s-365-slider_processed {
    display: block;
}

@media (min-width: 992px) {
    .s-365-slider_processed {
        display: flex;
    }
}

@keyframes animate {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.s-plans {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .s-plans {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media (min-width: 1600px) {
    .s-plans {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

.s-plans._dark {
    background: #0c0c0c;
    color: #fff;
}

    .s-plans._dark h1,
    .s-plans._dark h2,
    .s-plans._dark h3,
    .s-plans._dark h4,
    .s-plans._dark h5,
    .s-plans._dark h6 {
        color: #fff;
    }

    .s-plans._dark .s-plans__col-md,
    .s-plans._dark .s-plans__subtitle,
    .s-plans._dark .s-plans__td,
    .s-plans._dark .s-plans__td-in,
    .s-plans._dark .s-plans__th {
        color: #fff;
        border-bottom-color: hsla(0, 0%, 100%, 0.1) !important;
        border-left-color: hsla(0, 0%, 100%, 0.1) !important;
        border-right-color: hsla(0, 0%, 100%, 0.1) !important;
    }

    .s-plans._dark .s-plans__td,
    .s-plans._dark .s-plans__th,
    .s-plans._dark .s-plans__th-md {
        background: #161617;
        transition: background 0.3s;
    }

    .s-plans._dark
    .s-plans__item._active > .s-plans__item-head
    .s-plans__col-lg:first-child
    .s-plans__td {
        background: none;
    }

    .s-plans._dark .s-plans__item._active > .s-plans__item-head .s-plans__td {
        background: #202022;
    }

    .s-plans._dark .s-plans__th {
        background: #202022;
        border-bottom-color: hsla(0, 0%, 100%, 0.1) !important;
        border-left-color: hsla(0, 0%, 100%, 0.1) !important;
        border-right-color: hsla(0, 0%, 100%, 0.1) !important;
    }

    .s-plans._dark .s-plans__td {
        border-left: none;
        border-right: none;
    }

    .s-plans._dark
    .s-plans__item-head._simple-row
    .s-plans__col-lg:first-child
    .s-plans__td {
        background: none;
    }

    .s-plans._dark .s-plans__item-head._simple-row .s-plans__td {
        background: #161617;
    }

    .s-plans._dark .s-plans__control:before {
        border-color: #fff;
    }

.s-plans__head {
    margin-bottom: 40px;
    text-align: center;
}

    .s-plans__head > :last-child {
        margin-bottom: 0;
    }

@media (min-width: 768px) {
    .s-plans__head {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .s-plans__head {
        margin-bottom: 40px;
    }

    .s-plans__title h1 {
        font-size: 60px;
        font-family: GothamPro, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
        font-weight: 700;
    }
}

@media (min-width: 1200px) {
    .s-plans__head {
        margin-bottom: 50px;
    }
}

.s-plans__title {
    margin-bottom: 25px;
}

    .s-plans__title > :last-child {
        margin-bottom: 0;
    }

    .s-plans__title h1 {
        text-align: center;
        margin: 0 0 25px;
    }

.s-plans__subtitle {
    margin-bottom: 20px;
    color: #030303;
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
}

    .s-plans__subtitle > :last-child {
        margin-bottom: 0;
    }

@media (min-width: 768px) {
    .s-plans__subtitle {
        margin-bottom: 28px;
    }
}

@media (min-width: 992px) {
    .s-plans__subtitle {
        margin-bottom: 28px;
    }
}

@media (min-width: 1921px) {
    .s-plans__subtitle {
        margin-bottom: 46px;
    }
}

._plan-sticky .s-plans__table > .s-plans__row {
    position: fixed;
    top: 0;
    z-index: 100;
    max-width: 1540px;
    margin: 0;
}

.s-plans__table._mw_md {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .s-plans__table._cols_4 > .s-plans__row:first-child
    .s-plans__col-md
    .s-plans__th {
        border-right: 1px solid #e4e4e4;
    }

    .s-plans__table._cols_4
    .s-plans__item > .s-plans__item-head
    .s-plans__col-md {
        border-right: 1px solid #e4e4e4;
        border-radius: 8px 8px 0 0;
    }

        .s-plans__table._cols_4
        .s-plans__item > .s-plans__item-head
        .s-plans__col-md:last-child {
            border-right: none;
        }
}

.s-plans__row._tablet-mobile {
    display: none;
}

.s-plans__row._btn-group .s-plans__td {
    border: none;
    background: none;
}

@media (min-width: 1200px) {
    .s-plans__row {
        display: flex;
        margin: 0 -10px;
    }

        .s-plans__row._btn-group .s-plans__td {
            padding-top: 20px;
        }

    .s-plans__row-md {
        margin: 0 -10px;
    }
}

.s-plans__row._btn-group .s-plans__col-md {
    border: none;
}

@media (max-width: 767px) {
    .s-plans__table._cols_4 > .s-plans__row:first-child .s-plans__row-md {
        flex-wrap: wrap;
    }

    .s-plans__table._cols_4 > .s-plans__row:first-child .s-plans__col-md {
        max-width: 50%;
        min-width: 50%;
    }

    .s-plans__row._header-row .s-plans__th-wrap h3 {
        font-size: 12px;
    }
}

@media (max-width: 1199px) {
    .s-plans__table._cols_4 > .s-plans__row:first-child
    .s-plans__col-md:last-child
    .s-plans__th,
    .s-plans__table .s-plans__item > .s-plans__item-head .s-plans__col-md,
    .s-plans__table > .s-plans__row:first-child .s-plans__col-md {
        border-right: none;
    }

        .s-plans__table
        .s-plans__item > .s-plans__item-head
        .s-plans__col-md:nth-child(odd)
        .s-plans__td {
            border-right: 1px solid #e4e4e4;
        }

    .s-plans__row._tablet-mobile {
        display: block;
    }

    .s-plans__row._btn-group .s-plans__col-lg:first-child {
        display: none;
    }

    .s-plans__row._header-row {
        position: sticky;
        top: var(--nav-header-visible-height);
        z-index: 10;
    }

        .s-plans__row._header-row
        .s-plans__row-md
        .s-plans__col-md:last-child
        .s-plans__th {
            border-right: none;
        }

        .s-plans__row._header-row .s-plans__th {
            padding: 20px 10px;
            border-right: 1px solid #e4e4e4;
        }

        .s-plans__row._header-row .s-plans__th-wrap * {
            display: none;
        }

        .s-plans__row._header-row .s-plans__th-wrap h3 {
            display: block;
            margin: 0;
        }

        .s-plans__row._header-row._sticky {
            filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.1));
        }

            .s-plans__row._header-row._sticky .s-plans__th {
                border-radius: 0;
                border-bottom: none;
            }

            .s-plans__row._header-row._sticky
            .s-plans__row-md
            .s-plans__col-md:not(:first-child):not(:last-child) {
                max-width: 30.0333333333vw;
            }

            .s-plans__row._header-row._sticky
            .s-plans__row-md
            .s-plans__col-md:first-child {
                margin-left: -5vw;
            }

            .s-plans__row._header-row._sticky
            .s-plans__row-md
            .s-plans__col-md:last-child {
                margin-right: -5vw;
            }

    .s-plans__col-md {
        border-right: 1px solid #e4e4e4;
    }

        .s-plans__col-md:last-child {
            border-right: none;
        }
}

.s-plans__row-md {
    display: flex;
}

@media (min-width: 1200px) {
    .s-plans__col-lg {
        flex: 1;
        margin: 0 10px;
    }

        .s-plans__col-lg:first-child {
            max-width: calc(33.33333% - 20px);
            min-width: calc(33.33333% - 20px);
        }

    ._cols_3 .s-plans__col-lg:first-child,
    ._cols_4 .s-plans__col-lg:first-child {
        max-width: 340px;
        min-width: 340px;
    }
}

.s-plans__col-lg:first-child .s-plans__td {
    background: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    flex-direction: row;
    padding-bottom: 0;
}

@media (min-width: 1200px) {
    .s-plans__col-lg:first-child .s-plans__td {
        justify-content: flex-start;
    }

    .s-plans__col-md {
        margin: 0 10px;
    }
}

.s-plans__col-md {
    flex: 1;
}

.s-plans__mobile-cols {
    display: block;
}

@media (min-width: 768px) {
    .s-plans__mobile-cols {
        display: none;
    }
}

.s-plans__mobile-cols .s-plans__item-head .s-plans__col-lg:first-child {
    display: none;
}

.s-plans__mobile-cols .s-plans__item-head .s-plans__col-md {
    border-radius: 8px 8px 0 0;
}

._cols_4 .s-plans__mobile-cols .s-plans__col-md {
    display: none;
}

    ._cols_4 .s-plans__mobile-cols .s-plans__col-md:nth-child(n + 3) {
        display: block !important;
    }

.s-plans__td,
.s-plans__th {
    border-bottom: 1px solid #e4e4e4;
}

.s-plans__td {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 3px;
    font-size: 12px;
    background: #fdfdfd;
    min-height: 56px;
    color: #111;
}

@media (min-width: 768px) {
    .s-plans__td {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .s-plans__td {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .s-plans__td {
        font-size: 18px;
        border-left: 1px solid #f8f8f8;
        border-right: 1px solid #f8f8f8;
    }
}

.s-plans__td h4 {
    font-family: GothamPro, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-weight: 700;
    margin: 0;
}

.s-plans__td img {
    display: block;
}

.s-plans__control {
    position: relative;
    display: inline-block;
    padding-right: 22px;
    cursor: pointer;
    transition: opacity 0.3s;
}

    .s-plans__control:hover {
        opacity: 0.7;
    }

    .s-plans__control:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -1px;
        width: 8px;
        height: 8px;
        border-left: 2px solid #111;
        border-bottom: 2px solid #111;
        transform: translateY(-50%) rotate(-45deg);
    }

._arrow-revert .s-plans__control:before,
.s-plans__item._active > .s-plans__item-head .s-plans__control:before {
    margin-top: 2px;
    transform: translateY(-50%) rotate(135deg);
}

._arrow-revert
.s-plans__item._active > .s-plans__item-head
.s-plans__control:before {
    margin-top: -1px;
    transform: translateY(-50%) rotate(-45deg);
}

.s-plans__td-in {
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    border-bottom: 1px solid #e4e4e4;
    line-height: 1.3;
    color: #130303;
    text-align: left;
}

@media (max-width: 1199px) {
    .s-plans__td h4 {
        font-size: 18px;
        text-align: center;
    }

    .s-plans__td-in {
        font-size: 14px;
    }

    .s-plans__th,
    .s-plans__th-md {
        border-left: none;
        border-right: none;
    }
}

@media (max-width: 549px) {
    .s-plans__td-in > span {
        max-width: 226px;
    }
}

.s-plans__td-in sup {
    font-size: 56%;
    top: -0.6em;
}

.s-plans__tooltip {
    min-width: 16px;
    max-width: 16px;
    min-height: 16px;
    max-height: 16px;
    margin-left: 10px;
    position: relative;
}

    .s-plans__tooltip:hover .s-plans__tooltip-body {
        display: block;
    }

.s-plans__ico {
    cursor: pointer;
}

.s-plans__tooltip-body {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-70%);
    width: 240px;
    z-index: 9;
    display: none;
}

@media (max-width: 767px) {
    ._cols_4 .s-plans__item .s-plans__col-md:nth-child(2) {
        border-right: none;
    }

    ._cols_4 .s-plans__item .s-plans__col-md:nth-child(n + 3) {
        display: none;
    }

    .s-plans__td-in {
        padding: 5px 25px;
        text-align: center;
    }

    .s-plans__tooltip {
        position: absolute;
        right: 5vw;
    }

    .s-plans__tooltip-body {
        top: 50%;
        left: auto;
        right: 100%;
        transform: translateY(-50%);
    }
}

.s-plans__tooltip-body-in {
    margin-top: 14px;
    padding: 16px;
    border-radius: 8px;
    background: #f8f8f8;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    display: block;
    color: #130303;
}

    .s-plans__tooltip-body-in > :last-child {
        margin-bottom: 0;
    }

    .s-plans__tooltip-body-in:before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 70%;
        transform: translate(-50%);
        border-bottom: 8px solid #fff;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
    }

@media (max-width: 767px) {
    .s-plans__tooltip-body-in {
        margin-top: 0;
        margin-right: 14px;
    }

        .s-plans__tooltip-body-in:before {
            bottom: auto;
            top: 50%;
            left: 100%;
            transform: translate(-1px, -50%);
            border: 8px solid transparent;
            border-right: none;
            border-left: 8px solid #fff;
        }
}

.s-plans__tooltip-body-in span {
    display: block;
    margin-bottom: 8px;
    text-align: center;
}

.s-plans__tooltip-body-in img {
    display: inline-block;
}

.s-plans__th,
.s-plans__th-md {
    border-radius: 8px 8px 0 0;
    position: relative;
    z-index: 1;
    height: 100%;
    font-size: 12px;
    padding: 25px 10px 22px;
    text-align: center;
    background: #f8f8f8;
}

    .s-plans__th-md h3,
    .s-plans__th h3 {
        font-weight: 700;
        font-size: 18px;
        margin: 0 0 8px;
        text-align: center;
        text-transform: uppercase;
    }

@media (min-width: 768px) {
    .s-plans__th,
    .s-plans__th-md {
        font-size: 14px;
    }

        .s-plans__th-md h3,
        .s-plans__th h3 {
            font-size: 18px;
            margin: 0 0 8px;
        }
}

@media (min-width: 992px) {
    .s-plans__th-md h3,
    .s-plans__th h3 {
        font-size: 24px;
        margin: 0 0 8px;
    }
}

@media (min-width: 1200px) {
    .s-plans__td-in {
        justify-content: space-between;
    }

    .s-plans__tooltip-body {
        transform: translate(-50%);
    }

    .s-plans__tooltip-body-in:before {
        left: 50%;
    }

    .s-plans__th,
    .s-plans__th-md {
        padding: 35px 10px 10px;
    }

        .s-plans__th-md h3,
        .s-plans__th h3 {
            margin: 0 0 20px;
        }

    .s-plans__th-md {
        border-radius: 0;
        position: relative;
        z-index: 1;
        height: 100%;
        padding: inherit;
        text-align: center;
        min-height: auto;
        border-top: none;
    }

    .s-plans__item-body .s-plans__td-in {
        margin-left: 25px;
    }

    .s-plans__item-body .s-plans__item-body .s-plans__td-in {
        margin-left: 50px;
    }

    .s-plans__item-body .s-plans__item-body .s-plans__item-body .s-plans__td-in {
        margin-left: 75px;
    }
}

.s-plans__th-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .s-plans__th-wrap .paragraph:last-child {
        margin-top: auto;
    }

.s-plans__th-wrap__btns {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .s-plans__th-wrap__btns a {
        margin: 5px;
        padding: 11px 28px;
        font-size: 14px;
    }

@media (max-width: 767px) {
    .s-plans__th-wrap__btns a {
        font-size: 12px;
        margin: 0;
        padding: 10px;
    }
}

.s-plans__th-wrap__btns .am-button {
    min-width: 100%;
    font-family: GothamPro, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.s-plans__item-head .s-plans__td,
.s-plans__item-head .s-plans__td-in {
    min-height: 83px;
}

.s-plans__item-head .s-plans__td {
    background: #f8f8f8;
}

.s-plans__item-head._simple-row .s-plans__td,
.s-plans__item-head._simple-row .s-plans__td-in {
    min-height: 56px;
}

.s-plans__item-head._simple-row .s-plans__td {
    background: none;
}

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

    .s-plans__footer h2 {
        text-align: center;
        font-size: 20px;
        margin: 0 0 20px;
        font-weight: 700;
    }

@media (min-width: 768px) {
    .s-plans__th-wrap__btns .am-button {
        min-width: 150px;
    }

    .s-plans__footer h2 {
        font-size: 25px;
        margin: 0 0 20px;
    }
}

.s-plans__md-only {
    display: none;
}

@media (min-width: 1200px) {
    .s-plans__md-only {
        display: none;
    }
}

.s-plans._use-border {
    border-top: 1px solid #e4e4e4;
}

.s-plans__column {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.s-plans__column-btn-all {
    margin-top: 24px;
    text-align: center;
}

.s-plans__col {
    position: relative;
    border-radius: 12px;
    background: #f8f8f8;
    padding: 30px 25px;
    text-align: center;
}

@media (min-width: 992px) {
    .s-plans__footer h2 {
        font-size: 30px;
        margin: 0 0 35px;
    }

    .s-plans__col {
        padding: 45px 40px;
    }
}

.s-plans__col-header {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.15);
}

@media (max-width: 1199px) {
    .s-plans__th-wrap__btns {
        margin-bottom: 0;
    }

    .s-plans__item-head .s-plans__td,
    .s-plans__item-head .s-plans__td-in {
        padding-top: 10px;
        min-height: 60px;
    }

    .s-plans__item-head .s-plans__col-lg:last-child {
        display: none;
    }

    .s-plans__col-header,
    .s-plans__col-header h4,
    .s-plans__col-header h6 {
        min-height: auto !important;
    }
}

@media (min-width: 1200px) {
    .s-plans__column {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .s-plans__col-header {
        padding-bottom: 32px;
        min-height: 153px;
    }
}

.s-plans__col-header h4 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 8px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .s-plans__column-btn-all {
        margin-top: 60px;
    }

    .s-plans__col-header h4 {
        font-size: 18px;
        margin: 0 0 24px;
    }
}

._use-decor-2 .s-plans__col-header h4 {
    color: #43d1a1;
}

._use-decor-3 .s-plans__col-header h4 {
    color: #0b55d9;
}

._use-decor-4 .s-plans__col-header h4 {
    color: #7555f1;
}

.s-plans__col-header h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 8px;
    color: #111;
}

@media (min-width: 768px) {
    .s-plans__col-header h6 {
        font-size: 16px;
    }
}

.s-plans__col-header h3 {
    font-weight: 700;
    margin: 0;
    font-size: 20px;
    color: #111;
}

.s-plans__col-body {
    padding-block: 24px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.15);
    font-size: 14px;
    color: #111;
}

.s-plans__col-body-inner {
    margin-bottom: 24px;
}

@media (max-width: 1199px) {
    .s-plans__col-body,
    .s-plans__col-body-inner {
        min-height: auto !important;
    }
}

.s-plans__col-body-inner :last-child {
    margin-bottom: 0;
}

.s-plans__col-body-btn-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

@media (min-width: 768px) {
    .s-plans__col-header h3 {
        font-size: 24px;
    }

    .s-plans__col-body {
        font-size: 16px;
        padding-block: 32px;
    }

    .s-plans__col-body-inner {
        margin-bottom: 32px;
    }

    .s-plans__col-body-btn-wrap {
        gap: 27px;
    }
}

.s-plans__col-body-btn-wrap .am-button {
    width: 100%;
    max-width: 300px;
    padding-block: 15px;
}

.s-plans__col-body-btn-wrap a:not(.am-button) {
    font-weight: 500;
}

.s-plans__col-footer {
    padding-block: 24px;
    color: #111;
}

    .s-plans__col-footer :last-child {
        margin-bottom: 0;
    }

    .s-plans__col-footer h5 {
        font-weight: 500;
        color: #111;
        font-size: 16px;
        margin: 0 0 24px;
    }

@media (min-width: 768px) {
    .s-plans__col-footer {
        padding-block: 32px;
    }

        .s-plans__col-footer h5 {
            font-size: 18px;
            margin: 0 0 32px;
        }
}

.s-plans__col-footer ul {
    text-align: left;
    font-size: 12px;
    list-style: none;
}

@media (min-width: 768px) {
    .s-plans__col-footer ul {
        font-size: 14px;
    }
}

.s-plans__col-footer li {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 23px;
}

    .s-plans__col-footer li:before {
        position: absolute;
        left: 0;
        top: 5px;
        content: "";
        width: 12px;
        height: 14px;
        background: url(/v2/themes/custom/altium_365/html/dist/images/ico-check-list.svg) no-repeat;
        background-size: contain;
    }

.s-plans__sticky-header {
    min-height: 48px;
    background: #fff;
    box-shadow: 0 1px 0 #e7e7e7;
    position: fixed;
    top: var(--nav-header-visible-height, 0);
    z-index: 100;
    width: 100%;
    align-items: center;
    transition: top 0.3s;
    display: none;
}

    .s-plans__sticky-header._sticky {
        display: flex;
    }

@media (max-width: 1199px) {
    .s-plans__sticky-header {
        display: none !important;
    }
}

.s-plans__sticky-header._dark {
    box-shadow: none;
    background: #111;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.s-plans__sticky-header .s-plans__row-md {
    height: 100%;
}

.s-plans__sticky-header .s-plans__td {
    min-height: auto;
}

    .s-plans__sticky-header .s-plans__td h4 {
        font-size: 16px;
        text-align: left;
    }

.s-plans__sticky-header .s-plans__th {
    padding: 0;
    border-radius: 0;
    background: none;
    border: none;
    position: relative;
    z-index: 1;
}

.s-plans__sticky-header .s-plans__th-wrap {
    justify-content: center;
}

    .s-plans__sticky-header .s-plans__th-wrap h3 {
        margin: 0;
        font-size: 16px;
    }

.s-data-retention-policy {
    line-height: 1.428571429;
    color: #333;
    padding: 0 0 40px;
}

    .s-data-retention-policy h1,
    .s-data-retention-policy h2,
    .s-data-retention-policy h3,
    .s-data-retention-policy h4,
    .s-data-retention-policy h5,
    .s-data-retention-policy h6 {
        color: #333;
        font-weight: 500;
        line-height: 1.1;
    }

    .s-data-retention-policy h3 {
        font-size: 15px;
        text-transform: uppercase;
    }

@media (min-width: 768px) {
    .s-data-retention-policy h3 {
        font-size: 18px;
    }
}

.s-data-retention-policy h1,
.s-data-retention-policy h2,
.s-data-retention-policy h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.s-data-retention-policy p {
    font-size: 13px;
    margin: 0 0 10px;
}

.s-data-retention-policy__nav-block {
    padding: 10px 0 20px;
}

@media (min-width: 768px) {
    .s-data-retention-policy p {
        font-size: 15px;
    }

    .s-data-retention-policy__nav-block {
        padding: 10px 0 30px;
    }
}

.s-data-retention-policy__back {
    display: flex;
    align-items: center;
    gap: 17px;
    color: #111;
    font-size: 14px;
    font-family: GothamPro, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

    .s-data-retention-policy__back svg {
        display: block;
    }

        .s-data-retention-policy__back svg circle[stroke],
        .s-data-retention-policy__back svg path[stroke],
        .s-data-retention-policy__back svg rect[stroke] {
            stroke: currentColor;
        }

        .s-data-retention-policy__back svg circle[fill],
        .s-data-retention-policy__back svg path[fill],
        .s-data-retention-policy__back svg rect[fill] {
            fill: currentColor;
        }

        .s-data-retention-policy__back svg path {
            fill: none;
        }

.s-data-retention-policy__head {
    height: 146px;
    min-height: 146px;
    margin-bottom: 40px;
    padding: 30px 0;
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
}

    .s-data-retention-policy__head h1 {
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        margin: 0;
        text-align: center;
    }

@media (min-width: 768px) {
    .s-data-retention-policy__head h1 {
        font-size: 30px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .s-data-retention-policy__head h1 {
        font-size: 40px;
    }
}

.s-data-retention-policy__bg {
    position: absolute;
    top: 0;
    width: 100vw;
    left: 50%;
    transform: translate(-50%);
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    z-index: -1;
}

    .s-data-retention-policy__bg img {
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        font-family: "object-fit: cover; object-position: center";
        height: 100%;
        width: 100%;
    }

.s-security-on-altium-365 {
    background: #171717;
    overflow: hidden;
    position: relative;
}

    .s-security-on-altium-365:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 80%;
        width: 1px;
        height: 1px;
        box-shadow: 0 0 1000px 180px #fff;
        border-radius: 50%;
        display: none;
    }

.s-security-on-altium-365__logo {
    padding: 28px 0;
}

.s-security-on-altium-365__in {
    position: relative;
    z-index: 2;
    padding: 10px 0 40px;
    color: #fff;
    font-size: 14px;
    line-height: 185%;
    text-align: center;
}

    .s-security-on-altium-365__in > :last-child {
        margin-bottom: 0;
    }

    .s-security-on-altium-365__in h1 {
        font-weight: 500;
        font-size: 36px;
        line-height: 1.2;
        letter-spacing: -0.01em;
        margin: 0 0 20px;
    }

.s-security-on-altium-365__img {
    z-index: 1;
    position: absolute;
    width: 1219px;
    height: 483px;
    left: 55%;
    bottom: 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    display: none;
}

@media (min-width: 768px) {
    .s-security-on-altium-365:before {
        display: block;
        opacity: 0.1;
    }

    .s-security-on-altium-365__in {
        padding: 40px 0 120px;
        font-size: 16px;
        max-width: 541px;
        text-align: left;
    }

        .s-security-on-altium-365__in h1 {
            font-size: 47px;
            line-height: 1;
            margin: 0 0 38px;
        }

    .s-security-on-altium-365__img {
        left: 80%;
        display: block;
    }
}

@media (min-width: 992px) {
    .s-security-on-altium-365:before,
    .s-security-on-altium-365__img {
        left: 64%;
    }
}

@media (min-width: 1200px) {
    .s-security-on-altium-365:before,
    .s-security-on-altium-365__img {
        left: 55%;
    }
}

@media (min-width: 1600px) {
    .s-security-on-altium-365:before,
    .s-security-on-altium-365__img {
        left: 45%;
    }
}

.s-security-on-altium-365__img img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center";
    height: 100%;
    width: 100%;
}

.s-key-attributes {
    line-height: 1.428571429;
    color: #333;
    background-color: #f8f8f8;
    padding: 60px 0;
}

.s-key-attributes__title {
    margin-bottom: 40px;
}

    .s-key-attributes__title > :last-child {
        margin-bottom: 0;
    }

    .s-key-attributes__title h2 {
        text-align: center;
        font-weight: 500;
        font-size: 30px;
        line-height: 1;
        letter-spacing: -0.01em;
        margin: 0;
        color: #141416;
    }

.s-key-attributes__group._mobile,
.s-key-attributes__group._spread {
    display: block;
}

.s-key-attributes__group._desktop {
    display: none;
    margin: 0 -15px;
}

@media (min-width: 768px) {
    .s-key-attributes {
        padding: 90px 0;
    }

    .s-key-attributes__title {
        margin-bottom: 66px;
    }

        .s-key-attributes__title h2 {
            font-size: 34px;
        }

    .s-key-attributes__group._mobile,
    .s-key-attributes__group._spread {
        display: none;
    }

    .s-key-attributes__group._desktop {
        display: flex;
    }
}

.s-key-attributes__col {
    width: 100%;
    padding: 0 15px;
}

    .s-key-attributes__col > :last-child {
        margin-bottom: 0;
    }

.s-key-attributes__item {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 10%;
}

    .s-key-attributes__item > :last-child {
        margin-bottom: 0;
    }

@media (min-width: 768px) {
    .s-key-attributes__item {
        padding: 40px;
    }
}

@media (min-width: 992px) {
    .s-key-attributes__item {
        padding: 66px 65px 66px 74px;
    }
}

.s-key-attributes__item h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.1;
    margin: 0 0 20px;
    color: #141416;
}

.s-key-attributes__item p {
    font-size: 14px;
    line-height: 160%;
    color: #414143;
}

.btn-play-overview {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    .btn-play-overview:after,
    .btn-play-overview:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
    }

    .btn-play-overview:before {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.6);
        transition: background-color 0.3s;
    }

    .btn-play-overview:after {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 20px solid #fff;
        margin-left: 3px;
    }

@media (min-width: 992px) {
    .btn-play-overview:before {
        width: 100px;
        height: 100px;
    }

    .btn-play-overview:after {
        border-top-width: 14px;
        border-bottom-width: 14px;
        border-left-width: 28px;
        margin-left: 5px;
    }
}

@media (min-width: 1600px) {
    .btn-play-overview:before {
        width: 130px;
        height: 130px;
    }

    .btn-play-overview:after {
        border-top-width: 16px;
        border-bottom-width: 16px;
        border-left-width: 30px;
    }
}

.btn-play-overview[data-youtube-id] img {
    top: 50%;
    transform: translateY(-50%);
}

.btn-play-overview:hover:before {
    background-color: rgba(0, 0, 0, 0.9);
}

.btn-play-overview_white:before {
    background-color: #fff;
}

.btn-play-overview_white:after {
    border-left-color: #000;
}

.btn-play-overview_white:hover:before {
    background-color: hsla(0, 0%, 100%, 0.9);
}

.btn-play-overview_static {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
}

.btn-play-overview_xs:before {
    width: 60px;
    height: 60px;
}

.btn-play-overview_xs:after {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 10px;
    margin-left: 1px;
}

.btn-play-overview_s:before {
    width: 80px;
    height: 80px;
}

.btn-play-overview_s:after {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 20px;
    margin-left: 3px;
}

.btn-play-overview * {
    pointer-events: none;
}

.b-sort {
    align-items: center;
    display: flex;
}

.b-sort__items {
    display: flex;
    margin-left: auto;
    font-size: 16px;
}

.b-sort__items__title {
    color: hsla(0, 0%, 100%, 0.4);
}

.b-sort__items__item {
    margin-left: 50px;
    position: relative;
    padding-right: 20px;
}

    .b-sort__items__item:after {
        content: "";
        position: absolute;
        top: 0;
        right: 2px;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        width: 7px;
        height: 7px;
        transform: rotate(-45deg);
        margin-top: 6px;
    }

    .b-sort__items__item._active:after {
        transform: rotate(-225deg);
        margin-top: 11px;
    }

.s-prod-info {
    color: #333;
    font-size: 14px;
    padding: 30px 0;
}

@media (min-width: 768px) {
    .s-prod-info {
        font-size: 16px;
        padding: 40px 0;
    }
}

.s-prod-info h1,
.s-prod-info h2,
.s-prod-info h3,
.s-prod-info h4,
.s-prod-info h5,
.s-prod-info h6 {
    color: #111;
}

@media (min-width: 1200px) {
    .s-prod-info .l-container {
        max-width: 818px;
    }
}

.s-prod-info h1 > span,
.s-prod-info h2 > span,
.s-prod-info h3 > span {
    vertical-align: middle;
}

.s-prod-info h2 {
    padding-right: 30px;
}

.s-prod-info__head {
    text-align: center;
    margin-bottom: 34px;
    font-size: 14px;
}

    .s-prod-info__head h1 {
        margin-bottom: 12px;
        font-size: 32px;
    }

@media (min-width: 768px) {
    .s-prod-info__head {
        font-size: 16px;
    }

        .s-prod-info__head h1 {
            font-size: 38px;
        }
}

.s-prod-info__body {
    border-radius: 10px;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .s-prod-info__body {
        margin-bottom: 50px;
    }
}

.s-prod-info__desc h2,
.s-prod-info__items h2 {
    line-height: 120%;
    font-weight: 700;
    font-size: 16px;
}

.s-prod-info__desc h4,
.s-prod-info__desc h5,
.s-prod-info__desc h6,
.s-prod-info__items h4,
.s-prod-info__items h5,
.s-prod-info__items h6 {
    font-weight: 500;
}

.s-prod-info__desc img,
.s-prod-info__desc ol,
.s-prod-info__desc p,
.s-prod-info__desc ul,
.s-prod-info__items img,
.s-prod-info__items ol,
.s-prod-info__items p,
.s-prod-info__items ul {
    margin-bottom: 20px;
}

    .s-prod-info__desc p > img,
    .s-prod-info__items p > img {
        margin-bottom: 0;
    }

.s-prod-info__desc h2,
.s-prod-info__items h2 {
    margin: 30px 0;
}

.s-prod-info__desc h3,
.s-prod-info__items h3 {
    margin-top: 34px;
}

.s-prod-info__desc ul,
.s-prod-info__items ul {
    padding-left: 20px;
}

.s-prod-info__desc ol,
.s-prod-info__items ol {
    padding-left: 22px;
}

.s-prod-info__desc li,
.s-prod-info__items li {
    margin-bottom: 10px;
}

.s-prod-info__desc h3,
.s-prod-info__items h3 {
    font-family: GothamPro, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-weight: 700;
    margin: 34px 0 20px;
    font-size: 18px;
}

.s-prod-info__tag {
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 4px 4px 2px;
    display: inline;
    font-family: GothamPro, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.s-prod-info__tag,
.s-prod-info__type {
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    vertical-align: middle;
}

.s-prod-info__type {
    background: #48c59e;
    border-radius: 5px;
    font-size: 8px;
    padding: 6px 9px 5px;
    display: inline-flex;
}

.s-prod-info__row-info {
    margin-bottom: 14px;
    display: none;
}

    .s-prod-info__row-info .link-copy {
        margin-top: -1px;
    }

.s-prod-info__date {
    text-transform: uppercase;
    color: grey;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.s-prod-info__items__date {
    text-align: center;
    color: #111;
    font-family: GothamPro, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    margin-bottom: 28px;
    font-weight: 400;
    line-height: 1;
    font-size: 18px;
}

.s-prod-info__items:not(:last-child) {
    margin-bottom: 40px;
}

.s-prod-info__row {
    position: relative;
    scroll-margin-top: 120px;
    padding: 22px 20px;
    border: 1px solid #e7e7e7;
    background: #fff;
    margin-top: -1px;
}

    .s-prod-info__row:first-child:last-child {
        border-radius: 10px;
    }

    .s-prod-info__row:first-child {
        border-radius: 10px 10px 0 0;
    }

    .s-prod-info__row._article-next-active,
    .s-prod-info__row:last-child {
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

    .s-prod-info__row._article-active,
    .s-prod-info__row._article-main {
        border-radius: 10px !important;
        margin: 10px 0;
    }

        .s-prod-info__row._article-active h2,
        .s-prod-info__row._article-main h2 {
            font-size: 24px;
        }

        .s-prod-info__row._article-active + .s-prod-info__row,
        .s-prod-info__row._article-main + .s-prod-info__row {
            border-radius: 10px 10px 0 0;
        }

        .s-prod-info__row._article-active .s-prod-info__row-info,
        .s-prod-info__row._article-main .s-prod-info__row-info {
            display: block;
        }

        .s-prod-info__row._article-active .__text-control-teaser h2 .link-copy,
        .s-prod-info__row._article-main .__text-control-teaser h2 .link-copy {
            display: none !important;
        }

    .s-prod-info__row._article-active {
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    }

@media (max-width: 767px) {
    .s-prod-info__head br {
        display: none;
    }

    .s-prod-info__row._article-active {
        margin-left: -5vw;
        margin-right: -5vw;
    }

    .s-prod-info__info__img {
        width: 40px;
        height: 40px;
    }
}

.s-prod-info__row._article-active .s-prod-info__control-arrow {
    bottom: calc(100% - 52px);
}

    .s-prod-info__row._article-active .s-prod-info__control-arrow a:before {
        transform: rotate(135deg);
        top: 12px;
    }

.s-prod-info__row._article-active .__text-control-teaser .s-prod-info__control {
    display: none;
}

.s-prod-info__row:not(._article-active) {
    cursor: pointer;
    transition: background-color 0.3s;
}

    .s-prod-info__row:not(._article-active) .__text-control-teaser h2 .link-copy {
        display: none;
    }

        .s-prod-info__row:not(._article-active)
        .__text-control-teaser
        h2
        .link-copy._active {
            display: inline-block;
        }

    .s-prod-info__row:not(._article-active):hover {
        background: #fafafa;
    }

        .s-prod-info__row:not(._article-active):hover
        .__text-control-teaser
        h2
        .link-copy {
            display: inline-block;
        }

    .s-prod-info__row:not(._article-active):not(._article-main)
    .s-prod-info__control-arrow {
        bottom: 50%;
        transform: translateY(50%);
    }

.s-prod-info__row._article-active .__text-control-full {
    display: block;
}

.s-prod-info__row article.contextual-region {
    position: static;
}

.s-prod-info__row .contextual {
    top: 16px;
    right: 16px;
}

.s-prod-info__control-arrow {
    position: absolute;
    right: 10px;
    bottom: 20px;
}

@media (min-width: 768px) {
    .s-prod-info__desc h2,
    .s-prod-info__items h2 {
        font-size: 18px;
    }

    .s-prod-info__desc h3,
    .s-prod-info__items h3 {
        font-size: 22px;
    }

    .s-prod-info__items__date {
        margin-bottom: 38px;
    }

    .s-prod-info__row {
        padding: 30px 40px;
    }

        .s-prod-info__row._article-active h2,
        .s-prod-info__row._article-main h2 {
            font-size: 28px;
        }

        .s-prod-info__row._article-active .s-prod-info__control-arrow {
            bottom: calc(100% - 62px);
        }

    .s-prod-info__control-arrow {
        right: 30px;
        bottom: 26px;
    }

    .s-prod-info__col .__text-control-full img {
        max-width: 500px;
    }
}

.s-prod-info__control-arrow a {
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    width: 30px;
    height: 30px;
    display: block;
}

    .s-prod-info__control-arrow a:before {
        content: "";
        position: absolute;
        top: 8px;
        left: 9px;
        border-left: 2px solid #111;
        border-bottom: 2px solid #111;
        transform: rotate(-45deg);
        width: 10px;
        height: 10px;
    }

.s-prod-info__col {
    overflow: hidden;
    clear: both;
}

@media (max-width: 991px) {
    .s-prod-info__col .__text-control-teaser {
        display: flex;
        flex-direction: column;
    }

        .s-prod-info__col .__text-control-teaser .s-prod-info__teaser-img {
            order: 1;
            margin-top: 20px;
        }
}

.s-prod-info__col .__text-control-teaser > :first-child {
    margin-top: 0;
}

.s-prod-info__col .__text-control-teaser > h2:first-child,
.s-prod-info__col .__text-control-teaser > h3:first-child {
    margin-bottom: 0;
}

.s-prod-info__col
.__text-control-teaser
h2
.link-copy:not(._active)
.link-copy__text {
    display: none;
}

.s-prod-info__col .__text-control-full img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.s-prod-info__control {
    overflow: hidden;
    clear: both;
    font-size: 14px;
    margin-top: 14px;
}

@media (min-width: 768px) {
    .s-prod-info__control {
        font-size: 16px;
        margin-top: 20px;
    }
}

.s-prod-info .modal__zoom-btn {
    overflow: hidden;
}

.s-prod-info__info {
    overflow: hidden;
    clear: both;
    font-size: 14px;
    border-radius: 5px;
    line-height: 1.5;
    margin: 20px 0;
}

.s-prod-info__info__dd,
.s-prod-info__info__wrap {
    padding: 20px;
}

.s-prod-info__info__wrap {
    min-height: 105px;
    background: #fafafa;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    position: relative;
}

.s-prod-info__info__dd {
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid #e7e7e7;
    border-top: none;
    margin-top: -4px;
    display: none;
}

.s-prod-info__info._style-green .s-prod-info__info__wrap {
    background: #f3fdf8;
    border: 1px solid rgba(72, 196, 158, 0.2);
}

.s-prod-info__info._style-blue .s-prod-info__info__wrap {
    background: #f5fbff;
    border: 1px solid rgba(43, 135, 200, 0.2);
}

.s-prod-info__info:first-child {
    margin-top: 0;
}

.s-prod-info__info:last-child {
    margin-bottom: 0;
}

.s-prod-info__info p {
    margin-bottom: 4px;
}

.s-prod-info__info__title {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 12px;
}

.s-prod-info__info__img {
    position: absolute;
    top: 20px;
    left: 20px;
}

    .s-prod-info__info__img img {
        margin: 0 !important;
    }

.s-prod-info__info__item:first-child {
    padding-top: 4px;
}

.s-prod-info__info__item__col {
    width: 100%;
}

.s-prod-info__info__item .s-prod-info__info__title {
    color: grey;
}

.s-prod-info__info__item figure .figure-img img {
    max-width: 234px;
}

.s-prod-info__info__item .s-prod-info__info__title {
    min-height: 0 !important;
    display: block !important;
    padding-left: 0 !important;
    margin-bottom: 5px !important;
}

.s-prod-info__info__item:not(:first-child) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(17, 17, 17, 0.07);
}

.s-prod-info__info :last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .s-prod-info__info__dd,
    .s-prod-info__info__wrap {
        padding: 24px;
    }

    .s-prod-info__info__img {
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        left: auto;
    }

    .s-prod-info__info__item {
        display: flex;
        align-items: center;
    }

    .s-prod-info__info__item__col:first-child {
        padding-right: 30px;
    }

    .s-prod-info__info__item figure {
        margin: 0 !important;
    }

    .s-prod-info__info._with-img .s-prod-info__info__wrap {
        padding: 24px 130px 24px 30px;
    }
}

@media (max-width: 767px) {
    .s-prod-info__info._with-img .s-prod-info__info__title {
        padding-left: 50px;
        min-height: 40px;
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }
}

.s-prod-info__info._use-dd .s-prod-info__info__control a {
    position: relative;
    padding-right: 18px;
}

    .s-prod-info__info._use-dd .s-prod-info__info__control a:after {
        content: "";
        position: absolute;
        top: 1px;
        right: 0;
        border-left: 1px solid;
        border-bottom: 1px solid;
        width: 8px;
        height: 8px;
        transform: rotate(-45deg);
    }

.s-prod-info__info._active .s-prod-info__info__dd {
    display: block;
}

.s-prod-info__info._active .s-prod-info__info__control a:after {
    transform: rotate(-225deg);
    top: 6px;
}

.s-prod-info figure {
    margin: 20px 0;
}

    .s-prod-info figure .figure-img {
        background: #ededed;
        border-radius: 5px;
        text-align: center;
        padding: 20px 20px 0;
    }

@media (min-width: 768px) {
    .s-prod-info figure {
        margin: 30px 0;
    }

        .s-prod-info figure .figure-img {
            padding: 30px 30px 0;
        }
}

.s-prod-info figure .figure-img img {
    margin: 0;
    border-radius: 5px 5px 0 0;
    filter: drop-shadow(12px 12px 120px rgba(0, 0, 0, 0.05));
}

    .s-prod-info figure .figure-img img.align-center {
        margin: 0 auto;
    }

.s-prod-info figure figcaption {
    font-size: 14px;
    color: grey;
    margin-top: 20px;
}

.s-prod-info figure:first-child {
    margin-top: 0;
}

.s-prod-info figure:last-child {
    margin-bottom: 0;
}

.s-prod-info figure._added-feedback-ico {
    position: relative;
}

    .s-prod-info figure._added-feedback-ico:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        background: url(/v2/themes/custom/altium_365/html/dist/images/img-feedback.png);
        transform: translateY(-50%);
        width: 30px;
        height: 66px;
        background-size: 100%;
    }

    .s-prod-info figure._added-feedback-ico .figure-img img {
        max-width: 190px;
    }

.s-prod-info .__text-control-full {
    display: none;
    margin-top: 14px;
}

    .s-prod-info .__text-control-full > :first-child {
        margin-top: 0;
    }

.am-loader {
    text-align: center !important;
}

    .am-loader span {
        visibility: visible !important;
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background-color: #0b55d9;
        margin: 0 5px !important;
        opacity: 0;
    }

        .am-loader span:first-child {
            animation: opacitychange 1s ease-in-out infinite;
        }

        .am-loader span:nth-child(2) {
            animation: opacitychange 1s ease-in-out 0.33s infinite;
        }

        .am-loader span:nth-child(3) {
            animation: opacitychange 1s ease-in-out 0.66s infinite;
        }

    .am-loader._color-white span {
        background-color: #fff;
    }

@keyframes opacitychange {
    0%, to {
        opacity: 0.32;
    }

    60% {
        opacity: 0.64;
    }
}

.link-copy {
    font-size: 12px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    color: #111;
    margin-left: 8px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s;
    font-weight: 400;
}

    .link-copy img {
        margin: 0 6px 0 0;
    }

    .link-copy:hover:not(._active) {
        opacity: 1;
    }

.b-mcad-tools {
    line-height: 1.5;
    text-align: center;
}

    .b-mcad-tools h2 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 22px;
    }

@media (min-width: 768px) {
    .b-mcad-tools h2 {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .b-mcad-tools h2 {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .b-mcad-tools h2 {
        font-size: 30px;
    }
}

@media (min-width: 1600px) {
    .b-mcad-tools h2 {
        font-size: 36px;
    }
}

.b-mcad-tools__title {
    margin: 16px 0 32px;
    font-weight: 500;
    font-size: 18px;
}

@media (min-width: 992px) {
    .b-mcad-tools__title {
        margin: 24px 0 48px;
        font-size: 20px;
    }
}

.b-mcad-tools__text {
    max-width: 600px;
    margin: 0 auto 40px;
    font-size: 16px;
    color: hsla(0, 0%, 100%, 0.7);
}

._bg-light-gray .b-mcad-tools__text {
    color: rgba(17, 17, 17, 0.7);
}

@media (min-width: 1200px) {
    .b-mcad-tools__text {
        max-width: 720px;
        font-size: 18px;
        margin: 0 auto 60px;
    }
}

@media (min-width: 1921px) {
    .b-mcad-tools h2 {
        font-size: 42px;
        margin-bottom: 26px;
    }

    .b-mcad-tools__text {
        max-width: 825px;
        font-size: 20px;
        color: #fff;
    }

    ._bg-light-gray .b-mcad-tools__text {
        color: #111;
    }
}

.b-mcad-tools__watch {
    margin-top: 22px;
    font-size: 16px;
}

    .b-mcad-tools__watch a {
        font-weight: 500;
        color: hsla(0, 0%, 100%, 0.7);
    }

        .b-mcad-tools__watch a span {
            display: block;
        }

        .b-mcad-tools__watch a img {
            margin-bottom: 16px;
        }

        .b-mcad-tools__watch a:hover {
            color: #fff;
        }

.b-mcad-tools__wrap {
    margin-bottom: 48px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

@media (min-width: 768px) {
    .b-mcad-tools__wrap {
        flex-direction: row;
        width: 690px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .b-mcad-tools__wrap {
        width: 100%;
        flex-wrap: nowrap;
        justify-content: center;
    }
}

@media (min-width: 1600px) {
    .b-mcad-tools__wrap {
        flex-wrap: nowrap;
    }
}

.b-mcad-tools__video-wrap {
    margin-bottom: 30px;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
    .b-mcad-tools__video-wrap {
        margin-bottom: 60px;
    }
}

@media (min-width: 1921px) {
    .b-mcad-tools__video-wrap {
        margin-bottom: 70px;
    }
}

.b-mcad-tools__video {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 48px;
}

@media (min-width: 992px) {
    .b-mcad-tools__video-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: none;
    }

    .b-mcad-tools__video,
    .b-mcad-tools__video-desc {
        width: 50%;
        max-width: 510px;
    }

    .b-mcad-tools__video {
        margin-right: 50px;
        margin-bottom: 0;
    }
}

.b-mcad-tools__video a,
.b-mcad-tools__video img {
    width: 100%;
}

.b-mcad-tools__video-desc {
    text-align: center;
    font-size: 16px;
    margin: 0;
}

@media (min-width: 1200px) {
    .b-mcad-tools__video-desc {
        font-size: 18px;
    }
}

@media (min-width: 1921px) {
    .b-mcad-tools__video-desc {
        font-size: 20px;
    }
}

.b-mcad-tools__video-desc .author {
    font-size: 90%;
    opacity: 0.7;
}

.b-mcad-tools__video-desc p:last-child {
    margin-bottom: 0;
}

.b-mcad-tools__desc {
    font-size: 16px;
}

@media (min-width: 768px) {
    .b-mcad-tools__desc {
        font-size: 16px;
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .b-mcad-tools__video-desc {
        text-align: left;
    }

    .b-mcad-tools__desc {
        font-size: 16px;
        max-width: 84%;
    }
}

@media (min-width: 1600px) {
    .b-mcad-tools__desc {
        font-size: 18px;
    }
}

.b-mcad-tools__desc__item {
    border: 1px solid #262626;
    flex: 1;
    padding: 27px;
}

._bg-white .b-mcad-tools__desc__item {
    border-color: #e7e7e7;
}

.b-mcad-tools__desc__item:first-child:last-child {
    border: none;
    padding: 0;
    max-width: 600px;
    margin: 0 auto 40px;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .b-mcad-tools__desc {
        font-size: 18px;
        max-width: 82%;
    }

    .b-mcad-tools__desc__item:first-child:last-child {
        max-width: 720px;
        font-size: 18px;
        margin: 0 auto 60px;
    }
}

@media (min-width: 1921px) {
    .b-mcad-tools__desc {
        font-size: 20px;
    }

    .b-mcad-tools__desc__item:first-child:last-child {
        max-width: 825px;
        font-size: 20px;
    }

    .b-mcad-tools._style-a h3 {
        font-size: 20px;
    }
}

.b-mcad-tools__desc__item:not(:first-child) {
    margin-top: -1px;
}

.b-mcad-tools__desc__item p {
    margin-bottom: 24px;
}

    .b-mcad-tools__desc__item p:last-child {
        margin-bottom: 0;
    }

.b-mcad-tools__desc__item._no-margin {
    margin-bottom: 0 !important;
}

.b-mcad-tools__wrap {
    gap: 10px;
}

.b-mcad-tools__item {
    position: relative;
    line-height: 1.25;
    font-weight: 700;
    padding: 40px 30px;
    background: #1a1a1b;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
}

._bg-white .b-mcad-tools__item {
    background: #fff;
}

.b-mcad-tools__item h3 {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 auto;
}

.b-mcad-tools__item h4 {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #7c848c;
    margin: 12px 0 0;
    font-style: italic;
}

.b-mcad-tools__item__ico {
    margin: 0 auto 14px;
    position: relative;
}

    .b-mcad-tools__item__ico img {
        transform: scale(0.8);
    }

.b-mcad-tools__btn {
    margin-top: 24px;
}

    .b-mcad-tools__btn .am-button {
        width: 100%;
        max-width: 200px;
        min-width: 0;
    }

.b-mcad-tools__size {
    font-size: 14px;
    color: #6d6d6d;
    margin-top: 14px;
    font-weight: 400;
}

.b-mcad-tools._style-a {
    padding-top: 0 !important;
}

    .b-mcad-tools._style-a .b-mcad-tools__wrap {
        margin-left: auto;
        margin-right: auto;
        justify-content: left;
        flex-wrap: wrap;
    }

@media (min-width: 768px) {
    .b-mcad-tools__desc__item:not(:first-child) {
        margin-top: 0;
        margin-left: -1px;
    }

    .b-mcad-tools__item {
        padding: 2%;
        width: 100%;
        max-width: 220px;
    }

    .b-mcad-tools._style-a .b-mcad-tools__wrap {
        width: 512px;
    }
}

@media (min-width: 992px) {
    .b-mcad-tools._style-a .b-mcad-tools__wrap {
        width: 792px;
        gap: 20px;
    }
}

@media (min-width: 1200px) {
    .b-mcad-tools__item h4 {
        font-size: 14px;
    }

    .b-mcad-tools__size {
        font-size: 18px;
    }

    .b-mcad-tools._style-a .b-mcad-tools__wrap {
        width: 960px;
    }
}

@media (min-width: 1600px) {
    .b-mcad-tools._style-a .b-mcad-tools__wrap {
        flex-wrap: nowrap;
        gap: 10px;
        width: 100%;
        justify-content: center;
    }
}

.b-mcad-tools._style-a .b-mcad-tools__item {
    padding: 30px;
    min-width: 250px;
}

._bg-white .b-mcad-tools._style-a .b-mcad-tools__item {
    background: #f2f4f6;
}

@media (min-width: 768px) {
    .b-mcad-tools._style-a .b-mcad-tools__item {
        padding: 2.3% 1.8%;
    }
}

@media (min-width: 1200px) {
    .b-mcad-tools._style-a .b-mcad-tools__item {
        min-width: 300px;
    }
}

.b-mcad-tools._style-a .b-mcad-tools__item__ico {
    margin-bottom: 16px;
}

    .b-mcad-tools._style-a .b-mcad-tools__item__ico img {
        transform: scale(1);
    }

._bg-white .b-mcad-tools {
    position: relative;
    background: #fff;
}

@media (max-width: 991px) {
    ._bg-white .b-mcad-tools {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .b-mcad-tools__desc__item br {
        display: none;
    }

    ._bg-white .b-mcad-tools {
        padding-top: 60px;
    }
}

._bg-white .b-mcad-tools h3 {
    color: #111;
}

.b-mcad-tools._bg-gray {
    background: #141416;
    position: relative;
}

.b-mcad-tools._bg-light-gray {
    background: #f2f4f6;
    position: relative;
}

.b-tools {
    margin-top: 32px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .b-tools {
        margin-top: 42px;
        display: flex;
        align-items: center;
    }
}

.b-tools__title {
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}

._bg-white .b-tools__title {
    color: #111;
}

@media (min-width: 768px) {
    .b-tools__title {
        text-align: left;
    }
}

@media (min-width: 1600px) {
    .b-tools {
        margin-top: 42px;
        display: flex;
        align-items: center;
    }

    .b-tools__title {
        margin-right: 20px;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .b-tools__title {
        margin-right: 20px;
        margin-bottom: 0;
    }
}

.b-tools li,
.b-tools ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.b-tools ul {
    display: flex;
}

@media (max-width: 767px) {
    .b-tools ul {
        justify-content: center;
    }
}

.b-tools li {
    display: flex;
    align-items: center;
    border: 1px solid #333;
    border-radius: 40px;
    padding: 10px;
    font-weight: 500;
    font-size: 12px;
    white-space: nowrap;
}

._bg-white .b-tools li {
    border-color: #e7e7e7;
}

.b-tools li:not(:last-child) {
    margin-right: 10px;
}

.b-tools__ico {
    width: 28px;
    height: 28px;
    position: relative;
}

    .b-tools__ico img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
    }

.b-tools__text {
    display: none;
    padding: 0 10px;
    height: auto !important;
}

@media (max-width: 767px) {
    .b-tools__text {
        display: none !important;
    }
}

.b-tabs__title {
    color: hsla(0, 0%, 100%, 0.7);
    margin-bottom: 26px;
    font-size: 16px;
}

._bg-white .b-tabs__title {
    color: rgba(17, 17, 17, 0.7);
}

@media (min-width: 768px) {
    .b-tabs__title {
        font-size: 20px;
    }
}

@media (min-width: 1921px) {
    .b-tabs__title {
        font-size: 24px;
    }
}

.b-tabs__nav {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

@media (min-width: 1200px) {
    .b-tabs__nav {
        margin-bottom: 70px;
    }
}

.b-tabs__nav .ajax-progress {
    display: none !important;
}

.b-tabs__nav__item {
    cursor: pointer;
    display: block;
    background: #202225;
    border-radius: 6px;
    color: hsla(0, 0%, 100%, 0.7) !important;
    padding: 18px 6px;
    position: relative;
    text-decoration: none;
    transition: font-weight 0.3s;
    text-align: center;
}

._bg-white .b-tabs__nav__item {
    color: rgba(17, 17, 17, 0.7) !important;
    background: #f2f4f6;
}

@media (max-width: 767px) {
    .b-tabs__nav__item {
        font-size: 14px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .b-tabs__nav__item {
        margin: 0 4px;
        min-width: 240px;
        padding: 20px;
    }
}

@media (min-width: 992px) {
    .b-tabs__nav__item {
        min-width: 270px;
    }
}

@media (min-width: 1200px) {
    .b-tabs__nav__item {
        min-width: 300px;
    }
}

@media (min-width: 1921px) {
    .b-tabs__nav__item {
        min-width: 340px;
    }
}

.b-tabs__nav__item:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 6px solid #2b87c8;
    border-radius: 0 0 6px 6px;
    opacity: 0;
    transition: opacity 0.3s;
}

.b-tabs__nav__item._active,
.b-tabs__nav__item.active,
.b-tabs__nav__item.is-active {
    color: #fff !important;
    font-weight: 500;
}

._bg-white .b-tabs__nav__item._active,
._bg-white .b-tabs__nav__item.active,
._bg-white .b-tabs__nav__item.is-active {
    color: #111 !important;
}

.b-tabs__nav__item._active:before,
.b-tabs__nav__item.active:before,
.b-tabs__nav__item.is-active:before,
.b-tabs__nav__item:hover:before {
    opacity: 1;
}

.b-tabs__nav__item._loader {
    color: transparent !important;
    position: relative;
}

    .b-tabs__nav__item._loader .am-loader {
        position: absolute;
        left: 0;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .b-tabs__nav__item._loader:before {
        opacity: 0;
    }

.b-tabs__nav__item:not(._loader) .am-loader {
    display: none;
}

.b-tabs__nav._size-sm {
    font-size: 16px;
    margin-bottom: 30px;
}

    .b-tabs__nav._size-sm .b-tabs__nav__item {
        padding: 17px;
    }

        .b-tabs__nav._size-sm .b-tabs__nav__item:before {
            border-bottom-width: 4px;
        }

.b-tabs__nav._bg-black .b-tabs__nav__item {
    background: #1a1a1b;
}

.b-tabs__content__item:not(._active) {
    display: none;
}

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

    .s-tools h2 {
        font-size: 30px;
        margin: 0 0 30px;
    }

@media (min-width: 768px) {
    .s-tools h2 {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .s-tools h2 {
        font-size: 35px;
    }
}

@media (min-width: 1600px) {
    .s-tools h2 {
        font-size: 45px;
    }
}

.s-tools .l-container .b-mcad-tools .l-container {
    max-width: 100%;
}

.s-tools__step {
    max-width: 550px;
    margin: 0 auto 40px;
}

@media (min-width: 1200px) {
    .s-tools h2 {
        font-size: 45px;
    }

    .s-tools__step {
        max-width: 618px;
        margin: 0 auto 60px;
    }
}

.s-tools__step__title {
    border: 2px solid #2d2d2f;
    border-radius: 100px;
    min-width: 104px;
    padding: 8px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
}

._bg-white .s-tools__step__title {
    border-color: #e7e7e7;
    color: #111;
}

@media (min-width: 768px) {
    .s-tools__step__title {
        min-width: 154px;
        padding: 10px;
    }
}

.s-tools__step__desc :last-child {
    margin-bottom: 0;
}

.s-tools__step p:not(:last-child) {
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .s-tools__step p:not(:last-child) {
        margin-bottom: 60px;
    }
}

.s-tools__step:last-child {
    margin-bottom: 0;
}

.s-tools .b-mcad-tools {
    margin-top: 60px;
}

._bg-white .s-tools {
    background: transparent;
    padding-top: 0;
}

@media (min-width: 1921px) {
    .s-tools h2 {
        font-size: 45px;
    }

    .s-tools__step {
        max-width: 772px;
    }

    ._bg-white .s-tools {
        padding-top: 60px;
    }
}

.user-logged-in ul.tabs {
    font-size: 16px;
    margin: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #ddd;
    z-index: 100;
}

    .user-logged-in ul.tabs > li {
        margin: 0;
    }

.user-logged-in [data-drupal-messages] {
    font-size: 14px;
}

.f-request-access__title {
    font-size: 16px;
    margin: 0 0 18px;
}

    .f-request-access__title h2 {
        margin: 0 0 20px;
        text-align: center;
    }

    .f-request-access__title > :last-child {
        margin-bottom: 0;
    }

.f-request-access .am-form label {
    font-size: 16px;
    margin: 0 0 18px;
}

.f-request-access .am-form_style-black .am-checkbox label {
    color: #919197;
    font-size: 12px;
}

    .f-request-access .am-form_style-black .am-checkbox label a {
        color: #fff;
    }

.f-request-access
.am-form_style-black
input[type="checkbox"]:checked + label:before {
    background: #007dd4;
}

.f-request-access .am-form-submit {
    padding: 14px 28px !important;
}

.f-request-access__img {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .f-request-access__img,
    .f-request-access__title h2 {
        margin: 0 0 35px;
    }
}

.f-request-access__img img {
    max-width: 120px;
}

.f-request-access__text {
    max-width: 400px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .f-request-access__text {
        max-width: 395px;
    }
}

@media (min-width: 1200px) {
    .f-request-access__text {
        max-width: 485px;
    }
}

@media (min-width: 1921px) {
    .f-request-access__text {
        max-width: none;
    }
}

.f-request-access._ty {
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .f-request-access._ty {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .f-request-access._ty {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .f-request-access._ty {
        font-size: 24px;
    }
}

.f-request-access._ty h2 {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .f-request-access._ty h2 {
        margin: 0 0 35px;
    }
}

.f-request-access._hide {
    display: none !important;
}

.f-request-access._show {
    display: block !important;
}

.b-sticky-2 {
    position: relative;
    display: none;
    width: 100%;
    background: #040a14;
    background-size: cover;
    color: #fff;
    min-height: 50px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    z-index: 22;
    font-family: GothamPro, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

@media (min-width: 768px) {
    .b-sticky-2 {
        font-size: 16px;
        padding: 0 30px;
    }
}

._b-sticky_show .b-sticky-2 {
    display: flex;
}

.b-sticky-2 h2,
.b-sticky-2 h3,
.b-sticky-2 h4,
.b-sticky-2 h5,
.b-sticky-2 h6 {
    color: #fff;
}

.b-sticky-2__bg {
    pointer-events: none;
}

.b-sticky-2__bg,
.b-sticky-2__bg-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

    .b-sticky-2__bg-wrap img {
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 20% 50%;
        object-position: 20% 50%;
        font-family: "object-fit: cover; object-position: 20% 50%";
        height: 100%;
        width: 100%;
    }

@media (max-width: 767px) {
    .b-sticky-2__bg-wrap img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left center;
        object-position: left center;
        font-family: "object-fit: cover; object-position: left center";
    }
}

@media (min-width: 768px) {
    .b-sticky-2__inner {
        display: flex;
        align-items: center;
        gap: 24px;
        justify-content: space-between;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .b-sticky-2__bg-wrap img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left center;
        object-position: left center;
        font-family: "object-fit: cover; object-position: left center";
    }

    .b-sticky-2__inner {
        width: 1166px;
        padding-left: 120px;
    }
}

@media (min-width: 1600px) {
    .b-sticky-2__bg-wrap img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left center;
        object-position: left center;
        font-family: "object-fit: cover; object-position: left center";
    }

    .b-sticky-2__inner {
        justify-content: space-between;
        gap: 24px;
        padding-left: 0;
    }
}

.b-sticky-2__inner > * {
    margin: 10px 0;
}

@media (min-width: 992px) {
    .b-sticky-2 {
        font-size: 18px;
    }

    .b-sticky-2__inner > * {
        margin: 10px 0;
    }

    .b-sticky-2__desc {
        display: flex;
        align-items: center;
        gap: 25px;
        font-size: 14px;
    }
}

.b-sticky-2__desc {
    font-size: 14px;
}

    .b-sticky-2__desc :last-child {
        margin-bottom: 0;
    }

    .b-sticky-2__desc h4 {
        margin: 0 0 2px;
        font-weight: 700;
        font-size: 16px;
    }

@media (min-width: 768px) {
    .b-sticky-2__desc h4 {
        font-size: 18px;
    }
}

.b-sticky-2__close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.b-sticky-2__btn-group {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .b-sticky-2__btn-group {
        justify-content: center;
    }
}

.b-sticky-2._bottom {
    top: auto !important;
    bottom: 0 !important;
    animation: none !important;
    opacity: 1 !important;
    position: sticky !important;
    transition: top 0.3s;
}

@media (max-width: 767px) {
    .b-sticky-2__close {
        top: 10px;
        transform: none;
    }

    .b-sticky-2._bottom {
        padding: 0 10px;
        min-height: 45px;
    }

        .b-sticky-2._bottom .b-sticky-2__inner {
            display: flex;
            gap: 5px;
            flex-direction: column;
            align-items: center;
            padding: 10px 0;
            width: 100%;
        }

            .b-sticky-2._bottom .b-sticky-2__inner > * {
                width: 100%;
                margin: 0;
            }

        .b-sticky-2._bottom .b-sticky-2__desc {
            font-size: 12px;
            line-height: 1.2;
        }

        .b-sticky-2._bottom .b-sticky-2__btn-group a.am-btn {
            font-size: 12px;
            padding: 10px 20px;
            min-width: auto;
        }
}

@media (max-width: 767px) and (max-width: 767px) {
    .b-sticky-2._bottom .b-sticky-2__btn-group {
        width: auto;
        align-self: flex-start;
    }
}

.b-sticky-2._top {
    top: 0 !important;
    bottom: auto !important;
    animation: none !important;
    opacity: 1 !important;
    position: fixed !important;
    transition: top 0.3s;
}

    .b-sticky-2._top .b-sticky-2__inner-eagle {
        display: none;
    }

@media (max-width: 767px) {
    .b-sticky-2._top {
        padding: 0 10px;
        min-height: 45px;
    }

        .b-sticky-2._top .b-sticky-2__inner {
            display: flex;
            gap: 5px;
            flex-direction: column;
            align-items: center;
            padding: 10px 0;
            width: 100%;
        }

            .b-sticky-2._top .b-sticky-2__inner > * {
                width: 100%;
                margin: 0;
            }

        .b-sticky-2._top .b-sticky-2__desc {
            font-size: 12px;
            line-height: 1.2;
        }

        .b-sticky-2._top .b-sticky-2__btn-group a.am-btn {
            font-size: 12px;
            padding: 10px 20px;
            min-width: auto;
        }

    .b-sticky-2._weekend-special .b-sticky-2__desc {
        max-width: 76%;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .b-sticky-2._top .b-sticky-2__btn-group {
        width: auto;
        align-self: flex-start;
    }
}

.user-logged-in .b-sticky-2._top {
    position: relative !important;
}

.user-logged-in.header_initialized .b-sticky-2._top {
    top: 0 !important;
}

.header_initialized .b-sticky-2._top {
    top: 112px !important;
}

.header_initialized.header-v2_hidden .b-sticky-2._top {
    top: 60px !important;
}

.b-sticky-2 .btn {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 5px;
}

.b-sticky-2._orange {
    background: #f90;
}

    .b-sticky-2._orange .b-sticky-2__btn-group a.am-btn,
    .b-sticky-2._orange .b-sticky-2__btn-group a.am-btn:hover {
        color: #f90 !important;
    }

.b-sticky-2._dark {
    background: #040a14;
}

.b-sticky-2._sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.b-sticky-2._closed {
    display: none;
}

.b-sticky-2._hidden {
    display: none !important;
}

.b-sticky-2_clone._hide {
    display: none;
}

._right-sidebar .b-sticky-2_clone {
    display: none !important;
}

.b-sticky-2._weekend-special {
    color: #111;
    border-bottom: 1px solid #e8e8e8;
    background: #fff;
}

    .b-sticky-2._weekend-special h2,
    .b-sticky-2._weekend-special h3,
    .b-sticky-2._weekend-special h4,
    .b-sticky-2._weekend-special h5,
    .b-sticky-2._weekend-special h6 {
        color: #111;
    }

    .b-sticky-2._weekend-special .b-sticky-2__desc {
        flex-direction: column;
        gap: 2px;
        font-size: 10px;
        text-align: center;
    }

@media (min-width: 768px) {
    .b-sticky-2 .btn {
        padding: 11px 20px;
    }

    .b-sticky-2._weekend-special .b-sticky-2__desc {
        padding-left: 160px;
        font-size: 13px;
    }
}

.b-sticky-2._weekend-special .b-sticky-2__desc h4 {
    font-size: 13px;
}

@media (min-width: 768px) {
    .b-sticky-2._weekend-special .b-sticky-2__desc h4 {
        font-size: 16px;
    }

    .b-sticky-2._weekend-special .b-sticky-2__inner {
        gap: 60px;
    }
}

@media (min-width: 992px) {
    .b-sticky-2._weekend-special .b-sticky-2__desc h4 {
        font-size: 16px;
    }
}

.b-sticky-2._weekend-special .b-sticky-2__inner {
    justify-content: center;
}

    .b-sticky-2._weekend-special .b-sticky-2__inner > * {
        margin: 5px 0;
    }

.b-sticky-2._weekend-special .b-sticky-2__bg-wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 26% 50%;
    object-position: 26% 50%;
    font-family: "object-fit: cover; object-position: 26% 50%";
}

@media (min-width: 768px) {
    .b-sticky-2._weekend-special .b-sticky-2__bg-wrap img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 26% 50%;
        object-position: 26% 50%;
        font-family: "object-fit: cover; object-position: 26% 50%";
    }
}

@media (min-width: 1600px) {
    .b-sticky-2__desc h4 {
        font-size: 26px;
    }

    [lang="ja"] .b-sticky-2__desc h4 {
        font-size: 23px;
    }

    .b-sticky-2 .btn {
        font-size: 16px;
    }

    .b-sticky-2._weekend-special .b-sticky-2__desc h4 {
        font-size: 20px;
    }

    .b-sticky-2._weekend-special .b-sticky-2__bg-wrap img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 10% 50%;
        object-position: 10% 50%;
        font-family: "object-fit: cover; object-position: 10% 50%";
    }
}

.b-sticky-2._weekend-special .b-sticky-2__btn-group {
    align-self: center;
}

.b-sticky-2._test-skills {
    --color-yellow: #ffe038;
}

    .b-sticky-2._test-skills .b-sticky-2__bg-wrap img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
    }

    .b-sticky-2._test-skills .b-sticky-2__inner {
        max-width: none;
        padding: 0;
        width: auto;
        flex-direction: row;
        position: relative;
        overflow: hidden;
    }

        .b-sticky-2._test-skills .b-sticky-2__inner:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 365px;
            height: 365px;
            border-radius: 50%;
            transform: translate(-220px, -50%);
            border: 2px solid var(--color-yellow);
            display: none;
        }

        .b-sticky-2._test-skills .b-sticky-2__inner > * {
            margin: 10px 0;
        }

@media (min-width: 768px) {
    .b-sticky-2._test-skills .b-sticky-2__bg-wrap img {
        -o-object-position: 38% 50%;
        object-position: 38% 50%;
    }

    .b-sticky-2._test-skills .b-sticky-2__inner:before {
        display: block;
    }

    .b-sticky-2._test-skills .b-sticky-2__inner > * {
        margin: 5px 0;
    }

    .b-sticky-2._test-skills .b-sticky-2__inner-wrap {
        display: flex;
        align-items: center;
        gap: 90px;
    }
}

.b-sticky-2._test-skills .b-sticky-2__desc {
    font-family: Syne, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    display: block;
    max-width: 132px;
}

    .b-sticky-2._test-skills .b-sticky-2__desc h3,
    .b-sticky-2._test-skills .b-sticky-2__desc h4 {
        line-height: 1;
    }

    .b-sticky-2._test-skills .b-sticky-2__desc h4 {
        color: var(--color-yellow);
        font-weight: 700;
        font-size: 12px;
        margin: 0 0 2px;
    }

@media (min-width: 768px) {
    .b-sticky-2._test-skills .b-sticky-2__desc {
        max-width: none;
    }

        .b-sticky-2._test-skills .b-sticky-2__desc h4 {
            font-size: 13px;
        }
}

@media (min-width: 992px) {
    .b-sticky-2._test-skills .b-sticky-2__desc h4 {
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
    .b-sticky-2._weekend-special .b-sticky-2__desc {
        font-size: 14px;
    }

    .b-sticky-2._test-skills .b-sticky-2__desc h4 {
        font-size: 16px;
    }
}

@media (min-width: 1600px) {
    .b-sticky-2._test-skills .b-sticky-2__inner-wrap {
        gap: 180px;
    }

    .b-sticky-2._test-skills .b-sticky-2__desc h4 {
        font-size: 20px;
    }
}

.b-sticky-2._test-skills .b-sticky-2__desc h3 {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

@media (min-width: 768px) {
    .b-sticky-2._test-skills .b-sticky-2__desc h3 {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .b-sticky-2._test-skills .b-sticky-2__desc h3 {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .b-sticky-2._test-skills .b-sticky-2__desc h3 {
        font-size: 22px;
    }
}

@media (min-width: 1600px) {
    .b-sticky-2._test-skills .b-sticky-2__desc h3 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .b-sticky-2._test-skills .b-sticky-2__btn-group {
        align-self: flex-end;
    }
}

.b-sticky-2._test-skills .b-sticky-2__btn-group .btn {
    background: #ffe038;
    box-shadow: 0 20px 20px rgba(10, 34, 78, 0.15);
    border-radius: 4px;
    font-size: 10px;
    color: #111;
    font-family: GothamPro, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .b-sticky-2._test-skills .b-sticky-2__btn-group .btn {
        font-size: 11px;
    }
}

.b-sticky-2._test-skills .b-sticky-2__btn-group .btn:hover {
    background: #fff;
}

.b-benefit__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: center;
}

.b-benefit__bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.b-benefit__block {
    padding: 40px;
    background: rgba(30, 32, 35, 0.3);
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .b-benefit__row {
        grid-template-columns: 1fr 1fr;
    }

    .b-benefit__block {
        padding: 50px;
    }
}

.b-benefit__block._bg-a {
    background: radial-gradient( 81.82% 88.56% at 89.84% 111.51%, #1c6da8 0, #0b3368 100% ), linear-gradient(255.06deg, #385163 30.71%, rgba(56, 81, 99, 0.6) 112.81%);
}

    .b-benefit__block._bg-a ul {
        max-width: 370px;
    }

.b-benefit__block > :last-child {
    margin-bottom: 0;
}

.b-benefit__block__desc {
    margin: 0 0 24px;
}

@media (min-width: 768px) {
    .b-benefit__block__desc {
        margin: 0 0 32px;
    }
}

.b-benefit__block__desc._list-style-minuses li,
.b-benefit__block__desc._list-style-pros li {
    position: relative;
    padding-left: 30px;
    list-style: none;
}

    .b-benefit__block__desc._list-style-minuses li:before,
    .b-benefit__block__desc._list-style-pros li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 6px;
        width: 15px;
        height: 15px;
    }

    .b-benefit__block__desc._list-style-pros li:before {
        background: url(/v2/themes/custom/altium_365/html/dist/images/ico-pros.svg) 50% no-repeat;
        background-size: contain;
    }

.b-benefit__block__desc._list-style-pros._v2 li:before {
    background: url(/v2/themes/custom/altium_365/html/dist/images/ico-pros-2.svg) 50% no-repeat;
    background-size: contain;
}

.b-benefit__block__desc._list-style-minuses li:before {
    background: url(/v2/themes/custom/altium_365/html/dist/images/ico-cons.svg) 50% no-repeat;
    background-size: contain;
}

.b-benefit__block__desc._list-style-minuses._v2 li:before {
    background: url(/v2/themes/custom/altium_365/html/dist/images/ico-cons-2.svg) 50% no-repeat;
    background-size: contain;
}

.b-benefit__block__btn-wrap .link {
    color: #fff;
    margin-top: 20px;
    margin-left: 10px;
    white-space: nowrap;
    text-shadow: 0 0 2px #000;
}

    .b-benefit__block__btn-wrap .link:hover {
        color: #fff;
    }

.b-benefit__group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 36px;
}

@media (min-width: 992px) {
    .b-benefit__block {
        padding: 70px 65px;
    }

    .b-benefit__group {
        gap: 20px;
        grid-template-columns: repeat(3, 1fr);
    }
}

.b-benefit__item {
    position: relative;
    border-radius: 12px;
    background: #1d1d1d;
    text-align: center;
    padding: 50px 24px 34px;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: -0.32px;
}

.b-benefit__ico {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
    .b-benefit__ico {
        max-width: 48px;
    }
}

.b-benefit__title {
    margin-bottom: 24px;
}

    .b-benefit__title h4 {
        font-weight: 700;
        letter-spacing: -0.48px;
        font-size: 18px;
        margin: 0 0 16px;
    }

@media (min-width: 768px) {
    .b-benefit__title h4 {
        font-size: 20px;
    }
}

.b-benefit__logo-group {
    display: flex;
    justify-content: center;
    gap: 20px;
}

    .b-benefit__logo-group:not(:last-child) {
        margin-bottom: 24px;
    }

@media (min-width: 1200px) {
    .b-benefit__item {
        padding: 68px 45px 45px;
        font-size: 16px;
    }

    .b-benefit__title {
        margin-bottom: 30px;
    }

        .b-benefit__title h4 {
            font-size: 24px;
        }

    .b-benefit__logo-group {
        gap: 32px;
    }

        .b-benefit__logo-group:not(:last-child) {
            margin-bottom: 40px;
        }
}

.b-benefit__logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

    .b-benefit__logo-item._only-us-country {
        display: none;
    }

._geo-country-US .b-benefit__logo-item._only-us-country {
    display: flex;
}

._geo-country-US .b-benefit__logo-item._not-for-us-country {
    display: none;
}

.b-benefit-section._hidden {
    display: none !important;
}

.b-learn-more__group {
    background: rgba(30, 32, 35, 0.3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 25px 40px;
}

@media (max-width: 991px) {
    .b-learn-more__group {
        flex-direction: column;
        text-align: center;
    }
}

.b-learn-more__desc {
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 991px) {
    .b-learn-more__desc {
        gap: 30px;
        flex-direction: column;
    }
}

.b-learn-more__title h5 {
    margin: 0 0 5px;
    font-size: 18px;
}

@media (min-width: 1200px) {
    .b-learn-more__title h5 {
        font-size: 20px;
    }
}

.b-learn-more__title h6 {
    margin: 0;
    font-size: 14px;
    opacity: 0.7;
}

@media (min-width: 1200px) {
    .b-learn-more__title h6 {
        font-size: 16px;
    }
}

.b-sticky-promo {
    background: rgba(32, 100, 163, 0.9);
    position: sticky;
    top: var(--nav-header-visible-height);
    left: 0;
    transition: top 0.3s;
    z-index: 10;
    line-height: 1.2;
}

.b-sticky-promo__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

@media (min-width: 1200px) {
    .b-sticky-promo__inner {
        padding: 14px 0;
    }
}

.b-sticky-promo__link {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

@media (min-width: 768px) {
    .b-sticky-promo__link {
        font-size: 18px;
    }
}

.b-sticky-promo__link:hover {
    color: #fff;
    opacity: 0.8;
}

.b-sticky-promo__ico,
.b-sticky-promo__ico img,
.b-sticky-promo__title,
.b-sticky-promo__title img {
    display: block;
}

.l-section h1:last-child,
.l-section h2:last-child,
.l-section h3:last-child,
.l-section h4:last-child,
.l-section h5:last-child,
.l-section h6:last-child,
.l-section li:last-child,
.l-section p:last-child,
.l-section ul:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .l-section h2 br,
    .l-section h3 br,
    .l-section p br {
        display: none;
    }
}

@media (max-width: 767px) and (min-width: 768px) {
    .l-section h2 br,
    .l-section h3 br,
    .l-section p br {
        display: block;
    }
}

.l-section._bg_black-transparent {
    background: rgba(30, 32, 35, 0.3);
}

.l-section._typography_size-md {
    font-size: 16px;
}

@media (min-width: 768px) {
    .l-section._typography_size-md {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .l-section._typography_size-md {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .l-section._typography_size-md {
        font-size: 17px;
    }
}

.l-section._typography_size-md h2 {
    font-size: 20px;
    margin: 0 0 18px;
}

@media (min-width: 768px) {
    .l-section._typography_size-md h2 {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .l-section._typography_size-md h2 {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .l-section._typography_size-md h2 {
        font-size: 26px;
    }

    .l-section._size_md .l-container {
        max-width: 1170px;
    }
}

@media (min-width: 1600px) {
    .l-section._typography_size-md {
        font-size: 18px;
    }

        .l-section._typography_size-md h2 {
            font-size: 30px;
        }
}

@media (min-width: 1921px) {
    .l-section._typography_size-md {
        font-size: 18px;
    }

        .l-section._typography_size-md h2 {
            font-size: 30px;
        }
}

.l-section._p-t-b_md {
    padding: 30px 0;
}

.l-section._p-t-b_lg {
    padding: 40px 0;
}

@media (min-width: 1200px) {
    .l-section._p-t-b_md {
        padding: 40px 0;
    }

    .l-section._p-t-b_lg {
        padding: 80px 0;
    }
}

.l-section._p-b_md {
    padding-bottom: 30px;
}

.l-section._p-b_lg {
    padding-bottom: 40px;
}

.l-section._p-t_md {
    padding-top: 30px;
}

.l-section._p-t_lg {
    padding-top: 40px;
}

@media (min-width: 1200px) {
    .l-section._p-b_md {
        padding-bottom: 40px;
    }

    .l-section._p-b_lg {
        padding-bottom: 80px;
    }

    .l-section._p-t_md {
        padding-top: 40px;
    }

    .l-section._p-t_lg {
        padding-top: 80px;
    }
}

.l-section ._pos-center {
    text-align: center;
}

.l-section__header {
    max-width: 803px;
    margin: 0 auto 32px;
}

@media (min-width: 768px) {
    .l-section__header {
        margin: 0 auto 42px;
    }
}

.l-section__header._gap_sm {
    margin: 0 auto 24px;
}

.l-section__header p {
    opacity: 0.7;
}

.l-section__media {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .l-section__media {
        margin: 0 0 30px;
    }
}

.s-quotes__group {
    max-width: 734px;
    margin-inline: auto;
}

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

.s-quotes__text {
    margin: 0 0 24px;
}

@media (min-width: 768px) {
    .s-quotes__text {
        margin: 0 0 32px;
    }

    .s-quotes__author-desc h5 {
        font-size: 16px;
    }
}

.s-quotes__author-ico {
    margin: 0 auto 12px;
    width: 48px;
    height: 48px;
    position: relative;
}

    .s-quotes__author-ico img {
        display: block;
        width: 100%;
        border-radius: 50%;
    }

.s-quotes__author-desc h5 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .s-quotes__author-desc h5 {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .s-quotes__author-desc h5 {
        font-size: 17px;
    }
}

@media (min-width: 1600px) {
    .s-quotes__author-desc h5 {
        font-size: 18px;
    }
}

@media (min-width: 1921px) {
    .s-quotes__author-desc h5 {
        font-size: 18px;
    }
}

.s-quotes__author-desc h6 {
    font-size: 14px;
    color: #959fb0;
    margin: 0;
    font-weight: 400;
}

@media (min-width: 768px) {
    .s-quotes__author-desc h6 {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .s-quotes__author-desc h6 {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    .s-quotes__author-desc h6 {
        font-size: 15px;
    }
}

@media (min-width: 1600px) {
    .s-quotes__author-desc h6 {
        font-size: 16px;
    }
}

@media (min-width: 1921px) {
    .s-quotes__author-desc h6 {
        font-size: 16px;
    }
}

.f-try-now__title {
    font-size: 16px;
    margin: 0 0 18px;
}

    .f-try-now__title h2 {
        margin: 0 0 20px;
        text-align: center;
        font-size: 20px;
    }

@media (min-width: 768px) {
    .f-try-now__title h2 {
        margin: 0 0 35px;
        font-size: 25px;
    }
}

.f-try-now__title > :last-child {
    margin-bottom: 0;
}

.f-try-now
.am-form
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not( [id*="selectized"] ),
.f-try-now .am-form select {
    background-color: #181818 !important;
    border: 1px solid #303030;
    height: 48px;
}

.f-try-now .am-form label {
    font-size: 14px;
    margin: 0 0 10px;
}

.f-try-now .am-form_style-black .am-checkbox label {
    color: #919197;
    font-size: 12px;
}

    .f-try-now .am-form_style-black .am-checkbox label a {
        color: #fff;
    }

.f-try-now .am-form_style-black input[type="checkbox"]:checked + label:before {
    background: #007dd4;
}

.f-try-now .am-form-submit {
    padding: 14px 28px !important;
    background: #0b55d9;
    width: 100%;
}

.f-try-now__img {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .f-try-now__img {
        margin: 0 0 35px;
    }

    .f-try-now._ty {
        font-size: 14px;
    }
}

.f-try-now__img img {
    max-width: 120px;
}

.f-try-now__text {
    max-width: 400px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .f-try-now__title h2 {
        font-size: 30px;
    }

    .f-try-now__text {
        max-width: 395px;
    }
}

@media (min-width: 1200px) {
    .f-try-now__text {
        max-width: 485px;
    }
}

@media (min-width: 1921px) {
    .f-try-now__text {
        max-width: none;
    }
}

.f-try-now__btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.f-try-now._ty {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
}

@media (min-width: 1200px) {
    .f-try-now._ty {
        font-size: 16px;
    }
}

.f-try-now._ty h2 {
    margin: 0 0 10px;
    text-align: center;
    font-size: 20px;
}

@media (min-width: 768px) {
    .f-try-now._ty h2 {
        margin: 0 0 10px;
        font-size: 25px;
    }
}

@media (min-width: 992px) {
    .f-try-now._ty {
        font-size: 16px;
    }

        .f-try-now._ty h2 {
            font-size: 30px;
        }
}

.f-try-now._ty p {
    opacity: 0.7;
}

.f-try-now._ty h6 {
    margin: 24px 0 16px;
    font-size: 16px;
}

@media (min-width: 768px) {
    .f-try-now._ty h6 {
        font-size: 18px;
    }
}

.f-try-now._hide {
    display: none !important;
}

.f-try-now._show {
    display: block !important;
}

.b-video__wrap__preview {
    position: relative;
}

    .b-video__wrap__preview img {
        width: 100%;
        height: auto;
    }

.b-video__wrap-media {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background: #111;
}

    .b-video__wrap-media iframe,
    .b-video__wrap-media video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.b-video__modal {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    z-index: 110;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.b-video__modal__close {
    top: 20px;
    right: 20px;
    position: absolute;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

@media (min-width: 992px) {
    .b-video__modal__close {
        top: 34px;
        right: 34px;
    }
}

.b-video__modal__close:after,
.b-video__modal__close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    border-bottom: 2px solid #fff;
}

.b-video__modal__close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.b-video__modal__close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.b-video__modal__outer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.b-video__modal__inner {
    width: 90%;
    max-width: 1560px;
}

.b-video ._use-on-click {
    cursor: pointer;
}

.b-video._played[data-video-type="inline"] .b-video__wrap__preview,
.b-video[data-video-type="inline"] .b-video__wrap-media {
    display: none;
}

.b-video._played[data-video-type="inline"] .b-video__wrap-media {
    display: block;
}

#vidyard-popbox {
    width: 100%;
}

.vidyard-close-x * {
    pointer-events: none;
}

.btn-play {
    cursor: pointer;
    position: relative;
    min-width: 64px;
    min-height: 64px;
}

    .btn-play:after,
    .btn-play:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
    }

    .btn-play:before {
        width: 64px;
        height: 64px;
        background: #fff;
        border-radius: 50%;
        z-index: 20;
    }

    .btn-play:after {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 12px solid #000;
        margin-left: 2px;
        z-index: 21;
    }

@media (min-width: 768px) {
    .btn-play._size-l {
        min-width: 80px;
        min-height: 80px;
    }

        .btn-play._size-l:before {
            width: 80px;
            height: 80px;
        }

        .btn-play._size-l:after {
            border-top-width: 9px;
            border-bottom-width: 9px;
            border-left-width: 14px;
        }
}

.quotes-slider-2 {
    font-size: 16px;
}

@media (min-width: 768px) {
    .quotes-slider-2 {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .quotes-slider-2 {
        font-size: 16px;
    }

        .quotes-slider-2 .owl-carousel {
            display: flex;
            justify-content: center;
        }
}

@media (min-width: 1600px) {
    .quotes-slider-2 {
        font-size: 18px;
    }
}

.quotes-slider-2__item {
    padding: 0 5px;
}

@media (min-width: 768px) {
    .quotes-slider-2__item {
        padding: 0 30px;
    }
}

.quotes-slider-2__item-text {
    margin: 0 0 16px;
    line-height: 1.6;
}

    .quotes-slider-2__item-text :last-child {
        margin-bottom: 0;
    }

@media (min-width: 768px) {
    .quotes-slider-2__item-text {
        margin: 0 0 18px;
    }
}

@media (min-width: 1200px) {
    .quotes-slider-2 {
        font-size: 18px;
    }

    .quotes-slider-2__item {
        padding: 0 20px;
    }

    .quotes-slider-2__item-text {
        margin: 0 0 24px;
    }
}

.quotes-slider-2 .owl-stage {
    display: flex;
}

    .quotes-slider-2 .owl-stage:after,
    .quotes-slider-2 .owl-stage:before {
        display: none;
    }

.quotes-slider-2 .owl-carousel .owl-nav {
    position: absolute;
    left: -40px;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 1921px) {
    .quotes-slider-2 {
        font-size: 20px;
    }

    .quotes-slider-2__item {
        padding: 0 60px;
    }

    .quotes-slider-2__item-text {
        margin: 0 0 32px;
    }

    .quotes-slider-2 .owl-carousel .owl-nav {
        left: -100px;
        right: -100px;
    }
}

.quotes-slider-2 .owl-carousel .owl-nav button.owl-next,
.quotes-slider-2 .owl-carousel .owl-nav button.owl-prev {
    pointer-events: auto;
    height: 24px;
    width: 12px;
    background: url(/v2/themes/custom/altium_365/html/dist/images/ico-slider-arrow-1.svg) no-repeat;
    background-size: contain;
}

    .quotes-slider-2 .owl-carousel .owl-nav button.owl-next span,
    .quotes-slider-2 .owl-carousel .owl-nav button.owl-prev span {
        display: none;
    }

    .quotes-slider-2 .owl-carousel .owl-nav button.owl-next.disabled,
    .quotes-slider-2 .owl-carousel .owl-nav button.owl-prev.disabled {
        pointer-events: none;
        opacity: 0.2;
        display: block !important;
    }

.quotes-slider-2 .owl-carousel .owl-nav.disabled {
    display: none !important;
}

.quotes-slider-2 .owl-carousel button.owl-prev {
    transform: rotate(180deg);
}

.quotes-slider-2 .owl-item {
    display: flex;
}

.quotes-slider-2 .owl-dots {
    margin-top: 20px;
    text-align: center;
}

    .quotes-slider-2 .owl-dots .owl-dot {
        width: 7px;
        height: 7px;
        margin: 0 10px;
        position: relative;
    }

        .quotes-slider-2 .owl-dots .owl-dot:before {
            width: 7px;
            height: 7px;
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #fff;
            border-radius: 50%;
            overflow: hidden;
            border: 2px solid #fff;
        }

        .quotes-slider-2 .owl-dots .owl-dot.active:before {
            width: 14px;
            height: 14px;
            background-color: transparent;
        }

.quotes-slider-2__text-ico {
    text-align: center;
    margin-bottom: 20px;
}

    .quotes-slider-2__text-ico img {
        width: auto !important;
        margin: 0 auto;
    }

.quotes-slider-2__author {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    line-height: 1.6;
}

.quotes-slider-2__author-info {
    text-align: center;
    font-size: 14px;
}

@media (min-width: 768px) {
    .quotes-slider-2 .owl-dots .owl-dot {
        margin: 0 16px;
    }

    .quotes-slider-2__text-ico {
        margin-bottom: 30px;
    }

    .quotes-slider-2__author-info {
        font-size: 16px;
    }
}

.quotes-slider-2__author-info b,
.quotes-slider-2__author-info strong {
    font-weight: 500;
}

.quotes-slider-2__author-ico {
    width: 56px;
    height: 56px;
    position: relative;
}

    .quotes-slider-2__author-ico img {
        display: block;
        border-radius: 50%;
        width: 100%;
    }

@media (max-width: 991px) {
    .quotes-slider-2._style-border .owl-carousel .owl-stage-outer {
        overflow: visible;
    }

    .quotes-slider-2._style-border .owl-item {
        border: 1px solid #353535;
        margin-left: -1px;
    }

        .quotes-slider-2._style-border .owl-item:first-child {
            border-radius: 8px 0 0 8px;
        }

        .quotes-slider-2._style-border .owl-item:last-child {
            border-radius: 0 8px 8px 0;
        }
}

.quotes-slider-2._style-border .owl-stage-outer {
    border-radius: 8px;
}

@media (min-width: 992px) {
    .quotes-slider-2._style-border .owl-item {
        border-left: 1px solid #353535;
    }

        .quotes-slider-2._style-border .owl-item.active:first-child,
        .quotes-slider-2._style-border .owl-item:not(.active) + .active {
            margin-left: -2px;
        }

    .quotes-slider-2._style-border .owl-stage-outer {
        border: 1px solid #353535;
    }
}

.quotes-slider-2._style-border .quotes-slider-2__item {
    padding: 30px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 1600px) {
    .quotes-slider-2._style-border .quotes-slider-2__item {
        padding: 40px;
    }
}

@media (min-width: 1921px) {
    .quotes-slider-2._style-border .quotes-slider-2__item {
        padding: 60px;
    }
}

.quotes-slider-2._style-border .quotes-slider-2__item > .paragraph {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.quotes-slider-2._style-border .quotes-slider-2__author {
    margin-top: auto;
}

.s-testimonials {
    overflow: hidden;
}

.s-testimonials__head {
    margin-bottom: 40px;
    text-align: center;
}

    .s-testimonials__head > :last-child {
        margin-bottom: 0;
    }

@media (min-width: 768px) {
    .s-testimonials__head {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .s-testimonials__head {
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .s-testimonials__head {
        margin-bottom: 50px;
    }
}

.b-register-webinar {
    background: linear-gradient(291.35deg, #0e66be 3.12%, #122876 109.53%), #1e7fe1;
    border-radius: 10px;
    width: 257px;
    position: fixed;
    right: 16px;
    top: calc(16px + var(--nav-header-visible-height, 0));
    transition: top 0.3s;
    z-index: 10;
}

@media (max-width: 1199px) {
    .b-register-webinar {
        top: auto;
        right: 8px;
        left: 8px;
        bottom: 16px;
        width: auto;
    }
}

@media (max-width: 991px) {
    .b-register-webinar {
        right: 5%;
        left: 5%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .b-register-webinar {
        max-width: 944px;
        margin: 0 auto;
    }
}

.b-register-webinar._closed {
    display: none;
}

.b-register-webinar__close {
    position: absolute;
    right: 8px;
    top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    transition: 0.3s;
    cursor: pointer;
}

    .b-register-webinar__close:hover {
        opacity: 0.7;
    }

    .b-register-webinar__close svg {
        display: block;
    }

.b-register-webinar__ico-close-mobile {
    display: none;
}

@media (max-width: 1199px) {
    .b-register-webinar__close {
        right: 16px;
        top: 0;
        transform: translateY(-50%);
        width: 32px;
        height: 32px;
        display: none;
    }

    .b-register-webinar__ico-close-desktop {
        display: none;
    }

    .b-register-webinar__ico-close-mobile {
        display: block;
    }
}

.b-register-webinar__ico-expand {
    transition: 0.3s;
    cursor: pointer;
    display: none;
}

@media (max-width: 1199px) {
    .b-register-webinar__ico-expand {
        display: block;
    }
}

.b-register-webinar__ico-expand svg {
    display: block;
}

.b-register-webinar__inner {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (max-width: 1199px) {
    .b-register-webinar__inner {
        gap: 16px;
        padding: 7px 15px;
    }

    .b-register-webinar__title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .b-register-webinar__title-wrap {
        align-items: center;
    }
}

.b-register-webinar__title-wrap {
    display: flex;
    gap: 12px;
}

.b-register-webinar__title-ico {
    min-width: 26px;
}

    .b-register-webinar__title-ico svg {
        display: block;
    }

.b-register-webinar__title-text {
    font-family: GothamPro, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

@media (max-width: 1199px) {
    .b-register-webinar__body {
        display: none;
    }
}

.b-register-webinar__btns-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media (max-width: 1199px) {
    .b-register-webinar__btns-wrap {
        flex-direction: row-reverse;
    }
}

.b-register-webinar__btn {
    position: relative;
    border-radius: 48px !important;
    font-family: GothamPro, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
    transition: 0.3s;
    cursor: pointer;
    outline: 0 !important;
    border: none;
    text-align: center;
    font-size: 12px;
    padding: 13px 33px;
}

    .b-register-webinar__btn._primary {
        background: #007dd4;
        color: #fff;
    }

        .b-register-webinar__btn._primary:hover {
            background: #0077ca;
        }

    .b-register-webinar__btn._secondary {
        color: #fff;
        box-shadow: inset 0 0 0 1px #fff;
    }

        .b-register-webinar__btn._secondary:hover {
            box-shadow: inset 0 0 0 2px #fff;
        }

        .b-register-webinar__btn._secondary._loading:before {
            background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM2Nl8xNTEwKSI+PG1hc2sgaWQ9ImEiIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Ik01LjI3IDE1LjgzM2E4IDggMCAxMC00LjIyMy0xMC4zMmwxLjgyMi43MzNhNi4wMzYgNi4wMzYgMCAxMTMuMTg3IDcuNzg3bC0uNzg1IDEuOHoiLz48L21hc2s+PHBhdGggZD0iTTUuMjcgMTUuODMzYTggOCAwIDEwLTQuMjIzLTEwLjMybDEuODIyLjczM2E2LjAzNiA2LjAzNiAwIDExMy4xODcgNy43ODdsLS43ODUgMS44eiIgc3Ryb2tlPSIjMTExIiBzdHJva2Utd2lkdGg9IjIiIG1hc2s9InVybCgjYSkiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8zNjZfMTUxMCI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLjQ2OCAuNSkiIGQ9Ik0wIDBoMTZ2MTZIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=) 50% no-repeat;
            background-size: contain;
        }

    .b-register-webinar__btn._loading {
        pointer-events: none;
    }

        .b-register-webinar__btn._loading:before {
            animation: rotate 0.7s linear infinite;
            content: "";
            display: block;
            width: 17px;
            height: 17px;
            background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM2Nl8xNTEwKSI+PG1hc2sgaWQ9ImEiIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Ik01LjI3IDE1LjgzM2E4IDggMCAxMC00LjIyMy0xMC4zMmwxLjgyMi43MzNhNi4wMzYgNi4wMzYgMCAxMTMuMTg3IDcuNzg3bC0uNzg1IDEuOHoiLz48L21hc2s+PHBhdGggZD0iTTUuMjcgMTUuODMzYTggOCAwIDEwLTQuMjIzLTEwLjMybDEuODIyLjczM2E2LjAzNiA2LjAzNiAwIDExMy4xODcgNy43ODdsLS43ODUgMS44eiIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIG1hc2s9InVybCgjYSkiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8zNjZfMTUxMCI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLjQ2OCAuNSkiIGQ9Ik0wIDBoMTZ2MTZIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=) 50% no-repeat;
            background-size: contain;
        }

@media (max-width: 1199px) {
    .b-register-webinar__btn {
        padding: 13px 10px;
        flex: 1;
    }

    .b-register-webinar._expand .b-register-webinar__inner {
        padding: 16px;
    }

    .b-register-webinar._expand .b-register-webinar__body,
    .b-register-webinar._expand .b-register-webinar__close {
        display: block;
    }

    .b-register-webinar._expand .b-register-webinar__ico-expand {
        transform: rotate(180deg);
    }

    body._init-b-register-webinar #altium-navigation-footer {
        padding-bottom: 95px;
    }
}

.b-sticky-3 {
    position: relative;
    display: flex;
    width: 100%;
    background: #040a14;
    background-size: cover;
    color: #fff;
    min-height: 50px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    z-index: 22;
}

    .b-sticky-3 h1,
    .b-sticky-3 h2,
    .b-sticky-3 h3,
    .b-sticky-3 h4 {
        color: inherit;
        font-weight: 700;
    }

.b-sticky-3__container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 90%;
}

@media (min-width: 768px) {
    .b-sticky-3 {
        font-size: 16px;
        padding: 0 30px;
    }

    .b-sticky-3__container {
        max-width: 90%;
    }

    .b-sticky-3__inner {
        display: flex;
        align-items: center;
        gap: 40px;
        justify-content: flex-end;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .b-sticky-3 {
        font-size: 18px;
    }

    .b-sticky-3__container {
        max-width: 944px;
    }
}

@media (min-width: 1200px) {
    .b-sticky-3__container {
        max-width: 1170px;
    }
}

@media (min-width: 1600px) {
    .b-sticky-3__container {
        max-width: 1280px;
    }
}

@media (min-width: 1921px) {
    .b-sticky-3__container {
        max-width: 1560px;
    }
}

.b-sticky-3__container:after,
.b-sticky-3__container:before {
    content: " ";
    display: table;
}

.b-sticky-3__bg {
    pointer-events: none;
}

.b-sticky-3__bg,
.b-sticky-3__bg-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

    .b-sticky-3__bg-wrap img {
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 20% 50%;
        object-position: 20% 50%;
        height: 100%;
        width: 100%;
    }

@media (max-width: 767px) {
    .b-sticky-3__bg-wrap img {
        -o-object-position: left center;
        object-position: left center;
    }

    .b-sticky-3__desc {
        max-width: 240px;
        margin: 0 auto 10px;
    }
}

@media (min-width: 1200px) {
    .b-sticky-3__bg-wrap img {
        -o-object-position: left center;
        object-position: left center;
    }
}

.b-sticky-3__inner {
    position: relative;
    padding: 10px 0;
}

@media (min-width: 1600px) {
    .b-sticky-3__bg-wrap img {
        -o-object-position: left center;
        object-position: left center;
    }

    .b-sticky-3__inner {
        gap: 24px;
    }
}

.b-sticky-3__inner:before {
    content: "";
    display: none;
}

.b-sticky-3__desc {
    font-size: 9px;
    text-align: center;
}

@media (min-width: 768px) {
    .b-sticky-3__desc {
        font-size: 10px;
    }

        .b-sticky-3__desc h4 {
            font-size: 13px;
        }
}

@media (min-width: 992px) {
    .b-sticky-3__inner {
        gap: 24px;
        justify-content: space-between;
    }

        .b-sticky-3__inner:before {
            display: block;
            width: 140px;
        }

    .b-sticky-3__desc {
        font-size: 11px;
    }
}

.b-sticky-3__desc :last-child {
    margin-bottom: 0;
}

.b-sticky-3__desc h4 {
    font-size: 13px;
    margin: 0 0 2px;
}

@media (min-width: 992px) {
    .b-sticky-3__desc h4 {
        font-size: 17px;
    }
}

@media (min-width: 1200px) {
    .b-sticky-3__desc {
        font-size: 12px;
    }

        .b-sticky-3__desc h4 {
            font-size: 22px;
        }
}

.b-sticky-3__desc p {
    line-height: 1.2;
}

.b-sticky-3__close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

@media (max-width: 767px) {
    .b-sticky-3__close {
        top: 10px;
        transform: none;
    }
}

.b-sticky-3__btn-group {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .b-sticky-3__btn-group {
        justify-content: center;
    }
}

.b-sticky-3__btn {
    position: relative;
    border-radius: 48px !important;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    transition: 0.3s;
    cursor: pointer;
    outline: 0 !important;
    border: none;
    text-align: center;
    font-size: 8px;
    padding: 7px 26px;
}

@media (min-width: 768px) {
    .b-sticky-3__btn {
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .b-sticky-3__btn {
        font-size: 13px;
        padding: 10px 35px;
    }
}

@media (min-width: 1200px) {
    .b-sticky-3__btn {
        font-size: 16px;
    }
}

.b-sticky-3__btn._primary {
    background: #3e90e3;
    color: #fff;
}

    .b-sticky-3__btn._primary:hover {
        background: #0067c7;
    }

.b-sticky-3._sticky_bottom {
    position: sticky;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
}

.b-sticky-3._closed {
    display: none !important;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0, 0, 0);
    }

    .owl-carousel .owl-item,
    .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none;
    }

    .owl-carousel:not(._no-img-style) .owl-item img {
        display: block;
        width: 100%;
    }

    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .no-js .owl-carousel,
    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel .owl-dot,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden;
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

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

    .owl-carousel .owl-animated-in {
        z-index: 0;
    }

    .owl-carousel .owl-animated-out {
        z-index: 1;
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut;
    }

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

    .owl-carousel .owl-item .owl-lazy:not([src]),
    .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0;
    }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/v2/themes/custom/altium_365/html/dist/vendor/owl-carousel/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
