.download-mobile-app-container {
  position: fixed;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 14px;
  border-top-left-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  border-top-right-radius: 8px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1001; }
  .download-mobile-app-container div.content-container {
    display: flex; }
    .download-mobile-app-container div.content-container .close-popup-container {
      position: absolute;
      top: 14px;
      right: 16px;
      max-width: 45px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .download-mobile-app-container div.content-container .close-popup-container i {
        font-size: 12px; }
    .download-mobile-app-container div.content-container .popup-data {
      display: flex;
      align-items: center;
      flex: 2; }
      .download-mobile-app-container div.content-container .popup-data .image-container {
        margin-right: 15px; }
        .download-mobile-app-container div.content-container .popup-data .image-container img {
          max-width: 56px; }
      .download-mobile-app-container div.content-container .popup-data .title h5 {
        font-family: Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;
        font-size: 15px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #333333;
        margin-top: 4px; }
  .download-mobile-app-container div.button-container .download-container {
    display: flex;
    align-items: center;
    justify-content: center; }
    .download-mobile-app-container div.button-container .download-container a {
      font-family: Ubuntu, Arial, 'Helvetica Neue', Helvetica, sans-serif;
      height: 36px;
      border-radius: 3px;
      background-color: #333333;
      color: #fff;
      text-transform: uppercase;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal; }

html,
body {
  margin: 0; }

.no-scroll {
  position: fixed;
  overflow: hidden; }

.font-primary {
  font-family: 'Ubuntu', Arial, 'Helvetica Neue', Helvetica, sans-serif; }

.font-secondary {
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif; }

.font-300 {
  font-weight: 300; }

.font-400 {
  font-weight: 400; }

.font-500 {
  font-weight: 500; }

.font-700 {
  font-weight: 700; }

.primary-btn {
  height: 40px;
  background-color: #00f1ff;
  border-radius: 6px;
  border: none;
  color: #000 !important;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  text-transform: uppercase;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .primary-btn:hover, .primary-btn:active, .primary-btn:focus {
    background-color: #00f1ff !important;
    color: #000 !important; }

.secondary-btn {
  color: #111111;
  font-family: 'Ubuntu', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  border: none;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  height: 40px; }

.ghost-btn {
  height: 40px;
  background-color: transparent !important;
  border-radius: 6px;
  border: 3px solid white;
  color: #FFFFFF !important;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  padding-right: 15px !important;
  padding-left: 15px !important;
  text-transform: uppercase;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.3s; }
  .ghost-btn:hover {
    background-color: #fff !important;
    color: #000 !important; }

.border-btn {
  height: 40px;
  background-color: transparent;
  border-radius: 6px;
  border: 3px solid #D8D8D8;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  padding-right: 12px;
  padding-left: 12px;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s; }
  .border-btn:hover {
    background-color: #D8D8D8; }

.first-letter-uppercase::first-letter {
  text-transform: uppercase; }

.d-flex {
  display: flex; }

.flex-column {
  flex-direction: column; }

.justify-content-center {
  justify-content: center; }

.align-items-center {
  align-items: center; }

.justify-content-end {
  justify-content: flex-end; }

.justify-content-between {
  justify-content: space-between; }

.h-100 {
  height: 100%; }

.w-100 {
  width: 100%; }

input {
  outline: none; }

.select2 {
  outline: none; }
  .select2 .select2-selection {
    border: 2px solid #CCCCCC;
    border-radius: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 40px;
    transition: all ease-in-out 0.3s;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    .select2 .select2-selection .select2-selection__rendered {
      height: 40px;
      line-height: 37px; }
    .select2 .select2-selection .select2-selection__arrow {
      top: 11px; }
    .select2 .select2-selection:active, .select2 .select2-selection:focus {
      outline: none; }

.loader-container {
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .loader-container .lds {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px; }
  .loader-container .lds div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    background: #ccc;
    animation: lds 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }
  .loader-container .lds div:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s; }
  .loader-container .lds div:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s; }
  .loader-container .lds div:nth-child(3) {
    left: 45px;
    animation-delay: 0; }

@keyframes lds {
  0% {
    top: 6px;
    height: 51px; }
  50%, 100% {
    top: 19px;
    height: 26px; } }
/* NAVBAR */
.navbar {
  background-image: linear-gradient(321.32deg, #4d78b6 60%, #00f1ff 100%);
  min-height: 85px;
  border-radius: 0;
  border: 0;
  font-family: 'Ubuntu', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  padding-bottom: 0; }

.navbar-stick-top {
  z-index: 50; }

.mobile-navbar-close {
  display: none;
  font-size: 18px; }

.navbar-transparent {
  background: transparent; }

.navbar-brand {
  padding: 0 15px;
  height: 85px;
  line-height: 85px; }

@media (max-width: 767px) {
  .navbar {
    min-height: 60px; }

  .navbar-brand {
    height: 60px;
    line-height: 60px; } }
.navbar-inverse .navbar-nav > li > a {
  color: #fff; }
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #eee; }
.navbar-inverse .navbar-nav > li.active > a {
  color: #fff;
  background: none; }
  .navbar-inverse .navbar-nav > li.active > a:hover {
    background: none;
    color: #eee; }
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background: none; }

.navbar-brand > img {
  display: inline-block; }

.navbar-btn {
  margin: 22px 15px; }

.navbar-toggle {
  margin-top: 15px;
  padding: 9px 10px !important;
  border: 0; }

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 27px; }

  .navbar-nav > li {
    padding-top: 29px;
    padding-bottom: 29px; }

  .navbar-nav > li.np {
    padding-top: 0;
    padding-bottom: 0; } }
@media (max-width: 1200px) {
  .navbar {
    font-size: 15px; } }
.navbar-collapse.collapse.in {
  border: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: -15px;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-image: linear-gradient(321.32deg, #4d78b6 60%, #00f1ff 100%);
  z-index: 1002;
  transition: all ease-in-out 0.3s; }
  .navbar-collapse.collapse.in .navbar-nav {
    margin-top: 15vh; }
  .navbar-collapse.collapse.in .navbar-nav > li > a {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    font-size: 1.5em;
    padding: 20px 15px; }
  .navbar-collapse.collapse.in .navbar-nav > li:first-of-type > a {
    border: 0; }
  .navbar-collapse.collapse.in .navbar-btn {
    display: block;
    margin: 30px auto;
    font-size: 1.2em;
    padding: 10px 25px;
    line-height: 1.4em;
    height: auto !important; }
  .navbar-collapse.collapse.in .navbar-btn.primary-btn {
    height: 45px !important;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.14px;
    text-align: center;
    font-family: Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    width: 160px;
    color: #fff;
    border: 0; }
  .navbar-collapse.collapse.in .navbar-btn.ghost-btn {
    height: 45px !important;
    padding: 0;
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.14px;
    text-align: center;
    font-family: Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    width: 110px;
    color: #fff; }

.navbar-toggle {
  z-index: 210;
  color: #fff; }
  .navbar-toggle:hover, .navbar-toggle:focus {
    background: none; }
  .navbar-toggle.fixedtoggle {
    position: fixed;
    top: 0;
    right: 0; }
    .navbar-toggle.fixedtoggle .mobile-navbar-close {
      display: block; }
    .navbar-toggle.fixedtoggle .icon-bar {
      display: none; }
  .navbar-toggle .navbar-nav > li > a {
    padding-top: 29px;
    padding-bottom: 29px;
    line-height: 27px; }
  .navbar-toggle.collapsed {
    z-index: 1003; }

/* navbar focus fix */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: transparent; }

/* FOOTER */
.site_footer {
  padding: 30px 0;
  margin-top: 60px; }
  .site_footer__icons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px; }
    .site_footer__icons a {
      display: block; }
      .site_footer__icons a:not(:last-of-type) {
        margin-right: 15px; }
  .site_footer #copyRight {
    color: #AAAAAA;
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center; }
  .site_footer .footer-menu {
    color: #AAAAAA; }
    .site_footer .footer-menu a {
      color: #AAAAAA;
      font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400;
      text-align: center;
      text-decoration: underline; }

.szechenyi-2020 {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 180px;
  z-index: 1001; }

@media only screen and (max-width: 992px) {
  .site_footer {
    padding: 40px 0 !important;
    margin-top: 0; }

  footer {
    padding-bottom: 160px !important; }

  .szechenyi-2020 {
    height: 135px; } }
* {
  -webkit-appearance: none; }

body {
  overflow-x: hidden !important; }

rect {
  /* doesn't work in IE/ older Edge */
  transform: translate(295px, 115px); }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #4d78b6 !important;
  color: white; }

.help-block ul li {
  color: #a94442 !important; }

.modal-backdrop {
  background-color: #4C78B7 !important; }

.site_header {
  position: relative;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  z-index: 10; }
  @media only screen and (min-width: 992px) {
    .site_header nav {
      background-image: none;
      background-color: transparent;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 2; } }
  .site_header__main__phone {
    display: none;
    margin: 20px 0 20px 0; }
    .site_header__main__phone button:first-of-type {
      margin-bottom: 50px; }
    .site_header__main__phone button:last-of-type {
      margin-bottom: 30px; }
    @media only screen and (max-width: 992px) {
      .site_header__main__phone {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center; }
        .site_header__main__phone h2 {
          font-weight: 600;
          font-size: 26px; }
        .site_header__main__phone button {
          font-weight: 600;
          margin: 10px 0 10px 0; }
        .site_header__main__phone p {
          padding-left: 35px;
          padding-right: 35px;
          font-size: 16px; } }
  .site_header__main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 700px;
    position: relative;
    overflow: hidden;
    width: 100%; }
    @media only screen and (max-width: 992px) {
      .site_header__main {
        display: none; } }
    .site_header__main__left {
      height: 100%;
      padding: 185px;
      clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
      position: relative;
      width: 60%;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      transition: all ease-in-out 0.3s; }
      .site_header__main__left:before {
        content: '';
        background: linear-gradient(rgba(77, 120, 182, 0.6), rgba(77, 120, 182, 0.6)), url("/assets/themes/frontend/winder/images/header-left.jpeg");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        filter: blur(4px);
        transform: scale(1.1);
        transition: all ease-in-out 0.3s; }
      .site_header__main__left.inactive:before {
        filter: blur(0);
        transform: scale(1); }
      .site_header__main__left .wrapper {
        position: relative;
        z-index: 2; }
      .site_header__main__left h2 {
        font-size: 40px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #fff;
        line-height: 150%;
        margin-bottom: 30px; }
      .site_header__main__left ul {
        list-style: none;
        padding: 0 !important; }
        .site_header__main__left ul li {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          color: #fff; }
          .site_header__main__left ul li:not(:last-of-type) {
            margin-bottom: 15px; }
          .site_header__main__left ul li img {
            display: block;
            margin-right: 20px;
            height: 22px; }
      .site_header__main__left .primary-btn {
        margin-top: 40px; }
      .site_header__main__left .placeholder {
        display: none;
        position: relative;
        z-index: 1; }
        .site_header__main__left .placeholder h2 {
          font-size: 40px;
          font-weight: 600;
          letter-spacing: 1px;
          color: #fff;
          line-height: 150%;
          margin-bottom: 30px; }
        .site_header__main__left .placeholder span {
          background-color: #00f1ff;
          border-radius: 100%;
          width: 35px;
          height: 35px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0 auto; }
          .site_header__main__left .placeholder span a {
            font-size: 20px;
            color: #fff;
            font-weight: bold;
            text-decoration: none; }
    .site_header__main__right {
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      transition: all ease-in-out 0.3s; }
      .site_header__main__right:hover {
        width: 60%; }
        .site_header__main__right:hover .site_header__main__left .wrapper {
          display: none !important; }
        .site_header__main__right:hover .site_header__main__left .placeholder {
          display: block !important; }
      .site_header__main__right.active:before {
        filter: blur(4px);
        transform: scale(1.1); }
      .site_header__main__right:before {
        content: '';
        background: linear-gradient(rgba(77, 120, 182, 0.6), rgba(77, 120, 182, 0.6)), url("/assets/themes/frontend/winder/images/header-right.jpeg");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all ease-in-out 0.3s; }
      .site_header__main__right .wrapper {
        position: relative;
        z-index: 2; }
      .site_header__main__right h2 {
        font-size: 40px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #fff;
        line-height: 150%;
        margin-bottom: 30px; }
      .site_header__main__right span {
        background-color: #00f1ff;
        border-radius: 100%;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto; }
        .site_header__main__right span a {
          font-size: 20px;
          color: #fff;
          font-weight: bold;
          text-decoration: none; }
      .site_header__main__right .placeholder-right {
        position: relative;
        z-index: 2; }
      .site_header__main__right .content-right {
        display: none; }
        .site_header__main__right .content-right h2 {
          font-size: 40px;
          font-weight: 600;
          letter-spacing: 1px;
          color: #fff;
          line-height: 150%;
          margin-bottom: 30px; }
        .site_header__main__right .content-right ul {
          list-style: none;
          padding: 0 !important; }
          .site_header__main__right .content-right ul li {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            color: #fff; }
            .site_header__main__right .content-right ul li:not(:last-of-type) {
              margin-bottom: 15px; }
            .site_header__main__right .content-right ul li img {
              display: block;
              margin-right: 20px;
              height: 22px; }
        .site_header__main__right .content-right .primary-btn {
          margin-top: 40px; }

.career-box__title {
  color: #111111;
  font-family: Ubuntu, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 100px; }
  @media only screen and (max-width: 992px) {
    .career-box__title {
      font-size: 30px;
      line-height: unset;
      margin-top: 40px; } }
.career-box__paragraph {
  color: #777777;
  display: block;
  font-family: Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  max-width: 750px;
  text-align: center;
  margin-bottom: 40px; }
.career-box__button {
  text-align: center;
  margin-bottom: 100px; }
  .career-box__button .outlineBtn {
    color: #4d78b6;
    font-family: Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 17px;
    text-align: center;
    text-decoration: underline;
    background: none;
    border: none;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s; }

#carreer__carousel {
  display: none; }
  @media only screen and (max-width: 992px) {
    #carreer__carousel {
      display: block;
      padding-left: 15px;
      padding-right: 15px; } }
  #carreer__carousel .carousel-indicators {
    bottom: -30px;
    z-index: 0; }
    #carreer__carousel .carousel-indicators li {
      border: 1px solid lightgray; }
    #carreer__carousel .carousel-indicators .active {
      background-color: #4d78b6; }
  #carreer__carousel .carousel-control {
    background-image: none;
    opacity: 0; }

.career__images {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 120px; }
  @media only screen and (max-width: 992px) {
    .career__images {
      display: none; } }
  .career__images--item {
    width: calc(100% / 3 - 45px); }
    @media only screen and (max-width: 992px) {
      .career__images--item {
        width: 100%; } }
    .career__images--item .title {
      color: #111111;
      font-family: Ubuntu, Arial, 'Helvetica Neue', Helvetica, sans-serif;
      font-size: 30px;
      font-weight: 300;
      line-height: 40px;
      text-align: center; }
    .career__images--item .subTitle {
      color: #777777;
      font-family: Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      text-align: center; }
    .career__images--item .imgCircle {
      display: block;
      margin: 0 auto 30px;
      border-radius: 100%;
      width: 250px;
      height: 250px;
      background-position: top center;
      background-size: cover;
      background-repeat: no-repeat; }
      .career__images--item .imgCircle.career-1 {
        background-image: url("/assets/themes/frontend/winder/images/career_1.jpeg"); }
      .career__images--item .imgCircle.career-2 {
        background-image: url("/assets/themes/frontend/winder/images/career_2.jpeg"); }
      .career__images--item .imgCircle.career-3 {
        background-image: url("/assets/themes/frontend/winder/images/career_3.jpeg"); }

.phone-box {
  background-image: linear-gradient(142.99deg, #4d78b6 0%, #A2DB59 100%);
  border-radius: 30px;
  width: 100%;
  height: 550px; }
  @media only screen and (max-width: 992px) {
    .phone-box {
      margin: 0; } }
  .phone-box .iphone-x-image-box {
    position: relative; }
    @media only screen and (max-width: 992px) {
      .phone-box .iphone-x-image-box {
        display: none; } }
    .phone-box .iphone-x-image-box .iphone-x-image {
      position: absolute;
      top: -24px;
      left: 160px;
      z-index: 1; }
    .phone-box .iphone-x-image-box .iphone-x-screen {
      position: absolute;
      top: -17px;
      left: 164px; }
  .phone-box__title {
    color: #FFFFFF;
    font-family: Ubuntu, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 50px;
    font-weight: 300;
    line-height: 60px;
    width: 413px;
    text-align: left; }
    @media only screen and (max-width: 992px) {
      .phone-box__title {
        font-size: 32px;
        line-height: normal;
        width: 100%;
        text-align: center; } }
  .phone-box__subTitle {
    color: #111111;
    font-family: Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    width: 444px;
    text-align: left; }
    @media only screen and (max-width: 992px) {
      .phone-box__subTitle {
        line-height: normal;
        width: 80%;
        text-align: center;
        margin: 10px auto 10px auto; } }

.col-centered {
  float: none;
  margin: 0 auto; }

.download-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px; }
  @media only screen and (max-width: 992px) {
    .download-buttons {
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .download-buttons a:not(:last-of-type) {
        margin-right: 0 !important;
        margin-bottom: 20px; } }
  .download-buttons a {
    display: block;
    height: 100%; }
    .download-buttons a:not(:last-of-type) {
      margin-right: 20px; }
  .download-buttons img {
    height: 40px; }

@media only screen and (max-width: 425px) {
  .phone {
    padding: 0; }
    .phone * {
      border-radius: 0; }

  .career {
    padding: 0;
    background-image: linear-gradient(#EBEBEB, white); }
    .career-box {
      padding-left: 15px;
      padding-right: 15px; } }
@media screen and (max-width: 991px) {
  .phone {
    margin-top: 80px; } }
@media screen and (max-width: 767px) {
  section.career {
    background-image: linear-gradient(to bottom, #ebebeb, #fff); } }
