.vert-offset-top-0 {
  margin-top: 0vw;
}

.vert-offset-bottom-0 {
  margin-bottom: 0vw;
}

.vert-offset-top-1 {
  margin-top: 1vw;
}

.vert-offset-bottom-1 {
  margin-bottom: 1vw;
}

.vert-offset-top-2 {
  margin-top: 2vw;
}

.vert-offset-bottom-2 {
  margin-bottom: 2vw;
}

.vert-offset-top-3 {
  margin-top: 3vw;
}

.vert-offset-bottom-3 {
  margin-bottom: 3vw;
}

.vert-offset-top-4 {
  margin-top: 4vw;
}

.vert-offset-bottom-4 {
  margin-bottom: 4vw;
}

.vert-offset-top-5 {
  margin-top: 5vw;
}

.vert-offset-bottom-5 {
  margin-bottom: 5vw;
}

.vert-offset-top-6 {
  margin-top: 6vw;
}

.vert-offset-bottom-6 {
  margin-bottom: 6vw;
}

.vert-offset-top-7 {
  margin-top: 7vw;
}

.vert-offset-bottom-7 {
  margin-bottom: 7vw;
}

.vert-offset-top-8 {
  margin-top: 8vw;
}

.vert-offset-bottom-8 {
  margin-bottom: 8vw;
}

.vert-offset-top-9 {
  margin-top: 9vw;
}

.vert-offset-bottom-9 {
  margin-bottom: 9vw;
}

.vert-offset-top-10 {
  margin-top: 10vw;
}

.vert-offset-bottom-10 {
  margin-bottom: 10vw;
}

.vert-offset-top-11 {
  margin-top: 11vw;
}

.vert-offset-bottom-11 {
  margin-bottom: 11vw;
}

.vert-offset-top-12 {
  margin-top: 12vw;
}

.vert-offset-bottom-12 {
  margin-bottom: 12vw;
}

@font-face {
  font-family: PPNeueMontreal-SemiBold;
  src: url(fonts/NeueMontreal/PPNeueMontreal-SemiBold.woff2) format("woff2"), url(fonts/NeueMontreal/PPNeueMontreal-SemiBold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
:root {
  --font-size-1: 3.61111vw;
  --font-size-2: 2.22222vw;
  --font-size-3: 1.66667vw;
  --font-size-4: 1.11111vw;
  --font-size-5: .83333vw;
  --color-primary: #1343F0;
}
@media screen and (max-width: 980px) {
  :root {
    --font-size-1: 6.77083vw;
    --font-size-2: 4.16667vw;
    --font-size-3: 3.125vw;
    --font-size-4: 2.08333vw;
    --font-size-5: 1.5625vw;
  }
}
@media screen and (max-width: 760px) {
  :root {
    --font-size-1: 3.61111vw;
    --font-size-2: 7.5vw;
    --font-size-3: 7.5vw;
    --font-size-4: 4.375vw;
    --font-size-5: 3.75vw;
  }
}

.row-smaller-padding {
  margin-right: -1.5vw;
  margin-left: -1.5vw;
}
.row-smaller-padding .col-md-12,
.row-smaller-padding .col-md-11,
.row-smaller-padding .col-md-10,
.row-smaller-padding .col-md-9,
.row-smaller-padding .col-md-8,
.row-smaller-padding .col-md-7,
.row-smaller-padding .col-md-6,
.row-smaller-padding .col-md-5,
.row-smaller-padding .col-md-4,
.row-smaller-padding .col-md-3,
.row-smaller-padding .col-md-2,
.row-smaller-padding .col-md-1 {
  padding-right: 1.5vw;
  padding-left: 1.5vw;
}

.mb-5 {
  margin-bottom: 3vw;
}
@media screen and (max-width: 980px) {
  .mb-5 {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .mb-5 {
    margin-bottom: 7vw;
  }
}

.popular-resources {
  padding-bottom: 0;
}
.popular-resources .heading {
  margin-bottom: 1.7vw;
}
.popular-resources .promo-resource-article {
  display: block;
}
.popular-resources .promo-resource-article img {
  width: 100% !important;
}
.popular-resources .promo-resource-article.big img {
  margin-bottom: 1.5vw;
}
.popular-resources .promo-resource-article.small {
  margin-bottom: 2vw;
}
.popular-resources .promo-resource-article.small img {
  margin-bottom: 0.8vw;
}
.popular-resources .promo-resource-article p.h3, .popular-resources .promo-resource-article p.h5 {
  margin-bottom: 0.4vw;
}
.popular-resources .promo-resource-article .author-time {
  font-size: 1vw;
}
.popular-resources .promo-resource-article:hover {
  text-decoration: none;
}
.popular-resources .promo-resource-article:hover p {
  text-decoration: none;
}

.otwarte {
  color: rgba(0, 0, 0, 0.2);
  text-align: right;
}
.otwarte a {
  color: rgba(0, 0, 0, 0.2);
}

.section-text.header {
  padding-top: 8.889vw;
  padding-bottom: 4.445vw;
}
.section-text.header h1 {
  margin: 0;
}

body.no-x-scroll {
  overflow-x: hidden;
}

.cs-tabs {
  margin-bottom: 5.03vw;
}
@media screen and (max-width: 980px) {
  .cs-tabs {
    margin-top: 8vw !important;
  }
}
@media screen and (max-width: 768px) {
  .cs-tabs {
    margin-top: 12vw !important;
  }
}
.cs-tabs a {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  font-size: 1.12vw;
  display: inline-block;
  margin-right: 2.2vw;
  font-weight: 700;
  color: #000;
  opacity: 0.3;
  position: relative;
}
.cs-tabs a.small {
  font-size: 1vw;
}
.cs-tabs a:after {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  content: "";
  display: block;
  top: 0.7vw;
  opacity: 0;
  border-top: solid 1px #000;
  position: relative;
}
.cs-tabs a:hover, .cs-tabs a.active {
  opacity: 1;
  text-decoration: none;
}
.cs-tabs a:hover:after, .cs-tabs a.active:after {
  top: 0.5vw;
  opacity: 1;
}
.cs-tabs a.btn.bkg-primary {
  opacity: 1;
  color: #fff;
  font-size: 0.83333vw;
}
.cs-tabs a.btn.bkg-primary:after {
  display: none;
}
.cs-tabs a.btn.bkg-primary:hover {
  color: #000;
}
.cs-tabs h1.small {
  font-size: 1vw;
  display: inline-block;
  margin-right: 2.2vw;
  font-weight: 700;
  color: #000;
}
.cs-tabs .category-lead p {
  margin-bottom: 0vw;
}
@media screen and (max-width: 980px) {
  .cs-tabs .category-lead p {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  .cs-tabs .category-lead p {
    font-size: 3.3vw;
  }
}
.cs-tabs .masonry .item h3 {
  margin-bottom: 10px;
  line-height: 29px;
}
.cs-tabs .masonry .item p.lead {
  margin-bottom: 4vw;
  font-size: 12px;
  color: #000;
  font-weight: normal;
}
.cs-tabs.in-page {
  margin-top: 0 !important;
  padding-top: 6vw;
  background-color: #fff;
}

.section-conteiner.promo-banner {
  background-color: #0000fe;
}
.section-conteiner.promo-banner .image {
  display: flex;
  align-items: center;
}
.section-conteiner.promo-banner .image img {
  cursor: pointer;
}
.section-conteiner.promo-banner .text h2 {
  color: #fff;
}
.section-conteiner.promo-banner .text p {
  color: #fff;
}
.section-conteiner.promo-banner .text a {
  text-decoration: none;
}
@media screen and (max-width: 760px) {
  .section-conteiner.promo-banner {
    padding-top: 12.3125vw;
    padding-bottom: 12.3125vw;
  }
  .section-conteiner.promo-banner .section-article {
    margin-bottom: 0;
  }
  .section-conteiner.promo-banner .image {
    padding-bottom: 5vw;
  }
}

.section-video-player {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-video-player figure {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 4;
}
.section-video-player figure .play {
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-41%, -50%);
  opacity: 1;
}
.section-video-player figure:hover .play {
  opacity: 0.3;
}
.section-video-player .video-cover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  object-fit: cover;
}
.section-video-player .image-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 3;
}
.section-video-player iframe {
  width: 100%;
  height: 670px;
  position: relative;
  z-index: 1;
}
.section-video-player.with-video:hover .image-cover {
  display: none;
}

@media screen and (max-width: 980px) {
  .cs-tabs a, .cs-tabs .small {
    font-size: 2.1vw !important;
    display: block;
    margin-bottom: 1.9vw;
  }
  .cs-tabs a h1.small, .cs-tabs .small h1.small {
    font-size: 2.1vw !important;
    display: block;
    margin-bottom: 1.9vw;
  }
}
@media screen and (max-width: 760px) {
  .cs-tabs a, .cs-tabs .small {
    font-size: 4.375vw !important;
    margin-bottom: 3.8vw;
  }
  .cs-tabs h1.small {
    font-size: 4.375vw !important;
    margin-bottom: 3.8vw;
  }
}
@media screen and (max-width: 980px) {
  .cs-tabs a:hover:after, .cs-tabs a.active:after {
    top: 0.8vw;
  }
}
@media screen and (max-width: 760px) {
  .cs-tabs a:hover:after, .cs-tabs a.active:after {
    font-size: 1vw;
  }
}
.section-welcome-subtitle {
  margin: 0 0 10px;
}

.case-studies-home .logo > div {
  width: 20vw;
}
.case-studies-home .logo img {
  width: 8.889vw;
  height: auto;
}
.case-studies-home .logo video {
  width: 20vw;
  height: auto;
}
.case-studies-home .list {
  margin-top: 8.889vw;
}
.case-studies-home .list .row {
  display: flex;
  flex-wrap: wrap;
}
.case-studies-home .list .row .col-md-6 {
  flex: 50%;
}
.case-studies-home .list .text-footer {
  display: flex;
}
.case-studies-home .list .text-footer .col-md-10 {
  align-self: flex-end;
}
.case-studies-home .list .text-footer ul {
  margin: 2.223vw 0;
  padding: 0 0 0 20px;
}
.case-studies-home .list .text-footer ul li {
  padding-left: 1.5vw;
}

@media screen and (max-width: 980px) {
  .case-studies-home .logo img {
    width: 11.889vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 760px) {
  .case-studies-home .logo img {
    width: 22.889vw;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 980px) {
  .case-studies-home .logo video {
    width: 23vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 760px) {
  .case-studies-home .logo video {
    width: 40vw;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 980px) {
  .case-studies-home .list .row .col-md-6 {
    flex: 100%;
  }
}
.cs-lead {
  margin-bottom: 4.445vw;
}
.cs-lead .thumb {
  overflow: hidden;
  margin-bottom: 2.223vw;
}
.cs-lead .thumb img {
  transition: All 0.7s ease;
  -webkit-transition: All 0.7s ease;
  -moz-transition: All 0.7s ease;
  -o-transition: All 0.7s ease;
  width: 100%;
  height: auto;
  transform: scale(1);
}
.cs-lead h5 {
  color: #1343F0;
  font-weight: bold;
  margin-bottom: 1.667vw;
  font-size: 1.1111vw;
}
.cs-lead p {
  color: #000;
  margin-bottom: 1.667vw;
  font-size: 1.112vw;
  line-height: 1.667vw;
}
.cs-lead span {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
.cs-lead a:hover {
  text-decoration: none;
}
.cs-lead a:hover .thumb img {
  transform: scale(1.15);
}
.cs-lead a:hover span {
  background: #dadada;
  color: #fff;
}

@media screen and (max-width: 980px) {
  .cs-lead {
    margin-bottom: 7.445vw;
  }
}
@media screen and (max-width: 760px) {
  .cs-lead {
    margin-bottom: 10.445vw;
  }
}
@media screen and (max-width: 980px) {
  .cs-lead h5 {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 760px) {
  .cs-lead h5 {
    font-size: 4.375vw;
  }
}
@media screen and (max-width: 980px) {
  .cs-lead p {
    font-size: 2.1vw;
    line-height: 2.7vw;
  }
}
@media screen and (max-width: 760px) {
  .cs-lead p {
    font-size: 4.375vw;
    line-height: 6vw;
  }
}
.btn-grey-border {
  border-color: #dadada;
  color: #000;
  /* check later for overrides */
}
.btn-grey-border:hover {
  color: #000;
  /* check later for overrides */
}
.btn-grey-border.color-white {
  color: #fff;
}

.btn-white {
  height: 3vw;
  padding: 1vw 2.7vw;
  border-radius: 24px;
  line-height: 1vw;
  color: #1343F0;
  background-color: #fff;
}

.btn-blue-border {
  border-color: rgb(19, 67, 240);
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
}
.btn-blue-border.color-blue {
  color: rgb(19, 67, 240);
}
.btn-blue-border:hover {
  border-color: rgba(19, 67, 240, 0.5);
}

.btn-white-border {
  border-color: rgb(255, 255, 255);
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
}
.btn-white-border.color-white {
  color: #fff;
}
.btn-white-border:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-grey-border-2 {
  border-color: rgba(255, 255, 255, 0.2);
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
}
.btn-grey-border-2.color-white {
  color: #fff;
}
.btn-grey-border-2:hover {
  border-color: rgb(255, 255, 255);
}

.btn-grey-border-3 {
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  border-color: rgba(0, 0, 0, 0.4) !important;
  color: #000;
  font-size: var(--font-size-5);
}
.btn-grey-border-3:hover {
  border-color: rgb(255, 255, 255);
}

.section-welcome-content a.btn {
  margin: 2vw 2.6vw 0 0;
  padding-left: 1.2vw;
  padding-right: 1.2vw;
  min-width: 8vw;
}
@media screen and (max-width: 767px) {
  .section-welcome-content a.btn {
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 3.5vw;
  }
}

.competences {
  background-color: #0a30ec;
}
.competences p {
  margin: 4.445vw 0;
}
.competences video {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 980px) {
  .medium {
    padding-top: 24vw;
  }
}
@media screen and (max-width: 760px) {
  .medium {
    padding-top: 27vw;
  }
}
.medium .h4-medium {
  position: relative;
  padding-left: 6vw;
}
.medium .h4-medium:before {
  content: "";
  display: block;
  width: 4.445vw;
  height: 4.445vw;
  background-image: url(../img/medium.png);
  background-size: cover;
  position: absolute;
  left: 0;
  top: -1.7vw;
}
.medium .medium-lead h3 {
  margin-bottom: 1.12vw;
}
.medium .medium-lead aside {
  margin-bottom: 2.22vw;
}
.medium .medium-lead aside:after {
  content: "";
  display: block;
  clear: both;
}
.medium .medium-lead aside img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 3.33vw;
  height: 3.33vw;
  float: left;
  margin-right: 1.12vw;
}
.medium .medium-lead aside div {
  float: left;
  font-size: 0.83vw;
  margin-top: 0.5vw;
}
.medium .medium-lead aside div strong {
  font-family: PPNeueMontreal-SemiBold, SharpGrotesk, Arial, sans-serif;
  display: block;
  font-weight: bold;
}
.medium a:hover {
  text-decoration: none;
}
.medium a:hover span {
  background: #dadada;
  color: #fff;
}

@media screen and (max-width: 980px) {
  .medium .h4-medium {
    padding-left: 0;
  }
}
@media screen and (max-width: 980px) {
  .medium .h4-medium:before {
    width: 10.445vw;
    height: 10.445vw;
    top: -12.445vw;
  }
}
@media screen and (max-width: 760px) {
  .medium .h4-medium:before {
    width: 16.445vw;
    height: 16.445vw;
    top: -18.445vw;
  }
}
@media screen and (max-width: 980px) {
  .medium .medium-lead {
    padding-bottom: 7vw;
  }
}
@media screen and (max-width: 760px) {
  .medium .medium-lead {
    padding-bottom: 12vw;
  }
}
@media screen and (max-width: 980px) {
  .medium .medium-lead aside img {
    width: 3.33vw;
    height: 3.33vw;
    margin-right: 1.8vw;
  }
}
@media screen and (max-width: 760px) {
  .medium .medium-lead aside img {
    width: 13.33vw;
    height: 13.33vw;
    margin-right: 2.5vw;
  }
}
@media screen and (max-width: 980px) {
  .medium .medium-lead aside div {
    font-size: 1.6vw;
    margin-top: 1.2vw;
  }
}
@media screen and (max-width: 760px) {
  .medium .medium-lead aside div {
    font-size: 3vw;
    margin-top: 2.4vw;
  }
}
.separator_section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.separator_section > div {
  border-top: 1px solid #000;
}

.jobs .list {
  padding-top: 2.7vw !important;
}
.jobs .list .item a:hover {
  text-decoration: none;
}
.jobs .list .item h3 {
  margin-bottom: 0.56vw;
}

.notopmargin, .nobottommargin {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.img-container {
  position: relative;
  width: 36.111vw;
  height: 36.111vw;
  overflow: hidden;
}
.img-container > img {
  width: 100%;
  height: auto;
}
.img-container > div {
  width: 100%;
}

@media screen and (max-width: 980px) {
  .img-container {
    width: 100%;
    height: auto;
    padding: 50%;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 760px) {
  .img-container {
    margin-bottom: 7vw;
    padding: 0;
  }
}
.section-unit-sign.left-side {
  left: 4.44vw;
  top: 4.44vw;
}

.cs-list .section-conteiner {
  padding-bottom: 0;
  padding-top: 5vw;
}
.cs-list .section-conteiner.s_photo_right .img-container {
  height: auto;
}
.cs-list .section-conteiner.s_photo_right video {
  width: 100%;
  height: auto;
}
.cs-list .section-conteiner:first-child {
  padding-top: 0;
}
.cs-list .text-chart .section-article strong {
  margin-bottom: 2.22vw;
  display: block;
}
.cs-list .text-chart .text .t {
  width: 22.222vw;
  height: 11.111vw;
  border-bottom: solid 1px #D1D3D4;
  padding: 0 0 13.3vw;
  display: block;
}
.cs-list .text-chart .text .t h6 {
  font-size: 9.111vw;
  line-height: 9.111vw;
  font-weight: bold;
}
.cs-list .text-chart .chart img {
  width: 22.222vw;
  height: auto;
}
.cs-list .text-chart b,
.cs-list .text-chart p.strong {
  margin-top: 2.22vw;
  font-weight: bold;
}
.cs-list .onephoto img, .cs-list .onephoto video {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 980px) {
  .cs-list .text-chart .text .t {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 980px) {
  .cs-list .text-chart .text .t h6 {
    font-size: 18.2vw;
    line-height: 18.2vw;
  }
}
@media screen and (max-width: 760px) {
  .cs-list .text-chart .text .t h6 {
    font-size: 36.4vw;
    line-height: 36.4vw;
  }
}
@media screen and (max-width: 980px) {
  .cs-list .text-chart .chart img {
    width: 100%;
    height: auto;
  }
}
img.mobile {
  display: none;
}

@media screen and (max-width: 980px) {
  img.mobile {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  video {
    display: none;
  }
}
.cs-nextprev > .container {
  border-top: solid 1px #000;
  padding-top: 8.889vw;
}
.cs-nextprev h3 {
  margin-bottom: 4.44vw;
  display: inline-block;
}

.teams-members .member {
  width: 16.19444vw;
  height: 16.19444vw;
  padding: 2vw;
}

@media screen and (max-width: 980px) {
  .teams-members .member {
    width: 24.19444vw;
    height: 29.19444vw;
  }
}
@media screen and (max-width: 760px) {
  .teams-members .member {
    width: 30.19444vw;
    height: 35.19444vw;
  }
}
.instagram {
  padding-top: 0;
  padding-bottom: 0;
}
.instagram > .container {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding-top: 5.9vw;
  padding-bottom: 8.8889vw;
}
.instagram img {
  width: 100%;
  height: auto;
}
.instagram .subtext {
  font-weight: bold;
  margin-top: 2.7778vw;
}
.instagram .subtext a {
  color: #1343F0;
}

@media screen and (max-width: 980px) {
  .instagram img {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 760px) {
  .instagram img {
    margin-bottom: 7vw;
  }
}
body.isPopup {
  overflow: hidden;
}

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}
.popup .bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 980px) {
  .popup .bg-img {
    height: auto;
    position: relative;
  }
}
.popup .full-height {
  height: 100vh;
  display: flex;
}
@media screen and (max-width: 980px) {
  .popup .full-height {
    height: auto;
    display: block;
  }
}
.popup .popup-wrappper {
  background: #fff;
  padding: 0;
  overflow: auto;
}
.popup .popup-window-header {
  margin-bottom: 4.5vw;
}
.popup .popup-window-header:after {
  content: "";
  display: block;
  clear: both;
}
.popup .popup-window-header .header {
  float: left;
}
.popup .popup-window-header .close {
  float: right;
}
@media screen and (max-width: 980px) {
  .popup.profile {
    overflow: auto;
  }
}
.popup.profile .close {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 3vw;
  right: 3vw;
}
.popup.profile .close img {
  width: 100%;
  height: auto;
}
.popup.profile .popup-wrappper {
  padding: 0;
}
.popup.profile .image,
.popup.profile .text-right-col {
  background: #E5E5E5;
}
.popup.profile .image {
  position: relative;
}
.popup.profile .popup-window-header {
  margin-bottom: 3.6vw;
}
.popup.profile .popup-window-header h3 {
  margin-bottom: 1.2vw;
}
.popup.profile .popup-window-header p {
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 980px) {
  .popup.profile .popup-window-header {
    margin-left: 3vw;
    margin-right: 3vw;
  }
}
@media screen and (max-width: 980px) {
  .popup.profile .popup-window-body {
    margin-left: 3vw;
    margin-right: 3vw;
  }
}
.popup.profile .linkedin {
  margin-bottom: 2.4vw;
}
.popup.profile .linkedin a {
  font-size: 1.5vw;
}
@media screen and (max-width: 980px) {
  .popup.profile .linkedin a {
    font-size: 3vw;
  }
}
@media screen and (max-width: 760px) {
  .popup.profile .linkedin a {
    font-size: 5vw;
  }
}
.popup.profile .desc {
  margin-bottom: 2.4vw;
}
.popup.profile .previous-companies h4 {
  margin-bottom: 2.4vw;
}
.popup.profile .text-cols p {
  font-size: 1.12vw;
  margin-bottom: 0.3vw;
}
@media screen and (max-width: 980px) {
  .popup.profile .text-cols p {
    font-size: 2vw;
    margin-bottom: 0.5vw;
  }
}
@media screen and (max-width: 760px) {
  .popup.profile .text-cols p {
    font-size: 3vw;
    margin-bottom: 0.7vw;
  }
}
.popup nav {
  margin-top: 3.2vw;
}
.popup nav .download {
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
}
.popup nav .download:hover {
  background: #dadada;
}

@media screen and (max-width: 980px) {
  .popup .popup-window-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .popup .popup-window-header .header, .popup .popup-window-header .close {
    float: none;
  }

  .popup nav a {
    margin-bottom: 2vw;
  }
}
.title_text {
  padding-bottom: 2vw;
}
@media screen and (max-width: 980px) {
  .title_text {
    padding-bottom: 5vw;
  }
}

.browser-chrome .competences, .browser-firefox .competences {
  background-color: #003dfd;
}

.whr-items {
  list-style-type: none;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.flex {
  display: flex;
}
.flex.items-right {
  align-items: flex-end;
}
.flex.items-bottom {
  justify-content: flex-end;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.open-navbar .page-header-dark .navbar-toggle .bar-icon {
  background: #fff;
}

section.speakers-thumbs {
  padding-top: 0;
}
section.speakers-thumbs h3 {
  margin-bottom: 1.5vw;
  font-size: var(--font-size-4);
  font-family: SharpGrotesk, Arial, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  section.speakers-thumbs h3 {
    margin-bottom: 6vw;
  }
}
section.speakers-thumbs .speakers {
  display: flex;
  justify-content: flex-start;
  gap: 1vw;
  flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  section.speakers-thumbs .speakers {
    display: block;
  }
}
section.speakers-thumbs .speakers .single {
  width: 15%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
section.speakers-thumbs .speakers .single img {
  max-width: 80%;
  width: 100%;
  height: auto;
  margin-bottom: 1vw;
  border-radius: 50%;
}
@media screen and (max-width: 980px) {
  section.speakers-thumbs .speakers .single img {
    margin-bottom: 3vw;
  }
}
section.speakers-thumbs .speakers .single p {
  font-size: var(--font-size-5);
  text-align: center;
}
section.speakers-thumbs .speakers .single p.bold {
  margin-bottom: 2px;
  font-size: var(--font-size-4);
  font-family: SharpGrotesk, Arial, sans-serif;
  font-weight: bold;
}
section.speakers-thumbs .speakers .single a {
  font-size: var(--font-size-5);
  text-align: center;
  display: flex;
  gap: 7px;
}
@media screen and (max-width: 980px) {
  section.speakers-thumbs .speakers .single {
    width: 100%;
    margin-bottom: 10vw;
  }
}
section.agenda-with-text .agenda-text-wrapper {
  margin-bottom: 5vw;
}
section.agenda-with-text .agenda-with-text__text {
  margin-bottom: 3vw;
}
section.agenda-with-text .agenda-with-text__text h4 {
  margin-bottom: 1vw;
}
section.agenda-with-text .agenda-with-text__text .text {
  font-family: NeueMontreal, Arial, sans-serif;
  font-size: var(--font-size-4);
}
section.agenda-with-text .agenda-with-text__text .text p {
  font-family: NeueMontreal, Arial, sans-serif;
  font-size: var(--font-size-4);
}
section.agenda-with-text .agenda-with-text__text li {
  font-family: NeueMontreal, Arial, sans-serif;
  font-size: var(--font-size-4);
}
@media screen and (max-width: 980px) {
  section.agenda-with-text .agenda-with-text__text {
    margin-bottom: 10vw;
  }
  section.agenda-with-text .agenda-with-text__text h4 {
    margin-bottom: 2.3vw;
    font-size: 5.9vw;
  }
  section.agenda-with-text .agenda-with-text__text ul {
    padding-left: 6vw;
  }
}
section.agenda-with-text .agenda h5 {
  margin-bottom: 2vw;
  font-size: var(--font-size-5);
  text-transform: uppercase;
}
@media screen and (max-width: 980px) {
  section.agenda-with-text .agenda h5 {
    margin-bottom: 5vw;
  }
}
section.agenda-with-text .agenda .content .item {
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: flex;
  flex-direction: row;
  gap: 0.725vw;
  font-size: var(--font-size-3);
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
section.agenda-with-text .agenda .content .item time {
  font-family: SharpGrotesk, Arial, sans-serif;
  font-weight: 600;
  color: var(--color-primary);
}
section.agenda-with-text .agenda .content .item span {
  font-family: SharpGrotesk, Arial, sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 980px) {
  section.agenda-with-text .agenda .content .item {
    padding-top: 3vw;
    padding-bottom: 3vw;
    flex-direction: column;
    font-size: var(--font-size-4);
  }
}
section.contact_map_with_own_locations {
  padding-top: 0;
}
section.contact_map_with_own_locations h5.title {
  margin-bottom: 2vw;
  font-size: var(--font-size-5);
  text-transform: uppercase;
}
section.top_banner_with_black_background .section-top-banner {
  padding-top: 7vw;
}
section.top_banner_with_black_background .section-top-banner .col-md-4 {
  display: flex;
  justify-content: center;
}
section.top_banner_with_black_background .content {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.top_banner_with_black_background .content h1 {
  margin-bottom: 2vw;
}
section.top_banner_with_black_background .content .locations-dates {
  margin-bottom: 5vw;
}
section.top_banner_with_black_background .content .locations-dates .item {
  margin-bottom: 0.5vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.7rem;
}
section.top_banner_with_black_background .content .locations-dates .item img {
  width: 18px;
  height: auto;
}
section.top_banner_with_black_background .content .locations-dates .item span {
  font-size: var(--font-size-5);
}
section.top_banner_with_black_background .content .btn {
  margin-bottom: 1vw;
}
section.top_banner_with_black_background .video iframe {
  width: 100%;
  height: 29vw;
}
@media screen and (max-width: 980px) {
  section.top_banner_with_black_background .video {
    margin-top: 4vw;
  }
  section.top_banner_with_black_background .video iframe {
    height: 48vw;
  }
}
@media screen and (max-width: 980px) {
  section.top_banner_with_black_background .photo {
    margin-top: 4vw;
  }
}
section.top_banner_with_black_background .photo img {
  width: 100%;
  height: auto;
}
section.header-with-subscribe-form.white-bg {
  background-color: #fff;
}
section.header-with-subscribe-form.no-margin-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
section.header-with-subscribe-form .left-col {
  padding-top: 4vw;
}
section.header-with-subscribe-form .left-col h1 {
  margin-bottom: 2vw;
}
section.header-with-subscribe-form .left-col h3 {
  margin-bottom: 1.5vw;
  font-size: var(--font-size-4);
  font-family: SharpGrotesk, Arial, sans-serif;
  font-weight: bold;
}
section.header-with-subscribe-form .left-col a {
  color: #2b56f1;
}
section.header-with-subscribe-form .left-col .bold {
  font-family: SharpGrotesk, Arial, sans-serif;
  font-weight: bold;
}
section.header-with-subscribe-form .left-col .short-paragraph {
  width: 50%;
}
section.header-with-subscribe-form .left-col h3 {
  margin-bottom: 1vw;
  font-size: var(--font-size-4);
}
@media screen and (max-width: 980px) {
  section.header-with-subscribe-form .left-col h3 {
    margin-bottom: 5vw;
  }
}
section.header-with-subscribe-form .left-col .logotypes {
  margin-bottom: 2vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
section.header-with-subscribe-form .left-col .logotypes a {
  margin-right: 3vw;
}
section.header-with-subscribe-form .left-col .logotypes a img {
  width: auto;
  max-height: 2.35vw;
}
@media screen and (max-width: 980px) {
  section.header-with-subscribe-form .left-col .logotypes {
    margin-bottom: 6vw;
  }
  section.header-with-subscribe-form .left-col .logotypes a {
    margin-right: 12vw;
    margin-bottom: 5vw;
  }
  section.header-with-subscribe-form .left-col .logotypes a img {
    max-height: 10.75vw;
  }
}
section.header-with-subscribe-form .left-col .speakers {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
section.header-with-subscribe-form .left-col .speakers > div {
  width: 16vw;
  margin-bottom: 1vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
}
section.header-with-subscribe-form .left-col .speakers > div img {
  width: auto;
  max-height: 3.75vw;
}
section.header-with-subscribe-form .left-col .speakers > div span {
  font-size: var(--font-size-4);
}
@media screen and (max-width: 980px) {
  section.header-with-subscribe-form .left-col .speakers {
    flex-direction: column;
  }
  section.header-with-subscribe-form .left-col .speakers > div {
    width: 100%;
    margin-bottom: 4vw;
  }
  section.header-with-subscribe-form .left-col .speakers > div img {
    max-height: 16.75vw;
  }
}
section.header-with-subscribe-form .right-col {
  background-color: #fff;
}
section.header-with-subscribe-form .right-col .wrapper {
  padding: 4vw;
}
section.header-with-subscribe-form .right-col .wrapper .error-message {
  color: #f00;
  font-size: 1.2vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 980px) {
  section.header-with-subscribe-form .right-col .wrapper.confirmation-results {
    padding: 19vw 0;
  }
}
section.header-with-subscribe-form .right-col .wrapper .font-size-5 {
  font-size: var(--font-size-5);
}
section.header-with-subscribe-form .right-col .wrapper .agreement .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
section.header-with-subscribe-form .right-col .wrapper .privacy-policy {
  color: rgba(0, 0, 0, 0.25);
}
section.header-with-subscribe-form .right-col .wrapper .privacy-policy a {
  color: #000;
}
section.header-with-subscribe-form .right-col .wrapper .elements-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
section.header-with-subscribe-form .right-col .wrapper .elements-right .wpcf7-spinner {
  order: 1;
}
section.header-with-subscribe-form .right-col .wrapper .elements-right .wpcf7-submit {
  order: 2;
}
section.header-with-subscribe-form .right-col h2 {
  margin-bottom: 2.4vw;
  font-size: var(--font-size-4);
  font-family: SharpGrotesk, Arial, sans-serif;
  font-weight: bold;
}
section.header-with-subscribe-form .right-col h3 {
  margin-bottom: 1.4vw;
  font-size: var(--font-size-2);
}
section.related-article-list h3 {
  margin-bottom: 2vw;
}
@media screen and (max-width: 980px) {
  section.related-article-list h3 {
    margin-bottom: 5.5vw;
  }
}
@media screen and (max-width: 760px) {
  section.related-article-list h3 {
    margin-bottom: 11vw;
  }
}
section.related-article-list a {
  width: 100%;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
  display: block;
  border-bottom: solid 1px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
section.related-article-list a.no-border {
  border: none;
}
section.related-article-list a span {
  font-family: SharpGrotesk, Arial, sans-serif;
  font-size: var(--font-size-4);
  font-weight: bold;
}
section.related-article-list a img {
  width: 18px;
  height: 18px;
  transition: All 0.2s ease;
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1);
}
section.related-article-list a:hover {
  text-decoration: none;
}
section.related-article-list a:hover img {
  transform: scale(1.3);
}
section.subpages {
  margin-top: 6vw;
}
section.subpages .menu {
  position: relative;
}
section.subpages .menu a:active {
  text-decoration: none;
}
section.subpages .menu a:after {
  display: none !important;
}
section.subpages .menu hr {
  border: none;
  border-top: solid 1px #DBDBDB;
  margin: 1.1vw 0 6vw;
}
@media screen and (max-width: 980px) {
  section.subpages .menu hr {
    display: none;
  }
}
section.subpages .menu span.line {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  width: 1px;
  border-top: solid 1px #000;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  section.subpages .menu span.line {
    display: none;
  }
}
section.subpages p {
  margin-bottom: 6vw;
}
section.subpages h3 {
  margin-bottom: 6vw;
}
section.subpages .no-bottom-margin h3 {
  margin-bottom: 0;
}
section.custom-top-1 {
  position: relative;
}
section.custom-top-1 .title {
  margin-bottom: 1vw;
}
section.custom-top-1 .subtitle {
  margin-bottom: 3.5vw;
}
section.custom-top-1 .text {
  margin-bottom: 1vw;
}
section.custom-top-1 .text p {
  margin-bottom: 3.5vw;
}
section.custom-top-1 .text_right {
  margin-bottom: 3.5vw;
}
@media screen and (max-width: 760px) {
  section.custom-top-1 .title {
    font-size: 5vw;
  }
  section.custom-top-1 .subtitle {
    font-size: 8vw;
  }
  section.custom-top-1 .text {
    margin-bottom: 7vw;
  }
  section.custom-top-1 .text_right p {
    font-size: 5vw;
  }
  section.custom-top-1 .icon-8 {
    margin-bottom: 5vw;
  }
}
section.custom-top-1 .squares {
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 1vw;
  left: 0vw;
}
section.custom-top-1 .squares .single {
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  width: 25.3vw;
  flex: unset;
  flex-grow: unset;
  position: relative;
}
section.custom-top-1 .squares .single a {
  height: 25.3vw;
  padding: 3vw;
  display: block;
  background-color: #1343F0;
  color: #fff;
}
section.custom-top-1 .squares .single a:active, section.custom-top-1 .squares .single a:link {
  text-decoration: none;
}
section.custom-top-1 .squares .single a span {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  margin-top: 3vw;
  opacity: 0;
  display: block;
  font-weight: normal;
  font-size: 1.1vw;
  line-height: 1.6vw;
}
section.custom-top-1 .squares .single a .icon {
  width: 1.5vw;
  height: 1.5vw;
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transform: scale(1);
}
section.custom-top-1 .squares .single a .close {
  width: 1.5vw;
  height: 1.5vw;
  position: absolute;
  right: 2vw;
  top: 2vw;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  transform: rotateZ(45deg);
  opacity: 0;
}
section.custom-top-1 .squares .single a:hover {
  text-decoration: none;
}
section.custom-top-1 .squares .single a:hover .icon {
  transform: scale(1.5);
}
@media screen and (max-width: 760px) {
  section.custom-top-1 .squares .single {
    font-size: 3vw;
  }
}
section.custom-top-1 .img-bkg {
  position: absolute;
  left: 50%;
  width: 80vw;
  margin-left: -42vw;
  top: 6rem;
  z-index: -1;
}
section.custom-top-1 .squares-wrapper {
  height: 26.3vw;
  position: relative;
}
section.custom-top-1 .squares-wrapper.count-squares-4 {
  height: 19.3vw;
}
section.custom-top-1 .squares-wrapper.count-squares-4 .squares {
  overflow: hidden;
}
section.custom-top-1 .squares-wrapper.count-squares-4 .squares .single {
  width: 18.9vw;
}
section.custom-top-1 .squares-wrapper.count-squares-4 .squares .single a {
  height: 18.9vw;
  font-size: 1.6vw;
}
section.custom-top-1 .squares-wrapper.count-squares-4 .squares .single a span {
  margin-top: 1.2vw;
}
section.custom-top-1 .squares-wrapper.active {
  width: 145vw;
}
section.custom-top-1 .squares-wrapper.active .squares .single.active {
  width: 126vw;
}
section.custom-top-1 .squares-wrapper.active .squares .single.active a {
  background-color: #fff;
  color: #000;
}
section.custom-top-1 .squares-wrapper.active .squares .single.active a .close {
  opacity: 1;
}
section.custom-top-1 .squares-wrapper.active .squares .single.active a span {
  opacity: 1;
}
section.custom-top-1 .squares-wrapper.active .squares.move-left {
  left: -26vw;
}
@media screen and (max-width: 760px) {
  section.custom-top-1 .squares-wrapper {
    height: auto;
  }
  section.custom-top-1 .squares-wrapper.active {
    width: 100%;
  }
  section.custom-top-1 .squares-wrapper.active .squares.move-left {
    left: 0;
  }
  section.custom-top-1 .squares-wrapper .squares {
    position: relative;
    justify-content: space-between;
    gap: 2vw;
    left: auto;
  }
  section.custom-top-1 .squares-wrapper .squares .single {
    width: 100%;
  }
  section.custom-top-1 .squares-wrapper .squares .single a {
    height: auto;
    font-size: 3.7vw;
  }
  section.custom-top-1 .squares-wrapper .squares .single a .icon {
    width: 3.5vw;
    height: 3.5vw;
    right: 3vw;
    bottom: 3vw;
  }
  section.custom-top-1 .squares-wrapper .squares .single a .close {
    width: 3.5vw;
    height: 3.5vw;
    right: 3vw;
    top: 3vw;
  }
  section.custom-top-1 .squares-wrapper .squares .single a span {
    font-size: 2.7vw;
    line-height: 3.5vw;
  }
  section.custom-top-1 .squares-wrapper.count-squares-3, section.custom-top-1 .squares-wrapper.count-squares-4 {
    height: auto;
  }
  section.custom-top-1 .squares-wrapper.count-squares-3 .squares, section.custom-top-1 .squares-wrapper.count-squares-4 .squares {
    flex-wrap: wrap;
  }
  section.custom-top-1 .squares-wrapper.count-squares-3 .squares .single, section.custom-top-1 .squares-wrapper.count-squares-4 .squares .single {
    width: 100%;
  }
  section.custom-top-1 .squares-wrapper.count-squares-3 .squares .single a, section.custom-top-1 .squares-wrapper.count-squares-4 .squares .single a {
    height: auto;
    font-size: 4.6vw;
  }
  section.custom-top-1 .squares-wrapper.count-squares-3 .squares .single a span, section.custom-top-1 .squares-wrapper.count-squares-4 .squares .single a span {
    margin-top: 3.5vw;
    font-size: 3.6vw;
    line-height: 5.5vw;
  }
}
section.two-cols-text b, section.two-cols-text strong {
  font-family: PPNeueMontreal-SemiBold, SharpGrotesk, Arial, sans-serif;
  font-weight: bold;
}
section.two-cols-text .inner-heading {
  margin-bottom: 1vw;
  display: block;
  font-family: SharpGrotesk, Arial, sans-serif;
  font-weight: bold;
}
section.two-cols-text.main-two-cols .left-col a {
  margin-top: 3vw;
}
@media screen and (max-width: 760px) {
  section.two-cols-text.main-two-cols .left-col a {
    margin-top: 7vw;
    margin-bottom: 9vw;
  }
}
section.section-no-padding {
  padding-bottom: 0;
}
section.section-no-padding h1, section.section-no-padding h2, section.section-no-padding h3, section.section-no-padding h4 {
  margin-bottom: 0;
  padding-bottom: 0;
}
section.text_left_right .text {
  order: 1;
  padding: 5vw;
}
section.text_left_right .text b, section.text_left_right .text strong {
  font-family: PPNeueMontreal-SemiBold, SharpGrotesk, Arial, sans-serif;
  font-weight: bold;
}
section.text_left_right .text h5 {
  margin-bottom: 0.5vw;
  font-weight: bold;
  font-size: var(--font-size-4);
}
section.text_left_right .text.dark {
  background-color: #000;
  color: #fff;
}
section.text_left_right .text.dark nav a {
  color: #fff;
}
section.text_left_right .text.light {
  background-color: #fff;
  color: #000;
}
section.text_left_right .text.light nav a {
  color: #000;
}
section.text_left_right .text h2 {
  margin-bottom: 2vw;
}
section.text_left_right .text p {
  margin-bottom: 2vw;
}
@media screen and (max-width: 760px) {
  section.text_left_right .text p {
    margin-bottom: 5vw;
  }
}
section.text_left_right .text nav {
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
}
section.text_left_right .text nav p {
  margin-bottom: 0;
}
section.text_left_right .text nav a {
  font-family: SharpGrotesk, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9vw;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
section.text_left_right .text nav a i {
  font-size: 0.7vw;
  font-weight: 700;
  margin-right: 1vw;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
section.text_left_right .text nav a:hover {
  text-decoration: none;
}
section.text_left_right .text nav a:hover i {
  margin-right: 0.5vw;
}
@media screen and (max-width: 760px) {
  section.text_left_right .text nav p {
    margin-bottom: 1vw;
  }
  section.text_left_right .text nav a {
    font-size: 2.3vw;
  }
  section.text_left_right .text nav a i {
    font-size: 2vw;
  }
}
section.text_left_right .text .bullets_with_icons {
  list-style: none;
  padding: 0;
}
section.text_left_right .text .bullets_with_icons li {
  margin-bottom: 1vw;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
section.text_left_right .text .bullets_with_icons img {
  width: 75px;
  height: 75px;
}
section.text_left_right .photo {
  order: 2;
  overflow: hidden;
}
section.text_left_right .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.text_left_right.left .text {
  order: 1;
}
section.text_left_right.left .photo {
  order: 2;
}
section.text_left_right.right .text {
  order: 2;
}
section.text_left_right.right .photo {
  order: 1;
}
@media screen and (max-width: 760px) {
  section.text_left_right.left .text, section.text_left_right.right .text {
    order: 2;
  }
  section.text_left_right.left .photo, section.text_left_right.right .photo {
    order: 1;
  }
}
section.cta {
  padding-bottom: 4.8vw !important;
}
@media screen and (max-width: 980px) {
  section.cta {
    margin-bottom: 6.2vw !important;
  }
}
@media screen and (max-width: 760px) {
  section.cta {
    margin-bottom: 7.8vw !important;
  }
}
section.cta a span {
  margin-bottom: 0 !important;
}
section.cta a:hover span {
  background: #dadada;
  color: #fff;
}
section.embed-html iframe {
  width: 100%;
}
section.sliding-tabs {
  margin-top: 0;
}
section.sliding-tabs > .container > hr {
  margin-top: 4.8vw;
}
@media screen and (max-width: 980px) {
  section.sliding-tabs > .container > hr {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 760px) {
  section.sliding-tabs > .container > hr {
    margin-top: 7.8vw;
  }
}
section.sliding-tabs h4 {
  font-size: 1.5vw;
  margin-bottom: 4.8vw;
}
@media screen and (max-width: 980px) {
  section.sliding-tabs h4 {
    font-size: 3.5vw;
    margin-bottom: 6.2vw;
  }
}
@media screen and (max-width: 760px) {
  section.sliding-tabs h4 {
    font-size: 5.5vw;
    margin-bottom: 7.8vw;
  }
}
section.sliding-tabs .section-article h1 {
  margin-bottom: 4.8vw;
}
section.sliding-tabs .section-article p {
  margin-bottom: 4.8vw;
}
section.sliding-tabs .tabs {
  margin-top: 4.8vw;
}
section.sliding-tabs .tab {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding-top: 2.2vw;
  padding-bottom: 2.2vw;
  position: relative;
}
section.sliding-tabs .tab nav {
  display: flex;
}
section.sliding-tabs .tab nav img {
  position: absolute;
  left: 0;
  top: 2.6vw;
  width: 2.7vw;
  opacity: 1;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
@media screen and (max-width: 980px) {
  section.sliding-tabs .tab nav img {
    width: 4.4vw;
  }
}
@media screen and (max-width: 760px) {
  section.sliding-tabs .tab nav img {
    width: 4.3vw;
  }
}
section.sliding-tabs .tab nav img.minus {
  opacity: 0;
}
section.sliding-tabs .tab nav a {
  margin-left: 4.5vw;
  font-size: 2.2vw;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  section.sliding-tabs .tab nav a {
    margin-left: 5.5vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 760px) {
  section.sliding-tabs .tab nav a {
    margin-left: 6.5vw;
    font-size: 4.2vw;
  }
}
section.sliding-tabs .tab .wrapper {
  display: none;
  padding-top: 2.4vw;
  padding-left: 4.6vw;
}
section.sliding-tabs .tab .wrapper .box {
  margin-bottom: 3vw;
  padding: 4vw;
  background-color: #fff;
}
section.sliding-tabs .tab .wrapper .box h4 {
  margin-bottom: 2vw;
}
section.sliding-tabs .tab .wrapper .box p {
  margin-bottom: 2vw;
}
section.sliding-tabs .tab .wrapper .box a {
  color: #1443F0;
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
}
section.sliding-tabs .tab .wrapper .box a:hover {
  color: #000;
}
@media screen and (max-width: 980px) {
  section.sliding-tabs .tab .wrapper {
    padding-left: 0;
  }
  section.sliding-tabs .tab .wrapper .box {
    padding: 8vw;
  }
  section.sliding-tabs .tab .wrapper .box h4 {
    font-size: 4vw;
  }
  section.sliding-tabs .tab .wrapper .box p {
    font-size: 3.5vw;
  }
}
section.sliding-tabs .tab.active nav img.plus {
  opacity: 0;
}
section.sliding-tabs .tab.active nav img.minus {
  opacity: 1;
}
.clear {
  clear: both;
}

.flyer {
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 2vw;
}
.flyer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.flyer .circle {
  width: 80px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 1.5vw;
  border: solid 1px #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  display: inline-block;
}
.flyer h6 {
  margin-bottom: 1.5vw;
  width: 80%;
}
.flyer a {
  font-size: 0.83333vw;
  opacity: 1 !important;
  color: #fff !important;
}
.flyer a:after {
  display: none !important;
}
.flyer a:hover {
  color: #000 !important;
}
@media screen and (max-width: 980px) {
  .flyer {
    display: none;
  }
}

.three-cols .single-column figure {
  min-height: 200px;
}
.three-cols .single-column figure img {
  max-width: 100%;
}

p.over_photo {
  position: relative;
  width: 145%;
}
p.over_photo a {
  color: #1443F0;
}
@media screen and (max-width: 760px) {
  p.over_photo {
    width: 100%;
  }
}

@media screen and (max-width: 760px) {
  .btn, .wpcf7-submit {
    font-size: 2.75vw;
    padding: 4.125vw 8.375vw;
  }
}

@media screen and (max-width: 760px) {
  .section-bkg-right {
    width: 100%;
  }
}

.job-offers .section-article h3 {
  margin-bottom: 3vw;
}
.job-offers .col-md-3 {
  padding-right: 4vw;
  margin-bottom: 6vw;
}
.job-offers a {
  min-height: 4vw;
}
.job-offers a h3 {
  font-size: 1.8vw;
}
@media screen and (max-width: 980px) {
  .job-offers a h3 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 760px) {
  .job-offers a h3 {
    font-size: 4.8vw;
  }
}

.team .header {
  margin-bottom: 3vw;
}
.team .header .arrows {
  padding-bottom: 2.22222vw;
}
.team .header .arrows a {
  margin-left: 15px;
  opacity: 1;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
.team .header .arrows a.circle {
  border: solid 1px #000;
  border-radius: 50%;
  width: 3.5vw;
  height: 3.5vw;
  display: flex;
  justify-content: center;
}
.team .header .arrows a.circle img {
  width: 1.5vw;
  height: auto;
}
.team .header .arrows a.disabled {
  opacity: 0.2;
}
.team .header .arrows a:hover {
  opacity: 0.2;
}
.team .team-slider .profile {
  width: 17vw;
  margin-right: 2.7vw;
}
.team .team-slider .profile img {
  width: 100%;
  margin-bottom: 1.8vw;
}
@media screen and (max-width: 980px) {
  .team .team-slider .profile {
    width: 30vw;
  }
}
@media screen and (max-width: 760px) {
  .team .team-slider .profile {
    width: 47vw;
  }
}
.team .team-slider a:hover {
  text-decoration: none;
}
.team .team-slider a strong {
  margin-bottom: 1.8vw;
  display: block;
}
.global-pagination .pagination-wrapper {
  display: flex;
  justify-content: center;
}
.global-pagination .pagination-wrapper .pagination {
  margin-top: 1vw;
}
.global-pagination ul {
  list-style: none;
}

.testimonials .testimonials-slider {
  margin-left: 10%;
}
.testimonials .testimonial {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  width: 80%;
  max-width: 45%;
  padding-right: 5%;
  box-sizing: border-box;
}
.testimonials .testimonial.is-selected {
  opacity: 1;
}
.testimonials .testimonial .text {
  min-height: 170px;
  margin-bottom: 3vw;
  line-height: 2vw;
}
.testimonials .testimonial img {
  width: 100%;
  max-width: 11vw;
  height: auto;
  margin-bottom: 3vw;
}
.testimonials .testimonial p.author {
  margin-bottom: 0.5vw;
  font-size: 1.11111vw;
  font-weight: bold;
}
.testimonials .testimonial p.job-position {
  font-size: 1.11111vw;
}
@media screen and (max-width: 980px) {
  .testimonials .testimonials-slider {
    margin-left: 5%;
    margin-right: 5%;
  }
  .testimonials .testimonial {
    width: 100%;
    max-width: 100%;
  }
  .testimonials .testimonial img {
    max-width: 20vw;
  }
  .testimonials .testimonial .text {
    font-size: 3.2vw;
    line-height: 5vw;
    min-height: auto;
  }
  .testimonials .testimonial p.author {
    font-size: 2vw;
  }
  .testimonials .testimonial p.job-position {
    font-size: 2vw;
  }
}
.testimonials .flickity-viewport {
  overflow: inherit;
}
.testimonials .flickity-page-dots {
  text-align: left;
}
.testimonials .flickity-page-dots .dot {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  width: 8px;
  height: 8px;
  margin: 0 3vw 0 0;
  opacity: 0.1;
}
.testimonials .flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.tiles-gallery a {
  margin-right: 0;
  display: block;
  opacity: 1;
}
.tiles-gallery a:hover:after {
  opacity: 0;
}
.tiles-gallery a h3 {
  font-size: 1.32vw;
  line-height: 1.62vw;
}
.tiles-gallery a img {
  margin-bottom: 32px;
}

.cs-nav-bar {
  margin: 4vw 0 3vw;
}
@media screen and (max-width: 980px) {
  .cs-nav-bar {
    margin: 7vw 0 3vw;
  }
}
@media screen and (max-width: 760px) {
  .cs-nav-bar {
    margin: 12vw 0 3vw;
  }
}

.casestudy-tile h2 {
  margin-bottom: 64px;
}
.casestudy-tile .left img {
  width: 100%;
  height: auto;
}
.casestudy-tile .right .customer {
  margin-bottom: 64px;
}
.casestudy-tile .right .customer p {
  margin: 0;
}
.casestudy-tile .right .customer h4 {
  font-size: 24px;
  line-height: 34px;
}
.casestudy-tile .right h2 {
  margin-bottom: 64px;
  font-size: 24px;
}
.casestudy-tile .right .text {
  margin-bottom: 64px;
  font-size: 16px;
}
.casestudy-tile .right .text p {
  font-size: 16px;
}
.casestudy-tile .right .text h3 {
  margin-bottom: 16px;
  font-size: 16px;
}
.casestudy-tile .right .text h3.important {
  font-size: 24px;
  color: #1343F0;
}
.casestudy-tile .right .text li {
  margin-bottom: 12px;
}
.casestudy-tile hr {
  margin-top: 5vw;
  margin-bottom: 5vw;
}
.casestudy-tile hr.single {
  margin-bottom: 5vw;
  border: none;
}

.casestudy-next-prev-category > div {
  border-top: solid 1px #000;
  padding-top: 5vw;
  padding-bottom: 5vw;
}
.casestudy-next-prev-category p {
  margin-bottom: 0px;
  font-size: 0.9vw;
  text-transform: uppercase;
}
.casestudy-next-prev-category a {
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  font-size: 2vw;
  font-weight: bold;
}
.casestudy-next-prev-category a:hover {
  text-decoration: underline;
}

.masonry .grid {
  margin-top: 90px;
}
.masonry .grid:after {
  content: "";
  display: block;
  clear: both;
}
.masonry .item {
  position: relative;
  float: left;
  margin-bottom: 32px;
}
.masonry .item img {
  width: 100%;
  height: auto;
}
.masonry .item .image-wrapper {
  position: relative;
}
.masonry .item .image-wrapper .cover {
  transition: All 0.2s ease;
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
}
.masonry .item .image-wrapper:hover .cover {
  opacity: 0;
}
.masonry .item a h3 {
  display: inline-block;
}
.masonry .item a h3:after {
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  content: "";
  display: block;
  border-bottom: solid 1px #000;
  opacity: 0;
  width: 0%;
}
.masonry .item:hover a h3:after {
  width: 100%;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .masonry .item {
    margin-bottom: 0;
  }
  .masonry .item img {
    margin-bottom: 1.2vw;
  }
  .masonry .item a h3 {
    line-height: 3vw;
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 760px) {
  .masonry .item {
    margin-bottom: 0;
  }
  .masonry .item img {
    margin-bottom: 2vw;
  }
  .masonry .item a h3 {
    line-height: 3vw;
    font-size: 4.3vw;
  }
}
.masonry .item,
.masonry .grid-sizer {
  width: 30%;
}
.masonry .gutter-sizer {
  width: 5%;
}
@media screen and (max-width: 760px) {
  .masonry .grid {
    margin-top: 40px;
  }
  .masonry .item,
.masonry .grid-sizer {
    width: 100%;
  }
  .masonry .gutter-sizer {
    width: 0;
  }
}

.flex {
  display: flex;
}

.sticky img {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

.resources .tile a {
  margin-right: 0;
  opacity: 1;
  display: block;
}
.resources .tile a img:not(.icon) {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
}
.resources .tile a h3 {
  margin-bottom: 38px;
  min-height: 40px;
  font-size: 16px;
}
.resources .tile a:hover {
  border: none;
}
.resources .tile a:hover:after {
  opacity: 0;
}
.resources .col-md-3 {
  width: 20%;
  margin-right: 6.6%;
}
.resources .col-md-3:nth-child(4n) {
  margin-right: 0;
}

.resources-banner {
  margin-top: 96px;
  margin-bottom: 96px;
}
.resources-banner .relative {
  position: relative;
}
.resources-banner .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.resources-banner a {
  margin: 0;
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  opacity: 1;
}
.resources-banner a:hover:after {
  opacity: 0;
}
.resources-banner h6 {
  margin-bottom: 32px;
  color: #fff;
  font-size: 56px;
}
.resources-banner .full-width {
  width: 100% !important;
}

.resources-categories a img {
  margin-right: 11px;
}

.wide-resource-tile {
  margin-bottom: 32px;
}
.wide-resource-tile > .row {
  display: flex;
}
.wide-resource-tile > a {
  margin-right: 0;
  opacity: 1;
  display: block;
}
.wide-resource-tile > a:hover:after {
  opacity: 0;
}
.wide-resource-tile .left img {
  width: 100%;
  height: auto;
}
.wide-resource-tile .right {
  padding: 50px 64px;
  position: relative;
  background: #fff;
}
.wide-resource-tile .right h4 {
  margin-bottom: 7px;
  font-size: 24px;
  color: #000;
}
.wide-resource-tile .right p {
  margin-bottom: 32px;
  font-size: 12px;
  font-weight: 300;
  color: #000;
}
.wide-resource-tile .right .tags a {
  margin-right: 32px;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 1;
}
.wide-resource-tile .right .icon {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}
.wide-resource-tile .right .icon img {
  width: 20px;
  height: auto;
}

.resources-article pre, .section-article pre {
  padding: 20px;
  font-family: Menlo, Monaco, "Courier New", Courier, monospace;
  background: #e6e6e6;
  white-space: pre-wrap;
}
.resources-article code, .section-article code {
  background-color: #e6e6e6;
  font-family: Menlo, Monaco, "Courier New", Courier, monospace;
  padding: 2px 4px;
}
.resources-article a, .section-article a {
  text-decoration: underline;
}
.resources-article a:hover, .section-article a:hover {
  text-decoration: none;
}

.most-resent h3 {
  margin-bottom: 64px;
}

.section-centered {
  width: 100%;
}

body .nav.navbar-nav li {
  color: #fff;
  position: relative;
  padding-bottom: 0.8333vw;
}
body .nav.navbar-nav li .submenu {
  padding: 2.1vw 2vw;
  display: none;
  position: absolute;
  background: #fff;
  top: 2.2vw;
  opacity: 0;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
body .nav.navbar-nav li .submenu a {
  padding-bottom: 1.2vw;
  border: none;
  white-space: nowrap;
  display: block;
  opacity: 1;
  color: #000;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
body .nav.navbar-nav li .submenu a:hover {
  opacity: 0.25;
  border: none;
}
body .nav.navbar-nav li .submenu a:last-child {
  padding-bottom: 0;
}
body .nav.navbar-nav li .submenu.active {
  opacity: 1;
  display: block;
  top: 1.8vw;
}
body .nav.navbar-nav li:hover .submenu {
  opacity: 1;
  display: block;
  top: 1.8vw;
}
@media screen and (max-width: 960px) {
  body .nav.navbar-nav li:hover:hover .submenu {
    display: none;
  }
}
body.sub-page .nav.navbar-nav li {
  color: #000;
}

.language-switcher-dialog {
  display: none;
  background: #fff;
}
.language-switcher-dialog.active {
  position: fixed;
  width: 36vw;
  height: 20vw;
  z-index: 9999;
  left: calc(50% - 18vw);
  top: calc(50% - 10vw);
  display: block;
}
.language-switcher-dialog .x-close {
  position: absolute;
  right: 1vw;
  top: 1vw;
}
.language-switcher-dialog .wrapper {
  padding: 2vw;
  position: relative;
}
.language-switcher-dialog .wrapper p.h3 {
  margin-bottom: 5vw;
  margin-top: 1vw;
  text-align: center;
}
.language-switcher-dialog .wrapper nav {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .language-switcher-dialog.active {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .language-switcher-dialog nav {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 3vw;
  }
  .language-switcher-dialog .x-close {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .header_with_two_cols .left {
    margin-bottom: 5vw;
  }
}
.contact-us-centered .additional {
  margin: 0 auto;
  width: 70%;
  height: auto;
  display: flex;
}
.contact-us-centered .section-article {
  padding-top: 3vw;
}
.contact-us-centered a {
  color: #00FFFF;
}
.contact-us-centered a.btn {
  color: #000;
  background-color: #00FFFF;
  text-decoration: none;
}

.partnership-mb {
  margin-bottom: 1vw;
}

.partners-logotypes {
  padding-top: 2vw;
  padding-bottom: 2vw;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  .partners-logotypes {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
}
.partners-logotypes.with-top-margin {
  margin-top: 0.3333vw;
}
.partners-logotypes .header {
  align-items: center;
  display: flex;
}
.partners-logotypes .h3, .partners-logotypes .h4 {
  margin: 0;
}
.partners-logotypes .trusted-by-slider {
  opacity: 0;
}
.partners-logotypes .trusted-by-slider.active {
  opacity: 1;
}
.partners-logotypes .trusted-by-slider .flickity-page-dots {
  bottom: -20px;
}
.partners-logotypes .trusted-by-slider .flickity-slider {
  display: flex;
  align-items: center;
}
.partners-logotypes .trusted-by-slider .slide {
  width: 11vw;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
.partners-logotypes .trusted-by-slider .slide img {
  width: 100%;
  height: auto;
}
.partners-logotypes .flex-center .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.partners-logotypes .flex-center .wrapper .trusted-by-slider {
  width: 90%;
}
.partners-logotypes a.next img {
  width: 35px;
  height: auto;
}
@media screen and (max-width: 966px) {
  .partners-logotypes .trusted-by-slider .flickity-page-dots {
    bottom: 0;
  }
  .partners-logotypes .trusted-by-slider .slide {
    width: 100%;
    height: auto;
  }
  .partners-logotypes a.next {
    display: none;
  }
}

.newsletter-sign-up {
  background-color: #000;
}
.newsletter-sign-up h1, .newsletter-sign-up p {
  color: #fff;
}
.newsletter-sign-up h1 {
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 980px) {
  .newsletter-sign-up h1 {
    margin-bottom: 6vw;
  }
}
.newsletter-sign-up form.mailpoet_form {
  padding: 0 !important;
}
.newsletter-sign-up form.mailpoet_form .mailpoet_text {
  padding: 18px 12px !important;
}
.newsletter-sign-up form.mailpoet_form .mailpoet_paragraph {
  margin-bottom: 0 !important;
}
.newsletter-sign-up form.mailpoet_form .mailpoet_vertically_align_top {
  margin-bottom: 1.5vw !important;
}
.newsletter-sign-up form.mailpoet_form .mailpoet_form_column {
  width: 100% !important;
}
@media screen and (max-width: 980px) {
  .newsletter-sign-up form.mailpoet_form .mailpoet_form_column {
    margin-bottom: 2vw;
  }
}
.newsletter-sign-up form.mailpoet_form .mailpoet_submit {
  background: #1343F0;
  color: #fff;
  width: auto !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  display: block !important;
  min-width: 8vw !important;
  font-size: 0.83333vw !important;
  padding: 1.04167vw 1.2vw !important;
  height: 3.47222vw !important;
  border-radius: 1.73611vw !important;
  text-transform: uppercase;
  cursor: pointer;
  font-family: SharpGrotesk, Arial, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .newsletter-sign-up form.mailpoet_form .mailpoet_submit {
    height: auto !important;
    font-size: 3.5vw !important;
    padding: 3.05vw 6.2vw 2.2vw !important;
    line-height: 7vw !important;
    border-radius: 11.8vw !important;
  }
}
.newsletter-sign-up form.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
  left: 0 !important;
  transform: translate(0, -50%) !important;
}
@media screen and (max-width: 980px) {
  .newsletter-sign-up .mailpoet_form_columns {
    flex-direction: column;
  }
}

.subscription-form form.mailpoet_form {
  padding: 0 !important;
}
.subscription-form form.mailpoet_form .mailpoet_submit {
  background: #1343F0;
  color: #fff;
  width: auto !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  display: block !important;
  min-width: 8vw !important;
  font-size: 0.83333vw !important;
  padding: 1.04167vw 1.2vw !important;
  height: 3.47222vw !important;
  border-radius: 1.73611vw !important;
  text-transform: uppercase;
  cursor: pointer;
  font-family: SharpGrotesk, Arial, sans-serif;
  font-weight: 700;
}

.resources-simple-list .resource-tile {
  margin-bottom: 3vw;
}

.resources-card-with-time {
  height: 100%;
  display: block;
  background-color: #fff;
}
.resources-card-with-time .wrapper {
  padding: 2vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 57%;
}
@media screen and (max-width: 980px) {
  .resources-card-with-time .wrapper {
    height: auto;
    padding: 4vw;
  }
}
.resources-card-with-time .bold {
  margin-bottom: 0.5vw;
  font-family: SharpGrotesk, Arial, sans-serif;
  font-weight: bold;
}
.resources-card-with-time .author {
  font-size: 0.8vw;
}
@media screen and (max-width: 980px) {
  .resources-card-with-time .author {
    font-size: 3.8vw;
  }
}
.resources-card-with-time .thumb {
  width: 100%;
  height: auto;
}
.resources-card-with-time nav {
  margin-top: 4vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.resources-card-with-time nav p {
  margin-bottom: 0;
  font-size: 0.8vw;
  line-height: 0.8vw;
}
@media screen and (max-width: 980px) {
  .resources-card-with-time nav p {
    font-size: 3.8vw;
  }
}
.resources-card-with-time:hover {
  text-decoration: none;
}
.resources-card-with-time.events-tile-with-time {
  height: auto;
}
.resources-card-with-time.events-tile-with-time .wrapper time {
  margin-bottom: 1vw;
  color: rgb(19, 67, 240);
  font-size: var(--font-size-5);
  display: flex;
  gap: 0.5vw;
  align-content: center;
}
.resources-card-with-time.events-tile-with-time .wrapper time span {
  position: relative;
  top: 0.1vw;
}
.resources-card-with-time.events-tile-with-time .wrapper .title {
  margin-bottom: 1vw;
}
.page-footer-partners {
  flex-direction: row;
  flex-wrap: wrap;
}
.page-footer-partners > li {
  padding: 0;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  max-width: 100%;
  width: 33%;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 980px) {
  .page-footer-partners > li {
    width: 50%;
  }
}

/* TODO - TBD with Mirek & Billy */
.promo-case-study-article {
  display: block;
  margin-bottom: 4vw;
}
.promo-case-study-article .right-col {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.promo-case-study-article .right-col .btn {
  margin-top: 2vw;
}

.case-studies-categories li a span {
  display: none;
}

.case-study-row.case-studies-big-tiles .case-study-link-client {
  color: rgb(0, 0, 0);
}
.case-study-row.case-studies-small-tiles .case-study-link {
  margin-bottom: 0;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
  gap: 2vw;
  flex-direction: row;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.case-study-row.case-studies-small-tiles .case-study-link img {
  width: 7vw;
  height: 7vw;
}
.case-study-row.case-studies-small-tiles .case-study-link .content-wrapper {
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case-study-row.case-studies-small-tiles .case-study-link .content-wrapper .case-study-link-name {
  margin: 0;
  padding: 0;
  font-size: var(--font-size-2);
}
.case-study-row.case-studies-small-tiles .case-study-link .content-wrapper .case-study-link-client {
  color: rgb(0, 0, 0);
}

.resources-single-article .right h1 {
  margin-top: 96px;
  margin-bottom: 32px;
  font-size: 56px;
}
.resources-single-article .right .author {
  font-size: 12px;
  display: flex;
}
.resources-single-article .right .author .source {
  margin-left: 50px;
}
.resources-single-article .article-text {
  padding-top: 96px;
}
.resources-single-article .article-text h2 {
  font-size: 32px;
  line-height: 40px;
}
.resources-single-article .article-text p {
  font-size: 16px;
  line-height: 28px;
}
.resources-single-article .article-text .btn-full-article {
  margin: 96px 0;
  display: inline-block;
}
.resources-single-article.wider-section {
  margin-top: 5vw;
}
.resources-single-article.wider-section .aside-nav a.back {
  margin-bottom: 5vw;
  display: inline-block;
}
.resources-single-article.wider-section .aside-nav .article-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  margin-bottom: 2vw;
}
.resources-single-article.wider-section .aside-nav .article-details .item {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
}
.resources-single-article.wider-section .aside-nav .author img {
  width: 2.8vw;
  height: auto;
}
.resources-single-article.wider-section .aside-nav .small-nav .title {
  margin-bottom: 5px;
  font-size: var(--font-size-4);
  color: rgba(0, 0, 0, 0.25);
  display: block;
}
.resources-single-article.wider-section .aside-nav .small-nav .text-wrap {
  display: flex;
  gap: 9px;
  align-items: center;
}
.resources-single-article.wider-section .aside-nav .small-nav.source {
  margin-bottom: 2vw;
}
.resources-single-article.wider-section .aside-nav .small-nav.source img {
  width: 2vw;
  height: auto;
}
.resources-single-article.wider-section .aside-nav .small-nav.share ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 15px;
}
.resources-single-article.wider-section .aside-nav .small-nav.share ul a {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  opacity: 1;
}
.resources-single-article.wider-section .aside-nav .small-nav.share ul a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.text-cad.services-tile ul {
  list-style: circle;
  padding: 0 0 0 1vw;
}
.text-cad.services-tile ul li {
  line-height: 1vw;
}

.wpcf7 .control-group br {
  display: none;
}
.wpcf7 .control-select-wrap {
  background: #F3F3F3;
  display: block;
}
.wpcf7 .control-select-wrap .control-label {
  top: 5.3667vw;
}
@media screen and (min-width: 980px) {
  .wpcf7 .control-select-wrap .control-label {
    top: 1.3667vw;
  }
}
.wpcf7 .control-select-wrap.has-value .control-label {
  top: 2.5vw;
}
@media screen and (min-width: 980px) {
  .wpcf7 .control-select-wrap.has-value .control-label {
    top: 0.55556vw;
  }
}
.wpcf7 .control-select-wrap .control-select {
  width: 97%;
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > div {
  padding-left: 0;
  padding-right: 0;
}

.subscribe-popup {
  display: none;
  width: 550px;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  .subscribe-popup {
    max-width: 100vw;
    width: 100%;
  }
}
.subscribe-popup.active {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  display: block;
}
.subscribe-popup .close-subscribe-popup {
  position: absolute;
  right: 1vw;
  top: 1vw;
  display: block;
}
.subscribe-popup .wrapper {
  padding: 2.5vw;
}
@media screen and (max-width: 980px) {
  .subscribe-popup .wrapper.confirmation-results {
    padding: 19vw 4vw;
  }
}
.subscribe-popup .wrapper .error-message {
  color: #f00;
  font-size: 1.2vw;
  margin-bottom: 1vw;
}
.subscribe-popup .wrapper .font-size-5 {
  font-size: var(--font-size-5);
}
.subscribe-popup .wrapper .agreement .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.subscribe-popup .wrapper .privacy-policy {
  color: rgba(0, 0, 0, 0.25);
}
.subscribe-popup .wrapper .privacy-policy a {
  color: #000;
}
.subscribe-popup .wrapper .elements-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.subscribe-popup .wrapper .elements-right .wpcf7-spinner {
  order: 1;
}
.subscribe-popup .wrapper .elements-right .wpcf7-submit {
  order: 2;
}
.subscribe-popup h2 {
  margin-bottom: 2.4vw;
  font-size: var(--font-size-4);
  font-family: SharpGrotesk, Arial, sans-serif;
  font-weight: bold;
}
.subscribe-popup h3 {
  margin-bottom: 1.4vw;
  font-size: var(--font-size-2);
}

.banner_with_background_photo {
  margin-top: 6vw;
  margin-bottom: 6vw;
  margin-left: -5vw;
  margin-right: -5vw;
  padding: 3vw;
  position: relative;
  overflow: hidden;
}
.banner_with_background_photo .img-bkg {
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transform: scale(1);
}
.banner_with_background_photo .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1vw;
}
.banner_with_background_photo .content h3 {
  margin-bottom: 1vw;
  color: #fff;
  font-size: var(--font-size-3);
  text-align: center;
}
.banner_with_background_photo .content a.btn {
  text-decoration: none;
  margin: 0;
}
.banner_with_background_photo:hover .img-bkg {
  transform: scale(1.1);
}

.resources-article {
  padding-bottom: 6vw;
}
.resources-article.npb {
  padding-bottom: 0;
}
.resources-article .wider-section {
  margin-left: -5vw;
  margin-right: -5vw;
}
.resources-article b, .resources-article strong {
  font-family: PPNeueMontreal-SemiBold, SharpGrotesk, Arial, sans-serif;
  font-weight: bold;
}
.resources-article .button_cta {
  padding-top: 2rem;
}
.resources-article h2 {
  margin-bottom: 1vw;
}
.resources-article .image {
  margin-top: 6vw;
  margin-bottom: 6vw;
}
.resources-article .image img {
  margin-bottom: 1vw;
}
.resources-article .image p {
  margin-bottom: 0;
  font-size: 0.9vw;
  text-align: center;
}
.resources-article .image.not-streched img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.resources-article .code {
  margin-top: 6vw;
  margin-bottom: 6vw;
}
.resources-article .code_with_bg {
  margin-bottom: 6vw;
  padding: 20px;
  background: #fff;
}
.resources-article .code_with_bg p {
  margin-bottom: 0;
}
.resources-article .banner_photo_title_text_cta {
  margin-top: 6vw;
  margin-bottom: 6vw;
  margin-left: -5vw;
  margin-right: -5vw;
}
.resources-article .banner_photo_title_text_cta .thumb {
  width: 100%;
  height: auto;
}
.resources-article .banner_photo_title_text_cta .text {
  padding-left: 2.3vw;
  padding-right: 2.3vw;
  background-color: #1343F0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.resources-article .banner_photo_title_text_cta .text h3 {
  margin-bottom: 1.4vw;
  color: #fff;
  font-size: var(--font-size-3);
}
.resources-article .banner_photo_title_text_cta .text p {
  margin-bottom: 1.4vw;
  color: #fff;
}
.resources-article .banner_photo_title_text_cta .text a {
  margin-bottom: 0;
  text-decoration: none;
}

.download-file {
  margin-top: 6vw;
  margin-bottom: 6vw;
}
.download-file a {
  text-decoration: none;
  display: block;
}
.download-file a .thumb {
  width: 100%;
  height: auto;
}
.download-file a .text {
  padding-left: 2.3vw;
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  justify-content: center;
  flex-direction: column;
}
.download-file a .text span {
  font-size: 1vw;
  display: block;
}
.download-file a .text p {
  margin-bottom: 0;
  font-family: SharpGrotesk, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.66667vw;
}
.download-file.version-2 .thumb {
  overflow: hidden;
}
.download-file.version-2 .thumb img {
  transition: All 0.6s ease;
  -webkit-transition: All 0.6s ease;
  -moz-transition: All 0.6s ease;
  -o-transition: All 0.6s ease;
  transform: scale(1);
}
.download-file.version-2 .text {
  padding-left: 2.3vw;
  padding-right: 2.3vw;
}
.download-file.version-2 .text h3 {
  margin-bottom: 1vw;
  font-size: var(--font-size-3);
}
.download-file.version-2 .text > p {
  margin-bottom: 1.2vw;
  font-weight: 400;
  font-size: var(--font-size-4);
}
.download-file.version-2 .text .fake-button {
  width: 100%;
  padding: 1.2vw;
  display: flex;
  justify-content: flex-start;
  gap: 1vw;
  align-items: center;
}
.download-file.version-2 .text .fake-button img {
  transition: All 0.6s ease;
  -webkit-transition: All 0.6s ease;
  -moz-transition: All 0.6s ease;
  -o-transition: All 0.6s ease;
  width: 4vw;
  height: auto;
  transform: rotate(0);
}
.download-file.version-2 .text .fake-button .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.download-file.version-2 .text .fake-button .wrap p {
  font-size: var(--font-size-4);
  font-weight: bold;
}
.download-file.version-2 .text .fake-button .wrap span {
  color: rgba(0, 0, 0, 0.25);
}
.download-file.version-2 .text .fake-button.outline {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.download-file.version-2:hover .thumb img {
  transform: scale(1.2);
}
.download-file.version-2:hover .text .fake-button.outline img {
  transform: rotate(-90deg);
}

.resources-details-header-title {
  margin: 5.20833vw 0 2.60417vw;
}
.resources-details-header-attr > li:not(:first-child)::before {
  padding: 0;
  content: "";
}

.resources-details-header-attr {
  margin-bottom: 0;
  padding: 0;
  font-size: 0.83333vw;
  list-style: none;
  display: block;
}
.resources-details-header-attr li {
  display: block;
}

.resources-details-header-img {
  margin-bottom: 5vw;
}

.resources-details-header-title {
  margin: 0 0 1.60417vw;
  font-size: 2.2222vw;
}

.section-person-details-body {
  height: calc(100vh - 4.16vw);
  overflow: auto;
}

.video_hero iframe {
  width: 100% !important;
  height: 650px !important;
}

.section-person-details-img img {
  object-fit: cover;
  object-position: top;
}

.section-article .related-internal ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-article .related-internal ul li {
  padding: 0;
}
.section-article .related-internal ul li:before {
  display: none;
}

.related-internal ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.related-internal ul li {
  padding: 0;
}
.related-internal ul li:before {
  display: none;
}
.related-internal.section-conteiner h3 {
  margin-bottom: 2vw;
}
.related-internal.section-conteiner ul li {
  margin-bottom: 1vw;
}

.resources-card-with-time .logo,
.promo_articles .logo {
  padding-top: 1rem;
  display: flex;
  flex-direction: row;
  gap: 0.7vw;
  align-items: center;
}
.resources-card-with-time .logo > div,
.promo_articles .logo > div {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.resources-card-with-time .logo > div span,
.promo_articles .logo > div span {
  font-size: 0.83333vw;
  color: rgba(0, 0, 0, 0.25);
}
.resources-card-with-time .logo > div p,
.promo_articles .logo > div p {
  margin-bottom: 0;
  font-size: 0.83333vw;
}
.resources-card-with-time .logo figure,
.promo_articles .logo figure {
  margin: 0;
  padding: 0;
  max-width: 2.2vw;
}
.resources-card-with-time .logo figure img,
.promo_articles .logo figure img {
  width: 100%;
  height: auto;
}

.promo-resource-tiles {
  margin-bottom: 3vw;
}

.section-person-details-body .text-quot {
  position: relative;
}
.section-person-details-body .text-quot .quot-icon {
  width: 16px;
  height: auto;
  position: absolute;
  left: -30px;
  top: 0;
}

.section-person-details-body-name.with-icon {
  display: flex;
  align-items: center;
  gap: 1vw;
}
.section-person-details-body-name.with-icon img {
  width: 2.333vw;
  height: auto;
}

.about-list-items {
  margin-bottom: 1.5vw;
}
.about-list-items .items p {
  margin: 0 0 5px;
}

.fixed-on-scroll {
  padding-top: 1vw;
  position: fixed;
  top: 0;
  left: 10vw;
  right: 10vw;
  z-index: 9999;
  background: #f3f3f3;
}

.resources-details-flex-wrapper {
  margin-bottom: 4.55vw;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2vw;
}

.filters-no-matches {
  display: none;
}

.filter-form {
  margin-bottom: 2vw;
}
.filter-form form {
  width: 100%;
}
.filter-form .select-gray .wpcf7-form-control-wrap {
  width: 91%;
  display: block;
  background-color: #f3f3f3;
}
.filter-form .select-gray .wpcf7-form-control-wrap .control-input {
  width: 94%;
}
.filter-form .select-gray .control-label {
  top: 1.3vw;
}
.filter-form .select-gray.has-value .control-label {
  top: 0.5555vw;
}
.filter-form .clear-filters {
  background: none;
  border: none;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  height: 4.1vw;
  cursor: pointer;
}
.filter-form .clear-filters img {
  width: 1.35vw;
  height: auto;
}
.filter-form .clear-filters span {
  font-size: 0.83333vw;
}
.filter-form .clear-filters:hover span {
  opacity: 0.6;
}

.events-promo-container {
  padding-bottom: 0;
}
.events-promo-container > .container {
  margin-bottom: 4vw;
}
.events-promo-container .text {
  font-family: SharpGrotesk, Arial, sans-serif;
}
.events-promo-container .text h1 {
  margin-bottom: 1.5vw;
  color: #fff;
  font-size: var(--font-size-1);
  line-height: var(--font-size-1);
  font-weight: bold;
}
.events-promo-container .text .description {
  margin-bottom: 1.5vw;
  color: #fff;
  font-size: var(--font-size-2);
  line-height: 2.5vw;
  font-weight: bold;
}
.events-promo-container .text .time_place {
  margin-bottom: 2.4vw;
  color: #fff;
  font-size: var(--font-size-5);
  line-height: var(--font-size-5);
  font-weight: bold;
  text-transform: uppercase;
}
.events-promo-container,
.resources-promo-container {
  padding-top: 11vw;
}
.events-promo-container.blue-color,
.resources-promo-container.blue-color {
  background-color: #1343F0;
}
.events-promo-container .image img,
.resources-promo-container .image img {
  width: 100%;
  height: auto;
}
.events-promo-container .text .header,
.resources-promo-container .text .header {
  margin-bottom: 1vw;
  color: #fff;
  font-family: SharpGrotesk, Arial, sans-serif;
  font-weight: bold;
}
.events-promo-container .text .author,
.resources-promo-container .text .author {
  margin-bottom: 1vw;
  color: #fff;
}
.events-promo-container .text h3,
.resources-promo-container .text h3 {
  margin-bottom: 1.5vw;
  color: #fff;
  font-size: 2vw;
}
.events-promo-container .text h3 a,
.resources-promo-container .text h3 a {
  color: #fff;
}
.events-promo-container .text .time,
.resources-promo-container .text .time {
  margin-bottom: 2vw;
  display: block;
}
.events-promo-container .text .date-time,
.resources-promo-container .text .date-time {
  color: #fff;
}
.events-promo-container .text nav,
.resources-promo-container .text nav {
  display: flex;
  gap: 2vw;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .events-promo-container,
.resources-promo-container {
    padding-top: 24vw;
  }
  .events-promo-container .text,
.resources-promo-container .text {
    padding-top: 5vw;
  }
  .events-promo-container .text h3,
.resources-promo-container .text h3 {
    font-size: 7vw;
  }
}
.events-promo-container .countdown-timer,
.resources-promo-container .countdown-timer {
  padding-top: 4vw;
  padding-bottom: 4vw;
  background-color: #000;
  color: #fff;
}
.events-promo-container .countdown-timer .countdown,
.resources-promo-container .countdown-timer .countdown {
  display: grid;
  grid-template-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
}
.events-promo-container .countdown-timer .countdown .double-dot,
.resources-promo-container .countdown-timer .countdown .double-dot {
  font-size: var(--font-size-1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  font-family: SharpGrotesk, Arial, sans-serif;
  font-weight: bold;
}
.events-promo-container .countdown-timer .countdown .countdown-item,
.resources-promo-container .countdown-timer .countdown .countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-family: SharpGrotesk, Arial, sans-serif;
  font-weight: bold;
}
.events-promo-container .countdown-timer .countdown .countdown-item .countdown-item-value,
.resources-promo-container .countdown-timer .countdown .countdown-item .countdown-item-value {
  font-size: var(--font-size-1);
  line-height: var(--font-size-1);
}
.events-promo-container .countdown-timer .countdown .countdown-item .countdown-item-label,
.resources-promo-container .countdown-timer .countdown .countdown-item .countdown-item-label {
  font-size: var(--font-size-5);
  text-transform: uppercase;
}

@media screen and (min-width: 980px) {
  .section-welcome-subtitle {
    max-width: 70%;
  }

  .page-footer-partners > li img {
    height: 3.5vw;
  }
}
@media screen and (max-width: 1380px) {
  .video_hero iframe {
    width: 100% !important;
    height: 530px !important;
  }
}
@media screen and (max-width: 980px) {
  .about-list-items {
    margin-bottom: 3vw;
  }

  .team .header .arrows a.circle {
    width: 5.5vw;
    height: 5.5vw;
  }
  .team .header .arrows a.circle img {
    width: 3vw;
    height: auto;
  }

  .section-person-details-body-name.with-icon {
    gap: 3vw;
  }
  .section-person-details-body-name.with-icon img {
    width: 8vw;
    height: auto;
  }

  .video_hero iframe {
    width: 100% !important;
    height: 420px !important;
  }

  .resources-details-header-attr {
    margin: 0 0 12.5vw;
    font-size: 3.75vw;
  }

  .resources-details-header-title {
    margin: 12.5vw 0 6.25vw;
    font-size: 7.2222vw;
  }

  .resources-article .button_cta {
    padding-top: 2rem;
  }
  .resources-article .image img {
    margin-bottom: 2.5vw;
  }
  .resources-article .image p {
    font-size: 3.5vw;
  }
  .resources-article .download-file a .text span {
    font-size: 3vw;
  }
  .resources-article .download-file a .text p {
    font-size: 3.66667vw;
  }
}
.section-welcome-content {
  position: relative;
}
.section-welcome-content a.ft {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
.section-welcome-content a.ft img {
  width: 14vw;
  height: auto;
}
.section-welcome-content a.ft:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .section-welcome-content a.ft {
    position: relative;
    margin: 7vw 0 0 0;
    opacity: 1;
    display: block;
  }
  .section-welcome-content a.ft img {
    width: 240px;
  }
}

@media screen and (max-width: 600px) {
  .video_hero iframe {
    width: 100% !important;
    height: 280px !important;
  }
}
@media screen and (min-width: 980px) {
  .resources-card-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}
@media screen and (min-width: 760px) {
  .resources-card-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}
.mailpoet-manage-subscription .mailpoet_paragraph {
  margin-bottom: 1.5vw;
}
.mailpoet-manage-subscription .mailpoet_paragraph label {
  display: flex;
  gap: 1vw;
}
.mailpoet-manage-subscription .mailpoet_select,
.mailpoet-manage-subscription .mailpoet_text {
  width: 50%;
  border: none;
  padding: 12px;
}
.mailpoet-manage-subscription .mailpoet_submit {
  font-size: 0.83333vw;
  padding: 1.04167vw 2.22222vw;
  height: 3.47222vw;
  border-radius: 1.73611vw;
  background: #1343F0;
  color: #fff;
  text-transform: uppercase;
}

/*# sourceMappingURL=style.add.css.map */
