html {
  font-size: 16px;
}

html, blockquote {
  font-size: 16px;
  line-height: 1.5;
}

body {
  --ps-clientwidth: 100vw;
  --ps-screencontainer-gap: calc( max( 0rem, ( var(--ps-clientwidth) - 84rem ) ) / 2 );
}

body {
  font-size: 1.25rem;
  overflow-x: hidden;
  line-height: 1.5;
  background-color: #fafafa;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
body > [data-elementor-type=wp-page] {
  width: inherit;
  max-width: inherit;
}
body > [data-elementor-type=wp-page].elementor-edit-mode > .elementor-section-wrap {
  width: inherit;
  max-width: inherit;
}

.elementor-popup-modal {
  width: inherit;
  max-width: inherit;
  left: unset !important;
}

.elementor-location-header[data-elementor-type=header] {
  width: inherit;
  max-width: inherit;
}
.elementor-location-header[data-elementor-type=header] > .elementor-section-wrap.ui-sortable {
  width: inherit;
  max-width: inherit;
}
.elementor-location-header[data-elementor-type=header] .td-header-main {
  max-width: inherit;
}

p.elementor-heading-title, div.elementor-heading-title, span.elementor-heading-title {
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p, blockquote {
  margin-bottom: 1.5rem;
}

.font-sm {
  font-size: 1rem;
}

/* HELPER: UNORDERED LIST ICONS */
ul.ul-circle {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1.5em;
}
ul.ul-circle > li {
  position: relative;
  padding-left: 1.4em;
}
ul.ul-circle > li::before {
  position: absolute;
  font-weight: 600;
  font-size: 0.3em;
  line-height: inherit;
  content: "\f111";
  display: block;
  color: currentColor;
  left: 0;
  margin-top: 1.9em;
  font-family: "Font Awesome 7 Pro", sans-serif;
}
ul.ul-circle > li > ul {
  margin-top: 1.2em;
}
ul.ul-circle > li > ul > li::before {
  font-weight: 400;
}

.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

.uael-faq-accordion .uael-accordion-content p {
  margin-bottom: 1.75em;
}

.elementor-widget-text-editor .elementor-widget-container a {
  text-decoration: underline;
}

.elementor-widget-theme-post-content > .elementor-widget-container > p > a {
  text-decoration: underline;
}

.elementor-widget-icon .elementor-icon-wrapper {
  line-height: 0;
}

/* HEADERS */
body .td-header-main {
  transition: all 0.3s ease-in-out !important;
  position: fixed;
  width: 100%;
  background-color: transparent;
}
body .td-header-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: 100%;
  transition: all 0.3s ease-in-out !important;
}
body .td-header-main.hidden-top {
  transform: translateY(-100%);
}
body .td-header-main.fixbg {
  background-color: #06042B !important;
}
body .td-header-main .td-header-search {
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: -20px;
  z-index: -1;
}
body .td-header-main .td-header-search.search-open {
  visibility: visible;
  opacity: 1;
  right: 0px;
  z-index: 2;
}
@media screen and (max-width: 1359px) {
  body .td-header-main .header-menu-lg {
    display: none;
  }
}
@media screen and (min-width: 1360px) {
  body .td-header-main .header-menu-mb {
    display: none;
  }
}

/* HELPER: MENU */
.td-menu-h, .td-menu-h li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.td-menu-h li {
  display: inline-block;
}

.td-uniform-height.td-loop-item > [data-elementor-type=section],
.td-uniform-height.td-loop-item > [data-elementor-type=container] {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.d-flex.elementor-column > .elementor-widget-wrap {
  flex-direction: column;
}

.primary {
  color: #06042B !important;
}

.color1 {
  color: #06042B !important;
}

.color2 {
  color: #202E97 !important;
}

.color3 {
  color: #1AA7EC !important;
}

.color4 {
  color: #73EBEB !important;
}

.color5 {
  color: #CBE675 !important;
}

.white {
  color: #ffffff !important;
}

.black {
  color: #000000 !important;
}

.gray {
  color: #F5F5F5 !important;
}

.grayF8 {
  color: #F8F8F8 !important;
}

.hover-primary:hover, .hover-primary:focus, .hover-primary:active {
  color: #06042B !important;
}

.hover-color1:hover, .hover-color1:focus, .hover-color1:active {
  color: #06042B !important;
}

.hover-color2:hover, .hover-color2:focus, .hover-color2:active {
  color: #202E97 !important;
}

.hover-color3:hover, .hover-color3:focus, .hover-color3:active {
  color: #1AA7EC !important;
}

.hover-color4:hover, .hover-color4:focus, .hover-color4:active {
  color: #73EBEB !important;
}

.hover-color5:hover, .hover-color5:focus, .hover-color5:active {
  color: #CBE675 !important;
}

.hover-white:hover, .hover-white:focus, .hover-white:active {
  color: #ffffff !important;
}

.hover-black:hover, .hover-black:focus, .hover-black:active {
  color: #000000 !important;
}

.hover-gray:hover, .hover-gray:focus, .hover-gray:active {
  color: #F5F5F5 !important;
}

.hover-grayF8:hover, .hover-grayF8:focus, .hover-grayF8:active {
  color: #F8F8F8 !important;
}

.hover-parent .hover-child-primary * {
  transition: 0.3s all ease-in-out;
}
.hover-parent:hover .hover-child-primary * {
  color: #06042B !important;
}

.hover-parent .hover-child-color1 * {
  transition: 0.3s all ease-in-out;
}
.hover-parent:hover .hover-child-color1 * {
  color: #06042B !important;
}

.hover-parent .hover-child-color2 * {
  transition: 0.3s all ease-in-out;
}
.hover-parent:hover .hover-child-color2 * {
  color: #202E97 !important;
}

.hover-parent .hover-child-color3 * {
  transition: 0.3s all ease-in-out;
}
.hover-parent:hover .hover-child-color3 * {
  color: #1AA7EC !important;
}

.hover-parent .hover-child-color4 * {
  transition: 0.3s all ease-in-out;
}
.hover-parent:hover .hover-child-color4 * {
  color: #73EBEB !important;
}

.hover-parent .hover-child-color5 * {
  transition: 0.3s all ease-in-out;
}
.hover-parent:hover .hover-child-color5 * {
  color: #CBE675 !important;
}

.hover-parent .hover-child-white * {
  transition: 0.3s all ease-in-out;
}
.hover-parent:hover .hover-child-white * {
  color: #ffffff !important;
}

.hover-parent .hover-child-black * {
  transition: 0.3s all ease-in-out;
}
.hover-parent:hover .hover-child-black * {
  color: #000000 !important;
}

.hover-parent .hover-child-gray * {
  transition: 0.3s all ease-in-out;
}
.hover-parent:hover .hover-child-gray * {
  color: #F5F5F5 !important;
}

.hover-parent .hover-child-grayF8 * {
  transition: 0.3s all ease-in-out;
}
.hover-parent:hover .hover-child-grayF8 * {
  color: #F8F8F8 !important;
}

.bg-primary {
  background-color: #06042B !important;
}

.bg-color1 {
  background-color: #06042B !important;
}

.bg-color2 {
  background-color: #202E97 !important;
}

.bg-color3 {
  background-color: #1AA7EC !important;
}

.bg-color4 {
  background-color: #73EBEB !important;
}

.bg-color5 {
  background-color: #CBE675 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-gray {
  background-color: #F5F5F5 !important;
}

.bg-grayF8 {
  background-color: #F8F8F8 !important;
}

.fill-primary {
  fill: #06042B !important;
}

.fill-color1 {
  fill: #06042B !important;
}

.fill-color2 {
  fill: #202E97 !important;
}

.fill-color3 {
  fill: #1AA7EC !important;
}

.fill-color4 {
  fill: #73EBEB !important;
}

.fill-color5 {
  fill: #CBE675 !important;
}

.fill-white {
  fill: #ffffff !important;
}

.fill-black {
  fill: #000000 !important;
}

.fill-gray {
  fill: #F5F5F5 !important;
}

.fill-grayF8 {
  fill: #F8F8F8 !important;
}

.icon-fill-primary i[class^=fa] {
  color: #06042B !important;
}

.icon-fill-color1 i[class^=fa] {
  color: #06042B !important;
}

.icon-fill-color2 i[class^=fa] {
  color: #202E97 !important;
}

.icon-fill-color3 i[class^=fa] {
  color: #1AA7EC !important;
}

.icon-fill-color4 i[class^=fa] {
  color: #73EBEB !important;
}

.icon-fill-color5 i[class^=fa] {
  color: #CBE675 !important;
}

.icon-fill-white i[class^=fa] {
  color: #ffffff !important;
}

.icon-fill-black i[class^=fa] {
  color: #000000 !important;
}

.icon-fill-gray i[class^=fa] {
  color: #F5F5F5 !important;
}

.icon-fill-grayF8 i[class^=fa] {
  color: #F8F8F8 !important;
}

body {
  --td-fsize-h1: 5rem;
}
body h1, body .elementor-widget-heading h1.elementor-heading-title {
  font-size: 5rem;
}
body .h1, body .h1.elementor-widget-heading .elementor-heading-title {
  font-size: 5rem !important;
  margin-bottom: 0;
}
body {
  --td-fsize-h2: 4rem;
}
body h2, body .elementor-widget-heading h2.elementor-heading-title {
  font-size: 4rem;
}
body .h2, body .h2.elementor-widget-heading .elementor-heading-title {
  font-size: 4rem !important;
  margin-bottom: 0;
}
body {
  --td-fsize-h3: 2.5rem;
}
body h3, body .elementor-widget-heading h3.elementor-heading-title {
  font-size: 2.5rem;
}
body .h3, body .h3.elementor-widget-heading .elementor-heading-title {
  font-size: 2.5rem !important;
  margin-bottom: 0;
}
body {
  --td-fsize-h4: 2rem;
}
body h4, body .elementor-widget-heading h4.elementor-heading-title {
  font-size: 2rem;
}
body .h4, body .h4.elementor-widget-heading .elementor-heading-title {
  font-size: 2rem !important;
  margin-bottom: 0;
}
body {
  --td-fsize-h5: 1.5rem;
}
body h5, body .elementor-widget-heading h5.elementor-heading-title {
  font-size: 1.5rem;
}
body .h5, body .h5.elementor-widget-heading .elementor-heading-title {
  font-size: 1.5rem !important;
  margin-bottom: 0;
}
body {
  --td-fsize-h6: 1.25rem;
}
body h6, body .elementor-widget-heading h6.elementor-heading-title {
  font-size: 1.25rem;
}
body .h6, body .h6.elementor-widget-heading .elementor-heading-title {
  font-size: 1.25rem !important;
  margin-bottom: 0;
}
@media screen and (max-width: 1728px) {
  body {
    --td-fsize-h1: clamp(3rem, 4.62963vw, 5rem);
  }
  body h1, body .elementor-widget-heading h1.elementor-heading-title {
    font-size: clamp(3rem, 4.62963vw, 5rem);
  }
  body .h1, body .h1.elementor-widget-heading .elementor-heading-title {
    font-size: clamp(3rem, 4.62963vw, 5rem) !important;
  }
  body {
    --td-fsize-h2: clamp(2.5rem, 3.7037vw, 4rem);
  }
  body h2, body .elementor-widget-heading h2.elementor-heading-title {
    font-size: clamp(2.5rem, 3.7037vw, 4rem);
  }
  body .h2, body .h2.elementor-widget-heading .elementor-heading-title {
    font-size: clamp(2.5rem, 3.7037vw, 4rem) !important;
  }
  body {
    --td-fsize-h3: clamp(2rem, 2.31481vw, 2.5rem);
  }
  body h3, body .elementor-widget-heading h3.elementor-heading-title {
    font-size: clamp(2rem, 2.31481vw, 2.5rem);
  }
  body .h3, body .h3.elementor-widget-heading .elementor-heading-title {
    font-size: clamp(2rem, 2.31481vw, 2.5rem) !important;
  }
  body {
    --td-fsize-h4: clamp(1.5rem, 1.85185vw, 2rem);
  }
  body h4, body .elementor-widget-heading h4.elementor-heading-title {
    font-size: clamp(1.5rem, 1.85185vw, 2rem);
  }
  body .h4, body .h4.elementor-widget-heading .elementor-heading-title {
    font-size: clamp(1.5rem, 1.85185vw, 2rem) !important;
  }
  body {
    --td-fsize-h5: clamp(1.25rem, 1.38889vw, 1.5rem);
  }
  body h5, body .elementor-widget-heading h5.elementor-heading-title {
    font-size: clamp(1.25rem, 1.38889vw, 1.5rem);
  }
  body .h5, body .h5.elementor-widget-heading .elementor-heading-title {
    font-size: clamp(1.25rem, 1.38889vw, 1.5rem) !important;
  }
  body {
    --td-fsize-h6: clamp(1rem, 1.15741vw, 1.25rem);
  }
  body h6, body .elementor-widget-heading h6.elementor-heading-title {
    font-size: clamp(1rem, 1.15741vw, 1.25rem);
  }
  body .h6, body .h6.elementor-widget-heading .elementor-heading-title {
    font-size: clamp(1rem, 1.15741vw, 1.25rem) !important;
  }
}

body {
  --td-lheight-h1: 1.1;
}
body h1, body .h1, body .h1.elementor-widget-heading .elementor-heading-title, body .elementor-widget-heading h1.elementor-heading-title {
  line-height: 1.1;
}
body {
  --td-lheight-h2: 1.125;
}
body h2, body .h2, body .h2.elementor-widget-heading .elementor-heading-title, body .elementor-widget-heading h2.elementor-heading-title {
  line-height: 1.125;
}
body {
  --td-lheight-h3: 1.2;
}
body h3, body .h3, body .h3.elementor-widget-heading .elementor-heading-title, body .elementor-widget-heading h3.elementor-heading-title {
  line-height: 1.2;
}
body {
  --td-lheight-h4: 1.25;
}
body h4, body .h4, body .h4.elementor-widget-heading .elementor-heading-title, body .elementor-widget-heading h4.elementor-heading-title {
  line-height: 1.25;
}
body {
  --td-lheight-h5: 1.33333;
}
body h5, body .h5, body .h5.elementor-widget-heading .elementor-heading-title, body .elementor-widget-heading h5.elementor-heading-title {
  line-height: 1.33333;
}
body {
  --td-lheight-h6: 1.5;
}
body h6, body .h6, body .h6.elementor-widget-heading .elementor-heading-title, body .elementor-widget-heading h6.elementor-heading-title {
  line-height: 1.5;
}

h1, .h1, .h1.elementor-widget-heading .elementor-heading-title, .elementor-widget-heading h1.elementor-heading-title {
  font-weight: 400;
}

h2, .h2, .h2.elementor-widget-heading .elementor-heading-title, .elementor-widget-heading h2.elementor-heading-title {
  font-weight: 400;
}

h3, .h3, .h3.elementor-widget-heading .elementor-heading-title, .elementor-widget-heading h3.elementor-heading-title {
  font-weight: 400;
}

h4, .h4, .h4.elementor-widget-heading .elementor-heading-title, .elementor-widget-heading h4.elementor-heading-title {
  font-weight: 400;
}

h5, .h5, .h5.elementor-widget-heading .elementor-heading-title, .elementor-widget-heading h5.elementor-heading-title {
  font-weight: 400;
}

h6, .h6, .h6.elementor-widget-heading .elementor-heading-title, .elementor-widget-heading h6.elementor-heading-title {
  font-weight: 700;
}

h1, .h1, .h1.elementor-widget-heading .elementor-heading-title, .elementor-widget-heading h1.elementor-heading-title {
  font-family: Roboto Serif, Sans-serif;
}

h2, .h2, .h2.elementor-widget-heading .elementor-heading-title, .elementor-widget-heading h2.elementor-heading-title {
  font-family: Roboto Serif, Sans-serif;
}

h3, .h3, .h3.elementor-widget-heading .elementor-heading-title, .elementor-widget-heading h3.elementor-heading-title {
  font-family: Roboto Serif, Sans-serif;
}

h4, .h4, .h4.elementor-widget-heading .elementor-heading-title, .elementor-widget-heading h4.elementor-heading-title {
  font-family: Roboto Serif, Sans-serif;
}

h5, .h5, .h5.elementor-widget-heading .elementor-heading-title, .elementor-widget-heading h5.elementor-heading-title {
  font-family: Roboto Serif, Sans-serif;
}

h6, .h6, .h6.elementor-widget-heading .elementor-heading-title, .elementor-widget-heading h6.elementor-heading-title {
  font-family: Host Grotesk, Sans-serif;
}

/*
HELPER: LAYOUT DEFAULT SECTION PADDING
PRE-REQUISITE: ELEMENTOR PRO
*/
body {
  --td-block-padding: 6rem;
}
@media (max-width: 1366px) {
  body {
    --td-block-padding: 4.5rem;
  }
}
@media (max-width: 991px) {
  body {
    --td-block-padding: 3rem;
  }
}
@media (max-width: 767px) {
  body {
    --td-block-padding: 2rem;
  }
}

.td-section-padding {
  padding: var(--td-block-padding) 0;
}
.td-section-padding > .e-con-inner {
  padding: 0px;
}

.td-section-padding-top {
  padding: var(--td-block-padding) 0 0;
}
.td-section-padding-top > .e-con-inner {
  padding: 0px;
}

.td-section-padding-bottom {
  padding: 0 0 var(--td-block-padding);
}
.td-section-padding-bottom > .e-con-inner {
  padding: 0px;
}

/* Buttons */
body a.td-btn {
  text-decoration: none !important;
}

body a.td-btn, body button.td-btn {
  --btn-color: #06042B;
  --btn-bg-color: #73EBEB;
  --btn-border-color: #73EBEB;
  --btn-h-color: #ffffff;
  --btn-h-bg-color: #202E97;
  --btn-h-border-color: #202E97;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  padding: 7px 23px;
  border-radius: 40px;
  font-family: "Host Grotesk", Sans-serif;
  font-size: var(--td-fsize-h6);
  font-weight: 300;
  line-height: var(--td-lheight-h6);
  text-decoration: initial;
  transition: all 0.3s ease;
  color: var(--btn-color);
  background-color: var(--btn-bg-color);
  border-color: var(--btn-border-color);
}
body a.td-btn i[class^=fa]:before, body button.td-btn i[class^=fa]:before {
  display: inline-flex;
  justify-content: center;
  width: 1em;
}
body a.td-btn.td-btn-block, body button.td-btn.td-btn-block {
  display: flex;
}
body a.td-btn.td-btn-icon, body button.td-btn.td-btn-icon {
  justify-content: space-between;
}
body a.td-btn:hover, body a.td-btn:focus, body button.td-btn:hover, body button.td-btn:focus {
  color: var(--btn-h-color);
  background-color: var(--btn-h-bg-color);
  border-color: var(--btn-h-border-color);
}
body a.td-btn.td-btn-secondary, body button.td-btn.td-btn-secondary {
  --btn-color: #06042B;
  --btn-bg-color: #ffffff;
  --btn-border-color: #ffffff;
  --btn-h-color: #06042B;
  --btn-h-bg-color: #73EBEB;
  --btn-h-border-color: #73EBEB;
}
body a.td-btn.td-btn-tertiary, body button.td-btn.td-btn-tertiary {
  --btn-color: #ffffff;
  --btn-bg-color: transparent;
  --btn-border-color: #ffffff;
  --btn-h-color: #06042B;
  --btn-h-bg-color: #ffffff;
  --btn-h-border-color: #ffffff;
}
body a.td-btn.td-btn-ghost, body button.td-btn.td-btn-ghost {
  --btn-color: #06042B;
  --btn-bg-color: #1AA7EC;
  --btn-border-color: #1AA7EC;
  --btn-h-color: #ffffff;
  --btn-h-bg-color: #202E97;
  --btn-h-border-color: #202E97;
}
body a.td-btn.td-btn-ghost.td-btn-secondary, body button.td-btn.td-btn-ghost.td-btn-secondary {
  --btn-color: #ffffff;
  --btn-bg-color: transparent;
  --btn-border-color: #ffffff;
  --btn-h-color: #06042B;
  --btn-h-bg-color: #1AA7EC;
  --btn-h-border-color: #1AA7EC;
}
body a.td-btn.td-btn-ghost.td-btn-tertiary, body button.td-btn.td-btn-ghost.td-btn-tertiary {
  --btn-color: #ffffff;
  --btn-bg-color: transparent;
  --btn-border-color: #ffffff;
  --btn-h-color: #06042B;
  --btn-h-bg-color: #ffffff;
  --btn-h-border-color: #ffffff;
}
body a.td-btn.td-btn-reverse, body button.td-btn.td-btn-reverse {
  color: var(--btn-h-color);
  background-color: var(--btn-h-bg-color);
  border-color: var(--btn-h-border-color);
}
body a.td-btn.td-btn-reverse:hover, body a.td-btn.td-btn-reverse:focus, body button.td-btn.td-btn-reverse:hover, body button.td-btn.td-btn-reverse:focus {
  color: var(--btn-color);
  background-color: var(--btn-bg-color);
  border-color: var(--btn-border-color);
}

/* ELEMENTOR BUTTONS */
.elementor-widget-button.td-btn-e .elementor-button, body.elementor-editor-active .elementor-widget-button.td-btn-e .elementor-button {
  --btn-color: #06042B;
  --btn-bg-color: #73EBEB;
  --btn-border-color: #73EBEB;
  --btn-h-color: #ffffff;
  --btn-h-bg-color: #202E97;
  --btn-h-border-color: #202E97;
  border-width: 1px;
  border-style: solid;
  padding: 7px 23px;
  border-radius: 40px;
  font-family: "Host Grotesk", Sans-serif;
  font-size: var(--td-fsize-h6);
  font-weight: 300;
  line-height: var(--td-lheight-h6);
  text-decoration: initial;
  color: var(--btn-color);
  background-color: var(--btn-bg-color);
  border-color: var(--btn-border-color);
}
.elementor-widget-button.td-btn-e .elementor-button .elementor-button-icon svg, body.elementor-editor-active .elementor-widget-button.td-btn-e .elementor-button .elementor-button-icon svg {
  transition: all 0.3s ease;
  fill: var(--btn-color);
}
.elementor-widget-button.td-btn-e .elementor-button:hover, .elementor-widget-button.td-btn-e .elementor-button:focus, body.elementor-editor-active .elementor-widget-button.td-btn-e .elementor-button:hover, body.elementor-editor-active .elementor-widget-button.td-btn-e .elementor-button:focus {
  color: var(--btn-h-color);
  background-color: var(--btn-h-bg-color);
  border-color: var(--btn-h-border-color);
}
.elementor-widget-button.td-btn-e .elementor-button:hover .elementor-button-icon svg, .elementor-widget-button.td-btn-e .elementor-button:focus .elementor-button-icon svg, body.elementor-editor-active .elementor-widget-button.td-btn-e .elementor-button:hover .elementor-button-icon svg, body.elementor-editor-active .elementor-widget-button.td-btn-e .elementor-button:focus .elementor-button-icon svg {
  fill: var(--btn-h-color);
}
.elementor-widget-button.td-btn-e .elementor-button .elementor-button-text, body.elementor-editor-active .elementor-widget-button.td-btn-e .elementor-button .elementor-button-text {
  text-align: left;
}
.elementor-widget-button.td-btn-e.td-btn-e-secondary .elementor-button, body.elementor-editor-active .elementor-widget-button.td-btn-e.td-btn-e-secondary .elementor-button {
  --btn-color: #06042B;
  --btn-bg-color: #ffffff;
  --btn-border-color: #ffffff;
  --btn-h-color: #06042B;
  --btn-h-bg-color: #73EBEB;
  --btn-h-border-color: #73EBEB;
}
.elementor-widget-button.td-btn-e.td-btn-e-tertiary .elementor-button, body.elementor-editor-active .elementor-widget-button.td-btn-e.td-btn-e-tertiary .elementor-button {
  --btn-color: #ffffff;
  --btn-bg-color: transparent;
  --btn-border-color: #ffffff;
  --btn-h-color: #06042B;
  --btn-h-bg-color: #ffffff;
  --btn-h-border-color: #ffffff;
}
.elementor-widget-button.td-btn-e.td-btn-e-ghost .elementor-button, body.elementor-editor-active .elementor-widget-button.td-btn-e.td-btn-e-ghost .elementor-button {
  --btn-color: #06042B;
  --btn-bg-color: #1AA7EC;
  --btn-border-color: #1AA7EC;
  --btn-h-color: #ffffff;
  --btn-h-bg-color: #202E97;
  --btn-h-border-color: #202E97;
}
.elementor-widget-button.td-btn-e.td-btn-e-ghost.td-btn-e-secondary .elementor-button, body.elementor-editor-active .elementor-widget-button.td-btn-e.td-btn-e-ghost.td-btn-e-secondary .elementor-button {
  --btn-color: #ffffff;
  --btn-bg-color: transparent;
  --btn-border-color: #ffffff;
  --btn-h-color: #06042B;
  --btn-h-bg-color: #1AA7EC;
  --btn-h-border-color: #1AA7EC;
}
.elementor-widget-button.td-btn-e.td-btn-e-ghost.td-btn-e-tertiary .elementor-button, body.elementor-editor-active .elementor-widget-button.td-btn-e.td-btn-e-ghost.td-btn-e-tertiary .elementor-button {
  --btn-color: #ffffff;
  --btn-bg-color: transparent;
  --btn-border-color: #ffffff;
  --btn-h-color: #06042B;
  --btn-h-bg-color: #ffffff;
  --btn-h-border-color: #ffffff;
}
.elementor-widget-button.td-btn-e.td-btn-e-reverse .elementor-button, body.elementor-editor-active .elementor-widget-button.td-btn-e.td-btn-e-reverse .elementor-button {
  color: var(--btn-h-color);
  background-color: var(--btn-h-bg-color);
  border-color: var(--btn-h-border-color);
}
.elementor-widget-button.td-btn-e.td-btn-e-reverse .elementor-button .elementor-button-icon svg, body.elementor-editor-active .elementor-widget-button.td-btn-e.td-btn-e-reverse .elementor-button .elementor-button-icon svg {
  fill: var(--btn-h-color);
}
.elementor-widget-button.td-btn-e.td-btn-e-reverse .elementor-button:hover, .elementor-widget-button.td-btn-e.td-btn-e-reverse .elementor-button:focus, body.elementor-editor-active .elementor-widget-button.td-btn-e.td-btn-e-reverse .elementor-button:hover, body.elementor-editor-active .elementor-widget-button.td-btn-e.td-btn-e-reverse .elementor-button:focus {
  color: var(--btn-color);
  background-color: var(--btn-bg-color);
  border-color: var(--btn-border-color);
}
.elementor-widget-button.td-btn-e.td-btn-e-reverse .elementor-button:hover .elementor-button-icon svg, .elementor-widget-button.td-btn-e.td-btn-e-reverse .elementor-button:focus .elementor-button-icon svg, body.elementor-editor-active .elementor-widget-button.td-btn-e.td-btn-e-reverse .elementor-button:hover .elementor-button-icon svg, body.elementor-editor-active .elementor-widget-button.td-btn-e.td-btn-e-reverse .elementor-button:focus .elementor-button-icon svg {
  fill: var(--btn-color);
}
.elementor-widget-button.td-btn-e.td-btn-e-block .elementor-button, body.elementor-editor-active .elementor-widget-button.td-btn-e.td-btn-e-block .elementor-button {
  width: 100%;
}
.elementor-widget-button.td-btn-e.td-btn-e-block .elementor-button .elementor-button-text, body.elementor-editor-active .elementor-widget-button.td-btn-e.td-btn-e-block .elementor-button .elementor-button-text {
  text-align: left;
}

/* BREADCRUMBS */
.breadcrumbs a {
  color: #ffffff;
}
.breadcrumbs {
  color: #ffffff;
}

.fw-form-custom .facetwp-facet {
  margin-bottom: 0;
}
.fw-form-custom .facetwp-type-search span {
  width: 100%;
}
.fw-form-custom .facetwp-type-search input {
  width: 100% !important;
  height: 62px !important;
  padding: 1rem 2.5rem;
  font-size: 20px;
  border-radius: 40px !important;
  border-style: none !important;
  outline: none !important;
}
.fw-form-custom .facetwp-type-search input::-moz-placeholder {
  color: #06042B;
  opacity: 0.3;
}
.fw-form-custom .facetwp-type-search input::placeholder {
  color: #06042B;
  opacity: 0.3;
}
.fw-form-custom .facetwp-type-search i {
  display: none !important;
}
.fw-form-custom .fwp-submit {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  right: 8px;
}
.fw-form-custom .fwp-submit a {
  background-color: #73EBEB !important;
}
.fw-form-custom .fwp-submit a span {
  display: none !important;
}
.fw-form-custom .fwp-submit a {
  width: 46px;
  height: 46px;
  border-radius: 50px;
}
.fw-form-custom .fwp-submit a::before {
  position: relative;
  top: 4px;
  right: 8px;
  content: "\f002";
  font-family: "Font Awesome 7 Pro";
  font-size: 16px;
  font-weight: 400;
  color: #06042B;
}

/*
FACET
PRE-REQUISITE: FACETWP
*/
.facetwp-facet {
  margin-bottom: 0 !important;
}

.td-filter-tags .facetwp-selections {
  border-left: 1px solid #73EBEB;
  margin-left: 2.5rem;
  padding-left: 3.375rem;
}

@media (max-width: 1024px) {
  .td-count {
    margin-bottom: 1.5rem;
  }
  .td-filter-tags .facetwp-selections {
    margin: 0;
    padding: 0;
    border: none;
  }
}
.td-filter-tags .facetwp-selections ul,
.td-filter-tags .facetwp-selections ul li {
  margin: 0;
  padding: 0;
}

.td-filter-tags .facetwp-selections ul li {
  display: inline;
}

.td-filter-tags .facetwp-selections ul li span {
  background-color: #CBE675;
  font-weight: 100;
  display: inline-block;
  padding: 14px 20px;
  margin-bottom: 0;
  color: #06042B;
  margin-right: 5px;
  border: 1px solid #CBE675;
  border-radius: 50px;
}

@media (max-width: 1024px) {
  .td-filter-tags .facetwp-selections ul li span {
    margin-bottom: 5px;
  }
}
.td-filter-tags .facetwp-selections ul li > .facetwp-selection-label {
  display: none;
}

.td-filter-tags .pb-count,
.td-filter-tags .facetwp-selections ul li {
  margin-bottom: 10px;
}

.td-filter-tags .facetwp-selections .facetwp-selection-value {
  padding-right: 40px;
  background-image: url(../images/icon-close.png);
  background-position: right 14px center;
}

.td-pagination .facetwp-pager .facetwp-page {
  padding: 12px 15px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  border: 1px solid #06042B;
  margin: 0 5px;
}
.td-pagination .facetwp-pager .facetwp-page:hover, .td-pagination .facetwp-pager .facetwp-page.active {
  background-color: #06042B;
  color: #ffffff;
  border-color: #06042B;
  text-decoration: none;
}

.elementor-pagination .page-numbers:not(.dots) {
  padding: 12px 15px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  border: 1px solid #06042B;
  margin: 0 5px;
}
.elementor-pagination .page-numbers:not(.dots):hover, .elementor-pagination .page-numbers:not(.dots).current {
  background-color: #06042B;
  color: #ffffff;
  border-color: #06042B;
  text-decoration: none;
}

.facetwp-type-autocomplete input[type=button].facetwp-autocomplete-update {
  display: none;
}

.td-uniform-height.td-loop-item > [data-elementor-type=section],
.td-uniform-height.td-loop-item > [data-elementor-type=container] {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.d-flex.elementor-column > .elementor-widget-wrap {
  flex-direction: column;
}

.td-facetwp-wrapper .facetwp-type-search {
  margin-bottom: 0;
}
.td-facetwp-wrapper .facetwp-type-search .facetwp-input-wrap {
  width: 100%;
}
.td-facetwp-wrapper .facetwp-type-search .facetwp-input-wrap .facetwp-search {
  background: #ffffff;
  padding: 16px 40px;
  padding-right: 40px;
  border: none;
  line-height: 25px;
  border-radius: 120px;
  border: none;
}
.td-facetwp-wrapper .facetwp-type-search .facetwp-input-wrap .facetwp-search {
  font-size: 20px;
  font-weight: 300;
}
.td-facetwp-wrapper .facetwp-type-search .facetwp-icon {
  right: 8px;
}
.td-facetwp-wrapper .facetwp-type-search:not(.is-loading) .facetwp-icon {
  font-style: normal;
  display: inline-flex;
  font-size: 1rem;
  align-items: center;
  justify-content: end;
  width: auto;
  height: 100%;
  line-height: 1;
  position: absolute;
}
.td-facetwp-wrapper .facetwp-type-search:not(.is-loading) .facetwp-icon::before {
  font-family: "Font Awesome 7 Pro";
  font-weight: 700;
  content: "\f002";
  color: #06042B;
  background: none;
  width: 1em;
  height: 1em;
}
.td-facetwp-wrapper .facetwp-type-dropdown {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.td-facetwp-wrapper .facetwp-type-dropdown::before {
  content: "\f078";
  font-size: 0.875rem;
  font-family: "Font Awesome 7 Pro";
  font-weight: 600;
  position: absolute;
  right: 8px;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  border-radius: 40px;
  background-color: #73EBEB;
  color: #06042B;
}
.td-facetwp-wrapper .facetwp-type-dropdown .facetwp-dropdown {
  background: #ffffff;
  padding: 7px 32px;
  padding-right: 32px;
  border: none;
  border-radius: 120px;
  border: none;
  height: 62px;
}
.td-facetwp-wrapper .facetwp-type-dropdown .facetwp-dropdown {
  font-size: 20px;
  font-weight: 300;
  color: #06042B;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.td-facetwp-wrapper .facetwp-selections ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.td-facetwp-wrapper .facetwp-selections ul > li {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
}
.td-facetwp-wrapper .facetwp-selections ul > li .facetwp-selection-value {
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff;
  background: #06042B;
  border: 1px solid #06042B;
  padding: 7px 15px;
  border-radius: 40px;
  margin: 0;
}
.td-facetwp-wrapper .facetwp-selections ul > li .facetwp-selection-value:after {
  font-family: "Font Awesome 7 Pro";
  content: "\f00d";
  margin-left: 16px;
}
.td-facetwp-wrapper .facetwp-selections ul > li .facetwp-selection-label {
  display: none;
}
.td-facetwp-wrapper .facetwp-type-reset .facetwp-reset {
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  color: #06042B;
  background: transparent;
  border: 1px solid #06042B;
  padding: 7px 15px;
  border-radius: 40px;
  margin: 0;
}
.td-facetwp-wrapper .facetwp-type-reset .facetwp-reset:after {
  font-family: "Font Awesome 7 Pro";
  content: "\f021";
  margin-left: 16px;
}
.td-facetwp-wrapper .facetwp-type-pager .facetwp-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.td-facetwp-wrapper .facetwp-type-pager .facetwp-pager:has(.facetwp-page) {
  margin-top: clamp(2.5rem, 4.62963vw, 5rem);
  padding-top: 48px;
  border-top: 1px solid rgba(6, 4, 43, 0.16);
}
.td-facetwp-wrapper .facetwp-type-pager .facetwp-pager .facetwp-page {
  margin: 0;
  height: 40px;
  color: #06042B;
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 8px;
}
.td-facetwp-wrapper .facetwp-type-pager .facetwp-pager .facetwp-page:not(.prev):not(.next) {
  width: 40px;
  border-radius: 40px;
}
.td-facetwp-wrapper .facetwp-type-pager .facetwp-pager .facetwp-page.active, .td-facetwp-wrapper .facetwp-type-pager .facetwp-pager .facetwp-page:hover, .td-facetwp-wrapper .facetwp-type-pager .facetwp-pager .facetwp-page:focus-within {
  color: #ffffff;
  background-color: #06042B;
}

.facetwp-input-wrap .facetwp-icon::after {
  position: absolute;
  top: 8px;
  right: 0;
  content: "Search";
  background: #73EBEB;
  color: #06042B;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  padding: 12px 24px;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
}
.facetwp-input-wrap .facetwp-icon {
  right: 12px;
  opacity: 1;
  font-size: 0 !important;
}
.facetwp-input-wrap .facetwp-icon::before {
  display: none !important;
}

.facetwp-icon.f-loading:before {
  opacity: 0;
}

.page-content a {
  text-decoration: none;
}

.td-icon.alt .elementor-icon {
  padding: 1.3rem;
}
.td-icon .elementor-icon {
  padding: 1.7rem;
}
@media (max-width: 768px) {
  .td-icon .elementor-icon {
    padding: 0.75rem;
  }
}
.td-icon i:before {
  font-weight: 100;
}
.td-icon img {
  padding: 24px;
  filter: invert(1) sepia(100%) saturate(800%) hue-rotate(220deg) brightness(15%);
}
@media (max-width: 768px) {
  .td-icon img .elementor-icon {
    padding: 16px;
  }
}

body {
  --icon-size: clamp(1.5rem, 0.7019rem + 1.6649vw, 2.5rem);
  --icon-size-sm: clamp(1.125rem, 0.9255rem + 0.4162vw, 1.375rem);
}

.td-search-filter .alt .elementor-icon-list-item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.td-search-filter .alt .elementor-icon-list-item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 1px;
  background-color: #73EBEB;
  z-index: 0;
}
.td-search-filter .alt .elementor-icon-list-text,
.td-search-filter .alt .elementor-icon-list-icon {
  position: relative;
  background-color: #F8F8F8;
  white-space: nowrap;
  z-index: 1;
  padding-right: 8px;
}
.td-search-filter .alt .elementor-icon-list-text {
  padding-right: 1.5rem;
}

.td-load {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.td-load .facetwp-load-more {
  position: relative;
  padding: 7px 24px;
  color: #06042B;
  font-size: 20px;
  font-weight: 100;
  border-radius: 100px;
  background-color: #73EBEB;
  border-color: #73EBEB;
  z-index: 99;
  opacity: 1 !important;
}
.td-load .is-loading {
  opacity: 1 !important;
}
.td-load::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 1px;
  background-color: #73EBEB;
  z-index: 0;
}

.prefix {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .prefix {
    margin-right: 12px;
  }
}

.bsf-rt-display-label {
  display: none;
}

.content-sidebar-toc {
  margin: 0;
  padding: 0;
}
.content-sidebar-toc li {
  list-style: none;
}
.content-sidebar-toc li a {
  padding: 1rem 2.5rem;
  color: #ffffff;
  font-weight: 300;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3215686275);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-sidebar-toc li a::after {
  content: "\f061";
  font-family: "Font Awesome 7 Pro";
  font-weight: 300;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.content-sidebar-toc li a:hover, .content-sidebar-toc li a:focus, .content-sidebar-toc li a:active {
  background-color: #73EBEB;
}
.content-sidebar-toc li a:hover::after, .content-sidebar-toc li a:focus::after, .content-sidebar-toc li a:active::after {
  opacity: 1;
}
.content-sidebar-toc li:last-child a {
  border-radius: 0 0 1rem 1rem;
}

#content .elementor-widget-text-editor a {
  text-decoration: underline !important;
}
#content .elementor-widget-text-editor ol {
  margin: 0;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
#content .elementor-widget-text-editor b, #content .elementor-widget-text-editor strong {
  font-weight: 600;
}

#popup-toggle {
  background: #1AA7EC;
  border: none;
  cursor: pointer;
  font-size: 22px;
  color: #202E97;
  padding: 8px;
}
#popup-toggle::hover {
  color: #06042B;
}

#elementor-popup-modal-1155 .dialog-widget-content {
  position: fixed !important;
  top: 160px;
}
#elementor-popup-modal-1155 {
  z-index: 1;
  width: 100%;
  display: none;
}

@media (min-width: 992px) and (max-width: 1550px) {
  #elementor-popup-modal-1155 {
    display: flex;
  }
}
/* Top-level: 1, 2, 3 */
ol.ul-circle {
  list-style: none;
  padding-left: 1rem;
}

ol.ul-circle > li {
  counter-increment: sub-item;
  padding-left: 4.5rem;
}

ol.ul-circle > li::before {
  content: counter(section) "." counter(sub-item) " ";
  position: absolute;
  left: 2.5rem;
}

ol.section > ol {
  padding-left: 24px;
}

.mobile-menu-open {
  z-index: 99;
}
.mobile-menu-open .td-header-main.hidden-top {
  transform: inherit;
}

#elementor-popup-modal-349 .dialog-close-button {
  padding: 1.65rem;
  background-color: #73EBEB;
  font-size: 20px;
}
#elementor-popup-modal-349 .dialog-close-button svg {
  fill: #06042B;
}/*# sourceMappingURL=style.css.map */