html {
  overflow-x: hidden;
}

.single-button-banner {
  display: flex;
  height: 80vh;
  padding: 60px;
  width: 100%;
  margin-bottom: 4rem;
}

@media (max-width: 797.98px) {
  .single-button-banner {
    padding: 30px;
    flex-flow: column-reverse;
    height: min-content;
    min-height: min-content;
    margin-bottom: 2rem;
  }
}

.single-button-banner__image {
  max-height: 60vh;
  width: 40%;
  object-fit: contain;
}

@media (max-width: 797.98px) {
  .single-button-banner__image {
    width: 100%;
    max-height: max-content;
  }
}

.single-button-banner__text {
  width: 60%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  align-items: center;
  padding: 1rem 6rem;
}

@media (max-width: 1299.98px) {
  .single-button-banner__text {
    padding: 1rem 5rem;
  }
}

@media (max-width: 1024.98px) {
  .single-button-banner__text {
    padding: 1rem 4rem;
  }
}

@media (max-width: 797.98px) {
  .single-button-banner__text {
    padding: 1rem 3rem;
  }
}

.single-button-banner__text h2, .single-button-banner__text h1 {
  font-weight: 700;
  font-size: 3.8rem;
  margin-bottom: 2rem;
}

@media (max-width: 1299.98px) {
  .single-button-banner__text h2, .single-button-banner__text h1 {
    font-size: 2.8rem;
  }
}

@media (max-width: 1024.98px) {
  .single-button-banner__text h2, .single-button-banner__text h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 797.98px) {
  .single-button-banner__text h2, .single-button-banner__text h1 {
    font-size: 2rem;
  }
}

.single-button-banner__text h3 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

@media (max-width: 1299.98px) {
  .single-button-banner__text h3 {
    font-size: 35px;
  }
}

@media (max-width: 1024.98px) {
  .single-button-banner__text h3 {
    font-size: 32px;
  }
}

@media (max-width: 797.98px) {
  .single-button-banner__text h3 {
    font-size: 25px;
  }
}

@media (max-width: 797.98px) {
  .single-button-banner__text {
    padding: 1rem 2rem;
    width: 100%;
  }
}

.single-button-banner .btn {
  width: max-content;
  background-color: transparent;
  color: #000000 !important;
  font-weight: 500;
  border: 2px solid #f51c0d !important;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 225px;
  padding: 15px 0;
}

@media (max-width: 797.98px) {
  .single-button-banner .btn {
    padding: 10px 0;
    font-size: 14px;
    min-width: 170px;
  }
}

.single-button-banner .btn:hover {
  background: #f51c0d !important;
  color: #ffffff !important;
}

.twoColumnWithImage {
  display: flex;
  flex-flow: row;
  margin-bottom: 4rem;
}

@media (max-width: 797.98px) {
  .twoColumnWithImage {
    flex-flow: column;
    margin-bottom: 2rem;
  }
}

.twoColumnWithImage.greyBg .contentSide {
  background-color: #f4f4f4;
}

.twoColumnWithImage.redBtn h2, .twoColumnWithImage.greyBg h2 {
  color: #1e1e8c;
}

.twoColumnWithImage.redBtn .imageSide, .twoColumnWithImage.greyBg .imageSide {
  height: unset;
  min-height: unset;
  position: relative;
}

.twoColumnWithImage.redBtn .imageSide img, .twoColumnWithImage.greyBg .imageSide img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 797.98px) {
  .twoColumnWithImage.redBtn .imageSide, .twoColumnWithImage.greyBg .imageSide {
    min-height: 400px;
    overflow: hidden;
  }
  .twoColumnWithImage.redBtn .imageSide img, .twoColumnWithImage.greyBg .imageSide img {
    height: 100vw;
    max-height: 90vh;
  }
}

.twoColumnWithImage.redBtn .contentSide, .twoColumnWithImage.greyBg .contentSide {
  height: max-content;
  min-height: 450px;
}

.twoColumnWithImage.redBtn .contentSide .btn, .twoColumnWithImage.greyBg .contentSide .btn {
  color: #fff;
  background-color: #f51c0d;
}

.twoColumnWithImage.redBtn .contentSide .btn:hover, .twoColumnWithImage.greyBg .contentSide .btn:hover {
  background-color: #c40009;
  border-color: #c40009;
}

.twoColumnWithImage.rightSide {
  flex-flow: row-reverse;
}

@media (max-width: 797.98px) {
  .twoColumnWithImage.rightSide {
    flex-flow: column;
  }
}

.twoColumnWithImage.rightSide .contentSide {
  padding: 0 6rem 0 10rem;
}

@media (max-width: 1279.98px) {
  .twoColumnWithImage.rightSide .contentSide {
    padding: 0 3rem 0 6rem;
  }
}

@media (max-width: 1024.98px) {
  .twoColumnWithImage.rightSide .contentSide {
    padding: 0 2rem 0 4rem;
  }
}

@media (max-width: 797.98px) {
  .twoColumnWithImage.rightSide .contentSide {
    padding: 1rem 2rem 0 2rem;
  }
}

@media (max-width: 424.98px) {
  .twoColumnWithImage.rightSide .contentSide {
    padding: 1rem 2rem 0 2rem;
  }
}

.twoColumnWithImage .imageSide {
  width: 50%;
  height: 25vw;
  min-height: 450px;
}

@media (max-width: 797.98px) {
  .twoColumnWithImage .imageSide {
    width: 100%;
  }
}

.twoColumnWithImage .imageSide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.twoColumnWithImage .contentSide {
  width: 50%;
  padding: 0 10rem 0 6rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

@media (max-width: 1279.98px) {
  .twoColumnWithImage .contentSide {
    padding: 0 6rem 0 3rem;
  }
}

@media (max-width: 1024.98px) {
  .twoColumnWithImage .contentSide {
    padding: 0 4rem 0 2rem;
  }
}

@media (max-width: 797.98px) {
  .twoColumnWithImage .contentSide {
    padding: 1rem 2rem 0 2rem;
    width: 100%;
  }
}

@media (max-width: 424.98px) {
  .twoColumnWithImage .contentSide {
    padding: 1rem 2rem 0 2rem;
  }
}

.twoColumnWithImage .contentSide h2 {
  font-size: 3.25rem;
}

@media (max-width: 1024.98px) {
  .twoColumnWithImage .contentSide h2 {
    font-size: 40px;
  }
}

@media (max-width: 797.98px) {
  .twoColumnWithImage .contentSide h2 {
    font-size: 30px;
  }
}

@media (max-width: 424.98px) {
  .twoColumnWithImage .contentSide h2 {
    font-size: 25px;
  }
}

.twoColumnWithImage .contentSide ul.list__triangle.withTitle li {
  margin-bottom: 0.8rem;
}

.twoColumnWithImage .contentSide ul.list__triangle li {
  display: flex;
  flex-flow: column;
}

.twoColumnWithImage .contentSide ul.list__triangle li span.title {
  font-weight: 600;
  display: block;
  color: #000000;
}

.twoColumnWithImage .contentSide ul.list__triangle li::before {
  border-bottom: 7px solid transparent;
  border-left: 11px solid #f51c0d;
  border-right: 0;
  border-top: 7px solid transparent;
}

.twoColumnWithImage .contentSide .btn {
  width: max-content;
  background-color: transparent;
  color: #000000;
  font-weight: 500;
  border: 2px solid #f51c0d;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 225px;
  padding: 15px 0;
}

@media (max-width: 797.98px) {
  .twoColumnWithImage .contentSide .btn {
    padding: 10px 0;
    font-size: 14px;
    min-width: 170px;
  }
}

.twoColumnWithImage .contentSide .btn:hover {
  background: #f51c0d;
  color: #ffffff;
}

.whiteBoxWithImageContainer {
  margin: 0 0 4rem 0;
  display: flex;
  justify-content: center;
}

@media (max-width: 1024.98px) {
  .whiteBoxWithImageContainer {
    margin: 2rem 0;
  }
}

.whiteBoxWithImageContainer .whiteBoxWithImage {
  z-index: 2;
  position: relative;
  background: #fff;
  box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.502);
  width: 70vw;
  padding: 4rem;
  display: flex;
  flex-flow: row;
}

@media (max-width: 1279.98px) {
  .whiteBoxWithImageContainer .whiteBoxWithImage {
    padding: 3rem;
    width: 85vw;
  }
}

@media (max-width: 797.98px) {
  .whiteBoxWithImageContainer .whiteBoxWithImage {
    padding: 1.5rem;
    width: 90vw;
    flex-flow: column;
  }
}

.whiteBoxWithImageContainer .whiteBoxWithImage .imageSide {
  width: 60%;
  height: 25vw;
  min-height: 400px;
}

.whiteBoxWithImageContainer .whiteBoxWithImage .imageSide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 797.98px) {
  .whiteBoxWithImageContainer .whiteBoxWithImage .imageSide {
    width: 100%;
  }
}

.whiteBoxWithImageContainer .whiteBoxWithImage .contentSide {
  width: 40%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0 4rem;
}

@media (max-width: 1024.98px) {
  .whiteBoxWithImageContainer .whiteBoxWithImage .contentSide {
    padding: 0 3rem;
  }
}

@media (max-width: 797.98px) {
  .whiteBoxWithImageContainer .whiteBoxWithImage .contentSide {
    padding: 1rem 1rem 0 1rem;
    width: 100%;
  }
}

.whiteBoxWithImageContainer .whiteBoxWithImage .contentSide .btn {
  width: max-content;
  background-color: transparent;
  color: #000000;
  font-weight: 500;
  border: 2px solid #f51c0d;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 225px;
  padding: 15px 0;
}

@media (max-width: 797.98px) {
  .whiteBoxWithImageContainer .whiteBoxWithImage .contentSide .btn {
    padding: 10px 0;
    font-size: 14px;
    min-width: 170px;
  }
}

.whiteBoxWithImageContainer .whiteBoxWithImage .contentSide .btn:hover {
  background: #f51c0d;
  color: #ffffff;
}

.whiteBoxWithVideoContainer {
  padding: 10rem 0 4rem 0;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024.98px) {
  .whiteBoxWithVideoContainer {
    margin: 8rem 0 2rem 0;
  }
}

@media (max-width: 797.98px) {
  .whiteBoxWithVideoContainer {
    padding: 6rem 0 2rem 0;
  }
}

.whiteBoxWithVideoContainer img.imageBg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 450px;
  height: 50vh;
  object-fit: cover;
  z-index: 1;
}

@media (max-width: 1024.98px) {
  .whiteBoxWithVideoContainer img.imageBg {
    min-height: 400px;
  }
}

@media (max-width: 797.98px) {
  .whiteBoxWithVideoContainer img.imageBg {
    min-height: 300px;
    max-height: 300px;
  }
}

.whiteBoxWithVideoContainer .whiteBoxWithVideo {
  z-index: 2;
  position: relative;
  background: #fff;
  box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.502);
  width: 70vw;
  padding: 4rem;
  display: flex;
  flex-flow: row-reverse;
}

@media (max-width: 1279.98px) {
  .whiteBoxWithVideoContainer .whiteBoxWithVideo {
    padding: 3rem;
    width: 85vw;
  }
}

@media (max-width: 797.98px) {
  .whiteBoxWithVideoContainer .whiteBoxWithVideo {
    padding: 1.5rem;
    width: 90vw;
    flex-flow: column;
  }
}

.whiteBoxWithVideoContainer .whiteBoxWithVideo .imageSide {
  width: 70%;
  margin-right: -10%;
  height: 25vw;
}

@media (max-width: 797.98px) {
  .whiteBoxWithVideoContainer .whiteBoxWithVideo .imageSide {
    width: 100%;
  }
}

.whiteBoxWithVideoContainer .whiteBoxWithVideo .imageSide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whiteBoxWithVideoContainer .whiteBoxWithVideo .contentSide {
  width: 40%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0 4rem;
  z-index: 3;
}

@media (max-width: 1024.98px) {
  .whiteBoxWithVideoContainer .whiteBoxWithVideo .contentSide {
    padding: 0 3rem;
  }
}

@media (max-width: 797.98px) {
  .whiteBoxWithVideoContainer .whiteBoxWithVideo .contentSide {
    padding: 1rem 1rem 0 1rem;
    width: 100%;
  }
}

.whiteBoxWithVideoContainer .whiteBoxWithVideo .contentSide .btn {
  width: max-content;
  background-color: transparent;
  color: #000000;
  font-weight: 500;
  border: 2px solid #f51c0d;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 225px;
  padding: 15px 0;
}

@media (max-width: 797.98px) {
  .whiteBoxWithVideoContainer .whiteBoxWithVideo .contentSide .btn {
    padding: 10px 0;
    font-size: 14px;
    min-width: 170px;
  }
}

.whiteBoxWithVideoContainer .whiteBoxWithVideo .contentSide .btn:hover {
  background: #f51c0d;
  color: #ffffff;
}

html[lang="ar"] .cardTwoImagesWithIconsContainer .item .contentPart .listItem .listContent h3 {
  text-align: right;
}

html[lang="ar"] .cardTwoImagesWithIconsContainer .item .contentPart .listItem .iconSide {
  margin-right: 0;
  margin-left: 1rem;
}

html[lang="ar"] .whiteBoxWithVideoContainer .whiteBoxWithVideo .imageSide {
  margin-right: 0 !important;
  margin-left: -10% !important;
}

@media (max-width: 797.98px) {
  html[lang="ar"] .whiteBoxWithVideoContainer .whiteBoxWithVideo .imageSide {
    margin-left: 0 !important;
  }
}

html[lang="ar"] .iconsListTwoColumns.newVersion .iconsContainer .iconContainer .iconSide {
  margin-right: 0 !important;
  margin-left: 1rem !important;
}

.fiveIconsContentRow {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 6rem;
  background-color: #e3e0e0;
}

@media (max-width: 1024.98px) {
  .fiveIconsContentRow {
    padding: 4rem;
  }
}

@media (max-width: 797.98px) {
  .fiveIconsContentRow {
    padding: 3rem;
  }
}

.fiveIconsContentRow h2 {
  font-weight: 700;
}

.fiveIconsContentRow .iconsContainer {
  margin: 2rem 0;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1%;
  width: 100%;
}

@media (max-width: 1024.98px) {
  .fiveIconsContentRow .iconsContainer {
    justify-content: center;
  }
}

.fiveIconsContentRow .iconsContainer .iconContainer {
  width: 17%;
  min-width: 170px;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 1rem;
}

.fiveIconsContentRow .iconsContainer .iconContainer img {
  max-height: 100px;
  width: 100%;
  height: 100%;
  max-width: 100px;
  margin: 0 auto .5rem auto;
}

.fiveIconsContentRow .iconsContainer .iconContainer span.title {
  font-weight: 700;
  text-align: center;
}

.fiveIconsContentRow .iconsContainer .iconContainer span.text {
  text-align: center;
}

.fiveIconsContentRow .btn {
  width: max-content;
  background-color: transparent;
  color: #000000;
  font-weight: 500;
  border: 2px solid #f51c0d;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 225px;
  padding: 15px 0;
}

@media (max-width: 797.98px) {
  .fiveIconsContentRow .btn {
    padding: 10px 0;
    font-size: 14px;
    min-width: 170px;
  }
}

.fiveIconsContentRow .btn:hover {
  background: #f51c0d;
  color: #ffffff;
}

.sticky-nav.redBorder .cta-card-background .cta-card.container h3 {
  color: #000000;
  font-weight: 700;
  font-size: 2.5rem;
}

.sticky-nav.redBorder .cta-card-background .cta-card.container .cta-card__cta {
  display: flex;
  justify-content: center;
}

.sticky-nav.redBorder .cta-card-background .cta-card.container .cta-card__cta .btn {
  width: max-content;
  background-color: transparent;
  color: #000000;
  font-weight: 500;
  border: 2px solid #f51c0d;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 225px;
  padding: 15px 0;
  margin: 0 auto;
}

@media (max-width: 797.98px) {
  .sticky-nav.redBorder .cta-card-background .cta-card.container .cta-card__cta .btn {
    padding: 10px 0;
    font-size: 14px;
    min-width: 170px;
  }
}

.sticky-nav.redBorder .cta-card-background .cta-card.container .cta-card__cta .btn:hover {
  background: #f51c0d;
  color: #ffffff;
}

.hero-with-form .textShadow h2, .hero-with-form .textShadow p {
  text-shadow: 0px 5px 12px #000;
}

.twoColumnWithImageBg {
  display: flex;
  flex-flow: row;
}

@media (max-width: 797.98px) {
  .twoColumnWithImageBg {
    flex-flow: column;
  }
}

.twoColumnWithImageBg.rightSide {
  flex-flow: row-reverse;
}

@media (max-width: 797.98px) {
  .twoColumnWithImageBg.rightSide {
    flex-flow: column;
  }
}

.twoColumnWithImageBg.rightSide .contentSide {
  padding: 4rem 6rem 4rem 10rem;
}

@media (max-width: 1279.98px) {
  .twoColumnWithImageBg.rightSide .contentSide {
    padding: 2rem 3rem 2rem 6rem;
  }
}

@media (max-width: 1024.98px) {
  .twoColumnWithImageBg.rightSide .contentSide {
    padding: 2rem 2rem 2rem 4rem;
  }
}

@media (max-width: 797.98px) {
  .twoColumnWithImageBg.rightSide .contentSide {
    padding: 2rem 2rem 2rem 2rem;
  }
}

@media (max-width: 424.98px) {
  .twoColumnWithImageBg.rightSide .contentSide {
    padding: 2rem 2rem 2rem 2rem;
  }
}

.twoColumnWithImageBg .imageSide {
  width: 50%;
  position: relative;
}

@media (max-width: 797.98px) {
  .twoColumnWithImageBg .imageSide {
    width: 100%;
  }
  .twoColumnWithImageBg .imageSide img {
    height: 100vw !important;
    max-height: 90vh;
    position: relative !important;
  }
}

.twoColumnWithImageBg .imageSide img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.twoColumnWithImageBg .contentSide {
  width: 50%;
  padding: 4rem 10rem 4rem 6rem;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  background-size: cover;
  overflow: hidden;
  height: max-content;
  min-height: 80vh;
}

.twoColumnWithImageBg .contentSide .content {
  display: flex;
  flex-flow: column;
}

@media (max-width: 797.98px) {
  .twoColumnWithImageBg .contentSide {
    min-height: unset;
  }
}

@media (max-width: 1279.98px) {
  .twoColumnWithImageBg .contentSide {
    padding: 2rem 6rem 2rem 3rem;
  }
}

@media (max-width: 1024.98px) {
  .twoColumnWithImageBg .contentSide {
    padding: 2rem 4rem 2rem 2rem;
  }
}

@media (max-width: 797.98px) {
  .twoColumnWithImageBg .contentSide {
    padding: 2rem 2rem 2rem 2rem;
    width: 100%;
  }
}

@media (max-width: 424.98px) {
  .twoColumnWithImageBg .contentSide {
    padding: 2rem 2rem 2rem 2rem;
  }
}

.twoColumnWithImageBg .contentSide h2 {
  font-size: 3.25rem;
  color: #ffffffff;
}

@media (max-width: 1024.98px) {
  .twoColumnWithImageBg .contentSide h2 {
    font-size: 40px;
  }
}

@media (max-width: 797.98px) {
  .twoColumnWithImageBg .contentSide h2 {
    font-size: 30px;
  }
}

@media (max-width: 424.98px) {
  .twoColumnWithImageBg .contentSide h2 {
    font-size: 25px;
  }
}

.twoColumnWithImageBg .contentSide p {
  color: #ffffff;
}

.twoColumnWithImageBg .contentSide ul.list__triangle {
  margin-top: 0;
}

.twoColumnWithImageBg .contentSide ul.list__triangle.withTitle li {
  margin-bottom: 0.8rem;
}

.twoColumnWithImageBg .contentSide ul.list__triangle li {
  display: flex;
  flex-flow: column;
  color: #ffffff;
}

.twoColumnWithImageBg .contentSide ul.list__triangle li span.title {
  font-weight: 600;
  display: block;
  color: #ffffff;
}

.twoColumnWithImageBg .contentSide ul.list__triangle li span.text {
  color: #ffffff;
}

.twoColumnWithImageBg .contentSide ul.list__triangle li::before {
  border-bottom: 7px solid transparent;
  border-left: 11px solid #ffffff;
  border-right: 0;
  border-top: 7px solid transparent;
}

.twoColumnWithImageBg .contentSide .btn {
  width: max-content;
  background-color: transparent;
  color: #ffffff;
  font-weight: 500;
  border: 2px solid #ffffff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 225px;
  padding: 15px 0;
}

@media (max-width: 797.98px) {
  .twoColumnWithImageBg .contentSide .btn {
    padding: 10px 0;
    font-size: 14px;
    min-width: 170px;
  }
}

.twoColumnWithImageBg .contentSide .btn:hover {
  background: #f51c0d;
  color: #ffffff;
}

.imageWithContentBelowContainer {
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
  padding-top: 4rem;
  background-color: #f4f4f4;
}

.imageWithContentBelowContainer .imageWithContentBelow {
  width: 80vw;
  display: flex;
  flex-flow: column;
}

@media (max-width: 797.98px) {
  .imageWithContentBelowContainer .imageWithContentBelow {
    width: 90vw;
  }
}

.imageWithContentBelowContainer .imageWithContentBelow img {
  width: 100%;
  height: 25vw;
  object-fit: cover;
}

.imageWithContentBelowContainer .imageWithContentBelow .content {
  background-color: #262629;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 3rem;
}

@media (max-width: 797.98px) {
  .imageWithContentBelowContainer .imageWithContentBelow .content {
    padding: 2rem;
  }
}

.imageWithContentBelowContainer .imageWithContentBelow .content h2 {
  color: #fff;
  font-size: 3.25rem;
  text-align: center;
}

@media (max-width: 1024.98px) {
  .imageWithContentBelowContainer .imageWithContentBelow .content h2 {
    font-size: 40px;
  }
}

@media (max-width: 797.98px) {
  .imageWithContentBelowContainer .imageWithContentBelow .content h2 {
    font-size: 30px;
  }
}

@media (max-width: 424.98px) {
  .imageWithContentBelowContainer .imageWithContentBelow .content h2 {
    font-size: 25px;
  }
}

.imageWithContentBelowContainer .imageWithContentBelow .content p {
  color: #fff;
  text-align: center;
}

.twoColumnInfoCardsContainer {
  display: flex;
  justify-content: center;
  padding-bottom: 4rem;
  padding-top: 2rem;
  background-color: #f4f4f4;
}

.twoColumnInfoCardsContainer .twoColumnInfoCards {
  width: 80vw;
  display: flex;
  flex-flow: column;
  row-gap: 1rem;
}

@media (max-width: 797.98px) {
  .twoColumnInfoCardsContainer .twoColumnInfoCards {
    width: 90vw;
  }
}

.twoColumnInfoCardsContainer .twoColumnInfoCards .infoCardsRow {
  display: flex;
  flex-flow: row;
  column-gap: 1rem;
  height: 400px;
}

@media (max-width: 797.98px) {
  .twoColumnInfoCardsContainer .twoColumnInfoCards .infoCardsRow {
    flex-flow: column;
    max-height: unset;
    height: max-content;
    width: 100%;
  }
  .twoColumnInfoCardsContainer .twoColumnInfoCards .infoCardsRow.right {
    flex-flow: column;
  }
  .twoColumnInfoCardsContainer .twoColumnInfoCards .infoCardsRow .imageSide, .twoColumnInfoCardsContainer .twoColumnInfoCards .infoCardsRow .contentSide {
    width: 100% !important;
  }
}

.twoColumnInfoCardsContainer .twoColumnInfoCards .infoCardsRow.right {
  flex-flow: row-reverse;
}

@media (max-width: 797.98px) {
  .twoColumnInfoCardsContainer .twoColumnInfoCards .infoCardsRow.right {
    flex-flow: column;
  }
}

.twoColumnInfoCardsContainer .twoColumnInfoCards .infoCardsRow .imageSide {
  width: 50%;
}

.twoColumnInfoCardsContainer .twoColumnInfoCards .infoCardsRow .imageSide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.twoColumnInfoCardsContainer .twoColumnInfoCards .infoCardsRow .contentSide {
  background-color: #fff;
  padding: 4rem;
  width: 50%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.twoColumnInfoCardsContainer .twoColumnInfoCards .infoCardsRow .contentSide .content {
  display: flex;
  flex-flow: column;
}

.twoColumnInfoCardsContainer .twoColumnInfoCards .infoCardsRow .contentSide .content h2 {
  color: #f51c0d;
  font-size: 3.25rem;
}

@media (max-width: 1024.98px) {
  .twoColumnInfoCardsContainer .twoColumnInfoCards .infoCardsRow .contentSide .content h2 {
    font-size: 40px;
  }
}

@media (max-width: 797.98px) {
  .twoColumnInfoCardsContainer .twoColumnInfoCards .infoCardsRow .contentSide .content h2 {
    font-size: 30px;
  }
}

@media (max-width: 424.98px) {
  .twoColumnInfoCardsContainer .twoColumnInfoCards .infoCardsRow .contentSide .content h2 {
    font-size: 25px;
  }
}

.twoColumnInfoCardsContainer .twoColumnInfoCards .infoCardsRow .contentSide .content p {
  color: #000;
}

.twoColumnInfoCardsContainer .twoColumnInfoCards .infoCardsRow .contentSide a.btn {
  background-color: #262629;
  color: #fff;
}

.faqContainer .faq {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.faqContainer .faq .imageContainer {
  position: relative;
  width: 100%;
  height: 70vh;
}

.faqContainer .faq .imageContainer img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.faqContainer .faq .imageContainer h2 {
  position: absolute;
  color: #fff;
  font-size: 3.25rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4rem;
  z-index: 2;
}

@media (max-width: 1024.98px) {
  .faqContainer .faq .imageContainer h2 {
    font-size: 40px;
  }
}

@media (max-width: 797.98px) {
  .faqContainer .faq .imageContainer h2 {
    font-size: 30px;
  }
}

@media (max-width: 424.98px) {
  .faqContainer .faq .imageContainer h2 {
    font-size: 25px;
  }
}

.faqContainer .faq .contentContainer {
  padding: 4rem;
  width: 80vw;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 797.98px) {
  .faqContainer .faq .contentContainer {
    width: 90vw;
    padding: 2rem;
  }
}

.faqContainer .faq .contentContainer .boxes {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  row-gap: 1rem;
  column-gap: 1rem;
  margin-bottom: 2rem;
}

@media (max-width: 797.98px) {
  .faqContainer .faq .contentContainer .boxes {
    flex-flow: column;
  }
}

.faqContainer .faq .contentContainer .boxes .box {
  width: calc(50% - 0.5rem);
  display: flex;
  flex-flow: column;
  background-color: #f4f4f4;
  padding: 2rem;
}

@media (max-width: 797.98px) {
  .faqContainer .faq .contentContainer .boxes .box {
    width: 100%;
  }
}

.faqContainer .faq .contentContainer .boxes .box span.title {
  color: #1e1e8c;
  font-size: 3.25rem;
  font-weight: 100;
  line-height: 1.2;
}

@media (max-width: 1024.98px) {
  .faqContainer .faq .contentContainer .boxes .box span.title {
    font-size: 40px;
  }
}

@media (max-width: 797.98px) {
  .faqContainer .faq .contentContainer .boxes .box span.title {
    font-size: 30px;
  }
}

@media (max-width: 424.98px) {
  .faqContainer .faq .contentContainer .boxes .box span.title {
    font-size: 25px;
  }
}

.faqContainer .faq .contentContainer h3 {
  text-align: center;
  margin-bottom: 2rem;
}

.infoBlockWithButton {
  background-color: #262629;
  padding: 6rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.infoBlockWithButton .infoContainer {
  width: 80vw;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.infoBlockWithButton .infoContainer h2 {
  color: #fff;
  font-size: 3.25rem;
  text-align: center;
}

@media (max-width: 1024.98px) {
  .infoBlockWithButton .infoContainer h2 {
    font-size: 40px;
  }
}

@media (max-width: 797.98px) {
  .infoBlockWithButton .infoContainer h2 {
    font-size: 30px;
    width: 90vw;
  }
}

@media (max-width: 424.98px) {
  .infoBlockWithButton .infoContainer h2 {
    font-size: 25px;
  }
}

.infoBlockWithButton .infoContainer p {
  color: #fff;
  text-align: center;
  margin: 2rem auto;
  font-size: 1.5rem;
}

@media (max-width: 797.98px) {
  .infoBlockWithButton .infoContainer p {
    font-size: 1rem;
  }
}

.infoBlockWithButton .infoContainer .btn {
  width: max-content;
  background-color: transparent;
  color: #ffffff;
  font-weight: 500;
  border: 2px solid #ffffff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 225px;
  padding: 15px 0;
}

@media (max-width: 797.98px) {
  .infoBlockWithButton .infoContainer .btn {
    padding: 10px 0;
    font-size: 14px;
    min-width: 170px;
  }
}

.infoBlockWithButton .infoContainer .btn:hover {
  background: #f51c0d;
  color: #ffffff;
}

.bannerWithTitleUnder .carousel-container {
  margin: 0;
  max-width: unset;
  width: 100%;
  height: 70vh;
  padding: 0;
}

.bannerWithTitleUnder .carousel-container .carousel {
  height: 100%;
  max-height: 70vh;
}

.bannerWithTitleUnder .carousel-container .carousel .carousel-inner {
  height: 100%;
  max-height: 70vh;
  top: 0;
  box-shadow: none;
}

.bannerWithTitleUnder .carousel-container .carousel .carousel-inner .carousel-item {
  height: 100%;
  max-height: 70vh;
}

.bannerWithTitleUnder .carousel-container .carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  object-fit: cover;
  object-position: center;
}

.bannerWithTitleUnder .titleContainer {
  padding: 6rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.bannerWithTitleUnder .titleContainer h2 {
  font-size: 3.25rem;
  text-align: center;
  color: #1e1e8c;
}

@media (max-width: 1024.98px) {
  .bannerWithTitleUnder .titleContainer h2 {
    font-size: 40px;
  }
}

@media (max-width: 797.98px) {
  .bannerWithTitleUnder .titleContainer h2 {
    font-size: 30px;
  }
}

@media (max-width: 424.98px) {
  .bannerWithTitleUnder .titleContainer h2 {
    font-size: 25px;
  }
}

.bannerWithTitleUnder .titleContainer h2.subtitle {
  text-align: center;
  color: #f51c0d;
}

.simpleInfoBox {
  padding: 6rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
}

@media (max-width: 797.98px) {
  .simpleInfoBox {
    padding: 2rem;
  }
}

.simpleInfoBox h2 {
  font-size: 3.25rem;
  color: #1e1e8c;
}

@media (max-width: 1024.98px) {
  .simpleInfoBox h2 {
    font-size: 40px;
  }
}

@media (max-width: 797.98px) {
  .simpleInfoBox h2 {
    font-size: 30px;
  }
}

@media (max-width: 424.98px) {
  .simpleInfoBox h2 {
    font-size: 25px;
  }
}

.simpleInfoBox p {
  text-align: center;
  font-size: 1.5rem;
}

.heroWithText.hideOverlay::before {
  background: transparent;
}

@media (min-width: 768px) {
  .tns-inner .event__image, .events-grid .event__image {
    height: 186px;
    object-fit: cover;
  }
  .tns-inner .event__day, .events-grid .event__day {
    font-size: 17px;
  }
}

.events-hero .events-hero__details-date {
  font-size: 17px;
}

.events-grid .imageContainer, .events-hero .imageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e3e0e0;
  margin-bottom: 20px;
}

.events-grid .imageContainer img, .events-hero .imageContainer img {
  object-fit: contain;
  margin-bottom: 0;
  border: none !important;
  max-height: 186px;
}

.events-hero__event-image .imageContainer, .tns-inner .imageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e3e0e0;
  margin-bottom: 20px;
}

.events-hero__event-image .imageContainer img, .events-hero__event-image .imageContainer .event__image, .tns-inner .imageContainer img, .tns-inner .imageContainer .event__image {
  object-fit: contain;
  margin-bottom: 0;
  border: none !important;
  height: 186px;
}

:lang(ar) #content .cognito .cog-cognito .cog-yesno--checkbox.cog-field label {
  padding-right: 30px;
}

:lang(ar) #content .cognito .cog-cognito .cog-yesno--checkbox.cog-field label__input {
  margin-right: -30px;
}

:lang(ar) .whiteBoxWithVideoContainer .whiteBoxWithVideo .imageSide {
  margin-right: 0 !important;
  margin-left: -10% !important;
}

@media (max-width: 797.98px) {
  :lang(ar) .whiteBoxWithVideoContainer .whiteBoxWithVideo .imageSide {
    margin-left: 0 !important;
  }
}

:lang(ar) .cog-cognito--styled .cog-checkable .el-checkbox__input {
  right: -26px !important;
}

.hero-with-form__content {
  z-index: 2;
  position: relative;
}

.threeColumnWithImageContainer {
  padding: 6rem;
  display: flex;
  flex-flow: row;
  column-gap: 5%;
  flex-wrap: wrap;
}

@media (max-width: 797.98px) {
  .threeColumnWithImageContainer {
    column-gap: 10%;
    padding: 2rem;
  }
}

.threeColumnWithImageContainer .item {
  width: 30%;
  display: flex;
  flex-flow: column;
  min-width: 400px;
  margin-bottom: 2rem;
}

@media (max-width: 797.98px) {
  .threeColumnWithImageContainer .item {
    width: 45%;
  }
}

@media (max-width: 600px) {
  .threeColumnWithImageContainer .item {
    width: 100%;
    min-width: unset;
  }
}

.threeColumnWithImageContainer .item .image {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.threeColumnWithImageContainer .item .image img {
  object-position: center;
  object-fit: cover;
}

.threeColumnWithImageContainer .item .content {
  display: flex;
  flex-flow: column;
}

.threeColumnWithImageContainer .item .content h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #1e1e8c;
}

@media (max-width: 1024.98px) {
  .threeColumnWithImageContainer .item .content h2 {
    font-size: 32px;
  }
}

@media (max-width: 797.98px) {
  .threeColumnWithImageContainer .item .content h2 {
    font-size: 25px;
  }
}

.threeColumnWithImageContainer .item .content P {
  font-size: 1.5rem;
}

.youtubeEmbeddedIframe {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  max-height: 80vh;
}

.youtubeEmbeddedIframe iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: unset;
  display: block;
}

.raised-image-text-background {
  margin: 50px 0 !important;
}

.raised-image-text-background .raised-image-text__image.mobile {
  display: none;
}

.raised-image-text-background .container .row .raised-image-text__content .raised-image-text__copy .list__triangle.list-col-2 li {
  padding-left: 1.9rem;
}

@media (max-width: 767.98px) {
  .raised-image-text-background .container .row {
    flex-flow: column-reverse !important;
  }
  .raised-image-text-background .container .row .raised-image-text__image {
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
    margin-bottom: 0 !important;
  }
  .raised-image-text-background .container .row .raised-image-text__image.mobile {
    display: block !important;
  }
  .raised-image-text-background .container .row .raised-image-text__image.desktop {
    display: none !important;
  }
  .raised-image-text-background .container .row .raised-image-text__content {
    padding: 40px 15px !important;
  }
}

@media (max-width: 499.98px) {
  .raised-image-text-background .container .row h2 {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

.raised-image-text-background .titleContainer {
  display: flex;
}

.raised-image-text-background .titleContainer h2 {
  font-size: 2rem !important;
  line-height: 2.5rem !important;
}

.raised-image-text-background .iconContainer {
  width: 100px;
  margin-right: 20px;
}

.raised-image-text-background .iconContainer img {
  width: 100px;
  max-height: 100px;
  max-width: 100px;
}

.raised-image-text-background .raised-image-text__image {
  padding: 0 !important;
}

.raised-image-text-background.image-side-left .container .row {
  flex-flow: row-reverse;
}

.twoImagesContainer {
  background-color: #f3f3f7;
}

.twoImagesContainer .imagesContainer {
  padding: 6rem;
  max-width: calc(1140px + 12rem);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.twoImagesContainer .imagesContainer img {
  width: 45%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 797.98px) {
  .twoImagesContainer .imagesContainer {
    padding: 1rem;
    flex-wrap: wrap;
  }
  .twoImagesContainer .imagesContainer img {
    width: 100% !important;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 1rem;
  }
}

.twoColumnListsContainer {
  padding: 6rem;
  max-width: calc(1140px + 12rem);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 797.98px) {
  .twoColumnListsContainer {
    padding: 1rem;
    flex-wrap: wrap;
  }
  .twoColumnListsContainer .column {
    width: 100% !important;
    margin-bottom: 1rem;
  }
}

.twoColumnListsContainer .column {
  width: 45%;
  display: flex;
  flex-flow: column;
}

.twoColumnListsContainer .column .item {
  width: 100%;
  margin-bottom: 1rem;
}

.twoColumnListsContainer .column .item h3 {
  margin-bottom: 2rem;
  color: #e6000a;
}

.twoColumnListsContainer .column .item P {
  font-size: 1rem;
}

.containerWrapper {
  display: flex;
}

h2.transformTitle {
  font-size: 3.3rem !important;
  line-height: 3.8rem !important;
}

svg#Capa_1, svg#Layer_2 {
  fill: #2c2e7b;
  height: 40px;
  margin-bottom: 30px;
  width: 40px;
}

.twoColumnCardListContainer {
  background-color: #e3e0e0;
  padding: 5rem;
}

@media (max-width: 797.98px) {
  .twoColumnCardListContainer {
    padding: 1rem;
  }
}

.twoColumnCardListContainer h2 {
  text-align: center;
  font-size: 3.5rem;
  margin-bottom: 2rem;
}

.twoColumnCardListContainer .cardsList {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1700px;
  margin: auto;
}

.twoColumnCardListContainer .cardsList .cardItem {
  display: flex;
  flex-flow: column;
  background-color: white;
  width: 47%;
  margin-bottom: 2rem;
}

@media (max-width: 797.98px) {
  .twoColumnCardListContainer .cardsList .cardItem {
    width: 100%;
  }
}

.twoColumnCardListContainer .cardsList .cardItem h3 {
  font-size: 2.5rem;
}

.twoColumnCardListContainer .cardsList .cardItem img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.twoColumnCardListContainer .cardsList .cardItem .content {
  padding: 2rem 3rem;
  display: flex;
  flex-flow: column;
  position: relative;
}

.twoColumnCardListContainer .cardsList .cardItem .content .icon {
  position: absolute;
  top: -15px;
  left: 45px;
}

.fullwidthTextButton {
  background-color: #262629;
  padding: 3rem 3rem 4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

@media (max-width: 797.98px) {
  .fullwidthTextButton {
    flex-direction: column;
    padding: 3rem 1rem;
  }
}

.fullwidthTextButton h2, .fullwidthTextButton h1 {
  color: white;
  font-size: 65px;
  max-width: 830px;
  margin: auto;
  margin: 0;
}

@media (max-width: 797.98px) {
  .fullwidthTextButton h2, .fullwidthTextButton h1 {
    font-size: 40px;
  }
}

.fullwidthTextButton h3 {
  color: #FEC72C;
  font-size: 43px;
  margin: 0;
}

@media (max-width: 797.98px) {
  .fullwidthTextButton h3 {
    font-size: 30px;
  }
}

.fullwidthTextButton p {
  color: white;
  font-size: 25px;
  margin: 0;
}

@media (max-width: 797.98px) {
  .fullwidthTextButton p {
    font-size: 20px;
  }
}

.fullwidthTextButton a {
  padding: 10px 45px;
  background-color: #E60009;
  color: white;
  text-decoration: none;
  width: fit-content;
  margin-top: 20px;
}

.landingPageCarousel {
  height: 700px;
  background-color: black;
}

.landingPageCarousel * {
  box-sizing: border-box;
}

@media (max-width: 797.98px) {
  .landingPageCarousel {
    height: 500px;
  }
}

.landingPageCarousel .slideshow-container {
  height: inherit;
  position: relative;
  margin: auto;
}

.landingPageCarousel .slideshow-container .mySlides {
  display: none;
  height: inherit;
}

.landingPageCarousel .slideshow-container .mySlides .banner-image {
  object-fit: cover;
  height: inherit;
}

.landingPageCarousel .prev, .landingPageCarousel .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px 30px;
  color: white;
  font-size: 40px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.landingPageCarousel .prev:hover, .landingPageCarousel .next:hover {
  color: white;
}

.landingPageCarousel .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.landingPageCarousel .dots-container {
  text-align: center;
  margin-top: -80px;
  z-index: 1;
  position: relative;
  margin-bottom: 27px;
}

.landingPageCarousel .dots-container .dot {
  cursor: pointer;
  height: 2px;
  width: 40px;
  background-color: #fff;
  display: inline-block;
  transition: background-color 0.6s ease;
  margin: 0 2px;
}

.landingPageCarousel .dots-container .dot.active, .landingPageCarousel .dots-container .dot:hover {
  background-color: #E60009;
}

.landingPageCarousel .fader {
  animation-name: fader;
  animation-duration: 1.5s;
}

@keyframes fader {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

.twoColumnImageMargins {
  padding: 5rem;
}

@media (max-width: 797.98px) {
  .twoColumnImageMargins {
    padding: 3rem 1rem;
  }
}

.twoColumnImageMarginsContainer {
  display: flex;
  gap: 5rem;
  max-width: 1700px;
  margin: auto;
}

@media (max-width: 797.98px) {
  .twoColumnImageMarginsContainer {
    flex-direction: column;
  }
}

.twoColumnImageMarginsContainer .textContainer {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  gap: 20px;
}

.twoColumnImageMarginsContainer .textContainer > * {
  margin: 0;
}

.twoColumnImageMarginsContainer .textContainer h2 {
  color: #e6000a;
}

.twoColumnImageMarginsContainer .textContainer p {
  white-space: pre-wrap;
}

.twoColumnImageMarginsContainer .textContainer a {
  padding: 10px 45px;
  background-color: #E60009;
  color: white;
  text-decoration: none;
  width: fit-content;
  margin-top: 10px;
}

.twoColumnImageMarginsContainer img {
  flex: 1;
  width: 100%;
}

.listWithIcons {
  background-color: #E3E0E0;
  padding: 5rem;
}

@media (max-width: 797.98px) {
  .listWithIcons {
    padding: 3rem 1rem;
  }
}

.listWithIcons h2 {
  color: #1D1E8C;
  max-width: 1700px;
  margin: auto;
  text-align: center;
}

.listWithIcons > p {
  max-width: 1700px;
  margin: 1rem auto 3rem;
  text-align: center;
}

.listWithIconsContainer {
  max-width: 1700px;
  margin: auto;
  display: flex;
  gap: 2rem;
}

@media (max-width: 797.98px) {
  .listWithIconsContainer {
    flex-direction: column-reverse;
  }
}

.listWithIconsContainer .leftImages {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  max-width: 350px;
  flex: 1;
}

.listWithIconsContainer .leftImages img {
  width: 100%;
}

.listWithIconsContainer .rightText {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 2;
}

.listWithIconsContainer .rightTextHeader {
  display: flex;
  gap: 0.5rem;
  height: 40px;
  align-items: center;
  margin-bottom: 10px;
}

.listWithIconsContainer .rightTextHeaderIcon {
  height: 100%;
  width: auto;
}

.listWithIconsContainer .rightTextHeader h3 {
  margin: 0;
}

.machineSeriesList {
  padding: 5rem;
}

@media (max-width: 797.98px) {
  .machineSeriesList {
    padding: 3rem 1rem;
  }
}

.machineSeriesList h2 {
  color: #e6000a;
  max-width: 1700px;
  margin: auto;
  text-align: center;
}

.machineSeriesList > p {
  max-width: 700px;
  margin: 1rem auto 2rem;
  text-align: center;
}

.machineSeriesList > img {
  max-width: 1000px;
  margin: auto;
  display: block;
  margin-bottom: 3rem;
  width: 100%;
}

.machineSeriesListContainer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3rem;
  max-width: 1700px;
  margin: auto;
}

@media (max-width: 1279.98px) {
  .machineSeriesListContainer {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

@media (max-width: 539.98px) {
  .machineSeriesListContainer {
    grid-template-columns: 1fr;
  }
}

.machineSeriesListContainer .seriesCard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.machineSeriesListContainer .seriesCard h3 {
  color: #1D1E8C;
}

.machineSeriesListContainer .seriesCard a {
  padding: 10px 45px;
  background-color: #E60009;
  color: white;
  text-decoration: none;
  width: fit-content;
}

@media (max-width: 1024.98px) {
  .article-4-col .article-card .article-card__image {
    max-width: 50% !important;
  }
  .article-4-col .article-card .article-card__image img {
    max-width: 100% !important;
  }
}

.media-gallery-slider__thumbnail-image {
  height: 100px !important;
}

.mega-menu__nav-last a.mega-menu__nav-link::after {
  content: none !important;
  display: none !important;
}

.article-blocks .article-block__image {
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

.media-gallery-slider__image {
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 1025px) {
  .article-4-col .article-card .article-card__image img {
    height: 160px;
    object-fit: cover;
  }
  .article-card__image img {
    height: 330px;
    object-fit: cover;
  }
}

.video-with-text .youtubeVideoBlock {
  width: 100%;
}

#CybotCookiebotDialog {
  -webkit-transform: none !important;
  transform: none !important;
  padding: 25px !important;
}

@media screen and (min-width: 1280px) {
  #CybotCookiebotDialog[data-template="slideup"] {
    top: unset !important;
    transform: none !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
  }
}

.iconsListTwoColumns {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 6rem;
  max-width: calc(1140px + 12rem);
  margin: 0 auto;
}

@media (max-width: 797.98px) {
  .iconsListTwoColumns {
    padding: 3rem 1rem 1rem 1rem;
  }
}

.iconsListTwoColumns h2 {
  color: #1D1E8C;
  text-align: center;
  margin-bottom: 1rem;
}

.iconsListTwoColumns p {
  margin-bottom: 3rem;
  font-size: 22px;
  text-align: center;
}

.iconsListTwoColumns .iconsContainer {
  width: 100%;
  display: flex;
  flex-flow: row;
  column-gap: 2rem;
}

@media (max-width: 797.98px) {
  .iconsListTwoColumns .iconsContainer {
    flex-flow: column;
  }
}

.iconsListTwoColumns .iconsContainer .left, .iconsListTwoColumns .iconsContainer .right {
  width: 50%;
  display: flex;
  flex-flow: column;
  row-gap: 2rem;
}

.iconsListTwoColumns .iconsContainer .left .iconContainer, .iconsListTwoColumns .iconsContainer .right .iconContainer {
  display: flex;
  flex-flow: row;
}

.iconsListTwoColumns .iconsContainer .left .iconContainer .iconSide, .iconsListTwoColumns .iconsContainer .right .iconContainer .iconSide {
  margin-right: 1rem;
}

.iconsListTwoColumns .iconsContainer .left .iconContainer .iconSide img, .iconsListTwoColumns .iconsContainer .right .iconContainer .iconSide img {
  width: 100px;
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
  object-position: top left;
}

.iconsListTwoColumns .iconsContainer .left .iconContainer span.title, .iconsListTwoColumns .iconsContainer .right .iconContainer span.title {
  width: 100%;
  display: block;
  font-weight: 700;
}

.iconsListTwoColumns span.disc {
  margin-top: 3rem;
  font-size: 12px;
  display: block;
  width: 100%;
}

.noMargin .text-columns {
  margin-top: -3.5rem !important;
}

.topBanner {
  width: 100vw;
  height: 450px;
  object-fit: cover;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  row-gap: 1rem;
  column-gap: 1rem;
}

.topBanner .item {
  width: 50%;
  display: flex;
  flex-flow: column;
}

.latestBlogsContainer {
  padding: 6rem;
  width: 100vw;
}

.latestBlogsContainer .innerContainer {
  max-width: 1140px;
  margin: 0 auto;
}

.latestBlogsContainer h2 {
  font-size: 40px;
  color: #1e1e8c;
  margin-bottom: 2rem;
}

.latestBlogsContainer .line {
  margin-bottom: 2rem;
  width: 100%;
  height: 2px;
  background-color: #cacbde;
}

.latestBlogsContainer .latestBlogs {
  width: 100%;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  row-gap: 2rem;
  column-gap: 2rem;
  justify-content: space-between;
}

.latestBlogsContainer .latestBlogs .item {
  width: calc(33.33% - 1.34rem);
  display: flex;
  flex-flow: column;
}

@media (max-width: 797.98px) {
  .latestBlogsContainer .latestBlogs .item {
    width: 100%;
  }
}

.latestBlogsContainer .latestBlogs .item h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 22px;
  color: #1e1e8c;
}

.latestBlogsContainer .latestBlogs .item img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.latestBlogsContainer .latestBlogs .item a.btn {
  width: max-content;
}

.previousBlogsContainer {
  background-color: #f5f5f5;
  padding: 6rem;
  width: 100vw;
}

.previousBlogsContainer .innerContainer {
  max-width: 1140px;
  margin: 0 auto;
}

.previousBlogsContainer h2 {
  font-size: 40px;
  color: #1e1e8c;
  margin-bottom: 2rem;
}

.previousBlogsContainer .line {
  margin-bottom: 2rem;
  width: 100%;
  height: 2px;
  background-color: #cacbde;
}

.previousBlogsContainer .previousBlogs {
  width: 100%;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  row-gap: 2rem;
  column-gap: 2rem;
  justify-content: flex-start;
}

.previousBlogsContainer .previousBlogs .item {
  width: calc(33.33% - 1.34rem);
  display: flex;
  flex-flow: column;
}

@media (max-width: 797.98px) {
  .previousBlogsContainer .previousBlogs .item {
    width: 100%;
  }
}

.previousBlogsContainer .previousBlogs .item h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 22px;
  color: #1e1e8c;
}

.previousBlogsContainer .previousBlogs .item img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.previousBlogsContainer .previousBlogs .item a.btn {
  width: max-content;
}

.ymalContainer {
  padding: 3rem 15px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

@media (min-width: 425px) {
  .ymalContainer {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .ymalContainer {
    max-width: 720px;
  }
}

@media (min-width: 1025px) {
  .ymalContainer {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .ymalContainer {
    max-width: 1140px;
  }
}

.ymalContainer .innerContainer {
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .ymalContainer .innerContainer {
    width: 75%;
  }
}

.ymalContainer h2 {
  font-size: 40px;
  color: #1e1e8c;
  margin-bottom: 2rem;
}

.ymalContainer .line {
  margin-bottom: 2rem;
  width: 100%;
  height: 2px;
  background-color: #cacbde;
}

.ymalContainer .ymalBlogs {
  width: 100%;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  row-gap: 1rem;
  column-gap: 1rem;
  justify-content: space-between;
}

.ymalContainer .ymalBlogs .item {
  width: calc(50% - 1rem);
  display: flex;
  flex-flow: column;
}

@media (max-width: 797.98px) {
  .ymalContainer .ymalBlogs .item {
    width: 100%;
  }
}

.ymalContainer .ymalBlogs .item h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 22px;
  color: #1e1e8c;
}

.ymalContainer .ymalBlogs .item img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.ymalContainer .ymalBlogs .item a.btn {
  width: max-content;
}

.successStoryContainer {
  display: flex;
  justify-content: center;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 425px) {
  .successStoryContainer {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .successStoryContainer {
    max-width: 720px;
  }
}

@media (min-width: 1025px) {
  .successStoryContainer {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .successStoryContainer {
    max-width: 1140px;
  }
}

.successStoryContainer .successStory {
  padding: 2rem 4rem;
  background-color: #2C2E7b;
  display: flex;
  flex-flow: column;
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .successStoryContainer .successStory {
    width: 75%;
  }
}

.successStoryContainer .successStory .topPart {
  width: 100%;
  display: flex;
}

.successStoryContainer .successStory .topPart .redLine {
  width: 7px;
  height: 45px;
  margin-right: 1rem;
  margin-top: 6px;
  background-color: #e6000a;
}

.successStoryContainer .successStory .topPart .rightSide {
  display: flex;
  flex-flow: column;
}

.successStoryContainer .successStory .topPart .rightSide span {
  display: block;
  font-size: 18px;
  color: #fff;
}

.successStoryContainer .successStory .topPart .rightSide h4 {
  color: #fff;
  font-size: 24px;
}

.successStoryContainer .successStory p {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  color: #fff;
}

.talkToUsContainer {
  padding: 3rem 0;
  background-color: #f5f5f5;
}

.talkToUsContainer .innerContainer {
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 425px) {
  .talkToUsContainer .innerContainer {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .talkToUsContainer .innerContainer {
    max-width: 720px;
  }
}

@media (min-width: 1025px) {
  .talkToUsContainer .innerContainer {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .talkToUsContainer .innerContainer {
    max-width: 1140px;
  }
}

.talkToUsContainer .talkToUs {
  display: flex;
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .talkToUsContainer .talkToUs {
    width: 75%;
  }
}

.talkToUsContainer .talkToUs .left {
  width: calc(100% - 300px);
}

.talkToUsContainer .talkToUs .left h2 {
  font-size: 40px;
  color: #1e1e8c;
}

.talkToUsContainer .talkToUs .left p {
  font-size: 22px;
  margin-bottom: 0;
}

.talkToUsContainer .talkToUs .right {
  width: 200px;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
}

.talkToUsContainer .talkToUs .right .btn {
  margin-right: 0;
  margin-left: auto;
}

.heroWithText .container .textBellow {
  display: flex;
  flex-flow: column;
}

.heroWithText .container .reverseOrder .heroWithText__titles-col, .heroWithText .container .reverseOrder .col-md-6 {
  display: flex;
  flex-flow: column;
}

.heroWithText .container .reverseOrder .heroWithText__titles-col p, .heroWithText .container .reverseOrder .col-md-6 p {
  order: 2;
}

.heroWithText .container .reverseOrder .heroWithText__titles-col h2, .heroWithText .container .reverseOrder .col-md-6 h2 {
  order: 1;
}

.heroWithText .container .reverseOrder .heroWithText__titles-col a, .heroWithText .container .reverseOrder .col-md-6 a {
  order: 3;
  width: max-content;
}

.hotspotImage__image {
  object-fit: cover;
}

@media (min-width: 1025px) {
  .mega-menu-background {
    bottom: 0;
    display: block;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
}

h1.h2 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1.h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 1279.98px) {
  #CybotCookiebotDialog {
    max-width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: unset !important;
  }
}

.topBannerContainer {
  width: 100vw;
  height: 650px;
  max-height: 80vh;
}

.topBannerContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contentBlock {
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}

@media (min-width: 425px) {
  .contentBlock {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .contentBlock {
    max-width: 720px;
  }
}

@media (min-width: 1025px) {
  .contentBlock {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .contentBlock {
    max-width: 1140px;
  }
}

@media (min-width: 1200px) {
  .contentBlock h2 {
    font-size: 70px;
  }
}

.contentImageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
}

.contentImageContainer img {
  height: auto;
  max-height: 85vh;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.sectionSelectContainer {
  background-color: #252529;
  padding: 2rem 1rem;
}

.sectionSelectContainer .sectionSelect {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sectionSelectContainer .sectionSelect h3 {
  color: white;
  font-size: 35px;
}

.sectionSelectContainer .sectionSelect .custom-select-wrapper {
  margin-left: 2.5rem;
  position: relative;
  display: inline-block;
  width: 275px;
  color: white;
}

.sectionSelectContainer .sectionSelect .custom-select-trigger {
  background-color: #e6000a;
  padding: 10px 25px 10px 10px;
  cursor: pointer;
  user-select: none;
  border-radius: 0;
  color: white;
  font-size: 14px;
}

.sectionSelectContainer .sectionSelect .custom-options {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100%;
  border-radius: 0;
  z-index: 10;
  max-height: 150px;
  overflow-y: auto;
  flex-flow: column;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.sectionSelectContainer .sectionSelect .custom-white-triangle {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  transform: translateY(-100%);
  z-index: 1;
}

.sectionSelectContainer .sectionSelect .custom-option {
  padding: 10px;
  cursor: pointer;
  user-select: none;
  display: block;
  position: relative;
  width: 100%;
  color: #2c2e7b;
}

.sectionSelectContainer .sectionSelect .custom-option:hover {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
}

.sectionSelectContainer .sectionSelect .custom-select-wrapper.open .custom-options {
  display: block;
}

.sectionsContentContainer {
  margin: auto;
  background-color: #f3f3f7;
}

.sectionsContentContainer .sectionContent {
  margin-top: 3rem;
}

.sectionsContentContainer .sectionContainer {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin: auto;
}

.sectionsContentContainer .sectionContainer .youtubeVideoBlock {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

@media (min-width: 425px) {
  .sectionsContentContainer .sectionContainer {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .sectionsContentContainer .sectionContainer {
    max-width: 720px;
  }
}

@media (min-width: 1025px) {
  .sectionsContentContainer .sectionContainer {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .sectionsContentContainer .sectionContainer {
    max-width: 1140px;
  }
}

@media (min-width: 1025px) {
  .sectionsContentContainer .sectionContainer .innerContainer {
    width: 75%;
    margin: auto;
  }
}

.sectionsContentContainer .sectionContainer h3 {
  text-align: center;
  font-size: calc(1.475rem + 2.7vw);
  font-family: Helvetica Roman;
  font-weight: 900 !important;
  width: 100%;
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .sectionsContentContainer .sectionContainer h3 {
    font-size: 3.5rem;
  }
}

.sectionsContentContainer .sectionContainer ul.list__triangle {
  margin-top: 0;
}

.sectionsContentContainer .sectionContainer ul.list__triangle.withTitle li {
  margin-bottom: 0.8rem;
}

.sectionsContentContainer .sectionContainer ul.list__triangle li {
  display: flex;
  flex-flow: column;
}

.sectionsContentContainer .sectionContainer ul.list__triangle li span.title {
  font-weight: 600;
  display: block;
  color: #000000;
}

.sectionsContentContainer .sectionContainer ul.list__triangle li::before {
  border-bottom: 7px solid transparent;
  border-left: 11px solid #f51c0d;
  border-right: 0;
  border-top: 7px solid transparent;
}

.sectorTwoColumn {
  display: flex;
  flex-flow: row;
}

@media (max-width: 797.98px) {
  .sectorTwoColumn {
    flex-flow: column;
  }
}

.sectorTwoColumn.rightSide {
  flex-flow: row-reverse;
}

@media (max-width: 797.98px) {
  .sectorTwoColumn.rightSide {
    flex-flow: column;
  }
}

.sectorTwoColumn.rightSide .contentSide {
  padding: 2rem 6rem 2rem 10rem;
}

@media (max-width: 1279.98px) {
  .sectorTwoColumn.rightSide .contentSide {
    padding: 2rem 3rem 2rem 6rem;
  }
}

@media (max-width: 1024.98px) {
  .sectorTwoColumn.rightSide .contentSide {
    padding: 1rem 2rem 1rem 4rem;
  }
}

@media (max-width: 797.98px) {
  .sectorTwoColumn.rightSide .contentSide {
    padding: 1rem 2rem 0 2rem;
  }
}

@media (max-width: 424.98px) {
  .sectorTwoColumn.rightSide .contentSide {
    padding: 1rem 2rem 0 2rem;
  }
}

.sectorTwoColumn .imageSide {
  width: 50%;
  height: auto;
  min-height: 450px;
}

@media (max-width: 797.98px) {
  .sectorTwoColumn .imageSide {
    width: 100%;
    min-height: unset !important;
  }
}

.sectorTwoColumn .imageSide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sectorTwoColumn .contentSide {
  width: 50%;
  padding: 2rem 10rem 2rem 6rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

@media (max-width: 1279.98px) {
  .sectorTwoColumn .contentSide {
    padding: 2rem 6rem 2rem 3rem;
  }
}

@media (max-width: 1024.98px) {
  .sectorTwoColumn .contentSide {
    padding: 1rem 4rem 1rem 2rem;
  }
}

@media (max-width: 797.98px) {
  .sectorTwoColumn .contentSide {
    padding: 1rem 2rem 0 2rem;
    width: 100%;
  }
}

@media (max-width: 424.98px) {
  .sectorTwoColumn .contentSide {
    padding: 1rem 2rem 0 2rem;
  }
}

.sectorTwoColumn .contentSide img.icon {
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  object-fit: contain;
}

.sectorTwoColumn .contentSide h2 {
  margin-top: .5rem;
  color: #2c2e7b;
}

@media (min-width: 768px) {
  .sectorTwoColumn .contentSide h2 {
    font-size: 2.5rem;
  }
}

.sectorTwoColumn .contentSide ul.list__triangle {
  margin-top: 0;
}

.sectorTwoColumn .contentSide ul.list__triangle.withTitle li {
  margin-bottom: 0.8rem;
}

.sectorTwoColumn .contentSide ul.list__triangle li {
  display: flex;
  flex-flow: column;
}

.sectorTwoColumn .contentSide ul.list__triangle li span.title {
  font-weight: 600;
  display: block;
  color: #000000;
}

.sectorTwoColumn .contentSide ul.list__triangle li::before {
  border-bottom: 7px solid transparent;
  border-left: 11px solid #f51c0d;
  border-right: 0;
  border-top: 7px solid transparent;
}

.sectorTwoColumn .contentSide .btn {
  width: max-content;
  background-color: transparent;
  color: #000000;
  font-weight: 500;
  border: 2px solid #f51c0d;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 225px;
  padding: 15px 0;
}

@media (max-width: 797.98px) {
  .sectorTwoColumn .contentSide .btn {
    padding: 10px 0;
    font-size: 14px;
    min-width: 170px;
  }
}

.sectorTwoColumn .contentSide .btn:hover {
  background: #f51c0d;
  color: #ffffff;
}

.richTextContainer {
  width: 100vw;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.richTextContainer .richText {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}

@media (min-width: 425px) {
  .richTextContainer .richText {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .richTextContainer .richText {
    max-width: 720px;
  }
}

@media (min-width: 1025px) {
  .richTextContainer .richText {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .richTextContainer .richText {
    max-width: 1140px;
  }
}

.richTextContainer .richText h2 {
  margin-bottom: 1.5rem;
}

.richTextContainer .richText p {
  color: white;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {
  .richTextContainer .richText p {
    font-size: 1.7rem;
  }
}

.narrow-rich-text__content.noPadding {
  margin: 3rem auto 3rem auto !important;
}

.narrow-rich-text__content h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .narrow-rich-text__content h2, .narrow-rich-text__content h1 {
    font-size: 70px;
  }
}

.carousel-container .carousel-indicators li {
  width: 25px !important;
  margin-right: 10px !important;
}

#searchForm, #chatSlideOutContainer {
  background-color: #f6f6f6;
}

#searchForm .mainPart, #chatSlideOutContainer .mainPart {
  background-color: #f6f6f6;
}

#searchForm h1, #searchForm h2, #chatSlideOutContainer h1, #chatSlideOutContainer h2 {
  color: #2c2e7b;
  padding-bottom: 2rem;
}

#searchForm .contentBlock, #chatSlideOutContainer .contentBlock {
  padding: 4rem 0 0 0 !important;
  margin-top: 0 !important;
  width: 100%;
  max-width: 100%;
}

#searchForm input, #chatSlideOutContainer input {
  width: 100%;
  height: 45px;
  background-color: white;
  border: 1px solid #E3E0E0;
  padding: 0 20px;
  padding-right: 50px;
}

@media (max-width: 600px) {
  #searchForm input, #chatSlideOutContainer input {
    height: 35px;
    font-size: 14px;
  }
}

#searchForm input:focus, #chatSlideOutContainer input:focus {
  outline: none;
  box-shadow: none;
}

#searchForm form, #chatSlideOutContainer form {
  width: 100%;
  max-width: 870px;
  position: relative;
  margin: 1rem auto 1rem auto;
  padding: 0 20px;
}

#searchForm form button, #chatSlideOutContainer form button {
  position: absolute;
  top: 7px;
  right: 30px;
  background-color: transparent;
  border: none;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#searchForm .loadingPart, #chatSlideOutContainer .loadingPart {
  display: flex;
  flex-flow: column;
  align-items: center;
}

#searchForm .loadingPart svg, #chatSlideOutContainer .loadingPart svg {
  animation: rotate 2s linear infinite;
  margin-bottom: 2rem;
}

#searchForm .loadingPart span, #chatSlideOutContainer .loadingPart span {
  color: #2C2E7B;
  font-size: 16px;
}

#searchForm .whiteContainer, #chatSlideOutContainer .whiteContainer {
  background-color: white;
  padding-top: 3rem;
  width: 100vw;
}

#searchForm .mostSearched .resultItem .infoPart p, #chatSlideOutContainer .mostSearched .resultItem .infoPart p {
  color: #262628 !important;
}

#searchForm .resultsContainer, #searchForm .mostSearched, #chatSlideOutContainer .resultsContainer, #chatSlideOutContainer .mostSearched {
  max-width: 1100px;
  padding: 10px 40px;
  display: flex;
  flex-flow: column;
  text-align: left;
  margin: 0 auto;
}

@media (max-width: 600px) {
  #searchForm .resultsContainer, #searchForm .mostSearched, #chatSlideOutContainer .resultsContainer, #chatSlideOutContainer .mostSearched {
    padding: 10px;
  }
}

#searchForm .resultsContainer h3, #searchForm .mostSearched h3, #chatSlideOutContainer .resultsContainer h3, #chatSlideOutContainer .mostSearched h3 {
  color: #2C2E7B;
  font-size: 22px;
  margin-bottom: 1rem;
}

@media (max-width: 600px) {
  #searchForm .resultsContainer h3, #searchForm .mostSearched h3, #chatSlideOutContainer .resultsContainer h3, #chatSlideOutContainer .mostSearched h3 {
    font-size: 18px;
  }
}

#searchForm .resultsContainer .resultItem, #searchForm .mostSearched .resultItem, #chatSlideOutContainer .resultsContainer .resultItem, #chatSlideOutContainer .mostSearched .resultItem {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid #E3E0E0;
  text-decoration: none;
}

#searchForm .resultsContainer .resultItem:first-of-type, #searchForm .mostSearched .resultItem:first-of-type, #chatSlideOutContainer .resultsContainer .resultItem:first-of-type, #chatSlideOutContainer .mostSearched .resultItem:first-of-type {
  border-top: 1px solid #E3E0E0;
}

#searchForm .resultsContainer .resultItem .infoPart, #searchForm .mostSearched .resultItem .infoPart, #chatSlideOutContainer .resultsContainer .resultItem .infoPart, #chatSlideOutContainer .mostSearched .resultItem .infoPart {
  padding-right: 1rem;
}

#searchForm .resultsContainer .resultItem .infoPart h3, #searchForm .resultsContainer .resultItem .infoPart p, #searchForm .mostSearched .resultItem .infoPart h3, #searchForm .mostSearched .resultItem .infoPart p, #chatSlideOutContainer .resultsContainer .resultItem .infoPart h3, #chatSlideOutContainer .resultsContainer .resultItem .infoPart p, #chatSlideOutContainer .mostSearched .resultItem .infoPart h3, #chatSlideOutContainer .mostSearched .resultItem .infoPart p {
  display: inline;
  font-size: 16px;
  line-height: 24px;
}

#searchForm .resultsContainer .resultItem .infoPart h3, #searchForm .mostSearched .resultItem .infoPart h3, #chatSlideOutContainer .resultsContainer .resultItem .infoPart h3, #chatSlideOutContainer .mostSearched .resultItem .infoPart h3 {
  color: #2C2E7B;
  text-decoration: underline;
  font-weight: 500;
  font-family: Helvetica Roman,-apple-system,BlinkMacSystemFont,Roboto,Helvetica,Arial,sans-serif;
}

#searchForm .resultsContainer .resultItem .infoPart p, #searchForm .mostSearched .resultItem .infoPart p, #chatSlideOutContainer .resultsContainer .resultItem .infoPart p, #chatSlideOutContainer .mostSearched .resultItem .infoPart p {
  color: #262628;
}

#searchForm .pagination, #chatSlideOutContainer .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

#searchForm .pagination button, #chatSlideOutContainer .pagination button {
  background-color: transparent;
  border: none;
  font-size: 16px;
  color: #2C2E7B;
  text-decoration: underline;
}

#searchForm .pagination button.arrow, #chatSlideOutContainer .pagination button.arrow {
  margin-top: -3px;
}

#searchForm .pagination button.active, #chatSlideOutContainer .pagination button.active {
  text-decoration: none;
}

#searchForm .aiResultsContainer, #chatSlideOutContainer .aiResultsContainer {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  padding: 20px;
  text-align: left;
  margin: 0 auto 2rem auto;
}

#searchForm .aiResultsContainer table, #chatSlideOutContainer .aiResultsContainer table {
  margin-bottom: 1rem;
  border-collapse: separate;
}

#searchForm .aiResultsContainer table td, #searchForm .aiResultsContainer table th, #chatSlideOutContainer .aiResultsContainer table td, #chatSlideOutContainer .aiResultsContainer table th {
  font-size: 16px;
  text-align: left;
  vertical-align: top;
}

#searchForm .aiResultsContainer .left, #chatSlideOutContainer .aiResultsContainer .left {
  width: 30px;
}

#searchForm .aiResultsContainer .right, #chatSlideOutContainer .aiResultsContainer .right {
  width: calc(100% - 60px);
}

#searchForm .aiResultsContainer .right p, #searchForm .aiResultsContainer .right span, #chatSlideOutContainer .aiResultsContainer .right p, #chatSlideOutContainer .aiResultsContainer .right span {
  color: #2C2E7B;
  font-size: 17px;
}

.navbar-search.mobile {
  display: block;
  position: absolute;
  top: 1px;
  right: 100px;
  width: max-content;
}

@media (min-width: 1025px) {
  .navbar-search.mobile {
    display: none !important;
  }
}

@media (max-width: 1024.98px) {
  .navbar-search.mobile {
    display: block;
    z-index: 20;
  }
}

.navbar-search.mobile .navbar-search__button {
  display: block;
}

#chatSlideOut {
  position: fixed;
  right: -1000px;
  top: 103px;
  height: 100%;
  background: white;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease-in-out;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 103px);
}

@media (max-width: 1024.98px) {
  #chatSlideOut {
    top: 57px;
    width: 100vw !important;
    max-width: 100%;
    height: calc(100vh - 57px);
    bottom: 0;
    max-height: 100vh;
  }
}

#chatSlideOut form {
  margin-top: 0 !important;
}

#chatSlideOut.open {
  right: 0;
}

.chat-header {
  position: relative;
  background-color: #2C2E7B;
  height: 100px;
  padding: 1rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.chat-header .clear {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 0;
  background-color: white;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chat-header .clear svg {
  height: 23px;
}

@media (max-width: 600px) {
  .chat-header .clear {
    height: 25px;
    width: 25px;
  }
  .chat-header .clear svg {
    height: 15px;
  }
}

.chat-header .headerContent {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.chat-header .headerContent img {
  width: 46px;
}

.chat-header .headerContent h2 {
  font-size: 26px;
  margin-top: 10px;
  padding-bottom: 0 !important;
}

@media (max-width: 600px) {
  .chat-header .headerContent img {
    width: 32px;
  }
  .chat-header .headerContent h2 {
    font-size: 20px;
  }
}

.chat-header .headerContent.chat-empty h2 {
  padding-bottom: 2rem;
}

.chat-header h2 {
  color: white !important;
  font-family: Helvetica;
  font-weight: 500;
  font-size: 34px;
  margin-bottom: 0;
}

.chat-header p {
  font-family: Helvetica;
  color: white !important;
  font-weight: 900;
  font-size: 16px;
  width: 90%;
}

button.close {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  border: 0;
  background-color: transparent;
}

@media (max-width: 600px) {
  button.close {
    left: 1rem;
  }
  button.close svg {
    max-width: 30px;
  }
}

.userMessageBox, .aiMessageBox {
  display: flex;
  flex-flow: row;
}

.userMessageBox svg {
  margin-left: 1rem;
  width: 30px;
  min-width: 30px;
}

.aiMessageBox svg {
  margin-right: 1rem;
  width: 30px;
  min-width: 30px;
}

.user-msg {
  background-color: #d9d9d9;
  border-radius: 10px;
  max-width: 80%;
  width: max-content;
  margin-right: 0;
  margin-left: auto;
  padding: 5px 15px;
  font-size: 16px;
  color: #262626;
}

@media (max-width: 600px) {
  .user-msg {
    font-size: 14px;
    max-width: 90%;
  }
}

.chat-messages {
  flex-grow: 1;
  padding: 1rem;
  overflow-y: auto;
}

.chat-messages .informationPart {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.chat-messages .informationPart h3 {
  color: #2C2E7B;
  font-size: 22px;
}

@media (max-width: 600px) {
  .chat-messages .informationPart h3 {
    font-size: 18px;
  }
}

.chat-messages .informationPart a {
  color: #2C2E7B;
  text-decoration: underline;
  font-weight: 900;
}

.chat-messages .informationPart ul {
  list-style-position: inside;
  text-align: center;
}

.chat-messages .informationPart ul li {
  text-align: center;
}

@media (max-width: 600px) {
  .chat-messages .informationPart .justDesktop {
    display: none;
  }
}

.chat-messages .informationPart .columns ul li {
  text-align: left;
}

.chat-messages .informationPart p {
  text-align: center;
}

.chat-messages .informationPart p, .chat-messages .informationPart a, .chat-messages .informationPart ul, .chat-messages .informationPart li {
  font-size: 16px;
}

@media (max-width: 600px) {
  .chat-messages .informationPart p, .chat-messages .informationPart a, .chat-messages .informationPart ul, .chat-messages .informationPart li {
    font-size: 14px;
  }
}

.chat-messages .informationPart .columns {
  margin-top: 1rem;
  display: flex;
}

.chat-messages .informationPart .columns .oneColumn {
  width: 25%;
}

.chat-messages .informationPart .columns .twoColumn {
  width: 50%;
}

@media (max-width: 600px) {
  .chat-messages .informationPart .columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    row-gap: 0;
    column-gap: 1rem;
  }
  .chat-messages .informationPart .oneColumn, .chat-messages .informationPart .twoColumn {
    width: 100% !important;
  }
  .chat-messages .informationPart .oneColumn ul, .chat-messages .informationPart .twoColumn ul {
    padding: 0;
    margin-bottom: 0;
  }
  .chat-messages .informationPart .oneColumn:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .chat-messages .informationPart .oneColumn:nth-of-type(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .chat-messages .informationPart .twoColumn {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

.chat-message {
  display: flex;
  flex-flow: column;
}

.ai-response p {
  width: 80%;
  text-align: left;
  font-size: 16px;
  color: #262626;
}

@media (max-width: 600px) {
  .ai-response p {
    font-size: 14px;
    width: 90%;
  }
}

.ai-response table {
  margin-bottom: 1rem;
  border-collapse: collapse;
  width: 100%;
}

.ai-response table tr {
  padding-bottom: 0.5rem;
}

.ai-response table td, .ai-response table th {
  padding: 0.25rem 0.25rem;
  vertical-align: top;
  text-align: left;
}

.ai-response table tr + tr td {
  padding-top: 0.5rem;
}

.ai-response table td, .ai-response table th {
  font-size: 16px;
  vertical-align: top;
  text-align: left;
}

.ai-response h3 {
  text-align: left;
  font-size: 20px;
}

@media (min-width: 1200px) {
  .ai-response h3 {
    font-size: 20px;
  }
}

.ai-response ul, .ai-response ol {
  text-align: left;
  margin-bottom: 1rem !important;
  width: 80%;
}

@media (max-width: 600px) {
  .ai-response ul, .ai-response ol {
    width: 90%;
  }
}

.ai-response ul li, .ai-response ol li {
  text-align: left;
  font-size: 16px;
}

@media (max-width: 600px) {
  .ai-response ul li, .ai-response ol li {
    font-size: 14px;
  }
}

.chat-input {
  padding: 1rem 0.75rem;
  background-color: #f6f6f6;
  height: max-content;
  min-height: max-content;
}

.chat-input h3 {
  font-size: 30px;
  color: #2C2E7B;
  text-align: center;
}

.chat-input .mostSearched {
  display: flex;
  justify-content: center;
  align-items: center;
}

.chat-input .mostSearchedButtons {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}

.chat-input .msBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2C2E7B;
  border: 2px solid #2C2E7B;
  border-radius: 20px;
  height: 40px;
  font-size: 16px;
  font-weight: 900;
  max-width: 240px;
  width: 30%;
  min-width: max-content;
  padding: 0 1rem;
  min-width: max-content;
  text-decoration: none;
}

@media (max-width: 600px) {
  .chat-input .msBtn {
    height: 30px;
    font-size: 14px;
  }
}

.chat-input form {
  display: flex;
  gap: 0.5rem;
}

.chat-input input {
  flex-grow: 1;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.chat-input button {
  cursor: pointer;
}

.chat-input form {
  padding: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.overlayBg {
  display: none;
  opacity: 0;
  position: fixed;
  top: 103px;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  transition: opacity 0.7s ease-in-out;
  z-index: 9991;
  max-height: calc(100vh - 103px);
  width: 100vw !important;
  transition: all 0.5s ease;
}

.overlayBg.show {
  opacity: 1;
  display: block;
}

@media (max-width: 1024.98px) {
  .overlayBg {
    top: 57px;
    height: calc(100vh - 57px);
    bottom: 0;
    max-height: 100vh;
  }
}

html .cog-cognito--styled .is-checked .el-checkbox__inner, :root:root:root:root:root .cog-cognito--styled .is-checked .el-checkbox__inner {
  background-color: #e6000a !important;
}

.iconsListTwoColumns.newVersion .iconsContainer {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

.iconsListTwoColumns.newVersion .iconsContainer span.title {
  display: block;
  color: #2c2e7b;
  font-weight: 800;
}

@media (max-width: 797.98px) {
  .iconsListTwoColumns.newVersion .iconsContainer {
    flex-flow: column;
  }
}

.iconsListTwoColumns.newVersion .iconsContainer .iconContainer {
  display: flex;
  width: calc(50% - 1.1rem);
}

@media (max-width: 797.98px) {
  .iconsListTwoColumns.newVersion .iconsContainer .iconContainer {
    width: 100%;
  }
}

.iconsListTwoColumns.newVersion .iconsContainer .iconContainer .iconSide {
  margin-right: 1rem;
}

.iconsListTwoColumns.newVersion .iconsContainer .iconContainer .iconSide img {
  object-fit: contain;
  max-width: 100px;
  max-height: 100px;
  width: 100px;
}

@media (max-width: 797.98px) {
  .iconsListTwoColumns.newVersion .iconsContainer .iconContainer .iconSide img {
    width: 60px;
    max-width: 60px;
    max-height: 60px;
  }
}

.icon-strip.iconStripNew .container .row img.icon-strip__image {
  max-width: 100px;
  max-height: 100px;
}

@media (min-width: 768px) {
  .image-with-card .image-with-card__card-container.container-md {
    height: max-content;
    min-height: 500px;
  }
}

.btn.btn-primary {
  border: 1px solid #2c2e7b !important;
  box-shadow: none !important;
}

.btn.btn-primary:hover {
  color: #2c2e7b !important;
  background-color: transparent !important;
  border: 1px solid #2c2e7b !important;
  box-shadow: none !important;
}

.btn.btn-primary.transparent:hover {
  color: white !important;
  background-color: #2c2e7b  !important;
}

.btn.btn-secondary {
  border: 1px solid #e6000a !important;
  box-shadow: none !important;
}

.btn.btn-secondary:hover {
  color: #e6000a !important;
  background-color: transparent !important;
  border: 1px solid #e6000a !important;
  box-shadow: none !important;
}

.btn.btn-secondary.justBorder {
  color: #e6000a !important;
  background: white !important;
}

.btn.btn-secondary.justBorder:hover {
  color: white !important;
  background: #e6000a !important;
}

button.cog-button--primary {
  border: 1px solid #e6000a !important;
  box-shadow: none !important;
}

button.cog-button--primary:hover {
  color: #e6000a !important;
  background-color: transparent !important;
  border: 1px solid #e6000a !important;
  box-shadow: none !important;
}

li.activeNow a.activeNow {
  color: #e6000a !important;
}

#exitPopup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

#exitPopup .popupContainer {
  background-color: white;
  border-radius: 0;
  padding: 2rem 1rem;
  margin: 15% auto;
  width: 500px;
  max-width: 90vw;
  text-align: center;
}

.socialIconsWidget {
  margin-bottom: -4rem;
  padding-top: 1rem;
  background-color: #f3f3f7;
}

@media (max-width: 1024.98px) {
  .socialIconsWidget {
    margin-bottom: 0;
    padding-bottom: 1.5rem;
  }
}

.socialIconsWidget .iconsContainer {
  max-width: 1140px;
  width: 90vw;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  column-gap: 1rem;
}

.socialIconsWidget .iconsContainer a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2c2e7b;
  border-radius: 50%;
  width: 38px;
  height: 38px;
}

.socialIconsWidget .iconsContainer a svg {
  max-width: 14px;
  max-height: 14px;
  width: 100%;
}

.socialIconsWidget .iconsContainer a:hover {
  opacity: 0.7;
}

.topResults {
  padding: 1rem;
  width: calc(80% - 3rem);
  border-radius: 10px;
  background-color: #f3f3f3;
  text-align: left;
  font-size: 16px;
  color: #262626;
  margin-left: 3rem;
  margin-bottom: 2rem;
}

@media (max-width: 600px) {
  .topResults {
    font-size: 14px;
    width: calc(90% - 3rem);
  }
}

.topResults h4 {
  color: #262628;
  font-size: 16px;
  font-family: Helvetica Roman;
  font-weight: 900 !important;
}

@media (max-width: 600px) {
  .topResults h4 {
    font-size: 14px;
  }
}

.topResults .topResultItem a {
  font-family: Helvetica Roman;
  font-weight: 500;
  color: #2C2E7B;
  font-weight: 500;
}

#chatButton {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #2C2E7B;
  /* your brand color */
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10000;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#chatButton:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

#chatButton img {
  width: 36px;
  height: 40px;
  fill: white;
}

#chatSlideOutContainer #chatSlideOut {
  width: 80vw;
  max-width: 1000px;
  z-index: 999999;
}

.twin-cards-detailed.cards---1-items {
  padding-top: 2rem;
  padding-bottom: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}

.twin-cards-detailed.cards---1-items .twin-cards-detailed__card {
  max-width: 100%;
  width: 100%;
  display: flex;
  column-gap: 2rem;
}

.twin-cards-detailed.cards---1-items .twin-cards-detailed__card img {
  width: 50%;
}

.twin-cards-detailed.cards---1-items .twin-cards-detailed__card .allContentContainer {
  width: 50%;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.twin-cards-detailed.cards---1-items .twin-cards-detailed__card .allContentContainer .twin-cards-detailed__card-title {
  margin-top: 0;
  padding-top: 0;
}

.twin-cards-detailed.cards---1-items .twin-cards-detailed__card .allContentContainer .btn {
  width: max-content;
}

.twin-cards-detailed.cards---3-items {
  padding-top: 2rem;
  padding-bottom: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}

.twin-cards-detailed.cards---3-items .twin-cards-detailed__row .twin-cards-detailed__card {
  max-width: 33%;
  width: 33%;
}

@media (max-width: 767.98px) {
  .twin-cards-detailed.cards---3-items .twin-cards-detailed__row .twin-cards-detailed__card {
    max-width: 100%;
    width: 100%;
  }
}

.personsContainer {
  background-color: #f3f5f9;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 1rem;
}

.personsContainer h2 {
  color: #293077;
  margin-bottom: 1rem;
}

.personsContainer .personContainer {
  margin-top: 150px;
  background-color: #4a4c4d;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 1rem 2rem;
  width: 1000px;
  max-width: 100%;
}

.personsContainer .personContainer img {
  width: 200px;
  height: 200px;
  margin: -100px auto 0 auto;
  border-radius: 50%;
  border: 1px solid white;
  object-fit: cover;
}

.personsContainer .personContainer h3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.05rem;
}

.personsContainer .personContainer .contentContainer p, .personsContainer .personContainer .contentContainer span, .personsContainer .personContainer .contentContainer ul, .personsContainer .personContainer .contentContainer li, .personsContainer .personContainer .contentContainer ol, .personsContainer .personContainer .contentContainer a, .personsContainer .personContainer .contentContainer h2, .personsContainer .personContainer .contentContainer h3, .personsContainer .personContainer .contentContainer h4, .personsContainer .personContainer .contentContainer h5 {
  color: white;
  text-align: center;
  font-family: Helvetica Thin, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05rem;
  font-size: 16px;
}

.personsContainer .personContainer .contentContainer ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.personsContainer .personContainer .contentContainer ul li {
  display: block;
  position: relative;
  margin: 0.5em 1em;
  color: white;
}

.personsContainer .personContainer .contentContainer ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid white;
}

.text-columns-background .text-columns__heading {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
}

.text-columns-background.blueBg {
  background-color: #2c2e7b;
}

.text-columns-background.blueBg .text-columns {
  margin: 0 auto;
  padding: 3.5rem 15px;
}

.text-columns-background.blueBg h2, .text-columns-background.blueBg h3, .text-columns-background.blueBg h4, .text-columns-background.blueBg p, .text-columns-background.blueBg span, .text-columns-background.blueBg ul, .text-columns-background.blueBg li, .text-columns-background.blueBg ol {
  color: white;
}

.cardTwoImagesWithIconsContainer {
  background-color: #f3f5f9;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
}

.cardTwoImagesWithIconsContainer h2 {
  color: #293077;
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .cardTwoImagesWithIconsContainer h2 {
    font-size: 70px;
  }
}

.cardTwoImagesWithIconsContainer .cardListContainer {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 1rem 2rem;
  width: 1000px;
  max-width: 100%;
}

.cardTwoImagesWithIconsContainer .item {
  display: flex;
  margin-bottom: 2rem;
  flex-flow: column;
}

.cardTwoImagesWithIconsContainer .item .imagesPart {
  width: 100%;
}

.cardTwoImagesWithIconsContainer .item .imagesPart .single-image-container img {
  width: 100%;
}

.cardTwoImagesWithIconsContainer .item .imagesPart .two-images-container {
  display: flex;
}

.cardTwoImagesWithIconsContainer .item .imagesPart .two-images-container img {
  width: 50%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.cardTwoImagesWithIconsContainer .item .contentPart {
  background-color: white;
  padding: 2rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.cardTwoImagesWithIconsContainer .item .contentPart h3 {
  text-align: center;
  font-family: Helvetica Roman;
  font-weight: 900 !important;
}

@media (min-width: 1200px) {
  .cardTwoImagesWithIconsContainer .item .contentPart h3 {
    font-size: 51px;
  }
}

.cardTwoImagesWithIconsContainer .item .contentPart p {
  text-align: center;
}

.cardTwoImagesWithIconsContainer .item .contentPart .listItem {
  display: flex;
  width: 100%;
  margin-bottom: .5rem;
}

.cardTwoImagesWithIconsContainer .item .contentPart .listItem .iconSide {
  margin-right: 1rem;
}

.cardTwoImagesWithIconsContainer .item .contentPart .listItem .iconSide img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.cardTwoImagesWithIconsContainer .item .contentPart .listItem .listContent {
  display: flex;
  flex-flow: column;
}

.cardTwoImagesWithIconsContainer .item .contentPart .listItem .listContent h3 {
  color: #e6000a;
  font-size: 18px;
  font-weight: 800 !important;
  text-align: left;
}

.cardTwoImagesWithIconsContainer .item .contentPart .listItem .listContent p {
  text-align: left;
}

.cardTwoImagesWithIconsContainer .item .contentPart .btn {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.youtubeVideoBlock.notFullWidth {
  padding: 2rem 2rem 4rem 2rem;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

img.topBanner.fullWidthBanner {
  width: 100% !important;
  object-fit: contain !important;
  height: auto !important;
}

.rich-content-grid-list-background {
  max-width: 100vw !important;
}

.rich-content-grid-list-background .rich-content-grid-list__text-col {
  width: 50%;
}

.quote-block .quote-block-icon {
  width: 24px;
}

.imageInForm {
  max-width: 90%;
}

.image-block h2 {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 425px) {
  .image-block h2 {
    max-width: 520px;
  }
}

@media (min-width: 768px) {
  .image-block h2 {
    max-width: 720px;
  }
}

@media (min-width: 1400px) {
  .image-block h2 {
    max-width: 1140px;
  }
}

@media (min-width: 1025px) {
  .image-block h2 {
    max-width: 960px;
  }
}

@media (max-width: 424.98px) {
  .image-block h2 {
    max-width: 100%;
    padding-left: calc(1.5rem + 20px);
    padding-right: calc(1.5rem + 20px);
  }
}

@media (max-width: 769px) {
  .hero-with-cta.withMobileImage {
    background-image: none !important;
    position: relative;
  }
  .hero-with-cta.withMobileImage .hero-with-cta__text-container {
    max-width: calc(100% - 2rem);
    margin-left: 0;
  }
}

@media (max-width: 769px) {
  .hero-with-cta .mobileImage {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 1;
  }
}

.hero-with-cta .mobileImage {
  display: none;
}

.hero-with-cta .hero-with-cta__text-container {
  z-index: 2;
  position: relative;
}

.text-columns-background--dark .text-columns .text-columns__col .text-columns__row .text-columns__text-col .text-columns__copy iframe {
  max-width: 100%;
}

@media (max-width: 769px) {
  .twin-raised-cards .twin-raised-cards__container {
    margin: 0 !important;
  }
  .twin-raised-cards .twin-raised-cards__container .twin-raised-cards__card {
    margin: 0 !important;
  }
}

@media (max-width: 769px) {
  .narrow-rich-text__content.noPadding {
    margin: 0 !important;
  }
}

@media (max-width: 769px) {
  .user-profile-container--three .user-profile {
    margin: 70px 0 !important;
  }
}

@media (max-width: 769px) {
  .user-profile-background {
    margin: 60px auto 60px !important;
  }
  .user-profile-background .user-profile__cta {
    margin: 0 !important;
  }
}

a.btn.btn-secondary.activeNow {
  color: #fff !important;
}

@media (max-width: 1023.98px) {
  .navbar-toggler:not(.collapsed) ~ .navbar__logo {
    top: 27px;
  }
}

@media (max-width: 599.98px) {
  html[lang="nl"] .wide-column-text__title .h2, html[lang="nl"] .wide-column-text__title h2 {
    font-size: 34px;
  }
  html[lang="nl"] .bg-overlay .cta-card__title {
    font-size: 30px;
  }
  html[lang="nl"] h2 {
    font-size: 24px;
  }
  html[lang="nl"] .sticky-header__title-row .h1, html[lang="nl"] .sticky-header__title-row h1 {
    font-size: 30px;
  }
  html[lang="nl"] .text-columns__heading {
    font-size: 24px;
  }
}

.breadcrumbs__back-link:before {
  min-width: 13px !important;
}

.footer__terms .terms__divider:last-of-type {
  display: none;
}

ul.list__triangle.red li::before {
    border-bottom: 7px solid transparent;
    border-left: 11px solid #f51c0d;
    border-right: 0;
    border-top: 7px solid transparent;
}

@media (max-width: 767px) {
    .text-columns-background--dark .text-columns__title {
        padding-left: 0.75rem;
        padding-bottom: 20px;
    }
}