@charset "UTF-8";
@font-face {
  font-family: NumbersOnly;
  src: local("Arial");
  unicode-range: U+30-39; }
@font-face {
  font-family: 'DINNextLTArabic';
  src: url("../fonts/dinnext/DINNextLTW23-Regular.eot");
  src: url("../fonts/dinnext/DINNextLTW23-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/dinnext/DINNextLTW23-Regular.svg#DINNextLTW23-Regular") format("svg"), url("../fonts/dinnext/DINNextLTW23-Regular.ttf") format("truetype"), url("../fonts/dinnext/DINNextLTW23-Regular.woff") format("woff"), url("../fonts/dinnext/DINNextLTW23-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'DINNextLTArabic';
  src: url("../fonts/dinnext/DINNextLTW23-Medium.eot");
  src: url("../fonts/dinnext/DINNextLTW23-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/dinnext/DINNextLTW23-Medium.svg#DINNextLTW23-Medium") format("svg"), url("../fonts/dinnext/DINNextLTW23-Medium.ttf") format("truetype"), url("../fonts/dinnext/DINNextLTW23-Medium.woff") format("woff"), url("../fonts/dinnext/DINNextLTW23-Medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'DINNextLTArabic';
  src: url("../fonts/dinnext/DINNextLTW23-Bold.eot");
  src: url("../fonts/dinnext/DINNextLTW23-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/dinnext/DINNextLTW23-Bold.svg#DINNextLTW23-Bold") format("svg"), url("../fonts/dinnext/DINNextLTW23-Bold.ttf") format("truetype"), url("../fonts/dinnext/DINNextLTW23-Bold.woff") format("woff"), url("../fonts/dinnext/DINNextLTW23-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }
body {
  font-family: 'DINNextLTArabic', Arial;
  background: url(../img/bg.png); }

a {
  color: #243063;
  outline: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  a:hover {
    color: black;
    text-decoration: none; }

button:focus, button:active {
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.navbar-default {
  border-top: 0.45rem solid #b89b68;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .navbar-default .container-fluid {
    z-index: 3; }
  .navbar-default.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    background-color: white;
    box-shadow: 0px 6px 19px -5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 6px 19px -5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 6px 19px -5px rgba(0, 0, 0, 0.05); }
  .navbar-default .navbar-brand {
    color: #243063; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #b89b68; }
  .navbar-default .navbar-text {
    color: #243063; }
  .navbar-default .navbar-nav > li > a {
    color: #243063;
    font-size: 0.85rem;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
    .navbar-default .navbar-nav > li > a:hover {
      color: #b89b68; }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover {
    color: #b89b68; }
  .navbar-default .navbar-toggler {
    padding: 0; }
    .navbar-default .navbar-toggler .navbar-toggler-icon {
      margin: 0.625rem 0;
      position: relative;
      width: 2.5rem;
      height: 0.1875rem;
      display: block;
      background-color: #243063; }
      .navbar-default .navbar-toggler .navbar-toggler-icon:before {
        content: " ";
        position: absolute;
        top: -0.5rem;
        left: 0;
        width: 2.5rem;
        height: 0.1875rem;
        display: block;
        background-color: #243063; }
      .navbar-default .navbar-toggler .navbar-toggler-icon:after {
        content: " ";
        position: absolute;
        top: 0.5rem;
        left: 0;
        width: 2.5rem;
        height: 0.1875rem;
        display: block;
        background-color: #243063; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #243063; }
  .navbar-default .navbar-link {
    color: #243063; }
    .navbar-default .navbar-link:hover {
      color: #b89b68; }
  .navbar-default .contactUsButton {
    margin-left: 4.3rem; }

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(36, 48, 99, 0.95) url(../img/loading.gif) no-repeat center;
  background-size: 6rem 6rem;
  z-index: 9999999; }

.contactUsButton {
  font-size: 0.9rem;
  color: white;
  padding: 0.35rem 2rem;
  border-radius: 1rem;
  background-color: #243063;
  border: 0; }
  .contactUsButton:hover {
    color: #243063;
    background-color: #b89b68; }
  .contactUsButton.inversed {
    color: white;
    background-color: #b89b68; }
    .contactUsButton.inversed:hover {
      background-color: #243063; }

#introContainer {
  position: relative;
  overflow: hidden; }
  #introContainer #slide {
    width: 92.8%;
    height: 850px;
    border-top-left-radius: 1.8rem;
    overflow: hidden;
    position: relative;
    background-color: #243063; }
    #introContainer #slide #videoContainer {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      border-top-left-radius: 1.8rem;
      overflow: hidden;
      transform: translateZ(0);
      -webkit-transform: translateZ(0); }
    #introContainer #slide #video {
      position: absolute;
      right: 0;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      opacity: 0.6; }
  #introContainer .side {
    width: 7.2%;
    padding-top: 12.5%;
    position: absolute;
    left: 0;
    top: 0; }
    #introContainer .side .social {
      margin: 0 auto; }
      #introContainer .side .social a {
        text-align: center;
        display: block;
        padding: 0.75rem 0; }
        #introContainer .side .social a:hover {
          opacity: 0.4; }
  #introContainer .showContent {
    width: 1.375rem;
    height: 2.8125rem;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.6rem;
    background: url(../img/intro/mouse.png) no-repeat;
    background-size: 100% 100%;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    #introContainer .showContent:hover {
      opacity: 0.5; }

#news {
  color: white;
  height: 2.9rem;
  text-align: center;
  width: 92.8%;
  padding-top: 0.7rem;
  background-color: #243063; }
  #news .marquee {
    width: 100%;
    overflow: hidden; }
  #news .item {
    color: white;
    padding-left: 4rem;
    position: relative; }
    #news .item:hover {
      color: #b89b68; }
    #news .item:not(:last-child):after {
      color: white;
      font-size: 0.5rem;
      content: "⬤";
      position: absolute;
      top: 0.3rem;
      left: 1.8rem; }

#slider-container #slider .carousel-inner .carousel-item {
  height: 850px; }
  #slider-container #slider .carousel-inner .carousel-item h2 {
    color: #b89b68;
    font-size: 2.5em;
    margin-bottom: 0.35em; }
  #slider-container #slider .carousel-inner .carousel-item p {
    color: white;
    width: 50%;
    font-size: 1.7em;
    text-align: center;
    margin: 0 auto; }

.block-title {
  color: #b89b68;
  font-size: 1.15rem;
  display: block; }
  .block-title .shape {
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 0.7rem;
    border-radius: 100%;
    background-color: #b89b68;
    display: inline-block; }

.block-subtitle {
  color: #243063;
  font-size: 1.4rem;
  font-weight: 600;
  display: block; }

.block-description {
  color: #707070;
  font-size: 0.8rem;
  margin-top: 0.3rem;
  line-height: 1.4rem; }

#about {
  padding-top: 6rem;
  padding-bottom: 15.6rem; }
  #about .block-description {
    margin: 1.2rem 0 2.9rem 0; }
  #about .item {
    margin-bottom: 2rem; }
    #about .item > .title {
      color: #243063;
      font-size: 1.05rem;
      font-weight: 600; }
    #about .item > .text {
      margin-top: 0;
      padding: 0 0.35rem; }

#services {
  padding-bottom: 3.5rem;
  background-color: #243063; }
  #services .block-description {
    margin-bottom: 4rem; }
  #services .content {
    margin-top: -9rem;
    padding: 3rem;
    background-color: #eeeeee;
    border-radius: 1rem; }
    #services .content .items {
      width: 85%;
      margin: 0 auto; }
    #services .content .item {
      min-height: 180px;
      margin-bottom: 1rem;
      padding: 1rem;
      border-radius: 1rem;
      background-color: white;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      #services .content .item:hover {
        background-color: #243063;
        transform: scale(1.1); }
        #services .content .item:hover .icon {
          filter: invert(100%) sepia(16%) saturate(7463%) hue-rotate(325deg) brightness(200%) contrast(20%); }
        #services .content .item:hover .text {
          color: white; }
      #services .content .item .icon {
        height: 2.6rem;
        margin-bottom: 0.4rem;
        display: block; }
      #services .content .item .text {
        color: #243063; }
  #services #statistics {
    margin-top: 3.4rem; }
    #services #statistics .stat {
      text-align: center;
      margin-bottom: 0.4rem;
      display: flex;
      align-items: center;
      justify-content: center; }
      #services #statistics .stat .icon {
        height: 4rem;
        margin: 0 0.8rem; }
      #services #statistics .stat .data {
        display: inline-block; }
        #services #statistics .stat .data .value {
          color: white;
          font-size: 1.8rem;
          display: block; }
        #services #statistics .stat .data .title {
          color: #989ea4;
          font-size: 1.1rem; }

#team {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: rgba(205, 205, 205, 0.3);
  position: relative; }
  #team #teamSlider {
    margin-top: 2rem;
    position: relative; }
    #team #teamSlider .slick-dots {
      text-align: center;
      margin-top: 0.5rem;
      padding: 0; }
      #team #teamSlider .slick-dots li {
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        position: relative;
        display: inline-block;
        cursor: pointer; }
        #team #teamSlider .slick-dots li button {
          color: transparent;
          width: 20px;
          height: 20px;
          font-size: 0;
          padding: 5px;
          line-height: 0;
          display: block;
          cursor: pointer;
          border: 0;
          outline: none;
          background: transparent; }
          #team #teamSlider .slick-dots li button:hover, #team #teamSlider .slick-dots li button:focus {
            outline: none; }
            #team #teamSlider .slick-dots li button:hover:before, #team #teamSlider .slick-dots li button:focus:before {
              opacity: 1; }
          #team #teamSlider .slick-dots li button:before {
            color: #243063;
            font-size: 1.5rem;
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 20px;
            content: '•';
            opacity: .25;
            position: absolute;
            top: 0;
            left: 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
        #team #teamSlider .slick-dots li.slick-active button:before {
          color: #243063;
          opacity: .75; }
    #team #teamSlider .item {
      margin: 0.5rem;
      padding-bottom: 2rem;
      overflow: hidden;
      position: relative;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.05); }
      #team #teamSlider .item:hover {
        transform: scale(1.05); }
        #team #teamSlider .item:hover .details {
          background-color: #b89b68;
          padding-bottom: 2rem; }
          #team #teamSlider .item:hover .details .name {
            color: white; }
          #team #teamSlider .item:hover .details .job {
            color: #243063; }
      #team #teamSlider .item img {
        background-color: #f8f8f8;
        border-radius: 1rem; }
      #team #teamSlider .item .details {
        width: 83%;
        padding: 0.4rem 0.8rem 0.9rem 0.8rem;
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: #2e4267;
        border-radius: 1rem;
        border-top-right-radius: 0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
        #team #teamSlider .item .details span {
          display: block; }
        #team #teamSlider .item .details .name {
          color: #dadde5;
          font-size: 0.9rem; }
        #team #teamSlider .item .details .job {
          color: #b89b68;
          font-size: 0.8rem; }

#articles {
  padding-top: 6rem;
  padding-bottom: 6rem; }
  #articles .block-description {
    margin-bottom: 3rem; }
  #articles .item {
    margin-bottom: 1rem;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    #articles .item:hover {
      cursor: pointer;
      transform: scale(1.04); }
      #articles .item:hover .image-container .date {
        color: white;
        background-color: #b89b68; }
      #articles .item:hover .details .title {
        color: #b89b68; }
    #articles .item .image-container {
      position: relative; }
      #articles .item .image-container .image {
        width: 100%;
        height: auto;
        border-radius: 1rem; }
      #articles .item .image-container .date {
        font-size: 0.8rem;
        color: #bec0bf;
        padding: 0.25rem 0.5rem;
        position: absolute;
        left: -0.07rem;
        bottom: -0.07rem;
        background-color: white;
        border-top-right-radius: 0.3rem;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.23);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.23); }
    #articles .item .details span {
      display: block; }
    #articles .item .details .secondary {
      font-size: 0.7rem;
      color: #bec0bf;
      margin-top: 1rem; }
    #articles .item .details .title {
      font-size: 0.8rem;
      font-weight: 600;
      margin-top: 0.3rem;
      margin-bottom: 0.6rem;
      color: #243063; }
    #articles .item .details .text {
      font-size: 0.8rem;
      color: #707070; }
    #articles .item .details .more {
      font-size: 0.8rem;
      color: #b89b68;
      border-bottom: 1px #b89b68 solid;
      display: inline-block; }

#tweets {
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 15rem;
  background-color: #243063; }
  #tweets .title {
    font-size: 1.7rem;
    color: white;
    margin-bottom: 2rem;
    display: block; }
  #tweets .content {
    height: 420px; }

#contact-us {
  padding-bottom: 6rem; }
  #contact-us .content {
    margin-top: -9rem;
    padding: 3rem;
    background-color: #eeeeee;
    border-radius: 1rem;
    padding-right: 5rem;
    padding-left: 5rem; }
    #contact-us .content .social {
      margin: 2rem 0; }
      #contact-us .content .social a {
        margin: 0 1rem; }
        #contact-us .content .social a:hover {
          opacity: 0.3; }
    #contact-us .content .items {
      margin-top: 2rem; }
      #contact-us .content .items .item {
        color: #707070;
        display: flex; }
        #contact-us .content .items .item .icon {
          width: 1.5rem;
          line-height: 2rem; }
        #contact-us .content .items .item .value {
          display: inline-block; }
          #contact-us .content .items .item .value.ltr {
            direction: ltr; }
    #contact-us .content #contactForm {
      text-align: center;
      padding: 1.5rem 2rem;
      border-radius: 1rem;
      background-color: white;
      position: relative;
      box-shadow: 1px 10px 23px 0px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 1px 10px 23px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 1px 10px 23px 0px rgba(0, 0, 0, 0.2); }
      #contact-us .content #contactForm .title {
        margin-bottom: 1.5rem; }
      #contact-us .content #contactForm .contactUsButton {
        margin: 0 0.3rem; }
      #contact-us .content #contactForm .form-reset {
        color: #b4b4b4;
        background-color: #e7e7e7; }
        #contact-us .content #contactForm .form-reset:hover {
          background-color: #dadada; }
      #contact-us .content #contactForm .loading {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.8) url(../img/loading.gif) no-repeat center; }
      #contact-us .content #contactForm input, #contact-us .content #contactForm textarea {
        color: #243063;
        font-size: 1rem;
        border: 1.7px solid #e5e4e4;
        border-radius: 0.6rem;
        background-color: transparent; }
      #contact-us .content #contactForm input {
        padding: 1rem 0.75rem; }
      #contact-us .content #contactForm textarea {
        min-height: 3rem;
        padding: 0.5rem 0.75rem; }
      #contact-us .content #contactForm ::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: #c9c7c7; }
      #contact-us .content #contactForm :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #c9c7c7;
        opacity: 1; }
      #contact-us .content #contactForm ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #c9c7c7;
        opacity: 1; }
      #contact-us .content #contactForm :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #c9c7c7; }
      #contact-us .content #contactForm ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #c9c7c7; }
      #contact-us .content #contactForm ::placeholder {
        /* Most modern browsers support this now. */
        color: #c9c7c7; }

.modal-header {
  background: #243063;
  color: #b89b68; }
  .modal-header .close {
    color: white; }

footer {
  text-align: center; }
  footer .content {
    padding: 2rem 0;
    background-color: #243063; }
  footer .logo {
    width: 100%;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); }
  footer .top {
    width: 2rem;
    height: 2rem;
    color: #243063;
    display: inline-block;
    background: #b89b68;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    footer .top > .icon {
      color: rgba(255, 255, 255, 0.76);
      font-size: 1.4285714286rem;
      margin-top: 0.3333333333rem; }
    footer .top:hover {
      animation: MoveUpDown 1s linear infinite; }
@keyframes MoveUpDown {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
  footer .footer-navbar {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none; }
    footer .footer-navbar li {
      padding: 0 2rem;
      display: inline-block; }
      footer .footer-navbar li a {
        color: white;
        font-size: 0.75rem; }
        footer .footer-navbar li a:hover {
          color: #b89b68; }
  footer .copyrights {
    color: #243063;
    font-size: 0.75rem;
    margin: 1.1rem 0; }

@media (max-width: 575.98px) {
  #introContainer #slide {
    height: 330px !important; }
    #introContainer #slide .carousel-inner .carousel-item {
      height: 330px !important; }

  #about img {
    width: 100%; } }
@media (min-width: 768px) {
  .navbar-default {
    padding: 1.875rem 1.25rem; }

  #logo {
    height: 3.6rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    #logo:hover {
      filter: sepia(100%) saturate(100%) brightness(100%) opacity(0.5); }

  #slider-container {
    font-size: 9.5px; } }
@media (min-width: 992px) {
  .navbar-default {
    padding: 0.5rem 3.125rem 0.5rem 1.25rem; }
    .navbar-default.sticky {
      padding-top: 0.2rem;
      padding-bottom: 0.2rem;
      border-top: none; }
    .navbar-default .navbar-nav > li {
      padding: 0 1.25rem;
      position: relative; }
      .navbar-default .navbar-nav > li.active a, .navbar-default .navbar-nav > li a:hover {
        color: #b89b68; }
        .navbar-default .navbar-nav > li.active a:before, .navbar-default .navbar-nav > li a:hover:before {
          transform: translateX(-50%);
          border-radius: 100%;
          background: #b89b68;
          bottom: -0.45rem;
          position: absolute;
          height: 0.3rem;
          width: 0.3rem;
          content: '';
          left: 50%; }

  #slider-container {
    font-size: 1rem; } }
@media (max-width: 767.98px) {
  #logo {
    height: 2.5rem; }

  #slider-container {
    font-size: 7.5px; }

  #articles .item {
    margin: 1rem; }

  footer .footer-navbar li {
    display: block; }

  .logo {
    width: 70% !important;
    margin-bottom: 1rem; }

  .top {
    margin-top: 1.5rem; } }
@media (max-width: 991.98px) {
  .navbar-default {
    padding: 1.2rem 1.2rem 1.2rem 1.25rem; }
    .navbar-default .navbar-nav {
      margin-top: 0.9375rem; }
      .navbar-default .navbar-nav .nav-item {
        margin: 0.9375rem 0; }

  footer .footer-navbar li {
    padding: 0 0.7rem; } }
@media (min-width: 1073px) {
  .navbar-default .navbar-nav > li {
    padding: 0 0.4rem; } }
@media (min-width: 1480px) {
  html {
    font-size: 18px; }

  .container {
    max-width: 85%; } }
@media (min-width: 1740px) {
  html {
    font-size: 21px; } }
@media (min-width: 1920px) {
  html {
    font-size: 22.35px; } }
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #slider-container {
    font-size: 12.5px; } }
@media (max-width: 864px) {
  #introContainer #slide {
    height: 380px; }
    #introContainer #slide .carousel-inner .carousel-item {
      height: 380px; } }
@media (max-width: 768px) {
  #services .content, #contact-us .content {
    padding: 2rem; } }
html:lang(ar) body {
  direction: rtl; }

html:lang(en) body {
  direction: ltr; }
html:lang(en) .block-title .shape {
  margin-left: unset;
  margin-right: 0.7rem;
  border-radius: 100%;
  background-color: #b89b68;
  display: inline-block; }
html:lang(en) .navbar .contactUsButton {
  margin-left: auto;
  margin-right: 4.3rem; }
html:lang(en) #introContainer #slide {
  border-top-left-radius: 0;
  border-top-right-radius: 1.8rem; }
html:lang(en) #introContainer #videoContainer {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 1.8rem; }
html:lang(en) #introContainer .side {
  left: auto;
  right: 0; }
html:lang(en) #news .item {
  padding-left: unset;
  padding-right: 4rem; }
  html:lang(en) #news .item:not(:last-child):after {
    left: unset;
    right: 1.8rem; }

/*# sourceMappingURL=style.css.map */
