/* -------------------------------------------
***** Includes *****
------------------------------------------- */
/* -------------------------------------------
***** INNER BANNERS *****
------------------------------------------- */
.banner-wrapper {
  position: relative;
}

.banner-static {
  display: flex;
  flex-direction: column;
  height: 48vw;
  max-height: 860px;
  min-height: 360px;
  overflow: hidden;
  position: relative;
}
.banner-static .banner-image {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50% 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.banner-static .wrapper {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  text-align: right;
  width: 100%;
}
.banner-static .caption {
  color: #fff;
  line-height: 1.5;
  margin: 0 0 7vw;
  z-index: 150;
}
.banner-static .caption h1 {
  color: #fff;
  margin: 0 0 3vw;
  position: relative;
}
.banner-static .caption h1:before {
  background: var(--wp--preset--color--lightprimary);
  content: "";
  height: 0.4vw;
  position: absolute;
  right: 0;
  top: 120%;
  width: 17vw;
}
.banner-static .caption h2 {
  color: #fff;
  font-size: 2.5vw;
  font-weight: 400;
  margin-bottom: 0;
}
.banner-static .btn-more {
  text-transform: uppercase;
}

.sub-banner {
  height: 32vw;
  max-height: 540px;
  min-height: 180px;
  position: relative;
}
.sub-banner .wrapper {
  align-items: flex-end;
  display: flex;
}
.sub-banner .heading {
  margin: 0 0 3vw;
  position: relative;
  z-index: 150;
}
.sub-banner .heading h1 {
  color: #fff;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

@media (min-width: 1600px) { /* -------------------------  1600  ------------------------- */
  .banner-static .caption {
    margin: 0 0 110px;
  }
  .banner-static .caption h1 {
    margin: 0 0 50px;
  }
  .banner-static .caption h1:before {
    height: 7px;
    width: 280px;
  }
  .banner-static .caption h2 {
    font-size: 40px;
  }
  .sub-banner .heading {
    margin: 0 0 50px;
  }
  .sub-banner .heading h1 {
    font-size: 64px;
  }
}
@media (max-width: 1024px) { /* -------------------------  1024  ------------------------- */
  .sub-banner {
    height: 26vw;
  }
}
@media (max-width: 768px) { /* -------------------------  768  ------------------------- */
  .banner-static .caption {
    margin: 0 0 55px;
  }
  .banner-static .caption h1 {
    margin: 0 0 30px;
  }
  .banner-static .caption h1:before {
    height: 3px;
    width: 120px;
  }
  .banner-static .caption h2 {
    font-size: 18px;
  }
  .sub-banner .heading {
    margin: 0 0 25px;
  }
  .sub-banner .heading h1 {
    font-size: 34px;
  }
}
/*
@import "abstracts/_mixins";
@import "base/_utilities";
@import "base/_typography";
@import "base/_animate";
@import "base/_base";
@import "base/_fonts";

@import "layout/_sidebar";

@import "inc/_forms";
@import "inc/_login";
@import "inc/_gdpr";
@import "inc/_ie-popup";
@import "inc/_lightbox";
@import "inc/_custom";
*/
.uk-nav, .uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-navbar-dropdown {
  display: none;
  height: 0;
  opacity: 0;
  position: absolute;
  z-index: 1020;
  --uk-position-offset: 15px;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px;
  box-sizing: border-box;
  width: 200px;
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
.uk-navbar-dropdown > :last-child {
  margin-bottom: 0;
}

.uk-position-relative {
  position: relative !important;
}

.uk-slider-container {
  overflow: hidden;
}

.uk-slider {
  -webkit-tap-highlight-color: transparent;
}

.uk-slider-items {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  position: relative;
}

.uk-slider-items > * {
  flex: none;
  position: relative;
  touch-action: pan-y;
}

.main-col .gform_wrapper.gravity-theme input[type=text],
.main-col .gform_wrapper.gravity-theme input[type=email],
.main-col .gform_wrapper.gravity-theme textarea {
  background: #fff;
  border: 1.5px solid var(--wp--preset--color--lightprimary);
  color: var(--wp--preset--color--foreground);
  font-size: 17px;
  line-height: 1.5;
  padding: 12px 15px;
}
.main-col .gform_wrapper.gravity-theme input[type=text]:focus,
.main-col .gform_wrapper.gravity-theme input[type=email]:focus,
.main-col .gform_wrapper.gravity-theme textarea:focus {
  background: rgba(0, 0, 0, 0.02);
  border-color: #000;
}
.main-col .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 20px;
}
.main-col .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 5px;
}
.main-col .gform_wrapper.gravity-theme .gfield_required {
  color: var(--wp--preset--color--secondary);
  font-size: 17px;
  font-weight: 700;
}
.main-col .gform_wrapper.gravity-theme .gform_required_legend {
  font-size: 13px;
  line-height: 1;
  margin: 0 0 5px;
  text-align: right;
}
.main-col .gform_wrapper.gravity-theme .gfield--type-captcha {
  justify-self: flex-end;
}
.main-col .gform_wrapper.gravity-theme .gfield--type-captcha .gfield_label {
  display: none;
}
.main-col .gform_wrapper.gravity-theme .gform_footer {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 0;
}
.main-col .gform_wrapper.gravity-theme .gform_footer button {
  background: var(--wp--preset--color--primary);
  border-radius: 35px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  padding: 18px 35px;
  text-transform: uppercase;
  transition: 0.2s all;
}
.main-col .gform_wrapper.gravity-theme .gform_footer button:hover, .main-col .gform_wrapper.gravity-theme .gform_footer button:active {
  background: var(--wp--preset--color--secondary);
  color: #fff;
}
.main-col .gform_wrapper.gravity-theme .gform_validation_errors {
  background: #c02b0a;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
  padding: 12px;
}
.main-col .gform_wrapper.gravity-theme .gform_validation_errors h2.hide_summary {
  color: #fff;
  font-size: 15px;
  padding: 0 0 0 35px;
}
.main-col .gform_wrapper.gravity-theme .gform_validation_errors .gform-icon {
  inset-inline-start: 8px;
}
.main-col .gform_wrapper.gravity-theme .validation_message {
  background: #c02b0a;
  color: #fff;
  line-height: 1.4;
  padding: 12px;
}
.main-col .gform_confirmation_wrapper {
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 1600px) {
  .main-col .gform_wrapper.gravity-theme .gfield_label {
    font-size: 18px;
  }
  .main-col .gform_wrapper.gravity-theme input[type=text],
  .main-col .gform_wrapper.gravity-theme input[type=email],
  .main-col .gform_wrapper.gravity-theme textarea {
    font-size: 19px;
  }
  .main-col .gform_wrapper.gravity-theme .gform_footer button {
    font-size: 19px;
    padding: 18px 35px;
  }
}
@media (max-width: 1024px) {
  .main-col .gform_wrapper.gravity-theme fieldset.field-name {
    grid-column: 1/-1;
  }
  .main-col .gform_wrapper.gravity-theme div.field-email {
    grid-column: 1/-1;
  }
  .main-col .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 25px;
  }
  .main-col .gform_wrapper.gravity-theme input[type=text],
  .main-col .gform_wrapper.gravity-theme input[type=email],
  .main-col .gform_wrapper.gravity-theme textarea {
    padding: 10px 15px;
  }
  .main-col .gform_wrapper.gravity-theme .gform_footer button {
    font-size: 16px;
    padding: 14px 30px;
  }
}
@media (max-width: 640px) {
  .main-col .gform_wrapper.gravity-theme input[type=text],
  .main-col .gform_wrapper.gravity-theme input[type=email],
  .main-col .gform_wrapper.gravity-theme textarea {
    line-height: inherit !important;
  }
}
:root :where(p) {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

:root :where(.wp-block-group) {
  margin-bottom: 0;
}

html {
  background: #fff;
  min-height: 100%;
  scroll-behavior: smooth;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.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;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* parent theme cleanup */
#wpadminbar ul {
  margin: 0 !important;
}

.admin-bar header, .admin-bar header.hamb-open, .admin-bar header.sticky, .admin-bar header .header-right nav.header-nav {
  top: 0;
}
@media screen and (max-width: 768px) {
  .admin-bar header, .admin-bar header.hamb-open, .admin-bar header.sticky, .admin-bar header .header-right nav.header-nav {
    top: 0;
  }
}

main a {
  color: var(--wp--preset--color--lightprimary);
  transition: 0.2s all;
}
main a:hover, main a:active, main a:focus {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
main ol, main p, main pre, main ul {
  margin: 0 0 20px;
}
main * + ol, main * + p, main * + pre, main * + ul {
  margin-top: 20px;
}

a {
  color: var(--wp--preset--color--lightprimary);
  outline: none;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover, a:active {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
a:focus-visible {
  outline: 2px dashed var(--wp--preset--color--lightprimary);
  outline-offset: 3px;
}

input {
  border-radius: 0;
}

em {
  color: var(--wp--preset--color--foreground);
}

strong {
  font-weight: 800;
}

small {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
}

iframe {
  border: none;
  margin: 0;
}

svg {
  display: block;
}

h1, h2, h3, h4, h5 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
}

h1 {
  font-size: 5vw;
}

h2 {
  color: var(--wp--preset--color--secondary);
  font-size: 2.4vw;
  margin: 0 0 2.5vw;
}

h3 {
  color: var(--wp--preset--color--primary);
  font-size: 1.8vw;
}

h4 {
  color: var(--wp--preset--color--foreground);
  font-size: 22px;
  line-height: 1.3;
}

h5 {
  font-size: 18px;
}

.em {
  color: #c79a50 !important;
}

ul li ul li {
  list-style-type: circle;
}

ul li, ol li {
  margin-bottom: 0;
}

* + h1, * + h2, * + h3, * + h4, * + h5 {
  margin-top: 35px;
}

p:last-child {
  margin-bottom: 0;
}

h2 > span {
  display: block;
}

h2 + p {
  margin-top: 0;
}

.em {
  color: var(--wp--preset--color--primary) !important;
}

.section {
  padding: 5vw 0 !important;
}

.links-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 35px 0 0;
}

.wp-block-separator {
  border-width: 1.5px;
  border-color: var(--wp--preset--color--lightgrey);
  margin: 3vw 0;
}

.wp-block-file a:not(.wp-element-button) {
  font-size: 15px;
  line-height: 1.3;
}
.wp-block-file a.wp-block-file__button {
  background: var(--wp--preset--color--primary);
  border-radius: 35px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  padding: 18px 35px;
  text-decoration: none;
}
.wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:active {
  background: var(--wp--preset--color--secondary);
  color: #fff;
  text-decoration: none;
}

.wp-block-button {
  display: flex !important;
}
.wp-block-button .wp-block-button__link {
  background: none;
  border-radius: 0;
  color: var(--wp--preset--color--foreground);
  display: inline-block;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  min-width: 0;
  padding: 0 0 0 55px;
  position: relative;
  text-transform: uppercase;
}
.wp-block-button .wp-block-button__link:after {
  background: var(--wp--preset--color--darkprimary);
  bottom: 0;
  color: #fff;
  content: " +";
  font-size: 26px;
  font-weight: 800;
  height: 40px;
  left: 0;
  line-height: 38px;
  position: absolute;
  text-align: center;
  transition: 0.2s all;
  top: 0;
  width: 40px;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:active {
  color: var(--wp--preset--color--primary);
}
.wp-block-button .wp-block-button__link:hover:after, .wp-block-button .wp-block-button__link:focus:after, .wp-block-button .wp-block-button__link:active:after {
  background: var(--wp--preset--color--primary);
}
.wp-block-button .wp-block-button__link:focus-visible {
  outline: 2px dashed var(--wp--preset--color--primary);
  outline-offset: 3px;
}
.wp-block-button.style_1 .wp-block-button__link {
  padding: 0 55px 0 0;
}
.wp-block-button.style_1 .wp-block-button__link:after {
  background: var(--wp--preset--color--darkprimary);
  bottom: 0;
  color: #fff;
  content: " +";
  font-size: 26px;
  font-weight: 800;
  height: 40px;
  left: auto;
  right: 0;
}
.wp-block-button.style_1 .wp-block-button__link:hover:after, .wp-block-button.style_1 .wp-block-button__link:focus:after, .wp-block-button.style_1 .wp-block-button__link:active:after {
  background: #c79a50;
}

.wp-block-read-more {
  color: var(--wp--preset--color--foreground);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 0 0 55px;
  position: relative;
  text-transform: uppercase;
}
.wp-block-read-more:before {
  background: var(--wp--preset--color--primary);
  bottom: 0;
  color: #fff;
  content: "+";
  font-size: 26px;
  font-weight: 800;
  height: 40px;
  left: 0;
  line-height: 38px;
  position: absolute;
  text-align: center;
  top: 0;
  transition: 0.2s all;
  width: 40px;
}
.wp-block-read-more:hover:before, .wp-block-read-more:focus:before, .wp-block-read-more:active:before {
  background: var(--wp--preset--color--primary);
}

/* wp-table */
/*
* Global button styling
*/
/*
* Breakpoint debugging
*/
/*
* MEDIA QUERIES
* Breakpoints for responsive sites
*/
/*
* SASS Parent append
* Useful if you want to add an append to the parent without writing it out again
* Usage: @include parent-append(":hover")
* Source: https://codepen.io/imkremen/pen/RMVBvq
*/
/*
* Skew
* Useful mixing to create skewed edges
* Usage: @include angle-edge(bottomright, 3deg, topleft, 3deg, #fff);
* Source: http://www.hongkiat.com/blog/skewed-edges-css/
*/
/*
* TEXT TRUNCATE
* An easy way to truncate text with an ellipsis. Requires the element to be block or inline-block.
* Usage: @include text-truncate;
* Source: http://web-design-weekly.com/2013/05/12/handy-sass-mixins/
*/
/*
* DON'T BREAK
* Useful mixing so links don't overrun their container
* Usage: @include dontbreak();
* Source: https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/
*/
/*
* Dynamic Spacing
* A nice easy way to create a vertical rhythm for section of content
*/
/*
* Accessibility Focus
* Using the focus-visible psuedo class to only show focus styles when the element is focused via the keyboard
*/
.main-col .wp-element-button {
  background: var(--wp--preset--color--primary);
  color: #fff;
}
.main-col .wp-element-button:hover {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--lightsecondary);
}

.wp-block-table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 16px;
  margin-bottom: 30px;
  background: #f5f5f5;
}
@media (min-width: 1600px) {
  .wp-block-table table {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .wp-block-table table {
    font-size: 15px;
  }
}
.wp-block-table table + h2, .wp-block-table table + h3, .wp-block-table table + h4, .wp-block-table table + h5, .wp-block-table table + h6 {
  margin-top: 3rem;
}
.wp-block-table table thead,
.wp-block-table table tfoot {
  text-transform: unset;
  text-align: left;
  color: var(--wp--preset--color--foreground);
  padding: 10px 20px;
  text-transform: uppercase;
}
.wp-block-table table thead tr,
.wp-block-table table tfoot tr {
  border-bottom: none;
}
.wp-block-table table thead th,
.wp-block-table table tfoot th {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  background: var(--wp--preset--color--primary);
  border-bottom: 0;
  line-height: 1.5;
  padding: 12px 20px;
}
@media (min-width: 1600px) {
  .wp-block-table table thead th,
  .wp-block-table table tfoot th {
    font-size: 17px;
    padding: 14px 25px;
  }
}
@media (max-width: 768px) {
  .wp-block-table table thead th,
  .wp-block-table table tfoot th {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.wp-block-table table thead th.edit {
  text-align: center;
}
.wp-block-table table tbody {
  border-bottom: none;
}
.wp-block-table table tbody tr td {
  line-height: 1.5;
  vertical-align: middle;
  padding: 12px 20px;
}
@media (min-width: 1600px) {
  .wp-block-table table tbody tr td {
    padding: 14px 25px;
  }
}
@media (max-width: 768px) {
  .wp-block-table table tbody tr td {
    padding: 10px 15px;
  }
}
.wp-block-table table tbody .file_name a {
  display: block;
  color: var(--wp--preset--color--primary);
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.wp-block-table table tbody .file_name a:hover {
  text-decoration: none;
  color: var(--wp--preset--color--secondary);
  background: none;
}
@media (max-width: 782px) {
  .wp-block-table table tbody .file_name {
    min-width: 200px;
  }
}
.wp-block-table table tbody .file_size {
  width: 12rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 782px) {
  .wp-block-table table tbody .file_size {
    min-width: 9rem;
  }
}
.wp-block-table table tbody .date_published {
  width: 20rem;
  font-size: 16px;
}
@media (max-width: 782px) {
  .wp-block-table table tbody .date_published {
    min-width: 12rem;
    font-size: 15px;
  }
}
.wp-block-table table tbody .report,
.wp-block-table table tbody .webcast,
.wp-block-table table tbody .presentation,
.wp-block-table table tbody .download,
.wp-block-table table tbody .edit {
  width: 12rem;
  text-align: center;
}
.wp-block-table table tbody .report a,
.wp-block-table table tbody .webcast a,
.wp-block-table table tbody .presentation a,
.wp-block-table table tbody .download a,
.wp-block-table table tbody .edit a {
  display: block;
  text-align: center;
  padding: 1rem;
  margin: -1rem;
  transition: all 0.25s ease-in-out;
}
.wp-block-table table tbody .report a:focus, .wp-block-table table tbody .report a:hover,
.wp-block-table table tbody .webcast a:focus,
.wp-block-table table tbody .webcast a:hover,
.wp-block-table table tbody .presentation a:focus,
.wp-block-table table tbody .presentation a:hover,
.wp-block-table table tbody .download a:focus,
.wp-block-table table tbody .download a:hover,
.wp-block-table table tbody .edit a:focus,
.wp-block-table table tbody .edit a:hover {
  background: none;
  color: var(--wp--preset--color--secondary);
}
.wp-block-table table tbody .report a:focus svg, .wp-block-table table tbody .report a:hover svg,
.wp-block-table table tbody .webcast a:focus svg,
.wp-block-table table tbody .webcast a:hover svg,
.wp-block-table table tbody .presentation a:focus svg,
.wp-block-table table tbody .presentation a:hover svg,
.wp-block-table table tbody .download a:focus svg,
.wp-block-table table tbody .download a:hover svg,
.wp-block-table table tbody .edit a:focus svg,
.wp-block-table table tbody .edit a:hover svg {
  fill: var(--wp--preset--color--primary);
}
.wp-block-table table tbody .report span,
.wp-block-table table tbody .webcast span,
.wp-block-table table tbody .presentation span,
.wp-block-table table tbody .download span,
.wp-block-table table tbody .edit span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 10rem;
  padding: 0.75rem;
  box-sizing: content-box;
  transition: all 0.25s ease-in-out;
}
.wp-block-table table tbody .report svg,
.wp-block-table table tbody .webcast svg,
.wp-block-table table tbody .presentation svg,
.wp-block-table table tbody .download svg,
.wp-block-table table tbody .edit svg {
  width: 100%;
  height: 100%;
  fill: var(--wp--preset--color--primary);
  transition: all 0.25s ease-in-out;
}
.wp-block-table table tfoot th {
  background: none;
}
.wp-block-table table thead, .wp-block-table table tfoot {
  border: none;
}
.wp-block-table table tbody tr {
  border-bottom: 1px solid #ccc;
}
.wp-block-table table td {
  border: none;
}

figcaption {
  color: var(--wp--preset--color--primary);
  line-height: 1.4;
}

.wp-block-image figcaption {
  margin: 12px 0 5px;
}

.wp-block-image figcaption {
  margin: 12px 0 5px;
}

.wp-block-columns {
  margin: 0 0 25px;
}
.wp-block-columns.is-layout-flex {
  gap: 35px 30px;
}
.wp-block-columns + .wp-block-columns {
  margin: 35px 0 0;
}

h2, h3, h4 + .wp-block-columns {
  margin-top: 35px;
}

*:not(h2, h3, h4, p) + .wp-block-columns {
  margin-top: 45px;
}

.wp-block-image {
  margin: 0 0 25px;
}

* + .wp-block-image {
  margin-top: 25px;
}

.uk-tab {
  gap: 10px;
  list-style: none !important;
  margin-bottom: 30px;
  margin-left: 0;
}
.uk-tab:before {
  display: none;
}
.uk-tab > * {
  margin: 0 !important;
  padding: 0;
}
.uk-tab > * > a {
  background: var(--wp--preset--color--grey);
  border: none;
  color: var(--wp--preset--color--foreground) !important;
  font-size: 18px;
  font-weight: 600 !important;
  padding: 8px 15px;
  text-decoration: none !important;
  transition: 0.15s ease-out;
}
.uk-tab > * > a:hover, .uk-tab > * > a:focus, .uk-tab > * > a:active {
  background: var(--wp--preset--color--secondary);
  color: #fff !important;
}
.uk-tab > .uk-active > a {
  background: var(--wp--preset--color--secondary);
  color: #fff !important;
}

/* stock charts/quotes */
iframe.stock-charts-quotes {
  min-height: 540px;
}

@media (min-width: 1600px) {
  h1 {
    font-size: 80px;
  }
  h2 {
    font-size: 40px;
    margin: 0 0 40px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 24px;
  }
  small {
    font-size: 17px;
  }
  h1, h2, h3, h4, h5 {
    margin: 0 0 25px;
  }
  * + h1, * + h2, * + h3, * + h4, * + h5 {
    margin-top: 40px;
  }
  main ol, main p, main pre, main ul {
    margin: 0 0 25px;
  }
  main * + ol, main * + p, main * + pre, main * + ul {
    margin-top: 25px;
  }
  figcaption {
    font-size: 17px;
  }
  table + figcaption {
    font-size: 15px;
  }
  .section {
    padding: 90px 0 !important;
  }
  .uk-tab {
    margin-bottom: 40px;
  }
  .uk-tab > * > a {
    font-size: 20px;
  }
  .wp-block-button .wp-block-button__link {
    font-size: 18px;
    line-height: 44px;
    padding: 0 0 0 58px;
  }
  .wp-block-button .wp-block-button__link:after {
    height: 44px;
    line-height: 42px;
    width: 44px;
  }
  .wp-block-button.style_1 .wp-block-button__link {
    padding: 0 58px 0 0;
  }
  .wp-block-button.style_1 .wp-block-button__link:after {
    height: 44px;
    line-height: 42px;
    width: 44px;
  }
  .wp-block-read-more {
    font-size: 18px;
    line-height: 44px;
    padding: 0 0 0 58px;
  }
  .wp-block-read-more:before {
    height: 44px;
    line-height: 42px;
    width: 44px;
  }
  .wp-block-columns {
    margin: 0 0 30px;
  }
  .wp-block-columns.is-layout-flex {
    gap: 35px 35px;
  }
  h2, h3, h4 + .wp-block-columns {
    margin-top: 40px;
  }
  .wp-block-image {
    margin: 0 0 30px;
  }
  * + .wp-block-image {
    margin-top: 30px;
  }
  .wp-block-file a:not(.wp-element-button) {
    font-size: 17px;
  }
  .wp-block-file a.wp-block-file__button {
    font-size: 19px;
    padding: 20px 40px;
  }
  .wp-block-separator {
    margin: 50px 0;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  small {
    font-size: 14px;
  }
  .wp-block-button .wp-block-button__link {
    font-size: 15px;
    line-height: 36px;
    padding: 0 0 0 48px;
  }
  .wp-block-button .wp-block-button__link:after {
    font-size: 24px;
    height: 36px;
    line-height: 34px;
    width: 36px;
  }
  .wp-block-button.style_1 .wp-block-button__link {
    padding: 0 48px 0 0;
  }
  .wp-block-button.style_1 .wp-block-button__link:after {
    font-size: 24px;
    height: 36px;
    line-height: 34px;
    width: 36px;
  }
  .wp-block-read-more {
    font-size: 15px;
    line-height: 36px;
    padding: 0 0 0 48px;
  }
  .wp-block-read-more:before {
    font-size: 24px;
    height: 36px;
    line-height: 34px;
    width: 36px;
  }
  .wp-block-separator {
    margin: 30px 0;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 24px;
    margin: 0 0 25px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 19px;
  }
  small {
    font-size: 13px;
  }
  .section {
    padding: 45px 0 !important;
  }
  figcaption {
    font-size: 13px;
  }
  table + figcaption {
    font-size: 12px;
  }
  .wp-block-columns.is-layout-flex {
    gap: 25px 25px;
  }
  .wp-block-file a.wp-block-file__button {
    font-size: 16px;
    padding: 16px 25px;
  }
  .uk-tab > * > a {
    font-size: 16px;
  }
  iframe.stock-charts-quotes {
    min-height: 580px;
  }
  iframe.stock-charts-quotes.quotes {
    min-height: 660px;
  }
}
/* all pages */
body {
  color: var(--wp--preset--color--foreground);
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper,
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin: auto;
  padding: 0 5vw;
  position: relative;
  width: 100%;
}

.topbar {
  background: var(--wp--preset--color--primary);
  color: #fff;
  height: 46px;
}
.topbar .wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.topbar .stockinfo {
  display: flex;
  font-size: 18px;
  font-weight: 800;
  gap: 0 20px;
}

header {
  height: 14vw;
  margin: 0 0 -14vw;
  padding: 3vw 0 0;
  position: relative;
  z-index: 150;
}
header:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  inset: 0 0 -100%;
  position: absolute;
}
header .wrapper {
  display: flex;
  height: 100%;
  justify-content: space-between;
  position: relative;
}

.home header:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  inset: 0 0 -150%;
}

.logo {
  display: block;
  transition: none;
  width: 16.8vw;
}

.right-c {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.main-nav {
  align-items: center;
  align-self: center;
  display: flex;
  gap: 3vw;
  justify-content: flex-end;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.main-nav li {
  display: block;
  position: relative;
}
.main-nav li a {
  display: block;
  text-transform: uppercase;
}
.main-nav > li {
  display: inline-block;
  position: relative;
}
.main-nav > li > a {
  color: #fff;
  font-size: 1.3vw;
  font-weight: 600;
  height: auto;
  line-height: 1.3;
  margin: 0;
  min-height: 0;
  padding: 0;
  position: relative;
  text-align: center;
  transition: 0.2s color;
}
.main-nav > li > a:hover, .main-nav > li > a:active, .main-nav > li > a:has(+ div.uk-open) {
  color: var(--wp--preset--color--lightprimary);
}
.main-nav > li > a:focus-visible {
  border-radius: 3px;
  outline: 2px dashed var(--wp--preset--color--primary);
  outline-offset: 3px;
}
.main-nav > li.current-menu-item > a, .main-nav > li.current-menu-parent > a {
  color: var(--wp--preset--color--lightprimary);
}

.uk-navbar-dropdown {
  background: var(--wp--preset--color--primary);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  width: 230px;
}
.uk-navbar-dropdown.uk-open {
  display: block;
  height: auto;
  opacity: 1;
  transition: 0.3s opacity;
}
.uk-navbar-dropdown li a {
  color: #fff;
  font-weight: 500;
  padding: 8px 20px;
  transition: none;
}
.uk-navbar-dropdown li a:hover, .uk-navbar-dropdown li a:focus, .uk-navbar-dropdown li a:active {
  background: var(--wp--preset--color--darkprimary);
  color: #fff;
}
.uk-navbar-dropdown li a:focus-visible {
  text-decoration: underline;
  text-decoration-style: dashed;
}
.uk-navbar-dropdown .uk-navbar-dropdown {
  left: 100% !important;
  top: 0 !important;
}

.uk-navbar-dropdown-nav {
  font-size: 15px;
  line-height: 1.3;
}

/* ----------  Mobile Navigation Button  ---------- */
.mobile-nav-btn {
  display: none;
  height: 46px;
  position: absolute;
  right: 0;
  top: 42px;
  transition: none;
  width: 46px;
}

.mobile-nav-btn span {
  background: #fff;
  display: inline-block;
  height: 2px;
  left: 10px;
  position: absolute;
  text-indent: -9999px;
  top: 22px;
  width: 25px;
}

.mobile-nav-btn span:before, .mobile-nav-btn span:after {
  background-color: inherit;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: 0.3s all;
  width: 100%;
}

.mobile-nav-btn span:before {
  bottom: 8px;
}

.mobile-nav-btn span:after {
  top: 8px;
}

.mobile-nav-btn.is-clicked span:before {
  background: #fff;
  bottom: 5px;
}

.mobile-nav-btn.is-clicked span:after {
  background: #fff;
  top: 5px;
}

.mobile-nav {
  background: var(--wp--preset--color--primary);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  height: auto;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 176px;
  visibility: hidden;
  width: 100%;
  z-index: 150;
}

.mobile-nav.mobile-nav-is-open {
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}

.mobile-nav-is-open header:before {
  display: none;
}

.mobile-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mobile-nav ul li a {
  border-bottom: 1px solid rgba(216, 216, 216, 0.6);
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  padding: 14px 25px;
  text-transform: uppercase;
  transition: none;
}

.mobile-nav ul li.current-menu-item a,
.mobile-nav ul li.current-menu-parent > a {
  color: var(--wp--preset--color--secondary);
  font-weight: 700;
}

.mobile-nav ul li.sub-open a {
  background: var(--wp--preset--color--darkprimary);
  color: #fff;
}

.mobile-nav ul.sub-menu {
  display: none;
}

.mobile-nav ul ul.sub-menu a {
  padding: 14px 20px 14px 56px;
}

.mobile-nav ul li.sub-open ul.sub-menu a {
  background: inherit;
}

.intro .wp-block-columns {
  gap: 0;
}
.intro .wp-block-column:first-child {
  padding: 0 4vw 0 0;
  position: relative;
}
.intro .wp-block-column:first-child:after {
  background: var(--wp--preset--color--lightgrey);
  bottom: 0;
  content: "";
  position: absolute;
  right: 2vw;
  top: 0;
  width: 1px;
}
.intro .wp-block-column:last-child {
  padding: 0 0 0 2vw;
}
.intro h2 {
  font-size: 1.9vw;
}
.intro h2 > span {
  color: var(--wp--preset--color--primary);
}
.intro .btn-more {
  background: var(--wp--preset--color--secondary);
}

.features {
  padding: 7vw 0 !important;
  position: relative;
}
.features:before { /*background: rgba(0,0,0,.2);*/
  background: linear-gradient(to bottom, rgba(2, 2, 7, 0.6) 0%, rgba(2, 2, 7, 0) 100%);
  content: "";
  inset: 0;
  position: absolute;
}
.features .wp-block-columns {
  justify-content: space-between;
}
.features .wp-block-column {
  background: rgba(39, 39, 39, 0.75);
  color: #fff;
  display: flex;
  flex-basis: 27%;
  flex-direction: column;
  padding: 3vw 3vw 7vw !important;
  position: relative;
  transition: 0.2s ease-out;
}
.features .wp-block-column:hover, .features .wp-block-column:focus, .features .wp-block-column:focus-within {
  transform: scale(1.03);
}
.features .wp-block-column h3 {
  font-size: 1.9vw;
}
.features .wp-block-column h3 > span {
  display: block;
}
.features .desc {
  font-size: 16px;
  line-height: 1.5;
}
.features .wp-block-buttons {
  bottom: 0;
  position: absolute;
  right: 0;
}
.features .wp-block-buttons .wp-block-button__link {
  color: #fff;
}
.features .wp-block-buttons .wp-block-button__link:focus-visible {
  outline-color: #fff;
}

.home-news-container .wp-block-columns {
  gap: 0;
}
.home-news-container .wp-block-column:first-child {
  padding: 0 4vw 0 0;
  position: relative;
}
.home-news-container .wp-block-column:first-child:after {
  background: var(--wp--preset--color--lightgrey);
  bottom: 40px;
  content: "";
  position: absolute;
  right: 2vw;
  top: 0;
  width: 1px;
}
.home-news-container .wp-block-column:last-child {
  padding: 0 0 0 2vw;
}
.home-news-container h2 {
  font-size: 1.9vw;
}
.home-news-container h2 > span {
  color: var(--wp--preset--color--primary);
}
.home-news-container .wp-block-post {
  color: var(--wp--preset--color--foreground);
  line-height: 1.5;
  margin: 0 0 3vw;
  position: relative;
}
.home-news-container .wp-block-post:last-child {
  margin: 0;
}
.home-news-container .wp-block-post .wp-block-post-date {
  color: var(--wp--preset--color--primary);
  font-size: 20px !important;
  font-weight: 800 !important;
  margin: 0 0 10px;
}
.home-news-container .wp-block-post .wp-block-post-title {
  font-weight: 400;
  line-height: 1.5;
}
.home-news-container .wp-block-post .wp-block-read-more {
  color: var(--wp--preset--color--primary);
  margin: 12px 0 0;
}
.home-news-container .wp-block-post .wp-block-read-more:before {
  background: var(--wp--preset--color--grey);
}
.home-news-container .wp-block-post .wp-block-read-more:hover:before, .home-news-container .wp-block-post .wp-block-read-more:focus:before, .home-news-container .wp-block-post .wp-block-read-more:active:before {
  background: var(--wp--preset--color--primary);
}
.home-news-container .wp-block-post-template + .wp-block-buttons {
  display: inline-block;
  margin-block-start: 0;
  margin-left: calc(-50% + 220px - 2vw);
  transform: translate(-100%, -100%);
}

.subpage .wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.main-col {
  min-height: 500px;
  padding: 5vw 0 5vw 5vw;
  position: relative;
  width: 75%;
  z-index: 1;
}
.main-col.wide {
  margin: 0 auto;
  padding-left: 0;
}
.main-col h2 {
  color: var(--wp--preset--color--primary);
  font-weight: 700;
}
.main-col h2:first-child {
  margin: 0 0 2.5vw;
}
.main-col h4 {
  color: var(--wp--preset--color--secondary);
}
.main-col ul {
  list-style-type: disc;
}
.main-col ul, .main-col ol {
  font-weight: 400;
}
.main-col ul li, .main-col ol li {
  margin-bottom: 20px;
}
.main-col li ul, .main-col li ol {
  margin-top: 15px;
}
.main-col ul.nomargin li, .main-col ol.nomargin li {
  margin: 0;
}
.main-col a {
  color: var(--wp--preset--color--primary);
  font-weight: 600;
  text-decoration: underline;
}
.main-col a:hover, .main-col a:focus, .main-col a:active {
  color: #c79a50;
  text-decoration: underline;
}

.aside-col {
  margin: -2vw 0 5vw;
  position: relative;
  width: 25%;
}

.sidebar-menu {
  background: var(--wp--preset--color--secondary);
  border-radius: 0 0 40px 0;
  list-style-type: none;
  margin: 0;
  padding: 4vw 0 6vw;
  position: relative;
}
.sidebar-menu:before {
  background: var(--wp--preset--color--secondary);
  content: "";
  inset: 0 100% 0 -1000%;
  position: absolute;
}
.sidebar-menu:after {
  background: url(../img/custom/watermark.png) no-repeat 100% 100%/contain;
  content: "";
  inset: 0 -30% 0 -40%;
  opacity: 0.07;
  position: absolute;
}
.sidebar-menu li {
  margin: 0 0 1.5vw;
}
.sidebar-menu li a {
  color: #fff;
  display: inline-block;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.3;
  padding: 0 1.5vw 0.6vw 0;
  position: relative;
  z-index: 5;
}
.sidebar-menu li a:hover, .sidebar-menu li a:focus, .sidebar-menu li a:active {
  color: #c79a50;
}
.sidebar-menu li.current_page_item a {
  color: #c79a50;
}
.sidebar-menu li.current_page_item a:before {
  background: #c79a50;
  content: "";
  height: 1px;
  inset: auto 0 0 -1000%;
  position: absolute;
}

.sidebar-menu ul.children {
  margin: 1.5vw 0;
  padding: 0 0 0 1.5vw;
}

.sidebar-menu ul.children li {
  margin: 0 0 1vw;
}

.sidebar-menu ul.children a {
  font-size: 1.2vw;
}

/* ----------  Footer  ---------- */
footer {
  background: var(--wp--preset--color--secondary);
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
}
footer:before {
  background: url(../img/custom/watermark.png) no-repeat 100% 50%/contain;
  bottom: -10%;
  content: "";
  opacity: 0.08;
  position: absolute;
  right: 1%;
  top: -10%;
  width: 48%;
}
footer .r {
  display: flex;
  justify-content: space-between;
}
footer .right-c {
  text-align: right;
}
footer a {
  color: var(--wp--preset--color--lightprimary);
}
footer a:hover, footer a:focus, footer a:active {
  color: #fff;
}
footer .etc {
  display: flex;
  gap: 6%;
}

.logo-footer {
  margin: 0 0 2.5vw;
  width: 14vw;
}

.footer-nav {
  display: flex;
  height: 100%;
  gap: 2vw;
  list-style-type: none;
  margin: 0 0 2vw;
  padding: 0;
}
.footer-nav li a {
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 1.15vw;
  text-transform: uppercase;
}
.footer-nav li a:hover, .footer-nav li a:focus, .footer-nav li a:active {
  color: var(--wp--preset--color--lightprimary);
}

@media (min-width: 1600px) {
  body {
    font-size: 20px;
  }
  .wrapper,
  .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    padding: 0;
    max-width: 1440px;
  }
  .topbar {
    height: 54px;
  }
  .topbar .stockinfo {
    font-size: 20px;
  }
  header {
    height: 220px;
    margin: 0 0 -220px;
    padding: 45px 0 0;
  }
  .logo {
    width: 265px;
  }
  .main-nav {
    gap: 48px;
  }
  .main-nav > li > a {
    font-size: 21px;
  }
  .uk-navbar-dropdown {
    padding: 18px 0;
    width: 260px;
  }
  .uk-navbar-dropdown li a {
    padding: 10px 25px;
  }
  .uk-navbar-dropdown-nav {
    font-size: 18px;
  }
  .intro h2 {
    font-size: 30px;
  }
  .intro .wp-block-column:first-child {
    padding: 0 70px 0 0;
  }
  .intro .wp-block-column:first-child:after {
    right: 35px;
  }
  .features {
    padding: 110px 0 !important;
  }
  .features .wp-block-column {
    border-radius: 0 0 0 44px !important;
    padding: 46px 46px 110px !important;
  }
  .features .wp-block-column h3 {
    font-size: 30px;
  }
  .features .desc {
    font-size: 18px;
  }
  .home-news-container .wp-block-column:first-child {
    padding: 0 70px 0 0;
  }
  .home-news-container .wp-block-column:last-child {
    padding: 0 0 0 35px;
  }
  .home-news-container h2 {
    font-size: 30px;
  }
  .home-news-container .wp-block-post {
    margin: 0 0 50px;
  }
  .home-news-container .wp-block-post .wp-block-post-date {
    font-size: 22px !important;
  }
  .home-news-container .wp-block-post .wp-block-post-title {
    font-size: 20px !important;
  }
  .home-news-container .wp-block-post-template + .wp-block-buttons {
    margin-left: calc(-50% + 240px - 2vw);
  }
  .main-col {
    padding: 80px 0 80px 80px;
  }
  .main-col h2:first-child {
    margin: 0 0 40px;
  }
  .main-col ul li, .main-col ol li {
    margin-bottom: 25px;
  }
  .aside-col {
    margin: -35px 0 90px;
  }
  .sidebar-menu {
    border-radius: 0 0 44px 0;
    padding: 70px 0 110px;
  }
  .sidebar-menu li {
    margin: 0 0 25px;
  }
  .sidebar-menu li a {
    font-size: 24px;
    padding: 0 25px 10px 0;
  }
  .sidebar-menu ul.children {
    margin: 25px 0;
    padding: 0 0 0 22px;
  }
  .sidebar-menu ul.children li {
    margin: 0 0 20px;
  }
  .sidebar-menu ul.children a {
    font-size: 20px;
  }
  footer {
    font-size: 18px;
  }
  .logo-footer {
    margin: 0 0 45px;
    width: 200px;
  }
  .footer-nav {
    gap: 32px;
    margin: 0 0 35px;
  }
  .footer-nav li a {
    font-size: 19px;
  }
}
@media (max-width: 1024px) {
  .topbar .stockinfo {
    font-size: 16px;
  }
  header {
    background: #000;
    height: 130px;
    margin: 0;
    padding: 0;
  }
  header .wrapper {
    align-items: center;
  }
  .home header:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    inset: 100% 0 -200%;
  }
  .logo {
    width: 140px;
  }
  .main-nav {
    display: none;
  }
  .mobile-nav-btn {
    display: block;
  }
  .intro .wp-block-columns {
    flex-direction: column;
    gap: 0;
  }
  .intro .wp-block-column:first-child {
    flex-basis: 100%;
    margin: 0 0 25px;
    padding: 0;
  }
  .intro .wp-block-column:first-child:after {
    bottom: 0;
    height: 1px;
    left: 0;
    right: 0;
    top: auto;
    width: auto;
  }
  .intro .wp-block-column:last-child {
    flex-basis: 100%;
    padding: 0;
  }
  .intro h2 {
    font-size: 20px;
    margin-bottom: 25px !important;
  }
  .features .wp-block-columns {
    gap: 15px 0;
  }
  .features .wp-block-column {
    flex-basis: 32% !important;
  }
  .features .wp-block-column h3 {
    font-size: 20px;
  }
  .home-news-container .wp-block-columns {
    flex-direction: column;
  }
  .home-news-container .wp-block-column:first-child {
    flex-basis: 100%;
    margin: 0 0 25px;
    padding: 0;
  }
  .home-news-container .wp-block-column:first-child:after {
    bottom: 0;
    height: 1px;
    left: 0;
    right: 0;
    top: auto;
    width: auto;
  }
  .home-news-container .wp-block-column:last-child {
    flex-basis: 100%;
    padding: 0;
  }
  .home-news-container h2:not(.wp-block-post-title) {
    font-size: 20px;
    margin: 0 0 25px !important;
  }
  .home-news-container .wp-block-post {
    margin: 0 0 35px;
  }
  .home-news-container .wp-block-post .wp-block-post-date {
    font-size: 18px !important;
  }
  .home-news-container .wp-block-post-template + .wp-block-buttons {
    margin: 30px 0 0;
    transform: none;
  }
  .subpage .wrapper {
    flex-direction: column;
  }
  .main-col {
    padding: 5vw 0;
    width: 100%;
  }
  .main-col h2:first-child {
    margin: 0 0 25px;
  }
  .aside-col {
    border-bottom: 1px solid var(--wp--preset--color--primary);
    margin: 0 -5vw;
    width: auto;
  }
  .aside-col:before {
    display: none;
  }
  .sidebar-menu {
    border-radius: 0;
    padding: 4vw 5vw;
  }
  .sidebar-menu li {
    margin: 0 0 15px;
  }
  .sidebar-menu li a {
    font-size: 18px;
    padding: 0 20px 8px 0;
  }
  footer {
    font-size: 15px;
    text-align: center;
  }
  footer:before {
    top: 33%;
    width: 40%;
  }
  footer .r {
    align-items: center;
    flex-direction: column;
  }
  footer .c:last-child {
    text-align: center;
  }
  footer .etc {
    flex-direction: column;
    margin: 25px 0 0;
  }
  .logo-footer {
    margin: 0 0 30px;
    width: 140px;
  }
  .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 16px;
  }
  .footer-nav li a {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .wrapper,
  .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    padding: 0 25px;
  }
  body {
    font-size: 16px;
  }
  .topbar {
    height: 40px;
  }
  .topbar .stockinfo {
    font-size: 14px;
    gap: 15px;
    line-height: 1.2;
  }
  .logo {
    width: 140px;
  }
  .mobile-nav {
    top: 170px;
  }
  .intro h2 {
    font-size: 22px;
  }
  .features {
    padding: 45px 0 !important;
  }
  .features .wp-block-column {
    border-radius: 0 0 0 36px !important;
    padding: 25px 25px 60px !important;
  }
  .home-news-container .wp-block-post .wp-block-post-title {
    font-size: 16px !important;
  }
  .main-col {
    padding: 45px 0;
  }
  .aside-col {
    margin: 0 -25px;
  }
  .sidebar-menu {
    padding: 30px 25px;
  }
  .sidebar-menu li {
    margin: 0 0 12px;
  }
  .sidebar-menu li a {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .topbar .wrapper {
    gap: 5px;
    padding: 0 3%;
  }
  .topbar .stockinfo {
    font-size: 13px;
    gap: 10px;
  }
}
.posts {
  grid-gap: 0;
}
.posts .post {
  border-top: 1px solid #ccc;
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.posts .post__date {
  width: 23%;
}
.posts .post__title {
  color: var(--wp--preset--color--primary);
  line-height: 1.6;
  width: 65%;
}
.posts .post__title:hover {
  color: var(--wp--preset--color--darkprimary);
}
.posts .post__link {
  text-align: right;
  width: 12%;
}
.posts .post__link i {
  color: var(--wp--preset--color--primary);
  font-size: 28px;
  margin-left: 10px;
  transition: 0.3s;
}
.posts .post__link a:hover i {
  color: var(--wp--preset--color--darkprimary);
}
.posts:last-of-type {
  border-bottom: 1px solid #ccc;
}

.main-col .meta {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}

@media (min-width: 1600px) {
  .posts .post__link i {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .posts .post {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .posts .post .post__date {
    width: 100%;
  }
  .posts .post .post__title {
    width: 75%;
  }
  .posts .post .post__link {
    width: 25%;
  }
}
/*
    @include breakpoint(max-mobile) {
        flex-wrap: wrap;
        padding: 20px 0;

        &__date {
            width: 100%;
            text-align: left;
        }

        &__title {
            padding: 10px 0;
            width: 75%;
        }

        &__link {
            width: 25%;
        }
        }
    }
*/
.results {
  display: grid;
  grid-gap: 30px;
}
.results .result {
  color: var(--wp--preset--color--primary);
  display: block;
  position: relative;
  padding: 25px;
  border: 1px solid #ababab;
}
.results .result:hover {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid var(--wp--preset--color--primary);
}
.results .result:hover span,
.results .result:hover h4 {
  color: var(--wp--preset--color--primary);
}
.results .result .read-more {
  transition: 0.3s all;
}
.results .result .title {
  margin-bottom: 0;
  font-family: var(--wp--preset--font-family--primary);
  color: var(--wp--preset--color--primary);
  transition: all 0.2s ease-in-out;
  line-height: 1.2;
  margin: 0 0 20px;
}
.results .result .excerpt {
  line-height: 1.6;
  margin: 0;
}
.results .result .read-more {
  text-decoration: underline;
  text-transform: uppercase;
  margin: 20px 0 0;
}
.results .result .search-excerpt {
  background: yellow;
}

.main-col .results .result {
  text-decoration: none !important;
}

/* --- PAGE : 404 --- */
.error404 #content {
  margin: 0;
}
.error404 h1 {
  line-height: 1;
  margin: 0 0 30px;
  opacity: 0.6;
}
.error404 h1 strong {
  color: var(--wp--preset--color--primary);
  display: block;
  font-size: 140px;
  font-weight: 800;
}
.error404 h1 span {
  color: var(--wp--preset--color--primary);
  display: block;
  font-size: 40px;
  line-height: 1.2;
}
.error404 p {
  margin: 0 auto;
  max-width: 50%;
}

@media (max-width: 960px) {
  .error404 h1 strong {
    font-size: 100px;
  }
  .error404 h1 span {
    font-size: 30px;
  }
  .error404 p {
    max-width: 80%;
  }
}
@media (max-width: 640px) {
  .error404 p {
    max-width: 100%;
  }
}
.social-wrapper ul {
  align-items: center;
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.social-wrapper ul li {
  list-style: none;
}
.social-wrapper ul li a {
  align-items: center;
  background: #fff;
  border-radius: 50% 50%;
  color: var(--wp--preset--color--primary);
  display: flex;
  font-size: 18px;
  height: 30px;
  justify-content: center;
  line-height: 1;
  width: 30px;
}
.social-wrapper ul li a:hover, .social-wrapper ul li a:focus {
  color: var(--wp--preset--color--foreground);
}

footer .social-wrapper ul {
  justify-content: flex-end;
}
footer .social-wrapper ul li a {
  color: var(--wp--preset--color--secondary);
}
footer .social-wrapper ul li a:hover, footer .social-wrapper ul li a:focus {
  background: var(--wp--preset--color--lightprimary);
}

@media (min-width: 1600px) { /* -------------------------  1600  ------------------------- */
  .social-wrapper ul {
    gap: 10px;
  }
  .social-wrapper ul li a {
    font-size: 22px;
    height: 36px;
    width: 36px;
  }
}
@media (max-width: 1200px) { /* -------------------------  1200  ------------------------- */
  .social-wrapper ul li a {
    font-size: 20px;
  }
}
@media (max-width: 960px) { /* -------------------------  960  ------------------------- */
  .social-wrapper ul li a {
    font-size: 18px;
    padding: 0 3px;
  }
  footer .social {
    margin: 25px 0 0;
  }
  footer .social-wrapper ul {
    justify-content: center;
  }
}/*# sourceMappingURL=style-base.css.map */