/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit;
  text-decoration: none; }

a:active, a:focus, a:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

button:active, button:focus, button:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

@font-face {
  font-family: 'Gilroy';
  src: url("..font/gilroy/Gilroy-Bold.woff2") format("woff2"), url("..font/gilroy/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("..font/gilroy/Gilroy-Light.woff2") format("woff2"), url("..font/gilroy/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("..font/gilroy/Gilroy-Medium.woff2") format("woff2"), url("..font/gilroy/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("..font/gilroy/Gilroy-Black.woff2") format("woff2"), url("..font/gilroy/Gilroy-Black.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("..font/gilroy/Gilroy-Regular.woff2") format("woff2"), url("..font/gilroy/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "Gilroy", sans-serif; }
  body .container {
    max-width: 1920px;
    padding-left: 60px;
    padding-right: 60px; }
  body .slick-slide:focus {
    outline: none; }

.header {
  font-size: 32px;
  font-weight: 900;
  color: #424655; }

.mobile {
  display: none !important; }

.scroll {
  display: block;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 1px solid #74747e;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -13px;
  z-index: 10; }

.scroll span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 6px;
  border-radius: 4px;
  background: #eeb506;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll; }

.global_link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0; }

.Home {
  background-color: #fff;
  padding-left: 60px;
  padding-right: 60px; }
  .Home .Banner {
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 765px;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
    .Home .Banner-logo {
      padding-top: 55px;
      padding-left: 55px; }
      .Home .Banner-logo a img {
        width: 227px;
        height: 85px; }
    .Home .Banner-text {
      margin-top: 200px;
      padding-left: 55px;
      color: #ffffff; }
      .Home .Banner-text h1 {
        font-size: 90px;
        font-weight: 800;
        letter-spacing: -3px;
        margin-bottom: 30px;
        position: relative; }
        .Home .Banner-text h1 span {
          font-weight: normal; }
        .Home .Banner-text h1 strong {
          position: relative; }
          .Home .Banner-text h1 strong:after {
            content: " ";
            display: inline-block;
            transition: 500ms;
            width: 234px;
            height: 35px;
            background-color: #f5333f;
            position: absolute;
            right: 8px;
            bottom: -22px; }
      .Home .Banner-text h3 {
        font-size: 32px; }
      .Home .Banner-text h5 {
        font-size: 20px;
        margin-top: 80px;
        opacity: 0.36; }
      .Home .Banner-text h4 {
        font-size: 24px;
        font-weight: 500;
        display: flex;
        flex-direction: column; }

.Page {
  background-color: #f6f6f6;
  padding-left: 60px;
  padding-right: 60px; }
  .Page .Banner-alt {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    background-color: #f6f6f6;
    margin-bottom: 50px; }
    .Page .Banner-alt-in {
      width: calc(100% - 200px);
      display: flex;
      justify-content: flex-end; }
    .Page .Banner-alt h4 {
      font-size: 18px;
      font-weight: 500;
      color: #12274d;
      padding-top: 65px;
      padding-left: 30px; }
    .Page .Banner-alt-item {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      height: 141px;
      width: 28.09%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .Page .Banner-alt-item h5 {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 500;
        color: #ffffff;
        position: relative; }
        .Page .Banner-alt-item h5:before {
          content: "";
          display: inline-block;
          transition: 500ms;
          width: 36px;
          height: 24px;
          margin-right: 12px;
          background-size: 100% 100%; }
      .Page .Banner-alt-item .ukrain:before {
        background-image: url(../images/flag-ukrain.svg); }
      .Page .Banner-alt-item .bulgaria:before {
        background-image: url(../images/flag-bulgaria.svg); }
      .Page .Banner-alt-item .ghana:before {
        background-image: url(../images/flag-ghana.svg); }
  .Page .Text {
    padding-bottom: 80px; }
    .Page .Text .SSS {
      margin-top: 20px; }
      .Page .Text .SSS-item {
        border-radius: 3px;
        margin-bottom: 10px; }
        .Page .Text .SSS-item button {
          cursor: pointer;
          width: 100%;
          height: 73px;
          background-color: #fff;
          text-align: left;
          padding-left: 35px;
          display: flex;
          align-items: center;
          padding-right: 35px;
          font-size: 17px;
          color: #25385b; }
          .Page .Text .SSS-item button:after {
            content: "";
            display: inline-block;
            transition: 500ms;
            width: 17px;
            height: 10px;
            margin-left: auto;
            background-size: auto 100%;
            background-image: url(../images/icon-right.svg); }
        .Page .Text .SSS-item button[aria-expanded="true"]:after {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .Page .Text .SSS-item-content {
          padding-left: 7%;
          padding-right: 7%;
          padding-bottom: 7%;
          background-color: #fff; }
          .Page .Text .SSS-item-content p {
            font-size: 14px;
            color: #70737a;
            margin-bottom: 10px; }

.Notice {
  background-color: #eaecef; }
  .Notice-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 14vw;
    min-height: 200px; }
  .Notice-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 550px;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1; }
    .Notice-header h6 {
      font-size: 27px;
      font-weight: bold;
      color: #12274e; }
    .Notice-header h5 {
      font-size: 17px;
      color: #70737a; }
    .Notice-header-check {
      display: flex;
      margin-top: 15px; }
      .Notice-header-check input {
        width: 16px;
        height: 16px;
        border-radius: 2px;
        background-color: #ffffff;
        margin-right: 12px; }
      .Notice-header-check p {
        font-size: 14px;
        color: #70737a; }
  .Notice-form {
    width: calc(90% - 550px);
    position: relative;
    height: 94px;
    background-color: #ffffff; }
    .Notice-form-in {
      display: flex; }
    .Notice-form input {
      border-radius: 0px;
      background-color: transparent;
      border: none;
      padding-left: 55px;
      font-size: 17px;
      font-weight: 500;
      color: #70737a; }
      .Notice-form input:focus {
        box-shadow: none; }
      .Notice-form input::-webkit-input-placeholder {
        font-size: 17px;
        font-weight: 500;
        color: #70737a; }
      .Notice-form input:-ms-input-placeholder {
        font-size: 17px;
        font-weight: 500;
        color: #70737a; }
      .Notice-form input::-ms-input-placeholder {
        font-size: 17px;
        font-weight: 500;
        color: #70737a; }
      .Notice-form input::placeholder {
        font-size: 17px;
        font-weight: 500;
        color: #70737a; }
    .Notice-form-button {
      cursor: pointer;
      width: 166px;
      height: 94px;
      background-color: #68b696;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      color: #ffffff;
      transition: 500ms; }
      .Notice-form-button:hover {
        transition: 500ms; }

.Laptop {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 456px;
  display: flex;
  justify-content: space-between; }
  .Laptop-sol {
    padding-left: 98px;
    padding-top: 145px; }
    .Laptop-sol h4 {
      font-size: 60px;
      font-weight: 800;
      letter-spacing: -2px;
      color: #ffffff; }
      .Laptop-sol h4:after {
        content: " ";
        display: inline-block;
        transition: 500ms;
        width: 33px;
        height: 34px;
        background-color: #f5333f;
        margin-left: 10px; }
    .Laptop-sol h3 {
      font-size: 90px;
      letter-spacing: -3px;
      color: #ffffff;
      margin-top: -20px; }
    .Laptop-sol p {
      max-width: 528px;
      font-size: 17px;
      color: #717c90;
      margin-top: 20px; }
  .Laptop-sag {
    margin-top: 80px;
    margin-right: 50px; }
    .Laptop-sag img {
      width: 95%; }

.Social {
  display: flex;
  align-items: center;
  margin-bottom: 100px; }
  .Social-head {
    background-color: #717c90;
    margin-right: 45px; }
    .Social-head p {
      font-size: 25px;
      letter-spacing: -0.83px;
      color: #ffffff;
      padding: 40px 100px 40px 80px; }
  .Social a {
    font-size: 17px;
    font-weight: 500;
    color: #717c90;
    margin-right: 90px; }
    .Social a i {
      color: #12224c;
      font-size: 26px;
      margin-right: 10px; }

.Footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .Footer-logo {
    margin-bottom: 15px; }
    .Footer-logo a img {
      width: 227px;
      height: 85px; }
  .Footer p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-align: center; }
  .Footer-in {
    margin-top: 80px;
    padding-top: 25px;
    padding-bottom: 30px;
    display: flex;
    align-items: flex-start;
    padding-left: 60px;
    width: 100%;
    border-top: 1px solid #d8d8d8; }
    .Footer-in p {
      font-size: 16px;
      color: #000000; }

@media (max-width: 768px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media (max-width: 991px) {
  .mobile {
    display: block !important; }
  .Home {
    padding: 0; }
    .Home .Banner {
      align-items: center;
      height: 80vh;
      margin-top: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      .Home .Banner-logo {
        padding-top: 35px;
        padding-left: 0; }
        .Home .Banner-logo a img {
          width: 137px;
          height: 51px; }
      .Home .Banner-text {
        margin-top: 140px;
        padding-left: 0;
        text-align: center; }
        .Home .Banner-text h1 {
          margin-bottom: 10px;
          font-size: 37px;
          letter-spacing: -1.23px; }
          .Home .Banner-text h1 strong {
            position: relative;
            z-index: 9; }
            .Home .Banner-text h1 strong:after {
              width: 95px;
              height: 14px;
              right: -2px;
              bottom: 2px;
              z-index: -1; }
        .Home .Banner-text h3 {
          font-size: 18px; }
        .Home .Banner-text h5 {
          opacity: 0.36;
          font-size: 20px; }
        .Home .Banner-text h4 {
          font-size: 16px;
          text-align: center;
          display: flex;
          flex-direction: column; }
          .Home .Banner-text h4 span {
            font-size: 26px; }
  .Page {
    padding: 0; }
    .Page .Banner-alt {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-bottom: 0;
      background-color: #fff;
      width: 100%;
      padding-top: 20px;
      padding-bottom: 35px; }
      .Page .Banner-alt h4 {
        font-size: 18px;
        font-weight: 500;
        color: #12274d;
        margin-right: 0px;
        padding-top: 25px;
        padding-left: 0px;
        margin-bottom: 50px; }
      .Page .Banner-alt-in {
        justify-content: space-between;
        width: 100%; }
      .Page .Banner-alt-item {
        background: none !important;
        height: auto;
        width: 33%; }
        .Page .Banner-alt-item h5 {
          color: #12284b; }
          .Page .Banner-alt-item h5:before {
            width: 36px;
            height: 24px;
            margin-right: 0;
            position: absolute;
            bottom: 30px; }
    .Page .Text {
      background-color: #f6f6f6; }
      .Page .Text img {
        display: none; }
  .Notice-in {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 240px; }
  .Notice-header {
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 30px; }
    .Notice-header h6 {
      font-size: 27px;
      font-weight: bold;
      text-align: center; }
    .Notice-header h5 {
      font-size: 14px;
      text-align: center; }
    .Notice-header-check {
      display: none; }
  .Notice-form {
    width: 100%;
    height: 64px; }
    .Notice-form input {
      font-size: 14px; }
      .Notice-form input::-webkit-input-placeholder {
        font-size: 14px; }
      .Notice-form input:-ms-input-placeholder {
        font-size: 14px; }
      .Notice-form input::-ms-input-placeholder {
        font-size: 14px; }
      .Notice-form input::placeholder {
        font-size: 14px; }
    .Notice-form-button {
      width: 108px;
      height: 64px;
      font-size: 14px; }
  .Laptop {
    background: none !important;
    height: auto; }
    .Laptop-sol {
      display: none; }
    .Laptop-sag {
      display: none; }
    .Laptop img {
      -o-object-fit: cover;
         object-fit: cover; }
  .Social {
    justify-content: center;
    margin-bottom: 150px;
    margin-top: 70px;
    margin-right: -40px; }
    .Social-head {
      display: none; }
    .Social a {
      font-size: 17px;
      margin-right: 40px; }
  .Footer {
    padding-left: 30px;
    padding-right: 30px; }
    .Footer-logo {
      margin-bottom: 25px; }
      .Footer-logo a img {
        width: 149px;
        height: 57px; }
    .Footer p {
      margin-bottom: 15px;
      font-size: 13px;
      font-weight: 500;
      color: #000000;
      text-align: center; } }

@media (min-width: 991px) and (max-width: 1367px) {
  .Home .Banner {
    height: 665px; }
    .Home .Banner-logo a img {
      width: 200px;
      height: 75px; }
    .Home .Banner-text {
      margin-top: 140px; }
      .Home .Banner-text h1 {
        font-size: 60px; }
        .Home .Banner-text h1 strong:after {
          width: 164px;
          height: 25px;
          right: 0;
          bottom: -20px; }
      .Home .Banner-text h3 {
        font-size: 26px; }
      .Home .Banner-text h5 {
        font-size: 18px; }
      .Home .Banner-text h4 {
        font-size: 21px; }
  .Notice-header {
    width: 450px; }
    .Notice-header h6 {
      font-size: 24px; }
    .Notice-header h5 {
      font-size: 15px; }
    .Notice-header-check p {
      font-size: 13px; }
  .Notice-form {
    width: calc(90% - 450px); }
    .Notice-form input {
      padding-left: 35px;
      font-size: 15px; }
      .Notice-form input::-webkit-input-placeholder {
        font-size: 15px; }
      .Notice-form input:-ms-input-placeholder {
        font-size: 15px; }
      .Notice-form input::-ms-input-placeholder {
        font-size: 15px; }
      .Notice-form input::placeholder {
        font-size: 15px; }
    .Notice-form-button {
      font-size: 18px; }
  .Laptop {
    height: 456px; }
    .Laptop-sol {
      padding-left: 78px;
      padding-top: 145px; }
      .Laptop-sol h4 {
        font-size: 40px; }
        .Laptop-sol h4:after {
          width: 25px;
          height: 25px; }
      .Laptop-sol h3 {
        font-size: 60px; }
      .Laptop-sol p {
        font-size: 15px; }
    .Laptop-sag {
      margin-top: 80px;
      margin-right: 50px; }
  .Social-head p {
    font-size: 21px; }
  .Social a {
    font-size: 16px; }
  .Footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .Footer-logo {
      margin-bottom: 15px; }
      .Footer-logo a img {
        width: 227px;
        height: 85px; }
    .Footer p {
      margin-bottom: 15px;
      font-size: 16px;
      font-weight: 500;
      color: #000000;
      text-align: center; } }

@media (min-width: 1367px) and (max-width: 1700px) {
  .Laptop-sol h4 {
    font-size: 50px; }
    .Laptop-sol h4:after {
      width: 25px;
      height: 25px; }
  .Laptop-sol h3 {
    font-size: 60px; }
  .Laptop-sol p {
    font-size: 17px; }
  .Laptop-sag {
    margin-top: 80px;
    margin-right: 50px; } }
