@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css");

@font-face {
  font-family: "Invention";
  src: url("../fonts/Invention-Bold.eot");
  src: url("../fonts/Invention-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Invention-Bold.woff2") format("woff2"),
    url("../fonts/Invention-Bold.woff") format("woff"),
    url("../fonts/Invention-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Invention";
  src: url("../fonts/Invention-Light.eot");
  src: url("../fonts/Invention-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Invention-Light.woff2") format("woff2"),
    url("../fonts/Invention-Light.woff") format("woff"),
    url("../fonts/Invention-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Invention";
  src: url("../fonts/Invention-Regular.eot");
  src: url("../fonts/Invention-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Invention-Regular.woff2") format("woff2"),
    url("../fonts/Invention-Regular.woff") format("woff"),
    url("../fonts/Invention-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Invention";
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  color: #171717;
}

body img {
  max-width: 100%;
}
#header .container {
  width: 1920px;
  max-width: 100%;
}
.ea-logo {
  width: 252px;
  display: inline-block;
  margin-top: 25px;
}

.ea-logo svg {
  max-height: 100%;
  vertical-align: initial;
  height: 100%;
  max-width: 100%;
  position: relative;
  top: 19px;
}
.mcompany-logo {
  width: 155px;
  display: inline-block;
  margin-left: 120px;
  margin-bottom: -15px;
}
.mcompany-logo img {
  max-width: 100%;
}
.partner-with {
  display: inline-block;
  width: 125px;
  border: solid 2px #d3e6f1;
  border-top: 0;
  border-bottom: 0;
  font-size: 14px;
  padding: 0;
  padding-left: 12px;
  padding-right: 12px;
  margin: 15px 10px 10px 10px;
  position: relative;
  top: 0px;
}
.top-download-button-box {
  width: 680px;
  background-color: #00857c;
  float: right;
  padding: 30px 35px;
  margin-right: -10px;
}

#header .install-free-at {
  background-color: #ffffff;
  color: #00857c;
  border: 0;
  font-size: 17px;
  padding: 15px 50px;
  line-height: 30px;
  float: left;
}
a:focus,
#header .install-free-at:focus,
#header .install-free-at:hover {
  outline: 2px solid purple;
  color: #000;
}
#header .install-text-box {
  margin-left: 40px;
  float: left;
  padding-top: 5px;
}
#header .install-text {
  color: #fff;

  font-size: 18px;
}
#header .terms-of-use {
  color: #fff;

  font-size: 14px;
}
#header .terms-of-use a {
  color: #fff;
  text-decoration: underline;
}
#header .terms-of-use a:focus,
#header .terms-of-use a:hover {
  outline: 2px solid #fff;
}
#header .terms-of-use label {
  margin-left: 5px;
}
#header .col-md-5 {
  padding-right: 0;
}
p {
  font-size: 24px;
  line-height: 44px;
}
a.green-btn {
  font-size: 16px;
  display: inline-block;
  padding: 1em 2em;
  text-align: center;
  color: white;
  background: #00857c;
  background: linear-gradient(to left, #00857c 50%, #255a55 50%) right;
  background-size: 200%;
  transition: 0.4s ease-out;
  text-decoration: none;
  margin-top: 15px;
}
a.green-btn:focus,
a.green-btn:hover {
  background-position: left;
}

a.white-btn {
  font-size: 16px;
  display: inline-block;
  padding: 1em 2em;
  text-align: center;
  color: #00857c;
  background: #ffffff;
  background: linear-gradient(to left, #ffffff 50%, #dcdcdc 50%) right;
  background-size: 200%;
  transition: 0.4s ease-out;
  text-decoration: none;
  margin-top: 15px;
}
a.white-btn:focus,
a.white-btn:hover {
  background-position: left;
}

.pd-l-common {
  padding-left: 60px;
}
.pd-l-commonx2 {
  padding-left: 90px;
}
.pd-l-commonx3 {
  padding-left: 135px;
}
.top-sec {
  margin-top: -50px;
}
.top-sec .container {
  width: 100%;
  max-width: 1600px;

  padding-left: 0;
}
.top-sec h1 {
  margin-top: 180px;
  font-size: 44px;
  line-height: 60px;
  margin-bottom: 70px;
}
.second-sec {
  margin-top: 100px;
}
.second-sec .container {
  width: 100%;
  max-width: 1480px;
}
.second-heading {
  font-size: 42px;
  margin-top: 160px;
  margin-bottom: 20px;
}
.common-txt {
  margin-bottom: 35px;
  font-size: 16.5px;
  line-height: 31px;
}
.second-sec img {
  width: 100%;
}
.double-col-sec {
  margin-top: 100px;
}
.double-col-sec .container {
  width: 100%;
  max-width: 1480px;
}
.double-col-sec img {
  margin-bottom: 40px;
}
.double-col-sec .heading {
  font-size: 32px;
}
a.icon-btn {
  border-bottom: solid 2px #969696;
  color: #171717;
  font-size: 22px;
  width: 440px;
  max-width: 100%;
  padding: 25px 50px;
  padding-bottom: 15px;
  background-size: 35px auto;
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: none;
  display: block;
}
a.icon-btn:focus,
a.icon-btn:hover {
  color: #255a55;
  border-bottom: solid 2px #255a55;
}
.overview-icon {
  background-image: url(../img/company_overview.svg);
}
.overview-icon:focus,
.overview-icon:hover {
  background-image: url(../img/company_overview_hover.svg);
}
.leadership-icon {
  background-image: url(../img/leadership.svg);
}
.leadership-icon:focus,
.leadership-icon:hover {
  background-image: url(../img/leadership_hover.svg);
}
.careers-icon {
  background-image: url(../img/careers.svg);
}
.careers-icon:hover,
.careers-icon:hover {
  background-image: url(../img/careers_hover.svg);
}

.dei-icon {
  background-image: url(../img/dei.svg);
}
.dei-icon:hover,
.dei-icon:hover {
  background-image: url(../img/dei_hover.svg);
}

.inclusion-sec {
  margin-top: 100px;
}
.inclusion-sec .container {
  width: 100%;
  max-width: 1480px;
}
.section-bottom {
  background-image: url("../img/msd-banner-bottom.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 750px;
  margin-top: 70px;
}

.section-bottom .container {
  width: 1920px;
  max-width: 100%;
}
.section-bottom .col-md-6 {
  margin-left: 0;
  padding-left: 0;
}
.section-bottom .bottom-green-box {
  background-color: #00857c;
  padding-top: 90px;
  padding-left: 220px;
  padding-right: 150px;
  padding-bottom: 60px;
}

.section-bottom span {
  color: #fff;
}
.section-bottom .second-heading {
  color: #fff;
  margin-top: 30px;
}
.section-bottom .common-txt {
  color: #fff;
}
#footer {
  border-top: solid 1px #939393;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  max-width: 100%;
  width: 1485px;
  padding-top: 40px;
  padding-bottom: 30px;
}
#footer .container {
  width: 100%;
  max-width: 100%;
}
#footer .ea-icon {
  text-align: right;
}

#footer .ea-icon img {
  width: 110px;
  height: auto;
}

#footer a.twitter-icon,
#footer a.fb-icon {
  background-image: url(../img/twitter.svg);
  height: 50px;
  width: 40px;
  background-size: 45px auto;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 0;
}
#footer a.twitter-icon:focus,
#footer a.twitter-icon:hover {
  background-image: url(../img/twitter_hover.svg);
}

#footer a.fb-icon {
  background-image: url(../img/facebook.svg);
  background-size: 25px auto;
  margin-left: 15px;
}
#footer a.fb-icon:focus,
#footer a.fb-icon:hover {
  background-image: url(../img/facebook_hover.svg);
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: disc;
  margin-top: 15px;
}
#footer ul li {
  list-style-type: disc;
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
}
#footer ul li a {
  text-decoration: underline;
  color: #171717;
}
#footer p {
  font-size: 16px;
}

.mcompany-tab {
  padding: 20px 0px 0;
  border: 1px solid transparent;
  float: right;
  width: 680px;
  margin-right: -10px;
  height: 70px;
}

.mcompany-tab .tab {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 0 40px 0 40px;
}

.mcompany-tab .tab .arrow {
  align-items: center;
  background: none;
  border: 0;
  border-bottom: solid 1px #fff;

  color: #003865;
  cursor: pointer;
  display: flex;
  font-family: "Invention";
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  outline: none;
  overflow: hidden;
  padding: 0 20px 5px 0px;
  position: relative;
  text-decoration: none;
  z-index: 99999999;
  background-image: url(../img/arrow-down.png);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: right 5px;
}
.mcompany-tab .tab .active-arrow {
  background-image: url(../img/arrow-up.png);
}

.mcompany-tab .tab .arrow::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 1px;
  background: #003865;
  transition: all 0.5s;
}

.mcompany-tab .tab .arrow:hover {
  color: #00857d;
  border-bottom: solid 1px #00857d;
}
.mcompany-tab .tab .arrow:focus {
  color: #00857d;
  border-bottom: solid 1px #00857d;
}

.tab-data {
  background: #fff;
  border-top-color: rgb(0, 133, 125);
  border-top-style: solid;
  border-top-width: 1px;
  border-top: none;
  border: 1px solid #00857d;
  display: none;
  margin-left: -1px;
  margin-top: -55px;

  padding: 0;
  padding: 80px 40px 40px 40px;
  position: relative;
  width: 100.3%;
  z-index: 9999999;
}

.tab-data p {
  color: #00857d;
  font-size: 20px;
  line-height: 34px;
}
.tab-data a {
  color: #171717;
  text-decoration: none;
  border-bottom: solid 1px #00857d;
  padding-bottom: 5px;
}
.tab-data a:hover {
  color: #00857d;
}

.tab-data ul {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.tab-data ul li {
  width: calc(50% - 20px);
  padding: 0 15px;
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 34px;
  font-weight: 400;
  margin-left: 0;
  padding-left: 0;
  background-image: url("../img/check.svg");
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
}

.tab-data ul li svg {
  height: 14px;
  margin-right: 10px;
}
.no-check li {
  background: none !important;
}

.mcompany-bandcamp p {
  color: #171717;
  font-size: 21px;
  line-height: 34px;
  margin-bottom: 0;
}

.mcompany-bandcamp ul {
  margin: 0;
  flex-wrap: nowrap !important;
  justify-content: flex-start;
}

.mcompany-bandcamp ul li {
  width: auto;
  padding: 0;
  margin-right: 10px;
  font-size: 21px;
  font-weight: 600;
}

.mcompany-bandcamp ul li:after {
  content: "/";
  margin-left: 10px;
  font-size: 21px;
  font-weight: 300;
}

.mcompany-bandcamp ul li:last-child:after {
  display: none;
}

@media screen and (max-width: 1920px) {
  .top-sec .container {
    margin-left: 0;
  }
}
@media screen and (max-width: 1550px) {
  .top-download-button-box {
    width: 600px;
  }
  .mcompany-tab {
    padding: 20px 0px 0;
    width: 600px;
  }
  #footer a.fb-icon {
    margin-left: 5px;
  }
}
@media screen and (max-width: 1400px) {
  .pd-l-common {
    padding-left: 40px;
  }
  .pd-l-commonx3 {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .mcompany-logo {
    margin-left: 0px;
    width: 180px;
    margin-bottom: -22px;
  }
  .ea-logo {
    width: 202px;
    display: inline-block;
    margin-top: 25px;
  }
  .top-download-button-box {
    width: 580px;

    padding: 20px 25px;
  }
  .top-sec h1 {
    margin-top: 80px;
    font-size: 40px;
    line-height: normal;
    margin-bottom: 40px;
  }
  p {
    font-size: 20px;
    line-height: 33px;
  }
  .double-col-sec {
    margin-top: 100px;
  }
  .second-sec {
    margin-top: 50px;
  }
  .second-heading {
    font-size: 30px;
    margin-top: 100px;
    margin-bottom: 20px;
  }
  .double-col-sec {
    margin-top: 70px;
  }
  .double-col-sec img {
    margin-bottom: 20px;
  }
  .section-bottom {
    margin-top: 50px;
    min-height: 550px;
  }
  .section-bottom .bottom-green-box {
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 60px;
    padding-bottom: 20px;
  }
  .double-col-sec .heading {
    font-size: 26px;
  }

  .inclusion-sec {
    margin-top: 70px;
  }
  a.icon-btn {
    font-size: 20px;

    background-size: 25px auto;
  }
  #footer {
    margin-top: 50px;

    padding-top: 20px;
  }
}

@media screen and (max-width: 1399px) {
  .mcompany-tab {
    width: 580px;
  }
}
@media screen and (max-width: 1200px) {
  .mcompany-logo {
    width: 150px;
    margin-bottom: -10px;
  }
  #header .install-free-at {
    font-size: 15px;
    padding: 10px 40px;
  }
  .top-download-button-box {
    width: 480px;
    padding: 20px 25px;
  }
  .top-sec h1 {
    margin-top: 70px;
    font-size: 32px;

    margin-bottom: 20px;
  }
  p {
    font-size: 18px;
    line-height: 28px;
  }
  .pd-l-common {
    padding-left: 20px;
  }
  .second-heading {
    font-size: 24px;
    margin-top: 20px;
  }
  .common-txt {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 28px;
  }
  .section-bottom .bottom-green-box {
    padding: 40px;
  }
  .mcompany-tab {
    width: 480px;
  }
  .mcompany-tab .tab .arrow {
    font-size: 15px;
    background-size: 12px auto;
  }

  .tab-data ul li {
    font-size: 15px;
  }
  .tab-data p {
    font-size: 18px;
    line-height: normal;
  }
}
@media screen and (max-width: 1199px) {
  .mcompany-tab .tab {
    padding: 0 10px 0 10px;
  }
  .tab-data {
    padding: 80px 15px 40px 15px;
    position: relative;
    width: 100.3%;
    z-index: 9999999;
  }
}
@media screen and (max-width: 991px) {
  .text-center-for-small {
    text-align: center;
  }
  .top-download-button-box {
    width: 480px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    display: block;
    max-width: 100%;
  }
  #header .install-free-at {
    float: none;
    display: inline-block;
    top: -10px;
    position: relative;
  }
  #header .install-text-box {
    float: none;
    display: inline-block;
  }

  .mcompany-tab {
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-top: 10px;
    width: 100%;
    max-width: 500px;
  }
  .mcompany-tab .tab .arrow {
    font-size: 13px;
    background-position: right 2px;
  }

  .tab-data {
    margin-top: -58px;
    width: 96.5%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
  }
  .tab-data p {
    font-size: 18px;
    line-height: normal;
    margin-top: 15px;
  }
  .top-sec .container {
    margin-left: auto;
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .image-full-mobile img {
    width: 100%;
  }
  .double-col-sec {
    margin-top: 0px;
  }
  .double-col-sec img {
    margin-top: 70px;
  }
  .section-bottom {
    min-height: 800px;
    background-position: right bottom;
    background-size: 1100px auto;
  }
  .section-bottom .bottom-green-box {
    padding: 50px 20px;
    width: 100%;
  }

  .section-bottom .col-md-6 {
    padding: 0;
  }
  #footer ul {
    text-align: center;
    margin-top: 15px;
  }
  #footer p {
    text-align: center;
    margin-top: 15px;
  }
  #footer .ea-icon {
    text-align: center;
  }
  .top-sec {
    margin-top: 0;
  }
  .mcompany-tab .tab {
    padding: 0 15px 0 15px;
  }
}

@media screen and (max-width: 510px) {
  #header .install-free-at {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 15px;
  }
  #header .install-text-box {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .tab-data ul li {
    font-size: 14px;
  }
  .tab-data ul li {
    font-size: 14px;
    background-position: left 10px;
    background-size: 16px auto;
    line-height: 30px;
    margin: 0;
    padding: 0;
    padding-left: 20px;
  }
}

a:focus:not([href*="https://www.levelaccess.com/"]):not([href^="#"]):not([href^="/"])::after, a:focus[target="_blank"]::after, a:hover:not([href*="https://www.levelaccess.com/"]):not([href^="#"]):not([href^="/"])::after, a:hover[target="_blank"]::after
{
  content: "\f35d";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 75%;
  font-weight: 700;
  line-height: 1rem;
  margin-left: 0.4rem;
  position: absolute;
  speak: never;
}
