body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

/**** globalStyles ****/
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/** globalStyles end **/
/**************** HEADER ****************/
@keyframes highlight1 {
  0% {
    background: #e3000f;
  }
  50.7% {
    background: #e3000f;
  }
  51% {
    background: #000;
  }
  51.3% {
    background: #e3000f;
  }
  100% {
    background: #e3000f;
  }
}
@keyframes highlight2 {
  0% {
    transform: translateX(0);
  }
  50.7% {
    transform: translateX(0);
  }
  51% {
    transform: translateX(30px);
  }
  51.3% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
header {
  display: block;
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
header.headerContents {
  height: 148px;
  background: #0c234c;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media (max-width: 850px) {
  header.headerContents {
    flex-wrap: wrap;
  }
}
@media (max-width: 850px) {
  header.headerContents {
    justify-content: space-between;
  }
}
@media (max-width: 850px) {
  header.headerContents .headerSocialBox {
    height: 80px;
  }
}
header.headerContents .headerSocialBox span {
  color: #fff;
}
header.headerContents .headerBrandOverlay {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 35px);
}
@media (max-width: 850px) {
  header.headerContents .headerBrandOverlay {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: block;
    width: auto;
    display: flex;
    margin: 0;
    justify-content: flex-start;
  }
}
header.headerContents .headerBrandOverlay a {
  display: block;
}
header.headerContents .headerBrandOverlay a img {
  display: block;
}
@media (max-width: 850px) {
  header.headerContents .headerBrandOverlay a img {
    max-height: 120px;
    width: auto;
  }
}
header.headerContents .headerSocialBox {
  order: 3;
}
@media (max-width: 1320px) {
  header.headerContents .headerSocialBox {
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 259px;
  }
}
header.headerContents span.headerMessage1 {
  display: none;
}
header.headerContents span.headerMessage2 {
  color: #fff;
  margin: 0 20px 0 0;
  display: none;
}
@media (max-width: 1770px) {
  header.headerContents span.headerMessage2 {
    display: block;
  }
}
@media (max-width: 1320px) {
  header.headerContents span.headerMessage2 {
    width: 100%;
    margin: 0 0 10px 0;
    text-align: right;
  }
}
@media (max-width: 1600px) {
  header {
    text-align: center;
  }
}
header .headerBackgroundImage {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  header .headerBackgroundImage {
    display: none;
  }
}
header .headerBackgroundImageMobile {
  display: none;
  max-width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}
@media (max-width: 600px) {
  header .headerBackgroundImageMobile {
    display: block;
  }
}
header .headerTopLine {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
header .headerDescription {
  position: absolute;
  right: 0;
  top: 27%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  width: 50%;
  padding: 0 40px 0 0;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  header .headerDescription {
    display: inline-flex;
    position: relative;
    right: auto;
    top: auto;
    margin: 0 auto;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  header .headerDescription {
    padding: 0 20px 20px 20px;
  }
}
header .headerDescription h1.headerDescriptionTitle {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 100px;
  line-height: 100px;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  font-weight: 800;
}
@media (max-width: 1600px) {
  header .headerDescription h1.headerDescriptionTitle {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 1200px) {
  header .headerDescription h1.headerDescriptionTitle {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 900px) {
  header .headerDescription h1.headerDescriptionTitle {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 700px) {
  header .headerDescription h1.headerDescriptionTitle {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  header .headerDescription h1.headerDescriptionTitle {
    display: none;
  }
}
header .headerDescription h1.headerDescriptionTitle > span {
  display: block;
}
header .headerDescription h1.headerDescriptionTitle > span:first-child {
  margin: 0 0 0 65px;
}
@media (max-width: 900px) {
  header .headerDescription h1.headerDescriptionTitle > span:first-child {
    margin: 0;
  }
}
header .headerDescription h1.headerDescriptionTitle > span > span {
  color: #e3000f;
}
header .headerDescription h1.headerDescriptionTitle:before {
  content: "";
  width: 65px;
  height: 30px;
}
@media (max-width: 600px) {
  header .headerDescription h1.headerDescriptionTitle:before {
    display: none;
  }
}
header .headerDescription .headerDescriptionSubTitle {
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0 0 20px 90px;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  header .headerDescription .headerDescriptionSubTitle {
    display: block;
    text-align: left;
  }
}
@media (max-width: 1200px) {
  header .headerDescription .headerDescriptionSubTitle {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 900px) {
  header .headerDescription .headerDescriptionSubTitle {
    margin: 0 0 20px 20px;
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 600px) {
  header .headerDescription .headerDescriptionSubTitle {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  header .headerDescription .headerDescriptionSubTitle {
    margin: 0 0 20px 0;
  }
}
header .headerDescription .headerDescriptionSubTitle strong {
  font-weight: 700;
}

.burgerMenue {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fe0102;
  padding: 15px;
}
.burgerMenue img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 0 9px 0;
}
.burgerMenue img:last-child {
  margin: 0;
}

.headerSocialBox {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .headerSocialBox {
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
@media (max-width: 600px) {
  .headerSocialBox {
    display: none;
  }
}
.headerSocialBox span {
  font-size: 17px;
  margin: 0 20px 0 0;
}
@media (max-width: 1000px) {
  .headerSocialBox span {
    width: 100%;
    margin: 0 0 10px 0;
    text-align: right;
  }
}
@media (max-width: 600px) {
  .headerSocialBox span {
    display: none;
  }
}
.headerSocialBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 1px 0 0;
  background: rgba(0, 0, 0, 0.05);
}
.headerSocialBox a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.headerSocialBox a img {
  display: block;
  height: 100%;
  max-height: 18px;
  width: auto;
}

.headerSocialBoxMobile {
  display: none;
  flex-wrap: wrap;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 949;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #000;
}
@media (max-width: 600px) {
  .headerSocialBoxMobile {
    display: flex;
  }
}
.headerSocialBoxMobile a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.05);
  margin: 0 0 1px 0;
}
.headerSocialBoxMobile a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.headerSocialBoxMobile a img {
  display: block;
  height: 100%;
  max-height: 18px;
  width: auto;
}

.mainMenue {
  display: none;
  z-index: 999;
  width: 100%;
  height: 100%;
  position: fixed;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  left: 0;
  top: 0;
}
.mainMenue.openMenue {
  display: flex;
}
.mainMenue .closeMenue {
  position: absolute;
  margin: 0;
  top: 20px;
  right: 20px;
}
.mainMenue .menueInline {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 999;
}
.mainMenue .menueInline .geraldGroszLogoNav {
  margin: 0 0 15px 0;
  display: flex;
  justify-content: center;
}
.mainMenue .menueInline .geraldGroszLogoNav a {
  display: block;
}
.mainMenue .menueInline .geraldGroszLogoNav a > img {
  display: block;
  width: 140px;
  height: auto;
}
.mainMenue .menueInline .menueBox a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  margin: 15px;
  padding: 5px;
  box-sizing: border-box;
}
.mainMenue .menueInline .menueBox a::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #e3000f;
  transition: transform 250ms;
  transform: scaleX(0);
}
.mainMenue .menueInline .menueBox a:hover::after {
  transform: scaleX(0.3);
}
.mainMenue .menueInline .menueBox a:first-child {
  border-top: none;
}
.mainMenue .menueInline .menueBox a.v2 {
  font-size: 13px;
}
.mainMenue .menueInline .menueSocialBox {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 15px 0 0 0;
}
.mainMenue .menueInline .menueSocialBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.2s ease-in-out;
  transform: translateY(2px);
}
.mainMenue .menueInline .menueSocialBox a:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-2px);
}
.mainMenue .menueInline .menueSocialBox a img {
  display: block;
  height: 100%;
  max-height: 22px;
  width: auto;
}

#menueOverlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(3, 38, 78, 0.8);
  z-index: 82;
  cursor: pointer;
  backdrop-filter: blur(1rem);
}

/************** HEADER end **************/
/**************** MAIN ****************/
.messageOverlay {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 120px auto;
  font-size: 18px;
  line-height: 1.5;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .messageOverlay {
    margin: 40px auto;
  }
}
@media (max-width: 600px) {
  .messageOverlay {
    margin: 0 auto;
  }
}
.messageOverlay p {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  padding: 20px;
}
.messageOverlay p > span.messageTitle {
  padding: 0;
  display: flex;
  flex-direction: column;
  color: #000;
  text-decoration: none;
  display: flex;
  margin: 0 0 10px 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 31px;
  font-weight: 800;
}
.messageOverlay p > span.messageTitle span.messageSeparator {
  display: block;
  width: 70px;
  height: 4px;
  background: #e3000f;
  margin: 10px 0 25px 0;
}
.messageOverlay p a {
  color: #e3000f;
  font-weight: 700;
  text-decoration: none;
}
.messageOverlay p a:hover {
  text-decoration: underline;
}

.faq {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 60px auto 0 auto;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
}
.faq > a {
  padding: 0;
  display: flex;
  flex-direction: column;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 31px;
  font-weight: 800;
  text-align: center;
}
.faq span.faqSeparator {
  display: block;
  width: 70px;
  height: 4px;
  background: #e3000f;
  margin: 10px 0 25px 0;
}
.faq span.faqText {
  background: #fff;
  padding: 0;
  margin: 0 0 50px 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
}

.titleHolder {
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 0;
  line-height: 1;
}
@media (max-width: 600px) {
  .titleHolder {
    font-size: 50px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .titleHolder {
    font-size: 40px;
  }
}
@media (max-width: 400px) {
  .titleHolder {
    font-size: 30px;
  }
}
.titleHolder > span:first-child {
  padding: 0 0 8px 0;
}
.titleHolder > span.withDistance {
  color: #e3000f;
  margin: 0 0 0 50px;
}
@media (max-width: 600px) {
  .titleHolder > span.withDistance {
    margin: 0;
  }
}
.titleHolder > span.withDistance .red {
  color: #e3000f;
}
.titleHolder > span.red1 {
  color: #e3000f;
  margin: 0;
}
.titleHolder > span.black {
  color: #000;
}
.titleHolder > span.red {
  color: #e3000f;
}
.titleHolder > span .red {
  color: #e3000f;
}
.titleHolder > span .points {
  letter-spacing: -15.5px;
}
@media (max-width: 600px) {
  .titleHolder > span .points {
    letter-spacing: normal;
  }
}

.titleHolder2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 40px 0;
  line-height: 1;
  text-align: center;
}
@media (max-width: 600px) {
  .titleHolder2 {
    font-size: 30px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .titleHolder2 {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .titleHolder2 {
    font-size: 16px;
  }
}
.titleHolder2 > span {
  padding: 0 0 8px 0;
  font-weight: 300;
}
.titleHolder2 > strong {
  padding: 0 0 8px 0;
  font-weight: 700;
}

.titleHolder3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 30px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px 0;
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 600px) {
  .titleHolder3 {
    font-size: 26px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .titleHolder3 {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .titleHolder3 {
    font-size: 16px;
  }
}
.titleHolder3 > span {
  padding: 0 0 8px 0;
  font-weight: 300;
  width: 100%;
}
.titleHolder3 > span.tour {
  padding: 0 0 8px 0;
  font-weight: 300;
  width: 100%;
  font-size: 16px;
}
.titleHolder3 > span.tour > em.subTextTour {
  font-size: 14px;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  color: #fe0102;
}
.titleHolder3 > strong {
  padding: 0 0 8px 0;
  font-weight: 700;
  width: 100%;
}
.titleHolder3 > a {
  margin: 0 0 0 6px;
}
.titleHolder3 > a > img {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
}
.titleHolder3 > em.titleHolder3Info {
  font-size: 14px;
  display: block;
  width: 100%;
  text-align: center;
  font-style: normal;
}

.titleHolder4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 40px 0;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 600px) {
  .titleHolder4 {
    font-size: 30px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .titleHolder4 {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .titleHolder4 {
    font-size: 16px;
  }
}
.titleHolder4 > span {
  padding: 0 0 8px 0;
  font-weight: 300;
  font-size: 30px;
}
@media (max-width: 600px) {
  .titleHolder4 > span {
    font-size: 26px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .titleHolder4 > span {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .titleHolder4 > span {
    font-size: 16px;
  }
}
.titleHolder4 > strong {
  padding: 0 0 8px 0;
  font-weight: 700;
}

.titleHolder5 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 30px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px 0;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 600px) {
  .titleHolder5 {
    font-size: 26px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .titleHolder5 {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .titleHolder5 {
    font-size: 16px;
  }
}
.titleHolder5 a.unterstuetzenButton {
  display: inline-block;
  padding: 20px 40px;
  margin: 10px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 25px;
  background: #e3000f;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  box-sizing: border-box;
}
.titleHolder5 a.unterstuetzenButton span {
  font-weight: 700;
}
@media (max-width: 900px) {
  .titleHolder5 a.unterstuetzenButton {
    font-size: 14px;
  }
}
@media (max-width: 410px) {
  .titleHolder5 a.unterstuetzenButton {
    width: 100%;
  }
}
.titleHolder5 a.unterstuetzenButton:hover {
  text-decoration: none;
  background: #c7000d;
}
.titleHolder5 a.unterstuetzenButton.ow1 {
  background: #05264e;
}
.titleHolder5 a.unterstuetzenButton.ow1:hover {
  background: #073368;
}
.titleHolder5 a.unterstuetzenButton.ow2 {
  background: #000;
}
.titleHolder5 a.unterstuetzenButton.ow2:hover {
  background: #222;
}

.seperator {
  margin: 20px 0;
  height: 1px;
  background-color: #ccc;
  padding: 0;
}

.subTitleHolder {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}
@media (max-width: 1600px) {
  .subTitleHolder {
    display: inline-flex;
    width: auto;
  }
}
.subTitleHolder .textSpan {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 600px) {
  .subTitleHolder .textSpan {
    font-size: 24px;
  }
}
.subTitleHolder .textSpan.ow1 {
  margin: 0 0 0 50px;
}
@media (max-width: 600px) {
  .subTitleHolder .textSpan.ow1 {
    margin: 0;
  }
}
.subTitleHolder .textSpan strong {
  font-weight: 700;
}
.subTitleHolder .textSpan span {
  color: #e3000f;
}
.subTitleHolder .textSpan span.bold {
  font-weight: 700;
}

main {
  max-width: 1200px;
  width: 100%;
  margin: 140px auto;
}
@media (max-width: 850px) {
  main {
    padding: 0 20px;
    box-sizing: border-box;
    margin: 30px auto 70px auto;
  }
}
main .donateNowHolder {
  font-family: "Plus Jakarta Sans", sans-serif;
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 260px 0;
}
@media (max-width: 1600px) {
  main .donateNowHolder {
    flex-wrap: wrap;
    padding: 20px 0 0 0;
  }
}
@media (max-width: 600px) {
  main .donateNowHolder {
    flex-wrap: wrap;
    padding: 0;
  }
}
main .donateNowHolder .donateText {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  text-transform: uppercase;
  align-items: center;
  padding: 0 128px 0 0;
}
@media (max-width: 1600px) {
  main .donateNowHolder .donateText {
    padding: 0 0 70px 0;
  }
}
@media (max-width: 600px) {
  main .donateNowHolder .donateText {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 40px 0 0;
  }
}
main .donateNowHolder .donateText a {
  display: inline-flex;
  align-items: center;
  padding: 0 30px 0 25px;
  margin: 0 0 0 90px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  height: 50px;
  border-radius: 25px;
  background: #e3000f;
  color: #fff;
  animation-name: highlight1;
  animation-duration: 20s;
  animation-iteration-count: infinite;
}
main .donateNowHolder .donateText a:hover {
  text-decoration: none;
  background: #c7000d;
}
@media (max-width: 600px) {
  main .donateNowHolder .donateText a {
    margin: 0;
  }
}
main .donateNowHolder .donateText a img {
  display: block;
  margin: 0 20px 0 0;
}
main .donateNowHolder .donateVideo {
  display: block;
  width: 100%;
  max-width: 842px;
  position: relative;
  height: 400px;
}
@media (max-width: 1600px) {
  main .donateNowHolder .donateVideo {
    padding: 0;
    margin: 0 auto 70px auto;
  }
}
@media (max-width: 600px) {
  main .donateNowHolder .donateVideo {
    width: 100%;
  }
}
main .donateNowHolder .donateVideo img {
  max-width: 100%;
  height: auto;
}
main .newsHolderOverall {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto 180px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  main .newsHolderOverall {
    margin: 0 auto 45px auto;
  }
}
main .newsHolderOverall .newsHolder {
  width: 100%;
  margin: 40px 0 0 0;
}
@media (max-width: 600px) {
  main .newsHolderOverall .newsHolder {
    margin: 0;
  }
}
main .newsHolderOverall .newsHolder .swiper {
  width: 100%;
  padding: 0 0 25px 0;
}
main .newsHolderOverall .newsHolder .swiper .swiper-scrollbar {
  height: 6px;
}
main .newsHolderOverall .newsHolder .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgb(227, 0, 15);
  background: linear-gradient(153deg, rgb(227, 0, 15) 17%, rgb(255, 255, 255) 39%, rgb(255, 255, 255) 61%, rgb(227, 0, 15) 83%);
  border-radius: 10px;
  left: 0;
  top: 0;
  border: 1px solid #333;
}
main .newsHolderOverall .newsHolder .newsBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #f4f4f4;
}
main .newsHolderOverall .newsHolder .newsBox .newsContent {
  width: 100%;
  padding: 35px 30px;
  box-sizing: border-box;
}
main .newsHolderOverall .newsHolder .newsBox .newsContent .newsDate {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 25px 0;
}
main .newsHolderOverall .newsHolder .newsBox .newsContent .newsDate strong {
  font-size: 70px;
  font-weight: 800;
}
main .newsHolderOverall .newsHolder .newsBox .newsContent .newsDate span {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
main .newsHolderOverall .newsHolder .newsBox .newsContent .newsTitle {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
main .newsHolderOverall .newsHolder .newsBox .newsContent .newsSubTitle {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  line-height: 1.4;
}
main .newsHolderOverall .newsHolder .newsBox .newsImage {
  width: 100%;
}
main .newsHolderOverall .newsHolder .newsBox .newsImage img {
  display: block;
  width: 100%;
  height: auto;
}
main .aboutHolderOverall {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto 220px auto;
}
@media (max-width: 1600px) {
  main .aboutHolderOverall {
    margin: 0 auto;
    margin: 0 auto 120px auto;
  }
}
@media (max-width: 1600px) {
  main .aboutHolderOverall {
    margin: 0 auto;
    margin: 0 auto 40px auto;
  }
}
main .aboutHolderOverall .aboutHeadline {
  width: 100%;
  max-width: 1545px;
  margin: auto auto 80px 0;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1600px) {
  main .aboutHolderOverall .aboutHeadline {
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
main .aboutHolderOverall .aboutHeadline .aboutBoxHeadline {
  width: 46%;
  padding: 0 155px 0 0;
}
@media (max-width: 1600px) {
  main .aboutHolderOverall .aboutHeadline .aboutBoxHeadline {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    order: 2;
    margin: 0 0 70px 0;
  }
}
@media (max-width: 600px) {
  main .aboutHolderOverall .aboutHeadline .aboutBoxHeadline {
    padding: 0;
  }
}
@media (max-width: 1600px) {
  main .aboutHolderOverall .aboutHeadline .aboutHeadlineTitles {
    width: auto;
    padding: 0;
    order: 1;
    display: inline-flex;
    flex-direction: column;
    margin: 0 auto;
  }
}
@media (max-width: 1600px) and (max-width: 600px) {
  main .aboutHolderOverall .aboutHeadline .aboutHeadlineTitles {
    width: 100%;
    margin: 0 0 45px 0;
  }
}
main .aboutHolderOverall .aboutBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1600px) {
  main .aboutHolderOverall .aboutBox {
    margin: 0 0 70px 0;
  }
}
@media (max-width: 600px) {
  main .aboutHolderOverall .aboutBox {
    margin: 0;
  }
}
main .aboutHolderOverall .aboutBox.ow1 {
  padding: 0 0 0 141px;
  margin: 81px 0 0 0;
}
@media (max-width: 1600px) {
  main .aboutHolderOverall .aboutBox.ow1 {
    padding: 0;
    margin: 0 0 70px 0;
  }
}
main .aboutHolderOverall .aboutBox .aboutTitleBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 25px 0;
}
main .aboutHolderOverall .aboutBox .aboutTitleBox .aboutTitle {
  margin: 0 0 10px 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 31px;
  font-weight: 800;
}
main .aboutHolderOverall .aboutBox .aboutTitleBox .aboutSeparator {
  display: block;
  width: 70px;
  height: 4px;
  background: #e3000f;
}
main .aboutHolderOverall .aboutBox .aboutText {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 17px;
  line-height: 1.5;
}
main .aboutHolderOverall .aboutStepsHolder {
  max-width: 1545px;
  margin: 0 auto auto auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  main .aboutHolderOverall .aboutStepsHolder {
    padding: 0 20px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  main .aboutHolderOverall .aboutStepsHolder {
    padding: 0;
  }
}
main .aboutHolderOverall .aboutStepsHolder .aboutStepLeft {
  width: 46%;
}
@media (max-width: 1600px) {
  main .aboutHolderOverall .aboutStepsHolder .aboutStepLeft {
    width: 100%;
  }
}
main .aboutHolderOverall .aboutStepsHolder .aboutStepRight {
  width: 46%;
}
@media (max-width: 1600px) {
  main .aboutHolderOverall .aboutStepsHolder .aboutStepRight {
    width: 100%;
  }
}
main .bottomGallery {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 0 100px 0;
}
@media (max-width: 1600px) {
  main .bottomGallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  main .bottomGallery {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 1600px) {
  main .bottomGallery strong {
    display: inline-flex;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 600px) {
  main .bottomGallery strong {
    margin: 0;
    text-align: left;
  }
}
main .bottomGallery .galleryHolder {
  width: 100%;
  margin: 40px 0 0 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1740px) {
  main .bottomGallery .galleryHolder {
    flex-wrap: wrap;
    justify-content: center;
  }
}
main .bottomGallery .galleryHolder img {
  display: block;
  width: auto;
  height: auto;
}

.swiper-slide {
  width: auto !important;
}

.contentHolder {
  max-width: 1545px;
  width: 100%;
  margin: 0 auto;
  padding: 75px 0 175px 0;
}
.contentHolder h1.contentTitle {
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 800;
  margin: 0 0 25px 0;
}
.contentHolder .contentInline {
  font-size: 16px;
  line-height: 1.4;
  color: #666;
}
.contentHolder .contentInline a {
  color: #666;
  text-decoration: underline;
}
.contentHolder .contentInline a:hover {
  text-decoration: none;
}
.contentHolder .contentInline strong {
  color: #000;
  margin: 0 0 5px 0;
}
.contentHolder form {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #f5f5f5;
}
.contentHolder form .fullsizeFormBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
.contentHolder form .fullsizeFormBox .formBox {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.contentHolder form .fullsizeFormBox .formBox label {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.contentHolder form .fullsizeFormBox .formBox input {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 16px;
}
.contentHolder form .fullsizeFormBox .formBox input.textArea {
  min-height: 175px;
}
.contentHolder form .fullsizeFormBox .formSpacer {
  display: flex;
  width: 20px;
}
.contentHolder form .formButton {
  display: inline-flex;
  background: #e3000f;
  color: #fff;
  border: none;
  outline: none;
  padding: 20px 50px;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 17px;
}
.contentHolder form .formButton:hover {
  background: rgba(0, 0, 0, 0.7);
}

/************** MAIN end **************/
.mainContent {
  padding: 0 0 40px 0;
  line-height: 1.3;
}
@media (max-width: 1950px) {
  .mainContent {
    padding: 0 40px 40px 40px;
  }
}
@media (max-width: 600px) {
  .mainContent {
    padding: 0 0 40px 0;
  }
}
.mainContent h1 {
  font-size: 60px;
  margin: 0 0 40px 0;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .mainContent h1 {
    font-size: 30px;
  }
}
.mainContent a {
  color: #e3000f;
  text-decoration: underline;
}
.mainContent a:hover {
  text-decoration: none;
}
.mainContent strong.v1 {
  font-size: 26px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .mainContent strong.v1 {
    font-size: 20px;
  }
}
.mainContent strong.v2 {
  font-size: 16px;
}
.mainContent .seperator1 {
  height: 2px;
  width: 100%;
  margin: 20px 0 40px 0;
  background: #ddd;
  display: block;
}
.mainContent .seperator2 {
  height: 1px;
  width: 100%;
  margin: 20px 0 40px 0;
  background: #ddd;
  display: block;
}

/**************** FOOTER ****************/
footer {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
footer .footerLine {
  width: 100%;
  background: #0c234c;
  position: relative;
}
@media (max-width: 970px) {
  footer .footerLine {
    padding: 20px 20px 14px 20px;
    box-sizing: border-box;
  }
}
footer .footerLine .footerLineInline {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 148px;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width: 970px) {
  footer .footerLine .footerLineInline {
    height: auto;
    flex-wrap: wrap;
  }
}
footer .footerLine .footerLineInline .footerCopyRight {
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
}
@media (max-width: 970px) {
  footer .footerLine .footerLineInline .footerCopyRight {
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
footer .footerLine .footerLineInline .footerBrandOverlay {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 970px) {
  footer .footerLine .footerLineInline .footerBrandOverlay {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 0 14px 0;
  }
}
footer .footerLine .footerLineInline .footerBrandOverlay a {
  display: block;
}
footer .footerLine .footerLineInline .footerBrandOverlay a img {
  display: block;
}
footer .footerLine .footerLineInline .footerSocialMediaBox {
  display: flex;
  align-items: center;
}
@media (max-width: 970px) {
  footer .footerLine .footerLineInline .footerSocialMediaBox {
    justify-content: center;
    display: flex;
    width: 100%;
  }
}
@media (max-width: 485px) {
  footer .footerLine .footerLineInline .footerSocialMediaBox {
    display: none;
  }
}
footer .footerLine .footerLineInline .footerSocialMediaBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 6px 0 0;
  background: #fe0102;
}
@media (max-width: 970px) {
  footer .footerLine .footerLineInline .footerSocialMediaBox a {
    margin: 6px;
  }
}
footer .footerLine .footerLineInline .footerSocialMediaBox a:hover {
  background: #ff3738;
}
footer .footerLine .footerLineInline .footerSocialMediaBox a img {
  display: block;
  height: 100%;
  max-height: 22px;
  width: auto;
}
footer .footerLast {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}
@media (max-width: 485px) {
  footer .footerLast {
    padding: 25px 0 62px 0;
  }
}
footer .footerLast a {
  display: block;
}
footer .footerLast span {
  display: flex;
  align-items: center;
  margin: 0 8px 0 8px;
}

.oneBox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
}
.oneBox .oneBoxInline {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  line-height: 28px;
}

/************** FOOTER end **************/
.twoBox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
}
.twoBox .twoBoxLeft {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 0 80px 0 0;
  box-sizing: border-box;
}
@media (max-width: 1050px) {
  .twoBox .twoBoxLeft {
    width: 100%;
    padding: 0 0 40px 0;
  }
}
.twoBox .twoBoxLeft .formDescription {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin: 20px 0 0 0;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .twoBox .twoBoxLeft .formDescription {
    font-size: 20px;
  }
}
.twoBox .twoBoxLeft .formDescription strong {
  color: #000;
  font-weight: 800;
  font-size: 40px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .twoBox .twoBoxLeft .formDescription strong {
    font-size: 20px;
  }
}
.twoBox .twoBoxRight {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1050px) {
  .twoBox .twoBoxRight {
    width: 100%;
  }
}
.twoBox .twoBoxRight .formHeadTitle {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 20px 0;
}
@media (max-width: 450px) {
  .twoBox .twoBoxRight .formHeadTitle {
    font-size: 18px;
  }
}
.twoBox .twoBoxRight .error_message {
  margin: 0 0 10px 0;
  color: #b52828;
  font-weight: 600;
}
.twoBox .twoBoxRight .textTitle {
  color: #000;
  margin: 0 0 10px 0;
}
.twoBox .twoBoxRight .textField {
  border: 1px solid #999;
  width: 100%;
  height: 60px;
  background: #fff;
  margin: 0 0 20px 0;
  font-size: 18px;
  color: #000;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.twoBox .twoBoxRight .textFieldTextArea {
  border: 1px solid #999;
  width: 100%;
  height: 120px;
  background: #fff;
  margin: 0 0 20px 0;
  font-size: 18px;
  color: #000;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.twoBox .twoBoxRight .sendButtonHolder {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 0;
}
.twoBox .twoBoxRight .sendButtonHolder .sendButton {
  display: inline-flex;
  align-items: center;
  padding: 0 30px 0 25px;
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  height: 50px;
  border-radius: 25px;
  background: #e3000f;
  color: #fff;
  cursor: pointer;
  border: none;
}
@media (max-width: 900px) {
  .twoBox .twoBoxRight .sendButtonHolder .sendButton {
    margin: 0 0 0 40px;
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (max-width: 600px) {
  .twoBox .twoBoxRight .sendButtonHolder .sendButton {
    margin: 0 0 0 20px;
  }
}
.twoBox .twoBoxRight .sendButtonHolder .sendButton:hover {
  text-decoration: none;
  background: #c7000d;
}
.twoBox .twoBoxRight .sendButtonHolder .sendButton img {
  display: block;
  margin: 0 20px 0 0;
}
.twoBox .twoBoxRight .formInfo .textCheckbox {
  margin: 0;
  display: flex;
  align-items: center;
}
.twoBox .twoBoxRight .formInfo .textCheckbox .formCheckbox {
  margin: 0 8px 0 0;
}
.twoBox .twoBoxRight .formInfo .textCheckboxFirst {
  margin: 0 0 5px 0;
}

.helpButtonHolder {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0 0;
}
@media (max-width: 600px) {
  .helpButtonHolder {
    width: 100%;
  }
}
@media (max-width: 410px) {
  .helpButtonHolder {
    flex-wrap: wrap;
  }
}
.helpButtonHolder.helpButtonHolderOw1 {
  margin: 60px 0 0 0;
}
.helpButtonHolder a.helpButton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px 0 25px;
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  height: 50px;
  border-radius: 25px;
  background: #e3000f;
  color: #fff;
  -webkit-animation-name: highlight1;
  animation-name: highlight1;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media (max-width: 900px) {
  .helpButtonHolder a.helpButton {
    margin: 0 0 0 40px;
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (max-width: 600px) {
  .helpButtonHolder a.helpButton {
    margin: 0;
  }
}
@media (max-width: 410px) {
  .helpButtonHolder a.helpButton {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.helpButtonHolder a.helpButton:hover {
  text-decoration: none;
  background: #c7000d;
}
.helpButtonHolder a.helpButton img {
  display: block;
  margin: 0 20px 0 0;
}
.helpButtonHolder a.helpButtonV2 {
  margin: 0 0 0 10px;
}
@media (max-width: 410px) {
  .helpButtonHolder a.helpButtonV2 {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 0 0;
  }
}
.helpButtonHolder .helpButtonV3 {
  margin: 10px 0 0 90px !important;
}
@media (max-width: 600px) {
  .helpButtonHolder .helpButtonV3 {
    margin: 10px 0 0 0 !important;
  }
}

.helpButtonV3 {
  margin: 10px 0 0 90px !important;
}
@media (max-width: 600px) {
  .helpButtonV3 {
    margin: 10px 0 0 0 !important;
  }
}

.circleHolder {
  width: 100%;
  margin: 0 0 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circleHolder .circle {
  color: #000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

/*# sourceMappingURL=styles.css.map */
