﻿@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
.pa {
  position: absolute;
}

.pr {
  position: relative;
}

.px {
  position: fixed;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

body {
  scrollbar-width: 0px;
}
body::-webkit-scrollbar {
  display: none;
}

.imgFull {
  width: 100%;
  height: auto;
}

main {
  position: relative;
}

.flxbw, .flxbtw, .flxBwCen, .flxend, .flxcc, .flxc, .dfx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.flxc {
  -webkit-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
          align-items: center;
}

.flxcc {
  -webkit-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
          justify-content: center;
}

.flxend {
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
          align-items: center;
}

.flxBwCen {
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
          align-items: center;
}

.flxbtw {
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row wrap;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
     -moz-box-align: start;
          align-items: flex-start;
}

.flxbw {
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
          justify-content: space-between;
}

button, a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
button:hover, a:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  display: inline-block;
  padding: 0;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
}

button:focus, button:hover {
  outline: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
svgsvg:not(:root) {
  overflow: hidden;
}

form {
  display: block;
  margin-top: 0em;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
       -moz-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
       -moz-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
       -moz-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body, html {
  font-family: "Open Sans", sans-serif;
  color: #000;
}

.container {
  width: 88%;
  margin: auto;
  position: relative;
}

header {
  border-bottom: 20pt solid #5781bf;
  font-size: 29.5pt;
  padding: 2% 0;
}
header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
header nav {
  width: 69%;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.menu li {
  font-size: 24px;
  margin: 0 auto;
  text-align: center;
  list-style: none;
}
.menu li:last-child {
  margin-left: 50px;
}
.menu li a {
  color: #000;
}
.menu li a:hover {
  color: #484646;
}

.logo {
  width: 20.6%;
  display: block;
}
.logo a {
  display: block;
}

.blue-text {
  color: #5781bf !important;
}

.title {
  font-weight: 700;
}

.section1 h2 {
  margin-top: 10px;
  font-size: 52pt;
  text-align: center;
}
.section1 span {
  display: block;
  width: 100%;
}
.section1 .blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row wrap;
  margin-top: 20pt;
}
.section1 .left-block {
  padding-right: 2%;
}
.section1 .right-block {
  padding-left: 2%;
}
.section1 .block {
  padding: 0 2%;
  width: 50%;
  text-align: center;
}
.section1 .block a {
  color: #000000;
}
.section1 .block .img {
  width: 47.5%;
  margin: auto;
}
.section1 .block .title {
  width: 50%;
  margin: 10pt auto 0;
  font-size: 1.40625vw;
  display: block;
  border: 0.3645833333vw solid;
  border-radius: 999px;
  padding: 5% 0;
}
.section1 .block .description {
  margin-top: 20pt;
  font-size: 1.71875vw;
}
.section1 .block .description p {
  margin: 0;
}

.section2 {
  margin-top: 100pt;
}
.section2 .title {
  font-size: 35pt;
  text-align: center;
}
.section2 .block {
  margin-top: 25pt;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row wrap;
  font-size: 25pt;
}
.section2 .block .img {
  width: 58%;
}
.section2 .block .description {
  width: 36%;
  text-align: justify;
  font-size: 25px;

}

.section3 {
  margin-top: 100pt;
}
.section3 .title {
  font-size: 35pt;
  text-align: center;
}
.section3 .video {
  margin: 70pt auto 0;
  width: 58.5%;
  height: 64vh;
  min-height: 350px;
  background: #000;
  padding: 20px;
}
.section3 .video .contain {
  border: 10px solid #ffffff;
  border-radius: 10px;
  height: 100%;
}
.section3 .video iframe {
  width: 100%;
  height: 100%;
}

footer {
  margin-top: 50pt;
  background: #050a30;
  padding: 50px 0;
  color: #fff;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
  font-size: 14px;
}
footer .container {
  width: 58%;
}
footer ul {
  padding: 0;
}
footer a {
  color: #ffffff;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row wrap;
}
footer .row .col-sm-4 {
  width: 33%;
}
footer h5 {
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 1366px) {
  header {
    border-bottom: 15pt solid #5781bf;
    font-size: 2.5622254758vw;
  }
  .menu li:last-child {
    margin-left: 3.6603221083vw;
  }
  .section1 {
    margin-top: 1.4641288433vw;
  }
  .section1 h2 {
    font-size: 4.39238653vw;
  }
  .section1 .blocks {
    margin-top: 1.4641288433vw;
  }
  .section1 .block .title {
    margin: 0.7320644217vw auto 0;
    font-size: 1.5373352855vw;
    border: 0.5124450952vw solid;
  }
  .section1 .block .description {
    margin-top: 1.4641288433vw;
    font-size: 1.9033674963vw;
  }
  .section2 {
    margin-top: 7.3206442167vw;
  }
  .section2 .title {
    font-size: 3.2942898975vw;
  }
  .section2 .block .img {
    width: 80%;
    margin: auto;
  }
  .section2 .block .description {
    font-size: 2.5622254758vw;
    width: 100%;
    margin-top: 30px;
  }
  .section3 {
    margin-top: 7.3206442167vw;
  }
  .section3 .title {
    font-size: 3.2942898975vw;
  }
  .section3 .video {
    margin: 5.1244509517vw auto 0;
    width: 72.3279648609vw;
    height: 43.2650073206vw;
    min-height: auto;
    padding: 1.4641288433vw;
  }
  .section3 .video .contain {
    border: 0.7320644217vw solid #ffffff;
    border-radius: 0.7320644217vw;
  }
  footer {
    padding: 40px 0;
  }
  footer .container {
    width: 70%;
  }
}
@media (max-width: 768px) {
  header {
    border-bottom: 10pt solid #5781bf;
    font-size: 2.6041666667vw;
  }
  .menu li:last-child {
    margin-left: 3.90625vw;
  }
  .section1 {
    margin-top: 2.6041666667vw;
  }
  .section1 h2 {
    font-size: 4.9479166667vw;
  }
  .section1 .blocks {
    margin-top: 2.6041666667vw;
  }
  .section1 .block {
    width: 100%;
  }
  .section1 .block .title {
    margin: 1.3020833333vw auto 0;
    font-size: 2.734375vw;
    border: 0.9114583333vw solid;
  }
  .section1 .block .description {
    margin-top: 2.6041666667vw;
    font-size: 3.3854166667vw;
  }
  .section1 .left-block {
    padding-right: 0;
  }
  .section1 .right-block {
    padding-left: 0;
    margin-top: 5.2083333333vw;
  }
  footer {
    padding: 30px 0;
  }
  footer .container {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .container{
    width: 100%;
  }
  ul.menu{
    margin-top: 10px;
  }
  .menu li{
    font-size: 13px;
    font-weight: bold;
  }
  header {
    border-bottom: 10px solid #5781bf;
    font-size: 14px;
  }
  .logo {
    width: 198px;
    margin: auto;
    margin-bottom: 10px;
  }
  header nav {
    width: 100%;
  }
  header .container {
    width: 100%;
  }
  .menu {
    width: 100%;
    margin-left: 0px;
  }
  .menu li:last-child {
    margin-left: 0px;
  }
  .section2 {
    margin-top: 50px;
  }
  .section2 .title {
    font-size: 20px;
  }
  .section2 .block .img {
    width: 100%;
  }
  .section2 .block .description {
    font-size: 16px;
    margin-top: 30px;
  }
  .section3 {
    margin-top: 70px;
  }
  .section3 .title {
    font-size: 20px;
  }
  .section3 .video {
    margin: 40px auto 0;
    width: 100%;
    height: 300px;
    min-height: auto;
    padding: 10px;
  }
  .section3 .video .contain {
    border: 5px solid #ffffff;
    border-radius: 5px;
  }
  footer .container .col-sm-4 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .section1 {
    margin-top: 4.1666666667vw;
  }
  .section1 h2 {
    font-size: 4.7916666667vw;
    line-height: inherit;
  }
  .section1 .blocks {
    padding: 0px 15px;
    margin-top: 4.1666666667vw;
  }
  .section1 .block {
    width: 100%;
  }
  .section1 .block .img {
    width: 55%;
  }
  .section1 .block .title {
    width: 60%;
    margin: 2.0833333333vw auto 0;
    font-size: 14px;
    border: 1.0416666667vw solid;
  }
  .section1 .block .description {
    margin-top: 4.1666666667vw;
    font-size: 14px;
  }
  .section1 .left-block {
    padding-right: 0;
  }
  .section1 .right-block {
    padding-left: 0;
    margin-top: 5.2083333333vw;
  }
}