/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%}

    *{
        box-sizing: border-box;
    }
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
img {
    border-style: none;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
[type=button], [type=reset], [type=submit], 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 {
    padding: .35em .75em .625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    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-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden], template {
    display: none;
}
body, html {
    font-size: 100%;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
}
* {
    color: #000;
}
h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.375rem;
}
h4 {
    font-size: 1.125rem;
}
h5 {
    font-size: 1rem;
}
h6 {
    font-size: .875rem;
}
p {
    font-size: 1.125rem;
    font-weight: 200;
    line-height: 1.8;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.justify {
    text-align: justify;
}
.hidden-sm {
    display: none;
}
.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%}
@media only screen and (min-width:33.75em) {
    .container {
    width: 100%}
}@media only screen and (min-width:60em) {
    .container {
    max-width: 1440px;
    width: 100%}
}.row {
    position: relative;
    width: 100%}
.row [class^=col] {
    float: left;
    margin: .5rem .02%;
    min-height: .125rem;
}
.row:after {
    clear: both;
    content: "";
    display: table;
}
@media only screen and (min-width:45em) {
    .col-1 {
    width: 4.3333333333%}
.col-2 {
    width: 12.6666666667%}
.col-3 {
    width: 21%}
.col-4 {
    width: 29.3333333333%}
.col-5 {
    width: 37.6666666667%}
.col-6 {
    width: 46%}
.col-7 {
    width: 54.3333333333%}
.col-8 {
    width: 62.6666666667%}
.col-9 {
    width: 71%}
.col-10 {
    width: 79.3333333333%}
.col-11 {
    width: 87.6666666667%}
.col-12 {
    width: 96%}
}.hidden-sm {
    display: block;
}
* {
    font-family: Arial, Helvetica, sans-serif;
    font-optical-sizing: auto;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
}
a, a:focus, a:visited {
    outline: none;
}
a, a:focus, a:focus:hover, a:hover, a:visited, a:visited:hover {
    text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    font-weight: 500;
    margin: 0;
    text-rendering: optimizelegibility;
}
h1 {
    font-size: 25px;
    line-height: 1.2em;
}
h2 {
    color: #0081b7;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 25px;
}
@media(max-width:991px) {
    h2 {
    font-size: 26px;
}
}h2 sup {
    color: #0081b7;
}
h3 {
    font-size: 18px;
}
h3, h4 {
    line-height: 1.2em;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
    line-height: 1.2em;
}
p {
    color: #776e64;
    font-size: 20px;
    font-weight: 500;
    -webkit-hyphens: none;
    hyphens: none;
    line-height: 1.3em;
    margin: 0 0 15px;
}
@media(max-width:991px) {
    p {
    font-size: 18px;
}
}p:first-child {
    margin-top: 0;
}
p:last-child {
    margin-bottom: 0;
}
p.medium {
    font-size: 23px;
    font-weight: 600;
}
@media(max-width:991px) {
    p.medium {
    font-size: 18px;
}
}sup {
    color: inherit;
    font-size: 65%}
sup.reg {
    font-size: 100%;
    top: -.2em;
}
ul {
    list-style-type: disc;
    padding: 0 0 0 20px;
}
ul.three-col {
    column-count: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}
@media(max-width:768px) {
    ul.three-col {
    column-count: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
}ul.three-col li {
    padding-right: 20px;
}
ul.two-col {
    column-count: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
@media(max-width:768px) {
    ul.two-col {
    column-count: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
}ul.two-col li {
    padding-right: 20px;
}
ul li {
    color: #f09f52;
    font-size: 18px;
    margin: 0;
    padding: 0;
}
ul li span {
    color: #776e64;
    font-size: 18px;
    line-height: 1.4em;
}
ul li a {
    font-size: 14px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 1.5rem;
}
table td, table th {
    line-height: 33px;
    padding: 0;
}
.nolink {
    cursor: default!important;
}
.nopadding {
    padding: 0!important;
}
.nopadding-left {
    padding-left: 0!important;
}
.nopadding-right {
    padding-right: 0!important;
}
.desktop-image, .desktop-img, .desktop-only {
    display: block!important;
}
@media(max-width:767px) {
    .desktop-image, .desktop-img, .desktop-only {
    display: none!important;
}
}.mobile-image, .mobile-img, .mobile-only {
    display: none!important;
}
@media(max-width:767px) {
    .mobile-image, .mobile-img, .mobile-only {
    display: block!important;
}
}.mb-0 {
    margin-bottom: 0!important;
}
.mt-0 {
    margin-top: 0!important;
}
.img-max-290 {
    max-width: 290px!important;
}
.width-700 {
    width: 700px!important;
}
@media(max-width:767px) {
    .width-700 {
    width: 100%!important;
}
}.width-900 {
    width: 900px!important;
}
@media(max-width:767px) {
    .width-900 {
    width: 100%!important;
}
}.blue-button {
    background-color: #0081b7;
    border-radius: 35px;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 50px 13px;
    text-align: center;
    text-decoration: none!important;
    text-transform: uppercase;
    transition: all .3s ease;
}
.blue-button:hover {
    background-color: #005a8c;
}
.white-button {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 35px;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 50px 13px;
    text-align: center;
    text-decoration: none!important;
    text-transform: uppercase;
    transition: all .3s ease;
}
.white-button:hover {
    background-color: #005a8c;
}
.download-button {
    align-items: center;
    background-color: #0081b7;
    border-radius: 35px;
    color: #fff!important;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    gap: 25px;
    justify-content: space-between;
    max-width: 250px;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none!important;
    text-transform: uppercase;
    transition: all .3s ease;
}
.download-button:after {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='29' fill='none' viewBox='0 0 23 29'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.54' d='M1.94 27.51h18.986M11.433 1.407v19.58m0 0 5.538-5.711m-5.538 5.71-5.537-5.71'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px;
    content: "";
    display: inline-block;
    height: 25px;
    width: 25px;
}
.download-button:hover {
    background-color: #005a8c;
}
header .main-menu {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 20px;
    position: relative;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}
@media(max-width:991px) {
    header .main-menu {
    display: none;
}
}header .main-menu ul {
    display: flex;
    flex-wrap: nowrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
header .main-menu ul li {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 30px;
}
@media(max-width:1190px) {
    header .main-menu ul li {
    padding: 0 0 0 15px;
}
}header .main-menu ul li.current-menu-item a {
    border-bottom: 2px solid #007178;
    color: #007178;
}
header .main-menu ul li.desktop-hide {
    display: none;
}
@media(max-width:991px) {
    header .main-menu ul li.desktop-hide {
    display: inline-block;
}
}header .main-menu ul li.menu-blue-button a {
    background-color: #0081b7;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    transition: background-color .3s;
}
@media(max-width:1190px) {
    header .main-menu ul li.menu-blue-button a {
    font-size: 14px;
}
}header .main-menu ul li.menu-blue-button a:hover {
    background-color: #005a8c;
    border: none;
    color: #fff;
}
header .main-menu ul li.arrow a:after {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_2' data-name='Layer 2' viewBox='0 0 14.63 14.63'%3E%3Cdefs%3E%3CclipPath id='clippath'%3E%3Cpath d='M0 0h14.63v14.63H0z' style='fill:none'/%3E%3C/clipPath%3E%3Cstyle%3E.cls-2{fill:none;stroke:%23766d63;stroke-miterlimit:10;stroke-width:.42px}%3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1' style='clip-path:url(/content/themes/stoboclo-rems/library/css/%23clippath)'%3E%3Cpath d='M7.32.21c3.92 0 7.11 3.18 7.11 7.11s-3.18 7.11-7.11 7.11S.21 11.24.21 7.32 3.39.21 7.32.21Z' class='cls-2'/%3E%3Cpath d='M5.26 3.95c1.26 1.12 2.53 2.24 3.8 3.36-1.27 1.12-2.53 2.24-3.8 3.36-.52.46.24 1.21.76.76l4.22-3.74c.21-.18.21-.57 0-.76L6.02 3.19c-.51-.45-1.27.3-.76.76' style='fill:%23766d63'/%3E%3Cpath d='M5.26 3.95c1.26 1.12 2.53 2.24 3.8 3.36-1.27 1.12-2.53 2.24-3.8 3.36-.52.46.24 1.21.76.76l4.22-3.74c.21-.18.21-.57 0-.76L6.02 3.19c-.51-.45-1.27.3-.76.76Z' class='cls-2'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 15px;
    margin-left: 5px;
    position: relative;
    top: 2px;
    width: 15px;
}


header .main-menu ul li a {
    color: #776e64;
    cursor: pointer!important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    padding: 0 0 2px;
    transition: color .3s;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    padding-right: 30px;

}header .main-menu ul li:last-child a{
    padding-right: 0;
}
header .main-menu ul li:last-child a::before,
header .main-menu ul li:last-child a::after{
    display:none;
}
header .main-menu ul li a::before{
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .5);
    box-sizing: border-box;
}
header .main-menu ul li a::after{
    content: "";
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 10px;
    height: 10px;
    border: 2px solid ;
    box-sizing: border-box;
    border-color: transparent rgba(0, 0, 0, .5) rgba(0, 0, 0, .5) transparent;
}
header .main-menu ul li a:hover {
    /* border-bottom: 2px solid #323e48; */
}
header .main-menu ul li .sub-menu {
    background-color: #fff;
    display: none;
    margin-top: 5px;
    padding: 10px 0 0;
    position: absolute;
    width: 225px;
}
header .main-menu ul li .sub-menu li {
    float: left;
    margin-bottom: 10px;
    padding: 0 10px;
    text-align: left;
    width: 100%}
header .main-menu ul li .sub-menu li.menu-item-has-children a {
    padding: 0 10px 0 0;
    position: relative;
}
header .main-menu ul li .sub-menu li.menu-item-has-children a:after {
    content: ">";
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    right: -2px;
    top: 2px;
}
header .main-menu ul li .sub-menu li a {
    font-size: 14px;
}
header .main-menu ul li .sub-menu li .sub-menu {
    left: 225px;
    margin-top: -30px;
    position: absolute;
    width: 170px;
}
header .main-menu ul li .sub-menu li .sub-menu li {
    margin-bottom: 5px;
}
header .main-menu ul li .sub-menu li .sub-menu li a {
    padding: 0;
}
header .main-menu ul li .sub-menu li .sub-menu li a:after {
    content: ""}
header .main-menu .nav-disclaimer span {
    color: #776e64;
    font-size: 14px;
    text-transform: uppercase;
}
.page-id-281 .sub-main-menu {
    display: block;
}
.sub-main-menu {
    background-color: #0081b7;
    box-sizing: border-box;
    display: none;
    height: 54px;
    padding: 20px 0 15px;
    position: relative;
    top: -6px;
}
@media(max-width:768px) {
    .sub-main-menu {
    height: auto;
}
}.sub-main-menu ul.sub-menu {
    display: flex;
    gap: 35px;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
@media(max-width:768px) {
    .sub-main-menu ul.sub-menu {
    align-items: center;
    flex-direction: column;
    gap: 0;
    padding: 0 5px;
    width: 100%}
}.sub-main-menu ul.sub-menu li {
    padding: 0 0 3px;
}
@media(max-width:768px) {
    .sub-main-menu ul.sub-menu li {
    padding: 15px 0;
    text-align: center;
    width: 100%}
.sub-main-menu ul.sub-menu li:first-child {
    padding-top: 0;
}
.sub-main-menu ul.sub-menu li:last-child {
    border-bottom: none;
}
}.sub-main-menu ul.sub-menu li.current-menu-item {
    border-bottom: 1px solid #fff;
}
.sub-main-menu ul.sub-menu li.current-menu-item a {
    font-weight: 600;
}
.sub-main-menu ul.sub-menu li:hover {
    border-bottom: 1px solid #fff;
}
.sub-main-menu ul.sub-menu li:hover a {
    font-weight: 600;
}
.sub-main-menu ul.sub-menu li a {
    color: #fff;
    font-weight: 500;
}
header .mobile-menu {
    display: none;
}
@media(max-width:991px) {
    header .mobile-menu {
    display: block;
    margin-left: auto;
    padding-top:20px;
}
    header .mobile-menu .flex-box{
        display:flex;
    }
        header .mobile-menu .flex-box .mobile-menu-links{
            margin:0;
            padding:0px;
            list-style:none;
            margin-right:30px;
        }
        header .mobile-menu .flex-box .mobile-menu-links li a{
            display:block;
            position:relative;
            padding-right:30px;
            margin-bottom:15px;
        }
            header .mobile-menu .flex-box .mobile-menu-links li a::before {
                content: "";
                display: inline-block;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 20px;
                height: 20px;
                border-radius: 50%;
                border: 1px solid rgba(0, 0, 0, .5);
                box-sizing: border-box;
            }
            header .mobile-menu .flex-box .mobile-menu-links li a::after {
                content: "";
                display: inline-block;
                position: absolute;
                right: 8px;
                top: 50%;
                transform: translateY(-50%) rotate(-45deg);
                width: 10px;
                height: 10px;
                border: 2px solid;
                box-sizing: border-box;
                border-color: transparent rgba(0, 0, 0, .5) rgba(0, 0, 0, .5) transparent;
            }
}header .mobile-menu.open .mobile-menu-container {
    display: block;
}
header .mobile-menu .hamburger {
    cursor: pointer;
    float: right;
    height: 30px;
    position: relative;
    right: 15px;
    top: 5px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    width: 33px;
    z-index: 999;
}
header .mobile-menu .hamburger span {
    background: black;
    border-radius: 9px;
    display: block;
    height: 4px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    width: 100%}
header .mobile-menu .hamburger span:first-child {
    top: 0;
}
header .mobile-menu .hamburger span:nth-child(2), header .mobile-menu .hamburger span:nth-child(3) {
    top: 10px;
}
header .mobile-menu .hamburger span:nth-child(4) {
    top: 20px;
}
header .mobile-menu .hamburger.open span {
    background: black;
}
header .mobile-menu .hamburger.open span:first-child {
    left: 50%;
    top: 11px;
    width: 0;
}
header .mobile-menu .hamburger.open span:nth-child(2) {
    transform: rotate(45deg);
}
header .mobile-menu .hamburger.open span:nth-child(3) {
    transform: rotate(-45deg);
}
header .mobile-menu .hamburger.open span:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0;
}
header .mobile-menu .mobile-menu-container {
    background: #f1f1f1;
    display: none;
    height: 76vw;
    overflow-y: scroll;
    padding: 25px 0 200px;
    position: fixed;
    right: 0;
    top: 154px;
    width: 100%;
    z-index: 9;
}
header .mobile-menu .mobile-menu-container .menu-mobile-menu-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0 20px;
}
header .mobile-menu .mobile-menu-container .menu-mobile-menu-container ul li {
    padding: 10px 0;
}
header .mobile-menu .mobile-menu-container .menu-mobile-menu-container ul li.mobile-menu-title {
    margin-top: 20px;
}
header .mobile-menu .mobile-menu-container .menu-mobile-menu-container ul li.mobile-menu-title:first-child {
    margin-top: 0;
}
header .mobile-menu .mobile-menu-container .menu-mobile-menu-container ul li.mobile-menu-title a {
    color: black;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
header .mobile-menu .mobile-menu-container .menu-mobile-menu-container ul li.download-link a {
    position: relative;
}
header .mobile-menu .mobile-menu-container .menu-mobile-menu-container ul li.download-link a:after {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_2' data-name='Layer 2' viewBox='0 0 17.08 18.7'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23f09f52}%3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M16.24 10.81c-.48 0-.84.36-.84.83v5.38H1.68v-5.38c0-.47-.37-.83-.84-.83s-.84.36-.84.83v6.22c0 .46.38.84.84.84h15.39c.46 0 .84-.38.84-.84v-6.22c0-.47-.37-.83-.84-.83' class='cls-1'/%3E%3Cpath d='M7.92 12.49c.15.18.37.28.6.28h.1c.21-.02.4-.11.54-.27l4.29-4.95c.31-.36.27-.9-.1-1.22a.8.8 0 0 0-1.15.08L9.38 9.67V.83c0-.47-.37-.83-.84-.83S7.7.36 7.7.83v8.83L4.87 6.4a.8.8 0 0 0-.75-.27c-.29.06-.55.28-.65.58-.1.29-.04.6.16.83z' class='cls-1'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: 10px;
    width: 20px;
}
header .mobile-menu .mobile-menu-container .menu-mobile-menu-container ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
header .mobile-menu .mobile-menu-container .menu-mobile-menu-container ul li ul {
    border-top: 1px solid #fff;
    margin: 15px 0 0;
    padding: 0;
}
header .mobile-menu .mobile-menu-container .menu-mobile-menu-container ul li ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
header .mobile-menu .mobile-menu-container .menu-mobile-menu-container ul li ul li a {
    font-size: 16px;
    padding-left: 20px;
}
header {
    background-color: #fff;
    left: 0;
    pointer-events: auto;
    position: fixed;
    top: 0;
    transition: transform .3s ease-in-out;
    width: 100%;
    z-index: 999999;
}
header.hide {
    transform: translateY(-140%);
}
@media(max-width:768px) {
    header.hide {
    transform: translateY(-220%);
}
}header .top-menu-container {
    background-color: #000;
    box-sizing: border-box;
    height: auto;
    padding: 25px 25px;
}
@media(max-width:768px) {
    header .top-menu-container {
    padding: 10px;
}
}header .top-menu-container .container {
    display: flex;
    justify-content: space-between;
}
header .top-menu-container .top-nav-disclaimer {
    padding-left: 25px;
}
header .top-menu-container .top-nav-disclaimer span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}
@media(max-width:400px) {
    header .top-menu-container .top-nav-disclaimer span {
    font-size: 12px;
}
}header .top-menu-container .top-menu {
    width: 100%}
header .top-menu-container .top-menu .menu-top-menu-container ul {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
@media(max-width:768px) {
    header .top-menu-container .top-menu .menu-top-menu-container ul {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
}header .top-menu-container .top-menu .menu-top-menu-container ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    text-transform: uppercase;
    white-space: nowrap;
}
@media(max-width:400px) {
    header .top-menu-container .top-menu .menu-top-menu-container ul li a {
    font-size: 12px;
}
}header .main-menu-container .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
header .main-menu-container .logo {
    display: block;
    padding-left: 20px;
    position: relative;
    width: 160px;
}
header .main-menu-container .logo img {
    box-sizing: border-box;
    height: auto;
    padding: 10px 0 10px 7px;
    width: 100%}
footer {
    background-color: #e3e2e0;
    border-top: 4px solid #000;
    padding: 50px 0;
    position: relative;
    z-index: 99999;
}
footer .footer-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}
@media(max-width:991px) {
    footer .footer-container {
    align-items: center;
    flex-direction: column;
}
}footer .footer-logo a {
    display: block;
    height: 65px;
}
@media(max-width:768px) {
    footer .footer-logo a {
    margin-left: -30px;
}
}footer .footer-logo a img {
    width: 150px;
}
footer .footer-menu {
    align-items: center;
    display: flex;
    gap: 75px;
    margin: 0 0 30px;
    padding: 0 0 30px;
}
@media(max-width:991px) {
    footer .footer-menu {
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
}
}footer .footer-menu .footer-disclaimer {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    white-space: nowrap;
}
footer .footer-menu ul {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
@media(max-width:600px) {
    footer .footer-menu ul {
    flex-direction: column;
}
}footer .footer-menu ul li {
    border-right: 2px solid #000;
    line-height: 1em;
    padding-right: 15px;
}
@media(max-width:600px) {
    footer .footer-menu ul li {
    border-right: none;
}
}footer .footer-menu ul li:last-child {
    border-right: none;
    padding-right: 0;
}
footer .footer-menu ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
}
footer .footer-bottom {
    display: flex;
    gap: 100px;
}
@media(max-width:768px) {
    footer .footer-bottom {
    flex-direction: column;
    gap: 15px;
}
}.isi-preview, .isi-preview-indications {
    background-color: #fff;
    border-top: 1px solid #323e48;
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    max-height: 150px;
    padding: 20px 75px 0 25px;
    position: fixed;
    width: 100%;
    z-index: 99999;
}
@media(max-width:768px) {
    .isi-preview, .isi-preview-indications {
    max-height: 250px;
}
}.isi-preview-indications:before, .isi-preview:before {
    background: linear-gradient(180deg, #d9d9d9, #fff);
    content: "";
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%}
.isi-preview-indications.expanded, .isi-preview-indications.semi-expanded, .isi-preview.expanded, .isi-preview.semi-expanded {
    max-height: 100%;
    overflow-y: scroll;
    padding-bottom: 25px;
}
.isi-preview-indications.expanded .expand-button, .isi-preview-indications.semi-expanded .expand-button, .isi-preview.expanded .expand-button, .isi-preview.semi-expanded .expand-button {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none' viewBox='0 0 25 25'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='%23C71E59'/%3E%3Cpath fill='%23fff' d='M7 11h11v3H7z'/%3E%3C/svg%3E");
    position: fixed;
    right: 20px;
    top: 150px;
}
.isi-preview-indications.expanded, .isi-preview.expanded {
    padding-bottom: 130px;
}
.isi-preview-indications.semi-expanded, .isi-preview.semi-expanded {
    max-height: 650px;
    overflow: hidden;
}
.isi-preview-indications.semi-expanded .expand-button, .isi-preview.semi-expanded .expand-button {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none' viewBox='0 0 25 25'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='%23C71E59'/%3E%3Cpath fill='%23fff' d='M13.789 11.143V6.754h-2.743v4.389H7v2.468h4.046V18h2.743v-4.389h4.045v-2.468z'/%3E%3C/svg%3E");
    top: 300px;
}
.isi-preview .container, .isi-preview-indications .container {
    display: flex;
    gap: 25px;
    position: relative;
}
@media(max-width:991px) {
    .isi-preview .container, .isi-preview-indications .container {
    flex-direction: column;
}
}.isi-preview .container .col-isi, .isi-preview-indications .container .col-isi {
    width: 100%}
.isi-preview .container .col-indications, .isi-preview-indications .container .col-indications {
    width: 25%}
@media(max-width:991px) {
    .isi-preview .container .col-indications, .isi-preview-indications .container .col-indications {
    width: 100%}
}.isi-preview .expand-button, .isi-preview-indications .expand-button {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none' viewBox='0 0 25 25'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='%23C71E59'/%3E%3Cpath fill='%23fff' d='M13.789 11.143V6.754h-2.743v4.389H7v2.468h4.046V18h2.743v-4.389h4.045v-2.468z'/%3E%3C/svg%3E");
    background-size: 25px auto;
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: -50px;
    top: -5px;
    width: 25px;
}
.isi-preview h3, .isi-preview-indications h3 {
    color: #0081b7;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 10px;
}
.isi-preview p, .isi-preview-indications p {
    color: #776e64;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0 0 10px;
}
.isi-preview p:last-child, .isi-preview-indications p:last-child {
    margin-bottom: 0;
}
.isi-preview p strong.purple, .isi-preview-indications p strong.purple {
    color: #925ea0;
}
.isi-preview-indications {
    display: none;
    max-height: 125px;
    z-index: 999999;
}
@media(max-width:768px) {
    .isi-preview-indications {
    display: block;
}
}.isi-preview-indications.expanded {
    max-height: 450px;
    padding-bottom: 20px;
}
.isi-preview-indications.expanded .expand-button {
    top: 502px;
}
.isi-main-container {
    background-color: #fff;
    position: relative;
}
.isi-main-container:before {
    background: linear-gradient(180deg, #d9d9d9, #fff);
    content: "";
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%}
@media(max-width:991px) {
    .isi-main-container {
    overflow: hidden;
}
}.isi-main-container .isi-full {
    display: flex;
    gap: 25px;
    padding: 50px 15px;
}
@media(max-width:991px) {
    .isi-main-container .isi-full {
    flex-direction: column;
}
}.isi-main-container .isi-full .col-isi {
    border-right: 1px solid #323e48;
    padding: 0 25px 0 15px;
    width: 100%}
@media(max-width:991px) {
    .isi-main-container .isi-full .col-isi {
    border-right: none;
    padding: 0 15px;
    width: auto;
}
}.isi-main-container .isi-full .col-indications {
    width: 25%}
@media(max-width:991px) {
    .isi-main-container .isi-full .col-indications {
    padding: 0 15px;
    width: 100%}
}.isi-main-container .isi-full h3 {
    color: #0081b7;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 15px;
}
.isi-main-container .isi-full p {
    color: #776e64;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0 0 10px;
}
.isi-main-container .isi-full p:last-child {
    margin-bottom: 0;
}
.isi-main-container .isi-full p strong.purple {
    color: #925ea0;
}
.isi-main-container .isi-full a {
    color: #0081b7;
    font-weight: 600;
    text-decoration: underline;
}
.isi-main-container .isi-full strong a {
    font-weight: 700;
}
.page-title {
    margin: 50px 0;
    text-align: center;
}
.page-title h1 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 10px;
}
@media(max-width:991px) {
    .page-title h1 {
    font-size: 25px;
}
}.page-title h2 {
    color: #000;
    font-size: 25px;
    font-weight: 500;
}
.page-title h2 span{
    font-weight: 700;
}
@media(max-width:991px) {
    .page-title h2 {
    font-size: 18px;
}
}.page-title h2 span {
    color: #776e64;
    text-decoration: underline;
}
.page-content h3 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    margin: 35px 0 10px;
}
@media(max-width:991px) {
    .page-content h3 {
    font-size: 20px;
}
}.page-content h3:first-child {
    margin-top: 0;
}
.page-content h4 {
    color: #776e64;
    font-size: 25px;
    font-weight: 700;
}
@media(max-width:991px) {
    .page-content h4 {
    font-size: 20px;
}
}.page-content h4 a {
    color: #776e64;
    text-decoration: underline;
}
.page-content p {
    color: #776e64;
    font-size: 18px;
}
.page-content p span {
    color: #776e64;
}
.page-content p span.rems span {
    font-weight: 700;
    text-decoration: underline;
}
.page-content p a {
    color: #776e64;
    text-decoration: underline;
}
.materials .materials-container {
    border: 1px solid #000;
    border-radius: 50px;
    margin: 0 0 40px;
    padding: 20px 40px;
}
@media(max-width:500px) {
    .materials .materials-container {
    padding: 20px;
}
}.materials .materials-container .title {
    align-items: center;
    border-bottom: 1px solid #000;
    display: flex;
    gap: 20px;
    margin: 0 0 20px;
    padding: 10px 15px;
}
@media(max-width:500px) {
    .materials .materials-container .title {
    gap: 10px;
}
}.materials .materials-container .title img {
    height: 50px;
}
@media(max-width:500px) {
    .materials .materials-container .title img {
    height: 35px;
}
}.materials .materials-container .title h2 {
    color: #000;
    font-size: 20px;
    margin: 0;
}
@media(max-width:500px) {
    .materials .materials-container .title h2 {
    font-size: 18px;
}
}@media(max-width:400px) {
    .materials .materials-container .title h2 {
    font-size: 16px;
}
}.materials .materials-container .pdfs-container {
    padding: 0 10px;
}
.materials .materials-container .pdfs-container .pdf a {
    display: flex;
    gap: 10px;
    margin: 0 0 15px;
}
.materials .materials-container .pdfs-container .pdf a h3 {
    color: #000;
}
.materials .materials-container .pdfs-container .pdf a:after {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_2' data-name='Layer 2' viewBox='0 0 17.08 18.7'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23000000}%3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M16.24 10.81c-.48 0-.84.36-.84.83v5.38H1.68v-5.38c0-.47-.37-.83-.84-.83s-.84.36-.84.83v6.22c0 .46.38.84.84.84h15.39c.46 0 .84-.38.84-.84v-6.22c0-.47-.37-.83-.84-.83' class='cls-1'/%3E%3Cpath d='M7.92 12.49c.15.18.37.28.6.28h.1c.21-.02.4-.11.54-.27l4.29-4.95c.31-.36.27-.9-.1-1.22a.8.8 0 0 0-1.15.08L9.38 9.67V.83c0-.47-.37-.83-.84-.83S7.7.36 7.7.83v8.83L4.87 6.4a.8.8 0 0 0-.75-.27c-.29.06-.55.28-.65.58-.1.29-.04.6.16.83z' class='cls-1'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
}
.page-content-container {
    display: flex;
    gap: 50px;
    margin: 0 0 100px;
    padding: 0 25px;
}
@media(max-width:991px) {
    .page-content-container {
    flex-direction: column;
    gap: 50px;
}
}.page-content-container .page-content {
    width: calc(100% - 500px);
}
.page-content-container .page-content .learn-section{
    color: #000;
}
.page-content-container .page-content .learn-section a{
    text-decoration: none;
    color: #000;
}
@media(max-width:991px) {
    .page-content-container .page-content {
    width: 100%}
}.page-content-container .materials {
    width: 500px;
}
@media(max-width:991px) {
    .page-content-container .materials {
    width: 100%}
}.modal {
    background-color: rgba(0, 0, 0, .5);
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}
.modal .modal-container {
    background-color: #fefefe;
    border: none;
    border-radius: 0;
    margin: 10% auto;
    max-width: 700px;
    padding: 20px;
    position: relative;
    width: 80%}
.modal .modal-container .modal-content {
    padding: 35px 0;
}
.modal .modal-container .modal-content h2 {
    color: #323e48;
    font-size: 27px;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
}
.modal .modal-container .modal-content p {
    color: #323e48;
    font-weight: 500;
    margin: 0 auto 15px;
    max-width: 400px;
    text-align: center;
}
.modal .modal-container .modal-content p:last-child {
    margin-bottom: 0;
}
.modal .modal-container .modal-buttons {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
    padding-bottom: 25px;
}
.modal .modal-container .modal-buttons a.modal-no, .modal .modal-container .modal-buttons a.modal-yes {
    background-color: #776e64;
    border-radius: 35px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 50px 13px;
    text-align: center;
    text-decoration: none!important;
    text-transform: uppercase;
    transition: all .3s ease;
    width: 150px;
}
.modal .modal-container .modal-buttons a.modal-no:hover, .modal .modal-container .modal-buttons a.modal-yes:hover {
    background-color: #776e64;
}
.modal .modal-container .modal-buttons a.modal-no {
    background-color: #fff;
    border: 1px solid #776e64;
    color: #776e64;
}
.modal .modal-container .modal-buttons a.modal-no:hover {
    background-color: #776e64;
    color: #fff;
}
.modal .modal-container .modal-close {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23323E48' d='M24 0h-4.601L12.18 9.4 4.6 0H0l9.653 12.017L.044 24h4.557l7.173-9.366L19.308 24h4.647L14.3 12.017z'/%3E%3C/svg%3E");
    background-size: 100% auto;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
}
body, html {
    margin: 0 auto;
    max-width: 2400px;
    min-height: 100%;
    position: relative;
    transition: .2s;
}
body {
    background-color: #fff;
    margin: 0;
}
body.fixed {
    overflow: hidden;
}
.page-id-558 #site {
    min-height: 70vh;
}
#site {
    padding-top: 130px;
}
.no-underline{
    text-decoration: none !important;
}
/*# sourceMappingURL=styles.css.map */
