.header-container {
    position: fixed;
    display: inline-block;
    width: 100%;
    top: 0;
    z-index: 20
}

#header {
    padding: .5em 0;
    background-image: linear-gradient(120deg, #00459a, #299ad8);
    width: 100%;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 3fr 1fr;
    -ms-grid-columns: 1fr 3fr 1fr;
    align-items: center;
    justify-items: center
}

.header-aam-logo {
    grid-column: 1;
    -ms-grid-column: 1;
    -ms-grid-column-align: center
}

.header-company-logo {
    grid-column: 3;
    -ms-grid-column: 3;
    -ms-grid-column-align: center
}

.aam-logo-image {
    max-width: 7.25em
}

.company-logo {
    max-width: 6.6em
}

.aam-heading {
    color: #fff;
    font-size: 1.3em;
    font-weight: 700;
    grid-column: 2;
    -ms-grid-column: 2;
    -ms-grid-column-align: center;
    -ms-grid-row-align: center
}

.aam-mobile-logo-image,
.company-mobile-logo {
    display: none
}

@media only screen and (max-width:600px) {
    #header {
        grid-template-columns: 1fr 4fr 1fr
    }

    .company-mobile-logo {
        display: block;
        max-width: 2.5em
    }

    .company-logo {
        display: none
    }

    .aam-heading {
        font-size: 1em;
        font-weight: 400
    }

    .aam-mobile-logo-image {
        display: block;
        max-width: 3.5em
    }

    .aam-logo-image {
        display: none
    }
}

.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    line-height: 1.5em;
    position: fixed;
    bottom: 0;
    z-index: 15;
    background-color: #fff
}

.footer-message {
    color: #00459a;
    font-weight: 700;
    text-align: center;
    margin: 0 15px;
    font-size: .9em
}

.footer-message a {
    text-decoration: none;
    color: #00459a
}

.footer-copyright {
    background-image: linear-gradient(90deg, #00459a, #299ad8);
    color: #fff;
    font-size: .7em;
    padding-left: 1.5em
}

@media only screen and (max-width:1000px) {
    .footer-copyright {
        font-size: .8em
    }
}

.menu-share-container {
    position: fixed;
    display: inline-block;
    width: 100%;
    top: 58px;
    z-index: 20;
    background-color: #fff;
    padding-bottom: 1em
}

.menu-container {
    justify-content: left;
    margin-top: 0;
    background-color: #eaecee;
    width: 100%
}

.menu-container,
.menu-nav-link {
    display: flex;
    flex-direction: row;
    align-items: center
}

.menu-nav-link {
    margin-right: auto;
    flex-basis: 100%;
    justify-content: space-evenly;
    z-index: 15
}

.toggle-visibility {
    display: none
}

.nav-links:hover {
    background-image: linear-gradient(120deg, #00459a, #299ad8);
    color: #fff
}

.active {
    border-bottom: #00459a;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    background-color: #a6acb1
}

.nav-links {
    text-decoration: none;
    color: #000;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: .8em
}

.share-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 1em;
    margin-top: .5em
}

.share-container span {
    margin-right: .5em;
    font-size: .65em
}

.share-container a {
    max-height: 1.4em
}

.logo-image,
.share-container a {
    max-width: 1.4em;
    margin-right: .2em
}

@media only screen and (max-width:1000px) {
    .menu-share-container {
        top: 44px
    }

    .menu-container {
        align-items: auto;
        padding: 5px 15px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        position: relative
    }

    .toggle-visibility {
        display: inline-block
    }

    .menu-toggle {
        cursor: pointer;
        font-size: 1.2em;
        max-width: 20px
    }

    .menu-nav-link {
        flex-direction: column;
        position: absolute;
        width: 100%;
        background-color: #eaecee;
        top: 30px;
        left: 0
    }

    .nav-links {
        display: none;
        text-decoration: none;
        color: #000;
        width: 100%;
        text-align: left;
        padding: 10px 50px 10px 0
    }

    .toggle-show-links {
        display: flex;
        padding-left: 15px
    }

    .share-container span {
        font-size: .8em
    }
}

@media only screen and (max-width:600px) {
    .menu-share-container {
        top: 42px
    }
}

* {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    box-sizing: border-box
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    outline: none
}

body {
    width: 100%;
    padding: 0;
    margin: 0;
    min-width: 300px
}

body,
html {
    font-size: 16px
}

a {
    cursor: pointer
}

.App {
    padding: 0;
    margin: 0 auto
}

.content {
    margin-top: 145px;
    margin-bottom: 4em
}

.docContainer {
    border-top: 2px solid #a6acb1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 1em 2em 5.5em
}

@media only screen and (max-width:1000px) {

    body,
    html {
        font-size: 12px
    }

    .content {
        margin-top: 110px
    }
}

.login-container {
    background-color: #eaecee;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -10
}

.login {
    width: 350px;
    border-radius: .5em;
    box-shadow: 0 0 8px 5px rgba(0, 0, 0, .4), inset 0 0 0 0 rgba(0, 0, 0, .4);
    background-color: #fff
}

.login-form {
    display: flex;
    flex-direction: column;
    padding: 1em 2em
}

.login-form label {
    font-size: .85em;
    padding: .5em;
    margin-top: 1em
}

.login input[type=password],
.login input[type=text] {
    border-radius: .8em;
    outline: none;
    padding: .5em;
    font-size: .85em
}

.login-form-button {
    margin: 1.5em 0 .5em;
    padding: .8em;
    align-self: center;
    width: 8em;
    border-radius: .8em;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #299ad8;
    color: #fff;
    border: 1px;
    vertical-align: middle;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .4), inset 0 0 0 0 rgba(0, 0, 0, .4)
}

.login-form button:disabled {
    background-color: #d3d3d3;
    color: graytext
}

@media only screen and (max-width:599px) {
    .login {
        width: 280px
    }
}

@media only screen and (max-width:1000px) {

    .login-form label,
    .login input[type=password],
    .login input[type=text] {
        font-size: .9em
    }
}

.home-container {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 50% 50% 0 0;
    -ms-grid-columns: 50% 50% 0 0;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 75%;
    margin: 0 auto
}

.home-container-text {
    grid-row: 1;
    -ms-grid-row: 1;
    grid-column: 1/5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    justify-self: center;
    font-size: .9em;
    margin: 0 0 1em
}

.home-icons-introduction {
    grid-row: 2;
    -ms-grid-row: 2;
    grid-column: 1;
    -ms-grid-column: 1;
    margin-right: 1em;
    margin-bottom: 1em
}

.home-icons-step {
    grid-row: 3/5;
    -ms-grid-row: 3;
    grid-column: 2;
    -ms-grid-column: 2
}

.home-icons-bestPractice {
    grid-row: 2;
    -ms-grid-row: 2;
    grid-column: 2;
    -ms-grid-column: 2;
    margin-bottom: 1em
}

.home-icons-technical {
    grid-row: 3/5;
    -ms-grid-row: 3;
    grid-column: 1;
    -ms-grid-column: 1;
    margin-right: 1em;
    margin-bottom: 1em
}

@supports (grid-gap:1em) {

    .home-container-text,
    .home-icons-bestPractice,
    .home-icons-introduction,
    .home-icons-technical {
        margin-right: 0;
        margin-bottom: 0
    }
}

.home-aside-marketing {
    grid-row: 2/7;
    -ms-grid-row: 2;
    grid-column: 4;
    -ms-grid-column: 4;
    display: grid;
    grid-template-columns: auto;
    grid-row-gap: 1em
}

.home-icons-aside-gap {
    grid-row: 2/7;
    -ms-grid-row: 2;
    grid-column: 3;
    -ms-grid-column: 3;
    border-left: 1px solid #9e9c9b;
    box-shadow: 2px 0 6px 1px #404040
}

@media only screen and (min-width:600px) and (max-width:1000px) {
    .home-container {
        grid-template-columns: auto auto;
        width: 95%
    }

    .home-container-text {
        grid-column: 1/3
    }

    .home-aside-marketing {
        grid-row: 6;
        grid-column: 1/3;
        grid-template-columns: auto auto;
        grid-column-gap: 1em
    }

    .home-icons-aside-gap {
        grid-row: 5;
        grid-column: 1/3;
        border-bottom: 1px solid #9e9c9b;
        box-shadow: 2px 0 6px 1px #404040
    }

    .aside-online {
        grid-column: 1
    }

    .aside-AAM-features {
        grid-column: 2
    }

    .aside-customize {
        grid-row: 2;
        grid-column: 1
    }

    .aside-blog {
        grid-row: 2;
        grid-column: 2
    }
}

@media only screen and (max-width:599px) {
    .home-container {
        grid-template-columns: 100%;
        width: 94%
    }

    .home-container-text {
        grid-column: 1
    }

    .home-icons-introduction {
        grid-row: 2;
        grid-column: 1
    }

    .home-icons-step {
        grid-row: 3;
        grid-column: 1
    }

    .home-icons-bestPractice {
        grid-row: 4;
        grid-column: 1
    }

    .home-icons-technical {
        grid-row: 5;
        grid-column: 1
    }

    .home-aside-marketing {
        grid-row: 7;
        grid-column: 1;
        flex-direction: column
    }

    .home-icons-aside-gap {
        grid-row: 6;
        grid-column: 1;
        border-bottom: 1px solid #9e9c9b;
        box-shadow: 2px 0 6px 1px #404040
    }
}

@media only screen and (max-width:500px) {
    .home-container {
        margin-bottom: 5em;
        width: 94%
    }
}

.icons-container {
    display: flex;
    align-items: center;
    background-color: #eaecee;
    border-radius: 1.5em;
    flex-direction: column;
    justify-items: center
}

.icons-content {
    display: flex;
    align-items: center;
    width: 100%
}

.icons-container:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.large-info-icon {
    max-width: 4.5em;
    margin: 0 1em 1em
}

.home-content {
    display: flex;
    flex-direction: column;
    width: 100%
}

.home-content-heading {
    padding: 15px 10px 0;
    font-size: 1em;
    font-weight: 600;
    text-align: center
}

.home-content-list {
    font-size: .7em
}

.home-content-list ul {
    padding: 0 0 0 10px
}

.home-content-list li {
    padding: .4em
}

.home-content-list li:hover {
    color: #299ad8
}

.home-nav-button {
    background-image: linear-gradient(120deg, #00459a, #299ad8);
    color: #fff;
    padding: 5px 10px;
    border: 0;
    border-radius: 10px;
    margin-bottom: 1em;
    width: 13em;
    align-self: flex-end;
    margin-right: 1em;
    font-size: .7em;
    text-align: center;
    font-weight: 500
}

.home-nav-button:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.home-link {
    text-decoration: none;
    color: #000
}

@media only screen and (max-width:1000px) {
    .home-content-list {
        font-size: .8em
    }
}

.smallBox {
    width: 10em;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .4), inset 0 0 0 0 rgba(0, 0, 0, .4);
    margin: 2em 1em 0;
    background-image: linear-gradient(#fff, #c2dae6)
}

.smallBoxIcon {
    text-align: center;
    padding-top: .5em;
    margin-bottom: .5em
}

.smallBoxText {
    height: 4.5em;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    font-size: .8em
}

.smallBoxOption {
    text-align: center;
    margin: .5em 0
}

.imgDoc {
    max-width: 4em
}

.imgdownload {
    max-width: 1.5em
}

.mainBox-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 1em
}

.mainBox-content {
    flex-basis: 50%
}

.mainBox-img {
    max-width: 5em;
    margin-right: 1.5em
}

.mainBox-heading {
    font-size: 1.3em;
    margin: .5em 0;
    font-weight: 700
}

.mainBox-content p {
    font-size: .8em
}

@media only screen and (min-width:600px) and (max-width:1000px) {
    .mainBox-header {
        justify-content: left
    }

    .mainBox-content,
    .mainBox-img {
        flex-basis: auto
    }

    .mainBox-content p {
        font-size: .9em
    }
}

@media only screen and (max-width:599px) {
    .mainBox-header {
        margin: 1em 0 0
    }

    .mainBox-content {
        flex-basis: auto
    }

    .mainBox-heading {
        font-size: 1em
    }

    .mainBox-content p {
        font-size: .8em
    }

    .mainBox-img {
        margin-right: 1em
    }
}

.crumb {
    text-align: left;
    margin-left: 1.5em;
    font-size: .8em;
    font-weight: 700;
    color: #000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center
}

.link-map {
    font-weight: 700;
    padding: .5em;
    border-radius: 5px;
    margin: 0 .5em;
    background-color: #eaecee
}

.crumb a {
    margin: 1em 0
}

.introduction-main li {
    margin-bottom: .5em
}

a {
    color: #0769a9;
    text-decoration: none
}

.introduction-main {
    padding: 0 2em;
    max-width: 1300px;
    margin: 0 auto 5em
}

.introduction-heading {
    font-size: 1.3em;
    font-weight: 700
}

.introduction-content {
    margin: 0 2em;
    font-size: .9em
}

.introduction-content ul {
    list-style-type: circle
}

.technical-main {
    max-width: 1300px;
    margin: 0 auto 5em
}

.main-heading {
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 1em
}

.main-subheading {
    font-size: 1em;
    font-weight: 600;
    margin-top: 1em
}

.technical-content {
    margin: 0 2em
}

.technical-main-content {
    font-size: .8em;
    color: #2f2f2f
}

.technical-main-content ul {
    list-style-type: circle
}

.technical-main-content ul p {
    margin: .5em 0
}

.technical-main-content li:not(.tab-item) {
    margin-bottom: .5em
}

.technical-list-item {
    font-size: .9em;
    margin-bottom: .5em
}

.technical-main-content p {
    line-height: 18px
}

.document-content-container {
    max-width: 1300px;
    margin: 0 auto 5em
}

.document-content {
    margin: 0 2em;
    font-size: 1em;
    color: #2f2f2f
}

.document-info {
    font-size: .8em
}

.document-content .document-content-heading {
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 1em
}

.document-content .document-content-subheading {
    font-size: 1em;
    font-weight: 600;
    margin-top: 1em
}

.document-content-list-style {
    list-style-position: inside;
    list-style: disc
}

.document-content-list-style p {
    margin: .5em 0
}

.bold-text {
    font-weight: 600
}

.document-content-list-subheading {
    font-weight: 700;
    font-size: .8em
}

.document-content-code-snippet {
    background-color: #eaecee;
    border: 1px dashed;
    padding: 1em 2em
}

.document-content-code-snippet p {
    margin-bottom: 0;
    margin-top: .5em;
    font-family: monospace !important
}

.document-content-code-snippet .indent-level-1 {
    margin-left: 1em
}

.document-content-code-snippet .indent-level-2 {
    margin-left: 2em
}

.document-content-code-snippet .indent-level-3 {
    margin-left: 3em
}

.document-content-new-addition {
    color: red
}

pre {
    background-color: #ddd;
    border: 1px dashed;
    margin: 1em 0;
    font-family: monospace;
    white-space: pre-wrap;
    word-break: break-word;
    padding: 1em 1em 1em 3em
}

.red {
    color: red
}

.smallRed {
    color: red;
    font-size: .9em
}

.document-content-link {
    font-weight: 600;
    background-color: #ececec;
    color: #000;
    padding: .5em;
    font-size: .8em
}

.marginTopdd {
    margin-top: .5em;
    word-break: break-word
}

.tab-content-pre {
    background-color: #fff
}

.inner-list {
    list-style-type: disc !important
}

.list-number {
    list-style-type: decimal !important
}

.list-inner {
    list-style-type: lower-alpha !important
}

.technical-content-display {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    grid-column-gap: 1.5em;
    margin-bottom: 1em
}

.technical-content-alignment {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    -ms-grid-row: 1;
    align-self: flex-start;
    -ms-grid-column-align: center
}

.technical-image-alignment {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 1;
    -ms-grid-row: 1;
    -ms-grid-column-align: center
}

.technical-image-size {
    max-width: 35em;
    width: 100%;
    height: auto
}

@media only screen and (max-width:1000px) {
    .document-content-list-style {
        margin-left: -1.5em
    }

    .document-info {
        font-size: .9em
    }

    .technical-content-display {
        grid-template-columns: auto;
        justify-items: center;
        align-content: center
    }

    .technical-image-size {
        max-width: 28rem;
        margin-right: 1rem
    }

    .technical-content-alignment {
        grid-column: 1;
        grid-row: 2;
        align-self: flex-start
    }

    .technical-image-alignment {
        grid-column: 1;
        grid-row: 1
    }
}

.service-heading {
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 1em
}

.service-content {
    margin: 0 2em
}

.service-subheading {
    font-size: 1em;
    font-weight: 700;
    margin-top: 1em
}

.service-main-content {
    font-size: .8em;
    color: #2f2f2f
}

.service-main-content ul {
    list-style-type: circle
}

.service-main-content ul p {
    margin: .5em 0
}

.service-main-content p {
    line-height: 18px
}

.service-content-link {
    font-weight: 600;
    background-color: #ececec;
    color: #000;
    padding: .5em;
    font-size: .8em
}

.print {
    cursor: pointer
}

.icon-image {
    max-width: 22px
}

.print-frame {
    height: 0;
    width: 0;
    position: absolute;
    left: -100px
}

@media only screen and (max-width:1000px) {
    .icon-image {
        max-width: 16px
    }
}

.stepbystep-content-container {
    max-width: 1300px;
    margin: 0 auto 5em
}

.stepbystep-content {
    margin: 0 2em;
    font-size: 1em;
    color: #2f2f2f
}

.stepbystep-content-display {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    grid-column-gap: 1.5em;
    margin-bottom: 1em
}

.stepbystep-content-alignment {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    -ms-grid-row: 1;
    align-self: flex-start;
    -ms-grid-column-align: center
}

.stepbystep-image-alignment {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 1;
    -ms-grid-row: 1;
    -ms-grid-column-align: center
}

.stepbystep-image-size {
    max-width: 35em;
    width: 100%;
    height: auto
}

.stepbystep-info {
    font-size: .8rem;
    line-height: 18px
}

.stepbystep-content-heading {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.stepbystep-content-subheading {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.stepbystep-bold-text {
    font-weight: 600
}

.stepbystep-underline-text {
    text-decoration: underline
}

.stepbystep-content-alignment ul li {
    list-style: disc
}

.accordion-panel ol {
    font-size: .8rem;
    margin-left: 2rem;
    padding: 0
}

.stepbystep-row-gap {
    margin-bottom: 2em
}

.stepbystep-sample-image {
    max-width: 12em;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block
}

.stepbystep-content-alignment ul {
    padding: 0;
    margin-left: 2em
}

.accordion-background {
    background-color: #eaecee !important;
    font-size: 1rem;
    font-weight: 600;
    color: #2f2f2f !important;
    cursor: pointer;
    padding: .9rem;
    width: 100%;
    text-align: left;
    border: none
}

.accordion-background:before {
    display: inline-block;
    content: "";
    height: 8px;
    width: 8px;
    margin-right: .8rem;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg)
}

.accordion-background[aria-expanded=true]:before {
    transform: rotate(45deg) translateY(-3px)
}

.bread-print-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: right;
    margin-right: 2em
}

.bread-print-container>:first-child {
    margin-right: auto
}

.accordion-background:hover {
    background-color: #a6acb1 !important
}

.accordion {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px
}

.accordion__item {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.accordion-first-item {
    border: 0
}

.content-panel {
    -webkit-animation: fadein .4s ease-in !important;
    animation: fadein .4s ease-in !important
}

.accordion-panel {
    padding: 1em 0 0 1em;
    -webkit-animation: fadein .35s ease-in;
    animation: fadein .35s ease-in
}

.step-main {
    max-width: 1300px;
    margin: 0 auto 5em
}

.step-heading {
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 1em
}

.step-subheading {
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 1em
}

.step-subheading2 {
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 1em
}

.step-content {
    margin: 0 2em
}

.step-main-content {
    font-size: .8em;
    color: #2f2f2f
}

.step-main-content p {
    line-height: 18px
}

.step-main-content li {
    list-style-type: circle
}

.step-main-content ul p {
    margin: .5em 0
}

@media only screen and (max-width:1000px) {
    .stepbystep-content-alignment ul {
        padding: 0;
        margin-left: 1.5em
    }

    .bread-print-container>:first-child {
        margin-right: auto;
        flex-basis: 80%
    }
}

@media only screen and (min-width:601px) and (max-width:1000px) {
    .stepbystep-image-size {
        max-width: 30rem
    }

    .stepbystep-info {
        font-size: .9rem
    }
}

@media only screen and (max-width:600px) {
    .stepbystep-info {
        font-size: .9rem
    }

    .stepbystep-image-size {
        max-width: 28rem;
        margin-right: 1rem
    }

    .stepbystep-content-display {
        grid-template-columns: auto;
        justify-items: center;
        align-content: center
    }

    .stepbystep-content-alignment {
        grid-column: 1;
        grid-row: 2;
        align-self: flex-start
    }

    .stepbystep-image-alignment {
        grid-column: 1;
        grid-row: 1
    }
}

.tooltip {
    position: relative;
    display: inherit
}

.tooltip-trigger {
    display: inline-block;
    text-decoration: underline
}

.tooltip-bubble {
    min-width: 10em;
    max-width: 13em;
    position: absolute;
    z-index: 1em
}

.tooltip-bubble:after {
    content: "";
    position: absolute
}

.tooltip-bottom {
    top: 100%;
    left: 50%;
    padding-top: .75em;
    transform: translateX(-50%)
}

.tooltip-bottom:after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid rgba(0, 0, 0, .7);
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.tooltip-message {
    background: rgba(0, 0, 0, .7);
    border-radius: 3px;
    color: #fff;
    font-size: .75rem;
    line-height: 1.4;
    padding: .75em;
    text-align: center
}

@media screen and (max-width:767px) {
    .tooltip-bubble {
        min-width: 5em;
        max-width: 7em
    }
}

.tabs-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    box-sizing: border-box;
    padding-top: 2em
}

.tab-header {
    position: relative;
    z-index: 1;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    list-style-type: none !important;
    font-size: 1.1em
}

.tab-item {
    background-color: #eaecee;
    position: relative;
    padding: 1em 2em;
    cursor: pointer;
    background-color: #f3f7f7
}

.tab-item:hover {
    background-color: #eaecee
}

.tab-item a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #0e141e
}

.tabs-wrap .tab-item.active {
    background-color: #fff;
    color: #0e141e;
    color: var(--color-text-dark);
    font-weight: 700;
    border: 1px solid #f3f7f7;
    border-bottom: none
}

.tabs-wrap .tab-item:not(.active):not(:first-child):after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: .8px;
    height: 20px;
    background-color: #0e141e;
    content: "";
    transform: translateY(-50%)
}

.tab-pane {
    flex: 1;
    margin-bottom: 30px;
    min-width: 0;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .2);
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    background-color: var(--color-white);
    padding: 2em
}

.tab-copy-wrap {
    margin-left: auto;
    margin-right: 1em;
    cursor: pointer
}

.tab-copy {
    max-width: 2.5em
}

@media screen and (max-width:600px) {
    .tabs-wrap .tab-header {
        overflow-x: auto;
        white-space: nowrap
    }

    .tab-copy-wrap {
        margin-right: .5em
    }
}

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a,
.toast-message label {
    color: #fff
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1
}

.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

#toast-container * {
    box-sizing: border-box
}

#toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    border-radius: 3px;
    background-position: 15px;
    background-repeat: no-repeat;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

#toast-container>div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center
}

#toast-container>div:hover {
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container>.toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important
}

#toast-container>.toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important
}

#toast-container>.toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important
}

#toast-container>.toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51a351
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #f89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media (max-width:240px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media (min-width:241px) and (max-width:480px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media (min-width:481px) and (max-width:768px) {
    #toast-container>div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }

    #toast-container>div.rtl {
        padding: 15px 50px 15px 15px
    }
}

/*# sourceMappingURL=main.77a8826b34e93d652894.css.map*/