@import url("https://use.typekit.net/uzl0cvh.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap");




.content-wrapper {
  display: none;
}

.consent {
  text-align: center;
  padding: 20px;
  font-size: 18px;
}

.modal-button_gr {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: white;
  font-size: 12px;
  border-radius: 10px;
  height: 50px;
  max-width: 50px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  padding: 5px 5px;
  margin-right: 10px;
}

.flag-buttons img {
  height: 30px;
  width: 30px;
}

.language-body {
  display: flex; /* Added */
  justify-content: space-around; /* Added */
  align-items: center; /* Added */
  height: 100%;
  margin-bottom: 0px;
  padding: 10px; /* Added */
}

.flag-buttons {
  /* Added */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px; /* Added for some spacing */
}

.flag-buttons p {
  margin-left: 5px;
  margin-top: 6px;
}

.modal_gr {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

.modal-content_gr {
  position: fixed;
  height: auto;
  z-index: 11;
  bottom: 0;
  right: 0;
  background-color: #fefefe;
  width: 350px;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
  margin-bottom: 0px;
  overflow: hidden;
  border-color: transparent;
}

.modal-header_gr h4 {
  color: white;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-header_gr h4:hover,
.modal-header_gr h4:focus {
  color: grey;
  text-decoration: none;
  cursor: pointer;
}

.modal-header_gr {
  padding: 0px 16px;
  background-color: #002457;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}

.modal-header_gr h2,
h4 {
  font-size: 18px;
  margin: 0;
}

.modal-body_gr {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 2px 16px;
  flex-direction: row;
  margin-bottom: 0px;
}

.modal-footer_gr {
  padding: 2px 16px;
  background-color: #002457;
  color: white;
  margin-top: 0px;
}
/* Add Animation */
@-webkit-keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.hero-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 72vh;
  overflow: hidden; /* This is needed if the image is larger than the div */
}

.hero-banner .hero-image-mob {
  display: none;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* This will make sure the image covers the full div */
}

.banner {
  position: relative;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 80vh;
  color: white;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

.spacer {
  height: 22vh;
}

.spacer-two {
  height: 104vh;
}

.banner-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
  box-sizing: border-box;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 4;
}

.banner-header-en {
  position: absolute;
  left: 0;
  top: 46vh;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
  box-sizing: border-box;
  height: 100px;
  z-index: 4;
  background-color: white;
}

.company {
  width: 45%;
  height: 100px; /* This should reflect the  */
  display: flex;
  align-items: center;
  justify-content: center;
}

.company.company1 img {
  height: 80px !important;
  width: auto !important;
  margin-bottom: 20px;
}

.company.company2 img {
  height: 35px !important;
  width: auto !important;
}

.middle-section {
  padding: 20px 5%;
  box-sizing: border-box;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -100px;
  max-width: 1040px;
  color: rgb(66, 54, 54);
}

.middle-section h1,
h3 {
  text-transform: uppercase;
}

.middle-section h3 {
  font-family: "omnes-georgian", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  margin-top: 5px;
}

.middle-section h4 {
  font-family: "omnes-georgian", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  margin-top: 5px;
}

.middle-section p {
  font-family: "omnes-georgian", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  margin-top: 20px;
}

.middle-section h1 {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
}

.content-parent {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
}

.content-parent p {
  width: 450px;
  margin-bottom: 50px;
  margin-top: -20px;
  text-align: center;
  color: rgb(66, 54, 54);
  font-family: "omnes-georgian", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
}

.final-section {
  width: 75%;
  margin: 10px auto;
  padding: 20px;
  padding-bottom: 0px;
  background-color: rgb(221, 229, 237);
  background-size: cover;
  background-position: center center;
  height: auto;
  position: relative;
  margin-bottom: 0px;
}

.form {
  width: 89%;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  height: 100px;
  background-color: rgb(130, 122, 122);
  margin: 0px auto 50px auto;
  width: 75%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "acumin-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 20px;
  color: white;
  letter-spacing: 0.1em;
}

.footer-image_container {
  width: 100%;
  height: auto;
}

.footer-image_container image {
  object-fit: contain;
}

.button-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  z-index: 21;
}

.messenger-button,
.viber-button {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  border-radius: 10px;
  height: 50px;
  max-width: 50px; /* Make the buttons square */
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.messenger-button {
  background-color: white;
  color: black;
  margin-right: 10px;
  padding: 2px 2px;
}

.viber-button {
  background-color: #665cac;
  color: white;
  padding: 5px 5px;
}

.messenger-button img,
.viber-button img {
  height: 100%;
  max-width: 100%;
}

/* Slideshow CSS */

.slideshow {
  position: absolute;
  z-index: 1;
  top: 56vh;
  left: 0;
  width: 100vw;
  height: 80vh;
  overflow: hidden;
}
.slideshow .slider {
  width: 100vw;
  height: 80vw;
  z-index: 2;
}
.slideshow .slider * {
  outline: none;
}
.slideshow .slider .item {
  height: 80vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  border: none;
}
.slideshow .slider .item .text {
  display: none;
}
.slideshow .slider .item img {
  min-width: 101%;
  min-height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slideshow .slick-dots {
  position: fixed;
  z-index: 100;
  width: 40px;
  height: auto;
  bottom: auto;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  left: auto;
  color: #fff;
  display: block;
}
.slideshow .slick-dots li {
  display: block;
  width: 100%;
  height: auto;
}
.slideshow .slick-dots li button {
  position: relative;
  width: 20px;
  height: 15px;
  text-align: center;
}
.slideshow .slick-dots li button:before {
  content: "";
  background: #fff;
  color: #fff;
  height: 2px;
  width: 20px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
  width: 40px;
  opacity: 1;
}
.slideshow.slideshow-right {
  left: 0;
  z-index: 1;
  width: 50vw;
  pointer-events: none;
}
.slideshow.slideshow-right .slider {
  left: 0;
  position: absolute;
}

.carousel-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 100vw;
  text-align: center;
  color: rgb(66, 54, 54);
  font-family: "acumin-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 7.5rem;
  letter-spacing: 0.1em;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 20px;
  line-height: 0.8;
}

.carousel-text-en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 100vw;
  text-align: center;
  color: rgb(66, 54, 54);
  font-family: "acumin-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 10rem;
  letter-spacing: 0.1em;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 20px;
  line-height: 0.8;
}

@media screen and (max-width: 1480px) {
  .spacer {
    height: 22vh;
  }
  .banner-header-en {
    top: 46vh;
  }

  .slideshow {
    top: 56vh;
  }

  .spacer-two {
    height: 105vh;
  }
}

@media screen and (max-width: 1440px) and (max-height: 900px) {
  .banner-header-en {
    top: 46vh;
  }

  .slideshow {
    top: 56vh;
  }

  .spacer-two {
    height: 104vh;
  }
}

@media (max-width: 1245px) {
  .form {
    width: 100%;
  }

  .modal-content {
    width: 40%;
  }

  .carousel-text,
  .carousel-text-en {
    font-size: 4.5rem;
  }

  .hero-banner {
    height: 45vh;
  }

  .spacer {
    height: 22vh;
  }

  .banner-header-en {
    top: 46vh;
  }

  .middle-section p {
    font-size: 18px;
  }

  .slideshow,
  .slideshow .slider,
  .slideshow .slider .item {
    height: 40vh !important;
  }

  .slideshow {
    top: 56vh;
  }

  .company.company1 img {
    height: 60px !important;
    width: auto !important;
    margin-right: 10px;
  }

  .company.company2 img {
    height: 25px !important;
    width: auto !important;
    /* margin-left: 15px; */
  }

  .spacer-two {
    height: 68vh;
  }

  .content-parent p {
    width: 350px;
  }
}

@media (max-width: 768px) {
  .slideshow,
  .slideshow .slider,
  .slideshow .slider .item {
    height: 250px !important;
  }

  .hero-banner {
    height: 35vh;
  }

  .banner-header-en {
    top: 35vh;
    height: 83px;
    justify-content: space-around;
  }

  .slideshow {
    top: 44vh;
  }

  .banner-header {
    height: 50px;
  }

  .modal-content {
    width: 100%;
  }

  .carousel-text,
  .carousel-text-en {
    font-size: 2.5rem;
    letter-spacing: 5px;
    font-weight: 200;
  }

  .carousel-text-en {
    font-size: 3.5rem;
    letter-spacing: 5px;
    font-weight: 200;
  }

  .middle-section h3,
  h4 {
    font-family: "omnes-georgian", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    margin-top: 5px;
  }

  .middle-section h1 {
    font-size: 56px;
    margin-top: 5px;
  }

  .middle-section p {
    font-size: 18px;
  }
  /* 
  .banner {
    height: 30vh;
  } */

  .spacer {
    height: 22vh;
  }

  .spacer-two {
    height: 54vh;
  }

  .main-title {
    font-size: 5em;
  }

  .company {
    width: auto;
  }

  .company.company1 img {
    height: 50px !important;
    width: auto !important;
  }

  .company.company2 img {
    height: 20px !important;
    width: auto !important;
    /* margin-left: 15px; */
  }

  .content-parent {
    flex-direction: column;
  }

  .content-parent p {
    width: 100%;
    padding: 0px 10px;
    font-size: 16px;
  }

  .final-section {
    width: 100%;
  }
  .footer {
    width: 100%;
  }
  .form {
    width: 100%;
  }
}

@media (max-width: 607px) {
  .banner-header-en {
    top: 35vh;
    height: 83px;
    justify-content: space-around;
    padding: 0 0%;
  }

  .slideshow {
    top: 42vh;
  }

  .company.company1 img {
    height: 42px !important;
    width: auto !important;
  }

  .company.company2 img {
    height: 16px !important;
    width: auto !important;
    /* margin-left: 15px; */
  }
}

@media (max-width: 487px) {
  .mobile_slides_parent {
    position: absolute;
    top: 38vh;
    left: 0;
    width: 100vw;
    max-width: 100vw;
  }

  .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .spacer-two {
    height: 175vh;
  }

  .hero-banner .hero-image {
    display: none;
  }

  .hero-banner .hero-image-mob {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .content-wrapper {
    display: block;
    margin-top: 50px;
  }

  .slideshow {
    display: none;
  }

  .logo-wrapper img {
    width: 80%;
    height: auto;
    margin: 0 auto 10px auto;
  }

  .logo-wrapper .newimage_slide {
    width: 65%;
    height: auto;
    margin: 0 auto 10px auto;
  }

  .banner-header-en {
    display: none;
  }

  .content-parent {
    display: none;
  }

  .slide-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.8rem;
    letter-spacing: 5px;
    font-weight: 500;
    color: rgb(66, 54, 54);
    font-family: "acumin-pro", sans-serif;
    font-style: normal;
    pointer-events: none;
    text-transform: uppercase;
    line-height: 0.8;
  }

  .text-wrapper p {
    width: 100%;
    padding: 10px 14px;
    font-size: 18px;
    color: rgb(66, 54, 54);
    font-family: "omnes-georgian", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
  }

  .slideshow {
    top: 56vh;
  }
}

@media (max-width: 425px) {
  .spacer-two {
    height: 175vh;
  }

  .middle-section h1 {
    font-size: 42px;
    margin-top: 5px;
  }
}

@media (max-width: 414px) {
  .slideshow,
  .slideshow .slider,
  .slideshow .slider .item {
    height: 230px !important;
  }
  .banner-header-en {
    height: 46px;
    top: 84vh;
  }

  .company.company1 img {
    height: 38px !important;
    width: auto !important;
  }

  .company.company2 img {
    height: 14px !important;
    width: auto !important;
    /* margin-left: 15px; */
  }

  .spacer-two {
    height: 175vh;
  }
}

@media (max-width: 390px) {
  .slideshow,
  .slideshow .slider,
  .slideshow .slider .item {
    height: 220px !important;
  }
  .spacer {
    height: 25vh;
  }
  .banner-header-en {
    height: 75px;
    top: 46vh;
  }

  .slideshow {
    top: 56vh;
  }

  .spacer-two {
    height: 175vh;
  }
}

@media (max-width: 375px) {
  .spacer {
    height: 22vh;
  }
  .banner-header-en {
    height: 75px;
    top: 46vh;
  }

  .slideshow {
    top: 56vh;
  }

  .spacer-two {
    height: 170vh;
  }
}

@media screen and (max-width: 375px) and (max-height: 834px) {
  .slideshow,
  .slideshow .slider,
  .slideshow .slider .item {
    height: 200px !important;
  }

  .spacer {
    height: 22vh;
  }
  .banner-header-en {
    height: 75px;
    top: 46vh;
  }

  .slideshow {
    top: 56vh;
  }

  .spacer-two {
    height: 180vh;
  }
}

/* iPhone SE */
@media only screen and (device-width: 375px) and (device-height: 667px) {
  .spacer {
    height: 22vh;
  }
  .banner-header-en {
    height: 46px;
    top: 104vh;
  }

  .slideshow {
    top: 56vh;
  }

  .spacer-two {
    height: 190vh;
  }

  .mobile_slides_parent {
    top: 32vh;
  }
}
/* iPad AIR */
@media only screen and (device-width: 820px) and (device-height: 1180px) {
  .form {
    width: 100%;
  }

  .modal-content {
    width: 40%;
  }

  .carousel-text,
  .carousel-text-en {
    font-size: 4.5rem;
  }

  .hero-banner {
    height: 45vh;
  }

  .spacer {
    height: 22vh;
  }

  .banner-header-en {
    top: 46vh;
  }

  .middle-section p {
    font-size: 18px;
  }

  .slideshow,
  .slideshow .slider,
  .slideshow .slider .item {
    height: 40vh !important;
  }

  .slideshow {
    top: 53vh;
  }

  .company.company1 img {
    height: 60px !important;
    width: auto !important;
    margin-right: 10px;
  }

  .company.company2 img {
    height: 25px !important;
    width: auto !important;
    /* margin-left: 15px; */
  }

  .spacer-two {
    height: 64vh;
  }

  .content-parent p {
    width: 350px;
  }
}

@media (min-width: 2560px) {
  .spacer-two {
    height: 107vh;
  }
}
body {
  background-color: #04162e;
}

.main-container {
  height: 100vh;
  position: relative;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 95vw;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section {
  max-width: 80vw;
  margin: 0 auto;
  padding: 1rem;
}
.logo-row {
  width: 250px;
  margin: 0 auto;
}
.row {
  padding-top: 4%;
}

.logo {
  width: 100%;
  text-align: center;
}
.button-container {
  padding: 4% 0%;
  text-align: center;
}
.button-main {
  display: inline-block;
  border-radius: 6px;
  background: linear-gradient(
    96deg,
    rgba(68, 31, 61, 1) 0%,
    rgba(0, 137, 180, 1) 100%
  );
  border: none;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 15px 18px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button-main span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-main span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -10px;
  transition: 0.5s;
}
.button-main:hover span {
  padding-right: 15px;
}

.button-main:hover span:after {
  opacity: 1;
  right: 0;
}
@media only screen and (min-width: 720px) {
  section {
    max-width: 60vw;
  }
}

@media only screen and (min-width: 1200px) {
  section {
    max-width: 50vw;
  }
}
body {
  font: normal 13px/20px Arial, Helvetica, sans-serif;
  word-wrap: break-word;
  color: #eee;
  background: #fff;
}

.main-container {
  height: 100vh;
  position: relative;
}

.row {
  padding-top: 12%;
}

.vertical-center {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 95vw;
}

.logo-row {
  width: 250px;
  margin: 0 auto;
}

#timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: linear-gradient(
    96deg,
    rgba(68, 31, 61, 1) 0%,
    rgba(0, 137, 180, 1) 100%
  );
  height: 180px;
  margin-top: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px rgba(48, 46, 46, 0.6);
}
.number-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 20px;
}
.number-label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  width: 100%;
}

.number-label .item {
  width: 120px;
  height: 20px;
  margin-right: 8px;
  margin-left: 2px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  font-weight: 700;
  font-family: sans-serif;
}
.number-list .item {
  width: 120px;
  height: 60px;
  margin-right: 8px;
  margin-left: 2px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 68px;
  color: white;
  font-weight: 700;
  font-family: sans-serif;
}

.timer-end {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  font-family: sans-serif;
}

.squareBehind {
  width: 350px;
  height: 280px;
  text-align: center;
  background: linear-gradient(
    96deg,
    rgba(68, 31, 61, 1) 0%,
    rgba(0, 137, 180, 1) 100%
  );
  border-radius: 5px;
  box-shadow: 0px 0px 8px rgba(48, 46, 46, 0.6);
  margin: auto;
  z-index: -999;
  position: absolute;
  top: 23%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.gap {
  height: 150px;
}

.title {
  font-size: 30px;
  color: #40698c;
  text-align: center;
  align-items: center;
  padding-bottom: 20px;
  font-weight: 400;
  font-family: sans-serif;
  line-height: 49px;
}

.title .important {
  font-weight: 700;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .row {
    margin-top: -100px;
  }

  #timer {
    width: 100%;
    margin: auto;
  }

  .squareBehind {
    width: 200px;
    height: 250px;
    top: 53%;
  }

  .number-list .item {
    font-size: 46px;
  }

  .title {
    font-size: 20px;
    color: #40698c;
    text-align: center;
    align-items: center;
    padding-bottom: 20px;
    font-weight: 400;
    font-family: sans-serif;
    line-height: 150%;
  }

  .gap {
    height: 20px;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #timer {
    width: 100%;
    margin: auto;
  }

  .squareBehind {
    width: 200px;
    height: 250px;
    top: 48%;
  }

  .number-list .item {
    font-size: 46px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 360px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .row {
    margin-top: -100px;
  }

  #timer {
    width: 100%;
    margin: auto;
  }

  .squareBehind {
    width: 180px;
    height: 230px;
    top: 62%;
  }

  .number-list .item {
    font-size: 46px;
  }

  .title {
    font-size: 18px;
    color: #40698c;
    text-align: center;
    align-items: center;
    padding-bottom: 20px;
    font-weight: 400;
    font-family: sans-serif;
    line-height: 150%;
  }

  .gap {
    height: 20px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #timer {
    width: 100%;
    margin: auto;
  }

  .squareBehind {
    margin-top: 30px;
  }

  .number-list .item {
    font-size: 46px;
  }

  .title {
    font-size: 25px;
    color: #40698c;
    text-align: center;
    align-items: center;
    padding-bottom: 20px;
    font-weight: 400;
    font-family: sans-serif;
    line-height: 180%;
  }

  .gap {
    height: 20px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #timer {
    width: 100%;
    margin: auto;
  }

  .squareBehind {
    margin-top: 10px;
  }

  .number-list .item {
    font-size: 46px;
  }
}

/* This is HP Laptop screen*/
@media only screen and (min-device-width: 1440px) {
  #timer {
    width: 100%;
    margin-top: 0;
  }

  .squareBehind {
    margin-top: -8px;
  }

  .number-list .item {
    font-size: 56px;
  }

  .gap {
    height: 20px;
  }

  .title {
    line-height: 49px;
  }

  .title .important {
    font-weight: 700;
  }
}

@media only screen and (min-device-width: 1600px) {
  #timer {
    width: 100%;
    margin: auto;
  }

  .squareBehind {
    margin-top: -35px;
    width: 400px;
  }

  .number-list .item {
    font-size: 70px;
  }

  .gap {
    height: 100px;
  }

  .title {
    font-size: 35px;
    color: #40698c;
    text-align: center;
    align-items: center;
    padding-bottom: 20px;
    font-weight: 400;
    font-family: sans-serif;
    line-height: 49px;
  }

  .title .important {
    font-weight: 700;
  }
}
.notices {
    padding: 1px 1px 1px 30px;
    margin: 15px 0;
}

.notices p {

}

.notices.yellow {
    border-left: 10px solid #f0ad4e;
    background: #fcf8f2;
    color: #df8a13;
}

.notices.red {
    border-left: 10px solid #d9534f;
    background: #fdf7f7;
    color: #b52b27;
}

.notices.blue {
    border-left: 10px solid #5bc0de;
    background: #f4f8fa;
    color: #28a1c5;
}

.notices.green {
    border-left: 10px solid #5cb85c;
    background: #f1f9f1;
    color: #3d8b3d;
}
#breadcrumbs {
    height: 3rem;
    line-height: 3rem;
    padding-left: 3rem;
}
#breadcrumbs span {
    display: inline-block;
    padding: 0 1rem;
}
#breadcrumbs span:first-child {
    padding-left: 0;
}
#breadcrumbs i {
    display: inline-block;
    width: 20px;
    text-align: center;
}
.form-group.has-errors {
    background: rgba(255,0,0,0.05);
    border: 1px solid rgba(255,0,0,0.2);
    border-radius: 3px;
    margin: 0 -5px;
    padding: 0 5px;
}

.form-errors {
    color: #b52b27;
}

.form-honeybear {
    visibility: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.form-errors p {
    margin: 0;
}

.form-input-file input {
    display: none;
}

.form-input-file .dz-default.dz-message {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.form-input-file.dropzone {
    position: relative;
    min-height: 70px;
    border-radius: 3px;
    margin-bottom: .85rem;
    border: 2px dashed #ccc;
    color: #aaa;
    padding: 0.5rem;
}

.form-input-file.dropzone .dz-preview {
    margin: 0.5rem;
}

.form-input-file.dropzone .dz-preview:hover {
    z-index: 2;
}

.form-input-file.dropzone .dz-preview .dz-error-message {
    min-width: 140px;
    width: auto;
}

.form-input-file.dropzone .dz-preview .dz-image,
.form-input-file.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 3px;
    z-index: 1;
}

/* Signature Pad */
.signature-pad {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 100%;
    max-width: 700px;
    max-height: 460px;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    padding: 16px;
}

.signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f6f6f6;
    height: 100px;
}

.signature-pad--body canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.signature-pad--footer {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2em;
}

.signature-pad--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
}

[data-grav-field="array"] .form-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

[data-grav-field="array"] .form-row > input,
[data-grav-field="array"] .form-row > textarea
{
    margin: 0 0.5rem;
    display: inline-block;
}
.langswitcher {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 1rem !important;
    display: inline-block;
}

.langswitcher li {
    display: inline-block;
    margin-left: 0.5rem;
    line-height: 1rem;
}

.langswitcher .active {
    font-weight: bold;
    text-decoration: underline;
}
.language-selector > .btn:first-child {
  margin-left: 0;
}

.language-selector .dropdown-menu {
  position: absolute;
  top: 94%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.language-selector .dropdown-menu img {
  width: 24px;
  height: 12px;
  max-width: inherit;
  float: left;
  margin-top: 3px;
}

.language-selector .dropdown-menu li {
  line-height: 1rem;
  color: #c0c0c0;
  display: list-item;
  text-align: -webkit-match-parent;
}

.language-selector .dropdown-menu li:hover {
  background-color: #eee;
}

.language-selector .dropdown-menu > li > a {
  display: block;
  padding: 6px 15px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.tntsearch-form .form-input {
    height: 2.4rem;
    padding-left: 1rem;
}

#tntsearch-wrapper {
    position: relative;
}

.tntsearch-clear {
    border-radius: 100%;
    padding: 0 1rem;
    line-height: 1;
    position: absolute;
    right: 0;
    font-size: 2rem;
    top: 0;
    cursor: pointer;
}

.tntsearch-field-inpage {
    width: 100%;
}

.tntsearch-dropdown ~ .tntsearch-results {
    position: relative;
    margin-bottom: 0;
}

.tntsearch-dropdown ~ .tntsearch-results .row {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0,0,0, 0.1);
    padding: 10px;
    z-index: 2;
}

.tntsearch-results .info {
    color: #999;
    font-size: 90%;
}

.tntsearch-results .title {
    margin-bottom: 10px;
}

.tntsearch-results .route {
    margin-top: 0;
    margin-bottom: 10px;
}

.tntsearch-results .row > p {
    margin-top: 0;
}

.tntsearch-results em {
    font-style: normal;
    background-color: #ffff33;
}

.tntsearch-powered-by {
    text-align: center;
    font-size: 14px;
}

.tntsearch-dropdown ~ .tntsearch-powered-by {
    display: none;
}
#grav-login {
    max-width: 30rem;
    margin: 5rem auto;
    background: #fcfcfc;
    border: 4px solid #eee;
    border-radius: 4px;
    padding: 1rem 3rem 3rem 3rem;
    text-align: center;
}

#grav-login .form-actions {
    text-align: right;
}

#grav-logout {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.alert.info {
    color: #27ae60;
}

.alert.error {
    color: #e74c3c;
}

#grav-login p {
    font-size: small;
    margin: 1rem 0;
    padding: 0;
    text-align: center;
}
#grav-login .form-actions p {
    margin-bottom: 0;
}

#grav-login .button {
    vertical-align: middle;
}

#grav-login .delimiter {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 1.6rem;
    position: relative;
    text-transform: uppercase;
    margin: 1rem 0;
}

#grav-login .delimiter:after,
#grav-login .delimiter:before {
    background-color: #777777;
    content: "";
    height: 1px;
    position: absolute;
    top: 0.8rem;
    width: 40%;
}
#grav-login .delimiter:before {
    background-image: -moz-linear-gradient(right center , #777777, #ffffff);
    left: 0;
}
#grav-login .delimiter:after {
    background-image: -moz-linear-gradient(left center , #777777, #ffffff);
    right: 0;
}

#grav-login .rememberme {
    display: inline-block;
    float: left;
    padding: 7px 0;
    vertical-align: middle;
}

#grav-login .rememberme label {
    font-weight: inherit;
    display: inline;
}

.login-status {
    white-space: nowrap;
    vertical-align: middle;
}
.rrssb-buttons{box-sizing:border-box;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;height:36px;margin:0;padding:0;width:100%}.rrssb-buttons:after{clear:both}.rrssb-buttons:after,.rrssb-buttons:before{content:' ';display:table}.rrssb-buttons li{box-sizing:border-box;float:left;height:100%;line-height:13px;list-style:none;margin:0;padding:0 2px}.rrssb-buttons li.rrssb-email a{background-color:#0a88ff}.rrssb-buttons li.rrssb-email a:hover{background-color:#006ed6}.rrssb-buttons li.rrssb-facebook a{background-color:#306199}.rrssb-buttons li.rrssb-facebook a:hover{background-color:#244872}.rrssb-buttons li.rrssb-tumblr a{background-color:#32506d}.rrssb-buttons li.rrssb-tumblr a:hover{background-color:#22364a}.rrssb-buttons li.rrssb-linkedin a{background-color:#007bb6}.rrssb-buttons li.rrssb-linkedin a:hover{background-color:#005983}.rrssb-buttons li.rrssb-twitter a{background-color:#26c4f1}.rrssb-buttons li.rrssb-twitter a:hover{background-color:#0eaad6}.rrssb-buttons li.rrssb-googleplus a{background-color:#e93f2e}.rrssb-buttons li.rrssb-googleplus a:hover{background-color:#ce2616}.rrssb-buttons li.rrssb-youtube a{background-color:#df1c31}.rrssb-buttons li.rrssb-youtube a:hover{background-color:#b21627}.rrssb-buttons li.rrssb-reddit a{background-color:#8bbbe3}.rrssb-buttons li.rrssb-reddit a:hover{background-color:#62a3d9}.rrssb-buttons li.rrssb-pinterest a{background-color:#b81621}.rrssb-buttons li.rrssb-pinterest a:hover{background-color:#8a1119}.rrssb-buttons li.rrssb-pocket a{background-color:#ed4054}.rrssb-buttons li.rrssb-pocket a:hover{background-color:#e4162d}.rrssb-buttons li.rrssb-github a{background-color:#444}.rrssb-buttons li.rrssb-github a:hover{background-color:#2b2b2b}.rrssb-buttons li.rrssb-instagram a{background-color:#517fa4}.rrssb-buttons li.rrssb-instagram a:hover{background-color:#406582}.rrssb-buttons li.rrssb-delicious a{background-color:#0B79E5}.rrssb-buttons li.rrssb-delicious a:hover{background-color:#095fb4}.rrssb-buttons li.rrssb-vk a{background-color:#4d71a9}.rrssb-buttons li.rrssb-vk a:hover{background-color:#3d5a86}.rrssb-buttons li.rrssb-hackernews a{background-color:#f60}.rrssb-buttons li.rrssb-hackernews a:hover{background-color:#cc5200}.rrssb-buttons li a{background-color:#ccc;border-radius:2px;box-sizing:border-box;display:block;font-size:11px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-weight:700;height:100%;padding:11px 7px 12px 27px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;width:100%}.rrssb-buttons li a .rrssb-icon{display:block;left:10px;padding-top:9px;position:absolute;top:0;width:10%}.rrssb-buttons li a .rrssb-icon svg{height:17px;width:17px}.rrssb-buttons li a .rrssb-icon svg path{fill:#fff}.rrssb-buttons li a .rrssb-text{color:#fff}.rrssb-buttons li a:active{box-shadow:inset 1px 3px 15px 0 rgba(22,0,0,.25)}.rrssb-buttons li.small a{padding:0}.rrssb-buttons li.small a .rrssb-icon{left:auto;margin:0 auto;overflow:hidden;position:relative;top:auto;width:100%}.rrssb-buttons li.small a .rrssb-text{visibility:hidden}.rrssb-buttons.large-format,.rrssb-buttons.large-format li{height:auto}.rrssb-buttons.large-format li:first-child:nth-last-child(1) a{font-size:20px;font-size:4vw}.rrssb-buttons.large-format li:first-child:nth-last-child(2) a,.rrssb-buttons.large-format li:first-child:nth-last-child(2)~li a{font-size:16px;font-size:2vw}.rrssb-buttons.large-format li:first-child:nth-last-child(3) a,.rrssb-buttons.large-format li:first-child:nth-last-child(3)~li a{font-size:14px;font-size:1.7vw}.rrssb-buttons.large-format li:first-child:nth-last-child(4) a,.rrssb-buttons.large-format li:first-child:nth-last-child(4)~li a{font-size:13px;font-size:1.4vw}.rrssb-buttons.large-format li:first-child:nth-last-child(5) a,.rrssb-buttons.large-format li:first-child:nth-last-child(5)~li a{font-size:13px;font-size:1.2vw}.rrssb-buttons.large-format li:first-child:nth-last-child(6) a,.rrssb-buttons.large-format li:first-child:nth-last-child(6)~li a{font-size:12px;font-size:1.05vw}.rrssb-buttons.large-format li:first-child:nth-last-child(7) a,.rrssb-buttons.large-format li:first-child:nth-last-child(7)~li a{font-size:11px;font-size:.9vw}.rrssb-buttons.large-format li:first-child:nth-last-child(8) a,.rrssb-buttons.large-format li:first-child:nth-last-child(8)~li a{font-size:11px;font-size:.8vw}.rrssb-buttons.large-format li:first-child:nth-last-child(9) a,.rrssb-buttons.large-format li:first-child:nth-last-child(9)~li a{font-size:11px;font-size:.7vw}.rrssb-buttons.large-format li:first-child:nth-last-child(10) a,.rrssb-buttons.large-format li:first-child:nth-last-child(10)~li a{font-size:11px;font-size:.6vw}.rrssb-buttons.large-format li:first-child:nth-last-child(11) a,.rrssb-buttons.large-format li:first-child:nth-last-child(11)~li a{font-size:11px;font-size:.5vw}.rrssb-buttons.large-format li a{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:.2em;padding:8.5% 0 8.5% 12%}.rrssb-buttons.large-format li a .rrssb-icon{height:100%;left:7%;padding-top:0;width:12%}.rrssb-buttons.large-format li a .rrssb-icon svg{height:100%;position:absolute;top:0;width:100%}.rrssb-buttons.large-format li a .rrssb-text{-webkit-backface-visibility:hidden;backface-visibility:hidden}.rrssb-buttons.small-format{padding-top:5px}.rrssb-buttons.small-format li{height:80%;padding:0 1px}.rrssb-buttons.small-format li a .rrssb-icon{height:100%;padding-top:0}.rrssb-buttons.small-format li a .rrssb-icon svg{height:48%;position:relative;top:6px;width:80%}.rrssb-buttons.tiny-format{height:22px;position:relative}.rrssb-buttons.tiny-format li{padding-right:7px}.rrssb-buttons.tiny-format li a{background-color:transparent;padding:0}.rrssb-buttons.tiny-format li a .rrssb-icon svg{height:70%;width:100%}.rrssb-buttons.tiny-format li a:active,.rrssb-buttons.tiny-format li a:hover{background-color:transparent}.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path{fill:#0a88ff}.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path{fill:#0054a3}.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path{fill:#306199}.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path{fill:#18304b}.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path{fill:#32506d}.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path{fill:#121d27}.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path{fill:#007bb6}.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path{fill:#003650}.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path{fill:#26c4f1}.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path{fill:#0b84a6}.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path{fill:#e93f2e}.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path{fill:#a01e11}.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path{fill:#df1c31}.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path{fill:#84111d}.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path{fill:#8bbbe3}.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path{fill:#398bcf}.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path{fill:#b81621}.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path{fill:#5d0b11}.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path{fill:#ed4054}.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path{fill:#b61124}.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path{fill:#444}.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path{fill:#111}.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path{fill:#517fa4}.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path{fill:#2f4a60}.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path{fill:#0B79E5}.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path{fill:#064684}.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path{fill:#4d71a9}.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path{fill:#2d4263}.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path{fill:#f60}.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path{fill:#993d00}
