/*!
Theme Name: icreationslab
Theme URI: http://underscores.me/
Author: icreationslab
Author URI: https://icreationslab.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: icreationslab
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

icreationslab is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover,
a:focus,
a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
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="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.post,
.page {
  margin: 0;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/* End Global
--------------------------------------------- */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.body.b {
  font-family: "DM Sans Bold", "DM Sans";
  font-weight: 700;
}
.body.b span {
  font-family: "DM Sans Bold", "DM Sans";
  font-weight: 700;
}
strong {
  font-family: "DM Sans Bold", "DM Sans";
  font-weight: 700;
}
.wp-block-quote strong,
.wp-block-column strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
.wp-block-heading strong,
.body strong {
  font-family: "DM Sans Bold", "DM Sans";
  font-weight: 700;
}
.title {
  font-family: DM Sans;
  font-weight: 600;
  font-size: 3rem;
  line-height: 3.75rem;
  transition: opacity 0.35s ease-out;
}
.title.s {
  font-size: 2.5rem;
}
.title.l {
  font-size: 3.5rem;
}
.title.xl {
  font-size: 4rem;
}
.title.xl2 {
  font-size: 5rem;
}
.title.b {
  font-weight: 700;
}
.body {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  margin-bottom: 20px;
}
.body.l {
  font-size: 1.25rem;
}
.body.s {
  font-size: 0.875rem;
}
.body.xs {
  font-size: 0.75rem;
}
.body.xxs {
  font-size: 0.625rem;
}
.body.b {
  font-family: DM Sans Bold;
}
.body.light {
  color: #fff;
}
.overline {
  font-family: DM Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 150%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f47929;
}
.overline.xl {
  font-size: 1rem;
  font-weight: 700;
}
.overline.l {
  font-size: 0.875rem;
}
.overline.s {
  font-size: 0.625rem;
}
.overline.b {
  font-weight: 700;
  font-family: DM Sans Bold;
}
.overline.light {
  color: #a75318;
}
.wrap {
  white-space: pre-wrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.ellipsis.card-title {
  -webkit-line-clamp: 3;
}
.ellipsis.card-subtitle {
  -webkit-line-clamp: 2;
}
.shadow.light {
  box-shadow: 4px 6px 8px 0 rgba(0, 0, 0, 0.078);
}
.divider {
  height: 0.5px;
  background-color: #b16269;
  width: 100%;
  max-width: 1440px;
  opacity: 0.5;
  margin-left: auto;
  margin-right: auto;
}
.link {
  color: #111;
  text-decoration: none;
  position: relative;
  transition: color 0.15s ease-in-out;
}
.link:after {
  content: "";
  background: #3edccb;
  position: absolute;
  bottom: -30px;
  left: 25%;
  height: 2px;
  width: 50%;
  transform: scaleX(0);
  transition: transform 0.15s ease-in-out;
  border: 50%;
}
.link:hover {
  color: #b16269;
}
.link:hover:after {
  transform: scaleX(1);
}
.link:visited {
  text-decoration: none;
}
.link.light,
.link.light:hover {
  color: #fff;
}
@media screen and (max-width: 990px) {
  .link {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .link:after {
    content: "";
    background: #3edccb;
    position: relative;
    display: block;
    top: 10px;
    left: 0;
    height: 2px;
    width: 100%;
    transform: scaleX(0);
    transition: unset;
    border: 50%;
  }
}
.link.active:after {
  transform: scaleX(1);
}
.link.no-hover:hover {
  color: #b16269;
}
.link.no-hover:hover:after {
  transform: scaleX(0);
}
.link a {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #0c090c;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 2px solid #3edccb;
}
.link a:hover {
  border-bottom: 4px solid #24998c;
}
.link.light a {
  color: #fff;
}
body,
html {
  padding: 0;
  margin: 0;
  font-family: DM Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
h1 {
  font-size: 6rem;
  line-height: 99%;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 4rem;
  }
}
h2 {
  font-size: 4.5rem;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
}
h3 {
  font-size: 3.5rem;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 2rem;
  }
}
h4 {
  font-size: 2.5rem;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.5rem;
  line-height: 110%;
}
h5.legal-heading {
  color: #a75318;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 1.25rem;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: DM Sans;
  font-weight: 700;
  letter-spacing: 0;
  color: #402d3d;
  margin-bottom: 24px;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light {
  color: #fff;
}
h1.pumpkin,
h2.pumpkin,
h3.pumpkin,
h4.pumpkin,
h5.pumpkin {
  color: #f47929;
}
img {
  height: auto;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
table.legal-table {
  margin-top: 56px;
  margin-bottom: 56px;
  table-layout: fixed;
  width: 100%;
}
table.legal-table thead th {
  text-align: left;
  padding: 16px;
}
table.legal-table tbody tr:nth-child(2n),
table.legal-table thead th {
  background-color: hsla(300, 2%, 92%, 0.5);
}
table.legal-table tbody td {
  padding: 16px;
  overflow-x: auto;
}
table.legal-table tbody ol {
  list-style: none;
  padding-left: 0;
}
table.legal-table tbody ol li {
  margin-bottom: 20px;
}
table.legal-table tbody ol li:last-child {
  margin-bottom: 0;
}
@font-face {
  font-family: fontello;
  src: url('./fonts/fontello.a3353644.eot');
  src: url('./fonts/fontello.a3353644.eot#iefix') format("embedded-opentype"), url('./fonts/fontello.dd0d59cf.woff2') format("woff2"), url('./fonts/fontello.c91fbebe.woff') format("woff"), url('./fonts/fontello.43b561cf.ttf') format("truetype"), url('./fonts/fontello.6d8e8aec.svg#fontello') format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" icon-"]:before,
[class^=icon-]:before {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-linkedin:before {
  content: "\e800";
}
.icon-twitter:before {
  content: "\e801";
}
.icon-search:before {
  content: "\e802";
}
.icon-notebook:before {
  content: "\e811";
}
.icon-cookies:before {
  content: "\e812";
}
.icon-magnifier:before {
  content: "\e813";
}
.icon-pay:before {
  content: "\e81a";
}
.icon-twitter-1:before {
  content: "\e827";
}
.icon-tourism:before {
  content: "\e828";
}
.icon-multi-level:before {
  content: "\e829";
}
.icon-back-up-card:before {
  content: "\e82a";
}
.icon-curbside-pickup:before {
  content: "\e82b";
}
.icon-size:before {
  content: "\e82c";
}
.icon-over-the-counter:before {
  content: "\e82d";
}
.icon-life-insurance:before {
  content: "\e82e";
}
.icon-drive-thru:before {
  content: "\e82f";
}
.icon-increase:before {
  content: "\e830";
}
.icon-calculator:before {
  content: "\e832";
}
.icon-delivery:before {
  content: "\e833";
}
.icon-office:before {
  content: "\e834";
}
.icon-device-attestation:before {
  content: "\e835";
}
.icon-id-identification:before {
  content: "\e836";
}
.icon-identification:before {
  content: "\e837";
}
.icon-payment-accepted:before {
  content: "\e838";
}
.icon-contactless:before {
  content: "\e839";
}
.icon-pin:before {
  content: "\e83a";
}
.icon-bank:before {
  content: "\e83b";
}
.icon-gateway:before {
  content: "\e83e";
}
.icon-data:before {
  content: "\e841";
}
.icon-loyalty:before {
  content: "\e842";
}
.icon-qr:before {
  content: "\e843";
}
.icon-unlock:before {
  content: "\e844";
}
.icon-clock:before {
  content: "\e845";
}
.icon-printer:before {
  content: "\e846";
}
.icon-message:before {
  content: "\e848";
}
.icon-mail-1:before {
  content: "\e849";
}
.icon-laptop:before {
  content: "\e84a";
}
.icon-location:before {
  content: "\e84b";
}
.icon-graph:before {
  content: "\e84c";
}
.icon-global:before {
  content: "\e84d";
}
.icon-folder:before {
  content: "\e84e";
}
.icon-file:before {
  content: "\e84f";
}
.icon-eye:before {
  content: "\e850";
}
.icon-edit:before {
  content: "\e851";
}
.icon-checklist:before {
  content: "\e852";
}
.icon-briefcase:before {
  content: "\e853";
}
.icon-horizontal:before {
  content: "\e854";
}
.icon-vertical:before {
  content: "\e855";
}
.icon-team:before {
  content: "\e856";
}
.icon-kiosk:before {
  content: "\e857";
}
.icon-cards:before {
  content: "\e858";
}
.icon-hsm:before {
  content: "\e859";
}
.icon-process:before {
  content: "\e85a";
}
.icon-calendar:before {
  content: "\e85b";
}
.icon-pay-machine:before {
  content: "\e85c";
}
.icon-question:before {
  content: "\e85d";
}
.icon-cancel:before {
  content: "\e85e";
}
.icon-clear:before {
  content: "\e85f";
}
.icon-check-1:before {
  content: "\e860";
}
.icon-mail:before {
  content: "\e861";
}
.icon-check:before {
  content: "\e862";
}
.icon-menu:before {
  content: "\e863";
}
.icon-more:before {
  content: "\e864";
}
.icon-minus:before {
  content: "\e865";
}
.icon-plus:before {
  content: "\e866";
}
.icon-close:before {
  content: "\e867";
}
.icon-left:before {
  content: "\e868";
}
.icon-right:before {
  content: "\e869";
}
.icon-right-1:before {
  content: "\e86a";
}
.icon-left-1:before {
  content: "\e86b";
}
.icon-up:before {
  content: "\e86c";
}
.icon-down:before {
  content: "\e86d";
}
.icon-linkedin-1:before {
  content: "\e86e";
}
.elementor-widget-n-accordion .e-n-accordion-item-title > span span.e-opened {
  border-radius: 8px;
  background-color: #3edccb;
  padding: 20px 14px;
}
.elementor-widget-n-accordion .e-n-accordion-item-title > span span.e-opened svg {
  margin-top: -8px;
}
.elementor-widget-n-accordion .e-n-accordion-item-title > span span.e-closed {
  border-radius: 8px;
  padding: 20px 14px;
}
.elementor-widget-n-accordion .e-n-accordion-item-title > span span.e-closed svg {
  margin-top: -8px;
}
#back-button-top .elementor-button-text {
  letter-spacing: 2px;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 1em;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
.slick-slide:focus,
.slick-slide:focus-visible {
  outline: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: inline-block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.btn-outline {
  text-align: left;
}
.btn-outline .elementor-button-icon svg {
  width: auto;
}
.btn-outline .elementor-button-text {
  text-align: left;
}
.elementor-button .elementor-button-icon svg {
  width: auto;
}
.elementor-widget-icon-box .elementor-icon-box-title {
  margin-top: 0;
}
.post-term-views .elementor-widget-container {
  background-color: #f47929 !important;
}
.post-term-views .elementor-widget-container span {
  color: #803f0f !important;
}
.post-term-partners .elementor-widget-container {
  background-color: #402D3D !important;
}
.post-term-partners .elementor-widget-container span {
  color: #D8D5D8 !important;
}
header #header-right-menu li.menu-item a.elementor-item:after,
header #header-menu-links li.menu-item a.elementor-item:after {
  left: 25%;
  width: 0;
  bottom: -16px;
  transition: transform 0.15s ease-in-out;
  transform: scaleX(0);
}
header #header-right-menu li.menu-item a.elementor-item:hover:after,
header #header-menu-links li.menu-item a.elementor-item:hover:after {
  width: 50%;
  transform: scaleX(1);
}
header #header-right-menu li.menu-item a.elementor-item.elementor-item-active:after,
header #header-menu-links li.menu-item a.elementor-item.elementor-item-active:after {
  width: 50%;
  transform: scaleX(1);
}
header #header-right-menu li.menu-item.menu-item-has-children ul.sub-menu,
header #header-menu-links li.menu-item.menu-item-has-children ul.sub-menu {
  background-color: #665763;
  margin-top: 30px !important;
}
@media (max-width: 1600px) {
  header #header-right-menu li.menu-item.menu-item-has-children ul.sub-menu,
  header #header-menu-links li.menu-item.menu-item-has-children ul.sub-menu {
    margin-top: 0 !important;
    background-color: transparent;
  }
}
header #header-right-menu li.menu-item.menu-item-has-children ul.sub-menu > li.menu-item,
header #header-menu-links li.menu-item.menu-item-has-children ul.sub-menu > li.menu-item {
  display: flex;
}
header #header-right-menu li.menu-item.menu-item-has-children ul.sub-menu > li.menu-item a.elementor-sub-item,
header #header-menu-links li.menu-item.menu-item-has-children ul.sub-menu > li.menu-item a.elementor-sub-item {
  font-size: 16px;
}
header #header-right-menu li.menu-item.menu-item-has-children ul.sub-menu > li.menu-item a.elementor-sub-item:after,
header #header-menu-links li.menu-item.menu-item-has-children ul.sub-menu > li.menu-item a.elementor-sub-item:after {
  content: " ";
  height: 1px;
  left: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  transition: transform 0.15s ease-in-out;
  transform: scaleX(0);
  background-color: #3edccb;
}
header #header-right-menu li.menu-item.menu-item-has-children ul.sub-menu > li.menu-item a.elementor-sub-item:hover,
header #header-menu-links li.menu-item.menu-item-has-children ul.sub-menu > li.menu-item a.elementor-sub-item:hover {
  align-self: flex-start;
}
header #header-right-menu li.menu-item.menu-item-has-children ul.sub-menu > li.menu-item a.elementor-sub-item:hover:after,
header #header-menu-links li.menu-item.menu-item-has-children ul.sub-menu > li.menu-item a.elementor-sub-item:hover:after {
  width: 100%;
  transform: scaleX(1);
}
header #header-right-menu .for-developers-menu:before,
header #header-menu-links .for-developers-menu:before {
  content: "|";
  display: flex;
  align-items: center;
  padding: 0 10px;
}
header #header-right-menu .for-developers-menu:before:hover,
header #header-menu-links .for-developers-menu:before:hover {
  box-shadow: inset 0 0 0 3px #fff;
}
header #header-right-menu .button-login-menu a,
header #header-menu-links .button-login-menu a {
  padding: 0;
  background-color: transparent;
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
  transition: box-shadow 0.15s ease-out;
  font-family: DM Sans;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 12px 20px;
  border: 2px solid transparent;
  white-space: nowrap;
  max-width: 100px;
}
header #header-right-menu .button-login-menu a:hover:after,
header #header-menu-links .button-login-menu a:hover:after {
  display: none;
}
header #header-right-menu .button-login-menu a:hover,
header #header-menu-links .button-login-menu a:hover {
  box-shadow: inset 0 0 0 3px #fff;
  cursor: pointer;
}
header #header-right-menu .button-login-menu a.elementor-item-active:after,
header #header-menu-links .button-login-menu a.elementor-item-active:after {
  display: none;
}
header #header-right-menu .button-contact-menu,
header #header-menu-links .button-contact-menu {
  margin-left: 30px;
}
@media screen and (max-width: 1660px) {
  header #header-right-menu .button-contact-menu,
  header #header-menu-links .button-contact-menu {
    margin-left: 10px;
  }
}
@media screen and (max-width: 144px) {
  header #header-right-menu .button-contact-menu,
  header #header-menu-links .button-contact-menu {
    margin-left: 30px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  header #header-right-menu .button-contact-menu,
  header #header-menu-links .button-contact-menu {
    margin-left: 0px;
  }
}
header #header-right-menu .button-contact-menu a,
header #header-menu-links .button-contact-menu a {
  background-color: #fff;
  color: #0c090c;
  font-family: DM Sans;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 12px 20px;
  border: 2px solid transparent;
  white-space: nowrap;
  transition: background 0.15s ease-out;
}
header #header-right-menu .button-contact-menu a:hover:after,
header #header-menu-links .button-contact-menu a:hover:after {
  display: none;
}
header #header-right-menu .button-contact-menu a:hover,
header #header-menu-links .button-contact-menu a:hover {
  background-color: #93f1e7;
  cursor: pointer;
}
header #header-right-menu .button-contact-menu a.elementor-item-active:after,
header #header-menu-links .button-contact-menu a.elementor-item-active:after {
  display: none;
}
@media (max-width: 1160px) {
  header #header-menu-links .elementor-menu-toggle {
    padding: 0.7em;
    padding-right: 0;
    background-color: transparent;
  }
  header #header-menu-links .elementor-nav-menu .sub-arrow svg {
    fill: aliceblue;
  }
  header #header-menu-links .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    position: absolute;
    width: calc(100% + 45px);
    top: 50px;
    right: -20px;
    background-color: #402d3d;
    padding: 0 15px 20px;
  }
  header #header-menu-links .elementor-nav-menu--dropdown.elementor-nav-menu__container a {
    height: 70px;
    color: #fff;
  }
  header #header-menu-links .elementor-nav-menu--dropdown.elementor-nav-menu__container li {
    display: flex;
  }
  header #header-menu-links .elementor-nav-menu--dropdown.elementor-nav-menu__container li ul.sub-menu {
    background-color: #fff;
  }
  header #header-menu-links .elementor-nav-menu--dropdown.elementor-nav-menu__container li a.elementor-item-active {
    align-self: flex-start;
  }
  header #header-menu-links .elementor-nav-menu--dropdown.elementor-nav-menu__container li a.elementor-item-active:after {
    content: " ";
    height: 2px;
    left: 15%;
    bottom: 15px;
    width: 70%;
    transition: transform 0.15s ease-in-out;
    transform: scaleX(1);
    background-color: #3EDCCB;
  }
  header #header-menu-links .elementor-nav-menu--dropdown.elementor-nav-menu__container .for-developers-menu:before {
    content: none;
  }
  header #header-menu-links .elementor-nav-menu--dropdown.elementor-nav-menu__container .button-login-menu {
    margin-left: 0;
    padding: 10px 20px;
  }
  header #header-menu-links .elementor-nav-menu--dropdown.elementor-nav-menu__container .button-login-menu a {
    max-height: 50px;
  }
  header #header-menu-links .elementor-nav-menu--dropdown.elementor-nav-menu__container .button-contact-menu {
    margin-left: 0;
    padding: 10px 20px;
  }
  header #header-menu-links .elementor-nav-menu--dropdown.elementor-nav-menu__container .button-contact-menu a {
    color: #0c090c;
    max-height: 50px;
    max-width: 150px;
  }
  header > .e-con-boxed > .e-con-inner > .elementor-element:first-child {
    position: absolute;
    padding: 27px 0;
  }
}
@media (max-width: 1160px) and (max-width: 767px) {
  header #header-menu-links .elementor-nav-menu--dropdown.elementor-nav-menu__container li:first-child {
    margin-top: 15px;
  }
}
@media (max-width: 1160px) and (max-width: 1600px) {
  header #header-menu-links .elementor-nav-menu--dropdown.elementor-nav-menu__container li {
    background-color: transparent;
  }
  header #header-menu-links .elementor-nav-menu--dropdown.elementor-nav-menu__container li.menu-item-has-children {
    flex-direction: column;
  }
}
@media (max-width: 1160px) and (max-width: 1600px) {
  header #header-menu-links .elementor-nav-menu--dropdown.elementor-nav-menu__container li ul.sub-menu {
    margin-top: 0 !important;
    background-color: transparent;
  }
}
@media (max-width: 1160px) and (max-width: 767px) {
  header #header-menu-links .elementor-nav-menu--dropdown.elementor-nav-menu__container .button-login-menu {
    margin-top: 15px;
  }
}
@media (max-width: 1160px) and (max-width: 767px) {
  header #header-menu-links .elementor-nav-menu--dropdown.elementor-nav-menu__container .button-contact-menu {
    margin-bottom: 25px;
  }
}
@media (max-width: 1160px) and (max-width: 768px) {
  header > .e-con-boxed > .e-con-inner > .elementor-element:first-child {
    padding: 20px 0;
    z-index: 10000;
  }
}
@media (max-width: 1160px) {
  header#header-light > .e-con-boxed > .e-con-inner > .elementor-element:first-child {
    padding: 27px 20px;
    width: calc(100% - 100px);
    padding-left: 0;
  }
}
@media (max-width: 425px) {
  header#header-light > .e-con-boxed > .e-con-inner > .elementor-element:first-child {
    width: calc(100% - 80px);
    padding-left: 0;
  }
}
header#header-light #header-menu-links .for-developers-menu:before {
  color: #111;
}
header#header-light #header-right-menu li.menu-item.menu-item-has-children a.elementor-item.has-submenu.highlighted,
header#header-light #header-menu-links li.menu-item.menu-item-has-children a.elementor-item.has-submenu.highlighted {
  background-color: transparent;
}
header#header-light #header-right-menu li.menu-item.menu-item-has-children ul.sub-menu,
header#header-light #header-menu-links li.menu-item.menu-item-has-children ul.sub-menu {
  margin-top: 30px !important;
  background-color: #fff;
}
@media (max-width: 1600px) {
  header#header-light #header-right-menu li.menu-item.menu-item-has-children ul.sub-menu,
  header#header-light #header-menu-links li.menu-item.menu-item-has-children ul.sub-menu {
    margin-top: 0 !important;
    background-color: transparent;
  }
}
header#header-light #header-right-menu li.menu-item.menu-item-has-children ul.sub-menu > li.menu-item,
header#header-light #header-menu-links li.menu-item.menu-item-has-children ul.sub-menu > li.menu-item {
  display: flex;
}
header#header-light #header-right-menu li.menu-item.menu-item-has-children ul.sub-menu > li.menu-item a.elementor-sub-item,
header#header-light #header-menu-links li.menu-item.menu-item-has-children ul.sub-menu > li.menu-item a.elementor-sub-item {
  background-color: transparent !important;
}
header#header-light #header-right-menu .elementor-nav-menu .sub-arrow svg,
header#header-light #header-menu-links .elementor-nav-menu .sub-arrow svg {
  fill: aliceblue;
}
header#header-light #header-right-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container,
header#header-light #header-menu-links .elementor-nav-menu--dropdown.elementor-nav-menu__container {
  position: absolute;
  width: calc(100% + 75px);
  top: 50px;
  right: -50px;
  background-color: #402d3d;
  padding: 0 15px 20px;
}
@media (min-width: 1160px) {
  header#header-light #header-right-menu .button-login-menu a,
  header#header-light #header-menu-links .button-login-menu a {
    color: #0c090c;
    box-shadow: inset 0 0 0 2px #402d3d;
    transition: box-shadow 0.15s ease-out;
  }
  header#header-light #header-right-menu .button-login-menu a:hover,
  header#header-light #header-menu-links .button-login-menu a:hover {
    box-shadow: inset 0 0 0 3px #402d3d;
    cursor: pointer;
  }
}
header#header-light #header-right-menu .button-contact-menu:hover,
header#header-light #header-menu-links .button-contact-menu:hover {
  background-color: transparent;
  cursor: pointer;
}
@media (min-width: 1160px) {
  header#header-light #header-right-menu .button-contact-menu a,
  header#header-light #header-menu-links .button-contact-menu a {
    background-color: #402d3d;
    color: #fff;
  }
}
header#header-light #header-right-menu .button-contact-menu a:hover,
header#header-light #header-menu-links .button-contact-menu a:hover {
  background-color: #0c090c;
  cursor: pointer;
}
header#header-light div.elementor-menu-toggle svg {
  filter: brightness(0) saturate(100%) invert(0%) sepia(93%) saturate(0%) hue-rotate(307deg) brightness(93%) contrast(107%);
}
@media (min-width: 1160px) {
  #header-menu-links .button-contact-menu,
  #header-menu-links .button-login-menu {
    display: none;
  }
}
.last-news-featured-image-container {
  max-height: 228px;
}
.last-news-post-info-container .elementor-widget-theme-post-title.elementor-page-title.elementor-widget-heading .elementor-widget-container {
  padding-right: 50px;
  max-width: 382px;
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 1160px) {
  .last-news-post-info-container .elementor-widget-theme-post-title.elementor-page-title.elementor-widget-heading .elementor-widget-container {
    max-height: 68px;
  }
}
@media (max-width: 767px) {
  .last-news-post-info-container .elementor-widget-theme-post-title.elementor-page-title.elementor-widget-heading .elementor-widget-container {
    max-height: 68px;
  }
}
.last-news-post-info-container .elementor-element.elementor-widget.elementor-widget-theme-post-excerpt .elementor-widget-container {
  color: #111;
}
.last-news-post-info-container .elementor-element.elementor-widget.elementor-widget-theme-post-excerpt .elementor-widget-container * {
  color: #111;
}
.team-members-post-info-container .elementor-widget-theme-post-title.elementor-page-title.elementor-widget-heading .elementor-widget-container {
  padding-right: 0;
}
.top-case-studies-item .elementor-widget-theme-post-title.elementor-page-title.elementor-widget-heading .elementor-widget-container {
  max-width: unset;
  max-height: unset;
  padding: 0;
}
.top-case-studies-item .last-news-featured-image-container {
  min-height: 277px;
  max-height: 277px;
}
@media (max-width: 767px) {
  .top-case-studies-item .last-news-featured-image-container {
    max-width: 640px;
    margin: 0 auto;
  }
}
.top-case-studies-item .last-news-featured-image-container img {
  min-height: 277px;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
}
@media (max-width: 1160px) {
  .top-case-studies-item .last-news-featured-image-container img {
    position: unset;
    transform: unset;
  }
}
#loop-carousel-container .swiper-pagination-bullets,
#last-new-container .swiper-pagination-bullets {
  margin-top: 80px;
  top: auto;
  bottom: auto;
  height: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #loop-carousel-container .swiper-pagination-bullets,
  #last-new-container .swiper-pagination-bullets {
    margin-top: 40px;
  }
}
@media (max-width: 425px) {
  #loop-carousel-container .swiper-pagination-bullets,
  #last-new-container .swiper-pagination-bullets {
    margin-top: 40px;
  }
}
#loop-carousel-container .swiper-pagination-bullets .swiper-pagination-bullet,
#last-new-container .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #a75318;
  width: 8px;
  height: 8px;
  opacity: 1;
  margin: 8px;
}
@media (max-width: 425px) {
  #loop-carousel-container .swiper-pagination-bullets .swiper-pagination-bullet,
  #last-new-container .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 6px;
  }
}
#loop-carousel-container .swiper-pagination-bullets .swiper-pagination-bullet-active,
#last-new-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #f47929;
  box-shadow: 0 0 2px 3px #a75318;
  color: #fff;
}
#loop-carousel-container :is(.elementor-swiper-button-next, .elementor-swiper-button-prev),
#last-new-container :is(.elementor-swiper-button-next, .elementor-swiper-button-prev) {
  top: auto;
  margin-top: 68px;
  height: 40px;
}
@media (max-width: 767px) {
  #loop-carousel-container :is(.elementor-swiper-button-next, .elementor-swiper-button-prev),
  #last-new-container :is(.elementor-swiper-button-next, .elementor-swiper-button-prev) {
    margin-top: 45px;
    background: #402D3D;
    z-index: 99;
  }
}
@media (max-width: 425px) {
  #loop-carousel-container :is(.elementor-swiper-button-next, .elementor-swiper-button-prev),
  #last-new-container :is(.elementor-swiper-button-next, .elementor-swiper-button-prev) {
    width: 20%;
    z-index: 99;
    padding: 0 10px;
  }
}
#loop-carousel-container .elementor-swiper-button-prev,
#last-new-container .elementor-swiper-button-prev {
  left: calc(50% - 160px);
}
@media (max-width: 1440px) {
  #loop-carousel-container .elementor-swiper-button-prev,
  #last-new-container .elementor-swiper-button-prev {
    left: calc(50% - 250px);
  }
}
@media (max-width: 768px) {
  #loop-carousel-container .elementor-swiper-button-prev,
  #last-new-container .elementor-swiper-button-prev {
    left: 0;
    justify-content: start;
    opacity: 0;
  }
}
@media (max-width: 425px) {
  #loop-carousel-container .elementor-swiper-button-prev,
  #last-new-container .elementor-swiper-button-prev {
    left: -40px;
    justify-content: start;
    opacity: 0;
  }
}
#loop-carousel-container .elementor-swiper-button-next,
#last-new-container .elementor-swiper-button-next {
  right: calc(50% - 160px);
}
@media (max-width: 1440px) {
  #loop-carousel-container .elementor-swiper-button-next,
  #last-new-container .elementor-swiper-button-next {
    right: calc(50% - 250px);
  }
}
@media (max-width: 768px) {
  #loop-carousel-container .elementor-swiper-button-next,
  #last-new-container .elementor-swiper-button-next {
    right: 0;
    justify-content: end;
    opacity: 0;
  }
}
@media (max-width: 425px) {
  #loop-carousel-container .elementor-swiper-button-next,
  #last-new-container .elementor-swiper-button-next {
    right: -40px;
    justify-content: end;
    opacity: 0;
  }
}
#last-new-container .swiper-slide {
  border-radius: 16px;
}
#last-new-container .swiper-slide .e-con-inner {
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
  #last-new-container .swiper-slide .e-con-inner {
    max-height: 425px;
  }
}
#last-new-container .swiper-slide .last-news-post-info-container > div,
#last-new-container .swiper-slide .last-news-post-info-container,
#last-new-container .swiper-slide .last-news-featured-image-container {
  transition: top 0.3s ease;
  top: 0;
}
#last-new-container .swiper-slide .elementor-widget-theme-post-title {
  min-height: 90px;
}
#last-new-container .swiper-slide:hover .last-news-featured-image-container {
  top: -10%;
}
#last-new-container .swiper-slide:hover .last-news-post-info-container > div {
  top: -25%;
}
#last-new-container .swiper-slide:hover .last-news-post-info-container > div.last-news-read-more-text {
  top: 0;
}
.elementor-widget-loop-grid .e-loop-item .news-media-item {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .elementor-widget-loop-grid .e-loop-item .news-media-item {
    max-width: 384px;
    margin: 0 auto;
  }
}
.elementor-widget-loop-grid .e-loop-item .news-media-item .e-con-inner {
  justify-content: flex-end;
  max-height: 425px;
  margin: unset;
}
.elementor-widget-loop-grid .e-loop-item .news-media-item .last-news-featured-image-container {
  position: absolute;
  transition: top 0.3s ease;
  top: 0;
}
.elementor-widget-loop-grid .e-loop-item .news-media-item .last-news-post-info-container {
  transition: min-height 0.3s ease;
  min-height: 198px;
}
.elementor-widget-loop-grid .e-loop-item .news-media-item .last-news-post-info-container > div.last-news-read-more-text {
  position: absolute;
  bottom: 24px;
  top: auto;
}
.elementor-widget-loop-grid .e-loop-item .news-media-item:hover {
  cursor: pointer;
}
.elementor-widget-loop-grid .e-loop-item .news-media-item:hover .last-news-featured-image-container {
  top: -10%;
}
.elementor-widget-loop-grid .e-loop-item .news-media-item:hover .last-news-post-info-container {
  min-height: 240px;
  position: relative;
}
@media (max-width: 768px) {
  #member-tabs-container {
    overflow: hidden;
    max-width: 98%;
    padding-bottom: 10px;
  }
  #member-tabs-container .elementor-swiper-button-prev,
  #member-tabs-container .elementor-swiper-button-next {
    opacity: 1;
    top: 100px;
    background-color: transparent;
  }
}
@media (max-width: 425px) {
  #member-tabs-container .elementor-swiper-button-prev {
    left: 0;
  }
  #member-tabs-container .elementor-swiper-button-next {
    right: 0;
  }
}
@media (max-width: 768px) {
  #member-tabs-container .swiper-pagination-bullets {
    margin-top: 20px;
    display: none;
  }
}
@media (max-width: 425px) {
  #member-tabs-container .swiper-pagination-bullets {
    margin-top: 5px;
  }
}
#member-tabs-container .swiper-button-lock.elementor-swiper-button-prev,
#member-tabs-container .swiper-button-lock.elementor-swiper-button-next {
  display: none;
}
#member-tabs-container .post-excerpt {
  display: none;
  position: absolute;
  z-index: 1;
  background: #665763;
  color: #fff;
  padding: 30px 20px;
  height: 100%;
  transition: all 0.3s ease;
}
#member-tabs-container .swiper-wrapper {
  justify-content: center;
}
#member-tabs-container .swiper-slide:hover .post-excerpt {
  display: block;
}
#member-tabs-container .swiper-slide img {
  object-fit: cover;
}
@media (max-width: 1200px) {
  #member-tabs-container .e-n-tabs-heading {
    max-width: 80%;
    margin: 0 auto;
  }
}
#member-tabs-container .e-n-tabs-heading button {
  min-width: 165px;
}
@media (max-width: 1200px) {
  #member-tabs-container .e-n-tabs-heading button {
    min-width: 210px;
  }
}
#member-tabs-container .e-n-tabs-heading button[aria-selected="true"]:hover {
  background-color: #b0f8f1;
}
@media (max-width: 1160px) {
  #member-tabs-container .e-n-tabs-content .elementor-loop-container .e-loop-item .e-con-inner {
    max-width: 220px;
  }
}
header,
header#header-dark {
  background: rgba(64, 45, 61, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.container {
  position: relative;
  height: 80px;
  margin: 0 auto;
}
.container .background {
  position: fixed;
  top: 0;
  background: rgba(64, 45, 61, 0.1);
  height: 80px;
  width: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 2;
}
.container .background .inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 100px;
  font-family: 'DM Sans';
  font-weight: 400;
}
.container .background .inner .logo {
  transition: opacity 0.23s ease-in-out;
}
.container .background .inner .logo:hover {
  cursor: pointer;
  opacity: 0.7;
}
.container .background .inner .nav-links {
  display: flex;
  column-gap: 30px;
  align-items: center;
}
.container .background .inner .end {
  display: flex;
  column-gap: 30px;
  align-items: center;
}
.container .background.dark {
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1265px) {
  .container .background .inner {
    padding: 0 20px;
  }
  .container .background .inner .nav-links {
    column-gap: 20px;
  }
  .container .background .inner .end {
    column-gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .container .background .inner .nav-links {
    column-gap: 10px;
  }
  .container .background .inner .end {
    column-gap: 10px;
  }
}
header#header-light {
  background-color: hsla(0, 0%, 100%, 0.7);
}
header#header-light .elementor-widget-theme-site-logo a:after {
  content: '';
  width: 172px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  background: url('./images/logo_top_nav_dark.webp') center center no-repeat;
  background-size: contain;
}
.Footer_right__SHhty .Footer_back-to-top__uewrs {
  background-color: #665763;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3edccb;
  font-size: 40px;
}
.Footer_right__SHhty .Footer_back-to-top__uewrs:hover {
  cursor: pointer;
}
#faqs-container .e-n-accordion .e-n-accordion-item {
  padding: 0 0 35px 0;
  border-bottom: 1px solid #8c818a;
  margin-top: 32px;
}
#faqs-container .e-n-accordion .e-n-accordion-item:first-child {
  margin-top: 0;
}
#faqs-container .e-n-accordion .e-n-accordion-item:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .home #last-new-container .swiper-slide .e-con-inner {
    max-width: 382px;
  }
}
@media (max-width: 767px) {
  .home #home-ecosys-container {
    margin-left: 24px;
    margin-right: 24px;
    width: calc(100% - 48px);
  }
}
#home-ecosys-container .elementor-element .elementor-widget-container {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
  height: 68px;
}
#home-ecosys-container .elementor-element .elementor-widget-container .map-coverage_key__suDS_ {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
#home-ecosys-container .elementor-element .elementor-widget-container .map-coverage_key__suDS_ .map-coverage_dot__rZLQw {
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: #f47929;
}
#home-ecosys-container .elementor-element .elementor-widget-container .map-coverage_key__suDS_ .map-coverage_blue__t58jh {
  background: #3edccb;
}
#contact-form {
  font-family: DM Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  margin-bottom: 20px;
}
#contact-form .gform_heading {
  display: none;
}
#contact-form .gform_fields {
  row-gap: 24px;
}
#contact-form .gfield--type-checkbox {
  border: none;
}
#contact-form .gfield_required {
  display: none;
}
#contact-form label.gform-field-label {
  font-size: 12.5px;
  padding-left: 16px;
  padding-top: 16px;
  color: #402D3D;
  margin: 0;
  position: absolute;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
  padding: 32px 60px 5px 16px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #402d3d;
  margin-bottom: 5px;
}
#contact-form input[type="text"]::placeholder,
#contact-form input[type="email"]::placeholder,
#contact-form textarea::placeholder {
  font-size: 16px;
  color: #402D3D;
  opacity: 0.6;
}
#contact-form input[type="text"],
#contact-form input[type="email"] {
  min-height: 64px;
}
#contact-form .gfield.gfield--type-checkbox input.gfield-choice-input[type="checkbox"] {
  border-radius: 4px;
}
#contact-form .gfield.gfield--type-checkbox label.gform-field-label {
  font-size: 10px;
  padding: 0;
  padding-left: 30px;
}
#contact-form .gfield.gfield--type-checkbox label.gform-field-label a {
  color: #000000;
  border-bottom: 1px solid #3edccb;
}
#contact-form .gform_footer {
  justify-content: right;
}
#contact-form .gform_footer input.gform_button[type="submit"] {
  margin-top: 30px;
  background-color: #b2abb1;
  color: #fff;
  border: 2px solid #b2abb1;
  cursor: default;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 12px 20px;
  border: 2px solid transparent;
  white-space: nowrap;
  transition: background 0.15s ease-out;
}
#contact-form .gform_footer input.gform_button[type="submit"]:hover {
  cursor: pointer;
}
#contact-form .gform_confirmation_wrapper {
  color: #402d3d;
  text-align: center;
  display: flex;
  min-height: 500px;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1.4em;
}
#contact-emails .elementor-icon-box-content .elementor-icon-box-description a {
  color: #000;
  padding-bottom: 10px;
  border-bottom: 2px solid #3edccb;
}
#employee-testimonials .elementor-main-swiper {
  padding: 0;
}
#employee-testimonials .swiper-vertical .swiper-wrapper {
  margin-left: 210px;
  z-index: 11;
}
@media (max-width: 1024px) and (min-width: 768px) {
  #employee-testimonials .swiper-vertical .swiper-wrapper {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #employee-testimonials .swiper-vertical .swiper-wrapper {
    margin-left: 0px;
  }
}
#employee-testimonials .elementor-testimonial {
  display: flex;
  flex-direction: column;
  max-width: 750px;
}
@media (max-width: 1024px) {
  #employee-testimonials .elementor-testimonial {
    max-width: 100%;
  }
}
#employee-testimonials .elementor-testimonial .elementor-testimonial__content {
  order: 2;
}
#employee-testimonials .elementor-testimonial .elementor-testimonial__content .elementor-testimonial__text {
  padding-right: 10px;
  max-height: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (max-width: 1024px) and (min-width: 768px) {
  #employee-testimonials .elementor-testimonial .elementor-testimonial__content .elementor-testimonial__text {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #employee-testimonials .elementor-testimonial .elementor-testimonial__content .elementor-testimonial__text {
    max-width: 100%;
  }
}
#employee-testimonials .elementor-testimonial .elementor-testimonial__content .elementor-testimonial__text_readmore {
  padding-top: 20px;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 2px solid #3edccb;
  display: block;
  max-width: 90px;
}
@media (max-width: 767px) {
  #employee-testimonials .elementor-testimonial .elementor-testimonial__content .elementor-testimonial__text_readmore {
    padding-top: 40px;
  }
}
#employee-testimonials .elementor-testimonial .elementor-testimonial__content .elementor-testimonial__text_readmore:hover {
  border-bottom: 4px solid #24998c;
  cursor: pointer;
}
#employee-testimonials .elementor-testimonial .elementor-testimonial__footer {
  order: 1;
  margin-top: 0;
  margin-bottom: 24px;
}
#employee-testimonials .elementor-testimonial .elementor-testimonial__footer .elementor-testimonial__image {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(221.05deg, #513d4e 7.39%, #402e3d 95.31%);
  display: flex;
  align-items: center;
  justify-content: center;
}
#employee-testimonials .elementor-testimonial .elementor-testimonial__footer .elementor-testimonial__image img {
  object-fit: contain;
  height: inherit;
}
@media (max-width: 767px) {
  #employee-testimonials .elementor-testimonial .elementor-testimonial__footer .elementor-testimonial__title {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  #employee-testimonials .swiper-pagination-vertical.swiper-pagination-bullets,
  #employee-testimonials .swiper-vertical > .swiper-pagination-bullets {
    right: auto;
    left: calc(210px / 2 + 40px);
    top: calc(var(--swiper-navigation-size) / 0.265);
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  #employee-testimonials .swiper-pagination-vertical.swiper-pagination-bullets,
  #employee-testimonials .swiper-vertical > .swiper-pagination-bullets {
    left: 0;
  }
}
@media (max-width: 767px) {
  #employee-testimonials .swiper-pagination-vertical.swiper-pagination-bullets,
  #employee-testimonials .swiper-vertical > .swiper-pagination-bullets {
    left: 0;
  }
}
@media (min-width: 768px) {
  #employee-testimonials .swiper-vertical :is(.elementor-swiper-button-next, .elementor-swiper-button-prev) {
    left: calc(210px / 2 + 40px);
    transform: rotate(90deg);
    transform-origin: left center;
    margin-left: 12px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  #employee-testimonials .swiper-vertical :is(.elementor-swiper-button-next, .elementor-swiper-button-prev) {
    left: 0;
  }
}
@media (max-width: 767px) {
  #employee-testimonials .swiper-vertical :is(.elementor-swiper-button-next, .elementor-swiper-button-prev) {
    left: 0;
  }
}
#employee-testimonials .swiper-vertical .elementor-swiper-button-prev {
  top: 60px;
}
#employee-testimonials .swiper-vertical .elementor-swiper-button-prev svg {
  fill: #fff;
}
#employee-testimonials .swiper-vertical .elementor-swiper-button-next {
  top: auto;
  bottom: calc(var(--swiper-navigation-size) / 0.2);
  height: 20px;
  width: 20px;
  z-index: 11;
}
#employee-testimonials .swiper-vertical .elementor-swiper-button-next svg {
  fill: #fff;
}
#employee-testimonials .swiper-horizontal :is(.elementor-swiper-button-next, .elementor-swiper-button-prev) {
  display: none;
}
#employee-testimonials .swiper-pagination-bullet {
  background-color: #a75318;
  width: 8px;
  height: 8px;
  opacity: 1;
  margin: 8px;
}
#employee-testimonials .swiper-pagination-bullet-active {
  background-color: #f47929;
  box-shadow: 0 0 2px 3px #a75318;
  color: #fff;
}
.terms-and-conditions_content__7t_nG ul,
.privacy-policy_content__azW_A ul {
  padding-left: 25px;
}
.cookies-policy_link-content__r6wHS {
  height: 100%;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 24px;
  margin-top: 50px;
}
.cookies-policy_link__gp8f1 {
  cursor: pointer;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #3edccb;
  text-transform: uppercase;
}
.responsible-disclosure_link-content__Ivc_p {
  height: 100%;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 24px;
}
.responsible-disclosure_link__XJtbD {
  padding-bottom: 10px;
  border-bottom: 2px solid #3edccb;
  text-transform: uppercase;
  line-height: 40px;
}
.elementor-widget-container .CookieDeclaration a {
  color: #000000;
  border-bottom: 1px solid #3edccb;
}
.elementor-widget-container .CookieDeclaration p {
  margin-bottom: 1rem;
}
.elementor-widget-container .CookieDeclaration .CookieDeclarationDialogText {
  font-family: "DM Sans Bold", "DM Sans";
  font-weight: 700;
  font-size: 1.25rem;
}
body.single h1,
body.single-post h1,
body.single h2,
body.single-post h2,
body.single h3,
body.single-post h3,
body.single h4,
body.single-post h4,
body.single h5,
body.single-post h5,
body.single h6,
body.single-post h6 {
  color: #111;
  font-weight: 700;
}
body.single .elementor-widget-theme-post-content img,
body.single-post .elementor-widget-theme-post-content img {
  padding: 56px 0;
}
body.single .elementor-widget-theme-post-content .wp-block-image img,
body.single-post .elementor-widget-theme-post-content .wp-block-image img {
  padding: 0;
}
body.single .elementor-widget-theme-post-content .wp-block-gallery .wp-block-image img,
body.single-post .elementor-widget-theme-post-content .wp-block-gallery .wp-block-image img {
  padding: 56px 0;
}
body.single .elementor-widget-theme-post-content p,
body.single-post .elementor-widget-theme-post-content p {
  color: #000;
  margin: 16px 0;
  line-height: 1.6em;
}
body.single .elementor-widget-theme-post-content .wp-block-column p,
body.single-post .elementor-widget-theme-post-content .wp-block-column p {
  margin: 0;
  line-height: 1.5em;
}
body.single .elementor-widget-theme-post-content a,
body.single-post .elementor-widget-theme-post-content a {
  color: #0c090c;
  border-bottom: 2px solid #3edccb;
  transition: border-bottom 0.2s ease-in-out;
}
body.single .elementor-widget-theme-post-content a:hover,
body.single-post .elementor-widget-theme-post-content a:hover {
  border-bottom: 4px solid #24998c;
}
body.single .lets-connect-container .elementor-icon-list-items .elementor-icon-list-text,
body.single-post .lets-connect-container .elementor-icon-list-items .elementor-icon-list-text {
  display: none;
}
#template-single-post-new-media-detail .brow-heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7em;
}
#template-single-post-new-media-detail p.highlight {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1em;
}
#template-single-post-new-media-detail p {
  line-height: 1.4em;
}
#template-single-post-new-media-detail blockquote p {
  line-height: 1.2em;
}
#template-single-post-new-media-detail .key-points-container {
  padding-left: 36px;
  border: 4px solid #fff;
  border-image: linear-gradient(90deg, #F04B53 0%, #F47929 99.97%) 30;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
#template-single-post-new-media-detail .key-points-container .elementor-post-info .elementor-icon-list-icon {
  display: none;
}
#template-single-post-new-media-detail .key-points-container .elementor-post-info .elementor-icon-list-text {
  padding: 0;
  line-height: 1.5em;
}
.left-content-post-detail .elementor-widget-theme-post-excerpt .elementor-widget-container h1,
.left-content-post-detail .elementor-widget-theme-post-excerpt .elementor-widget-container h2,
.left-content-post-detail .elementor-widget-theme-post-excerpt .elementor-widget-container h3,
.left-content-post-detail .elementor-widget-theme-post-excerpt .elementor-widget-container h4,
.left-content-post-detail .elementor-widget-theme-post-excerpt .elementor-widget-container h5 {
  color: #402D3D;
}
#table-of-contents-container .elementor-toc__header {
  display: none;
}
#table-of-contents-container .elementor-toc__body {
  padding: 0;
  font-size: 20px;
}
#table-of-contents-container .elementor-toc__body > ul > li {
  margin-bottom: 16px;
  padding-left: 36px;
}
#table-of-contents-container .elementor-toc__body > ul > li a {
  font-weight: 400;
}
#table-of-contents-container .elementor-toc__body > ul > li a.elementor-item-active {
  color: #111;
  text-decoration: underline;
}
#table-of-contents-container .elementor-toc__body > ul > li a.elementor-toc__top-level {
  font-weight: 700;
  line-height: 1.4em;
  font-size: 20px;
}
#table-of-contents-container .elementor-toc__body > ul > li ul {
  margin-left: 0;
}
#table-of-contents-container .elementor-toc__body > ul > li ul.elementor-toc__list-wrapper {
  margin-top: 8px;
}
/*# sourceMappingURL=style.css.map */