.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.background-video {
  height: 700px;
  background-color: rgba(0, 0, 0, 0.44);
}

.background-video-2 {
  background-color: rgba(0, 0, 0, 0.37);
}

.text-block {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.text-block-2 {
  padding-top: 40px;
  padding-bottom: 15px;
  font-family: Robotocondensed, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.text-block-3 {
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}

.section {
  height: 700px;
  background-color: #fff;
  background-image: url('../images/BGwhite.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.container {
  max-width: 600px;
  min-height: 500px;
  background-color: rgba(0, 66, 106, 0);
}

.columns {
  position: static;
  display: inline;
  width: 100%;
  margin-top: 45px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
}

.button {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0%;
  z-index: 0;
  display: inline;
  overflow: visible;
  width: 150px;
  height: 70px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 22px;
  float: none;
  background-color: #0085d5;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-2 {
  position: absolute;
  top: 0px;
  width: 150px;
  height: 70px;
  background-color: #0085d5;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.background-video-3 {
  height: 600px;
  background-color: hsla(0, 0%, 100%, 0.77);
}

.section-2 {
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: column;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 0.25fr 60px 0.25fr;
  grid-template-columns: 0.25fr 0.25fr;
  -ms-grid-rows: minmax(auto, 70px) 60px auto 60px auto 60px auto;
  grid-template-rows: minmax(auto, 70px) auto auto auto;
}

.english {
  padding-top: 23px;
  background-color: #0085d5;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}

.english:hover {
  background-color: #003b64;
}

.button-3 {
  padding-top: 15px;
  background-color: #0085d5;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.button-3:hover {
  background-color: #003b64;
}

.columns-2 {
  min-height: 25px;
  background-color: #0085d5;
}

.text-block-4 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #444;
  font-size: 16px;
  text-align: center;
}

.columns-3 {
  padding-top: 60px;
}

.image {
  width: 0px;
  margin-top: 20px;
  margin-left: 50px;
}

.image-2 {
  height: 48px;
  min-height: 0px;
  margin-top: 25px;
  margin-left: 25px;
  background-color: transparent;
}

.section-3 {
  background-color: #0085d5;
}

.container-2 {
  max-width: 1200px;
  padding-left: 0px;
}

.text-block-5 {
  padding-bottom: 35px;
  font-family: Robotocondensed, sans-serif;
  font-size: 28px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .text-block-2 {
    line-height: 30px;
  }

  .button {
    top: 0px;
    right: 0px;
    width: 150px;
    height: 70px;
  }

  .button-2 {
    top: 0px;
  }

  .section-2 {
    margin-top: 10px;
    margin-bottom: -20px;
  }

  .grid-2 {
    margin-top: 40px;
  }

  .english {
    padding-top: 23px;
  }

  .image-2 {
    margin-left: 0px;
  }

  .container-2 {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .text-block-2 {
    line-height: 40px;
    text-indent: 0px;
    -webkit-column-count: auto;
    column-count: auto;
    white-space: normal;
  }

  .column {
    padding-bottom: 0px;
  }

  .column-2 {
    margin-top: -72px;
  }

  .column-3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .button {
    right: 0%;
    width: 50%;
  }

  .button-2 {
    position: static;
    top: 21px;
    right: auto;
    width: 27%;
    height: 70px;
  }

  .section-2 {
    margin-bottom: -15px;
  }

  .column-4 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }

  .column-5 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }

  .grid {
    -ms-grid-rows: 0px auto;
    grid-template-rows: 0px auto;
  }

  .english {
    padding-top: 23px;
  }

  .column-6 {
    min-height: 25px;
  }
}

@media screen and (max-width: 479px) {
  .button-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: auto;
    width: 50%;
  }

  .section-2 {
    margin-bottom: 45px;
  }

  .grid-2 {
    margin-top: -20px;
    margin-right: -110px;
    margin-left: 35px;
    padding-right: 0px;
    padding-left: 0px;
    grid-row-gap: 20px;
    -ms-grid-rows: auto 20px auto;
    grid-template-areas: "Area"
      "Area-2";
    -ms-grid-columns: 0.75fr 0.25fr;
    grid-template-columns: 0.75fr 0.25fr;
  }

  .text-block-4 {
    margin-bottom: -15px;
    padding-left: 6px;
  }

  .text-block-5 {
    line-height: 30px;
  }
}

#w-node-ec586678-0888-a55d-40d3-44fb9086a4d6-854bd17f {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

#English.w-node-_48bb0c01-ddea-6aab-2b9e-f479171a13d1-854bd17f {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

@media screen and (max-width: 479px) {
  #w-node-ec586678-0888-a55d-40d3-44fb9086a4d6-854bd17f {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #English.w-node-_48bb0c01-ddea-6aab-2b9e-f479171a13d1-854bd17f {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}