* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
}
html,
body {
  color: #222;
  font: 400 16px/1 "SF Display", "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 479px) {
  html,
  body {
    font-size: 14px;
  }
}
a {
  color: #222;
  text-decoration: none;
}
b,
strong {
  font-weight: 600;
}
:focus {
  outline: none;
}
::-webkit-selection {
  background: #f06324;
  color: #fff;
}
::-moz-selection {
  background: #f06324;
  color: #fff;
}
::selection {
  background: #f06324;
  color: #fff;
}
@font-face {
  font-family: 'SF Display';
  src: url('../fonts/SF-UI-Display-Regular.woff2') format('woff2'), url('../fonts/SF-UI-Display-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SF Display';
  src: url('../fonts/SF-UI-Display-Medium.woff2') format('woff2'), url('../fonts/SF-UI-Display-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'SF Display';
  src: url('../fonts/SF-UI-Display-Semibold.woff2') format('woff2'), url('../fonts/SF-UI-Display-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
address {
  font-style: normal;
}
h2 {
  font-size: 26px;
  font-weight: 500;
}
@media only screen and (max-width: 941px) {
  h2 {
    font-size: 24px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 22px;
  }
}
img {
  user-select: none;
}
.hide {
  display: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.form-group {
  position: relative;
}
.form-group__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
}
.form-group__button:hover path {
  fill: #f06324;
}
input[type="email"],
input[type="text"] {
  border: none;
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #313d6b;
  font-family: "SF Display", "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  width: 100%;
  transition: .3s linear;
}
input[type="email"]:focus,
input[type="text"]:focus {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  color: #313d6b;
}
::placeholder {
  color: #a4b2cd;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #a4b2cd;
}
::-ms-input-placeholder {
  color: #a4b2cd;
}
.tito-tickets-button,
.button {
  border: none;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-family: "SF Display", "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  transition: .2s linear;
}
.tito-tickets-button *,
.button * {
  pointer-events: inherit;
}
.tito-tickets-button--big,
.button--big {
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}
.tito-tickets-button--outline,
.button--outline {
  border: 1px solid #a4b2cd;
  color: #fff;
}
.tito-tickets-button--outline:hover,
.button--outline:hover {
  border-color: #fff;
}
.tito-tickets-button--orange,
.button--orange {
  background: #f06324;
  color: #fff;
}
.tito-tickets-button--orange:hover,
.button--orange:hover {
  background: #ff783c;
}
.tito-tickets-button--orange span,
.button--orange span {
  font-weight: 400;
  color: #ffcab3;
}
.tito-tickets-button--blue,
.button--blue {
  background: #004fa3;
  color: #fff;
}
.tito-tickets-button--blue:hover,
.button--blue:hover {
  background: #2c8ef2;
}
.tito-tickets-button {
  background: #f06324;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}
.tito-tickets-button:hover {
  background: #ff783c;
}
.message {
  font-size: 14px;
  font-weight: 500;
}
.message--valid {
  color: #44bd94;
}
.message--invalid {
  color: #e32d32;
}
.flex {
  display: flex;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-45 {
  width: 45%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.align-v-h {
  display: flex;
  justify-content: center;
  align-items: center;
}
html {
  background: #313d6b url(../i/background-cubes.png) right top fixed no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 941px) {
  html {
    background-size: initial;
  }
}
.c-overlay {
  display: none;
  background: transparent;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.c-header {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  height: 70px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
@media only screen and (max-width: 941px) {
}
.c-header .wrap {
  height: 100%;
}
.c-header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 133px;
  float: right;
}
@media only screen and (max-width: 941px) {
  .c-header__logo {
    float: left;
    width: auto;
  }
}
.c-header__logo span {
  display: none;
}
@media only screen and (max-width: 941px) {
  .c-header__logo span {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    position: relative;
    top: -17px;
    margin-left: 10px;
  }
}
.c-header__navigation {
  float: left;
  display: flex;
  line-height: 68px;
}
@media only screen and (max-width: 941px) {
  .c-header__navigation {
    display: none;
  }
}
.c-header__navigation a {
  padding: 0 30px;
  border-bottom: 2px solid transparent;
  color: #222;
  display: block;
  height: 100%;
}
.c-header__navigation a:hover {
  border-color: #a4b2cd;
}
.c-header__navigation a.active {
  border-color: #f06324;
  font-weight: 500;
}
.c-header__button {
  height: 100%;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .c-header__button .button span {
    display: none;
  }
}
.c-header__button .c-popup {
  position: absolute;
  top: 130%;
  right: 0;
}
.c-header__button .c-subscribe {
  background: #f4f6f8;
  padding: 20px;
  margin-top: 40px;
}
.c-header__button .c-subscribe h4 {
  font-size: 14px;
}
.c-header__button .c-subscribe p {
  width: 100%;
}
.c-popup {
  border-radius: 4px;
  background: #fff;
  min-width: 300px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  display: none;
}
@media only screen and (max-width: 479px) {
  .c-popup {
    min-width: calc(100vw - 60px);
  }
}
.c-popup:before {
  background: #fff;
  content: '';
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: -8px;
}
.c-popup.active {
  display: block;
}
.c-popup__content img {
  display: block;
  margin: 50px auto 20px;
}
.c-popup__content p {
  margin: 0 auto;
  width: 50%;
}
.wrap {
  margin: 0 auto;
  width: 900px;
}
@media only screen and (max-width: 941px) {
  .wrap {
    padding: 0 20px;
    width: 100%;
  }
}
.c-tab {
  display: flex;
  font-size: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 941px) {
  .c-tab {
    margin-bottom: 10px;
  }
}
.c-tab a {
  background: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  border: 3px solid transparent;
  display: block;
  height: 60px;
  line-height: 56px;
  padding: 0 30px;
  width: 50%;
}
@media only screen and (max-width: 941px) {
  .c-tab a {
    padding: 0 20px;
  }
  .c-tab a span {
    display: none;
  }
  .c-tab a:after {
    content: attr(data-mobile);
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .c-tab a {
    height: 50px;
    line-height: 48px;
    text-align: center;
  }
  .c-tab a:after {
    display: none;
  }
}
.c-tab a:first-of-type {
  margin-right: 10px;
}
@media only screen and (max-width: 941px) {
  .c-tab a:first-of-type {
    margin-right: 5px;
  }
}
.c-tab a:last-of-type {
  margin-left: 10px;
}
@media only screen and (max-width: 941px) {
  .c-tab a:last-of-type {
    margin-left: 5px;
  }
}
.c-tab a:hover {
  border-color: #a4b2cd;
}
.c-tab a.active {
  border-color: #f06324;
}
.o-program {
  border-bottom: 1px solid #dedede;
  min-height: 60px;
  font-size: 18px;
  padding: 20px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
}
@media only screen and (max-width: 941px) {
  .o-program {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .o-program {
    font-size: 16px;
  }
}
.o-program:last-of-type {
  border: 0;
}
.o-program .icon-arrow {
  background: url(../i/icon-arrow-down.svg) center center no-repeat;
  cursor: pointer;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  transition: .3s linear;
}
@media only screen and (max-width: 941px) {
  .o-program .icon-arrow {
    width: 80px;
    height: 80px;
  }
}
.o-program__time {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  min-width: 130px;
}
.o-program__workshop {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.o-program__workshop .icon-arrow {
  width: 30px;
  height: 30px;
}
.o-program__workshop .o-program__content {
  padding-left: 0;
}
.o-program__workshop .o-speaker div {
  width: 100%;
}
.o-program__title {
  width: 80%;
}
@media only screen and (max-width: 941px) {
  .o-program__title {
    width: 100%;
  }
}
.o-program__title img {
  vertical-align: top;
  position: relative;
  top: -5px;
}
.o-program__title p {
  margin-top: 15px;
}
.o-program__content {
  padding-left: 130px;
  margin-top: 15px;
  page-break-after: always;
  break-after: always;
}
@media only screen and (max-width: 941px) {
  .o-program__content {
    padding-left: 0;
  }
}
.o-program__content.active + span {
  transform: rotate(-180deg);
}
.o-program__content .o-speaker {
  display: flex;
  margin-bottom: 10px;
}
.o-program__content .o-speaker:last-of-type {
  margin-bottom: 0;
}
.o-program__content img {
  border-radius: 50%;
  float: left;
  margin-right: 15px;
}
.o-program__content strong {
  font-size: 16px;
  margin-top: 7px;
  display: block;
}
.o-program__content span {
  font-size: 14px;
}
.o-program__content p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 130%;
}
.o-program__content ul {
  font-size: 16px;
  margin-left: 30px;
  margin-bottom: 15px;
}
.o-program__content li {
  padding-bottom: 5px;
}
.c-speaker-holder {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  margin: 0 50px;
}
@media only screen and (max-width: 941px) {
  .c-speaker-holder {
    grid-template-columns: auto auto;
    margin: 0 20px;
  }
}
@media only screen and (max-width: 479px) {
  .c-speaker-holder {
    grid-template-columns: auto;
  }
}
.c-speaker-holder .o-speaker {
  text-align: center;
  padding: 35px 0;
  position: relative;
  border: 1px solid transparent;
}
@media only screen and (max-width: 941px) {
  .c-speaker-holder .o-speaker {
    margin: 20px 0;
  }
}
.c-speaker-holder .o-speaker.has-description:hover {
  background: #fff;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-radius: 4px;
  z-index: 100;
}
.c-speaker-holder .o-speaker.has-description:hover .o-speaker__description {
  display: block;
  position: absolute;
  margin: -1px;
}
.c-speaker-holder .o-speaker__description {
  display: none;
  background: #fff;
  font-size: 14px;
  line-height: 120%;
  padding: 0 20px 20px;
  border-radius: 4px;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  transition: 0.3s ease-in;
  text-align: left;
}
.c-speaker-holder .o-speaker__description h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.c-speaker-holder .o-speaker__description p {
  margin-bottom: 10px;
}
.c-speaker-holder .o-speaker__description p:last-of-type {
  margin-bottom: 0;
}
.c-speaker-holder .o-speaker__description ul {
  margin-left: 20px;
}
.c-speaker-holder .o-speaker img {
  background: #e9ecf1;
  min-height: 60px;
  min-width: 60px;
  border-radius: 50%;
  margin-bottom: 25px;
}
.c-speaker-holder .o-speaker h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}
.c-speaker-holder .o-speaker span {
  display: block;
  font-size: 14px;
  margin-bottom: 25px;
}
.c-speaker-holder .o-speaker a {
  display: inline-block;
  margin: 0 5px;
}
.c-speaker-holder .o-speaker a:hover path {
  transition: .3s ease;
  fill: #687997;
}
.mktoForm {
  font-family: "SF Display", "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif !important;
  width: 100% !important;
}
.mktoForm .mktoButtonWrap.mktoSimple,
.mktoForm .mktoButtonWrap.mktoNative {
  margin: 0 !important;
}
.mktoForm .mktoFormCol {
  float: none !important;
}
.mktoForm .mktoGutter,
.mktoForm .mktoOffset {
  display: none !important;
}
.mktoForm .mktoFieldWrap {
  float: none !important;
}
.mktoForm .mktoRequiredField .mktoAsterix {
  float: none !important;
  display: inline !important;
  padding-left: 0 !important;
  padding-right: 5px !important;
}
.mktoForm .mktoLabel {
  float: none !important;
  display: block !important;
  padding-top: 0 !important;
  width: 100% !important;
}
.mktoForm input[type=text],
.mktoForm input[type=email] {
  padding: 0 15px !important;
  margin-bottom: 10px !important;
  width: 100% !important;
}
.mktoForm .mktoLogicalField {
  width: 100% !important;
}
.mktoForm button.mktoButton {
  border: none !important;
  border-radius: 2px !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-family: "SF Display", "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 20px !important;
  transition: .2s linear !important;
  background: #f06324 !important;
  color: #fff !important;
}
.mktoForm button.mktoButton:hover {
  background: #ff783c !important;
}
.c-subscribe {
  max-width: 320px;
}
@media only screen and (max-width: 941px) {
  .c-subscribe {
    min-width: 100%;
  }
}
.c-subscribe h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.o-section {
  border-radius: 4px;
  margin-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 941px) {
  .o-section {
    margin-bottom: 20px;
  }
}
.o-section__badge {
  background: #f06324;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0 15px;
  height: 25px;
  line-height: 25px;
  text-transform: uppercase;
  transform: rotate(-90deg);
  position: absolute;
  left: -65px;
  top: 48%;
  z-index: -1;
}
@media only screen and (max-width: 941px) {
  .o-section__badge {
    border-radius: 4px;
    transform: rotate(0deg);
    top: 20px;
    left: 20px;
    text-align: center;
    z-index: 1;
  }
}
.o-section--w-background {
  background: #fff;
  color: #222;
}
.o-section--home {
  padding: 200px 0 0 0;
}
@media only screen and (max-width: 941px) {
  .o-section--home {
    padding: 130px 0 30px;
  }
  .o-section--home img {
    max-width: 90%;
    height: auto;
  }
}
.o-section--home h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 110%;
  width: 70%;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 941px) {
  .o-section--home h1 {
    font-size: 26px;
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .o-section--home h1 {
    font-size: 24px;
  }
}
.o-section--home p {
  color: #a4b2cd;
  margin-bottom: 20px;
  line-height: 130%;
}
.o-section--home .button {
  margin-top: 30px;
}
@media only screen and (max-width: 941px) {
  .o-section--agenda {
    padding-top: 40px;
  }
}
.o-section--speakers h2 {
  padding: 40px 50px 0;
}
@media only screen and (max-width: 941px) {
  .o-section--speakers h2 {
    padding: 60px 20px 0;
  }
}
.o-section--speakers__all {
  background: #e9ecf1;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  display: block;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: .3s linear;
}
.o-section--speakers__all:hover {
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
}
.o-section--venue {
  overflow: hidden;
}
@media only screen and (max-width: 941px) {
  .o-section--venue .flex {
    display: block;
  }
  .o-section--venue .w-50 {
    width: 100%;
  }
}
@media only screen and (max-width: 941px) {
  .o-section--venue__image {
    width: 100%;
    height: auto;
  }
}
.o-section--venue__content {
  padding: 40px 50px;
}
@media only screen and (max-width: 941px) {
  .o-section--venue__content {
    padding: 20px;
  }
}
.o-section--venue__content h2 {
  margin-bottom: 15px;
}
.o-section--venue__content address {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 120%;
}
.o-section--venue__content p {
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 15px;
}
.o-section--venue__content h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.o-section--venue img {
  display: block;
}
.o-section--buy-ticket {
  padding: 40px;
  margin-bottom: 260px;
}
@media only screen and (max-width: 941px) {
  .o-section--buy-ticket {
    margin-bottom: 180px;
    padding: 20px;
  }
  .o-section--buy-ticket .flex {
    display: block;
  }
}
.o-section--buy-ticket h2 {
  margin-bottom: 40px;
}
.o-section--buy-ticket h3 {
  margin-bottom: 20px;
}
.o-section--buy-ticket h3 span {
  font-size: 14px;
  color: #a4b2cd;
}
.o-section--buy-ticket img {
  display: block;
  margin: 40px auto;
}
.o-section--buy-ticket p {
  font-size: 13px;
  line-height: 130%;
  margin-bottom: 7px;
}
.o-section--buy-ticket p:last-of-type {
  margin: 0;
}
.o-section--buy-ticket__separator {
  background: #dedede;
  width: 1px;
  height: 100%;
  margin-left: 40px;
  position: relative;
}
@media only screen and (max-width: 941px) {
  .o-section--buy-ticket__separator {
    margin-left: 0;
    margin-bottom: 40px;
    height: 1px;
    width: 100%;
  }
}
.o-section--buy-ticket__separator:after {
  content: 'OR';
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
@media only screen and (max-width: 941px) {
  .o-section--buy-ticket__separator:after {
    padding: 0 10px;
  }
}
.o-section--buy-ticket .w-45 {
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 941px) {
  .o-section--buy-ticket .w-45 {
    padding: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 941px) {
  .o-section--buy-ticket .w-10 {
    padding: 0;
    width: 100%;
  }
}
.o-section--buy-ticket .tito-tickets-button {
  position: absolute;
  bottom: 0;
  width: 90%;
}
@media only screen and (max-width: 941px) {
  .o-section--buy-ticket .tito-tickets-button {
    position: static;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
  }
}
.o-section--contact {
  background: #fff url(../i/background-planes.png) right -30px no-repeat;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  top: -160px;
}
.o-section--contact__header {
  padding: 0 50px;
  height: 160px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 941px) {
  .o-section--contact__header {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 479px) {
  .o-section--contact__header {
    padding: 0 20px;
  }
}
.o-section--contact__header p {
  font-size: 20px;
  margin-top: 5px;
}
@media only screen and (max-width: 479px) {
  .o-section--contact__header p {
    font-size: 16px;
  }
}
.o-section--contact__header a {
  border-bottom: 2px solid #a4b2cd;
}
.o-section--contact__header a:hover {
  border-color: #f06324;
}
.o-section--contact__separator {
  background: #dedede;
  height: 1px;
  position: relative;
}
.o-section--contact__separator:after {
  content: 'OR';
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 0 10px;
  transform: translateX(-50%);
  position: absolute;
  top: -7px;
  left: 50%;
}
.o-section--contact__footer {
  padding: 60px 50px;
}
@media only screen and (max-width: 941px) {
  .o-section--contact__footer {
    padding: 20px;
  }
  .o-section--contact__footer .align-v-h,
  .o-section--contact__footer .flex {
    display: block;
  }
  .o-section--contact__footer .w-50 {
    width: 100%;
  }
  .o-section--contact__footer .c-subscribe {
    margin-top: 40px;
  }
}
.o-section--contact__footer .o-staff {
  display: flex;
  margin-bottom: 20px;
}
.o-section--contact__footer .o-staff:last-of-type {
  margin-bottom: 0;
}
.o-section--contact__footer .o-staff a {
  transition: .2s linear;
}
.o-section--contact__footer .o-staff a:hover {
  color: #f06324;
}
.o-section--contact__footer .o-staff div {
  padding-top: 10px;
}
.o-section--contact__footer .o-staff img {
  border-radius: 50%;
  margin-right: 20px;
}
.o-section--contact__footer .o-staff span {
  font-size: 14px;
}
.o-section--promote {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 0;
  position: relative;
  top: -160px;
}
@media only screen and (max-width: 941px) {
  .o-section--promote {
    padding: 20px;
  }
  .o-section--promote .flex {
    display: block;
  }
}
.o-section--promote h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}
.o-section--promote img {
  margin-right: 30px;
}
@media only screen and (max-width: 941px) {
  .o-section--promote img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.o-section--promote a {
  border-bottom: 2px solid #a4b2cd;
}
.o-section--promote a:hover {
  border-color: #f06324;
}
.o-section--partners {
  margin-top: -50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 941px) {
  .o-section--partners {
    margin-top: -120px;
    margin-bottom: 20px;
  }
}
.o-section--partners img {
  margin-bottom: 60px;
}
@media only screen and (max-width: 941px) {
  .o-section--partners img {
    max-width: 100%;
    height: auto;
  }
}
.o-section--partners h2 {
  margin-bottom: 30px;
}
.footer-holder {
  background: #fff;
}
.c-footer {
  font-size: 14px;
  padding: 0 30px 30px;
  display: flex;
}
@media only screen and (max-width: 941px) {
  .c-footer {
    display: block;
    font-size: 16px;
    padding: 20px;
  }
  .c-footer .text-right {
    text-align: left;
  }
}
.c-footer div {
  width: 50%;
}
@media only screen and (max-width: 941px) {
  .c-footer div {
    width: 100%;
  }
}
.c-footer .text-left a {
  margin-right: 25px;
}
@media only screen and (max-width: 941px) {
  .c-footer .text-left a {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 941px) {
  .c-footer .text-right {
    font-size: 13px;
  }
}
.c-footer a {
  color: #222;
}
.c-footer a:hover {
  color: #f06324;
}
