.flex-break {
  flex-basis: 100%;
  height: 0;
}
.fa-light {
  font-family: "FA", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.f-open-sans {
  font-family: "open-sans", "Segoe UI", Helvetica, Arial, sans-serif;
}
.f-myriad-pro {
  font-family: "myriad-pro", "Segoe UI", Helvetica, Arial, sans-serif;
}
.header-font {
  font-family: "montserrat", "Segoe UI", Helvetica, Arial, sans-serif;
  letter-spacing: 0.32px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 1600px) {
  .wide-screen .container {
    width: 1570px;
  }
}
@media (min-width: 1600px) {
  .medium-wide-screen .container {
    width: 1470px;
  }
}
.flex-row {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.light-font {
  font-family: "Segoe UI Light", open-sans, "HelveticaNeue", "Helvetica Neue", "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 100;
}
.normal-font {
  font-family: "Segoe UI", "HelveticaNeue", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.semi-light-font {
  font-family: "Segoe UI Semilight", open-sans, "HelveticaNeue", "Helvetica Neue", "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.open-sans-font {
  font-family: open-sans, "HelveticaNeue", "Helvetica Neue", "Segoe UI", Arial, Helvetica, sans-serif;
}
.soft-hover {
  transition: all 0.2s linear;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.action-buttons {
  text-align: center;
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.action-buttons a {
  display: inline-block;
  border: 1px solid #000000;
  color: #000000;
  padding: 5px 10px;
  font-size: 12px;
}
.action-buttons a:hover {
  color: white;
  background-color: #000000;
}
.action-buttons a:first-of-type {
  border-radius: 23px 0 0 23px;
  border-right: none;
}
.action-buttons a:nth-of-type(2) {
  border-left: 1px solid #000000;
  border-radius: 0 23px 23px 0;
}
.header-font {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1.25;
}
section.hero {
  padding: 60px 0;
  text-align: center;
}
section.hero h1 {
  font-size: 40px;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 60px;
  line-height: 1.25 !important;
  font-family: "montserrat", "Segoe UI", Helvetica, Arial, sans-serif;
  letter-spacing: 0.32px;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}
section.hero h2 {
  max-width: 380px;
  margin: 15px auto;
  color: #666;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 1.625;
  text-align: center;
}
section.hero h5 + p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
section.top {
  padding: 90px 0;
  padding-top: 30px;
  background-color: #fbfeff;
}
section.top .container {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  gap: 30px;
}
section.top .container .tmpl {
  display: block;
  padding: 30px 45px;
  font-size: 16px;
  min-width: 300px;
  max-width: 100%;
}
section.top .container .tmpl h2 {
  margin-top: 0;
  font-size: 26px;
  font-family: "montserrat", "Segoe UI", Helvetica, Arial, sans-serif;
  letter-spacing: 0.32px;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1.25;
}
section.top .container .tmpl h2,
section.top .container .tmpl p,
section.top .container .tmpl ul,
section.top .container .tmpl li {
  color: inherit;
  line-height: 1.625;
}
section.top .container .tmpl li {
  margin: 5px 0;
}
section.top .container .tmpl:first-child {
  flex: 1.5;
  background-color: #f0f9ff;
  border-radius: 21px;
  max-width: 740px;
  min-width: 450px;
}
@media (max-width: 480px) {
  section.top .container .tmpl:first-child {
    min-width: 300px;
    max-width: 100%;
  }
}
section.top .container .tmpl:last-child {
  flex: 1;
  max-width: 540px;
}
section.stats {
  padding: 30px 0;
  background: #f3faff;
}
section.stats .container ul {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
}
section.stats .container ul li {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 100px;
  border-radius: 8px;
  background-color: #00000008;
  padding: 10px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.67);
}
section.stats .container ul li strong {
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 5px;
}
section.teams {
  padding: 90px 0;
  background: #ebf7ff;
  font-size: 16px;
}
section.teams h2,
section.teams p,
section.teams ul,
section.teams li {
  color: inherit;
  line-height: 1.625;
}
section.teams h2 {
  margin-top: 0;
  font-size: 21px;
  line-height: 1.35;
  margin-bottom: 15px;
  font-family: "montserrat", "Segoe UI", Helvetica, Arial, sans-serif;
  letter-spacing: 0.32px;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1.25;
}
section.teams .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 30px;
}
section.teams .container .tmpl {
  padding: 30px;
  border-radius: 8px;
  box-sizing: border-box;
  flex: 1;
  max-width: 580px;
  min-width: 295px;
}
section.teams .container .tmpl:last-child {
  flex: 0.5;
  background-color: #39394c;
  color: rgba(255, 255, 255, 0.87);
  max-width: 460px;
}
section.people {
  padding: 60px 0;
  background: #f9f9f9;
}
section.people h2 {
  font-family: "montserrat", "Segoe UI", Helvetica, Arial, sans-serif;
  letter-spacing: 0.32px;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0;
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}
section.people #md-left-img,
section.people #md-right-img {
  width: 150px;
  display: flex;
  flex-flow: column;
  font-size: 11px;
}
section.people .flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 60px;
  align-items: stretch;
}
section.people .flex > div {
  font-size: 14px;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  max-width: 340px;
  gap: 15px;
}
section.people img {
  width: 100px;
}
.cta .container {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
  margin-top: 60px;
  padding: 30px;
  font-size: 16px;
  background: linear-gradient(171deg, #eaf6ff 25%, #f9d7fd 250%);
  border-radius: 21px;
  max-width: 600px;
}
.cta .container h2 {
  margin-top: 0;
  font-family: "montserrat", "Segoe UI", Helvetica, Arial, sans-serif;
  letter-spacing: 0.32px;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1.25;
}
.cta .container .btn {
  margin: 0 auto !important;
  margin-top: 30px !important;
  min-width: 120px;
}
#page-content .btn {
  display: block;
  width: fit-content;
  margin: 15px 0;
  background-color: dodgerblue;
  color: white !important;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  min-width: 100px;
}
#page-content .btn:nth-child(2) {
  background-color: transparent;
  border: 2px solid dodgerblue;
  color: dodgerblue !important;
}
.text-params h2 {
  color: dodgerblue;
  font-family: "montserrat", "Segoe UI", Helvetica, Arial, sans-serif;
  letter-spacing: 0.32px;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  font-size: 32px;
  margin-bottom: 30px;
}
.text-params p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.77);
}
section.partners {
  background-color: #223b44;
  display: flex;
  flex-flow: row wrap;
  padding: 0;
}
section.partners > div {
  padding: 90px 60px;
}
@media (max-width: 875px) {
  section.partners > div {
    padding: 60px 30px;
  }
}
section.partners .person {
  min-width: 200px;
  padding: 60px;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
section.partners .person .tmpl {
  position: relative;
  float: right;
}
@media (max-width: 874px) {
  section.partners .person .tmpl {
    float: left;
  }
}
section.partners .person .tmpl:before {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: slategray;
  position: absolute;
  top: -25px;
  right: 0;
  margin: auto;
}
section.partners .person a {
  width: 34px;
  height: 35px;
  background-image: url(//adremdownloads.com/about/img/social-icons.png);
  background-position: -69px 0;
  display: block;
  margin: 10px auto 20px;
  filter: invert(1) opacity(0.7);
}
section.partners .person a:hover {
  filter: invert(1) opacity(1);
}
section.partners .person p:first-of-type {
  color: white;
  width: 200px;
  position: relative;
  padding-top: 180px;
  text-align: center;
  opacity: 0.8;
}
section.partners .person p:first-of-type em {
  display: block;
  font-weight: 600;
  letter-spacing: 0.2px;
}
@media (max-width: 640px) {
  section.partners .person {
    width: 100%;
  }
}
section.partners .contents {
  flex: 2;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
section.partners .contents h2 {
  color: dodgerblue;
  font-family: "montserrat", "Segoe UI", Helvetica, Arial, sans-serif;
  letter-spacing: 0.32px;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  font-size: 32px;
  margin-bottom: 30px;
}
section.partners .contents p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.77);
}
section.partners .contents img {
  border-radius: 50%;
  margin: 0 15px;
  margin-right: auto;
  min-width: 220px;
  width: 220px;
  height: 220px;
}
@media (max-width: 875px) {
  section.partners .contents img {
    display: none;
  }
}
section.partners .contents h2 {
  margin-top: 0;
}
section.partners .contents > .tmpl {
  max-width: 580px;
  min-width: 320px;
  margin-right: auto;
  display: block;
}
@media (max-width: 875px) {
  section.partners .contents > .tmpl {
    max-width: calc(100% - 60px);
  }
  section.partners .contents > .tmpl p {
    line-height: 1.5;
  }
}
section.partners .contents img {
  filter: invert(1) opacity(0.25);
}
.partnerships {
  background-color: white;
  position: relative;
  z-index: 1;
  padding: 15px 0;
}
.partnerships h2 {
  position: relative;
  color: #ccc;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  margin: 5px;
}
.partnerships div {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: row;
}
.partnerships div .ic {
  background-image: url(//adremdownloads.com/about/img/images.png);
  display: block;
  margin: 6px;
}
.partnerships div .ic-microsoft {
  width: 300px;
  height: 60px;
  margin: 0 30px;
  margin-right: 15px;
  background-position: 0 -391px;
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
}
.partnerships div .ic-vmware {
  width: 102px;
  min-width: 102px;
  height: 80px;
  background-position: -320px -391px;
}
.partnerships div .ic-cisco {
  width: 89px;
  min-width: 89px;
  height: 87px;
  background-position: -12px -488px;
}
/*# sourceMappingURL=about-us-2025.css.map */