body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  color: #2e2e2e;
  font-size: 25px;
  line-height: 30px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
}

a {
  color: #dd783f;
  text-decoration: none;
}

a:hover {
  color: #c2581b;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
}

label {
  display: block;
  margin-bottom: 5px;
  padding-left: 2px;
  font-weight: 700;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5) 49%, transparent 99%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5) 49%, transparent 99%);
}

.menu-link {
  display: inline-block;
  margin-right: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.menu-icon {
  display: inline-block;
  float: right;
  line-height: 13px;
}

.menu-button {
  display: block;
  margin-top: 0px;
  padding: 10px 8px 9px;
  float: right;
  border-radius: 2px;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: hsla(0, 0%, 100%, .85);
}

.menu-button:hover {
  background-color: hsla(0, 0%, 100%, .1);
  color: #fff;
}

.menu-button.w--open {
  background-color: hsla(0, 0%, 100%, .25);
}

.long-text {
  margin-top: 7px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
}

.main-section {
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #f7f7f7;
}

.main-section.dark {
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  background-color: #4d565d;
  background-image: -webkit-linear-gradient(270deg, rgba(35, 47, 56, .47), rgba(35, 47, 56, .31) 99%), url('../images/footer-bg.jpg');
  background-image: linear-gradient(180deg, rgba(35, 47, 56, .47), rgba(35, 47, 56, .31) 99%), url('../images/footer-bg.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #1f292e;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-heading.graphs {
  color: #9ea1a4;
  font-weight: 600;
}

.med-divider {
  display: block;
  width: 40%;
  height: 1px;
  margin: 16px auto;
  background-color: #dedede;
  list-style-type: lower-alpha;
}

.white {
  color: #efefef;
}

.form-wrapper {
  display: block;
  width: 500px;
  margin: 20px auto 80px;
}

.field {
  width: 75%;
  height: 50px;
  float: left;
  border: 1px none #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #4d565d;
  font-size: 15px;
}

.submit-button {
  width: 25%;
  height: 50px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: hsla(0, 0%, 100%, .28);
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-family: Oxygen, sans-serif;
}

.submit-button:hover {
  background-color: #dd783f;
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 27px;
  padding-bottom: 27px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, .12);
  background-color: #f7f8f8;
}

.footer-link {
  display: inline-block;
  padding: 3px 0px 3px 20px;
  float: none;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #9ea1a4;
  font-size: 11px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #fd4343;
}

.footer-link.w--current {
  color: #707070;
}

.footer-link.disabled-footer {
  display: none;
}

.footer-logo {
  text-decoration: none;
}

.nav-link {
  display: inline-block;
  padding: 10px 20px;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.nav-link.w--current {
  opacity: 1;
  color: #fff;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: right;
}

.logo {
  display: block;
  width: 162px;
  height: 45px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.logo.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.success-message {
  padding-top: 20px;
  border-radius: 3px;
  background-color: #5cc489;
  color: #fff;
}

.red-text {
  color: #e91010;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.main-section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.get-started-btn {
  position: relative;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, .28);
}

.get-started-btn:hover {
  background-color: #dd783f;
  color: #fff;
}

.get-started-btn.menu {
  display: none;
  background-color: #a75589;
  text-align: center;
}

.main-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #eaebed;
  text-align: center;
}

.quote-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #eaebed;
  border-bottom: 1px solid #eaebed;
  background-color: #fff;
}

.main-section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.get-connected-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #eaebed;
  border-bottom: 1px solid #eaebed;
  background-color: #fff;
  text-align: center;
}

.main-section-5 {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, #4aaec2, #4aaec2);
  background-image: linear-gradient(180deg, #4aaec2, #4aaec2);
}

.main-section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.main-section-6.old {
  display: none;
}

.supply-section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.submit-btn {
  width: 25%;
  height: 40px;
  border-radius: 3px;
  background-color: #02bcbc;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.submit-btn:hover {
  background-color: #c0c3c7;
  color: #fff;
}

.submit-btn.disabled {
  display: none;
}

.adagencies-section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.adagencies-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.logo-circles-wrapper {
  position: absolute;
  right: 30px;
  bottom: 0px;
  width: 45px;
  height: 45px;
}

.logo-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 6px;
  z-index: 100;
  height: auto;
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #1f292e;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}

.circle-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 25;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fd4343;
}

.circle-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fa6156;
  opacity: 1;
}

.menu-item {
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #1f292e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  cursor: pointer;
}

.menu-item:hover {
  color: #fd4343;
}

.menu-item.w--current {
  color: #fd4343;
}

.menu-item.disabled {
  display: none;
}

.menu-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #eaebed;
  background-color: #fff;
}

.nav-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 850px;
  min-width: 650px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.menu-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-underline {
  width: 40px;
  height: 2px;
  border-top: 2px solid #eaebed;
}

.heading-underline.footer {
  width: 300px;
  padding-bottom: 20px;
}

.heading-underline.medium-size {
  display: none;
  width: 500px;
}

.section-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-discr-par {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #707070;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.6px;
  text-transform: none;
}

.paragraph-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-circle {
  display: block;
  width: 80px;
  height: 80px;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #eaebed;
  border-radius: 50%;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column.centered-title {
  height: 200px;
  border-right: 2px solid #eaebed;
  border-left: 2px solid #eaebed;
}

.column.centered-title.no-right-border {
  border-right-style: none;
}

.item-discr-par {
  width: 100%;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #707070;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  letter-spacing: 0.6px;
  text-transform: none;
}

.item-heading {
  font-family: 'Open Sans', sans-serif;
  color: #1f292e;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
}

.item-heading.centered-text {
  text-align: center;
}

.item-discr-wrapper {
  padding-left: 15px;
}

.icon-wrapper {
  padding-right: 10px;
  padding-left: 10px;
}

.section-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.avatar {
  width: 300px;
  height: 300px;
  border: 1px solid #eaebed;
  border-radius: 50%;
  background-image: url('../images/fotolia-42340490-subscription-xl-17f250f506.jpg');
  background-position: 43% 50%;
  background-size: 1400px;
  background-repeat: no-repeat;
}

.quote-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1500px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-discr-wrapper {
  width: 40%;
  padding-right: 40px;
  padding-left: 20px;
}

.quote-par {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #707070;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.7px;
}

.name-header {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #707070;
  font-weight: 600;
}

.title-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #c0c3c7;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.cards-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cards-wrapper.adagencies {
  height: 300px;
  max-width: 720px;
  margin-bottom: 60px;
}

.card-green {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px 1px 4px;
  border-color: #eaebed #eaebed #82ba82;
  background-color: #fff;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.455, .03, .515, .955);
  transition: -webkit-transform 400ms cubic-bezier(.455, .03, .515, .955);
  transition: transform 400ms cubic-bezier(.455, .03, .515, .955);
  transition: transform 400ms cubic-bezier(.455, .03, .515, .955), -webkit-transform 400ms cubic-bezier(.455, .03, .515, .955);
}

.card-green:hover {
  z-index: 100;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.card-green.adagenciescards {
  width: 33.33%;
  height: 300px;
  border-bottom-style: none;
}

.card-header {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #6661aa;
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
}

.card-header.green {
  color: #82ba82;
}

.card-header.blue {
  color: #3aa9bf;
}

.card-header.magenta {
  color: #a75589;
}

.card-header.orange {
  color: #df8756;
}

.card-logo {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 55px;
  margin-bottom: 15px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-image: url('../images/Grey-logo.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
  opacity: 0;
}

.cards-underline {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4px;
  background-image: -webkit-linear-gradient(0deg, #82ba82, #3aa9bf 25%, #a75589 50%, #df8756 75%, #6661aa);
  background-image: linear-gradient(90deg, #82ba82, #3aa9bf 25%, #a75589 50%, #df8756 75%, #6661aa);
}

.card-shade {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  box-shadow: 0 24px 50px 25px rgba(0, 0, 0, .07);
  opacity: 0;
}

.card-shade.agenciesshade {
  box-shadow: 0 24px 30px 1px rgba(0, 0, 0, .05);
}

.cards-par {
  width: 100%;
  padding-right: 15px;
  padding-left: 20px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #707070;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.circle-3 {
  position: absolute;
  z-index: 15;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fd886b;
  opacity: 1;
}

.circle-4 {
  position: absolute;
  z-index: 10;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fcbf5b;
  opacity: 1;
}

.circle-5 {
  position: absolute;
  z-index: 5;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fee47e;
  opacity: 1;
}

.card-stroke {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #eaebed;
}

.cards-underline-green {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 25;
  width: 20%;
  height: 5px;
  background-color: #fff;
  opacity: 0;
}

.card-blue {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 4px solid #3aa9bf;
  background-color: #fff;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.455, .03, .515, .955);
  transition: -webkit-transform 400ms cubic-bezier(.455, .03, .515, .955);
  transition: transform 400ms cubic-bezier(.455, .03, .515, .955);
  transition: transform 400ms cubic-bezier(.455, .03, .515, .955), -webkit-transform 400ms cubic-bezier(.455, .03, .515, .955);
}

.card-blue:hover {
  z-index: 100;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.card-underline-blue {
  position: relative;
  left: 20%;
  width: 20%;
  height: 5px;
  background-color: #fff;
  opacity: 0;
}

.cards-underline-magenta {
  position: absolute;
  left: 40%;
  z-index: 25;
  width: 20%;
  height: 5px;
  background-color: #fff;
  opacity: 0;
}

.card-underline-orange {
  position: absolute;
  left: 60%;
  right: 0px;
  bottom: 0px;
  width: 20%;
  height: 5px;
  background-color: #fff;
  opacity: 0;
}

.card-underline-violet {
  position: absolute;
  left: 80%;
  right: 0px;
  bottom: 0px;
  width: 20%;
  height: 5px;
  background-color: #fff;
  opacity: 0;
}

.card-magenta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid #a75589;
  background-color: #fff;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.455, .03, .515, .955);
  transition: -webkit-transform 400ms cubic-bezier(.455, .03, .515, .955);
  transition: transform 400ms cubic-bezier(.455, .03, .515, .955);
  transition: transform 400ms cubic-bezier(.455, .03, .515, .955), -webkit-transform 400ms cubic-bezier(.455, .03, .515, .955);
}

.card-magenta:hover {
  z-index: 100;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.card-magenta.adagenciescard {
  width: 33.34%;
  height: 300px;
  border-bottom-style: none;
}

.card-orange {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid #df8756;
  background-color: #fff;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.455, .03, .515, .955);
  transition: -webkit-transform 400ms cubic-bezier(.455, .03, .515, .955);
  transition: transform 400ms cubic-bezier(.455, .03, .515, .955);
  transition: transform 400ms cubic-bezier(.455, .03, .515, .955), -webkit-transform 400ms cubic-bezier(.455, .03, .515, .955);
}

.card-orange:hover {
  z-index: 100;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.card-orange.adagenciescard {
  width: 33.33%;
  height: 300px;
  border-bottom-style: none;
}

.card-violet {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid #6661aa;
  background-color: #fff;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.455, .03, .515, .955);
  transition: -webkit-transform 400ms cubic-bezier(.455, .03, .515, .955);
  transition: transform 400ms cubic-bezier(.455, .03, .515, .955);
  transition: transform 400ms cubic-bezier(.455, .03, .515, .955), -webkit-transform 400ms cubic-bezier(.455, .03, .515, .955);
}

.card-violet:hover {
  z-index: 100;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.footer-par {
  width: 40%;
  font-family: 'Open Sans', sans-serif;
  color: #9ea1a4;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.global-hero-header {
  font-family: 'Open Sans', sans-serif;
  color: #1f292e;
  font-size: 34px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-header-discr-par {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #707070;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 1px;
}

.slider {
  display: block;
  width: 950px;
  height: 450px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 24px 30px 1px rgba(0, 0, 0, .05);
}

.slider-shade {
  display: none;
  width: 100%;
  height: 1px;
  box-shadow: 0 3px 50px 11px rgba(0, 0, 0, .2);
}

.graphic-back {
  position: relative;
  left: 10%;
  width: 80%;
  height: 100%;
  background-color: #fff;
}

.x-axis {
  position: absolute;
  left: 0%;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  width: 100%;
  height: 1px;
  margin-bottom: 70px;
  background-color: #eaebed;
}

.vertical-lines-wrapper {
  position: absolute;
  left: -7.15%;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 350px;
  margin-bottom: 70px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.vertical-lines-wrapper.slide2 {
  left: 0%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.vertical-line {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 14.28%;
  height: 29.5%;
  border-right: 1px solid #82ba82;
}

.vertical-line.blue-grapg-line {
  height: 44.6%;
  border-right-color: #3aa9bf;
}

.vertical-line.violet-graph-line {
  height: 54.8%;
  border-right-color: #6661aa;
}

.vertical-line.orange-graph-line {
  height: 62.5%;
  border-right-color: #df8756;
}

.vertical-line.magenta-graph-line {
  height: 68.9%;
  border-right-color: #a75589;
}

.vertical-line.yelow-graph-line {
  height: 73.2%;
  border-right-color: #fcbf5b;
}

.vertical-line.red-graph-line {
  height: 75.9%;
  border-right-color: #fd4343;
}

.vertical-line.column-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17%;
  height: 42%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 2px none #82ba82;
  border-left: 2px none #82ba82;
  border-right-style: none;
  border-right-width: 2px;
  background-image: -webkit-linear-gradient(270deg, rgba(130, 186, 130, .7), rgba(58, 169, 191, .65) 50%, rgba(58, 169, 191, .4));
  background-image: linear-gradient(180deg, rgba(130, 186, 130, .7), rgba(58, 169, 191, .65) 50%, rgba(58, 169, 191, .4));
}

.vertical-line.column-line.med-high {
  height: 61%;
  background-image: -webkit-linear-gradient(270deg, rgba(252, 191, 91, .7), rgba(130, 186, 130, .7) 33%, rgba(58, 169, 191, .65) 67%, rgba(58, 169, 191, .4));
  background-image: linear-gradient(180deg, rgba(252, 191, 91, .7), rgba(130, 186, 130, .7) 33%, rgba(58, 169, 191, .65) 67%, rgba(58, 169, 191, .4));
}

.vertical-line.column-line.max-high {
  height: 78%;
  background-image: -webkit-linear-gradient(270deg, rgba(253, 67, 67, .7), rgba(252, 191, 91, .7) 25%, rgba(130, 186, 130, .7) 50%, rgba(58, 169, 191, .65) 75%, rgba(58, 169, 191, .4));
  background-image: linear-gradient(180deg, rgba(253, 67, 67, .7), rgba(252, 191, 91, .7) 25%, rgba(130, 186, 130, .7) 50%, rgba(58, 169, 191, .65) 75%, rgba(58, 169, 191, .4));
}

.data-graph-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
  padding-bottom: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.data-graph-wrapper.slide-2-data {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.data-graph {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14.28%;
  height: 51%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #82ba82;
}

.data-graph.blue-graph {
  height: 63%;
  color: #3aa9bf;
}

.data-graph.violet-graph {
  height: 72%;
  color: #6661aa;
}

.data-graph.orange-graph {
  height: 78%;
  color: #df8756;
}

.data-graph.orange-graph.slide-2-orange {
  height: 73%;
  color: #9ea1a4;
}

.data-graph.magent-graph {
  height: 83%;
  color: #a75589;
}

.data-graph.yellow-graph {
  height: 86%;
  color: #fcbf5b;
}

.data-graph.red-graph {
  height: 89%;
  color: #fd4343;
}

.data-graph.red-graph.slide-2-red {
  height: 87%;
  color: #9ea1a4;
}

.data-graph.slide-2-green {
  height: 58%;
  color: #9ea1a4;
}

.date-graph {
  width: 100%;
  height: 50px;
  padding-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center;
}

.graph-point {
  width: 18px;
  height: 18px;
  border: 4px solid #82ba82;
  border-radius: 50%;
}

.graph-point.blue-point {
  border-color: #3aa9bf;
}

.graph-point.violet-point {
  border-color: #6661aa;
}

.graph-point.orange-point {
  border-color: #df8756;
}

.graph-point.magenta-point {
  border-color: #a75589;
}

.graph-point.yellow-point {
  border-color: #fcbf5b;
}

.graph-point.red-point {
  border-color: #fd4343;
}

.point-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.data-graph-yearly {
  width: 100%;
  height: 50px;
  padding-top: 25px;
  padding-left: 7px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center;
}

.data-graph-yearly.digits {
  padding-left: 0px;
}

.data-graph-yearly.digits.green-temp {
  color: #82ba82;
}

.data-graph-yearly.digits.yellow-temp {
  color: #fcbf5b;
}

.data-graph-yearly.digits.red-temp {
  color: #fd4343;
}

.progress-line-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.progres-line {
  position: absolute;
  top: 50%;
  width: 14.28%;
  height: 2px;
  background-image: -webkit-linear-gradient(0deg, #82ba82, #3aa9bf);
  background-image: linear-gradient(90deg, #82ba82, #3aa9bf);
  -webkit-transform: translate(50%, 19px) rotate(-27deg);
  -ms-transform: translate(50%, 19px) rotate(-27deg);
  transform: translate(50%, 19px) rotate(-27deg);
}

.progres-line.blue-violet {
  width: 13.6%;
  background-image: -webkit-linear-gradient(0deg, #3aa9bf, #6661aa);
  background-image: linear-gradient(90deg, #3aa9bf, #6661aa);
  -webkit-transform: translate(160%, -27px) rotate(-20deg);
  -ms-transform: translate(160%, -27px) rotate(-20deg);
  transform: translate(160%, -27px) rotate(-20deg);
}

.progres-line.violet-orange {
  left: 29%;
  top: 35%;
  width: 13.3%;
  background-image: -webkit-linear-gradient(0deg, #6661aa, #df8756);
  background-image: linear-gradient(90deg, #6661aa, #df8756);
  -webkit-transform: translate(54%, 8px) rotate(-13deg);
  -ms-transform: translate(54%, 8px) rotate(-13deg);
  transform: translate(54%, 8px) rotate(-13deg);
}

.progres-line.orange-magenta {
  left: 43%;
  top: 24%;
  width: 13.1%;
  background-image: -webkit-linear-gradient(0deg, #df8756, #a75589);
  background-image: linear-gradient(90deg, #df8756, #a75589);
  -webkit-transform: translate(57%, 34px) rotate(-11deg);
  -ms-transform: translate(57%, 34px) rotate(-11deg);
  transform: translate(57%, 34px) rotate(-11deg);
}

.progres-line.magenta-yelow {
  left: 58%;
  top: 24%;
  width: 13%;
  background-image: -webkit-linear-gradient(0deg, #a75589, #fcbf5b);
  background-image: linear-gradient(90deg, #a75589, #fcbf5b);
  -webkit-transform: translate(53%, 17px) rotate(-7deg);
  -ms-transform: translate(53%, 17px) rotate(-7deg);
  transform: translate(53%, 17px) rotate(-7deg);
}

.progres-line.yellow-red {
  left: 72%;
  top: 21%;
  width: 13%;
  background-image: -webkit-linear-gradient(0deg, #fcbf5b, #fd4343);
  background-image: linear-gradient(90deg, #fcbf5b, #fd4343);
  -webkit-transform: translate(55%, 18px) rotate(-7deg);
  -ms-transform: translate(55%, 18px) rotate(-7deg);
  transform: translate(55%, 18px) rotate(-7deg);
}

.graph-titlewrapper {
  position: absolute;
  left: 0px;
  top: 10%;
}

.slider-arrow-icon {
  position: absolute;
  left: 10%;
  top: 42%;
  width: 80%;
  height: 16%;
  background-image: url('../images/R-Arrow.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  opacity: 1;
}

.slider-arrow-icon.left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.row-2-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-custom {
  width: 450px;
  padding-right: 60px;
}

.column-custom.right-coloumn {
  padding-right: 0px;
  padding-left: 50px;
}

.adagencies-section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.old-stuff {
  display: none;
}

.row-2-col-tighten {
  width: 900px;
}

.horizontal-line {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 10px;
  border-top: 2px solid #fff;
}

.horizontal-lines-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.supply-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.icon {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 25%;
}

.logo-main-img {
  position: absolute;
  left: 0px;
  bottom: 49px;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #1f292e;
  font-size: 120px;
  line-height: 80px;
  font-weight: 700;
}

.logo-main-img.incircle {
  position: absolute;
  left: 10px;
  top: auto;
  bottom: 22%;
  z-index: 50;
}

.main-img-wrapper {
  position: relative;
  display: none;
  width: 1000px;
  height: 400px;
  margin-bottom: 50px;
}

.ad-circle-wrapper {
  position: absolute;
  top: 0px;
  right: 0%;
  bottom: 0px;
  width: 220px;
  height: 220px;
}

.ad-circle {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-color: #fd4343;
}

.logo-main-img-wrapper {
  position: relative;
  left: 0%;
  top: 122px;
  width: 600px;
  height: 220px;
}

.big-circle-wrapper {
  position: absolute;
  right: 0%;
  bottom: 0px;
  width: 400px;
  height: 400px;
}

.big-circle {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  background-color: #02bcbc;
}

.white-point {
  position: absolute;
  left: 17%;
  top: 17%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}

.contacts-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.contacts-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  height: 700px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
  color: #1f292e;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.advertisers-form {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.choose-buttons-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  height: 60px;
  margin-bottom: 50px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.advertiser-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid #eaebed;
  background-color: #fff;
  color: #1f292e;
  text-transform: uppercase;
}

.advertiser-button:hover {
  color: #02bcbc;
}

.choose-button {
  position: relative;
  width: 220px;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 49px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
}

.advertisers-button-pressed {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #02bcbc;
  background-color: #fff;
  color: #02bcbc;
  font-size: 13px;
}

.advertisers-button-pressed:hover {
  color: #1f292e;
}

.agency-btn {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #eaebed;
  background-color: #fff;
  color: #1f292e;
}

.agency-btn:hover {
  color: #02bcbc;
}

.ssp-btn {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #eaebed;
  background-color: #fff;
  color: #1f292e;
}

.ssp-btn:hover {
  color: #02bcbc;
}

.agency-ban-pressed {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #02bcbc;
  background-color: #fff;
  color: #02bcbc;
}

.agency-ban-pressed:hover {
  color: #1f292e;
}

.ssp-bin-pressed {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #02bcbc;
  background-color: #fff;
  color: #02bcbc;
}

.ssp-bin-pressed:hover {
  color: #1f292e;
}

.agency-form {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.ssp-form {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.quote-heading {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.text-fields {
  border-radius: 3px;
}

.error-message {
  border-radius: 3px;
  background-color: #fa6156;
  color: #fff;
}

.main-image-wrapper {
  position: relative;
  width: 950px;
  padding-top: 10px;
  padding-bottom: 20px;
  box-shadow: 0 24px 30px 1px rgba(0, 0, 0, .05);
}

.text-container {
  margin-top: 100px;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
}

.cookies-warning-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cookies-par {
  width: 70%;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
}

.cookies-header {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #1f292e;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
}

.cookies-header:hover {
  color: #82ba82;
}

.cookies-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookies-warning {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  background-color: #eaebed;
}

html.w-mod-js *[data-ix="navbar"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="hero-text-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="hero-button"] {
  opacity: 0;
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}

html.w-mod-js *[data-ix="view-more"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

@media (max-width: 991px) {
  .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-section {
    padding: 40px 10px;
  }
  .main-section.dark {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-heading {
    display: block;
    text-align: center;
  }
  .footer-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .logo {
    position: absolute;
    width: 162px;
    height: 52px;
  }
  .logo.w--current {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main-section-1 {
    padding-top: 130px;
  }
  .main-section-2 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .quote-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main-section-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .get-connected-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .main-section-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .supply-section-1 {
    padding-top: 130px;
    padding-bottom: 40px;
  }
  .adagencies-section-2 {
    width: 100%;
  }
  .menu-item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .nav-block {
    width: 82%;
    min-width: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .paragraph-wrapper {
    padding-bottom: 15px;
  }
  .column {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .icon-wrapper {
    display: none;
  }
  .slider {
    width: 100%;
  }
  .row-2-col-tighten {
    width: 100%;
  }
  .supply-section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main-image-wrapper {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .menu-link:hover {
    color: #a75589;
  }
  .menu-icon {
    color: #eaebed;
  }
  .menu-button {
    display: block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-color: transparent;
    -webkit-transition: background-color 350ms ease, color 350ms ease;
    transition: background-color 350ms ease, color 350ms ease;
    color: #c0c3c7;
  }
  .menu-button:hover {
    color: #a75589;
  }
  .main-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-section.dark {
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo {
    display: block;
    height: 40px;
  }
  .close-x {
    display: none;
    margin-top: 20px;
    color: #eaebed;
    font-size: 27px;
    line-height: 60px;
  }
  .success-message {
    padding-top: 28px;
    background-color: #5cc489;
    color: #fff;
    font-size: 18px;
  }
  .adagencies-section-2 {
    padding-bottom: 30px;
  }
  .menu-item {
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px 5px;
    color: #eaebed;
    font-size: 10px;
    font-weight: 800;
  }
  .nav-block {
    position: fixed;
    width: 100%;
    background-color: rgba(31, 41, 46, .9);
  }
  .menu-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .column {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .column.centered-title.no-right-border {
    border-right-style: solid;
  }
  .item-discr-par {
    font-size: 14px;
    line-height: 22px;
  }
  .icon-wrapper {
    display: block;
  }
  .avatar {
    width: 150px;
    height: 150px;
    background-size: 700px;
  }
  .quote-discr-wrapper {
    width: 70%;
  }
  .cards-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card-green {
    width: 60%;
    height: 300px;
  }
  .cards-underline {
    display: none;
  }
  .card-blue {
    width: 60%;
    height: 300px;
  }
  .card-magenta {
    width: 60%;
    height: 300px;
  }
  .card-orange {
    width: 60%;
    height: 300px;
  }
  .card-violet {
    width: 60%;
    height: 300px;
  }
  .global-hero-header {
    font-size: 28px;
    line-height: 34px;
  }
  .hero-header-discr-par {
    font-size: 16px;
    line-height: 24px;
  }
  .slider {
    display: none;
  }
  .row-2-col {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-2-col.layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-custom {
    padding-right: 0px;
  }
  .column-custom.right-coloumn {
    padding-left: 0px;
  }
  .adagencies-section-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contacts-section {
    width: 100%;
  }
  .contacts-wrapper {
    width: 100%;
  }
  .choose-buttons-wrapper {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .choose-button {
    width: 30%;
    font-size: 11px;
    letter-spacing: 1px;
  }
  .advertisers-button-pressed {
    font-size: 11px;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .navbar {
    padding: 2px 15px 7px;
  }
  .menu-button {
    margin-top: 13px;
  }
  .long-text {
    margin-top: 0px;
  }
  .main-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-heading {
    display: block;
  }
  .med-divider {
    width: 60%;
  }
  .form-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .field {
    width: 100%;
    margin-bottom: 5px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .submit-button {
    width: 100%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .footer-section {
    position: relative;
  }
  .footer-link {
    display: block;
    padding-right: 3px;
    padding-left: 3px;
    float: none;
    font-size: 9px;
    text-align: center;
  }
  .footer-logo {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .footer-logo.w--current {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .nav-link {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    opacity: 0.7;
    font-size: 17px;
    text-align: center;
  }
  .nav-link.w--current {
    opacity: 1;
    color: #fff;
  }
  .footer-links {
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .logo {
    display: block;
    width: 201px;
    height: 49px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    float: left;
    text-align: center;
  }
  .nav-menu {
    position: absolute;
    display: block;
    width: 100%;
    padding-top: 60px;
    background-color: rgba(35, 47, 56, .92);
  }
  .close-x {
    position: relative;
    display: block;
    width: 80px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 27px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .close-x:hover {
    color: #eaebed;
  }
  .main-section-1 {
    padding-top: 100px;
  }
  .main-section-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .quote-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-section-4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .get-connected-section {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .main-section-6 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .supply-section-1 {
    padding-top: 100px;
    padding-bottom: 15px;
  }
  .submit-btn {
    width: 60%;
  }
  .adagencies-section-1 {
    padding-top: 100px;
    padding-bottom: 10px;
  }
  .adagencies-section-2 {
    padding-top: 5px;
    padding-bottom: 15px;
  }
  .menu-item {
    color: #eaebed;
  }
  .nav-block {
    width: 100%;
    background-color: rgba(31, 41, 46, .8);
  }
  .menu-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }
  .column {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .column.centered-title.no-right-border {
    height: auto;
  }
  .section-wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }
  .avatar {
    display: none;
  }
  .quote-discr-wrapper {
    width: 100%;
  }
  .cards-wrapper.adagencies {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .card-green {
    width: 90%;
  }
  .card-green.adagenciescards {
    width: 90%;
    height: auto;
  }
  .card-logo {
    display: none;
  }
  .card-blue {
    width: 90%;
  }
  .card-magenta {
    width: 90%;
  }
  .card-magenta.adagenciescard {
    width: 90%;
    height: auto;
  }
  .card-orange {
    width: 90%;
  }
  .card-orange.adagenciescard {
    width: 90%;
    height: auto;
  }
  .card-violet {
    width: 90%;
  }
  .global-hero-header {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 2px;
  }
  .column-custom {
    width: 100%;
  }
  .adagencies-section-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .supply-section-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .choose-button {
    height: 40px;
    line-height: 14px;
  }
  .main-image-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
}

