/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@font-face {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local("Poppins Regular"), local("Poppins-Regular"), url('https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2') format("woff2");
  font-display: swap;
}
:root {
  --main-color: #457a24;
  --main-color-light: rgba(30, 92, 113, 0.9);
  --menu: #1e5c71;
  --icons: #457a24;
  --back: #192d46;
  --white: #ffffff;
  --subcolor: #065184;
}
.maincolor {
  color: var(--main-color);
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
a {
  color: var(--icons);
}
.fixsize {
  align-items: center;
  width: 100vw;
}
@media screen and (min-width: 1501px) {
  .fixsize {
    padding: 0 calc(calc(100% - 1400px) / 2);
  }
}
@media (min-width: 1271px) and (max-width: 1500px) {
  .fixsize {
    padding: 0 calc(calc(100% - 1100px) / 2);
  }
}
@media (max-width: 1270px) {
  .fixsize {
    padding: 0 5%;
  }
}
body {
  font-family: "Figtree", sans-serif;
  line-height: 1;
  line-height: normal;
  color: #333;
  font-size: 1.2vw;
}
@media (min-width: 1700px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  body {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 48rem) {
  body {
    font-size: 11pt !important;
  }
}
#g-navigation {
  width: 100%;
  position: fixed;
  background: transparent;
  z-index: 9999;
}
#g-navigation .g-container {
  padding: 0 5%;
  background-color: rgba(255, 255, 255, 0.7);
}
#g-navigation .g-container .g-block:has(.g-logo) {
  display: flex;
  align-items: center;
}
#g-navigation.scrolled {
  background-color: rgba(255, 255, 255, 0.7);
}
#g-container-main {
  padding: 0 0;
  z-index: 9999;
}
h1, h2 {
  font-weight: 800 !important;
}
.tcenter {
  text-align: center;
}
.text-left {
  left: 10%;
}
.text-right {
  right: 11%;
}
.container {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.g-container {
  width: 100%;
}
#g-mainbar ul li {
  padding: 7px 0;
}
#g-mainbar ul li::marker {
  color: red;
  background-color: red;
}
.button-main {
  font-family: "Figtree", sans-serif;
  padding: 7px 22px !important;
  border-radius: 50px;
  white-space: nowrap;
  background-color: var(--icons);
  border: 1px solid var(--icons);
  color: #333;
  font-size: 1.2vw;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--white);
  transition: all 0.6s ease;
}
@media (min-width: 1700px) {
  .button-main {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .button-main {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 48rem) {
  .button-main {
    font-size: 11pt !important;
  }
}
.button-main:hover {
  background-color: var(--white);
  color: var(--main-color);
  transition: all 0.6s ease;
  border: 1px solid var(--main-color);
}
.button-main.seccolor {
  background-color: var(--white);
  border: 2px solid #b3b1b1;
  color: var(--back);
}
.button-main.seccolor:hover {
  background-color: var(--icons);
  color: var(--white);
}
.button-main.bluec {
  background-color: var(--subcolor);
  border: 2px solid var(--white);
  color: var(--white);
}
.button-main.bluec:hover {
  background-color: var(--white);
  color: var(--subcolor) !important;
  border: 1px solid var(--subcolor) !important;
}
.button-main.bluec:hover .fas {
  color: var(--subcolor) !important;
}
.button-main.greenc {
  background-color: var(--main-color);
  border: 2px solid var(--white);
  color: var(--white);
}
.button-main.greenc:hover {
  background-color: var(--white);
  color: var(--main-color);
}
.button-main.full-size {
  padding: 10px 102px !important;
}
.fix-article {
  width: 70%;
  margin: auto;
  max-width: 1600px;
}
@media only screen and (max-width: 48rem) {
  .fix-article {
    width: 90%;
  }
}
.del-fix-article .fix-article {
  width: 100%;
}
.gap3 {
  gap: 3%;
  row-gap: 20px;
}
.gap5 {
  gap: 5%;
  row-gap: 20px;
}
@media only screen and (max-width: 48rem) {
  .des {
    display: none;
  }
}
.mob {
  display: none;
}
@media only screen and (max-width: 48rem) {
  .mob {
    display: block;
  }
}
.h-captcha {
  width: 309px;
  height: 46px;
  overflow: hidden;
}
.h-captcha iframe {
  transform: scale(0.57);
  transform-origin: 0 0;
  border: 1px solid gray;
}
.hero__banner-video, .hero__banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: 50% 50%;
}
#g-footer {
  color: var(--back);
}
#g-footer .g-container {
  padding: 2% 0 0 0;
}
#g-footer .g-container .g-grid:first-child {
  padding-bottom: 2%;
  width: 70%;
  margin: auto;
  max-width: 1600px;
}
#g-footer .g-container .logo-footer img {
  max-width: 205px;
}
#g-footer .g-container .menu-footer {
  padding: 0 0% 0 5%;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
}
#g-footer .g-container .menu-footer ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  text-align: left;
}
#g-footer .g-container .menu-footer ul li:nth-child(6), #g-footer .g-container .menu-footer ul li:nth-child(7) {
  display: none;
}
#g-footer .g-container .info-footer {
  padding: 0 0% 0 5%;
}
#g-footer .g-container a {
  color: var(--back);
}
#g-footer .g-container p {
  margin: 0rem 0 1rem 0;
  line-height: 2.5rem;
  font-weight: 500;
}
@media (max-width: 1500px) {
  #g-footer .g-container p {
    margin: 0rem 0 1rem 0;
    line-height: 2rem;
  }
}
@media (max-width: 1000px) {
  #g-footer .g-container p {
    line-height: 1.7rem;
  }
}
#g-footer .g-container li {
  padding: 6px 0;
  text-transform: capitalize;
}
#g-footer .g-container .fas {
  color: var(--icons);
}
#g-footer .g-grid:last-child {
  border-top: 1px solid var(--icons);
  font-size: 12px;
}
#g-footer .scrolltop a {
  font-size: 1.2vw;
  font-weight: 600;
}
#g-footer .g-totopx {
  padding: 8px 0;
}
figcaption, .table-responsive label, .labeltable {
  font-size: 14px;
}
#area_grid_13 > .row {
  padding-top: 0;
  padding-bottom: 0;
}
#area_grid_13 .mainfield.grouped {
  display: inline-flex;
  padding-top: 17px;
}
#area_grid_13 .mainfield.grouped > label {
  padding: 10px;
  color: var(--main-color);
}
#area_grid_13 .mainfield.grouped .ui.radio.checkbox label {
  padding-left: 1rem;
  color: var(--main-color);
}
#area_grid_13 .mainfield.grouped .ui.radio.checkbox {
  padding: 0 5px;
}
.nickel .menuB {
  color: var(--main-color) !important;
}
.nickel #mod-custom121 {
  width: 50%;
  margin: auto;
  max-width: 1600px;
}
@media (min-width: 768px) {
  .nickel #mod-custom121 div {
    display: grid;
    grid-template-columns: 10% 90%;
  }
}
@media (min-width: 768px) {
  .nickel #mod-custom121 tbody {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.nickel #mod-custom121 .spot {
  display: flex;
  gap: 10px;
  padding: 0 11px;
  justify-content: center;
}
.nickel #mod-custom121 td {
  background: white;
}
.nickel #mod-custom121 tr {
  white-space: nowrap;
}
.nickel #mod-custom121 table:nth-child(1) td:last-child {
  display: none;
}
.nickel #mod-custom121 table:nth-child(2) tr:nth-child(3) {
  display: none;
}
.nickel #mod-custom121 table:nth-child(2) tr:last-child {
  display: none;
}
#accordionExample .accordion-button:not(.collapsed) {
  color: var(--white);
  background-color: var(--main-color);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
}
#accordionExample .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
#accordionExample h2 {
  margin: 0;
}
.g-error #g-navigation {
  background: black !important;
}
.pagecontent {
  color: white !important;
}
.nobottomspace #g-mainbar > .g-grid:first-child {
  padding: 0 !important;
}
.nobottomspace #g-mainbar .blog-items {
  margin: 0 0 0 !important;
}
.g-social.social-items a:nth-child(2), .g-social.social-items a:nth-child(3), .g-social.social-items a:nth-child(4) {
  padding: 0 0 0 5%;
}
nav.g-main-nav li.g-menu-item ul.g-dropdown::before {
  position: absolute;
  /* visibility: hidden; */
  content: "";
  /* top: 130%; */
  transform: translateY(-100%);
  height: 50px;
  width: 100%;
  left: 0;
}
.g-offcanvas-toggle {
  position: fixed;
  color: var(--white);
  top: 5px;
  font-size: 1.5rem;
  z-index: 99999;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: var(--menu) !important;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background: var(--menu) !important;
}
#g-offcanvas, #g-offcanvas #g-mobilemenu-container ul {
  background: var(--main-color);
}
.g-offcanvas-open #g-offcanvas {
  z-index: 10000;
}
.g-offcanvas-open #g-page-surround {
  transform: none !important;
}
.g-offcanvas-open .g-offcanvas-toggle {
  display: none;
}
.g-offcanvas-open .g-menu-overlay {
  z-index: 12;
  background: linear-gradient(90deg, rgba(126, 124, 125, 0.7259278711) 99%, rgba(255, 255, 255, 0) 99%);
  opacity: 1;
}
.g-offcanvas-open .g-nav-overlay {
  z-index: 1;
}
.g-offcanvas-open .fa.fa-fw.fa-bars {
  visibility: hidden;
}
.stockquote-module-sandman .stockquote__value--positive {
  color: #216c02;
}
.stockquote-module-sandman, dl {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .blackmenu.hidden {
    display: block !important;
    visibility: initial !important;
  }
}
.blackmenu .g-main-nav {
  background-color: transparent;
}
.blackmenu .g-main-nav .g-toplevel > li {
  position: static;
  display: table-cell;
  width: 1%;
  float: none;
  margin: 2px;
  padding: 50px 0px;
  text-align: center;
}
.blackmenu .g-main-nav .g-toplevel > li a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1f1f1f;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1vw;
  line-height: 2;
}
@media (min-width: 1700px) {
  .blackmenu .g-main-nav .g-toplevel > li a {
    font-size: 19px;
  }
}
.blackmenu .g-main-nav .g-toplevel > li span {
  white-space: nowrap;
}
.blackmenu .g-main-nav .g-toplevel > li > ul {
  background-color: var(--main-color-light);
  height: 220px;
  overflow: hidden;
  width: 100% !important;
}
.blackmenu .g-main-nav .g-toplevel > li > ul > li, .blackmenu .g-main-nav .g-toplevel > li > ul > li > div {
  height: 100%;
}
.blackmenu .g-main-nav .g-toplevel > li > ul .g-block.size-100 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  grid-auto-rows: minmax(100px, auto);
}
.blackmenu .g-main-nav .g-toplevel > li > ul .g-block.size-100 .g-sublevel {
  background-color: white;
  grid-column: 2;
  grid-row: 1;
}
.blackmenu .g-main-nav .g-toplevel > li > ul .g-block.size-100 .titlemanue {
  grid-column: 1;
  grid-row: 1;
}
.blackmenu .g-main-nav .g-toplevel > li > ul .g-block.size-100 .rightblock {
  grid-column: 3;
  grid-row: 1;
  background-image: url('../../../../images/pages/Banner-Invest.webp');
  padding: 0% 0% 0 5%;
}
.blackmenu .g-main-nav .g-toplevel > li > ul .g-block.size-100 .rightblock div {
  text-align: left;
  color: white;
}
.blackmenu .g-main-nav .g-toplevel > li > ul .g-block.size-100 .rightblock div div:nth-child(1) {
  background-color: var(--main-color);
  padding-left: 5%;
}
.blackmenu .g-main-nav .g-toplevel > li > ul .g-block.size-100 .rightblock div div:nth-child(1) p {
  padding: 10px 0;
}
.blackmenu .g-main-nav .g-toplevel > li > ul .g-block.size-100 .rightblock div div:nth-child(2) {
  border-radius: 50px 0 0 50px;
}
.blackmenu .g-main-nav .g-toplevel > li > ul .g-block.size-100 .rightblock div h3 {
  font-size: 130% !important;
  text-transform: uppercase;
  padding: 10px 0;
}
.blackmenu .g-main-nav .g-toplevel > li > ul .g-block.size-100 .rightblock div a {
  padding-left: 5%;
  background-color: #055183;
  width: 100%;
  border-radius: 50px 0 0 50px;
  display: inline-block;
  color: var(--white);
}
.blackmenu .g-main-nav .g-toplevel > li > ul .g-sublevel {
  padding: 28px 8%;
}
.blackmenu .g-main-nav .g-toplevel > li > ul li.active a {
  font-weight: 600;
}
.blackmenu .g-main-nav .g-toplevel > li > ul li.active a .g-menu-item-title {
  text-decoration: underline;
  color: var(--main-color);
}
.blackmenu .g-main-nav .g-toplevel > li > ul .g-sublevel a {
  text-align: left;
  font-family: "Figtree", sans-serif;
  color: black;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  text-transform: capitalize;
}
@media (max-width: 1400px) and (min-width: 768px) {
  .blackmenu .g-main-nav .g-toplevel > li > ul .g-sublevel a {
    font-size: 12pt;
  }
}
.blackmenu .g-main-nav .g-toplevel > li > ul .g-sublevel a:hover {
  color: var(--main-color);
}
.blackmenu .g-main-nav .g-toplevel > li > ul .g-sublevel a:hover .g-menu-item-title {
  text-decoration: underline;
}
.blackmenu .g-main-nav .g-toplevel > li > ul .g-sublevel a:hover:before {
  content: url('../../../../images/logos/linemenun.webp');
  display: inline-block;
  position: absolute;
  margin-left: -11%;
}
.blackmenu .g-main-nav .stock-header {
  color: var(--white);
  font-size: 1vw;
  font-weight: 700;
}
.blackmenu .g-main-nav .signup-header .g-menu-item-title {
  background: var(--main-color);
  padding: 14px 14px;
  border-radius: 20px;
  color: #fff;
  text-transform: capitalize;
}
#g-navigation .titlemanue {
  font-family: "Figtree", sans-serif;
  font-size: 3vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  margin: 0.2rem;
  background: #055183;
  background-image: url('../../../../images/logos/logomenu.webp');
  background-size: contain;
  background-repeat: no-repeat;
  top: 40px;
  text-align: right;
  padding-right: 5%;
  z-index: 1000;
  color: white;
  text-transform: capitalize;
  padding: 10% 45px;
}
@media (min-width: 1500px) {
  #g-navigation .titlemanue {
    font-size: 60px;
  }
}
@media only screen and (max-width: 48rem) {
  #g-navigation .titlemanue {
    font-size: 17pt;
  }
}
.b-submenu {
  background-color: var(--subcolor);
}
.b-submenu .g-content {
  margin: 0;
}
.b-submenu .g-content .mod-menu.mod-list.nav {
  display: flex;
  gap: 1em;
  margin-top: 8px;
  padding: 0 5%;
  margin: auto;
}
.b-submenu .g-content .mod-menu.mod-list.nav li {
  flex: 1;
  text-align: center;
}
.b-submenu .g-content .mod-menu.mod-list.nav li a {
  color: var(--white);
}
.form-search {
  display: none;
  position: absolute;
  right: var(--content-width-offset-half);
  transform: translateX(50%);
  transition: all 0.3s ease-in;
}
.form-search.active {
  display: block;
  z-index: 99;
}
.g-menu-parent-indicator {
  display: none !important;
}
/*
.g-menu-item-112 {
    .g-sublevel {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
        a:before {
            @media (min-width: 600px) {
                margin-left: -22% !important;
            }
        }
    }
}

.g-menu-item-112
{
    .rightblock
    {
        display:none;
    }
     .g-sublevel {
        background-color: white;
        grid-column: 2/4 !important;
        grid-row: 1;
    }
}
*/
.italics .g-menu-item-title {
  font-style: italic;
}
.g-menu-item-152 a {
  border-left: #065184 solid 2px;
}
.g-menu-item-152 a .g-menu-item-title {
  color: #065184;
}
@media only screen and (max-width: 48rem) {
  .logo-header {
    width: 80%;
    margin: auto;
  }
  #g-container-main .size-50:not(.nochange) {
    padding: 4% 0% !important;
  }
  #g-container-main .snapshot span {
    font-size: 10vw !important;
    width: 155px !important;
  }
  #g-container-main .snapshot sup {
    top: -19px !important;
  }
  #g-container-main .snapshot .size-50 {
    padding: 0% !important;
  }
  #directory ul {
    display: block !important;
  }
  .news-home {
    display: grid !important;
    gap: 2% !important;
  }
  .row {
    --bs-gutter-x: 0;
  }
  .g-offcanvas-toggle {
    color: var(--main-color);
  }
  .g-menu-parent-indicator {
    display: inline !important;
    border: 1px solid white !important;
    background: white !important;
    color: var(--main-color);
  }
  #g-navigation {
    position: initial;
  }
  #g-navigation .g-container {
    padding: 2% 5% 2% 5%;
  }
  .banner-home {
    height: auto !important;
    min-height: auto !important;
  }
  .team .card-header {
    text-align: center;
  }
  .team .card-header img {
    width: 56%;
  }
  .contact-page-back {
    background: linear-gradient(180deg, #b4b4b4 1%, #e1e1e1 48%, #afafaf 99%) !important;
  }
  .search-header {
    display: none;
  }
  #g-container-main .g-grid > div, #g-footer .g-grid > div {
    flex: 0 auto;
    width: 100%;
  }
  figcaption {
    font-size: 11px;
  }
  .subtitles img {
    max-width: 30px;
  }
  .g-grid {
    grid-row-gap: 20px;
  }
  .info-footer, .menu-footer {
    padding: 5% !important;
  }
  .logo-footer {
    text-align: center;
    padding: 5% 0;
  }
  .content-category.menu-news table tr {
    display: grid;
    padding: 10% 0;
  }
  .menu-footer ul {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  #g-footer .g-container p {
    line-height: 2rem;
  }
  .h-captcha {
    width: 100%;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  .team {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .stockquote-module-sandman, dl {
    display: block;
  }
  .stockquote-module-sandman > div, dl > div {
    display: flex;
    justify-content: space-between;
  }
  .nickel td {
    padding: 0;
  }
}
@media (max-height: 520px) and (min-width: 768px) {
  #g-navigation {
    background: #d8d8d8 !important;
  }
  h1, h2 {
    font-size: 198% !important;
  }
}
.blog-items {
  grid-gap: 0rem;
}
.back-backgroundx {
  padding: 3% 0;
}
.logo-header {
  width: 80%;
  margin: auto;
  padding: 0 5%;
  max-width: 1000px;
}
.videohome {
  position: relative;
  max-height: 110vh;
}
h1, h2 {
  font-family: "Figtree", sans-serif;
  font-size: 3vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  margin: 0.2rem;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  padding: 0% 0 2% 0;
}
@media (min-width: 1500px) {
  h1, h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 48rem) {
  h1, h2 {
    font-size: 17pt;
  }
}
h1 span, h2 span {
  color: var(--main-color);
}
h2 {
  text-align: left;
  line-height: 0.8;
}
h3 {
  font-size: 2vw;
}
@media only screen and (max-width: 48rem) {
  h3 {
    font-size: 15pt;
  }
}
.back-background {
  background: linear-gradient(180deg, #f6f6f6 50%, white 50%);
  padding: 3% 0;
}
.image-text {
  position: relative;
}
.image-text a {
  position: absolute;
  bottom: 10%;
  right: 5%;
}
@keyframes slidex {
  0% {
    left: 0;
  }
  33.33% {
    left: 0;
  }
  66.66% {
    left: -100%;
  }
  100% {
    left: -100%;
  }
}
.banner-home {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.banner-home .videohome {
  width: 100%;
  height: auto;
  max-height: 600px;
  overflow: hidden;
}
.banner-home .videohome img {
  width: 100%;
  max-height: 600px;
}
.banner-home .videohome input[type="radio"]:checked + label + .slider {
  left: -100%;
}
.banner-home .videohome input[type="radio"]:checked + label + label {
  background-color: #000;
}
.banner-home .videohome label {
  float: left;
  width: 33.33%;
  height: 8px;
  margin: 0;
  cursor: pointer;
  background-color: #ccc;
  transition: background-color 0.2s;
}
.banner-home .videohomec {
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  display: -ms-flexbox;
  align-items: center;
  position: relative;
}
.banner-home .banner-button {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1000;
  top: 40%;
}
.banner-home .banner-button div {
  width: 70%;
  margin: auto;
  max-width: 1600px;
}
.banner-home .banner-button h1, .banner-home .banner-button p {
  text-align: left;
  color: white;
  margin: 0rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.home-highlights {
  position: relative;
}
.home-highlights .high-table {
  text-align: center;
  width: 90%;
  margin: auto;
}
.home-highlights .high-table span {
  font-size: 2vw;
  font-family: Oswald;
  font-weight: bold;
  color: var(--icons);
  text-transform: uppercase;
}
@media (min-width: 1500px) {
  .home-highlights .high-table span {
    font-size: 34px;
  }
}
@media only screen and (max-width: 48rem) {
  .home-highlights .high-table span {
    font-size: 15pt;
  }
}
.home-highlights .high-table p {
  margin: 0;
}
.home-highlights .high-table .size-33 {
  margin-bottom: 5%;
}
.home-highlights .high-table .size-33 img {
  max-height: 65px;
}
.home-highlights .textbanner-highlights {
  position: absolute;
  top: 25%;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: normal;
  text-align: center;
  color: rgba(189, 189, 189, 0.25);
  font-size: 11vw;
}
@media (min-width: 1700px) {
  .home-highlights .textbanner-highlights {
    font-size: 170pt;
  }
}
@media only screen and (max-width: 48rem) {
  .home-highlights .textbanner-highlights {
    display: none;
  }
}
.home-contact .chronoforms {
  text-align: center;
}
.home-contact .contacthome {
  position: relative;
  display: flex;
  align-items: center;
}
.home-contact .contacthome img {
  height: 100%;
  width: 100%;
}
.home-contact .contacthome p {
  position: absolute;
  text-align: center !important;
  /* bottom: 10%; */
  /* right: 5%; */
  width: 100%;
  /* align-items: center; */
  /* align-content: center; */
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: normal;
  /* text-align: right; */
  color: var(--white);
  font-size: 5vw;
}
@media (min-width: 1500px) {
  .home-contact .contacthome p {
    font-size: 90px;
  }
}
@media only screen and (max-width: 48rem) {
  .home-contact .contacthome p {
    font-size: 26pt;
  }
}
.home-contact .contactform {
  background-image: linear-gradient(to bottom, #b4b4b4 -5%, #e1e1e1 52%, #afafaf 104%);
  padding: 5%;
  border-top: 10px solid white;
  border-bottom: 10px solid white;
}
.home-contact button {
  box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.44);
}
#g-mainbar .list-pampa ul {
  list-style: none;
  margin-left: 0;
}
#g-mainbar .list-pampa .fas {
  color: var(--main-color);
}
#g-mainbar .list-pampa li {
  border-radius: 10px;
  box-shadow: 0px 10px 45px 0 rgba(81, 81, 81, 0.1);
  background-color: var(--white);
  padding: 12.3px 69.6px 14.2px 26.3px;
  margin: 2% 0;
}
#g-mainbar .list-pampa span {
  color: var(--main-color);
}
.img-border-right {
  box-shadow: -8px 9px 1px var(--main-color);
}
.img-border-left {
  box-shadow: 8px 9px 1px var(--main-color);
}
.back-main {
  background-color: var(--main-color);
  padding: 2%;
  color: var(--white);
  text-align: center;
}
.back-blue {
  background-color: var(--subcolor);
  padding: 2%;
  color: var(--white);
  text-align: center;
}
.back-blue h3 {
  line-height: 2;
}
.investor .size-30 {
  display: flex;
  background-color: var(--main-color);
  align-items: center;
  color: white;
}
.investor .size-30 div {
  width: 100%;
}
.snapshot span {
  font-size: 3.6vw;
  text-align: end;
}
.snapshot sup {
  color: #065184;
  position: relative;
  top: -41px;
  font-size: 23px;
}
.snapshot .size-55 .size-50 {
  display: flex;
}
.snapshot .size-55 .size-50 p {
  padding: 3%;
}
.layoutnews-home {
  color: var(--white);
  padding: 5%;
  background-size: cover;
}
.layoutnews-home .news-home {
  display: flex;
  gap: 5%;
  margin-left: 0;
}
.layoutnews-home .news-home table {
  border-radius: 10px;
  background-color: var(--white);
  color: black;
  text-align: left;
}
.layoutnews-home .news-home table td {
  padding: 9px 32px;
}
.layoutnews-home .news-home a {
  color: var(--back);
}
.layoutnews-home .news-home .button-main {
  color: var(--white);
}
.layoutnews-home .news-home .fa-calendar-alt {
  color: var(--main-color);
}
.layoutnews-home .news-home .fa-long-arrow-alt-right {
  color: var(--white);
}
.layoutnews-home .news-home .button-main.bluec {
  border: 0px solid var(--white);
}
/*# sourceMappingURL=home_14.css.map */