@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

html.no-scroll {
  overflow-y: hidden;
}

body {
  font-family: "OpenSans";
  overflow-x: hidden;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2rem;
  padding: 0;
  color: #000;
  position: relative;
}

::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.14);
}
::-webkit-scrollbar-thumb {
  background: #e93847;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background: #e93847;
}

.page-width {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1600px) {
  .page-width {
    max-width: 80%;
  }
}
@media only screen and (max-width: 900px) {
  .page-width {
    max-width: 90%;
  }
}

.padding-tb {
  padding: 60px 0;
}
@media screen and (max-width: 1199px) {
  .padding-tb {
    padding: 50px 0;
  }
}
@media screen and (max-width: 575px) {
  .padding-tb {
    padding: 35px 0;
  }
}

.page-grid {
  display: grid;
  gap: 50px;
}
@media screen and (max-width: 575px) {
  .page-grid {
    gap: 35px;
  }
}

.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

ul {
  list-style: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

p {
  font-size: 16px;
  color: #8e8e8e;
}

/* .text p {
  margin-top: 20px;
} */
.text p:first-child {
  margin-top: 0;
}

.mt {
  margin-top: 90px;
}
@media screen and (max-width: 1199px) {
  .mt {
    margin-top: 80px;
  }
}

h1.page-title {
  font-size: 30px;
  font-weight: 600;
  color: #142934;
}
h2 {
  font-size: 30px;
  font-weight: 600;
  color: #142934;
}


.btn {
  font-size: 16px;
  font-weight: 400;
  color: #417c9b;
  border: 1px solid #417c9b;
  padding: 20px 45px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}

.btn:hover {
  background-color: #417c9b;
  color: #fff;
}

.blue-section {
  background-color: #1a3655;
}
.blue-section h2,
.blue-section p {
  color: #fff;
}

.blue-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blue-separator hr {
  width: 47%;
  border-top: 1px solid rgba(65, 123, 155, 0.5);
}
.blue-separator span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #417c9b;
}

#page-overlay {
  z-index: 11;
  display: none;
}

.reveal {
  position: relative;
  -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
          transform: translateY(150px);
  opacity: 0;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
}

.reveal.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.back {
  color: #8e8e8e;
  font-size: 25px;
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (max-width: 1399px) {
  .back {
    font-size: 22px;
  }
}

.title span,
.contact-title span {
  font-size: 18px;
  color: #e93847;
}

.invest-title h2:last-child {
  color: #e93847;
}

.fc-icon-chevron-left::before {
  content: url("../images/arrow-left.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  display: block;
}

.fc .fc-button-primary:not(:disabled).fc-button-active .fc-icon-chevron-left::before,
.fc .fc-button-primary:not(:disabled):active .fc-icon-chevron-left::before {
  content: url("../images/arrow-left-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  display: block;
}

.fc-icon-chevron-right::before {
  content: url("../images/arrow-right.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  display: block;
}

.fc .fc-button-primary:not(:disabled).fc-button-active .fc-icon-chevron-right::before,
.fc .fc-button-primary:not(:disabled):active .fc-icon-chevron-right::before {
  content: url("../images/arrow-right-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  display: block;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
  height: 90px;
}
header .page-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header .page-width .logo {
  margin-right: auto;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .page-width .logo img {
  width: 156px;
}
@media screen and (max-width: 1199px) {
  header .page-width .logo img {
    width: 135px;
  }
}
@media screen and (max-width: 575px) {
  header .page-width .logo img {
    width: 110px;
  }
}
@media screen and (max-width: 1199px) {
  header .page-width {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .page-width .logo {
    margin-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  header {
    height: 80px;
  }
}
header .horizontal-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .horizontal-nav li {
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .horizontal-nav li a {
  font-size: 18px;
  font-weight: 400;
  color: #142934;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
header .languages {
  margin-left: 50px;
  position: relative;
  cursor: pointer;
  width: 50px;
}
header .languages summary {
  font-size: 20px;
  color: #1a3655;
  list-style: none;
  background: transparent url("../images/down.png") no-repeat;
  background-position: 100% 60%;
  background-size: 14px;
}
header .languages .lang {
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 21px rgba(48, 123, 196, 0.1);
          box-shadow: 0px 4px 21px rgba(48, 123, 196, 0.1);
}
header .languages .lang li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .languages .lang li a {
  font-size: 18px;
  padding: 5px 20px;
  color: #fff;
  background-color: #1a3655;
}
@media screen and (max-width: 1199px) {
  header .horizontal-nav, header .languages {
    display: none;
  }
}
header .menu {
  padding: 8px 0 4px 12px;
  border-left: 1px solid rgba(26, 53, 84, 0.34);
  margin-left: 30px;
  cursor: pointer;
}
header .menu img {
  width: 45px;
  height: 24px;
}
@media screen and (max-width: 1199px) {
  header .menu {
    margin-left: 0;
  }
}
header .left-menu {
  cursor: pointer;
}
header .left-menu img {
  width: 45px;
}
@media screen and (min-width: 1200px) {
  header .left-menu {
    display: none;
  }
}
header .left-side-menu, header .side-menu {
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 520px;
  overflow-y: scroll;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
  padding: 110px 50px 50px;
}
header .left-side-menu .close, header .side-menu .close {
  position: absolute;
  top: 30px;
  border: 1px solid #1a3655;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
header .left-side-menu .close img, header .side-menu .close img {
  width: 12px;
}
header .left-side-menu .main-nav li, header .left-side-menu .main-nav li summary, header .side-menu .main-nav li, header .side-menu .main-nav li summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
}
header .left-side-menu .main-nav li, header .side-menu .main-nav li {
  margin-top: 20px;
}
header .left-side-menu .main-nav li, header .left-side-menu .main-nav li a, header .left-side-menu .main-nav li summary, header .side-menu .main-nav li, header .side-menu .main-nav li a, header .side-menu .main-nav li summary {
  color: #142934;
  font-size: 20px;
  font-weight: 600;
  text-align: right;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .left-side-menu .main-nav li details, header .side-menu .main-nav li details {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .left-side-menu .main-nav li details summary, header .side-menu .main-nav li details summary {
  list-style: none;
  background: transparent url("../images/down-arrow.png") no-repeat;
  background-position: 100%;
  padding-right: 30px;
  background-size: 20px;
}
header .left-side-menu .main-nav li details ul li, header .side-menu .main-nav li details ul li {
  margin-top: 10px;
}
header .left-side-menu .main-nav li details ul li a, header .side-menu .main-nav li details ul li a {
  color: #417c9b;
  font-size: 18px;
}
header .left-side-menu .main-nav li details[open] summary, header .side-menu .main-nav li details[open] summary {
  background: transparent url("../images/up-arrow.png") no-repeat;
  background-position: 100%;
  background-size: 20px;
}
@media screen and (max-width: 350px) {
  header .left-side-menu .main-nav li a, header .left-side-menu .main-nav li summary, header .side-menu .main-nav li a, header .side-menu .main-nav li summary {
    font-size: 18px;
  }
  header .left-side-menu .main-nav li details ul li a, header .side-menu .main-nav li details ul li a {
    font-size: 16px;
  }
}
header .left-side-menu {
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
header .left-side-menu .close {
  left: 50px;
}
@media screen and (max-width: 575px) {
  header .left-side-menu {
    max-width: unset;
    padding: 80px 30px 20px;
  }
  header .left-side-menu .close {
    left: 30px;
  }
}
header .left-side-menu .main-nav li, header .left-side-menu .main-nav li summary {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
}
header .left-side-menu .main-nav li a, header .left-side-menu .main-nav li summary a {
  text-align: left;
}
header .side-menu {
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  padding: 110px 100px 50px 50px;
}
header .side-menu .close {
  right: 100px;
}
@media screen and (max-width: 575px) {
  header .side-menu {
    max-width: unset;
    padding: 80px 50px 20px;
  }
  header .side-menu .close {
    right: 50px;
  }
}
@media screen and (max-width: 350px) {
  header .side-menu {
    padding: 80px 20px 20px;
  }
  header .side-menu .close {
    right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  header .side-menu {
    padding-bottom: 0;
  }
}
header .side-menu .accessibility {
  width: 85px;
  height: 80px;
  background-color: #417c9b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 60%;
  cursor: pointer;
}
header .side-menu .accessibility svg {
  width: 40px;
  height: 40px;
}
header .side-menu .accessibility p {
  font-size: 20px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  header .side-menu .accessibility p {
    display: none;
  }
}
@media only screen and (max-width: 1600px) {
  header .side-menu .accessibility {
    top: 65%;
  }
}
@media screen and (max-width: 1399px) {
  header .side-menu .accessibility {
    top: unset;
    bottom: 10%;
  }
}
@media screen and (max-width: 1199px) {
  header .side-menu .accessibility {
    position: relative;
    bottom: unset;
    width: 100%;
    height: unset;
    padding: 15px;
    margin-top: auto;
    border-left: 1px solid #417c9b;
    border-right: 1px solid #417c9b;
  }
  header .side-menu .accessibility::before, header .side-menu .accessibility::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #417c9b;
  }
  header .side-menu .accessibility::before {
    right: -100%;
  }
  header .side-menu .accessibility::after {
    left: -100%;
  }
  header .side-menu .accessibility svg {
    margin-right: 20px;
  }
}

.languages-mobile {
  margin: 50px 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
}
.languages-mobile a {
  font-weight: 400 !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 5px;
  margin-right: 5px;
}
.languages-mobile .active-lang {
  color: #417c9b !important;
}
@media screen and (min-width: 1200px) {
  .languages-mobile {
    display: none !important;
  }
}

.horizontal-nav a, .horizontal-nav summary, .main-nav a, .main-nav summary, .horizontal-nav-mobile a, .horizontal-nav-mobile summary {
  position: relative;
}
.horizontal-nav a::after, .horizontal-nav summary::after, .main-nav a::after, .main-nav summary::after, .horizontal-nav-mobile a::after, .horizontal-nav-mobile summary::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #142934;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.horizontal-nav a:hover::after, .horizontal-nav summary:hover::after, .horizontal-nav a.active-page::after, .main-nav a:hover::after, .main-nav summary:hover::after, .main-nav a.active-page::after, .horizontal-nav-mobile a:hover::after, .horizontal-nav-mobile summary:hover::after, .horizontal-nav-mobile a.active-page::after {
  width: 100%;
}

.main-nav details a::after {
  background-color: #417c9b;
}

.foot2 {
  padding: 10px;
  background-color: #417c9b;
}
.foot2 a, .foot2 p {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

.foot1 {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.foot1 .overlay {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.foot1 .page-width {
  position: relative;
  z-index: 1;
}
.foot1 p, .foot1 a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.foot1 .foot-logo, .foot1 .foot-info, .foot1 .foot-info2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .foot1 .foot-logo, .foot1 .foot-info, .foot1 .foot-info2 {
    display: grid;
    gap: 40px;
  }
}
.foot1 .foot-logo, .foot1 .foot-info2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.foot1 .foot-info2 p {
  line-height: 26px;
}
.foot1 .foot-logo {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.foot1 .foot-logo img:first-child {
  width: 199px;
}
.foot1 .foot-logo img:last-child {
  width: 142px;
}
.foot1 .foot-info {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}
.foot1 .foot-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.foot1 .foot-info .left p:first-child {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  max-width: 510px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 576px){
  .foot1 .foot-info .left p:first-child {
    font-size: 17px;
  }
}
.foot1 .foot-info .left .foot-contact {
  margin-top: 30px;
}
.foot1 .foot-info .left .foot-contact a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.foot1 .foot-info .left .foot-contact a img {
  width: 24px;
  margin-right: 10px;
}
.foot1 .foot-info .right a {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
  font-size: 12px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .foot1 .foot-info .right a {
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
  }
}
.foot1 .social svg {
  width: 37px;
  height: 37px;
  fill: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.foot1 .social svg g {
  fill: #fff;
}
.foot1 .social svg:hover {
  opacity: 0.5;
}
.foot1 .social a {
  margin-left: 25px;
}
@media screen and (max-width: 350px) {
  .foot1 .social a {
    margin-left: 10px;
  }
}
.foot1 .social a:first-child {
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  .foot1 .foot-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 575px) {
  .foot1 .foot-logo img {
    max-width: 40%;
  }
}

.head {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.head {
  padding: 60px 0;
  position: relative;
}
.head .overlay {
  opacity: 0.35;
}
.head .page-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.head .page-width .headline h1, .head .page-width .headline p, .head .page-width .headline .main-headline {
  color: #fff;
  text-align: center;
}
.head .page-width .headline h1, .head .page-width .headline .main-headline {
  font-size: 50px;
  font-weight: bold;
}
.head .page-width .headline p {
  font-size: 21px;
  background-color: #e93847;
  padding: 5px 15px;
}
.head img {
  position: absolute;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .head .page-width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 575px) {
  .head .page-width .headline .main-headline,
  .head .page-width .headline h1 {
    font-size: 35px;
  }
  .head .page-width .headline p {
    font-size: 18px;
  }
}

.invest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9;
  cursor: pointer;
}
.invest p, .invest div {
  background-color: #95c4c6;
}
.invest a {
  margin-right: 20px;
}
.invest p {
  font-size: 18px;
  color: #1a3655;
  padding: 10px 20px;
  padding-right: 90px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: right;
}
@media screen and (max-width: 360px) {
  .invest p {
    font-size: 16px;
  }
}
.invest .invest-icon {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 7px 12px 24px rgba(0, 0, 0, 0.51);
          box-shadow: 7px 12px 24px rgba(0, 0, 0, 0.51);
  border-radius: 50%;
}
.invest .invest-icon img {
  width: 47px;
}
/* @media screen and (max-width: 767px) {
  .invest {
    min-width: 90px;
    height: 90px;
    bottom: 30px;
    right: 30px;
  }
  .invest a {
    overflow-x: hidden;
  }
  .invest p {
    transition: all 0.5s;
    transform: translateX(90%);
  }
  .invest .invest-icon {
    transform: none;
    top: 0;
  }
} */
.invest {
  min-width: 90px;
  height: 90px;
  bottom: 30px;
  right: 30px;
}
.invest .invest-icon {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: 0;
}
.invest a {
  overflow-x: hidden;
}
.invest p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(90%);
      -ms-transform: translateX(90%);
          transform: translateX(90%);
}
@media screen and (max-width: 575px) {
  .invest {
    min-width: 70px;
    height: 70px;
    bottom: 20px;
    right: 20px;
  }
  .invest .invest-icon {
    width: 70px;
    height: 70px;
  }
  .invest .invest-icon img {
    width: 40px;
  }
}

.invest-text {
  -webkit-transform: translateX(0%) !important;
      -ms-transform: translateX(0%) !important;
          transform: translateX(0%) !important;
}

.top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
  }
}

.news-home {
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 15px;
  margin-top: 65px;
  position: relative;
}
.news-home .btn {
  position: absolute;
  right: 0;
  top: -115px;
}
.news-home a:first-child {
  grid-row: span 3;
}
@media screen and (max-width: 1199px) {
  .news-home {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  .news-home a:first-child {
    grid-row: span 1;
    /* max-width: 550px; */
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .news-home .btn {
    position: static;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin: 25px auto;
  }
}
@media screen and (max-width: 575px) {
  .news-home {
    margin-top: 15px;
  }
  .news-home .btn {
    margin: 0 auto;
    width: 100%;
    padding: 10px;
  }
}

.entrepreneurship {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .entrepreneurship {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .entrepreneurship {
    grid-template-columns: 1fr;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
}
.entrepreneurship div {
  background-color: #fff;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}
.entrepreneurship div img {
  max-height: 180px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.entrepreneurship div h3 {
  color: #1a3655;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding: 5px;
  padding-bottom: 8px;
  background-color: #fff;
}
.entrepreneurship div:hover img {
  opacity: 0.5;
}

.video {
  height: 600px;
  margin: 50px 0;
}
.video iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1399px) {
  .video {
    height: 500px;
  }
}
@media screen and (max-width: 1199px) {
  .video {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .video {
    height: 30vh;
    margin: 35px 0;
  }
}

.grid-1-2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  margin-bottom: 50px;
}
.grid-1-2 h2 {
  margin-bottom: 30px;
}
.grid-1-2 .cooperation-wrap {
  display: grid;
  gap: 10px;
}
.grid-1-2 .cooperation-wrap .cooperation {
  min-height: 220px;
  position: relative;
  cursor: pointer;
}
.grid-1-2 .cooperation-wrap .cooperation .red-title {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 5px;
  background-color: #e93847;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-box-shadow: 7px 14px 28px rgba(170, 170, 170, 0.16);
          box-shadow: 7px 14px 28px rgba(170, 170, 170, 0.16);
}
.grid-1-2 .cooperation-wrap .cooperation .red-title.red-title-survey {
  bottom: 31px;
}
.grid-1-2 .cooperation-wrap .blue-title {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 5px;
  background-color: #417c9b;
  -webkit-box-shadow: 7px 14px 28px rgba(170, 170, 170, 0.16);
          box-shadow: 7px 14px 28px rgba(170, 170, 170, 0.16);
  width: 100%;
  display: block;
}
.grid-1-2 .cooperation-wrap .cooperation .image, .grid-1-2 .cooperation-wrap .cooperation .blue {
  height: 100%;
  padding-bottom: 30px;
}
.grid-1-2 .cooperation-wrap .cooperation .blue {
  background-color: #1a3655;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  padding: 10px;
  text-align: center;
}
.grid-1-2 .cooperation-wrap .cooperation:last-child, .grid-1-2 .cooperation-wrap .cooperation .blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid-1-2 .cooperation-wrap .cooperation:last-child {
  -webkit-box-shadow: 7px 14px 28px rgba(126, 126, 126, 0.16);
          box-shadow: 7px 14px 28px rgba(126, 126, 126, 0.16);
}
.grid-1-2 .cooperation-wrap .cooperation:last-child img {
  width: 80%;
  max-width: 205px;
}
@media screen and (max-width: 1299px) {
  .grid-1-2 {
    grid-template-columns: 1fr;
  }
  .grid-1-2 .cooperation-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .grid-1-2 .cooperation-wrap {
    grid-template-columns: 1fr;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
}

.survey {
  position: fixed;
  z-index: 12;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 30px;
  width: 100%;
  max-width: 1200px;
  display: none;
}
.survey.survey-results {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  display: block;
  max-width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
.survey.survey-results.survey-results-title {
  margin-bottom: 0;
}
@media screen and (max-width: 1399px) {
  .survey {
    max-width: 900px;
  }
  .survey.survey-results {
    max-width: 100%;
  }
}
.survey p {
  font-size: 24px;
  color: #142934;
  font-weight: 600;
}
.survey.event-modal p {
  font-size: 24px;
  color: #142934;
  font-weight: 400;
}
.survey.event-modal img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}
.survey p:first-child {
  font-size: 30px;
  margin-bottom: 30px;
  margin-right: 50px;
}
.survey.survey-results p:first-child {
  font-size: 24px;
  margin-bottom: 30px;
  margin-right: 50px;
}
.survey.survey-results a p {
  font-size: 24px !important;
  margin-bottom: 0px !important;
  margin-right: 0px !important;
  color: #e93847 !important; 
}
@media screen and (max-width: 991px) {
  .survey {
    max-width: 90%;
  }
  .survey p {
    font-size: 20px;
  }
  .survey p:first-child {
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  .survey {
    padding: 30px 15px;
    max-width: 95%;
  }
}
.survey .close {
  width: 28px;
  height: 28px;
  border: 1px solid #1a3655;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 30px;
  right: 45px;
  cursor: pointer;
}
@media only screen and (max-width: 576px) {
  .survey .close {
      right: 30px;
  }
}
.survey .close img {
  width: 10px;
}
.survey .survey-bottom {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .survey .survey-bottom {
    display: grid;
    gap: 30px;
  }
}
.survey .survey-bottom button, .survey .survey-bottom span {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 10px 20px;
}
.survey .survey-bottom button {
  background-color: #e93847;
  border: none;
}
.survey .survey-bottom #survey-vote:disabled {
  opacity: 0.5;
  cursor: auto;
}
.survey .survey-bottom span {
  background-color: #417c9b;
  cursor: pointer;
}
.survey .survey-bottom .survey-options {
  margin-right: 30px;
}
.survey .survey-bottom .survey-options li {
  margin-top: 10px;
}
.survey .survey-bottom .survey-options .form-control {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 600;
  color: #142934;
  display: grid;
  grid-template-columns: 15px auto;
  gap: 15px;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .survey .survey-bottom .survey-options .form-control {
    font-size: 17px;
  }
}
.survey .survey-bottom .survey-options input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  margin: 0;
  font: inherit;
  color: #e93847;
  width: 15px;
  height: 15px;
  border: 1px solid #BCBCBC;
  border-radius: 50%;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  display: grid;
  place-content: center;
  cursor: pointer;
}
.survey .survey-bottom .survey-options input[type=radio]::before {
  content: url("../images/check.png");
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  -o-transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
}
.survey .survey-bottom .survey-options input[type=radio]:checked::before {
  -webkit-transform: scale(1) translateY(-5px);
      -ms-transform: scale(1) translateY(-5px);
          transform: scale(1) translateY(-5px);
}
@media screen and (max-width: 350px) {
  .survey .survey-bottom .survey-btns {
    display: grid;
    gap: 20px;
  }
  .survey .survey-bottom .survey-btns a {
    margin-right: 0;
  }
  .survey .survey-bottom .survey-btns a, .survey .survey-bottom .survey-btns span {
    text-align: center;
  }
}
.survey .survey-bottom .survey-results li {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.survey .survey-bottom .survey-results li span {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  background-color: #fff;
  padding: 0;
  min-width: 50px;
  cursor: auto;
  min-width: 100px;
  margin-right: 10px;
}
.survey .survey-bottom .survey-results li .bar {
  height: 15px;
  width: 200px;
  margin: 0 15px;
}
.survey .survey-bottom .survey-results li .bar .bar-result {
  height: 100%;
  background-color: #e93847;
  border: 1px solid #395733;
}
.survey .survey-bottom .survey-results li p {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .survey .survey-bottom .survey-results li .bar {
    display: none;
  }
  .survey .survey-bottom .survey-results li p {
    margin-left: 10px;
  }
}
@media screen and (max-width: 575px) {
  .survey .survey-bottom .survey-results li p, .survey .survey-bottom .survey-results li span {
    font-size: 17px;
  }
}
.survey .survey-bottom .survey-results .survey-checked::after {
  content: url("../images/check.png");
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-left: 15px;
}

.calendar-wrapper {
  border: 20px solid #a6dadc;
  padding: 20px;
  height: calc(100% - 70px);
}
@media screen and (max-width: 575px) {
  .calendar-wrapper {
    border: none;
    padding: 0;
  }
}



.news {
  position: relative;
  display: grid;
  grid-template-columns: 230px 1fr;
  -webkit-box-shadow: 0px 4px 40px rgba(48, 123, 196, 0.1);
          box-shadow: 0px 4px 40px rgba(48, 123, 196, 0.1);
  height: 100%;
}
@media screen and (max-width: 575px) {
  .news {
    grid-template-columns: 1fr;
  }
}
.news .news-info {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1399px) {
  .news .news-info {
    padding: 20px 15px;
  }
}
.news .news-info h3,
.news .news-info p {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@supports (-webkit-line-clamp: 2) {
  .news .news-info h3,
  .news .news-info p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.news .news-info h3 {
  font-size: 20px;
  color: #142934;
  font-weight: 600;
}
.news .news-info p {
  font-size: 12px;
  margin-bottom: 10px;
}
.news .news-info span {
  font-size: 12px;
  color: #417c9b;
  text-decoration: underline;
}

.news:hover h3 {
  text-decoration: underline;
}
.news:hover h3.no-results {
  text-decoration: none;
}

.chevron-left {
  -webkit-clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0% 100%, 0% 0%);
}

.top-left {
  font-size: 12px;
  color: #fff;
  background-color: #e93847;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 5px 20px;
  position: absolute;
  top: 10px;
  left: 0;
  min-width: 100px;
}

.first,
.main-news {
  position: relative;
  height: 100%;
}
.first .first-title,
.main-news .first-title {
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 30px;
}
.first .first-title h3,
.main-news .first-title h3 {
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@supports (-webkit-line-clamp: 2) {
  .first .first-title h3,
  .main-news .first-title h3 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.first .first-title h3 span,
.main-news .first-title h3 span {
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .first .first-title,
  .main-news .first-title {
    padding: 30px 15px;
  }
  .first .first-title h3,
  .main-news .first-title h3 {
    font-size: 22px;
  }
}

.first:hover .first-title h3,
.main-news:hover .first-title h3 {
  text-decoration: underline;
}

.main-news .first-title h3 {
  font-size: 45px;
  line-height: 50px;
}
@media screen and (max-width: 1399px) {
  .main-news .first-title h3 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 1199px) {
  .main-news .first-title h3 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .main-news .first-title h3 {
    font-size: 25px;
    line-height: 30px;
  }
}

.news-top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .news-top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
  }
}

.news-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.news-categories li {
  margin-left: 15px;
}
.news-categories li a {
  font-size: 18px;
  font-weight: 400;
  color: #8e8e8e;
  padding: 0 5px;
  position: relative;
}
.news-categories li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 8px;
  border-radius: 4px;
  background-color: #e93847;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 991px) {
  .news-categories li a::before {
    height: 4px;
    border-radius: 2px;
    bottom: -5px;
  }
}
.news-categories li a.active-category::before,
.news-categories li a:hover::before {
  width: 100%;
}
.news-categories li a.active-category {
  color: #1a3655;
  font-weight: 500;
}
.news-categories li:first-child {
  margin-left: 0;
}
.news-categories::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.27;
  bottom: -15px;
  left: 0;
}
@media screen and (max-width: 991px) {
  .news-categories::before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .news-categories {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .news-categories li {
    margin-right: 25px;
    margin-bottom: 15px;
    margin-left: 0 !important;
  }
  .news-categories li a {
    font-size: 16px;
    padding: 0;
  }
}

.news-grid {
  margin: 50px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 15px;
       -webkit-column-gap: 15px;
          column-gap: 15px;
  row-gap: 40px;
}


.news-grid a:nth-child(9n+1) {
  grid-column: span 1;
}
.news-grid .no-results-wrapper:nth-child(9n+1) {
  grid-column: span 1;
}
.news-grid a:nth-child(9n+2),
.news-grid a:nth-child(9n+3),
.news-grid a:nth-child(9n+4) {
  grid-column: span 1;
}
.news-grid a:nth-child(9n+5),
.news-grid a:nth-child(9n+6)
{
  grid-column: span 1;
}
.news-grid a:nth-child(9n+7),
.news-grid a:nth-child(9n+8),
.news-grid a:nth-child(9n)
{
  grid-column: span 1;
}

.news-grid .main-news {
  height: 560px;
}
@media screen and (max-width: 1399px) {
  .news-grid .main-news {
    height: 500px;
  }
}
@media screen and (max-width: 1199px) {
  .news-grid .main-news {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .news-grid .main-news {
    height: 30vh;
  }
}
.news-grid .news {
  grid-template-columns: 1fr;
}
.news-grid .news p {
  margin-top: 5px;
}
.news-grid .news img {
 height: 250px;
}
@media screen and (max-width: 1399px) {
  .news-grid .news img {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
  .news-grid a {
    grid-column: span 1 !important;
  }
}

.news-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.news-pagination li {
  margin: 10px;
}
.news-pagination li a {
  font-size: 16px;
  color: #274760;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(21, 32, 70, 0.07);
          box-shadow: 0px 4px 20px rgba(21, 32, 70, 0.07);
  border-radius: 10px;
  padding: 12px 18px;
}
@media screen and (max-width: 575px) {
  .news-pagination li a {
    padding: 5px 10px;
  }
}
.news-pagination li a.active {
  color: #fff;
  background-color: #417c9b;
}
@media screen and (max-width: 350px) {
  .news-pagination li {
    margin: 5px;
  }
}
/* .news-pagination li:first-child a,
.news-pagination li:last-child a {
  box-shadow: none;
  background-image: url("../images/arrow.png");
  background-position: center;
  background-size: 12px;
  background-repeat: no-repeat;
} */
/* .news-pagination li:last-child {
  transform: rotate(180deg) translateY(-3px);
} */

.news-details-img {
  height: 560px;
}
@media screen and (max-width: 1399px) {
  .news-details-img {
    height: 500px;
  }
}
@media screen and (max-width: 1199px) {
  .news-details-img {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .news-details-img {
    height: 30vh;
  }
}

.news-details h1 {
  font-weight: 400;
  font-size: 45px;
  line-height: 50px;
  margin: 30px 0;
}
.news-details h2 {
  font-weight: 400;
  font-size: 45px;
  line-height: 50px;
  margin: 30px 0;
}

.news-details a {
  color: #417c9b !important;
}

.news-details p {
  margin-bottom: 15px;
}
.news-details ul {
  list-style: inside;
  padding-left: 20px;
  margin-bottom: 15px;
}
.news-details ol {
  padding-left: 35px;
  margin-bottom: 15px;
}
.news-details ol li,
.news-details ul li {
  font-size: 16px;
  color: #8e8e8e;
  padding-left: 5px;
}
.news-details img {
  height: auto;
  /* width: 100%; */
  -o-object-fit: contain;
     object-fit: contain;
}

.news-details table {
  margin-bottom: 15px;
}

.news-details table,
.news-details table tr,
.news-details table tr td {
  border: none;
  height: auto !important;
}
.news-details table tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.news-details table {
  width: 100% !important;
  display: block;
  overflow-x: auto;
  white-space: nowrap;/
}

@media only screen and (max-width: 991px) {
  .news-details img {
    width: 100%;
  }
}








@media screen and (max-width: 1399px) {
  .news-details h1{
    font-size: 35px;
    line-height: 40px;
  }
  .news-details h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .news-details h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .news-details h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 575px) {
  .news-details h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .news-details h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

.date-and-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.date-and-social span {
  font-size: 20px;
  color: #274760;
  opacity: 0.5;
  padding-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.14);
  margin-right: 10px;
}
.date-and-social a {
  width: 24px;
  height: 24px;
  border: 1px solid #e93847;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
.date-and-social a svg {
  width: 11px;
  height: 11px;
  fill: #e93847;
}

.date-and-social + .text {
  margin-top: 30px;
}

.news-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.news-gallery .news-details-item {
  height: 350px;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .news-gallery .news-details-item {
    height: 300px;
  }
}
.news-gallery .news-details-item::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 43px;
  height: 43px;
  content: "";
  background-color: #e93847;
  background-image: url("../images/expand.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px;
}
.news-gallery .number-of-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.76);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 58px;
  font-weight: bold;
}
.news-gallery .news-details-item:has(.number-of-images)::after {
  display: none;
}
@media screen and (max-width: 1199px) {
  .news-gallery {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .news-gallery .news-details-item {
    height: 250px;
  }
}
@media screen and (max-width: 575px) {
  .news-gallery {
    grid-template-columns: 1fr;
    max-width: 290px;
  }
}

.news-home.details {
  margin-top: 0;
}

.details-bottom,
.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.details-bottom {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .details-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
  }
}

.tags p {
  color: #142934;
  font-size: 25px;
  font-weight: 600;
  margin-right: 10px;
}
@media screen and (max-width: 1399px) {
  .tags p {
    font-size: 22px;
  }
}
.tags span {
  color: #313131;
  font-size: 18px;
  font-weight: 400;
  background-color: #ffefef;
  padding: 10px 15px;
  margin-left: 10px;
}
@media screen and (max-width: 1399px) {
  .tags span {
    font-size: 16px;
  }
}
.tags a {
  color: #313131;
  font-size: 18px;
  font-weight: 400;
  background-color: #ffefef;
  padding: 10px 15px;
  margin-left: 10px;
}
@media screen and (max-width: 1399px) {
  .tags a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .tags {
    margin-bottom: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tags span {
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .tags p {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .tags span {
    padding: 5px 10px;
    font-size: 14px;
  }
  .tags p {
    font-size: 20px;
  }
}

.contact-title p {
  font-size: 35px;
  font-weight: bold;
  color: #142934;
}
.contact-title h1 {
  font-size: 35px;
  font-weight: bold;
  color: #142934;
}
@media screen and (max-width: 1199px) {
  .contact-title p {
    font-size: 30px;
  }
  .contact-title h1 {
    font-size: 30px;
  }
}

.contact-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 50px;
       -webkit-column-gap: 50px;
          column-gap: 50px;
  margin: 25px 0;
}
.contact-links a {
  background-color: rgba(233, 56, 71, 0.05);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
}
.contact-links a img {
  margin-right: 20px;
  max-width: 50px;
  max-height: 44px;
}
.contact-links a p {
  color: #142934;
  font-size: 24px;
  font-weight: 600;
}
.contact-links a span {
  color: #274760;
  font-size: 18px;
}
@media screen and (max-width: 1399px) {
  .contact-links {
    -moz-column-gap: 30px;
         -webkit-column-gap: 30px;
            column-gap: 30px;
  }
  .contact-links a {
    padding: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .contact-links {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .contact-links a img {
    max-width: 40px;
    max-height: 34px;
  }
  .contact-links a p {
    font-size: 20px;
  }
}

.map {
  height: 500px;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.map .map-search {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 70px;
}
.map .map-search a {
  font-size: 13px;
  color: #fff;
  border-radius: 7px;
  background-color: #e93847;
  padding: 10px 50px;
  background-image: url("../images/Vector.png");
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}
.map .map-search input {
  width: 38px;
  height: 38px;
  border: 1px solid #e93847;
  border-radius: 7px;
  background-color: #fff;
  outline: none;
  background-image: url("../images/magnifying-glass.png");
  background-position: 9px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 0 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.map .map-search input:focus {
  width: 200px;
  background-image: none;
}
@media screen and (max-width: 575px) {
  .map {
    height: 30vh;
    margin-bottom: 40px;
  }
  .map .map-search {
    bottom: -40px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .map .map-search a {
    font-size: 0;
    width: 38px;
    height: 38px;
    padding: 0;
    display: inline-block;
    margin-left: 5px;
    background-position: center;
  }
}

.contact-form {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 40px rgba(48, 123, 196, 0.1);
          box-shadow: 0px 4px 40px rgba(48, 123, 196, 0.1);
  padding: 50px;
  border-radius: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 40px;
       -webkit-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 25px;
}
.contact-form .send {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background-color: #e93847;
  padding: 15px 35px;
  border: none;
  background-image: url("../images/Vector.png");
  background-position: 85%;
  padding-right: 50px;
  background-repeat: no-repeat;
  background-size: 14px 10px;
}
.contact-form label {
  display: grid;
  font-size: 16px;
  font-weight: 300;
  color: rgba(39, 71, 96, 0.6);
}
.contact-form .message {
  grid-column: span 2;
}
.contact-form .captcha-box {
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-form textarea {
  resize: none;
}
.contact-form input, .contact-form textarea {
  border: 1px solid rgba(39, 71, 96, 0.5);
  border-radius: 10px;
  padding: 20px;
  outline: none;
  margin-top: 5px;
  width: 100%;
}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  font-size: 18px;
  color: #142934;
  font-family: "OpenSans";
  font-weight: 500;
}
.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
  font-size: 18px;
  color: #142934;
  font-family: "OpenSans";
  font-weight: 500;
}
.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
  font-size: 18px;
  color: #142934;
  font-family: "OpenSans";
  font-weight: 500;
}
.contact-form input::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder {
  font-size: 18px;
  color: #142934;
  font-family: "OpenSans";
  font-weight: 500;
}
.contact-form input, .contact-form input::placeholder, .contact-form textarea, .contact-form textarea::placeholder {
  font-size: 18px;
  color: #142934;
  font-family: "OpenSans";
  font-weight: 500;
}
.contact-form textarea {
  height: 150px;
}
.contact-form input:-webkit-autofill,
.contact-form input:-webkit-autofill:hover,
.contact-form input:-webkit-autofill:focus {
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  -webkit-text-fill-color: #142934;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
@media screen and (max-width: 1299px) {
  .contact-form {
    grid-template-columns: 1fr;
  }
  .contact-form .message {
    grid-column: span 1;
  }
  .contact-form .captcha-box {
    grid-column: span 1;
  }
}
@media screen and (max-width: 575px) {
  .contact-form {
    padding: 0;
    padding-bottom: 60px;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 20px;
  }
  .contact-form .send {
    width: 100%;
    background-position: calc(50% + 50px);
    border-radius: 10px;
  }
}

.documents {
  display: grid;
  gap: 10px;
}
.documents a {
  width: 100%;
  min-height: 65px;
  border: 1px solid rgba(22, 49, 80, 0.23);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  padding-right: 95px;
  color: #142934;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.documents .no-results {
  width: 100%;
  min-height: 65px;
  border: 1px solid rgba(22, 49, 80, 0.23);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  padding-right: 95px;
  color: #142934;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.documents a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  background-color: #e93847;
  background-image: url("../images/download.png");
  background-position: center;
  background-repeat: no-repeat;
}
.documents a:hover {
  scale: 1.05;
}
@media screen and (max-width: 767px) {
  .documents a {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .documents a {
    padding: 15px;
    padding-right: 80px;
    font-size: 16px;
  }
  .documents a::after {
    width: 50px;
    height: 50px;
  }
}

.documents2 a {
  font-size: 18px;
  padding: 15px;
  padding-right: 60px;
}
.documents2 a::after {
  width: 45px;
}
@media screen and (max-width: 575px) {
  .documents2 a {
    padding-right: 50px;
    font-size: 16px;
  }
  .documents2 a::after {
    width: 40px;
    height: 65px;
  }
}

.grid-2-1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.grid-2-1 .left {
  padding-right: 35px;
  border-right: 1px solid rgba(0, 0, 0, 0.14);
  position: relative;
  width: 100%;
}
/* .grid-2-1 .left::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 85px;
  background-color: #e93847;
  border-radius: 4px;
  top: 0;
  right: -4px;
} */
.grid-2-1 .right ul li a.active-link {
  position: relative;
}
.grid-2-1 .right ul li a.active-link::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  background-color: #e93847;
  border-radius: 4px;
  top: 0;
  left: -38px;
}

.grid-2-1 .left .title {
  margin-bottom: 20px;
}
.grid-2-1 .right {
  padding-left: 35px;
}
.grid-2-1 .right h1 {
  font-size: 35px;
  margin-bottom: 20px;
}
.grid-2-1 .right h2 {
  font-size: 35px;
  margin-bottom: 20px;
}
.grid-2-1 .right ul li {
  margin-top: 15px;
}
.grid-2-1 .right ul li a {
  color: #142934;
  font-size: 23px;
  font-weight: 400;
}
.grid-2-1 .right ul li a.active-link {
  color: #417c9b;
}
.grid-2-1 .right ul ul {
  padding-left: 30px;
}
@media screen and (max-width: 1399px) {
  .grid-2-1 .right h2 {
    font-size: 30px;
  }
  .grid-2-1 .right ul li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .grid-2-1 {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .grid-2-1 .left {
    padding-right: 0;
    border-right: none;
  }
  .grid-2-1 .left::after {
    display: none;
  }
  .grid-2-1 .right {
    padding-left: 0;
  }
}

.why-invest p {
  font-size: 23px;
  color: #142934;
}
.why-invest p:nth-child(2n+1) {
  margin-top: 15px;
  font-weight: 600;
}
.why-invest p:nth-child(2n+1)::first-letter {
  font-size: 35px;
  color: #e93847;
}
@media screen and (max-width: 575px) {
  .why-invest p {
    font-size: 20px;
  }
  .why-invest p:nth-child(2n+1)::first-letter {
    font-size: 32px;
  }
}

.useful-links a {
  display: block;
  margin-top: 10px;
  padding: 10px 20px;
  border: 1px solid rgba(22, 49, 80, 0.2);
}
.useful-links a p:first-child {
  font-size: 20px;
  font-weight: 400;
  color: #142934;
}
.useful-links a p:nth-child(2) {
  font-size: 18px;
  font-weight: 600;
  color: #417c9b;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.useful-links a:hover p:nth-child(2) {
  color: #e93847;
}
@media screen and (max-width: 575px) {
  .useful-links a {
    padding: 10px;
  }
  .useful-links a p:first-child {
    font-size: 18px;
  }
  .useful-links a p:nth-child(2) {
    font-size: 16px;
  }
}

.blue1 {
  background-color: #DAEEF3;
}

.blue2 {
  background-color: #C6D9F1;
}

.blue3 {
  background-color: #8DB3E2;
}

.blue4 {
  background-color: #548DD4;
}

.green1 {
  background-color: #D6E3BC;
}

.green2 {
  background-color: #C2D69B;
}

.economy-register a {
  font-size: 20px;
  color: #142934;
  display: block;
  padding: 15px 20px;
  margin-top: 1px;
}
@media screen and (max-width: 575px) {
  .economy-register a {
    font-size: 18px;
    padding: 10px;
  }
}

.check-list li + li {
  margin-top: 20px;
}
.check-list p {
  padding-left: 60px;
  background-image: url("../images/circle.png");
  background-position: 5px 0%;
  background-repeat: no-repeat;
  background-size: 35px 35px;
}
@media screen and (max-width: 575px) {
  .check-list p {
    background-size: 25px 25px;
    padding-left: 45px;
  }
}

.links a {
  display: block;
  padding-left: 50px;
  font-size: 18px;
  color: #142934;
  background-image: url("../images/social.png");
  background-position: 5px 0%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  word-break: break-all;
}
.links a + a {
  margin-top: 15px;
}
.links a:hover {
  text-decoration: underline;
}

.ordinarySwiper {
  height: 400px;
}
.ordinarySwiper .swiper-slide {
  width: -moz-fit-content !important;
  width: -webkit-fit-content !important;
  width: fit-content !important;
}

.ordinary {
  position: relative;
}
.ordinary .ordinary-next, .ordinary .ordinary-prev {
  width: 60px;
  height: 60px;
  background-color: #417c9b;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  background-image: url("../images/next.png");
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 575px) {
  .ordinary .ordinary-next, .ordinary .ordinary-prev {
    width: 40px;
    height: 40px;
    background-repeat: 20px;
  }
}
.ordinary .ordinary-next {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
}
.ordinary .ordinary-prev {
  -webkit-transform: rotate(180deg) translateY(50%);
      -ms-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
  left: -30px;
}

.blue-link a {
  font-size: 16px;
  color: #417c9b;
  font-weight: 600;
  word-break: break-all;
}
.blue-link .border-section {
  padding-bottom: 25px;
  margin-bottom: 25px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.blue-link .border-section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.blue-link p a {
  color: inherit;
  font-weight: inherit;
  word-break: keep-all;
}
.blue-link .economy-img {
  height: 400px;
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .blue-link .economy-img {
    height: 30vh;
  }
}
.blue-link .dark-p {
  margin-top: 30px;
}
.blue-link .dark-p p {
  margin-top: 0;
  color: #142934;
  font-weight: 500;
}
.blue-link h3 {
  color: #417c9b;
  font-size: 25px;
  font-weight: 600;
  margin-top: 25px;
}

.blue-p {
  margin-top: 20px;
}
.blue-p p {
  margin-top: 0;
  color: #417c9b;
  font-weight: 600;
}

.table1, .table4, .table3 {
  width: 100%;
  border-collapse: collapse;
}

.table1 {
  margin: 20px 0;
}
.table1 tr td:nth-child(2), .table1 tr td:nth-child(3) {
  text-align: center;
}
.table1 tr:nth-child(2) th:first-child {
  text-align: left;
}
.table1 th, .table1 td {
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #000;
  padding: 0 10px;
}
@media screen and (max-width: 575px) {
  .table1 th, .table1 td {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .table1 th, .table1 td {
    font-size: 14px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 300px) {
  .table1 th, .table1 td {
    font-size: 12px;
  }
}

.table3 {
  margin-top: 20px;
}
.table3 table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table3 table td {
  border: 1px dotted #000;
  padding-bottom: 20px;
}
.table3 th {
  border: 1px dotted #000;
  border-bottom: none;
  text-align: left;
  background-color: #d9d9d9;
  padding-bottom: 20px;
}
.table3 th, .table3 td {
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  .table3 th, .table3 td {
    font-size: 16px;
    overflow-x: hidden;
  }
}

.table4 {
  margin: 20px 0;
}
.table4 td, .table4 th {
  font-size: 18px;
  padding: 0 5px;
}
@media screen and (max-width: 575px) {
  .table4 td, .table4 th {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .table4 td, .table4 th {
    font-size: 14px;
    padding: 0 2px;
  }
}
@media screen and (max-width: 300px) {
  .table4 td, .table4 th {
    font-size: 12px;
  }
}
.table4 tr {
  border: 1px solid #000;
}
.table4 tr th, .table4 tr td {
  text-align: right;
}
.table4 tr th:first-child, .table4 tr td:first-child {
  text-align: left;
  font-weight: bold;
}
.table4 tr:first-child, .table4 tr:last-child {
  background-color: #f2f2f2;
}

.table2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}
.table2 li {
  width: 100%;
  border: 1px solid #000;
}
.table2 li p {
  margin: 0;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  padding: 0 5px;
}
@media screen and (max-width: 991px) {
  .table2 li p {
    font-size: 16px;
  }
}
.table2 li p + p {
  border-top: 1px solid #000;
}
.table2 li + li {
  border-left: none;
}
@media screen and (max-width: 767px) {
  .table2 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    row-gap: 10px;
  }
  .table2 li:nth-child(6n+1) {
    border-left: 1px solid #000;
  }
}
@media screen and (max-width: 575px) {
  .table2 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .table2 li:nth-child(3n+1) {
    border-left: 1px solid #000;
  }
}

.links2 {
  margin-top: 20px;
}
.links2 a {
  display: block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.links3 a {
  color: #417c9b !important;
  font-weight: 600 !important;
}

.specifics {
  margin-top: 20px;
}
.specifics p, .specifics span {
  font-weight: 600;
}
.specifics p {
  margin-top: 10px;
  color: #142934;
}
.specifics p span {
  color: #417c9b;
  font-size: 16px;
}

.italic {
  font-style: italic;
}

.years-to-compare {
  margin: 20px 0;
}
.years-to-compare div span {
  font-size: 25px;
  font-weight: 600;
}
.years-to-compare div span:first-child {
  color: #142934;
}
.years-to-compare div span:last-child {
  color: #417c9b;
}
.years-to-compare div span + span {
  margin-left: 30px;
}
.years-to-compare div + div {
  margin-top: 10px;
}



progress {
  width: 200px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  background-color: #f1f1f1;
  margin-right: 30px;
}

progress::-webkit-progress-bar {
  background-color: #f1f1f1;
}

progress::-webkit-progress-value {
  background-color: #e93847;
}

progress::-moz-progress-bar {
  background-color: #e93847;
}
.survey-select-answer,
.survey .survey-bottom .survey-results li span.already-voted {
  color: #e93847;
  font-weight: 600;
  margin-right: 15px;
}

.survey-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.survey .survey-bottom button[disabled] {
  /* opacity: 0.5; */
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}

.page-content {
  max-height: 450px;
  overflow: auto;
  padding-right: 5px;
  margin-bottom: 30px;
}

.page-content a {
  color: #417c9b !important;
}

.page-content p {
  margin-bottom: 15px;
}
.page-content ul {
  list-style: inside;
  padding-left: 20px;
  margin-bottom: 15px;
}
.page-content ol {
  padding-left: 35px;
  margin-bottom: 15px;
}
.page-content ol li,
.page-content ul li {
  font-size: 16px;
  color: #8e8e8e;
  padding-left: 5px;
}
.page-content img {
  height: auto;
  /* width: 100%; */
  -o-object-fit: contain;
     object-fit: contain;
}

.page-content table {
  margin-bottom: 15px;
}

.page-content table,
.page-content table tr,
.page-content table tr td {
  border: none;
  height: auto !important;
}
.page-content table tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.page-content table {
  width: 100% !important;
  display: block;
  overflow-x: auto;
  white-space: nowrap;/
}

@media only screen and (max-width: 991px) {
  /* Add horizontal scroll to the table */
  .page-content img {
    width: 100%;
  }
  .grid-2-1,
  .page-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  /* .page-content table {
    width: 100% !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;/
  } */

  /* .page-content table::-webkit-scrollbar {
    display: none;
  } */
  /* .page-content table::-webkit-scrollbar {
    width: 12px;
  }

  .page-content table::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 8px;
  }

  .page-content table::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  } */
}

@media only screen and (max-width: 576px) {
  .image img {
    height: 180px;
  }
  .survey .survey-bottom .survey-results li span {
    min-width: 80px;
  }
  .survey.survey-results .survey-bottom .survey-results li span {
    min-width: 45px;
  }
  progress {
    max-width: 80px;
    min-width: 80px;
    margin-right: 15px;
  }
  .survey.survey-results progress {

  }
}
.survey {
  max-height: 95vh;
}
.survey.suvey-results {
  max-height: auto;
}
.eventModalContent {
  max-height: 87vh;
  overflow-y: auto;
}

.image img.news-placeholder-img {
  object-fit: contain;
  -o-object-fit: contain;
}

@media only screen and (max-width: 1199px) {
  .page-content {
    max-height: 100%;
  }
  .grid-2-1 .right ul li a.active-link::after {
    display: none;
  }
}


.user-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-answer label {
  margin-top: -5px;
}

.user-answer input[type="text"] {
  border: 1px solid rgba(39, 71, 96, 0.5);
  border-radius: 10px;
  padding: 7.5px 15px;
  outline: none;
  margin-top: 5px;
  font-size: 16px;
  width: 100%;
  /* font-weight: 600; */
}

.user-answer input[type="text"][readonly] {
  background-color: #f0f0f0;
  cursor: not-allowed;
}

.user-answer-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prefix {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 600;
  color: #142934;
  margin-right: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .survey .survey-bottom .survey-options {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .prefix {
    font-size: 17px;
  }
  .user-answer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
  }
  .user-answer-select {
    margin-bottom: 10px;
  }
  .user-answer input[type="text"] {
    width: 100%;
  }
}

.page-previous-surveys-results h1,
.page-previous-surveys-results h2 {
  margin-bottom: 50px;
}
.page-previous-surveys-results .survey.survey-results {
  margin-bottom: 50px;
}
.page-previous-surveys-results .survey.survey-results .external-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-previous-surveys-results .survey.survey-results .external-link svg {
  margin-left: 5px;
}


@media screen and (min-width: 768px) and (max-width: 1299px) {
  .cooperation-container {
    margin-bottom: 40px;
  }
  .grid-1-2 .cooperation-wrap .blue-title {
    position: absolute;
    bottom: -40px;
  }
}


.page-general h2 {
  font-size: 28px;
  font-weight: 600;
  color: #142934;
  margin-bottom: 10px;
}
.page-general h3 {
  font-size: 26px;
  font-weight: 600;
  color: #142934;
  margin-bottom: 10px;
}
.page-general h4 {
  font-size: 24px;
  font-weight: 600;
  color: #142934;
  margin-bottom: 10px;
}
.page-general h5 {
  font-size: 22px;
  font-weight: 600;
  color: #142934;
  margin-bottom: 10px;
}