* {
  outline: none;
  box-sizing: border-box; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: ''; }

q:before, q:after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Tobias';
  src: url("../fonts/Tobias-LightItalic.eot");
  src: url("../fonts/Tobias-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Tobias-LightItalic.woff2") format("woff2"), url("../fonts/Tobias-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Tobias';
  src: url("../fonts/Tobias-MediumItalic.eot");
  src: url("../fonts/Tobias-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Tobias-MediumItalic.woff2") format("woff2"), url("../fonts/Tobias-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Lay Grotesk';
  src: url("../fonts/LayGrotesk-Regular.eot");
  src: url("../fonts/LayGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/LayGrotesk-Regular.woff2") format("woff2"), url("../fonts/LayGrotesk-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lay Grotesk';
  src: url("../fonts/LayGrotesk-Medium.eot");
  src: url("../fonts/LayGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/LayGrotesk-Medium.woff2") format("woff2"), url("../fonts/LayGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

html,
body {
  height: 100%; }

body {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  font-family: 'Lay Grotesk', sans-serif;
  color: #262626;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 18px;
      line-height: 27px; } }

a {
  color: inherit;
  text-decoration: none; }

img {
  display: -ms-flexbox;
  display: flex;
  margin: 0; }

input,
select,
button {
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  margin: 0;
  padding: 0; }

.btn {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  height: 50px;
  padding: 0 33px 0 30px;
  border-radius: 50px;
  border: 2px solid #988dfc;
  color: #988dfc;
  font-family: 'Tobias', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer; }
  .btn:hover {
    background-color: #988dfc; }
  .btn.primary:hover {
    color: #ffffff; }
  .btn.secondary:hover {
    color: #262626; }

.content {
  position: relative; }
  .content .hero {
    position: relative; }
    .content .hero .player {
      position: relative; }
      .content .hero .player .video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .content .hero .player .video video {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .content .hero .player.large {
        padding-bottom: 56.222547584187408%; }
        @media screen and (max-width: 1024px) {
          .content .hero .player.large {
            padding-bottom: 768px; } }
        @media screen and (max-width: 768px) {
          .content .hero .player.large {
            padding-bottom: 600px; } }
      .content .hero .player.small {
        height: 560px; }
      .content .hero .player.invert .video {
        filter: invert(1); }
      .content .hero .player.lighten .video {
        mix-blend-mode: lighten; }
      .content .hero .player.darken .video {
        mix-blend-mode: darken; }
      .content .hero .player.difference .video {
        mix-blend-mode: difference; }
      .content .hero .player .title {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 99px 33px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: flex-end; }
        @media screen and (max-width: 768px) {
          .content .hero .player .title {
            padding: 45px 20px; } }
        .content .hero .player .title h1 {
          font-size: 70px;
          line-height: 70px;
          font-weight: 300;
          padding-left: 50%;
          color: #988dfc;
          font-weight: 300; }
          @media screen and (max-width: 480px) {
            .content .hero .player .title h1 {
              font-size: 44px;
              line-height: 46px; } }
          @media screen and (max-width: 768px) {
            .content .hero .player .title h1 {
              padding-left: 0; } }
          .content .hero .player .title h1 em {
            font-family: 'Tobias', serif;
            font-style: italic;
            font-weight: 300; }

.footer {
  position: relative;
  background-color: #ffffff;
  padding: 66px 33px 20px 33px; }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 66px 20px 30px 20px; } }
  .footer .grid {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .footer .grid:first-child {
      margin-bottom: 46px; }
      @media screen and (max-width: 768px) {
        .footer .grid:first-child {
          margin-bottom: 0; } }
    .footer .grid .item {
      position: relative;
      width: 25%;
      padding: 10px 0; }
      @media screen and (max-width: 768px) {
        .footer .grid .item {
          width: 100%;
          padding-bottom: 46px; } }
    @media screen and (max-width: 768px) {
      .footer .grid .list {
        width: 50%; }
        .footer .grid .list:nth-child(3) {
          width: 100%; } }
    .footer .grid .list ul li {
      font-size: 22px;
      line-height: 42px;
      font-weight: 500; }
      .footer .grid .list ul li a:hover {
        color: #988dfc; }
    .footer .grid .newsletter {
      position: absolute;
      bottom: 0;
      left: 25%;
      width: 50%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (max-width: 768px) {
        .footer .grid .newsletter {
          position: relative;
          bottom: auto;
          left: auto;
          width: 100%;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .footer .grid .newsletter .title {
        position: relative;
        width: 50%; }
        @media screen and (max-width: 768px) {
          .footer .grid .newsletter .title {
            width: 100%;
            padding-bottom: 20px; } }
        .footer .grid .newsletter .title p {
          font-family: 'Tobias', serif;
          font-style: italic;
          font-weight: 300;
          font-size: 30px;
          line-height: 34px; }
      .footer .grid .newsletter form {
        position: relative;
        display: block;
        width: 50%; }
        @media screen and (max-width: 768px) {
          .footer .grid .newsletter form {
            width: 100%; } }
        .footer .grid .newsletter form input[type='text'] {
          position: relative;
          width: 100%;
          background-color: #ffffff;
          height: 50px;
          border-bottom: 1px solid #262626;
          color: #262626;
          font-size: 18px; }
          .footer .grid .newsletter form input[type='text']::-webkit-input-placeholder {
            color: #26262680; }
          .footer .grid .newsletter form input[type='text']:-moz-placeholder {
            color: #26262680; }
          .footer .grid .newsletter form input[type='text']::-moz-placeholder {
            color: #26262680; }
          .footer .grid .newsletter form input[type='text']:-ms-input-placeholder {
            color: #26262680; }
        .footer .grid .newsletter form input[type='submit'] {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          width: 20px;
          background-color: transparent;
          cursor: pointer;
          background-image: url("../images/arrow.svg");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% auto; }
    .footer .grid .logo {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (max-width: 768px) {
        .footer .grid .logo {
          -ms-flex-pack: start;
              justify-content: flex-start; } }
      .footer .grid .logo img {
        position: relative;
        width: 60%; }
        @media screen and (max-width: 768px) {
          .footer .grid .logo img {
            width: 150px; } }
    @media screen and (max-width: 768px) {
      .footer .grid .credits {
        padding-bottom: 10px; } }
    .footer .grid .credits p {
      font-size: 14px;
      line-height: 1em; }
      @media screen and (max-width: 768px) {
        .footer .grid .credits p {
          margin: -10px 0; } }
      .footer .grid .credits p a {
        text-decoration: underline; }

.navigation {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  padding: 0 33px;
  mix-blend-mode: difference;
  z-index: 1000;
  will-change: mix-blend-mode;
  perspective: 1px; }
  @media screen and (max-width: 768px) {
    .navigation {
      padding: 0 20px; } }
  .navigation .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none; }
    .navigation .background .player {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .navigation .background .player .video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        mix-blend-mode: lighten; }
        .navigation .background .player .video video {
          filter: invert(1);
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: top left;
             object-position: top left; }
  .navigation ul {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 24px; }
    .navigation ul li {
      font-size: 20px;
      line-height: 24px;
      font-weight: 500;
      color: #ffffff; }
      @media screen and (max-width: 1024px) {
        .navigation ul li {
          font-weight: 300; } }
      .navigation ul li:nth-child(2), .navigation ul li.social {
        display: none; }
      @media screen and (max-width: 1024px) {
        .navigation ul li:not(:first-child) {
          display: none; } }
      @media screen and (max-width: 1024px) {
        .navigation ul li:first-child img {
          height: 25px; } }
      .navigation ul li a.active {
        border-bottom: 1px solid #ffffff; }
  .navigation .toggle {
    position: absolute;
    top: 24px;
    right: 33px;
    width: 30px;
    height: 24px;
    display: none;
    cursor: pointer; }
    @media screen and (max-width: 1024px) {
      .navigation .toggle {
        display: block; } }
    @media screen and (max-width: 768px) {
      .navigation .toggle {
        right: 20px; } }
    .navigation .toggle .line {
      position: absolute;
      pointer-events: none;
      top: 50%;
      width: 30px;
      height: 2px;
      background-color: #ffffff;
      transform: translateY(-50%);
      transition: all 350ms ease; }
      .navigation .toggle .line:nth-child(1) {
        margin-top: -13px; }
      .navigation .toggle .line:nth-child(2) {
        margin-top: -1px; }
      .navigation .toggle .line:nth-child(3) {
        margin-top: 11px; }
  .navigation.active {
    background-color: #262626;
    height: 100%;
    mix-blend-mode: normal; }
    .navigation.active .background {
      display: block; }
    .navigation.active ul {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start; }
      .navigation.active ul li {
        mix-blend-mode: difference;
        display: block;
        font-size: 70px;
        line-height: 80px; }
        @media screen and (max-width: 480px) {
          .navigation.active ul li {
            font-size: 44px;
            line-height: 60px; } }
        .navigation.active ul li:nth-child(1), .navigation.active ul li:nth-child(7) {
          margin-bottom: 45px; }
        .navigation.active ul li.social {
          color: #988dfc;
          font-size: 22px;
          line-height: 30px;
          mix-blend-mode: normal; }
    .navigation.active .toggle {
      mix-blend-mode: difference; }
      .navigation.active .toggle .line:nth-child(1) {
        transform: rotate(45deg);
        margin-top: -1px; }
      .navigation.active .toggle .line:nth-child(2) {
        transform: rotate(-135deg); }
      .navigation.active .toggle .line:nth-child(3) {
        transform: rotate(-45deg);
        margin-top: -1px; }

*[data-share],
*[data-noshare] {
  display: none; }
  *[data-share].visible,
  *[data-noshare].visible {
    display: inherit; }

.content.home {
  background-color: #ffffff;
  color: #262626; }
  .content.home .body {
    position: relative;
    background: #ffffff linear-gradient(155deg, #ffffff 0%, #ffffff 39%, #e2deff 100%);
    padding: 66px 33px; }
    @media screen and (max-width: 768px) {
      .content.home .body {
        padding: 45px 20px; } }
    .content.home .body .introduction {
      position: relative;
      overflow: hidden;
      margin-bottom: 200px; }
      @media screen and (max-width: 768px) {
        .content.home .body .introduction {
          margin-bottom: 90px;
          overflow: initial; } }
      .content.home .body .introduction .grid {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: -66px; }
        @media screen and (max-width: 768px) {
          .content.home .body .introduction .grid {
            margin: 0; } }
        .content.home .body .introduction .grid .column {
          position: relative;
          width: 50%;
          padding: 66px; }
          @media screen and (max-width: 768px) {
            .content.home .body .introduction .grid .column {
              width: 100%;
              padding: 0; }
              .content.home .body .introduction .grid .column:first-child {
                margin-bottom: 90px; } }
          .content.home .body .introduction .grid .column p {
            font-size: 36px;
            line-height: 44px;
            font-weight: 300;
            margin-bottom: 66px; }
            @media screen and (max-width: 768px) {
              .content.home .body .introduction .grid .column p {
                font-size: 26px;
                line-height: 34px; } }
            @media screen and (max-width: 768px) {
              .content.home .body .introduction .grid .column p {
                margin-bottom: 45px; } }
            .content.home .body .introduction .grid .column p:last-child {
              margin-bottom: 0; }
            .content.home .body .introduction .grid .column p em {
              font-family: 'Tobias', serif;
              font-style: italic;
              font-weight: 300; }
          .content.home .body .introduction .grid .column .image {
            position: relative;
            width: 100%;
            height: 100%; }
            @media screen and (max-width: 768px) {
              .content.home .body .introduction .grid .column .image {
                height: 450px; } }
            .content.home .body .introduction .grid .column .image .shape {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              background-color: rgba(0, 0, 0, 0.1); }
              @media screen and (max-width: 768px) {
                .content.home .body .introduction .grid .column .image .shape {
                  left: -20px;
                  right: -20px; } }
              .content.home .body .introduction .grid .column .image .shape img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                   object-fit: cover; }
    .content.home .body .services {
      position: relative;
      margin-bottom: 132px; }
      @media screen and (max-width: 768px) {
        .content.home .body .services {
          margin-bottom: 90px; } }
      .content.home .body .services .grid {
        position: relative;
        border-top: 2px solid #262626;
        margin-bottom: 66px; }
        @media screen and (max-width: 768px) {
          .content.home .body .services .grid {
            margin-bottom: 45px; } }
        .content.home .body .services .grid .column {
          position: relative;
          height: 120px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          border-bottom: 2px solid #262626; }
          @media screen and (max-width: 768px) {
            .content.home .body .services .grid .column {
              height: 100px; } }
          .content.home .body .services .grid .column h3,
          .content.home .body .services .grid .column p {
            position: absolute; }
          .content.home .body .services .grid .column h3 {
            font-size: 70px;
            line-height: 70px;
            font-weight: 300;
            opacity: 1;
            transition: opacity 350ms ease; }
            @media screen and (max-width: 768px) {
              .content.home .body .services .grid .column h3 {
                font-size: 44px;
                line-height: 46px; } }
          .content.home .body .services .grid .column p {
            font-size: 36px;
            line-height: 44px;
            font-weight: 300;
            color: #988dfc;
            opacity: 0;
            transition: opacity 350ms ease; }
            @media screen and (max-width: 768px) {
              .content.home .body .services .grid .column p {
                font-size: 26px;
                line-height: 34px; } }
          .content.home .body .services .grid .column:hover h3 {
            opacity: 0; }
          .content.home .body .services .grid .column:hover p {
            opacity: 1; }

.content.services {
  background: #262626 linear-gradient(155deg, #262626 0%, #262626 46%, #543e60 100%);
  color: #ffffff; }
  .content.services .body {
    position: relative;
    padding: 66px 33px; }
    @media screen and (max-width: 768px) {
      .content.services .body {
        padding: 45px 20px; } }
    .content.services .body .services {
      position: relative;
      margin-bottom: 132px; }
      @media screen and (max-width: 768px) {
        .content.services .body .services {
          margin-bottom: 90px; } }
      .content.services .body .services .grid {
        position: relative; }
        .content.services .body .services .grid .column {
          position: relative;
          display: block;
          border-top: 2px solid #ffffff;
          padding: 33px 0 99px 0; }
          @media screen and (max-width: 768px) {
            .content.services .body .services .grid .column {
              padding: 20px 0 90px 0; } }
          .content.services .body .services .grid .column:last-child {
            padding-bottom: 0; }
          .content.services .body .services .grid .column .sides {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
                justify-content: space-between;
            padding-bottom: 66px; }
            @media screen and (max-width: 768px) {
              .content.services .body .services .grid .column .sides {
                display: block;
                padding-bottom: 45px; } }
            .content.services .body .services .grid .column .sides h2 {
              font-size: 70px;
              line-height: 70px;
              font-weight: 300; }
              @media screen and (max-width: 768px) {
                .content.services .body .services .grid .column .sides h2 {
                  font-size: 44px;
                  line-height: 46px; } }
            .content.services .body .services .grid .column .sides ul {
              font-size: 30px;
              line-height: 34px;
              font-weight: 500;
              text-align: right; }
              @media screen and (max-width: 768px) {
                .content.services .body .services .grid .column .sides ul {
                  font-size: 24px;
                  line-height: 26px; } }
              @media screen and (max-width: 768px) {
                .content.services .body .services .grid .column .sides ul {
                  text-align: left; } }
              .content.services .body .services .grid .column .sides ul li {
                color: #988dfc;
                margin-top: 20px; }
                @media screen and (max-width: 768px) {
                  .content.services .body .services .grid .column .sides ul li {
                    margin-top: 10px; } }
                .content.services .body .services .grid .column .sides ul li:first-child {
                  margin-top: 10px; }
                  @media screen and (max-width: 768px) {
                    .content.services .body .services .grid .column .sides ul li:first-child {
                      margin-top: 20px; } }

.content.service {
  background: #262626 linear-gradient(155deg, #262626 0%, #262626 46%, #543e60 100%);
  color: #ffffff; }
  .content.service .body {
    position: relative;
    padding: 136px 33px 66px 33px; }
    @media screen and (max-width: 768px) {
      .content.service .body {
        padding: 115px 20px 45px 20px; } }
    .content.service .body .image {
      position: relative;
      padding-bottom: 20%;
      margin-bottom: 66px; }
      @media screen and (max-width: 1024px) {
        .content.service .body .image {
          padding-bottom: 50%; } }
      @media screen and (max-width: 768px) {
        .content.service .body .image {
          margin-bottom: 45px; } }
      @media screen and (max-width: 480px) {
        .content.service .body .image {
          padding-bottom: 100%; } }
      .content.service .body .image .shape {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.1); }
        @media screen and (max-width: 768px) {
          .content.service .body .image .shape {
            left: -20px;
            right: -20px; } }
        .content.service .body .image .shape img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
    .content.service .body .introduction {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 132px; }
      @media screen and (max-width: 768px) {
        .content.service .body .introduction {
          margin-bottom: 90px; } }
      .content.service .body .introduction .side {
        position: relative;
        width: 50%; }
        @media screen and (max-width: 768px) {
          .content.service .body .introduction .side {
            width: 100%; } }
        .content.service .body .introduction .side h1 {
          font-size: 70px;
          line-height: 70px;
          font-weight: 300;
          margin-bottom: 33px; }
          @media screen and (max-width: 768px) {
            .content.service .body .introduction .side h1 {
              font-size: 44px;
              line-height: 46px; } }
          @media screen and (max-width: 768px) {
            .content.service .body .introduction .side h1 {
              margin-bottom: 20px; } }
        .content.service .body .introduction .side p {
          font-size: 36px;
          line-height: 44px;
          font-weight: 300; }
          @media screen and (max-width: 768px) {
            .content.service .body .introduction .side p {
              font-size: 26px;
              line-height: 34px; } }
        .content.service .body .introduction .side:first-child p {
          color: #988dfc;
          padding: 0 33.333333% 0 0; }
          @media screen and (max-width: 768px) {
            .content.service .body .introduction .side:first-child p {
              padding: 0 0 45px 0; } }
    .content.service .body .services {
      position: relative;
      margin-bottom: 132px; }
      @media screen and (max-width: 768px) {
        .content.service .body .services {
          margin-bottom: 90px; } }
      .content.service .body .services h2 {
        font-size: 70px;
        line-height: 70px;
        font-weight: 300;
        margin-bottom: 33px; }
        @media screen and (max-width: 768px) {
          .content.service .body .services h2 {
            font-size: 44px;
            line-height: 46px; } }
        @media screen and (max-width: 768px) {
          .content.service .body .services h2 {
            margin-bottom: 20px; } }
      .content.service .body .services .grid {
        position: relative;
        border-top: 2px solid #988dfc; }
        .content.service .body .services .grid .column {
          position: relative;
          border-bottom: 2px solid #988dfc; }
          .content.service .body .services .grid .column .min {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            height: 90px;
            cursor: pointer; }
            .content.service .body .services .grid .column .min h3 {
              font-size: 30px;
              line-height: 34px;
              font-weight: 500;
              color: #988dfc;
              pointer-events: none; }
              @media screen and (max-width: 768px) {
                .content.service .body .services .grid .column .min h3 {
                  font-size: 24px;
                  line-height: 26px; } }
            .content.service .body .services .grid .column .min .plus {
              position: absolute;
              width: 30px;
              height: 30px;
              right: 0;
              pointer-events: none;
              transition: transform 350ms ease; }
              .content.service .body .services .grid .column .min .plus:after {
                content: '';
                display: block;
                position: absolute;
                width: 2px;
                height: 30px;
                background-color: #988dfc;
                left: 14px; }
              .content.service .body .services .grid .column .min .plus:before {
                content: '';
                display: block;
                position: absolute;
                width: 30px;
                height: 2px;
                background-color: #988dfc;
                top: 14px; }
          .content.service .body .services .grid .column .max {
            position: relative;
            display: none; }
            .content.service .body .services .grid .column .max .container {
              position: relative;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              padding: 20px 0 66px 0; }
              @media screen and (max-width: 768px) {
                .content.service .body .services .grid .column .max .container {
                  padding-bottom: 20px 0 45px 0; } }
              .content.service .body .services .grid .column .max .container .information {
                position: relative;
                width: 50%; }
                @media screen and (max-width: 768px) {
                  .content.service .body .services .grid .column .max .container .information {
                    width: 100%; } }
              .content.service .body .services .grid .column .max .container .icon {
                position: relative;
                display: -ms-flexbox;
                display: flex;
                width: 50%;
                -ms-flex-pack: center;
                    justify-content: center;
                -ms-flex-align: center;
                    align-items: center; }
                @media screen and (max-width: 768px) {
                  .content.service .body .services .grid .column .max .container .icon {
                    width: 100%;
                    margin-top: 45px; } }
                .content.service .body .services .grid .column .max .container .icon img {
                  height: 200px; }
          .content.service .body .services .grid .column.active .min .plus {
            transform: rotate(45deg); }
    .content.service .body .contact {
      position: relative;
      margin-bottom: 132px;
      padding-right: 50%; }
      @media screen and (max-width: 768px) {
        .content.service .body .contact {
          margin-bottom: 90px;
          padding-right: 0; } }
      .content.service .body .contact h2 {
        font-size: 70px;
        line-height: 70px;
        font-weight: 300;
        margin-bottom: 33px; }
        @media screen and (max-width: 768px) {
          .content.service .body .contact h2 {
            font-size: 44px;
            line-height: 46px; } }
        @media screen and (max-width: 768px) {
          .content.service .body .contact h2 {
            margin-bottom: 20px; } }
      .content.service .body .contact P {
        margin-bottom: 33px; }

.content.news {
  background: #ffffff linear-gradient(23deg, #ffffff 0%, #ffffff 45%, #e2deff 75%, #e2deff 100%);
  color: #262626; }
  .content.news .body {
    position: relative;
    padding: 66px 33px; }
    @media screen and (max-width: 768px) {
      .content.news .body {
        padding: 45px 20px; } }
    .content.news .body .newsletter {
      position: absolute;
      top: -149px; }
      @media screen and (max-width: 768px) {
        .content.news .body .newsletter {
          position: relative;
          top: auto;
          margin-bottom: 90px; } }
    .content.news .body .updates {
      position: relative;
      margin-bottom: 132px; }
      @media screen and (max-width: 768px) {
        .content.news .body .updates {
          margin-bottom: 90px; } }
      .content.news .body .updates .grid {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: center;
            justify-content: center;
        margin: -10px; }
        .content.news .body .updates .grid .column {
          position: relative;
          width: 25%;
          padding: 10px;
          display: none; }
          @media screen and (max-width: 1200px) {
            .content.news .body .updates .grid .column {
              width: 33.333333%; } }
          @media screen and (max-width: 1024px) {
            .content.news .body .updates .grid .column {
              width: 50%; } }
          @media screen and (max-width: 480px) {
            .content.news .body .updates .grid .column {
              width: 100%; } }
          .content.news .body .updates .grid .column.visible {
            display: block; }
          .content.news .body .updates .grid .column .box {
            position: relative; }
            .content.news .body .updates .grid .column .box .image {
              position: relative;
              padding-bottom: 60%; }
              .content.news .body .updates .grid .column .box .image .holder {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                background-color: rgba(0, 0, 0, 0.1); }
                .content.news .body .updates .grid .column .box .image .holder img {
                  width: 100%;
                  height: 100%;
                  -o-object-fit: cover;
                     object-fit: cover; }
            .content.news .body .updates .grid .column .box .information {
              position: relative;
              background-color: #ffffff;
              padding: 33px; }
              .content.news .body .updates .grid .column .box .information h3 {
                font-size: 30px;
                line-height: 34px;
                font-weight: 500;
                margin-bottom: 20px; }
                @media screen and (max-width: 768px) {
                  .content.news .body .updates .grid .column .box .information h3 {
                    font-size: 24px;
                    line-height: 26px; } }
      .content.news .body .updates .more {
        position: relative;
        -ms-flex-pack: center;
            justify-content: center;
        margin-top: 66px;
        display: none; }
        .content.news .body .updates .more.visible {
          display: -ms-flexbox;
          display: flex; }

.content.update {
  background: #ffffff linear-gradient(23deg, #ffffff 0%, #ffffff 45%, #e2deff 75%, #e2deff 100%);
  color: #262626; }
  .content.update .body {
    position: relative;
    padding: 136px 33px 66px 33px; }
    @media screen and (max-width: 768px) {
      .content.update .body {
        padding: 115px 20px 45px 20px; } }
    .content.update .body .heading {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      border-bottom: 2px solid #262626;
      padding-right: 250px;
      margin-bottom: 66px; }
      @media screen and (max-width: 768px) {
        .content.update .body .heading {
          margin-bottom: 45px;
          padding-right: 0; } }
      .content.update .body .heading h1 {
        font-size: 70px;
        line-height: 70px;
        font-weight: 300;
        color: #988dfc;
        font-weight: 300;
        margin-bottom: 66px; }
        @media screen and (max-width: 480px) {
          .content.update .body .heading h1 {
            font-size: 44px;
            line-height: 46px; } }
        @media screen and (max-width: 768px) {
          .content.update .body .heading h1 {
            margin-bottom: 45px;
            word-break: break-word; } }
      .content.update .body .heading .btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 200px;
        -ms-flex-pack: center;
            justify-content: center; }
        @media screen and (max-width: 768px) {
          .content.update .body .heading .btn {
            position: relative;
            margin-bottom: 33px; } }
    .content.update .body .introduction {
      position: relative;
      overflow: hidden;
      border-bottom: 2px solid #262626;
      margin-bottom: 100px;
      padding-bottom: 132px; }
      @media screen and (max-width: 768px) {
        .content.update .body .introduction {
          margin-bottom: 90px;
          padding-bottom: 0;
          overflow: initial; } }
      .content.update .body .introduction .grid {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: -66px; }
        @media screen and (max-width: 768px) {
          .content.update .body .introduction .grid {
            margin: 0;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
        .content.update .body .introduction .grid .column {
          position: relative;
          width: 50%;
          padding: 66px; }
          @media screen and (max-width: 768px) {
            .content.update .body .introduction .grid .column {
              width: 100%;
              padding: 0; }
              .content.update .body .introduction .grid .column:first-child {
                margin-bottom: 90px; } }
          .content.update .body .introduction .grid .column p {
            font-size: 36px;
            line-height: 44px;
            font-weight: 300;
            margin-bottom: 66px; }
            @media screen and (max-width: 768px) {
              .content.update .body .introduction .grid .column p {
                font-size: 26px;
                line-height: 34px; } }
            @media screen and (max-width: 768px) {
              .content.update .body .introduction .grid .column p {
                margin-bottom: 45px; } }
            .content.update .body .introduction .grid .column p:last-child {
              margin-bottom: 0; }
            .content.update .body .introduction .grid .column p em {
              font-family: 'Tobias', serif;
              font-style: italic;
              font-weight: 300; }
          .content.update .body .introduction .grid .column .image {
            position: relative;
            width: 100%;
            padding-bottom: 66.666666%; }
            @media screen and (max-width: 768px) {
              .content.update .body .introduction .grid .column .image {
                height: 450px;
                margin-bottom: 45px; } }
            .content.update .body .introduction .grid .column .image .shape {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              background-color: rgba(0, 0, 0, 0.1); }
              .content.update .body .introduction .grid .column .image .shape img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                   object-fit: cover; }
    .content.update .body .story {
      position: relative;
      margin: 0 auto;
      max-width: 640px;
      margin-bottom: 132px; }
      @media screen and (max-width: 768px) {
        .content.update .body .story {
          margin-bottom: 90px; } }
      .content.update .body .story p {
        margin-bottom: 33px; }
        @media screen and (max-width: 768px) {
          .content.update .body .story p {
            margin-bottom: 20px; } }
        .content.update .body .story p:last-child {
          margin-bottom: 0; }
        .content.update .body .story p em {
          font-family: 'Tobias', serif;
          font-style: italic;
          font-weight: 300; }
      .content.update .body .story h2 {
        font-size: 30px;
        line-height: 34px;
        font-weight: 500;
        margin-bottom: 33px; }
        @media screen and (max-width: 768px) {
          .content.update .body .story h2 {
            font-size: 24px;
            line-height: 26px; } }
        @media screen and (max-width: 768px) {
          .content.update .body .story h2 {
            margin-bottom: 20px; } }
      .content.update .body .story p + h2,
      .content.update .body .story ul + h2 {
        padding-top: 33px; }
        @media screen and (max-width: 768px) {
          .content.update .body .story p + h2,
          .content.update .body .story ul + h2 {
            padding-top: 20px; } }
      .content.update .body .story img {
        width: 100%;
        height: auto; }
      .content.update .body .story ul {
        margin-bottom: 33px;
        list-style: disc outside none;
        margin-left: 1em; }
        @media screen and (max-width: 768px) {
          .content.update .body .story ul {
            margin-bottom: 20px; } }
        .content.update .body .story ul:last-child {
          margin-bottom: 0; }
        .content.update .body .story ul li {
          padding-left: 1em; }
    .content.update .body .share {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 132px;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      @media screen and (max-width: 768px) {
        .content.update .body .share {
          margin-bottom: 90px; } }
      .content.update .body .share .btns {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        margin: -10px; }
        @media screen and (max-width: 768px) {
          .content.update .body .share .btns {
            -ms-flex-direction: column;
                flex-direction: column; } }
        .content.update .body .share .btns .btn {
          width: 200px;
          -ms-flex-pack: center;
              justify-content: center;
          margin: 10px; }

.content.about-us {
  background: #262626 linear-gradient(18deg, #262626 0%, #262626 38%, #543e60 84%, #543e60 100%);
  color: #ffffff; }
  .content.about-us .body {
    position: relative;
    padding: 66px 33px; }
    @media screen and (max-width: 768px) {
      .content.about-us .body {
        padding: 45px 20px; } }
    .content.about-us .body .introduction {
      position: relative;
      overflow: hidden;
      margin-bottom: 200px; }
      @media screen and (max-width: 768px) {
        .content.about-us .body .introduction {
          margin-bottom: 90px;
          overflow: initial; } }
      .content.about-us .body .introduction .grid {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: -66px; }
        @media screen and (max-width: 768px) {
          .content.about-us .body .introduction .grid {
            margin: 0; } }
        .content.about-us .body .introduction .grid .column {
          position: relative;
          width: 50%;
          padding: 66px; }
          @media screen and (max-width: 768px) {
            .content.about-us .body .introduction .grid .column {
              width: 100%;
              padding: 0; }
              .content.about-us .body .introduction .grid .column:first-child {
                margin-bottom: 90px; } }
          .content.about-us .body .introduction .grid .column p {
            font-size: 36px;
            line-height: 44px;
            font-weight: 300;
            margin-bottom: 66px; }
            @media screen and (max-width: 768px) {
              .content.about-us .body .introduction .grid .column p {
                font-size: 26px;
                line-height: 34px; } }
            @media screen and (max-width: 768px) {
              .content.about-us .body .introduction .grid .column p {
                margin-bottom: 45px; } }
            .content.about-us .body .introduction .grid .column p:last-child {
              margin-bottom: 0; }
            .content.about-us .body .introduction .grid .column p em {
              font-family: 'Tobias', serif;
              font-style: italic;
              font-weight: 300; }
          .content.about-us .body .introduction .grid .column .image {
            position: relative;
            width: 100%;
            height: 100%; }
            @media screen and (max-width: 768px) {
              .content.about-us .body .introduction .grid .column .image {
                height: 450px; } }
            .content.about-us .body .introduction .grid .column .image .shape {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              background-color: rgba(255, 255, 255, 0.1); }
              @media screen and (max-width: 768px) {
                .content.about-us .body .introduction .grid .column .image .shape {
                  left: -20px;
                  right: -20px; } }
              .content.about-us .body .introduction .grid .column .image .shape img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                   object-fit: cover; }
    .content.about-us .body .team {
      position: relative;
      border-top: 2px solid #ffffff;
      padding-top: 33px;
      margin-bottom: 132px; }
      @media screen and (max-width: 768px) {
        .content.about-us .body .team {
          margin-bottom: 90px;
          padding-top: 20px; } }
      .content.about-us .body .team h2 {
        font-size: 70px;
        line-height: 70px;
        font-weight: 300;
        padding-bottom: 33px; }
        @media screen and (max-width: 768px) {
          .content.about-us .body .team h2 {
            font-size: 44px;
            line-height: 46px; } }
        @media screen and (max-width: 768px) {
          .content.about-us .body .team h2 {
            padding-bottom: 20px; } }
      .content.about-us .body .team .scroller {
        position: relative;
        width: calc(100% + 66px);
        margin-left: -33px;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none; }
        .content.about-us .body .team .scroller::-webkit-scrollbar {
          display: none; }
        @media screen and (max-width: 768px) {
          .content.about-us .body .team .scroller {
            width: calc(100% + 40px);
            margin-left: -20px; } }
        .content.about-us .body .team .scroller .holder {
          position: relative; }
          .content.about-us .body .team .scroller .holder .grid {
            position: relative;
            display: -ms-flexbox;
            display: flex; }
            .content.about-us .body .team .scroller .holder .grid .column {
              position: relative;
              -ms-flex-negative: 0;
                  flex-shrink: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
              padding: 0 10px; }
              .content.about-us .body .team .scroller .holder .grid .column:first-child {
                padding-left: 33px; }
                @media screen and (max-width: 768px) {
                  .content.about-us .body .team .scroller .holder .grid .column:first-child {
                    padding-left: 20px; } }
              .content.about-us .body .team .scroller .holder .grid .column:last-child {
                padding-right: 33px; }
                @media screen and (max-width: 768px) {
                  .content.about-us .body .team .scroller .holder .grid .column:last-child {
                    padding-right: 20px; } }
              .content.about-us .body .team .scroller .holder .grid .column .box {
                position: relative;
                width: 25vw; }
                @media screen and (max-width: 1200px) {
                  .content.about-us .body .team .scroller .holder .grid .column .box {
                    width: 33.333333vw; } }
                @media screen and (max-width: 1024px) {
                  .content.about-us .body .team .scroller .holder .grid .column .box {
                    width: 50vw; } }
                @media screen and (max-width: 480px) {
                  .content.about-us .body .team .scroller .holder .grid .column .box {
                    width: 80vw; } }
                .content.about-us .body .team .scroller .holder .grid .column .box .image {
                  position: relative;
                  padding-bottom: 150%; }
                  .content.about-us .body .team .scroller .holder .grid .column .box .image .holder {
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    background-color: rgba(255, 255, 255, 0.1); }
                    .content.about-us .body .team .scroller .holder .grid .column .box .image .holder img {
                      width: 100%;
                      height: 100%;
                      -o-object-fit: cover;
                         object-fit: cover; }
                .content.about-us .body .team .scroller .holder .grid .column .box .info {
                  position: relative;
                  margin-top: 33px; }
                  .content.about-us .body .team .scroller .holder .grid .column .box .info h3 {
                    font-size: 30px;
                    line-height: 34px;
                    font-weight: 500; }
                    @media screen and (max-width: 768px) {
                      .content.about-us .body .team .scroller .holder .grid .column .box .info h3 {
                        font-size: 24px;
                        line-height: 26px; } }
                  .content.about-us .body .team .scroller .holder .grid .column .box .info h4 {
                    font-size: 30px;
                    line-height: 34px;
                    font-weight: 500;
                    color: #988dfc; }
                    @media screen and (max-width: 768px) {
                      .content.about-us .body .team .scroller .holder .grid .column .box .info h4 {
                        font-size: 24px;
                        line-height: 26px; } }
    .content.about-us .body .clients {
      position: relative;
      border-top: 2px solid #ffffff;
      padding-top: 33px;
      margin-bottom: 132px; }
      @media screen and (max-width: 768px) {
        .content.about-us .body .clients {
          margin-bottom: 90px;
          padding-top: 20px; } }
      .content.about-us .body .clients h2 {
        font-size: 70px;
        line-height: 70px;
        font-weight: 300;
        padding-bottom: 33px; }
        @media screen and (max-width: 768px) {
          .content.about-us .body .clients h2 {
            font-size: 44px;
            line-height: 46px; } }
        @media screen and (max-width: 768px) {
          .content.about-us .body .clients h2 {
            padding-bottom: 20px; } }
      .content.about-us .body .clients .grid {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: center;
            justify-content: center;
        margin: -10px; }
        .content.about-us .body .clients .grid .column {
          position: relative;
          padding: 10px;
          width: 150px; }
          @media screen and (max-width: 1200px) {
            .content.about-us .body .clients .grid .column {
              width: 15%; } }
          @media screen and (max-width: 1024px) {
            .content.about-us .body .clients .grid .column {
              width: 20%; } }
          @media screen and (max-width: 480px) {
            .content.about-us .body .clients .grid .column {
              width: 25%; } }
          .content.about-us .body .clients .grid .column .holder {
            position: relative;
            padding-bottom: 66.666666%; }
            .content.about-us .body .clients .grid .column .holder .image {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0; }
              .content.about-us .body .clients .grid .column .holder .image img {
                width: 100%;
                height: 100%;
                -o-object-fit: contain;
                   object-fit: contain; }
    .content.about-us .body .contact {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 132px; }
      @media screen and (max-width: 768px) {
        .content.about-us .body .contact {
          margin-bottom: 90px; } }

.content.contact {
  background: #262626 linear-gradient(226deg, #262626 0%, #262626 38%, #543e60 84%, #543e60 100%);
  color: #ffffff; }
  .content.contact .body {
    position: relative;
    padding: 136px 33px 66px 33px; }
    @media screen and (max-width: 768px) {
      .content.contact .body {
        padding: 115px 20px 45px 20px; } }
    .content.contact .body h1 {
      font-size: 70px;
      line-height: 70px;
      font-weight: 300;
      color: #988dfc;
      font-weight: 300;
      margin-bottom: 66px; }
      @media screen and (max-width: 480px) {
        .content.contact .body h1 {
          font-size: 44px;
          line-height: 46px; } }
      @media screen and (max-width: 768px) {
        .content.contact .body h1 {
          margin-bottom: 45px; } }
      .content.contact .body h1 em {
        font-family: 'Tobias', serif;
        font-style: italic;
        font-weight: 300; }
    .content.contact .body .info {
      position: relative;
      margin-bottom: 132px; }
      @media screen and (max-width: 768px) {
        .content.contact .body .info {
          margin-bottom: 90px; } }
      .content.contact .body .info .grid {
        position: relative;
        border-top: 2px solid #ffffff; }
        .content.contact .body .info .grid .column {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          -ms-flex-align: center;
              align-items: center;
          border-bottom: 2px solid #ffffff;
          min-height: 110px;
          padding: 25px 0; }
          @media screen and (max-width: 768px) {
            .content.contact .body .info .grid .column {
              display: block;
              min-height: auto; } }
          .content.contact .body .info .grid .column .side {
            position: relative; }
            .content.contact .body .info .grid .column .side:nth-child(1) {
              -ms-flex-negative: 1;
                  flex-shrink: 1; }
            .content.contact .body .info .grid .column .side:nth-child(2) {
              padding-left: 20px; }
              @media screen and (max-width: 768px) {
                .content.contact .body .info .grid .column .side:nth-child(2) {
                  margin-top: 20px;
                  padding-left: 0; } }
            .content.contact .body .info .grid .column .side p {
              font-size: 36px;
              line-height: 44px;
              font-weight: 300; }
              @media screen and (max-width: 768px) {
                .content.contact .body .info .grid .column .side p {
                  font-size: 26px;
                  line-height: 34px; } }
            .content.contact .body .info .grid .column .side .btn {
              width: 220px;
              -ms-flex-pack: center;
                  justify-content: center; }

.content.jobs {
  background: #ffffff linear-gradient(203deg, #ffffff 0%, #ffffff 45%, #e2deff 75%, #e2deff 100%);
  color: #262626; }
  .content.jobs .body {
    position: relative;
    padding: 66px 33px; }
    @media screen and (max-width: 768px) {
      .content.jobs .body {
        padding: 45px 20px; } }
    .content.jobs .body .section {
      position: relative;
      margin-bottom: 132px;
      border-top: 2px solid #262626;
      padding-top: 66px; }
      @media screen and (max-width: 768px) {
        .content.jobs .body .section {
          margin-bottom: 90px;
          padding-top: 33px; } }
      .content.jobs .body .section:first-child {
        padding-top: 0;
        border-top: none; }
      .content.jobs .body .section h2 {
        font-size: 70px;
        line-height: 70px;
        font-weight: 300;
        margin-bottom: 33px; }
        @media screen and (max-width: 768px) {
          .content.jobs .body .section h2 {
            font-size: 44px;
            line-height: 46px; } }
      .content.jobs .body .section .introduction {
        position: relative;
        margin-bottom: 66px; }
        .content.jobs .body .section .introduction p {
          font-size: 36px;
          line-height: 44px;
          font-weight: 300; }
          @media screen and (max-width: 768px) {
            .content.jobs .body .section .introduction p {
              font-size: 26px;
              line-height: 34px; } }
      .content.jobs .body .section .empty {
        position: relative; }
        .content.jobs .body .section .empty p {
          font-size: 30px;
          line-height: 34px;
          font-weight: 500;
          color: #988dfc; }
          @media screen and (max-width: 768px) {
            .content.jobs .body .section .empty p {
              font-size: 24px;
              line-height: 26px; } }
      .content.jobs .body .section .grid {
        position: relative;
        border-top: 2px solid #988dfc; }
        .content.jobs .body .section .grid .column {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          -ms-flex-align: center;
              align-items: center;
          border-bottom: 2px solid #988dfc;
          min-height: 90px;
          padding: 25px 0; }
          @media screen and (max-width: 768px) {
            .content.jobs .body .section .grid .column {
              display: block;
              min-height: auto; } }
          .content.jobs .body .section .grid .column .side {
            position: relative; }
            .content.jobs .body .section .grid .column .side:nth-child(1) {
              -ms-flex-negative: 1;
                  flex-shrink: 1; }
            .content.jobs .body .section .grid .column .side:nth-child(2) {
              padding-left: 20px; }
              @media screen and (max-width: 768px) {
                .content.jobs .body .section .grid .column .side:nth-child(2) {
                  margin-top: 20px;
                  padding-left: 0; } }
            .content.jobs .body .section .grid .column .side p {
              font-size: 30px;
              line-height: 34px;
              font-weight: 500;
              color: #988dfc; }
              @media screen and (max-width: 768px) {
                .content.jobs .body .section .grid .column .side p {
                  font-size: 24px;
                  line-height: 26px; } }
            .content.jobs .body .section .grid .column .side .btn {
              width: 220px;
              -ms-flex-pack: center;
                  justify-content: center; }

.content.job {
  background: #ffffff linear-gradient(203deg, #ffffff 0%, #ffffff 45%, #e2deff 75%, #e2deff 100%);
  color: #262626; }
  .content.job .body {
    position: relative;
    padding: 136px 33px 66px 33px; }
    @media screen and (max-width: 768px) {
      .content.job .body {
        padding: 115px 20px 45px 20px; } }
    .content.job .body .heading {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      border-bottom: 2px solid #262626;
      padding-right: 250px;
      margin-bottom: 66px; }
      @media screen and (max-width: 768px) {
        .content.job .body .heading {
          margin-bottom: 45px;
          padding-right: 0; } }
      .content.job .body .heading h1 {
        font-size: 70px;
        line-height: 70px;
        font-weight: 300;
        color: #988dfc;
        font-weight: 300;
        margin-bottom: 66px; }
        @media screen and (max-width: 480px) {
          .content.job .body .heading h1 {
            font-size: 44px;
            line-height: 46px; } }
        @media screen and (max-width: 768px) {
          .content.job .body .heading h1 {
            margin-bottom: 45px;
            word-break: break-word; } }
      .content.job .body .heading .btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 200px;
        -ms-flex-pack: center;
            justify-content: center; }
        @media screen and (max-width: 768px) {
          .content.job .body .heading .btn {
            position: relative;
            margin-bottom: 33px; } }
    .content.job .body .introduction {
      position: relative;
      margin-bottom: 132px; }
      @media screen and (max-width: 768px) {
        .content.job .body .introduction {
          margin-bottom: 90px; } }
      .content.job .body .introduction .grid {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .content.job .body .introduction .grid .column {
          position: relative;
          width: 100%; }
          .content.job .body .introduction .grid .column p {
            font-size: 36px;
            line-height: 44px;
            font-weight: 300;
            margin-bottom: 66px; }
            @media screen and (max-width: 768px) {
              .content.job .body .introduction .grid .column p {
                font-size: 26px;
                line-height: 34px; } }
            @media screen and (max-width: 768px) {
              .content.job .body .introduction .grid .column p {
                margin-bottom: 45px; } }
            .content.job .body .introduction .grid .column p:last-child {
              margin-bottom: 0; }
            .content.job .body .introduction .grid .column p em {
              font-family: 'Tobias', serif;
              font-style: italic;
              font-weight: 300; }
          .content.job .body .introduction .grid .column .image {
            position: relative;
            width: 100%;
            padding-bottom: 33.333333%;
            margin-top: 99px; }
            @media screen and (max-width: 768px) {
              .content.job .body .introduction .grid .column .image {
                margin-top: 45px; } }
            .content.job .body .introduction .grid .column .image .shape {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              background-color: rgba(0, 0, 0, 0.1); }
              .content.job .body .introduction .grid .column .image .shape img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                   object-fit: cover; }
    .content.job .body .about {
      position: relative;
      margin-bottom: 132px;
      padding-right: 50%; }
      @media screen and (max-width: 768px) {
        .content.job .body .about {
          margin-bottom: 90px;
          padding-right: 0; } }
      .content.job .body .about h2 {
        font-size: 70px;
        line-height: 70px;
        font-weight: 300;
        margin-bottom: 33px; }
        @media screen and (max-width: 768px) {
          .content.job .body .about h2 {
            font-size: 44px;
            line-height: 46px; } }
        @media screen and (max-width: 768px) {
          .content.job .body .about h2 {
            margin-bottom: 20px; } }
    .content.job .body .job {
      position: relative;
      margin-bottom: 132px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .content.job .body .job {
          margin-bottom: 90px; } }
      .content.job .body .job .grid {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: -66px; }
        @media screen and (max-width: 768px) {
          .content.job .body .job .grid {
            margin: -33px; } }
        .content.job .body .job .grid .column {
          position: relative;
          width: 50%;
          padding: 66px; }
          @media screen and (max-width: 1024px) {
            .content.job .body .job .grid .column {
              width: 100%; } }
          @media screen and (max-width: 768px) {
            .content.job .body .job .grid .column {
              padding: 33px; } }
          .content.job .body .job .grid .column h3 {
            font-size: 30px;
            line-height: 34px;
            font-weight: 500;
            margin-bottom: 33px; }
            @media screen and (max-width: 768px) {
              .content.job .body .job .grid .column h3 {
                font-size: 24px;
                line-height: 26px; } }
            @media screen and (max-width: 768px) {
              .content.job .body .job .grid .column h3 {
                margin-bottom: 20px; } }
          .content.job .body .job .grid .column ul {
            position: relative;
            border-top: 2px solid #262626; }
            .content.job .body .job .grid .column ul li {
              padding: 33px 0;
              border-bottom: 1px solid #262626; }
              @media screen and (max-width: 768px) {
                .content.job .body .job .grid .column ul li {
                  padding: 20px 0; } }
    .content.job .body .why {
      position: relative;
      margin-bottom: 132px;
      border-top: 2px solid #262626;
      padding-top: 66px; }
      @media screen and (max-width: 768px) {
        .content.job .body .why {
          margin-bottom: 90px;
          padding-right: 0;
          padding-top: 0;
          border-top: 0; } }
      .content.job .body .why .grid {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: -66px; }
        @media screen and (max-width: 768px) {
          .content.job .body .why .grid {
            margin: -33px; } }
        .content.job .body .why .grid .column {
          position: relative;
          width: 50%;
          padding: 66px; }
          @media screen and (max-width: 1024px) {
            .content.job .body .why .grid .column {
              width: 100%; } }
          @media screen and (max-width: 768px) {
            .content.job .body .why .grid .column {
              padding: 33px; } }
          .content.job .body .why .grid .column h2 {
            font-size: 70px;
            line-height: 70px;
            font-weight: 300;
            margin-bottom: 33px; }
            @media screen and (max-width: 768px) {
              .content.job .body .why .grid .column h2 {
                font-size: 44px;
                line-height: 46px; } }
            @media screen and (max-width: 768px) {
              .content.job .body .why .grid .column h2 {
                margin-bottom: 20px; } }
          .content.job .body .why .grid .column .image {
            position: relative;
            width: 100%;
            padding-bottom: 66.666666%; }
            @media screen and (max-width: 768px) {
              .content.job .body .why .grid .column .image {
                height: 450px;
                margin-bottom: 45px; } }
            .content.job .body .why .grid .column .image .shape {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              background-color: rgba(0, 0, 0, 0.1); }
              .content.job .body .why .grid .column .image .shape img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                   object-fit: cover; }
    .content.job .body .procedure {
      position: relative;
      margin-bottom: 132px;
      padding-right: 33.333333%;
      border-top: 2px solid #262626;
      padding-top: 50px; }
      @media screen and (max-width: 768px) {
        .content.job .body .procedure {
          margin-bottom: 90px;
          padding-right: 0;
          padding-top: 0;
          border-top: 0; } }
      .content.job .body .procedure h2 {
        font-size: 70px;
        line-height: 70px;
        font-weight: 300;
        margin-bottom: 33px; }
        @media screen and (max-width: 768px) {
          .content.job .body .procedure h2 {
            font-size: 44px;
            line-height: 46px; } }
        @media screen and (max-width: 768px) {
          .content.job .body .procedure h2 {
            margin-bottom: 20px; } }
      .content.job .body .procedure p {
        font-size: 36px;
        line-height: 44px;
        font-weight: 300; }
        @media screen and (max-width: 768px) {
          .content.job .body .procedure p {
            font-size: 26px;
            line-height: 34px; } }
    .content.job .body .go {
      position: relative;
      margin-bottom: 132px; }
      @media screen and (max-width: 768px) {
        .content.job .body .go {
          margin-bottom: 90px; } }
      .content.job .body .go p {
        font-size: 36px;
        line-height: 44px;
        font-weight: 300;
        margin-bottom: 33px; }
        @media screen and (max-width: 768px) {
          .content.job .body .go p {
            font-size: 26px;
            line-height: 34px; } }

.content.newsletter {
  background: #ffffff linear-gradient(152deg, #ffffff 0%, #ffffff 39%, #e2deff 100%);
  color: #262626; }
  .content.newsletter .body {
    position: relative;
    padding: 136px 33px 66px 33px; }
    @media screen and (max-width: 768px) {
      .content.newsletter .body {
        padding: 115px 20px 45px 20px; } }
    .content.newsletter .body .inner {
      position: relative;
      margin: 0 auto;
      max-width: 640px; }
    .content.newsletter .body h1 {
      font-size: 70px;
      line-height: 70px;
      font-weight: 300;
      color: #988dfc;
      font-weight: 500;
      margin-bottom: 66px; }
      @media screen and (max-width: 480px) {
        .content.newsletter .body h1 {
          font-size: 44px;
          line-height: 46px; } }
      @media screen and (max-width: 768px) {
        .content.newsletter .body h1 {
          margin-bottom: 45px; } }
      .content.newsletter .body h1 em {
        font-family: 'Tobias', serif;
        font-style: italic;
        font-weight: 300; }
    .content.newsletter .body form {
      position: relative;
      display: block; }
      .content.newsletter .body form .row {
        position: relative;
        margin-bottom: 20px; }
        .content.newsletter .body form .row:last-child {
          margin-bottom: 0;
          margin-top: 40px; }
        .content.newsletter .body form .row input {
          position: relative;
          display: block;
          width: 100%;
          background-color: #ffffff;
          height: 50px;
          padding: 0 15px;
          border-bottom: 1px solid #262626; }

.content.privacy-statement {
  background: #ffffff linear-gradient(152deg, #ffffff 0%, #ffffff 39%, #e2deff 100%);
  color: #262626; }
  .content.privacy-statement .body {
    position: relative;
    padding: 136px 33px 66px 33px; }
    @media screen and (max-width: 768px) {
      .content.privacy-statement .body {
        padding: 115px 20px 45px 20px; } }
    .content.privacy-statement .body .inner {
      position: relative;
      margin: 0 auto;
      max-width: 640px; }
    .content.privacy-statement .body h1 {
      font-size: 70px;
      line-height: 70px;
      font-weight: 300;
      color: #988dfc;
      font-weight: 500;
      margin-bottom: 66px; }
      @media screen and (max-width: 480px) {
        .content.privacy-statement .body h1 {
          font-size: 44px;
          line-height: 46px; } }
      @media screen and (max-width: 768px) {
        .content.privacy-statement .body h1 {
          margin-bottom: 45px; } }
      .content.privacy-statement .body h1 em {
        font-family: 'Tobias', serif;
        font-style: italic;
        font-weight: 300; }
    .content.privacy-statement .body p {
      margin-bottom: 33px; }
      @media screen and (max-width: 768px) {
        .content.privacy-statement .body p {
          margin-bottom: 20px; } }
      .content.privacy-statement .body p:last-child {
        margin-bottom: 0; }
    .content.privacy-statement .body h2 {
      font-size: 30px;
      line-height: 34px;
      font-weight: 500;
      margin-bottom: 33px; }
      @media screen and (max-width: 768px) {
        .content.privacy-statement .body h2 {
          font-size: 24px;
          line-height: 26px; } }
      @media screen and (max-width: 768px) {
        .content.privacy-statement .body h2 {
          margin-bottom: 20px; } }
    .content.privacy-statement .body p + h2 {
      padding-top: 33px; }
      @media screen and (max-width: 768px) {
        .content.privacy-statement .body p + h2 {
          padding-top: 20px; } }

.content.terms-conditions {
  background: #ffffff linear-gradient(152deg, #ffffff 0%, #ffffff 39%, #e2deff 100%);
  color: #262626; }
  .content.terms-conditions .body {
    position: relative;
    padding: 136px 33px 66px 33px; }
    @media screen and (max-width: 768px) {
      .content.terms-conditions .body {
        padding: 115px 20px 45px 20px; } }
    .content.terms-conditions .body .inner {
      position: relative;
      margin: 0 auto;
      max-width: 640px; }
    .content.terms-conditions .body h1 {
      font-size: 70px;
      line-height: 70px;
      font-weight: 300;
      color: #988dfc;
      font-weight: 300;
      margin-bottom: 66px; }
      @media screen and (max-width: 480px) {
        .content.terms-conditions .body h1 {
          font-size: 44px;
          line-height: 46px; } }
      @media screen and (max-width: 768px) {
        .content.terms-conditions .body h1 {
          margin-bottom: 45px; } }
      .content.terms-conditions .body h1 em {
        font-family: 'Tobias', serif;
        font-style: italic;
        font-weight: 300; }
    .content.terms-conditions .body p {
      margin-bottom: 33px; }
      @media screen and (max-width: 768px) {
        .content.terms-conditions .body p {
          margin-bottom: 20px; } }
      .content.terms-conditions .body p:last-child {
        margin-bottom: 0; }
    .content.terms-conditions .body h2 {
      font-size: 30px;
      line-height: 34px;
      font-weight: 500;
      margin-bottom: 33px; }
      @media screen and (max-width: 768px) {
        .content.terms-conditions .body h2 {
          font-size: 24px;
          line-height: 26px; } }
      @media screen and (max-width: 768px) {
        .content.terms-conditions .body h2 {
          margin-bottom: 20px; } }
    .content.terms-conditions .body p + h2 {
      padding-top: 33px; }
      @media screen and (max-width: 768px) {
        .content.terms-conditions .body p + h2 {
          padding-top: 20px; } }