:root {
    --color-primary-orange: #ec710a;
    --color-primary-blue: #7ed4f7;
    --color-primary-black: #414042;
    --color-background-blue: #e5f6fd;
    --color-background-light-blue: #f2fbfe;
    --color-background-light-orange: #fdefe6;
    --color-text-gray: #828282;
    --color-transparent-orange: rgba(236, 113, 10, 0.9);
    --color-transparent-white: hsla(0, 0%, 100%, 0.9);
    --color-transparent-blue: rgba(126, 212, 247, 0.9);
    --color-transparent-black: rgba(65, 64, 66, 0.9);
    --global-font-color: var(--color-primary-black);
    --global-font-family: museo-sans-rounded, sans-serif;
    --global-font-size: 20;
    --global-font-line-height: 1.4;
    --highlight-font-family: var(--global-font-family);
    --content-width: 45rem;
    --dropdown-symbol-width: 0.7em;
    --color-theme-primary: #e36d60;
    --color-theme-secondary: #41848f;
    --color-theme-red: #c0392b;
    --color-theme-green: #27ae60;
    --color-theme-blue: #2980b9;
    --color-theme-yellow: #f1c40f;
    --color-theme-black: #1c2833;
    --color-theme-grey: #95a5a6;
    --color-theme-white: #ecf0f1;
    --color-custom-daylight: #97c0b7;
    --color-custom-sun: #eee9d1;
    --color-link: var(--color-primary-black);
    --color-link-visited: var(--color-primary-black);
    --color-link-active: var(--color-primary-black);
    --color-quote-border: #000;
    --color-quote-citation: #6c7781;
    --font-size-small: calc(16 / var(--global-font-size) * 1rem);
    --font-size-regular: calc(var(--global-font-size) / 16 * 1rem);
    --font-size-large: calc(36 / var(--global-font-size) * 1rem);
    --font-size-larger: calc(48 / var(--global-font-size) * 1rem);
}




/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
link {
    display: none;
}
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-size: 1em;
    font-family: monospace;
}
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-size: 1em;
    font-family: monospace;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
    line-height: 1.15;
}
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 {
    padding: 0;
    border-style: none;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
.no-js .lazy {
    display: none !important;
}
body,
button,
input,
optgroup,
select,
textarea {
    color: #414042;
    color: var(--global-font-color);
    font-weight: 300;
    font-size: 1.25rem;
    font-size: var(--font-size-regular);
    font-family: museo-sans-rounded, sans-serif;
    font-family: var(--global-font-family);
    line-height: 1.17;
    line-height: var(--global-font-line-height);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0;
    font-family: museo-sans-rounded, sans-serif;
    font-family: var(--highlight-font-family);
}
.entry-header h1.entry-title,
.page-header .page-title {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 2.5rem;
    line-height: 1.4;
}
cite,
dfn,
em,
i {
    font-style: italic;
}
blockquote,
q {
    quotes: "" "";
}
blockquote {
    margin: 0;
    border-left: 4px solid #000;
    border-left: 4px solid var(--color-quote-border);
}
.entry-content > blockquote {
    margin-left: 1.5rem;
    padding-left: 1em;
}
@media screen and (min-width: 49em) {
    .entry-content > blockquote {
        margin-left: auto;
    }
}
blockquote cite {
    position: relative;
    margin-top: 1em;
    color: #6c7781;
    color: var(--color-quote-citation);
    font-size: 13px;
    font-style: normal;
}
address {
    margin: 0 0 1.5em;
}
pre {
    max-width: 100%;
    margin-bottom: 1.5em;
    padding: 1.5em;
    overflow: auto;
    font-size: 0.9375rem;
    font-family: Courier\10 Pitch, Courier, monospace;
    line-height: 1.6;
    background: #eee;
}
code,
kbd,
tt,
var {
    font-size: 0.8rem;
    font-family: Monaco, Consolas, Andale Mono, DejaVu Sans Mono, monospace;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
ins,
mark {
    text-decoration: none;
    background: #fff9c0;
}
big {
    font-size: 125%;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-weight: 600 !important;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    /* background: #fff; */
    background: #FFFDF8;
}
hr {
    height: 1px;
    margin-bottom: 1.5em;
    border: 0;
    background-color: #ccc;
}
ol,
ul {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ol,
li > ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    display: block;
    max-width: 100%;
}
figure:not(.wp-block-embed) {
    margin: 0.5em 0;
}
table {
    width: 100%;
    margin: 0 0 1.5em;
}
a {
    color: #414042;
    color: var(--color-link);
}
a:not(.bt):visited {
    color: #414042;
    color: var(--color-link-visited);
}
a:active,
a:focus,
a:hover {
    color: #414042;
    color: var(--color-link-active);
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
a.btn:hover {
    color: #fff;
}
.clearfix {
    clear: both;
}
.clearfix:after {
    display: table;
    clear: both;
    content: "";
}
.hidden {
    display: none !important;
}
@media screen and (max-width: 49em) {
    .sm-hidden {
        display: none !important;
    }
}
@media screen and (min-width: 49em) {
    .lg-hidden {
        display: none !important;
    }
}
.active-language {
    background-color: #7ed4f7;
    background-color: var(--color-primary-blue);
    height: 10px;
    width: 10px;
    border-radius: 25px;
    margin-left: 15px;
}
textarea {
    width: 100%;
}
.btn,
.btn:visited,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 1em 2em !important;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #fff;
    font-weight: 600 !important;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none;
    background: #ec710a;
    background: var(--color-primary-orange);
    cursor: pointer;
}
.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    text-decoration: none;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #666;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
    color: #111;
}
select {
    border: 1px solid #ccc;
}
.page-id-3899 .tosca-block.calculator {
    position: relative;
    height: auto;
}
body.archive.category .archive-title,
body.blog .archive-title {
    background: #ec710a;
    background: var(--color-primary-orange);
}
@media (min-width: 49em) {
    body.blog .posts-wrapper {
        padding: 2em 0;
        max-width: 1000px;
        margin: 0 auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    body.blog .posts-wrapper > div:first-of-type {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66%;
        flex: 0 0 66%;
        max-width: 66%;
    }
    body.blog .posts-wrapper > div:nth-of-type(2),
    body.blog .posts-wrapper > div:nth-of-type(3),
    body.blog .posts-wrapper > div:nth-of-type(4),
    body.blog .posts-wrapper > div:nth-of-type(5),
    body.blog .posts-wrapper > div:nth-of-type(6) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
    body.blog .posts-wrapper > div:nth-of-type(7) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66%;
        flex: 0 0 66%;
        max-width: 66%;
    }
    body.blog .posts-wrapper > div:nth-of-type(8),
    body.blog .posts-wrapper > div:nth-of-type(9),
    body.blog .posts-wrapper > div:nth-of-type(10) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
    body.blog .posts-wrapper > div:nth-of-type(11),
    body.blog .posts-wrapper > div:nth-of-type(12) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
body.blog .post .title,
body.post-template-default.single .title {
    background: #ec710a;
    background: var(--color-primary-orange);
}
body.post-template-default.single .title {
    text-shadow: none !important;
}
@media (min-width: 49em) {
    body.archive.category .post > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 49em) {
    body.archive.category .featured-news-post-wrapper .featured-news-image,
    body.archive.category .post .image {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
body.archive.category .post .title {
    background: #f1f0f2;
}
@media (min-width: 49em) {
    body.archive.category .featured-news-post-wrapper .feature,
    body.archive.category .post .title {
        z-index: 1;
        -ms-flex-preferred-size: 66.666%;
        flex-basis: 66.666%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 36px;
    }
}
.page-id-3697
    .tosca-block.icon-blurb-rows
    + .tosca-block.background
    > :not(.countup) {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
}
.page-id-3697 .tosca-block.icon-blurb-rows + .tosca-block.background .countup {
    font-size: 18vw;
}
@media (min-width: 768px) {
    .page-id-3697
        .tosca-block.icon-blurb-rows
        + .tosca-block.background
        .countup {
        font-size: 125px;
    }
}
.tosca-block.related-posts .preview-wrapper .post-preview {
    height: 100%;
}
ol > li {
    margin-bottom: 0.666em;
    padding-left: 0.5em;
}
@media (min-width: 49em) {
    body.single-post article .content {
        max-width: 1000px;
        margin: 0 auto;
        padding: 2em;
    }
}
.tosca-block.blurbs .preview-wrapper .preview {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25) !important;
}
.btn {
    -webkit-transition: all 0.125s;
    transition: all 0.125s;
}
.btn:hover,
.tosca-block.blurbs .preview-wrapper .read-more.black:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #e26700;
}
.tosca-block.banner .btn.secondary:hover,
.tosca-block.blurbs .preview-wrapper .read-more.orange:hover {
    background-color: #e26700;
    color: #fff;
}
.post-preview,
.tosca-block.team .team-member-container .team-member .photo,
body.blog .post > a .image {
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
}
.post-preview:hover,
.tosca-block.team .team-member-container .team-member:hover .photo,
body.blog .post > a:hover .image {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}
body.archive.category .dropdown.filters,
body.blog .dropdown.filters {
    display: none;
}
body.archive.category .archive-title,
body.blog .archive-title {
    background: none;
    background-image: none !important;
    min-height: 10em;
}
body.archive.category .archive-title h1,
body.blog .archive-title h1 {
    margin-bottom: 0;
}
body.blog .posts-wrapper {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}
body.blog .blog-posts-buttons-wrapper > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
@media screen and (max-width: 49em) {
    body.blog .blog-posts-buttons-wrapper > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
body.blog .blog-posts-buttons-wrapper .dropdown.filters {
    display: block;
    margin-top: 0;
}
body.blog .blog-posts-buttons-wrapper .dropdown.filters .filter-btn {
    border-radius: 50px;
    border: 1px solid #ec710a;
    border: 1px solid var(--color-primary-orange);
    background: #fff;
    color: #ec710a;
    color: var(--color-primary-orange);
    text-transform: none;
}
body.blog .blog-posts-buttons-wrapper .dropdown.filters .filter-btn svg path {
    stroke: #ec710a !important;
    stroke: var(--color-primary-orange) !important;
}
body.blog .blog-posts-buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 1000px;
    margin: 3em auto 0;
}
@media screen and (max-width: 49em) {
    body.blog .blog-posts-buttons-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
body.blog .filter-by-topic-container {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
@media screen and (max-width: 49em) {
    body.blog .filter-by-topic-container {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 80% !important;
    }
}
body.blog .blog-posts-buttons-wrapper > * {
    text-align: center;
}
@media screen and (max-width: 49em) {
    body.blog .blog-posts-buttons-wrapper > * {
        padding-right: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }
}
body.blog .blog-posts-buttons-wrapper .dropdown.filters select {
    padding: 5px 55px;
}
body.blog .posts-wrapper .most-popular-articles-container {
    border-bottom: 3px solid #ec710a;
    border-bottom: 3px solid var(--color-primary-orange);
    position: relative;
}
@media screen and (max-width: 49em) {
    body.blog .posts-wrapper .most-popular-articles-container {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}
body.blog .posts-wrapper .most-popular-articles-container a {
    text-decoration: none;
}
@media screen and (max-width: 49em) {
    body.blog .posts-wrapper .most-popular-articles-container ul {
        margin-top: 25px !important;
    }
}
body.blog .posts-wrapper .most-popular-articles-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: museo-sans-rounded, sans-serif;
    font-family: var(--global-font-family);
    font-size: 23px;
    font-weight: 700;
}
body.blog .posts-wrapper .most-popular-articles-container ul li {
    margin: 15px 0;
}
body.blog .posts-wrapper .most-popular-articles-container ul li:first-child {
    margin-top: 0;
}
body.blog .posts-wrapper .most-popular-articles-container ul li a {
    font-size: 20px;
    text-decoration: none;
}
body.blog .posts-wrapper .most-popular-articles-container ul li a:hover {
    text-decoration: underline;
}
body.blog .posts-wrapper .most-popular-articles-container ul span {
    color: #828282;
    color: var(--color-text-gray);
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}
body.blog .posts-wrapper .most-popular-articles-container:before {
    border-bottom: 3px solid #ec710a;
    border-bottom: 3px solid var(--color-primary-orange);
    content: "Most popular articles";
    color: #ec710a;
    color: var(--color-primary-orange);
    font-family: museo-sans-rounded, sans-serif;
    font-family: var(--global-font-family);
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 10px;
    position: absolute;
    top: -105px;
    width: 96%;
}
@media screen and (max-width: 49em) {
    body.blog .posts-wrapper .most-popular-articles-container:before {
        position: static;
    }
}
@media (min-width: 49em) {
    body.blog .posts-wrapper {
        padding: 2em 0;
        max-width: 1000px;
        margin: 0 auto;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    body.blog .posts-wrapper > div:first-of-type,
    body.blog .posts-wrapper > div:nth-of-type(2),
    body.blog .posts-wrapper > div:nth-of-type(3),
    body.blog .posts-wrapper > div:nth-of-type(4),
    body.blog .posts-wrapper > div:nth-of-type(5) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    body.blog .posts-wrapper > div:nth-of-type(5) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 63%;
        flex: 0 0 63%;
        max-width: 63%;
    }
    body.blog .posts-wrapper > div:nth-of-type(6),
    body.blog .posts-wrapper > div:nth-of-type(7),
    body.blog .posts-wrapper > div:nth-of-type(8),
    body.blog .posts-wrapper > div:nth-of-type(9) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    body.blog .posts-wrapper > div:nth-of-type(10) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 63%;
        flex: 0 0 63%;
        max-width: 63%;
    }
    body.blog .posts-wrapper > div:nth-of-type(11),
    body.blog .posts-wrapper > div:nth-of-type(12) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        max-width: 47%;
    }
}
body.blog .post {
    margin: 0 0 1.5em;
    padding: 0 0.75em;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
body.blog .content p {
    display: none;
}
body[class*="category-news"] .title {
    padding-left: 0 !important;
}
body[class*="category-news"] .title a {
    text-decoration: none;
}
body.blog .post-topics {
    padding-left: 15px;
}
body.blog .post-topics a,
body.blog .title a {
    text-decoration: none;
}
.email-signup-container {
    padding: 0 !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.post-topics,
body.blog .read-more {
    display: none;
}
body.blog .post-topics {
    color: #828282;
    color: var(--color-text-gray);
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}
body.blog .post > a {
    height: 100%;
    display: block;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
body.blog .post .title {
    margin: 0;
    padding: 0.75em;
    position: relative;
    background: #fff;
}
body.post-template-default.single .title {
    text-shadow: 0 0 12px #000, 0 0 36px #000;
}
body.post-template-default.single .title h1 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2em;
}
@media (min-width: 49em) {
    body.archive.category .posts-wrapper {
        display: block;
        max-width: 1000px;
        margin: 0 auto;
        padding: 2em 0;
    }
}
body.archive.category .post {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    padding: 0;
    margin: 0 0 2em;
}
body.archive.category .post:hover .image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
body.archive.category .post > a {
    overflow: hidden;
}
@media (min-width: 49em) {
    body.archive.category .post > a,
    body[class*="category-news"] .post > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
body.archive.category .featured-news-post-wrapper .featured-news-image,
body.archive.category .post .image {
    min-height: 10em;
    height: auto;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
}
@media (min-width: 49em) {
    body.archive.category
        .featured-news-post-wrapper
        .featured-news-post
        .featured-news-image,
    body.archive.category .post .image {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
body.archive.category .post .title {
    padding: 24px;
    background: none;
    margin: 0;
}
@media (min-width: 49em) {
    body.archive.category .post .title,
    body[class*="category-news"] .post .post-info {
        z-index: 1;
        -ms-flex-preferred-size: 66.666%;
        flex-basis: 66.666%;
        padding: 36px;
    }
    body[class*="category-news"] .post .post-info .title {
        padding: 0;
    }
    body[class*="category-news"] .post .post-info .read-more {
        font-size: 16px;
    }
}
:root {
    --global-font-line-height: 1.17 !important;
}
/* @media (min-width: 49em) {
    #site-navigation.main-navigation .menu-item .menu-name {
        font-size: 17px;
    }
} */
#primary .tosca-block.banner .content h2 {
    font-weight: 300;
}
#primary .tosca-block.banner .btn {
    padding: 0.85em 1.275em;
    font-weight: 500;
    font-size: 18px;
}
#primary .btn,
#primary button,
#primary input[type="button"],
#primary input[type="reset"],
#primary input[type="submit"] {
    font-size: 16px;
    padding: 0.437em 1.275em;
    font-weight: 500;
}
#primary .tosca-block.cta > div:first-of-type h2 {
    font-weight: 300;
}
#primary .tosca-block.industry-product-slider .product-preview h3 {
    font-weight: 500;
}
#primary .tosca-block.blurbs .preview-wrapper .post-type {
    margin-bottom: 23px;
    display: block;
}
#primary .tosca-block.blurbs .preview-wrapper .post-type + h2 {
    font-size: 38px;
    margin-bottom: 1em;
}
@media (min-width: 49em) {
    #primary .tosca-block.banner .content {
        max-width: 66.666%;
    }
}
@media (min-width: 49em) {
    #primary .tosca-block.cta > div:first-of-type {
        max-width: 40%;
    }
}
/* #site-navigation.main-navigation .menu-item.opened .menu-name {
    padding: 1em;
} */
@media (min-width: 49em) {
    #site-navigation.main-navigation
        .menu-item
        .industry-menu-wrapper
        .menu-name,
    #site-navigation.main-navigation .menu-item .submenu .menu-name {
        font-size: 36px;
        margin-bottom: 0.5em;
    }
}
#site-navigation.main-navigation
    .menu-item
    .industry-menu-wrapper
    .industry-category,
#site-navigation.main-navigation .menu-item .submenu .industry-category {
    color: inherit;
    font-weight: inherit;
}
@media (min-width: 49em) {
    #site-navigation.main-navigation
        .menu-item
        .industry-menu-wrapper
        .menu-name {
        padding-left: 1em;
        padding-bottom: 0;
    }
}
#site-navigation.main-navigation
    .primary-menu-container
    .submenu:not(.resources) {
    padding-bottom: 0;
}
.page-supply-chain-iot .pl-2 {
    padding-left: 2rem;
}
.page-supply-chain-iot .free-guid.tosca-block.image-and-content .content {
    padding: 2em 4em;
}
.page-supply-chain-iot .bg-gradient {
    -webkit-box-shadow: inset 0 0 0 2000px rgb(8 8 8/75%);
    box-shadow: inset 0 0 0 2000px rgb(8 8 8/75%);
}
.page-supply-chain-iot .pl-content {
    padding: 2em 3em !important;
}
.page-supply-chain-iot .heading-text {
    font-size: 2em;
}
.page-supply-chain-iot .orange-text {
    color: #f68220;
}
.page-supply-chain-iot .wp-block-column {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.page-supply-chain-iot .wp-block-group__inner-container {
    position: relative;
}
.page-supply-chain-iot .img-hover {
    grid-template-columns: 100% !important;
}
.page-supply-chain-iot .img-hover .wp-block-media-text__content {
    opacity: 0;
    background: transparent;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}
.page-supply-chain-iot .img-hover:hover .wp-block-media-text__content {
    opacity: 0.8;
    background: rgba(236, 113, 10, 0.9);
    color: #fff;
}
.page-supply-chain-iot .tosca-block.image-and-content .image {
    background-repeat: no-repeat;
    background-position: 50% !important;
}
.page-supply-chain-iot .pl-content .image {
    background-size: contain !important;
}
.page-supply-chain-iot .free-guid {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-supply-chain-iot .free-guid .image {
    background-position: 50% !important;
    background-size: cover !important;
    height: 64vh;
}
.page-supply-chain-iot .lh-14 {
    line-height: 1.4;
}
.page-supply-chain-iot .pl-content .content {
    padding: 0 2em !important;
}
.page-supply-chain-iot .d-none {
    display: none !important;
}
.page-supply-chain-iot figure:not(.wp-block-embed) {
    margin: 0;
}
.page-supply-chain-iot .advanced-image {
    position: relative;
}
.page-supply-chain-iot .advanced-image p {
    opacity: 0;
    background: transparent;
    left: 0;
    height: 91.1%;
    position: absolute;
    width: 100%;
    top: 0;
    font-size: 24px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 28px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
}
.page-supply-chain-iot .advanced-image:hover p {
    opacity: 0.9;
    background: rgba(236, 113, 10, 0.9);
    color: #fff;
    overflow: hidden;
}
.page-supply-chain-iot .pr-1 {
    padding-right: 1em !important;
}
.page-supply-chain-iot .pr-2 {
    padding-right: 2em !important;
}
.page-supply-chain-iot .pr-3 {
    padding-right: 3em !important;
}
.page-supply-chain-iot .pr-4 {
    padding-right: 4em !important;
}
.page-supply-chain-iot .pr-5 {
    padding-right: 5em !important;
}
.page-supply-chain-iot .pr-0 {
    padding-right: 0 !important;
}
.page-supply-chain-iot .pl-0 {
    padding-left: 0 !important;
}
.page-supply-chain-iot .pl-1 {
    padding-left: 1em !important;
}
.page-supply-chain-iot .pl-2 {
    padding-left: 2em !important;
}
.page-supply-chain-iot .pl-3 {
    padding-left: 3em !important;
}
.page-supply-chain-iot .pl-4 {
    padding-left: 4em !important;
}
.page-supply-chain-iot .pl-5 {
    padding-left: 5em !important;
}
.page-supply-chain-iot .pb-1 {
    padding-bottom: 1em !important;
}
.page-supply-chain-iot .pb-2 {
    padding-bottom: 2em !important;
}
.page-supply-chain-iot .pb-3 {
    padding-bottom: 3em !important;
}
.page-supply-chain-iot .pb-4 {
    padding-bottom: 4em !important;
}
.page-supply-chain-iot .pb-5 {
    padding-bottom: 5em !important;
}
.page-supply-chain-iot .pb-0 {
    padding-bottom: 0 !important;
}
.page-supply-chain-iot .pt-1 {
    padding-top: 1em !important;
}
.page-supply-chain-iot .pt-2 {
    padding-top: 2em !important;
}
.page-supply-chain-iot .pt-3 {
    padding-top: 3em !important;
}
.page-supply-chain-iot .pt-4 {
    padding-top: 4em !important;
}
.page-supply-chain-iot .pt-5 {
    padding-top: 5em !important;
}
.page-supply-chain-iot
    .case-study-box.tosca-block.blurbs
    .preview-wrapper
    .image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 1000px;
    background-position: 38%;
    background-size: auto;
    background-repeat: no-repeat;
    opacity: 1;
}
.page-supply-chain-iot .bg-blue {
    background: #e2f3f9 !important;
}
.page-supply-chain-iot .bg-light-blue .image {
    background-color: #f2fbfe !important;
}
.page-supply-chain-iot .bg-light-orange .image {
    background-color: rgba(251, 199, 156, 0.45) !important;
}
.page-supply-chain-iot .bg-light-grey .image {
    background-color: rgba(212, 211, 214, 0.32) !important;
}
.page-supply-chain-iot .text-orange {
    color: #ec710a !important;
}
.page-supply-chain-iot .mt-03 {
    margin-top: 0.3em;
}
.page-supply-chain-iot .mb-0 {
    margin-bottom: 0 !important;
}
.page-supply-chain-iot .mb-1 {
    margin-bottom: 1em !important;
}
.page-supply-chain-iot .mb-2 {
    margin-bottom: 2em !important;
}
.page-supply-chain-iot .custom-alerts .image,
.page-supply-chain-iot .realtime-data .image {
    background-size: contain !important;
    width: 47% !important;
}
.page-supply-chain-iot .video-text {
    font-size: 26px;
}
.page-supply-chain-iot .advance-text {
    font-size: 1.23em !important;
    margin-top: 1em !important;
}
.page-supply-chain-iot #primary .tosca-block.cta > div:first-of-type {
    max-width: 100%;
}
.page-supply-chain-iot .advance-functionality .wp-block-image img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.page-supply-chain-iot .leaflet-rrose-content-wrapper .hotspot-thumb {
    float: left;
    max-width: 300px !important;
    margin-right: 20px;
    width: 43%;
}
.page-supply-chain-iot .hotspots-image-container img {
    margin: 0 !important;
}
.page-supply-chain-iot .leaflet-rrose-content-wrapper {
    padding: 0 !important;
}
.page-supply-chain-iot .leaflet-rrose {
    margin-bottom: 20px;
    position: absolute;
    text-align: center;
    background: #fff;
}
.page-supply-chain-iot .leaflet-rrose-content-wrapper,
.page-supply-chain-iot .leaflet-rrose-tip {
    background: #fff;
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}
.page-supply-chain-iot .leaflet-rrose-content {
    width: 690px !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.page-supply-chain-iot .leaflet-rrose-content p {
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}
.page-supply-chain-iot .leaflet-rrose-content .header-da-tooltip {
    margin-bottom: 5px !important;
}
.page-supply-chain-iot .leaflet-rrose {
    border: 5px solid orange;
    border-radius: 10px;
}
.page-supply-chain-iot .hotspot-title {
    display: none;
}
.page-supply-chain-iot .leaflet-rrose-content-wrapper .hotspot-content {
    padding-bottom: 5px;
    overflow: hidden;
    padding-top: 6px;
}
.page-supply-chain-iot .mpp-effect {
    max-width: 100%;
}
.page-supply-chain-iot .leaflet-container a.leaflet-rrose-close-button {
    font: 30px/14px Tahoma, Verdana, sans-serif !important;
    font-weight: 400 !important;
}
.page-supply-chain-iot .tosca-block.banner .content p {
    max-width: 100% !important;
    font-size: 20px;
}
.page-supply-chain-iot .mpp-dot .mpp-info {
    display: none;
}
.page-supply-chain-iot .triangle-bottom {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #ec710a;
}
.page-supply-chain-iot .wificontent-desktop {
    display: block;
}
.page-supply-chain-iot .wificontent-mobile {
    display: none;
}
@media screen and (max-width: 500px) {
    .page-supply-chain-iot .triangle-bottom {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #ec710a;
    }
    .page-supply-chain-iot .bg-map {
        background: url(/wp-content/uploads/2021/09/spot-inefficiencies.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
        padding: 1em 2em !important;
    }
    .page-supply-chain-iot .f-15 {
        font-size: 1.5em !important;
    }
    .page-supply-chain-iot .f-18 {
        font-size: 18px !important;
    }
    .page-supply-chain-iot #sp-ea-12656.sp-easy-accordion > .sp-ea-single {
        border-radius: 0;
        border: 1px solid #ec710a;
        border-left: 0 !important;
        border-right: 0 !important;
        border-bottom: 0 !important;
    }
    .page-supply-chain-iot
        #sp-ea-12656.sp-easy-accordion
        > .sp-ea-single:last-child {
        border-bottom: 1px !important;
    }
    .page-supply-chain-iot .wificontent-desktop {
        display: none;
    }
    .page-supply-chain-iot .wificontent-mobile {
        display: block;
    }
    .page-supply-chain-iot .tosca-block.image-and-content.flip .image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2 !important;
        order: 2 !important;
        background-position: 0;
    }
    .page-supply-chain-iot .pl-2 {
        padding-left: 0 !important;
    }
    .page-supply-chain-iot .tosca-block.banner .column {
        padding-left: 4em;
        padding-right: 4em;
    }
    .page-supply-chain-iot .pl-content {
        padding: 2em 0 !important;
    }
    .page-supply-chain-iot .pl-content .content {
        padding: 0 1.5em !important;
    }
    .page-supply-chain-iot .pl-content h2 {
        font-size: 42px !important;
    }
    .page-supply-chain-iot .free-guid.tosca-block.image-and-content .content {
        padding: 2em 1.5em;
    }
    .page-supply-chain-iot
        .case-study-box.tosca-block.blurbs
        .preview-wrapper
        .image {
        background-size: 100%;
        min-height: 10em;
    }
    .page-supply-chain-iot .tosca-block.banner .content p {
        max-width: 100% !important;
        font-size: 20px;
        margin: auto;
        width: 100%;
        padding-left: 1em;
        padding-right: 1em;
        font-size: 18px !important;
    }
    .page-supply-chain-iot .layoutArea .column h2 {
        font-size: 1.5em !important;
    }
    .page-supply-chain-iot .advanced-image p {
        opacity: 0;
        background: transparent;
        left: 0;
        height: 84% !important;
        max-height: 84% !important;
        position: absolute;
        width: 100%;
        top: 0;
        font-size: 20px !important;
    }
    .page-supply-chain-iot .tosca-block.banner .content h1 {
        font-size: 2em !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1680px) {
    .page-supply-chain-iot .advanced-image p {
        opacity: 0;
        background: transparent;
        left: 0;
        height: 88%;
    }
}
.page-supply-chain-iot .sp-easy-accordion .sp-ea-single .ea-header a {
    line-height: 25px !important;
}
.page-supply-chain-iot
    #sp-ea-12656.sp-easy-accordion
    > .sp-ea-single
    > .sp-collapse
    > .ea-body {
    background: #fff;
    color: #444;
    font-size: 18px;
}
.page-supply-chain-iot figure.aligncenter {
    width: 100%;
}
.page-supply-chain-iot figure.aligncenter img {
    margin: 0 auto;
}
.pardot-form .thank-you-form {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.pardot-form .thank-you-form.visible {
    max-height: 1000px;
    opacity: 1;
    pointer-events: auto;
}
.pardot-form .thank-you-form p {
    font-size: 24px;
    font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
    margin-bottom: 0;
    margin-top: 0;
}
body.tax-product_family #fancybox-wrap {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
body.iot-nera .primary-menu-container.sm-hidden,
body.iot-nera header#masthead {
    max-height: 80px;
}
body.iot-nera .iot-interactive-map-mobile > div {
    background-size: 100%;
}
body.iot-nera .btn.read-more.blue {
    position: static;
    margin-top: 20px;
    display: inline-block;
    max-width: 200px;
}
@media screen and (max-width: 768px) {
    .nera.tosca-block .accordion__title.text-center {
        text-align: left !important;
        max-width: 75%;
        padding-left: 20px;
    }
    .nera.tosca-block .accordion__title.text-center .accordion__icon {
        right: -20%;
    }
    .nera.tosca-block .accordion__content {
        width: 100%;
    }
    .nera.tosca-block .accordion__content .col-md-6 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .nera.tosca-block .accordion__content .col-md-6 .sub-description {
        border-radius: 20px;
    }
}
body.iot-nera,
html {
    max-width: 100vw;
    overflow-x: hidden;
}
.wp-block-image img {
    height: auto;
}
.text-blue {
    color: #7ed4f7 !important;
}
.text-orange {
    color: #ec710a !important;
}
#blog-topic {
    max-width: 100%;
}
.blog-posts-buttons-wrapper .select-styled {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    width: 75%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #8ccbeb;
    border-radius: 25px;
    -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    min-width: 250px;
    padding: 5px 55px;
    font-weight: 300;
    font-size: 1.25rem;
    margin: 0;
    width: 100%;
}
.blog-posts-buttons-wrapper .select-styled::-ms-expand {
    display: none;
}
.blog-posts-buttons-wrapper .select-styled:hover {
    border-color: #888;
}
.blog-posts-buttons-wrapper .select-styled:focus {
    border-color: #aaa;
    -webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}
.blog-posts-buttons-wrapper .select-styled option {
    font-weight: 400;
}
.blog-posts-buttons-wrapper {
    & .select-styled:disabled,
    .select-css[aria-disabled="true"] {
        color: graytext;
    }
    & .select-styled:disabled:hover,
    .select-css[aria-disabled="true"] {
        border-color: #aaa;
    }
}
.blog-posts-buttons-wrapper .select-wrapper {
    margin-right: 0;
    position: relative;
    text-align: center;
}
.blog-posts-buttons-wrapper .select-wrapper label {
    margin-top: 5px;
}
.blog-posts-buttons-wrapper .select-wrapper:after {
    display: block;
    content: url('data:image/svg+xml; utf8, <svg width="18" height="11" viewBox="0 0 18 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L9 10L17 1" stroke="%23ec710a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    position: absolute;
    z-index: 999999;
    pointer-events: none;
    top: 8px;
    right: 20px;
}
.cost-model-cta a.small {
    color: #ec710a !important;
    color: var(--color-primary-orange) !important;
    font-size: 12px !important;
    text-decoration: underline !important;
}
.modal.newsletter-modal .content {
    text-align: center;
    width: 100%;
}
.modal.newsletter-modal .close {
    top: 3em;
}
.modal.newsletter-modal iframe {
    max-width: 500px;
}
.modal.newsletter-modal p {
    display: block !important;
}
.social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 80px;
    padding-top: 10px;
}
.social-icons svg {
    height: auto;
    max-height: 30px;
    max-width: 30px;
    width: 100%;
}
p.search {
    display: none;
}
.search-icon {
    display: block;
}
@media screen and (max-width: 767px) {
    p.search {
        display: block;
    }
    .search-icon {
        display: none;
    }
}
div#page {
    overflow: hidden;
}
.screen-reader-text, .sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:focus, .sr-only:focus {
    top: 5px;
    left: 5px;
    z-index: 100000;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    border-radius: 3px;
    color: #21759b;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: normal;
    text-decoration: none;
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
}
#primary[tabindex="-1"]:focus {
    outline: 0;
}
.site {
    max-width: 100%;
    margin: 0 auto;
}
.site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    /* z-index: 1000;     */
    z-index: 998;
}
.site-header.style-transparent {
    position: fixed;
    width: 100%;
}
@media screen and (min-width: 61em) {
    .has-sidebar:not(.single-products) .site {
        display: grid;
        grid-template-columns: 1fr;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        grid-template-columns: repeat(1, 100%);
    }
    .admin-bar .site-header {
        top: 1.6em;
    }
    .site-main {
        grid-column: 1;
        min-width: 0;
    }
    .primary-sidebar {
        grid-column: 2;
        min-width: 0;
    }
    /* .site-footer {
        grid-column: span 2;
    } */
    .site-footer .pardot-form {
        overflow: hidden;
        max-height: 0;
        -webkit-transition: max-height 0.5s ease-out;
        transition: max-height 0.5s ease-out;
    }
    .site-footer .pardot-form.expanded {
        max-height: 2000px;
    }
    .site-footer .pardotform {
        height: 550px;
    }
}
@media screen and (max-width: 768px) {
    .site-footer .pardotform {
        height: 950px;
    }
}
.site-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* padding: 0.5em 0; */
    background-color: #fff;
}
@media screen and (min-width: 49em) {
    .site-header {
        padding: 0;
    }
}
.site-header.end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media screen and (max-width: 1075px) {
    .menu-item a,
    .menu-item p,
    .menu-item span {
        font-size: 14px;
    }
    header > a:last-child {
        width: 94px;
    }
    .chevron-icon svg {
        max-width: 14px;
    }
}
.site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-branding a {
    padding: 0 !important;
}
.site-branding .site-title {
    height: auto;
}
.site-title {
    height: 100%;
    margin: 0;
    color: #333332;
    font-weight: 700;
    font-size: 38px;
    font-family: museo-sans-rounded, sans-serif;
    font-family: var(--highlight-font-family);
    font-stretch: condensed;
    line-height: 1.2;
}
.site-title a {
    color: inherit;
    text-decoration: none;
}
.site-title img {
    height: 100%;
    max-height: 1.25em;
}
.site-header .search {
    border: none;
    background: none;
}
@media screen and (min-width: 49em) {
    .site-title {
        max-height: 3em;
    }
    .site-title img {
        max-height: 1.75em;
    }
    .site-header .search {
        padding-left: 0;
    }
    .site-header .link-menu:last-of-type {
        margin-right: 0.5em;
    }
    .region .menu-item {
        padding: none;
    }
}
.menu-toggle {
    display: block;
    padding: 0.6em 1.2em 0.5em;
    font-size: 80%;
    background: none;
}




/* .main-navigation .primary-menu-container {
    position: absolute;
    top: 64px;
    z-index: 1000;
    width: 100vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 1em 0 2em;
    border-top: 2px solid #7ed4f7;
    border-top: 2px solid var(--color-primary-blue);
    background: #fff;
    max-height: 100vh;
    overflow: scroll;
} */
.main-navigation .link-menu,
.main-navigation .product-menu {
    /* margin: 0 1em; */
    /* padding-bottom: 1em; */
    margin: 0;
    padding: 0;
}
.main-navigation .link-menu {
    padding-top: 1em;
}
.main-navigation .top-level-hr {
    margin: 0 1em;
    border-top: 1px solid #7ed4f7;
    border-top: 1px solid var(--color-primary-blue);
    background-color: unset;
}
@media screen and (min-width: 49em) {
    .main-navigation .top-level-hr {
        display: none;
    }
}
.main-navigation .cost-model-cta {
    background-color: #f2f2f2;
    padding: 0.5em;
}
.main-navigation .cost-model-cta hr {
    width: 3em;
    margin: 1em 0;
    border-top: 3px solid #ec710a;
    border-top: 3px solid var(--color-primary-orange);
    background-color: unset;
}
.main-navigation .cost-model-cta a,
.main-navigation .cost-model-cta a:hover,
.main-navigation .cost-model-cta a:visited {
    padding: 0.75em 1.5em;
    color: #fff;
    border: none;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    font-size: 1rem;
}
.main-navigation .submenu > a.submenu-item {
    width: 100%;
    min-height: 7em;
    margin: 1em 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
}
.main-navigation .primary-menu-container .submenu:not(.resources) {
    padding: 1em 2em;
}
.main-navigation
    .primary-menu-container
    .submenu:not(.resources)
    li.submenu-item {
    width: 100%;
    margin: 0;
    padding-left: 0;
}
@media screen and (max-width: 767px) {
    .menu-item .link-container {
        display: none !important;
    }
    .menu-item p {
        margin-top: 0;
        margin-bottom: 0;
    }
    .menu-item.search a {
        padding-top: 0;
        padding-bottom: 0;
    }
}
/* .menu-item.login.opened {
    border-bottom: 5px solid transparent !important;
} */
.menu-item.login.opened .link-container {
    display: block !important;
}
/* .menu-item.login.opened .menu-name.hover {
    padding: 40px 0 !important;
} */
.main-navigation .menu-item .submenu.resources .submenu-item a {
    display: inline-block;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}
.main-navigation .menu-item .submenu-item a {
    border-bottom: 1px solid transparent;
}
.main-navigation .menu-item .submenu-item a:hover {
    border-bottom: 1px solid #414042;
    border-bottom: 1px solid var(--color-primary-black);
}
.main-navigation .menu-item .region .menu-item {
    padding: 1em 2em;
    cursor: pointer;
}
.main-navigation .menu-item .menu-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* padding: 0.5em 0; */
    font-weight: 500;
    font-size: 16px;
    /* text-transform: uppercase; */
    cursor: pointer;
}
@media screen and (min-width: 61em) {
    .main-navigation .menu-item .menu-name {
        font-size: 20px;
    }
}
.main-navigation .menu-item .menu-name a {
    padding: 0;
}
.main-navigation .menu-item .menu-name.hover {
    position: relative;
}
.main-navigation .menu-item .menu-name.hover .link-container {
    display: none;
    position: absolute;
    /* width: 200%;
    height: 50%;
    right: -10px;
    max-width: 120px;
    padding-right: 10px;
    padding-top: 10px;
    background: #fff;
    top: 84px;
    text-align: right;
    -webkit-box-shadow: -1px 9px 13px 0 #ccc;
    box-shadow: -1px 9px 13px 0 #ccc;
    border-top: 0; */
    padding: 15px;
    min-width: 200px;
    top: 31px;
    background-color: #292929;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
}
.main-navigation .menu-item .menu-name.hover .link-container a {
    /* border-bottom: 1px solid transparent; */
    margin-bottom: 15px;
    width: auto;
    display: block;
    color: #fff;
}
.main-navigation .menu-item .menu-name.hover .link-container a:last-child {
    margin: 0;
}
/* .main-navigation .menu-item .menu-name.hover .link-container a:hover {
    border-bottom: 1px solid #000;
} */
.main-navigation .menu-item .menu-name.hover.opened .link-container {
    display: block;
}
.main-navigation .menu-item .menu-name .chevron-icon {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.main-navigation .menu-item > .menu-content {
    display: none;
    /* width: 100%;
    opacity: 0;
    transform: translateY(40px);
    pointer-events: none;
    position: absolute;
    transition: all .3s;
    left: 0;
    display: grid;
    grid-template-columns: 3fr 1fr;
    width: 100vw;
    padding: 1em;
    top: 6.8em; */
}
@media (min-width: 1025px) {
    .main-navigation .menu-item > .menu-content {

        /* display: none; */
        width: 100%;
        opacity: 0;
        transform: translateY(40px);
        pointer-events: none;
        position: absolute;
        transition: all .3s;
        left: 0;
        display: grid;
        grid-template-columns: 3fr 1fr;
        width: 100vw;
        padding: 1em;
        top: 6.8em;
    }
}

.main-navigation .menu-item > .menu-content .submenu.resources {
    margin-top: 1em;
    padding: 0;
    border-top: 1px solid #7ed4f7;
    border-top: 1px solid var(--color-primary-blue);
}
.main-navigation .menu-item > .menu-content .submenu.resources .menu-name {
    margin: 0 0.25em;
    padding-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
    background-color: unset;
    cursor: default;
}
.main-navigation .menu-item > .menu-content .submenu.resources a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.main-navigation .menu-item .industry-menu-wrapper .industry-category {
    font-size: 16px;
    text-transform: uppercase;
    color: #ec710a !important;
    color: var(--color-primary-orange) !important;
    font-weight: 600 !important;
    opacity: 0.8;
}
.main-navigation .menu-item .industry-menu-wrapper .submenu-item a {
    padding-bottom: 0;
}
.main-navigation .menu-item.opened {
    z-index: 1000;
}
/* .main-navigation .menu-item.opened .menu-name {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -1em -1em 0;
    padding: 1em;
    background-color: #f2fbfe;
    background-color: var(--color-background-light-blue);
} */
.main-navigation .menu-item.opened .menu-name span:first-of-type {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.main-navigation .menu-item.opened .menu-name .chevron-icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.main-navigation .menu-item.opened > .menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.empty-product-modal .content,
/* .region-modal .content, */
.two-step-modal {
    padding: 1em 2em 3em;
    border: 2px solid #ec710a;
    border: 2px solid var(--color-primary-orange);
    -webkit-box-shadow: 4px 4px 8px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 8px 1px rgba(0, 0, 0, 0.15);
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (min-width: 49em) {
    .empty-product-modal .content,
    .region-modal .content,
    .two-step-modal {
        padding: 1em 3em 3em 4em;
    }
}
.empty-product-modal .content select,
.region-modal .content select,
.two-step-modal select {
    width: 100%;
}
.region-modal svg,
.two-step-modal svg {
    max-height: 75px;
    stroke: #fff;
}
.region-modal .content select {
    /* border: 1px solid var(--color-primary-orange); */
    border-radius: 50px;
    color: #000;
    padding: 10px 20px;
    margin: 0 0 20px auto;
    font-size: 16px;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 250px;
    margin-left: 20px;
    width: 25%!important;
    margin-bottom: 0;
    background-image: url(../images/dropdown-down-solid.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 96% center;
}
@media screen and (max-width: 768px) {
    .main-navigation .menu-item .menu-name.hover {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    /* .main-navigation .menu-item .menu-name.hover .link-container {
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
        text-align: left;
        max-width: 100%;
        padding-left: 20px;
        position: static;
        width: 100%;
    }
    .main-navigation .menu-item .menu-name.hover .link-container a {
        margin-bottom: 20px;
        width: 100%;
    } */
}
.empty-product-modal {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
}
.empty-product-modal:not(.hidden),
.region-modal:not(.hidden) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.empty-product-modal .content,
.region-modal .content {
    position: relative;
    width: 75vw;
}
.empty-product-modal .close,
.region-modal .close {
    position: absolute;
    top: 0;
    right: -1em;
    padding: 0;
    border: none;
    background: none;
}
.empty-product-modal .submenu,
.region-modal .submenu {
    margin-top: 20px;
    margin-bottom: 60px;
    width: 100%;
}
.region-modal .region-descriptor {
    margin-bottom: 20px;
    text-align: center;
    margin: 0;
}
.region-modal h2 {
    margin-bottom: 1em;
    text-align: center;
}
.region-modal h2 span,
.two-step-modal h2 span {
    color: #ec710a;
    color: var(--color-primary-orange);
}
.region-modal .submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    min-height: 100%;
    max-height: 16em;
    margin: 0;
    padding: 0;
}
.region-modal .submenu .col {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    margin-right: 20px;
}
.region-modal .submenu .submenu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 175px;
    height: 60px;
}
.region-modal .submenu .submenu-item svg {
    max-width: 27px;
    max-height: 27px;
    width: 100%;
    height: 100%;
}
.region-modal .submenu .submenu-item.active a span {
    opacity: 0.5;
}
.region-modal .submenu .submenu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.region-modal .submenu .submenu-item a svg {
    margin-right: 0.75em;
}
.main-navigation .primary-menu-container {
    position: static;
    overflow: visible;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: unset;
    border-top: none;
}
.main-navigation .primary-menu-container,
    .main-navigation .primary-menu-container .link-menu,
    .main-navigation .primary-menu-container .product-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        padding: 0;
    }
@media screen and (min-width: 49em) {
    .main-navigation,
    .main-navigation .primary-menu-container {
        height: 100%;
    }
    .menu-toggle {
        display: none;
    }
    .main-navigation {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }
    /* .main-navigation .primary-menu-container {
        position: static;
        overflow: visible;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: unset;
        border-top: none;
    } */
    /* .main-navigation .primary-menu-container,
    .main-navigation .primary-menu-container .link-menu,
    .main-navigation .primary-menu-container .product-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        padding: 0;
    } */
    .main-navigation .primary-menu-container .link-menu,
    .main-navigation .primary-menu-container .product-menu {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: none;
    }
    .main-navigation .menu-item {
        /* margin: 0 0.5em; */
        /* border-top: 6px solid #fff;
        border-bottom: 5px solid #fff; */
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    /* @media screen and (min-width: 61em) {
        .main-navigation .menu-item {
            margin: 0 1em;
        }
    } */
    .main-navigation .menu-item.about .submenu {
        background-color: #f2f2f2;
        padding-top: 0.5em !important;
    }
    /* .main-navigation .menu-item .menu-name {
        margin: 0;
        padding: 0.5em 0;
    } */
    .main-navigation .menu-item.menu-item > .menu-name {
        /* padding: 2.5rem 0; */
        /* padding: 2.5rem 2rem; */
    }
    .main-navigation .menu-item .menu-name .chevron-icon {
        margin-left: 0.5em;
        -webkit-transform: none;
        transform: none;
    }
    /* .main-navigation .menu-item.opened {
        border-bottom: 5px solid #7ed4f7;
        border-bottom: 5px solid var(--color-primary-blue);
    } */
    .main-navigation .menu-item.opened .menu-name {
        margin: 0;
        /* padding: 0.5em 0; */
        padding: 0;
        background-color: unset;
    }
    .main-navigation .menu-item.opened.region .menu-name {
        margin-top: 0;
    }
    /* .main-navigation .menu-item.opened.menu-item > .menu-name {
        padding: 2.5rem 0;
    } */
    .main-navigation .menu-item.opened .menu-name span:first-of-type {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .main-navigation .menu-item.opened .menu-name .chevron-icon {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .main-navigation .menu-item.opened > .menu-content {
        position: absolute;
        /* top: 5.5em; */
        top: 6.8em;
        left: 0;
        display: grid;
        grid-template-columns: 3fr 1fr;
        width: 100vw;
        padding: 1em;
        border-top: 1px solid #7ed4f7;
        border-top: 1px solid var(--color-primary-blue);
        background-color: #fff;
        -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);

        opacity: 1;
        transform: translateY(0);
        pointer-events: all;
    }
    .main-navigation
        .menu-item.opened
        .submenu:not(.resources)
        li.submenu-item {
        margin: 0;
        padding: 0;
    }
    .main-navigation .menu-item.opened .submenu.resources li {
        margin-left: 2em;
    }
    .main-navigation .menu-item.opened > .menu-content .product-category-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        grid-row: span 2;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        padding-top: 1em;
    }
    .main-navigation
        .menu-item.opened
        > .menu-content
        .product-category-links
        .submenu-item {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        height: 11vw;
        max-height: 12em;
        margin: 5px;
        background: #f2f2f2;
        background-repeat: no-repeat;
        background-size: contain !important;
        background-blend-mode: multiply, normal;
        background-position: 100% 100%;
    }
    .main-navigation
        .menu-item.opened
        > .menu-content
        .product-category-links
        .submenu-item:hover {
        background: #e5f6fd;
        background-repeat: no-repeat;
        background-blend-mode: multiply, normal;
        background-position: 100% 100%;
    }
    .main-navigation
        .menu-item.opened.industries
        .menu-content
        .industry-menu-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        grid-row: span 2;
        grid-column: 1;
        padding-top: 0;
    }
    .main-navigation .menu-item.opened.region .menu-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .main-navigation .menu-item.opened .industry-menu-wrapper .menu-name {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        cursor: default;
    }
    .main-navigation .menu-item.opened .industry-menu-wrapper .submenu {
        /* margin-top: -3em; */
    }
    .main-navigation .menu-item.opened.about .submenu a,
    .main-navigation .menu-item.opened .industry-menu-wrapper .submenu a {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding-right: 0;
        padding-left: 0;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        font-weight: 300;
    }
    .main-navigation .menu-item.opened.about .submenu a:hover,
    .main-navigation .menu-item.opened .industry-menu-wrapper .submenu a:hover {
        border-bottom: 1px solid #414042;
        border-bottom: 1px solid var(--color-primary-black);
    }
    .main-navigation .menu-item.opened .industry-menu-wrapper .submenu {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    }
    .main-navigation .menu-item.opened.about .menu-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .main-navigation .menu-item.opened.about .quote {
        max-width: 500px;
        padding-top: 4em;
    }
    .main-navigation .menu-item.opened.about img {
        margin-top: -1em;
    }
    .main-navigation .menu-item.opened .menu-content .cost-model-cta {
        grid-column: 2;
        padding: 0.5em 2.5em;
    }
    .main-navigation .menu-item.opened > .menu-content .resources {
        grid-column: 2;
        margin-top: 0;
        border-top: none;
        padding-top: 0.5em;
        background-color: #f2f2f2;
    }
    .main-navigation .menu-item.opened.about .menu-content .menu-name,
    .main-navigation .menu-item.opened .industry-menu-wrapper > .menu-name,
    .main-navigation .menu-item.opened > .menu-content .resources .menu-name {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        font-size: 36px;
        text-transform: capitalize;
        cursor: default;
    }
    .main-navigation .menu-item.opened .industry-menu-wrapper > .menu-name {
        margin-bottom: 0 !important;
    }
    #site-navigation.main-navigation .link-menu .menu-item.opened > .menu-name,
    #site-navigation.main-navigation
        .product-menu
        .menu-item.opened
        > .menu-name {
        padding-left: 0;
        padding-right: 0;
    }
    #site-navigation.main-navigation
        .menu-item.about.opened
        .submenu
        .menu-name {
        padding-left: 0;
    }
}
.nav--toggle-sub .dropdown,
.nav--toggle-sub .dropdown-toggle {
    display: none;
}
@media screen and (max-width: 49em) {
    .nav--toggle-small.nav--toggled-on .menu {
        display: block;
    }
}
@media screen and (min-width: 49em) {
    .nav--toggle-small .menu-toggle {
        display: none;
    }
    .nav--toggle-small .menu {
        display: block;
    }
    .nav--toggle-sub ul ul {
        position: absolute;
        top: 100%;
        z-index: 1;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        background: #fff;
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }
    .nav--toggle-sub .dropdown,
    .nav--toggle-sub .dropdown-toggle {
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        width: 0.7em;
        width: var(--dropdown-symbol-width);
        height: 0.7em;
        height: var(--dropdown-symbol-width);
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        overflow: visible;
        font-size: inherit;
        line-height: inherit;
        background: transparent;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .nav--toggle-sub .dropdown-symbol {
        position: absolute;
        top: 35%;
        right: 20%;
        display: block;
        width: 60%;
        height: 60%;
        border: solid #000;
        border-width: 0 2px 2px 0;
        background: transparent;
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }
    .nav--toggle-sub ul ul .dropdown,
    .nav--toggle-sub ul ul .dropdown-toggle {
        top: 40%;
        right: 0.2em;
    }
    .nav--toggle-sub ul ul .dropdown-symbol {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .nav--toggle-sub .dropdown-toggle:hover,
    .nav--toggle-sub .menu-item--has-toggle:hover .dropdown-toggle {
        pointer-events: none;
    }
    .nav--toggle-sub li.menu-item--has-toggle,
    .nav--toggle-sub li.menu-item-has-children {
        position: relative;
        padding-right: 0.7em;
        padding-right: var(--dropdown-symbol-width);
    }
    .nav--toggle-sub li.menu-item--toggled-on > ul,
    .nav--toggle-sub li:hover > ul,
    .nav--toggle-sub li:not(.menu-item--has-toggle):focus > ul {
        display: block;
    }
    .nav--toggle-sub li:not(.menu-item--has-toggle):focus-within > ul {
        display: block;
    }
}
.main-navigation {
    display: block;
    clear: both;
    font-family: museo-sans-rounded, sans-serif;
    font-family: var(--highlight-font-family);
    font-stretch: condensed;
}
.main-navigation a {
    display: block;
    width: 100%;
    /* padding: 0.5em 1em 0.5em 0; */
    color: #414042;
    color: var(--color-primary-black);
    text-decoration: none;
}
.main-navigation ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-navigation ul ul li {
    padding-left: 1em;
}
@media screen and (min-width: 49em) {
    .main-navigation ul li a {
        padding: 0.4em 0.5em;
    }
    /* .main-navigation ul li {
        margin: 0 0 0 0.5em;
    } */
    .main-navigation ul li:first-child {
        margin-left: 0;
    }
    .main-navigation ul ul a {
        width: 200px;
    }
    .main-navigation ul ul li {
        margin-left: 0;
        padding-left: 0;
    }
    .main-navigation ul ul li a {
        width: 218px;
        background: none;
    }
    .main-navigation ul ul ul {
        top: 0;
        left: 100%;
        min-height: 100%;
    }
    .main-navigation .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.site-main .comment-navigation,
.site-main .pagination,
.site-main .post-navigation,
.site-main .posts-navigation {
    max-width: 45rem;
    max-width: var(--content-width);
    margin: 0 auto 2em;
    padding: 0 1.5rem 2em;
    border-bottom: 0;
    overflow: hidden;
    font-family: museo-sans-rounded, sans-serif;
    font-family: var(--highlight-font-family);
    font-stretch: condensed;
}
@media screen and (min-width: 49em) {
    .site-main .comment-navigation,
    .site-main .pagination,
    .site-main .post-navigation,
    .site-main .posts-navigation {
        padding-right: 0;
        padding-left: 0;
    }
}
.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    width: 50%;
}
.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    text-align: end;
}
.post-navigation-sub span {
    display: inline-block;
    color: #414042;
    color: var(--global-font-color);
    text-decoration: none;
}
.site-main .pagination {
    margin-bottom: 1.5em;
}
.pagination .nav-links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagination .page-numbers {
    display: inline-block;
    min-width: 0.75em;
    margin: 0 0.5em 0.5em;
    border-bottom: 1px solid #000;
    text-align: center;
    text-decoration: none;
}
.pagination a:visited {
    color: #414042;
    color: var(--color-link);
}
.pagination .next,
.pagination .prev {
    min-width: auto;
    margin: 0 1em;
    border-color: transparent;
    text-decoration: underline;
}
.pagination .next:active,
.pagination .next:focus,
.pagination .next:hover,
.pagination .prev:active,
.pagination .prev:focus,
.pagination .prev:hover {
    border-color: transparent;
}
.pagination .dots {
    min-width: auto;
    border: none;
    text-decoration: none;
}
.pagination .current {
    border: none;
    opacity: 0.25;
}
/* .site-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    padding: 0 0 2em;
    font-size: 16px;
    font-family: museo-sans-rounded, sans-serif;
    font-family: var(--highlight-font-family);
    font-stretch: condensed;
} */
/* @media screen and (min-width: 49em) {
    .site-footer {
        display: grid;
        grid-template-columns: 2fr 2fr 1fr 2fr;
    }
} */
.pardot-cta,
.pardot-cta.tosca-block {
    padding-top: 7em;
    padding-bottom: 7em;
}
.pardot-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    grid-column: span 4;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: 50%;
}
.pardot-cta.cover {
    background-size: cover !important;
}
.pardot-cta .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 800px;
}
@media screen and (max-width: 768px) {
    .pardot-cta .content {
        min-width: 0;
        max-width: 100%;
    }
}
@media screen and (min-width: 49em) {
    .pardot-cta .content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .pardot-cta .content div {
        max-width: 45em;
        width: 100%;
    }
}
.pardot-cta svg {
    width: 3.5em;
    margin-right: 2em;
    margin-bottom: 1em;
}
@media screen and (min-width: 49em) {
    .pardot-cta svg {
        width: unset;
        margin-bottom: 0;
    }
}
.pardot-cta h2,
.pardot-cta p {
    color: #fff;
}
@media screen and (min-width: 49em) {
    .pardot-cta h2 {
        font-size: 38px;
    }
}
.pardot-cta p {
    margin: 1.5em 0 2em;
}
@media screen and (min-width: 49em) {
    .pardot-cta p {
        font-size: 20px;
    }
}
@media screen and (min-width: 900px) {
    .pardot-cta p {
        min-width: 900px;
    }
}
.pardot-cta button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.5em 2.5em;
    border: none;
}
.pardot-cta .pardot-form {
    max-height: 2000px;
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}
.pardot-cta .pardot-form.collapsed {
    overflow: hidden;
    max-height: 0;
}
.pardot-cta .pardotform {
    height: 550px;
}
@media screen and (max-width: 768px) {
    .pardot-cta .pardotform {
        height: 950px;
    }
}

footer > nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    grid-column: 2;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 2em;
}
@media screen and (min-width: 49em) {
    footer > nav {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        padding: 0 2em;
    }
}
footer > nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}
@media screen and (min-width: 49em) {
    footer > nav ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}
footer > nav ul .menu-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 0.5em 0;
    font-weight: 500;
}
footer > nav ul .menu-item a,
footer > nav ul .menu-item a:visited {
    text-decoration: none;
}
.site-footer .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column: 3;
    align-self: center;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    font-size: 14px;
}
@media screen and (min-width: 49em) {
    .site-footer .contact {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        font-size: 16px;
        margin-bottom: 3rem;
    }
}
.site-footer .contact span {
    margin: 0.25em 0;
}
.site-footer .background-logo {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    grid-column: 4;
    align-self: start;
    justify-self: end;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 50%;
}
@media screen and (min-width: 49em) {
    .site-footer .background-logo {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        max-width: none;
    }
}
/* .site-footer .site-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    grid-column: span 3;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    max-width: 100%;
    width: 100%;
    margin: 4em 0 0;
    padding: 1.5em 1rem;
    border-top: 1px solid rgba(65, 64, 66, 0.5);
    margin-left: calc(25% - 70px) !important;
    font-size: 14px;
}
@media screen and (min-width: 49em) {
    .site-footer .site-info {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        margin: 0;
        border: none;
    }
}
.site-footer .site-info .copyright {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-bottom: 0.5em;
}
@media screen and (min-width: 49em) {
    .site-footer .site-info .copyright {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        padding-right: 0.5em;
        padding-bottom: unset;
    }
}
.site-footer .site-info .link,
.site-footer .site-info .link:visited {
    cursor: pointer;
    padding: 0 0.5em;
    border-left: 1px solid #414042;
    border-left: 1px solid var(--color-primary-black);
    text-decoration: none;
}
@media screen and (min-width: 49em) {
    .site-footer .site-info .link,
    .site-footer .site-info .link:visited {
        text-decoration: underline;
    }
}
.site-footer .site-info .link:first-of-type,
.site-footer .site-info .link:visited:first-of-type {
    padding-left: 0;
    border: none;
}
@media screen and (min-width: 49em) {
    .site-footer .site-info .link:first-of-type,
    .site-footer .site-info .link:visited:first-of-type {
        padding-left: 0.5em;
        border-left: 1px solid #414042;
        border-left: 1px solid var(--color-primary-black);
    }
}
.site-footer .site-info .link:last-of-type,
.site-footer .site-info .link:visited:last-of-type {
    padding-right: 0;
} */
.infinite-scroll.neverending .site-footer,
.infinite-scroll .pagination,
.infinite-scroll .posts-navigation {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
.countup {
    color: #ec710a;
    color: var(--color-primary-orange);
    font-size: 125px;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .countup {
        font-size: 64px;
    }
}
@media screen and (max-width: 400px) {
    .countup {
        font-size: 48px;
    }
}
.polymer-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.polymer-modal.visible {
    display: block;
}
.polymer-modal .overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}
.polymer-modal .modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 999999;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 60%;
}
.polymer-modal .modal-content .close {
    cursor: pointer;
    font-weight: 200;
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 32px;
}
.polymer-modal .modal-content .logo {
    padding-top: 3em;
    padding-bottom: 5em;
    width: 33.33%;
    height: 100%;
    text-align: center;
}
.polymer-modal .modal-content .logo img {
    margin: 0 auto;
}
.polymer-modal .modal-content .explanation {
    background-color: #ec710a;
    background-color: var(--color-primary-orange);
    color: #fff;
    width: 66.66%;
    padding-top: 4em;
    padding-left: 2em;
    padding-right: 2em;
}
.polymer-modal .modal-content .explanation h3 {
    font-size: 34px;
    max-width: 400px;
}
.polymer-modal .modal-content .explanation p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 3em;
}
.polymer-modal .modal-content .explanation a {
    color: #fff;
    font-weight: 600;
}
.polymer-modal .modal-content .explanation .btn {
    margin: 0.25em 0.5em 0.25em 0;
    padding: 0.75em 1.5em;
    border: none;
    font-weight: 700;
}
.polymer-modal .modal-content .explanation .btn.secondary {
    border: 1px solid #ec710a;
    border: 1px solid var(--color-primary-orange);
    color: #ec710a;
    color: var(--color-primary-orange);
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .polymer-modal .modal-content {
        max-width: 100%;
    }
    .polymer-modal .modal-content h1 {
        font-size: 32px !important;
    }
    .polymer-modal .modal-content p {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 600px) {
    .polymer-modal .modal-content {
        max-width: 100%;
    }
    .polymer-modal .modal-content h1 {
        font-size: 6vw !important;
    }
    .polymer-modal .modal-content a,
    .polymer-modal .modal-content p {
        font-size: 3.5vw !important;
    }
}
.contraload-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.contraload-modal.visible {
    display: block;
}
.contraload-modal .overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}
.contraload-modal .modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 999999;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 60%;
}
.contraload-modal .modal-content .close {
    cursor: pointer;
    font-weight: 200;
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 32px;
}
.contraload-modal .modal-content .logo {
    padding: 3em 1.25em 5em;
    width: 33.33%;
    height: 100%;
    text-align: center;
}
.contraload-modal .modal-content .logo img {
    margin: 0 auto;
}
.contraload-modal .modal-content .explanation {
    background-color: #ec710a;
    background-color: var(--color-primary-orange);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 66.66%;
    padding-left: 2em;
    padding-right: 2em;
}
.contraload-modal .modal-content .explanation h3 {
    font-size: 34px;
    max-width: 400px;
}
.contraload-modal .modal-content .explanation p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 3em;
}
.contraload-modal .modal-content .explanation a {
    color: #fff;
    font-weight: 600;
}
.contraload-modal .modal-content .explanation .btn {
    margin: 0.25em 0.5em 0.25em 0;
    padding: 0.75em 1.5em;
    border: none;
    font-weight: 700;
}
.contraload-modal .modal-content .explanation .btn.secondary {
    border: 1px solid #ec710a;
    border: 1px solid var(--color-primary-orange);
    color: #ec710a;
    color: var(--color-primary-orange);
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .contraload-modal .modal-content {
        max-width: 100%;
    }
    .contraload-modal .modal-content h1 {
        font-size: 32px !important;
    }
    .contraload-modal .modal-content p {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 600px) {
    .contraload-modal .modal-content {
        max-width: 100%;
    }
    .contraload-modal .modal-content h1 {
        font-size: 6vw !important;
    }
    .contraload-modal .modal-content a,
    .contraload-modal .modal-content p {
        font-size: 3.5vw !important;
    }
}
.prepared-foods-calc {
    color: #fff;
    text-align: center;
}
.prepared-foods-calc .side_by_side img {
    border-radius: 100px;
}
.prepared-foods-calc .side_by_side input[type="radio"]:checked + span > img {
    border: 5px solid #e8883c;
}
.prepared-foods-calc #fieldname17_1,
.prepared-foods-calc .fields.ovalstate-fk {
    display: none !important;
}
.prepared-foods-calc #fbuilder .top_aligned .fields.yourrole .dfield {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 400px;
}
.prepared-foods-calc #fbuilder .top_aligned .fields.yourrole .clearer,
.prepared-foods-calc #fbuilder .top_aligned .fields.yourrole .uh {
    display: none;
}
.prepared-foods-calc #fieldname23_1_caption,
.prepared-foods-calc .shrinkrate .slider-caption {
    position: static !important;
    -webkit-transform: none !important;
    transform: none !important;
}
.prepared-foods-calc .side_by_side > label > span > br {
    display: none;
}
.prepared-foods-calc .side_by_side p {
    margin-top: 20px !important;
}
.prepared-foods-calc #fbuilder .shrinkrate .dfield.slider-container {
    padding-right: 0 !important;
}
.prepared-foods-calc .cp_cff_13 #fbuilder .ui-slider-range {
    background-color: #fff !important;
}
.prepared-foods-calc .fieldname4_1 input {
    margin-bottom: 10px;
}
.prepared-foods-calc .fieldname4_1 a {
    color: #fff;
}
.prepared-foods-calc
    .cp_cff_13
    #fbuilder
    .cff-calculated-field
    input[type="text"],
.prepared-foods-calc .fields.totalsavings,
.prepared-foods-calc .fields.totalsavings .dfield,
.prepared-foods-calc .fields.totalsavings input {
    background-color: transparent !important;
    text-align: center !important;
}
.prepared-foods-calc #fieldname23_1_slider,
.prepared-foods-calc .pb1.pbreak.pbEnd img {
    margin-left: auto;
    margin-right: auto;
}
.prepared-foods-calc #fieldname5_1_caption {
    margin-top: 25px;
}
.prepared-foods-calc #fbuilder .fieldname23_1 .medium {
    width: 100% !important;
}
.prepared-foods-calc .cp_cff_13 #fbuilder .pb1 .fields > label {
    color: #fff !important;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1100px) {
    .wp-block-columns.full-width-mobile .wp-block-column:first-child,
    .wp-block-columns.full-width-mobile .wp-block-column:last-child {
        display: none;
    }
    .wp-block-columns.full-width-mobile .wp-block-column {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }
}
body.white {
    visibility: hidden !important;
}
.contact-header-link button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.75em 1.5em;
    border: none;
    margin: 1em 3em;
    font-size: 16px;
    -webkit-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
    padding-left: 3em !important;
    padding-right: 3em !important;
}
.landing-page-footer {
    grid-template-columns: 2fr 1fr 2fr 2fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.landing-page-footer .site-info {
    padding: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 0;
    max-height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column: 3;
}
.landing-page-footer .contact {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    grid-column: 2;
    margin-bottom: 0;
}
.landing-page-footer img.background-logo {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.landing-page-footer a.logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.sticky-cta {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    border-radius: 0;
    font-weight: 700;
}
@media screen and (min-width: 49em) {
    .sticky-cta {
        right: 1.5em;
        bottom: 1.5em;
        width: auto;
        border-radius: 6px;
    }
}
.modal {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
}
.modal:not(.hidden) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (min-width: 49em) {
    .modal:not(.hidden) {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.modal .content {
    position: relative;
    width: 100vw;
    height: 100vh;
    padding: 2.5em 2em;
    color: #fff;
    background: #ec710a;
    background: var(--color-primary-orange);
}
@media screen and (min-width: 49em) {
    .modal .content {
        width: 20em;
    }
}
.modal h2 {
    margin-bottom: 1em;
    font-weight: 300;
}
.modal .close {
    position: absolute;
    top: 1em;
    right: 1em;
    padding-top: 0 !important;
    padding-right: 20px !important;
    background-color: transparent !important;
    border: none;
}
@media screen and (min-width: 49em) {
    .modal {
        top: 5.5em;
    }
    .modal,
    .modal .content {
        height: calc(100vh - 5.5em);
    }
    .admin-bar .modal {
        top: 7em;
    }
    .admin-bar .modal,
    .admin-bar .modal .content {
        height: calc(100vh - 7em);
    }
}
.two-step-modal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 100;
    min-width: 40vw;
    min-height: 40vh;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.two-step-modal,
.two-step-modal .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.two-step-modal .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    max-width: 100%;
}
.two-step-modal a {
    text-decoration: none;
    padding: 0.5rem 0;
    border: 2px solid #fff;
    width: 100px;
    display: inline-block;
}
.two-step-modal a:not(:last-child) {
    margin-right: 40px;
}
.two-step-modal a:hover {
    font-weight: 700;
    border: 2px solid #ec710a;
    border: 2px solid var(--color-primary-orange);
}
.two-step-modal .link-container {
    text-align: center;
}
.two-step-modal h2 {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
.two-step-modal button.close {
    background-color: transparent;
    position: absolute;
    padding: 1em !important;
    top: 0;
    right: 0;
}
.two-step-modal button.close:hover {
    border: 1px solid transparent;
}
@media screen and (max-width: 1000px) {
    .two-step-modal {
        width: 80vw;
    }
    .two-step-modal .link-container a {
        display: block;
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }
}
.empty-product-modal svg {
    max-height: 75px;
}
.empty-product-modal .button-row {
    margin-top: 20px;
}
._hj_feedback_container button {
    padding: 0 !important;
}
body.region-modal-open #cookie-notice {
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
}
/* .region-modal {
    border-top: 1px solid #ec710a;
    border-top: 1px solid var(--color-primary-orange);
    top: 121px;
    height: 120px;
} */
.region-modal {
    position: absolute;
    top: 40px;
    right: 0;
    min-width: 50vw;
}
.region-modal,
.region-modal .content {
    /* background-color: #ec710a;
    background-color: var(--color-primary-orange); */
    background-color: #292929;
}
.region-modal .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100%;
    width: 100%;
    color: #fff;

    display: flex;
    align-items: center;
}
.region-modal select {
    margin-left: 20px;
    width: 25% !important;
}
.region-modal p {
    font-weight: 700;
}
.region-modal .close {
    padding: 10px !important;
    right: 5px;
}
@media screen and (max-width: 767px) {
    .region-modal {
        top: 79px;
    }
    /* .region-modal .content {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px;
    } */
    .region-modal p {
        font-size: 14px;
        margin-bottom: 0 !important;
        margin-top: 0;
    }
    .region-modal select {
        margin-left: 0;
        width: 100% !important;
    }
    .globe-icon {
        padding-right: 40px;
    }
    .globe-icon svg {
        max-height: 40px;
    }
}
.globe-icon {
    height: 30px;
    width: 30px;
}
.globe-icon svg {
    height: 100%;
    width: 100%;
    max-height: 30px;
    max-width: 30px;
}
.page-supply-chain-iot #gform_wrapper_3 {
    text-align: left;
    max-width: 45em;
    width: 100%;
    margin: 0 auto;
}
.page-supply-chain-iot #gform_wrapper_3 input[type="submit"] {
    background-color: #fff;
    color: #ec710a;
    border: 1px solid #ec710a;
}
.page-supply-chain-iot #gform_wrapper_3 input[type="submit"]:hover {
    background-color: #e26700;
    color: #fff;
    border: 1px solid #fff;
}
.page-supply-chain-iot .tosca-block.blurbs .modal:not(.hidden) {
    display: table;
}
.page-supply-chain-iot .tosca-block.blurbs .modal .content {
    display: table-cell;
    vertical-align: middle;
}



/* // ###################################### */
.block-common .container {
    /* max-width: 1470px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto; */
    width: 1540px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}


.container.container-full {
    width: 1920px;
    max-width: 100%;
    padding-left: clamp(50px, 6.9444vw, 100px);
    padding-right: clamp(50px, 6.9444vw, 100px);
}
@media (max-width: 1023px) {
    .block-common .container, .container.container-full {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* header top menu   */
.site-header {
    transition: all .4s;
}
.site-header .top-menu-container{
    background-color: #292929; 
    transition: all .4s;   
}
.site-header .top-menu-container a, 
.site-header .top-menu-container .login-button, 
.site-header .top-menu-container .header-search-button, 
.site-header .top-menu-container .header-language-switch-button {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0;
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.site-header .top-menu-container .link-menu {
    display: flex;
    gap: 48px;
    height: auto;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
    
}
.site-header .top-menu-container .link-menu .menu-item {
    padding: 11px 0;
    margin: 0;
    border: 0;
    height: auto;
}
/* .site-header .top-menu-container .link-menu .menu-item > .menu-name {
    padding: 0;
} */
@media (max-width: 768px) {
    .site-header .top-menu-container .link-menu .menu-item  .mobile-hide {
        display: none;
    }
}

.site-header .header-content-container {
    /* width: 1750px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto; */
    width: 100%;
    max-width: 1920px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
}
@media (max-width: 1023px) {
    .site-header .header-content-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.style-transparent.site-header {
    background: transparent;
    color: #fff;
}
.style-transparent.site-header .top-menu-container {
    background: transparent;
    padding: 0 50px;
}
.style-transparent.site-header .main-navigation .primary-menu-container {
    background: transparent;
}

.style-transparent.site-header #site-navigation {
    width: 1920px;
    margin: 0 auto;
    max-width: 100%;
    /* padding: 0 50px; */
}
.style-transparent.site-header .bottom-menu-container {
    border-top: 1px solid rgba(255, 255, 255, 0.80);
    padding: 0 50px;
}
@media (max-width: 1023px) {
    .site-header .bottom-menu-container ,.style-transparent.site-header .bottom-menu-container  {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    } 
    .style-transparent.site-header .top-menu-container {
        padding-left: 0;
        padding-right: 0;
    }
}

/* open menu, header transparent  */
.site-header .top-menu-container {
    transition: all .4s;  
}
.site-header.menu-opened .top-menu-container{
    background-color: #292929;     
}

.site-header.menu-opened .top-menu-container a,
.site-header.menu-opened .top-menu-container .login-button,
.site-header.menu-opened .top-menu-container .header-search-button,
.site-header.menu-opened .top-menu-container .header-language-switch-button {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0;
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.site-header.menu-opened .top-menu-container .link-menu {
    display: flex;
    gap: 48px;
    height: auto;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
    
}
.site-header.menu-opened .top-menu-container .link-menu .menu-item {
    padding: 11px 0;
    margin: 0;
    border: 0;
    height: auto;
}

/* open menu, header transparent  */

.header-ctas-inner {
    display: flex;
    align-items: center;
    gap: 20px;    
    height: 100%;
}

.bt {
    border: 2px solid;
    text-align: center;
    border-radius: 5px;
    background: transparent;
    font-family: 'Fjalla One', sans-serif;
    padding: clamp(12px, 1.3888vw, 20px);
    min-width: 210px;
    font-size: 14px;
    color: #fff;
    line-height: 1.428;
    text-decoration: none;
    background-color: #F68220;
    border: 0;
    display: inline-block;
    text-transform: uppercase;
}
.bt.bt-accent {
    background-color: #699B63;
    color: #fff;
}
.header-ctas .bt {
    background: transparent;
    border: 2px solid;
    color: #292929;
    line-height: 1;
    padding: 15px;
    min-width: clamp(140px, 10.9375vw, 210px);
    transition: all .3s;
}
.header-ctas .bt .text {
    color: #292929;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: linear-gradient(to right, #414042, #414042 50%, #fff 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
    text-decoration: none;    
    line-height: 1.1;
}
.header-ctas .bt:hover {
    background-color: #F68220;
    border-color: #F68220;
}
.header-ctas .bt:hover .text {
    background-position: 0 100%;
}
.scrolled-100 .header-ctas .bt .text, .style-default .header-ctas .bt .text {
    color: #292929;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: linear-gradient(to right, #fff, #fff 50%, #292929 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
    text-decoration: none;    
    line-height: 1.1;
}
.scrolled-100 .header-ctas .bt:hover .text, .style-default .header-ctas .bt:hover .text  {
    background-position: 0 100%;
}
@media (max-width: 1023px) {
    .header-ctas .bt {
        display: none;
    }
}
button.header-button-menu {
    background: transparent;
    border: 2px solid;
    color: #292929;
    height: 50px;
    width: 50px;
    padding: 0 !important;
    border-radius: 5px;
    min-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

@media (max-width: 1023px) {
    button.header-button-menu {
        height: 40px;
        width: 40px;
        min-width: 40px;
        display: block;
    } 
}
button.header-button-menu * {
    pointer-events: none;
}
button.header-button-menu svg path {
    fill: #292929;
}

.site-header .main-navigation {
    width: 100%;
}
.style-transparent.site-header a, 
.style-transparent.site-header .header-button-menu {
    color: #fff;
}
.style-transparent.site-header button.header-button-menu svg path {
    fill: #fff;
}
/* .site-header {
    transition: all .4s;
} */
.site-header.menu-opened {
    color: #414042;
    
}
.menu-opened.site-header a, .menu-opened.site-header .header-button-menu {
    color: #414042;
    
}
/* .site-header .bottom-menu-container {
    transition: all .4s;
} */
.site-header.menu-opened .bottom-menu-container {
    background-color: #fff;
}

.scrolled-100 .site-header {
    transform: translateY(-41px);
    background-color: #fff;
    color: #292929;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.16));
}
/* .scrolled-100 .bottom-menu-container .menu-item.menu-item > .menu-name {
    padding: 1.5rem 2rem;
} */
.site-title img {
    transition: all .4s;
}
.scrolled-100 .site-title img {
    width: 55px !important;
}
.scrolled-100 .site-header .bottom-menu-container a, 
.scrolled-100 .site-header .header-button-menu {
    color: #292929;
}
.scrolled-100 .site-header button.header-button-menu svg path {
    fill: #292929;
}
.scrolled-100.scrolled-up .top-menu-container {
    background-color: #292929 !important;
}
.scrolled-100.scrolled-up .site-header {
    transform: translateY(0);
}



.bt.bt-default {
    color: #fff;
}

.cover-image {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}


.site-footer .container {
    /* max-width: 1470px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto; */
    width: 1540px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}

.site-footer .logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
}
.site-footer .logo-container .logo {
    height: 60px;
}
.site-footer .logo-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.site-footer .footer-menu-container {
    display: flex;
    gap: clamp(30px, 4.8611vw, 70px);
    flex-wrap: wrap;
}
.site-footer .footer-col {
    flex: 1;
}
.site-footer .footer-col-title {
    font-family: 'Sarabun', sans-serif;
    font-size: clamp(20px, 2.0833vw, 30px);
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
}
.site-footer .footer-col-title:after {
    content: "";
    width: clamp(20px, 3.4722vw, 50px);
    height: 1px;
    background-color: #D76734;
    position: absolute;
    bottom: 41%;
    margin-left: 5px;
}

.site-footer .footer-col-text {
    font-size: clamp(16px, 1.25vw, 18px);
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    color: #414042;
    line-height: 1.6;
}
.site-footer .footer-col-text p {
    margin-top: 0;
}
.site-footer .footer-col-text p:last-child {
    margin-bottom: 0;
}

.site-footer .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer .footer-col ul a {
    font-size: clamp(16px, 1.25vw, 18px);
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    color: #414042;
    line-height: 1.6;
    text-decoration: none;
}
.site-footer .footer-col ul a .menu-link-text {
    color: #414042;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: linear-gradient(to right, #F68220, #F68220 50%, #414042 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
    text-decoration: none;    
    line-height: 1.3;
}
.site-footer .footer-col ul a:hover .menu-link-text {
    background-position: 0 100%;
}
@media (max-width: 1023px) {
    .site-footer .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 900px) {
    .site-footer .footer-menu-container {
        gap: 30px;
    }
    .site-footer .footer-col {
        flex: 1;
        flex-basis: calc(50% - 30px);
    }
}
.site-footer .footer-bottom {
    padding: 40px 0;
    border-top: 1px solid #D76734;
    margin-top: 33px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1023px) {
    .site-footer .footer-bottom {
        flex-direction: column;
        gap: 30px;
    }
}
.site-footer .site-info {
    max-width: 100%;
    font-size: clamp(14px, 1.1111vw, 16px);
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    color: #414042;
    margin: 0;
    padding: 0;
}

.site-footer .site-info a {
    text-decoration: none;
}
.site-footer .site-info a:before {
    content: "|";
    padding: 0 clamp(8px, 1.0416vw, 15px);
}
.site-footer .footer-socials {
    display: flex;
    gap: 13px;
    align-items: center;
    color: #414042;
    font-size: 16px;
    font-family: 'Sarabun', sans-serif;
}
.site-footer .footer-socials ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}
@media (max-width: 768px) {
    .site-footer .site-info {
        flex-direction: column;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .site-footer .site-info a:before {
        display: none;
    }
}

/* START common styles */
.block-common .subtitle {
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    /* font-size: clamp(13px, 1.1111vw, 16px); */
    font-size: 16px;
    letter-spacing: .1em;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.block-common .subtitle:after {
    content: "";
    width: 50px;
    height: 1px;
    display: inline-block;
    background-color: #414042;
}
.block-common .subtitle.subtitle-orange {
    color: #F68220;
}
.block-common .subtitle.subtitle-orange:after {
    background-color: #F68220;
}
.block-common .title {
    /* font-size: clamp(35px, 3.4722vw, 50px); */
    font-size: clamp(28px, 3.4722vw, 50px);
    font-weight: 400;
}
.block-common .section-header {
    display: flex;
}
.block-common .section-header > div {
    flex: 1;
    flex-basis: 50%;
}
.image-contain {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}
/* END common styles */


/* START banner slider section  */
.tosca-block.banner-slider {
    padding: 0;
    /* width: 1920px; */
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    /* height: 100vh; */
    padding: 0 50px;

    position: relative;
    height: clamp(500px, 52.0833vw, 750px);
}
@media (max-width: 1023px) {
    .tosca-block.banner-slider {
        padding: 0;
        height: auto;
    }
}

.banner-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: transparent;
    border: 0;
    width: clamp(25px, 2.6041vw, 50px);
}

.banner-slider .slick-arrow svg {
    max-width: 100%;
}
.banner-slider .slick-prev.slick-arrow {
    left: 20px;
}
.banner-slider .slick-next.slick-arrow {
    right: 20px;
}
.banner-slider .item-inner {
    position: relative;
    /* height: 100vh; */
    height: clamp(500px, 52.0833vw, 750px);
    display: flex;
    align-items: center;
    padding: 160px clamp(50px, 8.3333vw, 160px) clamp(100px, 8.3333vw, 160px);
    /* padding: 40px clamp(50px, 8.3333vw, 160px) 160px; */
    color: #fff;
    border-bottom-left-radius: 50px;
    overflow: hidden;
    border-bottom-right-radius: 50px;
    background-color: #F68220;
}
/* .banner-slider .item-inner {
    min-height: calc(100vh - 130px);
} */
.banner-slider .item-inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}
.banner-slider .progressBarContainer {
    position: absolute;
    bottom: clamp(20px, 3.125vw, 60px);
    z-index: 1;
    width: 100%;
    padding: 0 clamp(50px, 8.3333vw, 160px);
    left: 0;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}
.banner-slider .progressBarContainer.bar-2 {
    justify-content: flex-start;
    gap: 30px;
}
.banner-slider .slick-track {
    margin: 0;
}
.banner-slider .progressBarContainer .item {
    cursor: pointer;
    /* padding-right: 60px; */
}
.progressBarContainer .progressBar {
    width: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.4);
    display: block;
  }
.progressBarContainer .progressBar .inProgress {
    background-color: #D76734;
    width: 0%;
    height: 3px;
}
.banner-slider .subtitle:after {
    background-color: #fff;
}
.banner-slider .slide-nav-title {
    color: #fff;
    text-align: left;
    font-size: clamp(16px, 1.3888vw, 20px);
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    padding-right: clamp(20px, 4.1667vw, 60px);
}
.banner-slider .slick-current .slide-nav-title {
    font-weight: 700;
}
.banner-slider .bar {
    width: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.8);
}
.banner-slider .image-container, .banner-slider .image-container-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 50px;
    overflow: hidden;
    border-bottom-right-radius: 50px;
}
.banner-slider .image-container:before, .banner-slider .image-container-mobile:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 40.50%);
}
.banner-slider .image-container-mobile:before {
    background: linear-gradient(360deg, #16151D 0%, rgba(22, 21, 29, 0.9) 44%, rgba(0, 0, 0, 0.00) 63%);
}
.banner-slider .image-container:after, .banner-slider .image-container-mobile:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 380px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 40.50%);
    transform: scale(-1);
}
.banner-slider .image-container-mobile {
    display: none;
}
.banner-slider .content {
    position: relative;
    z-index: 1;
}

.banner-slider .slide-title {
    /* font-size: clamp(28px, 3.6458vw, 70px); */
    font-size: clamp(28px, 3.125vw, 60px);
    font-weight: 400;
    max-width: 530px;
    line-height: 1;
}
.banner-slider .subtitle {
    font-size: 14px !important;
}
.banner-slider .slide-content {
    font-family: 'Sarabun', sans-serif;
    /* font-size: clamp(16px, 1.0416vw, 20px); */
    font-size: clamp(16px, 0.9375vw, 18px);
    line-height: 1.6;
    max-width: 530px;
}
.banner-slider .cta-container {
    margin-top: 20px;
    display: flex;
    gap: clamp(10px, 1.3888vw, 20px);
    flex-wrap: wrap;
}
.banner-slider .cta-container .bt {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
.banner-slider .cta-container .bt.bt-video {
    background-color: #699B63;
}

.banner-slider .with-background .slick-arrow {
    display: none !important;
}
.banner-slider .with-background .content {
    background-color: #FFFDF8;
    color: #414042;
    /* padding: clamp(30px, 3.125vw, 60px) clamp(30px, 4.1667vw, 80px) clamp(30px, 3.125vw, 60px) 0; */
    padding: 30px clamp(30px, 4.1667vw, 80px) 30px 0;
    border-radius: 0 30px 30px 0;
    border-right: 3px solid #F68220;
}
.banner-slider .with-background .content:before {
    /* content: "";
    position: absolute;
    top: 0;
    left: -500px;
    background: #FFFDF8;
    width: 500px;
    height: 100%; */
    content: "";
    position: absolute;
    top: 0;
    /* left: -160px; */
    right: 100%;
    background: #FFFDF8;
    width: clamp(50px, 8.3333vw, 160px);
    height: 100%;
    border-left: 2px solid #F68220;
}
.banner-slider .subtitle-mobile {
    display: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45; 
    letter-spacing: 0.42px;
    margin-top: 60px;
}
@media (max-width: 1023px) {
    
    .banner-slider {
        position: relative;
    }
    .banner-slider .item-inner {
        height: auto;
        padding-bottom: 100px;
    }
    .banner-slider .progressBarContainer {
        /* display: none; */
        gap: 20px;
        /* padding-bottom: 36px; */
        bottom: 35px;
        max-width: 94%;
        padding-left: 0;
        padding-right: 0;
        left: 2%;
    }
    .banner-slider .progressBarContainer .item {
        flex: 1;
    }
    .banner-slider .slide-nav-title {
        /* position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        transition: all .3s; */
        display: none;
    }
    .banner-slider .active .slide-nav-title {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .banner-slider .slide-content {
        line-height: 1.2;
    }
    .banner-slider .image-container-mobile + .image-container {
        display: none;
    }
    .banner-slider .image-container-mobile {
        display: block;
    }
    .banner-slider .subtitle {
        display: none;
    }
    .banner-slider .subtitle-mobile {
        display: block;
    }
    .banner-slider .with-background .content {
        background-color: transparent;
        color: #fff;
        border: 0;
        padding: 0;
    }
    .banner-slider .with-background .content:before {
        display: none;
    }
    .banner-slider .item-inner {
        padding-bottom: 50px;
        padding-left: 28px;
        padding-right: 28px;

        padding-top: 400px;
    }
    .banner-slider .progressBarContainer {
        bottom: 93px;
        padding-bottom: 0;
        width: calc(100% - 56px);
        left: 28px;
    }
    .banner-slider .image-container:before {
        background: linear-gradient(360deg, #16151D 0%, rgba(22, 21, 29, 0.9) 44%, rgba(0, 0, 0, 0.00) 63%);
    }
}
@media (max-width: 540px) {
    .banner-slider .cta-container .bt {
        min-width: unset;
        font-size: 13px;
    }
}
/* END banner slider section  */

/* START Text Numbers section  */
.tosca-block.text-numbers-section {
    /* padding: clamp(60px, 8.3333vw, 120px) 0; */
    padding: clamp(40px, 8.3333vw, 120px) 0;
}
.text-numbers-section .subtitle {
    color: #F68220;
}
.text-numbers-section .subtitle:after {
    background-color: #F68220;
}

.text-numbers-section .subtitle-green {
    color: #739A68;
}
.text-numbers-section .subtitle:after {
    background-color: #739A68;
}

.text-numbers-section .section-title {
    /* padding-right: clamp(50px, 14.2361vw, 205px); */
    padding-right: clamp(50px, 10.677vw, 205px);
}

.text-numbers-section .after-title {
    /* margin-top: clamp(15px, 2.0833vw, 40px); */
    margin-top: clamp(16px, 2.0833vw, 40px);
}
.text-numbers-section h5 {
    font-size: clamp(20px, 1.5278vw, 22px);
    font-family: 'Sarabun', sans-serif;
    font-weight: 500;
    line-height: 1.6;
}
.text-numbers-section .content-inner {
    max-width: 530px;
}
.text-numbers-section .content p {
    font-size: clamp(16px, 1.25vw, 18px);
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    line-height: 1.6;
}
.text-numbers-section .number-items {
    display: flex;
    /* gap: clamp(30px, 4.1667vw, 80px); */
    gap: clamp(30px, 2.6041vw, 50px);
    margin-top: clamp(30px, 4.1667vw, 80px);
}
.text-numbers-section .number-items > div {
    flex: 1;
}
.text-numbers-section .item-inner {
    display: flex;
    align-items: flex-end;
}
.text-numbers-section .number {
    /* font-size: clamp(50px, 4.6875vw, 90px); */
    font-size: clamp(50px, 4.1667vw, 80px);
    font-weight: 300;
    /* line-height: 0.8; */
    line-height: 0.7;
    padding-bottom: 4px
}
.text-numbers-section .after-number {
    /* font-size: clamp(18px, 1.25vw, 24px); */
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Sarabun', sans-serif;

    position: relative;
    overflow: hidden;
    flex: 1;
    /* padding-bottom: clamp(2px, 0.2083vw, 4px); */
    padding-bottom: 4px;
}
.text-numbers-section .after-number:after {
    content: "";
    /* width: clamp(20px, 2.6041vw, 50px); */
    width: clamp(20px, 2.0833vw, 40px);
    height: 1px;
    background-color: #F68220;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 7px;

    position: absolute;
    bottom: 4px;
}
.text-numbers-section.text-numbers-sustainability .after-number:after {
    display: none;
}
.text-numbers-section.text-numbers-sustainability .item-inner {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.text-numbers-section.text-numbers-sustainability .item-inner:after {
    content: "";
    /* width: clamp(20px, 2.6041vw, 50px); */
    width: clamp(20px, 2.0833vw, 40px);
    height: 1px;
    background-color: #F68220;
    display: inline-block;
    left: 0;
    position: absolute;
    bottom: 0;
}
.text-numbers-section.text-numbers-sustainability .section-title {
    flex-basis: 60%;
    padding-right: clamp(40px, 5.2083vw, 100px);
}
.text-numbers-section.text-numbers-sustainability .content {
    flex-basis: 40%;
}
.text-numbers-section.text-numbers-sustainability .title {
    font-size: clamp(20px, 2.0833vw, 40px);
}
.text-numbers-section .after-number span {
    display: block;
    font-size: clamp(20px, 2.0833vw, 40px);
    /* font-size: clamp(20px, 2.6041vw, 50px); */
    /* font-size: clamp(20px, 1.5625vw, 30px); */
    line-height: 1;
}
.text-numbers-section .description {
    font-size: clamp(14px, 1.1111vw, 16px);
    font-family: 'Sarabun', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
}

.text-numbers-section .images_slider-items {
    margin-top: clamp(30px, 4.1667vw, 80px);
}
.text-numbers-section .images_slider-items .image-container {
    border-radius: 10px;
    overflow: hidden;
    height: clamp(330px, 28.6458vw, 550px);
}
.text-numbers-section .images_slider-items .image-description {
    margin-top: clamp(15px, 2.0833vw, 40px);
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Sarabun', sans-serif;
    font-size: clamp(18px, 1.1458vw, 22px);
    font-weight: 500;
}
.text-numbers-section .images_slider-items .image-description:before {
    content: "";
    width: clamp(25px, 5.2083vw, 100px);
    height: 1px;
    background-color: #739A68;
    display: inline-block;
}
.text-numbers-section .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: transparent;
    border: 0;
    width: clamp(25px, 2.6041vw, 50px);
}
.text-numbers-section .slick-arrow svg {
    max-width: 100%;
}
.text-numbers-section .slick-prev.slick-arrow {
    left: clamp(10px, 4.1667vw, 60px);
}
.text-numbers-section .slick-next.slick-arrow {
    right: clamp(10px, 4.1667vw, 60px);
}
.text-numbers-section .cta-container {
    margin-top: clamp(30px, 4.1667vw, 60px);
}
.text-numbers-section .cta-container .bt {
    background-color: #739A68;
}
@media (max-width: 1200px) {
    .text-numbers-section .number-items {
        flex-wrap: wrap;
    }
    .text-numbers-section .number-items > div {
        flex-basis: calc(33% - 20px);
        max-width: calc(33% - 20px);
    }
}
@media (max-width: 1023px) {
    .text-numbers-section .number-items > div {
        flex-basis: calc(50% - 20px);
        max-width: unset;
    }
}
@media (max-width: 767px) {
    .block-common .section-header {
        flex-direction: column;
    }
    .text-numbers-section .section-title {
        padding-right: 0;
    }
    .text-numbers-section .item-inner {
        gap: 10px;
    }
    .text-numbers-section .container.block-images-slider {
        padding: 0;
    }
    .text-numbers-section .section-header.block-images-slider {
        text-align: center;

        border-radius: 20px 0 0px 20px;
        border-left: 3px solid #739A68;
        background: #FFF;
        padding: 30px 20px;
    }
    .text-numbers-section .section-header.block-images-slider .subtitle {
        justify-content: center;
    }
    .text-numbers-section .section-header.block-images-slider .content-inner {
        margin: 0 auto;
    }
}
@media (max-width: 480px) {
    .text-numbers-section .number-items > div {
        flex-basis: 100%;
    }
    .text-numbers-section .number {
        font-size: 80px;
    }
    .text-numbers-section .after-number span {
        font-size: 40px;
    }
    .text-numbers-section .after-number {
        font-size: 20px;
    }
    .text-numbers-section .description {
        margin-top: 20px;
    }
    .text-numbers-section.text-numbers-sustainability .number {
        font-size: 60px;
    }
    .text-numbers-section.text-numbers-sustainability  .after-number {
        flex: unset;
    }
    .text-numbers-section.text-numbers-sustainability .description {
        margin-top: 9px;
        text-align: center;
    }   
    .text-numbers-section.text-numbers-sustainability .item-inner {
        display: flex;
        justify-content: center;
        text-align: center;
        gap: 0px;
    }
    .text-numbers-section .after-number:after {
        width: 50px;
    }
    .text-numbers-section.text-numbers-sustainability .item-inner:after {
        left: calc(50% - 5px);
    }
}
/* END Text Numbers section  */




/* START Content Video section  */
.tosca-block.content-video-section {
    padding: clamp(40px, 6.7708vw, 130px) 0;
    position: relative;
    overflow: hidden;
}
.content-video-section .background-graphic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}
.content-video-section .subtitle {
    color: #0E0E0E;
}

.content-video-section .content {
    font-size: clamp(16px, 0.9375vw, 18px);
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    line-height: 1.6;
}
.content-video-section .content-container {
    padding: clamp(50px, 7.2916vw, 140px) clamp(60px, 8.8541vw, 170px) clamp(50px, 7.2916vw, 140px) 0;
    background-color: #fff;
    border-radius: 0px 30px 30px 0px;
    position: relative;
}
.content-video-section .content-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1000px;
    height: 100%;
    width: 1000px;
    background-color: #fff;
}
.content-video-section .wrapper {
    display: flex;
}
.content-video-section .content-container {
    flex-basis: 60%;
    max-width: 60%;
    position: relative;
    z-index: 2;
}
.content-video-section .video-container {
    flex-basis: 40%;
    max-width: 40%;
}
.content-video-section .video-container-inner {
    position: absolute;
    top: 0;
    width: 50%;
    left: 50%;
    height: 100%;
    z-index: 1;
    border-radius: 30px 0px 0px 30px;
    /* background: #292929; */
    overflow: hidden;
}
.content-video-section .video-container-inner video {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    object-fit: cover;
}
.content-video-section .cta-container {
    margin-top: clamp(20px, 3.125vw, 60px);
}
/* .content-video-section .cta-container .bt {
    background-color: #7ED4F7;
    color: #414042;
} */
/* .content-video-section .cta-container .bt .text {
    background: linear-gradient(to right, #fff, #fff 50%, #414042 50%);
    background-size: 200% 100%;
    background-position: 100%;
    color: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    padding-left: 1px;
} */
@media (max-width: 1023px) {
    .content-video-section .container {
        padding: 0;
    }
    .content-video-section .wrapper {
        flex-direction: column-reverse;
        gap: 20px;
        align-items: center;
    }
    .content-video-section .content-container {
        max-width: 100%;
        flex-basis: 100%;
        padding: 50px;
        border-radius: 30px;
        text-align: center;
    }
    .content-video-section .content-container:before {
        display: none;
    }
    .content-video-section .video-container {
        max-width: 70%;
        flex-basis: 100%;
        width: 100%;
    }
    .content-video-section .video-container .video-container-inner {
        position: relative;
        width: 100%;
        padding-bottom: 53.4%;
        left: 0;
        border-radius: 30px;
    }
    .content-video-section .video-container.is-image .video-container-inner {
        position: relative;
        width: 100%;
        padding-bottom: 0;
        left: 0;
        border-radius: 30px;
    }
    .content-video-section .background-graphic {
        height: 45%;
        top: unset;
        bottom: 0;
    }
}
@media (max-width: 600px) {
    .content-video-section .video-container {
        max-width: 100%;
    }
    .content-video-section .wrapper {
        gap: 0;
    }
    .content-video-section .content-container {
        padding: 30px 20px;
        border-right: 3px solid #7ED4F7;
    }
    .content-video-section .video-container .video-container-inner {
        border-radius: 30px 0 0 30px;
    }
}
/* END Content Video section  */


/* START Sustainability Content section  */
.tosca-block.sustainability-content-section {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: clamp(40px, 5.2083vw, 100px);
}
.sustainability-content-section .background-graphic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 98%;
    max-width: 100%;
}
.sustainability-content-section .subtitle {
    color: #F68220;
}
.sustainability-content-section .subtitle:after {
    background-color: #F68220;
}
.sustainability-content-section .right-container:before {
    content: "";
    height: 100%;
    background-color: #FDF6E5;
    position: absolute;
    width: 60%;
    top: 0;
    right: 0;
    border-radius: 30px 0 0 30px;
}
.sustainability-content-section .right-container-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding-left: clamp(30px, 9.8958vw, 190px); */
    padding-left: clamp(30px, 5.7291vw, 110px);
    text-align: center;
    background-color: #FDF6E5;
    position: relative;
}
.sustainability-content-section .right_side_title {
    /* font-size: clamp(50px, 6.25vw, 120px); */
    font-size: clamp(50px, 5.2083vw, 100px);
    font-weight: 600;
    color: #F68220;
    font-family: museo-sans-rounded, sans-serif;
    position: relative;
    padding-bottom: 20px;
}
.sustainability-content-section .right_side_title:after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #F68220;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.sustainability-content-section .right_side_description {
    font-size: 18px;
    color: #414042;
}
.sustainability-content-section .content {
    font-size: clamp(16px, 0.9375vw, 18px);
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 40px;
}
.sustainability-content-section .content p:last-child {
    margin-bottom: 0;
}
.sustainability-content-section .content-container {
    padding: clamp(50px, 7.2916vw, 140px) clamp(60px, 8.8541vw, 170px) clamp(50px, 7.2916vw, 140px) 0;
    background-color: #fff;
    border-radius: 0px 30px 30px 0px;
    position: relative;
}
.sustainability-content-section .content-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1000px;
    height: 100%;
    width: 1000px;
    background-color: #fff;
}
.sustainability-content-section .wrapper {
    display: flex;
}
.sustainability-content-section .content-container {
    /* flex-basis: 60%;
    max-width: 60%; */
    flex-basis: 50%;
    max-width: 50%;
    position: relative;
    z-index: 2;
}
.sustainability-content-section .video-container {
    flex-basis: 40%;
    max-width: 40%;
}
.sustainability-content-section .video-container-inner {
    position: absolute;
    top: 0;
    width: 50%;
    left: 50%;
    height: 100%;
    z-index: 1;
    border-radius: 30px 0px 0px 30px;
    /* background: #292929; */
    overflow: hidden;
}
.sustainability-content-section .video-container-inner video {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    object-fit: cover;
}
.sustainability-content-section .cta-container {
    margin-top: clamp(20px, 3.125vw, 60px);
}
@media (max-width: 1200px) {
    .sustainability-content-section .right-container-inner {
        padding-left: 40px;
    }
}
@media (max-width: 1023px) {
    .sustainability-content-section .subtitle {
        justify-content: center;
    }
    .sustainability-content-section .subtitle:before {
        content: "";
        width: 50px;
        height: 1px;
        display: inline-block;
        background-color: #F68220;
    }
    .sustainability-content-section .container {
        padding: 0;
    }
    .sustainability-content-section .wrapper {
        flex-direction: column;
        align-items: center;
    }
    .sustainability-content-section .content-container {
        max-width: 100%;
        flex-basis: 100%;
        padding: 50px;
        text-align: center;
        border-radius: 30px 30px 0 0;
    }
    .sustainability-content-section .content-container:before {
        display: none;
    }
    .sustainability-content-section .video-container {
        max-width: 70%;
        flex-basis: 100%;
        width: 100%;
    }
    .sustainability-content-section .video-container .video-container-inner {
        position: relative;
        width: 100%;
        padding-bottom: 53.4%;
        left: 0;
        border-radius: 30px;
    }
    .sustainability-content-section .video-container.is-image .video-container-inner {
        position: relative;
        width: 100%;
        padding-bottom: 0;
        left: 0;
        border-radius: 30px;
    }
    .sustainability-content-section .background-graphic {
        height: 100%;
        top: unset;
        bottom: 0;
        width: 100%;
    }
    .sustainability-content-section .right-container-inner {
        padding: 30px 40px;
        border-radius: 0 0 30px 30px;
    }
    .sustainability-content-section .right-container:before {
        display: none;
    }
}
@media (max-width: 600px) {
    .sustainability-content-section .video-container {
        max-width: 100%;
    }
    .sustainability-content-section .wrapper {
        gap: 0;
    }
    .sustainability-content-section .content-container {
        padding: 30px 20px;
        /* border-right: 3px solid #7ED4F7; */
    }
    .sustainability-content-section .video-container .video-container-inner {
        border-radius: 30px 0 0 30px;
    }
}
/* END Sustainability Content section  */

/* START Posts Slider section  */
.tosca-block.posts-slider-section {
    padding-top: clamp(65px, 6.7708vw, 130px);
    padding-bottom: 65px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.posts-slider-section .content-container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.posts-slider-section .subtitle {
    color: #F68220;
}
.posts-slider-section .subtitle:after {
    background-color: #F68220;
}

.posts-slider-section .posts-slider-items {
    margin-top: 40px;
    padding-top: clamp(30px, 3.125vw, 60px);
    padding-bottom: clamp(30px, 3.125vw, 60px);
    border-top: 1px solid rgba(21, 32, 70, 0.15);
    border-bottom: 1px solid rgba(21, 32, 70, 0.15);
}
.posts-slider-section .image {
    height: clamp(230px, 19.7916vw, 380px);
    border-radius: 10px;
    overflow: hidden;
}
.posts-slider-section .item-title {
    font-family: 'Sarabun', sans-serif;
    font-size: clamp(18px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-top: clamp(20px, 1.5625vw, 30px);
}
.posts-slider-section .item-title strong {
    font-weight: 500;
}
.posts-slider-section .excerpt {
    font-family: 'Sarabun', sans-serif;
    font-size: clamp(14px, 1.1111vw, 16px);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 10px;
}

.posts-slider-section .slick-list {
    margin-left: -15px;
    margin-right: -15px;
    overflow: visible;
}
.posts-slider-section .slick-track {
    display: flex;
}
.posts-slider-section .item-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.posts-slider-section .item {
    padding: 0 15px;
    height: unset;
}

@media (max-width: 900px) {
    .posts-slider-section .content-container {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }
}
/* END Posts Slider section  */

/* START Posts Slider section  */
.tosca-block.posts-slider-repeater-section {
    padding-top: clamp(40px, 6.7708vw, 130px);
    padding-bottom: 65px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    padding-bottom: 0;
}
.posts-slider-repeater-section .content-container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.posts-slider-repeater-section .subtitle {
    color: #F68220;
}
.posts-slider-repeater-section .subtitle:after {
    background-color: #F68220;
}

.posts-slider-repeater-section .posts-slider-repeater-items {
    margin-top: 40px;
    padding-top: clamp(30px, 3.125vw, 60px);
    padding-bottom: clamp(30px, 3.125vw, 60px);
    border-top: 1px solid rgba(21, 32, 70, 0.15);
    border-bottom: 1px solid rgba(21, 32, 70, 0.15);
}
.posts-slider-repeater-section a {
    text-decoration: none;
    display: block;
    /* padding: 5px; */
    border-radius: 20px;
    height: 100%;
    transition: all .2s 0s;
}
.posts-slider-repeater-section a:hover {
    /* border-bottom: 4px solid #F68220; */
    box-shadow: 0px 5px 0px 0px #F68220;
    color: #F68220;
}
.posts-slider-repeater-section .image {
    height: clamp(230px, 19.7916vw, 380px);
    border-radius: 10px;
    overflow: hidden;
}
.posts-slider-repeater-section .item-title {
    font-family: 'Sarabun', sans-serif;
    font-size: clamp(20px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-top: clamp(20px, 1.5625vw, 30px);
}
.posts-slider-repeater-section .item-title strong {
    font-weight: 500;
}
.posts-slider-repeater-section .excerpt {
    font-family: 'Sarabun', sans-serif;
    /* font-size: clamp(14px, 1.1111vw, 16px); */
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 10px;
}

.posts-slider-repeater-section .slick-list {
    /* margin-left: -15px;
    margin-right: -15px; */
    overflow: visible;
}
.posts-slider-repeater-section .slick-track {
    display: flex;
}
.posts-slider-repeater-section .item-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 5px;
}
.posts-slider-repeater-section .item {
    padding: 0 15px;
    height: unset;
}
.posts-slider--repeater-arrows-container-mobile {
    display: none !important;
}
@media (max-width: 900px) {
    .posts-slider-repeater-section .item {
        padding: 0;
    }
    .posts-slider-repeater-section .content-container {
        flex-direction: column;
        /* gap: 30px; */
        align-items: flex-start;
        gap: 0;
    }
    .posts-slider--repeater-arrows-container {
        display: none !important;
    }
    .posts-slider--repeater-arrows-container-mobile {
        display: flex !important;
    }
    .posts-slider-repeater-section .posts-slider-repeater-items {
        margin-top: 0;
        border: 0;
    }
}
/* END Posts Slider section  */

/* START Get In Touch section  */
.tosca-block.get-in-touch-section {
    padding: 0;
    color: #fff;
}
.get-in-touch-section .container {
    width: 1630px;
    padding: 0;
}
.get-in-touch-section .wrapper {
    padding: clamp(60px, 9.0277vw, 130px) 15px clamp(60px, 6.9444vw, 100px);
    text-align: center;
    border-radius: 10px;
}
.get-in-touch-section .subtitle {
    justify-content: center;
}
.get-in-touch-section .subtitle:before {
    background-color: #fff;
    content: "";
    width: 50px;
    height: 1px;
    display: inline-block;
}
.get-in-touch-section .subtitle:after {
    background-color: #fff;
}
.get-in-touch-section .title {
    max-width: 500px;
    margin: 0 auto;
}
.get-in-touch-section .content {
    max-width: 620px;
    margin: 0 auto;
    font-size: clamp(18px, 1.0416vw, 20px);
    line-height: 1.6;
}
.get-in-touch-section .cta-container {
    margin-top: 60px;
}
/* .get-in-touch-section .cta-container .bt {
    background-color: #fff;
    color: #000;
} */
/* END Get In Touch section  */


/* START Quote section  */
.tosca-block.quote-slider-section {
    /* padding: clamp(60px, 6.7708vw, 130px) 0 60px; */
    padding: clamp(50px, 6.7708vw, 130px) 0 clamp(30px, 3.125vw, 60px);
}
.tosca-block.quote-slider-section.quote-slider-sustainability {
    padding-top: clamp(30px, 3.125vw, 60px);
}
.quote-slider-section .content {
    padding-top: 35px;
}
.quote-slider-section .quote-container {
    margin-top: 60px;
    position: relative;
    padding: clamp(40px, 4.1667vw, 80px) 0;
}
.tosca-block.quote-slider-section.quote-slider-sustainability .quote-container {
    margin-top: 0;
}
.quote-slider-section .content-inner {
    max-width: 520px;
    font-size: clamp(18px, 1.0416vw, 20px);
}
.quote-slider-section .background-graphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.quote-slider-section .item-inner-wrapper {
    display: flex;
    padding: clamp(40px, 4.1667vw, 80px) 0;
} 
.quote-slider-section .item-inner {
    border-radius: 10px;
    background: #FFF;
    padding: 45px clamp(40px, 4.1667vw, 80px) 60px;
    flex-basis: 80%;
    position: relative;
    z-index: 1;
}
.quote-slider-section .subtitle {
    color: #739A68;
}
.quote-slider-section .subtitle:after {
    background-color: #739A68;
}
.quote-slider-section .quote {
    font-family: 'Sarabun', sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.6;
}
.quote-slider-section .name {
    font-family: 'Sarabun', sans-serif;
    font-size: clamp(24px, 2.0833vw, 30px);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-top: clamp(20px, 2.7777vw, 40px);
}
.quote-slider-section .position {
    color: #739A68;
    font-family: 'Fjalla One', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45; 
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-top: 5px;
}
.quote-slider-section .quote-cta-container {
    margin-top: 20px;
}
.quote-slider-section .items-outer-wrapper {
    position: relative;
}
.quote-slider-section .quotes-arrow-container-outer {
    position: absolute;
    bottom: clamp(60px, 6.25vw, 120px);
    right: 40%;
    z-index: 2;
}

.quote-slider-section .image-container {
    flex-basis: 20%;
}
.quote-slider-section .image-container-inner {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    width: 32%;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}
@media (min-width: 641px) {
    .quote-slider-section .slick-track {
        display: flex;
    }
    .quote-slider-section .slick-slide {
        height: unset;
    }
    .quote-slider-section .slick-slide .container {
        height: 100%;
    }
    .quote-slider-section .item-inner-wrapper {
        height: 100%;
    }
    .quote-slider-section .item-inner {
        height: 100%;
    }
    
}
@media (max-width: 640px) {
    .quote-slider-section .item-inner-wrapper {
        flex-direction: column-reverse;
    }
    .quote-slider-section .item-inner {
        /* flex-basis: 100%; */
        flex-basis: unset;
        background: rgba(255, 255, 255, 0.9);
        padding: 20px 20px 80px 20px;

        border-radius: 10px;
        border-right: 3px solid #739A68;
        background: #FFF;
        margin-right: 20px;
    }
    .quote-slider-section .image-container {
        /* flex-basis: unset; */
        flex-basis: unset;

        height: 240px;
        border-radius: 30px 0px 0px 30px;
        overflow: hidden;

        margin-left: 20px;
    }
    .quote-slider-section .image-container-inner {
        width: 100%;
        border-radius: 0;
        position: static;
        
        margin-right: 20px;
       
    }
    .quote-slider-section .quotes-arrow-container-outer {
        right: unset;
        left: 20px;
    }
    .quote-slider-section .quote-items .container {
        padding: 0;
    }
    .quote-slider-section .quote-container {
        margin-top: 30px;
        /* padding-top: 0; */
        padding: 0;
    }
    .quote-slider-section .background-graphic {
        height: 87%;
        top: unset;
        bottom: 0;
    }
    .quote-slider-section .item-inner-wrapper {
        padding-top: 0;
    }
    .quote-slider-section.quote-slider-sustainability .cover-image {
        object-position: top;
    }
}
/* END Quote section  */



/* START Logos section  */
.tosca-block.logos-section {
    padding: 0 50px;
    width: 1920px;
    max-width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.logos-section .wrapper {
    background-color: #fff;
    padding: 10px clamp(30px, 4.1667vw, 60px);
    display: flex;
    align-items: center;
    border-radius: 50px;
    border-bottom: 4px solid #F68220;
}
.logos-section .logos-items-container {
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    gap: 10px; */
    flex: 1;
    min-width: 0px;
    position: relative;
}
.logos-section .logos-items-container .slick-arrow {
    position: absolute;
    height: 50px;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.logos-section .logos-items-container .slick-arrow.slick-prev {
    left: 0;
}
.logos-section .logos-items-container .slick-arrow.slick-next {
    right: 0;
}
.logos-section .logos-items-container .slick-arrow svg {
    max-width: 100%;
    max-height: 100%;
}
.logos-section .logos-items-container .slick-track {
    display: flex;
    align-items: center;
    gap: 10px;
}
.logos-section .logos-items-container .item {
    filter: grayscale(1);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.logos-section .logos-items-container .item img {
    /* max-width: 200px; */
    max-width: 100%;
}
.logos-section .title {
    font-family: 'Fjalla One', sans-serif;
    font-size: clamp(18px, 1.6667vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin-right: clamp(20px, 4.1667vw, 60px);
}
@media (max-width: 1023px) {
    .tosca-block.logos-section {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .tosca-block.logos-section {
        padding: 0 15px;
    }
    .logos-section .wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .logos-section .title {
        margin-right: 0;
    }
    .logos-section .logos-items-container {
        /* flex-wrap: wrap;
        justify-content: center; */
        flex: unset;
        width: 100%;
    }
    .logos-section .logos-items-container .item img {
        /* max-width: 72%; */
        max-width: 50%;
        max-height: 60px;
    }
}
/* END Logos section  */


/* START Map section  */
.tosca-block.map-section {
    padding: 80px 0;
    background-color: #1A182D;
    color: #fff;
    /* height: 940px; */
    height: 100vh;
    position: relative;
}
.map-section .container {
    position: relative;
    z-index: 1;
}
.map-section .subtitle {
    color: #7ED4F7;
}
.map-section .subtitle:after {
    background-color: #7ED4F7;
}
.map-section .cta-container {
    margin-top: 55px;
}
/* .map-section .cta-container .bt {
    background-color: #7ED4F7;
    color: #414042;
} */
/* .map-section .cta-container .bt .text {
    background: linear-gradient(to right, #fff, #fff 50%, #414042 50%);
    background-size: 200% 100%;
    background-position: 100%;
    color: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    padding-left: 1px;
} */
.map-section .section-title-inner {
    max-width: 520px;
}
.map-section .content-inner {
    max-width: 520px;
    font-size: clamp(18px, 1.0416vw, 20px);
}
.map-section .map-animation {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    /* z-index: 121; */
    max-height: 100%;
}
.map-section #lottie{
    background-color:#1a182d;
    width:100%;
    height:100%;
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}
@media (min-width: 2100px) {
    .tosca-block.map-section {
        height: auto;
    }
    .map-section .map-animation {
        position: static;
        margin: 0 auto;
        width: 1920px;
    }
}
@media (max-width: 1280px) {
    .tosca-block.map-section {
        height: auto;
    }
    .map-section .map-animation {
        position: static;
        margin-top: -170px;
    }
}
@media (max-width: 1024px) {
    .tosca-block.map-section {
        height: auto;
    }
    .map-section .map-animation {
        position: static;
        max-height: unset;
    }
}

@media (max-width: 980px) {
    .map-section .map-animation {
        margin-top: -100px;
    }
}
@media (max-width: 767px) {
    .tosca-block.map-section .section-header {
        text-align: center;
        align-items: center;
    }
    .map-section .subtitle {
        justify-content: center;
    }
}
@media (max-width: 680px) {
    .map-section .map-animation {
        margin-top: -50px;
    }
}
/* END Map section  */


/* START split block section  */
.tosca-block.split-block {
    padding: clamp(40px, 5.2083vw, 100px) 0;
    position: relative;
}
.split-block .relative {
    position: relative;
}
.split-block .wrapper {
    display: flex;
}
.split-block .content-column {
    flex-basis: 50%;
}
.split-block .content {
    margin-top: 40px;
}
.split-block .content p {
    font-size: clamp(16px, 1.25vw, 18px);
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 0.5rem 0;
}
.split-block .content h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}

.content-column-parent {
    display: flex;
    gap: 10px;
}
@media (min-width: 1200px) {
    .split-block .content-inner.content-split {
        column-count: 2;
    }
}
@media (max-width: 650px) {
    .content-column-parent {
        display: block;
    }
} 

.split-block .content-column-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    z-index: -1;
    border-radius: 0 30px 30px 0;
}
.split-block .image-column {
    position: absolute;
    right: 0;
    height: 100%;
    width: 46%;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}
.split-block .subtitle.subtitle-orange {
    color: #F68220;
}
.split-block .subtitle.subtitle-orange:after {
    background-color: #F68220;
}
@media (max-width: 1023px) {
    .split-block .wrapper {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .split-block .image-column {
        position: static;
        max-width: 100%;
        width: 100%;
        border-radius: 30px;
        height: 350px;
    }
    .split-block .content-column-background {
        width: 100%;
        border-radius: 0;
    }
}
/* END split block section  */

/* START split block tabs section  */
.tosca-block.split-block-tabs {
    padding: 100px 0 60px;
}
.split-block-tabs .relative {
    position: relative;
    padding: 50px 0;
}
.split-block-tabs .wrapper {
    display: flex;
    align-items: center;
}
.split-block-tabs .content-column {
    flex-basis: 42%;
}
.split-block-tabs .content {
    margin-top: 40px;
}
.split-block-tabs .content p {
    font-size: clamp(16px, 1.25vw, 18px);
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    line-height: 1.6;
}
.split-block-tabs .content-column-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    z-index: -1;
    border-radius: 0 30px 30px 0;
    background-color: #fff;
}

.split-block-tabs .tabs-column {
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    width: 46%;
    justify-content: flex-end;
}
.split-block-tabs .tabs-column .subtitle {
    padding-left: 10%;
}
.split-block-tabs .cta-container-block {
    display: flex;
    gap: clamp(10px, 2.0833vw, 40px);
    flex-wrap: wrap;
}
.split-block-tabs .items {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.split-block-tabs .item {
    font-size: clamp(18px, 1.4583vw, 28px);
    /* transition: width .3s, font-size .2s .3s; */
    display: flex;
    width: 90%;
    gap: clamp(25px, 2.0833vw, 40px);
    align-items: center;
    padding: 0 clamp(25px, 5.2083vw, 100px);
    border-radius: 30px 0 0 30px;
    margin: clamp(10px, 0.1041vw, 20px) 0;
    height: 77px;
    cursor: default;
    transition: width .3s, font-size .3s;
}

.split-block-tabs .item .icon-container {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.split-block-tabs .item .icon-container img {
    position: relative;
}
.split-block-tabs .item .icon-container:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #f68220;
    border: 2px solid #fff;
    border-radius: 100%;
    opacity: 0;
    transition: all .3s;
}
.split-block-tabs .item:nth-child(2) .icon-container:before {
    background-color: #699b63;
}
.split-block-tabs .item:nth-child(3) .icon-container:before {
    background-color: #7ed4f7;
}
.split-block-tabs .item .text-container {
    width: clamp(400px, 27.0833vw, 520px);
    max-width: 100%;
}

@media (min-width: 1100px) {
    .split-block-tabs .item:hover {
        padding-left: 60px;
        font-size: clamp(24px, 1.6667vw, 32px);
        width: 100%;
        /* transition: width .3s, font-size .3s; */
    }
    .split-block-tabs .item:hover .icon-container::before {
        opacity: 1;
        width: 150%;
        height: 150%;
    }
}

@media (max-width: 1023px) {
    .split-block-tabs .wrapper {
        flex-direction: column;
        gap: 40px;
    }
    .split-block-tabs .tabs-column {
        position: static;
        width: 100%;
        justify-content: center;
    }
    .split-block-tabs .item .text-container {
        flex: 1;
        width: auto;
    }
    .split-block-tabs .item {
        border-radius: 30px;
        width: 100%;
    }
    .split-block-tabs .tabs-column .subtitle {
        padding-left: 0;
    }
}
@media (max-width: 768px) {
    .split-block-tabs .item {
        padding: 0 20px;
        width: 100%;
        border-radius: 30px;
        height: 60px;
        gap: 10px;
    }
    .split-block-tabs .item .icon-container {
        width: 50px;
        height: 50px;
        padding: 5px;
    }
    .split-block-tabs .item .text-container {
        flex: 1;
    }
}

/* ENS split block tabs section  */

/* START split block circle  */
.tosca-block.split-block-circle {
    padding: clamp(20px, 3.125vw, 60px) 0;
    overflow: hidden;
    position: relative;
}
.split-block-circle .wrapper {
    display: flex;
    flex-direction: row-reverse;
    gap: clamp(40px, 6.7708vw, 130px);
    align-items: center;
}
.split-block-circle .wrapper > div {
    flex: 1;
}
.split-block-circle .content {
    margin-top: 40px;
}
.split-block-circle .content-column {
    background-color: #fff;
    padding: 50px 0;
    position: relative;
}
.split-block-circle .content p {
    font-size: clamp(16px, 1.25vw, 18px);
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    line-height: 1.6;
}
.split-block-circle .content-column:before {
    content: "";
    width: 10000px;
    background-color: #fff;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: -350px;
    top: 0;
}
.split-block-circle .content-column .content {
    margin-top: 40px;
}
.split-block-circle .image-column:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/bars.png);
    width: clamp(430px, 26.0416vw, 500px);
    height: clamp(200px, 15.625vw, 300px);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
@media (max-width: 1023px) {
    .split-block-circle .wrapper {
        flex-direction: column-reverse;
    }
    .split-block-circle .content-column:before {
        display: none;
    }
    .split-block-circle .image-column:before {
        display: none
    }
    .split-block-circle .image-column {
        height: 300px;
        flex: unset !important;
    }
}

/* END split block circle  */

/* START sustainability Form  */
.tosca-block.sustainability-form {
    padding: 0;
    position: relative;
}
.tosca-block.sustainability-form .title {
    font-size: clamp(20px, 2.0833vw, 40px);
}
.sustainability-form .wrapper {
    display: flex;
    align-items: center;
}

.sustainability-form .content-column {
    background-color: #739A68;
    padding: clamp(40px, 5.2083vw, 100px) clamp(40px, 9.375vw, 180px) clamp(40px, 5.2083vw, 100px) 0;
    color: #fff;
    flex-basis: 60%;
    position: relative;
    border-radius: 0 30px 30px 0;
}
.sustainability-form .content p {
    font-size: clamp(16px, 1.25vw, 18px);
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    line-height: 1.6;
}
.sustainability-form .content-column:before {
    content: "";
    width: 1000px;
    height: 100%;
    position: absolute;
    background: #739A68;
    top: 0;
    left: -100%;
    z-index: -1;
}
.sustainability-form .download-column {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-basis: 40%;
    padding: 30px;
}
.sustainability-form .subtitle:after {
    background-color: #fff;
}
.sustainability-form .cta-container {
    margin-top: 60px;
}

.sustainability-form .cta-container .bt {
    width: 100%;
}
.sustainability-form .gform_wrapper.gravity-theme .gform_footer input {
    width: 100%;
    color: #699B63;
    background-color: #fff;
}
@media (max-width: 940px) {
    .sustainability-form .wrapper {
        flex-direction: column;
    }
    .sustainability-form .content-column {
        border-radius: 30px;
        padding: 14px;
    }
    .sustainability-form .content-column:before {
        display: none;
    }
}
/* END sustainability form  */

.block-common .slick-arrow {
    padding: 5px !important;
    background: transparent;
    border: 0;
}
.block-common .slick-arrow svg {
    transition: all .3s;
}
.block-common .slick-arrow.slick-next:not(.slick-disabled):hover svg {
    transform: translateX(10px);
    animation: slideToRight 1s ease-in-out infinite;
}
@keyframes slideToRight {
    0% {
      transform: translateX(0px);
    }
    25% {
        transform: translateX(5px);
    }
    50% {
        transform: translateX(10px);
    }
    75% {
        transform: translateX(5px);
    }
    100% {
      transform: translateX(0px);
    }
}
.block-common .slick-arrow.slick-prev:not(.slick-disabled):hover svg {
    transform: translateX(-10px);
    animation: slideToLeft 1s ease-in-out infinite;
}
@keyframes slideToLeft {
    0% {
      transform: translateX(0px);
    }
    25% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(-10px);
    }
    75% {
        transform: translateX(-5px);
    }
    100% {
      transform: translateX(0px);
    }
}
.block-common .counter-slides {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #565969;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
}
.block-common .arrow-container {
    display: flex;
    gap: 10px;
}
.block-common .arrows-small .slick-arrow.slick-disabled {
    cursor: default;
}
.block-common .arrows-small .slick-arrow svg path {
    fill: #739A68;
}
.posts-slider-section .arrows-small .slick-arrow svg path, 
.posts-slider-repeater-section .arrows-small .slick-arrow svg path {
    fill: #F68220;
}
.block-common .arrows-small .slick-arrow.slick-disabled svg path {
    fill: #565969; 
    opacity: .5; 
    transition: fill 0.3s ease-in-out; 
}
/* .block-common .arrows-small .slick-arrow {
    display: inline-block;
    overflow: hidden;
}
.block-common .arrows-small .slick-arrow:hover svg path {
    fill: #ff5733; 
    animation: slide 0.5s ease-in-out forwards; 
}
@keyframes slide {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
} */


/* .block-common .slick-prev svg path {
    stroke: #565969;
    stroke-dasharray: 134;
    stroke-dashoffset: 134;    
    stroke-dashoffset: 0;
} */
/* .block-common .slick-prev:hover svg path {
    animation: dash 1s linear forwards;
} */
@keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
}

.block-common .bt.bt-blue {
    background-color: #7ED4F7;
    color: #414042;
}
.block-common .bt.bt-green {
    background-color: #699B63;
    color: #fff;
}
.block-common .bt.bt-white {
    background-color: #fff;
    color: #000;
}
.block-common .bt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.block-common .bt .text {
    color: #fff;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: linear-gradient(to right, #414042, #414042 50%, #fff 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
    text-decoration: none;    
    line-height: 1;
}
.block-common .bt.bt-blue .text {
    background: linear-gradient(to right, #fff, #fff 50%, #414042 50%);
    background-size: 200% 100%;
    background-position: 100%;
    color: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    padding-left: 1px;
}
.block-common .bt.bt-white .text {
    background: linear-gradient(to right, #739a68, #739a68 50%, #414042 50%);
    background-size: 200% 100%;
    background-position: 100%;
    color: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    padding-left: 1px;
}
.block-common .bt:hover .text {
    background-position: 0 100%;
}

.block-common .bt.border {
    background: transparent;
    border: 1px solid #F68220;
    color: #F68220;
}
.block-common .bt.border .text {
    color: #fff;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: linear-gradient(to right, #414042, #414042 50%, #F68220 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
    text-decoration: none;
    line-height: 1;
}
.block-common .bt.border:hover .text {
    background-position: 0 100%;
}



.main-navigation .main-nav > ul {
    display: flex;
    gap: clamp(25px, 2.6041vw, 50px);
    align-items: center;
}
.main-navigation .main-nav > ul > li > a, .main-navigation .main-nav > ul > li > .menu-name > span {
    padding: 2.4em 0.5em;
    position: relative;
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.main-navigation .main-nav ul > li > .menu-name > .chevron-icon svg {
    width: 12px;
}
.main-navigation .main-nav ul > li > .menu-name > .chevron-icon svg path {
    /* stroke: #fff; */
    stroke: #414042;
}
.style-transparent .main-navigation .main-nav ul > li > .menu-name > .chevron-icon svg path {
    stroke: #fff;
    /* stroke: #414042; */
}
.style-transparent.menu-opened .main-navigation .main-nav ul > li > .menu-name > .chevron-icon svg path, 
.scrolled-100 .style-transparent .main-navigation .main-nav ul > li > .menu-name > .chevron-icon svg path {
    /* stroke: #fff; */
    stroke: #414042;
}
.main-navigation .main-nav > ul > li > a::before, .main-navigation .main-nav > ul > li > .menu-name > span:not(.chevron-icon):before {
    content: "";
    /* width: 100%; */
    width: 0;
    height: 3px;
    border-radius: 0px 0px 5px 5px;
    /* background: transparent; */
    background-color: #F68220;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s;
}
.main-navigation .main-nav> ul > li.current-menu-item > a {
    font-weight: 500;
}
.main-navigation .main-nav > ul > li.current-menu-item > a::before, .main-nav > ul > li > a:hover:before, 
.main-navigation .main-nav > ul > li:hover > .menu-name > span:not(.chevron-icon):before, .main-navigation .main-nav > ul > li.opened > .menu-name > span:not(.chevron-icon):before{
    width: 100%;
}
@media (max-width: 1023px) {
    .main-navigation .main-nav {
        display: none;
    }
}


.region-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1000;
}
.region-modal:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
    backdrop-filter: blur(4px);
}
.region-modal .content {
    background: transparent;
    flex-direction: column;
    gap: 30px;
}
.region-modal .content select {
    flex-basis: unset;
}
.region-modal .region-descriptor {
    font-size: 1.5em;
    color: #000;
}
.region-modal .close {
    padding: 10px !important;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
}
.region-modal .close svg line {
    stroke: #000;
}
.region-modal .close svg {
    width: 100%;
    height: 100%;
}
/* body.region-modal-open {
    position: fixed;
    width: 100%;
    height: 100%;
} */

.header-logo-container {
    /* width: clamp(51px, 5.625vw, 81px); */
    width: clamp(51px, 4.2361vw, 61px); /* 1440px */
    position: relative;
}
.header-logo-container img {
    width: 100%;
}
.style-transparent .header-logo-container .logo-black {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .4s;
}
.header-logo-container .logo-white {
    opacity: 1;
    transition: all .4s;
}
.style-default .header-logo-container .logo-white {
    display: none;
}
.scrolled-100 .style-transparent .header-logo-container .logo-black, .menu-opened .header-logo-container .logo-black {
    opacity: 1;
}
.scrolled-100 .header-logo-container .logo-white, .menu-opened .header-logo-container .logo-white {
    opacity: 0;
}

.sidebar-navigation {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 1000;
    /* min-width: 400px; */
    width: 100%;
    transform: translateX(100%);
    transition: all .4s;
} 
@media (max-width: 500px) {
    .sidebar-navigation {
        min-width: unset;
        width: 100%;
    }
}
/* .scrolled-100 .sidebar-navigation{
    margin-top: 41px;
} */
.sidebar-navigation:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    backdrop-filter: blur(10px);
}
.sidebar-navigation .wrapper {
    position: relative;
    /* padding: 50px; */
    padding: 50px 20px;
    overflow-y: auto;
    display: block;
    height: 100%;
}
.sidebar-navigation .wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-navigation .wrapper ul li {
    margin-bottom: 30px;
}
.sidebar-navigation .wrapper ul li a {
    color: #414042;
    text-decoration: none;
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    font-size: 20px;
    padding: 0;
}
.sidebar-navigation .header-button-menu {
    margin-bottom: 30px;
    border-color: #414042;
    padding: 10px !important;
}
.sidebar-navigation .header-button-menu svg {
    max-width: 100%;
}
.sidebar-navigation .header-button-menu svg path {
    fill: #414042 !important;
}
.side-menu-opened .sidebar-navigation {
    transform: translateX(0);
}

.sidebar-navigation .main-navigation .primary-menu-container {
    display: block;
    height: auto;

    background-color: #fff;
    padding: 15px;
}
.sidebar-navigation .main-navigation .primary-menu-container .product-menu {
    display: block;
}
.sidebar-navigation .menu-item a, .sidebar-navigation .menu-item p, .sidebar-navigation .menu-item span {
    font-size: 20px;
    font-weight: 400;
    color: #414042;
    text-decoration: none;
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    font-size: 20px;
}
.sidebar-navigation .main-navigation .menu-item {
    display: block;
}
.sidebar-navigation .main-navigation .menu-item.opened > .menu-content {
    padding-left: 0;
    position: static;
    display: block;
    box-shadow: none;
    border: 0;
    background: transparent;
    width: 100%;
    padding-right: 0;
}
.sidebar-navigation .wrapper ul li a.btn {
    color: #fff;
    font-size: 14px;
}
.sidebar-navigation .main-navigation .menu-item.opened .industry-menu-wrapper .submenu {
    margin-top: 0;
    padding: 10px 0;
}
.sidebar-navigation .main-navigation .menu-item.opened > .menu-content .product-category-links {
    padding: 0;
}
.sidebar-navigation .main-navigation .menu-item.opened > .menu-content .resources {
    background: transparent;
    border: 0;
}
.sidebar-navigation .main-navigation .menu-item.opened .submenu.resources li {
    margin-left: 0;
    margin-bottom: 5px;
    padding-left: 0;
}
.sidebar-navigation .main-navigation .menu-item.opened .menu-content .cost-model-cta {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}
.sidebar-navigation .main-navigation .menu-item.opened .industry-menu-wrapper > .menu-name {
    display: none;
}
.sidebar-navigation .main-navigation .menu-item.about .submenu {
    background: transparent;
    padding: 20px 0 0;
}
.sidebar-navigation .main-navigation .menu-item.opened.about .menu-content .menu-name {
    display: none;
}

.sidebar-navigation .cta-container-mobile {
    margin-top: 20px;
}


/* START Contact Form section  */
.tosca-block.contact-form-section {
    padding: 65px 0 clamp(65px, 7.2916vw, 140px);
    overflow: hidden;
    position: relative;
}
.contact-form-section .wrapper {
    display: flex;
    /* align-items: center; */
    gap: clamp(40px, 8.8541vw, 170px);
}
.contact-form-section .wrapper > div {
    flex: 1;
}
.contact-form-section .form-container {
    background-color: #739A68;
    color: #fff;
    padding: clamp(50px, 5.2083vw, 100px) 0 clamp(50px, 4.1667vw, 80px) clamp(50px, 10.1562vw, 195px);
    border-radius: 30px 0 0 30px;
    position: relative;
}
.contact-form-section .form-container:after {
    content: "";
    width: 1000px;
    height: 100%;
    position: absolute;
    right: -1000px;
    background: #739A68;
    top: 0;
}
.contact-form-section .form-description {
    font-size: 18px;
}
.contact-form-section .item {
    /* display: flex;
    align-items: center; */
    padding: clamp(24px, 2.7778vw, 40px) 0;
    /* gap: 12px; */
}
.contact-form-section .item > .item-link {
    display: flex;
    align-items: center;
    /* padding: clamp(24px, 2.7778vw, 40px) 0; */
    gap: 12px;
    text-decoration: none;
    position: relative;
}
.contact-form-section .item a .item-title svg {
    position: absolute;
    /* right: -50px; */
    right: 0;
    width: 50px;
    transition: all .3s;
}
.contact-form-section .item a:hover .item-title svg {
    transform: translateX(10px);
}
.contact-form-section .item + .item {
    border-top: 1px solid rgba(21, 32, 70, 0.15);
}
.contact-form-section .item-inner {
    flex: 1;
}
.contact-form-section .image-container {
    width: 60px;
    min-width: 60px;
}
.contact-form-section .item-title {
    font-family: 'Sarabun', sans-serif;
    font-size: clamp(20px, 1.6667vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: 1;

    position: relative;
    display: flex;
    align-items: center;
    padding-right: 60px;
}
.contact-form-section .item-description {
    color: #292929;
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-top: clamp(8px, 1.1111vw, 16px);
}
.contact-form-section .gform_heading {
    display: none;
}
.contact-form-section .gform_wrapper.gravity-theme .gfield_label {
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 10%;
}
.contact-form-section .gform_wrapper.gravity-theme .gfield input,
.contact-form-section .gform_wrapper.gravity-theme .gfield select {
    color: #414042;
    font-family: 'Sarabun', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;

    border-radius: 4px;
    border: 1px solid #DCDEE3;
    background: #FFF;
}
.contact-form-section .gform_wrapper.gravity-theme .gfield input::placeholder {
    color: #bbbabd;
    font-family: 'Sarabun', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}
.contact-form-section .gform_wrapper.gravity-theme .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
}
.contact-form-section .gform_wrapper.gravity-theme .gchoice {
    flex-basis: 33%;
}
.contact-form-section .gform_footer input[type="submit"] {
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    padding: 20px 36px;
    min-width: 210px;
    font-size: 14px;
    color: #699B63;
    font-weight: 400 !important;
    line-height: 1.45;
    text-decoration: none;
    border-radius: 4px;
    background: #FFF;
    border: 0;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 10%;
}

.contact-form-section .mobile-layout label {
    display: block;
    margin-bottom: 10px;
}
.contact-form-section .mobile-layout select {
    color: #414042;
    font-family: 'Sarabun', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    border-radius: 4px;
    border: 1px solid #DCDEE3;
    background: #FFF;
    padding: 8px;
    width: 100%;
}


@media (max-width: 1023px) {
    .contact-form-section .wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }
    .contact-form-section .wrapper > div {
        flex: unset;
        width: 100%;
    }
    .contact-form-section .form-container {
        padding: 50px 20px;
        border-radius: 30px;
    }
    .contact-form-section .form-container:after {
        display: none;
    }
}
@media (min-width: 768px) {
    .contact-form-section .mobile-layout {
        display: none;
    }

}
@media (max-width: 767px) {
    .contact-form-section .item {
        display: none;
    }
    .contact-form-section .item.active {
        display: flex;
    }
    .contact-form-section .form-container {
        display: none;
    }
    .contact-form-section .form-container.show {
        display: block;
    }

    .contact-form-section .gform_wrapper.gravity-theme .gchoice {
        flex-basis: 50%;
    }
}

/* END Contact Form section  */


/* START Banner Simple section  */
.tosca-block.banner-simple-section {
    padding: 0 50px;
}
.banner-simple-section .wrapper {
    padding: clamp(60px, 8.6805vw, 125px) 0 clamp(80px, 11.8055vw, 170px);
    background-color: #739A68;
    border-radius: 0 0 40px 40px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.banner-simple-section .graphic-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-simple-section .wrapper-inner {
    position: relative;
    z-index: 1;
    max-width: 720px;
}
.banner-simple-section .subtitle {
    color: #F68220;
}
.banner-simple-section .subtitle:after {
    background-color: #F68220;
}
.banner-simple-section .description {
    font-family: 'Sarabun', sans-serif;
    font-size: clamp(18px, 1.6667vw, 24px);
    line-height: 1.6;
    font-weight: 400;
}
.banner-simple-section.banner-simple-sustainability .wrapper-inner {
    max-width: 75%;
}
.banner-simple-section.banner-simple-sustainability .title {
    font-size: clamp(30px, 3.4722vw, 80px);
}
.banner-simple-section.banner-simple-sustainability .graphic-container img {
    object-position: right;
}
@media (max-width: 1023px) {
    .tosca-block.banner-simple-section {
        padding: 0;
    }
}
@media (max-width: 768px) {
    .banner-simple-section.banner-simple-sustainability .wrapper-inner {
        max-width: 100%;
    }
}
/* END Banner Simple section  */

/* END Link To section  */
.tosca-block.link-to-section {
    background-color: #FDF6E5;
    padding: 40px 0;
}
.link-to-section .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.link-to-section .subtitle {
    color: #F68220;
}
.link-to-section .subtitle:after {
    background-color: #F68220;
}
.link-to-section .description {
    font-size: 18px;
    color: #292929;
}
.link-to-section .description a {
    color: #292929;
    text-decoration: none;
}
.link-to-section .bt {
    display: flex;
    justify-content: center;
    gap: 10px;
}
@media (max-width: 767px) {
    .link-to-section .wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* END Link To section  */


/* START products detail page  */
.section-product-family-list {
    background-color: #eceae9;
    padding: clamp(24px, 2.0833vw, 40px) 15px;
    max-width: 100vw;
    position: relative;
}
.section-product-family-list .title-container {
    position: absolute;
    left: 20px;
    top: 10px;

}
.back-to-category-container {
    position: relative;
    padding: 10px;
}
@media (max-width: 1700px) {
    .section-product-family-list .title-container {
        position: static;
        margin-bottom: 14px;
    }
}
.section-product-family-list h3 {
    margin-bottom: clamp(14px, 2.0833vw, 40px);
}
/* .section-product-family-list .product-items-family {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;    
} */ 
.section-product-family-list .product-items-family {
    max-width: 100vw;
    /* padding: 0 80px; */
    padding-left: clamp(40px, 4.1667vw, 80px);
    padding-right: clamp(40px, 4.1667vw, 80px);
}
.section-product-family-list .product-items-family .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: clamp(30px, 2.8645vw, 55px);
}
.section-product-family-list .product-items-family .slick-arrow.slick-disabled {
    opacity: .3;
}
.section-product-family-list .product-items-family .slick-arrow svg {
    max-width: 100%;
}
.section-product-family-list .product-items-family .slick-arrow.slick-prev  {
    left: 0;
}
.section-product-family-list .product-items-family .slick-arrow.slick-next  {
    right: 0;
}
.section-product-family-list .product-items-family .slick-track {
    padding-bottom: 4px;
}
.section-product-family-list .product-items-family .item {
    padding: 0 10px;
}
.section-product-family-list .product-items-family .item .item-inner {
    border: 1px solid #DCDEE3;
    padding: 16px;
    border-radius: 8px;
    transition: all .3s;
    position: relative;
}
.section-product-family-list .product-items-family .item .item-inner .quick-view-button {
    background: #fff;
    position: absolute;
    top: clamp(60px, 7.8125vw, 150px);
    left: 50%;
    transform: translate(-50%, 40px);
    color: #000;
    padding: 9px 17px !important;
    height: auto;
    border-radius: 10px;
    border: 2px solid #000;
    width: 160px;
    pointer-events: none;
    opacity: 0;
    transition: all .3s;
}
.section-product-family-list .product-items-family .item .item-inner:hover {
    background: #FDF6E5;
    border-color: #FDF6E5;
    box-shadow: 0px 3px 0px #F68220;
}
.section-product-family-list .product-items-family .item .item-inner:hover .quick-view-button {
    opacity: 1;
    transform: translate(-50%, 0px);
    pointer-events: all;
}
.section-product-family-list a {
    text-decoration: none;
}
.section-product-family-list .item-image {
    /* height: 150px;
    margin-bottom: 15px; */
    margin-bottom: clamp(16px, 1.5625vw, 30px);
    /* height: clamp(130px, 14.9305vw, 215px); */
    height: clamp(130px, 9.375vw, 180px);
    border-radius: 8px;
    overflow: hidden;
}
.section-product-family-list .item-image img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}
.section-product-family-list .item-title {
    font-size: 16px;
}
.slick-initialized { overflow: hidden; }


.section-product-intro {
    padding: clamp(50px, 3.75vw, 72px) 0  clamp(50px, 6.25vw, 120px);
}
.section-product-intro .table-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: clamp(15px, 1.0416vw, 20px);
}
.section-product-intro .table-row span:last-child {
    flex-basis: 50%;
    text-align: right;
}

.section-product-intro .table-row span:first-child {
    flex-basis: 40%;
}
.section-product-intro .tabs-table-controller {
    display: flex;
    border-bottom: 1px solid rgba(21, 32, 70, 0.15);
    margin-top: 40px;
    margin-bottom: 20px;
    gap: 14px;
    /* justify-content: space-between; */
}
.section-product-intro .subtitle {
    color: #F68220;
}
.section-product-intro .subtitle:after {
    background-color: #F68220;
}
.section-product-intro .bt-trigger {
    border-radius: 0;
    background: transparent;
    color: inherit;
    padding: clamp(8px, 0.7812vw, 15px) 0 !important;
    padding-right: clamp(20px, 2.6041vw, 50px) !important;
    position: relative;
    border: 0;
    font-size: clamp(16px, 1.0416vw, 20px);
}
.section-product-intro .bt-trigger * {
    pointer-events: none;
}
.section-product-intro .bt-trigger:before {
    content: "";
    width: 0;
    height: 3px;
    background-color: #F68220;
    left: 0;
    bottom: -2px;
    position: absolute;
    transition: all .4s;
}
.section-product-intro .bt-trigger:hover:before, .section-product-intro .bt-trigger.active:before {
    width: 100%;
}

.section-product-intro .tab-table {
    display: none;
}
.section-product-intro .tab-table.active {
    display: block;
}
.section-product-intro .cta-container {
    margin-top: clamp(20px, 2.7778vw, 40px);
}

.section-product-intro .wraper {
    display: flex;
    gap: clamp(40px, 4.1667vw, 80px);
}
.section-product-intro .gallery-column {
    min-width: 0;
}
.section-product-intro .wraper > div {
    flex: 1;
}
.section-product-intro .product-large-galley .slick-list {
    height: 100% !important;
}
.section-product-intro .product-large-galley .item video {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.section-product-intro .product-large-galley .item .play-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    transition: all .3s;
}
.section-product-intro .product-large-galley .item.video-play .play-icon {
    opacity: 0;
    pointer-events: none;
}
.section-product-intro .product-large-galley .item .play-icon * {
    pointer-events: none;
}
.section-product-intro .product-nav-galley {
    padding: 0 50px;
    margin-top: 10px;
}
.section-product-intro .product-nav-galley .item {
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    cursor: pointer;
}
/* .section-product-intro .product-nav-galley .item-video {
    background-color: #fff;
} */
.section-product-intro .product-nav-galley .item-video, .section-product-intro .product-large-galley .item {
    position: relative;
}
.section-product-intro .product-nav-galley .item-video video {
    width: 100%;
    height: 100%;
    pointer-events: none
}
.section-product-intro .product-nav-galley .item-video svg {
    width: 50px;
    height: 50px;
}
.section-product-intro .product-nav-galley .item-video .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.section-product-intro .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.section-product-intro .slick-arrow.slick-prev {
    left: 0;
}
.section-product-intro .slick-arrow.slick-next {
    right: 0;
}  
.section-product-intro .slick-slide img {
    margin: 0 auto;
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}

@media (max-width: 800px) {
    .section-product-intro .wraper {
        flex-direction: column;
    }
}

.section-product-features {
    background-color: #FDF6E5;
    padding: clamp(50px, 5.2083vw, 100px) 0;
}
/* .section-product-features .general-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
} */
.section-product-features .general-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}
.section-product-features .general-content .bt {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.section-product-features .general-content .cta-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.section-product-features .general-content .cta-item {
    flex-basis: calc( 50% - 5px );
}
/* .section-product-features .general-content .cta-item + .cta-item {
    margin-top: 10px;
} */
@media (max-width: 1023px) {
    .section-product-features .general-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .section-product-features .general-content .cta-container {
        justify-content: flex-start;
    }
}
.section-product-features .general-content .subtitle {
    color: #F68220;
}
.section-product-features .general-content .subtitle:after {
    background-color: #F68220;
}
.section-product-features .general-content .content {
    margin-top: 30px;
}
.section-product-features .general-content .content p:last-child {
    margin-bottom: 0;
}
.section-product-features .icon-list {
    /* display: flex;
    gap: clamp(15px, 1.5625vw, 30px); */
    margin-top: clamp(30px, 3.125vw, 60px);
    /* padding-left: clamp(40px, 4.1667vw, 80px);
    padding-right: clamp(40px, 4.1667vw, 80px); */
}
.section-product-features .icon-list .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: clamp(30px, 2.8645vw, 55px);
}
.section-product-features .icon-list .slick-arrow.slick-disabled {
    opacity: .3;
}
.section-product-features .icon-list .slick-arrow svg {
    max-width: 100%;
}
.section-product-features .icon-list .slick-arrow.slick-prev  {
    left: -40px;
}
.section-product-features .icon-list .slick-arrow.slick-next  {
    right: -40px;
}
.section-product-features .icon-list .slick-list {
    margin-left: -30px;
    margin-right: -30px;
}
.section-product-features .icon-list .slick-track {    
    display: flex;
}
.section-product-features .icon-list .slick-dots {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 30px 0 0;
    padding: 0;
    width: 100%;
    justify-content: center;
    gap: 10px;
}
.section-product-features .icon-list .slick-dots button {
    font-size: 0;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #F68220;
    background-color: #fff;
}
.section-product-features .icon-list .slick-dots .slick-active button {
    background-color: #F68220;
}
.section-product-features .icon-list .item {
    /* flex: 1; */
    text-align: center;
    padding: 0 30px;
    float: none;
    height: auto;
}
.section-product-features .icon-list .item .item-inner {
    background-color: #FFFDF8;
    border-radius: 20px;
    padding: clamp(20px, 3.75vw, 54px) 20px;
    height: 100%;
}

.section-product-features .icon-list .item-image {
    max-width: 120px;
    margin: 0 auto clamp(20px, 2.7778vw, 40px);
}

.section-product-features .icon-list .item .item-title {
    font-size: clamp(20px, 2.0833vw, 30px);
    font-family: 'Sarabun', sans-serif;
    font-weight: 500;
    margin-bottom: 16px;
    color: #414042;
}
.section-product-features .icon-list .item-description {
    font-size: clamp(16px, 1.25vw, 18px);
    font-family: 'Sarabun', sans-serif;
}

@media (max-width: 1400px) {
    .section-product-features .icon-list .slick-list {
        margin-left: -10px;
        margin-right: -10px;
    }
    .section-product-features .icon-list .item {
        padding: 0 10px;
    }
}



.section-product-related {
    padding: clamp(50px, 6.25vw, 120px) 0;
}
.section-product-related .relative {
    position: relative;
}
.section-product-related .related-arrow-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
}
.section-product-related .related-arrow-container button {
    pointer-events: all;
}
/* .section-product-related .related-arrow-container .slick-prev {
    left: 0;
}
.section-product-related .related-arrow-container .slick-next {
    right: 0;
} */
/* .section-product-related .general-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
} */
.section-product-related .general-content .content {
    margin-top: 30px;
}
.section-product-related .general-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}
@media (max-width: 767px) {
    .section-product-related .general-content {
        flex-direction: column;
        align-items: flex-start;
    }
}
.section-product-related .subtitle {
    color: #699B63;
}
.section-product-related .subtitle:after {
    background-color: #699B63;
}
.section-product-related .general-content .description p:last-child {
    margin-bottom: 0;
}
/* .section-product-related .subtitle {
    justify-content: center;
} */
/* .section-product-related .subtitle:before {
    content: "";
    width: 50px;
    height: 1px;
    display: inline-block;
    background-color: #414042;
} */
.section-product-related .items .slick-dots {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 30px 0 0;
    padding: 0;
    width: 100%;
    justify-content: center;
    gap: 10px;
}
.section-product-related .items .slick-dots button {
    font-size: 0;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #F68220;
    background-color: #fff;
}
.section-product-related .items .slick-dots .slick-active button {
    background-color: #F68220;
}
.section-product-related .slick-track {
    display: flex;
    gap: clamp(20px, 2.0833vw, 40px);
    padding-bottom: 5px;
}
.section-product-related .items {
    /* display: flex;
    gap: clamp(15px, 2.0833vw, 40px); */
    margin-top: clamp(30px, 3.125vw, 60px);
}
.section-product-related .item {
    /* flex: 1; */
    /* padding: 0 clamp(10px, 1.0416vw, 20px); */
    border: 1px solid #DCDEE3;
    padding: 16px;
    border-radius: 8px;
    transition: all .3s;
    position: relative;
}
.section-product-related .item .quick-view-button {
    background: #fff;
    position: absolute;
    top: clamp(100px, 12.5vw, 180px);
    left: 50%;
    transform: translate(-50%, 40px);
    color: #000;
    padding: 9px 17px !important;
    height: auto;
    border-radius: 10px;
    border: 2px solid #000;
    width: 160px;
    pointer-events: none;
    opacity: 0;
    transition: all .3s;
}
.section-product-related .item:hover {
    background: #FDF6E5;
    border-color: #FDF6E5;
    box-shadow: 0px 3px 0px #F68220;
}
.section-product-related .item:hover .quick-view-button {
    opacity: 1;
    transform: translate(-50%, 0px);
    pointer-events: all;
}
.section-product-related .item a {
    text-decoration: none;
    padding: 0;
}
.section-product-related .cta-container {
    margin-top: 60px;
    text-align: center;
}
.section-product-related .item-image {
    margin-bottom: clamp(16px, 1.5625vw, 30px);
    height: clamp(130px, 14.9305vw, 215px);
    border-radius: 8px;
    overflow: hidden;
}
.section-product-related .item-image img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}
.section-product-related .item-title {
    color: #292929;
    font-size: clamp(17px, 1.0416vw, 20px);
}


.section-product-download, .tosca-block.section-product-download {
    padding: clamp(50px, 5.2083vw, 100px) 0;
    /* border-top: 1px solid #292929;
    border-bottom: 1px solid #292929; */
    background-color: #fff;
}
.section-product-download {
    background-color: #FDF6E5;
    padding: 40px 0;
}
.section-product-download .wrapper {
    display: flex;
    align-items: flex-end;
    gap: 40px;
    justify-content: space-between;
}
.section-product-download .description p:last-child {
    margin-bottom: 0;
}
.section-product-download  .bt {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.section-product-download .wrapper .cta-item + .cta-item {
    margin-top: 10px;
}
@media (max-width: 1023px) {
    .section-product-download .wrapper {
        flex-direction: column;
        align-items: center;
    }
    .section-product-download .general-content {
        text-align: center;
    }
}
/* END products detail page  */


/* Start Products Listing page  */
.tosca-block.section-products-listing {
    padding: 0 0 120px;
}
.section-products-listing .term-selection {
    background-color: #FDF6E5;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(30px, 4.3229vw, 83px);
    /* margin-bottom: clamp(40px, 4.6875vw, 90px); */
    margin-bottom: 40px;

    max-width: 1440px;   
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;
    transform: translateY(-50%);
}
.section-products-listing .term-selection .item {
    padding: 32px 0;
    font-family: 'Sarabun', sans-serif;
    position: relative;
    cursor: pointer;
    font-size: clamp(15px, 1.0416vw, 20px);
}
.section-products-listing .term-selection .item a {
    padding: 0 10px;
}
.section-products-listing .term-selection .item a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 0;
    background-color: #F68220;
    transition: all .35s;
}
.section-products-listing .term-selection .item a:hover:after, 
.section-products-listing .term-selection .item a.active:after {
    width: 100%;
}
@media (max-width: 767px) {
    .section-products-listing .term-selection {
        display: none;
    }
}

.section-products-listing .term-selection-mobile {
    background-color: #D9D9D9;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(30px, 4.3229vw, 83px);
    margin-bottom: clamp(40px, 4.6875vw, 90px);
    padding: 10px 0;
}
.section-products-listing .term-selection-mobile select {
    color: #414042;
    font-family: 'Sarabun', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    border-radius: 4px;
    border: 1px solid #DCDEE3;
    background: #FFF;
    padding: 8px;
    min-width: 200px;
}
@media (min-width: 768px) {
    .section-products-listing .term-selection-mobile {
        display: none;
    }
}

.section-products-listing .terms-header {
    padding: clamp(70px, 5.7291vw, 110px) 0;
    background-color: #292929;
    color: #fff;
    background-size: cover;
    position: relative;

    margin-right: 60px;
    margin-left: 60px;
    border-radius: 0 0 40px 40px;
    overflow: hidden;
}
.section-products-listing .terms-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.section-products-listing .terms-header-inner {
    max-width: 710px;
    position: relative;
    z-index: 1;
}
.section-products-listing .terms-header .subtitle {
    color: #F68220;
}
.section-products-listing .terms-header .subtitle:after {
    background-color: #F68220;
}
@media (max-width: 1023px) {
    .section-products-listing .terms-header {
        margin-left: 0;
        margin-right: 0;
    }
}
.section-products-listing .description {
    margin-top: clamp(20px, 1.5625vw, 30px);
    font-family: 'Sarabun', sans-serif;
    font-size: clamp(16px, 1.0416vw, 20px);
    line-height: 1.6;
}
.section-products-listing .filters-container {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(21, 32, 70, 0.15);
    display: flex;
    justify-content: space-between;
}



.section-products-listing .product-items {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(4,1fr);
    gap: clamp(20px, 2.0833vw, 40px);
    row-gap: clamp(40px, 3.125vw, 60px);
}
@media (max-width: 1200px) {
    .section-products-listing .product-items {
        grid-template-columns: repeat(3,1fr);
    }
}
@media (max-width: 850px) {
    .section-products-listing .product-items {
        grid-template-columns: repeat(2,1fr);
    }
}
.section-products-listing .product-items .item {
    border: 1px solid #DCDEE3;
    padding: 16px;
    border-radius: 8px;
    transition: all .3s;
    position: relative;
}
.section-products-listing .product-items .item .quick-view-button {
    background: #fff;
    position: absolute;
    top: clamp(100px, 12.5vw, 180px);
    left: 50%;
    transform: translate(-50%, 40px);
    color: #000;
    padding: 9px 17px !important;
    height: auto;
    border-radius: 10px;
    border: 2px solid #000;
    width: 160px;
    pointer-events: none;
    opacity: 0;
    transition: all .3s;
}
.section-products-listing .product-items .item:hover {
    background: #FDF6E5;
    border-color: #FDF6E5;
    box-shadow: 0px 3px 0px #F68220;
}
.section-products-listing .product-items .item:hover .quick-view-button {
    opacity: 1;
    transform: translate(-50%, 0px);
    pointer-events: all;
}
.section-products-listing .item a {
    text-decoration: none;
    padding: 0;
}
.section-products-listing .item .item-title {
    font-size: clamp(17px, 1.0416vw, 20px);
}
.section-products-listing .item .item-description {
    font-size: clamp(15px, 1.0416vw, 20px);
    margin-top: 10px;
}
.section-products-listing .item .item-description p {
    margin: 0;
}
.section-products-listing .item.filtered {
    opacity: 0;
}
.section-products-listing .item.nospace {
    height: 0;
    position: absolute;
    width: 0;
}
.section-products-listing .item-image {
    margin-bottom: clamp(16px, 1.5625vw, 30px);
    height: clamp(130px, 14.9305vw, 215px);   /* 1440px */
    border-radius: 8px;
    overflow: hidden;
}
.section-products-listing .item-image img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}
.section-products-listing #industry-select {
    color: #414042;
    font-family: 'Sarabun', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    border-radius: 4px;
    border: 1px solid #DCDEE3;
    background: #FFF;
    padding: 8px;
    min-width: 200px;
}



/* //ajax pop up */
#modalContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.16);
    z-index: 9999;
    display: flex;
    align-items: center;
    color: #2F3C47;
    
}
#modalContainer .modal-container-outer {
    width: 1920px;
    padding-left: clamp(10px, 7.2917vw, 140px);
    padding-right: clamp(10px, 7.2917vw, 140px);
    padding-top: clamp(10px, 2.6041vw, 50px);
    padding-bottom: clamp(10px, 2.6041vw, 50px);
    max-width: 100%;
    margin: 0 auto;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.3s ease-in;
    /* overflow-y: auto; */
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
    
}
/* @media (max-height: 768px) {
    #modalContainer .modal-container-outer {
        display: block;
    }    
} */

#modalContainer.enter-screen .modal-container-outer {
    opacity: 1;
    transform: translateY(0);
    backdrop-filter: blur(3px);
}

#modalContainer .content-wrapper {
    background-color: #F9FAFA;
    padding: 64px 36px;
    position: relative;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.16));
    border-radius: 12px;
    overflow: hidden;
}

#modalContainer #menuPopClose {
    position: absolute;
    top: 10px;
    border: 0;
    right: 10px;
    background: rgba(255, 255, 255, 0);
    padding: 10px;
    border-radius: 100%;
    transition: all .3s;
    padding: 10px !important;
    z-index: 10;
}
#modalContainer #menuPopClose * {
    pointer-events: none;
}
#modalContainer .modal-container-inner {
    width: 1230px;
    margin: 0 auto;
    background-color: #FFFDF8;
    border-radius: 20px;

    overflow-y: auto;
    /* height: 95%; */
    max-height: 95%;
    box-shadow: 3px 0px 0px 0px #F68221;
    pointer-events: all;

    /* padding-right: 30px;
    scrollbar-width: thin;    
    scrollbar-color: #7ED4F7 #DDEBED; */
}
/* #modalContainer .modal-container-inner::-webkit-scrollbar-track {
    background: #DDEBED;
}
#modalContainer .modal-container-inner::-webkit-scrollbar {
    width: 3px;
}
#modalContainer .modal-container-inner::-webkit-scrollbar-thumb {
    background: #7ED4F7;
}
#modalContainer .modal-container-inner::-webkit-scrollbar-thumb:hover {
    background: #7ED4F7;
} */


/* #modalContainer .modal-container-inner::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 10px; 
}

#modalContainer .modal-container-inner::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 10px;
} */

#modalContainer .block-common .subtitle {
    color: #F68220;
}
#modalContainer .block-common .subtitle:after {
    background-color: #F68220;
}
#modalContainer .block-common .content {
    font-size: clamp(15px, 1.25vw, 18px);
}
#modalContainer .section-product-intro .table-row {
    font-size: clamp(15px, 1.25vw, 18px);
}
#modalContainer .section-product-intro {
    padding: clamp(20px, 3.125vw, 60px);
    width: 100%;
}
#modalContainer .section-product-intro .wraper {
    width: 100%;
}
#modalContainer .section-product-intro .tabs-table-controller {
    margin-top: 35px;
}
#modalContainer .section-product-intro .cta-container {
    margin-top: clamp(20px, 4.1667vw, 60px);
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
#modalContainer article {
    position: relative;
}
#modalContainer .product-large-galley {
    min-height: 300px;
}
#modalContainer .section-product-intro .bt-green {
    background-color: #739A68;
}
#modalContainer .section-product-intro .bt-trigger:before {
    background-color: #F68220;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000000;    
}
.loading-overlay .loader,
.loading-overlay .loader:before,
.loading-overlay .loader:after {
    background: #7ED4F7;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.loading-overlay .loader {
    color: #7ED4F7;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loading-overlay .loader:before,
.loading-overlay .loader:after {
    position: absolute;
    top: 0;
    content: "";
}
.loading-overlay .loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loading-overlay .loader:after {
    left: 1.5em;
}
@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

/* .tosca-block.industry-product-slider .product-preview .image-wrapper {
    height: 400px;
}
.tosca-block.industry-product-slider .product-preview .image-wrapper img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
} */

/* END Products Listing page  */

/* hide section on industries pages  */
/* .tosca-block.industry-product-slider {
    display: none !important;
} */





.no-product-zone {
    padding: 100px 0;
}
.no-product-zone .container {
    margin: 0 auto;
    padding: 0 20px;
    width: 1024px;
    max-width: 100%;
}

.no-product-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .3s;
    pointer-events: none;
}

.no-product-modal-inner {
    margin: 0 auto;
    padding: 0 20px;
    width: 1024px;
    max-width: 100%;
    opacity: 0;
    transform: translateY(40%);
    transition: all .3s;
}
.no-product-modal-container {
    padding: 80px 30px;
    background-color: #fff;
    border-top: 3px solid #F68220;
    text-align: center;
}

.no-product-modal-footer {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.no-product-modal.in-view {
    opacity: 1;
    pointer-events: all;
}
.no-product-modal.in-view .no-product-modal-inner {
    opacity: 1;
    transform: translateY(0);
}



/* // location confirmation  */
.location-confirmation-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0 50px;
    display: none;
    /* background-color: #F68220;
    padding: 20px 80px; */
}
.location-confirmation-modal.visible {
    display: block;
}
.location-confirmation-modal .location-confirmation-modal-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F68220;
    padding: 20px clamp(20px, 4.1667vw, 80px);
    transform: translateY(-100%);
    transition: all .3s;
}
.location-confirmation-modal .location-confirmation-modal-inner.in-view {
    transform: translateY(0);
}
.location-confirmation-modal-inner .description {
    font-family: 'Sarabun';
    font-weight: 700;
    color: #fff;
    font-size: clamp(16px, 1.0416vw, 20px);
}
.location-confirmation-modal .controls {
    display: flex;
    gap: 20px;
}
.location-confirmation-modal .location-confirmation-modal-inner .bt {
    border: 2px solid;
    font-weight: 300 !important;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}
.location-confirmation-modal .bt-x {
    position: fixed;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: all .3s;
}
.location-confirmation-modal .bt-x svg {
    width: 100%;
    height: 100%;
}
.location-confirmation-modal .bt-x svg path {
    fill: #fff;
}
@media (max-width: 1023px) {
    .location-confirmation-modal {
        padding: 0;
    }
}

@media (max-width: 899px) {
    .location-confirmation-modal .location-confirmation-modal-inner {
        padding: 40px 20px;
    }
    .location-confirmation-modal .location-confirmation-modal-inner {
        flex-direction: column;
        gap: 20px;
        border-radius: 0 0 20px 20px;
    }
    .location-confirmation-modal .controls {
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
    }
}

