@font-face {
  font-family: carterOneRegular;
  src: url("../Fonts/carterOne/carterOneRegular.ttf");
}
@font-face {
  font-family: fredokaOneRegular;
  src: url("../Fonts/fredokaOne/fredokaOneRegular.ttf");
}
@font-face {
  font-family: koulenRegular;
  src: url("../Fonts/Koulen/koulenRegular.ttf");
}
@font-face {
  font-family: luckiestGuyRegular;
  src: url("../Fonts/luckiestGuy/luckiestGuyRegular.ttf");
}
@font-face {
  font-family: mitrRegular;
  src: url("../Fonts/Mitr/mitrRegular.ttf");
}
@font-face {
  font-family: orbitronRegular;
  src: url("../Fonts/Orbitron/orbitronRegular.ttf");
}
@font-face {
  font-family: rubikGlitchRegular;
  src: url("../Fonts/rubikGlitch/rubikGlitchRegular.ttf");
}
/* BODY */
body {
  background: #1b1b1b;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}
body a {
  font-size: 20px;
}
body h1 {
  color: #ffffff;
  font-family: carterOneRegular;
  font-size: 75px;
  margin: 0;
  padding: 0;
}
body h2 {
  color: #ffffff;
  font-family: carterOneRegular;
  font-size: 40px;
  margin: 0;
}
body h3 {
  color: #ffffff;
  font-family: koulenRegular;
  font-size: 28px;
}
body h4 {
  color: #000000;
  font-size: 25px;
}
body h5 {
  color: #ffffff;
  font-family: mitrRegular;
  font-size: 22px;
}
body h6 {
  color: #ffffff;
  font-size: 20px;
}
body .section header {
  background: url("../Images/Background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.5);
  height: 100vh;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
}
body .section header .content {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
body .section header .content .button {
  margin: 25px 0 0 0;
}
body .section header .content .button .buttonElement .buttonZone {
  border: 1px solid #ffffff;
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
}
body .section header .content .button .buttonElement .buttonZone:hover {
  border-color: #ff5F7d;
}
body .section header .content .button .buttonElement .buttonZone .buttonArea {
  align-items: center;
  display: flex;
  padding: 31px 25px 31px 25px;
}
body .section header .content .button .buttonElement .buttonZone .buttonArea a {
  color: #ffffff;
  display: inline-block;
  font-family: carterOneRegular;
  font-size: 25px;
  margin: 0;
  padding: 0;
}
body .section header .content .button .buttonElement .buttonZone .buttonArea a:hover {
  color: #ffffff;
}
body .section header .content .button .buttonElement .buttonZone .buttonArea .img {
  display: inline-block;
  margin: 0 0 0 35px;
}
body .section header .content .button .buttonElement .buttonZone .buttonArea .img img {
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 0;
  width: 35px;
}
body .section header .content h1 .research {
  color: #ff5F7d;
}
body .section header .content h2 {
  margin: 15px 0 0 0;
}
body .section header .hamburger {
  background: rgba(48, 41, 80, 0.85);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 50px;
  justify-content: space-around;
  padding: 10px;
  position: fixed;
  right: 62.5px;
  top: 37.5px;
  visibility: hidden;
  width: 55px;
  z-index: 11;
}
body .section header .hamburger .lineBottom {
  background: #ffffff;
  height: 3px;
  transition: all 0.8s;
  width: 100%;
}
body .section header .hamburger .lineMiddle {
  background: #ffffff;
  height: 3px;
  transition: all 0.8s;
  width: 75%;
}
body .section header .hamburger .lineTop {
  background: #ffffff;
  height: 3px;
  transition: all 0.8s;
  width: 100%;
}
body .section header .verticalTop {
  align-items: center;
  display: flex;
  height: 125px;
}
body .section header .verticalTop .navbar {
  display: flex;
  justify-content: end;
  position: relative;
  z-index: 2;
}
body .section header .verticalTop .navbar nav {
  margin: 0 62.5px 0 0;
}
body .section header .verticalTop .navbar nav a {
  color: #ffffff;
  font-family: carterOneRegular;
  text-decoration: none;
}
body .section header .verticalTop .navbar nav a:hover {
  color: #ff5F7d;
}
body .section header .verticalTop .navbar nav .linkMargin {
  margin: 0 30px 0 0;
}
body .section header .verticalTop .scientisTemplate a .scientisText {
  background: initial;
  border-radius: initial;
  font-family: luckiestGuyRegular;
  font-size: 0;
  margin: 0 0 0 62.5px;
  padding: 0;
  position: relative;
  z-index: 2;
}
body .section header .verticalTop .scientisTemplate a .scientisText .dot {
  color: #ff5F7d;
}
body .section header .verticalTop .scientisTemplate a .scientisText span {
  display: inline-block;
  font-size: 28px;
}
@media (max-width: 275px) {
  body .section header .hamburger {
    right: 36px;
  }
  body .section header .verticalTop .scientisTemplate a .scientisText {
    margin: 0 0 0 36px;
  }
  body .section header .verticalTop .scientisTemplate a .scientisText span {
    font-size: 16px;
  }
}
@media (min-width: 276px) and (max-width: 325px) {
  body .section header .hamburger {
    right: 48px;
  }
  body .section header .verticalTop .scientisTemplate a .scientisText {
    margin: 0 0 0 48px;
  }
  body .section header .verticalTop .scientisTemplate a .scientisText span {
    font-size: 16px;
  }
}
@media (max-width: 300px) {
  body .section header .content .button .buttonElement .buttonZone .buttonArea {
    padding: 17px 14px 17px 14px;
  }
  body .section header .content .button .buttonElement .buttonZone .buttonArea a {
    font-size: 14px;
  }
  body .section header .content .button .buttonElement .buttonZone .buttonArea .img {
    margin: 0 0 0 19px;
  }
  body .section header .content .button .buttonElement .buttonZone .buttonArea .img img {
    height: auto;
    width: 19px;
  }
  body .section header .content h1 {
    display: inline-block;
    font-size: 23px;
  }
  body .section header .content h1 span {
    text-align: center;
  }
  body .section header .content h2 {
    font-size: 20px;
    margin: 15px 0 0 0;
  }
}
@media (min-width: 326px) and (max-width: 375px) {
  body .section header .verticalTop .scientisTemplate a .scientisText span {
    font-size: 21px;
  }
}
@media (min-width: 301px) and (max-width: 400px) {
  body .section header .content .button .buttonElement .buttonZone .buttonArea {
    padding: 23px 19px 23px 19px;
  }
  body .section header .content .button .buttonElement .buttonZone .buttonArea a {
    font-size: 19px;
  }
  body .section header .content .button .buttonElement .buttonZone .buttonArea .img {
    margin: 0 0 0 26px;
  }
  body .section header .content .button .buttonElement .buttonZone .buttonArea .img img {
    height: auto;
    width: 26px;
  }
  body .section header .content h1 {
    display: inline-block;
    font-size: 31px;
  }
  body .section header .content h1 span {
    text-align: center;
  }
  body .section header .content h2 {
    font-size: 27px;
    margin: 15px 0 0 0;
  }
}
@media (min-width: 401px) and (max-width: 525px) {
  body .section header .content h1 {
    display: inline-block;
    font-size: 42px;
  }
  body .section header .content h1 span {
    text-align: center;
  }
  body .section header .content h2 {
    margin: 15px 0 0 0;
  }
}
@media (min-width: 526px) and (max-width: 700px) {
  body .section header .content h1 {
    display: inline-block;
    font-size: 56px;
  }
  body .section header .content h1 span {
    text-align: center;
  }
  body .section header .content h2 {
    margin: 15px 0 0 0;
  }
}
@media (min-width: 1125px) {
  body .section header .mobileMenu {
    display: none;
  }
}
@media (max-width: 1125px) {
  body .section header .hamburger {
    visibility: visible;
  }
  body .section header .mobileMenu {
    align-items: center;
    background: #000000;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: -1125px;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 2;
  }
  body .section header .mobileMenu nav a {
    color: #ffffff;
    display: block;
    font-family: carterOneRegular;
    margin: 40px;
    text-align: center;
  }
  body .section header .verticalTop .navbar {
    display: none !important;
  }
}
@media (min-width: 1921px) and (max-width: 2400px) {
  body .section header .content .button {
    margin: 31px 0 0 0;
  }
  body .section header .content .button .buttonElement .buttonZone {
    border: 1.25px solid #ffffff;
    border-radius: 8.7px;
  }
  body .section header .content .button .buttonElement .buttonZone .buttonArea {
    padding: 38px 31px 38px 31px;
  }
  body .section header .content .button .buttonElement .buttonZone .buttonArea a {
    font-size: 31px;
  }
  body .section header .content .button .buttonElement .buttonZone .buttonArea .img {
    margin: 0 0 0 43px;
  }
  body .section header .content .button .buttonElement .buttonZone .buttonArea .img img {
    height: auto;
    width: 43px;
  }
  body .section header .content h2 {
    margin: 18px 0 0 0;
  }
  body .section header .verticalTop {
    height: 195px;
  }
  body .section header .verticalTop .navbar nav {
    margin: 0 78px 0 0;
  }
  body .section header .verticalTop .navbar nav .linkMargin {
    margin: 0 37px 0 0;
  }
  body .section header .verticalTop .scientisTemplate a .scientisText {
    margin: 0 0 0 78px;
  }
  body .section header .verticalTop .scientisTemplate a .scientisText span {
    font-size: 35px;
  }
}
@media (min-width: 2401px) and (max-width: 3000px) {
  body .section header .content .button {
    margin: 38px 0 0 0;
  }
  body .section header .content .button .buttonElement .buttonZone {
    border: 1.56px solid #ffffff;
    border-radius: 10.8px;
  }
  body .section header .content .button .buttonElement .buttonZone .buttonArea {
    padding: 47px 38px 47px 38px;
  }
  body .section header .content .button .buttonElement .buttonZone .buttonArea a {
    font-size: 38px;
  }
  body .section header .content .button .buttonElement .buttonZone .buttonArea .img {
    margin: 0 0 0 53px;
  }
  body .section header .content .button .buttonElement .buttonZone .buttonArea .img img {
    height: auto;
    width: 53px;
  }
  body .section header .content h2 {
    margin: 22px 0 0 0;
  }
  body .section header .verticalTop {
    height: 243px;
  }
  body .section header .verticalTop .navbar nav {
    margin: 0 97px 0 0;
  }
  body .section header .verticalTop .navbar nav .linkMargin {
    margin: 0 46px 0 0;
  }
  body .section header .verticalTop .scientisTemplate a .scientisText {
    margin: 0 0 0 97px;
  }
  body .section header .verticalTop .scientisTemplate a .scientisText span {
    font-size: 43px;
  }
}
@media (min-width: 3001px) and (max-width: 3750px) {
  body .section header .content .button {
    margin: 47px 0 0 0;
  }
  body .section header .content .button .buttonElement .buttonZone {
    border: 1.95px solid #ffffff;
    border-radius: 13.5px;
  }
  body .section header .content .button .buttonElement .buttonZone .buttonArea {
    padding: 58px 47px 58px 47px;
  }
  body .section header .content .button .buttonElement .buttonZone .buttonArea a {
    font-size: 47px;
  }
  body .section header .content .button .buttonElement .buttonZone .buttonArea .img {
    margin: 0 0 0 66px;
  }
  body .section header .content .button .buttonElement .buttonZone .buttonArea .img img {
    height: auto;
    width: 66px;
  }
  body .section header .content h2 {
    margin: 27px 0 0 0;
  }
  body .section header .verticalTop {
    height: 303px;
  }
  body .section header .verticalTop .navbar nav {
    margin: 0 121px 0 0;
  }
  body .section header .verticalTop .navbar nav .linkMargin {
    margin: 0 57px 0 0;
  }
  body .section header .verticalTop .scientisTemplate a .scientisText {
    margin: 0 0 0 121px;
  }
  body .section header .verticalTop .scientisTemplate a .scientisText span {
    font-size: 53px;
  }
}
@media (min-width: 3751px) {
  body .section header .content .button {
    margin: 58px 0 0 0;
  }
  body .section header .content .button .buttonElement .buttonZone {
    border: 2.43px solid #ffffff;
    border-radius: 16.8px;
  }
  body .section header .content .button .buttonElement .buttonZone .buttonArea {
    padding: 72px 58px 72px 58px;
  }
  body .section header .content .button .buttonElement .buttonZone .buttonArea a {
    font-size: 58px;
  }
  body .section header .content .button .buttonElement .buttonZone .buttonArea .img {
    margin: 0 0 0 82px;
  }
  body .section header .content .button .buttonElement .buttonZone .buttonArea .img img {
    height: auto;
    width: 82px;
  }
  body .section header .content h2 {
    margin: 33px 0 0 0;
  }
  body .section header .verticalTop {
    height: 378px;
  }
  body .section header .verticalTop .navbar nav {
    margin: 0 151px 0 0;
  }
  body .section header .verticalTop .navbar nav .linkMargin {
    margin: 0 71px 0 0;
  }
  body .section header .verticalTop .scientisTemplate a .scientisText {
    margin: 0 0 0 151px;
  }
  body .section header .verticalTop .scientisTemplate a .scientisText span {
    font-size: 66px;
  }
}
body .section a {
  text-decoration: none;
}
body .section .backgroundColor {
  background: #131414;
  width: 100%;
}
body .section .backgroundColor .blockContainer {
  padding: 25px;
}
body .section .backgroundColor .blockContainer .blockZone {
  background: #1b1b1b;
  border-radius: 1%;
  box-shadow: 10px 10px 0px 0px rgba(39, 40, 40, 0.2);
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
body .section .backgroundColor .blockContainer .blockZone .rectangle {
  display: inline-block;
  margin: 0;
  padding: 15%;
}
body .section .backgroundColor .blockContainer .blockZone .rectangle .imgArea {
  height: auto;
  margin: 0;
  padding: 0;
  width: 10%;
}
body .section .backgroundColor .blockContainer .blockZone .rectangle .imgSize {
  height: auto;
  width: 10%;
}
body .section .backgroundColor .blockContainer .blockZone .rectangle .label {
  margin: 5%;
  padding: 0;
  text-align: center;
}
body .section .backgroundColor .headingText {
  margin: 0 0 125px 0;
}
body .section .backgroundColor .imgBorder {
  border-radius: 1%;
  box-shadow: 10px 10px 0px 0px rgba(0, 36, 81, 0.2);
  height: auto;
  margin: 0;
  padding: 0;
  width: 75%;
}
body .section .backgroundColor .imgSimple {
  height: auto;
  margin: 0;
  padding: 0;
  width: 20%;
}
body .section .backgroundColor .news {
  padding: 0 125px 0 125px;
}
body .section .backgroundColor .news .left .button {
  margin: 25px 0 0 0;
}
body .section .backgroundColor .news .left .button .buttonElement .buttonZone {
  border: 1px solid #ffffff;
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
}
body .section .backgroundColor .news .left .button .buttonElement .buttonZone:hover {
  border-color: #ff5F7d;
}
body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea {
  align-items: center;
  display: flex;
  padding: 31px 25px 31px 25px;
}
body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea a {
  color: #ffffff;
  display: inline-block;
  font-family: carterOneRegular;
  font-size: 25px;
  margin: 0;
  padding: 0;
}
body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea a:hover {
  color: #ffffff;
}
body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea .img {
  display: inline-block;
  margin: 0 0 0 35px;
}
body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea .img img {
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 0;
  width: 35px;
}
body .section .backgroundColor .news .left h1 {
  font-family: koulenRegular;
}
body .section .backgroundColor .news .left h3 {
  background: transparent;
  padding: 0;
  width: 75%;
}
body .section .backgroundColor .noBackground {
  background: transparent;
}
body .section .backgroundColor .slider {
  margin: 0;
  padding: 0;
}
body .section .backgroundColor .slider .imgBlock {
  display: inline;
  margin: 0;
  padding: 0;
}
body .section .backgroundColor .slider .imgBlock .imgSlide {
  margin: 0;
  padding: 0;
}
body .section .backgroundImg {
  background: url("../Images/bottomBackground.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
}
body .section .backgroundImg h5 {
  font-family: carterOneRegular;
  font-size: 50px;
  width: 75%;
}
body .section .block {
  padding: 0 25px 0 25px;
}
body .section .block .imgBottom {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin: 50px 0 0 0;
  padding: 0;
}
body .section .block .imgMiddle {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin: 50px 0 0 0;
  padding: 0;
}
body .section .block .imgTop {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin: 0;
  padding: 0;
}
body .section .contentArea {
  padding: 0 0 150px 0;
}
body .section .footer {
  margin: 0;
  padding: 15px 0 15px 0;
}
body .section .footer h5 {
  cursor: pointer;
  font-family: luckiestGuyRegular;
  margin: 15px 0 0 0;
  padding: 0;
  text-align: center;
}
body .section .footer h5 span {
  color: #58bec5;
}
body .section .footer h6 {
  font-family: koulenRegular;
  margin: 0 0 15px 0;
  padding: 0;
  text-align: center;
}
body .section h3 {
  background: #1b1b1b;
  padding: 25px;
}
body .section h4 {
  background: #1b1b1b;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #ffffff;
  font-family: carterOneRegular;
  font-size: 20px;
  padding: 0 15px 15px 15px;
  text-align: center;
}
body .section h5 {
  margin: 0;
  padding: 10%;
}
body .section h6 {
  font-family: fredokaOneRegular;
  margin: 0;
  padding: 1%;
}
body .section .home_sticky {
  background: rgba(25, 23, 34, 0.85);
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 2;
}
body .section img {
  margin: 150px 0 150px 0;
  padding: 0 10% 0 10%;
}
body .section .lighterBackground {
  padding: 150px 0 150px 0;
  width: 90%;
}
body .section .lighterBackground h4 {
  background: initial;
  margin: 10px 0 10px 0;
  padding: 0;
  text-align: center;
}
body .section .lighterBackground h5 {
  margin: 0;
  padding: 0;
  text-align: center;
}
body .section .lighterBackground img {
  height: auto;
  margin: 0;
  padding: 0;
  width: 50px;
}
body .section .topFeaturesArea {
  display: flex;
  justify-content: center;
}
body .section .topFeaturesArea .topFeatures {
  margin: 300px 40px 300px 40px;
}
body .section .topFeaturesArea .topFeatures .topFeaturesImg {
  display: inline;
}
body .section .topFeaturesArea .topFeatures .topFeaturesImg img {
  display: inline;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100px;
}
body .section .topFeaturesArea .topFeatures .topFeaturesText {
  display: inline;
}
body .section .topFeaturesArea .topFeatures .topFeaturesText h6 {
  display: inline;
  margin: 0 0 0 10px;
  padding: 0;
  position: relative;
  top: 4px;
}
body .section .transitionArea {
  bottom: 0;
  position: relative;
}
body .section .transitionArea:hover {
  bottom: 1%;
  transition: bottom 0.5s;
}
@media (max-width: 300px) {
  body .section .lighterBackground h5 {
    font-size: 17px;
  }
}
@media (max-width: 325px) {
  body .section .backgroundImg h5 {
    font-size: 17px;
    width: 95%;
  }
}
@media (min-width: 326px) and (max-width: 450px) {
  body .section .backgroundImg h5 {
    font-size: 22px;
    width: 90%;
  }
}
@media (min-width: 451px) and (max-width: 700px) {
  body .section .backgroundImg h5 {
    font-size: 29px;
    width: 85%;
  }
}
@media (max-width: 550px) {
  body .section .backgroundColor .headingText {
    margin: 0px 0px 50px 0px;
  }
  body .section .backgroundColor .imgBorder {
    height: auto;
    margin: 0px 25px 0 25px;
    padding: 0;
    width: 100%;
  }
  body .section h2 {
    font-size: 36px;
  }
  body .section img {
    margin: 75px 0 75px 0;
  }
}
@media (min-width: 701px) and (max-width: 925px) {
  body .section .backgroundImg h5 {
    font-size: 38px;
  }
}
@media (max-width: 750px) {
  body .section .topFeaturesArea {
    display: initial;
    padding: 300px 0 300px 0;
  }
  body .section .topFeaturesArea .topFeatures {
    display: block;
    margin: 0;
    width: 100%;
  }
  body .section .topFeaturesArea .topFeatures .topFeaturesImg {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  body .section .topFeaturesArea .topFeatures .topFeaturesImg img {
    display: block;
  }
  body .section .topFeaturesArea .topFeatures .topFeaturesText {
    display: flex;
    justify-content: center;
  }
  body .section .topFeaturesArea .topFeatures .topFeaturesText h6 {
    display: block;
    margin: 15px 0 0 0;
    padding: 0;
  }
  body .section .topFeaturesArea .topFeaturesMargin {
    margin: 50px 0 0 0;
  }
}
@media (min-width: 751px) and (max-width: 1100px) {
  body .section .topFeaturesArea .topFeatures .topFeaturesImg {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  body .section .topFeaturesArea .topFeatures .topFeaturesImg img {
    display: block;
  }
  body .section .topFeaturesArea .topFeatures .topFeaturesText {
    display: flex;
    justify-content: center;
  }
  body .section .topFeaturesArea .topFeatures .topFeaturesText h6 {
    margin: 0;
    padding: 0;
    top: 15px;
  }
}
@media (max-width: 1125px) {
  body .section .imgArea {
    height: auto;
    width: 20%;
  }
  body .section .label {
    font-size: 16px;
  }
  body .section .change .lineBottom {
    transform: rotateZ(405deg) translate(-8px, -6px);
  }
  body .section .change .lineMiddle {
    opacity: 0;
  }
  body .section .change .lineTop {
    transform: rotateZ(-405deg) translate(-8px, 6px);
  }
  body .section .change .mobileMenu {
    left: 0;
    transition: left 1s;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  body .section .backgroundColor .blockArea {
    margin: 10% 0 0 0;
  }
  body .section .backgroundColor .blockArea .block {
    padding: 0 5% 0 5%;
  }
  body .section .backgroundColor .blockArea .block .imgBottom {
    margin: 0;
  }
  body .section .backgroundColor .blockArea .block .imgMiddle {
    margin: 0;
  }
  body .section .backgroundColor .news {
    padding: 0 25px 0 25px;
  }
  body .section .backgroundColor .news .left {
    width: 100%;
  }
  body .section .backgroundColor .news .left .button {
    margin: 19px 0 0 0;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone {
    border: 0.75px solid #ffffff;
    border-radius: 5.2px;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea {
    padding: 24px 19px 24px 19px;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea a {
    font-size: 19px;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea .img {
    margin: 0 0 0 27px;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea .img img {
    width: 27px;
  }
  body .section .backgroundColor .news .left h1 {
    font-size: 56px;
    text-align: center;
  }
  body .section .backgroundColor .news .left h3 {
    font-size: 21px;
    text-align: center;
    width: 95%;
  }
  body .section .backgroundColor .news .right {
    margin: 25px 0 0 0;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  body .section .backgroundColor .news .left .button {
    margin: 19px 0 0 0;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone {
    border: 0.75px solid #ffffff;
    border-radius: 5.2px;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea {
    padding: 24px 19px 24px 19px;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea a {
    font-size: 19px;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea .img {
    margin: 0 0 0 27px;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea .img img {
    width: 27px;
  }
  body .section .backgroundColor .news .left h1 {
    font-size: 56px;
  }
  body .section .backgroundColor .news .left h3 {
    font-size: 21px;
  }
}
@media (min-width: 1921px) and (max-width: 2400px) {
  body .section .backgroundColor .blockContainer {
    padding: 31px;
  }
  body .section .backgroundColor .blockContainer .blockZone {
    box-shadow: 12.5px 12.5px 0px 0px rgba(39, 40, 40, 0.2);
  }
  body .section .backgroundColor .headingText {
    margin: 0 0 156px 0;
  }
  body .section .backgroundColor .news {
    padding: 0 156px 0 156px;
  }
  body .section .backgroundColor .news .left .button {
    margin: 31px 0 0 0;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone {
    border: 1.25px solid #ffffff;
    border-radius: 8.7px;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea {
    padding: 38px 31px 38px 31px;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea a {
    font-size: 31px;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea .img {
    margin: 0 0 0 43px;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea .img img {
    height: auto;
    width: 43px;
  }
  body .section .backgroundImg h5 {
    font-size: 62px;
  }
  body .section .block {
    padding: 0 31px 0 31px;
  }
  body .section .block .imgTop {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  body .section .block .imgBottom {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 62px 0 0 0;
  }
  body .section .block .imgMiddle {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 62px 0 0 0;
  }
  body .section .contentArea {
    padding: 0 0 187px 0;
  }
  body .section .footer {
    padding: 18px 0 18px 0;
  }
  body .section .footer h5 {
    margin: 18px 0 0 0;
  }
  body .section .footer h6 {
    margin: 0 0 18px 0;
  }
  body .section h3 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 31px;
  }
  body .section h4 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 25px;
    padding: 0 18px 18px 18px;
  }
  body .section img {
    margin: 187px 0 187px 0;
  }
  body .section .lighterBackground {
    padding: 187px 0 187px 0;
  }
  body .section .lighterBackground h4 {
    margin: 12.5px 0 12.5px 0;
  }
  body .section .lighterBackground img {
    height: auto;
    width: 62.5px;
  }
  body .section .topFeaturesArea .topFeatures {
    margin: 375px 50px 375px 50px;
  }
  body .section .topFeaturesArea .topFeatures .topFeaturesImg img {
    width: 125px;
  }
  body .section .topFeaturesArea .topFeatures .topFeaturesText h6 {
    margin: 0 0 0 12.5px;
    top: 5px;
  }
}
@media (min-width: 2401px) and (max-width: 3000px) {
  body .section .backgroundColor .blockContainer {
    padding: 38px;
  }
  body .section .backgroundColor .blockContainer .blockZone {
    box-shadow: 15.6px 15.6px 0px 0px rgba(39, 40, 40, 0.2);
  }
  body .section .backgroundColor .headingText {
    margin: 0 0 195px 0;
  }
  body .section .backgroundColor .news {
    padding: 0 195px 0 195px;
  }
  body .section .backgroundColor .news .left .button {
    margin: 38px 0 0 0;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone {
    border: 1.56px solid #ffffff;
    border-radius: 10.8px;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea {
    padding: 47px 38px 47px 38px;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea a {
    font-size: 38px;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea .img {
    margin: 0 0 0 53px;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea .img img {
    height: auto;
    width: 53px;
  }
  body .section .backgroundImg h5 {
    font-size: 77px;
  }
  body .section .block {
    padding: 0 38px 0 38px;
  }
  body .section .block .imgTop {
    border-top-left-radius: 12.5px;
    border-top-right-radius: 12.5px;
  }
  body .section .block .imgBottom {
    border-top-left-radius: 12.5px;
    border-top-right-radius: 12.5px;
    margin: 77px 0 0 0;
  }
  body .section .block .imgMiddle {
    border-top-left-radius: 12.5px;
    border-top-right-radius: 12.5px;
    margin: 77px 0 0 0;
  }
  body .section .contentArea {
    padding: 0 0 234px 0;
  }
  body .section .footer {
    padding: 22px 0 22px 0;
  }
  body .section .footer h5 {
    margin: 22px 0 0 0;
  }
  body .section .footer h6 {
    margin: 0 0 22px 0;
  }
  body .section h3 {
    border-bottom-left-radius: 12.5px;
    border-bottom-right-radius: 12.5px;
    padding: 38px;
  }
  body .section h4 {
    border-bottom-left-radius: 12.5px;
    border-bottom-right-radius: 12.5px;
    font-size: 31px;
    padding: 0 22px 22px 22px;
  }
  body .section img {
    margin: 234px 0 234px 0;
  }
  body .section .lighterBackground {
    padding: 233px 0 233px 0;
  }
  body .section .lighterBackground h4 {
    margin: 15.6px 0 15.6px 0;
  }
  body .section .lighterBackground img {
    height: auto;
    width: 77px;
  }
  body .section .topFeaturesArea .topFeatures {
    margin: 468px 62px 468px 62px;
  }
  body .section .topFeaturesArea .topFeatures .topFeaturesImg img {
    width: 156px;
  }
  body .section .topFeaturesArea .topFeatures .topFeaturesText h6 {
    margin: 0 0 0 15.6px;
    top: 6.2px;
  }
}
@media (min-width: 3001px) and (max-width: 3750px) {
  body .section .backgroundColor .blockContainer {
    padding: 47px;
  }
  body .section .backgroundColor .blockContainer .blockZone {
    box-shadow: 19.5px 19.5px 0px 0px rgba(39, 40, 40, 0.2);
  }
  body .section .backgroundColor .headingText {
    margin: 0 0 244px 0;
  }
  body .section .backgroundColor .news {
    padding: 0 243px 0 243px;
  }
  body .section .backgroundColor .news .left .button {
    margin: 47px 0 0 0;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone {
    border: 1.95px solid #ffffff;
    border-radius: 13.5px;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea {
    padding: 58px 47px 58px 47px;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea a {
    font-size: 47px;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea .img {
    margin: 0 0 0 66px;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea .img img {
    height: auto;
    width: 66px;
  }
  body .section .backgroundImg h5 {
    font-size: 96px;
  }
  body .section .block {
    padding: 0 47px 0 47px;
  }
  body .section .block .imgTop {
    border-top-left-radius: 15.6px;
    border-top-right-radius: 15.6px;
  }
  body .section .block .imgBottom {
    border-top-left-radius: 15.6px;
    border-top-right-radius: 15.6px;
    margin: 96px 0 0 0;
  }
  body .section .block .imgMiddle {
    border-top-left-radius: 15.6px;
    border-top-right-radius: 15.6px;
    margin: 96px 0 0 0;
  }
  body .section .contentArea {
    padding: 0 0 293px 0;
  }
  body .section .footer {
    padding: 27px 0 27px 0;
  }
  body .section .footer h5 {
    margin: 27px 0 0 0;
  }
  body .section .footer h6 {
    margin: 0 0 27px 0;
  }
  body .section h3 {
    border-bottom-left-radius: 15.6px;
    border-bottom-right-radius: 15.6px;
    padding: 47px;
  }
  body .section h4 {
    border-bottom-left-radius: 15.6px;
    border-bottom-right-radius: 15.6px;
    font-size: 38px;
    padding: 0 27px 27px 27px;
  }
  body .section img {
    margin: 293px 0 293px 0;
  }
  body .section .lighterBackground {
    padding: 291px 0 291px 0;
  }
  body .section .lighterBackground h4 {
    margin: 19.5px 0 19.5px 0;
  }
  body .section .lighterBackground img {
    height: auto;
    width: 96px;
  }
  body .section .topFeaturesArea .topFeatures {
    margin: 585px 77px 585px 77px;
  }
  body .section .topFeaturesArea .topFeatures .topFeaturesImg img {
    width: 195px;
  }
  body .section .topFeaturesArea .topFeatures .topFeaturesText h6 {
    margin: 0 0 0 19.5px;
    top: 7.7px;
  }
}
@media (min-width: 3751px) {
  body .section .backgroundColor .blockContainer {
    padding: 58px;
  }
  body .section .backgroundColor .blockContainer .blockZone {
    box-shadow: 24.3px 24.3px 0px 0px rgba(39, 40, 40, 0.2);
  }
  body .section .backgroundColor .headingText {
    margin: 0 0 305px 0;
  }
  body .section .backgroundColor .news {
    padding: 0 303px 0 303px;
  }
  body .section .backgroundColor .news .left .button {
    margin: 58px 0 0 0;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone {
    border: 2.43px solid #ffffff;
    border-radius: 16.8px;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea {
    padding: 72px 58px 72px 58px;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea a {
    font-size: 58px;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea .img {
    margin: 0 0 0 82px;
  }
  body .section .backgroundColor .news .left .button .buttonElement .buttonZone .buttonArea .img img {
    height: auto;
    width: 82px;
  }
  body .section .backgroundImg h5 {
    font-size: 120px;
  }
  body .section .block {
    padding: 0 58px 0 58px;
  }
  body .section .block .imgTop {
    border-top-left-radius: 19.5px;
    border-top-right-radius: 19.5px;
  }
  body .section .block .imgBottom {
    border-top-left-radius: 19.5px;
    border-top-right-radius: 19.5px;
    margin: 120px 0 0 0;
  }
  body .section .block .imgMiddle {
    border-top-left-radius: 19.5px;
    border-top-right-radius: 19.5px;
    margin: 120px 0 0 0;
  }
  body .section .contentArea {
    padding: 0 0 366px 0;
  }
  body .section .footer {
    padding: 33px 0 33px 0;
  }
  body .section .footer h5 {
    margin: 33px 0 0 0;
  }
  body .section .footer h6 {
    margin: 0 0 33px 0;
  }
  body .section h3 {
    border-bottom-left-radius: 19.5px;
    border-bottom-right-radius: 19.5px;
    padding: 58px;
  }
  body .section h4 {
    border-bottom-left-radius: 19.5px;
    border-bottom-right-radius: 19.5px;
    font-size: 47px;
    padding: 0 33px 33px 33px;
  }
  body .section img {
    margin: 366px 0 366px 0;
  }
  body .section .lighterBackground {
    padding: 363px 0 363px 0;
  }
  body .section .lighterBackground h4 {
    margin: 24.3px 0 24.3px 0;
  }
  body .section .lighterBackground img {
    height: auto;
    width: 120px;
  }
  body .section .topFeaturesArea .topFeatures {
    margin: 731px 96px 731px 96px;
  }
  body .section .topFeaturesArea .topFeatures .topFeaturesImg img {
    width: 243px;
  }
  body .section .topFeaturesArea .topFeatures .topFeaturesText h6 {
    margin: 0 0 0 24.3px;
    top: 9.6px;
  }
}

@media (min-width: 1921px) and (max-width: 2400px) {
  body a {
    font-size: 25px;
  }
  body h1 {
    font-size: 93px;
  }
  body h2 {
    font-size: 50px;
  }
  body h3 {
    font-size: 35px;
  }
  body h4 {
    font-size: 31px;
  }
  body h5 {
    font-size: 27px;
  }
  body h6 {
    font-size: 25px;
  }
}
@media (min-width: 2401px) and (max-width: 3000px) {
  body a {
    font-size: 31px;
  }
  body h1 {
    font-size: 116px;
  }
  body h2 {
    font-size: 62px;
  }
  body h3 {
    font-size: 43px;
  }
  body h4 {
    font-size: 38px;
  }
  body h5 {
    font-size: 33px;
  }
  body h6 {
    font-size: 31px;
  }
}
@media (min-width: 3001px) and (max-width: 3750px) {
  body a {
    font-size: 38px;
  }
  body h1 {
    font-size: 145px;
  }
  body h2 {
    font-size: 77px;
  }
  body h3 {
    font-size: 53px;
  }
  body h4 {
    font-size: 47px;
  }
  body h5 {
    font-size: 41px;
  }
  body h6 {
    font-size: 38px;
  }
}
@media (min-width: 3751px) {
  body a {
    font-size: 47px;
  }
  body h1 {
    font-size: 181px;
  }
  body h2 {
    font-size: 96px;
  }
  body h3 {
    font-size: 66px;
  }
  body h4 {
    font-size: 58px;
  }
  body h5 {
    font-size: 51px;
  }
  body h6 {
    font-size: 47px;
  }
}/*# sourceMappingURL=style.css.map */