/* 
Table of Contents
*****************
CSS Reset
Body
*/
html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  /*
  Table of Contents
  Main Container
   Imports
  */
  /* 
  Table of Contents
  *****************
  Body
  Header
  Mission
  Mixins
  News
  Project Jupiter
  Search
  */
  /* 
  Table of Contents
  *****************
  Activity
  Author
  Date
  Feature
  H5
  Heading
  Jupiter Heading
  News Button
  News Text
  P
  Research
  Small Heading
  */
  /* 
  Table of Contents
  *****************
  Body
  Header
  Mission
  Mixins
  News
  Project Jupiter
  Search
  */
  background: #000000;
}
body .main-container {
  /* 
  Table of Contents
  *****************
  Body
  Header
  Mission
  Mixins
  News
  Project Jupiter
  Search
  */
  /* 
  Table of Contents
  *****************
  Adlam Display
  Quicksand Bold
  Quicksand Regular
  Rajdhani Bold
  Rajdhani Medium
  Rajdhani Regular
  Rajdhani Semibold
  Roboto Regular
  */
  /* 
  Table of Contents
  *****************
  Header Navbar
  Header Search
  */
  /* 
  Table of Contents
  *****************
  Activity
  Author
  Date
  Feature
  H5
  Heading
  Jupiter Heading
  News Button
  News Text
  P
  Research
  Small Heading
  */
  /* 
  Table of Contents
  *****************
  Body
  Header
  Mission
  Mixins
  News
  Project Jupiter
  Search
  */
  /* 
  Table of Contents
  *****************
  Contact
   Contact Content
  Responsive Design
  */
  /* 
  Table of Contents
  *****************
  Header
   Header Info
   Header Navbar
   Header Search
   Header Top
  Responsive Design
   Height
   Width
  */
  /* 
  Table of Contents
  *****************
  Mission
   Mission Activities
   Mission Heading
   Mission Research
  Responsive Design
  */
  /* 
  Table of Contents
  *****************
  News
   News Blocks
   News Heading
  Responsive Design
  */
  /* 
  Table of Contents
  *****************
  Project Jupiter
   Project Jupiter Features
   Project Jupiter Info
   Project Jupiter Overview
  Responsive Design
  */
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "adlam-display";
  src: url("../../../Fonts/ADLaM-Display/ADLaMDisplay-Regular.ttf");
}
@font-face {
  font-family: "quicksand-bold";
  src: url("../../../Fonts/Quicksand/Quicksand-Bold.ttf");
}
@font-face {
  font-family: "quicksand-regular";
  src: url("../../../Fonts/Quicksand/Quicksand-Regular.ttf");
}
@font-face {
  font-family: "rajdhani-bold";
  src: url("../../../Fonts/Rajdhani/Rajdhani-Bold.ttf");
}
@font-face {
  font-family: "rajdhani-medium";
  src: url("../../../Fonts/Rajdhani/Rajdhani-Medium.ttf");
}
@font-face {
  font-family: "rajdhani-regular";
  src: url("../../../Fonts/Rajdhani/Rajdhani-Regular.ttf");
}
@font-face {
  font-family: "rajdhani-semibold";
  src: url("../../../Fonts/Rajdhani/Rajdhani-SemiBold.ttf");
}
@font-face {
  font-family: "roboto-regular";
  src: url("../../../Fonts/Roboto/Roboto-Regular.ttf");
}
body .main-container .header-navbar-closed {
  left: -400px;
  transition: left 1s;
}
body .main-container .header-navbar-open {
  left: 0 !important;
  transition: left 1s;
}
body .main-container .header-search-close {
  opacity: 0;
  transition: opacity 1s;
}
body .main-container .header-search-open {
  opacity: 1 !important;
  transition: opacity 1s;
}
body .main-container .contact {
  display: flex;
  justify-content: center;
}
body .main-container .contact .contact-content {
  margin: 125px 0 0 0;
  width: 50%;
}
body .main-container .contact .contact-content .contact-content-fields {
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
  padding: 0;
}
body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons {
  display: inline-grid;
  gap: 40px;
  grid-template-columns: auto auto auto auto;
}
body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button {
  background: transparent;
  border: 1px solid;
  border-color: #f55c5c;
  border-radius: 5px;
  color: #ffffff;
  font-family: rajdhani-regular;
  margin: 0;
  outline: none;
  padding: 10px 33px 10px 33px;
}
body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button.active {
  background: #f55c5c;
  border-radius: 5px;
  font-family: rajdhani-bold;
  outline: none;
}
body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button:hover:not(.active) {
  background-color: #3d3636;
  border-radius: 5px;
}
body .main-container .contact .contact-content .contact-content-formArea {
  display: flex;
  justify-content: center;
  margin: 117px 0 0 0;
}
body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form {
  margin: 0;
  padding: 0;
  width: 695px;
}
body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields {
  display: inline-grid;
  gap: 30px;
  grid-template-columns: auto auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields .contact-content-formArea-form-fields-field {
  background: transparent;
  border: 1px solid #ffffff;
  border-left: none;
  border-right: none;
  border-top: none;
  color: #ffffff;
  font-family: rajdhani-regular;
  margin: 0;
  padding: 0;
  outline: none;
}
body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields .contact-content-formArea-form-fields-fieldMessage {
  height: 35px;
  margin: 117px 0 0 0;
}
body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields input[placeholder] {
  color: #ffffff;
  padding: 0 0 10px 0;
}
body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields ::placeholder {
  color: #ffffff;
  opacity: 1;
  padding: 0 0 10px 0;
}
body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-submit {
  background: transparent;
  border: none;
  display: inline-grid;
  gap: 22px;
  grid-template-columns: auto auto;
  margin: 74px 0 0 0;
  outline: none;
  padding: 0;
}
body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-submit .contact-content-formArea-form-submit-lineArea {
  align-items: center;
  display: flex;
}
body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-submit .contact-content-formArea-form-submit-lineArea .contact-content-formArea-form-submit-lineArea-line {
  background: #ffffff;
  height: 1px;
  width: 59px;
}
body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-submit .contact-content-formArea-form-submit-send {
  color: #ffffff;
  font-family: rajdhani-bold;
  text-align: start;
}
body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}
body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements {
  display: inline-grid;
  gap: 24px;
  grid-template-columns: auto auto;
}
body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements .contact-content-heading-bottom-elements-lineContainer {
  align-items: center;
  display: flex;
}
body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements .contact-content-heading-bottom-elements-lineContainer .contact-content-heading-bottom-elements-lineContainer-line {
  background: #f55c5c;
  height: 4px;
  width: 125px;
}
body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements h3 {
  color: #ffffff;
  font-family: rajdhani-bold;
  font-size: 30px;
  margin: 0;
  padding: 0;
}
body .main-container .contact .contact-content .contact-content-heading h2 {
  color: #ffffff;
  font-family: rajdhani-bold;
  font-size: 40px;
  margin: 0;
  padding: 0;
  text-align: center;
}
body .main-container .contact .contact-content .contact-content-research {
  margin: 32px 0 0 0;
}
body .main-container .contact .contact-content .contact-content-research h4 {
  color: #ffffff;
  font-family: rajdhani-regular;
  font-size: 25px;
  margin: 0;
  padding: 0;
  text-align: center;
}
body .main-container .contact .contact-content .contact-content-text {
  display: flex;
  justify-content: center;
  margin: 33px 0 0 0;
  width: 100%;
}
body .main-container .contact .contact-content .contact-content-text p {
  color: #ffffff;
  font-family: rajdhani-regular;
  text-align: center;
  width: 50%;
}
@media (max-width: 300px) {
  body .main-container .contact .contact-content {
    margin: 74px 0 0 0;
    width: 95%;
  }
  body .main-container .contact .contact-content .contact-content-fields {
    margin: 23px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons {
    gap: 23px;
    grid-template-columns: auto;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button {
    border: 0.59px solid;
    border-color: #f55c5c;
    border-radius: 2.9px;
    padding: 5.9px 20px 5.9px 20px;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button.active {
    border-radius: 2.9px;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button:hover:not(.active) {
    border-radius: 2.9px;
  }
  body .main-container .contact .contact-content .contact-content-formArea {
    margin: 68px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields {
    gap: 27px;
    grid-template-columns: auto;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields .contact-content-formArea-form-fields-field {
    border: 0.59px solid #ffffff;
    border-left: none;
    border-right: none;
    border-top: none;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields .contact-content-formArea-form-fields-fieldMessage {
    height: 33px;
    margin: 68px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields input[placeholder] {
    padding: 0 0 5.9px 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields ::placeholder {
    padding: 0 0 5.9px 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-submit {
    gap: 13px;
    margin: 44px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-submit .contact-content-formArea-form-submit-lineArea .contact-content-formArea-form-submit-lineArea-line {
    height: 0.59px;
    width: 35px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom {
    margin: 12px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements {
    gap: 14px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements .contact-content-heading-bottom-elements-lineContainer .contact-content-heading-bottom-elements-lineContainer-line {
    height: 2.3px;
    width: 74px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements h3 {
    font-size: 18px;
  }
  body .main-container .contact .contact-content .contact-content-heading h2 {
    font-size: 23px;
  }
  body .main-container .contact .contact-content .contact-content-research {
    margin: 19px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-research h4 {
    font-size: 16px;
  }
  body .main-container .contact .contact-content .contact-content-text {
    margin: 20px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-text p {
    width: 100%;
  }
}
@media (min-width: 301px) and (max-width: 576px) {
  body .main-container .contact .contact-content {
    margin: 82px 0 0 0;
    width: 90%;
  }
  body .main-container .contact .contact-content .contact-content-fields {
    margin: 26px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons {
    gap: 26px;
    grid-template-columns: auto;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button {
    border: 0.66px solid;
    border-color: #f55c5c;
    border-radius: 3.2px;
    padding: 6.6px 22px 6.6px 22px;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button.active {
    border-radius: 3.2px;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button:hover:not(.active) {
    border-radius: 3.2px;
  }
  body .main-container .contact .contact-content .contact-content-formArea {
    margin: 76px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields {
    gap: 30px;
    grid-template-columns: auto;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields .contact-content-formArea-form-fields-field {
    border: 0.66px solid #ffffff;
    border-left: none;
    border-right: none;
    border-top: none;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields .contact-content-formArea-form-fields-fieldMessage {
    height: 32px;
    margin: 76px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields input[placeholder] {
    padding: 0 0 6.6px 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields ::placeholder {
    padding: 0 0 6.6px 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-submit {
    gap: 14px;
    margin: 49px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-submit .contact-content-formArea-form-submit-lineArea .contact-content-formArea-form-submit-lineArea-line {
    height: 0.66px;
    width: 39px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom {
    margin: 13px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements {
    gap: 16px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements .contact-content-heading-bottom-elements-lineContainer .contact-content-heading-bottom-elements-lineContainer-line {
    height: 2.6px;
    width: 82px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements h3 {
    font-size: 20px;
  }
  body .main-container .contact .contact-content .contact-content-heading h2 {
    font-size: 26px;
  }
  body .main-container .contact .contact-content .contact-content-research {
    margin: 21px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-research h4 {
    font-size: 16px;
  }
  body .main-container .contact .contact-content .contact-content-text {
    margin: 22px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-text p {
    width: 100%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  body .main-container .contact .contact-content {
    margin: 91px 0 0 0;
    width: 74%;
  }
  body .main-container .contact .contact-content .contact-content-fields {
    margin: 29px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons {
    gap: 29px;
    grid-template-columns: auto auto;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button {
    border: 0.73px solid;
    border-color: #f55c5c;
    border-radius: 3.6px;
    padding: 7.3px 24px 7.3px 24px;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button.active {
    border-radius: 3.6px;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button:hover:not(.active) {
    border-radius: 3.6px;
  }
  body .main-container .contact .contact-content .contact-content-formArea {
    margin: 85px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields {
    gap: 22px;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields .contact-content-formArea-form-fields-field {
    border: 0.73px solid #ffffff;
    border-left: none;
    border-right: none;
    border-top: none;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields .contact-content-formArea-form-fields-fieldMessage {
    height: 32px;
    margin: 85px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields input[placeholder] {
    padding: 0 0 7.3px 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields ::placeholder {
    padding: 0 0 7.3px 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-submit {
    gap: 16px;
    margin: 54px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-submit .contact-content-formArea-form-submit-lineArea .contact-content-formArea-form-submit-lineArea-line {
    height: 0.73px;
    width: 43px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom {
    margin: 14px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements {
    gap: 18px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements .contact-content-heading-bottom-elements-lineContainer .contact-content-heading-bottom-elements-lineContainer-line {
    height: 2.9px;
    width: 91px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements h3 {
    font-size: 22px;
  }
  body .main-container .contact .contact-content .contact-content-heading h2 {
    font-size: 29px;
  }
  body .main-container .contact .contact-content .contact-content-research {
    margin: 23px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-research h4 {
    font-size: 18px;
  }
  body .main-container .contact .contact-content .contact-content-text {
    margin: 24px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-text p {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body .main-container .contact .contact-content {
    margin: 101px 0 0 0;
    width: 74%;
  }
  body .main-container .contact .contact-content .contact-content-fields {
    margin: 32px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons {
    gap: 32px;
    grid-template-columns: auto auto;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button {
    border: 0.81px solid;
    border-color: #f55c5c;
    border-radius: 4px;
    padding: 8.1px 27px 8.1px 27px;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button.active {
    border-radius: 4px;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button:hover:not(.active) {
    border-radius: 4px;
  }
  body .main-container .contact .contact-content .contact-content-formArea {
    margin: 94px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields {
    gap: 24px;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields .contact-content-formArea-form-fields-field {
    border: 0.81px solid #ffffff;
    border-left: none;
    border-right: none;
    border-top: none;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields .contact-content-formArea-form-fields-fieldMessage {
    height: 33px;
    margin: 94px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields input[placeholder] {
    padding: 0 0 8.1px 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields ::placeholder {
    padding: 0 0 8.1px 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-submit {
    gap: 18px;
    margin: 60px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-submit .contact-content-formArea-form-submit-lineArea .contact-content-formArea-form-submit-lineArea-line {
    height: 0.81px;
    width: 48px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom {
    margin: 16px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements {
    gap: 20px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements .contact-content-heading-bottom-elements-lineContainer .contact-content-heading-bottom-elements-lineContainer-line {
    height: 3.2px;
    width: 101px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements h3 {
    font-size: 24px;
  }
  body .main-container .contact .contact-content .contact-content-heading h2 {
    font-size: 32px;
  }
  body .main-container .contact .contact-content .contact-content-research {
    margin: 26px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-research h4 {
    font-size: 20px;
  }
  body .main-container .contact .contact-content .contact-content-text {
    margin: 27px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-text p {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .main-container .contact .contact-content {
    margin: 112px 0 0 0;
    width: 55%;
  }
  body .main-container .contact .contact-content .contact-content-fields {
    margin: 36px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons {
    gap: 36px;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button {
    border: 0.9px solid;
    border-color: #f55c5c;
    border-radius: 4.5px;
    padding: 9px 30px 9px 30px;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button.active {
    border-radius: 4.5px;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button:hover:not(.active) {
    border-radius: 4.5px;
  }
  body .main-container .contact .contact-content .contact-content-formArea {
    margin: 105px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form {
    width: 659px;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields {
    gap: 27px;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields .contact-content-formArea-form-fields-field {
    border: 0.9px solid #ffffff;
    border-left: none;
    border-right: none;
    border-top: none;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields .contact-content-formArea-form-fields-fieldMessage {
    height: 34px;
    margin: 105px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields input[placeholder] {
    padding: 0 0 9px 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields ::placeholder {
    padding: 0 0 9px 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-submit {
    gap: 20px;
    margin: 67px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-submit .contact-content-formArea-form-submit-lineArea .contact-content-formArea-form-submit-lineArea-line {
    background: #ffffff;
    height: 0.9px;
    width: 53px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom {
    margin: 18px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements {
    gap: 22px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements .contact-content-heading-bottom-elements-lineContainer .contact-content-heading-bottom-elements-lineContainer-line {
    height: 3.6px;
    width: 112px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements h3 {
    font-size: 27px;
  }
  body .main-container .contact .contact-content .contact-content-heading h2 {
    font-size: 36px;
  }
  body .main-container .contact .contact-content .contact-content-research {
    margin: 29px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-research h4 {
    font-size: 22px;
  }
  body .main-container .contact .contact-content .contact-content-text {
    margin: 30px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-text p {
    width: 75%;
  }
}
@media (min-width: 1921px) and (max-width: 2400px) {
  body .main-container .contact .contact-content {
    margin: 156px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-fields {
    margin: 50px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons {
    gap: 50px;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button {
    border: 1.2px solid;
    border-color: #f55c5c;
    border-radius: 6.2px;
    font-size: 20px;
    padding: 12px 41px 12px 41px;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button.active {
    border-radius: 6.2px;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button:hover:not(.active) {
    border-radius: 6.2px;
  }
  body .main-container .contact .contact-content .contact-content-formArea {
    margin: 146px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form {
    width: 864px;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields {
    gap: 37px;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields .contact-content-formArea-form-fields-field {
    border: 1.2px solid #ffffff;
    border-left: none;
    border-right: none;
    border-top: none;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields .contact-content-formArea-form-fields-fieldMessage {
    height: 44px;
    margin: 146px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields input[placeholder] {
    font-size: 20px;
    padding: 0 0 12px 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields ::placeholder {
    font-size: 20px;
    padding: 0 0 12px 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-submit {
    gap: 27px;
    margin: 92px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-submit .contact-content-formArea-form-submit-lineArea .contact-content-formArea-form-submit-lineArea-line {
    height: 1.2px;
    width: 73px;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-submit .contact-content-formArea-form-submit-send {
    font-size: 20px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom {
    margin: 25px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements {
    gap: 30px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements .contact-content-heading-bottom-elements-lineContainer .contact-content-heading-bottom-elements-lineContainer-line {
    height: 5px;
    width: 156px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements h3 {
    font-size: 37px;
  }
  body .main-container .contact .contact-content .contact-content-heading h2 {
    font-size: 50px;
  }
  body .main-container .contact .contact-content .contact-content-research {
    margin: 40px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-research h4 {
    font-size: 31px;
  }
  body .main-container .contact .contact-content .contact-content-text {
    margin: 41px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-text p {
    width: 65%;
  }
}
@media (min-width: 2401px) and (max-width: 3000px) {
  body .main-container .contact .contact-content {
    margin: 195px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-fields {
    margin: 62px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons {
    gap: 62px;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button {
    border: 1.5px solid;
    border-color: #f55c5c;
    border-radius: 7.7px;
    font-size: 25px;
    padding: 15px 51px 15px 51px;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button.active {
    border-radius: 7.7px;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button:hover:not(.active) {
    border-radius: 7.7px;
  }
  body .main-container .contact .contact-content .contact-content-formArea {
    margin: 182px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form {
    width: 1075px;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields {
    gap: 46px;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields .contact-content-formArea-form-fields-field {
    border: 1.5px solid #ffffff;
    border-left: none;
    border-right: none;
    border-top: none;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields .contact-content-formArea-form-fields-fieldMessage {
    height: 55px;
    margin: 182px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields input[placeholder] {
    font-size: 25px;
    padding: 0 0 15px 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields ::placeholder {
    font-size: 25px;
    padding: 0 0 15px 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-submit {
    gap: 33px;
    margin: 115px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-submit .contact-content-formArea-form-submit-lineArea .contact-content-formArea-form-submit-lineArea-line {
    height: 1.5px;
    width: 91px;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-submit .contact-content-formArea-form-submit-send {
    font-size: 25px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom {
    margin: 31px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements {
    gap: 37px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements .contact-content-heading-bottom-elements-lineContainer .contact-content-heading-bottom-elements-lineContainer-line {
    height: 6px;
    width: 195px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements h3 {
    font-size: 46px;
  }
  body .main-container .contact .contact-content .contact-content-heading h2 {
    font-size: 62px;
  }
  body .main-container .contact .contact-content .contact-content-research {
    margin: 50px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-research h4 {
    font-size: 38px;
  }
  body .main-container .contact .contact-content .contact-content-text {
    margin: 51px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-text p {
    width: 65%;
  }
}
@media (min-width: 3001px) and (max-width: 3750px) {
  body .main-container .contact .contact-content {
    margin: 244px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-fields {
    margin: 77px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons {
    gap: 77px;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button {
    border: 1.8px solid;
    border-color: #f55c5c;
    border-radius: 9.6px;
    font-size: 31px;
    padding: 18px 63px 18px 63px;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button.active {
    border-radius: 9.6px;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button:hover:not(.active) {
    border-radius: 9.6px;
  }
  body .main-container .contact .contact-content .contact-content-formArea {
    margin: 228px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form {
    width: 1330px;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields {
    gap: 57px;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields .contact-content-formArea-form-fields-field {
    border: 1.8px solid #ffffff;
    border-left: none;
    border-right: none;
    border-top: none;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields .contact-content-formArea-form-fields-fieldMessage {
    height: 68px;
    margin: 228px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields input[placeholder] {
    font-size: 31px;
    padding: 0 0 18px 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields ::placeholder {
    font-size: 31px;
    padding: 0 0 18px 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-submit {
    gap: 41px;
    margin: 144px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-submit .contact-content-formArea-form-submit-lineArea .contact-content-formArea-form-submit-lineArea-line {
    height: 1.8px;
    width: 113px;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-submit .contact-content-formArea-form-submit-send {
    font-size: 31px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom {
    margin: 38px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements {
    gap: 46px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements .contact-content-heading-bottom-elements-lineContainer .contact-content-heading-bottom-elements-lineContainer-line {
    height: 7px;
    width: 244px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements h3 {
    font-size: 57px;
  }
  body .main-container .contact .contact-content .contact-content-heading h2 {
    font-size: 77px;
  }
  body .main-container .contact .contact-content .contact-content-research {
    margin: 62px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-research h4 {
    font-size: 47px;
  }
  body .main-container .contact .contact-content .contact-content-text {
    margin: 63px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-text p {
    width: 65%;
  }
}
@media (min-width: 3751px) {
  body .main-container .contact .contact-content {
    margin: 305px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-fields {
    margin: 96px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons {
    gap: 96px;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button {
    border: 2.2px solid;
    border-color: #f55c5c;
    border-radius: 12px;
    font-size: 38px;
    padding: 22px 77px 22px 77px;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button.active {
    border-radius: 12px;
  }
  body .main-container .contact .contact-content .contact-content-fields .contact-content-fields-buttons button:hover:not(.active) {
    border-radius: 12px;
  }
  body .main-container .contact .contact-content .contact-content-formArea {
    margin: 285px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form {
    width: 1639px;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields {
    gap: 71px;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields .contact-content-formArea-form-fields-field {
    border: 2.2px solid #ffffff;
    border-left: none;
    border-right: none;
    border-top: none;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields .contact-content-formArea-form-fields-fieldMessage {
    height: 85px;
    margin: 285px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields input[placeholder] {
    font-size: 38px;
    padding: 0 0 22px 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-fields ::placeholder {
    font-size: 38px;
    padding: 0 0 22px 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-submit {
    gap: 51px;
    margin: 180px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-submit .contact-content-formArea-form-submit-lineArea .contact-content-formArea-form-submit-lineArea-line {
    height: 2.2px;
    width: 141px;
  }
  body .main-container .contact .contact-content .contact-content-formArea .contact-content-formArea-form .contact-content-formArea-form-submit .contact-content-formArea-form-submit-send {
    font-size: 38px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom {
    margin: 47px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements {
    gap: 57px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements .contact-content-heading-bottom-elements-lineContainer .contact-content-heading-bottom-elements-lineContainer-line {
    height: 8px;
    width: 305px;
  }
  body .main-container .contact .contact-content .contact-content-heading .contact-content-heading-bottom .contact-content-heading-bottom-elements h3 {
    font-size: 71px;
  }
  body .main-container .contact .contact-content .contact-content-heading h2 {
    font-size: 96px;
  }
  body .main-container .contact .contact-content .contact-content-research {
    margin: 77px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-research h4 {
    font-size: 58px;
  }
  body .main-container .contact .contact-content .contact-content-text {
    margin: 78px 0 0 0;
  }
  body .main-container .contact .contact-content .contact-content-text p {
    width: 65%;
  }
}
body .main-container header {
  background: url("../../../Images/Header/Background.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  width: 100%;
}
body .main-container header .header-info {
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body .main-container header .header-info .header-info-content {
  display: inline-grid;
  grid-template-columns: 9.6% 57% 24% repeat(1, 1fr);
  position: relative;
  width: calc(100% - 100px);
}
body .main-container header .header-info .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block {
  backdrop-filter: blur(15px);
  background: rgba(0, 0, 0, 0.65);
  height: 100%;
  width: 100%;
}
body .main-container header .header-info .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info {
  position: relative;
  top: 286px;
}
body .main-container header .header-info .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info h5 {
  font-family: rajdhani-bold;
  text-align: center;
}
body .main-container header .header-info .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info .header-info-content-astronomy-block-info-text {
  display: flex;
  justify-content: center;
  margin: 12px 0 0 0;
}
body .main-container header .header-info .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info .header-info-content-astronomy-block-info-text p {
  color: #ffffff;
  font-family: rajdhani-bold;
  width: 80%;
}
body .main-container header .header-info .header-info-content .header-info-content-explorationArea {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}
body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-button {
  margin: 38px 0 0 25px;
}
body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-button button {
  background: rgba(0, 0, 0, 0.25);
  border: 2px solid #fda033;
  border-radius: 15px;
  color: #ffffff;
  font-family: rajdhani-bold;
  height: 45px;
  width: 42%;
}
body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText {
  height: 245px;
  position: relative;
}
body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-colorBlock .header-info-content-explorationArea-exploration-colorText-colorBlock-color {
  background: #f58453;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 92px;
}
body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-textArea {
  align-items: center;
  display: flex;
  height: 100%;
  margin: 0 0 0 25px;
  position: relative;
  z-index: 2;
}
body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-textArea .header-info-content-explorationArea-exploration-colorText-textArea-text h1 {
  color: #ffffff;
  font-family: adlam-display;
  font-size: 60px;
}
body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-textArea .header-info-content-explorationArea-exploration-colorText-textArea-text h1 span {
  display: block;
  line-height: 1.3;
  margin: 0;
}
body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-deepSpace {
  margin: 38px 0 0 25px;
}
body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-deepSpace h2, body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-deepSpace h3, body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-deepSpace h4 {
  display: none;
}
body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-deepSpace h5 {
  color: #ffffff;
  font-family: rajdhani-bold;
}
body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-deepSpace .header-info-content-explorationArea-exploration-deepSpace-h5-yellow {
  color: #fda033;
}
body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-text {
  margin: 10px 0 0 25px;
  width: 366px;
}
body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-text p {
  color: #ffffff;
  font-family: rajdhani-bold;
}
body .main-container header .header-info .header-info-content .header-info-content-logoArea {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
}
body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo {
  display: inline-grid;
  grid-template-columns: auto auto;
  position: relative;
  top: 80px;
  transform: rotate(270deg);
  transform-origin: left top;
}
body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo .header-info-content-logoArea-logo-icon {
  align-items: center;
  display: flex;
}
body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo .header-info-content-logoArea-logo-icon img {
  height: auto;
  width: 35px;
}
body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo .header-info-content-logoArea-logo-text {
  align-items: center;
  display: flex;
  margin: 0 0 0 10px;
}
body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo .header-info-content-logoArea-logo-text p {
  color: #ffffff;
  font-family: rajdhani-bold;
  width: fit-content;
}
body .main-container header .header-info .header-info-content .header-info-content-slider {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
}
body .main-container header .header-info .header-info-content .header-info-content-slider .header-info-content-slider-block {
  display: inline-grid;
  gap: 15px;
  grid-template-rows: repeat(2, 1fr);
  position: fixed;
}
body .main-container header .header-info .header-info-content .header-info-content-slider .header-info-content-slider-block .header-info-content-slider-block-circle {
  background: #ffffff;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
body .main-container header .header-info .header-info-content .header-info-content-slider .header-info-content-slider-block .header-info-content-slider-block-circle.active {
  background: #f58453;
}
body .main-container header .header-info .header-info-scroll {
  bottom: 40px;
  font-size: 0;
  left: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  transform: translateX(-50%);
}
body .main-container header .header-info .header-info-scroll .header-info-scroll-icon {
  cursor: pointer;
}
body .main-container header .header-info .header-info-scroll .header-info-scroll-icon img {
  height: auto;
  width: 28px;
}
body .main-container header .header-navbar {
  background: #171717;
  height: 100vh;
  left: -400px;
  position: fixed;
  top: 0;
  width: 400px;
  z-index: 3;
}
body .main-container header .header-navbar .header-navbar-close {
  margin: 40px 0 0 50px;
  width: fit-content;
}
body .main-container header .header-navbar .header-navbar-close img {
  cursor: pointer;
  height: auto;
  width: 14px;
}
body .main-container header .header-navbar .header-navbar-contact {
  display: flex;
  flex-direction: column;
  font-size: 0;
  margin: 52px 0 0 50px;
  padding: 0;
}
body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-heading p {
  color: #fefefe;
}
body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-mail {
  display: inline-grid;
  font-size: 0;
  gap: 9px;
  grid-template-columns: 20px auto;
  margin: 9px 0 0 0;
  padding: 0;
}
body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-mail .header-navbar-contact-mail-icon {
  align-items: center;
  display: flex;
  font-size: 0;
  margin: 0;
  padding: 0;
}
body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-mail .header-navbar-contact-mail-icon img {
  height: auto;
  width: 16px;
}
body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-mail .header-navbar-contact-mail-text {
  align-items: center;
  display: flex;
  font-size: 0;
  margin: 0;
  padding: 0;
}
body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-phone {
  display: inline-grid;
  font-size: 0;
  gap: 9px;
  grid-template-columns: 20px auto;
  margin: 9px 0 0 0;
  padding: 0;
}
body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-phone .header-navbar-contact-phone-icon img {
  height: auto;
  width: 16px;
}
body .main-container header .header-navbar .header-navbar-follow {
  margin: 52px 0 0 50px;
}
body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-heading p {
  color: #fefefe;
}
body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social {
  display: inline-grid;
  grid-template-columns: auto auto auto;
  margin: 9px 0 0 0;
}
body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-fb {
  margin: 0 11px 0 0;
}
body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-fb a img {
  height: auto;
  width: 9px;
}
body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-instagram a img {
  height: auto;
  width: 16px;
}
body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-x {
  margin: 0 11px 0 0;
}
body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-x a img {
  height: auto;
  width: 17px;
}
body .main-container header .header-navbar .header-navbar-menu {
  margin: 52px 0 0 50px;
  padding: 0;
}
body .main-container header .header-navbar .header-navbar-menu ul {
  list-style-type: none;
  padding: 0;
}
body .main-container header .header-navbar .header-navbar-menu ul .header-navbar-menu-ul-space {
  margin: 10px 0 0 0;
}
body .main-container header .header-navbar .header-navbar-menu ul li a {
  color: #cccccc;
  font-family: adlam-display;
  text-decoration: none;
}
body .main-container header .header-navbar .header-navbar-text {
  font-size: 0;
  margin: 11px 0 0 50px;
  padding: 0;
  width: 300px;
}
body .main-container header .header-navbar .header-navbar-title {
  font-size: 0;
  margin: 28px 0 0 50px;
  padding: 0;
  width: fit-content;
}
body .main-container header .header-navbar .header-navbar-title h1 {
  align-items: center;
  color: #fefefe;
  display: inline-flex;
  font-family: adlam-display;
  gap: 0;
  margin: 0;
  padding: 0;
}
body .main-container header .header-navbar .header-navbar-title h1 .header-navbar-title-h1-dot {
  color: #fda033;
}
body .main-container header .header-search {
  background: rgba(61, 61, 61, 0.8);
  backdrop-filter: blur(20px);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 3;
}
body .main-container header .header-search .header-search-content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body .main-container header .header-search .header-search-content .header-search-content-close {
  align-items: center;
  background: #000000;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  position: absolute;
  right: 75px;
  top: 75px;
  width: 50px;
}
body .main-container header .header-search .header-search-content .header-search-content-close img {
  height: auto;
  width: 14px;
}
body .main-container header .header-search .header-search-content .header-search-content-field {
  display: flex;
  justify-content: center;
  position: relative;
  width: 49%;
}
body .main-container header .header-search .header-search-content .header-search-content-field .header-search-content-field-icon {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  right: 50px;
}
body .main-container header .header-search .header-search-content .header-search-content-field .header-search-content-field-icon img {
  cursor: pointer;
  height: auto;
  width: 25px;
}
body .main-container header .header-search .header-search-content .header-search-content-field input {
  border: 1px solid #fcca73;
  border-radius: 7px;
  font-family: adlam-display;
  height: 65px;
  outline: none;
  padding: 0 0 0 50px;
  width: 100%;
}
body .main-container header .header-search .header-search-content .header-search-content-field input::placeholder {
  color: #aeaeae;
}
body .main-container header .header-top {
  background: #2d2e30;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  display: inline-grid;
  grid-template-columns: auto auto;
  height: 80px;
  position: fixed;
  width: 100%;
  z-index: 3;
}
body .main-container header .header-top .header-top-navbar {
  align-items: center;
  display: flex;
}
body .main-container header .header-top .header-top-navbar .header-top-navbar-content {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 50px;
}
body .main-container header .header-top .header-top-navbar .header-top-navbar-content .header-top-navbar-content-lineLong {
  background: #eeeeee;
  height: 3px;
  width: 30px;
}
body .main-container header .header-top .header-top-navbar .header-top-navbar-content .header-top-navbar-content-lineShort {
  background: #eeeeee;
  height: 3px;
  margin: 8px 0 8px 0;
  width: 20px;
}
body .main-container header .header-top .header-top-search {
  align-items: center;
  display: flex;
  font-size: 0;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
body .main-container header .header-top .header-top-search .header-top-search-content {
  cursor: pointer;
  margin: 0 50px 0 0;
  width: fit-content;
}
body .main-container header .header-top .header-top-search .header-top-search-content img {
  height: auto;
  width: 25px;
}
@media (max-height: 350px) and (min-width: 767px) {
  body .main-container header .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block {
    align-items: center;
    display: flex;
  }
  body .main-container header .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info {
    top: 0 !important;
  }
  body .main-container header .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info .header-info-content-astronomy-block-info-text p .header-info-content-astronomy-block-info-text-p-textBottom {
    display: none;
  }
  body .main-container header .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info .header-info-content-astronomy-block-info-text p .header-info-content-astronomy-block-info-text-p-textTop {
    display: block;
  }
  body .main-container header .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-button {
    display: none;
  }
  body .main-container header .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText {
    display: none;
  }
  body .main-container header .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-deepSpace {
    display: none;
  }
  body .main-container header .header-info-scroll {
    display: none;
  }
}
@media (min-height: 351px) and (max-height: 425px) and (min-width: 767px) {
  body .main-container header .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block {
    align-items: center;
    display: flex;
  }
  body .main-container header .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info {
    top: 0 !important;
  }
  body .main-container header .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info .header-info-content-astronomy-block-info-text p .header-info-content-astronomy-block-info-text-p-textBottom {
    display: none;
  }
  body .main-container header .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info .header-info-content-astronomy-block-info-text p .header-info-content-astronomy-block-info-text-p-textTop {
    display: block;
  }
  body .main-container header .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-button {
    display: none;
  }
  body .main-container header .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText {
    display: none;
  }
  body .main-container header .header-info-scroll {
    display: none;
  }
}
@media (max-height: 399px) and (max-width: 766px) {
  body .main-container header .header-navbar .header-navbar-contact {
    display: none;
  }
  body .main-container header .header-navbar .header-navbar-follow {
    display: none;
  }
  body .main-container header .header-navbar .header-navbar-text {
    display: none;
  }
}
@media (min-height: 400px) and (max-height: 525px) and (max-width: 766px) {
  body .main-container header .header-navbar .header-navbar-contact {
    display: none;
  }
  body .main-container header .header-navbar .header-navbar-follow {
    display: none;
  }
}
@media (min-height: 426px) and (max-height: 625px) and (min-width: 767px) {
  body .main-container header .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block {
    align-items: center;
    display: flex;
  }
  body .main-container header .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info {
    top: 0 !important;
  }
  body .main-container header .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info .header-info-content-astronomy-block-info-text p .header-info-content-astronomy-block-info-text-p-textBottom {
    display: none;
  }
  body .main-container header .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info .header-info-content-astronomy-block-info-text p .header-info-content-astronomy-block-info-text-p-textTop {
    display: block;
  }
  body .main-container header .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText {
    display: none;
  }
  body .main-container header .header-info-scroll {
    display: none;
  }
}
@media (max-height: 450px) and (max-width: 766px) {
  body .main-container header .header-info .header-info-content .header-info-content-scroll {
    display: none;
  }
}
@media (max-height: 500px) and (max-width: 766px) {
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText {
    display: none;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-text p .header-info-content-explorationArea-exploration-text-p-bottom {
    display: none;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea {
    display: none !important;
  }
}
@media (min-height: 501px) and (max-height: 675px) and (max-width: 766px) {
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText {
    display: none;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea {
    display: none !important;
  }
}
@media (min-height: 526px) and (max-height: 599px) and (max-width: 766px) {
  body .main-container header .header-navbar .header-navbar-follow {
    display: none;
  }
}
@media (min-height: 626px) and (max-height: 700px) and (min-width: 767px) {
  body .main-container header .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info .header-info-content-astronomy-block-info-text p .header-info-content-astronomy-block-info-text-p-textBottom {
    display: none;
  }
  body .main-container header .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info .header-info-content-astronomy-block-info-text p .header-info-content-astronomy-block-info-text-p-textTop {
    display: block;
  }
  body .main-container header .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText {
    display: none;
  }
  body .main-container header .header-info-scroll {
    display: none;
  }
}
@media (min-height: 676px) and (max-height: 799px) and (max-width: 766px) {
  body .main-container header .header-info .header-info-content .header-info-content-logoArea {
    display: none !important;
  }
}
@media (min-height: 701px) and (max-height: 725px) and (min-width: 767px) {
  body .main-container header .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info .header-info-content-astronomy-block-info-text p .header-info-content-astronomy-block-info-text-p-textBottom {
    display: none;
  }
  body .main-container header .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info .header-info-content-astronomy-block-info-text p .header-info-content-astronomy-block-info-text-p-textTop {
    display: block;
  }
  body .main-container header .header-info-scroll {
    display: none;
  }
}
@media (min-height: 726px) and (max-height: 750px) and (min-width: 767px) {
  body .main-container header .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info .header-info-content-astronomy-block-info-text p .header-info-content-astronomy-block-info-text-p-textTop {
    display: none;
  }
  body .main-container header .header-info-scroll {
    display: none;
  }
}
@media (min-height: 751px) and (max-height: 850px) and (min-width: 767px) {
  body .main-container header .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info .header-info-content-astronomy-block-info-text p .header-info-content-astronomy-block-info-text-p-textTop {
    display: none;
  }
}
@media (max-width: 300px) {
  body .main-container header .header-info .header-info-content {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  body .main-container header .header-info .header-info-content .header-info-content-astronomy {
    display: none;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea {
    display: flex;
    justify-content: center;
    position: absolute;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-button {
    display: flex;
    justify-content: center;
    margin: 22px 0 0 0;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-button button {
    border: 1.2px solid #fda033;
    border-radius: 9px;
    height: 26px;
    width: 34%;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText {
    height: initial;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-colorBlock .header-info-content-explorationArea-exploration-colorText-colorBlock-color {
    height: 44px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-textArea {
    display: flex;
    justify-content: center;
    margin: 0;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-textArea .header-info-content-explorationArea-exploration-colorText-textArea-text h1 {
    font-size: 32px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-textArea .header-info-content-explorationArea-exploration-colorText-textArea-text h1 span {
    text-align: center;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-deepSpace {
    display: flex;
    justify-content: center;
    margin: 22px 0 0 0;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-text {
    display: flex;
    justify-content: center;
    margin: 5.9px 0 0 0;
    width: 100%;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-text p {
    text-align: center;
    width: 75%;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea {
    align-items: start;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo {
    top: 94px;
    transform: none;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo .header-info-content-logoArea-logo-icon img {
    width: 20px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo .header-info-content-logoArea-logo-text {
    margin: 0 0 0 5.9px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-slider {
    display: none;
  }
  body .main-container header .header-info .header-info-scroll {
    display: none;
  }
  body .main-container header .header-navbar {
    left: -100%;
    width: 100%;
  }
  body .main-container header .header-navbar .header-navbar-close {
    margin: 23px 0 0 29px;
  }
  body .main-container header .header-navbar .header-navbar-close img {
    width: 9px;
  }
  body .main-container header .header-navbar .header-navbar-contact {
    margin: 31px 0 0 29px;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-mail {
    gap: 5.3px;
    grid-template-columns: 12px auto;
    margin: 5.3px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-mail .header-navbar-contact-mail-icon img {
    width: 10px;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-phone {
    gap: 5.3px;
    grid-template-columns: 12px auto;
    margin: 5.3px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-phone .header-navbar-contact-phone-icon img {
    width: 10px;
  }
  body .main-container header .header-navbar .header-navbar-follow {
    margin: 31px 0 0 29px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social {
    margin: 5.3px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-fb {
    margin: 0 6.6px 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-fb a img {
    width: 5.3px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-instagram a img {
    width: 10px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-x {
    margin: 0 6.6px 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-x a img {
    width: 10px;
  }
  body .main-container header .header-navbar .header-navbar-menu {
    margin: 31px 0 0 29px;
  }
  body .main-container header .header-navbar .header-navbar-menu ul .header-navbar-menu-ul-space {
    margin: 5.9px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-text {
    margin: 6.6px 0 0 29px;
    width: 178px;
  }
  body .main-container header .header-navbar .header-navbar-title {
    margin: 16px 0 0 29px;
  }
  body .main-container header .header-navbar .header-navbar-title h1 {
    font-size: 23px;
  }
  body .main-container header .header-search {
    backdrop-filter: blur(12px);
  }
  body .main-container header .header-search .header-search-content .header-search-content-close {
    border-radius: 2.9px;
    height: 29px;
    right: 44px;
    top: 44px;
    width: 29px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-close img {
    width: 9px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field {
    width: 95%;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field .header-search-content-field-icon {
    right: 29px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field .header-search-content-field-icon img {
    width: 14px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field input {
    border: 0.59px solid #fcca73;
    border-radius: 4.1px;
    height: 38px;
    padding: 0 0 0 29px;
  }
  body .main-container header .header-top {
    box-shadow: 2.3px 2.3px 2.3px rgba(0, 0, 0, 0.5);
    height: 47px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content {
    margin: 0 0 0 29px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content .header-top-navbar-content-lineLong {
    height: 1.8px;
    width: 18px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content .header-top-navbar-content-lineShort {
    height: 1.8px;
    margin: 4.7px 0 4.7px 0;
    width: 12px;
  }
  body .main-container header .header-top .header-top-search .header-top-search-content {
    margin: 0 29px 0 0;
  }
  body .main-container header .header-top .header-top-search .header-top-search-content img {
    width: 14px;
  }
}
@media (min-width: 301px) and (max-width: 576px) {
  body .main-container header .header-info .header-info-content {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  body .main-container header .header-info .header-info-content .header-info-content-astronomy {
    display: none;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea {
    display: flex;
    justify-content: center;
    position: absolute;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-button {
    display: flex;
    justify-content: center;
    margin: 25px 0 0 0;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-button button {
    border: 1.3px solid #fda033;
    border-radius: 10px;
    height: 29px;
    width: 34%;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText {
    height: initial;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-colorBlock .header-info-content-explorationArea-exploration-colorText-colorBlock-color {
    height: 49px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 144px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-textArea {
    display: flex;
    justify-content: center;
    margin: 0;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-textArea .header-info-content-explorationArea-exploration-colorText-textArea-text h1 {
    font-size: 36px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-textArea .header-info-content-explorationArea-exploration-colorText-textArea-text h1 span {
    text-align: center;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-deepSpace {
    display: flex;
    justify-content: center;
    margin: 25px 0 0 0;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-text {
    display: flex;
    justify-content: center;
    margin: 6.6px 0 0 0;
    width: 100%;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-text p {
    text-align: center;
    width: 75%;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea {
    align-items: start;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo {
    top: 105px;
    transform: none;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo .header-info-content-logoArea-logo-icon img {
    width: 22px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo .header-info-content-logoArea-logo-text {
    margin: 0 0 0 6.6px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-slider {
    display: none;
  }
  body .main-container header .header-info .header-info-scroll {
    display: none;
  }
  body .main-container header .header-navbar {
    left: -100%;
    width: 100%;
  }
  body .main-container header .header-navbar .header-navbar-close {
    margin: 26px 0 0 32px;
  }
  body .main-container header .header-navbar .header-navbar-close img {
    width: 10px;
  }
  body .main-container header .header-navbar .header-navbar-contact {
    margin: 34px 0 0 32px;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-mail {
    gap: 5.9px;
    grid-template-columns: 13px auto;
    margin: 5.9px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-mail .header-navbar-contact-mail-icon img {
    width: 11px;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-phone {
    gap: 5.9px;
    grid-template-columns: 13px auto;
    margin: 5.9px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-phone .header-navbar-contact-phone-icon img {
    width: 11px;
  }
  body .main-container header .header-navbar .header-navbar-follow {
    margin: 35px 0 0 32px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social {
    margin: 5.9px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-fb {
    margin: 0 7.3px 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-fb a img {
    width: 5.9px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-instagram a img {
    width: 11px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-x {
    margin: 0 7.3px 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-x a img {
    width: 11px;
  }
  body .main-container header .header-navbar .header-navbar-menu {
    margin: 35px 0 0 32px;
  }
  body .main-container header .header-navbar .header-navbar-menu ul .header-navbar-menu-ul-space {
    margin: 6.6px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-text {
    margin: 7.3px 0 0 32px;
    width: 198px;
  }
  body .main-container header .header-navbar .header-navbar-title {
    margin: 18px 0 0 32px;
  }
  body .main-container header .header-navbar .header-navbar-title h1 {
    font-size: 26px;
  }
  body .main-container header .header-search {
    backdrop-filter: blur(13px);
  }
  body .main-container header .header-search .header-search-content .header-search-content-close {
    border-radius: 3.2px;
    height: 32px;
    right: 49px;
    top: 49px;
    width: 32px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-close img {
    width: 10px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field {
    width: 87%;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field .header-search-content-field-icon {
    right: 32px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field .header-search-content-field-icon img {
    width: 16px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field input {
    border: 0.66px solid #fcca73;
    border-radius: 4.6px;
    height: 42px;
    padding: 0 0 0 32px;
  }
  body .main-container header .header-top {
    box-shadow: 2.6px 2.6px 2.6px rgba(0, 0, 0, 0.5);
    height: 52px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content {
    margin: 0 0 0 32px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content .header-top-navbar-content-lineLong {
    height: 2px;
    width: 20px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content .header-top-navbar-content-lineShort {
    height: 2px;
    margin: 5.2px 0 5.2px 0;
    width: 13px;
  }
  body .main-container header .header-top .header-top-search .header-top-search-content {
    margin: 0 32px 0 0;
  }
  body .main-container header .header-top .header-top-search .header-top-search-content img {
    width: 16px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  body .main-container header .header-info .header-info-content {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
  body .main-container header .header-info .header-info-content .header-info-content-astronomy {
    display: none;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea {
    display: flex;
    justify-content: center;
    position: absolute;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-button {
    display: flex;
    justify-content: center;
    margin: 28px 0 0 0;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-button button {
    border: 1.4px solid #fda033;
    border-radius: 11px;
    height: 32px;
    width: 25%;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText {
    height: initial;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-colorBlock .header-info-content-explorationArea-exploration-colorText-colorBlock-color {
    height: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-textArea {
    display: flex;
    justify-content: center;
    margin: 0;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-textArea .header-info-content-explorationArea-exploration-colorText-textArea-text h1 {
    font-size: 40px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-textArea .header-info-content-explorationArea-exploration-colorText-textArea-text h1 span {
    text-align: center;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-deepSpace {
    display: flex;
    justify-content: center;
    margin: 28px 0 0 0;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-text {
    display: flex;
    justify-content: center;
    margin: 7.3px 0 0 0;
    width: 100%;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-text p {
    text-align: center;
    width: 75%;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea {
    align-items: start;
    display: flex;
    justify-content: center;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo {
    top: 117px;
    transform: none;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo .header-info-content-logoArea-logo-icon img {
    width: 25px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo .header-info-content-logoArea-logo-text {
    margin: 0 0 0 7.3px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-slider {
    display: none;
  }
  body .main-container header .header-info .header-info-scroll {
    display: none;
  }
  body .main-container header .header-navbar {
    left: -292px;
    width: 292px;
  }
  body .main-container header .header-navbar .header-navbar-close {
    margin: 29px 0 0 36px;
  }
  body .main-container header .header-navbar .header-navbar-close img {
    width: 11px;
  }
  body .main-container header .header-navbar .header-navbar-contact {
    margin: 38px 0 0 36px;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-mail {
    gap: 6.6px;
    grid-template-columns: 14px auto;
    margin: 6.6px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-mail .header-navbar-contact-mail-icon img {
    width: 12px;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-phone {
    gap: 6.6px;
    grid-template-columns: 14px auto;
    margin: 6.6px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-phone .header-navbar-contact-phone-icon img {
    width: 12px;
  }
  body .main-container header .header-navbar .header-navbar-follow {
    margin: 39px 0 0 36px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social {
    margin: 6.6px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-fb {
    margin: 0 8.1px 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-fb a img {
    width: 6.6px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-instagram a img {
    width: 12px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-x {
    margin: 0 8.1px 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-x a img {
    width: 12px;
  }
  body .main-container header .header-navbar .header-navbar-menu {
    margin: 39px 0 0 36px;
  }
  body .main-container header .header-navbar .header-navbar-menu ul .header-navbar-menu-ul-space {
    margin: 7.3px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-text {
    margin: 8.1px 0 0 36px;
    width: 219px;
  }
  body .main-container header .header-navbar .header-navbar-title {
    margin: 20px 0 0 36px;
  }
  body .main-container header .header-navbar .header-navbar-title h1 {
    font-size: 29px;
  }
  body .main-container header .header-search {
    backdrop-filter: blur(14px);
  }
  body .main-container header .header-search .header-search-content .header-search-content-close {
    border-radius: 3.6px;
    height: 36px;
    right: 54px;
    top: 54px;
    width: 36px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-close img {
    width: 11px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field {
    width: 65%;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field .header-search-content-field-icon {
    right: 36px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field .header-search-content-field-icon img {
    width: 18px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field input {
    border: 0.73px solid #fcca73;
    border-radius: 5.1px;
    height: 47px;
    padding: 0 0 0 36px;
  }
  body .main-container header .header-top {
    box-shadow: 2.9px 2.9px 2.9px rgba(0, 0, 0, 0.5);
    height: 58px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content {
    margin: 0 0 0 36px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content .header-top-navbar-content-lineLong {
    height: 2.2px;
    width: 22px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content .header-top-navbar-content-lineShort {
    height: 2.2px;
    margin: 5.8px 0 5.8px 0;
    width: 14px;
  }
  body .main-container header .header-top .header-top-search .header-top-search-content {
    margin: 0 36px 0 0;
  }
  body .main-container header .header-top .header-top-search .header-top-search-content img {
    width: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body .main-container header .header-info .header-info-content {
    grid-template-columns: 17% 50% 26% repeat(1, 1fr);
    width: calc(100% - 80px);
  }
  body .main-container header .header-info .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block {
    backdrop-filter: blur(12px);
    width: 100%;
  }
  body .main-container header .header-info .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info {
    top: 231px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info .header-info-content-astronomy-block-info-text {
    margin: 10px 0 0 0;
  }
  body .main-container header .header-info .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info .header-info-content-astronomy-block-info-text p {
    text-align: center;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea {
    position: relative;
    right: 50px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-button {
    margin: 31px 0 0 20px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-button button {
    border: 1.6px solid #fda033;
    border-radius: 12px;
    height: 36px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText {
    height: 178px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-colorBlock .header-info-content-explorationArea-exploration-colorText-colorBlock-color {
    width: 75px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-textArea {
    margin: 0 0 0 20px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-textArea .header-info-content-explorationArea-exploration-colorText-textArea-text h1 {
    font-size: 44px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-deepSpace {
    margin: 31px 0 0 20px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-text {
    margin: 8.1px 0 0 20px;
    width: 297px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo {
    top: 72px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo .header-info-content-logoArea-logo-icon img {
    width: 28px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo .header-info-content-logoArea-logo-text {
    margin: 0 0 0 8.1px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-slider .header-info-content-slider-block {
    gap: 12px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-slider .header-info-content-slider-block .header-info-content-slider-block-circle {
    height: 8.1px;
    width: 8.1px;
  }
  body .main-container header .header-info .header-info-scroll {
    bottom: 32px;
  }
  body .main-container header .header-info .header-info-scroll .header-info-scroll-icon img {
    width: 22px;
  }
  body .main-container header .header-navbar {
    left: -324px;
    width: 324px;
  }
  body .main-container header .header-navbar .header-navbar-close {
    margin: 32px 0 0 40px;
  }
  body .main-container header .header-navbar .header-navbar-close img {
    width: 12px;
  }
  body .main-container header .header-navbar .header-navbar-contact {
    margin: 42px 0 0 40px;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-mail {
    gap: 7.3px;
    grid-template-columns: 16px auto;
    margin: 7.3px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-mail .header-navbar-contact-mail-icon img {
    width: 13px;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-phone {
    gap: 7.3px;
    grid-template-columns: 16px auto;
    margin: 7.3px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-phone .header-navbar-contact-phone-icon img {
    width: 13px;
  }
  body .main-container header .header-navbar .header-navbar-follow {
    margin: 42px 0 0 40px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social {
    margin: 7.3px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-fb {
    margin: 0 9px 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-fb a img {
    width: 7.3px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-instagram a img {
    width: 13px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-x {
    margin: 0 9px 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-x a img {
    width: 13px;
  }
  body .main-container header .header-navbar .header-navbar-menu {
    margin: 42px 0 0 40px;
  }
  body .main-container header .header-navbar .header-navbar-menu ul .header-navbar-menu-ul-space {
    margin: 8.1px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-text {
    margin: 9px 0 0 40px;
    width: 243px;
  }
  body .main-container header .header-navbar .header-navbar-title {
    margin: 22px 0 0 40px;
  }
  body .main-container header .header-navbar .header-navbar-title h1 {
    font-size: 32px;
  }
  body .main-container header .header-search {
    backdrop-filter: blur(16px);
  }
  body .main-container header .header-search .header-search-content .header-search-content-close {
    border-radius: 4px;
    height: 40px;
    right: 60px;
    top: 60px;
    width: 40px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-close img {
    width: 12px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field {
    width: 59%;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field .header-search-content-field-icon {
    right: 40px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field .header-search-content-field-icon img {
    width: 20px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field input {
    border: 0.81px solid #fcca73;
    border-radius: 5.7px;
    height: 52px;
    padding: 0 0 0 40px;
  }
  body .main-container header .header-top {
    box-shadow: 3.2px 3.2px 3.2px rgba(0, 0, 0, 0.5);
    height: 65px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content {
    margin: 0 0 0 40px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content .header-top-navbar-content-lineLong {
    height: 2.4px;
    width: 24px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content .header-top-navbar-content-lineShort {
    height: 2.4px;
    margin: 6.5px 0 6.5px 0;
    width: 16px;
  }
  body .main-container header .header-top .header-top-search .header-top-search-content {
    margin: 0 40px 0 0;
  }
  body .main-container header .header-top .header-top-search .header-top-search-content img {
    width: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .main-container header .header-info .header-info-content {
    grid-template-columns: 11% 55% 26% repeat(1, 1fr);
    width: calc(100% - 90px);
  }
  body .main-container header .header-info .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block {
    backdrop-filter: blur(13px);
    width: 100%;
  }
  body .main-container header .header-info .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info {
    top: 257px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info .header-info-content-astronomy-block-info-text {
    margin: 11px 0 0 0;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-button {
    margin: 34px 0 0 22px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-button button {
    border: 1.8px solid #fda033;
    border-radius: 13px;
    height: 40px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText {
    height: 198px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-colorBlock .header-info-content-explorationArea-exploration-colorText-colorBlock-color {
    width: 83px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-textArea {
    margin: 0 0 0 22px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-textArea .header-info-content-explorationArea-exploration-colorText-textArea-text h1 {
    font-size: 49px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-deepSpace {
    margin: 34px 0 0 22px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-text {
    margin: 9px 0 0 22px;
    width: 329px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo {
    top: 75px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo .header-info-content-logoArea-logo-icon img {
    width: 31px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo .header-info-content-logoArea-logo-text {
    margin: 0 0 0 9px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-slider .header-info-content-slider-block {
    gap: 13px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-slider .header-info-content-slider-block .header-info-content-slider-block-circle {
    height: 9px;
    width: 9px;
  }
  body .main-container header .header-info .header-info-scroll {
    bottom: 36px;
  }
  body .main-container header .header-info .header-info-scroll .header-info-scroll-icon img {
    width: 25px;
  }
  body .main-container header .header-navbar {
    left: -360px;
    width: 360px;
  }
  body .main-container header .header-navbar .header-navbar-close {
    margin: 36px 0 0 45px;
  }
  body .main-container header .header-navbar .header-navbar-close img {
    width: 13px;
  }
  body .main-container header .header-navbar .header-navbar-contact {
    margin: 47px 0 0 45px;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-mail {
    gap: 8.1px;
    grid-template-columns: 18px auto;
    margin: 8.1px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-mail .header-navbar-contact-mail-icon img {
    width: 14px;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-phone {
    gap: 8.1px;
    grid-template-columns: 18px auto;
    margin: 8.1px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-phone .header-navbar-contact-phone-icon img {
    width: 14px;
  }
  body .main-container header .header-navbar .header-navbar-follow {
    margin: 47px 0 0 45px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social {
    margin: 8.1px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-fb {
    margin: 0 10px 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-fb a img {
    width: 8.1px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-instagram a img {
    width: 14px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-x {
    margin: 0 10px 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-x a img {
    width: 15px;
  }
  body .main-container header .header-navbar .header-navbar-menu {
    margin: 47px 0 0 45px;
  }
  body .main-container header .header-navbar .header-navbar-menu ul .header-navbar-menu-ul-space {
    margin: 9px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-text {
    margin: 10px 0 0 45px;
    width: 270px;
  }
  body .main-container header .header-navbar .header-navbar-title {
    margin: 25px 0 0 45px;
  }
  body .main-container header .header-navbar .header-navbar-title h1 {
    font-size: 36px;
  }
  body .main-container header .header-search {
    backdrop-filter: blur(18px);
  }
  body .main-container header .header-search .header-search-content .header-search-content-close {
    border-radius: 4.5px;
    height: 45px;
    right: 67px;
    top: 67px;
    width: 45px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-close img {
    width: 13px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field {
    width: 54%;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field .header-search-content-field-icon {
    right: 45px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field .header-search-content-field-icon img {
    width: 22px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field input {
    border: 0.9px solid #fcca73;
    border-radius: 6.3px;
    height: 58px;
    padding: 0 0 0 45px;
  }
  body .main-container header .header-top {
    box-shadow: 3.6px 3.6px 3.6px rgba(0, 0, 0, 0.5);
    height: 72px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content {
    margin: 0 0 0 45px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content .header-top-navbar-content-lineLong {
    height: 2.7px;
    width: 27px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content .header-top-navbar-content-lineShort {
    height: 2.7px;
    margin: 7.2px 0 7.2px 0;
    width: 18px;
  }
  body .main-container header .header-top .header-top-search .header-top-search-content {
    margin: 0 45px 0 0;
  }
  body .main-container header .header-top .header-top-search .header-top-search-content img {
    width: 22px;
  }
}
@media (min-width: 1921px) and (max-width: 2400px) {
  body .main-container header .header-info .header-info-content {
    width: calc(100% - 124px);
  }
  body .main-container header .header-info .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block {
    backdrop-filter: blur(18px);
  }
  body .main-container header .header-info .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info {
    top: 357px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info .header-info-content-astronomy-block-info-text {
    margin: 15px 0 0 0;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-button {
    margin: 47px 0 0 31px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-button button {
    border: 2.5px solid #fda033;
    border-radius: 18px;
    font-size: 20px;
    height: 56px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText {
    height: 306px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-colorBlock .header-info-content-explorationArea-exploration-colorText-colorBlock-color {
    width: 115px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-textArea {
    margin: 0 0 0 31px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-textArea .header-info-content-explorationArea-exploration-colorText-textArea-text h1 {
    font-size: 75px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-deepSpace {
    margin: 47px 0 0 31px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-text {
    margin: 12px 0 0 31px;
    width: 458px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo {
    top: 77px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo .header-info-content-logoArea-logo-icon img {
    width: 43px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo .header-info-content-logoArea-logo-text {
    margin: 0 0 0 12px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-slider .header-info-content-slider-block {
    gap: 18px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-slider .header-info-content-slider-block .header-info-content-slider-block-circle {
    height: 12px;
    width: 12px;
  }
  body .main-container header .header-info .header-info-scroll {
    bottom: 50px;
  }
  body .main-container header .header-info .header-info-scroll .header-info-scroll-icon img {
    width: 35px;
  }
  body .main-container header .header-navbar {
    left: -500px;
    width: 500px;
  }
  body .main-container header .header-navbar .header-navbar-close {
    margin: 50px 0 0 62px;
  }
  body .main-container header .header-navbar .header-navbar-close img {
    width: 17px;
  }
  body .main-container header .header-navbar .header-navbar-contact {
    margin: 65px 0 0 62px;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-mail {
    gap: 11px;
    grid-template-columns: 25px auto;
    margin: 11px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-mail .header-navbar-contact-mail-icon img {
    width: 20px;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-phone {
    gap: 11px;
    grid-template-columns: 25px auto;
    margin: 11px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-phone .header-navbar-contact-phone-icon img {
    width: 20px;
  }
  body .main-container header .header-navbar .header-navbar-follow {
    margin: 65px 0 0 62px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social {
    margin: 11px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-fb {
    margin: 0 13px 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-fb a img {
    width: 11px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-instagram a img {
    width: 20px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-x {
    margin: 0 13px 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-x a img {
    width: 21px;
  }
  body .main-container header .header-navbar .header-navbar-menu {
    margin: 65px 0 0 62px;
  }
  body .main-container header .header-navbar .header-navbar-menu ul .header-navbar-menu-ul-space {
    margin: 12px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-menu ul .header-navbar-menu-ul-space a {
    font-size: 20px;
  }
  body .main-container header .header-navbar .header-navbar-menu ul li a {
    font-size: 20px;
  }
  body .main-container header .header-navbar .header-navbar-text {
    margin: 13px 0 0 62px;
    width: 375px;
  }
  body .main-container header .header-navbar .header-navbar-title {
    margin: 35px 0 0 62px;
  }
  body .main-container header .header-navbar .header-navbar-title h1 {
    font-size: 50px;
  }
  body .main-container header .header-search {
    backdrop-filter: blur(25px);
  }
  body .main-container header .header-search .header-search-content .header-search-content-close {
    border-radius: 6.2px;
    height: 62px;
    right: 93px;
    top: 93px;
    width: 62px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-close img {
    width: 17px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field .header-search-content-field-icon {
    right: 62px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field .header-search-content-field-icon img {
    width: 31px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field input {
    border: 1.2px solid #fcca73;
    border-radius: 8px;
    font-size: 20px;
    height: 81px;
    padding: 0 0 0 62px;
  }
  body .main-container header .header-top {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    height: 100px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content {
    margin: 0 0 0 62px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content .header-top-navbar-content-lineLong {
    height: 3.7px;
    width: 37px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content .header-top-navbar-content-lineShort {
    height: 3.7px;
    margin: 10px 0 10px 0;
    width: 25px;
  }
  body .main-container header .header-top .header-top-search .header-top-search-content {
    margin: 0 62px 0 0;
  }
  body .main-container header .header-top .header-top-search .header-top-search-content img {
    width: 31px;
  }
}
@media (min-width: 2401px) and (max-width: 3000px) {
  body .main-container header .header-info .header-info-content {
    width: calc(100% - 154px);
  }
  body .main-container header .header-info .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block {
    backdrop-filter: blur(22px);
  }
  body .main-container header .header-info .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info {
    top: 446px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info .header-info-content-astronomy-block-info-text {
    margin: 18px 0 0 0;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-button {
    margin: 58px 0 0 38px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-button button {
    border: 3.1px solid #fda033;
    border-radius: 22px;
    font-size: 25px;
    height: 70px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText {
    height: 383px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-colorBlock .header-info-content-explorationArea-exploration-colorText-colorBlock-color {
    width: 144px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-textArea {
    margin: 0 0 0 38px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-textArea .header-info-content-explorationArea-exploration-colorText-textArea-text h1 {
    font-size: 93px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-deepSpace {
    margin: 58px 0 0 38px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-text {
    margin: 15px 0 0 38px;
    width: 573px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo {
    top: 96px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo .header-info-content-logoArea-logo-icon img {
    width: 53px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo .header-info-content-logoArea-logo-text {
    margin: 0 0 0 15px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-slider .header-info-content-slider-block {
    gap: 22px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-slider .header-info-content-slider-block .header-info-content-slider-block-circle {
    height: 15px;
    width: 15px;
  }
  body .main-container header .header-info .header-info-scroll {
    bottom: 62px;
  }
  body .main-container header .header-info .header-info-scroll .header-info-scroll-icon img {
    width: 43px;
  }
  body .main-container header .header-navbar {
    left: -625px;
    width: 625px;
  }
  body .main-container header .header-navbar .header-navbar-close {
    margin: 62px 0 0 77px;
  }
  body .main-container header .header-navbar .header-navbar-close img {
    width: 21px;
  }
  body .main-container header .header-navbar .header-navbar-contact {
    margin: 81px 0 0 77px;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-mail {
    gap: 13px;
    grid-template-columns: 31px auto;
    margin: 13px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-mail .header-navbar-contact-mail-icon img {
    width: 25px;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-phone {
    gap: 13px;
    grid-template-columns: 31px auto;
    margin: 13px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-phone .header-navbar-contact-phone-icon img {
    width: 25px;
  }
  body .main-container header .header-navbar .header-navbar-follow {
    margin: 81px 0 0 77px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social {
    margin: 13px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-fb {
    margin: 0 16px 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-fb a img {
    width: 13px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-instagram a img {
    width: 25px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-x {
    margin: 0 16px 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-x a img {
    width: 26px;
  }
  body .main-container header .header-navbar .header-navbar-menu {
    margin: 81px 0 0 77px;
  }
  body .main-container header .header-navbar .header-navbar-menu ul .header-navbar-menu-ul-space {
    margin: 15px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-menu ul .header-navbar-menu-ul-space a {
    font-size: 25px;
  }
  body .main-container header .header-navbar .header-navbar-menu ul li a {
    font-size: 25px;
  }
  body .main-container header .header-navbar .header-navbar-text {
    margin: 16px 0 0 77px;
    width: 469px;
  }
  body .main-container header .header-navbar .header-navbar-title {
    margin: 43px 0 0 77px;
  }
  body .main-container header .header-navbar .header-navbar-title h1 {
    font-size: 62px;
  }
  body .main-container header .header-search {
    backdrop-filter: blur(31px);
  }
  body .main-container header .header-search .header-search-content .header-search-content-close {
    border-radius: 7.7px;
    height: 77px;
    right: 116px;
    top: 116px;
    width: 77px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-close img {
    width: 21px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field .header-search-content-field-icon {
    right: 77px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field .header-search-content-field-icon img {
    width: 38px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field input {
    border: 1.5px solid #fcca73;
    border-radius: 10px;
    font-size: 25px;
    height: 101px;
    padding: 0 0 0 77px;
  }
  body .main-container header .header-top {
    box-shadow: 6.2px 6.2px 6.2px rgba(0, 0, 0, 0.5);
    height: 125px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content {
    margin: 0 0 0 77px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content .header-top-navbar-content-lineLong {
    height: 4.6px;
    width: 46px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content .header-top-navbar-content-lineShort {
    height: 4.6px;
    margin: 12px 0 12px 0;
    width: 31px;
  }
  body .main-container header .header-top .header-top-search .header-top-search-content {
    margin: 0 77px 0 0;
  }
  body .main-container header .header-top .header-top-search .header-top-search-content img {
    width: 38px;
  }
}
@media (min-width: 3001px) and (max-width: 3750px) {
  body .main-container header .header-info .header-info-content {
    width: calc(100% - 182px);
  }
  body .main-container header .header-info .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block {
    backdrop-filter: blur(27px);
  }
  body .main-container header .header-info .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info {
    top: 558px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info .header-info-content-astronomy-block-info-text {
    margin: 22px 0 0 0;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-button {
    margin: 72px 0 0 47px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-button button {
    border: 3.8px solid #fda033;
    border-radius: 27px;
    font-size: 31px;
    height: 87px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText {
    height: 479px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-colorBlock .header-info-content-explorationArea-exploration-colorText-colorBlock-color {
    width: 180px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-textArea {
    margin: 0 0 0 47px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-textArea .header-info-content-explorationArea-exploration-colorText-textArea-text h1 {
    font-size: 116px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-deepSpace {
    margin: 72px 0 0 47px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-text {
    margin: 18px 0 0 47px;
    width: 716px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo {
    top: 120px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo .header-info-content-logoArea-logo-icon img {
    width: 66px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo .header-info-content-logoArea-logo-text {
    margin: 0 0 0 18px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-slider .header-info-content-slider-block {
    gap: 27px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-slider .header-info-content-slider-block .header-info-content-slider-block-circle {
    height: 18px;
    width: 18px;
  }
  body .main-container header .header-info .header-info-scroll {
    bottom: 77px;
  }
  body .main-container header .header-info .header-info-scroll .header-info-scroll-icon img {
    width: 53px;
  }
  body .main-container header .header-navbar {
    left: -781px;
    width: 781px;
  }
  body .main-container header .header-navbar .header-navbar-close {
    margin: 77px 0 0 96px;
  }
  body .main-container header .header-navbar .header-navbar-close img {
    width: 26px;
  }
  body .main-container header .header-navbar .header-navbar-contact {
    margin: 101px 0 0 96px;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-mail {
    gap: 16px;
    grid-template-columns: 38px auto;
    margin: 16px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-mail .header-navbar-contact-mail-icon img {
    width: 31px;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-phone {
    gap: 16px;
    grid-template-columns: 38px auto;
    margin: 16px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-phone .header-navbar-contact-phone-icon img {
    width: 31px;
  }
  body .main-container header .header-navbar .header-navbar-follow {
    margin: 101px 0 0 96px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social {
    margin: 16px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-fb {
    margin: 0 20px 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-fb a img {
    width: 16px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-instagram a img {
    width: 31px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-x {
    margin: 0 20px 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-x a img {
    width: 32px;
  }
  body .main-container header .header-navbar .header-navbar-menu {
    margin: 101px 0 0 96px;
  }
  body .main-container header .header-navbar .header-navbar-menu ul .header-navbar-menu-ul-space {
    margin: 18px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-menu ul .header-navbar-menu-ul-space a {
    font-size: 31px;
  }
  body .main-container header .header-navbar .header-navbar-menu ul li a {
    font-size: 31px;
  }
  body .main-container header .header-navbar .header-navbar-text {
    margin: 20px 0 0 96px;
    width: 586px;
  }
  body .main-container header .header-navbar .header-navbar-title {
    margin: 53px 0 0 96px;
  }
  body .main-container header .header-navbar .header-navbar-title h1 {
    font-size: 77px;
  }
  body .main-container header .header-search {
    backdrop-filter: blur(38px);
  }
  body .main-container header .header-search .header-search-content .header-search-content-close {
    border-radius: 9.6px;
    height: 96px;
    right: 145px;
    top: 145px;
    width: 96px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-close img {
    width: 26px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field .header-search-content-field-icon {
    right: 96px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field .header-search-content-field-icon img {
    width: 47px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field input {
    border: 1.8px solid #fcca73;
    border-radius: 12px;
    font-size: 31px;
    height: 126px;
    padding: 0 0 0 96px;
  }
  body .main-container header .header-top {
    box-shadow: 7.7px 7.7px 7.7px rgba(0, 0, 0, 0.5);
    height: 156px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content {
    margin: 0 0 0 96px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content .header-top-navbar-content-lineLong {
    height: 5.7px;
    width: 57px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content .header-top-navbar-content-lineShort {
    height: 5.7px;
    margin: 15px 0 15px 0;
    width: 38px;
  }
  body .main-container header .header-top .header-top-search .header-top-search-content {
    margin: 0 96px 0 0;
  }
  body .main-container header .header-top .header-top-search .header-top-search-content img {
    width: 47px;
  }
}
@media (min-width: 3751px) {
  body .main-container header .header-info .header-info-content {
    width: calc(100% - 240px);
  }
  body .main-container header .header-info .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block {
    backdrop-filter: blur(33px);
  }
  body .main-container header .header-info .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info {
    top: 698px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-astronomy .header-info-content-astronomy-block .header-info-content-astronomy-block-info .header-info-content-astronomy-block-info-text {
    margin: 27px 0 0 0;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-button {
    margin: 90px 0 0 58px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-button button {
    border: 4.7px solid #fda033;
    border-radius: 33px;
    font-size: 38px;
    height: 108px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText {
    height: 599px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-colorBlock .header-info-content-explorationArea-exploration-colorText-colorBlock-color {
    width: 225px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-textArea {
    margin: 0 0 0 58px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-colorText .header-info-content-explorationArea-exploration-colorText-textArea .header-info-content-explorationArea-exploration-colorText-textArea-text h1 {
    font-size: 145px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-deepSpace {
    margin: 90px 0 0 58px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-explorationArea .header-info-content-explorationArea-exploration .header-info-content-explorationArea-exploration-text {
    margin: 22px 0 0 58px;
    width: 895px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo {
    top: 150px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo .header-info-content-logoArea-logo-icon img {
    width: 82px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-logoArea .header-info-content-logoArea-logo .header-info-content-logoArea-logo-text {
    margin: 0 0 0 22px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-slider .header-info-content-slider-block {
    gap: 33px;
  }
  body .main-container header .header-info .header-info-content .header-info-content-slider .header-info-content-slider-block .header-info-content-slider-block-circle {
    height: 22px;
    width: 22px;
  }
  body .main-container header .header-info .header-info-scroll {
    bottom: 96px;
  }
  body .main-container header .header-info .header-info-scroll .header-info-scroll-icon img {
    width: 66px;
  }
  body .main-container header .header-navbar {
    left: -976px;
    width: 976px;
  }
  body .main-container header .header-navbar .header-navbar-close {
    margin: 96px 0 0 120px;
  }
  body .main-container header .header-navbar .header-navbar-close img {
    width: 32px;
  }
  body .main-container header .header-navbar .header-navbar-contact {
    margin: 126px 0 0 120px;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-mail {
    gap: 20px;
    grid-template-columns: 47px auto;
    margin: 20px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-mail .header-navbar-contact-mail-icon img {
    width: 38px;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-phone {
    gap: 20px;
    grid-template-columns: 47px auto;
    margin: 20px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-contact .header-navbar-contact-phone .header-navbar-contact-phone-icon img {
    width: 38px;
  }
  body .main-container header .header-navbar .header-navbar-follow {
    margin: 126px 0 0 120px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social {
    margin: 20px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-fb {
    margin: 0 25px 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-fb a img {
    width: 20px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-instagram a img {
    width: 38px;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-x {
    margin: 0 25px 0 0;
  }
  body .main-container header .header-navbar .header-navbar-follow .header-navbar-follow-social .header-navbar-follow-social-x a img {
    width: 40px;
  }
  body .main-container header .header-navbar .header-navbar-menu {
    margin: 126px 0 0 120px;
  }
  body .main-container header .header-navbar .header-navbar-menu ul .header-navbar-menu-ul-space {
    margin: 22px 0 0 0;
  }
  body .main-container header .header-navbar .header-navbar-menu ul .header-navbar-menu-ul-space a {
    font-size: 38px;
  }
  body .main-container header .header-navbar .header-navbar-menu ul li a {
    font-size: 38px;
  }
  body .main-container header .header-navbar .header-navbar-text {
    margin: 25px 0 0 120px;
    width: 733px;
  }
  body .main-container header .header-navbar .header-navbar-title {
    margin: 66px 0 0 120px;
  }
  body .main-container header .header-navbar .header-navbar-title h1 {
    font-size: 96px;
  }
  body .main-container header .header-search {
    backdrop-filter: blur(47px);
  }
  body .main-container header .header-search .header-search-content .header-search-content-close {
    border-radius: 12px;
    height: 120px;
    right: 181px;
    top: 181px;
    width: 120px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-close img {
    width: 32px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field .header-search-content-field-icon {
    right: 120px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field .header-search-content-field-icon img {
    width: 58px;
  }
  body .main-container header .header-search .header-search-content .header-search-content-field input {
    border: 2.2px solid #fcca73;
    border-radius: 15px;
    font-size: 38px;
    height: 157px;
    padding: 0 0 0 120px;
  }
  body .main-container header .header-top {
    box-shadow: 9.6px 9.6px 9.6px rgba(0, 0, 0, 0.5);
    height: 195px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content {
    margin: 0 0 0 120px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content .header-top-navbar-content-lineLong {
    height: 7.1px;
    width: 71px;
  }
  body .main-container header .header-top .header-top-navbar .header-top-navbar-content .header-top-navbar-content-lineShort {
    height: 7.1px;
    margin: 18px 0 18px 0;
    width: 47px;
  }
  body .main-container header .header-top .header-top-search .header-top-search-content {
    margin: 0 120px 0 0;
  }
  body .main-container header .header-top .header-top-search .header-top-search-content img {
    width: 58px;
  }
}
body .main-container .mission .mission-activities {
  display: flex;
  justify-content: center;
  margin: 125px 0 0 0;
}
body .main-container .mission .mission-activities .mission-activities-content {
  display: inline-grid;
  gap: 111px;
  grid-template-columns: repeat(4, 1fr);
  width: 74%;
}
body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block {
  cursor: pointer;
}
body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block:hover {
  background: #e2e2e2;
  border-radius: 10px;
}
body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block:hover .mission-activities-content-block-info .mission-activities-content-block-info-activity p {
  color: #000000;
}
body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block:hover .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit {
  border-color: #000000;
}
body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block:hover .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-planet {
  background: #000000;
}
body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block:hover .mission-activities-content-block-info .mission-activities-content-block-info-text p {
  color: #000000;
}
body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info {
  padding: 49px 23px 49px 23px;
}
body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-activity p {
  color: #ffffff;
  font-family: adlam-display;
  font-size: 18px;
  text-align: center;
}
body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer {
  display: flex;
  justify-content: center;
  margin: 21px 0 0 0;
}
body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit {
  align-items: center;
  border: 3px solid #fda033;
  border-radius: 50%;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.25);
  height: 126px;
  display: flex;
  justify-content: center;
  position: relative;
  width: 126px;
}
body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-circleInside {
  align-items: center;
  background: #424242;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  width: 100px;
}
body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-circleInside .mission-activities-content-block-info-orbitContainer-orbit-circleInside-iconContainer {
  display: flex;
  justify-content: center;
}
body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-circleInside .mission-activities-content-block-info-orbitContainer-orbit-circleInside-iconContainer img {
  height: auto;
  width: 65px;
}
body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-planet {
  background: #fda033;
  border-radius: 50%;
  height: 10px;
  left: 111px;
  position: absolute;
  top: 31.25px;
  width: 10px;
}
body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-text {
  margin: 21px 0 0 0;
}
body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-text p {
  color: #ffffff;
  font-family: adlam-display;
  font-size: 16px;
  text-align: center;
}
body .main-container .mission .mission-heading {
  padding: 100px 0 0 0;
}
body .main-container .mission .mission-heading .mission-heading-bottom {
  font-size: 0;
  margin: 25px 0 0 0;
  padding: 0;
}
body .main-container .mission .mission-heading .mission-heading-bottom h5 {
  margin: 0;
  padding: 0;
  text-align: center;
}
body .main-container .mission .mission-heading .mission-heading-lineContainer {
  display: flex;
  justify-content: center;
  margin: 25px 0 0 0;
}
body .main-container .mission .mission-heading .mission-heading-lineContainer .mission-heading-lineContainer-line {
  background: #f1b075;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 2px;
  width: 75px;
}
body .main-container .mission .mission-heading .mission-heading-top p {
  text-align: center;
}
body .main-container .mission .mission-research {
  display: flex;
  font-size: 0;
  justify-content: center;
  margin: 200px 0 0 0;
  padding: 0;
}
body .main-container .mission .mission-research .mission-research-blocks {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  width: 74%;
}
body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-left {
  align-items: center;
  display: flex;
}
body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-left .mission-research-blocks-left-img img {
  border-radius: 10px;
  height: auto;
  width: 85%;
}
body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right {
  align-items: center;
  display: flex;
}
body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer {
  margin: 76px 0 0 0;
}
body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .marginValue {
  margin: 41px 0 0 0;
}
body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar {
  display: inline-grid;
  grid-template-columns: 84px calc(100% - 84px);
  width: 100%;
}
body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-left .mission-research-blocks-right-content-barsContainer-bars-bar-left-block {
  align-items: center;
  background: #ffffff;
  border-radius: 7px;
  display: flex;
  height: 60px;
  justify-content: center;
  width: 60px;
}
body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-left .mission-research-blocks-right-content-barsContainer-bars-bar-left-block p {
  color: #000000;
}
body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer {
  align-items: center;
  display: flex;
}
body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right {
  width: 100%;
}
body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer {
  height: 17px;
  margin: 5px 0 0 0;
}
body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull {
  background: #9e9e9e;
  box-shadow: 1px 1px 1px 1px rgba(158, 158, 158, 0.25);
  height: 2px;
  position: relative;
  top: 8px;
  width: 100%;
}
body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage {
  align-items: center;
  background: #f47e7e;
  box-shadow: 1px 1px 1px 1px rgba(244, 126, 126, 0.25);
  display: flex;
  height: 100%;
  width: 80%;
}
body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage-circle {
  background: #000000;
  border: 2px solid #f47e7e;
  border-radius: 50%;
  height: 16px;
  left: 100%;
  position: relative;
  width: 16px;
}
body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull .percentageValue {
  width: 75%;
}
body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull .percentageValue-galaxies {
  width: 85%;
}
body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-text p {
  color: #ffffff;
}
body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-info .mission-research-blocks-right-content-info-heading .mission-research-blocks-right-content-info-heading-bottom {
  margin: 7px 0 0 0;
}
body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-info .mission-research-blocks-right-content-info-text {
  margin: 21px 0 0 0;
  width: 57%;
}
body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-info .mission-research-blocks-right-content-info-text p {
  color: #ffffff;
}
@media (max-width: 300px) {
  body .main-container .mission .mission-activities {
    margin: 75px 0 0 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content {
    gap: 32px;
    grid-template-columns: repeat(1, 1fr);
    width: 95%;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block {
    cursor: initial;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block:hover {
    background: none;
    border-radius: 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block:hover .mission-activities-content-block-info .mission-activities-content-block-info-activity p {
    color: #ffffff;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block:hover .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit {
    border-color: #fda033;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block:hover .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-planet {
    background: #fda033;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block:hover .mission-activities-content-block-info .mission-activities-content-block-info-text p {
    color: #ffffff;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info {
    padding: 29px 0 29px 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-activity p {
    font-size: 16px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer {
    margin: 12px 0 0 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit {
    border: 1.8px solid #fda033;
    box-shadow: 1.2px 1.2px 1.2px 1.2px rgba(0, 0, 0, 0.25);
    height: 75px;
    width: 75px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-circleInside {
    height: 59px;
    width: 59px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-circleInside .mission-activities-content-block-info-orbitContainer-orbit-circleInside-iconContainer img {
    width: 38px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-planet {
    height: 5.9px;
    left: 66px;
    top: 18px;
    width: 5.9px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-text {
    margin: 12px 0 0 0;
  }
  body .main-container .mission .mission-heading {
    padding: 59px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-bottom {
    margin: 14px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-lineContainer {
    margin: 14px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-lineContainer .mission-heading-lineContainer-line {
    box-shadow: 0px 2.3px 2.3px 0px rgba(0, 0, 0, 0.25);
    height: 1.2px;
    width: 44px;
  }
  body .main-container .mission .mission-research {
    margin: 118px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks {
    grid-template-columns: repeat(1, 1fr);
    width: 90%;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-left .mission-research-blocks-left-img img {
    border-radius: 5.9px;
    width: 100%;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right {
    margin: 20px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer {
    margin: 44px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .marginValue {
    margin: 24px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar {
    grid-template-columns: 49px calc(100% - 49px);
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-left .mission-research-blocks-right-content-barsContainer-bars-bar-left-block {
    border-radius: 4.1px;
    height: 36px;
    width: 36px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer {
    height: 10px;
    margin: 2.9px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull {
    box-shadow: 0.59px 0.59px 0.59px 0.59px rgba(158, 158, 158, 0.25);
    height: 1.2px;
    top: 4.7px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage {
    box-shadow: 0.59px 0.59px 0.59px 0.59px rgba(244, 126, 126, 0.25);
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage-circle {
    border: 1.2px solid #f47e7e;
    height: 10px;
    width: 10px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-info .mission-research-blocks-right-content-info-heading .mission-research-blocks-right-content-info-heading-bottom {
    margin: 4.1px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-info .mission-research-blocks-right-content-info-text {
    margin: 12px 0 0 0;
    width: 100%;
  }
}
@media (min-width: 301px) and (max-width: 576px) {
  body .main-container .mission .mission-activities {
    margin: 82px 0 0 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content {
    gap: 36px;
    grid-template-columns: repeat(1, 1fr);
    width: 90%;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block {
    cursor: initial;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block:hover {
    background: none;
    border-radius: 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block:hover .mission-activities-content-block-info .mission-activities-content-block-info-activity p {
    color: #ffffff;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block:hover .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit {
    border-color: #fda033;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block:hover .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-planet {
    background: #fda033;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block:hover .mission-activities-content-block-info .mission-activities-content-block-info-text p {
    color: #ffffff;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info {
    padding: 32px 0 32px 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-activity p {
    font-size: 16px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer {
    margin: 13px 0 0 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit {
    border: 2px solid #fda033;
    box-shadow: 1.3px 1.3px 1.3px 1.3px rgba(0, 0, 0, 0.25);
    height: 83px;
    width: 83px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-circleInside {
    height: 66px;
    width: 66px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-circleInside .mission-activities-content-block-info-orbitContainer-orbit-circleInside-iconContainer img {
    width: 42px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-planet {
    height: 6.6px;
    left: 73px;
    top: 20px;
    width: 6.6px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-text {
    margin: 13px 0 0 0;
  }
  body .main-container .mission .mission-heading {
    padding: 66px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-bottom {
    margin: 16px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-lineContainer {
    margin: 16px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-lineContainer .mission-heading-lineContainer-line {
    box-shadow: 0px 2.6px 2.6px 0px rgba(0, 0, 0, 0.25);
    height: 1.3px;
    width: 49px;
  }
  body .main-container .mission .mission-research {
    margin: 131px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks {
    grid-template-columns: repeat(1, 1fr);
    width: 85%;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-left .mission-research-blocks-left-img img {
    border-radius: 6.6px;
    width: 100%;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right {
    margin: 22px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer {
    margin: 49px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .marginValue {
    margin: 27px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar {
    grid-template-columns: 55px calc(100% - 55px);
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-left .mission-research-blocks-right-content-barsContainer-bars-bar-left-block {
    border-radius: 4.6px;
    height: 40px;
    width: 40px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer {
    height: 11px;
    margin: 3.2px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull {
    box-shadow: 0.66px 0.66px 0.66px 0.66px rgba(158, 158, 158, 0.25);
    height: 1.3px;
    top: 5.2px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage {
    box-shadow: 0.66px 0.66px 0.66px 0.66px rgba(244, 126, 126, 0.25);
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage-circle {
    border: 1.3px solid #f47e7e;
    height: 11px;
    width: 11px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-info .mission-research-blocks-right-content-info-heading .mission-research-blocks-right-content-info-heading-bottom {
    margin: 4.6px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-info .mission-research-blocks-right-content-info-text {
    margin: 13px 0 0 0;
    width: 100%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  body .main-container .mission .mission-activities {
    margin: 91px 0 0 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content {
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block {
    cursor: initial;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block:hover {
    background: none;
    border-radius: 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block:hover .mission-activities-content-block-info .mission-activities-content-block-info-activity p {
    color: #ffffff;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block:hover .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit {
    border-color: #fda033;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block:hover .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-planet {
    background: #fda033;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block:hover .mission-activities-content-block-info .mission-activities-content-block-info-text p {
    color: #ffffff;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info {
    padding: 36px 17px 36px 17px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-activity p {
    font-size: 16px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer {
    margin: 15px 0 0 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit {
    border: 2.2px solid #fda033;
    box-shadow: 1.4px 1.4px 1.4px 1.4px rgba(0, 0, 0, 0.25);
    height: 92px;
    width: 92px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-circleInside {
    height: 73px;
    width: 73px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-circleInside .mission-activities-content-block-info-orbitContainer-orbit-circleInside-iconContainer img {
    width: 47px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-planet {
    height: 7.3px;
    left: 81px;
    top: 22px;
    width: 7.3px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-text {
    margin: 15px 0 0 0;
  }
  body .main-container .mission .mission-heading {
    padding: 73px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-bottom {
    margin: 18px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-lineContainer {
    margin: 18px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-lineContainer .mission-heading-lineContainer-line {
    box-shadow: 0px 2.9px 2.9px 0px rgba(0, 0, 0, 0.25);
    height: 1.4px;
    width: 54px;
  }
  body .main-container .mission .mission-research {
    margin: 146px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks {
    grid-template-columns: repeat(1, 1fr);
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-left .mission-research-blocks-left-img img {
    border-radius: 7.3px;
    width: 100%;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right {
    margin: 25px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer {
    margin: 55px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .marginValue {
    margin: 30px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar {
    grid-template-columns: 61px calc(100% - 61px);
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-left .mission-research-blocks-right-content-barsContainer-bars-bar-left-block {
    border-radius: 5.1px;
    height: 44px;
    width: 44px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer {
    height: 12px;
    margin: 3.6px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull {
    box-shadow: 0.73px 0.73px 0.73px 0.73px rgba(158, 158, 158, 0.25);
    height: 1.4px;
    top: 5.8px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage {
    box-shadow: 0.73px 0.73px 0.73px 0.73px rgba(244, 126, 126, 0.25);
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage-circle {
    border: 1.4px solid #f47e7e;
    height: 12px;
    width: 12px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-info .mission-research-blocks-right-content-info-heading .mission-research-blocks-right-content-info-heading-bottom {
    margin: 5.1px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-info .mission-research-blocks-right-content-info-text {
    margin: 15px 0 0 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body .main-container .mission .mission-activities {
    margin: 101px 0 0 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content {
    gap: 45px;
    grid-template-columns: repeat(2, 1fr);
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block:hover {
    border-radius: 8.1px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info {
    padding: 40px 19px 40px 19px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-activity p {
    font-size: 16px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer {
    margin: 17px 0 0 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit {
    border: 2.4px solid #fda033;
    box-shadow: 1.6px 1.6px 1.6px 1.6px rgba(0, 0, 0, 0.25);
    height: 102px;
    width: 102px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-circleInside {
    height: 81px;
    width: 81px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-circleInside .mission-activities-content-block-info-orbitContainer-orbit-circleInside-iconContainer img {
    width: 52px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-planet {
    height: 8.1px;
    left: 90px;
    top: 25px;
    width: 8.1px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-text {
    margin: 17px 0 0 0;
  }
  body .main-container .mission .mission-heading {
    padding: 81px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-bottom {
    margin: 20px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-lineContainer {
    margin: 20px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-lineContainer .mission-heading-lineContainer-line {
    box-shadow: 0px 3.2px 3.2px 0px rgba(0, 0, 0, 0.25);
    height: 1.6px;
    width: 60px;
  }
  body .main-container .mission .mission-research {
    margin: 162px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks {
    grid-template-columns: repeat(1, 1fr);
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-left .mission-research-blocks-left-img img {
    border-radius: 8.1px;
    width: 75%;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right {
    margin: 28px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer {
    margin: 61px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .marginValue {
    margin: 33px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar {
    grid-template-columns: 68px calc(100% - 68px);
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-left .mission-research-blocks-right-content-barsContainer-bars-bar-left-block {
    border-radius: 5.7px;
    height: 49px;
    width: 49px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer {
    height: 13px;
    margin: 4px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull {
    box-shadow: 0.81px 0.81px 0.81px 0.81px rgba(158, 158, 158, 0.25);
    height: 1.6px;
    top: 6.5px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage {
    box-shadow: 0.81px 0.81px 0.81px 0.81px rgba(244, 126, 126, 0.25);
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage-circle {
    border: 1.6px solid #f47e7e;
    height: 13px;
    width: 13px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-info .mission-research-blocks-right-content-info-heading .mission-research-blocks-right-content-info-heading-bottom {
    margin: 5.7px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-info .mission-research-blocks-right-content-info-text {
    margin: 17px 0 0 0;
    width: 75%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .main-container .mission .mission-activities {
    margin: 112px 0 0 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content {
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block:hover {
    border-radius: 9px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info {
    padding: 44px 21px 44px 21px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-activity p {
    font-size: 16px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer {
    margin: 19px 0 0 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit {
    border: 2.7px solid #fda033;
    box-shadow: 1.8px 1.8px 1.8px 1.8px rgba(0, 0, 0, 0.25);
    height: 113px;
    width: 113px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-circleInside {
    height: 90px;
    width: 90px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-circleInside .mission-activities-content-block-info-orbitContainer-orbit-circleInside-iconContainer img {
    width: 58px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-planet {
    height: 9px;
    left: 100px;
    top: 28px;
    width: 9px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-text {
    margin: 19px 0 0 0;
  }
  body .main-container .mission .mission-heading {
    padding: 90px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-bottom {
    margin: 22px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-lineContainer {
    margin: 22px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-lineContainer .mission-heading-lineContainer-line {
    box-shadow: 0px 3.6px 3.6px 0px rgba(0, 0, 0, 0.25);
    height: 1.8px;
    width: 67px;
  }
  body .main-container .mission .mission-research {
    margin: 180px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks {
    grid-template-columns: repeat(1, 1fr);
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-left .mission-research-blocks-left-img img {
    border-radius: 9px;
    width: 57%;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right {
    margin: 31px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer {
    margin: 68px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .marginValue {
    margin: 37px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar {
    grid-template-columns: 76px calc(100% - 76px);
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-left .mission-research-blocks-right-content-barsContainer-bars-bar-left-block {
    border-radius: 6.3px;
    height: 54px;
    width: 54px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer {
    height: 15px;
    margin: 4.5px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull {
    box-shadow: 0.9px 0.9px 0.9px 0.9px rgba(158, 158, 158, 0.25);
    height: 1.8px;
    top: 7.2px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage {
    box-shadow: 0.9px 0.9px 0.9px 0.9px rgba(244, 126, 126, 0.25);
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage-circle {
    border: 1.8px solid #f47e7e;
    height: 14px;
    width: 14px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-info .mission-research-blocks-right-content-info-heading .mission-research-blocks-right-content-info-heading-bottom {
    margin: 6.3px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-info .mission-research-blocks-right-content-info-text {
    margin: 19px 0 0 0;
  }
}
@media (min-width: 1400px) and (max-width: 1699px) {
  body .main-container .mission .mission-activities .mission-activities-content {
    gap: 50px;
  }
  body .main-container .mission .mission-research .mission-research-blocks {
    grid-template-columns: repeat(1, 1fr);
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-left .mission-research-blocks-left-img img {
    width: 57%;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right {
    margin: 35px 0 0 0;
  }
}
@media (min-width: 1921px) and (max-width: 2400px) {
  body .main-container .mission .mission-activities {
    margin: 156px 0 0 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content {
    gap: 75px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block:hover {
    border-radius: 12px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info {
    padding: 61px 28px 61px 28px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-activity p {
    font-size: 22px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer {
    margin: 26px 0 0 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit {
    border: 3.7px solid #fda033;
    box-shadow: 2.5px 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.25);
    height: 157px;
    width: 157px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-circleInside {
    height: 125px;
    width: 125px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-circleInside .mission-activities-content-block-info-orbitContainer-orbit-circleInside-iconContainer img {
    width: 81px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-planet {
    height: 12px;
    left: 138px;
    top: 38px;
    width: 12px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-text {
    margin: 26px 0 0 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-text p {
    font-size: 20px;
  }
  body .main-container .mission .mission-heading {
    padding: 125px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-bottom {
    margin: 31px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-lineContainer {
    margin: 31px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-lineContainer .mission-heading-lineContainer-line {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
    height: 2.5px;
    width: 93px;
  }
  body .main-container .mission .mission-research {
    margin: 250px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks {
    grid-template-columns: 55% 45%;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-left .mission-research-blocks-left-img img {
    border-radius: 12px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer {
    margin: 95px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .marginValue {
    margin: 51px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar {
    grid-template-columns: 105px calc(100% - 105px);
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-left .mission-research-blocks-right-content-barsContainer-bars-bar-left-block {
    border-radius: 8px;
    height: 75px;
    width: 75px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer {
    height: 21px;
    margin: 6px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull {
    box-shadow: 1.2px 1.2px 1.2px 1.2px rgba(158, 158, 158, 0.25);
    height: 2.5px;
    top: 10px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage {
    box-shadow: 1.2px 1.2px 1.2px 1.2px rgba(244, 126, 126, 0.25);
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage-circle {
    border: 2.5px solid #f47e7e;
    height: 20px;
    width: 20px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-info .mission-research-blocks-right-content-info-heading .mission-research-blocks-right-content-info-heading-bottom {
    margin: 8px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-info .mission-research-blocks-right-content-info-text {
    margin: 26px 0 0 0;
    width: 75%;
  }
}
@media (min-width: 2401px) and (max-width: 3000px) {
  body .main-container .mission .mission-activities {
    margin: 195px 0 0 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content {
    gap: 93px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block:hover {
    border-radius: 15px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info {
    padding: 76px 35px 76px 35px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-activity p {
    font-size: 27px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer {
    margin: 32px 0 0 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit {
    border: 4.6px solid #fda033;
    box-shadow: 3.1px 3.1px 3.1px 3.1px rgba(0, 0, 0, 0.25);
    height: 196px;
    width: 196px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-circleInside {
    height: 156px;
    width: 156px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-circleInside .mission-activities-content-block-info-orbitContainer-orbit-circleInside-iconContainer img {
    width: 101px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-planet {
    height: 15px;
    left: 172px;
    top: 47px;
    width: 15px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-text {
    margin: 32px 0 0 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-text p {
    font-size: 25px;
  }
  body .main-container .mission .mission-heading {
    padding: 156px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-bottom {
    margin: 38px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-lineContainer {
    margin: 38px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-lineContainer .mission-heading-lineContainer-line {
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25);
    height: 3.1px;
    width: 116px;
  }
  body .main-container .mission .mission-research {
    margin: 312px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks {
    grid-template-columns: 55% 45%;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-left .mission-research-blocks-left-img img {
    border-radius: 15px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer {
    margin: 118px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .marginValue {
    margin: 63px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar {
    grid-template-columns: 131px calc(100% - 131px);
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-left .mission-research-blocks-right-content-barsContainer-bars-bar-left-block {
    border-radius: 10px;
    height: 93px;
    width: 93px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer {
    height: 26px;
    margin: 7px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull {
    box-shadow: 1.5px 1.5px 1.5px 1.5px rgba(158, 158, 158, 0.25);
    height: 3.1px;
    top: 12px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage {
    box-shadow: 1.5px 1.5px 1.5px 1.5px rgba(244, 126, 126, 0.25);
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage-circle {
    border: 3.1px solid #f47e7e;
    height: 25px;
    width: 25px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-info .mission-research-blocks-right-content-info-heading .mission-research-blocks-right-content-info-heading-bottom {
    margin: 10px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-info .mission-research-blocks-right-content-info-text {
    margin: 32px 0 0 0;
    width: 75%;
  }
}
@media (min-width: 3001px) and (max-width: 3750px) {
  body .main-container .mission .mission-activities {
    margin: 244px 0 0 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content {
    gap: 116px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block:hover {
    border-radius: 18px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info {
    padding: 95px 43px 95px 43px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-activity p {
    font-size: 33px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer {
    margin: 40px 0 0 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit {
    border: 5.7px solid #fda033;
    box-shadow: 3.8px 3.8px 3.8px 3.8px rgba(0, 0, 0, 0.25);
    height: 245px;
    width: 245px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-circleInside {
    height: 195px;
    width: 195px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-circleInside .mission-activities-content-block-info-orbitContainer-orbit-circleInside-iconContainer img {
    width: 126px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-planet {
    height: 18px;
    left: 215px;
    top: 58px;
    width: 18px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-text {
    margin: 40px 0 0 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-text p {
    font-size: 31px;
  }
  body .main-container .mission .mission-heading {
    padding: 195px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-bottom {
    margin: 47px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-lineContainer {
    margin: 47px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-lineContainer .mission-heading-lineContainer-line {
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.25);
    height: 3.8px;
    width: 145px;
  }
  body .main-container .mission .mission-research {
    margin: 390px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks {
    grid-template-columns: 55% 45%;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-left .mission-research-blocks-left-img img {
    border-radius: 18px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer {
    margin: 147px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .marginValue {
    margin: 78px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar {
    grid-template-columns: 163px calc(100% - 163px);
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-left .mission-research-blocks-right-content-barsContainer-bars-bar-left-block {
    border-radius: 12px;
    height: 116px;
    width: 116px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer {
    height: 32px;
    margin: 8px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull {
    box-shadow: 1.8px 1.8px 1.8px 1.8px rgba(158, 158, 158, 0.25);
    height: 3.8px;
    top: 15px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage {
    box-shadow: 1.8px 1.8px 1.8px 1.8px rgba(244, 126, 126, 0.25);
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage-circle {
    border: 3.8px solid #f47e7e;
    height: 31px;
    width: 31px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-info .mission-research-blocks-right-content-info-heading .mission-research-blocks-right-content-info-heading-bottom {
    margin: 12px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-info .mission-research-blocks-right-content-info-text {
    margin: 40px 0 0 0;
    width: 75%;
  }
}
@media (min-width: 3751px) {
  body .main-container .mission .mission-activities {
    margin: 305px 0 0 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content {
    gap: 145px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block:hover {
    border-radius: 22px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info {
    padding: 118px 53px 118px 53px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-activity p {
    font-size: 41px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer {
    margin: 50px 0 0 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit {
    border: 7.1px solid #fda033;
    box-shadow: 4.7px 4.7px 4.7px 4.7px rgba(0, 0, 0, 0.25);
    height: 306px;
    width: 306px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-circleInside {
    height: 244px;
    width: 244px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-circleInside .mission-activities-content-block-info-orbitContainer-orbit-circleInside-iconContainer img {
    width: 158px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-orbitContainer .mission-activities-content-block-info-orbitContainer-orbit .mission-activities-content-block-info-orbitContainer-orbit-planet {
    height: 22px;
    left: 269px;
    top: 72px;
    width: 22px;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-text {
    margin: 50px 0 0 0;
  }
  body .main-container .mission .mission-activities .mission-activities-content .mission-activities-content-block .mission-activities-content-block-info .mission-activities-content-block-info-text p {
    font-size: 38px;
  }
  body .main-container .mission .mission-heading {
    padding: 244px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-bottom {
    margin: 58px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-lineContainer {
    margin: 58px 0 0 0;
  }
  body .main-container .mission .mission-heading .mission-heading-lineContainer .mission-heading-lineContainer-line {
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25);
    height: 4.7px;
    width: 181px;
  }
  body .main-container .mission .mission-research {
    margin: 488px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks {
    grid-template-columns: 55% 45%;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-left .mission-research-blocks-left-img img {
    border-radius: 22px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer {
    margin: 183px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .marginValue {
    margin: 97px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar {
    grid-template-columns: 203px calc(100% - 203px);
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-left .mission-research-blocks-right-content-barsContainer-bars-bar-left-block {
    border-radius: 15px;
    height: 145px;
    width: 145px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer {
    height: 40px;
    margin: 10px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull {
    box-shadow: 2.2px 2.2px 2.2px 2.2px rgba(158, 158, 158, 0.25);
    height: 4.7px;
    top: 18px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage {
    box-shadow: 2.2px 2.2px 2.2px 2.2px rgba(244, 126, 126, 0.25);
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-barsContainer .mission-research-blocks-right-content-barsContainer-bars .mission-research-blocks-right-content-barsContainer-bars-bar .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage .mission-research-blocks-right-content-barsContainer-bars-bar-rightContainer-right-barContainer-barFull-barPercentage-circle {
    border: 4.7px solid #f47e7e;
    height: 38px;
    width: 38px;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-info .mission-research-blocks-right-content-info-heading .mission-research-blocks-right-content-info-heading-bottom {
    margin: 15px 0 0 0;
  }
  body .main-container .mission .mission-research .mission-research-blocks .mission-research-blocks-right .mission-research-blocks-right-content .mission-research-blocks-right-content-info .mission-research-blocks-right-content-info-text {
    margin: 50px 0 0 0;
    width: 75%;
  }
}
body .main-container .news .news-blocks {
  display: flex;
  font-size: 0;
  justify-content: center;
  margin: 68px 0 0 0;
  padding: 0;
}
body .main-container .news .news-blocks .news-blocks-content {
  display: inline-grid;
  gap: 82px;
  grid-template-columns: 60% calc(40% - 82px);
  width: 83%;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left {
  font-size: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer {
  margin: 20px 0 0 0;
  position: relative;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial {
  display: inline-grid;
  grid-template-columns: 24% 59% 17%;
  margin: 45px 0 0 0;
  width: 100%;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks {
  display: inline-grid;
  gap: 13px;
  grid-template-columns: auto auto;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks-icon {
  align-items: center;
  display: flex;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks-icon img {
  height: auto;
  width: 25px;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks-name {
  align-items: center;
  display: flex;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks-name p {
  color: #ffffff;
  font-family: rajdhani-regular;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks {
  display: inline-grid;
  gap: 13px;
  grid-template-columns: auto auto;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks-icon {
  align-items: center;
  display: flex;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks-icon img {
  height: auto;
  width: 22px;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks-text {
  align-items: center;
  display: flex;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks-text p {
  color: #ffffff;
  font-family: rajdhani-regular;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social {
  display: flex;
  justify-content: flex-end;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks {
  display: inline-grid;
  gap: 24px;
  grid-template-columns: auto auto;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons {
  display: inline-grid;
  gap: 17px;
  grid-template-columns: auto auto auto;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-fb {
  align-items: center;
  display: flex;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-fb img {
  cursor: pointer;
  height: auto;
  width: 13px;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-instagram {
  align-items: center;
  display: flex;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-instagram img {
  cursor: pointer;
  height: auto;
  width: 22px;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-linkedin {
  align-items: center;
  display: flex;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-linkedin img {
  cursor: pointer;
  height: auto;
  width: 22px;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-text p {
  color: #ffffff;
  font-family: rajdhani-regular;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-button {
  margin: 34px 0 0 0;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-button button {
  background: transparent;
  border: 1px solid;
  border-color: #ffffff;
  color: #ffffff;
  font-family: quicksand-regular;
  font-size: 16px;
  height: 63px;
  width: 22%;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-heading {
  font-size: 0;
  margin: 28px 0 0 0;
  padding: 0;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-heading h2 {
  color: #ffffff;
  font-family: rajdhani-medium;
  font-size: 35px;
  margin: 0;
  padding: 0;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-tags {
  display: inline-grid;
  gap: 11px;
  grid-template-columns: auto auto;
  margin: 35px 0 0 0;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-tags .news-blocks-content-left-articlesContainer-articles-newsArea-tags-tag {
  background: #313131;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-tags .news-blocks-content-left-articlesContainer-articles-newsArea-tags-tag p {
  color: #ffffff;
  display: inline-block;
  font-family: rajdhani-medium;
  padding: 10px;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-text {
  margin: 6px 0 0 0;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-text p {
  color: #ffffff;
  font-family: quicksand-regular;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsAreaSecond {
  margin: 100px 0 0 0;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articlesFirst {
  display: block;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articlesSecond {
  margin: 100px 0 0 0;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articlesSecond.hide {
  display: none;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articlesSecond.show {
  display: block;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-breaking {
  align-items: center;
  background: #f55c5c;
  display: flex;
  font-size: 0;
  height: 109px;
  justify-content: center;
  margin: 0;
  padding: 0;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-breaking h2, body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-breaking h3, body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-breaking h4 {
  display: none;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-breaking h5 {
  font-family: rajdhani-semibold;
  margin: 0;
  padding: 0;
  text-align: center;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-load {
  display: flex;
  grid-column: 1/-1;
  justify-content: center;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-load .news-blocks-content-load-buttonContainer {
  display: flex;
  justify-content: center;
  width: 100%;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-load .news-blocks-content-load-buttonContainer button {
  background: transparent;
  border: 1px solid;
  border-color: #f55c5c;
  color: #ffffff;
  font-family: quicksand-regular;
  font-size: 16px;
  height: 63px;
  outline: none;
  width: 15%;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-load .news-blocks-content-load-buttonContainer-buttonShowLess.hide {
  display: none;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-load .news-blocks-content-load-buttonContainer-buttonShowLess.show {
  display: block;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-load .news-blocks-content-load-buttonContainer-buttonShowMore.hide {
  display: none;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-load .news-blocks-content-load-buttonContainer-buttonShowMore.show {
  display: block;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories {
  margin: 48px 0 0 0;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block {
  background: #212121;
  display: flex;
  justify-content: center;
  width: 100%;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements {
  padding: 28px 0 28px 0;
  width: 83%;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer {
  margin: 40px 0 0 0;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer .news-blocks-content-right-categories-block-elements-categoriesContainer-element {
  display: grid;
  grid-template-columns: auto auto;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer .news-blocks-content-right-categories-block-elements-categoriesContainer-element .news-blocks-content-right-categories-block-elements-categoriesContainer-element-number {
  display: flex;
  justify-content: flex-end;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer .news-blocks-content-right-categories-block-elements-categoriesContainer-element .news-blocks-content-right-categories-block-elements-categoriesContainer-element-number .news-blocks-content-right-categories-block-elements-categoriesContainer-element-number-block {
  align-items: center;
  background: #373737;
  display: flex;
  height: 25px;
  justify-content: center;
  width: 25px;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer .news-blocks-content-right-categories-block-elements-categoriesContainer-element .news-blocks-content-right-categories-block-elements-categoriesContainer-element-number .news-blocks-content-right-categories-block-elements-categoriesContainer-element-number-block p {
  color: #ffffff;
  font-family: quicksand-regular;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer .news-blocks-content-right-categories-block-elements-categoriesContainer-element .news-blocks-content-right-categories-block-elements-categoriesContainer-element-text {
  align-items: center;
  display: flex;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer .news-blocks-content-right-categories-block-elements-categoriesContainer-element .news-blocks-content-right-categories-block-elements-categoriesContainer-element-text p {
  color: #ffffff;
  font-family: quicksand-regular;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer .news-blocks-content-right-categories-block-elements-categoriesContainer-elementMargin {
  margin: 10px 0 0 0;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-heading p {
  color: #ffffff;
  font-family: quicksand-bold;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-lineContainer {
  margin: 19px 0 0 0;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-lineContainer .news-blocks-content-right-categories-block-elements-lineContainer-line {
  background: #ffffff;
  height: 2px;
  width: 8%;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts {
  margin: 48px 0 0 0;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block {
  background: #212121;
  display: flex;
  justify-content: center;
  width: 100%;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements {
  padding: 28px 0 28px 0;
  width: 83%;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-heading p {
  color: #ffffff;
  font-family: quicksand-bold;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-lineContainer {
  margin: 19px 0 0 0;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-lineContainer .news-blocks-content-right-posts-block-elements-lineContainer-line {
  background: #ffffff;
  height: 2px;
  width: 8%;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer {
  margin: 40px 0 0 0;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post {
  display: inline-grid;
  gap: 20px;
  grid-template-columns: 30% calc(70% - 20px);
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post .news-blocks-content-right-posts-block-elements-postContainer-post-imageContainer {
  height: 110px;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post .news-blocks-content-right-posts-block-elements-postContainer-post-imageContainer img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer {
  align-items: center;
  display: flex;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer-texts p {
  color: #ffffff;
  font-family: quicksand-bold;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer-texts .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer-texts-date {
  color: #ffffff;
  font-family: rajdhani-regular;
  margin: 11px 0 0 0;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postMargin {
  margin: 30px 0 0 0;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form {
  background: #212121;
  font-size: 16px;
  height: 71px;
  position: relative;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form img {
  cursor: pointer;
  height: auto;
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translate(0, -50%);
  width: 25px;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form input {
  background: #212121;
  border: none;
  height: 100%;
  outline: none;
  width: 100%;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form ::placeholder {
  color: #ffffff;
  opacity: 1;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form input[placeholder] {
  color: #ffffff;
  font-family: rajdhani-regular;
  opacity: 1;
  padding: 0 0 0 26px;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags {
  margin: 48px 0 0 0;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block {
  background: #212121;
  display: flex;
  justify-content: center;
  width: 100%;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements {
  padding: 28px 0 28px 0;
  width: 83%;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-heading p {
  color: #ffffff;
  font-family: quicksand-bold;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-lineContainer {
  margin: 19px 0 0 0;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-lineContainer .news-blocks-content-right-tags-block-elements-lineContainer-line {
  background: #ffffff;
  height: 2px;
  width: 8%;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer {
  display: inline-grid;
  gap: 15px;
  grid-template-columns: auto auto auto auto;
  margin: 40px 0 0 0;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer .news-blocks-content-right-tags-block-elements-tagsContainer-tag p {
  background: #373737;
  color: #ffffff;
  display: inline-block;
  font-family: quicksand-regular;
  padding: 10px;
}
body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainerBottom {
  margin: 15px 0 0 0;
}
body .main-container .news .news-heading {
  padding: 150px 0 0 0;
}
body .main-container .news .news-heading .news-heading-bottom {
  display: flex;
  font-size: 0;
  justify-content: center;
  margin: 11px 0 0 0;
  padding: 0;
}
body .main-container .news .news-heading .news-heading-bottom h3 {
  color: #ffffff;
  font-family: rajdhani-bold;
  font-size: 30px;
  margin: 0;
  text-align: center;
  width: 250px;
}
body .main-container .news .news-heading .news-heading-bottom h3 span {
  color: #f55c5c;
  display: inline;
  line-height: 1;
  margin: 0;
  padding: 0;
}
body .main-container .news .news-heading .news-heading-line {
  display: flex;
  justify-content: center;
  margin: 11px 0 0 0;
  width: 100%;
}
body .main-container .news .news-heading .news-heading-line .news-heading-line-element {
  background: #ffffff;
  height: 5px;
  width: 55px;
}
body .main-container .news .news-heading .news-heading-text {
  display: flex;
  justify-content: center;
  margin: 11px 0 0 0;
}
body .main-container .news .news-heading .news-heading-text p {
  color: #ffffff;
  font-family: rajdhani-regular;
  text-align: center;
  width: 350px;
}
body .main-container .news .news-heading .news-heading-top p {
  text-align: center;
}
@media (max-width: 300px) {
  body .main-container .news .news-blocks {
    margin: 40px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content {
    gap: 49px;
    grid-template-columns: auto;
    width: 95%;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left {
    order: 1;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer {
    margin: 12px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial {
    grid-template-columns: auto auto auto;
    margin: 26px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks {
    gap: 8.1px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks-icon {
    display: none;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks-icon img {
    width: 14px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks {
    display: none;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks {
    gap: 14px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons {
    gap: 10px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-fb img {
    width: 8.1px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-instagram img {
    width: 13px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-linkedin img {
    width: 13px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-button {
    margin: 20px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-button button {
    border: 0.59px solid;
    height: 37px;
    width: 47%;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-heading {
    margin: 18px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-heading h2 {
    font-size: 23px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-tags {
    gap: 6.6px;
    margin: 20px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-tags .news-blocks-content-left-articlesContainer-articles-newsArea-tags-tag p {
    padding: 5.9px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-text {
    margin: 5px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsAreaSecond {
    margin: 59px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articlesSecond {
    margin: 59px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-breaking {
    height: 64px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-load {
    order: 2;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-load .news-blocks-content-load-buttonContainer button {
    border: 0.59px solid;
    border-color: #f55c5c;
    height: 37px;
    width: 50%;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right {
    order: 3;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories {
    margin: 28px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements {
    padding: 16px 0 16px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer {
    margin: 23px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer .news-blocks-content-right-categories-block-elements-categoriesContainer-element .news-blocks-content-right-categories-block-elements-categoriesContainer-element-number .news-blocks-content-right-categories-block-elements-categoriesContainer-element-number-block {
    height: 18px;
    width: 18px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer .news-blocks-content-right-categories-block-elements-categoriesContainer-elementMargin {
    margin: 5.9px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-lineContainer {
    margin: 11px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-lineContainer .news-blocks-content-right-categories-block-elements-lineContainer-line {
    height: 1.2px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts {
    margin: 28px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements {
    padding: 16px 0 16px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-lineContainer {
    margin: 11px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-lineContainer .news-blocks-content-right-posts-block-elements-lineContainer-line {
    height: 1.2px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer {
    margin: 23px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post {
    gap: 12px;
    grid-template-columns: auto;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer-texts .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer-texts-date {
    margin: 6.6px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postMargin {
    margin: 18px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form {
    height: 42px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form img {
    right: 15px;
    width: 14px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form input[placeholder] {
    padding: 0 0 0 15px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags {
    margin: 28px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements {
    padding: 16px 0 16px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-lineContainer {
    margin: 11px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-lineContainer .news-blocks-content-right-tags-block-elements-lineContainer-line {
    height: 1.2px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer {
    gap: 3px;
    grid-template-columns: auto auto;
    margin: 23px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer .news-blocks-content-right-tags-block-elements-tagsContainer-tag p {
    padding: 3px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer .news-blocks-content-right-tags-block-elements-tagsContainer-tagFourth {
    display: none;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer .news-blocks-content-right-tags-block-elements-tagsContainer-tagThird {
    display: none;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainerBottom {
    margin: 3px 0 0 0;
  }
  body .main-container .news .news-heading {
    padding: 88px 0 0 0;
  }
  body .main-container .news .news-heading .news-heading-bottom h3 {
    font-size: 18px;
    width: 146px;
  }
  body .main-container .news .news-heading .news-heading-line .news-heading-line-element {
    height: 2.9px;
    width: 32px;
  }
  body .main-container .news .news-heading .news-heading-text p {
    width: 95%;
  }
}
@media (min-width: 301px) and (max-width: 576px) {
  body .main-container .news .news-blocks {
    margin: 44px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content {
    gap: 54px;
    grid-template-columns: auto;
    width: 90%;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left {
    order: 1;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer {
    margin: 13px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial {
    grid-template-columns: auto auto auto;
    margin: 29px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks {
    gap: 9px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks-icon img {
    width: 16px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks {
    display: none;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks {
    gap: 16px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons {
    gap: 11px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-fb img {
    width: 9px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-instagram img {
    width: 14px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-linkedin img {
    width: 14px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-button {
    margin: 22px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-button button {
    border: 0.66px solid;
    height: 41px;
    width: 43%;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-heading {
    margin: 18px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-heading h2 {
    font-size: 23px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-tags {
    gap: 7.3px;
    margin: 22px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-tags .news-blocks-content-left-articlesContainer-articles-newsArea-tags-tag p {
    padding: 6.6px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-text {
    margin: 5px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsAreaSecond {
    margin: 66px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articlesSecond {
    margin: 66px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-breaking {
    height: 71px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-load {
    order: 2;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-load .news-blocks-content-load-buttonContainer button {
    border: 0.66px solid;
    border-color: #f55c5c;
    height: 41px;
    width: 40%;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right {
    order: 3;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories {
    margin: 31px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements {
    padding: 18px 0 18px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer {
    margin: 26px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer .news-blocks-content-right-categories-block-elements-categoriesContainer-element .news-blocks-content-right-categories-block-elements-categoriesContainer-element-number .news-blocks-content-right-categories-block-elements-categoriesContainer-element-number-block {
    height: 18px;
    width: 18px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer .news-blocks-content-right-categories-block-elements-categoriesContainer-elementMargin {
    margin: 6.6px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-lineContainer {
    margin: 12px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-lineContainer .news-blocks-content-right-categories-block-elements-lineContainer-line {
    height: 1.3px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts {
    margin: 31px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements {
    padding: 18px 0 18px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-lineContainer {
    margin: 12px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-lineContainer .news-blocks-content-right-posts-block-elements-lineContainer-line {
    height: 1.3px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer {
    margin: 26px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post {
    gap: 13px;
    grid-template-columns: auto;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer-texts .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer-texts-date {
    margin: 7.3px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postMargin {
    margin: 20px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form {
    height: 47px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form img {
    right: 17px;
    width: 16px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form input[placeholder] {
    padding: 0 0 0 17px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags {
    margin: 31px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements {
    padding: 18px 0 18px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-lineContainer {
    margin: 12px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-lineContainer .news-blocks-content-right-tags-block-elements-lineContainer-line {
    height: 1.3px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer {
    gap: 10px;
    margin: 26px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer .news-blocks-content-right-tags-block-elements-tagsContainer-tag p {
    padding: 6.6px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer .news-blocks-content-right-tags-block-elements-tagsContainer-tagFourth {
    display: none;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer .news-blocks-content-right-tags-block-elements-tagsContainer-tagThird {
    display: none;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainerBottom {
    margin: 10px 0 0 0;
  }
  body .main-container .news .news-heading {
    padding: 98px 0 0 0;
  }
  body .main-container .news .news-heading .news-heading-bottom h3 {
    font-size: 20px;
    width: 162px;
  }
  body .main-container .news .news-heading .news-heading-line .news-heading-line-element {
    height: 3.2px;
    width: 36px;
  }
  body .main-container .news .news-heading .news-heading-text p {
    width: 90%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  body .main-container .news .news-blocks {
    margin: 49px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content {
    gap: 60px;
    grid-template-columns: auto;
    width: 74%;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left {
    order: 1;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer {
    margin: 14px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial {
    grid-template-columns: repeat(3, 1fr);
    margin: 32px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks {
    gap: 10px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks-icon img {
    width: 18px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks {
    gap: 10px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks-icon img {
    width: 16px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks {
    gap: 18px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons {
    gap: 12px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-fb img {
    width: 10px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-instagram img {
    width: 16px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-linkedin img {
    width: 16px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-button {
    margin: 25px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-button button {
    border: 0.73px solid;
    height: 46px;
    width: 26%;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-heading {
    margin: 20px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-heading h2 {
    font-size: 26px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-tags {
    gap: 8.1px;
    margin: 25px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-tags .news-blocks-content-left-articlesContainer-articles-newsArea-tags-tag p {
    padding: 7.3px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-text {
    margin: 5px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsAreaSecond {
    margin: 73px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articlesSecond {
    margin: 73px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-breaking {
    height: 79px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-load {
    order: 2;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-load .news-blocks-content-load-buttonContainer button {
    border: 0.73px solid;
    border-color: #f55c5c;
    height: 46px;
    width: 25%;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right {
    order: 3;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories {
    margin: 35px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements {
    padding: 20px 0 20px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer {
    margin: 29px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer .news-blocks-content-right-categories-block-elements-categoriesContainer-element .news-blocks-content-right-categories-block-elements-categoriesContainer-element-number .news-blocks-content-right-categories-block-elements-categoriesContainer-element-number-block {
    height: 18px;
    width: 18px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer .news-blocks-content-right-categories-block-elements-categoriesContainer-elementMargin {
    margin: 7.3px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-lineContainer {
    margin: 13px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-lineContainer .news-blocks-content-right-categories-block-elements-lineContainer-line {
    height: 1.4px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts {
    margin: 35px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements {
    padding: 20px 0 20px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-lineContainer {
    margin: 13px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-lineContainer .news-blocks-content-right-posts-block-elements-lineContainer-line {
    height: 1.4px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer {
    margin: 29px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post {
    gap: 14px;
    grid-template-columns: 30% 70%;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post .news-blocks-content-right-posts-block-elements-postContainer-post-imageContainer {
    height: 89px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer-texts .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer-texts-date {
    margin: 8.1px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postMargin {
    margin: 22px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form {
    height: 52px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form img {
    right: 19px;
    width: 18px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form input[placeholder] {
    padding: 0 0 0 19px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags {
    margin: 35px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements {
    padding: 20px 0 20px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-lineContainer {
    margin: 13px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-lineContainer .news-blocks-content-right-tags-block-elements-lineContainer-line {
    height: 1.4px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer {
    gap: 11px;
    margin: 29px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer .news-blocks-content-right-tags-block-elements-tagsContainer-tag p {
    padding: 7.3px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer .news-blocks-content-right-tags-block-elements-tagsContainer-tagFourth {
    display: none;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainerBottom {
    margin: 11px 0 0 0;
  }
  body .main-container .news .news-heading {
    padding: 109px 0 0 0;
  }
  body .main-container .news .news-heading .news-heading-bottom h3 {
    font-size: 22px;
    width: 180px;
  }
  body .main-container .news .news-heading .news-heading-line .news-heading-line-element {
    height: 3.6px;
    width: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body .main-container .news .news-blocks {
    margin: 55px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content {
    gap: 67px;
    grid-template-columns: auto;
    width: 74%;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left {
    order: 1;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer {
    margin: 16px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial {
    grid-template-columns: repeat(3, 1fr);
    margin: 36px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks {
    gap: 11px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks-icon img {
    width: 20px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks {
    gap: 11px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks-icon img {
    width: 18px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks {
    gap: 20px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons {
    gap: 13px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-fb img {
    width: 11px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-instagram img {
    width: 18px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-linkedin img {
    width: 18px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-button {
    margin: 28px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-button button {
    border: 0.81px solid;
    height: 51px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-heading {
    margin: 22px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-heading h2 {
    font-size: 29px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-tags {
    gap: 9px;
    margin: 28px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-tags .news-blocks-content-left-articlesContainer-articles-newsArea-tags-tag p {
    padding: 8.1px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-text {
    margin: 5px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsAreaSecond {
    margin: 81px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articlesSecond {
    margin: 81px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-breaking {
    height: 88px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-load {
    order: 2;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-load .news-blocks-content-load-buttonContainer button {
    border: 0.81px solid;
    border-color: #f55c5c;
    height: 51px;
    width: 25%;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right {
    order: 3;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories {
    margin: 39px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements {
    padding: 22px 0 22px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer {
    margin: 32px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer .news-blocks-content-right-categories-block-elements-categoriesContainer-element .news-blocks-content-right-categories-block-elements-categoriesContainer-element-number .news-blocks-content-right-categories-block-elements-categoriesContainer-element-number-block {
    height: 20px;
    width: 20px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer .news-blocks-content-right-categories-block-elements-categoriesContainer-elementMargin {
    margin: 8.1px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-lineContainer {
    margin: 15px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-lineContainer .news-blocks-content-right-categories-block-elements-lineContainer-line {
    height: 1.6px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts {
    margin: 39px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements {
    padding: 22px 0 22px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-lineContainer {
    margin: 15px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-lineContainer .news-blocks-content-right-posts-block-elements-lineContainer-line {
    height: 1.6px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer {
    margin: 32px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post {
    gap: 16px;
    grid-template-columns: 30% 70%;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post .news-blocks-content-right-posts-block-elements-postContainer-post-imageContainer {
    height: 99px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer-texts .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer-texts-date {
    margin: 9px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postMargin {
    margin: 24px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form {
    height: 58px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form img {
    right: 21px;
    width: 20px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form input[placeholder] {
    padding: 0 0 0 21px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags {
    margin: 39px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements {
    padding: 22px 0 22px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-lineContainer {
    margin: 15px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-lineContainer .news-blocks-content-right-tags-block-elements-lineContainer-line {
    height: 1.6px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer {
    gap: 12px;
    margin: 32px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer .news-blocks-content-right-tags-block-elements-tagsContainer-tag p {
    padding: 8.1px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainerBottom {
    margin: 12px 0 0 0;
  }
  body .main-container .news .news-heading {
    padding: 121px 0 0 0;
  }
  body .main-container .news .news-heading .news-heading-bottom h3 {
    font-size: 24px;
    width: 200px;
  }
  body .main-container .news .news-heading .news-heading-line .news-heading-line-element {
    height: 4px;
    width: 45px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer {
    grid-template-columns: auto auto auto;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer .news-blocks-content-right-tags-block-elements-tagsContainer-tagFourth {
    display: none;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer .news-blocks-content-right-tags-block-elements-tagsContainer-tagThird {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .main-container .news .news-blocks {
    margin: 61px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content {
    gap: 74px;
    grid-template-columns: 60% calc(40% - 74px);
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer {
    margin: 18px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial {
    grid-template-columns: repeat(3, 1fr);
    margin: 40px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks {
    gap: 12px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks-icon img {
    width: 22px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks {
    gap: 12px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks-icon img {
    width: 20px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks {
    gap: 22px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons {
    gap: 15px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-fb img {
    width: 12px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-instagram img {
    width: 20px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-linkedin img {
    width: 20px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-button {
    margin: 31px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-button button {
    border: 0.9px solid;
    height: 57px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-heading {
    margin: 25px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-heading h2 {
    font-size: 32px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-tags {
    gap: 10px;
    margin: 31px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-tags .news-blocks-content-left-articlesContainer-articles-newsArea-tags-tag p {
    padding: 9px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-text {
    margin: 5px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsAreaSecond {
    margin: 90px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articlesSecond {
    margin: 90px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-breaking {
    height: 98px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-load .news-blocks-content-load-buttonContainer button {
    border: 0.9px solid;
    border-color: #f55c5c;
    height: 57px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories {
    margin: 43px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements {
    padding: 25px 0 25px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer {
    margin: 36px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer .news-blocks-content-right-categories-block-elements-categoriesContainer-element .news-blocks-content-right-categories-block-elements-categoriesContainer-element-number .news-blocks-content-right-categories-block-elements-categoriesContainer-element-number-block {
    height: 22px;
    width: 22px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer .news-blocks-content-right-categories-block-elements-categoriesContainer-elementMargin {
    margin: 9px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-lineContainer {
    margin: 17px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-lineContainer .news-blocks-content-right-categories-block-elements-lineContainer-line {
    height: 1.8px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts {
    margin: 43px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements {
    padding: 25px 0 25px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-lineContainer {
    margin: 17px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-lineContainer .news-blocks-content-right-posts-block-elements-lineContainer-line {
    height: 1.8px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer {
    margin: 36px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post {
    gap: 18px;
    grid-template-columns: 30% calc(70% - 18px);
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post .news-blocks-content-right-posts-block-elements-postContainer-post-imageContainer {
    height: 110px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer-texts .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer-texts-date {
    margin: 10px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postMargin {
    margin: 27px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form {
    height: 64px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form img {
    right: 23px;
    width: 22px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form input[placeholder] {
    padding: 0 0 0 23px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags {
    margin: 43px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements {
    padding: 25px 0 25px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-lineContainer {
    margin: 17px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-lineContainer .news-blocks-content-right-tags-block-elements-lineContainer-line {
    height: 1.8px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer {
    gap: 13px;
    grid-template-columns: auto auto auto;
    margin: 36px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer .news-blocks-content-right-tags-block-elements-tagsContainer-tag p {
    padding: 9px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer .news-blocks-content-right-tags-block-elements-tagsContainer-tagFourth {
    display: none;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainerBottom {
    margin: 13px 0 0 0;
  }
  body .main-container .news .news-heading {
    padding: 135px 0 0 0;
  }
  body .main-container .news .news-heading .news-heading-bottom h3 {
    font-size: 27px;
  }
  body .main-container .news .news-heading .news-heading-line .news-heading-line-element {
    height: 4.5px;
  }
}
@media (min-width: 1400px) and (max-width: 1775px) {
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial {
    grid-template-columns: 21% 56% 23%;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer {
    grid-template-columns: auto auto auto;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer .news-blocks-content-right-tags-block-elements-tagsContainer-tagFourth {
    display: none;
  }
}
@media (min-width: 1921px) and (max-width: 2200px) {
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer .news-blocks-content-right-tags-block-elements-tagsContainer-tagTopFourth {
    display: none;
  }
}
@media (min-width: 1921px) and (max-width: 2400px) {
  body .main-container .news .news-blocks {
    margin: 85px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content {
    gap: 102px;
    grid-template-columns: 60% calc(40% - 102px);
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer {
    margin: 25px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial {
    grid-template-columns: 24% 53% 23%;
    margin: 56px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks {
    gap: 16px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks-icon img {
    width: 31px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks {
    gap: 16px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks-icon img {
    width: 27px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks {
    gap: 30px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons {
    gap: 21px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-fb img {
    width: 16px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-instagram img {
    width: 27px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-linkedin img {
    width: 27px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-button {
    margin: 42px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-button button {
    border: 1.3px solid;
    font-size: 20px;
    height: 78px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-heading {
    margin: 35px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-heading h2 {
    font-size: 43px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-tags {
    gap: 13px;
    margin: 43px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-tags .news-blocks-content-left-articlesContainer-articles-newsArea-tags-tag p {
    padding: 12px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-text {
    margin: 7px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsAreaSecond {
    margin: 110px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articlesSecond {
    margin: 110px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-breaking {
    height: 136px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-load .news-blocks-content-load-buttonContainer button {
    border: 1.2px solid;
    border-color: #f55c5c;
    font-size: 20px;
    height: 78px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories {
    margin: 60px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements {
    padding: 35px 0 35px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer {
    margin: 50px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer .news-blocks-content-right-categories-block-elements-categoriesContainer-element .news-blocks-content-right-categories-block-elements-categoriesContainer-element-number .news-blocks-content-right-categories-block-elements-categoriesContainer-element-number-block {
    height: 31px;
    width: 31px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer .news-blocks-content-right-categories-block-elements-categoriesContainer-elementMargin {
    margin: 12px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-lineContainer {
    margin: 23px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-lineContainer .news-blocks-content-right-categories-block-elements-lineContainer-line {
    height: 2.5px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts {
    margin: 60px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements {
    padding: 35px 0 35px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-lineContainer {
    margin: 23px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-lineContainer .news-blocks-content-right-posts-block-elements-lineContainer-line {
    height: 2.5px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer {
    margin: 50px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post {
    gap: 25px;
    grid-template-columns: 30% calc(70% - 25px);
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post .news-blocks-content-right-posts-block-elements-postContainer-post-imageContainer {
    height: 137px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer-texts .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer-texts-date {
    margin: 13px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postMargin {
    margin: 37px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form {
    font-size: 20px;
    height: 87px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form img {
    right: 32px;
    width: 31px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form input[placeholder] {
    padding: 0 0 0 32px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags {
    margin: 60px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements {
    padding: 35px 0 35px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-lineContainer {
    margin: 23px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-lineContainer .news-blocks-content-right-tags-block-elements-lineContainer-line {
    height: 2.5px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer {
    gap: 18px;
    margin: 50px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer .news-blocks-content-right-tags-block-elements-tagsContainer-tag p {
    padding: 12px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainerBottom {
    margin: 18px 0 0 0;
  }
  body .main-container .news .news-heading {
    padding: 187px 0 0 0;
  }
  body .main-container .news .news-heading .news-heading-bottom {
    margin: 13px 0 0 0;
  }
  body .main-container .news .news-heading .news-heading-bottom h3 {
    font-size: 37px;
    width: 312px;
  }
  body .main-container .news .news-heading .news-heading-line {
    margin: 13px 0 0 0;
  }
  body .main-container .news .news-heading .news-heading-line .news-heading-line-element {
    height: 6.2px;
    width: 68px;
  }
  body .main-container .news .news-heading .news-heading-text {
    margin: 13px 0 0 0;
  }
  body .main-container .news .news-heading .news-heading-text p {
    width: 438px;
  }
}
@media (min-width: 2401px) and (max-width: 2800px) {
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer .news-blocks-content-right-tags-block-elements-tagsContainer-tagTopFourth {
    display: none;
  }
}
@media (min-width: 2401px) and (max-width: 3000px) {
  body .main-container .news .news-blocks {
    margin: 106px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content {
    gap: 127px;
    grid-template-columns: 60% calc(40% - 127px);
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer {
    margin: 31px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial {
    grid-template-columns: 24% 53% 23%;
    margin: 70px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks {
    gap: 20px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks-icon img {
    width: 38px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks {
    gap: 20px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks-icon img {
    width: 33px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks {
    gap: 37px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons {
    gap: 26px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-fb img {
    width: 20px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-instagram img {
    width: 33px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-linkedin img {
    width: 33px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-button {
    margin: 52px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-button button {
    border: 1.6px solid;
    font-size: 25px;
    height: 97px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-heading {
    margin: 43px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-heading h2 {
    font-size: 53px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-tags {
    gap: 16px;
    margin: 53px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-tags .news-blocks-content-left-articlesContainer-articles-newsArea-tags-tag p {
    padding: 15px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-text {
    margin: 8px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsAreaSecond {
    margin: 137px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articlesSecond {
    margin: 137px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-breaking {
    height: 170px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-load .news-blocks-content-load-buttonContainer button {
    border: 1.5px solid;
    border-color: #f55c5c;
    font-size: 25px;
    height: 97px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories {
    margin: 75px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements {
    padding: 43px 0 43px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer {
    margin: 62px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer .news-blocks-content-right-categories-block-elements-categoriesContainer-element .news-blocks-content-right-categories-block-elements-categoriesContainer-element-number .news-blocks-content-right-categories-block-elements-categoriesContainer-element-number-block {
    height: 38px;
    width: 38px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer .news-blocks-content-right-categories-block-elements-categoriesContainer-elementMargin {
    margin: 15px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-lineContainer {
    margin: 28px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-lineContainer .news-blocks-content-right-categories-block-elements-lineContainer-line {
    height: 3.1px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts {
    margin: 75px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements {
    padding: 43px 0 43px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-lineContainer {
    margin: 28px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-lineContainer .news-blocks-content-right-posts-block-elements-lineContainer-line {
    height: 3.1px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer {
    margin: 62px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post {
    gap: 31px;
    grid-template-columns: 30% calc(70% - 31px);
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post .news-blocks-content-right-posts-block-elements-postContainer-post-imageContainer {
    height: 171px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer-texts .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer-texts-date {
    margin: 16px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postMargin {
    margin: 46px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form {
    font-size: 25px;
    height: 108px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form img {
    right: 40px;
    width: 38px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form input[placeholder] {
    padding: 0 0 0 40px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags {
    margin: 75px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements {
    padding: 43px 0 43px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-lineContainer {
    margin: 28px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-lineContainer .news-blocks-content-right-tags-block-elements-lineContainer-line {
    height: 3.1px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer {
    gap: 22px;
    margin: 62px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer .news-blocks-content-right-tags-block-elements-tagsContainer-tag p {
    padding: 15px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainerBottom {
    margin: 22px 0 0 0;
  }
  body .main-container .news .news-heading {
    padding: 234px 0 0 0;
  }
  body .main-container .news .news-heading .news-heading-bottom {
    margin: 16px 0 0 0;
  }
  body .main-container .news .news-heading .news-heading-bottom h3 {
    font-size: 46px;
    width: 390px;
  }
  body .main-container .news .news-heading .news-heading-line {
    margin: 16px 0 0 0;
  }
  body .main-container .news .news-heading .news-heading-line .news-heading-line-element {
    height: 7.7px;
    width: 85px;
  }
  body .main-container .news .news-heading .news-heading-text {
    margin: 16px 0 0 0;
  }
  body .main-container .news .news-heading .news-heading-text p {
    width: 548px;
  }
}
@media (min-width: 3001px) and (max-width: 3350px) {
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer .news-blocks-content-right-tags-block-elements-tagsContainer-tagTopFourth {
    display: none;
  }
}
@media (min-width: 3001px) and (max-width: 3750px) {
  body .main-container .news .news-blocks {
    margin: 132px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content {
    gap: 158px;
    grid-template-columns: 60% calc(40% - 158px);
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer {
    margin: 38px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial {
    grid-template-columns: 24% 53% 23%;
    margin: 87px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks {
    gap: 25px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks-icon img {
    width: 47px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks {
    gap: 25px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks-icon img {
    width: 41px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks {
    gap: 46px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons {
    gap: 32px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-fb img {
    width: 25px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-instagram img {
    width: 41px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-linkedin img {
    width: 41px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-button {
    margin: 65px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-button button {
    border: 2px solid;
    font-size: 31px;
    height: 121px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-heading {
    margin: 53px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-heading h2 {
    font-size: 66px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-tags {
    gap: 20px;
    margin: 66px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-tags .news-blocks-content-left-articlesContainer-articles-newsArea-tags-tag p {
    padding: 18px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-text {
    margin: 10px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsAreaSecond {
    margin: 171px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articlesSecond {
    margin: 171px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-breaking {
    height: 212px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-load .news-blocks-content-load-buttonContainer button {
    border: 1.8px solid;
    border-color: #f55c5c;
    font-size: 31px;
    height: 121px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories {
    margin: 93px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements {
    padding: 53px 0 53px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer {
    margin: 77px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer .news-blocks-content-right-categories-block-elements-categoriesContainer-element .news-blocks-content-right-categories-block-elements-categoriesContainer-element-number .news-blocks-content-right-categories-block-elements-categoriesContainer-element-number-block {
    height: 47px;
    width: 47px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer .news-blocks-content-right-categories-block-elements-categoriesContainer-elementMargin {
    margin: 18px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-lineContainer {
    margin: 35px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-lineContainer .news-blocks-content-right-categories-block-elements-lineContainer-line {
    height: 3.8px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts {
    margin: 93px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements {
    padding: 53px 0 53px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-lineContainer {
    margin: 35px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-lineContainer .news-blocks-content-right-posts-block-elements-lineContainer-line {
    height: 3.8px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer {
    margin: 77px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post {
    gap: 38px;
    grid-template-columns: 30% calc(70% - 38px);
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post .news-blocks-content-right-posts-block-elements-postContainer-post-imageContainer {
    height: 213px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer-texts .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer-texts-date {
    margin: 20px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postMargin {
    margin: 57px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form {
    font-size: 31px;
    height: 135px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form img {
    right: 50px;
    width: 47px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form input[placeholder] {
    padding: 0 0 0 50px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags {
    margin: 93px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements {
    padding: 53px 0 53px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-lineContainer {
    margin: 35px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-lineContainer .news-blocks-content-right-tags-block-elements-lineContainer-line {
    height: 3.8px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer {
    gap: 27px;
    margin: 77px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer .news-blocks-content-right-tags-block-elements-tagsContainer-tag p {
    padding: 18px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainerBottom {
    margin: 27px 0 0 0;
  }
  body .main-container .news .news-heading {
    padding: 293px 0 0 0;
  }
  body .main-container .news .news-heading .news-heading-bottom {
    margin: 20px 0 0 0;
  }
  body .main-container .news .news-heading .news-heading-bottom h3 {
    font-size: 57px;
    width: 488px;
  }
  body .main-container .news .news-heading .news-heading-line {
    margin: 20px 0 0 0;
  }
  body .main-container .news .news-heading .news-heading-line .news-heading-line-element {
    height: 9.6px;
    width: 106px;
  }
  body .main-container .news .news-heading .news-heading-text {
    margin: 20px 0 0 0;
  }
  body .main-container .news .news-heading .news-heading-text p {
    width: 685px;
  }
}
@media (min-width: 3751px) {
  body .main-container .news .news-blocks {
    margin: 165px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content {
    gap: 198px;
    grid-template-columns: 60% calc(40% - 198px);
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer {
    margin: 47px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial {
    grid-template-columns: 24% 53% 23%;
    margin: 108px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks {
    gap: 31px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-author-blocks-icon img {
    width: 58px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks {
    gap: 31px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-date-blocks-icon img {
    width: 51px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks {
    gap: 57px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons {
    gap: 40px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-fb img {
    width: 31px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-instagram img {
    width: 51px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons .news-blocks-content-left-articlesContainer-articles-newsArea-authorDateSocial-social-blocks-icons-linkedin img {
    width: 51px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-button {
    margin: 81px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-button button {
    border: 2.5px solid;
    font-size: 38px;
    height: 151px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-heading {
    margin: 66px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-heading h2 {
    font-size: 82px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-tags {
    gap: 25px;
    margin: 82px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-tags .news-blocks-content-left-articlesContainer-articles-newsArea-tags-tag p {
    padding: 22px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsArea .news-blocks-content-left-articlesContainer-articles-newsArea-text {
    margin: 12px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articles .news-blocks-content-left-articlesContainer-articles-newsAreaSecond {
    margin: 213px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-articlesContainer .news-blocks-content-left-articlesContainer-articlesSecond {
    margin: 213px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-left .news-blocks-content-left-breaking {
    height: 265px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-load .news-blocks-content-load-buttonContainer button {
    border: 2.2px solid;
    border-color: #f55c5c;
    font-size: 38px;
    height: 151px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories {
    margin: 116px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements {
    padding: 66px 0 66px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer {
    margin: 96px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer .news-blocks-content-right-categories-block-elements-categoriesContainer-element .news-blocks-content-right-categories-block-elements-categoriesContainer-element-number .news-blocks-content-right-categories-block-elements-categoriesContainer-element-number-block {
    height: 58px;
    width: 58px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-categoriesContainer .news-blocks-content-right-categories-block-elements-categoriesContainer-elementMargin {
    margin: 22px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-lineContainer {
    margin: 43px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-categories .news-blocks-content-right-categories-block .news-blocks-content-right-categories-block-elements .news-blocks-content-right-categories-block-elements-lineContainer .news-blocks-content-right-categories-block-elements-lineContainer-line {
    height: 4.7px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts {
    margin: 116px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements {
    padding: 66px 0 66px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-lineContainer {
    margin: 43px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-lineContainer .news-blocks-content-right-posts-block-elements-lineContainer-line {
    height: 4.7px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer {
    margin: 96px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post {
    gap: 47px;
    grid-template-columns: 30% calc(70% - 47px);
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post .news-blocks-content-right-posts-block-elements-postContainer-post-imageContainer {
    height: 266px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postContainer .news-blocks-content-right-posts-block-elements-postContainer-post .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer-texts .news-blocks-content-right-posts-block-elements-postContainer-post-textContainer-texts-date {
    margin: 25px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-posts .news-blocks-content-right-posts-block .news-blocks-content-right-posts-block-elements .news-blocks-content-right-posts-block-elements-postMargin {
    margin: 71px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form {
    font-size: 38px;
    height: 168px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form img {
    right: 62px;
    width: 58px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-search .news-blocks-content-right-search-form input[placeholder] {
    padding: 0 0 0 62px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags {
    margin: 116px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements {
    padding: 66px 0 66px 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-lineContainer {
    margin: 43px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-lineContainer .news-blocks-content-right-tags-block-elements-lineContainer-line {
    height: 4.7px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer {
    gap: 33px;
    margin: 96px 0 0 0;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer .news-blocks-content-right-tags-block-elements-tagsContainer-tag p {
    padding: 22px;
  }
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainerBottom {
    margin: 33px 0 0 0;
  }
  body .main-container .news .news-heading {
    padding: 366px 0 0 0;
  }
  body .main-container .news .news-heading .news-heading-bottom {
    margin: 25px 0 0 0;
  }
  body .main-container .news .news-heading .news-heading-bottom h3 {
    font-size: 71px;
    width: 610px;
  }
  body .main-container .news .news-heading .news-heading-line {
    margin: 25px 0 0 0;
  }
  body .main-container .news .news-heading .news-heading-line .news-heading-line-element {
    height: 12px;
    width: 132px;
  }
  body .main-container .news .news-heading .news-heading-text {
    margin: 25px 0 0 0;
  }
  body .main-container .news .news-heading .news-heading-text p {
    width: 856px;
  }
}
@media (min-width: 3751px) and (max-width: 4100px) {
  body .main-container .news .news-blocks .news-blocks-content .news-blocks-content-right .news-blocks-content-right-tags .news-blocks-content-right-tags-block .news-blocks-content-right-tags-block-elements .news-blocks-content-right-tags-block-elements-tagsContainer .news-blocks-content-right-tags-block-elements-tagsContainer-tagTopFourth {
    display: none;
  }
}
body .main-container .projectJupiter {
  font-size: 0;
  margin: 0;
  padding: 0;
}
body .main-container .projectJupiter .projectJupiter-features {
  display: flex;
  font-size: 0;
  justify-content: center;
  margin: 200px 0 0 0;
  padding: 0;
}
body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content {
  width: 83%;
}
body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-headingContainer {
  display: flex;
  font-size: 0;
  justify-content: center;
  margin: 0;
  padding: 0;
}
body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-headingContainer .projectJupiter-features-content-headingContainer-heading {
  display: inline-block;
  font-size: 0;
  margin: 0;
  padding: 0;
}
body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-headingContainer .projectJupiter-features-content-headingContainer-heading h2 {
  margin: 0;
  padding: 0;
}
body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-headingContainer .projectJupiter-features-content-headingContainer-heading .projectJupiter-heading-number {
  color: #ffffff;
  font-family: rajdhani-regular;
  font-size: 100px;
}
body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-headingContainer .projectJupiter-features-content-headingContainer-heading .projectJupiter-heading-textArea {
  bottom: 24px;
  color: #ffffff;
  font-family: rajdhani-regular;
  font-size: 75px;
  margin: 0 0 0 35px;
  position: relative;
}
body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer {
  margin: 100px 0 0 0;
}
body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information {
  display: inline-grid;
  grid-template-columns: repeat(3, 19% 62% 19%);
  width: 100%;
}
body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-buttonArea {
  align-items: center;
  display: flex;
  justify-content: start;
}
body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-buttonArea .projectJupiter-features-content-informationContainer-information-buttonArea-button {
  cursor: pointer;
  width: 50%;
}
body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-buttonArea .projectJupiter-features-content-informationContainer-information-buttonArea-button .projectJupiter-features-content-informationContainer-information-buttonArea-button-line {
  background: #ffffff;
  height: 4px;
  margin: 10px 0 0 0;
  width: 100%;
}
body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-buttonArea .projectJupiter-features-content-informationContainer-information-buttonArea-button p {
  color: #ffffff;
  font-family: rajdhani-bold;
  text-align: center;
}
body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea {
  display: none;
  position: relative;
}
body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-description {
  align-items: center;
  background: rgba(216, 216, 216, 0.5);
  bottom: 0;
  display: flex;
  height: 150px;
  justify-content: center;
  position: absolute;
  width: 100%;
}
body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-description h5 {
  color: #000000;
  font-family: rajdhani-bold;
}
body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureName {
  align-items: center;
  background: rgba(33, 30, 50, 0.75);
  display: flex;
  height: 178px;
  justify-content: center;
  left: -234px;
  position: absolute;
  top: 94px;
  width: 73%;
}
body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureName h2, body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureName h3 {
  display: none;
}
body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureName h4 {
  color: #ffffff;
  font-family: adlam-display;
  font-size: 25px;
}
body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureText {
  left: 78px;
  position: absolute;
  top: 298px;
}
body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureText p {
  color: #ffffff;
  font-family: rajdhani-bold;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.75);
  width: 55%;
}
body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea.active {
  display: block;
}
body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-jupiterClouds {
  display: none;
}
body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-jupiterClouds .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureName {
  background: rgba(106, 90, 82, 0.75);
}
body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-next {
  justify-content: flex-end;
}
body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-informationMobile {
  display: none;
}
body .main-container .projectJupiter .projectJupiter-info {
  font-size: 0;
  margin: 125px 0 0 0;
  padding: 0;
  position: relative;
}
body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features {
  display: flex;
  font-size: 0;
  justify-content: center;
  margin: 39px 0 0 0;
  padding: 0;
}
body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content {
  width: 74%;
}
body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks {
  display: inline-grid;
  gap: 91px;
  grid-template-columns: auto auto auto;
}
body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature {
  font-size: 0;
  margin: 0;
  padding: 0;
}
body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-info {
  font-size: 0;
  margin: 9px 0 0 0;
  padding: 0;
}
body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-info h4 {
  color: #ffffff;
  font-family: adlam-display;
  font-size: 25px;
  margin: 0;
  padding: 0;
}
body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-type {
  font-size: 0;
  margin: 0;
  padding: 0;
}
body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-type h2, body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-type h3, body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-type h4 {
  display: none;
}
body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-type h5 {
  margin: 0;
  padding: 0;
}
body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-image {
  display: flex;
  justify-content: center;
}
body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-image img {
  height: auto;
  width: 78%;
}
body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer {
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo {
  position: relative;
  width: 24%;
}
body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-info {
  left: 0;
  position: absolute;
  top: 228px;
  width: calc(100% + 43px);
}
body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-info p {
  color: #ffffff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.75);
}
body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-planet {
  align-items: center;
  background: rgba(62, 62, 62, 0.5);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.45);
  display: flex;
  height: 116px;
  justify-content: center;
  margin: 92px 0 0 0;
  width: 100%;
}
body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-planet h2 {
  color: #ffffff;
  font-family: adlam-display;
  font-size: 50px;
}
body .main-container .projectJupiter .projectJupiter-overview {
  display: flex;
  justify-content: center;
  margin: 200px 0 0 0;
}
body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content {
  display: inline-grid;
  grid-template-columns: repeat(2, 36% 64%);
  width: 74%;
}
body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text {
  left: 38.5%;
  position: relative;
  top: 48px;
}
body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-heading h2 {
  margin: 0;
  padding: 0;
}
body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-heading .projectJupiter-heading-number {
  color: #ffffff;
  font-family: rajdhani-regular;
  font-size: 100px;
}
body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-heading .projectJupiter-heading-textArea {
  bottom: 24px;
  color: #ffffff;
  font-family: rajdhani-regular;
  font-size: 75px;
  margin: 0 0 0 35px;
  position: relative;
}
body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-info {
  bottom: 24px;
  left: 14%;
  position: relative;
}
body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-info p {
  color: #ffffff;
  font-family: rajdhani-bold;
}
@media (max-width: 300px) {
  body .main-container .projectJupiter .projectJupiter-features {
    margin: 118px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content {
    width: 95%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-headingContainer .projectJupiter-features-content-headingContainer-heading .projectJupiter-heading-number {
    font-size: 59px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-headingContainer .projectJupiter-features-content-headingContainer-heading .projectJupiter-heading-textArea {
    bottom: 14px;
    font-size: 44px;
    margin: 0;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer {
    margin: 28px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information {
    grid-template-columns: auto;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea {
    height: 500px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea img {
    height: 100%;
    object-fit: cover;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-description {
    height: 60px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureName {
    height: 60px;
    left: 0;
    top: 0;
    width: 100%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureName h4 {
    font-size: 16px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureText {
    display: flex;
    justify-content: center;
    left: 0;
    top: 81px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureText p {
    text-align: center;
    text-shadow: 2.3px 2.3px 2.3px rgba(0, 0, 0, 0.75);
    width: 90%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-next {
    display: none;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-previous {
    display: none;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-informationMobile {
    display: inline-grid;
    grid-template-columns: repeat(2, 50% 50%);
    margin: 25px 0 0 0;
    width: 100%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-informationMobile .projectJupiter-features-content-informationContainer-informationMobile-buttonArea .projectJupiter-features-content-informationContainer-informationMobile-buttonArea-button {
    cursor: pointer;
    width: 75%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-informationMobile .projectJupiter-features-content-informationContainer-informationMobile-buttonArea .projectJupiter-features-content-informationContainer-informationMobile-buttonArea-button p {
    color: #ffffff;
    font-family: rajdhani-bold;
    text-align: center;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-informationMobile .projectJupiter-features-content-informationContainer-informationMobile-buttonArea .projectJupiter-features-content-informationContainer-informationMobile-buttonArea-button .projectJupiter-features-content-informationContainer-informationMobile-buttonArea-button-line {
    background: #ffffff;
    height: 2.3px;
    margin: 5.9px 0 0 0;
    width: 100%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-informationMobile .projectJupiter-features-content-informationContainer-informationMobile-next {
    display: flex;
    justify-content: flex-end;
  }
  body .main-container .projectJupiter .projectJupiter-info {
    margin: 74px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features {
    margin: 210px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content {
    display: flex;
    justify-content: center;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks {
    gap: 27px;
    grid-template-columns: auto;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-info {
    display: flex;
    justify-content: center;
    margin: 5.3px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-info h4 {
    font-size: 16px;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-type {
    display: flex;
    justify-content: center;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-image img {
    width: 100%;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo {
    width: 90%;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-info {
    top: 134px;
    width: 100%;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-info p {
    text-shadow: 2.3px 2.3px 2.3px rgba(0, 0, 0, 0.75);
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-planet {
    box-shadow: 2.3px 2.3px 2.3px rgba(0, 0, 0, 0.45);
    height: 68px;
    margin: 54px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-planet h2 {
    font-size: 26px;
  }
  body .main-container .projectJupiter .projectJupiter-overview {
    margin: 118px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content {
    gap: 20px;
    grid-template-columns: auto;
    width: 95%;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-image {
    height: 328px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-image img {
    height: 100%;
    object-fit: cover;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text {
    left: 0;
    top: 0;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-heading .projectJupiter-heading-number {
    font-size: 59px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-heading .projectJupiter-heading-textArea {
    bottom: 14px;
    font-size: 44px;
    margin: 0;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-info {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 301px) and (max-width: 576px) {
  body .main-container .projectJupiter .projectJupiter-features {
    margin: 131px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content {
    width: 90%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-headingContainer .projectJupiter-features-content-headingContainer-heading .projectJupiter-heading-number {
    font-size: 66px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-headingContainer .projectJupiter-features-content-headingContainer-heading .projectJupiter-heading-textArea {
    bottom: 16px;
    font-size: 49px;
    margin: 0;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer {
    margin: 31px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information {
    grid-template-columns: auto;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea {
    height: 450px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea img {
    height: 100%;
    object-fit: cover;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-description {
    height: 67px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureName {
    height: 67px;
    left: 0;
    top: 0;
    width: 100%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureName h4 {
    font-size: 16px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureText {
    display: flex;
    justify-content: center;
    left: 0;
    top: 90px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureText p {
    text-align: center;
    text-shadow: 2.6px 2.6px 2.6px rgba(0, 0, 0, 0.75);
    width: 90%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-next {
    display: none;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-previous {
    display: none;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-informationMobile {
    display: inline-grid;
    grid-template-columns: repeat(2, 50% 50%);
    margin: 28px 0 0 0;
    width: 100%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-informationMobile .projectJupiter-features-content-informationContainer-informationMobile-buttonArea .projectJupiter-features-content-informationContainer-informationMobile-buttonArea-button {
    cursor: pointer;
    width: 75%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-informationMobile .projectJupiter-features-content-informationContainer-informationMobile-buttonArea .projectJupiter-features-content-informationContainer-informationMobile-buttonArea-button p {
    color: #ffffff;
    font-family: rajdhani-bold;
    text-align: center;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-informationMobile .projectJupiter-features-content-informationContainer-informationMobile-buttonArea .projectJupiter-features-content-informationContainer-informationMobile-buttonArea-button .projectJupiter-features-content-informationContainer-informationMobile-buttonArea-button-line {
    background: #ffffff;
    height: 2.6px;
    margin: 6.6px 0 0 0;
    width: 100%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-informationMobile .projectJupiter-features-content-informationContainer-informationMobile-next {
    display: flex;
    justify-content: flex-end;
  }
  body .main-container .projectJupiter .projectJupiter-info {
    margin: 82px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features {
    margin: 175px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content {
    display: flex;
    justify-content: center;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks {
    gap: 30px;
    grid-template-columns: auto;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-info {
    display: flex;
    justify-content: center;
    margin: 5.9px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-info h4 {
    font-size: 16px;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-type {
    display: flex;
    justify-content: center;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-image img {
    width: 100%;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo {
    width: 80%;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-info {
    top: 149px;
    width: calc(100% + 28px);
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-info p {
    text-shadow: 2.6px 2.6px 2.6px rgba(0, 0, 0, 0.75);
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-planet {
    box-shadow: 2.6px 2.6px 2.6px rgba(0, 0, 0, 0.45);
    height: 76px;
    margin: 60px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-planet h2 {
    font-size: 29px;
  }
  body .main-container .projectJupiter .projectJupiter-overview {
    margin: 131px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content {
    gap: 22px;
    grid-template-columns: auto;
    width: 90%;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-image {
    height: 364px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-image img {
    height: 100%;
    object-fit: cover;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text {
    left: 0;
    top: 0;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-heading .projectJupiter-heading-number {
    font-size: 66px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-heading .projectJupiter-heading-textArea {
    bottom: 16px;
    font-size: 49px;
    margin: 0;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-info {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  body .main-container .projectJupiter .projectJupiter-features {
    margin: 146px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content {
    width: 74%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-headingContainer .projectJupiter-features-content-headingContainer-heading .projectJupiter-heading-number {
    font-size: 73px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-headingContainer .projectJupiter-features-content-headingContainer-heading .projectJupiter-heading-textArea {
    bottom: 18px;
    font-size: 54px;
    margin: 0 0 0 25px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer {
    margin: 35px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information {
    grid-template-columns: auto;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-description {
    height: 75px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureName {
    height: 75px;
    left: 0;
    top: 0;
    width: 100%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureName h4 {
    font-size: 18px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureText {
    display: flex;
    justify-content: center;
    left: 0;
    top: 100px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureText p {
    text-align: center;
    text-shadow: 2.9px 2.9px 2.9px rgba(0, 0, 0, 0.75);
    width: 90%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-next {
    display: none;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-previous {
    display: none;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-informationMobile {
    display: inline-grid;
    grid-template-columns: repeat(2, 50% 50%);
    margin: 31px 0 0 0;
    width: 100%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-informationMobile .projectJupiter-features-content-informationContainer-informationMobile-buttonArea .projectJupiter-features-content-informationContainer-informationMobile-buttonArea-button {
    cursor: pointer;
    width: 50%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-informationMobile .projectJupiter-features-content-informationContainer-informationMobile-buttonArea .projectJupiter-features-content-informationContainer-informationMobile-buttonArea-button p {
    color: #ffffff;
    font-family: rajdhani-bold;
    text-align: center;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-informationMobile .projectJupiter-features-content-informationContainer-informationMobile-buttonArea .projectJupiter-features-content-informationContainer-informationMobile-buttonArea-button .projectJupiter-features-content-informationContainer-informationMobile-buttonArea-button-line {
    background: #ffffff;
    height: 2.9px;
    margin: 7.3px 0 0 0;
    width: 100%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-informationMobile .projectJupiter-features-content-informationContainer-informationMobile-next {
    display: flex;
    justify-content: flex-end;
  }
  body .main-container .projectJupiter .projectJupiter-info {
    margin: 91px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features {
    margin: 10px;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content {
    display: flex;
    justify-content: center;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks {
    gap: 33px;
    grid-template-columns: auto;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-info {
    display: flex;
    justify-content: center;
    margin: 6.6px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-info h4 {
    font-size: 18px;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-type {
    display: flex;
    justify-content: center;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-image img {
    width: 100%;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo {
    width: 45%;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-info {
    top: 166px;
    width: calc(100% + 31px);
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-info p {
    text-shadow: 2.9px 2.9px 2.9px rgba(0, 0, 0, 0.75);
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-planet {
    box-shadow: 2.9px 2.9px 2.9px rgba(0, 0, 0, 0.45);
    height: 85px;
    margin: 67px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-planet h2 {
    font-size: 32px;
  }
  body .main-container .projectJupiter .projectJupiter-overview {
    margin: 146px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content {
    gap: 25px;
    grid-template-columns: auto;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-image {
    height: 405px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-image img {
    height: 100%;
    object-fit: cover;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text {
    left: 0;
    top: 0;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-heading .projectJupiter-heading-number {
    font-size: 73px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-heading .projectJupiter-heading-textArea {
    bottom: 18px;
    font-size: 54px;
    margin: 0 0 0 25px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-info {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body .main-container .projectJupiter .projectJupiter-features {
    margin: 162px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content {
    width: 74%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-headingContainer .projectJupiter-features-content-headingContainer-heading .projectJupiter-heading-number {
    font-size: 81px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-headingContainer .projectJupiter-features-content-headingContainer-heading .projectJupiter-heading-textArea {
    bottom: 20px;
    font-size: 60px;
    margin: 0 0 0 28px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer {
    margin: 81px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information {
    grid-template-columns: auto;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-description {
    height: 90px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureName {
    height: 90px;
    left: 0;
    top: 0;
    width: 100%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureName h4 {
    font-size: 20px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureText {
    display: flex;
    justify-content: center;
    left: 0;
    top: 150px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureText p {
    text-align: center;
    text-shadow: 3.2px 3.2px 3.2px rgba(0, 0, 0, 0.75);
    width: 50%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-next {
    display: none;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-previous {
    display: none;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-informationMobile {
    display: inline-grid;
    grid-template-columns: repeat(2, 50% 50%);
    margin: 35px 0 0 0;
    width: 100%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-informationMobile .projectJupiter-features-content-informationContainer-informationMobile-buttonArea .projectJupiter-features-content-informationContainer-informationMobile-buttonArea-button {
    cursor: pointer;
    width: 50%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-informationMobile .projectJupiter-features-content-informationContainer-informationMobile-buttonArea .projectJupiter-features-content-informationContainer-informationMobile-buttonArea-button p {
    color: #ffffff;
    font-family: rajdhani-bold;
    text-align: center;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-informationMobile .projectJupiter-features-content-informationContainer-informationMobile-buttonArea .projectJupiter-features-content-informationContainer-informationMobile-buttonArea-button .projectJupiter-features-content-informationContainer-informationMobile-buttonArea-button-line {
    background: #ffffff;
    height: 3.2px;
    margin: 8.1px 0 0 0;
    width: 100%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-informationMobile .projectJupiter-features-content-informationContainer-informationMobile-next {
    display: flex;
    justify-content: flex-end;
  }
  body .main-container .projectJupiter .projectJupiter-info {
    margin: 101px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features {
    margin: 20px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks {
    gap: 74px;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-info {
    margin: 7.3px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-info h4 {
    font-size: 20px;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-image img {
    width: 100%;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo {
    width: 45%;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-info {
    top: 184px;
    width: calc(100% + 35px);
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-info p {
    text-shadow: 3.2px 3.2px 3.2px rgba(0, 0, 0, 0.75);
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-planet {
    box-shadow: 3.2px 3.2px 3.2px rgba(0, 0, 0, 0.45);
    height: 94px;
    margin: 75px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-planet h2 {
    font-size: 36px;
  }
  body .main-container .projectJupiter .projectJupiter-overview {
    margin: 162px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-image {
    height: 450px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-image img {
    height: 100%;
    object-fit: cover;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text {
    left: 16%;
    top: 39px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-heading .projectJupiter-heading-number {
    font-size: 81px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-heading .projectJupiter-heading-textArea {
    bottom: 20px;
    font-size: 60px;
    margin: 0 0 0 28px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-info {
    bottom: 20px;
    width: 225%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .main-container .projectJupiter .projectJupiter-features {
    margin: 180px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-headingContainer .projectJupiter-features-content-headingContainer-heading .projectJupiter-heading-number {
    font-size: 90px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-headingContainer .projectJupiter-features-content-headingContainer-heading .projectJupiter-heading-textArea {
    bottom: 22px;
    font-size: 67px;
    margin: 0 0 0 31px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer {
    margin: 90px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information {
    grid-template-columns: repeat(3, 15% 70% 15%);
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-buttonArea {
    display: flex;
    justify-content: center;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-buttonArea .projectJupiter-features-content-informationContainer-information-buttonArea-button {
    width: 75%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-buttonArea .projectJupiter-features-content-informationContainer-information-buttonArea-button .projectJupiter-features-content-informationContainer-information-buttonArea-button-line {
    height: 3.6px;
    margin: 9px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-description {
    height: 100px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureName {
    height: 125px;
    left: 0;
    top: 0;
    width: 100%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureName h4 {
    font-size: 22px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureText {
    display: flex;
    justify-content: center;
    left: 0;
    top: 215px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureText p {
    text-align: center;
    text-shadow: 3.6px 3.6px 3.6px rgba(0, 0, 0, 0.75);
    width: 50%;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-next {
    display: flex;
    justify-content: flex-end;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-previous {
    display: flex;
    justify-content: start;
  }
  body .main-container .projectJupiter .projectJupiter-info {
    margin: 112px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features {
    margin: 35px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks {
    gap: 82px;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-info {
    margin: 8.1px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-info h4 {
    font-size: 22px;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo {
    width: 30%;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-info {
    top: 205px;
    width: calc(100% + 39px);
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-info p {
    text-shadow: 3.6px 3.6px 3.6px rgba(0, 0, 0, 0.75);
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-planet {
    box-shadow: 3.6px 3.6px 3.6px rgba(0, 0, 0, 0.45);
    height: 104px;
    margin: 83px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-planet h2 {
    font-size: 40px;
  }
  body .main-container .projectJupiter .projectJupiter-overview {
    margin: 180px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-image {
    height: 500px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-image img {
    height: 100%;
    object-fit: cover;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text {
    left: 16%;
    top: 43px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-heading .projectJupiter-heading-number {
    font-size: 90px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-heading .projectJupiter-heading-textArea {
    bottom: 22px;
    font-size: 67px;
    margin: 0 0 0 31px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-info {
    bottom: 22px;
    width: 160%;
  }
}
@media (min-width: 1921px) and (max-width: 2400px) {
  body .main-container .projectJupiter .projectJupiter-features {
    margin: 250px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-headingContainer .projectJupiter-features-content-headingContainer-heading .projectJupiter-heading-number {
    font-size: 125px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-headingContainer .projectJupiter-features-content-headingContainer-heading .projectJupiter-heading-textArea {
    bottom: 30px;
    font-size: 93px;
    margin: 0 0 0 43px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer {
    margin: 125px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-buttonArea .projectJupiter-features-content-informationContainer-information-buttonArea-button .projectJupiter-features-content-informationContainer-information-buttonArea-button-line {
    height: 5px;
    margin: 12px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-description {
    height: 187px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureName {
    height: 223px;
    left: -293px;
    top: 117px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureName h4 {
    font-size: 31px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureText {
    left: 97px;
    top: 373px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureText p {
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.75);
  }
  body .main-container .projectJupiter .projectJupiter-info {
    margin: 156px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features {
    margin: 48px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks {
    gap: 113px;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-info {
    margin: 11px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-info h4 {
    font-size: 31px;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-info {
    top: 285px;
    width: calc(100% + 53px);
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-info p {
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.75);
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-planet {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.45);
    height: 145px;
    margin: 115px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-planet h2 {
    font-size: 62px;
  }
  body .main-container .projectJupiter .projectJupiter-overview {
    margin: 250px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text {
    top: 60px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-heading .projectJupiter-heading-number {
    font-size: 125px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-heading .projectJupiter-heading-textArea {
    bottom: 30px;
    font-size: 93px;
    margin: 0 0 0 43px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-info {
    bottom: 30px;
  }
}
@media (min-width: 2401px) and (max-width: 3000px) {
  body .main-container .projectJupiter .projectJupiter-features {
    margin: 312px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-headingContainer .projectJupiter-features-content-headingContainer-heading .projectJupiter-heading-number {
    font-size: 156px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-headingContainer .projectJupiter-features-content-headingContainer-heading .projectJupiter-heading-textArea {
    bottom: 37px;
    font-size: 116px;
    margin: 0 0 0 53px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer {
    margin: 156px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-buttonArea .projectJupiter-features-content-informationContainer-information-buttonArea-button .projectJupiter-features-content-informationContainer-information-buttonArea-button-line {
    height: 6px;
    margin: 15px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-description {
    height: 234px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureName {
    height: 279px;
    left: -366px;
    top: 146px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureName h4 {
    font-size: 38px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureText {
    left: 121px;
    top: 466px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureText p {
    text-shadow: 6.2px 6.2px 6.2px rgba(0, 0, 0, 0.75);
  }
  body .main-container .projectJupiter .projectJupiter-info {
    margin: 195px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features {
    margin: 60px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks {
    gap: 141px;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-info {
    margin: 13px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-info h4 {
    font-size: 38px;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-info {
    top: 356px;
    width: calc(100% + 66px);
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-info p {
    text-shadow: 6.2px 6.2px 6.2px rgba(0, 0, 0, 0.75);
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-planet {
    box-shadow: 6.2px 6.2px 6.2px rgba(0, 0, 0, 0.45);
    height: 181px;
    margin: 143px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-planet h2 {
    font-size: 77px;
  }
  body .main-container .projectJupiter .projectJupiter-overview {
    margin: 312px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text {
    top: 75px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-heading .projectJupiter-heading-number {
    font-size: 156px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-heading .projectJupiter-heading-textArea {
    bottom: 37px;
    font-size: 116px;
    margin: 0 0 0 53px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-info {
    bottom: 37px;
  }
}
@media (min-width: 3001px) and (max-width: 3750px) {
  body .main-container .projectJupiter .projectJupiter-features {
    margin: 390px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-headingContainer .projectJupiter-features-content-headingContainer-heading .projectJupiter-heading-number {
    font-size: 195px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-headingContainer .projectJupiter-features-content-headingContainer-heading .projectJupiter-heading-textArea {
    bottom: 46px;
    font-size: 145px;
    margin: 0 0 0 66px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer {
    margin: 195px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-buttonArea .projectJupiter-features-content-informationContainer-information-buttonArea-button .projectJupiter-features-content-informationContainer-information-buttonArea-button-line {
    height: 7px;
    margin: 18px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-description {
    height: 293px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureName {
    height: 349px;
    left: -458px;
    top: 183px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureName h4 {
    font-size: 47px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureText {
    left: 151px;
    top: 583px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureText p {
    text-shadow: 7px 7px 7px rgba(0, 0, 0, 0.75);
  }
  body .main-container .projectJupiter .projectJupiter-info {
    margin: 244px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features {
    margin: 75px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks {
    gap: 176px;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-info {
    margin: 16px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-info h4 {
    font-size: 47px;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-info {
    top: 445px;
    width: calc(100% + 82px);
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-info p {
    text-shadow: 7px 7px 7px rgba(0, 0, 0, 0.75);
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-planet {
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.45);
    height: 226px;
    margin: 178px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-planet h2 {
    font-size: 96px;
  }
  body .main-container .projectJupiter .projectJupiter-overview {
    margin: 390px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text {
    top: 93px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-heading .projectJupiter-heading-number {
    font-size: 195px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-heading .projectJupiter-heading-textArea {
    bottom: 46px;
    font-size: 145px;
    margin: 0 0 0 66px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-info {
    bottom: 46px;
  }
}
@media (min-width: 3751px) {
  body .main-container .projectJupiter .projectJupiter-features {
    margin: 488px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-headingContainer .projectJupiter-features-content-headingContainer-heading .projectJupiter-heading-number {
    font-size: 244px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-headingContainer .projectJupiter-features-content-headingContainer-heading .projectJupiter-heading-textArea {
    bottom: 57px;
    font-size: 181px;
    margin: 0 0 0 82px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer {
    margin: 244px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-buttonArea .projectJupiter-features-content-informationContainer-information-buttonArea-button .projectJupiter-features-content-informationContainer-information-buttonArea-button-line {
    height: 8px;
    margin: 22px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-description {
    height: 366px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureName {
    height: 436px;
    left: -573px;
    top: 229px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureName h4 {
    font-size: 58px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureText {
    left: 189px;
    top: 729px;
  }
  body .main-container .projectJupiter .projectJupiter-features .projectJupiter-features-content .projectJupiter-features-content-informationContainer .projectJupiter-features-content-informationContainer-information .projectJupiter-features-content-informationContainer-information-infoBlock .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea .projectJupiter-features-content-informationContainer-information-infoBlock-imageArea-featureText p {
    text-shadow: 8px 8px 8px rgba(0, 0, 0, 0.75);
  }
  body .main-container .projectJupiter .projectJupiter-info {
    margin: 305px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features {
    margin: 93px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks {
    gap: 220px;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-info {
    margin: 20px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-features .projectJupiter-info-features-content .projectJupiter-info-features-content-blocks .projectJupiter-info-features-content-blocks-feature .projectJupiter-info-features-content-blocks-feature-info h4 {
    font-size: 58px;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-info {
    top: 556px;
    width: calc(100% + 102px);
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-info p {
    text-shadow: 8px 8px 8px rgba(0, 0, 0, 0.75);
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-planet {
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.45);
    height: 282px;
    margin: 222px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-info .projectJupiter-info-planetInfoContainer .projectJupiter-info-planetInfoContainer-planetInfo .projectJupiter-info-planetInfoContainer-planetInfo-planet h2 {
    font-size: 120px;
  }
  body .main-container .projectJupiter .projectJupiter-overview {
    margin: 488px 0 0 0;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text {
    top: 116px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-heading .projectJupiter-heading-number {
    font-size: 244px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-heading .projectJupiter-heading-textArea {
    bottom: 57px;
    font-size: 181px;
    margin: 0 0 0 82px;
  }
  body .main-container .projectJupiter .projectJupiter-overview .projectJupiter-overview-content .projectJupiter-overview-content-textContainer .projectJupiter-overview-content-textContainer-text .projectJupiter-overview-content-textContainer-text-info {
    bottom: 57px;
  }
}
body h5 {
  color: #ffffff;
  font-family: adlam-display;
  font-size: 20px;
  margin: 0;
  padding: 0;
}
body .headingTopText {
  color: #ffffff;
  font-family: adlam-display;
  font-size: 18px;
}
body p {
  color: #cccccc;
  font-family: adlam-display;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
body .search {
  background: #171717;
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
body .search .search-close {
  position: absolute;
  right: 75px;
  top: 75px;
}
body .search .search-close img {
  cursor: pointer;
  height: auto;
  width: 14px;
}
body .search .search-content {
  padding: 150px 0 0 0;
}
body .search .search-content .search-content-heading h5 {
  font-family: roboto-regular;
  text-align: center;
}
body .search .search-content .search-content-links {
  margin: 40px 0 0 0;
}
body .search .search-content .search-content-links p {
  color: #ffffff;
  cursor: pointer;
  font-family: roboto-regular;
  margin: 5px;
  text-align: center;
}
@media (max-width: 300px) {
  body h5 {
    font-size: 16px;
  }
  body .headingTopText {
    font-size: 16px;
  }
  body .search .search-close {
    right: 44px;
    top: 44px;
  }
  body .search .search-close img {
    width: 9px;
  }
  body .search .search-content {
    padding: 88px 0 0 0;
  }
  body .search .search-content .search-content-links {
    margin: 23px 0 0 0;
  }
  body .search .search-content .search-content-links p {
    margin: 2.9px;
  }
}
@media (min-width: 301px) and (max-width: 576px) {
  body h5 {
    font-size: 16px;
  }
  body .headingTopText {
    font-size: 16px;
  }
  body .search .search-close {
    right: 49px;
    top: 49px;
  }
  body .search .search-close img {
    width: 10px;
  }
  body .search .search-content {
    padding: 98px 0 0 0;
  }
  body .search .search-content .search-content-links {
    margin: 26px 0 0 0;
  }
  body .search .search-content .search-content-links p {
    margin: 3.2px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  body h5 {
    font-size: 16px;
  }
  body .headingTopText {
    font-size: 16px;
  }
  body .search .search-close {
    right: 54px;
    top: 54px;
  }
  body .search .search-close img {
    width: 11px;
  }
  body .search .search-content {
    padding: 109px 0 0 0;
  }
  body .search .search-content .search-content-links {
    margin: 29px 0 0 0;
  }
  body .search .search-content .search-content-links p {
    margin: 3.6px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body h5 {
    font-size: 16px;
  }
  body .headingTopText {
    font-size: 16px;
  }
  body .search .search-close {
    right: 60px;
    top: 60px;
  }
  body .search .search-close img {
    width: 12px;
  }
  body .search .search-content {
    padding: 121px 0 0 0;
  }
  body .search .search-content .search-content-links {
    margin: 32px 0 0 0;
  }
  body .search .search-content .search-content-links p {
    margin: 4px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body h5 {
    font-size: 18px;
  }
  body .headingTopText {
    font-size: 16px;
  }
  body .search .search-close {
    right: 67px;
    top: 67px;
  }
  body .search .search-close img {
    width: 13px;
  }
  body .search .search-content {
    padding: 135px 0 0 0;
  }
  body .search .search-content .search-content-links {
    margin: 36px 0 0 0;
  }
  body .search .search-content .search-content-links p {
    margin: 4.5px;
  }
}
@media (min-width: 1921px) and (max-width: 2400px) {
  body h5 {
    font-size: 25px;
  }
  body .headingTopText {
    font-size: 22px;
  }
  body p {
    font-size: 20px;
  }
  body .search .search-close {
    right: 93px;
    top: 93px;
  }
  body .search .search-close img {
    width: 17px;
  }
  body .search .search-content {
    padding: 187px 0 0 0;
  }
  body .search .search-content .search-content-links {
    margin: 50px 0 0 0;
  }
  body .search .search-content .search-content-links p {
    margin: 6.2px;
  }
}
@media (min-width: 2401px) and (max-width: 3000px) {
  body h5 {
    font-size: 31px;
  }
  body .headingTopText {
    font-size: 27px;
  }
  body p {
    font-size: 25px;
  }
  body .search .search-close {
    right: 116px;
    top: 116px;
  }
  body .search .search-close img {
    width: 21px;
  }
  body .search .search-content {
    padding: 234px 0 0 0;
  }
  body .search .search-content .search-content-links {
    margin: 62px 0 0 0;
  }
  body .search .search-content .search-content-links p {
    margin: 7.7px;
  }
}
@media (min-width: 3001px) and (max-width: 3750px) {
  body h5 {
    font-size: 38px;
  }
  body .headingTopText {
    font-size: 33px;
  }
  body p {
    font-size: 31px;
  }
  body .search .search-close {
    right: 145px;
    top: 145px;
  }
  body .search .search-close img {
    width: 26px;
  }
  body .search .search-content {
    padding: 293px 0 0 0;
  }
  body .search .search-content .search-content-links {
    margin: 77px 0 0 0;
  }
  body .search .search-content .search-content-links p {
    margin: 9.6px;
  }
}
@media (min-width: 3751px) {
  body h5 {
    font-size: 47px;
  }
  body .headingTopText {
    font-size: 41px;
  }
  body p {
    font-size: 38px;
  }
  body .search .search-close {
    right: 181px;
    top: 181px;
  }
  body .search .search-close img {
    width: 32px;
  }
  body .search .search-content {
    padding: 366px 0 0 0;
  }
  body .search .search-content .search-content-links {
    margin: 96px 0 0 0;
  }
  body .search .search-content .search-content-links p {
    margin: 12px;
  }
}/*# sourceMappingURL=style-manager.css.map */