:root {
  --container-margin: (100vw - 1260px) / 2;
  --navbar-height: 62px;
}

@media (max-width: 1300px) {
  :root {
    --container-margin: (100vw - 1000px) / 2;
    --navbar-height: 64px;
  }
}

@media (max-width: 1100px) {
  :root {
    --container-margin: (100vw - 700px) / 2;
    --navbar-height: 52px;
  }
}

@media (max-width: 768px) {
  :root {
    --container-margin: (100vw - 500px) / 2;
  }
}

@media (max-width: 576px) {
  :root {
    --container-margin: 15px;
  }
}

.main-content .sbtitle-wrapper {
  padding: 70px 0;
  position: relative;
  margin-top: -230px;
  margin-bottom: 60px;
}

.main-content .sbtitle-wrapper::after {
  position: absolute;
  background-color: #ffffff;
  top: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 100vw;
}

.main-content .sbtitle-wrapper .sub-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 36.5px;
  color: #304a70;
  z-index: 1;
  position: relative;
}

@media (max-width: 764px) {
  .main-content .sbtitle-wrapper {
    padding: 30px 5px;
    margin-top: -50px;
    margin-bottom: 30px;
  }

  .main-content .sbtitle-wrapper::after {
    position: absolute;
    background-color: #ffffff;
    top: 30px;
    right: 0;
    content: "";
    height: 90%;
    width: 100vw;
  }

  .main-content .sbtitle-wrapper .sub-title {
    font-size: 22px;
    line-height: 23px;
    padding-right: 5px;
    margin-bottom: 20px;
  }
}

.main-content .secondrow .firstimage {
  width: 100%;
}

.main-content .secondrow .overlaytextmobile {
  padding-top: 30px;
  color: #304a70;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (min-width: 416px) {
  .main-content .secondrow .overlaytextmobile {
    display: none;
  }
}

.main-content .overlayrow {
  margin-left: 0;
  position: absolute;
  top: 620px;
  width: 80%;
  max-height: 300px;
  min-height: 200px;
}

.main-content .overlayrow .overlaytext {
  font-size: 1.15rem;
  line-height: 1.25;
  font-weight: 600;
  position: relative;
  color: #304a70;
  background-color: white;
}

.main-content .overlayrow .overlaytext .alignoverlay {
  display: flex;
  flex-direction: row;
}

.main-content .overlayrow .overlaytext .alignoverlay .controlsubtitle {
  color: #304a70;
  font-size: 14px;
  line-height: 17.07px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 1238px) {
  .main-content .overlayrow .firstimage {
    display: flex;
    justify-content: center;
  }
}

.main-content .firstrowcontrol .imagerowtitle {
  font-size: 26px;
  color: #304a70;
  font-weight: 700;
  line-height: 32px;
}

.main-content .firstrowcontrol .imagerowsubtitle {
  font-size: 16px;
  color: #304a70;
  font-weight: 400;
  line-height: 20px;
}

.main-content .firstrowcontrol .strategistsnames {
  color: #304a70;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.5px;
  text-align: left;
}

@media (max-width: 764px) {
  .main-content .firstrowcontrol {
    margin-top: 10px;
  }
}

.main-content .secondrowcontrol {
  color: #304a70;
}

.main-content .secondrowcontrol .aligntextfirst {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
}

@media (max-width: 764px) {
  .main-content .secondrowcontrol .aligntextfirst {
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: start;
  }
}

.main-content .secondrowcontrol .imagerowtitle {
  font-size: 25px !important;
  color: #304a70;
  font-weight: 700;
  line-height: 32px;
}

.main-content .secondrowcontrol .imagerowsubtitle {
  font-size: 16px;
  color: #304a70;
  font-weight: 400;
  line-height: 20px;
}

.main-content .secondrowcontrol .smalltext {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: right;
}

@media (max-width: 764px) {
  .main-content .secondrowcontrol .smalltext {
    text-align: center;
  }
}

.main-content .secondrowcontrol .imagerowtitlestrategy {
  font-size: 40px;
  color: #304a70;
  font-weight: 400;
  line-height: 52px;
  text-align: right;
}

@media (max-width: 764px) {
  .main-content .secondrowcontrol .imagerowtitlestrategy {
    text-align: center;
  }
}

.main-content .secondrowcontrol .imagerowsubtitlestrategy {
  font-size: 20px;
  color: #304a70;
  font-weight: 400;
  line-height: 28px;
  text-align: right;
  padding-bottom: 10px;
}

@media (max-width: 764px) {
  .main-content .secondrowcontrol .imagerowsubtitlestrategy {
    text-align: center;
  }
}

.main-content .agenda-section .decorative-text {
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
  padding-bottom: 40px;
  position: relative;
  color: #304a70;
}

.main-content .agenda-section .decorative-text .subtitledecorative-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.main-content .agenda-section .decorative-text .lastrowdesc {
  font-size: 40px;
  font-weight: 400;
  line-height: 36px;
}

.main-content .agenda-section .decorative-text::after {
  position: absolute;
  top: 0;
  left: 0px;
  height: 130%;
  width: 70%;
  content: "";
  background-color: #ebf8f6;
  z-index: -1;
}

.main-content .agenda-section .team {
  display: flex;
  flex-direction: row;
}

.main-content .agenda-sectionlogos .decorative-textlogo {
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
  padding-bottom: 40px;
  position: relative;
  color: #304a70;
}

.main-content .agenda-sectionlogos .decorative-textlogo .subtitledecorative-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
}

.main-content .agenda-sectionlogos .decorative-textlogo .lastrowdesc {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.main-content .agenda-sectionlogos .decorative-textlogo .iconsalign {
  display: flex;
  flex-direction: column;
  margin-left: 120px;
  margin-right: 120px;
}

.main-content .agenda-sectionlogos .decorative-textlogo .iconsalign .imazhi {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 764px) {
  .main-content .agenda-sectionlogos .decorative-textlogo .iconsalign {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.main-content .agenda-sectionlogos .decorative-textlogo::after {
  position: absolute;
  top: -30px;
  left: 0px;
  height: 200%;
  width: 18%;
  content: "";
  background-color: #ebf8f6;
  z-index: -1;
}

.main-content .agenda-sectionlogos .team {
  display: flex;
  flex-direction: row;
}

@media (max-width: 764px) {
  .main-content .agenda-sectionlogos {
    margin-top: 40px;
  }
}

@media (max-width: 764px) {
  .main-content .agenda-sectionlogos .espertirow {
    margin-right: 0 !important;
  }
}

@media (min-width: 1097px) {
  .main-content .theform .firstcol {
    padding-right: 0px;
  }

  .main-content .theform .secndcol {
    padding-left: 0px;
  }
}

.main-content .hero-section {
  margin-bottom: 60px;
}

.main-content .titleesperti {
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  color: #304a70;
  padding-bottom: 20px;
}

.main-content .agenda-sectionsec .decorative-textsec {
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
  padding-bottom: 40px;
  padding-top: 50px;
  position: relative;
  color: #304a70;
}

.main-content .agenda-sectionsec .decorative-textsec .lastrowsec .lastrowdesc {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.main-content .agenda-sectionsec .decorative-textsec .lastrowsec .lastrowbutton {
  font-size: 15px;
  font-weight: 700;
  background-color: #f0af36;
  color: white;
  padding: 0px 10px;
}

.main-content .agenda-sectionsec .decorative-textsec::after {
  position: absolute;
  top: 0;
  left: 60px;
  height: 110%;
  width: 78%;
  content: "";
  background-color: #ebf8f6;
  z-index: -1;
}

