.row {
  display: flex;
  flex-wrap: wrap; }
  .row > * {
    flex-grow: 1;
    flex-basis: 100%; }
  .row.equal-height {
    align-items: stretch; }
  @media only screen and (min-width: 767px) {
    .row.sm-2-cols > * {
      flex-basis: 50%; }
    .row.sm-5-cols > * {
      flex-basis: 20%; }
    .row .sm-1-12 {
      flex-basis: 8.3333333333%; }
    .row .sm-2-12 {
      flex-basis: 16.6666666667%; }
    .row .sm-3-12 {
      flex-basis: 25%; }
    .row .sm-4-12 {
      flex-basis: 33.3333333333%; }
    .row .sm-5-12 {
      flex-basis: 41.6666666667%; }
    .row .sm-6-12 {
      flex-basis: 50%; }
    .row .sm-7-12 {
      flex-basis: 58.3333333333%; }
    .row .sm-8-12 {
      flex-basis: 66.6666666667%; }
    .row .sm-9-12 {
      flex-basis: 75%; }
    .row .sm-10-12 {
      flex-basis: 83.3333333333%; }
    .row .sm-11-12 {
      flex-basis: 91.6666666667%; }
    .row .sm-12-12 {
      flex-basis: 100%; } }
  @media only screen and (min-width: 1024px) {
    .row.md-2-cols > * {
      flex-basis: 50%; }
    .row.md-3-cols > * {
      flex-basis: 33.3%; }
    .row.md-5-cols > * {
      flex-basis: 20%; }
    .row .md-1-12 {
      flex-basis: 8.3333333333%; }
    .row .md-2-12 {
      flex-basis: 16.6666666667%; }
    .row .md-3-12 {
      flex-basis: 25%; }
    .row .md-4-12 {
      flex-basis: 33.3333333333%; }
    .row .md-5-12 {
      flex-basis: 41.6666666667%; }
    .row .md-6-12 {
      flex-basis: 50%; }
    .row .md-7-12 {
      flex-basis: 58.3333333333%; }
    .row .md-8-12 {
      flex-basis: 66.6666666667%; }
    .row .md-9-12 {
      flex-basis: 75%; }
    .row .md-10-12 {
      flex-basis: 83.3333333333%; }
    .row .md-11-12 {
      flex-basis: 91.6666666667%; }
    .row .md-12-12 {
      flex-basis: 100%; } }
  @media only screen and (max-width: 1365px) {
    .row .hide-md {
      display: none; } }
  @media only screen and (min-width: 1365px) {
    .row.lg-4-cols > * {
      flex-basis: 25%; }
    .row.lg-3-cols > * {
      flex-basis: 33.3%; }
    .row .lg-1-12 {
      flex-basis: 8.3333333333%; }
    .row .lg-2-12 {
      flex-basis: 16.6666666667%; }
    .row .lg-3-12 {
      flex-basis: 25%; }
    .row .lg-4-12 {
      flex-basis: 33.3333333333%; }
    .row .lg-5-12 {
      flex-basis: 41.6666666667%; }
    .row .lg-6-12 {
      flex-basis: 50%; }
    .row .lg-7-12 {
      flex-basis: 58.3333333333%; }
    .row .lg-8-12 {
      flex-basis: 66.6666666667%; }
    .row .lg-9-12 {
      flex-basis: 75%; }
    .row .lg-10-12 {
      flex-basis: 83.3333333333%; }
    .row .lg-11-12 {
      flex-basis: 91.6666666667%; }
    .row .lg-12-12 {
      flex-basis: 100%; } }

.four-blocks {
  margin-top: -170px !important; }
  @media only screen and (max-width: 1024px) {
    .four-blocks {
      margin-top: -50px !important; } }
  @media only screen and (max-width: 767px) {
    .four-blocks {
      margin-top: -30px !important; } }
  .four-blocks .row {
    margin: -20px; }
    .four-blocks .row > * {
      padding: 20px; }
  .four-blocks .card {
    position: relative;
    background-size: cover;
    background-position: center;
    box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    transition: all 0.5s ease;
    overflow: hidden; }
    .four-blocks .card:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      height: 10px;
      z-index: 2;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      background-color: #d2d2d2; }
    .four-blocks .card:after {
      content: "";
      display: block;
      padding-top: 100%; }
      @media only screen and (max-width: 1365px) {
        .four-blocks .card:after {
          padding-top: 56.25%; } }
    .four-blocks .card .content {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 30px;
      background-color: transparent;
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #000000 100%);
      display: flex;
      align-items: flex-end;
      transition: all 0.7s ease; }
      .four-blocks .card .content span {
        color: #fff;
        font-size: 20px;
        letter-spacing: 3px; }
    .four-blocks .card:hover {
      transform: scale(1.05); }

.block-editor-writing-flow .four-blocks .card .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: initial; }
  .block-editor-writing-flow .four-blocks .card .content .image-button {
    background: #f7f7f7; }
.block-editor-writing-flow .four-blocks:hover {
  transform: scale(1); }

.why-we-block {
  padding: 50px 0;
  background-color: #f9f9f9;
  max-width: 100% !important;
  margin: 0;
  width: 100% !important;
  margin-bottom: 0 !important; }
  .why-we-block .row {
    max-width: 168rem;
    margin: 0 auto; }
  .why-we-block .why-we-item {
    padding: 20px; }
    .why-we-block .why-we-item div {
      float: left; }
    .why-we-block .why-we-item .icon-container {
      width: 80px;
      height: 80px;
      background-color: #d2d2d2;
      margin-right: 30px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease; }
      .why-we-block .why-we-item .icon-container .icon {
        width: 50px;
        height: auto;
        margin-top: 5px;
        margin-left: 3px; }
      .why-we-block .why-we-item .icon-container:hover {
        transform: scale(1.05); }
    .why-we-block .why-we-item .content-container {
      width: calc(100% - 110px); }
      .why-we-block .why-we-item .content-container h2 {
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-top: 0; }
      .why-we-block .why-we-item .content-container ul {
        margin-left: 30px;
        list-style: none; }
        .why-we-block .why-we-item .content-container ul li {
          margin: 0 0 10px 0;
          font-size: 20px;
          padding-left: 10px; }

.certificates-block {
  max-width: 130rem !important; }
  .certificates-block h2 {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 25px; }
  .certificates-block .row {
    margin: -20px;
    align-items: stretch; }
    .certificates-block .row > * {
      padding: 20px; }
  .certificates-block .certificate-block {
    border: 1px solid #f7f7f7;
    box-shadow: 5px 5px 25px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 40px 20px;
    text-align: center;
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease;
    height: 100%; }
    .certificates-block .certificate-block .content {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
    .certificates-block .certificate-block .certificate-image {
      height: 100px;
      width: auto;
      margin: 0 auto; }
    .certificates-block .certificate-block h3 {
      text-align: center;
      letter-spacing: 2px;
      font-size: 20px;
      margin-top: 25px;
      margin-bottom: 5px; }
    .certificates-block .certificate-block p {
      color: #2e2e2e; }
    .certificates-block .certificate-block a {
      font-size: 15px;
      letter-spacing: -1px;
      color: #d2d2d2;
      text-decoration: none; }
    .certificates-block .certificate-block:hover {
      transform: scale(1.05);
      border-color: #d2d2d2; }

.cutscene-block {
  position: relative;
  padding: 15rem 20px;
  background-color: #f9f9f9;
  max-width: 100% !important;
  margin: 0;
  width: 100% !important;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }
  .cutscene-block .overlay {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6) !important;
    opacity: 0.8; }
  .cutscene-block > .content {
    position: relative;
    z-index: 2;
    max-width: 168rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .cutscene-block > .content {
        display: block; } }
    .cutscene-block > .content .content-container {
      padding-right: 20px;
      max-width: 800px; }
      .cutscene-block > .content .content-container h2 {
        font-size: 30px;
        letter-spacing: 3px;
        color: #fff;
        margin-top: 0; }
      .cutscene-block > .content .content-container p {
        color: #f9f9f9d9; }
    .cutscene-block > .content .button-container {
      display: flex;
      align-items: center; }
      .cutscene-block > .content .button-container a {
        display: block;
        padding: 20px 50px;
        font-size: 15px;
        letter-spacing: 1px;
        text-transform: uppercase;
        border: 1px solid rgba(255, 255, 255, 0.6);
        color: #fff;
        text-decoration: none;
        border-radius: 3px;
        word-break: nowrap;
        white-space: nowrap;
        transition: all 0.3s ease; }
        @media only screen and (max-width: 767px) {
          .cutscene-block > .content .button-container a {
            width: 100%;
            text-align: center; } }
        .cutscene-block > .content .button-container a:hover {
          background: #fff;
          color: #000;
          cursor: pointer; }

.strengths-block .text-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px; }
  .strengths-block .text-content h2 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 10px; }
  .strengths-block .text-content p {
    margin-bottom: 0; }
.strengths-block .row {
  margin: -10px; }
  .strengths-block .row > * {
    padding: 10px; }
.strengths-block .box-with-image {
  position: relative;
  background-position: center;
  background-size: cover;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  transition: all 0.3s ease;
  border-radius: 5px;
  box-shadow: 5px 5px 25px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #777; }
  .strengths-block .box-with-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease; }
  .strengths-block .box-with-image span {
    position: relative;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 3px;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease;
    font-weight: 400; }
  .strengths-block .box-with-image button {
    position: relative; }
  .strengths-block .box-with-image:hover {
    transform: scale(1.03); }
    .strengths-block .box-with-image:hover:before {
      opacity: 0.7; }

.block-editor-writing-flow .strengths-block .box-with-image:hover span {
  opacity: 1 !important; }

.offer-block {
  max-width: 130rem !important;
  margin: 50px auto !important; }
  .offer-block .row {
    margin: -20px; }
    .offer-block .row > * {
      padding: 20px; }
  .offer-block .offer-item {
    text-align: center; }
    .offer-block .offer-item button.product-image-button {
      width: 100%;
      height: 300px;
      text-align: center;
      background: #d2d2d2; }
      .offer-block .offer-item button.product-image-button span {
        margin: 0 auto; }
    .offer-block .offer-item .product-image {
      height: 300px;
      width: 100%;
      background-position: center;
      background-size: cover;
      background-color: #d2d2d2;
      border-radius: 5px; }
    .offer-block .offer-item h3 {
      font-size: 25px;
      margin-top: 30px;
      margin-bottom: 10px;
      font-weight: 400; }
    .offer-block .offer-item p {
      margin-top: 0;
      margin-bottom: 10px;
      text-align: justify; }
    .offer-block .offer-item a {
      font-size: 18px;
      color: #d2d2d2;
      text-decoration: none;
      text-transform: uppercase; }

.file-showcase-block {
  max-width: 100rem !important;
  margin: 50px auto;
  padding-bottom: 25px; }
  .file-showcase-block .file-container,
  .file-showcase-block .file-content {
    display: flex;
    align-items: center;
    justify-content: center; }
  .file-showcase-block button {
    display: block;
    height: auto; }
  .file-showcase-block .imgContainer {
    position: relative; }
    .file-showcase-block .imgContainer .file-image {
      max-width: 300px;
      box-shadow: 5px 5px 25px 5px rgba(0, 0, 0, 0.1);
      border: 1px solid #d2d2d2; }
      .file-showcase-block .imgContainer .file-image:after {
        content: "";
        display: block;
        clear: both; }
    .file-showcase-block .imgContainer a {
      position: absolute;
      bottom: -20px;
      right: -20px;
      font-size: 1.7rem;
      padding: 1.1em 1.44em;
      text-transform: uppercase;
      text-decoration: none;
      background: #d2d2d2;
      color: #fff;
      box-shadow: 5px 5px 25px 5px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease; }
      .file-showcase-block .imgContainer a:hover {
        transform: scale(1.05); }
  .file-showcase-block .file-content {
    padding: 30px; }
    .file-showcase-block .file-content h3 {
      margin-top: 0;
      margin-bottom: 15px;
      font-weight: 400; }
    .file-showcase-block .file-content p {
      margin-bottom: 0; }

h1,
h2,
h3,
h4 {
  letter-spacing: 3px !important;
  font-weight: 400 !important; }

h2 {
  font-size: 25px; }

.wp-block-embed-youtube {
  max-width: 1000px !important; }

.wp-block {
  max-width: 168rem; }

.image-button {
  background: #f7f7f7; }

.contact-form {
  margin: -20px; }
  .contact-form > * {
    padding: 20px; }
  .contact-form:after {
    content: "";
    display: block;
    clear: both; }
  .contact-form input[type="submit"] {
    float: right; }

.wpcf7-response-output {
  border-width: 1px !important;
  background: #f9f9f9;
  border-radius: 5px; }

.footer-nav-widgets-wrapper {
  border-top: 1px solid #dbdbdb !important; }
  .footer-nav-widgets-wrapper h2 {
    font-size: 25px !important;
    font-weight: 400; }
  .footer-nav-widgets-wrapper a {
    text-decoration: none; }

.section-inner {
  max-width: 168rem !important; }

.footer-widget {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 40px;
  padding-bottom: 30px; }

/*# sourceMappingURL=style.css.map */
