/*
 * Road9 Media - Combined stylesheet
 *
 * Source order preserved to match current site behavior:
 * 1) Existing base/vendor/theme styles from style.min.css
 * 2) Project/template overrides and newer updates from template.css
 *
 * Notes:
 * - CSS custom properties in :root are preserved.
 * - Cascade order is preserved so later overrides still win.
 * - File has been reformatted for readability.
 */

/*!
 * Bootstrap v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #d17e33;
  --orange-dark: #b2560f;
  --yellow: #ffc107;
  --green: #169d85;
  --green-dark: #284e48;
  --teal: #20c997;
  --cyan: #039f9f;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --brown: #1f1c1a;
  --brown-light: #29201b;
  --primary: #d17e33;
  --secondary: #6c757d;
  --success: #169d85;
  --info: #039f9f;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f7f4ef;
  --dark: #000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

body {
  font-family: Roboto, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #fff;
  text-align: left;
  background-color: #1f1c1a;
  margin: 0;
}

[tabindex="-1"]:focus,
button:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #d17e33;
  text-decoration: none;
  background-color: transparent;
}

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

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code,
kbd,
pre,
samp {
  font-family:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.h1,
h1 {
  font-size: 3.4375rem;
}

.h2,
h2 {
  font-size: 2.5rem;
}

.h3,
h3 {
  font-size: 2rem;
}

.h4,
h4 {
  font-size: 1.75rem;
}

.h5,
h5 {
  font-size: 1.5rem;
}

.h6,
h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.clients__item img,
.clients__logo-container img,
.img-fluid,
.web-app__screenshot img {
  max-width: 90%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #1f1c1a;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.container {
  width: 100%;
  padding-right: 17px;
  padding-left: 17px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 820px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1060px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 17px;
  padding-left: 17px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -17px;
  margin-left: -17px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 17px;
  padding-left: 17px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #1f1c1a;
  border-color: #dee2e6 #dee2e6 #1f1c1a;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #d17e33;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  -webkit-transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.28125rem;
  padding-bottom: 0.28125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #d17e33 !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #ab6526 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #169d85 !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #10705f !important;
}

.bg-info {
  background-color: #039f9f !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #026d6d !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f7f4ef !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #e6ddcd !important;
}

.bg-dark {
  background-color: #000 !important;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #000 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #d17e33 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #169d85 !important;
}

.border-info {
  border-color: #039f9f !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f7f4ef !important;
}

.border-dark {
  border-color: #000 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-3by4::before {
  padding-top: 133.33333%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .navbar,
  .sticky-top,
  .web-app__client {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

#web-service-main {
  overflow: visible;
}

#web-service-main #ux-design-service .brochure,
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

#web-service-main #ux-design-service .brochure,
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

#web-service-main #ux-design-service .brochure:last-of-type,
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

#web-service-main #ux-design-service .brochure,
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.font-size-sm {
  font-size: 0.8125rem !important;
}

.font-size-base {
  font-size: 1rem !important;
}

.font-size-lg {
  font-size: 1.25rem !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #d17e33 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #965922 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}

.text-success {
  color: #169d85 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #0d5a4c !important;
}

.text-info {
  color: #039f9f !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #025454 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}

.text-light {
  color: #f7f4ef !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #ded1bc !important;
}

.text-dark {
  color: #000 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #000 !important;
}

.text-body {
  color: #fff !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property:
    height,
    -webkit-transform;
  transition-property:
    height,
    -webkit-transform;
  transition-property: transform, height;
  transition-property:
    transform,
    height,
    -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: initial;
  bottom: 32px;
  width: 86px;
  height: 10px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 86px 10px;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 991.98px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 100px;
    background-size: 100px 10px;
    bottom: 28px;
  }
}

@media (max-width: 575.98px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 60px;
    background-size: 60px 10px;
  }
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 25%;
  /*!rtl: 25%*/
  right: auto;
  /*!rtl: auto*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: rgba(209,126,51,0.9); %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_380' data-name='Group 380' transform='translate(-926.419 -1213.717)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

#testing-launching-service .testimonial__slider .swiper-button-prev {
  left: 0;
}

#testing-launching-service .testimonial__slider .swiper-button-next {
  right: 0;
}

@media (max-width: 680px) {
  #testing-launching-service .testimonial__slider .swiper-pagination {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 12.5%; /*!rtl: 12.5%*/
  }
}

@media (max-width: 575.98px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 0; /*!rtl: 0*/
  }
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 25%;
  /*!rtl: 25%*/
  left: auto;
  /*!rtl: auto*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: rgba(209,126,51,0.9); %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

@media (max-width: 767.98px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 12.5%; /*!rtl: 12.5%*/
  }
}

@media (max-width: 575.98px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0; /*!rtl: 0*/
  }
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: rgba(255,255,255,0.35); %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_380' data-name='Group 380' transform='translate(-926.419 -1213.717)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: rgba(255,255,255,0.35); %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: right;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: rgba(0,0,0,0.35); %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_380' data-name='Group 380' transform='translate(-926.419 -1213.717)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: rgba(0,0,0,0.35); %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 25px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 0;
  background: 0 0;
  opacity: 0.4;
  outline: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-pagination-bullet:not(:last-child) {
  margin-right: 5px;
}

.swiper-pagination-black .swiper-pagination-bullet {
  border: 1px solid #000;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition:
    0.2s top,
    0.2s -webkit-transform;
  transition:
    0.2s top,
    0.2s -webkit-transform;
  transition:
    0.2s transform,
    0.2s top;
  transition:
    0.2s transform,
    0.2s top,
    0.2s -webkit-transform;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition:
    0.2s left,
    0.2s -webkit-transform;
  transition:
    0.2s left,
    0.2s -webkit-transform;
  transition:
    0.2s transform,
    0.2s left;
  transition:
    0.2s transform,
    0.2s left,
    0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition:
    0.2s right,
    0.2s -webkit-transform;
  transition:
    0.2s right,
    0.2s -webkit-transform;
  transition:
    0.2s transform,
    0.2s right;
  transition:
    0.2s transform,
    0.2s right,
    0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #d17e33;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  -webkit-transform-origin: center bottom;
  animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-name: headShake;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.swing {
  -webkit-animation-name: swing;
  -webkit-transform-origin: top center;
  animation-name: swing;
  transform-origin: top center;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  -webkit-transform-origin: center;
  animation-name: jello;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-duration: 1.3s;
  -webkit-animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-duration: 1.3s;
  animation-name: heartBeat;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-duration: 0.75s;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100px, 0, 0);
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100px, 0, 0);
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100px, 0, 0);
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100px, 0, 0);
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
      rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
  }
}

@keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
      rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
  }
}

.animated.flip {
  -webkit-animation-name: flip;
  -webkit-backface-visibility: visible;
  animation-name: flip;
  backface-visibility: visible;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-animation-name: flipInY;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInY;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: flipOutY;
  -webkit-backface-visibility: visible !important;
  animation-duration: 0.75s;
  animation-name: flipOutY;
  backface-visibility: visible !important;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center;
  }
  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center;
  }
  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left;
  }
  20%,
  60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0);
  }
}

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left;
  }
  20%,
  60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0);
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-duration: 2s;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}

@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}

@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}

@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}

@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
  }
}

@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
  }
}

@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}

svg {
  width: 100%;
  height: 100%;
}

svg text {
  width: 100%;
}

svg text tspan {
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  /*!rtl: Cairo,Roboto,serif */
  text-anchor: middle;
  text-transform: uppercase;
}

svg .brochure-button-arrow-1 {
  stroke: #d17e33;
}

svg .branding-2,
svg .brochure-button-arrow-1,
svg .brochure-button-arrow-2,
svg .brochure-button-arrow-4,
svg .brochure-button-arrow-5,
svg .digital-marketing-2,
svg .e-commerce-1,
svg .e-commerce-3,
svg .frame-down-1,
svg .frame-down-2,
svg .mobile-apps-1,
svg .mobile-apps-2,
svg .road9-media-2,
svg .web-design-2 {
  fill: none;
}

svg .branding-2,
svg .brochure-button-arrow-1,
svg .brochure-button-arrow-2,
svg .digital-marketing-2,
svg .e-commerce-3,
svg .frame-down-1,
svg .frame-down-2,
svg .mobile-apps-1,
svg .mobile-apps-2,
svg .road9-media-2,
svg .web-design-2 {
  stroke-miterlimit: 10;
}

svg .branding-2,
svg .digital-marketing-2,
svg .e-commerce-3,
svg .frame-down-1,
svg .frame-down-2,
svg .mobile-apps-1,
svg .web-design-2 {
  stroke-linecap: round;
}

svg .mobile-apps-4 {
  stroke-width: 0.5px;
}

svg .branding-2,
svg .digital-marketing-2,
svg .frame-down-1,
svg .web-design-2 {
  stroke-linejoin: round;
}

svg .branding-1,
svg .digital-marketing-1,
svg .e-commerce-2,
svg .mobile-apps-3,
svg .mobile-apps-4,
svg .road9-media-1,
svg .web-design-1 {
  fill: #fff;
}

svg .branding-2,
svg .brochure-button-arrow-2,
svg .brochure-button-arrow-4,
svg .brochure-button-arrow-5,
svg .digital-marketing-2,
svg .e-commerce-3,
svg .frame-down-1,
svg .frame-down-2,
svg .mobile-apps-1,
svg .mobile-apps-2,
svg .mobile-apps-4,
svg .road9-media-2,
svg .web-design-2 {
  stroke: #fff;
}

.shadow__sm--left-bottom {
  -webkit-box-shadow: -5px 5px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: -5px 5px 0 rgba(0, 0, 0, 0.2) !important;
}

.shadow__sm--right-bottom {
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2) !important;
}

.shadow__sm--left-top {
  -webkit-box-shadow: -5px -5px 0 rgba(66, 44, 44, 0.2) !important;
  box-shadow: -5px -5px 0 rgba(66, 44, 44, 0.2) !important;
}

.shadow__sm--right-top {
  -webkit-box-shadow: 5px -5px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 5px -5px 0 rgba(0, 0, 0, 0.2) !important;
}

.shadow__md--left-bottom {
  -webkit-box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.2) !important;
}

.shadow__md--right-bottom {
  -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2) !important;
}

.shadow__md--left-top {
  -webkit-box-shadow: -10px -10px 0 rgba(66, 44, 44, 0.2) !important;
  box-shadow: -10px -10px 0 rgba(66, 44, 44, 0.2) !important;
}

.shadow__md--right-top {
  -webkit-box-shadow: 10px -10px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 10px -10px 0 rgba(0, 0, 0, 0.2) !important;
}

.shadow__lg--left-bottom {
  -webkit-box-shadow: -15px 15px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: -15px 15px 0 rgba(0, 0, 0, 0.2) !important;
}

.shadow__lg--right-bottom {
  -webkit-box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.2) !important;
}

.shadow__lg--left-top {
  -webkit-box-shadow: -15px -15px 0 rgba(66, 44, 44, 0.2) !important;
  box-shadow: -15px -15px 0 rgba(66, 44, 44, 0.2) !important;
}

.shadow__lg--right-top {
  -webkit-box-shadow: 15px -15px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 15px -15px 0 rgba(0, 0, 0, 0.2) !important;
}

.shadow__none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.service__card {
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 3rem 0;
  max-height: 600px;
  overflow: visible;
}

.service__card .mobile-bg {
  height: 550px;
  overflow: hidden;
  position: relative;
}

.service__card .mobile-bg::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #1f1c1a;
  opacity: 0.8;
}

.service__card--bg {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top left;
  object-position: top left;
}

#home-mobile-apps .project__description {
  max-width: 44%;
  margin: 0 10%;
}

.service__card--mobile {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2% 12% 0 10%;
  margin-top: -1%;
}

.service__card--mobile > a {
  text-align: center;
}

#home-mobile-apps
  .section__service--content
  .section__slider
  .swiper-container
  .swiper-slide:nth-child(even)
  .service__card--mobile {
  flex-direction: row-reverse;
}

.service__card--mobile img {
  max-height: 120%;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 56px -6px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0 0 56px -6px rgba(0, 0, 0, 0.38);
  box-shadow: 0 0 56px -6px rgba(0, 0, 0, 0.38);
}

.testimonial__card {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.testimonial__card > blockquote:not(:last-child),
.testimonial__card > figcaption:not(:last-child),
.testimonial__card > footer:not(:last-child) {
  margin-bottom: 1rem;
}

.testimonial__logo {
  width: 51px;
  height: auto;
  margin-bottom: 1rem;
}

.testimonial__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonial__name {
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  /*!rtl: Cairo,Roboto,serif */
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0;
}

.testimonial__position {
  color: #000;
  text-transform: uppercase;
  font-family: Roboto, serif;
  /*!rtl: Cairo,Roboto,serif */
  font-size: 0.6875rem;
  font-weight: 400;
}

.testimonial__quote {
  width: 75%;
  height: initial;
  color: #000;
  font-size: 0.8125rem;
  font-family: Roboto, serif;
  /*!rtl: Cairo,Roboto,serif */
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .testimonial__quote {
    width: 100%;
    height: initial;
  }
}

.testimonial__footer {
  width: 14%;
  height: initial;
}

.testimonial__footer svg .frame-down-1,
.testimonial__footer svg .frame-down-2 {
  stroke: rgba(0, 0, 0, 0.5);
}

.brochure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  min-width: 1px;
  max-width: 100%;
  min-height: 1px;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0;
  padding: 2.3125rem 3.1875rem;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: inherit;
}

.brochure:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  z-index: 8;
}

.brochure > * {
  z-index: 10;
}

.brochure__content:not(:last-child),
.brochure__link:not(:last-child),
.brochure__logo:not(:last-child),
.brochure__subtitle:not(:last-child),
.brochure__title:not(:last-child) {
  margin-bottom: 4rem;
}

.brochure__logo {
  max-width: 100%;
  height: auto;
}

.brochure__logo svg .web-design-2 {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.brochure__logo svg .e-commerce-1,
.brochure__logo svg .e-commerce-3 {
  fill: none;
}

.brochure__logo svg .e-commerce-3 {
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.brochure__logo svg .mobile-apps-1,
.brochure__logo svg .mobile-apps-2 {
  fill: none;
  stroke-miterlimit: 10;
}

.brochure__logo svg .mobile-apps-1 {
  stroke-linecap: round;
}

.brochure__logo svg .mobile-apps-4 {
  stroke-width: 0.5px;
}

.brochure__logo svg .digital-marketing-2 {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.brochure__content {
  width: 100%;
}

.brochure__content p,
.value p {
  font-size: 14px;
  font-family: Roboto, serif;
  /*!rtl: Cairo,Roboto,serif */
  font-weight: 300;
  color: #fff;
  width: 100%;
}

.brochure__content p:not(:last-of-type) {
  margin-bottom: 1rem;
}
.brochure__content h2 {
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 300;
}
.brochure__project-preview {
  position: relative;
  width: 100%;
}

.brochure__project-preview img {
  position: absolute;
  top: 0;
  height: calc(450px - 1rem);
  width: 65vw;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
}

.brochure__project-preview--right img {
  right: -120px;
  left: initial;
}

.brochure__project-preview--left img {
  left: -120px;
  right: initial;
}

.brochure__project-preview + .brochure__link {
  margin-top: calc(450px + 1rem);
}

@media (max-width: 1199.98px) {
  .brochure__project-preview img {
    width: 75vw;
  }
}

@media (max-width: 991.98px) {
  .brochure__project-preview img {
    width: calc(100vw - 10rem);
    height: calc(400px - 1rem);
  }
  .brochure__project-preview--left img {
    left: -75px;
  }
  .brochure__project-preview--right img {
    right: -75px;
  }
  .brochure__project-preview + .brochure__link {
    margin-top: calc(400px + 1rem);
  }
}

@media (max-width: 767.98px) {
  .brochure__project-preview img {
    width: calc(100vw - 8rem);
    height: calc(350px - 1rem);
  }
  .brochure__project-preview--left img {
    left: -70px;
  }
  .brochure__project-preview--right img {
    right: -70px;
  }
  .brochure__project-preview + .brochure__link {
    margin-top: calc(350px + 1rem);
  }
}

@media (max-width: 575.98px) {
  .brochure__project-preview img {
    width: calc(100vw - 3rem);
    height: calc(300px - 1rem);
  }
  .brochure__project-preview--left img {
    left: -65px;
  }
  .brochure__project-preview--right img {
    right: -65px;
  }
  .brochure__project-preview + .brochure__link {
    margin-top: calc(300px + 1rem);
  }
}

.brochure__link {
  max-width: 65%;
}

@media (max-width: 991.98px) {
  .brochure__link {
    max-width: 60%;
  }
}

@media (max-width: 575.98px) {
  .brochure__link {
    max-width: 80%;
  }
}

.brochure__link svg .brochure-button-2,
.brochure__link svg .brochure-button-3,
.brochure__link svg .brochure-button-arrow-1,
.brochure__link svg .brochure-button-arrow-2,
.brochure__link svg .brochure-button-arrow-4,
.brochure__link svg .brochure-button-arrow-5 {
  fill: none;
}

.brochure__link svg .brochure-button-2,
.brochure__link svg .brochure-button-3,
.brochure__link svg .brochure-button-arrow-1,
.brochure__link svg .brochure-button-arrow-2,
.brochure__link svg .brochure-button-arrow-5 {
  stroke-miterlimit: 10;
}

.brochure-button-arrow-1,
.brochure-button-arrow-2,
.brochure-button-arrow-5,
.brochure__link svg .brochure-button-1,
.brochure__link svg .brochure-button-2,
.brochure__link svg .brochure-button-3 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.brochure__link svg .brochure-button-1 tspan,
.brochure__link svg .brochure-button-arrow-3 tspan {
  font-size: 1rem;
  letter-spacing: -0.024em;
  text-transform: uppercase;
  font-family: Roboto, serif !important; /*!rtl: Cairo,Roboto,serif */
}

.brochure__title {
  margin: 0 !important;
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  /*!rtl: Cairo,Roboto,serif */
  font-weight: lighter;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
}

.brochure__title + .brochure__content {
  margin-top: 1rem;
}

.brochure__subtitle {
  margin-bottom: 1rem;
  font-family: Roboto, serif;
  /*!rtl: Cairo,Roboto,serif */
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.brochure__float--right {
  position: absolute;
  left: initial;
  right: 3.125rem;
}

.brochure__float--left {
  position: absolute;
  right: initial;
  left: 3.125rem;
}

.brochure__float--center {
  position: absolute;
  right: initial;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 575.98px) {
  .brochure__float--right {
    right: 3rem !important;
  }
  .brochure__float--left {
    left: 3rem !important;
  }
}

.brochure__view-more {
  margin-top: 1rem;
  color: #fff;
  font-family: Roboto, serif;
  /*!rtl: Cairo,Roboto,serif */
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.9125rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  display: block;
  cursor: pointer;
}

.brochure__view-more:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /*!rtl:append: rotateY(180deg)*/
  transform: translateY(-50%);
  /*!rtl:append: rotateY(180deg)*/
  left: 100px;
  width: 29px;
  height: 16px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: %23fff; %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 165px 45px;
  background-position: right center;
  /*!rtl: right center*/
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.brochure__view-more:hover:after {
  left: 110px;
}

.brochure__bg--blue {
  background-color: #007bff;
}

.brochure__bg--blue::after {
  border-width: 1px;
  border-style: solid;
  border-color: #0062cc;
}

.brochure__bg--blue .brochure__logo svg .digital-marketing-1,
.brochure__bg--blue .brochure__logo svg .e-commerce-2,
.brochure__bg--blue .brochure__logo svg .mobile-apps-3,
.brochure__bg--blue .brochure__logo svg .mobile-apps-4,
.brochure__bg--blue .brochure__logo svg .road9-media-1,
.brochure__bg--blue .brochure__logo svg .web-design-1 {
  fill: #fff;
}

.brochure__bg--blue .brochure__logo svg .digital-marketing-2,
.brochure__bg--blue .brochure__logo svg .e-commerce-3,
.brochure__bg--blue .brochure__logo svg .frame-down-1,
.brochure__bg--blue .brochure__logo svg .frame-down-2,
.brochure__bg--blue .brochure__logo svg .mobile-apps-1,
.brochure__bg--blue .brochure__logo svg .mobile-apps-2,
.brochure__bg--blue .brochure__logo svg .mobile-apps-4,
.brochure__bg--blue .brochure__logo svg .road9-media-2,
.brochure__bg--blue .brochure__logo svg .web-design-2 {
  stroke: #fff;
}

.brochure__bg--blue .brochure__content p,
.brochure__bg--blue .brochure__subtitle,
.brochure__bg--blue .brochure__title {
  color: #fff !important;
}

.brochure__bg--blue .brochure__link svg .brochure-button-1,
.brochure__bg--blue .brochure__link svg .brochure-button-arrow-3 {
  fill: #fff;
}

.brochure__bg--blue .brochure__link svg .brochure-button-arrow-2,
.brochure__bg--blue .brochure__link svg .brochure-button-arrow-4,
.brochure__bg--blue .brochure__link svg .brochure-button-arrow-5 {
  stroke: #fff;
}

.brochure__bg--blue .brochure__link svg .brochure-button-3 {
  stroke: #0062cc;
}

.brochure__bg--blue .brochure__link svg .brochure-button-2,
.brochure__bg--blue .brochure__link svg .brochure-button-arrow-1 {
  stroke: #d17e33;
}

.brochure__bg--blue .brochure__link:hover .brochure-button-3,
.brochure__bg--blue .brochure__link:hover .brochure-button-arrow-2 {
  stroke: #fff;
}

.brochure__bg--blue .brochure__link:hover .brochure-button-2,
.brochure__bg--blue .brochure__link:hover .brochure-button-arrow-1 {
  stroke: #fff;
}

.brochure__bg--blue .brochure__view-more {
  color: #fff !important;
}

.brochure__bg--blue .brochure__view-more:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: %23fff; %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.brochure__bg--indigo {
  background-color: #6610f2;
}

.brochure__bg--indigo::after {
  border-width: 1px;
  border-style: solid;
  border-color: #510bc4;
}

.brochure__bg--indigo .brochure__logo svg .digital-marketing-1,
.brochure__bg--indigo .brochure__logo svg .e-commerce-2,
.brochure__bg--indigo .brochure__logo svg .mobile-apps-3,
.brochure__bg--indigo .brochure__logo svg .mobile-apps-4,
.brochure__bg--indigo .brochure__logo svg .road9-media-1,
.brochure__bg--indigo .brochure__logo svg .web-design-1 {
  fill: #fff;
}

.brochure__bg--indigo .brochure__logo svg .digital-marketing-2,
.brochure__bg--indigo .brochure__logo svg .e-commerce-3,
.brochure__bg--indigo .brochure__logo svg .frame-down-1,
.brochure__bg--indigo .brochure__logo svg .frame-down-2,
.brochure__bg--indigo .brochure__logo svg .mobile-apps-1,
.brochure__bg--indigo .brochure__logo svg .mobile-apps-2,
.brochure__bg--indigo .brochure__logo svg .mobile-apps-4,
.brochure__bg--indigo .brochure__logo svg .road9-media-2,
.brochure__bg--indigo .brochure__logo svg .web-design-2 {
  stroke: #fff;
}

.brochure__bg--indigo .brochure__content p,
.brochure__bg--indigo .brochure__subtitle,
.brochure__bg--indigo .brochure__title {
  color: #fff !important;
}

.brochure__bg--indigo .brochure__link svg .brochure-button-1,
.brochure__bg--indigo .brochure__link svg .brochure-button-arrow-3 {
  fill: #fff;
}

.brochure__bg--indigo .brochure__link svg .brochure-button-arrow-2,
.brochure__bg--indigo .brochure__link svg .brochure-button-arrow-4,
.brochure__bg--indigo .brochure__link svg .brochure-button-arrow-5 {
  stroke: #fff;
}

.brochure__bg--indigo .brochure__link svg .brochure-button-3 {
  stroke: #510bc4;
}

.brochure__bg--indigo .brochure__link svg .brochure-button-2,
.brochure__bg--indigo .brochure__link svg .brochure-button-arrow-1 {
  stroke: #d17e33;
}

.brochure__bg--indigo .brochure__link:hover .brochure-button-3,
.brochure__bg--indigo .brochure__link:hover .brochure-button-arrow-2 {
  stroke: #fff;
}

.brochure__bg--indigo .brochure__link:hover .brochure-button-2,
.brochure__bg--indigo .brochure__link:hover .brochure-button-arrow-1 {
  stroke: #fff;
}

.brochure__bg--indigo .brochure__view-more {
  color: #fff !important;
}

.brochure__bg--indigo .brochure__view-more:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: %23fff; %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.brochure__bg--purple {
  background-color: #6f42c1;
}

.brochure__bg--purple::after {
  border-width: 1px;
  border-style: solid;
  border-color: #59339d;
}

.brochure__bg--purple .brochure__logo svg .digital-marketing-1,
.brochure__bg--purple .brochure__logo svg .e-commerce-2,
.brochure__bg--purple .brochure__logo svg .mobile-apps-3,
.brochure__bg--purple .brochure__logo svg .mobile-apps-4,
.brochure__bg--purple .brochure__logo svg .road9-media-1,
.brochure__bg--purple .brochure__logo svg .web-design-1 {
  fill: #fff;
}

.brochure__bg--purple .brochure__logo svg .digital-marketing-2,
.brochure__bg--purple .brochure__logo svg .e-commerce-3,
.brochure__bg--purple .brochure__logo svg .frame-down-1,
.brochure__bg--purple .brochure__logo svg .frame-down-2,
.brochure__bg--purple .brochure__logo svg .mobile-apps-1,
.brochure__bg--purple .brochure__logo svg .mobile-apps-2,
.brochure__bg--purple .brochure__logo svg .mobile-apps-4,
.brochure__bg--purple .brochure__logo svg .road9-media-2,
.brochure__bg--purple .brochure__logo svg .web-design-2 {
  stroke: #fff;
}

.brochure__bg--purple .brochure__content p,
.brochure__bg--purple .brochure__subtitle,
.brochure__bg--purple .brochure__title {
  color: #fff !important;
}

.brochure__bg--purple .brochure__link svg .brochure-button-1,
.brochure__bg--purple .brochure__link svg .brochure-button-arrow-3 {
  fill: #fff;
}

.brochure__bg--purple .brochure__link svg .brochure-button-arrow-2,
.brochure__bg--purple .brochure__link svg .brochure-button-arrow-4,
.brochure__bg--purple .brochure__link svg .brochure-button-arrow-5 {
  stroke: #fff;
}

.brochure__bg--purple .brochure__link svg .brochure-button-3 {
  stroke: #59339d;
}

.brochure__bg--purple .brochure__link svg .brochure-button-2,
.brochure__bg--purple .brochure__link svg .brochure-button-arrow-1 {
  stroke: #d17e33;
}

.brochure__bg--purple .brochure__link:hover .brochure-button-3,
.brochure__bg--purple .brochure__link:hover .brochure-button-arrow-2 {
  stroke: #fff;
}

.brochure__bg--purple .brochure__link:hover .brochure-button-2,
.brochure__bg--purple .brochure__link:hover .brochure-button-arrow-1 {
  stroke: #fff;
}

.brochure__bg--purple .brochure__view-more {
  color: #fff !important;
}

.brochure__bg--purple .brochure__view-more:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: %23fff; %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.brochure__bg--pink {
  background-color: #e83e8c;
}

.brochure__bg--pink::after {
  border-width: 1px;
  border-style: solid;
  border-color: #d91a72;
}

.brochure__bg--pink .brochure__logo svg .digital-marketing-1,
.brochure__bg--pink .brochure__logo svg .e-commerce-2,
.brochure__bg--pink .brochure__logo svg .mobile-apps-3,
.brochure__bg--pink .brochure__logo svg .mobile-apps-4,
.brochure__bg--pink .brochure__logo svg .road9-media-1,
.brochure__bg--pink .brochure__logo svg .web-design-1 {
  fill: #fff;
}

.brochure__bg--pink .brochure__logo svg .digital-marketing-2,
.brochure__bg--pink .brochure__logo svg .e-commerce-3,
.brochure__bg--pink .brochure__logo svg .frame-down-1,
.brochure__bg--pink .brochure__logo svg .frame-down-2,
.brochure__bg--pink .brochure__logo svg .mobile-apps-1,
.brochure__bg--pink .brochure__logo svg .mobile-apps-2,
.brochure__bg--pink .brochure__logo svg .mobile-apps-4,
.brochure__bg--pink .brochure__logo svg .road9-media-2,
.brochure__bg--pink .brochure__logo svg .web-design-2 {
  stroke: #fff;
}

.brochure__bg--pink .brochure__content p,
.brochure__bg--pink .brochure__subtitle,
.brochure__bg--pink .brochure__title {
  color: #fff !important;
}

.brochure__bg--pink .brochure__link svg .brochure-button-1,
.brochure__bg--pink .brochure__link svg .brochure-button-arrow-3 {
  fill: #fff;
}

.brochure__bg--pink .brochure__link svg .brochure-button-arrow-2,
.brochure__bg--pink .brochure__link svg .brochure-button-arrow-4,
.brochure__bg--pink .brochure__link svg .brochure-button-arrow-5 {
  stroke: #fff;
}

.brochure__bg--pink .brochure__link svg .brochure-button-3 {
  stroke: #d91a72;
}

.brochure__bg--pink .brochure__link svg .brochure-button-2,
.brochure__bg--pink .brochure__link svg .brochure-button-arrow-1 {
  stroke: #d17e33;
}

.brochure__bg--pink .brochure__link:hover .brochure-button-3,
.brochure__bg--pink .brochure__link:hover .brochure-button-arrow-2 {
  stroke: #fff;
}

.brochure__bg--pink .brochure__link:hover .brochure-button-2,
.brochure__bg--pink .brochure__link:hover .brochure-button-arrow-1 {
  stroke: #fff;
}

.brochure__bg--pink .brochure__view-more {
  color: #fff !important;
}

.brochure__bg--pink .brochure__view-more:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: %23fff; %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.brochure__bg--red {
  background-color: #dc3545;
}

.brochure__bg--red::after {
  border-width: 1px;
  border-style: solid;
  border-color: #bd2130;
}

.brochure__bg--red .brochure__logo svg .digital-marketing-1,
.brochure__bg--red .brochure__logo svg .e-commerce-2,
.brochure__bg--red .brochure__logo svg .mobile-apps-3,
.brochure__bg--red .brochure__logo svg .mobile-apps-4,
.brochure__bg--red .brochure__logo svg .road9-media-1,
.brochure__bg--red .brochure__logo svg .web-design-1 {
  fill: #fff;
}

.brochure__bg--red .brochure__logo svg .digital-marketing-2,
.brochure__bg--red .brochure__logo svg .e-commerce-3,
.brochure__bg--red .brochure__logo svg .frame-down-1,
.brochure__bg--red .brochure__logo svg .frame-down-2,
.brochure__bg--red .brochure__logo svg .mobile-apps-1,
.brochure__bg--red .brochure__logo svg .mobile-apps-2,
.brochure__bg--red .brochure__logo svg .mobile-apps-4,
.brochure__bg--red .brochure__logo svg .road9-media-2,
.brochure__bg--red .brochure__logo svg .web-design-2 {
  stroke: #fff;
}

.brochure__bg--red .brochure__content p,
.brochure__bg--red .brochure__subtitle,
.brochure__bg--red .brochure__title {
  color: #fff !important;
}

.brochure__bg--red .brochure__link svg .brochure-button-1,
.brochure__bg--red .brochure__link svg .brochure-button-arrow-3 {
  fill: #fff;
}

.brochure__bg--red .brochure__link svg .brochure-button-arrow-2,
.brochure__bg--red .brochure__link svg .brochure-button-arrow-4,
.brochure__bg--red .brochure__link svg .brochure-button-arrow-5 {
  stroke: #fff;
}

.brochure__bg--red .brochure__link svg .brochure-button-3 {
  stroke: #bd2130;
}

.brochure__bg--red .brochure__link svg .brochure-button-2,
.brochure__bg--red .brochure__link svg .brochure-button-arrow-1 {
  stroke: #d17e33;
}

.brochure__bg--red .brochure__link:hover .brochure-button-3,
.brochure__bg--red .brochure__link:hover .brochure-button-arrow-2 {
  stroke: #fff;
}

.brochure__bg--red .brochure__link:hover .brochure-button-2,
.brochure__bg--red .brochure__link:hover .brochure-button-arrow-1 {
  stroke: #fff;
}

.brochure__bg--red .brochure__view-more {
  color: #fff !important;
}

.brochure__bg--red .brochure__view-more:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: %23fff; %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.brochure__bg--orange {
  background-color: #d17e33 !important;
}

.brochure__bg--orange::after {
  border-width: 1px;
  border-style: solid;
  border-color: #ab6526;
}

.brochure__bg--orange .brochure__logo svg .digital-marketing-1,
.brochure__bg--orange .brochure__logo svg .e-commerce-2,
.brochure__bg--orange .brochure__logo svg .mobile-apps-3,
.brochure__bg--orange .brochure__logo svg .mobile-apps-4,
.brochure__bg--orange .brochure__logo svg .road9-media-1,
.brochure__bg--orange .brochure__logo svg .web-design-1 {
  fill: #fff;
}

.brochure__bg--orange .brochure__logo svg .digital-marketing-2,
.brochure__bg--orange .brochure__logo svg .e-commerce-3,
.brochure__bg--orange .brochure__logo svg .frame-down-1,
.brochure__bg--orange .brochure__logo svg .frame-down-2,
.brochure__bg--orange .brochure__logo svg .mobile-apps-1,
.brochure__bg--orange .brochure__logo svg .mobile-apps-2,
.brochure__bg--orange .brochure__logo svg .mobile-apps-4,
.brochure__bg--orange .brochure__logo svg .road9-media-2,
.brochure__bg--orange .brochure__logo svg .web-design-2 {
  stroke: #fff;
}

.brochure__bg--orange .brochure__content p,
.brochure__bg--orange .brochure__subtitle,
.brochure__bg--orange .brochure__title {
  color: #fff !important;
}

.brochure__bg--orange .brochure__link svg .brochure-button-1,
.brochure__bg--orange .brochure__link svg .brochure-button-arrow-3 {
  fill: #fff;
}

.brochure__bg--orange .brochure__link svg .brochure-button-arrow-2,
.brochure__bg--orange .brochure__link svg .brochure-button-arrow-4,
.brochure__bg--orange .brochure__link svg .brochure-button-arrow-5 {
  stroke: #fff;
}

.brochure__bg--orange .brochure__link svg .brochure-button-3 {
  stroke: #ab6526;
}

.brochure__bg--orange .brochure__link svg .brochure-button-2,
.brochure__bg--orange .brochure__link svg .brochure-button-arrow-1 {
  stroke: #fff;
}

.brochure__bg--orange .brochure__link:hover .brochure-button-3,
.brochure__bg--orange .brochure__link:hover .brochure-button-arrow-2 {
  stroke: #fff;
}

.brochure__bg--orange .brochure__link:hover .brochure-button-2,
.brochure__bg--orange .brochure__link:hover .brochure-button-arrow-1 {
  stroke: #fff;
}

.brochure__bg--orange .brochure__view-more {
  color: #fff !important;
}

.brochure__bg--orange .brochure__view-more:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: %23fff; %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.brochure__bg--orange-dark {
  background-color: #b2560f;
}

.brochure__bg--orange-dark::after {
  border-width: 1px;
  border-style: solid;
  border-color: #833f0b;
}

.brochure__bg--orange-dark .brochure__logo svg .digital-marketing-1,
.brochure__bg--orange-dark .brochure__logo svg .e-commerce-2,
.brochure__bg--orange-dark .brochure__logo svg .mobile-apps-3,
.brochure__bg--orange-dark .brochure__logo svg .mobile-apps-4,
.brochure__bg--orange-dark .brochure__logo svg .road9-media-1,
.brochure__bg--orange-dark .brochure__logo svg .web-design-1 {
  fill: #fff;
}

.brochure__bg--orange-dark .brochure__logo svg .digital-marketing-2,
.brochure__bg--orange-dark .brochure__logo svg .e-commerce-3,
.brochure__bg--orange-dark .brochure__logo svg .frame-down-1,
.brochure__bg--orange-dark .brochure__logo svg .frame-down-2,
.brochure__bg--orange-dark .brochure__logo svg .mobile-apps-1,
.brochure__bg--orange-dark .brochure__logo svg .mobile-apps-2,
.brochure__bg--orange-dark .brochure__logo svg .mobile-apps-4,
.brochure__bg--orange-dark .brochure__logo svg .road9-media-2,
.brochure__bg--orange-dark .brochure__logo svg .web-design-2 {
  stroke: #fff;
}

.brochure__bg--orange-dark .brochure__content p,
.brochure__bg--orange-dark .brochure__subtitle,
.brochure__bg--orange-dark .brochure__title {
  color: #fff !important;
}

.brochure__bg--orange-dark .brochure__link svg .brochure-button-1,
.brochure__bg--orange-dark .brochure__link svg .brochure-button-arrow-3 {
  fill: #fff;
}

.brochure__bg--orange-dark .brochure__link svg .brochure-button-arrow-2,
.brochure__bg--orange-dark .brochure__link svg .brochure-button-arrow-4,
.brochure__bg--orange-dark .brochure__link svg .brochure-button-arrow-5 {
  stroke: #fff;
}

.brochure__bg--orange-dark .brochure__link svg .brochure-button-3 {
  stroke: #833f0b;
}

.brochure__bg--orange-dark .brochure__link svg .brochure-button-2,
.brochure__bg--orange-dark .brochure__link svg .brochure-button-arrow-1 {
  stroke: #d17e33;
}

.brochure__bg--orange-dark .brochure__link:hover .brochure-button-3,
.brochure__bg--orange-dark .brochure__link:hover .brochure-button-arrow-2 {
  stroke: #fff;
}

.brochure__bg--orange-dark .brochure__link:hover .brochure-button-2,
.brochure__bg--orange-dark .brochure__link:hover .brochure-button-arrow-1 {
  stroke: #fff;
}

.brochure__bg--orange-dark .brochure__view-more {
  color: #fff !important;
}

.brochure__bg--orange-dark .brochure__view-more:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: %23fff; %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.brochure__bg--yellow {
  background-color: #ffc107;
}

.brochure__bg--yellow::after {
  border-width: 1px;
  border-style: solid;
  border-color: #d39e00;
}

.brochure__bg--yellow .brochure__logo svg .digital-marketing-1,
.brochure__bg--yellow .brochure__logo svg .e-commerce-2,
.brochure__bg--yellow .brochure__logo svg .mobile-apps-3,
.brochure__bg--yellow .brochure__logo svg .mobile-apps-4,
.brochure__bg--yellow .brochure__logo svg .road9-media-1,
.brochure__bg--yellow .brochure__logo svg .web-design-1 {
  fill: #fff;
}

.brochure__bg--yellow .brochure__logo svg .digital-marketing-2,
.brochure__bg--yellow .brochure__logo svg .e-commerce-3,
.brochure__bg--yellow .brochure__logo svg .frame-down-1,
.brochure__bg--yellow .brochure__logo svg .frame-down-2,
.brochure__bg--yellow .brochure__logo svg .mobile-apps-1,
.brochure__bg--yellow .brochure__logo svg .mobile-apps-2,
.brochure__bg--yellow .brochure__logo svg .mobile-apps-4,
.brochure__bg--yellow .brochure__logo svg .road9-media-2,
.brochure__bg--yellow .brochure__logo svg .web-design-2 {
  stroke: #fff;
}

.brochure__bg--yellow .brochure__content p,
.brochure__bg--yellow .brochure__subtitle,
.brochure__bg--yellow .brochure__title {
  color: #fff !important;
}

.brochure__bg--yellow .brochure__link svg .brochure-button-1,
.brochure__bg--yellow .brochure__link svg .brochure-button-arrow-3 {
  fill: #fff;
}

.brochure__bg--yellow .brochure__link svg .brochure-button-arrow-2,
.brochure__bg--yellow .brochure__link svg .brochure-button-arrow-4,
.brochure__bg--yellow .brochure__link svg .brochure-button-arrow-5 {
  stroke: #fff;
}

.brochure__bg--yellow .brochure__link svg .brochure-button-3 {
  stroke: #d39e00;
}

.brochure__bg--yellow .brochure__link svg .brochure-button-2,
.brochure__bg--yellow .brochure__link svg .brochure-button-arrow-1 {
  stroke: #d17e33;
}

.brochure__bg--yellow .brochure__link:hover .brochure-button-3,
.brochure__bg--yellow .brochure__link:hover .brochure-button-arrow-2 {
  stroke: #fff;
}

.brochure__bg--yellow .brochure__link:hover .brochure-button-2,
.brochure__bg--yellow .brochure__link:hover .brochure-button-arrow-1 {
  stroke: #fff;
}

.brochure__bg--yellow .brochure__view-more {
  color: #fff !important;
}

.brochure__bg--yellow .brochure__view-more:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: %23fff; %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.brochure__bg--green {
  background-color: #169d85;
}

.brochure__bg--green::after {
  border-width: 1px;
  border-style: solid;
  border-color: #10705f;
}

.brochure__bg--green .brochure__logo svg .digital-marketing-1,
.brochure__bg--green .brochure__logo svg .e-commerce-2,
.brochure__bg--green .brochure__logo svg .mobile-apps-3,
.brochure__bg--green .brochure__logo svg .mobile-apps-4,
.brochure__bg--green .brochure__logo svg .road9-media-1,
.brochure__bg--green .brochure__logo svg .web-design-1 {
  fill: #fff;
}

.brochure__bg--green .brochure__logo svg .digital-marketing-2,
.brochure__bg--green .brochure__logo svg .e-commerce-3,
.brochure__bg--green .brochure__logo svg .frame-down-1,
.brochure__bg--green .brochure__logo svg .frame-down-2,
.brochure__bg--green .brochure__logo svg .mobile-apps-1,
.brochure__bg--green .brochure__logo svg .mobile-apps-2,
.brochure__bg--green .brochure__logo svg .mobile-apps-4,
.brochure__bg--green .brochure__logo svg .road9-media-2,
.brochure__bg--green .brochure__logo svg .web-design-2 {
  stroke: #fff;
}

.brochure__bg--green .brochure__content p,
.brochure__bg--green .brochure__subtitle,
.brochure__bg--green .brochure__title {
  color: #fff !important;
}

.brochure__bg--green .brochure__link svg .brochure-button-1,
.brochure__bg--green .brochure__link svg .brochure-button-arrow-3 {
  fill: #fff;
}

.brochure__bg--green .brochure__link svg .brochure-button-arrow-2,
.brochure__bg--green .brochure__link svg .brochure-button-arrow-4,
.brochure__bg--green .brochure__link svg .brochure-button-arrow-5 {
  stroke: #fff;
}

.brochure__bg--green .brochure__link svg .brochure-button-3 {
  stroke: #10705f;
}

.brochure__bg--green .brochure__link svg .brochure-button-2,
.brochure__bg--green .brochure__link svg .brochure-button-arrow-1 {
  stroke: #d17e33;
}

.brochure__bg--green .brochure__link:hover .brochure-button-3,
.brochure__bg--green .brochure__link:hover .brochure-button-arrow-2 {
  stroke: #fff;
}

.brochure__bg--green .brochure__link:hover .brochure-button-2,
.brochure__bg--green .brochure__link:hover .brochure-button-arrow-1 {
  stroke: #fff;
}

.brochure__bg--green .brochure__view-more {
  color: #fff !important;
}

.brochure__bg--green .brochure__view-more:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: %23fff; %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.brochure__bg--green-dark {
  background-color: #284e48;
}

.brochure__bg--green-dark::after {
  border-width: 1px;
  border-style: solid;
  border-color: #172c29;
}

.brochure__bg--green-dark .brochure__logo svg .digital-marketing-1,
.brochure__bg--green-dark .brochure__logo svg .e-commerce-2,
.brochure__bg--green-dark .brochure__logo svg .mobile-apps-3,
.brochure__bg--green-dark .brochure__logo svg .mobile-apps-4,
.brochure__bg--green-dark .brochure__logo svg .road9-media-1,
.brochure__bg--green-dark .brochure__logo svg .web-design-1 {
  fill: #fff;
}

.brochure__bg--green-dark .brochure__logo svg .digital-marketing-2,
.brochure__bg--green-dark .brochure__logo svg .e-commerce-3,
.brochure__bg--green-dark .brochure__logo svg .frame-down-1,
.brochure__bg--green-dark .brochure__logo svg .frame-down-2,
.brochure__bg--green-dark .brochure__logo svg .mobile-apps-1,
.brochure__bg--green-dark .brochure__logo svg .mobile-apps-2,
.brochure__bg--green-dark .brochure__logo svg .mobile-apps-4,
.brochure__bg--green-dark .brochure__logo svg .road9-media-2,
.brochure__bg--green-dark .brochure__logo svg .web-design-2 {
  stroke: #fff;
}

.brochure__bg--green-dark .brochure__content p,
.brochure__bg--green-dark .brochure__subtitle,
.brochure__bg--green-dark .brochure__title {
  color: #fff !important;
}

.brochure__bg--green-dark .brochure__link svg .brochure-button-1,
.brochure__bg--green-dark .brochure__link svg .brochure-button-arrow-3 {
  fill: #fff;
}

.brochure__bg--green-dark .brochure__link svg .brochure-button-arrow-2,
.brochure__bg--green-dark .brochure__link svg .brochure-button-arrow-4,
.brochure__bg--green-dark .brochure__link svg .brochure-button-arrow-5 {
  stroke: #fff;
}

.brochure__bg--green-dark .brochure__link svg .brochure-button-3 {
  stroke: #172c29;
}

.brochure__bg--green-dark .brochure__link svg .brochure-button-2,
.brochure__bg--green-dark .brochure__link svg .brochure-button-arrow-1 {
  stroke: #d17e33;
}

.brochure__bg--green-dark .brochure__link:hover .brochure-button-3,
.brochure__bg--green-dark .brochure__link:hover .brochure-button-arrow-2 {
  stroke: #fff;
}

.brochure__bg--green-dark .brochure__link:hover .brochure-button-2,
.brochure__bg--green-dark .brochure__link:hover .brochure-button-arrow-1 {
  stroke: #fff;
}

.brochure__bg--green-dark .brochure__view-more {
  color: #fff !important;
}

.brochure__bg--green-dark .brochure__view-more:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: %23fff; %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.brochure__bg--teal {
  background-color: #20c997;
}

.brochure__bg--teal::after {
  border-width: 1px;
  border-style: solid;
  border-color: #199d76;
}

.brochure__bg--teal .brochure__logo svg .digital-marketing-1,
.brochure__bg--teal .brochure__logo svg .e-commerce-2,
.brochure__bg--teal .brochure__logo svg .mobile-apps-3,
.brochure__bg--teal .brochure__logo svg .mobile-apps-4,
.brochure__bg--teal .brochure__logo svg .road9-media-1,
.brochure__bg--teal .brochure__logo svg .web-design-1 {
  fill: #fff;
}

.brochure__bg--teal .brochure__logo svg .digital-marketing-2,
.brochure__bg--teal .brochure__logo svg .e-commerce-3,
.brochure__bg--teal .brochure__logo svg .frame-down-1,
.brochure__bg--teal .brochure__logo svg .frame-down-2,
.brochure__bg--teal .brochure__logo svg .mobile-apps-1,
.brochure__bg--teal .brochure__logo svg .mobile-apps-2,
.brochure__bg--teal .brochure__logo svg .mobile-apps-4,
.brochure__bg--teal .brochure__logo svg .road9-media-2,
.brochure__bg--teal .brochure__logo svg .web-design-2 {
  stroke: #fff;
}

.brochure__bg--teal .brochure__content p,
.brochure__bg--teal .brochure__subtitle,
.brochure__bg--teal .brochure__title {
  color: #fff !important;
}

.brochure__bg--teal .brochure__link svg .brochure-button-1,
.brochure__bg--teal .brochure__link svg .brochure-button-arrow-3 {
  fill: #fff;
}

.brochure__bg--teal .brochure__link svg .brochure-button-arrow-2,
.brochure__bg--teal .brochure__link svg .brochure-button-arrow-4,
.brochure__bg--teal .brochure__link svg .brochure-button-arrow-5 {
  stroke: #fff;
}

.brochure__bg--teal .brochure__link svg .brochure-button-3 {
  stroke: #199d76;
}

.brochure__bg--teal .brochure__link svg .brochure-button-2,
.brochure__bg--teal .brochure__link svg .brochure-button-arrow-1 {
  stroke: #d17e33;
}

.brochure__bg--teal .brochure__link:hover .brochure-button-3,
.brochure__bg--teal .brochure__link:hover .brochure-button-arrow-2 {
  stroke: #fff;
}

.brochure__bg--teal .brochure__link:hover .brochure-button-2,
.brochure__bg--teal .brochure__link:hover .brochure-button-arrow-1 {
  stroke: #fff;
}

.brochure__bg--teal .brochure__view-more {
  color: #fff !important;
}

.brochure__bg--teal .brochure__view-more:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: %23fff; %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.brochure__bg--cyan {
  background-color: #039f9f;
}

.brochure__bg--cyan::after {
  border-width: 1px;
  border-style: solid;
  border-color: #026d6d;
}

.brochure__bg--cyan .brochure__logo svg .digital-marketing-1,
.brochure__bg--cyan .brochure__logo svg .e-commerce-2,
.brochure__bg--cyan .brochure__logo svg .mobile-apps-3,
.brochure__bg--cyan .brochure__logo svg .mobile-apps-4,
.brochure__bg--cyan .brochure__logo svg .road9-media-1,
.brochure__bg--cyan .brochure__logo svg .web-design-1 {
  fill: #fff;
}

.brochure__bg--cyan .brochure__logo svg .digital-marketing-2,
.brochure__bg--cyan .brochure__logo svg .e-commerce-3,
.brochure__bg--cyan .brochure__logo svg .frame-down-1,
.brochure__bg--cyan .brochure__logo svg .frame-down-2,
.brochure__bg--cyan .brochure__logo svg .mobile-apps-1,
.brochure__bg--cyan .brochure__logo svg .mobile-apps-2,
.brochure__bg--cyan .brochure__logo svg .mobile-apps-4,
.brochure__bg--cyan .brochure__logo svg .road9-media-2,
.brochure__bg--cyan .brochure__logo svg .web-design-2 {
  stroke: #fff;
}

.brochure__bg--cyan .brochure__content p,
.brochure__bg--cyan .brochure__subtitle,
.brochure__bg--cyan .brochure__title,
.value p {
  color: #fff !important;
}

.brochure__bg--cyan .brochure__link svg .brochure-button-1,
.brochure__bg--cyan .brochure__link svg .brochure-button-arrow-3 {
  fill: #fff;
}

.brochure__bg--cyan .brochure__link svg .brochure-button-arrow-2,
.brochure__bg--cyan .brochure__link svg .brochure-button-arrow-4,
.brochure__bg--cyan .brochure__link svg .brochure-button-arrow-5 {
  stroke: #fff;
}

.brochure__bg--cyan .brochure__link svg .brochure-button-3 {
  stroke: #026d6d;
}

.brochure__bg--cyan .brochure__link svg .brochure-button-2,
.brochure__bg--cyan .brochure__link svg .brochure-button-arrow-1 {
  stroke: #d17e33;
}

.brochure__bg--cyan .brochure__link:hover .brochure-button-3,
.brochure__bg--cyan .brochure__link:hover .brochure-button-arrow-2 {
  stroke: #fff;
}

.brochure__bg--cyan .brochure__link:hover .brochure-button-2,
.brochure__bg--cyan .brochure__link:hover .brochure-button-arrow-1 {
  stroke: #fff;
}

.brochure__bg--cyan .brochure__view-more {
  color: #fff !important;
}

.brochure__bg--cyan .brochure__view-more:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: %23fff; %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.brochure__bg--white {
  background-color: #fff !important;
}

.brochure__bg--white::after {
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
}

.brochure__bg--white .brochure__logo svg .digital-marketing-1,
.brochure__bg--white .brochure__logo svg .e-commerce-2,
.brochure__bg--white .brochure__logo svg .mobile-apps-3,
.brochure__bg--white .brochure__logo svg .mobile-apps-4,
.brochure__bg--white .brochure__logo svg .road9-media-1,
.brochure__bg--white .brochure__logo svg .web-design-1 {
  fill: #212529;
}

.brochure__bg--white .brochure__logo svg .digital-marketing-2,
.brochure__bg--white .brochure__logo svg .e-commerce-3,
.brochure__bg--white .brochure__logo svg .frame-down-1,
.brochure__bg--white .brochure__logo svg .frame-down-2,
.brochure__bg--white .brochure__logo svg .mobile-apps-1,
.brochure__bg--white .brochure__logo svg .mobile-apps-2,
.brochure__bg--white .brochure__logo svg .mobile-apps-4,
.brochure__bg--white .brochure__logo svg .road9-media-2,
.brochure__bg--white .brochure__logo svg .web-design-2 {
  stroke: #212529;
}

.brochure__bg--white .brochure__content p,
.brochure__bg--white .brochure__title {
  color: #212529 !important;
}

.brochure__bg--white .brochure__title {
  color: #169d85 !important;
}

.brochure__bg--white .brochure__subtitle {
  color: #3b9b8a;
}

.brochure__bg--white .brochure__link svg .brochure-button-1,
.brochure__bg--white .brochure__link svg .brochure-button-arrow-3 {
  fill: #212529;
}

.brochure__bg--white .brochure__link svg .brochure-button-arrow-2,
.brochure__bg--white .brochure__link svg .brochure-button-arrow-4,
.brochure__bg--white .brochure__link svg .brochure-button-arrow-5 {
  stroke: #212529;
}

.brochure__bg--white .brochure__link svg .brochure-button-3 {
  stroke: #e6e6e6;
}

.brochure__bg--white .brochure__link svg .brochure-button-2,
.brochure__bg--white .brochure__link svg .brochure-button-arrow-1 {
  stroke: #d17e33;
}

.brochure__bg--white .brochure__link:hover .brochure-button-3,
.brochure__bg--white .brochure__link:hover .brochure-button-arrow-2 {
  stroke: #212529;
}

.brochure__bg--white .brochure__link:hover .brochure-button-2,
.brochure__bg--white .brochure__link:hover .brochure-button-arrow-1 {
  stroke: #212529;
}

.brochure__bg--white .brochure__view-more {
  color: #212529 !important;
}

.brochure__bg--white .brochure__view-more:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: %23212529; %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.brochure__bg--gray {
  background-color: #6c757d;
}

.brochure__bg--gray::after {
  border-width: 1px;
  border-style: solid;
  border-color: #545b62;
}

.brochure__bg--gray .brochure__logo svg .digital-marketing-1,
.brochure__bg--gray .brochure__logo svg .e-commerce-2,
.brochure__bg--gray .brochure__logo svg .mobile-apps-3,
.brochure__bg--gray .brochure__logo svg .mobile-apps-4,
.brochure__bg--gray .brochure__logo svg .road9-media-1,
.brochure__bg--gray .brochure__logo svg .web-design-1 {
  fill: #fff;
}

.brochure__bg--gray .brochure__logo svg .digital-marketing-2,
.brochure__bg--gray .brochure__logo svg .e-commerce-3,
.brochure__bg--gray .brochure__logo svg .frame-down-1,
.brochure__bg--gray .brochure__logo svg .frame-down-2,
.brochure__bg--gray .brochure__logo svg .mobile-apps-1,
.brochure__bg--gray .brochure__logo svg .mobile-apps-2,
.brochure__bg--gray .brochure__logo svg .mobile-apps-4,
.brochure__bg--gray .brochure__logo svg .road9-media-2,
.brochure__bg--gray .brochure__logo svg .web-design-2 {
  stroke: #fff;
}

.brochure__bg--gray .brochure__content p,
.brochure__bg--gray .brochure__subtitle,
.brochure__bg--gray .brochure__title {
  color: #fff !important;
}

.brochure__bg--gray .brochure__link svg .brochure-button-1,
.brochure__bg--gray .brochure__link svg .brochure-button-arrow-3 {
  fill: #fff;
}

.brochure__bg--gray .brochure__link svg .brochure-button-arrow-2,
.brochure__bg--gray .brochure__link svg .brochure-button-arrow-4,
.brochure__bg--gray .brochure__link svg .brochure-button-arrow-5 {
  stroke: #fff;
}

.brochure__bg--gray .brochure__link svg .brochure-button-3 {
  stroke: #545b62;
}

.brochure__bg--gray .brochure__link svg .brochure-button-2,
.brochure__bg--gray .brochure__link svg .brochure-button-arrow-1 {
  stroke: #d17e33;
}

.brochure__bg--gray .brochure__link:hover .brochure-button-3,
.brochure__bg--gray .brochure__link:hover .brochure-button-arrow-2 {
  stroke: #fff;
}

.brochure__bg--gray .brochure__link:hover .brochure-button-2,
.brochure__bg--gray .brochure__link:hover .brochure-button-arrow-1 {
  stroke: #fff;
}

.brochure__bg--gray .brochure__view-more {
  color: #fff !important;
}

.brochure__bg--gray .brochure__view-more:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: %23fff; %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.brochure__bg--gray-dark {
  background-color: #343a40;
}

.brochure__bg--gray-dark::after {
  border-width: 1px;
  border-style: solid;
  border-color: #1d2124;
}

.brochure__bg--gray-dark .brochure__logo svg .digital-marketing-1,
.brochure__bg--gray-dark .brochure__logo svg .e-commerce-2,
.brochure__bg--gray-dark .brochure__logo svg .mobile-apps-3,
.brochure__bg--gray-dark .brochure__logo svg .mobile-apps-4,
.brochure__bg--gray-dark .brochure__logo svg .road9-media-1,
.brochure__bg--gray-dark .brochure__logo svg .web-design-1 {
  fill: #fff;
}

.brochure__bg--gray-dark .brochure__logo svg .digital-marketing-2,
.brochure__bg--gray-dark .brochure__logo svg .e-commerce-3,
.brochure__bg--gray-dark .brochure__logo svg .frame-down-1,
.brochure__bg--gray-dark .brochure__logo svg .frame-down-2,
.brochure__bg--gray-dark .brochure__logo svg .mobile-apps-1,
.brochure__bg--gray-dark .brochure__logo svg .mobile-apps-2,
.brochure__bg--gray-dark .brochure__logo svg .mobile-apps-4,
.brochure__bg--gray-dark .brochure__logo svg .road9-media-2,
.brochure__bg--gray-dark .brochure__logo svg .web-design-2 {
  stroke: #fff;
}

.brochure__bg--gray-dark .brochure__content p,
.brochure__bg--gray-dark .brochure__subtitle,
.brochure__bg--gray-dark .brochure__title {
  color: #fff !important;
}

.brochure__bg--gray-dark .brochure__link svg .brochure-button-1,
.brochure__bg--gray-dark .brochure__link svg .brochure-button-arrow-3 {
  fill: #fff;
}

.brochure__bg--gray-dark .brochure__link svg .brochure-button-arrow-2,
.brochure__bg--gray-dark .brochure__link svg .brochure-button-arrow-4,
.brochure__bg--gray-dark .brochure__link svg .brochure-button-arrow-5 {
  stroke: #fff;
}

.brochure__bg--gray-dark .brochure__link svg .brochure-button-3 {
  stroke: #1d2124;
}

.brochure__bg--gray-dark .brochure__link svg .brochure-button-2,
.brochure__bg--gray-dark .brochure__link svg .brochure-button-arrow-1 {
  stroke: #d17e33;
}

.brochure__bg--gray-dark .brochure__link:hover .brochure-button-3,
.brochure__bg--gray-dark .brochure__link:hover .brochure-button-arrow-2 {
  stroke: #fff;
}

.brochure__bg--gray-dark .brochure__link:hover .brochure-button-2,
.brochure__bg--gray-dark .brochure__link:hover .brochure-button-arrow-1 {
  stroke: #fff;
}

.brochure__bg--gray-dark .brochure__view-more {
  color: #fff !important;
}

.brochure__bg--gray-dark .brochure__view-more:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: %23fff; %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.brochure__bg--brown {
  background-color: #1f1c1a;
}

.brochure__bg--brown::after {
  border-width: 1px;
  border-style: solid;
  border-color: #030303;
}

.brochure__bg--brown .brochure__logo svg .digital-marketing-1,
.brochure__bg--brown .brochure__logo svg .e-commerce-2,
.brochure__bg--brown .brochure__logo svg .mobile-apps-3,
.brochure__bg--brown .brochure__logo svg .mobile-apps-4,
.brochure__bg--brown .brochure__logo svg .road9-media-1,
.brochure__bg--brown .brochure__logo svg .web-design-1 {
  fill: #fff;
}

.brochure__bg--brown .brochure__logo svg .digital-marketing-2,
.brochure__bg--brown .brochure__logo svg .e-commerce-3,
.brochure__bg--brown .brochure__logo svg .frame-down-1,
.brochure__bg--brown .brochure__logo svg .frame-down-2,
.brochure__bg--brown .brochure__logo svg .mobile-apps-1,
.brochure__bg--brown .brochure__logo svg .mobile-apps-2,
.brochure__bg--brown .brochure__logo svg .mobile-apps-4,
.brochure__bg--brown .brochure__logo svg .road9-media-2,
.brochure__bg--brown .brochure__logo svg .web-design-2 {
  stroke: #fff;
}

.brochure__bg--brown .brochure__content p,
.brochure__bg--brown .brochure__subtitle,
.brochure__bg--brown .brochure__title {
  color: #fff !important;
}

.brochure__bg--brown .brochure__link svg .brochure-button-1,
.brochure__bg--brown .brochure__link svg .brochure-button-arrow-3 {
  fill: #fff;
}

.brochure__bg--brown .brochure__link svg .brochure-button-arrow-2,
.brochure__bg--brown .brochure__link svg .brochure-button-arrow-4,
.brochure__bg--brown .brochure__link svg .brochure-button-arrow-5 {
  stroke: #fff;
}

.brochure__bg--brown .brochure__link svg .brochure-button-3 {
  stroke: #030303;
}

.brochure__bg--brown .brochure__link svg .brochure-button-2,
.brochure__bg--brown .brochure__link svg .brochure-button-arrow-1 {
  stroke: #d17e33;
}

.brochure__bg--brown .brochure__link:hover .brochure-button-3,
.brochure__bg--brown .brochure__link:hover .brochure-button-arrow-2 {
  stroke: #fff;
}

.brochure__bg--brown .brochure__link:hover .brochure-button-2,
.brochure__bg--brown .brochure__link:hover .brochure-button-arrow-1 {
  stroke: #fff;
}

.brochure__bg--brown .brochure__view-more {
  color: #fff !important;
}

.brochure__bg--brown .brochure__view-more:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: %23fff; %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.brochure__bg--brown-light {
  background-color: #29201b;
}

.brochure__bg--brown-light::after {
  border-width: 1px;
  border-style: solid;
  border-color: #0a0807;
}

.brochure__bg--brown-light .brochure__logo svg .digital-marketing-1,
.brochure__bg--brown-light .brochure__logo svg .e-commerce-2,
.brochure__bg--brown-light .brochure__logo svg .mobile-apps-3,
.brochure__bg--brown-light .brochure__logo svg .mobile-apps-4,
.brochure__bg--brown-light .brochure__logo svg .road9-media-1,
.brochure__bg--brown-light .brochure__logo svg .web-design-1 {
  fill: #fff;
}

.brochure__bg--brown-light .brochure__logo svg .digital-marketing-2,
.brochure__bg--brown-light .brochure__logo svg .e-commerce-3,
.brochure__bg--brown-light .brochure__logo svg .frame-down-1,
.brochure__bg--brown-light .brochure__logo svg .frame-down-2,
.brochure__bg--brown-light .brochure__logo svg .mobile-apps-1,
.brochure__bg--brown-light .brochure__logo svg .mobile-apps-2,
.brochure__bg--brown-light .brochure__logo svg .mobile-apps-4,
.brochure__bg--brown-light .brochure__logo svg .road9-media-2,
.brochure__bg--brown-light .brochure__logo svg .web-design-2 {
  stroke: #fff;
}

.brochure__bg--brown-light .brochure__content p,
.brochure__bg--brown-light .brochure__subtitle,
.brochure__bg--brown-light .brochure__title {
  color: #fff !important;
}

.brochure__bg--brown-light .brochure__link svg .brochure-button-1,
.brochure__bg--brown-light .brochure__link svg .brochure-button-arrow-3 {
  fill: #fff;
}

.brochure__bg--brown-light .brochure__link svg .brochure-button-arrow-2,
.brochure__bg--brown-light .brochure__link svg .brochure-button-arrow-4,
.brochure__bg--brown-light .brochure__link svg .brochure-button-arrow-5 {
  stroke: #fff;
}

.brochure__bg--brown-light .brochure__link svg .brochure-button-3 {
  stroke: #0a0807;
}

.brochure__bg--brown-light .brochure__link svg .brochure-button-2,
.brochure__bg--brown-light .brochure__link svg .brochure-button-arrow-1 {
  stroke: #d17e33;
}

.brochure__bg--brown-light .brochure__link:hover .brochure-button-3,
.brochure__bg--brown-light .brochure__link:hover .brochure-button-arrow-2 {
  stroke: #fff;
}

.brochure__bg--brown-light .brochure__link:hover .brochure-button-2,
.brochure__bg--brown-light .brochure__link:hover .brochure-button-arrow-1 {
  stroke: #fff;
}

.brochure__bg--brown-light .brochure__view-more {
  color: #fff !important;
}

.brochure__bg--brown-light .brochure__view-more:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: %23fff; %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.showcase {
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  background: url(../images/post.png) no-repeat center 20px;
  min-height: 100px;
  padding: 100px 3% 6%;
}

.digital-more .showcase,
.web-app__content .showcase {
  background-size: 85% !important;
}

@media (max-width: 768px) {
  .digital-more .showcase {
    background-size: auto !important;
    background-position: 20px 15px !important;
  }
}

.showcase img {
  max-width: 100%;
}

.showcase svg .showcase-1,
.showcase svg .showcase-3,
.showcase svg .showcase-4,
.showcase svg .showcase-6 {
  fill: none;
}

.showcase svg .showcase-1,
.showcase svg .showcase-3,
.showcase svg .showcase-4 {
  stroke: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.showcase svg .showcase--3 {
  stroke-width: 8px;
}

.showcase svg .showcase-4 {
  stroke-width: 2px;
}

.showcase svg .showcase-5 {
  stroke: none;
}

.showcase:hover svg .showcase-1,
.showcase:hover svg .showcase-3,
.showcase:hover svg .showcase-4 {
  stroke: rgba(255, 255, 255, 0.3);
}

.scrollify {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.scrollify__content {
  position: relative;
  z-index: 0;
}

.scrollify__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #1f1c1a;
}

.body-work-apps .scrollify__background {
  filter: blur(3px);
}

@media (max-width: 850px) {
  .body-work-apps .scrollify__background {
    background-size: auto 100% !important;
    background-attachment: scroll !important;
    position: fixed;
    -webkit-transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}

.scrollify__background--image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 28, 26, 0.55);
}

.scrollify__background > img {
  display: none;
  opacity: 0;
}

.scrollify__buttons {
  position: fixed !important;
  top: 50vh !important;
  right: 10px;
  width: auto;
  text-align: right;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.body-ideas-blog .scrollify__buttons,
.body-work-branding .scrollify__buttons {
  display: none;
}

.scrollify__buttons.hideright {
  right: -20px;
  left: auto;
}

.scrollify__buttons.inright {
  right: 10px;
  left: auto;
}

.scrollify__buttons.hideleft {
  left: -20px;
  right: auto;
}

.scrollify__buttons.inleft {
  left: 10px;
  right: auto;
}

.scrollify__buttons span {
  color: #fff;
  z-index: 1020;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.scrollify__buttons span:not(:last-child) {
  margin-bottom: 1px;
}

.scrollify__buttons span:not(:first-child) {
  margin-top: 1px;
}

.scrollify__buttons--next,
.scrollify__buttons--prev {
  cursor: pointer;
  height: 75px;
  width: 8px;
  background-size: 8px 75px;
  background-repeat: no-repeat;
  -webkit-transition: all 10ms ease-in-out;
  transition: all 0.1s ease-in-out;
  background-position: center;
  opacity: 0.6;
  position: relative;
  top: 0;
  bottom: 0;
}

.scrollify__buttons--prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.397 61.043'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: rgba(255,255,255,0.4); %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_380' data-name='Group 380' transform='translate(8.044 0.707) rotate(90)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(36.336 7.69) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(36.336 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-24' transform='translate(0 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.scrollify__buttons--next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.397 61.043'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: rgba(255,255,255,0.4); %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(0.354 60.336) rotate(-90)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(36.336 7.69) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(36.336 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-24' transform='translate(0 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.scrollify__buttons--next:hover,
.scrollify__buttons--prev:hover {
  opacity: 1;
}

.scrollify__buttons--prev:hover {
  top: -5px;
}

.scrollify__buttons--next:hover {
  top: 5px;
}

.scrollify__buttons--center {
  width: 6px;
  height: 6px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.scrollify__section,
.scrollify__section > * {
  z-index: 20;
}

@media (max-width: 991.98px) {
  .scrollify__buttons {
    right: 16px;
  }
  .scrollify__buttons span:not(:last-child) {
    margin-bottom: 5px;
  }
  .scrollify__buttons span:not(:first-child) {
    margin-top: 5px;
  }
  .scrollify__buttons--next,
  .scrollify__buttons--prev {
    height: 60px;
    background-size: 8px 60px;
  }
}

@media (max-width: 575.98px) {
  .scrollify__buttons {
    right: 1rem;
  }
}

.preloader {
  position: fixed;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #1f1c1a;
  z-index: 1000000;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.side-open {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  z-index: 1090;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.menu-open {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 30px;
  height: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 767.98px) {
  .menu-open {
    width: 25px;
    height: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .menu-open {
    width: 35px;
    height: 25px;
  }
}

.menu-open span {
  height: 1px;
  background-color: #d17e33;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.menu-open:hover span {
  color: #ab6526;
}

.navbar {
  background-color: #1f1c1a;
  z-index: 1080;
  padding: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 0;
}

.navbar.nav-down {
  top: -80px !important;
}

.navbar.nav-down {
  top: 0 !important;
}

.navbar > .container {
  height: 100%;
  max-width: 90vw !important;
}

.navbar > .container > .row {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 100%;
  width: 100%;
  margin: 0 !important;
  border-bottom: 1px solid #413732;
  padding: 2rem 0;
}

.navbar > .container > .row > div[class*="col-"] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.navbar > .container > .row > div[class*="col-"]:first-child {
  padding-left: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 991.98px) {
  .navbar > .container > .row > div[class*="col-"]:first-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 0;
  }
}

.navbar > .container > .row > div[class*="col-"]:nth-child(3) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 991.98px) {
  .navbar > .container > .row > div[class*="col-"]:nth-child(3) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .navbar > .container > .row > div[class*="col-"]:nth-child(2) {
    display: none;
  }
}

.navbar > .container > .row > div[class*="col-"]:last-child {
  padding-right: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0;
}

.navbar.slide-down > .container > .row,
.navbar.slide-up > .container > .row,
.smallnav .container > .row {
  padding: 1rem 0 !important;
}

.navbar.slide-down {
  -webkit-animation: slide-down 0.7s;
  animation: slide-down 0.7s;
}

.navbar.slide-up {
  -webkit-animation: slide-up 0.7s;
  animation: slide-up 0.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes slide-down {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-down {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slide-up {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.navbar-brand {
  width: auto;
  height: 35px;
  padding: 0;
}

.navbar-brand img {
  height: 100%;
  width: auto;
}

@media (max-width: 991.98px) {
  .navbar-brand {
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-brand {
    height: 35px;
  }
}

.navbar-nav {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-nav .nav-item > * {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8125rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: inherit;
  font-size: 12px;
}

@media (max-width: 1199.98px) {
  .navbar-nav .nav-item > * {
    font-size: 0.7125rem;
  }
}

.navbar-nav .nav-item:hover > * {
  color: #d17e33;
}

.navbar-nav .nav-item:not(:last-child) {
  margin-right: 2.3125rem;
}
.footer-phone {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 1.5rem;
}
.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.phone a {
  line-height: 1;
}

.phone:after,
.phone:before {
  content: "";
  position: absolute;
  top: 30%;
  width: 30%;
  height: 1px;
  background-color: #fff;
}

.phone:after {
  right: 0;
}

.phone:before {
  left: 0;
}

.phone img {
  width: 16px;
  height: auto;
  margin: 0 auto;
}

.phone span {
  text-align: center;
  font-size: 0.8125rem;
  color: #d17e33;
  font-size: 12px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .phone img {
    position: relative;
    top: -6px;
  }
  .phone span {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .phone img {
    position: relative;
    top: -6px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1100;
  background-color: #1f1c1a;
  min-height: 100vh;
  width: 50%;
  padding: 0;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.overlay:not(.open) {
  display: none;
}

.overlay.open {
  overflow-y: scroll;
  height: 100%;
}

.overlay.open::-webkit-scrollbar {
  width: 0;
}

.overlay .menu-close {
  color: #d17e33;
  font-size: 1.5rem;
  cursor: pointer;
  position: absolute;
  top: 17px;
  right: 17px;
  z-index: 1110;
}

@media (max-width: 1199.98px) {
  .overlay {
    width: 65%;
  }
}

@media (max-width: 991.98px) {
  .overlay {
    width: 75%;
  }
}

@media (max-width: 767.98px) {
  .overlay {
    width: 100%;
  }
  .overlay__single--item,
  .overlay__single--r9-logo {
    display: none;
  }
  .overlay__single--item + .overlay__single--back,
  .overlay__single--item + .overlay__single--list-items {
    margin-top: 80px !important;
  }
}

@media screen and (max-height: 700px) {
  .overlay {
    height: 100%;
    overflow-y: scroll;
  }
}

.overlay__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.overlay__single--item {
  position: absolute;
  top: 0;
  max-width: 50%;
  z-index: 1101;
}

.overlay__single--item + .overlay__single--back {
  margin-top: 500px;
}

.overlay__single--item + .overlay__single--list-items {
  margin-top: 180px;
  width: 100%;
}

.overlay__single--list-item > ul {
  display: none;
}

.overlay__single--list-items {
  max-width: 100%;
  height: 100%;
  padding: 0;
  margin: -11% 0 0;
}

.overlay__single--list-items,
.overlay__single--list-items > * {
  z-index: 1103;
}

.overlay__single--list-items li {
  min-height: 60px;
  max-height: 70px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.overlay__single--list-items li:not(:last-child) {
  margin-bottom: 0.75rem;
}

.overlay__single--list-items li a {
  width: 100%;
  height: 100%;
}

.overlay__single--list-items li a svg {
  min-height: 50px;
  max-height: 60px;
  width: 100%;
}

.overlay__single--list-items li a svg .overlay__list-svg--1 {
  fill: #fff;
  font-size: 1.25rem;
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  /*!rtl: Cairo,Roboto,serif */
  font-weight: 300;
  letter-spacing: -0.024em;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.overlay__single--list-items li a svg .overlay__list-svg--2 {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.overlay__single--list-items li a svg .overlay__list-svg--3,
.overlay__single--list-items li a svg .overlay__list-svg--4 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
}

.overlay__single--list-items li a svg .overlay__list-svg--3 {
  stroke-miterlimit: 10;
}

.overlay__single--list-items li a.active svg .overlay__list-svg--1,
.overlay__single--list-items li a:hover svg .overlay__list-svg--1 {
  fill: #d17e33;
}

.overlay__single--list-items li a.active svg .overlay__list-svg--2,
.overlay__single--list-items li a:hover svg .overlay__list-svg--2 {
  opacity: 0.5;
}

.overlay__single--list-svgs {
  text-align: center;
  height: 100%;
  max-width: 55%;
  margin: 0;
}

@media (max-width: 450px) {
  .overlay__single--list-svgs {
    max-width: 75%;
  }
}

.overlay__single--list-svgs,
.overlay__single--list-svgs > * {
  z-index: 1103;
}

.overlay__single--list-svgs li {
  list-style: none;
  width: 100%;
  margin-bottom: 3rem;
}

.overlay__single--list-svgs li a {
  width: 100%;
  height: 100%;
}

.overlay__single--list-svgs li a svg {
  min-height: 100px;
  max-height: 100%;
  width: 100%;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.overlay__single--list-svgs li a.active svg,
.overlay__single--list-svgs li a:hover svg {
  opacity: 1;
}

.overlay__single--back {
  margin: 150px 0 75px 0;
  z-index: 1104;
  color: #fff;
  text-transform: uppercase;
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  /*!rtl: Cairo,Roboto,serif */
  font-weight: 400;
  text-align: center;
  font-size: 1.25rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.overlay__single--back .lnr {
  color: #d17e33;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 50%;
  left: -1.75rem;
  font-size: inherit;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay__single--back:hover .lnr {
  left: -2.25rem;
}

.overlay__single--r9-logo {
  margin: 2rem 0;
}

.overlay__single--r9-logo a svg {
  height: 40px;
  width: auto;
}

.overlay__single--r9-logo a svg .overlay__r9-logo--1 {
  opacity: 0.2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.overlay__single--r9-logo a svg .overlay__r9-logo--2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}

.overlay__single--r9-logo a svg .overlay__r9-logo--3 {
  fill: #fff;
}

.overlay__single--r9-logo a:hover svg .overlay__r9-logo--1 {
  opacity: 0.9;
}

.section__bg--video {
  overflow: hidden;
  background: 0 0;
  position: relative;
}

.section__bg--video .section__overlay--thumbnail,
.section__bg--video .section__overlay--video {
  width: 100%;
  height: calc((100vw * 9) / 16);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 992px) {
  .section__bg--video .section__overlay--video {
    display: initial;
  }
}

@media (max-width: 1199.98px) {
  .section__bg--video .section__overlay--video {
    display: none;
  }
}

@media (min-width: 992px) {
  .section__bg--video .section__overlay--thumbnail {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .section__bg--video .section__overlay--thumbnail {
    display: initial;
  }
}

.section__bg--video
  > :not(.section__overlay--thumbnail):not(.section__overlay--video) {
  z-index: 3;
}

.section__bg--overlay {
  position: relative;
}

.section__bg--overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.section__bg--gradient-blue {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(rgba(0, 123, 255, 0.1)),
    color-stop(rgba(0, 123, 255, 0.2)),
    color-stop(rgba(0, 123, 255, 0.2)),
    color-stop(rgba(0, 123, 255, 0.2)),
    color-stop(rgba(0, 123, 255, 0.1)),
    to(transparent)
  );
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 123, 255, 0.1),
    rgba(0, 123, 255, 0.2),
    rgba(0, 123, 255, 0.2),
    rgba(0, 123, 255, 0.2),
    rgba(0, 123, 255, 0.1),
    transparent
  );
}

.section__bg--gradient-indigo {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(rgba(102, 16, 242, 0.1)),
    color-stop(rgba(102, 16, 242, 0.2)),
    color-stop(rgba(102, 16, 242, 0.2)),
    color-stop(rgba(102, 16, 242, 0.2)),
    color-stop(rgba(102, 16, 242, 0.1)),
    to(transparent)
  );
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(102, 16, 242, 0.1),
    rgba(102, 16, 242, 0.2),
    rgba(102, 16, 242, 0.2),
    rgba(102, 16, 242, 0.2),
    rgba(102, 16, 242, 0.1),
    transparent
  );
}

.section__bg--gradient-purple {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(rgba(111, 66, 193, 0.1)),
    color-stop(rgba(111, 66, 193, 0.2)),
    color-stop(rgba(111, 66, 193, 0.2)),
    color-stop(rgba(111, 66, 193, 0.2)),
    color-stop(rgba(111, 66, 193, 0.1)),
    to(transparent)
  );
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(111, 66, 193, 0.1),
    rgba(111, 66, 193, 0.2),
    rgba(111, 66, 193, 0.2),
    rgba(111, 66, 193, 0.2),
    rgba(111, 66, 193, 0.1),
    transparent
  );
}

.section__bg--gradient-pink {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(rgba(232, 62, 140, 0.1)),
    color-stop(rgba(232, 62, 140, 0.2)),
    color-stop(rgba(232, 62, 140, 0.2)),
    color-stop(rgba(232, 62, 140, 0.2)),
    color-stop(rgba(232, 62, 140, 0.1)),
    to(transparent)
  );
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(232, 62, 140, 0.1),
    rgba(232, 62, 140, 0.2),
    rgba(232, 62, 140, 0.2),
    rgba(232, 62, 140, 0.2),
    rgba(232, 62, 140, 0.1),
    transparent
  );
}

.section__bg--gradient-red {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(rgba(220, 53, 69, 0.1)),
    color-stop(rgba(220, 53, 69, 0.2)),
    color-stop(rgba(220, 53, 69, 0.2)),
    color-stop(rgba(220, 53, 69, 0.2)),
    color-stop(rgba(220, 53, 69, 0.1)),
    to(transparent)
  );
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(220, 53, 69, 0.1),
    rgba(220, 53, 69, 0.2),
    rgba(220, 53, 69, 0.2),
    rgba(220, 53, 69, 0.2),
    rgba(220, 53, 69, 0.1),
    transparent
  );
}

.section__bg--gradient-orange {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(rgba(209, 126, 51, 0.1)),
    color-stop(rgba(209, 126, 51, 0.2)),
    color-stop(rgba(209, 126, 51, 0.2)),
    color-stop(rgba(209, 126, 51, 0.2)),
    color-stop(rgba(209, 126, 51, 0.1)),
    to(transparent)
  );
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(209, 126, 51, 0.1),
    rgba(209, 126, 51, 0.2),
    rgba(209, 126, 51, 0.2),
    rgba(209, 126, 51, 0.2),
    rgba(209, 126, 51, 0.1),
    transparent
  );
}

.section__bg--gradient-orange-dark {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(rgba(178, 86, 15, 0.1)),
    color-stop(rgba(178, 86, 15, 0.2)),
    color-stop(rgba(178, 86, 15, 0.2)),
    color-stop(rgba(178, 86, 15, 0.2)),
    color-stop(rgba(178, 86, 15, 0.1)),
    to(transparent)
  );
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(178, 86, 15, 0.1),
    rgba(178, 86, 15, 0.2),
    rgba(178, 86, 15, 0.2),
    rgba(178, 86, 15, 0.2),
    rgba(178, 86, 15, 0.1),
    transparent
  );
}

.section__bg--gradient-yellow {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(rgba(255, 193, 7, 0.1)),
    color-stop(rgba(255, 193, 7, 0.2)),
    color-stop(rgba(255, 193, 7, 0.2)),
    color-stop(rgba(255, 193, 7, 0.2)),
    color-stop(rgba(255, 193, 7, 0.1)),
    to(transparent)
  );
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(255, 193, 7, 0.1),
    rgba(255, 193, 7, 0.2),
    rgba(255, 193, 7, 0.2),
    rgba(255, 193, 7, 0.2),
    rgba(255, 193, 7, 0.1),
    transparent
  );
}

.section__bg--gradient-green {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(rgba(22, 157, 133, 0.1)),
    color-stop(rgba(22, 157, 133, 0.2)),
    color-stop(rgba(22, 157, 133, 0.2)),
    color-stop(rgba(22, 157, 133, 0.2)),
    color-stop(rgba(22, 157, 133, 0.1)),
    to(transparent)
  );
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(22, 157, 133, 0.1),
    rgba(22, 157, 133, 0.2),
    rgba(22, 157, 133, 0.2),
    rgba(22, 157, 133, 0.2),
    rgba(22, 157, 133, 0.1),
    transparent
  );
}

.section__bg--gradient-green-dark {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(rgba(40, 78, 72, 0.1)),
    color-stop(rgba(40, 78, 72, 0.2)),
    color-stop(rgba(40, 78, 72, 0.2)),
    color-stop(rgba(40, 78, 72, 0.2)),
    color-stop(rgba(40, 78, 72, 0.1)),
    to(transparent)
  );
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(40, 78, 72, 0.1),
    rgba(40, 78, 72, 0.2),
    rgba(40, 78, 72, 0.2),
    rgba(40, 78, 72, 0.2),
    rgba(40, 78, 72, 0.1),
    transparent
  );
}

.section__bg--gradient-teal {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(rgba(32, 201, 151, 0.1)),
    color-stop(rgba(32, 201, 151, 0.2)),
    color-stop(rgba(32, 201, 151, 0.2)),
    color-stop(rgba(32, 201, 151, 0.2)),
    color-stop(rgba(32, 201, 151, 0.1)),
    to(transparent)
  );
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(32, 201, 151, 0.1),
    rgba(32, 201, 151, 0.2),
    rgba(32, 201, 151, 0.2),
    rgba(32, 201, 151, 0.2),
    rgba(32, 201, 151, 0.1),
    transparent
  );
}

.section__bg--gradient-cyan {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(rgba(3, 159, 159, 0.1)),
    color-stop(rgba(3, 159, 159, 0.2)),
    color-stop(rgba(3, 159, 159, 0.2)),
    color-stop(rgba(3, 159, 159, 0.2)),
    color-stop(rgba(3, 159, 159, 0.1)),
    to(transparent)
  );
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(3, 159, 159, 0.1),
    rgba(3, 159, 159, 0.2),
    rgba(3, 159, 159, 0.2),
    rgba(3, 159, 159, 0.2),
    rgba(3, 159, 159, 0.1),
    transparent
  );
}

.section__bg--gradient-white {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(rgba(255, 255, 255, 0.1)),
    color-stop(rgba(255, 255, 255, 0.2)),
    color-stop(rgba(255, 255, 255, 0.2)),
    color-stop(rgba(255, 255, 255, 0.2)),
    color-stop(rgba(255, 255, 255, 0.1)),
    to(transparent)
  );
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.1),
    transparent
  );
}

.section__bg--gradient-gray {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(rgba(108, 117, 125, 0.1)),
    color-stop(rgba(108, 117, 125, 0.2)),
    color-stop(rgba(108, 117, 125, 0.2)),
    color-stop(rgba(108, 117, 125, 0.2)),
    color-stop(rgba(108, 117, 125, 0.1)),
    to(transparent)
  );
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(108, 117, 125, 0.1),
    rgba(108, 117, 125, 0.2),
    rgba(108, 117, 125, 0.2),
    rgba(108, 117, 125, 0.2),
    rgba(108, 117, 125, 0.1),
    transparent
  );
}

.section__bg--gradient-gray-dark {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(rgba(52, 58, 64, 0.1)),
    color-stop(rgba(52, 58, 64, 0.2)),
    color-stop(rgba(52, 58, 64, 0.2)),
    color-stop(rgba(52, 58, 64, 0.2)),
    color-stop(rgba(52, 58, 64, 0.1)),
    to(transparent)
  );
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(52, 58, 64, 0.1),
    rgba(52, 58, 64, 0.2),
    rgba(52, 58, 64, 0.2),
    rgba(52, 58, 64, 0.2),
    rgba(52, 58, 64, 0.1),
    transparent
  );
}

.section__bg--gradient-brown {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(rgba(31, 28, 26, 0.1)),
    color-stop(rgba(31, 28, 26, 0.2)),
    color-stop(rgba(31, 28, 26, 0.2)),
    color-stop(rgba(31, 28, 26, 0.2)),
    color-stop(rgba(31, 28, 26, 0.1)),
    to(transparent)
  );
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(31, 28, 26, 0.1),
    rgba(31, 28, 26, 0.2),
    rgba(31, 28, 26, 0.2),
    rgba(31, 28, 26, 0.2),
    rgba(31, 28, 26, 0.1),
    transparent
  );
}

.section__bg--gradient-brown-light {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(rgba(41, 32, 27, 0.1)),
    color-stop(rgba(41, 32, 27, 0.2)),
    color-stop(rgba(41, 32, 27, 0.2)),
    color-stop(rgba(41, 32, 27, 0.2)),
    color-stop(rgba(41, 32, 27, 0.1)),
    to(transparent)
  );
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(41, 32, 27, 0.1),
    rgba(41, 32, 27, 0.2),
    rgba(41, 32, 27, 0.2),
    rgba(41, 32, 27, 0.2),
    rgba(41, 32, 27, 0.1),
    transparent
  );
}

@media (max-aspect-ratio: 16 / 9) {
  .section__bg--video {
    width: 100%;
    overflow: hidden;
  }
  .section__bg--video .section__overlay--thumbnail,
  .section__bg--video .section__overlay--video {
    width: calc((100vh * 16) / 9);
    height: 100vh;
  }
  .section__bg--video .section__overlay--thumbnail {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}

.section__image,
.section__showcase,
.section__slider {
  width: 75%;
}

#about-we-do .section__image {
  width: 62%;
}

.section__image--right,
.section__showcase--right,
.section__slider--right {
  margin-left: auto;
}

.section__image--left,
.section__showcase--left,
.section__slider--left {
  margin-right: auto;
}

@media (max-width: 991.98px) {
  .section__image,
  .section__showcase,
  .section__slider {
    width: 85% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 575.98px) {
  .section__image,
  .section__showcase,
  .section__slider {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0;
    margin-left: 0;
  }
}

.section__image,
.section__slider {
  max-height: 540px;
}

.section__image {
  overflow: hidden;
}

.section__image img {
  width: 100%;
  height: auto;
}

.section__showcase > .row {
  margin: 0;
}

.section__showcase > .row > div[class="col-"] {
  padding: 0;
}

.section__showcase .showcase {
  margin-bottom: 1.25rem;
}

.home__main {
  min-height: 100vh;
  width: 100%;
  position: fixed !important;
  overflow: hidden;
  background: transparent url(../images/street-9.webp) no-repeat center center;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

/* .home__main:before{content:'';position:absolute;top:0;right:0;left:0;bottom:0;background-color:rgba(0,0,0,.85);z-index:2} */

.home__main > :not(.home__main--thumbnail):not(.home__main--video) {
  z-index: 3;
}

.home__main--thumbnail,
.home__main--video {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.home__main--video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(2px);
}

@media (min-width: 992px) {
  .home__main--video {
    display: initial;
  }
}

@media (max-width: 1199.98px) {
  .home__main--video {
    display: none;
  }
}

.home__main--thumbnail {
  width: auto;
  height: 100%;
}

@media (min-width: 992px) {
  .home__main--thumbnail {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .home__main--thumbnail {
    display: initial;
  }
}

.home__main--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  min-height: 100vh;
  width: 100%;
}

.home__main--logo {
  display: inline-block;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.home__main--title {
  color: #fff;
  font-weight: lighter;
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  /*!rtl: Cairo,Roboto,serif */
  font-size: 2.4rem;
  text-transform: uppercase;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2.125rem;
  line-height: 1;
}

.home__main--banner {
  width: 35%;
  margin-right: auto;
  margin-left: auto;
}

.home__main--banner svg .banner-1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 0.999px;
}

.home__main--banner svg .banner-2 {
  fill: #d17e33;
}

.home__main--banner svg .banner-3 {
  fill: #fff;
}

.home__main--banner svg .banner-3 tspan {
  font-family: Roboto, serif !important;
  /*!rtl: Cairo,Roboto,serif */
  letter-spacing: -0.024em;
}

.home__main--banner:first-of-type svg .banner-3 tspan {
  font-size: 0.8125rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .home__main--banner:first-of-type svg .banner-3 tspan {
    font-size: 1rem;
  }
}

.home__main--banner:last-of-type svg .banner-3 tspan {
  font-size: 1.2rem;
}

.home__main--down {
  width: 55px;
  height: 55px;
  margin-top: 5.75rem;
}

.home__main--down svg .main-down-arrow-1,
.home__main--down svg .main-down-arrow-2 {
  fill: none;
  stroke-miterlimit: 10;
}

.home__main--down svg .main-down-arrow-1 {
  stroke: #fff;
  width: 38px;
  height: 38px;
  -webkit-transform: translate(0.707px, 27.707px) rotate(-45deg) !important;
  /*!rtl: translate(27.707px, 0.707px) rotate(45deg)*/
  transform: translate(0.707px, 27.707px) rotate(-45deg) !important; /*!rtl: translate(27.707px, 0.707px) rotate(45deg)*/
}

.home__main--down svg .main-down-arrow-2 {
  stroke: #d17e33;
}

.home__main + nav.navbar {
  margin-top: 100vh;
}

@media (max-width: 1199.98px) {
  .home__main.section__bg--overlay:before {
    content: none;
  }
  .home__main--banner {
    width: 50%;
  }
}

@media (max-width: 991.98px) {
  .home__main--title {
    width: 90%;
  }
}

@media (max-width: 767.98px) {
  .home__main--down {
    margin-top: 4rem;
  }
  .home__main--banner {
    width: 40%;
  }
  .home__main--title {
    font-size: 2.5rem;
    margin-bottom: 4rem;
  }
  .home__main--logo img {
    width: 90px;
  }
}

@media (max-width: 575.98px) {
  .home__main--banner {
    width: 50%;
  }
}

@media screen and (max-height: 500px) {
  .home__main {
    height: 500px !important;
    min-height: 500px !important;
  }
  .home__main--container {
    min-height: 100% !important;
  }
  .home__main + nav.navbar {
    margin-top: 500px;
  }
}

.section__service {
  min-height: 100vh;
}

.section__service--item {
  position: relative;
}

.section__service--item,
.section__service--item > * {
  z-index: 10 !important;
}

.section__service--item img {
  position: absolute;
}

.section__service--content {
  padding: 10rem 0 25rem 0;
  position: relative;
}

.section__service--content .section__image,
.section__service--content .section__image > *,
.section__service--content .section__showcase,
.section__service--content .section__showcase > *,
.section__service--content .section__slider,
.section__service--content .section__slider > * {
  z-index: 100 !important;
}

.section__service--content .swiper-wrapper {
  padding-bottom: 5rem;
}

.section__service .brochure,
.section__service .brochure > * {
  z-index: 200 !important;
}

@media screen and (max-height: 500px) {
  .section__service {
    height: 100%;
    min-height: 500px;
  }
}

@media (max-width: 991.98px) {
  .section__service .brochure {
    top: 24rem;
  }
  .section__service .brochure__content:not(:last-child),
  .section__service .brochure__link:not(:last-child),
  .section__service .brochure__logo:not(:last-child),
  .section__service .brochure__title:not(:last-child) {
    margin-bottom: 5rem;
  }
  .section__service--content {
    padding: 15rem 0 25rem 0;
  }
  .section__service--content .swiper-wrapper {
    padding-bottom: 4rem;
  }
}

@media (max-width: 767.98px) {
  .section__service--content .swiper-wrapper {
    padding-bottom: 3rem;
  }
}

@media (max-width: 575.98px) {
  .section__service .brochure {
    top: 15rem;
    width: calc(100% - 2rem) !important;
    left: 1rem;
  }
  .section__service .brochure__content:not(:last-child),
  .section__service .brochure__link:not(:last-child),
  .section__service .brochure__logo:not(:last-child),
  .section__service .brochure__title:not(:last-child) {
    margin-bottom: 6rem;
  }
  .section__service--content {
    padding-bottom: 10rem;
  }
}

.brands {
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-height: 500px) {
  .brands {
    min-height: 700px;
  }
}

.brands__container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brands__single {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  width: 50%;
  max-width: 100%;
  min-height: 475px;
  height: 475px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.brands__single a,
.brands__single a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

.brands__single a img {
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-duration: 3s;
  transition-duration: 3s;
  -webkit-transform: scale(1);
  transform: scale(1);
  height: 120%;
}

.brands__single:hover a img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media (max-width: 767.98px) {
  .brands__single {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    width: 100%;
    min-height: 50vh;
    height: 50vh;
  }
}

.testimonial {
  min-height: 100vh;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-height: 500px) {
  .testimonial {
    height: 700px;
    min-height: 700px;
  }
}

.testimonial__container {
  width: 75%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .testimonial__container {
    width: 80%;
    height: 80%;
  }
}

@media (max-width: 575.98px) {
  .testimonial__container {
    width: 90%;
    height: 90%;
  }
}

.testimonial__slider {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonial__slider .swiper-container {
  padding-bottom: 4rem;
}

.inner__header {
  overflow-y: hidden;
  background-color: #1f1c1a;
  position: relative;
  z-index: 1;
}

.inner__header--container {
  padding: 11rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199.98px) {
  .inner__header--container {
    padding: 14rem 0 8rem;
  }
}

.inner__item {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 25%;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
}

.inner__item img {
  height: auto;
  display: inline-block;
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner__item {
    max-width: 25%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .inner__item {
    max-width: 35%;
  }
}

@media (max-width: 767.98px) {
  .inner__item {
    max-width: 45%;
  }
}

@media (max-width: 575.98px) {
  .inner__item {
    max-width: 55%;
  }
}

.inner__logo {
  max-width: 100%;
  width: 30%;
  height: auto;
}

@media (max-width: 1199.98px) {
  .inner__logo {
    width: 40%;
    height: auto;
  }
}

@media (max-width: 991.98px) {
  .inner__logo {
    width: 45%;
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .inner__logo {
    width: 60%;
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .inner__logo {
    width: 70%;
    height: auto;
  }
}

.inner__info {
  margin-top: 1rem;
  width: 40%;
  height: initial;
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 991.98px) {
  .inner__info {
    width: 60%;
    height: initial;
  }
}

@media (max-width: 767.98px) {
  .inner__info {
    width: 90%;
    height: initial;
  }
}

.inner__title {
  font-weight: 300;
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  /*!rtl: Cairo,Roboto,serif */
  font-size: 2.5rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1rem;
  position: relative;
}

.inner__title--underline {
  width: 25%;
  height: 1px;
  background-color: #fff;
}

.inner__description,
.inner__description h1 {
  margin-top: 8rem;
  color: #fff;
  font-family: Roboto, serif;
  /*!rtl: Cairo,Roboto,serif */
  font-size: 0.9rem;
  font-weight: 300;
}

.font-size-sm {
  font-size: 0.9rem !important;
}

.inner__description h1 {
  margin: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .inner__description {
    font-size: 1.25rem;
  }
}

.inner__more {
  font-size: 0.8125rem;
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  /*!rtl: Cairo,Roboto,serif */
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 3rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 991.98px) {
  .inner__more {
    font-size: 1.25rem;
  }
}

.inner__view-all {
  margin-top: 4rem;
  width: 60%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner__view-all {
    width: 70%;
  }
}

@media (max-width: 991.98px) {
  .inner__view-all {
    width: 75%;
  }
}

.inner__view-all a svg text,
.inner__view-all a svg text > tspan {
  fill: #fff;
  font-size: 0.8125rem;
  letter-spacing: -0.024em;
  font-family: Roboto, serif !important;
  /*!rtl: Cairo,Roboto,serif */
  text-transform: uppercase;
}

.inner__view-all a svg .view-all-projects-1,
.inner__view-all a svg .view-all-projects-2,
.inner__view-all a svg .view-all-projects-4 {
  fill: none;
}

.inner__view-all a svg .view-all-projects-1 {
  stroke: #d17e33;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.inner__view-all a svg .view-all-projects-1,
.inner__view-all a svg .view-all-projects-2 {
  stroke-miterlimit: 10;
}

.inner__view-all a svg .view-all-projects-2,
.inner__view-all a svg .view-all-projects-4 {
  stroke: #fff;
}

.inner__view-all a:hover svg .view-all-projects-1 {
  stroke: #fff;
}

.inner__frame svg {
  width: 50%;
  height: 100%;
}

.inner__frame svg .frame-down-1,
.inner__frame svg .frame-down-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.inner__main {
  overflow-y: hidden;
  position: relative;
}

.lets-have-coffee,
.lets-talk {
  min-height: calc(80vh - 100px);
  height: calc(100vh - 100px);
  position: relative;
}

.lets-have-coffee .container,
.lets-have-coffee .container > .row,
.lets-talk .container,
.lets-talk .container > .row {
  height: 100%;
}

.lets-have-coffee .container > .row > div[class*="col-"],
.lets-have-coffee .container > div[class*="col-"],
.lets-talk .container > .row > div[class*="col-"],
.lets-talk .container > div[class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lets-have-coffee__up,
.lets-talk__up {
  position: absolute;
  top: -25px;
  left: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: inherit;
  z-index: 8;
}

.lets-have-coffee__up,
.lets-have-coffee__up > a,
.lets-talk__up,
.lets-talk__up > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lets-have-coffee__up a,
.lets-talk__up a {
  width: 100%;
  height: 100%;
}

.lets-have-coffee__up a svg,
.lets-talk__up a svg {
  height: 40%;
  width: 40%;
}

.lets-have-coffee__up a svg .contact-up-1,
.lets-have-coffee__up a svg .contact-up-2,
.lets-talk__up a svg .contact-up-1,
.lets-talk__up a svg .contact-up-2 {
  fill: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.lets-have-coffee__up a svg .contact-up-1,
.lets-talk__up a svg .contact-up-1 {
  stroke-miterlimit: 10;
}

.lets-have-coffee__link,
.lets-talk__link {
  width: 100%;
  height: 40%;
}

.lets-have-coffee__link,
.lets-have-coffee__link > a,
.lets-talk__link,
.lets-talk__link > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lets-have-coffee__link a,
.lets-talk__link a {
  width: 45%;
  height: auto;
}

.lets-have-coffee__link a svg,
.lets-talk__link a svg {
  width: 100%;
  height: auto;
}

.lets-have-coffee__link svg,
.lets-talk__link svg {
  width: 25%;
  height: auto;
}

.lets-have-coffee__link svg .contact-link-1,
.lets-have-coffee__link svg .contact-link-2,
.lets-have-coffee__link svg .contact-link-3,
.lets-talk__link svg .contact-link-1,
.lets-talk__link svg .contact-link-2,
.lets-talk__link svg .contact-link-3 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.lets-have-coffee__link svg .contact-link-1,
.lets-talk__link svg .contact-link-1,
.lets-talk__link svg .contact-link-1 > tspan {
  font-family: Roboto, serif;
  letter-spacing: -0.024em;
  text-transform: uppercase;
}

.lets-have-coffee__link svg .contact-link-2,
.lets-have-coffee__link svg .contact-link-3,
.lets-talk__link svg .contact-link-2,
.lets-talk__link svg .contact-link-3 {
  fill: none;
  stroke-miterlimit: 10;
}

.lets-have-coffee__link svg .contact-link-frame-top-1,
.lets-talk__link svg .contact-link-frame-top-1 {
  opacity: 0.5;
}

.lets-have-coffee__link svg .contact-link-frame-top-2,
.lets-have-coffee__link svg .contact-link-frame-top-3,
.lets-talk__link svg .contact-link-frame-top-2,
.lets-talk__link svg .contact-link-frame-top-3 {
  fill: none;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.lets-have-coffee__link svg .contact-link-frame-top-2,
.lets-talk__link svg .contact-link-frame-top-2 {
  stroke-linejoin: round;
}

.lets-have-coffee__items,
.lets-talk__items {
  width: 100%;
  height: 100%;
  position: relative;
}

.lets-have-coffee__item,
.lets-talk__item {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  max-width: 100%;
  width: 520px;
  height: auto;
}

@media (max-width: 1199.98px) {
  .lets-have-coffee,
  .lets-talk {
    min-height: calc(100vh - 80px);
    height: calc(100vh - 80px);
  }
  .lets-have-coffee__item,
  .lets-talk__item {
    width: 85%;
    bottom: 85%;
    -webkit-transform: translate(50%, 100%);
    transform: translate(50%, 100%);
  }
}

@media (max-width: 991.98px) {
  .lets-have-coffee__item,
  .lets-talk__item {
    bottom: 100%;
    -webkit-transform: translate(50%, 100%);
    transform: translate(50%, 100%);
    width: 100%;
  }
  .clients__logo-container img {
    max-width: 120px !important;
  }
  .branding-prototypes .text-block {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}

@media (max-width: 767.98px) {
  .lets-have-coffee__link a svg,
  .lets-talk__link a svg {
    width: 90%;
  }
  .lets-have-coffee__item,
  .lets-talk__item {
    width: 50%;
    bottom: 100%;
    -webkit-transform: translate(50%, 75%);
    transform: translate(50%, 75%);
    padding-top: 3rem;
  }
  .more-brands .swiper-button-white {
    width: 50px;
  }
}

@media (max-width: 575.98px) {
  .lets-have-coffee__link a svg,
  .lets-talk__link a svg {
    width: 90%;
  }
  .lets-have-coffee__item,
  .lets-talk__item {
    width: 80%;
    bottom: 90%;
  }
  .lets-have-coffee,
  .lets-talk {
    height: calc(100vh);
  }
  .phone {
    filter: invert(81%) sepia(33%) saturate(7378%) hue-rotate(402deg)
      brightness(100%) contrast(80%);
  }
  .phone span {
    display: none;
  }
  .phone img {
    width: 18px;
    top: 0;
  }
  .lets-have-coffee__link a,
  .lets-talk__link a {
    width: 75%;
  }
  .overlay__single--item + .overlay__single--list-items {
    margin-top: 80px;
  }
  .overlay__single--item + .overlay__single--back {
    margin-top: 200px;
  }
  .branding-story .branding-progress img {
    max-width: 400px;
    width: 100%;
  }
  .branding-story h3 {
    font-size: 2rem !important;
  }
}

@media screen and (max-height: 500px) {
  .lets-have-coffee,
  .lets-talk {
    height: 700px;
    min-height: 700px;
  }
}

@media (max-width: 991.98px) {
  .lets-talk .container > .row > div[class*="col-"]:nth-child(1),
  .lets-talk .container > div[class*="col-"]:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .lets-talk .container > .row > div[class*="col-"]:nth-child(2),
  .lets-talk .container > div[class*="col-"]:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .lets-talk__link a {
    width: 70%;
    height: auto;
  }
}

.lets-talk__bg--blue {
  background-color: #007bff;
}

.lets-talk__bg--blue .lets-talk__up a svg .contact-up-1,
.lets-talk__bg--blue .lets-talk__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-talk__bg--blue .lets-talk__up a:hover svg .contact-up-1,
.lets-talk__bg--blue .lets-talk__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-talk__bg--blue .lets-talk__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-talk__bg--blue .lets-talk__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-talk__bg--blue .lets-talk__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-talk__bg--blue .lets-talk__link svg .contact-link-frame-top-2,
.lets-talk__bg--blue .lets-talk__link svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--blue .lets-talk__link a:hover svg .contact-link-2,
.lets-talk__bg--blue .lets-talk__link a:hover svg .contact-link-3,
.lets-talk__bg--blue .lets-talk__link a:hover svg .contact-link-frame-top-2,
.lets-talk__bg--blue .lets-talk__link a:hover svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--blue {
  background-color: #007bff;
}

.lets-have-coffee__bg--blue .lets-have-coffee__up a svg .contact-up-1,
.lets-have-coffee__bg--blue .lets-have-coffee__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-have-coffee__bg--blue .lets-have-coffee__up a:hover svg .contact-up-1,
.lets-have-coffee__bg--blue .lets-have-coffee__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-have-coffee__bg--blue .lets-have-coffee__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-have-coffee__bg--blue .lets-have-coffee__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-have-coffee__bg--blue .lets-have-coffee__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--blue
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--blue
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--blue .lets-have-coffee__link a:hover svg .contact-link-2,
.lets-have-coffee__bg--blue .lets-have-coffee__link a:hover svg .contact-link-3,
.lets-have-coffee__bg--blue
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--blue
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--indigo {
  background-color: #6610f2;
}

.lets-talk__bg--indigo .lets-talk__up a svg .contact-up-1,
.lets-talk__bg--indigo .lets-talk__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-talk__bg--indigo .lets-talk__up a:hover svg .contact-up-1,
.lets-talk__bg--indigo .lets-talk__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-talk__bg--indigo .lets-talk__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-talk__bg--indigo .lets-talk__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-talk__bg--indigo .lets-talk__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-talk__bg--indigo .lets-talk__link svg .contact-link-frame-top-2,
.lets-talk__bg--indigo .lets-talk__link svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--indigo .lets-talk__link a:hover svg .contact-link-2,
.lets-talk__bg--indigo .lets-talk__link a:hover svg .contact-link-3,
.lets-talk__bg--indigo .lets-talk__link a:hover svg .contact-link-frame-top-2,
.lets-talk__bg--indigo .lets-talk__link a:hover svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--indigo {
  background-color: #6610f2;
}

.lets-have-coffee__bg--indigo .lets-have-coffee__up a svg .contact-up-1,
.lets-have-coffee__bg--indigo .lets-have-coffee__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-have-coffee__bg--indigo .lets-have-coffee__up a:hover svg .contact-up-1,
.lets-have-coffee__bg--indigo .lets-have-coffee__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-have-coffee__bg--indigo .lets-have-coffee__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-have-coffee__bg--indigo .lets-have-coffee__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-have-coffee__bg--indigo .lets-have-coffee__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--indigo
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--indigo
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--indigo
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-2,
.lets-have-coffee__bg--indigo
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-3,
.lets-have-coffee__bg--indigo
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--indigo
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--purple {
  background-color: #6f42c1;
}

.lets-talk__bg--purple .lets-talk__up a svg .contact-up-1,
.lets-talk__bg--purple .lets-talk__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-talk__bg--purple .lets-talk__up a:hover svg .contact-up-1,
.lets-talk__bg--purple .lets-talk__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-talk__bg--purple .lets-talk__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-talk__bg--purple .lets-talk__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-talk__bg--purple .lets-talk__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-talk__bg--purple .lets-talk__link svg .contact-link-frame-top-2,
.lets-talk__bg--purple .lets-talk__link svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--purple .lets-talk__link a:hover svg .contact-link-2,
.lets-talk__bg--purple .lets-talk__link a:hover svg .contact-link-3,
.lets-talk__bg--purple .lets-talk__link a:hover svg .contact-link-frame-top-2,
.lets-talk__bg--purple .lets-talk__link a:hover svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--purple {
  background-color: #6f42c1;
}

.lets-have-coffee__bg--purple .lets-have-coffee__up a svg .contact-up-1,
.lets-have-coffee__bg--purple .lets-have-coffee__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-have-coffee__bg--purple .lets-have-coffee__up a:hover svg .contact-up-1,
.lets-have-coffee__bg--purple .lets-have-coffee__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-have-coffee__bg--purple .lets-have-coffee__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-have-coffee__bg--purple .lets-have-coffee__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-have-coffee__bg--purple .lets-have-coffee__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--purple
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--purple
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--purple
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-2,
.lets-have-coffee__bg--purple
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-3,
.lets-have-coffee__bg--purple
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--purple
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--pink {
  background-color: #e83e8c;
}

.lets-talk__bg--pink .lets-talk__up a svg .contact-up-1,
.lets-talk__bg--pink .lets-talk__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-talk__bg--pink .lets-talk__up a:hover svg .contact-up-1,
.lets-talk__bg--pink .lets-talk__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-talk__bg--pink .lets-talk__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-talk__bg--pink .lets-talk__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-talk__bg--pink .lets-talk__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-talk__bg--pink .lets-talk__link svg .contact-link-frame-top-2,
.lets-talk__bg--pink .lets-talk__link svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--pink .lets-talk__link a:hover svg .contact-link-2,
.lets-talk__bg--pink .lets-talk__link a:hover svg .contact-link-3,
.lets-talk__bg--pink .lets-talk__link a:hover svg .contact-link-frame-top-2,
.lets-talk__bg--pink .lets-talk__link a:hover svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--pink {
  background-color: #e83e8c;
}

.lets-have-coffee__bg--pink .lets-have-coffee__up a svg .contact-up-1,
.lets-have-coffee__bg--pink .lets-have-coffee__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-have-coffee__bg--pink .lets-have-coffee__up a:hover svg .contact-up-1,
.lets-have-coffee__bg--pink .lets-have-coffee__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-have-coffee__bg--pink .lets-have-coffee__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-have-coffee__bg--pink .lets-have-coffee__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-have-coffee__bg--pink .lets-have-coffee__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--pink
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--pink
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--pink .lets-have-coffee__link a:hover svg .contact-link-2,
.lets-have-coffee__bg--pink .lets-have-coffee__link a:hover svg .contact-link-3,
.lets-have-coffee__bg--pink
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--pink
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--red {
  background-color: #dc3545;
}

.lets-talk__bg--red .lets-talk__up a svg .contact-up-1,
.lets-talk__bg--red .lets-talk__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-talk__bg--red .lets-talk__up a:hover svg .contact-up-1,
.lets-talk__bg--red .lets-talk__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-talk__bg--red .lets-talk__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-talk__bg--red .lets-talk__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-talk__bg--red .lets-talk__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-talk__bg--red .lets-talk__link svg .contact-link-frame-top-2,
.lets-talk__bg--red .lets-talk__link svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--red .lets-talk__link a:hover svg .contact-link-2,
.lets-talk__bg--red .lets-talk__link a:hover svg .contact-link-3,
.lets-talk__bg--red .lets-talk__link a:hover svg .contact-link-frame-top-2,
.lets-talk__bg--red .lets-talk__link a:hover svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--red {
  background-color: #dc3545;
}

.lets-have-coffee__bg--red .lets-have-coffee__up a svg .contact-up-1,
.lets-have-coffee__bg--red .lets-have-coffee__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-have-coffee__bg--red .lets-have-coffee__up a:hover svg .contact-up-1,
.lets-have-coffee__bg--red .lets-have-coffee__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-have-coffee__bg--red .lets-have-coffee__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-have-coffee__bg--red .lets-have-coffee__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-have-coffee__bg--red .lets-have-coffee__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--red
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--red
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--red .lets-have-coffee__link a:hover svg .contact-link-2,
.lets-have-coffee__bg--red .lets-have-coffee__link a:hover svg .contact-link-3,
.lets-have-coffee__bg--red
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--red
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--orange {
  background-color: #d17e33;
}

.lets-talk__bg--orange .lets-talk__up a svg .contact-up-1,
.lets-talk__bg--orange .lets-talk__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-talk__bg--orange .lets-talk__up a:hover svg .contact-up-1,
.lets-talk__bg--orange .lets-talk__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-talk__bg--orange .lets-talk__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-talk__bg--orange .lets-talk__link svg .contact-link-2 {
  stroke: #fff !important;
}

.lets-talk__bg--orange .lets-talk__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-talk__bg--orange .lets-talk__link svg .contact-link-frame-top-2,
.lets-talk__bg--orange .lets-talk__link svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--orange .lets-talk__link a:hover svg .contact-link-2,
.lets-talk__bg--orange .lets-talk__link a:hover svg .contact-link-3,
.lets-talk__bg--orange .lets-talk__link a:hover svg .contact-link-frame-top-2,
.lets-talk__bg--orange .lets-talk__link a:hover svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--orange {
  background-color: #d17e33;
}

.lets-have-coffee__bg--orange .lets-have-coffee__up a svg .contact-up-1,
.lets-have-coffee__bg--orange .lets-have-coffee__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-have-coffee__bg--orange .lets-have-coffee__up a:hover svg .contact-up-1,
.lets-have-coffee__bg--orange .lets-have-coffee__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-have-coffee__bg--orange .lets-have-coffee__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-have-coffee__bg--orange .lets-have-coffee__link svg .contact-link-2 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--orange .lets-have-coffee__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--orange
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--orange
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--orange
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-2,
.lets-have-coffee__bg--orange
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-3,
.lets-have-coffee__bg--orange
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--orange
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--orange-dark {
  background-color: #b2560f;
}

.lets-talk__bg--orange-dark .lets-talk__up a svg .contact-up-1,
.lets-talk__bg--orange-dark .lets-talk__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-talk__bg--orange-dark .lets-talk__up a:hover svg .contact-up-1,
.lets-talk__bg--orange-dark .lets-talk__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-talk__bg--orange-dark .lets-talk__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-talk__bg--orange-dark .lets-talk__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-talk__bg--orange-dark .lets-talk__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-talk__bg--orange-dark .lets-talk__link svg .contact-link-frame-top-2,
.lets-talk__bg--orange-dark .lets-talk__link svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--orange-dark .lets-talk__link a:hover svg .contact-link-2,
.lets-talk__bg--orange-dark .lets-talk__link a:hover svg .contact-link-3,
.lets-talk__bg--orange-dark
  .lets-talk__link
  a:hover
  svg
  .contact-link-frame-top-2,
.lets-talk__bg--orange-dark
  .lets-talk__link
  a:hover
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--orange-dark {
  background-color: #b2560f;
}

.lets-have-coffee__bg--orange-dark .lets-have-coffee__up a svg .contact-up-1,
.lets-have-coffee__bg--orange-dark .lets-have-coffee__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-have-coffee__bg--orange-dark
  .lets-have-coffee__up
  a:hover
  svg
  .contact-up-1,
.lets-have-coffee__bg--orange-dark
  .lets-have-coffee__up
  a:hover
  svg
  .contact-up-2 {
  stroke: #fff;
}

.lets-have-coffee__bg--orange-dark .lets-have-coffee__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-have-coffee__bg--orange-dark .lets-have-coffee__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-have-coffee__bg--orange-dark .lets-have-coffee__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--orange-dark
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--orange-dark
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--orange-dark
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-2,
.lets-have-coffee__bg--orange-dark
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-3,
.lets-have-coffee__bg--orange-dark
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--orange-dark
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--yellow {
  background-color: #ffc107;
}

.lets-talk__bg--yellow .lets-talk__up a svg .contact-up-1,
.lets-talk__bg--yellow .lets-talk__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-talk__bg--yellow .lets-talk__up a:hover svg .contact-up-1,
.lets-talk__bg--yellow .lets-talk__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-talk__bg--yellow .lets-talk__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-talk__bg--yellow .lets-talk__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-talk__bg--yellow .lets-talk__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-talk__bg--yellow .lets-talk__link svg .contact-link-frame-top-2,
.lets-talk__bg--yellow .lets-talk__link svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--yellow .lets-talk__link a:hover svg .contact-link-2,
.lets-talk__bg--yellow .lets-talk__link a:hover svg .contact-link-3,
.lets-talk__bg--yellow .lets-talk__link a:hover svg .contact-link-frame-top-2,
.lets-talk__bg--yellow .lets-talk__link a:hover svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--yellow {
  background-color: #ffc107;
}

.lets-have-coffee__bg--yellow .lets-have-coffee__up a svg .contact-up-1,
.lets-have-coffee__bg--yellow .lets-have-coffee__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-have-coffee__bg--yellow .lets-have-coffee__up a:hover svg .contact-up-1,
.lets-have-coffee__bg--yellow .lets-have-coffee__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-have-coffee__bg--yellow .lets-have-coffee__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-have-coffee__bg--yellow .lets-have-coffee__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-have-coffee__bg--yellow .lets-have-coffee__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--yellow
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--yellow
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--yellow
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-2,
.lets-have-coffee__bg--yellow
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-3,
.lets-have-coffee__bg--yellow
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--yellow
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--green {
  background-color: #169d85;
}

.lets-talk__bg--green .lets-talk__up a svg .contact-up-1,
.lets-talk__bg--green .lets-talk__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-talk__bg--green .lets-talk__up a:hover svg .contact-up-1,
.lets-talk__bg--green .lets-talk__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-talk__bg--green .lets-talk__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-talk__bg--green .lets-talk__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-talk__bg--green .lets-talk__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-talk__bg--green .lets-talk__link svg .contact-link-frame-top-2,
.lets-talk__bg--green .lets-talk__link svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--green .lets-talk__link a:hover svg .contact-link-2,
.lets-talk__bg--green .lets-talk__link a:hover svg .contact-link-3,
.lets-talk__bg--green .lets-talk__link a:hover svg .contact-link-frame-top-2,
.lets-talk__bg--green .lets-talk__link a:hover svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--green {
  background-color: #169d85;
}

.lets-have-coffee__bg--green .lets-have-coffee__up a svg .contact-up-1,
.lets-have-coffee__bg--green .lets-have-coffee__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-have-coffee__bg--green .lets-have-coffee__up a:hover svg .contact-up-1,
.lets-have-coffee__bg--green .lets-have-coffee__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-have-coffee__bg--green .lets-have-coffee__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-have-coffee__bg--green .lets-have-coffee__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-have-coffee__bg--green .lets-have-coffee__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--green
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--green
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--green
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-2,
.lets-have-coffee__bg--green
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-3,
.lets-have-coffee__bg--green
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--green
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--green-dark {
  background-color: #284e48;
}

.lets-talk__bg--green-dark .lets-talk__up a svg .contact-up-1,
.lets-talk__bg--green-dark .lets-talk__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-talk__bg--green-dark .lets-talk__up a:hover svg .contact-up-1,
.lets-talk__bg--green-dark .lets-talk__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-talk__bg--green-dark .lets-talk__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-talk__bg--green-dark .lets-talk__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-talk__bg--green-dark .lets-talk__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-talk__bg--green-dark .lets-talk__link svg .contact-link-frame-top-2,
.lets-talk__bg--green-dark .lets-talk__link svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--green-dark .lets-talk__link a:hover svg .contact-link-2,
.lets-talk__bg--green-dark .lets-talk__link a:hover svg .contact-link-3,
.lets-talk__bg--green-dark
  .lets-talk__link
  a:hover
  svg
  .contact-link-frame-top-2,
.lets-talk__bg--green-dark
  .lets-talk__link
  a:hover
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--green-dark {
  background-color: #284e48;
}

.lets-have-coffee__bg--green-dark .lets-have-coffee__up a svg .contact-up-1,
.lets-have-coffee__bg--green-dark .lets-have-coffee__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-have-coffee__bg--green-dark
  .lets-have-coffee__up
  a:hover
  svg
  .contact-up-1,
.lets-have-coffee__bg--green-dark
  .lets-have-coffee__up
  a:hover
  svg
  .contact-up-2 {
  stroke: #fff;
}

.lets-have-coffee__bg--green-dark .lets-have-coffee__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-have-coffee__bg--green-dark .lets-have-coffee__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-have-coffee__bg--green-dark .lets-have-coffee__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--green-dark
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--green-dark
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--green-dark
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-2,
.lets-have-coffee__bg--green-dark
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-3,
.lets-have-coffee__bg--green-dark
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--green-dark
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--teal {
  background-color: #20c997;
}

.lets-talk__bg--teal .lets-talk__up a svg .contact-up-1,
.lets-talk__bg--teal .lets-talk__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-talk__bg--teal .lets-talk__up a:hover svg .contact-up-1,
.lets-talk__bg--teal .lets-talk__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-talk__bg--teal .lets-talk__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-talk__bg--teal .lets-talk__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-talk__bg--teal .lets-talk__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-talk__bg--teal .lets-talk__link svg .contact-link-frame-top-2,
.lets-talk__bg--teal .lets-talk__link svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--teal .lets-talk__link a:hover svg .contact-link-2,
.lets-talk__bg--teal .lets-talk__link a:hover svg .contact-link-3,
.lets-talk__bg--teal .lets-talk__link a:hover svg .contact-link-frame-top-2,
.lets-talk__bg--teal .lets-talk__link a:hover svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--teal {
  background-color: #20c997;
}

.lets-have-coffee__bg--teal .lets-have-coffee__up a svg .contact-up-1,
.lets-have-coffee__bg--teal .lets-have-coffee__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-have-coffee__bg--teal .lets-have-coffee__up a:hover svg .contact-up-1,
.lets-have-coffee__bg--teal .lets-have-coffee__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-have-coffee__bg--teal .lets-have-coffee__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-have-coffee__bg--teal .lets-have-coffee__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-have-coffee__bg--teal .lets-have-coffee__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--teal
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--teal
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--teal .lets-have-coffee__link a:hover svg .contact-link-2,
.lets-have-coffee__bg--teal .lets-have-coffee__link a:hover svg .contact-link-3,
.lets-have-coffee__bg--teal
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--teal
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--cyan {
  background-color: #039f9f;
}

.lets-talk__bg--cyan .lets-talk__up a svg .contact-up-1,
.lets-talk__bg--cyan .lets-talk__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-talk__bg--cyan .lets-talk__up a:hover svg .contact-up-1,
.lets-talk__bg--cyan .lets-talk__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-talk__bg--cyan .lets-talk__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-talk__bg--cyan .lets-talk__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-talk__bg--cyan .lets-talk__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-talk__bg--cyan .lets-talk__link svg .contact-link-frame-top-2,
.lets-talk__bg--cyan .lets-talk__link svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--cyan .lets-talk__link a:hover svg .contact-link-2,
.lets-talk__bg--cyan .lets-talk__link a:hover svg .contact-link-3,
.lets-talk__bg--cyan .lets-talk__link a:hover svg .contact-link-frame-top-2,
.lets-talk__bg--cyan .lets-talk__link a:hover svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--cyan {
  background-color: #039f9f;
}

.lets-have-coffee__bg--cyan .lets-have-coffee__up a svg .contact-up-1,
.lets-have-coffee__bg--cyan .lets-have-coffee__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-have-coffee__bg--cyan .lets-have-coffee__up a:hover svg .contact-up-1,
.lets-have-coffee__bg--cyan .lets-have-coffee__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-have-coffee__bg--cyan .lets-have-coffee__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-have-coffee__bg--cyan .lets-have-coffee__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-have-coffee__bg--cyan .lets-have-coffee__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--cyan
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--cyan
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--cyan .lets-have-coffee__link a:hover svg .contact-link-2,
.lets-have-coffee__bg--cyan .lets-have-coffee__link a:hover svg .contact-link-3,
.lets-have-coffee__bg--cyan
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--cyan
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--white {
  background-color: #fff;
}

.lets-talk__bg--white .lets-talk__up a svg .contact-up-1,
.lets-talk__bg--white .lets-talk__up a svg .contact-up-2 {
  stroke: rgba(33, 37, 41, 0.5);
}

.lets-talk__bg--white .lets-talk__up a:hover svg .contact-up-1,
.lets-talk__bg--white .lets-talk__up a:hover svg .contact-up-2 {
  stroke: #212529;
}

.lets-talk__bg--white .lets-talk__link svg .contact-link-1 {
  fill: #212529 !important;
}

.lets-talk__bg--white .lets-talk__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-talk__bg--white .lets-talk__link svg .contact-link-3 {
  stroke: #383f45 !important;
}

.lets-talk__bg--white .lets-talk__link svg .contact-link-frame-top-2,
.lets-talk__bg--white .lets-talk__link svg .contact-link-frame-top-3 {
  stroke: #212529 !important;
}

.lets-talk__bg--white .lets-talk__link a:hover svg .contact-link-2,
.lets-talk__bg--white .lets-talk__link a:hover svg .contact-link-3,
.lets-talk__bg--white .lets-talk__link a:hover svg .contact-link-frame-top-2,
.lets-talk__bg--white .lets-talk__link a:hover svg .contact-link-frame-top-3 {
  stroke: #212529 !important;
}

.lets-have-coffee__bg--white {
  background-color: #fff;
}

.lets-have-coffee__bg--white .lets-have-coffee__up a svg .contact-up-1,
.lets-have-coffee__bg--white .lets-have-coffee__up a svg .contact-up-2 {
  stroke: rgba(33, 37, 41, 0.5);
}

.lets-have-coffee__bg--white .lets-have-coffee__up a:hover svg .contact-up-1,
.lets-have-coffee__bg--white .lets-have-coffee__up a:hover svg .contact-up-2 {
  stroke: #212529;
}

.lets-have-coffee__bg--white .lets-have-coffee__link svg .contact-link-1 {
  fill: #212529 !important;
}

.lets-have-coffee__bg--white .lets-have-coffee__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-have-coffee__bg--white .lets-have-coffee__link svg .contact-link-3 {
  stroke: #383f45 !important;
}

.lets-have-coffee__bg--white
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--white
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-3 {
  stroke: #212529 !important;
}

.lets-have-coffee__bg--white
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-2,
.lets-have-coffee__bg--white
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-3,
.lets-have-coffee__bg--white
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--white
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-3 {
  stroke: #212529 !important;
}

.lets-talk__bg--gray {
  background-color: #6c757d;
}

.lets-talk__bg--gray .lets-talk__up a svg .contact-up-1,
.lets-talk__bg--gray .lets-talk__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-talk__bg--gray .lets-talk__up a:hover svg .contact-up-1,
.lets-talk__bg--gray .lets-talk__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-talk__bg--gray .lets-talk__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-talk__bg--gray .lets-talk__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-talk__bg--gray .lets-talk__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-talk__bg--gray .lets-talk__link svg .contact-link-frame-top-2,
.lets-talk__bg--gray .lets-talk__link svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--gray .lets-talk__link a:hover svg .contact-link-2,
.lets-talk__bg--gray .lets-talk__link a:hover svg .contact-link-3,
.lets-talk__bg--gray .lets-talk__link a:hover svg .contact-link-frame-top-2,
.lets-talk__bg--gray .lets-talk__link a:hover svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--gray {
  background-color: #6c757d;
}

.lets-have-coffee__bg--gray .lets-have-coffee__up a svg .contact-up-1,
.lets-have-coffee__bg--gray .lets-have-coffee__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-have-coffee__bg--gray .lets-have-coffee__up a:hover svg .contact-up-1,
.lets-have-coffee__bg--gray .lets-have-coffee__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-have-coffee__bg--gray .lets-have-coffee__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-have-coffee__bg--gray .lets-have-coffee__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-have-coffee__bg--gray .lets-have-coffee__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--gray
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--gray
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--gray .lets-have-coffee__link a:hover svg .contact-link-2,
.lets-have-coffee__bg--gray .lets-have-coffee__link a:hover svg .contact-link-3,
.lets-have-coffee__bg--gray
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--gray
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--gray-dark {
  background-color: #343a40;
}

.lets-talk__bg--gray-dark .lets-talk__up a svg .contact-up-1,
.lets-talk__bg--gray-dark .lets-talk__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-talk__bg--gray-dark .lets-talk__up a:hover svg .contact-up-1,
.lets-talk__bg--gray-dark .lets-talk__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-talk__bg--gray-dark .lets-talk__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-talk__bg--gray-dark .lets-talk__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-talk__bg--gray-dark .lets-talk__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-talk__bg--gray-dark .lets-talk__link svg .contact-link-frame-top-2,
.lets-talk__bg--gray-dark .lets-talk__link svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--gray-dark .lets-talk__link a:hover svg .contact-link-2,
.lets-talk__bg--gray-dark .lets-talk__link a:hover svg .contact-link-3,
.lets-talk__bg--gray-dark
  .lets-talk__link
  a:hover
  svg
  .contact-link-frame-top-2,
.lets-talk__bg--gray-dark
  .lets-talk__link
  a:hover
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--gray-dark {
  background-color: #343a40;
}

.lets-have-coffee__bg--gray-dark .lets-have-coffee__up a svg .contact-up-1,
.lets-have-coffee__bg--gray-dark .lets-have-coffee__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-have-coffee__bg--gray-dark
  .lets-have-coffee__up
  a:hover
  svg
  .contact-up-1,
.lets-have-coffee__bg--gray-dark
  .lets-have-coffee__up
  a:hover
  svg
  .contact-up-2 {
  stroke: #fff;
}

.lets-have-coffee__bg--gray-dark .lets-have-coffee__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-have-coffee__bg--gray-dark .lets-have-coffee__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-have-coffee__bg--gray-dark .lets-have-coffee__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--gray-dark
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--gray-dark
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--gray-dark
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-2,
.lets-have-coffee__bg--gray-dark
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-3,
.lets-have-coffee__bg--gray-dark
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--gray-dark
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--brown {
  background-color: #1f1c1a;
}

.lets-talk__bg--brown .lets-talk__up a svg .contact-up-1,
.lets-talk__bg--brown .lets-talk__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-talk__bg--brown .lets-talk__up a:hover svg .contact-up-1,
.lets-talk__bg--brown .lets-talk__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-talk__bg--brown .lets-talk__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-talk__bg--brown .lets-talk__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-talk__bg--brown .lets-talk__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-talk__bg--brown .lets-talk__link svg .contact-link-frame-top-2,
.lets-talk__bg--brown .lets-talk__link svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--brown .lets-talk__link a:hover svg .contact-link-2,
.lets-talk__bg--brown .lets-talk__link a:hover svg .contact-link-3,
.lets-talk__bg--brown .lets-talk__link a:hover svg .contact-link-frame-top-2,
.lets-talk__bg--brown .lets-talk__link a:hover svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--brown {
  background-color: #1f1c1a;
}

.lets-have-coffee__bg--brown .lets-have-coffee__up a svg .contact-up-1,
.lets-have-coffee__bg--brown .lets-have-coffee__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-have-coffee__bg--brown .lets-have-coffee__up a:hover svg .contact-up-1,
.lets-have-coffee__bg--brown .lets-have-coffee__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-have-coffee__bg--brown .lets-have-coffee__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-have-coffee__bg--brown .lets-have-coffee__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-have-coffee__bg--brown .lets-have-coffee__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--brown
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--brown
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--brown
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-2,
.lets-have-coffee__bg--brown
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-3,
.lets-have-coffee__bg--brown
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--brown
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--brown-light {
  background-color: #29201b;
}

.lets-talk__bg--brown-light .lets-talk__up a svg .contact-up-1,
.lets-talk__bg--brown-light .lets-talk__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-talk__bg--brown-light .lets-talk__up a:hover svg .contact-up-1,
.lets-talk__bg--brown-light .lets-talk__up a:hover svg .contact-up-2 {
  stroke: #fff;
}

.lets-talk__bg--brown-light .lets-talk__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-talk__bg--brown-light .lets-talk__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-talk__bg--brown-light .lets-talk__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-talk__bg--brown-light .lets-talk__link svg .contact-link-frame-top-2,
.lets-talk__bg--brown-light .lets-talk__link svg .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-talk__bg--brown-light .lets-talk__link a:hover svg .contact-link-2,
.lets-talk__bg--brown-light .lets-talk__link a:hover svg .contact-link-3,
.lets-talk__bg--brown-light
  .lets-talk__link
  a:hover
  svg
  .contact-link-frame-top-2,
.lets-talk__bg--brown-light
  .lets-talk__link
  a:hover
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--brown-light {
  background-color: #29201b;
}

.lets-have-coffee__bg--brown-light .lets-have-coffee__up a svg .contact-up-1,
.lets-have-coffee__bg--brown-light .lets-have-coffee__up a svg .contact-up-2 {
  stroke: rgba(255, 255, 255, 0.5);
}

.lets-have-coffee__bg--brown-light
  .lets-have-coffee__up
  a:hover
  svg
  .contact-up-1,
.lets-have-coffee__bg--brown-light
  .lets-have-coffee__up
  a:hover
  svg
  .contact-up-2 {
  stroke: #fff;
}

.lets-have-coffee__bg--brown-light .lets-have-coffee__link svg .contact-link-1 {
  fill: #fff !important;
}

.lets-have-coffee__bg--brown-light .lets-have-coffee__link svg .contact-link-2 {
  stroke: #d17e33 !important;
}

.lets-have-coffee__bg--brown-light .lets-have-coffee__link svg .contact-link-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--brown-light
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--brown-light
  .lets-have-coffee__link
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.lets-have-coffee__bg--brown-light
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-2,
.lets-have-coffee__bg--brown-light
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-3,
.lets-have-coffee__bg--brown-light
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-2,
.lets-have-coffee__bg--brown-light
  .lets-have-coffee__link
  a:hover
  svg
  .contact-link-frame-top-3 {
  stroke: #fff !important;
}

.clients {
  min-height: 100vh;
  width: 100%;
  background-color: #f7f4ef;
  overflow: hidden;
}

.clients__item {
  position: relative;
  z-index: 1;
}

.clients__item img {
  position: absolute;
  top: -210px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991.98px) {
  .clients__item img {
    max-width: 30%;
  }
}

@media (max-width: 575.98px) {
  .clients__item img {
    max-width: 70%;
    top: -15rem;
  }
}

.clients__content {
  padding-top: 288px;
  padding-bottom: 0px;
}

@media (max-width: 991.98px) {
  .clients__content {
    padding-top: 244px;
  }
}

@media (max-width: 767.98px) {
  .clients__content {
    padding-top: 200px;
  }
}

@media (max-width: 575.98px) {
  .clients__content {
    padding-top: 215px;
  }
}

.clients__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.625rem;
  color: #463d36;
  font-weight: lighter;
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  /*!rtl: Cairo,Roboto,serif */
  text-align: center;
  text-transform: uppercase;
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  display: none !important;
}

@media (max-width: 991.98px) {
  .clients__title {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .clients__title {
    width: 75%;
  }
}

@media (max-width: 575.98px) {
  .clients__title {
    width: 100%;
  }
}

.clients__title svg {
  width: 42%;
  margin-top: 1.375rem;
  height: auto;
}

.clients__title svg .sec-title-line-1,
.clients__title svg .sec-title-line-3 {
  fill: none;
}

.clients__title svg .sec-title-line-1 {
  stroke: #a19182;
}

.clients__title svg .sec-title-line-2 {
  stroke: none;
}

.clients__logos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.clients__logo-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(20% - 60px);
  flex: 1 0 calc(20% - 60px);
  width: calc(20% - 60px);
  max-width: 100%;
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  text-align: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin-bottom: 5%;
  height: 120px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #463d36;
  line-height: 1;
  justify-content: center;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.clients__logo-container img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  max-width: 40%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.client_name {
  margin-top: 1rem;
  opacity: 0.5;
  font-size: 0.8rem;
  text-transform: uppercase;
  width: 100%;
}

.clients__logo-container:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

@media (max-width: 991.98px) {
  .clients__logo-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(33.333333333333336% - 40px);
    flex: 1 0 calc(33.333333333333336% - 40px);
    width: calc(33.333333333333336% - 40px);
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .clients__logo-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 20px);
    flex: 1 0 calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px 10px 10px;
  }
}

@media screen and (max-height: 500px) {
  .clients {
    height: 100%;
    min-height: 500px;
  }
}

.more-projects {
  padding: 5rem 0 10rem;
}

.bottombtn svg {
  width: 300px;
}

.bottombtn .web-app__launch-button--3 tspan {
  font-size: 12px;
}

.bottombtn .web-app__launch-button--1 {
  stroke: #fff;
}

.more-projects__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: lighter;
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  /*!rtl: Cairo,Roboto,serif */
  text-align: center;
  text-transform: uppercase;
}

.more-projects__title svg {
  width: 42%;
  margin-top: 0.2rem;
  height: 50px;
}

.more-projects__title-line-1,
.more-projects__title-line-3 {
  fill: none;
}

.more-projects__title-line-1 {
  stroke: rgba(255, 255, 255, 0.3);
}

.more-projects__title-line-2 {
  stroke: none;
}

.more-projects__carousel {
  margin: 1rem 0;
}

.more-projects__carousel .swiper-container {
  padding: 6rem 0 8rem 0;
}

.more-projects__carousel.more-brands .swiper-container {
  padding: 3rem;
}

.more-brands .swiper-button-white,
.more-brands .swiper-pagination {
  filter: invert(1);
}

@media (min-width: 768px) {
  .more-projects__carousel .swiper-slide-active {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

.digital-more .swiper-slide {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.3;
}

.digital-more .swiper-slide-active {
  opacity: 1;
}

.digital-more .showcase {
  background: url(../images/post.png) no-repeat 15% 20px;
}

.more-logo img {
  width: 100%;
}

.more-logo {
  max-width: 80px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
  margin-bottom: 10px;
}

.more-projects__carousel .swiper-slide,
.more-projects__carousel .swiper-slide-active {
  -webkit-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
}

.more-brands.more-projects__carousel .swiper-slide {
  text-align: center;
}

@media (max-width: 767.98px) {
  .more-projects__carousel {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.more-projects__single-project,
.more-projects__single-project > a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: block;
}

.more-projects__single-project a img {
  max-width: 100%;
  height: auto;
}

.more-brands .more-projects__single-project a img {
  max-width: 120px;
}

.footer {
  background-color: #191716;
  padding: 2.5rem 0;
}

.footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.footer__button {
  width: 20%;
  height: auto;
  margin-bottom: 2.5rem;
}

@media (max-width: 991.98px) {
  .footer__button {
    width: 30%;
  }
}

@media (max-width: 767.98px) {
  .footer__button {
    width: 25%;
  }
}

.footer__button:not(:last-child) {
  margin-right: 1.0625rem;
}

.footer__button--behance svg .footer-svg-1,
.footer__button--facebook svg .footer-svg-1 {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0.3;
}

.footer__button--behance svg .footer-svg-2,
.footer__button--behance svg .footer-svg-4,
.footer__button--facebook svg .footer-svg-2,
.footer__button--facebook svg .footer-svg-4 {
  fill: #fff;
}

.footer__button--behance svg .footer-svg-3,
.footer__button--facebook svg .footer-svg-3 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}

.footer__button--behance svg .footer-svg-4,
.footer__button--facebook svg .footer-svg-4 {
  font-size: 13px;
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji"; /*!rtl: Cairo,Roboto,serif */
}

.footer__button--behance:hover svg .footer-svg-1,
.footer__button--facebook:hover svg .footer-svg-1 {
  opacity: 1;
}

.footer__copyrights,
.footer__copyrights > p {
  text-align: center;
}

.footer__copyrights p {
  font-size: 0.75rem;
  margin: 0;
}

.footer__copyrights p,
.footer__copyrights p > * {
  color: #fff;
  opacity: 0.3;
  font-size: 0.75rem;
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  /*!rtl: Cairo,Roboto,serif */
  font-weight: 400;
}
.footer__copyrights p > a {
  opacity: 0.5;
}
#home-web-design {
  position: relative;
  padding-top: 7rem;
}

#home-web-design .section__service--content {
  padding-top: 15rem;
}

#home-web-design .brochure {
  top: 15rem;
  width: 335px;
}

#home-web-design .section__service--item {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  top: -15%;
}

#home-web-design .section__service--item.trumpet {
  bottom: 10%;
  right: 0;
  left: auto;
  width: auto;
  top: auto;
  height: auto;
  z-index: 9999;
}

#home-web-design .section__service--item.trumpet img {
  position: relative;
}

#home-web-design .section__service--item img {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 100%;
  height: auto;
}

#home-web-design .service__card {
  padding: 0;
  margin: 3rem 0;
}

.service__card .details-wrapper {
  position: absolute;
  background: -moz-linear-gradient(
    45deg,
    rgba(0, 0, 0, 1) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(0, 0, 0, 1) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(45deg, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
}
/*.service__card .details-wrapper:hover {
    opacity: 0
}*/
.section__slider--right .service__card .details-wrapper {
  background: -moz-linear-gradient(
    315deg,
    rgba(0, 0, 0, 1) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    315deg,
    rgba(0, 0, 0, 1) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    315deg,
    rgba(0, 0, 0, 1) 0,
    rgba(0, 0, 0, 0) 100%
  );
}
.service__card .details {
  position: absolute;
  bottom: 2%;
  left: 2%;
  width: 80%;
}
.section__slider--right .service__card .details-wrapper .details {
  bottom: 2%;
  right: 2%;
  left: auto;
  text-align: right;
}

.service__card .details h4 {
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  /*!rtl: Cairo,Roboto,serif */
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 300;
}

.service__card .details .text {
  font-size: 13px;
}

@media (max-width: 1199.98px) {
  #home-web-design .section__service--content {
    padding-bottom: 15rem;
  }
}

@media (max-width: 991.98px) {
  #home-web-design .section__service--content {
    padding-top: 55rem;
    padding-bottom: 2rem;
  }
  #home-web-design .brochure {
    top: 20rem;
  }
  #home-web-design .section__service--item img {
    top: -10px;
  }
}

@media (max-width: 767.98px) {
  #home-web-design .brochure {
    top: 18rem;
  }
  #home-web-design .section__service--content {
    padding-top: 55rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 575.98px) {
  #home-web-design .section__service--content {
    padding-top: 49rem;
  }
  #home-web-design .brochure {
    top: 10rem;
  }
  #home-web-design .section__service--item {
    top: -30%;
  }
  #home-web-design .section__service--item img {
    max-width: 500px;
    top: 100px;
  }
  .scrollify__buttons {
    display: none;
  }
  .service__card .details {
    width: auto;
    position: static;
    padding: 10%;
  }
  .service__card .details-wrapper {
    position: static;
    background: -webkit-linear-gradient(
      45deg,
      rgba(0, 0, 0, 1) 0,
      rgba(31, 28, 26, 1) 100%
    );
    background: linear-gradient(
      45deg,
      rgba(0, 0, 0, 1) 0,
      rgba(31, 28, 26, 1) 100%
    );
  }
  #home-web-design .section__service--item.trumpet {
    bottom: -3%;
  }
  .section__service--content .swiper-button-next,
  .section__service--content .swiper-button-prev,
  .section__service--content .swiper-pagination-bullets {
    display: none;
  }
  #home-web-design .service__card {
    margin-bottom: 0;
  }
  #home-web-design .section__service--item.trumpet img {
    width: 270px;
  }
}

#home-e-commerce {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 2rem;
}

#home-e-commerce .section__service--item img {
  top: 0;
  left: 10%;
  -webkit-transform: translateX(8%);
  transform: translateX(8%);
  max-width: 100%;
  height: auto;
}

#home-e-commerce .brochure {
  top: calc(160px + 50px);
  width: 375px;
}

@media (min-width: 992px) {
  #home-e-commerce .section__service--content {
    padding-top: 14rem;
    padding-bottom: 30rem;
  }
}

@media (max-width: 1199.98px) {
  #home-e-commerce .section__service--content {
    padding-bottom: 18rem;
  }
  #home-e-commerce .section__service--item img {
    max-width: 45%;
    top: -65px;
  }
}

@media (max-width: 991.98px) {
  #home-e-commerce .section__service--item img {
    max-width: 80%;
    left: -10%;
    top: -30px;
    margin-top: 15%;
  }
  #home-e-commerce .brochure {
    top: 22rem;
  }
  #home-e-commerce .section__service--content {
    padding-top: 54rem;
    padding-bottom: 20rem;
  }
}

@media (max-width: 767.98px) {
  #home-e-commerce .section__service--item img {
    max-width: 65%;
    top: 9rem;
  }
  #home-e-commerce .brochure {
    top: 30rem;
  }
  #home-e-commerce .section__service--content {
    padding-top: 66rem;
    padding-bottom: 14rem;
  }
}

@media (max-width: 575.98px) {
  #articles-section .related-item-head {
    margin-bottom: 0;
  }
  #articles-section .article-item-img {
    height: auto;
  }
  #articles-section .article-item-img-contain {
    background-size: auto;
  }
  #home-e-commerce .section__service--item img {
    max-width: 100%;
    top: 15rem;
  }
  #home-e-commerce .brochure {
    top: 23rem;
    left: 1rem !important;
  }
  .brochure__float--left {
    left: 1rem !important;
  }
  #home-e-commerce .section__service--content {
    padding-top: 67rem;
    padding-bottom: 0;
    margin-top: 10rem;
  }
  .section__service .project__view-more:after {
    display: none;
  }
  .showcase {
    background: url(../images/post.png) no-repeat 10px 20px;
  }
  .service__card--mobile {
    flex-direction: column-reverse !important;
  }
  #home-mobile-apps .project__description {
    max-width: unset;
    width: 90%;
    margin: 2.5rem 5%;
    padding: 0 5%;
    text-align: center;
  }
  #home-mobile-apps .project__description * {
    width: 100%;
    display: block;
    text-align: center;
  }
  #home-mobile-apps .project__description a {
    display: none;
  }
  #home-mobile-apps .project__text {
    display: none;
  }
  .service__card--mobile {
    padding: 0;
    position: relative;
    margin: 0;
  }
  #home-mobile-apps .swiper-container {
    padding-top: 0 !important;
    overflow: visible;
  }
  .service__card--mobile .service__card--bg {
    width: auto;
    height: 100%;
  }
  .mobile-bg {
    display: none;
  }
}

#home-mobile-apps {
  position: relative;
}

#home-mobile-apps .section__service--content {
  padding-top: 2rem;
  padding-bottom: 28rem;
}

#home-mobile-apps .section__service--item img {
  top: -100px;
  right: 0;
  max-width: 100%;
  height: auto;
}

#home-mobile-apps .brochure {
  top: 17rem;
  width: 23.5rem;
}

#home-mobile-apps .swiper-container {
  padding-top: 28%;
}

@media (max-width: 1199.98px) {
  #home-mobile-apps .section__service--content {
    padding-bottom: 12rem;
  }
  #home-mobile-apps .swiper-container {
    padding-top: 5%;
  }
  #home-digital-marketing {
    padding-top: 5rem;
    margin-top: 5rem;
  }
}

@media (max-width: 991.98px) {
  #home-mobile-apps .section__service--content {
    padding-top: 45rem;
    padding-bottom: 2rem;
  }
  #home-mobile-apps .brochure {
    top: 14rem;
    width: calc(50% - 6rem);
  }
  #home-mobile-apps .section__service--item img {
    max-width: 70%;
    top: -100px;
  }
  .lets-have-coffee__link a,
  .lets-talk__link a {
    width: auto;
  }
}

@media (max-width: 767.98px) {
  #home-mobile-apps .section__service--content {
    padding-top: 60rem;
    padding-bottom: 4rem;
  }
  #home-mobile-apps .brochure {
    top: 30rem;
    width: 50%;
  }
  #home-mobile-apps .section__service--item img {
    max-width: 65%;
    top: 6.25rem;
  }
  #mobile-listing-main .project__description,
  .project__description {
    justify-content: start !important;
  }
}

@media (max-width: 575.98px) {
  #home-mobile-apps .section__service--content {
    padding-top: 45rem;
  }
  #home-mobile-apps .section__service--item img {
    top: 0;
    right: -20%;
    max-width: 90%;
  }
  #home-mobile-apps .brochure {
    top: 7rem;
  }
  #home-mobile-apps .section__image,
  .section__slider {
    max-height: unset;
  }
  .service__card--mobile img {
    height: auto;
    max-width: 90%;
    max-height: unset;
  }
}

#home-digital-marketing {
  position: relative;
  /*    margin-top: 7rem*/
}

#home-digital-marketing .section__service--content {
  padding-bottom: 0;
  padding-top: 0;
}

#home-digital-marketing .section__service--content .section__showcase--right {
  width: 73%;
  margin-right: 2%;
}

#home-digital-marketing .section__service--item img {
  top: 30.1875rem;
  left: -1%;
  -webkit-transform: translateX(1%);
  transform: translateX(1%);
  max-width: 100%;
  height: auto;
}

#home-digital-marketing .brochure {
  width: 375px;
  top: 170px;
}

@media (max-width: 991.98px) {
  #home-digital-marketing .section__service--content {
    padding-top: 22rem;
    padding-bottom: 10rem;
  }
  #home-digital-marketing
    .section__service--content
    .section__slider
    .swiper-container {
    padding: 0 20px;
  }
  #home-digital-marketing .section__service--content .section__image,
  #home-digital-marketing .section__service--content .section__showcase,
  #home-digital-marketing .section__service--content .section__slider {
    max-width: 60% !important;
    max-height: 100%;
    height: 100%;
  }
  #home-digital-marketing .section__service--item img {
    top: 32rem;
    max-width: 38%;
  }
  #home-digital-marketing .brochure {
    width: calc(50% - 4rem);
    top: 3rem;
  }
}

@media (max-width: 767.98px) {
  #home-digital-marketing .section__service--content {
    padding-top: 30rem;
    padding-bottom: 4rem;
  }
  #home-digital-marketing .section__service--content .section__image,
  #home-digital-marketing .section__service--content .section__showcase,
  #home-digital-marketing .section__service--content .section__slider {
    max-width: 90% !important;
  }
  #home-digital-marketing .brochure {
    top: 10rem;
    width: 50%;
  }
  #home-digital-marketing .section__service--item img {
    max-width: 60%;
    top: 35rem;
    left: -50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

@media (max-width: 575.98px) {
  #home-digital-marketing .brochure {
    top: 0;
  }
  #home-digital-marketing .section__service--item img {
    max-width: 80%;
    top: -13rem;
    left: -65%;
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
  }
  #home-digital-marketing .section__service--content {
    padding-top: 38rem;
    padding-bottom: 4rem;
  }
  #home-digital-marketing .section__service--content .section__image,
  #home-digital-marketing .section__service--content .section__showcase,
  #home-digital-marketing .section__service--content .section__slider {
    max-width: 100% !important;
  }
}

@media (max-width: 991.98px) {
  #about-main .scrollify__buttons {
    display: none;
  }
}

#about-main {
  overflow: hidden;
}

#about-main #about-culture .brochure,
#about-main #about-story .brochure,
#about-main #about-we-do .brochure {
  padding: 5rem 4rem;
}

@media (max-width: 991.98px) {
  #about-main
    #about-culture
    .section__service--content
    .swiper-container
    .swiper-button-next,
  #about-main
    #about-culture
    .section__service--content
    .swiper-container
    .swiper-container-rtl
    .swiper-button-prev,
  #about-main
    #about-story
    .section__service--content
    .swiper-container
    .swiper-button-next,
  #about-main
    #about-story
    .section__service--content
    .swiper-container
    .swiper-container-rtl
    .swiper-button-prev,
  #about-main
    #about-we-do
    .section__service--content
    .swiper-container
    .swiper-button-next,
  #about-main
    #about-we-do
    .section__service--content
    .swiper-container
    .swiper-container-rtl
    .swiper-button-prev {
    right: 10%;
  }
  #about-main
    #about-culture
    .section__service--content
    .swiper-container
    .swiper-button-prev,
  #about-main
    #about-culture
    .section__service--content
    .swiper-container
    .swiper-container-rtl
    .swiper-button-next,
  #about-main
    #about-story
    .section__service--content
    .swiper-container
    .swiper-button-prev,
  #about-main
    #about-story
    .section__service--content
    .swiper-container
    .swiper-container-rtl
    .swiper-button-next,
  #about-main
    #about-we-do
    .section__service--content
    .swiper-container
    .swiper-button-prev,
  #about-main
    #about-we-do
    .section__service--content
    .swiper-container
    .swiper-container-rtl
    .swiper-button-next {
    left: 10%;
  }
}

#about-main #about-we-do .section__service--content {
  padding: 10rem 0 14rem;
}

#about-main #about-we-do .brochure {
  width: 44%;
  top: 200px;
}

.swiper-pagination.bottomnone {
  bottom: 0;
}

.swiper-button-white.bottomnone {
  bottom: 7px;
}

@media (max-width: 1199.98px) {
  #about-main #about-we-do .section__service--content {
    padding: 5rem 0 10rem;
  }
  #about-main #about-we-do .brochure {
    top: 180px;
  }
}

@media (max-width: 767.98px) {
  #about-main #about-we-do .section__service--content {
    padding: 2rem 0 40rem;
  }
  #about-main #about-we-do .section__service--content .section__image,
  #about-main #about-we-do .section__service--content .section__showcase,
  #about-main #about-we-do .section__service--content .section__slider {
    width: calc(100% - 3rem) !important;
    max-width: calc(100% - 3rem) !important;
  }
  #about-main #about-we-do .section__service--content .section__image {
    width: 100% !important;
    max-width: unset !important;
  }
  #about-main #about-we-do .brochure {
    width: calc(100% - 6rem) !important;
    top: 280px;
  }
}

@media (max-width: 575.98px) {
  #about-main #about-we-do .brochure {
    width: calc(100% - 2rem) !important;
    top: 170px;
    left: 1rem;
  }
}

#about-main #about-story .section__service--content {
  padding: 14rem 0;
}

#about-main #about-culture .section__service--item img,
#about-main #about-story .section__service--item img {
  top: -50px;
  left: -30%;
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
  max-width: 100%;
  height: auto;
}

#about-main #about-culture .section__service--item img {
  right: 0;
  left: auto;
}

@media (max-width: 767.98px) {
  #about-main #about-culture .section__service--item img,
  #about-main #about-story .section__service--item img {
    max-width: 50%;
  }
}

#about-main #about-story .brochure {
  width: 40%;
  top: 325px;
}

#about-main #about-story .brochure .swiper-wrapper {
  padding: 0;
}

#about-main #about-story .brochure__content {
  width: 100%;
}

@media (max-width: 1199.98px) {
  #about-main #about-story .section__service--content {
    padding: 18rem 0 7rem;
  }
  #about-main #about-culture .section__service--item img,
  #about-main #about-story .section__service--item img {
    max-width: 80%;
    top: 50px;
  }
  #about-main #about-story .brochure {
    top: 375px;
  }
}

@media (max-width: 991.98px) {
  #about-main #about-story .section__service--content {
    padding: 30rem 0 7rem;
  }
  #about-main #about-culture .section__service--item img,
  #about-main #about-story .section__service--item img {
    top: 0;
  }
  #about-main #about-story .brochure {
    top: 180px;
  }
}

@media (max-width: 767.98px) {
  #about-main #about-story .section__service--content {
    padding: 34rem 0 7rem;
  }
  #about-main #about-story .section__service--content .section__image,
  #about-main #about-story .section__service--content .section__showcase,
  #about-main #about-story .section__service--content .section__slider {
    width: 100% !important;
    margin-right: initial;
    margin-left: auto;
  }
  #about-main #about-culture .section__service--item img,
  #about-main #about-story .section__service--item img {
    max-width: 65%;
    top: 0;
  }
  #about-main #about-story .brochure {
    width: calc(100% - 6rem) !important;
    top: 200px;
  }
}

@media (max-width: 575.98px) {
  #about-main #about-story .section__service--content {
    padding: 55rem 0 7rem;
  }
  #about-culture .service__card {
    margin: 0 !important;
  }
  #about-culture .section__service--content .swiper-wrapper {
    padding: 0 !important;
  }
  #about-main #about-culture .brochure {
    top: 10rem !important;
  }
  #about-main #about-culture .section__service--item img,
  #about-main #about-story .section__service--item img {
    max-width: 120%;
    top: 100px;
    left: -25%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  #about-main #about-culture .section__service--item img {
    right: 0;
    left: auto;
    top: 20rem;
  }
  #about-main #about-story .brochure {
    top: 270px;
    width: calc(100% - 2rem) !important;
  }
  #about-main #about-culture .brochure,
  #about-main #about-story .brochure,
  #about-main #about-we-do .brochure {
    padding: 2.5rem;
  }
}

#about-main #about-culture .section__service--content {
  padding: 12rem 0 20rem;
}

#about-main #about-culture .brochure {
  width: 40%;
  top: 340px;
}

#about-main #about-culture .brochure__link {
  max-width: 40%;
}

@media (max-width: 1199.98px) {
  #about-main #about-culture .section__service--content {
    padding: 20rem 0 30rem;
  }
  #about-main #about-culture .brochure {
    width: 40%;
    top: 100px;
  }
  #about-main #about-culture .brochure__link {
    max-width: 65%;
  }
}

@media (max-width: 991.98px) {
  #about-main #about-culture .section__service--content {
    padding: 22rem 0;
  }
  #about-main #about-culture .brochure {
    width: 45%;
  }
  #about-main #about-culture .brochure__link {
    max-width: 70%;
  }
}

@media (max-width: 767.98px) {
  #about-main #about-culture .section__service--content {
    padding-top: 26rem;
    padding-bottom: 0;
  }
  #about-main #about-culture .section__service--content .section__image,
  #about-main #about-culture .section__service--content .section__showcase,
  #about-main #about-culture .section__service--content .section__slider {
    width: 100% !important;
    margin-right: auto;
    margin-left: initial;
  }
  #about-main #about-culture .brochure {
    width: calc(75% - 6rem) !important;
    top: 40px;
  }
  #about-main #about-culture .brochure__link {
    max-width: 55%;
  }
}

@media (max-width: 575.98px) {
  #about-main #about-culture .section__service--content {
    padding-top: 30rem;
    padding: 0;
    padding-bottom: 50rem;
  }
  #about-main #about-culture .brochure {
    width: calc(100% - 2rem) !important;
  }
  #about-main #about-culture .brochure__link {
    max-width: 65%;
  }
}

#web-listing-header .inner__item {
  top: -400px;
  max-width: unset;
  width: 50% !important;
  left: 25% !important;
  right: 25% !important;
  min-width: unset;
  margin: 0 !important;
  transform: none;
}

#web-listing-header .inner__header--container {
  padding-top: 13rem;
}

@media (min-width: 1500px) {
  #web-listing-header .inner__item {
    display: none;
  }
}

@media (min-width: 1300px) {
  #web-listing-header .inner__item {
    top: -45%;
  }
}

@media (max-width: 1199.98px) {
  #web-listing-header .inner__item {
    max-width: 50%;
  }
  #web-listing-header .inner__header--container {
    padding-top: 14rem;
  }
}

@media (max-width: 991.98px) {
  #web-listing-header .inner__item {
    top: -30%;
  }
  #web-listing-header .inner__description {
    margin-top: 7rem;
  }
}

@media (max-width: 767.98px) {
  #web-listing-header .inner__item {
    max-width: 70%;
    top: -70px;
  }
  #web-listing-header .inner__header--container {
    padding-top: 16rem;
  }
  #web-listing-header .inner__description {
    margin-top: 6rem;
  }
}

@media (max-width: 575.98px) {
  #web-listing-header .inner__item {
    max-width: 75%;
    top: -40px;
  }
  #web-listing-header .inner__header--container {
    padding-top: 14rem;
  }
  #web-listing-header .inner__description {
    margin-top: 5rem;
  }
}

#web-listing-main {
  margin-bottom: 15%;
}

#web-listing-main + .contact-us {
  margin-top: 4rem;
}

#web-listing-main .project {
  min-height: 100vh;
  height: 100vh;
  position: relative;
  padding: 2rem 0;
  margin: 2rem 0;
  margin-bottom: 15%;
}

#web-listing-main .project .brochure {
  z-index: 30;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#web-listing-main .project .brochure__float--right {
  left: initial;
  right: 12rem;
}

#web-listing-main .project .brochure__float--left {
  right: initial;
  left: 12rem;
}

#web-listing-main .project .brochure__link svg text tspan {
  font-size: 0.8125rem;
}

#web-listing-main .brochure__link {
  max-width: 220px;
}

@media (max-width: 1199.98px) {
  #web-listing-main .project {
    margin: 6rem 0;
  }
  #web-listing-main .project .brochure__float--right {
    right: 6rem;
  }
  #web-listing-main .project .brochure__float--left {
    left: 6rem;
  }
}

@media (max-width: 991.98px) {
  #web-listing-main .project .brochure__float--right {
    right: 7rem;
  }
  #web-listing-main .project .brochure__float--left {
    left: 7rem;
  }
  #web-listing-main .project .brochure__link svg text tspan {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  #web-listing-main .project .brochure__float--right {
    right: 5rem;
  }
  #web-listing-main .project .brochure__float--left {
    left: 5rem;
  }
}

@media (max-width: 575.98px) {
  #web-listing-main .project .brochure {
    margin: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
  #web-listing-main .project {
    margin: 0 !important;
  }
  #web-listing-main .project .brochure {
    -webkit-transform: translateY(-50%) scale(0.92);
    transform: translateY(-50%) scale(0.92);
  }
  #web-listing-main .project .brochure__float--right {
    right: 3rem;
  }
  #web-listing-main .project .brochure__float--left {
    left: 3rem;
  }
  #web-listing-main .project .brochure__link {
    max-width: 65%;
  }
}

@media screen and (max-height: 500px) {
  #web-listing-main .project {
    height: 100%;
    min-height: 700px;
  }
}

body.web-design-project .scrollify {
  overflow: visible;
}

.web-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #1f1c1a;
}

.web-app .jarallax-img {
  opacity: 0.2;
}

.web-app__content,
.web-app__header {
  background-color: transparent;
}

.branding-header {
  background: #f7f4ef !important;
}

.web-app__header {
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.web-app__header::after {
  z-index: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1f1c1a;
  opacity: 0.95;
}

@media screen and (max-height: 767px) {
  .web-app__header::after {
    opacity: 0.8;
  }
}

.branding-header::after {
  display: none;
}

.digital__header {
  -webkit-box-shadow: 0 5px 35px 1px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0 5px 35px 1px rgba(0, 0, 0, 0.59);
  box-shadow: 0 5px 35px 1px rgba(0, 0, 0, 0.59);
  z-index: 99 !important;
}

.digital-facts h2 {
  font-size: 23px !important;
}

.digital-facts h4 {
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  /*!rtl: Cairo,Roboto,serif */
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 0 !important;
}

.digital__header::after {
  opacity: 1;
  background: -moz-linear-gradient(
    top,
    rgba(31, 28, 26, 0.9) 0,
    rgba(31, 28, 26, 0.9) 28%,
    rgba(31, 28, 26, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(31, 28, 26, 0.9) 0,
    rgba(31, 28, 26, 0.9) 28%,
    rgba(31, 28, 26, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(31, 28, 26, 0.9) 0,
    rgba(31, 28, 26, 0.9) 28%,
    rgba(31, 28, 26, 1) 100%
  );
}

.digital-facts .brochure .brochure__content:last-child {
  margin-bottom: 0 !important;
}

.digital-facts .brochure .brochure__content:last-child p {
  margin-bottom: 0 !important;
}

.responsive-screen-wrapper {
  padding: 40px 20px;
  border: 1px solid #fff;
  max-height: 600px;
  max-width: 300px;
  position: relative;
}

.responsive-screen-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  height: 1px;
  width: 15%;
  background: #fff;
  left: 35%;
}

.responsive-screen-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  height: 1px;
  width: 5%;
  background: #fff;
  right: 40%;
}

.responsive-screen {
  overflow: auto;
  max-height: 520px;
  max-width: 250px;
}

.responsive-screen img {
  width: 100%;
  max-width: 100%;
}

.web-app__header {
  padding: 6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100vh - 100px);
}

.bottom-web-text img {
  height: 25px;
  width: auto;
  margin-right: 10px;
  display: inline-block;
}

@media screen and (max-height: 500px) {
  .web-app__header {
    height: 100%;
    min-height: 700px;
  }
}

.web-app__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  position: relative;
  z-index: 1;
}

.web-app__title {
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  /*!rtl: Cairo,Roboto,serif */
  font-size: 3.75rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 3rem;
  width: 100%;
}

.branding-header .web-app__title {
  color: #000;
  font-size: 3rem;
  margin-bottom: 2rem;
}

.branding-story {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}

.branding-story::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #000;
  opacity: 0.7;
}

.branding-story h3 {
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  /*!rtl: Cairo,Roboto,serif */
  font-weight: 700;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 1rem;
}

.branding-story > div {
  font-family: Roboto, serif;
  /*!rtl: Cairo,Roboto,serif */
  font-size: 0.9rem;
  font-weight: 400;
  color: #fff;
  width: 100%;
  line-height: 2;
}

.branding-story-container {
  position: relative;
  z-index: 99;
}

.branding-prototypes {
  padding-top: 10rem;
  padding-bottom: 7rem;
}

.branding-prototypes .text-block {
  padding-left: 30%;
  padding-right: 10%;
}

.web-app__desc {
  font-family: Roboto, serif;
  /*!rtl: Cairo,Roboto,serif */
  font-size: 0.8125rem;
  font-weight: 400;
  color: #fff;
  width: 100%;
}

@media (max-width: 767.98px) {
  .web-app__desc {
    font-size: 1rem;
  }
}

.web-app__launch-button {
  margin-top: 3rem;
  width: 45%;
}

.web-app__launch-button--1,
.web-app__launch-button--2,
.web-app__launch-button--4 {
  fill: none;
}

.web-app__launch-button--1 {
  stroke: #d17e33;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.web-app__launch-button--1,
.web-app__launch-button--2 {
  stroke-miterlimit: 10;
}

.web-app__launch-button--2,
.web-app__launch-button--4 {
  stroke: #fff;
}

.web-app__launch-button--3,
.web-app__launch-button--3 > tspan {
  fill: #fff;
  font-size: 0.8125rem;
  font-family: Roboto, serif !important;
  /*!rtl: Cairo,Roboto,serif */
  font-weight: 400;
  letter-spacing: -0.024em;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .web-app__launch-button--3,
  .web-app__launch-button--3 > tspan {
    font-size: 1rem;
  }
}

.web-app__launch-button:hover .web-app__launch-button--1 {
  stroke: #fff;
}

@media (max-width: 991.98px) {
  .web-app__launch-button {
    width: 65%;
  }
}

@media (max-width: 767.98px) {
  .web-app__launch-button {
    width: 35%;
  }
}

@media (max-width: 575.98px) {
  .web-app__launch-button {
    width: 60%;
  }
}

.web-app__content {
  padding: 0;
}

.branding-logo {
  max-width: 300px;
}

.branding-logo img {
  width: 100%;
}

.branding-header .web-app__desc {
  color: #444;
}

.web-app__screenshot {
  width: 100%;
  margin-top: calc((-100vh) + (100px + 6rem));
  padding-bottom: 6rem;
  text-align: center;
}

@media (max-width: 767.98px) {
  .web-app__screenshot {
    margin-top: calc(-3rem) !important;
    padding-bottom: 4rem;
  }
}

@media (max-width: 575.98px) {
  .web-app__screenshot {
    margin-top: calc(-3rem) !important;
  }
}

.web-app__client {
  width: 100%;
  padding: 12rem 0;
}

.web-app__client h3 {
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  /*!rtl: Cairo,Roboto,serif */
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.375rem;
}

.web-app__client p {
  font-family: Roboto, serif;
  /*!rtl: Cairo,Roboto,serif */
  font-size: 0.8125rem;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 767.98px) {
  .web-app__client p {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .web-app__client {
    padding: 4rem 0;
  }
}

.web-app__data {
  padding: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.web-app__data::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
  height: 100%;
  display: block;
  background-image: url(../images/icons/data-notext.svg);
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .web-app__data::after {
    width: 95%;
  }
}

@media (max-width: 767.98px) {
  .web-app__data::after {
    width: 98%;
  }
}

@media (max-width: 575.98px) {
  .web-app__data::after {
    height: 80%;
    background-image: url(../images/icons/data-mobile-notext.svg);
  }
}

.web-app__data--content {
  padding: 1.5rem;
}

.web-app__data--content > div[class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 575.98px) {
  .web-app__data--content > div[class*="col-"]:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.web-app__data--content h4,
.web-app__data--content p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.web-app__data--content h4 {
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  /*!rtl: Cairo,Roboto,serif */
  font-weight: 300;
  font-size: 1.25rem;
}

.web-app__data--content p {
  margin: 0;
  font-family: Roboto, serif;
  /*!rtl: Cairo,Roboto,serif */
  font-size: 0.8125rem;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .web-app__data--content {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.web-app__challenge {
  padding: 5rem 0;
}

@media (max-width: 576px) {
  .web-app__challenge {
    padding-bottom: 0;
  }
}

.web-app__challenge--content {
  padding: 5rem 0;
  position: relative;
}

.web-app__challenge--content .section__image,
.web-app__challenge--content .section__showcase,
.web-app__challenge--content .section__slider {
  max-width: 65%;
}

.web-app__challenge--content .section__image,
.web-app__challenge--content .section__image > *,
.web-app__challenge--content .section__showcase,
.web-app__challenge--content .section__showcase > *,
.web-app__challenge--content .section__slider,
.web-app__challenge--content .section__slider > * {
  z-index: 100 !important;
}

.web-app__challenge--content .swiper-wrapper {
  padding-bottom: 5rem;
}

.web-app__challenge--content .brochure {
  position: absolute;
  width: calc(45% + 3.125rem);
  top: 7.5rem;
}

.web-app__challenge--content .brochure,
.web-app__challenge--content .brochure > * {
  z-index: 200 !important;
}

.web-app__challenge--content .brochure__float--right {
  left: initial;
  right: 3.125rem;
}

.web-app__challenge--content .brochure__float--left {
  right: initial;
  left: 3.125rem;
}

.ui-img {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .web-app__challenge--content .brochure {
    width: calc(50% + 3.125rem);
  }
  .ui-img {
    max-width: 300px;
  }
}

@media (max-width: 767.98px) {
  .web-app__challenge--content .brochure {
    width: calc(75% + 3.125rem);
  }
  .web-app__ui-components .row {
    margin-bottom: 5rem !important;
  }
  .responsive-screen-wrapper {
    margin-bottom: 9rem;
  }
}

@media (max-width: 575.98px) {
  .web-app__challenge--content .brochure {
    width: calc(75% + 3rem);
  }
  .web-app__challenge--content .brochure__float--right {
    right: 2rem;
  }
  .web-app__challenge--content .brochure__float--left {
    left: 2rem;
  }
  .brochure__title + .brochure__content {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 350px) {
  .ui-img {
    max-width: 100%;
    width: 80%;
  }
  .bottombtn svg {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .web-app__challenge--content {
    padding-top: 22rem;
  }
  .web-app__challenge--content .section__image,
  .web-app__challenge--content .section__showcase,
  .web-app__challenge--content .section__slider {
    max-width: 85% !important;
  }
  .web-app__challenge--content .section__image--right,
  .web-app__challenge--content .section__showcase--right,
  .web-app__challenge--content .section__slider--right {
    margin-left: auto;
  }
  .web-app__challenge--content .section__image--left,
  .web-app__challenge--content .section__showcase--left,
  .web-app__challenge--content .section__slider--left {
    margin-right: auto;
  }
}

@media (max-width: 991.98px) {
  .web-app__challenge--content {
    padding-top: 26rem;
  }
  .web-app__challenge--content .section__image,
  .web-app__challenge--content .section__showcase,
  .web-app__challenge--content .section__slider {
    max-width: 90% !important;
  }
}

@media (max-width: 575.98px) {
  .web-app__challenge--content {
    padding-top: 30rem;
  }
  .web-app__challenge--content .section__image,
  .web-app__challenge--content .section__showcase,
  .web-app__challenge--content .section__slider {
    max-width: 90% !important;
  }
}

.web-app__ui-components {
  padding: 5rem 0 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10rem;
}

.web-app__ui-components .row {
  margin-bottom: 15rem;
}

.mb-7,
.smallmargin {
  margin-bottom: 7rem;
}

.web-app__ui-components > .container > .row > div[class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .web-app__ui-components
    > .container
    > .row
    > div[class*="col-"]:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
  }
  .web-app__ui-components
    > .container
    > .row
    > div[class*="col-"]:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (max-width: 767.98px) {
  .web-app__ui-components .brochure {
    padding: 1rem;
  }
}

.web_video_container {
  width: 90%;
  max-width: 980px;
  width: 90%;
  height: 400px;
}

.ux-video-container {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ux-video-container::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 999;
  opacity: 0;
}

.web-app__scope-of-work {
  padding: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.web-app__scope-of-work--data {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(70% - 12vw);
  flex: 1 0 calc(70% - 12vw);
  width: calc(70% - 12vw);
  max-width: 100%;
  margin: 0 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 2rem 0;
}

@media (max-width: 991.98px) {
  .web-app__scope-of-work--data {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 12vw);
    flex: 1 0 calc(100% - 12vw);
    width: calc(100% - 12vw);
  }
}

@media (max-width: 575.98px) {
  .web-app__scope-of-work--data {
    padding: 4rem 0;
  }
}

.web-app__scope-of-work--title {
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  /*!rtl: Cairo,Roboto,serif */
  text-transform: uppercase;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
}

.web-app__scope-of-work--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 2rem;
}

.web-app__scope-of-work--list li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  width: 50%;
  max-width: 100%;
  list-style: none;
  padding-left: 1rem;
  position: relative;
  font-family: Roboto, serif;
  /*!rtl: Cairo,Roboto,serif */
  color: #fff;
  font-weight: 400;
  font-size: 0.8125rem;
}

.web-app__scope-of-work--list li:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: transparent;
  border: 1px solid currentColor;
}

@media (max-width: 767.98px) {
  .web-app__scope-of-work--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 1rem;
  }
  .web-app__scope-of-work--list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    font-size: 1rem;
  }
}

.web-app__scope-of-work--screenshots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%;
}

.web-app__scope-of-work--screenshots .screenshot-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 22vw;
  flex: 1 0 22vw;
  width: 22vw;
  max-width: 100%;
}

.web-app__scope-of-work--screenshots .screenshot-container img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.web-app__scope-of-work--screenshots .screenshot-container:nth-child(1) {
  padding-top: 125px;
}

.web-app__scope-of-work--screenshots .screenshot-container:nth-child(3) {
  padding-top: 90px;
}

.web-app__scope-of-work--screenshots .screenshot-container:nth-child(4) {
  padding-top: 45px;
}

@media (max-width: 991.98px) {
  .web-app__scope-of-work--screenshots .screenshot-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40vw;
    flex: 1 0 40vw;
    width: 40vw;
    padding-top: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .web-app__scope-of-work--screenshots .screenshot-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 80vw;
    flex: 1 0 80vw;
    width: 80vw;
  }
  .web-app__scope-of-work--screenshots .screenshot-container,
  .web-app__scope-of-work--screenshots .screenshot-container > img {
    margin: 0 !important;
  }
}

#mobile-listing-header .inner__item {
  top: -100px;
  max-width: 40%;
}

#mobile-listing-header .inner__header--container {
  padding-top: 13rem;
}

@media (max-width: 1199.98px) {
  #mobile-listing-header .inner__item {
    max-width: 50%;
    top: -50px;
  }
  #mobile-listing-header .inner__header--container {
    padding-top: 14rem;
  }
}

@media (max-width: 991.98px) {
  #mobile-listing-header .inner__item {
    max-width: 45%;
    top: -65px;
  }
  #mobile-listing-header .inner__description {
    margin-top: 7rem;
  }
}

@media (max-width: 767.98px) {
  #mobile-listing-header .inner__item {
    max-width: 70%;
    top: -70px;
  }
  #mobile-listing-header .inner__header--container {
    padding-top: 16rem;
  }
  #mobile-listing-header .inner__description {
    margin-top: 6rem;
  }
}

@media (max-width: 575.98px) {
  #mobile-listing-header .inner__item {
    max-width: 75%;
    top: -40px;
  }
  #mobile-listing-header .inner__header--container {
    padding-top: 14rem;
  }
  #mobile-listing-header .inner__description {
    margin-top: 5rem;
  }
}

#mobile-listing-main .project {
  min-height: 100vh;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mobile-listing-main .project::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #201c1b;
  opacity: 0.35;
}

#mobile-listing-main .project:first-of-type {
  padding-top: 4rem;
}

#mobile-listing-main .project:last-of-type {
  padding-bottom: 4rem;
}

#mobile-listing-main .project:not(:last-of-type) {
  padding-bottom: 2rem;
}

#mobile-listing-main .project:not(:first-of-type) {
  padding-top: 2rem;
}

#mobile-listing-main .project__content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#mobile-listing-main .project__description,
#mobile-listing-main .project__screenshot {
  z-index: 10;
}

#mobile-listing-main .project__description,
.project__description {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  width: 50%;
  height: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#mobile-listing-main .project__screenshot {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  width: 50%;
  height: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mobile-listing-main .project__screenshot img {
  width: auto;
  height: 100%;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 56px -6px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0 0 56px -6px rgba(0, 0, 0, 0.38);
  box-shadow: 0 0 56px -6px rgba(0, 0, 0, 0.38);
}

#mobile-listing-main .project__title,
.project__title {
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji"; /*!rtl: Cairo,Roboto,serif */
}

#mobile-listing-main .project__subtitle,
.project__subtitle {
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto, serif; /*!rtl: Cairo,Roboto,serif */
}

#mobile-listing-main .project__text,
.project__text {
  color: #fff;
  font-family: Roboto, serif;
  /*!rtl: Cairo,Roboto,serif */
  font-weight: 300;
  font-size: 0.8125rem;
  margin: 1.5rem 0;
}

.project__view-more {
  color: #fff;
  font-family: Roboto, serif;
  /*!rtl: Cairo,Roboto,serif */
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.9125rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  width: 40%;
}

#home-e-commerce .project__view-more,
#home-web-design .project__view-more {
  color: #d17e33;
  font-size: 13px;
}

.project__view-more:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /*!rtl:append: rotateY(180deg)*/
  transform: translateY(-50%);
  /*!rtl:append: rotateY(180deg)*/
  left: 130px;
  width: 40px;
  height: 45px;
  cursor: pointer;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: rgba(255,255,255,0.35); %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 165px 45px;
  background-position: right center;
  /*!rtl: right center*/
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.section__service .project__view-more:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: rgba(209, 126, 51,0.5); %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  left: 120px;
  width: 30px;
  height: 25px;
}

.project__view-more:hover:after {
  left: 150px;
}

.section__service .project__view-more:hover:after {
  left: 130px;
}

#mobile-listing-main
  .project:nth-of-type(odd)
  .project__content
  .project__description {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  padding-left: 135px;
  padding-right: 4.2188rem;
}

#mobile-listing-main
  .project:nth-of-type(odd)
  .project__content
  .project__screenshot {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 8.4375rem;
  padding-left: 4.2188rem;
}

#mobile-listing-main
  .project:nth-of-type(even)
  .project__content
  .project__description {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 8.4375rem;
  padding-left: 4.2188rem;
}

#mobile-listing-main
  .project:nth-of-type(even)
  .project__content
  .project__screenshot {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  padding-left: 8.4375rem;
  padding-right: 4.2188rem;
}

#mobile-listing-main + .contact-us {
  margin-top: 0;
}

@media (max-width: 1199.98px) {
  #mobile-listing-main
    .project:nth-of-type(odd)
    .project__content
    .project__description {
    padding-left: 6.25rem;
    padding-right: 2.5rem;
  }
  #mobile-listing-main
    .project:nth-of-type(odd)
    .project__content
    .project__screenshot {
    padding-right: 6.25rem;
    padding-left: 2.5rem;
  }
  #mobile-listing-main
    .project:nth-of-type(even)
    .project__content
    .project__description {
    padding-right: 6.25rem;
    padding-left: 2.5rem;
  }
  #mobile-listing-main
    .project:nth-of-type(even)
    .project__content
    .project__screenshot {
    padding-left: 6.25rem;
    padding-right: 2.5rem;
  }
  #mobile-listing-main .project__screenshot img {
    width: 250px;
  }
}

@media (max-width: 991.98px) {
  #mobile-listing-main .project {
    padding: 1rem 0;
  }
  #mobile-listing-main
    .project:nth-of-type(odd)
    .project__content
    .project__description {
    padding-left: 4rem;
    padding-right: 2rem;
  }
  #mobile-listing-main
    .project:nth-of-type(odd)
    .project__content
    .project__screenshot {
    padding-right: 4rem;
    padding-left: 2rem;
  }
  #mobile-listing-main
    .project:nth-of-type(even)
    .project__content
    .project__description {
    padding-right: 4rem;
    padding-left: 2rem;
  }
  #mobile-listing-main
    .project:nth-of-type(even)
    .project__content
    .project__screenshot {
    padding-left: 4rem;
    padding-right: 2rem;
  }
  #mobile-listing-main .project__screenshot img {
    width: 225px;
  }
}

@media (max-width: 767.98px) {
  #mobile-listing-main
    .project:nth-of-type(odd)
    .project__content
    .project__description {
    padding-left: 3rem;
    padding-right: 1.5rem;
  }
  #mobile-listing-main
    .project:nth-of-type(odd)
    .project__content
    .project__screenshot {
    padding-right: 3rem;
    padding-left: 1.5rem;
  }
  #mobile-listing-main
    .project:nth-of-type(even)
    .project__content
    .project__description {
    padding-right: 3rem;
    padding-left: 1.5rem;
  }
  #mobile-listing-main
    .project:nth-of-type(even)
    .project__content
    .project__screenshot {
    padding-left: 3rem;
    padding-right: 1.5rem;
  }
  #mobile-listing-main .project__screenshot img {
    width: 200px;
  }
}

@media (max-width: 575.98px) {
  #mobile-listing-main .project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 7rem 0;
  }
  #mobile-listing-main .project__content {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #mobile-listing-main .project__description,
  #mobile-listing-main .project__screenshot,
  .project__description {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
  }
  #mobile-listing-main .project__description {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
    margin-bottom: 5rem;
  }
  #mobile-listing-main .project__screenshot {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  #mobile-listing-main .project__screenshot img {
    width: 80%;
  }
  #mobile-listing-main .project__title {
    font-size: 2.5rem;
  }
  #mobile-listing-main .project__subtitle {
    font-size: 100%;
  }
  #mobile-listing-main .project__text {
    font-size: 1rem;
  }
  #mobile-listing-main .project__view-more {
    font-size: 1.1rem;
  }
  #mobile-listing-main
    .project:nth-of-type(odd)
    .project__content
    .project__description,
  #mobile-listing-main
    .project:nth-of-type(odd)
    .project__content
    .project__screenshot {
    padding: 0 4rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #mobile-listing-main
    .project:nth-of-type(even)
    .project__content
    .project__description,
  #mobile-listing-main
    .project:nth-of-type(even)
    .project__content
    .project__screenshot {
    padding: 0 4rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-height: 500px) {
  #mobile-listing-main {
    height: 100%;
    min-height: 700px;
  }
}

#branding-listing-header .inner__item {
  top: -100px;
  max-width: 40%;
}

#branding-listing-header .inner__header--container {
  padding-top: 13rem;
}

@media (max-width: 1199.98px) {
  #branding-listing-header .inner__item {
    max-width: 50%;
    top: -50px;
  }
  #branding-listing-header .inner__header--container {
    padding-top: 14rem;
  }
}

@media (max-width: 991.98px) {
  #branding-listing-header .inner__item {
    max-width: 45%;
    top: -65px;
  }
  #branding-listing-header .inner__description {
    margin-top: 7rem;
  }
}

@media (max-width: 767.98px) {
  #branding-listing-header .inner__item {
    max-width: 70%;
    top: -70px;
  }
  #branding-listing-header .inner__header--container {
    padding-top: 16rem;
  }
  #branding-listing-header .inner__description {
    margin-top: 6rem;
  }
}

@media (max-width: 575.98px) {
  #branding-listing-header .inner__item {
    max-width: 75%;
    top: -40px;
  }
  #branding-listing-header .inner__header--container {
    padding-top: 14rem;
  }
  #branding-listing-header .inner__description {
    margin-top: 5rem;
  }
}

#digital-marketing-listing-header .inner__item {
  top: -100px;
  max-width: 40%;
}

#digital-marketing-listing-header .inner__header--container {
  padding-top: 13rem;
}

@media (max-width: 1199.98px) {
  #digital-marketing-listing-header .inner__item {
    max-width: 50%;
    top: -50px;
  }
  #digital-marketing-listing-header .inner__header--container {
    padding-top: 14rem;
  }
}

@media (max-width: 991.98px) {
  #digital-marketing-listing-header .inner__item {
    max-width: 45%;
    top: -65px;
  }
  #digital-marketing-listing-header .inner__description {
    margin-top: 7rem;
  }
}

@media (max-width: 767.98px) {
  #digital-marketing-listing-header .inner__item {
    max-width: 70%;
    top: -70px;
  }
  #digital-marketing-listing-header .inner__header--container {
    padding-top: 16rem;
  }
  #digital-marketing-listing-header .inner__description {
    margin-top: 6rem;
  }
}

@media (max-width: 575.98px) {
  #digital-marketing-listing-header .inner__item {
    max-width: 75%;
    top: -40px;
  }
  #digital-marketing-listing-header .inner__header--container {
    padding-top: 14rem;
  }
  #digital-marketing-listing-header .inner__description {
    margin-top: 5rem;
  }
}

#digital-marketing-listing-main {
  overflow: visible !important;
  margin-bottom: 8%;
}

#digital-marketing-listing-main .scrollify__buttons {
  display: none;
}

#digital-marketing-listing-main .section__service--content {
  padding: 8rem 0;
}

@media (max-width: 767.98px) {
  #digital-marketing-listing-main .section__service--content {
    padding: 15rem 0;
  }
}

#digital-marketing-listing-main .section__service--content .section__image,
#digital-marketing-listing-main .section__service--content .section__showcase,
#digital-marketing-listing-main .section__service--content .section__slider {
  width: 65%;
}

#digital-marketing-listing-main
  .section__service--content
  .section__image--right,
#digital-marketing-listing-main
  .section__service--content
  .section__showcase--right,
#digital-marketing-listing-main
  .section__service--content
  .section__slider--right {
  margin-left: auto !important;
}

#digital-marketing-listing-main
  .section__service--content
  .section__image--left,
#digital-marketing-listing-main
  .section__service--content
  .section__showcase--left,
#digital-marketing-listing-main
  .section__service--content
  .section__slider--left {
  margin-right: auto !important;
}

@media (max-width: 991.98px) {
  #digital-marketing-listing-main .section__service--content .section__image,
  #digital-marketing-listing-main .section__service--content .section__showcase,
  #digital-marketing-listing-main .section__service--content .section__slider {
    width: 75% !important;
  }
}

@media (max-width: 575.98px) {
  #digital-marketing-listing-main .section__service--content .section__image,
  #digital-marketing-listing-main .section__service--content .section__showcase,
  #digital-marketing-listing-main .section__service--content .section__slider {
    width: 85% !important;
  }
  #digital-marketing-listing-main .section__service--content .section__image {
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  #digital-marketing-listing-main .section__service--content .section__image,
  #digital-marketing-listing-main .section__service--content .section__slider {
    max-height: 800px;
  }
  #digital-marketing-listing-main .section__service--content .section__image {
    height: 400px;
  }
  #digital-marketing-listing-main
    .section__service--content
    .section__image
    img,
  #digital-marketing-listing-main
    .section__service--content
    .section__slider
    img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .service__card .details-wrapper {
    opacity: 1;
  }
}

#digital-marketing-listing-main .section__service--content .brochure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 40vw;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  top: 5%;
}

#digital-marketing-listing-main
  .section__service--content
  .brochure__project--data,
#digital-marketing-listing-main
  .section__service--content
  .brochure__project--logo {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  width: 50%;
  max-width: 100%;
}

#digital-marketing-listing-main
  .section__service--content
  .brochure__project--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#digital-marketing-listing-main
  .section__service--content
  .brochure__project--logo
  img {
  max-width: 80%;
  height: auto;
}

#digital-marketing-listing-main
  .section__service--content
  .brochure__project--data {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

@media (max-width: 1199.98px) {
  #digital-marketing-listing-main .section__service--content .brochure {
    width: 50vw;
  }
}

@media (max-width: 991.98px) {
  #digital-marketing-listing-main .section__service--content .brochure {
    width: 60vw !important;
  }
}

@media (max-width: 767.98px) {
  #digital-marketing-listing-main .section__service--content .brochure {
    width: 70vw !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4rem;
  }
  #digital-marketing-listing-main
    .section__service--content
    .brochure__project--data,
  #digital-marketing-listing-main
    .section__service--content
    .brochure__project--logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    width: 100%;
    max-width: 100%;
  }
  #digital-marketing-listing-main
    .section__service--content
    .brochure__project--logo {
    margin-bottom: 1rem;
  }
}

@media (max-width: 575.98px) {
  #digital-marketing-listing-main .section__service--content .brochure {
    width: calc(100% - 6rem) !important;
  }
}

#web-service-header .inner__header--container {
  padding-top: 7rem;
  padding-bottom: 4rem;
}

#web-service-header .inner__logo {
  width: 35%;
}

#web-service-header .inner__info {
  width: 30%;
}

#web-service-header .inner__description {
  margin-top: 6rem;
}

@media (max-width: 1199.98px) {
  #web-service-header .inner__header--container {
    padding-top: 6rem;
  }
  #web-service-header .inner__logo {
    width: 45%;
  }
  #web-service-header .inner__info {
    width: 35%;
  }
  #web-service-header .inner__description {
    margin-top: 4rem;
  }
}

@media (max-width: 991.98px) {
  #web-service-header .inner__description {
    margin-top: 9rem;
  }
  #web-service-header .inner__logo {
    width: 60%;
  }
  #web-service-header .inner__info {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  #web-service-header .inner__header--container {
    padding-top: 7rem;
  }
  #web-service-header .inner__description {
    margin-top: 6rem;
  }
}

@media (max-width: 575.98px) {
  #web-service-header .inner__description {
    margin-top: 5rem;
  }
  #web-service-header .inner__logo {
    width: 75%;
  }
  #web-service-header .inner__info {
    width: 75%;
  }
}

#web-service-main .scrollify__section {
  padding-right: 3rem;
  padding-left: 3rem;
}

#web-service-main .scrollify__section .brochure a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#web-service-main .scrollify__section .brochure.brochure__bg--white a {
  color: #000;
}

#web-service-main .scrollify__section .brochure a:hover {
  color: #d17e33;
}

@media (max-width: 991.98px) {
  #web-service-main .scrollify__buttons {
    display: none;
  }
}

@media (max-width: 575.98px) {
  #web-service-main .scrollify__section {
    padding-right: 0;
    padding-left: 0;
  }
}

#web-service-main .section__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

#web-service-main .section__service--item {
  position: absolute;
}

#web-service-main .section__service--item img {
  position: initial;
}

#web-service-main .section__service .brochure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 9%;
  position: relative !important;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
}

#web-service-main #data-structure-service .brochure {
  margin-left: 0;
}

.e-commerce-main .section__service .brochure {
  margin: 0 !important;
  margin-top: 5% !important;
}

.e-commerce-main .testimonial__slider {
  filter: brightness(0) invert(1);
}

.e-commerce-main #data-structure-service,
.e-commerce-main #ux-design-service {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.e-commerce-main #ux-design-service > .brochure {
  padding: 0 !important;
  margin: 0 !important;
  align-self: unset !important;
  width: 40vw !important;
  margin-left: 30% !important;
}

.e-commerce-main #testing-launching-service {
  padding-top: 0 !important;
}

.apps-main #data-structure-service .section__service--item {
  right: 0;
}

.apps-main .connector2 {
  bottom: -6% !important;
  left: 30% !important;
  right: auto !important;
}

.apps-main #data-structure-service {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.apps-main #data-structure-service .section__service--line-2 {
  height: 20% !important;
}

.apps-main #data-structure-service .brochure {
  margin-left: 0;
  margin-right: 10%;
}

.apps-main #ux-design-service > .brochure {
  margin: 0 auto !important;
  padding: 0 !important;
}

.apps-main #ux-design-service {
  padding: 0 !important;
}

.apps-main .connector3 {
  height: 30% !important;
}

.apps-main #testing-launching-service .section__service--item {
  left: auto !important;
  right: -10% !important;
}

.apps-main #testing-launching-service .brochure {
  margin: 0 40% 0 0 !important;
}

.digital-main #ux-design-service > .brochure,
.digital-main .section__service#research-service .brochure {
  margin-left: 20% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.digital-main #research-service {
  padding-bottom: 0 !important;
}

.digital-main #data-structure-service .brochure {
  margin: 0 !important;
  min-width: unset !important;
  max-width: 65vw !important;
  margin: auto !important;
}

.digital-main #ux-design-service {
  padding-top: 5% !important;
}

.digital-main #ux-design-service .section__service--item {
  left: 7% !important;
  top: 5% !important;
}

.digital-main #cms-customizing-service .brochure {
  margin: auto !important;
}

.digital-main .connector4 {
  height: 25% !important;
}

.branding-main #testing-launching-service .section__service--item {
  left: 0 !important;
}

#web-service-main .section__service .brochure__title {
  font-weight: bolder;
  font-size: 3.4375rem;
}

@media (max-width: 991.98px) {
  #web-service-main .section__service .brochure {
    margin: 0;
  }
}

#web-service-main #research-service {
  position: relative;
  padding-top: 9rem;
  padding-bottom: 10rem;
}

@media (max-width: 800px) {
  #web-service-main #research-service {
    padding-top: 1rem;
    padding-bottom: 0;
  }
}

.e-commerce-main #research-service {
  padding-bottom: 0 !important;
  padding-top: 12rem !important;
}

.e-commerce-main .brochure .logos {
  text-align: center;
  margin-top: 20px;
}

.e-commerce-main .brochure .logos img {
  height: 25px;
  margin-right: 10px;
  margin-bottom: 15px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.9;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.e-commerce-main .brochure .logos img:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

#web-service-main #research-service .brochure {
  max-width: 55vw;
  width: 55vw;
  margin-top: 90px;
}

#web-service-main #research-service .section__service--item {
  top: 6rem;
  left: 14%;
}

.connector {
  z-index: 999999 !important;
  position: absolute;
}

.connector::before {
  width: 1px;
  position: absolute;
  top: 0 !important;
  left: 0;
  bottom: auto !important;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  background: #d17e33;
  opacity: 0.7;
  height: 0;
  -webkit-transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.connector.animate::before {
  height: 100%;
}

.connector2 {
  left: 75% !important;
  height: 25% !important;
}

.e-commerce-main .connector2 {
  left: 50% !important;
  bottom: -20% !important;
}

.e-commerce-main #research-service .section__service--item {
  left: -10% !important;
}

.connector3 {
  left: 30% !important;
  bottom: 0 !important;
}

.e-commerce-main .connector3 {
  bottom: -10% !important;
}

.connector4 {
  left: 50% !important;
  height: 30% !important;
}

.connector5 {
  left: 65% !important;
  height: 30% !important;
}

.connector-short {
  height: 130px !important;
}

.connector-medium {
  height: 160px !important;
}

.connector-long {
  height: 180px !important;
}

.connector-center {
  left: 50% !important;
  right: auto !important;
  transform: translate(-50%, 0) !important;
}

.connector-right {
  left: 75% !important;
}

.connector-left {
  left: 25% !important;
  right: auto;
}

.connector-top {
  top: 0;
  bottom: auto;
}

.connector-bottom-medium {
  top: auto;
  bottom: -6rem;
}

.connector-bottom-extra {
  top: auto;
  bottom: -12rem;
}

.connector-bottom {
  top: auto;
  bottom: 0;
}

.connector-bottom-more {
  bottom: -6rem;
}

@media (max-width: 900px) {
  .connector-bottom-extra {
    top: auto;
    bottom: -15rem;
  }
  .connector-short {
    height: 100px !important;
  }
  .connector-medium {
    height: 150px !important;
  }
  .connector-long {
    height: 200px !important;
  }
  .connector-md-center {
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, 0) !important;
  }
  .connector-md-bottom {
    bottom: 0 !important;
  }
}

@media (max-width: 760px) {
  .connector-bottom-extra {
    bottom: -12rem;
  }
  .connector-short {
    height: 90px !important;
  }
  .connector-medium {
    height: 120px !important;
  }
  .connector-long {
    height: 180px !important;
  }
  .connector-sm-center {
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, 0) !important;
  }
  .connector-sm-bottom {
    top: auto !important;
    bottom: 0 !important;
  }
}

@media (max-width: 630px) {
  .connector-short {
    height: 70px !important;
  }
  .connector-medium,
  .connector-sm-medium {
    height: 100px !important;
  }
  .connector-long,
  .connector-sm-long {
    height: 130px !important;
  }
  .connector-xs-center {
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, 0) !important;
  }
  .connector-xs-bottom {
    top: auto !important;
    bottom: 0 !important;
  }
  .connector-sm-bottom-extra {
    top: auto;
    bottom: -12rem;
  }
  .connector-sm-bottom-medium,
  .connector-sm-bottom-more {
    top: auto;
    bottom: -6rem;
  }
}

@media (max-width: 530px) {
  .connector-xs-medium {
    height: 100px !important;
  }
}

#web-service-main #research-service .section__service--line-1,
#web-service-main #research-service .section__service--line-2 {
  position: absolute;
  left: 50%;
}

#web-service-main
  #research-service
  .section__service--line-1
  svg
  .service--line-path,
#web-service-main
  #research-service
  .section__service--line-2
  svg
  .service--line-path {
  fill: none;
  stroke-miterlimit: 10;
  stroke: rgba(255, 255, 255, 0.3);
}

#web-service-main #research-service .section__service--line-1 {
  width: 1px;
  height: auto;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#web-service-main #research-service .section__service--line-2 {
  width: 532px;
  height: 330px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -26%;
}

@media (max-width: 1199.98px) {
  #web-service-main #research-service .brochure {
    max-width: 60vw;
    width: 60vw;
  }
  #web-service-main #research-service .section__service--item {
    left: 10%;
  }
}

@media (max-width: 991.98px) {
  #web-service-main #research-service .brochure {
    max-width: 80vw;
    width: 80vw;
    margin-top: 80px;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  #web-service-main #research-service .section__service--item {
    left: 5%;
  }
  #web-service-main.e-commerce-main #research-service .section__service--item {
    left: -15% !important;
  }
  #web-service-main.e-commerce-main
    #research-service
    .section__service--item
    img {
    width: 80%;
  }
}

@media (max-width: 767.98px) {
  #web-service-main #research-service .brochure {
    max-width: 85vw;
    width: 85vw;
    margin-top: 10rem;
    margin-left: 0;
  }
  #web-service-main #research-service .section__service--line-2 {
    bottom: -20%;
    max-width: 50vw;
  }
  #web-service-main.digital-main #research-service .brochure {
    margin-top: 32rem;
  }
  .e-commerce-main #ux-design-service > .brochure {
    width: 65% !important;
    max-width: unset !important;
  }
  .e-commerce-main#web-service-main #ux-design-service .section__service--item {
    left: -2rem !important;
  }
}

@media (max-width: 575.98px) {
  #web-service-main
    #research-service:not(.apps-main#web-service-main#research-service) {
    padding-top: 30rem;
  }
  #web-service-main #research-service .brochure {
    max-width: calc(100vw - 3.5rem);
    width: calc(100vw - 3.5rem) !important;
    margin-top: 0;
    -ms-flex-item-align: center;
    align-self: center;
  }
  #web-service-main.digital-main #research-service .brochure {
    margin-left: 0 !important;
    width: 85% !important;
    max-width: unset !important;
    padding: 0 !important;
  }
  #web-service-main.apps-main #research-service .brochure,
  #web-service-main.e-commerce-main #research-service .brochure {
    max-width: calc(100vw - 3.5rem);
    width: calc(100vw - 3.5rem) !important;
    padding: 0 !important;
  }
  .e-commerce-main #research-service {
    padding-top: 19rem !important;
  }
  #web-service-main #research-service .section__service--item {
    top: 10rem;
  }
  #web-service-main #research-service .section__service--line-2 {
    bottom: -20%;
    max-width: 75vw;
  }
  #web-service-main .section__service .brochure__title {
    font-size: 2rem;
  }
  #web-service-main.e-commerce-main #ux-design-service .section__service--item {
    top: 0;
  }
  #web-service-main.e-commerce-main #ux-design-service > .brochure {
    padding-top: 5rem !important;
    padding-left: 0 !important;
    margin-left: 5vw !important;
    width: 90vw !important;
    max-width: unset !important;
  }
  .e-commerce-main .brochure .logos img {
    height: 25px;
  }
}

@media (max-width: 300px) {
  #web-service-main .section__service .brochure__title {
    font-size: 1.5rem;
  }
}

#web-service-main #data-structure-service {
  position: relative;
  padding-top: 14rem;
  padding-bottom: 13rem;
}

#web-service-main #data-structure-service .brochure {
  max-width: 55vw;
}

#web-service-main #data-structure-service .section__service--line-2 {
  position: absolute;
  left: 50%;
  width: 529px;
  height: 414px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10%;
}

#web-service-main
  #data-structure-service
  .section__service--line-2
  svg
  .service--line-path {
  fill: none;
  stroke-miterlimit: 10;
  stroke: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1199.98px) {
  #web-service-main #data-structure-service .brochure {
    max-width: 70vw;
    width: 70vw;
  }
}

@media (max-width: 991.98px) {
  #web-service-main #data-structure-service {
    padding-top: 20rem;
    padding-bottom: 16rem;
  }
  #web-service-main #data-structure-service .brochure {
    max-width: 80vw;
    width: 80vw;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  #web-service-main #data-structure-service {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  #web-service-main #data-structure-service .brochure {
    max-width: 85vw;
    width: 85vw;
  }
  #web-service-main #data-structure-service .section__service--line-2 {
    bottom: -25%;
    max-width: 50vw;
    -webkit-transform: rotatex(180deg);
    transform: rotatex(180deg);
  }
}

@media (max-width: 575.98px) {
  #web-service-main #data-structure-service {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  #web-service-main #data-structure-service .brochure {
    max-width: calc(100vw - 3.5rem);
    width: calc(100vw - 3.5rem) !important;
    -ms-flex-item-align: center;
    align-self: center;
  }
  #web-service-main.digital-main #data-structure-service .brochure {
    margin: 0 !important;
    width: 86% !important;
    max-width: unset !important;
  }
  #web-service-main #data-structure-service .section__service--line-2 {
    max-width: 75vw;
    -webkit-transform: rotatex(180deg);
    transform: rotatex(180deg);
  }
  #web-service-main #data-structure-service .section__service--line-2 {
    display: none;
  }
}

#web-service-main #ux-design-service {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 10rem;
}

#web-service-main #ux-design-service > .brochure {
  -ms-flex-item-align: end;
  align-self: flex-end;
  max-width: 60vw;
  width: 60vw;
}

#web-service-main #ux-design-service > .brochure ~ .brochure {
  max-width: 50vw;
  width: 50vw;
}

#web-service-main #ux-design-service .section__service--item {
  top: 10rem;
  left: -14%;
}

.e-commerce-main #ux-design-service .section__service--item {
  left: 5% !important;
}

#web-service-main #ux-design-service .section__service--line-2 {
  position: absolute;
  left: 50%;
}

#web-service-main
  #ux-design-service
  .section__service--line-2
  svg
  .service--line-path {
  fill: none;
  stroke-miterlimit: 10;
  stroke: rgba(255, 255, 255, 0.3);
}

#web-service-main #ux-design-service .section__service--line-2 {
  width: 529px;
  height: 414px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -12%;
}

@media (max-width: 1199.98px) {
  #web-service-main #ux-design-service > .brochure {
    max-width: 50vw;
    width: 50vw;
  }
  #web-service-main #ux-design-service .section__service--item {
    left: -16%;
  }
}

@media (max-width: 991.98px) {
  #web-service-main #ux-design-service {
    padding-top: 52rem;
  }
  #web-service-main #ux-design-service .brochure {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #web-service-main #ux-design-service > .brochure {
    max-width: 80vw;
    width: 80vw;
  }
  #web-service-main #ux-design-service > .brochure ~ .brochure {
    max-width: 80vw;
    width: 80vw;
  }
  #web-service-main #ux-design-service .section__service--item {
    left: -10%;
    top: 12rem;
  }
  #web-service-main #ux-design-service .section__service--line-2 {
    bottom: 0;
    height: 10% !important;
  }
  #web-service-main #data-structure-service .section__service--line-2 {
    height: 20% !important;
    bottom: 0;
  }
  #web-service-main.digital-main #ux-design-service > .brochure {
    margin-left: 0 !important;
  }
}

@media (max-width: 767.98px) {
  #web-service-main #ux-design-service {
    padding-top: 50rem;
  }
  #web-service-main #ux-design-service > .brochure {
    max-width: 85vw;
    width: 85vw;
  }
  #web-service-main #ux-design-service > .brochure ~ .brochure {
    max-width: 85vw;
    width: 85vw;
  }
  #web-service-main #ux-design-service .section__service--item {
    top: 6rem;
  }
  #web-service-main #ux-design-service .section__service--line-2 {
    bottom: 0;
    max-width: 50vw;
  }
}

@media (max-width: 575.98px) {
  #web-service-main #ux-design-service > .brochure {
    max-width: 100vw;
    width: 100vw;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #web-service-main.digital-main #ux-design-service > .brochure {
    margin-left: 0;
  }
  #web-service-main #ux-design-service > .brochure ~ .brochure {
    max-width: 100vw;
    width: 100vw;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #web-service-main #ux-design-service .section__service--item {
    left: -50%;
  }
  #web-service-main #ux-design-service .section__service--line-2 {
    max-width: 75vw;
    bottom: 2rem;
  }
}

#web-service-main #cms-customizing-service {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 14rem;
  z-index: 99;
}

#web-service-main.apps-main #cms-customizing-service {
  margin-bottom: 2rem;
}

#web-service-main #cms-customizing-service .brochure {
  max-width: 65vw;
  width: 65vw;
}

#web-service-main #cms-customizing-service .section__service--line-3 {
  position: absolute;
  left: 50%;
}

#web-service-main
  #cms-customizing-service
  .section__service--line-3
  svg
  .service--line-path {
  fill: none;
  stroke-miterlimit: 10;
  stroke: rgba(255, 255, 255, 0.3);
}

#web-service-main #cms-customizing-service .section__service--line-3 {
  width: 529px;
  height: 414px;
  left: 35%;
  bottom: -10%;
}

@media (max-width: 1199.98px) {
  #web-service-main #cms-customizing-service .brochure {
    max-width: 70vw;
    width: 70vw;
  }
}

@media (max-width: 991.98px) {
  #web-service-main #cms-customizing-service .brochure {
    max-width: 80vw;
    width: 80vw;
    margin: 0;
  }
  #web-service-main #cms-customizing-service .section__service--line-3 {
    bottom: -35%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (max-width: 767.98px) {
  #web-service-main #cms-customizing-service {
    padding-top: 6rem;
    padding-bottom: 16rem;
  }
  #web-service-main #cms-customizing-service .brochure {
    max-width: 85vw;
    width: 85vw;
  }
  #web-service-main #cms-customizing-service .section__service--line-3 {
    max-width: 50vw;
    bottom: -25%;
  }
}

@media (max-width: 575.98px) {
  #web-service-main #cms-customizing-service .brochure {
    max-width: calc(100vw - 3.5rem);
    width: calc(100vw - 3.5rem) !important;
    -ms-flex-item-align: start;
    align-self: flex-start;
    left: 1.75rem;
  }
  #web-service-main.digital-main #cms-customizing-service .brochure {
    margin-left: 0 !important;
  }
  #web-service-main #cms-customizing-service .section__service--line-3 {
    max-width: 75vw;
    bottom: -28%;
  }
}

#web-service-main #testing-launching-service {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 16rem;
}

#web-service-main #testing-launching-service .brochure {
  max-width: 60vw;
  width: 60vw;
  background: 0 0;
}

#web-service-main #testing-launching-service .section__service--item {
  top: -26%;
  left: -15%;
}

#web-service-main #testing-launching-service .section__service--line-4 {
  position: absolute;
  left: 50%;
}

#web-service-main
  #testing-launching-service
  .section__service--line-4
  svg
  .service--line-path {
  fill: none;
  stroke-miterlimit: 10;
  stroke: rgba(255, 255, 255, 0.3);
}

#web-service-main #testing-launching-service .section__service--line-4 {
  width: 190px;
  height: 328px;
  bottom: 0;
  left: 50%;
}

@media (max-width: 1199.98px) {
  #web-service-main #testing-launching-service {
    padding-top: 24rem;
  }
  #web-service-main #testing-launching-service .brochure {
    max-width: 65vw;
    width: 65vw;
  }
  #web-service-main #testing-launching-service .section__service--item {
    top: 0;
    left: -25%;
  }
}

@media (max-width: 991.98px) {
  #web-service-main #testing-launching-service {
    padding-top: 50rem;
  }
  #web-service-main.apps-main #testing-launching-service {
    padding-top: 40rem;
  }
  #web-service-main #testing-launching-service .brochure {
    margin: 0 !important;
    margin-top: 5% !important;
  }
  #web-service-main #testing-launching-service .section__service--item {
    left: -18%;
    top: 28px;
  }
  #web-service-main #testing-launching-service .section__service--line-4 {
    bottom: -12%;
  }
}

@media (max-width: 767.98px) {
  #web-service-main #testing-launching-service {
    padding-top: 45rem;
    padding-bottom: 16rem;
  }
  #web-service-main.digital-main #testing-launching-service {
    padding-top: 30rem;
  }
  #web-service-main.apps-main #testing-launching-service {
    padding-top: 35rem;
  }
  #web-service-main #testing-launching-service .brochure {
    max-width: 85vw;
    width: 85vw;
  }
  #web-service-main #testing-launching-service .section__service--item {
    left: -30%;
    top: -4%;
  }
  #web-service-main #testing-launching-service .section__service--line-4 {
    left: 35%;
    -webkit-transform: translateX(-35%);
    transform: translateX(-35%);
    max-width: 20vw;
    bottom: -5%;
  }
}

@media (max-width: 575.98px) {
  #web-service-main #cms-customizing-service {
    padding-bottom: 11rem;
  }
  #web-service-main #testing-launching-service {
    padding-top: 27rem;
    padding-bottom: 7rem;
    margin-top: 4rem;
  }
  #web-service-main #testing-launching-service .brochure {
    max-width: 100vw;
    width: 100vw !important;
  }
  #web-service-main #testing-launching-service .section__service--item {
    left: -30%;
    width: 100vw;
    top: 25px;
  }
  #web-service-main #testing-launching-service .section__service--item img {
    width: 100%;
    height: auto;
  }
  #web-service-main.digital-main
    #testing-launching-service
    .section__service--item
    img {
    width: auto;
  }
  #web-service-main #testing-launching-service .section__service--line-4 {
    max-width: 35vw;
    bottom: 0;
    left: 25%;
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  #web-service-main.apps-main #testing-launching-service {
    padding-top: 30rem;
  }
}

@media (max-width: 400px) {
  #web-service-main.apps-main #testing-launching-service {
    padding-top: 25rem;
  }
}

#ecommerce-service-header .inner__header--container {
  padding-top: 7rem;
}

#ecommerce-service-header .inner__logo {
  width: 35%;
}

#ecommerce-service-header .inner__info {
  width: 30%;
}

#ecommerce-service-header .inner__description {
  margin-top: 6rem;
}

@media (max-width: 1199.98px) {
  #ecommerce-service-header .inner__header--container {
    padding-top: 6rem;
  }
  #ecommerce-service-header .inner__logo {
    width: 45%;
  }
  #ecommerce-service-header .inner__info {
    width: 35%;
  }
  #ecommerce-service-header .inner__description {
    margin-top: 4rem;
  }
}

@media (max-width: 991.98px) {
  #ecommerce-service-header .inner__description {
    margin-top: 9rem;
  }
  #ecommerce-service-header .inner__logo {
    width: 60%;
  }
  #ecommerce-service-header .inner__info {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  #ecommerce-service-header .inner__header--container {
    padding-top: 7rem;
  }
  #ecommerce-service-header .inner__description {
    margin-top: 6rem;
  }
}

@media (max-width: 575.98px) {
  #ecommerce-service-header .inner__description {
    margin-top: 5rem;
  }
  #ecommerce-service-header .inner__logo {
    width: 75%;
  }
  #ecommerce-service-header .inner__info {
    width: 75%;
  }
}

#digital-marketing-service-header .inner__header--container {
  padding-top: 7rem;
}

#digital-marketing-service-header .inner__logo {
  width: 35%;
}

#digital-marketing-service-header .inner__info {
  width: 30%;
}

#digital-marketing-service-header .inner__description {
  margin-top: 6rem;
}

@media (max-width: 1199.98px) {
  #digital-marketing-service-header .inner__header--container {
    padding-top: 6rem;
  }
  #digital-marketing-service-header .inner__logo {
    width: 45%;
  }
  #digital-marketing-service-header .inner__info {
    width: 35%;
  }
  #digital-marketing-service-header .inner__description {
    margin-top: 4rem;
  }
}

@media (max-width: 991.98px) {
  #digital-marketing-service-header .inner__description {
    margin-top: 9rem;
  }
  #digital-marketing-service-header .inner__logo {
    width: 60%;
  }
  #digital-marketing-service-header .inner__info {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  #digital-marketing-service-header .inner__header--container {
    padding-top: 7rem;
  }
  #digital-marketing-service-header .inner__description {
    margin-top: 6rem;
  }
}

@media (max-width: 575.98px) {
  #digital-marketing-service-header .inner__description {
    margin-top: 5rem;
  }
  #digital-marketing-service-header .inner__logo {
    width: 75%;
  }
  #digital-marketing-service-header .inner__info {
    width: 75%;
  }
}

#branding-service-header .inner__header--container {
  padding-top: 7rem;
}

#branding-service-header .inner__logo {
  width: 35%;
}

#branding-service-header .inner__info {
  width: 30%;
}

#branding-service-header .inner__description {
  margin-top: 6rem;
}

@media (max-width: 1199.98px) {
  #branding-service-header .inner__header--container {
    padding-top: 6rem;
  }
  #branding-service-header .inner__logo {
    width: 45%;
  }
  #branding-service-header .inner__info {
    width: 35%;
  }
  #branding-service-header .inner__description {
    margin-top: 4rem;
  }
}

@media (max-width: 991.98px) {
  #branding-service-header .inner__description {
    margin-top: 9rem;
  }
  #branding-service-header .inner__logo {
    width: 60%;
  }
  #branding-service-header .inner__info {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  #branding-service-header .inner__header--container {
    padding-top: 7rem;
  }
  #branding-service-header .inner__description {
    margin-top: 6rem;
  }
}

@media (max-width: 575.98px) {
  #branding-service-header .inner__description {
    margin-top: 5rem;
  }
  #branding-service-header .inner__logo {
    width: 75%;
  }
  #branding-service-header .inner__info {
    width: 75%;
  }
}

#mobile-apps-service-header .inner__header--container {
  padding-top: 7rem;
}

#mobile-apps-service-header .inner__logo {
  width: 35%;
}

#mobile-apps-service-header .inner__info {
  width: 30%;
}

#mobile-apps-service-header .inner__description {
  margin-top: 6rem;
}

@media (max-width: 1199.98px) {
  #mobile-apps-service-header .inner__header--container {
    padding-top: 6rem;
  }
  #mobile-apps-service-header .inner__logo {
    width: 45%;
  }
  #mobile-apps-service-header .inner__info {
    width: 35%;
  }
  #mobile-apps-service-header .inner__description {
    margin-top: 4rem;
  }
}

@media (max-width: 991.98px) {
  #mobile-apps-service-header .inner__description {
    margin-top: 9rem;
  }
  #mobile-apps-service-header .inner__logo {
    width: 60%;
  }
  #mobile-apps-service-header .inner__info {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  #mobile-apps-service-header .inner__header--container {
    padding-top: 7rem;
  }
  #mobile-apps-service-header .inner__description {
    margin-top: 6rem;
  }
}

@media (max-width: 575.98px) {
  #mobile-apps-service-header .inner__description {
    margin-top: 5rem;
  }
  #mobile-apps-service-header .inner__logo {
    width: 75%;
  }
  #mobile-apps-service-header .inner__info {
    width: 75%;
  }
}

*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  html {
    font-size: 0.8125rem;
  }
}

body {
  font-family: Roboto, serif;
  /*!rtl: Cairo,Roboto,serif */
  overflow-x: hidden;
  width: 100%;
}

body.preloader-shown {
  overflow: hidden;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax-img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1f1b19;
  z-index: 9999999;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

#status {
  width: 100%;
  height: 150px;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.blog-intro {
  padding: 6rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blog-intro .inner__title {
  font-weight: 700;
  font-size: 83px;
}

.blog-intro .inner__frame {
  text-align: center;
  padding-top: 3rem;
}

.latest-article-wrap {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}

.latest-article-contain {
  padding-bottom: 5.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.article-data-wrap {
  width: 90%;
  padding: 10px;
  background-color: #039f9f;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2) !important;
  position: relative;
}

.article-data > a {
  color: #fff;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  opacity: 0.5;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.article-data > a:hover {
  opacity: 1;
}

.article-img-wrap {
  width: 40%;
  display: flex;
  align-items: center;
  margin-left: -30%;
}

.article-data {
  border: 1px solid #10705f;
  padding: 64px 32px;
}

.article-img {
  width: 100%;
  height: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.2) !important;
  overflow: hidden;
  margin-bottom: 20%;
  max-height: 300px;
}

.article-inner-data {
  width: 65%;
}

.article-data h5 {
  text-transform: uppercase;
  font-size: 17px;
}

.article-data .brochure__title {
  font-size: 37px;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 0.5rem !important;
}

.article-data p {
  font-size: 13px;
}

.article-data .brochure__view-more,
.article-item-data .brochure__view-more {
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji"; /*!rtl: Cairo,Roboto,serif */
}

.article-data .brochure__view-more:after {
  left: 100px;
}

.article-data .brochure__view-more:hover:after {
  left: 120px;
}

.other-article-wrap {
  padding: 48px 1.5rem;
}

.other-article-contain {
  padding-bottom: 112px;
}

.article-item-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5%;
  cursor: pointer;
}

#articles-section .article-item-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5%;
  cursor: pointer;
  flex-direction: column;
}

.article-item-img {
  width: 375px;
  overflow: hidden;
}
#articles-section .article-item-img {
  width: 100%;
}
.article-item-data {
  width: calc(100% - 375px);
  padding: 16px;
  display: flex;
}
#articles-section .article-item-data {
  width: 100%;
}
.article-item-img-contain {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#articles-section .article-item-img-contain {
  height: 250px;
}

.article-item-data .brochure__title {
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 1rem !important;
  text-transform: none;
}

.article-item-data p {
  opacity: 0.5;
  font-size: 13px;
}

.article-item-data .brochure__view-more:after {
  left: 100px;
}

.article-item-data .brochure__view-more:hover:after {
  left: 110px;
}

.article-item-data .brochure__view-more {
  color: #f4a156 !important;
}

.line-wrap {
  margin-right: 16px;
}

.lineBox {
  width: 6px;
  height: 6px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  transform: rotate(45deg);
}

.lineBox:first-of-type {
  margin-bottom: 3px;
}

.lineBox:last-of-type {
  margin-top: 3px;
}

.lineBetween-wrap {
  height: calc(100% - 18px);
  display: flex;
  justify-content: center;
}

.lineBetween {
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}

.other-article-footer {
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.other-article-footer > a {
  display: none;
}

span.paginationBtn {
  opacity: 0.1;
}

.view-blog-1 {
  fill: #3c2f26;
}

.view-blog-2 {
  fill: none;
  stroke: #221a14;
}

.view-blog-text {
  fill: #fff;
}

.other-article-footer {
  position: relative;
}

.paginationBtn {
  position: absolute;
  top: 15.5px;
  width: 50px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
}

.paginationLeft {
  background-image: url(../images/icons/left-arrow.svg);
  background-position: left;
  left: 32px;
  background-size: auto 12px;
}

.paginationRight {
  background-image: url(../images/icons/right-arrow.svg);
  background-position: right;
  right: 32px;
  background-size: auto 12px;
}

.blog-details-contain {
  background-color: #f7f4ef;
}

.blog-details-contain .article-data {
  padding: 32px;
}

.blog-details-contain .blog-intro-bg {
  height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.article-details-body-inner dl,
.article-details-body-inner ol,
.article-details-body-inner ul {
  text-align: left;
}

@media (max-width: 768px) {
  .blog-details-contain .blog-intro-bg {
    height: 500px;
  }
}

.blog-details-contain .article-data-wrap {
  margin: 0 auto;
  text-align: center;
  margin-top: -90px;
}

.blog-details-contain .inner__frame {
  width: 144px;
  margin: 0 auto;
}

.blog-details-contain .article-data .brochure__title {
  text-transform: uppercase;
  margin: 32px auto !important;
  margin-top: 0 !important;
  max-width: 610px;
}

.blog-details-contain .inner__frame svg {
  width: 100%;
}

.blog-details-contain .inner__frame .contact-link-frame-top-2 {
  fill: none;
  stroke: #fff;
}

.blog-details-contain .inner__frame .contact-link-frame-top-3 {
  fill: none;
  stroke: #fff;
}

.blog-details-contain .inner__frame .frame-down-1 {
  stroke: #fff;
}

.blog-details-contain .inner__frame .frame-down-2 {
  stroke: #fff;
}

.article-details-body {
  max-width: 824px;
  margin: 0 auto;
  padding: 48px 0;
}

.article-details-body .article-details-body-inner,
.article-details-body p {
  color: #585858;
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  text-align: justify;
}

.article-details-body h1,
.article-details-body h2,
.article-details-body h3,
.article-details-body h4 {
  color: #3b9b8a !important;
  font-size: 22px;
  line-height: 1;
  font-family: "Roboto Slab";
  padding-bottom: 0.5rem;
  padding-top: 1rem !important;
  text-align: left;
}

.article-details-body h2 {
  font-weight: 300 !important;
  font-size: 40px !important;
  text-transform: uppercase;
}

.article-details-body h3 {
  font-size: 20px !important;
  text-transform: uppercase;
  font-weight: 300;
}

.article-details-body h4 {
  font-size: 14px;
  color: #000 !important;
  font-weight: normal;
}

.article-details-body h1 {
  padding-top: 1rem;
}

time {
  text-transform: uppercase;
  margin-bottom: 2%;
  display: block;
  opacity: 0.7;
  font-size: 12px;
}

.article-details-body li {
  list-style-position: inside;
}

.blog-details-social-media {
  padding: 32px 0;
  margin: 64px 0;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  display: flex;
  align-items: center;
}

.blog-details-social-media a {
  margin-right: 32px;
  cursor: pointer;
}

.facebook-icon {
  width: 8px;
  height: 16px;
}

.twitter-icon {
  width: 16px;
  height: 13px;
}

.googlePlus-icon {
  width: 15px;
  height: 15px;
}

.pinterest-icon {
  width: 13px;
  height: 16px;
}

.blog-details-social-media a img {
  height: 13px !important;
  width: auto !important;
}

.related-item-contain {

}

.related-item-head {
  margin-bottom: 64px;
  text-align: center;
}

.related-item-head h4, .related-item-head h2 {
  font-family: "Roboto Slab";
  font-weight: lighter;
  font-size: 25px;
  color: #463d36;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.related-item-head .sec-title-line-1 {
  stroke: #a19182;
  fill: none;
}

.related-item-head svg {
  width: 160px;
}

.related-item-swiper .brochure__title {
  color: #180e05;
}

.related-item-swiper p {
  color: #000;
}

.related-item-swiper .article-item-data {
  padding: 16px 32px;
}

.related-item-swiper .swiper-pagination-bullet {
  border-color: #180e05;
}

.related-item-swiper .swiper-pagination-bullet-active {
  background-color: #180e05;
}

.related-item-swiper .swiper-wrapper {
  margin-bottom: 64px;
}

.related-item-swiper .brochure__view-more:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: %23a19182; %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

@media (min-width: 992px) {
  .blog-data-contain .container {
    max-width: 90vw;
  }
}

@media (max-width: 991px) {
  .latest-article-contain,
  .other-article-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .article-item-img {
    width: 275px;
  }
  .article-item-data {
    width: calc(100% - 275px);
  }
}

@media (max-width: 800px) {
  .article-img {
    height: 40%;
  }
}

@media (max-width: 767px) {
  .blog-intro .inner__title {
    font-size: 46px;
  }
  .article-data .brochure__title {
    font-size: 24px;
  }
  .article-item-data .brochure__title {
    font-size: 17px;
  }
  .article-data h5 {
    font-size: 14px;
  }
}

@media (max-width: 650px) {
  .related-item-swiper .article-item-data {
    padding: 16px;
    padding-inline-start: 0;
  }
  .article-data-wrap {
    width: 100%;
    order: 2;
    z-index: 2;
  }
  .article-inner-data,
  .article-item-data {
    width: 100%;
  }
  .article-img-wrap {
    width: calc(100% + 157px);
    margin-left: -43px;
    height: 240px;
    position: relative;
    margin-right: -43px;
  }
  .article-img {
    box-shadow: none !important;
    height: 100%;
    margin-bottom: 0;
    z-index: 1;
  }
  .latest-article-wrap {
    justify-content: center;
  }
  .article-item-img {
    width: 100%;
    height: 380px;
    margin-bottom: 16px;
  }
  .article-item-img-contain {
    background-size: contain;
  }
  .article-item-data {
    padding-left: 0;
  }
  .article-data {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 380px) {
  .article-details-body h1,
  .related-item-head h1 {
    font-size: 22px;
  }
  .article-details-body h2 {
    font-size: 18px;
  }
  .article-details-body p {
    font-size: 14px;
  }
  .blog-details-contain .article-data .brochure__title {
    font-size: 16px;
  }
  .article-item-img-contain {
    background-size: cover;
  }
}

.overlay__single--item + .overlay__single--back,
.overlay__single--item + .overlay__single--list-items {
  margin-top: 190px;
}

.overlay__single--list-svgs {
  height: auto !important;
}

.overlay__single {
  justify-content: flex-start;
}

.more-service-wrap {
  width: 100%;
  padding: 3rem 0;
  background-color: #191715;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.more-service-key {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.more-service-arrow.arrowOpen {
  transform: rotateX(180deg);
}

.more-service-key h3 {
  font-family: "Roboto Slab";
  font-size: 20px;
  text-transform: uppercase;
}

.service-key-arrow {
  font-size: 20px;
  position: relative;
  color: #d17e33;
}

.more-service-data-wrap {
  padding-bottom: 1.5rem;
  display: none;
}

.more-service-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.more-service-data-wrap .overlay__single--list-item:first-child {
  margin-bottom: 3rem;
}

.more-service-data-wrap .overlay__single--list-items {
  margin: 0;
}

.more-service-data-wrap
  .overlay__single--list-items
  li
  a
  svg
  .overlay__list-svg--1 {
  fill: rgba(255, 255, 255, 0.5);
}

.more-service-data-wrap
  .overlay__single--list-items
  li:hover
  .overlay__list-svg--1 {
  fill: #d17e33;
}

.other-s-inner-data p {
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 1.5rem;
}

.other-s-heading {
  display: flex;
  align-items: center;
}

.other-s-inner-data {
  max-width: 710px;
}

.other-s-data {
  padding-right: 120px;
}

.other-s-img {
  position: relative;
  padding-right: 90px;
}

.other-s-img img {
  position: relative;
  left: -50px;
}

.other-s-data-contain {
  padding-top: 6rem;
  margin-bottom: 6rem;
}

.other-s-data-wrap {
  padding-bottom: 6rem;
}

.other-s-item-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.single-img {
  height: 252px;
}

.two-img-wrap > div {
  height: 252px;
  width: 48%;
}

.other-s-item-wrap {
  display: flex;
  justify-content: space-between;
}

.other-s-item {
  width: 32.5%;
  display: flex;
  flex-direction: column;
}

.two-img-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 4%;
}

.twoSection-down .two-img-wrap {
  margin-top: 0;
  margin-bottom: 4%;
}

.twoSection-down .single-img {
  order: 2;
}

.oneSection .other-s-item-img {
  height: 100%;
}

@media (max-width: 1024px) {
  .other-s-data,
  .other-s-img {
    padding-right: 70px;
  }
  .other-s-img {
    padding-right: 16px;
  }
}

@media (max-width: 868px) {
  .other-s-heading {
    flex-direction: column;
    align-items: flex-start;
  }
  .other-s-data,
  .other-s-img {
    padding: 0;
  }
  .other-s-data {
    padding: 0 48px;
  }
}

@media (max-width: 768px) {
  .other-s-item {
    width: 100%;
  }
  .other-s-item-wrap {
    flex-wrap: wrap;
  }
  .oneSection .other-s-item-img {
    height: 340px;
    margin-top: 22px;
    margin-bottom: 22px;
  }
  .other-s-data {
    padding: 0 17px;
    margin-top: 32px;
  }
}

@media (max-width: 550px) {
  .other-s-img img {
    width: 250px;
  }
  .blog-intro .inner__title {
    font-size: 32px;
  }
}

.digital_logo {
  max-width: 250px;
}

.digital_logo img {
  width: 100%;
}

.digital__desc {
  opacity: 0.7;
}

.app_links a,
.digital_links a {
  opacity: 0.7;
  display: inline-block;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  border: 1px solid #fff;
  margin: 0 3px;
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.app_links a:hover,
.digital_links a:hover {
  opacity: 1;
}

.app-info {
  z-index: 1;
}

.app-icon {
  width: 65px;
  height: 65px;
  padding: 3px;
  border: 1px solid #bdb7ad;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
}

.app-icon img {
  width: 100%;
  height: auto;
  margin: auto;
  border-radius: 7px;
}

.app-heading {
  background: #f7f4ef;
  color: #000;
  position: relative;
  z-index: 9;
}

.app-heading h1 {
  color: #000;
  margin-bottom: 1rem !important;
}

.app-heading h2 {
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
}

.app-heading svg {
  width: 140px;
  opacity: 0.5;
  margin: 0.5rem 0 3rem 0;
  filter: invert(1);
  height: auto;
}

.app_links {
  margin-top: 2rem;
}

.app_links a {
  border: 1px solid #29201b;
  background-size: 50%;
}

.app-visuals {
  position: relative;
}

.app-visuals > div {
  position: relative;
  z-index: 1;
}

@media (max-width: 576px) {
  .app-visuals > div {
    margin-top: 3rem;
  }
}

.app-visuals .app-background {
  position: absolute;
  bottom: -2px;
  right: 0;
  z-index: 0;
}

.app-feature-heading {
  position: relative;
}

.app-feature-heading .app-number,
.app-feature-heading h3,
.app-footer h4 {
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  /*!rtl: Cairo,Roboto,serif */
  font-weight: 300;
  position: relative;
  z-index: 1;
}

.app-feature-heading h3,
.app-footer h4 {
  font-size: 3rem;
  text-transform: uppercase;
}

.app-feature-heading .app-number {
  position: absolute;
  z-index: 0;
  font-size: 11rem;
  top: 0;
  left: -2rem;
  line-height: 0.5;
  opacity: 0.2;
  font-weight: 400;
}

.app-feature .app-background img {
  max-width: 90%;
}

.app-footer {
  padding: 10rem;
}

.app-closure {
  max-width: 80%;
  margin: auto;
}

.app-closure .text {
  line-height: 2;
}

.app-footer .app_links {
  margin-top: 10%;
}

.app-footer .app_links a {
  width: 187px;
  height: 60px;
  background-size: auto;
  border: none;
  border-radius: 0;
}

.app-screenshot img {
  max-width: 320px;
  height: auto;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 56px -6px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0 0 56px -6px rgba(0, 0, 0, 0.38);
  box-shadow: 0 0 56px -6px rgba(0, 0, 0, 0.38);
}

@media (max-width: 992px) {
  .app-footer {
    padding: 5rem;
  }
}

@media (max-width: 768px) {
  .app-feature-heading h3,
  .app-footer h4 {
    font-size: 2rem;
  }
  .app-footer {
    padding: 3rem !important;
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .app-closure {
    width: 100%;
    max-width: unset;
  }
}

@media (max-width: 576px) {
  .app-footer {
    padding: 2rem !important;
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .app-closure {
    margin-top: 3rem;
  }
}

@media (max-width: 350px) {
  .app-screenshot img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

.contact-section h1 {
  line-height: 1;
}

.contact-section .brochure {
  z-index: 999;
}

.contact-section .row > div {
  position: relative;
}

.contact-section .row > div .contact-img {
  bottom: 0;
  left: 0;
}

.contact-img {
  width: 100%;
}

.contact-img img {
  width: 63%;
}

.contact_btn {
  height: auto;
  background: 0 0;
  outline: 0;
  border: none;
  cursor: pointer;
  outline: 0 !important;
}

.contact_btn svg {
  width: 90%;
  height: auto;
}

.contact_btn svg text {
  width: 100%;
  display: block;
  fill: #fff;
}

.contact_btn text tspan {
  text-anchor: middle;
}

.contact_btn svg .contact-link-2 {
  stroke: #fff !important;
  fill: none;
  stroke-miterlimit: 10;
}

.contact_btn svg .contact-link-3 {
  stroke: #ad6422 !important;
  fill: none;
  stroke-miterlimit: 10;
}

svg text tspan {
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  /*!rtl: Cairo,Roboto,serif */
  text-anchor: middle;
  text-transform: uppercase;
}

.control-group,
.control-group input,
.control-group textarea {
  width: 100%;
  padding: 0;
  text-align: center;
  position: relative;
}

.control-group {
  margin-bottom: 1.5rem;
  position: relative;
  padding: 0 3%;
}

.control-group::after,
.control-group::before {
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  transform: rotate(45deg);
}

.control-group.jform_captcha::after,
.control-group.jform_captcha::before {
  display: none;
}

.control-group::after {
  right: 0;
  left: auto;
}

.control-group > * {
  padding: 0.5rem 0 1rem !important;
  background: 0 0;
  border: none;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.control-group.jform_captcha > * {
  border-bottom: 0;
  padding-bottom: 0 !important;
  height: 100px;
}

.control-group.jform_captcha {
  padding: 0;
}

.control-group > ::placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.control-group > :focus {
  border-bottom: 1px solid #fff;
}

.control-group > :focus::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.jform_contact_message::after,
.jform_contact_message::before {
  bottom: 7px;
}

.contact_location {
  background: #1f1c1a;
  width: 100%;
  height: 500px;
  position: relative;
}

.contact_location__contacts {
  position: absolute;
  padding: 10px;
  background: #039f9f;
  width: 416px;
  min-height: 400px;
  left: 2.5rem;
  top: -6rem;
}

.contact_location__contacts .cont {
  border: 1px solid #026e7b;
  width: 100%;
  height: 100%;
  padding: 3.2rem 3rem;
}

.contact_location__contacts-heading {
  font-size: 3rem;
  font-weight: 100;
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji"; /*!rtl: Cairo,Roboto,serif */
}

@media all and (max-width: 400px) {
  .contact_location__contacts-heading {
    font-size: 2.2rem;
  }
}

.contact_location__contacts-list {
  list-style: none;
  display: flex;
  padding-left: 0;
  padding: 1rem 0;
  flex-direction: column;
  justify-content: space-around;
}

.contact_location__contacts-list li {
  display: block;
  margin-bottom: 5px;
}

.contact_location__contacts-list h6 {
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0;
}

.contact_location__contacts-list p {
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .contact-section .brochure {
    transition: none !important;
    will-change: unset !important;
    transform: none !important;
  }
  .contact-img img {
    max-width: 300px;
  }
  .contact_location__contacts .cont {
    padding: 4rem 3rem;
  }
  .contact_location {
    height: 900px;
  }
  .contact_location__contacts-list h6,
  .contact_location__contacts-list p,
  .contact_location__contacts-list p * {
    font-size: 1.2rem;
    color: #fff !important;
  }
  .contact_location__contacts {
    width: 90%;
    left: 5%;
  }
}

@media (max-width: 576px) {
  .contact-title {
    font-size: 2.2rem;
  }
}

.alert {
  width: 80%;
  max-width: 500px;
  background: #fff;
  opacity: 0.9;
  top: 14%;
  left: auto;
  right: 2%;
  z-index: 9999;
  position: fixed;
  color: #000;
  padding: 2%;
  -webkit-box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.2) !important;
  display: flex;
}

.alert a {
  position: relative;
  z-index: 99999;
  display: block;
  width: 40px;
}

@media (max-width: 768px) {
  .alert {
    opacity: 1;
  }
}

@media (max-width: 576px) {
  .alert {
    opacity: 1;
    padding: 5%;
    left: 10%;
  }
  .alert a {
    font-size: 23px;
    background: #fff;
  }
}

.alert h4 {
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  /*!rtl: Cairo,Roboto,serif */
  font-weight: 300;
  font-size: 1.2rem;
  display: none;
}

.alert .alert-message {
  font-size: 0.8rem;
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji"; /*!rtl: Cairo,Roboto,serif */
}

.other-services {
  width: 100%;
  background: #191715;
  padding: 2rem;
  text-align: center;
  overflow: visible;
}

.other-services h5 {
  margin-top: 0;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}

.other-services h5::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 16px;
  background: url(../images/left-arrow.png) no-repeat center bottom;
  height: 16px;
  width: 16px;
  left: 48%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.other-services h5.open::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.other-services h5:hover::after {
  bottom: -10%;
}

.other-services ul li {
  width: 100%;
  padding: 1rem 0;
}

.other-services ul li a {
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  /*!rtl: Cairo,Roboto,serif */
  color: #868584;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.other-services ul li a:hover {
  color: #d17e33;
}

.other-service-img {
  text-align: left;
  overflow: visible;
  padding-top: 10%;
  text-align: center;
}

.other-service-img img {
  max-width: 110%;
  position: relative;
  display: inline-block;
}

.other-service-text {
  font-size: 0.9rem;
  padding: 0 5% 5%;
  opacity: 0.8;
  line-height: 2.2;
}

.other-service-text h1,
.other-service-text h2,
.other-service-text h3 {
  font-size: 0.9rem;
  text-transform: uppercase;
  line-height: 2.2;
}

.other-service-text li {
  list-style-position: inside;
}

.sigFreeContainer {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.sigFreeContainer li {
  list-style: none;
  margin: 0.3rem;
  margin-bottom: 0;
  margin-left: 0;
}

.sigFreeContainer li > a {
  display: block;
}

.fancybox-navigation button:before,
.fancybox-toolbar {
  display: none !important;
}

.sigFreeImg {
  background-size: cover;
}

.fancybox-bg {
  background: #312723 !important;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.95 !important;
}

.about-values-section .section__service--content {
  padding: 17.5rem 0 17.5rem 0;
}

.about-values-container {
  min-height: unset;
}

.value h4 {
  margin-bottom: 2rem !important;
  font-size: 5rem;
  line-height: 1;
}

.about-values h3 {
  font-size: 1.4rem;
  color: #fff !important;
}

.about-values .swiper-button-prev {
  left: 2% !important;
  right: auto;
  display: block !important;
}

.about-values .swiper-button-next {
  left: calc(2% + 100px) !important;
  right: auto;
  display: block;
}

@media (max-width: 992px) {
  .about-values .swiper-button-next {
    left: calc(2% + 120px) !important;
    right: auto;
    display: block;
  }
}

@media (max-width: 768px) {
  .value h4 {
    font-size: 4rem;
  }
}

@media (max-width: 576px) {
  .value h4 {
    font-size: 3rem;
  }
}

.clients-about .clients__logos {
  margin: 0;
  justify-content: space-around;
}

.clients-about .clients__logo-container {
  flex: 0 0 calc(18% - 60px) !important;
  width: calc(18% - 60px) !important;
}

.clients-about .clients__logo-container img {
  max-width: 50%;
}

@media (max-width: 991.98px) {
  .clients-about .clients__logo-container {
    flex: 0 0 calc(20% - 60px) !important;
    width: calc(20% - 60px) !important;
  }
  .clients-about .clients__logo-container img {
    max-width: 80% !important;
  }
}

@media (max-width: 768px) {
  .clients-about .clients__logo-container {
    flex: 0 0 calc(30% - 60px) !important;
    width: calc(30% - 60px) !important;
  }
  .clients-about .clients__logo-container img {
    max-width: 70% !important;
  }
}

@media (max-width: 576px) {
  .clients-about .clients__logo-container {
    flex: 0 0 calc(40% - 60px) !important;
    width: calc(40% - 60px) !important;
  }
  .clients-about .clients__logo-container img {
    max-width: 80% !important;
  }
}

.max-initial {
  max-width: initial;
}

.pager {
  height: 400px;
  display: flex;
}

.moreitem::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(
    left,
    rgba(31, 28, 26, 0.71) 0,
    rgba(31, 28, 26, 0.84) 18%,
    rgba(31, 28, 26, 0.92) 47%,
    rgba(31, 28, 26, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(31, 28, 26, 0.71) 0,
    rgba(31, 28, 26, 0.84) 18%,
    rgba(31, 28, 26, 0.92) 47%,
    rgba(31, 28, 26, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(31, 28, 26, 0.71) 0,
    rgba(31, 28, 26, 0.84) 18%,
    rgba(31, 28, 26, 0.92) 47%,
    rgba(31, 28, 26, 1) 100%
  );
  z-index: 0;
  opacity: 0.85;
  -webkit-transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.moreitem {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  color: #fff !important;
  text-align: right;
  padding-right: 2rem !important;
  line-height: 1;
  background-size: cover;
}

.moreitem span {
  position: relative;
  z-index: 3;
  font-size: 1rem;
  font-weight: 300;
}

.moreitem:hover::after {
  opacity: 1;
}

.moreitem h4 {
  background-repeat: no-repeat;
  background-size: 120px;
  color: #fff;
  font-weight: 400;
  font-size: 3rem;
  text-transform: uppercase;
  background-position: center bottom;
  padding-bottom: 2rem;
  z-index: 1;
  font-weight: lighter;
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  /*!rtl: Cairo,Roboto,serif */
  -webkit-transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: 1;
  height: 100px;
}

.moreitem:hover h4 {
  background-position: 40% bottom;
}

.more-next,
.pager .moreitem:nth-child(2) {
  text-align: left;
  padding-right: 0 !important;
  padding-left: 2rem !important;
}

.moreitem.back-to-parent::after {
  display: none;
  opacity: 1;
}

.moreitem.back-to-parent,
.moreitem.back-to-parent:nth-child(2) {
  padding: 0 !important;
  text-align: center !important;
  background-color: #110f0e;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.397 61.043'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: rgba(255,255,255,0.4); %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_380' data-name='Group 380' transform='translate(8.044 0.707) rotate(90)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(36.336 7.69) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(36.336 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-24' transform='translate(0 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: auto 100px;
  background-repeat: no-repeat;
  background-position: center center;
  text-transform: uppercase;
}

.moreitem.back-to-parent span {
  background-color: #110f0e;
  padding: 8px 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #939392;
}

.moreitem.back-to-parent:hover span {
  color: #fff;
}

.moreitem:nth-child(2):hover h4 {
  background-position: 60% bottom;
}

.moreitem:nth-child(2)::after {
  background: -moz-linear-gradient(
    left,
    rgba(31, 28, 26, 1) 0,
    rgba(31, 28, 26, 0.9) 55%,
    rgba(31, 28, 26, 0.8) 80%,
    rgba(31, 28, 26, 0.7) 99%,
    rgba(31, 28, 26, 0.7) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(31, 28, 26, 1) 0,
    rgba(31, 28, 26, 0.9) 55%,
    rgba(31, 28, 26, 0.8) 80%,
    rgba(31, 28, 26, 0.7) 99%,
    rgba(31, 28, 26, 0.7) 100%
  );
  background: linear-gradient(
    to right,
    rgba(31, 28, 26, 1) 0,
    rgba(31, 28, 26, 0.9) 55%,
    rgba(31, 28, 26, 0.8) 80%,
    rgba(31, 28, 26, 0.7) 99%,
    rgba(31, 28, 26, 0.7) 100%
  );
}

.more-next {
  margin-left: auto !important;
}

#error_page > .links {
  text-align: center;
  margin-bottom: 2rem;
}

#error_page > .links a {
  max-width: 200px;
  display: inline-block;
}

#error_page .brochure__link svg .brochure-button-arrow-3 tspan {
  color: #fff;
  fill: #fff;
}

#error_page a:hover svg .brochure-button-arrow-1 {
  stroke: #fff;
}

@media (max-width: 576px) {
  .moreitem::after {
    opacity: 1;
  }
}
#articles-section {
  padding-right: 3rem;
  padding-left: 3rem;
  background-color: #f7f4ef;
  position: relative;
}
#web-service-main .section__service .brochure.subservices {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
#web-service-main .section__service .brochure.subservices .brochure {
  margin: 0;
}
#web-service-main .section__service .brochure.subservices h2.brochure__title {
  margin-bottom: 2rem !important;
  text-align: center;
  font-weight: 100;
  font-size: 2.4rem;
  line-height: 1;
}
#web-service-main #testing-launching-service.digital-last {
  padding-bottom: 8rem;
}
.whitetitle {
  color: #fff;
}

#about-main #about-culture .section__service--content {
  padding: 12rem 0 35rem !important;
}

.swiper-pagination.bottomnone {
  left: 50%;
  transform: translateX(-50%);
}

/* ==========================================================================
   TEMPLATE / PROJECT OVERRIDES
   Imported from template.css and kept after the base stylesheet on purpose
   ========================================================================== */

/*ROAD9 MEDIA CSS*/
* {
  padding: 0;
  margin: 0;
  font-weight: 300;
  text-decoration: none;
  font-size: 14px;
  outline: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.clr {
  float: none;
  clear: both;
}
.width-100 {
  width: 100%;
  padding-left: 0;
  padding-right: 0%;
}
.width-96 {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
}
.width-86 {
  width: 86%;
  padding-left: 7%;
  padding-right: 7%;
}
.width-76 {
  width: 76%;
  padding-left: 12%;
  padding-right: 12%;
}
.width-66 {
  width: 66%;
  padding-left: 17%;
  padding-right: 17%;
}

/*Updates by Malak in 2023*/
.home__main--container {
  background: rgba(31, 28, 26, 0.9);
}
.section__image,
.section__showcase,
.section__slider {
  width: 75%;
}
@media (min-width: 991.98px) {
  .section__image--left,
  .section__showcase--left,
  .section__slider--left {
    margin-left: 5%;
  }
  .section__image--left,
  .section__showcase--left,
  .section__slider--right {
    margin-right: 10%;
  }
  #home-e-commerce .section__service--content {
    padding-bottom: 0;
  }
}
/*Landing pages adjustments*/
.landing_intro {
  min-height: unset;
}
.landing-projects-container {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
}
.landing-projects-container .brochure,
.landing-projects-container .brochure h4 {
  max-width: 350px;
  padding: 0;
}
.landing-projects-container .brochure h4.brochure__title {
  margin: 2rem auto !important;
  padding: 0 4%;
}
.landing-projects-container .brochure .brochure__link {
  width: 200px;
  display: inline-block;
  margin: 2rem auto;
}
.landing-projects-container .brochure .section__slider {
  width: 800px;
  max-height: unset;
  padding-bottom: 0;
}
.landing-slider-controls {
  position: relative;
  margin: 2rem auto;
  width: 800px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.landing-slider-controls * {
  position: static;
  display: flex;
  margin: 0;
}
.clients-landing {
  min-height: unset;
}
.clients-landing .clients__title {
  display: block !important;
}
.clients-landing .clients__content {
  padding: 0;
  margin: 0;
}
.clients-landing .clients__content .clients__logo-container {
  /*	flex: 1 0 calc(17% - 60px);*/
  width: auto;
}
.landing-testimonials-container {
  background-color: #f7f4ef;
  padding: 0 20rem;
  padding-bottom: 10rem;
}
.landing-testimonials-container .section__slider {
  margin: 2rem auto;
  text-align: center;
}
.landing-testimonials-container * {
  color: #463d36;
  text-align: center;
  line-height: 1.5;
}
.landing-testimonials-container h3,
.landing-testimonials-container h4 {
  font-weight: lighter;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}
.landing-testimonials-container h3 {
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  margin-top: 1rem;
}
.landing-testimonials-container h4 {
  font-size: 14px;
  margin-bottom: 1rem;
}
.landing-testimonials-container img {
  max-height: 100px;
}
.landing-testimonials-slider-controls {
  margin-bottom: 0;
  padding-bottom: 5rem;
  width: auto;
}
.landing-testimonials-slider-controls
  .swiper-pagination-clickable
  .swiper-pagination-bullet {
  border-color: #d17e33;
}
.landing-testimonials-slider-controls .swiper-pagination-bullet-active {
  background: #d17e33;
}
.landing-contact {
  overflow: visible;
}
.landing-contact h2 {
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-weight: bolder;
  text-transform: uppercase;
  line-height: 1;
  margin: 3rem 0;
  font-size: 40px;
}
.landing-contact .brochure {
  position: relative;
  z-index: 9999;
}
@media (max-width: 992px) {
  .landing-projects-container .brochure .section__slider,
  .landing-slider-controls {
    width: 700px !important;
    max-width: unset !important;
  }
  .landing-testimonials-container {
    padding: 0 10rem;
  }
  .service__card--bg {
    height: auto;
  }
}
@media (max-width: 768px) {
  .landing-projects-container .brochure .section__slider,
  .landing-slider-controls {
    width: 600px !important;
  }
  .landing-testimonials-container {
    padding: 0 5rem;
  }
  .service__card--bg {
    height: auto;
  }
}
@media (max-width: 600px) {
  .landing-projects-container .brochure .section__slider,
  .landing-slider-controls {
    width: 370px !important;
  }
}
/*Application form enhancements*/
.application-form {
}
/*Jobs Listing Page*/
.careers .article-item-data .brochure__view-more::after {
  display: none;
}
.careers-data {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.careers-data .careers-info {
  width: 100%;
  display: flex;
  align-items: center;
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  text-transform: uppercase;
  font-size: 0.8rem;
  opacity: 0.9;
}
@media (max-width: 650px) {
  .careers .article-item-img {
    height: auto;
  }
}
/*Single Job Details Page*/
.job-details .blog-intro-bg {
  height: 300px;
  background-position: center center !important;
}
.job-details .careers-data {
  flex-direction: row;
  align-items: center;
  flex: 1;
}
@media (max-width: 650px) {
  .job-details .careers-data {
    flex-wrap: wrap;
  }
}
.job-details .careers-data .careers-info {
  color: #000;
}
.applybtn {
  display: block;
  color: #d17e33;
  font-family: "Roboto Slab";
  text-transform: uppercase;
  text-align: center;
  font-size: 38px;
  font-weight: lighter;
  margin: auto;
  text-align: center;
}
.article-details-body li li {
  margin-left: 1rem;
}
.article-details-body img {
  max-width: 100%;
  height: auto;
}
.s-open {
  color: #3b9b8a !important;
}
.s-closed {
  color: red !important;
}

/*------------------------------------2026 UPDATES BY MALAK-----------------------------------*/

.no-after::after {
  content: none !important;
  display: none !important;
}
.new-innder {
  overflow: unset;
}
/* Mobile default */
.section-2026 {
  margin-top: 4rem;
  padding: 0 0.5rem;
}

/* Tablets (≥ 768px) */
@media (min-width: 768px) {
  .section-2026 {
    margin-top: 6rem;
    padding: 0 3rem;
  }
}

/* Small laptops (≥ 1024px) */
@media (min-width: 1024px) {
  .section-2026 {
    margin-top: 8rem;
    padding: 0 5rem;
  }
}

/* Large desktops (≥ 1440px) */
@media (min-width: 1440px) {
  .section-2026 {
    margin-top: 10rem;
    padding: 0 7rem;
  }
}

.section-2026 > h2,
.section-2026-title {
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-weight: lighter;
  text-transform: uppercase;
  color: #fff;
  max-width: 70%;
  margin: 0 auto 2rem;
  text-align: center;
}
.section-2026 > p,
.section-2026-intro {
  opacity: 0.8;
  margin: auto;
  text-align: center;
  margin-bottom: 3rem;
  max-width: 95%;
}

/*Creating a new slider layout*/
.newslider {
  display: block;
}
.newslider .swiper-pagination,
.newslider .swiper-button-prev,
.newslider .swiper-button-next {
  position: static;
  margin: 0;
}
.slider-controls {
  position: relative;
  height: 30px;
  margin: 2rem auto;
  max-width: 70%;
}
.slider-controls .swiper-button-prev,
.slider-controls .swiper-button-next {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.slider-controls .swiper-button-next {
  left: auto;
  right: 0;
}
.slider-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  margin: auto;
}

/* Default: 16:9 container for cover mode */
.slider-image-container::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

/* Default media = cover, fills the box */
.slider-image-container > img,
.slider-image-container > iframe,
.slider-image-container > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* FIT-IN MODE */
.slider-image-container.fitin {
  max-width: 1000px; /* hard cap on width */
  width: 100%; /* responsive, up to 1000px */
  max-height: none; /* let content define height */
}

/* Disable aspect-ratio hack for fitin */
.slider-image-container.fitin::before {
  padding-top: 0;
  display: none;
}

/* Image defines the box size in fitin mode */
.slider-image-container.fitin > img {
  position: static; /* no absolute positioning */
  width: 100%; /* scale down to container */
  height: auto; /* natural height */
  object-fit: contain; /* just in case */
  display: block;
  background: none;
}

.slider-info {
  text-align: center;
  margin-top: 0;
  position: relative;
  padding: 2rem;
  border-radius: 0 0 16px 16px;
  background: #000000ab;
}
.newslider.text-only .slider-info {
  text-align: left;
  margin-top: 0;
  position: relative;
  pointer-events: visible;
  padding: 1rem;
  border: 1px solid #111;
  border-radius: 16px;
}
.newslider.graphs {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.slider-info h3 {
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-weight: 400;
  font-size: 1.3rem;
  text-transform: capitalize;
}
.newslider.text-only .slider-info h3 {
  font-weight: lighter;
}
.newslider.text-only .slider-info p {
  opacity: 0.5;
}
/*End of new slider layout*/

.showcase {
  position: relative; /* needed for iframe positioning */
  overflow: hidden; /* crop the video */
}
.showcase .video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 177.78%; /* 16/9 * 100 for vertical 9:16 ratio */
  background: #000; /* optional */
  overflow: hidden;
  border-radius: 5px;
}

/* Make iframe fill the wrapper */
.showcase .video-wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/*Strategic content responsive adjustments*/
@media (max-width: 750px) {
  .digital_portfolio_content {
    max-width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    background: url(../images/post.png) no-repeat center 20px;
    background-size: 90%;
    margin-top: 2rem !important;

    position: relative;
    height: 700px; /* choose the visible area height */
    overflow: hidden; /* hides overflow + scrollbar track outside */
  }

  /* Scrollable inner area */
  .digital_portfolio_scroll {
    height: 100%;
    overflow-y: auto;
    padding: 0 3% 6%; /* your original padding */
    margin-top: 85px !important;
  }

  /* Showcase reset stays the same */
  .digital_portfolio_content .showcase {
    max-width: 100%;
    height: auto;
    border: none !important;
    border-radius: 0;
    background: none !important;
    min-height: 100px;
    padding: 10px 0 0 !important;
  }

  /* Fade-out overlay at the bottom */
  .digital_portfolio_content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px; /* fade height */
    pointer-events: none;

    /* change the second color to match your page/container background */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  }
}
/*Digital Logo New Style*/
.story-ring {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 3px;
  background: conic-gradient(#e6a15c, #389c8b, #e6a15c);
  display: inline-flex;
  align-items: center;
  justify-content: center;

  /* smooth hover */
  transition:
    background 0.6s ease-in-out,
    transform 0.3s ease;
}

.portfolio-2026 .portfolio_item .newslider:hover .story-ring {
  transform: scale(1.03);
}
.portfolio_item.portfolio_web {
  max-width: 900px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 7rem !important;
}

.story-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #000;
  padding: 6px;
  box-sizing: border-box;
}

.story-inner img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
  display: block;
}

@media (max-width: 991.98px) {
  .digital_portfolio_brochure {
    width: 90% !important;
    left: 0 !important;
    right: 0;
    margin: auto;
    top: 0 !important;
    margin-top: 0;
    position: relative !important;
  }
  .section__service--content .section__showcase.digital_portfolio_content {
    position: relative;
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    z-index: 0 !important;
  }
}

/*portfolio listings*/
.portfolio-2026 {
  z-index: 1;
}
.portfolio-2026 .portfolio_item {
  margin-bottom: 6rem !important;
}
.portfolio-2026 .slider-info {
}
.portfolio-2026 .slider-image-container {
  max-height: 300px;
}
.portfolio_item_logo {
  margin-top: -7rem;
  margin-bottom: 1rem;
}
.portfolio-2026 .portfolio_item .newslider {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.portfolio-2026 .portfolio_item .newslider * {
  color: #fff;
}
.digital_services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 0.6rem; /* row gap / column gap */
  margin-top: 0.75rem;
}
/* Each service pill */
.digital_services .digital_service_item {
  opacity: 0.7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.95rem;
  border: 1px solid #3a9b8a;
  border-radius: 9999px; /* 100% rounded corners */
  background: transparent;
  white-space: nowrap; /* keep label on one line */
  line-height: 1.2;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease; /* animate hover */
  will-change: opacity, transform;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #ccc;
  font-weight: 400;
}
/* Hover to full opacity */
.digital_services .digital_service_item:hover {
  opacity: 1;
}
/*-------------------- NEW HOME PAGE SERVICES SLIDERS*/
#home-web-design .section__service--item {
  top: -400px;
}
.brochure.reset_brochure {
  position: static;
  width: auto !important;
}
.brochure.reset_brochure .brochure__content {
  max-width: 600px;
  position: relative;
}
.brochure.reset_brochure:after {
  display: none;
}
.digital_home .digital_home_projects,
.web_home .web_home_projects {
  position: relative;
  z-index: 999;
}
.web_home .web_home_projects h3,
.web_home .web_home_projects p,
.portfolio_item h3,
.portfolio_item p {
  color: #fff;
  font-weight: lighter;
}
.web_home .web_home_projects p {
  opacity: 0.5;
}
.web_home .web_home_projects .newslider {
  max-width: 1000px;
  margin: 0 auto;
}
.web_home .web_home_projects .newslider .swiper-slide.swiper-slide-prev,
.web_home .web_home_projects .newslider .swiper-slide.swiper-slide-next {
  transition: opacity 0.7s ease;
  opacity: 0.8;
  pointer-events: none;
}
.web_home .web_home_projects .newslider .swiper-slide-active {
  opacity: 1 !important;
}
.project_link {
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  transition: all 0.25s ease;
  display: block;
}
.portfolio_web .project_link {
}
.web_home .web_home_projects h3 {
  font-size: 1rem;
  text-transform: uppercase;
}
.digital_home .digital_home_projects h3 {
  font-size: 0.8rem;
  font-weight: lighter;
  text-transform: uppercase;
  color: #fff;
}
.digital_home .digital_home_projects .swiper-slide .slide-container {
  position: relative;
  border-radius: 16px;
  overflow: visible;
  margin: 0 0.5rem;
}
.digital_home .digital_home_projects .slider-info {
  background: none;
}
.digital_home .digital_home_projects .swiper-slide .slide-container::before {
  content: "";
  position: absolute;
  inset: -12px; /* 5px gap + 1px border */
  border: 1px solid #413732;
  border-radius: 22px; /* 16 + 6 */
  pointer-events: none;
}
.digital_home .section__service--item img {
  top: auto !important;
}
#home-digital-marketing .section__service--item img {
  max-width: 320px;
  left: -40px;
}
@media screen and (max-width: 750px) {
  #home-digital-marketing .section__service--item img {
    max-width: 230px;
    top: -13rem;
    left: -40% !important;
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
  }
}

/* CTA wrapper */
a.maincta {
  text-decoration: none;
  position: relative;
  display: block;
  width: fit-content;
  margin: 1.5rem auto 0; /* top auto center */
}

/* Keep SVG responsive and centered like the screenshot */
a.maincta svg {
  display: block;
  width: 210px; /* adjust if needed */
  height: auto;
}

/* Text */
a.maincta .brochure-button-1,
a.maincta .brochure-button-1 tspan {
  fill: #ffffff !important;
  font-size: 12px; /* close to screenshot */
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: fill 0.25s ease;
}
a.maincta:hover .brochure-button-1,
a.maincta:hover .brochure-button-1 tspan {
  fill: #d17e33 !important;
}

/* Outer border */
a.maincta .brochure-button-2 {
  fill: transparent;
  stroke: #d17e33; /* bronze */
  stroke-width: 1.6;
  vector-effect: non-scaling-stroke;
}

/* Inner border */
a.maincta .brochure-button-3 {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1.1;
  opacity: 0.85;
  vector-effect: non-scaling-stroke;
}

/* Optional hover (subtle brighten like premium buttons) */
a.maincta:hover .brochure-button-2,
a.maincta:hover .brochure-button-3 {
  opacity: 1;
}
.clients__content {
  padding-top: 9rem;
}

#home-web-design .section__service--item.trumpet {
  bottom: auto;
  top: 400px;
}
@media screen and (max-width: 575.98px), projection and (max-width: 575.98px) {
  #home-web-design .section__service--item,
  #home-web-design .section__service--item.trumpet,
  .section__service--item {
    display: none !important;
  }
}
.clients__logo-container {
  width: auto !important;
  height: auto !important;
}
.lets-have-coffee__items {
  margin-top: -5rem;
}
/*Branding portfolio updates*/
/* ===== Brands listing overrides (load after the original CSS) ===== */

.brands__container {
  /* creates “gap” using padding + negative margin (widely supported) */
  margin: -12px; /* half the desired gutter on each side */
}

/* turn each item into a card stack: image block + title */
.brands__single {
  box-sizing: border-box;
  padding: 12px; /* controls spacing between items */
  height: auto !important; /* override fixed 475px height */
  min-height: 0 !important;
  overflow: visible !important;

  /* keep 2 columns but allow spacing */
  flex: 0 0 50% !important;
  width: 50% !important;

  /* stack children vertically */
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
}

/* the clickable image area keeps the fixed visual height */
.brands__single > a.brands__link {
  display: block;
  width: 100%;
  height: 475px; /* your current tile height */
  overflow: hidden; /* crop the zoomed image */
  border-radius: 15px;
}

/* image behavior (override the “a, a>img” rules you can’t edit) */
.brands__single > a.brands__link > img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1);
  transition: transform 3s ease-in-out;
}

/* hover zoom stays inside the image block */
.brands__single:hover > a.brands__link > img {
  transform: scale(1.2);
}

/* title under the image */
/* Keep the meta block tight and aligned */
.brands__meta {
  margin-top: 12px; /* space from image to text block */
  display: flex;
  flex-direction: column;
  gap: 0; /* no space between p and h2 */
}

/* Remove default margins that create separation */
.brands__intro {
  margin: 0 !important;
  padding: 0 6px;
  opacity: 0.85;
}
.brands__title {
  margin: 0 !important; /* critical: removes the default top margin */
  padding: 0 6px;
  font-weight: 100;
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1rem;
  position: relative;
}

/* responsive: single column on smaller screens */
@media (max-width: 768px) {
  .brands__single {
    flex-basis: 100% !important;
    width: 100% !important;
  }

  .brands__single > a.brands__link {
    height: 360px; /* optional: reduce tile height on mobile */
  }
}

/* ===== Featured layout (full row + side meta) ===== */

.brands__single.featured {
  flex: 0 0 100% !important;
  width: 100% !important;

  /* override the base tile sizing */
  height: auto !important;
  min-height: 0 !important;

  /* 2-column layout inside featured item */
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  justify-content: space-between !important;

  /* keep your spacing system */
  box-sizing: border-box;
  padding: 12px;
}

/* image column */
.brands__single.featured > a.brands__link {
  flex: 0 0 62%;
  width: 62%;
  height: 520px; /* tweak as needed */
  display: block;
  overflow: hidden;
}

/* meta column */
.brands__single.featured > .brands__meta {
  flex: 1 1 auto;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* or center if you prefer */
  padding: 0 0 0 18px; /* space between image and text */
  gap: 0; /* keep p “stuck” to h2 */
  text-align: left;
  align-items: flex-start; /* sticks text toward the image */
}

/* tighten default margins */
.brands__single.featured .brands__intro,
.brands__single.featured .brands__title {
  margin: 0 !important;
}

/* Zigzag reverse state (applied by JS) */
.brands__single.featured.is-reversed {
  flex-direction: row-reverse !important;
}

.brands__single.featured.is-reversed > .brands__meta {
  padding: 0 18px 0 0;
  text-align: right;
  align-items: flex-end; /* sticks text toward the image */
}

/* ===== Mobile fix: featured reversed meta alignment ===== */
@media (max-width: 768px) {
  /* Always stack featured items on mobile (ignore zigzag) */
  .brands__single.featured,
  .brands__single.featured.is-reversed {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }

  /* Make both blocks full width */
  .brands__single.featured > a.brands__link,
  .brands__single.featured.is-reversed > a.brands__link,
  .brands__single.featured > .brands__meta,
  .brands__single.featured.is-reversed > .brands__meta {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
  }

  /* Reset meta padding + alignment for reversed on mobile */
  .brands__single.featured > .brands__meta,
  .brands__single.featured.is-reversed > .brands__meta {
    padding: 12px 0 0 0 !important;
    text-align: left !important;
    align-items: flex-start !important;
  }

  /* Keep p glued to h2 */
  .brands__single.featured .brands__intro,
  .brands__single.featured .brands__title {
    margin: 0 !important;
  }
}

/*_________LANDING PAGES 2026____________*/

/*
  Arabic mode only:
  - Keep existing alignment/layout (no global text-align overrides)
  - Enable RTL flow
  - Use Alexandria font for Arabic UI
  - Swap ONLY what must be swapped (Swiper arrows + FAQ head row)
*/

.landing-page-2026.lang-ar {
  direction: rtl;
  unicode-bidi: isolate;
}
.landing-page-2026.lang-ar .landing-point h3,
.landing-page-2026.lang-ar .faq-body__inner {
  text-align: right;
}
.landing-page-2026.lang-ar .faq-body__inner {
  font-size: 1.2rem;
}
.landing-page-2026.lang-ar .landing-number {
  right: 0;
  left: auto;
}
/* Keep sliders behaving like English (do not mirror slide direction or arrow placement) */
.landing-page-2026.lang-ar .swiper,
.landing-page-2026.lang-ar .swiper-wrapper {
  direction: ltr;
}

/* Keep slider text RTL */
.landing-page-2026.lang-ar .slider-info,
.landing-page-2026.lang-ar .slider-info * {
  direction: rtl;
}

/* Alexandria font for Arabic pages only (override any prior font declarations) */
.landing-page-2026.lang-ar,
.landing-page-2026.lang-ar * {
  font-family:
    "Alexandria",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    "Noto Sans",
    sans-serif !important;
}

/* Ensure form controls type in RTL */
.landing-page-2026.lang-ar input,
.landing-page-2026.lang-ar textarea,
.landing-page-2026.lang-ar select {
  direction: rtl;
}

/* Ensure brochure paragraphs use the Arabic font (explicit override) */
.landing-page-2026.lang-ar .brochure__content > p {
  font-family:
    "Alexandria",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    "Noto Sans",
    sans-serif !important;
}

/* Swiper arrows: swap sides in RTL (only where you use slider-controls wrapper) */
/* FAQ: make the icon sit on the left in RTL while keeping spacing intact */
.landing-page-2026.lang-ar .faq-head {
  text-align: right;
}
/*Landing pages header*/
.landing__header .inner__info {
  min-height: auto;
}
@media (min-width: 992px) {
  .landing__header .inner__info {
    width: 60%;
  }
}

.landing__header .inner__header--container {
  padding-bottom: 0;
}
.clients-landing {
  background: #fff;
}
.clients-landing .clients__logo-container {
  background: #f7f4ef;
  border-radius: 14px;
  padding: 1rem;
  filter: none !important;
  margin: 0;
}
.clients-landing .client_name {
  margin-top: 0.5rem;
}
.cta-landing svg {
  width: 100% !important	;
}
.portfolio-landing .maincta text {
  width: auto !important;
}
.portfolio-landing .maincta svg {
  width: 300px;
}
@media (max-width: 767.98px) {
  .pain-points {
    display: none !important;
  }
}
.landing-point {
  position: relative;
  text-align: left;
}
.landing-point h3,
.faqs-container h3 {
  font-size: 2.3rem;
  color: #fff;
  font-weight: 100;
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}
.landing-point .point-text {
  font-family:
    "Roboto",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif;
  font-size: 13px;
}
.landing-number {
  position: absolute;
  color: #d17e32;
  z-index: 0;
  font-size: 5rem;
  top: 0;
  left: 5%;
  right: auto;
  line-height: 0.5;
  opacity: 0.3;
  font-weight: 400;
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}
.faqs-container {
  position: relative;
  max-width: 76%;
  margin: auto;
  padding-top: 3rem;
}
.faqs-container h2 {
  text-align: center;
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-weight: 100;
}
/* FAQ colors */
.faqs-landing .faqs-container h2,
.faqs-accordion,
.faqs-accordion * {
  color: #fff;
}

/* Accordion container */
.faqs-accordion {
  margin-top: 16px;
}

/* Items */
.faq-item {
  border-bottom: 1px solid rgb(255 255 255 / 23%);
}

/* Head (clickable row) */
.faq-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  cursor: pointer;
  user-select: none;
}

/* Question */
.faq-q {
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif;
  font-size: 18px;
  line-height: 1.35;
}

/* Icon */
.faq-icon {
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif;
  font-size: 22px;
  line-height: 1;
  flex: 0 0 auto;
  transition:
    transform 260ms ease,
    opacity 260ms ease;
}

/* Body animation (height) */
.faq-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 420ms ease;
}

/* Answer */
.faq-body__inner {
  padding: 0 0 16px 0;
  font-family:
    "Roboto",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif;
  line-height: 1.65;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    opacity 280ms ease,
    transform 280ms ease;
  font-weight: lighter;
  opacity: 0.8;
}

/* Open state styles */
.faq-head[aria-expanded="true"] .faq-icon {
  transform: rotate(180deg);
  opacity: 0.9;
}

.faq-head[aria-expanded="true"] + .faq-body .faq-body__inner {
  opacity: 0.95;
  transform: translateY(0);
}

/* Keyboard focus */
.faq-head:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 4px;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .faq-body,
  .faq-body__inner,
  .faq-icon {
    transition: none !important;
  }
}

html {
  scroll-behavior: smooth;
}

.recaptcha-wrap {
  width: 100%;
  display: flex;
  justify-content: center; /* centers it */
}

/* prevent clipping by any container */
.the-form .brochure,
.the-form .brochure__content,
#crmWebToEntityForm,
.crmWebToEntityForm,
#webform7005739000000690772 {
  overflow: visible;
}

/* ===== Preloader ===== */
/* html.preloading,
 body.preloading{
  overflow: hidden !important;
 }*/
#site-preloader {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: #201c19;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0);
  will-change: transform;
}
#site-preloader.is-hidden {
  transform: translateY(-100%);
  transition: transform 500ms ease;
}
#site-preloader img {
  width: 120px;
  max-width: 40vw;
  height: auto;
}

/* =====================================================================
   SWIPER 8 NAVIGATION — Universal Road9 Styling
   Ensures the custom arrow-line + diamond-bullet navigation works with
   Swiper 8's renamed class names (.swiper, .swiper-horizontal, .swiper-rtl)
   alongside any legacy .swiper-container selectors.
   ===================================================================== */

/* ── Hide Swiper 8 default arrow characters ──────────────────────── */
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

/* ── Arrow Buttons — Base ────────────────────────────────────────── */
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: initial;
  bottom: 32px;
  width: 86px;
  height: 10px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 86px 10px;
  background-position: left center;
  background-repeat: no-repeat;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 991.98px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 100px;
    background-size: 100px 10px;
    bottom: 28px;
  }
}

@media (max-width: 575.98px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 60px;
    background-size: 60px 10px;
  }
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* ── Prev Arrow ──────────────────────────────────────────────────── */
.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-container-rtl .swiper-button-next {
  left: 25%;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: rgba(209,126,51,0.9); %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_380' data-name='Group 380' transform='translate(-926.419 -1213.717)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

@media (max-width: 767.98px) {
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next,
  .swiper-container-rtl .swiper-button-next {
    left: 12.5%;
  }
}

@media (max-width: 575.98px) {
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next,
  .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
}

/* ── Next Arrow ──────────────────────────────────────────────────── */
.swiper-button-next,
.swiper-rtl .swiper-button-prev,
.swiper-container-rtl .swiper-button-prev {
  right: 25%;
  left: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: rgba(209,126,51,0.9); %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

@media (max-width: 767.98px) {
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev,
  .swiper-container-rtl .swiper-button-prev {
    right: 12.5%;
  }
}

@media (max-width: 575.98px) {
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev,
  .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
}

/* ── White variant ───────────────────────────────────────────────── */
.swiper-button-prev.swiper-button-white,
.swiper-rtl .swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: rgba(255,255,255,0.35); %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_380' data-name='Group 380' transform='translate(-926.419 -1213.717)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.swiper-button-next.swiper-button-white,
.swiper-rtl .swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: rgba(255,255,255,0.35); %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: right;
}

/* ── Black variant ───────────────────────────────────────────────── */
.swiper-button-prev.swiper-button-black,
.swiper-rtl .swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: rgba(0,0,0,0.35); %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_380' data-name='Group 380' transform='translate(-926.419 -1213.717)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.swiper-button-next.swiper-button-black,
.swiper-rtl .swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.043 8.397'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: rgba(0,0,0,0.35); %7D .cls-1 %7B stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(1013.462 1222.114) rotate(180)'%3E%3Cg id='Group_190' data-name='Group 190' transform='translate(943.378 1221.761) rotate(180)'%3E%3Cpath id='Path_522' data-name='Path 522' class='cls-1' d='M3.845,7.69,0,3.845,3.845,0' transform='translate(16.252 7.69) rotate(180)'/%3E%3Cpath id='Path_523' data-name='Path 523' class='cls-2' d='M35.863,0H-50' transform='translate(-20.084 3.878)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

/* ── Pagination — Diamond Bullets ────────────────────────────────── */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 25px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  opacity: 0.4;
  outline: 0;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.swiper-pagination-bullet:not(:last-child) {
  margin-right: 5px;
}

.swiper-pagination-black .swiper-pagination-bullet {
  border-color: #000;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

/* ── .newslider controls layout ──────────────────────────────────── */
.newslider .swiper-pagination,
.newslider .swiper-button-prev,
.newslider .swiper-button-next {
  position: static;
  margin: 0;
}

.slider-controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  margin: 2rem auto;
  max-width: 70%;
}

/* Visual order: prev (left) → pagination (center) → next (right)
   regardless of DOM order */
.slider-controls .swiper-button-prev  { order: 1; }
.slider-controls .swiper-pagination   { order: 2; }
.slider-controls .swiper-button-next  { order: 3; }

.slider-controls .swiper-pagination {
  position: static;
  width: auto;
  flex: 1;
  bottom: auto;
}

.slider-controls .swiper-button-prev,
.slider-controls .swiper-button-next {
  position: static;
  flex-shrink: 0;
  top: auto;
  bottom: auto;
  margin-top: 0;
}

/* Hide pagination on mobile, keep arrows only */
@media (max-width: 767.98px) {
  .slider-controls .swiper-pagination {
    display: none;
  }
  .slider-controls {
    justify-content: space-between;
  }
}


/*______CASE STUDIES______*/
.case-study-hero {
  position: relative;
  overflow: hidden;
  background-color: var(--brown, #1f1c1a);
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 8rem 0 4rem;
}

.case-study-hero__media,
.case-study-hero__overlay {
  position: absolute;
  inset: 0;
}

.case-study-hero__media {
  z-index: 1;
}

.case-study-hero__video,
.case-study-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.case-study-hero__overlay {
  z-index: 2;
  background: rgba(31, 28, 26, 0.95);
}

.case-study-hero__container {
  position: relative;
  width: 100%;
  z-index: 3;
}

.case-study-hero__row {
  align-items: center;
  row-gap: 3rem;
  width: 100%;
}

.case-study-hero__left,
.case-study-hero__right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.case-study-hero__title {
  margin: 0;
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif;
  font-weight: 100;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: #fff;
}

.case-study-hero__subheading {
  margin-top: 0.5rem;
  font-size: 1rem;
}

.case-study-hero__facts {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2.5rem 2rem;
  margin-top: 2rem;
}

.case-study-hero__fact {
  min-width: 0;
  flex: 0 0 auto;
  max-width: none;
}

.case-study-hero__fact-number {
  margin: 0;
  font-family:
    "Roboto Slab",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif;
  font-weight: 100;
  font-size: 35px;
  line-height: 0.9;
  color: var(--primary, #d17e33);
  text-transform: capitalize;
}

.case-study-hero__fact-label {
  font-family: inherit;
  line-height: 1.75;
  color: #fff;
  text-transform: capitalize;
}

.case-study-hero__intro {
  max-width: 720px;
  margin-bottom: 1rem;
}

.case-study-hero__intro p {
  margin: 0;
  line-height: 1.75;
  color: #fff;
}

.case-study-hero__services,
.case-study-tags-footer__services {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.6rem;
  position: relative;
}
.case-study-tags-footer__services {
  justify-content: center;
  align-items: center;
}


.case-study-hero__services .service_item,
.case-study-tags-footer__services .service_item {
  opacity: 0.7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.95rem;
  border: 1px solid #3a9b8a;
  border-radius: 9999px;
  background: transparent;
  white-space: nowrap;
  line-height: 1.2;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  will-change: opacity, transform;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #ccc;
  font-weight: 400;
}

.case-study-hero__services .service_item:hover,
.case-study-tags-footer__services .service_item:hover {
  opacity: 1;
  transform: translateY(-1px);
}
.case-study-tags-footer {
  padding: 4rem 0 5rem;
}
/*CASE STUDIES BLOCKS*/
.case-study-block {
  padding: 2rem 2rem;
  padding-bottom: 0;
}

.case-study-block__container {
  position: relative;
}

.case-study-block__row {
  justify-content: center;
}

.case-study-block__content {
  width: 100%;
}

.case-study-block__title,
.case-study-block__intro {
  max-width: 750px;
  margin-left: 5rem;
  text-align: left;
}

.case-study-block__title {
  margin-bottom: 1.75rem;
  margin-top: 3rem;
}

.case-study-block__intro {
  margin-bottom: 3rem;
}

.case-study-block__intro p {
  margin: 0;
  opacity: 0.72;
  line-height: 2;
}

.case-study-block__media {
  position: relative;
  margin-top: 0;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
}

.case-study-block__image {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.04);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.case-study-block__media.aos-animate .case-study-block__image {
  transform: scale(1);
}
.case-study-block--slider .case-study-block__slider {
  margin-top: 3rem;
}

.case-study-block--slider .newslider {
  display: block;
}

.case-study-block--slider .slider-image-container {
  border-radius: 16px;
}

.case-study-block--slider .slider-controls {
  max-width: 100%;
}

.case-study-block--slider .swiper-slide {
  height: auto;
}

.case-study-block--slider .slider-image-container > video {
  background: #000;
}
/*______CASE STUDIES RESPONSIVE______*/

@media (max-width: 1199.98px) {
  .case-study-hero {
    padding: 8.5rem 0 6rem;
  }

  .case-study-hero__title {
    font-size: clamp(2.7rem, 6vw, 5.5rem);
  }

  .case-study-hero__facts {
    gap: 2rem 1.5rem;
  }

  .case-study-block {
    padding: 5rem 1.5rem 0;
  }

  .case-study-block__title,
  .case-study-block__intro {
    margin-left: 3rem;
    max-width: 680px;
  }
}

@media (max-width: 991.98px) {
  .case-study-hero {
    padding: 7.5rem 0 5rem;
  }

  .case-study-hero__row {
    row-gap: 2.5rem;
  }

  .case-study-hero__left,
  .case-study-hero__right {
    display: block;
  }

  .case-study-hero__title {
    font-size: clamp(2.5rem, 8vw, 4.75rem);
    max-width: 100%;
  }

  .case-study-hero__subheading {
    margin-top: .25rem;
    max-width: 100%;
    font-size: 1.5rem;
  }

  .case-study-hero__facts {
    gap: 1.75rem 1.25rem;
    margin-top: 1.5rem;
  }

  .case-study-hero__fact-number {
    font-size: 30px;
  }

  .case-study-hero__intro {
    max-width: 100%;
    margin-top: 1rem;
  }

  .case-study-hero__intro p,
  .case-study-hero__fact-label {
    line-height: 1.75;
  }

  .case-study-block {
    padding: 4.5rem 1rem 0;
  }

  .case-study-block__title,
  .case-study-block__intro {
    margin-left: 0;
    max-width: 100%;
  }

  .case-study-block__title {
    margin-bottom: 1.25rem;
  }

  .case-study-block__intro {
    margin-bottom: 2rem;
  }

  .case-study-block--slider .case-study-block__slider {
    margin-top: 2rem;
  }
}

@media (max-width: 767.98px) {
  .case-study-hero {
    padding: 6.5rem 0 4.5rem;
  }

  .case-study-hero__row {
    row-gap: 2rem;
  }

  .case-study-hero__title {
    font-size: clamp(2.8rem, 11vw, 4.4rem);
    line-height: 0.95;
  }

  .case-study-hero__subheading {
    margin-top: 0.5rem;
  }

  .case-study-hero__facts {
    gap: 1.25rem 1rem;
    margin-top: 1.25rem;
  }

  .case-study-hero__fact {
    min-width: calc(50% - 0.5rem);
  }

  .case-study-hero__fact-number {
    font-size: 26px;
  }

  .case-study-hero__fact-label,
  .case-study-hero__intro p {
    line-height: 1.75;
  }

  .case-study-hero__services {
    margin-top: 1.5rem;
  }

  .case-study-block {
    padding: 4rem 0.75rem 0;
  }

  .case-study-block__title {
    margin-bottom: 1rem;
  }

  .case-study-block__intro {
    margin-bottom: 1.5rem;
  }

  .case-study-block__intro p {
    line-height: 1.8;
  }

  .case-study-block__media {
    border-radius: 16px;
  }

  .case-study-block--slider .slider-image-container {
    border-radius: 12px;
  }

  .case-study-block--slider .slider-controls {
    margin-top: 1rem;
  }
}

@media (max-width: 575.98px) {
  .case-study-hero {
    padding: 6rem 0 4rem;
  }

  .case-study-hero__title {
    font-size: clamp(2.5rem, 12vw, 3.6rem);
  }

  .case-study-hero__subheading {
    
  }

  .case-study-hero__facts {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }

  .case-study-hero__fact {
    min-width: 100%;
  }

  .case-study-hero__fact-number {
    font-size: 24px;
  }

  .case-study-hero__fact-label,
  .case-study-hero__intro p {
    line-height: 1.75;
  }

  .case-study-hero__services .service_item {
    font-size: 0.75rem;
    padding: 0.45rem 0.95rem;
  }

  .case-study-block {
    padding: 3.5rem 0 0;
  }

  .case-study-block__intro p {
    line-height: 2;
  }

  .case-study-block__media {
    border-radius: 12px;
  }

  .case-study-block--slider .case-study-block__slider {
    margin-top: 1.5rem;
  }

  .case-study-block--slider .slider-image-container {
    border-radius: 10px;
  }
}