@charset "UTF-8";
/*!
 * Bootstrap v4.0.0 (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: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

p, .top-home .content .bottom a {
  margin-top: 0;
  margin-bottom: 1rem; }

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bold; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

svg:not(:root) {
  overflow: hidden; }

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: .5rem; }

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -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: .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-cancel-button,
[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; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1170px; } }

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-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%; } }

.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: #007bff !important; }

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

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

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

.bg-success {
  background-color: #28a745 !important; }

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

.bg-info {
  background-color: #17a2b8 !important; }

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

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

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

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

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

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

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

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

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

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

.bg-transparent {
  background-color: transparent !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: flex !important; }

.d-inline-flex {
  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: flex !important; }
  .d-sm-inline-flex {
    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: flex !important; }
  .d-md-inline-flex {
    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: flex !important; }
  .d-lg-inline-flex {
    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: flex !important; }
  .d-xl-inline-flex {
    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: flex !important; }
  .d-print-inline-flex {
    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 iframe,
  .embed-responsive embed,
  .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-4by3::before {
  padding-top: 75%; }

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

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

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

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

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

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

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

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

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

.align-items-stretch {
  align-items: stretch !important; }

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

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

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

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

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

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    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; } }

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

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

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

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

.position-sticky {
  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: sticky) {
  .sticky-top {
    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;
  clip-path: inset(50%);
  border: 0; }

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

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

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

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

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

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

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

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

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

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

.mh-100 {
  max-height: 100% !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; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.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-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-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-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-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-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-justify {
  text-align: justify !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-normal {
  font-weight: 400 !important; }

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

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

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

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

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

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

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

.text-success {
  color: #28a745 !important; }

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

.text-info {
  color: #17a2b8 !important; }

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 18%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/******************************************/
/**************COLORS**********************/
/******************************************/
/******************************************/
/*******************PATHS******************/
/******************************************/
/******************************************/
/*******************PATHS******************/
/******************************************/
/******************************************/
/**************COLORS**********************/
/******************************************/
/******************************************/
/*******************PATHS******************/
/******************************************/
/******************************************/
/*******************PATHS******************/
/******************************************/
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate(-250%, -50%); } }

@-moz-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate(-250%, -50%); } }

@-ms-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate(-250%, -50%); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate(-250%, -50%); } }

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

@-moz-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate(100%, -50%); } }

@-ms-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate(100%, -50%); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate(100%, -50%); } }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate(100%, -50%); }
  to {
    opacity: 1;
    transform: translate(-50%, -50%); } }

@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate(100%, -50%); }
  to {
    opacity: 1;
    transform: translate(-50%, -50%); } }

@-ms-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate(100%, -50%); }
  to {
    opacity: 1;
    transform: translate(-50%, -50%); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate(100%, -50%); }
  to {
    opacity: 1;
    transform: translate(-50%, -50%); } }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate(-250%, -50%); }
  to {
    opacity: 1;
    transform: translate(-50%, -50%); } }

@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate(-250%, -50%); }
  to {
    opacity: 1;
    transform: translate(-50%, -50%); } }

@-ms-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate(-250%, -50%); }
  to {
    opacity: 1;
    transform: translate(-50%, -50%); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate(-250%, -50%); }
  to {
    opacity: 1;
    transform: translate(-50%, -50%); } }

@-webkit-keyframes mouse-scroll {
  25% {
    height: 7px;
    transform: translate(0, 15px); }
  50% {
    height: 11px;
    transform: translate(0, 10px); }
  75% {
    height: 7px;
    transform: translate(0, 7px); }
  100% {
    height: 3px;
    transform: translate(0, 3px); } }

@-moz-keyframes mouse-scroll {
  25% {
    height: 7px;
    transform: translate(0, 15px); }
  50% {
    height: 11px;
    transform: translate(0, 10px); }
  75% {
    height: 7px;
    transform: translate(0, 7px); }
  100% {
    height: 3px;
    transform: translate(0, 3px); } }

@-ms-keyframes mouse-scroll {
  25% {
    height: 7px;
    transform: translate(0, 15px); }
  50% {
    height: 11px;
    transform: translate(0, 10px); }
  75% {
    height: 7px;
    transform: translate(0, 7px); }
  100% {
    height: 3px;
    transform: translate(0, 3px); } }

@keyframes mouse-scroll {
  25% {
    height: 7px;
    transform: translate(0, 15px); }
  50% {
    height: 11px;
    transform: translate(0, 10px); }
  75% {
    height: 7px;
    transform: translate(0, 7px); }
  100% {
    height: 3px;
    transform: translate(0, 3px); } }

@-webkit-keyframes mouse-motion {
  25% {
    transform: translateY(-2px); }
  50% {
    transform: translateY(-3px); }
  75% {
    transform: translateY(-2px); } }

@-moz-keyframes mouse-motion {
  25% {
    transform: translateY(-2px); }
  50% {
    transform: translateY(-3px); }
  75% {
    transform: translateY(-2px); } }

@-ms-keyframes mouse-motion {
  25% {
    transform: translateY(-2px); }
  50% {
    transform: translateY(-3px); }
  75% {
    transform: translateY(-2px); } }

@keyframes mouse-motion {
  25% {
    transform: translateY(-2px); }
  50% {
    transform: translateY(-3px); }
  75% {
    transform: translateY(-2px); } }

@-webkit-keyframes showOpacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes showOpacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-ms-keyframes showOpacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes showOpacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

.shake {
  animation-name: shake; }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

.fadeInRight {
  animation-name: fadeInRight; }

.black-button {
  height: 48px;
  padding: 0px 40px;
  font-family: 'museo-regular';
  font-size: 18px;
  color: #fff;
  border-radius: 82px;
  background-color: #3a3a3a;
  line-height: 48px;
  border: none;
  cursor: pointer;
  outline: none; }

.black-button:hover, .blue-button:hover, .subscribe-block .row input:hover[type="submit"], .subscribe-block-2 button:hover {
  box-shadow: 0 15px 50px 14px rgba(0, 0, 0, 0.1); }

.blue-button, .subscribe-block .row input[type="submit"], .subscribe-block-2 button {
  transition: 0.4s;
  height: 56px;
  border-radius: 82px;
  background-color: #fd3f60;
  text-align: center;
  padding: 0px 50px;
  font-family: 'gilroy-medium';
  font-size: 18px;
  line-height: 56px;
  border: none;
  color: #fff; }

.default-input, .subscribe-block .row input[type="email"], .subscribe-block-2 .input-medium {
  transition: 0.4s;
  width: 293px;
  height: 56px;
  border-radius: 82px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0px 29px 0 rgba(0, 0, 0, 0.04);
  border: none;
  color: #444;
  font-family: 'gilroy-medium';
  font-size: 18px;
  padding: 0px 35px; }

.default-input:focus, .subscribe-block .row input:focus[type="email"], .subscribe-block-2 .input-medium:focus {
  box-shadow: 0 10px 29px 0 rgba(0, 0, 0, 0.1); }

a, button, input {
  outline: none !important; }

@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px); }
  to {
    transform: translate(0, 0); } }

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.modal-video-close {
  opacity: 0; }
  .modal-video-close .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px); }

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table; }

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }
  .modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }
  .modal-video-close-btn:before {
    transform: rotate(45deg); }
  .modal-video-close-btn:after {
    transform: rotate(-45deg); }
  .modal-video-close-btn:before, .modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px; }

.header-home {
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 0px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: height .3s .1s, background .3s;
  z-index: 100;
  background: rgba(255, 255, 255, 0); }
  .header-home .logo {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 116px; }
    .header-home .logo:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .header-home .logo img {
      width: 180px; }
  .header-home.squeeze .menu ul li a {
    padding: 15px 0; }
  .header-home.squeeze .logo {
    width: 21px; }
    .header-home.squeeze .logo img {
      width: 100px; }
  .header-home.fill {
    background: #fff; }
  .header-home .hamburger {
    display: none; }
  .header-home .menu {
    display: inline-block;
    text-align: center;
    flex-grow: 1;
    text-align: center; }
    .header-home .menu ul {
      display: flex;
      align-items: center;
      list-style: none;
      text-align: center;
      padding: 0;
      margin: 0; }
      .header-home .menu ul li {
        margin: 0 0 0 50px;
        display: inline-block;
        overflow: hidden; }
        .header-home .menu ul li.hire-us a {
          border-top: 3px solid transparent;
          background-color: #fd3f60;
          font-family: "gilroy-medium", sans-serif;
          font-size: 16px;
          color: #fff;
          line-height: 33px;
          padding: 6.5px 40px;
          outline: none;
          cursor: pointer;
          border-radius: 3px;
          white-space: nowrap; }
          .header-home .menu ul li.hire-us a:hover {
            color: #fff;
            border-top: 3px solid transparent;
            background-color: #fd3f60; }
        .header-home .menu ul li.hire-us.active a {
          color: #fff; }
        .header-home .menu ul li a {
          padding: 30px 0;
          display: flex;
          align-items: center;
          height: 100%;
          position: relative;
          font-size: 16px;
          line-height: 1.62;
          letter-spacing: 0.2px;
          font-family: "gilroy-medium", sans-serif;
          border-top: 3px solid transparent;
          color: #444; }
          .header-home .menu ul li a:hover {
            color: #fd3f60;
            border-top: 3px solid #fd3f60; }
        .header-home .menu ul li.active a {
          color: #fd3f60;
          border-top: 3px solid #fd3f60; }

.transition-tubik {
  transition: 0.4s; }

.transition-tubik-300 {
  transition: 0.3s; }

.transition-tubik-500 {
  transition: 0.5s; }

.header-blog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #f8f8fa;
  padding: 20px 15px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  align-items: center;
  z-index: 9; }
  .header-blog.squeeze {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6; }
  .header-blog .black-button {
    background-color: transparent;
    border: solid 1px #3a3a3a;
    color: #3a3a3a;
    font-family: "gilroy-bold", sans-serif;
    line-height: 46px; }
  .header-blog .black-button:hover {
    background-color: #3a3a3a;
    color: #fff; }
  @media (max-width: 767.98px) {
    .header-blog {
      padding: 20px 15px; } }
  .header-blog .logo-link {
    height: 44.5px; }
    .header-blog .logo-link .logo:hover {
      opacity: .8; }
    .header-blog .logo-link span {
      font-family: "gilroy-medium", sans-serif;
      font-size: 23px;
      letter-spacing: -0.2px;
      color: #3a3a3a !important;
      position: relative;
      top: 3px;
      left: 5px; }
      .header-blog .logo-link span:hover {
        opacity: .8; }
    .header-blog .logo-link .logo {
      height: 44.5px; }
  @media (max-width: 767.98px) {
    .header-blog .right {
      display: flex;
      align-items: center; } }
  .header-blog .right .category-mobile {
    display: none; }
    @media (max-width: 767.98px) {
      .header-blog .right .category-mobile {
        display: inline-block;
        margin-left: 10px; } }
  @media (max-width: 767.98px) {
    .header-blog .right .link {
      display: none; } }
  .header-blog .right form {
    display: inline-block; }
  .header-blog .right .search-input {
    transition: 0.4s;
    width: 0px;
    height: 40px;
    margin-right: 15px;
    padding: 0px;
    font-family: "gilroy-regular", sans-serif;
    color: #3a3a3a;
    background: #fff; }
    @media (max-width: 767.98px) {
      .header-blog .right .search-input {
        position: absolute;
        left: 150px; } }
  .header-blog .right .input-active {
    width: 180px;
    padding: 0px 15px; }
  @media (max-width: 767.98px) {
    .header-blog .right .blog-subscribe {
      display: none; } }
  .header-blog .right a, .header-blog .right span {
    margin-right: 45px;
    font-family: "gilroy-semi", sans-serif;
    font-weight: 500;
    color: #3a3a3a;
    font-size: 16px;
    display: inline-block;
    cursor: pointer; }
    @media (max-width: 767.98px) {
      .header-blog .right a, .header-blog .right span {
        margin-right: 10px; } }
  @media (max-width: 767.98px) {
    .header-blog .right form {
      order: 2;
      flex-basis: 100%;
      text-align: right; }
      .header-blog .right form .search {
        margin-right: 0px; } }
  .header-blog .right .search {
    display: inline-block;
    height: 25px;
    width: 24px;
    position: relative;
    top: 4px;
    background-repeat: no-repeat;
    background-size: 119%;
    background-image: url("../images/search.svg"); }
    @media (max-width: 767.98px) {
      .header-blog .right .search {
        top: 0px; } }

.mobile-hireus {
  display: none;
  border-radius: 3px;
  background-color: #fd3f60;
  font-family: "gilroy-regular", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #fff;
  position: relative;
  top: -11px;
  padding: 3px 10px; }
  @media (max-width: 575.98px) {
    .mobile-hireus {
      display: inline-block; } }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 2px; }

.hamburger-box {
  width: 30px; }

.hamburger--spring .hamburger-inner::before {
  top: 8px; }

.hamburger--spring .hamburger-inner::after {
  top: 16px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  border-radius: 0px; }

@media screen and (max-width: 768px) {
  .header-home.squeeze {
    background: #fff; }
  .header-home .menu ul li {
    margin: 0 0 0 30px; } }

@media screen and (max-width: 600px) {
  .blog header .logo {
    width: 96px; }
  .header-home {
    padding: 5px 15px;
    background: #fff; }
    .header-home .hamburger {
      display: inline-block;
      padding-right: 0; }
    .header-home .logo {
      margin-top: 0;
      width: 90px; }
      .header-home .logo img {
        width: 90px; }
    .header-home .menu {
      position: fixed;
      margin-top: 0px;
      height: 100%;
      width: 100%;
      background: #fff;
      top: 64px;
      left: 0;
      transform: translateX(-100%);
      transition: transform 0.2s linear, opacity 0.2s linear, z-index 0.2s linear;
      opacity: 0;
      z-index: -1; }
      .header-home .menu.show {
        transform: translateY(0%);
        z-index: -1;
        opacity: 1; }
      .header-home .menu ul {
        padding: 0;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        padding-bottom: 125px;
        align-items: start;
        padding-left: 20px; }
        .header-home .menu ul li {
          justify-content: center;
          margin: 0; }
          .header-home .menu ul li:last-child {
            position: absolute;
            bottom: 65px;
            left: 0;
            width: 100%;
            z-index: 1; }
            .header-home .menu ul li:last-child a {
              border-radius: 0px; }
          .header-home .menu ul li a {
            display: block;
            padding: 10px 0 !important;
            color: #000;
            font-size: 29px;
            height: auto;
            border: none; }
            .header-home .menu ul li a:hover {
              border: none; }
          .header-home .menu ul li.active a {
            border: none; } }

@media screen and (max-width: 375px) {
  .header-blog .logo-link span {
    display: none; }
  .header-home .logo img {
    width: 90px; } }

@font-face {
  font-family: 'gilroy-light';
  src: url("../fonts/Gilroy/light.ttf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: 'gilroy-bold';
  src: url("../fonts/Gilroy/bold.ttf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: 'gilroy-medium';
  src: url("../fonts/Gilroy/medium.ttf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: 'gilroy-regular';
  src: url("../fonts/Gilroy/regular.ttf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: 'gilroy-semi';
  src: url("../fonts/Gilroy/semibold.ttf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: 'museo-bold';
  src: url("../fonts/MuseoSans/bold.otf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: 'museo-medium';
  src: url("../fonts/MuseoSans/medium.otf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: 'museo-regular';
  src: url("../fonts/MuseoSans/regular.otf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: 'museo-light';
  src: url("../fonts/MuseoSans/light.otf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: 'PT Serif';
  src: url("../fonts/PT_Serif/PT_Serif-Web-BoldItalic.ttf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: 'PT Serif';
  src: url("../fonts/PT_Serif/PT_Serif-Web-Bold.ttf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: 'PT Serif Refular';
  src: url("../fonts/PT_Serif/PT_Serif-Web-Regular.ttf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: 'PT Serif';
  src: url("../fonts/PT_Serif/PT_Serif-Web-Italic.ttf") format("truetype");
  font-style: normal; }

html {
  position: relative;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  background: white;
  font-family: "gilroy-regular", sans-serif;
  font-weight: 100;
  color: #3a3a3a; }

.app-content {
  position: relative;
  overflow: hidden; }

.app-content::after {
  content: "";
  position: absolute;
  z-index: 800;
  height: 180%;
  left: -40%;
  top: -40%;
  width: 180%;
  pointer-events: none;
  will-change: transform;
  transition: opacity .6s ease-out;
  -webkit-animation: noiseAnimation 1s steps(4) infinite;
  animation: noiseAnimation 1s steps(4) infinite;
  background-image: url(../images/noise.png);
  opacity: 0.85; }

.page-template-blog .app-content::after,
.single-post .app-content::after,
.category .app-content::after,
.tag .app-content::after,
#tagsModal .archives ul li .app-content::after,
#archiveModal .archives ul li .app-content::after,
#categoryModal .archives ul li .app-content::after,
.search .app-content::after,
.page-template-all_posts .app-content::after {
  background: none;
  animation: none; }

a {
  color: #3a3a3a; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

.hide {
  display: none !important; }

.hidden {
  display: block !important;
  visibility: hidden !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.border {
  width: 76px;
  height: 1px;
  border: 1px solid #fd3f60 !important;
  margin-bottom: 22px; }

.app-layout.blog {
  background: #f8f8fa; }

li {
  list-style-type: none; }

.overflow-h {
  overflow: hidden; }

.slick-dots li {
  height: 2px;
  width: 38px; }
  .slick-dots li button {
    height: 2px;
    width: 38px;
    padding: 0;
    opacity: 0.61;
    border-radius: 0.5px;
    background-color: #d8d8d8; }
  .slick-dots li.slick-active button {
    background-color: #fd3f60;
    opacity: 1; }

.grecaptcha-badge {
  display: none; }

.scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 5px;
  height: 50px;
  background: #000; }

.page-template-company section, .page-template-services section, .home section, .page-template-price section {
  position: relative;
  z-index: 2;
  background-color: #fff; }

.home .top-home {
  position: relative;
  z-index: 3;
  background-color: #fff; }

.page-template-company .next-page, .page-template-services .next-page, .home .next-page, .page-template-price .next-page {
  position: relative;
  height: 100vh;
  z-index: 1; }

@media screen and (max-width: 544px) {
  .app-content::after {
    content: "";
    animation: none;
    background-image: none; } }

footer {
  position: relative;
  z-index: 2;
  justify-content: space-around;
  display: flex; }
  footer .footer {
    margin: -20px auto 30px; }

.blog-footer {
  background-color: #1e1e1e;
  padding: 0px 0px 0px 0px; }
  .blog-footer .follow {
    font-family: "gilroy-semi", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #989898;
    position: relative;
    top: 15px;
    margin-bottom: 35px; }
  .blog-footer .socials {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    left: -10px; }
    @media (max-width: 991.98px) {
      .blog-footer .socials {
        justify-content: center; } }
    .blog-footer .socials li {
      text-align: left;
      display: inline-block;
      flex-basis: 25%;
      margin-bottom: 15px; }
      @media (max-width: 991.98px) {
        .blog-footer .socials li {
          text-align: center; } }
      .blog-footer .socials li svg {
        transition: 0.4s;
        cursor: pointer; }
        .blog-footer .socials li svg path {
          transition: 0.4s;
          fill: #fff; }
      .blog-footer .socials li svg:hover {
        transform: translate3d(0px, -5px, 0px); }
      .blog-footer .socials li svg:hover path {
        fill: #fd3f60; }
  .blog-footer .hire-us {
    padding: 87px 0px;
    border-bottom: solid 1px #3c3c3c;
    text-align: center; }
    .blog-footer .hire-us a {
      width: 264px;
      height: 52px;
      border-radius: 3px;
      background-color: #fd3f60;
      line-height: 52px;
      color: #fff;
      font-family: "gilroy-medium", sans-serif;
      font-size: 18px;
      display: inline-block;
      text-align: center; }
  .blog-footer .bottom-footer {
    padding: 90px 0px; }
    @media (max-width: 991.98px) {
      .blog-footer .bottom-footer {
        padding: 60px 0px; } }
    .blog-footer .bottom-footer .logo {
      height: 45px;
      object-fit: contain;
      margin-bottom: 28px;
      filter: brightness(10); }
    .blog-footer .bottom-footer .description {
      font-family: "gilroy-medium", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: #ffffff;
      max-width: 410px; }
      @media (max-width: 991.98px) {
        .blog-footer .bottom-footer .description {
          max-width: 100%; } }
    .blog-footer .bottom-footer .center p, .blog-footer .bottom-footer .center .top-home .content .bottom a, .top-home .content .bottom .blog-footer .bottom-footer .center a {
      font-family: "gilroy-semi", sans-serif;
      display: inline-block;
      font-size: 18px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal;
      color: #989898;
      position: relative;
      margin-bottom: 30px;
      top: 15px; }
    .blog-footer .bottom-footer .center a {
      transition: 0.4s;
      font-family: "gilroy-medium", sans-serif;
      font-size: 23px;
      font-style: normal;
      font-stretch: normal;
      line-height: 2;
      letter-spacing: normal;
      color: #ffffff;
      display: block; }
    .blog-footer .bottom-footer .center a:hover {
      color: #fd3f60; }
    .blog-footer .bottom-footer .center a:nth-child(3) {
      position: relative;
      left: -16px;
      top: 6px; }
      @media (max-width: 767.98px) {
        .blog-footer .bottom-footer .center a:nth-child(3) {
          left: 0px; } }

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent; }

.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@keyframes noiseAnimation {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  10% {
    -webkit-transform: translate(-5%, -5%);
    transform: translate(-5%, -5%); }
  20% {
    -webkit-transform: translate(-10%, 5%);
    transform: translate(-10%, 5%); }
  30% {
    -webkit-transform: translate(5%, -10%);
    transform: translate(5%, -10%); }
  40% {
    -webkit-transform: translate(-5%, 15%);
    transform: translate(-5%, 15%); }
  50% {
    -webkit-transform: translate(-10%, 5%);
    transform: translate(-10%, 5%); }
  60% {
    -webkit-transform: translate(15%);
    transform: translate(15%); }
  70% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  80% {
    -webkit-transform: translate(-15%);
    transform: translate(-15%); }
  90% {
    -webkit-transform: translate(10%, 5%);
    transform: translate(10%, 5%); }
  to {
    -webkit-transform: translate(5%);
    transform: translate(5%); } }

@keyframes applications-arrow {
  0% {
    opacity: 0;
    transform: translateX(-60px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

@keyframes applications-arrow-back {
  0% {
    opacity: 1;
    transform: translateX(0px); }
  100% {
    opacity: 0;
    transform: translateX(60px); } }

/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent; }

.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate; }

.blog header .logo {
  display: inline-block;
  width: 180px;
  transition: 0.5s; }
  .blog header .logo:hover {
    transform: scale(0.95); }
  .blog header .logo .navigation {
    float: right; }
    .blog header .logo .navigation ul {
      display: inline-block; }
      .blog header .logo .navigation ul li {
        float: left; }
        .blog header .logo .navigation ul li a {
          font-size: 16px;
          font-weight: 600;
          line-height: 1.12;
          text-align: left;
          color: #3a3a3a; }

@media screen and (max-width: 544px) {
  .header .socials {
    display: none; } }

.tooltip {
  position: absolute;
  top: 6px; }
  .tooltip.right {
    left: 100%; }
    .tooltip.right .tooltip-arrow {
      margin-top: -10px;
      border-right-color: #a34044;
      border-width: 10px 10px 10px 0; }
  .tooltip .tooltip-inner {
    display: table-cell;
    background: #a34044;
    color: #ecf4fe;
    font-family: "gilroy-regular", sans-serif;
    font-weight: 100;
    font-size: 16px;
    height: 54px;
    min-width: 300px;
    max-width: 360px;
    text-align: left;
    padding: 8px 27px;
    margin-left: 5px;
    vertical-align: middle; }

/**********************************/
/***** FOR width 970px ************/
/**********************************/
@media only screen and (max-width: 970px) {
  .tooltip .tooltip-inner {
    min-width: 273px; } }

/**********************************/
/***** FOR width 768px ************/
/**********************************/
@media only screen and (max-width: 768px) {
  .tooltip {
    position: static; }
    .tooltip.right {
      padding: 0; }
    .tooltip .tooltip-arrow {
      display: none; }
    .tooltip .tooltip-inner {
      background: transparent;
      padding: 8px 0;
      height: 17px;
      font-size: 14px;
      color: #c74d51; } }

/**********************************/
/***** FOR width 544px ************/
/**********************************/
@media only screen and (max-width: 544px) {
  .tooltip .tooltip-inner {
    background: transparent;
    padding: 0;
    height: 15px;
    font-size: 12px;
    color: #c74d51;
    min-width: 266px; } }

.popup {
  position: absolute;
  display: table;
  width: 750px;
  min-width: 700px;
  height: 385px;
  border-radius: 5px;
  background-color: #2e383b;
  top: 50%;
  left: 50%;
  z-index: 99;
  padding: 0 140px;
  transform: translate(-50%, -50%); }
  .popup .close {
    background: #252f33;
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    top: 0;
    opacity: 1;
    right: -85px; }
    .popup .close:before, .popup .close:after {
      position: absolute;
      left: 25px;
      top: 15px;
      content: ' ';
      height: 23px;
      width: 3px;
      border-radius: 5px;
      background-color: #ecf4fe; }
    .popup .close:before {
      transform: rotate(45deg); }
    .popup .close:after {
      transform: rotate(-45deg); }
  .popup .container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    width: 100%; }
    .popup .container input.custom-btn, .popup .container button.custom-btn {
      width: 80%;
      margin-top: 60px; }
      .popup .container input.custom-btn.cancel, .popup .container button.custom-btn.cancel {
        display: none; }

/**********************************/
/***** FOR width 544px ************/
/**********************************/
@media only screen and (max-width: 544px) {
  .popup {
    width: 90%;
    min-width: 280px;
    padding: 0;
    height: 175px; }
    .popup .close {
      display: none; }
    .popup .container {
      font-size: 16px; }
      .popup .container p, .popup .container .top-home .content .bottom a, .top-home .content .bottom .popup .container a {
        padding: 20px; }
      .popup .container input, .popup .container button {
        width: 80%; }
        .popup .container input.custom-btn, .popup .container button.custom-btn {
          margin-top: 0; }
          .popup .container input.custom-btn.cancel, .popup .container button.custom-btn.cancel {
            display: inline; } }

.top-home {
  position: relative;
  height: 100vh;
  padding: 116px 45px 0;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .top-home {
      padding-bottom: 50px !important; } }
  .top-home .mobile-dog {
    display: none; }
  .top-home .ipadt {
    height: 500px;
    width: 100%;
    display: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 3;
    background: transparent;
    background-color: transparent; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .top-home .ipadt {
        display: block; } }
  .top-home .gradient, .top-home .gradient-2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    z-index: 3;
    background: linear-gradient(to top, white, rgba(255, 255, 255, 0)); }
  .top-home .gradient-2 {
    height: 100%;
    width: 50px;
    z-index: 3;
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0)); }
  .top-home .tubik_img {
    -webkit-animation-duration: 1.3s;
    -o-animation-duration: 1.3s;
    animation-duration: 1.3s;
    animation-name: showOpacity;
    transition: transform .5s ease-in-out;
    width: 45vw;
    height: 88vh;
    left: 0;
    position: absolute;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain; }
    .top-home .tubik_img:hover {
      transform: scale(1.03); }
    .top-home .tubik_img.img1 {
      background-image: url("../images/dog/1x/1.png"); }
      @media (-Webkit-min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3) {
        .top-home .tubik_img.img1 {
          background-image: url("../images/dog/2x/1.png"); } }
    .top-home .tubik_img.img2 {
      background-image: url("../images/dog/1x/2.png"); }
      @media (-Webkit-min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3) {
        .top-home .tubik_img.img2 {
          background-image: url("../images/dog/2x/2.png"); } }
    .top-home .tubik_img.img3 {
      background-image: url("../images/dog/1x/3.png"); }
      @media (-Webkit-min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3) {
        .top-home .tubik_img.img3 {
          background-image: url("../images/dog/2x/3.png"); } }
    .top-home .tubik_img.img4 {
      background-image: url("../images/dog/1x/4.png"); }
      @media (-Webkit-min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3) {
        .top-home .tubik_img.img4 {
          background-image: url("../images/dog/2x/4.png"); } }
    .top-home .tubik_img.img5 {
      background-image: url("../images/dog/1x/5.png"); }
      @media (-Webkit-min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3) {
        .top-home .tubik_img.img5 {
          background-image: url("../images/dog/2x/5.png"); } }
    .top-home .tubik_img.img6 {
      background-image: url("../images/dog/1x/6.png"); }
      @media (-Webkit-min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3) {
        .top-home .tubik_img.img6 {
          background-image: url("../images/dog/2x/6.png"); } }
    .top-home .tubik_img.img7 {
      background-image: url("../images/dog/1x/7.png"); }
      @media (-Webkit-min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3) {
        .top-home .tubik_img.img7 {
          background-image: url("../images/dog/2x/7.png"); } }
    .top-home .tubik_img.img8 {
      background-image: url("../images/dog/1x/8.png"); }
      @media (-Webkit-min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3) {
        .top-home .tubik_img.img8 {
          background-image: url("../images/dog/2x/8.png"); } }
    .top-home .tubik_img.img9 {
      background-image: url("../images/dog/1x/9.png"); }
      @media (-Webkit-min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3) {
        .top-home .tubik_img.img9 {
          background-image: url("../images/dog/2x/9.png"); } }
  .top-home .content {
    padding-top: 13.5vh;
    overflow: hidden;
    max-width: 730px;
    margin: 0 auto;
    position: relative;
    z-index: 3; }
    @media all and (max-width: 1450px) and (min-width: 992px) {
      .top-home .content {
        padding-left: 15px; } }
    @media (max-width: 991.98px) {
      .top-home .content {
        overflow: visible; } }
    .top-home .content .for-anim-2 span {
      transform: translate(0%, 200%) matrix(1, 0, 0, 1, 0, 0); }
      @media (max-width: 991.98px) {
        .top-home .content .for-anim-2 span {
          transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0); } }
    .top-home .content .for-anim-1 span {
      padding-bottom: 1px; }
    .top-home .content .for-anim-1 span:nth-child(3) {
      margin-top: -10px; }
    .top-home .content .bottom {
      opacity: 0;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      @media (max-width: 991.98px) {
        .top-home .content .bottom {
          opacity: 1; } }
      @media (max-width: 767.98px) {
        .top-home .content .bottom {
          justify-content: space-between;
          position: relative;
          left: -20px; } }
      .top-home .content .bottom .watch-button {
        background-color: #fd3f60;
        min-height: 59px !important;
        min-width: 59px !important; }
        @media (max-width: 767.98px) {
          .top-home .content .bottom .watch-button {
            min-width: 85px !important;
            min-height: 85px !important;
            transform: scale(0.6);
            margin-left: 0px; } }
      .top-home .content .bottom .watch-button:before {
        background-image: url("../images/play.svg");
        background-position: 58% 50%; }
        @media (max-width: 767.98px) {
          .top-home .content .bottom .watch-button:before {
            background-size: 29%; } }
      .top-home .content .bottom p, .top-home .content .bottom a {
        display: inline-block;
        font-family: "gilroy-semi", sans-serif;
        font-size: 20px;
        color: #fd3f60 !important;
        margin: 0px 80px 0px 17px;
        width: auto !important;
        cursor: pointer; }
        @media screen and (max-width: 1050px) {
          .top-home .content .bottom p, .top-home .content .bottom a {
            margin: 0px 50px 0px 17px; } }
        @media (max-width: 767.98px) {
          .top-home .content .bottom p, .top-home .content .bottom a {
            flex-grow: 1;
            text-align: left;
            margin: 0px 0px 0px 17px; } }
      .top-home .content .bottom a {
        position: relative;
        margin: 0px !important;
        font-family: "gilroy-semi", sans-serif !important;
        overflow: visible !important;
        display: inline-block;
        width: auto !important; }
      .top-home .content .bottom img {
        transition: 0.4s;
        position: relative;
        left: 8px;
        top: 2px;
        height: 10px;
        object-fit: contain; }
        @media (max-width: 767.98px) {
          .top-home .content .bottom img {
            display: none; } }
        @media all and (min-resolution: 192dpi) {
          .top-home .content .bottom img {
            top: -1px;
            height: 12px; } }
        @media (max-width: 991.98px) {
          .top-home .content .bottom img {
            top: 4px; } }
        @media (max-width: 767.98px) {
          .top-home .content .bottom img {
            right: 0px;
            left: 60px; } }
      .top-home .content .bottom .yes-safari {
        height: 12px;
        top: -1px; }
      .top-home .content .bottom a:hover + img {
        transform: translate(5px, 0px); }
      @media (max-width: 767.98px) {
        .top-home .content .bottom .first-link {
          display: none; } }
      .top-home .content .bottom .last-link {
        display: none; }
        @media (max-width: 767.98px) {
          .top-home .content .bottom .last-link {
            display: none; } }
    .top-home .content span {
      display: inline-block;
      overflow: hidden; }
      @media (max-width: 767.98px) {
        .top-home .content span {
          display: inline; } }
      .top-home .content span i {
        transform: translate(0%, 200%);
        font-style: inherit;
        display: inline-block; }
        @media (max-width: 991.98px) {
          .top-home .content span i {
            transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
            display: inline; } }
    .top-home .content h1.title {
      font: 62px/68px "gilroy-bold", sans-serif;
      font-weight: 500;
      color: #444; }
    .top-home .content p, .top-home .content .bottom a {
      font: 20px/31px "gilroy-medium", sans-serif;
      font-weight: 500;
      margin: 39px 0 130px 0;
      overflow: hidden;
      color: #444; }
    .top-home .content button {
      border: none; }
      .top-home .content button .arrow {
        display: block;
        width: 66px;
        height: 15px;
        margin-top: 3px;
        float: right;
        background-image: url("../images/arrow_blue.png");
        background-repeat: no-repeat;
        background-size: contain; }
  .top-home .home__bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
    left: 0;
    bottom: 15px;
    position: fixed;
    width: 100%;
    height: 47px;
    margin-top: -47px;
    margin-bottom: 10px;
    z-index: 5;
    transition: opacity .5s, transform .5s;
    opacity: 1; }
    @media (max-width: 991.98px) {
      .top-home .home__bottom-bar {
        display: none; } }
    .top-home .home__bottom-bar.slide-out {
      transform: translateY(100px); }
    .top-home .home__bottom-bar .arrow-down {
      transition: .3s;
      padding: 20px;
      cursor: pointer; }
      .top-home .home__bottom-bar .arrow-down:hover svg g {
        fill: #fd3f60; }
    .top-home .home__bottom-bar .socials {
      display: inline-block;
      animation-name: clip-show; }
      @media (max-width: 575.98px) {
        .top-home .home__bottom-bar .socials {
          display: none; } }
      .top-home .home__bottom-bar .socials ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0; }
        .top-home .home__bottom-bar .socials ul li {
          margin: 0 23px 0 0; }
          .top-home .home__bottom-bar .socials ul li:last-child {
            margin: 0; }
          .top-home .home__bottom-bar .socials ul li a {
            display: inline-block;
            transition: margin-top 0.2s; }
            .top-home .home__bottom-bar .socials ul li a:hover {
              margin-top: -3px; }
              .top-home .home__bottom-bar .socials ul li a:hover svg path {
                fill: #fd3f60; }
    .top-home .home__bottom-bar .mouse {
      border: 2px solid #000;
      width: 32px;
      height: 47px;
      margin: 0 auto;
      border-radius: 30px;
      -webkit-animation: mouse-motion;
      -o-animation: mouse-motion;
      animation: mouse-motion;
      -webkit-animation-duration: 1.5s;
      -o-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-iteration-count: 3;
      -o-animation-iteration-count: 3;
      animation-iteration-count: 3;
      -webkit-animation-timing-function: linear;
      -o-animation-timing-function: linear;
      animation-timing-function: linear; }
      .top-home .home__bottom-bar .mouse:before {
        position: relative;
        display: block;
        content: " ";
        width: 2px;
        height: 5px;
        border: 1px solid #000;
        left: 13px;
        transform: translate(0, 15px);
        -webkit-animation: mouse-scroll;
        -o-animation: mouse-scroll;
        animation: mouse-scroll;
        -webkit-animation-duration: 1.5s;
        -o-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-iteration-count: 3;
        -o-animation-iteration-count: 3;
        animation-iteration-count: 3;
        -webkit-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear; }

#canvas-dog {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0px;
  right: 0px;
  z-index: 2;
  opacity: 0; }
  @media (max-width: 991.98px) {
    #canvas-dog {
      z-index: 1; } }
  @media (max-width: 767.98px) {
    #canvas-dog {
      display: none; } }

.awards .awards-logos {
  display: flex;
  margin: auto;
  justify-content: space-between;
  margin-top: 70px; }
  @media (max-width: 575.98px) {
    .awards .awards-logos {
      flex-direction: column; } }
  .awards .awards-logos .awards-logos__item {
    display: flex;
    padding: 20px 0px;
    font-size: 22px;
    font-family: "gilroy-bold", sans-serif; }
    .awards .awards-logos .awards-logos__item img {
      padding-right: 10px;
      max-width: 107px;
      object-fit: contain; }

.awards .awards-table-wrap {
  margin-top: 90px;
  height: 201px;
  overflow: hidden; }
  .awards .awards-table-wrap.show {
    height: auto; }
    .awards .awards-table-wrap.show ~ .more-awards {
      display: none; }
    .awards .awards-table-wrap.show ~ .less-awards {
      display: block; }

.awards .awards-table {
  width: 100%;
  margin-left: 80px;
  border-top: 1px solid #d8d8d8;
  max-width: 775px; }
  .awards .awards-table tr {
    border-bottom: 1px solid #d8d8d8; }
    .awards .awards-table tr td {
      padding: 15px 0;
      font-size: 15px;
      font-family: "gilroy-medium", sans-serif; }
      .awards .awards-table tr td:nth-child(1) {
        font-family: "gilroy-bold", sans-serif;
        width: 33%; }
      .awards .awards-table tr td:nth-child(2) {
        font-family: "gilroy-bold", sans-serif;
        width: 44%; }

.awards .awards-btn {
  display: block;
  font-family: "gilroy-bold", sans-serif;
  color: #fd3f60;
  padding: 20px 0;
  max-width: 700px;
  margin-left: 80px;
  cursor: pointer; }
  .awards .awards-btn.less-awards {
    display: none; }

@media all and (max-width: 1320px) and (min-height: 900px) {
  #canvas-dog {
    width: 50%;
    height: 80%; } }

.height-dog {
  position: relative; }

@media screen and (max-height: 790px) {
  .top-home .content {
    padding-top: 0px; }
    .top-home .content p, .top-home .content .bottom a {
      margin-bottom: 50px; } }

@media screen and (max-width: 1410px) {
  .top-home .content p, .top-home .content .bottom a {
    font-size: 20px;
    line-height: 29px; }
  .top-home .content h1.title {
    font-size: 54px;
    line-height: 60px; } }

@media screen and (max-width: 1200px) {
  .top-home .content {
    padding-top: 100px; }
    .top-home .content p, .top-home .content .bottom a {
      font-size: 20px;
      line-height: 29px; }
    .top-home .content h1.title {
      font-size: 46px;
      line-height: 52px; } }

@media screen and (max-width: 1136px) {
  .top-home .content p span, .top-home .content .bottom a span {
    display: inline; } }

@media screen and (max-width: 992px) {
  #canvas-dog {
    position: static;
    height: 500px;
    width: 100%;
    text-align: center; }
  .top-home {
    height: auto; }
    .top-home .content {
      text-align: center;
      padding-top: 100px;
      max-width: initial; }
      .top-home .content p, .top-home .content .bottom a {
        width: auto; }
    .top-home .col-lg-6 {
      flex: none;
      max-width: none; }
    .top-home .dog-size {
      margin-top: 53px; }
    .top-home #canvas-dog {
      margin: 0 auto; } }

@media screen and (max-width: 768px) {
  .awards .awards-table, .awards .awards-btn {
    margin: 0; } }

@media screen and (max-width: 544px) {
  .arrow-down {
    display: none; }
  .home {
    height: auto; }
  .top-home {
    padding: 0px; }
    .top-home .mobile-dog {
      display: block;
      position: relative;
      top: 80px; }
      .top-home .mobile-dog img {
        display: block;
        width: 90%;
        margin: auto; }
    .top-home .content {
      padding-top: 120px;
      text-align: left; }
      .top-home .content h1.title {
        font-size: 35px;
        line-height: 40px; }
      .top-home .content p, .top-home .content .bottom a {
        font-size: 18px;
        width: 100%;
        margin: 15px 0; }
    .top-home .footer-cursor .mouse {
      display: none; }
  #canvas-dog {
    width: 300px;
    height: 300px;
    margin: 20px auto 0 auto;
    position: relative;
    top: 15px;
    left: 0px; } }

@media (max-width: 767.98px) {
  .applications {
    overflow: hidden; } }

.applications::after {
  display: table;
  content: " ";
  clear: both; }

.applications .app-container {
  margin: 0 auto;
  padding: 0 70px;
  max-width: 1410px; }

.applications .bg-container {
  height: 500px;
  display: block;
  overflow: hidden;
  transform: matrix(1, 0, 0, 1, 0, 0);
  text-decoration: none;
  width: 100%;
  background: #000;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.applications .see-all {
  background-color: #f9f9f9; }
  .applications .see-all .mask {
    display: flex;
    align-items: center;
    justify-content: center; }
  .applications .see-all .content {
    color: #fd3f60; }
    .applications .see-all .content h2 {
      margin: 0; }
    .applications .see-all .content svg g g {
      fill: #fd3f60; }

.applications .app-item {
  padding: 7px;
  transform: translateY(0px); }
  .applications .app-item.main-slide {
    padding-top: 0px; }
    .applications .app-item.main-slide .content {
      position: relative;
      top: 0;
      left: 0; }
  .applications .app-item .animate-mask {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: #242424;
    z-index: 10;
    transition: border 0.5s;
    border: 0px solid #fff; }
  .applications .app-item .animate-mask-2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 11;
    transition: border 0.5s;
    border: 0px solid #fff; }
  .applications .app-item a .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0px solid #fff;
    transition: border 0.5s;
    z-index: 1; }
  .applications .app-item a:hover .mask, .applications .app-item a:hover .animate-mask, .applications .app-item a:hover .animate-mask-2 {
    border: 15px solid #fff;
    box-sizing: border-box; }
  .applications .app-item a:hover svg {
    animation-name: applications-arrow;
    animation-duration: 0.5s;
    animation-fill-mode: backwards;
    animation-timing-function: easeOutExpo; }
  .applications .app-item a svg {
    animation-name: applications-arrow-back;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: easeOutExpo; }
  .applications .app-item .content {
    position: relative;
    margin: 44px 48px;
    /* opacity: 0; */ }
    .applications .app-item .content .svg-wrap {
      position: absolute;
      right: -5px;
      top: 10px; }
    .applications .app-item .content .svg-wrap.see-all-arrow {
      position: static;
      text-align: center;
      margin-top: 20px; }
    .applications .app-item .content.white h2, .applications .app-item .content.white span {
      color: #fff; }
    .applications .app-item .content.white svg .icon-arrow {
      fill: #fff; }
    .applications .app-item .content.black h2, .applications .app-item .content.black span {
      color: #000; }
    .applications .app-item .content.black svg .icon-arrow {
      fill: #000; }
    .applications .app-item .content h2 {
      font-family: "gilroy-bold", sans-serif;
      line-height: 1;
      margin-top: 35px;
      font-size: 25px;
      font-weight: 500; }
  .applications .app-item span {
    opacity: 0.61;
    font-family: "gilroy-medium", sans-serif;
    font-size: 16px;
    line-height: 2.33;
    color: #ecf4fe; }

@media screen and (min-width: 1410px) {
  .applications .app-container {
    max-width: 1410px;
    padding: 0; }
  .applications .bg-container {
    height: 620px; }
  .applications .app-item .content h2 {
    font-size: 32px; } }

@media screen and (max-width: 992px) {
  .applications .bg-container {
    height: 500px; }
  .applications .app-container {
    max-width: 100%;
    padding: 0; } }

@media screen and (max-width: 768px) {
  .applications .app-item.main-slide .content {
    left: 0;
    max-width: 300px; } }

@media screen and (max-width: 544px) {
  .applications .slick-dots {
    bottom: 17px; }
  .applications .bg-container {
    height: 536px; }
  .applications .slick-list {
    height: 536px; }
  .applications .app-item {
    padding: 0; }
    .applications .app-item.main-slide .content {
      position: static;
      top: auto;
      left: auto;
      max-width: 100%;
      text-align: left;
      transform: translateY(0%); }
    .applications .app-item a:hover .mask, .applications .app-item a:hover .animate-mask-2, .applications .app-item a:hover .animate-mask {
      border: none; } }

.books, .awards {
  padding: 140px 45px 100px; }
  @media (max-width: 991.98px) {
    .books, .awards {
      padding: 70px 45px 80px 45px !important; } }
  @media (max-width: 767.98px) {
    .books, .awards {
      padding: 20px 0px 60px 0px !important;
      margin-top: -40px  !important; }
      .books .slick-dots, .awards .slick-dots {
        text-align: left;
        padding-left: 40px;
        bottom: -45px; } }
  .books .content, .awards .content {
    width: 617px;
    margin-left: 80px;
    text-align: left;
    margin-bottom: 90px; }
    .books .content .title, .awards .content .title {
      font: 72px/82px "gilroy-bold", sans-serif;
      margin-bottom: 32px;
      font-weight: 500; }
    .books .content .text, .awards .content .text {
      font: 20px/31px "gilroy-medium", sans-serif;
      color: #3a3a3a; }
      .books .content .text span, .awards .content .text span {
        display: inline-block; }
    .books .content .border, .awards .content .border {
      width: 76px;
      height: 1px;
      border: 1px solid #fd3f60;
      margin-bottom: 22px; }
  .books .list, .awards .list {
    *zoom: 1;
    list-style: none; }
    .books .list:before, .books .list:after, .awards .list:before, .awards .list:after {
      display: table;
      content: "";
      line-height: 0; }
    .books .list:after, .awards .list:after {
      clear: both; }
    .books .list .item, .awards .list .item {
      max-width: 294px; }
      .books .list .item .book-links a, .awards .list .item .book-links a {
        transition: 0.4s;
        height: 23px;
        line-height: 21px;
        display: inline-block;
        margin-right: 11px;
        border-radius: 11.5px;
        border: solid 1px rgba(151, 151, 151, 0.25);
        font-family: "gilroy-bold", sans-serif;
        font-size: 12px;
        color: #3a3a3a;
        padding: 0px 15px; }
      .books .list .item .book-links a:hover, .awards .list .item .book-links a:hover {
        border: solid 1px #fd3f60; }
      .books .list .item .title, .awards .list .item .title {
        margin: 35px 0px 15px 0px;
        font: 31px/37px "gilroy-bold", sans-serif;
        transform: translateZ(100px); }
      .books .list .item .description, .awards .list .item .description {
        display: block;
        font-size: 15px;
        font-family: "gilroy-medium", sans-serif;
        transform: translateZ(50px); }
      .books .list .item .book-size, .awards .list .item .book-size {
        transition: 0.4s;
        box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.25);
        width: 225px;
        cursor: pointer;
        border-radius: 3px;
        max-width: 100%; }
      .books .list .item .book-size:hover, .awards .list .item .book-size:hover {
        transform: translateY(-10px) scale(1);
        box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.25); }
      .books .list .item .image, .awards .list .item .image {
        height: 327px;
        width: 230px;
        background-repeat: no-repeat;
        background-size: cover; }
        .books .list .item .image.book1, .awards .list .item .image.book1 {
          background-color: #17316c;
          background-image: url("../images/book1.png"); }
        .books .list .item .image.book2, .awards .list .item .image.book2 {
          background-color: #195c7a;
          background-image: url("../images/book2.png"); }
        .books .list .item .image.book3, .awards .list .item .image.book3 {
          background-color: #84466a;
          background-image: url("../images/book3.png"); }

@media screen and (max-width: 768px) {
  .books, .awards {
    margin: 0;
    padding: 0 45px; }
    .books .content, .awards .content {
      padding: 30px 0;
      width: 100%;
      margin-left: 0; }
    .books .list .item .image, .awards .list .item .image {
      height: 280px;
      width: 100%; } }

@media screen and (max-width: 544px) {
  .books, .awards {
    overflow: hidden;
    padding: 20px 0px 60px 0px; }
    .books .slick-slide, .awards .slick-slide {
      height: auto; }
    .books .content, .awards .content {
      width: 100%;
      margin: 0; }
      .books .content .title, .awards .content .title {
        font-size: 52px;
        margin-bottom: 10px; }
      .books .content .text, .awards .content .text {
        font: 18px/25px "gilroy-medium", sans-serif;
        font-size: 19px;
        line-height: 1.5; }
    .books .list, .awards .list {
      margin-top: 50px; }
      .books .list .item, .awards .list .item {
        margin: 0 auto;
        width: 100%; }
        .books .list .item .image, .awards .list .item .image {
          height: 407px; }
        .books .list .item .title, .awards .list .item .title {
          font-size: 22px; } }

.podcast {
  height: 775px;
  background-color: #2b2b2b;
  background-image: url("../images/podcast-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 113px 0; }
  @media (-Webkit-min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3) {
    .podcast {
      background-image: url("../images/podcast-bg%402x.png"); } }
  .podcast .logo {
    background-color: transparent;
    background-image: url("../images/podcast-logo.png");
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    width: 173px;
    height: 66px; }
    @media (-Webkit-min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3) {
      .podcast .logo {
        background-image: url("../images/podcast-logo%402x.png"); } }
  .podcast .content {
    width: 60%;
    float: right; }
    .podcast .content .description {
      font-size: 22px;
      color: #fff;
      font-family: "museo-medium", sans-serif; }
    .podcast .content .list {
      list-style: none; }
      .podcast .content .list .item {
        position: relative; }
        .podcast .content .list .item:before {
          position: absolute;
          bottom: 7px;
          display: block;
          content: "";
          background-color: #fff;
          margin-left: -98px;
          width: 46px;
          height: 46px;
          border-radius: 50%; }
        .podcast .content .list .item:after {
          position: absolute;
          display: block;
          bottom: 22px;
          left: -78px;
          content: "";
          width: 0;
          height: 0;
          border-top: 7px solid transparent;
          border-bottom: 7px solid transparent;
          border-left: 10px solid black; }
        .podcast .content .list .item .title {
          color: #fff;
          font-size: 12px;
          line-height: 1.5;
          letter-spacing: 3.2px;
          text-transform: uppercase; }
        .podcast .content .list .item .description {
          display: block;
          color: #fff;
          font-size: 23px;
          font-family: "gilroy-bold", sans-serif;
          line-height: 1.22;
          width: 358px; }

.testimonials {
  text-align: center;
  padding: 89px 0;
  width: 100%;
  margin: 0 auto;
  background: #fafafa !important; }
  .testimonials .title {
    font-size: 48px;
    line-height: 1.06;
    font-family: "gilroy-bold", sans-serif;
    margin-bottom: 40px;
    font-weight: 500; }
  .testimonials .content {
    margin: 0 auto 26px;
    *zoom: 1; }
    .testimonials .content:before, .testimonials .content:after {
      display: table;
      content: "";
      line-height: 0; }
    .testimonials .content:after {
      clear: both; }
    .testimonials .content .phrases {
      position: relative;
      width: 70%;
      margin: 0 auto; }
      .testimonials .content .phrases > div {
        width: 727px;
        margin: 0 auto;
        padding: 0 45px; }
      .testimonials .content .phrases .slick-slide {
        height: auto !important;
        opacity: 0;
        transition: opacity 1s;
        outline: none; }
      .testimonials .content .phrases .slick-active {
        opacity: 1; }
      .testimonials .content .phrases .slick-next {
        width: 150px;
        height: 280px;
        right: -130px; }
      .testimonials .content .phrases .slick-prev {
        width: 150px;
        height: 280px;
        left: -130px; }
      .testimonials .content .phrases .slick-prev:before {
        content: '';
        width: 30px;
        height: 20px;
        display: inline-block;
        transform: rotate(180deg);
        background: url("../images/arrow.svg") no-repeat; }
      .testimonials .content .phrases .slick-next:before {
        content: '';
        width: 30px;
        height: 20px;
        display: inline-block;
        background: url("../images/arrow.svg") no-repeat; }
      .testimonials .content .phrases .slick-prev::before, .testimonials .content .phrases .slick-next::before {
        color: #fd3f60;
        font-size: 30px; }
      .testimonials .content .phrases .phrase {
        position: relative;
        font-size: 18px;
        font-family: "gilroy-medium", sans-serif;
        line-height: 1.55;
        text-align: left;
        font-weight: 500;
        cursor: pointer; }
        .testimonials .content .phrases .phrase:before {
          content: '”';
          color: #fd3f60;
          font-size: 25px;
          position: absolute;
          font-weight: 500;
          top: -3px;
          left: -17px; }
    .testimonials .content .who {
      display: flex;
      align-items: center;
      font-family: "gilroy-regular", sans-serif; }
      .testimonials .content .who .avatar {
        width: 45px;
        height: 45px;
        margin: 11px 11px 11px 0; }
        .testimonials .content .who .avatar img {
          border-radius: 50%;
          width: 45px;
          height: 45px; }
      .testimonials .content .who .name {
        font-size: 14px;
        line-height: 91px;
        font-family: "gilroy-semi", sans-serif; }
  .testimonials .clients {
    max-width: 1054px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #c7c7c7;
    list-style: none;
    text-align: center;
    padding-top: 45px;
    table-layout: fixed;
    margin: 35px auto 0px;
    padding-left: 0; }
    .testimonials .clients li {
      cursor: pointer;
      position: relative;
      text-align: center;
      width: auto;
      filter: grayscale(100%); }
      .testimonials .clients li img {
        object-fit: contain;
        width: 173px; }
      .testimonials .clients li.slick-active {
        filter: grayscale(0%); }
        .testimonials .clients li.slick-active:before, .testimonials .clients li.slick-active:after {
          margin-top: -56px;
          content: "";
          transform: rotate(-135deg);
          position: absolute;
          display: block;
          border-top: 17px solid transparent;
          border-bottom: 17px solid transparent;
          left: 50%; }
        .testimonials .clients li.slick-active:before {
          border-left: 17px solid #c7c7c7; }
        .testimonials .clients li.slick-active:after {
          border-left: 17px solid #fafafa;
          top: -2px;
          margin-left: 1px; }

@media screen and (max-width: 1450px) {
  .testimonials .clients li img {
    width: 143px; } }

@media screen and (max-width: 1200px) {
  .testimonials .clients {
    padding-top: 35px; }
    .testimonials .clients li img {
      width: 90px;
      height: auto; }
    .testimonials .clients li.slick-active:before, .testimonials .clients li.slick-active:after {
      margin-top: -46px; } }

@media screen and (max-width: 992px) {
  .testimonials .slick-next, .testimonials .slick-prev {
    display: none; }
  .testimonials .clients {
    padding: 29px 0 0 0;
    width: 100%; }
    .testimonials .clients li.slick-active:before, .testimonials .clients li.slick-active:after {
      margin-top: -41px; }
    .testimonials .clients li img {
      width: 75px;
      height: auto; }
  .testimonials .content .phrases > div {
    width: 100%; } }

@media screen and (max-width: 544px) {
  .testimonials {
    padding: 40px 0; }
    .testimonials .title {
      font-size: 36px; }
    .testimonials .content .phrases {
      width: 100%; }
      .testimonials .content .phrases .slick-slide {
        display: none; }
    .testimonials .content .phrases > div {
      width: 85%;
      display: none; }
    .testimonials .clients {
      width: 90%;
      border: none;
      flex-wrap: wrap;
      margin-top: 0; }
      .testimonials .clients li {
        padding: 12px 0;
        display: inline-block;
        width: 50%;
        flex-basis: 50%; }
        .testimonials .clients li.slick-active:before, .testimonials .clients li.slick-active:after {
          border: none; }
        .testimonials .clients li img {
          width: 90px;
          object-fit: cover; }
      .testimonials .clients li.slick-active::before {
        border-left: 0; }
    .testimonials .phrases .slick-next, .testimonials .phrases .slick-prev {
      display: none !important; }
    .testimonials .clients {
      padding-top: 0;
      padding-left: 0; } }

.next-page {
  position: relative;
  height: 100vh;
  z-index: 1;
  opacity: 0; }
  .next-page .next-page-mask {
    background: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }

.next-page-wrap {
  text-align: center;
  height: 100vh;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%; }
  .next-page-wrap .next-page__link {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    .next-page-wrap .next-page__link.hover {
      cursor: url("../images/next-page.svg"), pointer; }
  .next-page-wrap .next-page__title {
    font-family: "gilroy-bold", sans-serif;
    font-size: 100px;
    line-height: 1.2;
    color: #3a3a3a; }
  .next-page-wrap .next-page__desc {
    font-family: "gilroy-semi", sans-serif;
    color: #3a3a3a; }
    .next-page-wrap .next-page__desc:hover {
      color: #3a3a3a; }

.next-page__copy {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  display: flex;
  justify-content: center;
  padding: 0px 15px; }
  .next-page__copy span {
    font-family: "gilroy-medium", sans-serif; }
    .next-page__copy span a:hover {
      color: #333; }

@media screen and (max-width: 768px) {
  .next-page-wrap .next-page__title {
    border-bottom: 6px solid #3a3a3a; } }

@media screen and (max-width: 544px) {
  .next-page .next-page__title {
    font-size: 60px; } }

.contacts {
  position: relative;
  background-color: transparent;
  z-index: 99;
  padding: 125px 0; }
  .contacts .fp-tableCell {
    vertical-align: top; }
  .contacts .content {
    margin-bottom: 40px;
    clear: both; }
    .contacts .content .description {
      font-size: 22px;
      font-weight: 500;
      line-height: 1.5; }
  .contacts input[type='checkbox'] {
    display: none; }
  .contacts .social-info-wrap {
    display: flex;
    justify-content: flex-end; }
  .contacts .social-info {
    width: 340px; }
    .contacts .social-info ul {
      width: 310px;
      list-style: none;
      padding: 0; }
      .contacts .social-info ul li {
        float: left;
        margin: 0 29px 7px 0; }
        .contacts .social-info ul li a {
          display: inline-block;
          cursor: pointer;
          transition: transform 0.2s; }
          .contacts .social-info ul li a:hover {
            transform: translateY(-3px); }
            .contacts .social-info ul li a:hover svg path {
              fill: #fd3f60; }
  .contacts .bugs {
    transition: 0.4s;
    display: block;
    clear: both;
    font-family: "gilroy-medium", sans-serif;
    padding-top: 50px;
    text-decoration: underline; }
  .contacts .bugs:hover {
    color: #fd3f60; }
  .contacts .contact-form .wpcf7-form-control-wrap {
    display: block; }
  .contacts .contact-form .title > a {
    color: #989898;
    padding: 2px 0;
    border-bottom: 1px solid #989898;
    transition: border .2s; }
    .contacts .contact-form .title > a:hover {
      border-bottom: 1px solid #fd3f60; }
  .contacts .contact-form .flex-cover {
    display: flex; }
    .contacts .contact-form .flex-cover .app-input-group:first-child {
      margin-right: 30px; }
  .contacts .contact-form .customselect {
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/arrow_new-grey.svg") no-repeat right center;
    padding: 5px 20px 5px 5px;
    color: #989898;
    cursor: pointer;
    border-radius: 5px;
    margin-left: -5px; }
    .contacts .contact-form .customselect::-ms-expand {
      display: none; }
    .contacts .contact-form .customselect option:first-child {
      display: none; }
    .contacts .contact-form .customselect option {
      padding: 5px 0;
      display: block;
      outline: none; }
    .contacts .contact-form .customselect select {
      background: red;
      border: none; }
  .contacts .contact-form input.wpcf7-not-valid {
    border-bottom: 1px solid red; }
    .contacts .contact-form input.wpcf7-not-valid:focus {
      border-bottom: 1px solid #fd3f60; }
    .contacts .contact-form input.wpcf7-not-valid:after {
      content: '';
      position: absolute;
      height: 1px;
      bottom: 0;
      width: 100px;
      left: 0;
      background: #fd3f60;
      transition: width .3s; }
  .contacts .contact-form input:focus, .contacts .contact-form textarea:focus {
    border-bottom: 1px solid #fd3f60; }
  .contacts .contact-form div.wpcf7-validation-errors, .contacts .contact-form div.wpcf7-acceptance-missing {
    border: none;
    color: red;
    margin: 40px 0;
    padding: 0; }
  .contacts .contact-form .send-wrap {
    margin-top: 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .contacts .contact-form .send-wrap p, .contacts .contact-form .send-wrap .top-home .content .bottom a, .top-home .content .bottom .contacts .contact-form .send-wrap a {
      margin: 0; }
    .contacts .contact-form .send-wrap .attach {
      position: relative;
      display: flex;
      align-items: center; }
  .contacts .contact-form .attach-desc {
    font-family: "gilroy-semi", sans-serif; }
  .contacts .contact-form input[type="file"] {
    position: absolute;
    top: 35px;
    right: -14px;
    width: 40px;
    height: 40px;
    background: red;
    opacity: 0;
    cursor: pointer; }
  .contacts .contact-form .tags {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    padding-bottom: 8px;
    width: 100%; }
    .contacts .contact-form .tags::after {
      display: table;
      content: '';
      clear: both; }
    .contacts .contact-form .tags .item {
      float: left; }
      .contacts .contact-form .tags .item:last-child input[type='checkbox'] + span {
        margin-right: 0; }
      .contacts .contact-form .tags .item label {
        margin: 0; }
      .contacts .contact-form .tags .item input[type='checkbox'] + span {
        font-family: "gilroy-medium", sans-serif;
        user-select: none;
        border-radius: 16px;
        position: relative;
        cursor: pointer;
        background: transparent;
        border: solid 1px rgba(187, 187, 187, 0.27);
        font-size: 14px;
        float: left;
        padding: 5px 22px;
        margin: 3px 10px 3px 0;
        transition: transform .2s, background-color .2s;
        color: #000; }
        @media (min-width: 992px) {
          .contacts .contact-form .tags .item input[type='checkbox'] + span:hover {
            border: 1px solid rgba(187, 187, 187, 0.27);
            background-color: rgba(187, 187, 187, 0.27);
            color: #000; } }
        .contacts .contact-form .tags .item input[type='checkbox'] + span:active {
          transform: scale(0.95); }
      .contacts .contact-form .tags .item input[type='checkbox']:checked + span {
        border: 1px solid #fd3f60;
        background-color: #fd3f60;
        color: #fff; }
        .contacts .contact-form .tags .item input[type='checkbox']:checked + span:hover {
          background-color: #fa4160; }
  .contacts .wpcf7-form {
    position: relative; }
  .contacts .success-popup__wrap {
    display: none; }
  .contacts .success-popup {
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 110%;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #e6e6e6;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 36px;
    line-height: 48px; }
    .contacts .success-popup img {
      font-size: 90px;
      margin-bottom: 20px !important; }
    .contacts .success-popup .close-popup {
      display: inline-block;
      font-size: 18px;
      color: #989898;
      padding: 5px 0;
      border-bottom: 1px solid #989898;
      margin-top: 15px;
      line-height: 28px;
      cursor: pointer; }
      .contacts .success-popup .close-popup:hover {
        border-bottom: 1px solid #fd3f60; }
  .contacts .success-response {
    border-radius: 7px;
    box-shadow: 0 21px 40px 0 rgba(0, 0, 0, 0.08);
    position: relative;
    width: 554px;
    height: 532px; }
    .contacts .success-response .success-mail-send {
      display: inline-block;
      width: 123px;
      height: 123px;
      border-radius: 7px;
      background-color: #d8d8d8; }
    .contacts .success-response .response-container {
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center; }
    .contacts .success-response .notice {
      width: 345px;
      font-size: 22px;
      font-weight: 500;
      line-height: 1.5;
      text-align: center;
      color: #3a3a3a;
      margin-bottom: 50px; }
    .contacts .success-response .send-more {
      cursor: pointer;
      font-family: 'gilroy-medium';
      font-size: 20px;
      font-weight: bold;
      line-height: 2.7;
      color: #fd3f60; }
  .contacts .container .form-name {
    font-size: 48px;
    font-family: "gilroy-bold", sans-serif;
    font-weight: 500;
    line-height: 1.06;
    color: #3a3a3a; }
  .contacts .container .title {
    font-size: 18px;
    font-family: "gilroy-medium", sans-serif;
    font-weight: 500;
    margin-bottom: 0px;
    color: #989898;
    line-height: 2; }
  .contacts .container .phone {
    display: block;
    font-size: 23px;
    color: #3a3a3a;
    font-family: "gilroy-medium", sans-serif;
    margin-bottom: 50px; }
  .contacts .container .mail {
    display: block;
    font-size: 23px;
    color: #3a3a3a;
    line-height: 1.93;
    font-family: "gilroy-medium", sans-serif;
    transition: color .5s; }
    .contacts .container .mail:hover {
      color: #fd3f60; }
  .contacts .copyright {
    color: #000;
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin: 140px 0 60px 0; }

span.wpcf7-list-item {
  margin: 0; }

div.wpcf7-mail-sent-ok {
  display: none !important; }

@media screen and (max-width: 992px) {
  .contacts .social-info {
    width: 100%; }
    .contacts .social-info .hire-wrap {
      margin-right: 30px; }
    .contacts .social-info .social-flex-wrap {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }

@media screen and (max-width: 768px) {
  .contacts .social-info {
    margin-top: 50px; } }

@media screen and (max-width: 544px) {
  .contacts {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px; }
    .contacts .social-info {
      flex-direction: column; }
    .contacts .content {
      padding-left: 0;
      margin-bottom: 20px; }
    .contacts .container .form-name {
      font-size: 36px;
      margin-bottom: 0px !important; }
    .contacts .container .contact-form .tags {
      padding: 0;
      display: block;
      border: none; }
    .contacts .container .contact-form .customselect {
      font-size: 14px; }
    .contacts .container .contact-form .submit {
      padding: 5px 53px; }
    .contacts .container .contact-form .flex-cover {
      flex-direction: column; }
      .contacts .container .contact-form .flex-cover .app-input-group:first-child {
        margin: 0; }
      .contacts .container .contact-form .flex-cover .slick-slide {
        height: auto;
        outline: none; }
    .contacts .social-info {
      margin-top: 50px; }
      .contacts .social-info .social-flex-wrap {
        display: flex;
        justify-content: space-between;
        flex-direction: column; }
    .contacts .copyright {
      margin-top: 40px; } }

div.wpcf7 .ajax-loader {
  display: none; }

@media screen and (max-width: 374px) {
  .contacts .container .contact-form .customselect {
    font-size: 11px; } }

.parallaxParent {
  position: relative; }

.services h2.title {
  font: 72px/82px "gilroy-bold", sans-serif;
  margin-bottom: 32px;
  font-weight: 500; }

.services .text {
  display: block;
  font: 20px/31px "gilroy-medium", sans-serif;
  color: #3a3a3a;
  margin-top: 22px; }

.services .border {
  width: 76px;
  height: 1px;
  border: 1px solid #fd3f60; }

.services .content {
  *zoom: 1; }
  .services .content:before, .services .content:after {
    display: table;
    content: "";
    line-height: 0; }
  .services .content:after {
    clear: both; }

.services .information {
  width: 480px; }

.services .watch-cases {
  margin: 70px 0 0 75px;
  position: relative;
  color: #fd3f60;
  font-family: "gilroy-bold", sans-serif;
  font-size: 17px;
  letter-spacing: 0.1px;
  cursor: pointer; }
  .services .watch-cases:before {
    position: absolute;
    display: block;
    height: 59px;
    width: 59px;
    content: "+";
    color: #fd3f60;
    font-size: 43px;
    font-family: "gilroy-regular", sans-serif;
    background-color: rgba(255, 255, 255, 0.95);
    left: -76px;
    top: -20px;
    padding: 3px 0 0 18px;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.08);
    border-radius: 50%; }
  .services .watch-cases .text {
    font-size: 20px; }

.services .propose {
  margin: 33px 20px;
  font-family: "museo-light", sans-serif;
  font-size: 16px;
  line-height: 2.06;
  letter-spacing: 0.1px; }
  .services .propose li {
    position: relative; }
    .services .propose li:before {
      position: absolute;
      display: block;
      content: "—";
      left: -20px; }

.services .description {
  display: block;
  font-family: "museo-light", sans-serif;
  font-size: 14px;
  width: 346px;
  line-height: 1.5;
  color: #7e7e7e; }

.services .choices {
  width: 100%;
  *zoom: 1; }
  .services .choices:before, .services .choices:after {
    display: table;
    content: "";
    line-height: 0; }
  .services .choices:after {
    clear: both; }
  .services .choices span {
    transition: 0.4s;
    display: block;
    font-family: "gilroy-bold", sans-serif;
    font-size: 22px;
    background-size: inherit;
    background-repeat: no-repeat;
    color: #3a3a3a;
    margin: 30px 0 6px; }
    .services .choices span:first-child a {
      margin-left: 50px; }
  .services .choices i {
    transition: 0.4s;
    cursor: pointer;
    display: block;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat; }
    @media (-Webkit-min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3) {
      .services .choices i {
        background-size: contain; } }
    .services .choices i.brand {
      background-image: url("../images/services/branding.svg"); }
    .services .choices i.web {
      background-image: url("../images/services/web.svg"); }
    .services .choices i.mobile-apps {
      background-image: url("../images/services/mobile.svg"); }
    .services .choices i.motion {
      background-image: url("../images/services/motion.svg"); }
  .services .choices .hover-block:hover i {
    transform: translate3d(0px, 5px, 0px); }
  .services .choices .hover-block:hover span {
    color: #fc4061; }
	
  .services .choices i:hover {
    transform: translate3d(0px, 5px, 0px); }
  .services .choices i:hover + span {
    color: #fc4061; }

.services .btn.link {
  border: 0;
  padding: 0 20px;
  font-family: "gilroy-medium", sans-serif;
  font-size: 18px;
  text-align: left;
  width: 190px;
  height: 45px;
  margin: 0 13px;
  border-radius: 82px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.08); }

.services .cover {
  width: 651px;
  height: 705px;
  background-repeat: no-repeat;
  background-size: inherit; }

.services .attachment {
  width: 326px;
  font-family: "museo-light", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #3a3a3a; }
  .services .attachment .file {
    width: 100%;
    font-size: 19px;
    font-family: "gilroy-bold", sans-serif;
    color: #fd3f60;
    margin-top: 30px;
    height: 73px;
    padding-left: 72px;
    padding-top: 36px;
    line-height: 0.6;
    background-image: url("../images/services/attach.png");
    background-size: inherit;
    background-repeat: no-repeat; }
    .services .attachment .file .size {
      display: block;
      width: 37px;
      height: 33px;
      font-family: "museo-light", sans-serif;
      font-size: 13px;
      line-height: 2.54;
      color: #8a8a8a; }

.services .list-services {
  *zoom: 1;
  position: relative;
  margin: 0 auto; }
  .services .list-services:before, .services .list-services:after {
    display: table;
    content: "";
    line-height: 0; }
  .services .list-services:after {
    clear: both; }
  .services .list-services:before {
    content: "";
    position: absolute;
    top: 16px;
    width: 100%;
    border-top: 1px dashed #d2d2d2; }
  .services .list-services li.item {
    float: left;
    width: 25%;
    font-family: "museo-medium", sans-serif;
    font-size: 24px;
    letter-spacing: 0.1px;
    margin-bottom: 25px; }
    .services .list-services li.item span {
      position: relative;
      background: #fafafa;
      padding: 0 9px;
      margin-left: -9px; }
  .services .list-services li:last-child span {
    padding: 0 4px 0 9px;
    margin-left: -9px; }

.services .list-sub-services li {
  float: inherit; }
  .services .list-sub-services li a {
    font-family: "museo-light", sans-serif;
    font-size: 16px;
    color: #3a3a3a;
    line-height: 2.06; }

.services .cases-section .case {
  position: relative;
  height: 540px; }
  .services .cases-section .case .content {
    top: 50%;
    position: absolute;
    left: 7vw;
    margin-top: -45px;
    text-align: center; }
    .services .cases-section .case .content .title {
      font-size: 36px;
      line-height: 2.11;
      color: #fff;
      margin: 0; }
    .services .cases-section .case .content .description {
      font-family: "museo-light", sans-serif;
      font-size: 15px;
      line-height: 2.33;
      color: #fff;
      opacity: 0.61; }
    .services .cases-section .case .content a {
      display: block;
      width: 66px;
      height: 15px;
      margin: 25px auto;
      background-image: url("../images/arrow.png");
      background-repeat: no-repeat;
      background-size: contain; }
  .services .cases-section .case.upper {
    background-image: url("../images/upper-app.gif");
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: 100% 8px; }
    .services .cases-section .case.upper:before {
      background: #000; }
  .services .cases-section .case.challenges {
    background-image: url("../images/applications/challenges.png");
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: 100% 25px; }
    @media (-Webkit-min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3) {
      .services .cases-section .case.challenges {
        background-image: url("../images/applications/challenges%402x.png"); } }
    .services .cases-section .case.challenges:before {
      background: #fe5f35; }
  .services .cases-section .case:before {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 200%;
    left: -50%;
    top: 0;
    z-index: -1; }

.services .achivements {
  margin: 0 50px 10px;
  *zoom: 1; }
  .services .achivements:before, .services .achivements:after {
    display: table;
    content: "";
    line-height: 0; }
  .services .achivements:after {
    clear: both; }
  .services .achivements li {
    float: left;
    width: 25%;
    font-family: "gilroy-bold", sans-serif;
    font-size: 70px;
    line-height: 0.74; }
    .services .achivements li.blue {
      color: #fd3f60; }
    .services .achivements li .notice {
      display: block;
      font-family: "gilroy-medium", sans-serif;
      font-size: 18px;
      line-height: 3;
      color: #3a3a3a; }

.services .members {
  width: 651px;
  *zoom: 1; }
  .services .members:before, .services .members:after {
    display: table;
    content: "";
    line-height: 0; }
  .services .members:after {
    clear: both; }
  .services .members li {
    width: 20%;
    float: left; }
    .services .members li span {
      display: inline-block;
      font-family: "museo-light", sans-serif;
      font-size: 18px;
      line-height: 3;
      color: #3a3a3a; }
      .services .members li span.active {
        border-top: 3px solid #fd3f60;
        color: #fd3f60; }
        .services .members li span.active .count {
          color: #fd3f60;
          opacity: 1; }
      .services .members li span .count {
        font-family: "gilroy-medium", sans-serif;
        font-size: 16px;
        line-height: 2.19;
        opacity: .42;
        margin-left: 10px; }

@media screen and (max-width: 544px) {
  .services .information {
    width: 100%; } }

.app-input-group {
  position: relative; }
  .app-input-group label {
    position: absolute;
    left: 0;
    top: 42px;
    font-size: 18px;
    color: #989898;
    font-family: "gilroy-semi", sans-serif;
    z-index: -1;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transform: scale(1); }

.input, .textarea {
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 35px;
  font-size: 18px;
  line-height: 20px;
  outline: none;
  color: #000;
  border-radius: 0;
  padding-left: 0;
  height: 78px; }

.no-empty ~ .input-border {
  width: 100%; }

.no-empty ~ label {
  transform: translate(0, -25px);
  font-size: 14px; }

.no-empty.detail ~ label {
  transform: translate(0, -25px);
  font-size: 14px; }

.textarea {
  position: relative;
  height: 40px;
  padding: 42px 36px 5px 0;
  line-height: 20px;
  font-size: 18px;
  resize: none;
  background: url("../images/clip.svg") no-repeat right 45px; }
  .textarea:hover {
    background: url("../images/clip_h.svg") no-repeat right 45px; }
  .textarea.attached {
    background: url("../images/check.svg") no-repeat right 45px; }

.textarea-wrap .no-empty ~ label {
  transform: translate(0, -25px);
  font-size: 14px; }

.textarea-wrap .wpcf7-form-control-wrap {
  position: static; }

.textarea-wrap.file {
  background-image: url("../images/clip-file.png");
  background-size: 28px 27px;
  background-repeat: no-repeat;
  background-position: right 80%; }
  @media (-Webkit-min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3) {
    .textarea-wrap.file {
      background-image: url("../images/clip-file%402x.png"); } }

.submit {
  border: 0;
  font-family: "gilroy-medium", sans-serif;
  font-size: 18px;
  line-height: 2;
  padding: 5px 81px;
  outline: none;
  cursor: pointer;
  border: 1px solid #fd3f60;
  color: #fd3f60;
  background-color: #fff;
  transition: background-color .3s;
  border-radius: 5px; }
  .submit:hover {
    color: #fff;
    background-color: #fd3f60; }
  .submit.loading {
    color: transparent;
    background-image: url("../images/button_loader.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%; }

.not-found {
  height: 97vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .not-found h1 {
    font-size: 50px; }

.main ~ .footer {
  display: none; }

.main .contacts {
  background-color: #fff; }

.main .copyright {
  display: block; }

.services {
  position: relative;
  padding: 0 45px; }
  .services .content {
    padding: 140px 0 90px; }
    @media (max-width: 767.98px) {
      .services .content {
        padding: 75px 0px 50px; } }
  .services .information {
    width: 651px;
    margin-left: 80px; }
    .services .information p span, .services .information .top-home .content .bottom a span, .top-home .content .bottom .services .information a span {
      display: inline-block; }
  .services .contacts {
    margin-top: 130px;
    height: 100%; }
    .services .contacts .container {
      margin-bottom: 120px; }
  .services .container {
    margin: 0 auto; }
  .services .main-section {
    padding: 0 30px;
    margin-bottom: 211px; }
    .services .main-section .information {
      width: 651px; }
    .services .main-section .btn {
      margin-top: 30px; }
  .services .branding-section .cover {
    margin-top: -30px;
    background-image: url("../images/services/branding.svg"); }
  .services .web-section .cover {
    background-image: url("../images/services/web.svg"); }
  .services .mobile-section .cover {
    background-image: url("../images/services/mobile.svg"); }
  .services .motion-section .cover {
    background-image: url("../images/services/motion.svg"); }
  .services .border {
    margin-top: 28px; }
  .services .notice {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    color: #7e7e7e;
    width: 237px;
    margin-top: 10px; }
  .services .sub-service {
    display: inline-block;
    text-align: left;
    padding: 0; }
    .services .sub-service li {
      display: block;
      width: 100%;
      float: left;
      font-size: 16px;
      font-weight: 500;
      line-height: 2.06;
      letter-spacing: 0.1px;
      text-align: left;
      color: #3a3a3a;
      font-family: "gilroy-medium", sans-serif; }
  .services .how-work-section {
    position: relative;
    padding: 100px 0;
    background-color: #fafafa; }
    .services .how-work-section:before {
      position: absolute;
      display: block;
      content: "";
      top: 0;
      background-color: #fafafa;
      width: 200%;
      height: 100%;
      margin-left: -50%;
      z-index: -1; }
    .services .how-work-section .information {
      width: 650px;
      margin-right: 130px; }

@media screen and (max-width: 768px) {
  .services .information {
    margin: 0; }
  .services .information {
    width: 100%; }
  .services .notice {
    margin-bottom: 50px; } }

@media screen and (max-width: 544px) {
  .services {
    padding: 0; }
    .services .text {
      font-size: 19px;
      margin-left: 0;
      line-height: 1.5; }
    .services .sub-service, .services .notice {
      display: none; }
    .services .choices {
      text-align: center; }
      .services .choices .border {
        display: none; }
      .services .choices div {
        margin-bottom: 20px; }
      .services .choices i {
        margin: 10px auto; } }
      @media screen and (max-width: 544px) and (max-width: 767.98px) {
        .services .choices i {
          background-position: center; } }

@media screen and (max-width: 544px) {
    .services h1.title {
      font-size: 36px;
      margin-bottom: 20px; }
    .services h2.title {
      font-size: 52px;
      margin-bottom: 10px; }
    .services .border {
      margin: 0; } }

@media (max-width: 991.98px) {
  .page-template-services .bg-container {
    height: 400px; } }

.page-template-services .bg-container .content span {
  max-width: 100% !important;
  margin-bottom: 0px; }

@media (max-width: 991.98px) {
  .page-template-services .bg-container .content {
    left: 0% !important; } }

.page-template-services .bg-container {
  height: 620px;
  display: block;
  overflow: hidden;
  transform: matrix(1, 0, 0, 1, 0, 0);
  text-decoration: none;
  width: 100%;
  background: #000;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.page-template-services .app-item:nth-child(1) {
  margin-top: 40px; }

.page-template-services .app-item {
  padding: 7px;
  transform: translateY(0px);
  margin-top: 40px; }
  .page-template-services .app-item .svg-wrap {
    position: absolute;
    right: -5px;
    top: 10px; }
  .page-template-services .app-item.main-slide .content {
    position: relative;
    top: 50%;
    left: 10%;
    max-width: 400px;
    text-align: center;
    transform: translateY(-100%); }
  .page-template-services .app-item.col-12 {
    padding-top: 0px; }
  .page-template-services .app-item .animate-mask {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: #1b1b1c;
    z-index: 10; }
  .page-template-services .app-item .animate-mask-2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 11; }
  .page-template-services .app-item .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0px solid #fff;
    transition: border 0.5s;
    z-index: 1; }
    .page-template-services .app-item .mask:hover {
      border: 15px solid #fff; }
      .page-template-services .app-item .mask:hover svg {
        animation-name: applications-arrow;
        animation-duration: 1s;
        animation-fill-mode: backwards; }
    .page-template-services .app-item .mask svg {
      animation-name: applications-arrow-back;
      animation-duration: 1s;
      animation-fill-mode: forwards; }
  .page-template-services .app-item .content {
    opacity: 0;
    margin: 44px 48px;
    position: relative; }
    .page-template-services .app-item .content.white h2, .page-template-services .app-item .content.white span {
      color: #fff; }
    .page-template-services .app-item .content.white svg .icon-arrow {
      fill: #fff; }
    .page-template-services .app-item .content.black h2, .page-template-services .app-item .content.black span {
      color: #000; }
    .page-template-services .app-item .content.black svg .icon-arrow {
      fill: #000; }
    .page-template-services .app-item .content h2 {
      font-family: "gilroy-bold", sans-serif;
      line-height: 1;
      margin-top: 35px;
      font-size: 25px;
      font-weight: 500; }
  .page-template-services .app-item span {
    opacity: 0.61;
    font-family: "gilroy-medium", sans-serif;
    font-size: 16px;
    line-height: 2.33;
    color: #ecf4fe; }

@media screen and (min-width: 1410px) {
  .page-template-services .applications .container {
    max-width: 1410px; }
  .page-template-services .applications .bg-container {
    height: 620px; }
  .page-template-services .applications .app-item .content h2 {
    font-size: 32px; } }

@media screen and (max-width: 992px) {
  .page-template-services .applications .bg-container {
    height: 500px; }
  .page-template-services .applications .container {
    max-width: 100%; } }

.services-top {
  padding-top: 200px; }
  @media (max-width: 767.98px) {
    .services-top {
      padding-top: 100px; } }
  .services-top h2 {
    font: 72px/82px "gilroy-bold", sans-serif;
    margin-bottom: 32px;
    font-weight: 500; }
    @media (max-width: 767.98px) {
      .services-top h2 {
        font-size: 52px; } }
  .services-top .border {
    margin: 55px 0px 25px 0px; }
    @media (max-width: 767.98px) {
      .services-top .border {
        margin: 45px 0px 25px 0px; } }
  .services-top .top {
    font-family: "gilroy-medium", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #3a3a3a;
    max-width: 651px;
    margin-bottom: 30px; }
    @media (max-width: 767.98px) {
      .services-top .top {
        font-size: 19px; } }
  @media (max-width: 767.98px) {
    .services-top .default-ar {
      display: none; } }
  .services-top .bottom {
    font-family: "gilroy-regular", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: #3a3a3a;
    max-width: 623px;
    margin-bottom: 30px; }
  .services-top .list {
    margin-top: 110px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap; }
    @media (max-width: 991.98px) {
      .services-top .list {
        flex-wrap: nowrap; } }
    @media (max-width: 767.98px) {
      .services-top .list {
        flex-wrap: wrap;
        margin-top: 50px; } }
    .services-top .list .item {
      position: relative;
      top: 0px;
      min-width: 162px;
      margin: 0px 45px; }
      @media (max-width: 991.98px) {
        .services-top .list .item {
          min-width: 80px;
          margin: 0px 45px; } }
      @media (max-width: 767.98px) {
        .services-top .list .item {
          min-width: 80px;
          flex-basis: 50%;
          margin: 0px;
          text-align: center; } }
    @media (max-width: 767.98px) {
      .services-top .list .item:nth-child(1), .services-top .list .item:nth-child(2) {
        margin-bottom: 40px; } }
   /*  .services-top .list .item:nth-child(2) p, .services-top .list .item:nth-child(2) .top-home .content .bottom a, .top-home .content .bottom .services-top .list .item:nth-child(2) a {
      position: relative;
      top: -8px; } */
    .services-top .list .item:nth-child(3) p, .services-top .list .item:nth-child(3) .top-home .content .bottom a, .top-home .content .bottom .services-top .list .item:nth-child(3) a {
      position: relative;
      top: 0px; }
    .services-top .list .item:nth-child(4) p, .services-top .list .item:nth-child(4) .top-home .content .bottom a, .top-home .content .bottom .services-top .list .item:nth-child(4) a {
      position: relative;
      top: 0px; }
    .services-top .list i {
      position: relative;
      display: block;
      height: 60px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      margin-bottom: 17px;
      cursor: pointer;
      top: 0px; }
    .services-top .list svg {
      height: 100%;
      margin-bottom: 17px;
      cursor: pointer; }
      .services-top .list svg path {
        transition: 0.4s; }
    .services-top .list p, .services-top .list .top-home .content .bottom a, .top-home .content .bottom .services-top .list a {
      font-family: "gilroy-bold", sans-serif;
      font-size: 22px;
      letter-spacing: 0.1px;
      color: #fd3f60;
      line-height: 1.1; }
    .services-top .list .item:hover svg g, .services-top .list .item:hover p, .services-top .list .item:hover .top-home .content .bottom a, .top-home .content .bottom .services-top .list .item:hover a, .services-top .list .item:hover path {
      fill: #f74162;
      color: #f74162; }
    .services-top .list .item:hover {
      transform: translate3d(0px, 5px, 0px); }
    /* .services-top .list .mobile-apps {
      height: 68px;
      position: relative;
      top: -6px; } */
    /* .services-top .list .motion {
      height: 60px; } */
      .services-top .list .motion svg {
        width: auto; }

.services-list {
  padding-top: 190px; }
  @media (max-width: 991.98px) {
    .services-list .order-mobile {
      order: 2; } }
  @media (max-width: 991.98px) {
    .services-list .order-case {
      order: 3; } }
  @media (max-width: 991.98px) {
    .services-list .item .image-block {
      text-align: center !important; } }
  .services-list .item-1 img {
    width: 80%; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .services-list .item-1 img {
        width: 90%; } }
  .services-list .item-2 .image-block {
    text-align: right; }
  .services-list .item-2 img {
    width: 75%; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .services-list .item-2 img {
        width: 100%; } }
  .services-list .item-3 img {
    width: 80%; }
  .services-list .case-block {
    height: 0px;
    overflow: hidden;
    min-height: 0px;
    margin-bottom: 200px; }
    @media (max-width: 767.98px) {
      .services-list .case-block {
        margin-bottom: 100px; } }
    .services-list .case-block a {
      width: 100%; }
    .services-list .case-block .services-case {
      margin-bottom: 30px; }
      .services-list .case-block .services-case img {
        width: 100%;
        height: 500px;
        object-fit: cover; }
        @media (max-width: 767.98px) {
          .services-list .case-block .services-case img {
            height: 250px; } }
    .services-list .case-block a:nth-child(1) img {
      margin-top: 75px; }
  .services-list .case-block-4 {
    margin-bottom: 60px; }
  .services-list h3 {
    font-family: "gilroy-bold", sans-serif;
    font-size: 52px;
    font-weight: bold;
    line-height: 1.19;
    color: #3a3a3a;
    margin-bottom: 30px;
    font-weight: 500; }
  .services-list .text {
    font-family: "gilroy-medium", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #3a3a3a;
    margin-bottom: 20px; }
  .services-list ul {
    margin: 0px 0px 40px 0px;
    padding: 0px;
    position: relative;
    left: -17px; }
    @media (max-width: 767.98px) {
      .services-list ul {
        left: 0px; } }
    .services-list ul li {
      font-family: "gilroy-regular", sans-serif;
      font-size: 16px;
      font-weight: 300;
      color: #3a3a3a;
      line-height: 2.06;
      letter-spacing: 0.1px; }
  .services-list span {
    font-family: "gilroy-regular", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #7e7e7e;
    max-width: 346px;
    display: block;
    margin-bottom: 50px; }
  .services-list .image-service {
    width: 100%; }
    @media (max-width: 991.98px) {
      .services-list .image-service {
        margin-bottom: 100px; } }
    @media (max-width: 767.98px) {
      .services-list .image-service {
        margin-bottom: 50px; } }
  .services-list .button-text {
    display: inline-block;
    font-family: "gilroy-bold", sans-serif;
    font-size: 17px;
    letter-spacing: 0.1px;
    color: #fd3f60;
    margin: 0px 0px 0px 0px; }

@media (min-width: 992px) {
  .page-template-services .contacts {
    padding-bottom: 150px; } }

.services-how {
  background-color: #fafafa !important;
  padding: 100px 0px; }
  @media (max-width: 767.98px) {
    .services-how {
      padding: 50px 0px; } }
  .services-how h3 {
    font-family: "gilroy-bold", sans-serif;
    font-size: 72px;
    font-weight: 500;
    line-height: 1.14;
    color: #3a3a3a;
    margin-bottom: 40px; }
    @media (max-width: 767.98px) {
      .services-how h3 {
        font-size: 50px; } }
  .services-how .border {
    margin-bottom: 25px; }
  .services-how .left p, .services-how .left .top-home .content .bottom a, .top-home .content .bottom .services-how .left a {
    font-family: "gilroy-medium", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    color: #3a3a3a; }
    @media (max-width: 767.98px) {
      .services-how .left p, .services-how .left .top-home .content .bottom a, .top-home .content .bottom .services-how .left a {
        font-size: 18px; } }
  .services-how .right {
    text-align: right; }
    @media (max-width: 767.98px) {
      .services-how .right {
        text-align: left; } }
    .services-how .right p, .services-how .right .top-home .content .bottom a, .top-home .content .bottom .services-how .right a {
      font-family: "gilroy-regular", sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.5;
      color: #3a3a3a;
      max-width: 326px;
      text-align: left;
      display: inline-block; }
  .services-how .list {
    margin-top: 120px;
    display: flex;
    position: relative; }
    @media (max-width: 767.98px) {
      .services-how .list {
        flex-wrap: wrap; } }
    .services-how .list .dots {
      position: absolute;
      top: 17px;
      z-index: 1;
      left: 5px;
      border-top: dotted 1px #d1d1d1;
      width: calc(100% - 10px); }
      @media (max-width: 767.98px) {
        .services-how .list .dots {
          display: none; } }
    @media (max-width: 767.98px) {
      .services-how .list .item {
        flex-basis: 49.9%;
        margin-right: 0px !important;
        padding-left: 15px;
        margin-bottom: 30px; } }
    .services-how .list .item h4 {
      font-family: "gilroy-bold", sans-serif;
      font-size: 24px;
      font-weight: 500;
      line-height: 1.38;
      letter-spacing: 0.1px;
      color: #3a3a3a;
      position: relative;
      z-index: 2;
      background-color: #fafafa;
      display: inline-block;
      padding: 0px 5px;
      left: -5px; }
      @media (max-width: 767.98px) {
        .services-how .list .item h4 {
          padding: 0px 0px;
          left: 0px;
          font-size: 22px; } }
    .services-how .list .item ul {
      margin: 0px;
      padding: 0px; }
      .services-how .list .item ul li {
        font-family: "gilroy-regular", sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 2.06;
        color: #3a3a3a; }
        @media (max-width: 767.98px) {
          .services-how .list .item ul li {
            font-size: 14px; } }
    .services-how .list .item:nth-child(2) {
      margin-right: 98px; }
    .services-how .list .item:nth-child(3) {
      margin-right: 100px; }
    .services-how .list .item:nth-child(4) {
      margin-right: 63px; }

.display-flex-tubik {
  display: flex; }

.watch-button {
  position: relative;
  width: 59px;
  height: 59px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 23px 0 rgba(0, 0, 0, 0.09);
  line-height: 59px;
  text-align: center;
  display: inline-block;
  font-family: "gilroy-bold", sans-serif;
  font-size: 43px;
  letter-spacing: 0.2px;
  color: #fd3f60;
  cursor: pointer;
  border-radius: 50%; }

.watch-button:before {
  content: '';
  transition: 0.4s;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../images/plus_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px 21px; }

.watch-button-active:before {
  -webkit-transform: rotate(30deg);
  transform: rotate(-45deg); }

.watch-button:hover {
  box-shadow: 0 24px 29px 0 rgba(0, 0, 0, 0.09); }

.watch-button-shadow {
  box-shadow: 0 24px 29px 0 rgba(0, 0, 0, 0.09); }

.container-1400 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 992px) {
    .container-1400 {
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container-1400 {
      max-width: 1170px; } }
  @media (min-width: 1400px) {
    .container-1400 {
      max-width: 1370px; } }

.company {
  position: relative;
  height: 100%;
  padding: 0 45px; }
  .company .contacts {
    margin-top: 130px;
    height: 100%; }
    .company .contacts .container {
      margin-bottom: 120px; }
  .company .information {
    width: 651px; }
  .company .contactus {
    width: 40%; }
  .company .mail {
    display: block;
    font-family: "gilroy-bold", sans-serif;
    font-size: 22px;
    line-height: 1.84;
    color: #fd3f60; }
  .company .phone {
    display: block;
    font-family: "gilroy-bold", sans-serif;
    font-size: 22px;
    line-height: 1.84;
    color: #3a3a3a; }
  .company .team-section {
    position: relative; }
  .company .photo-section {
    position: relative;
    height: 612px; }
  .company .photo-team {
    background-image: url("../images/company/all_team.html");
    background-repeat: no-repeat;
    background-size: inherit;
    position: absolute;
    bottom: 0;
    height: 612px;
    width: 150%;
    transform: translate(-8.5%); }
  .company .join-us-section {
    position: relative;
    padding: 130px 0 84px;
    background-color: #fafafa; }
    .company .join-us-section:before {
      position: absolute;
      display: block;
      content: "";
      top: 0;
      background-color: #fafafa;
      width: 200%;
      height: 100%;
      margin-left: -50%;
      z-index: -1; }
    .company .join-us-section .content {
      margin: 5px 0; }
    .company .join-us-section .about {
      margin: 80px auto;
      *zoom: 1; }
      .company .join-us-section .about:before, .company .join-us-section .about:after {
        display: table;
        content: "";
        line-height: 0; }
      .company .join-us-section .about:after {
        clear: both; }
      .company .join-us-section .about .position {
        float: left;
        text-align: left;
        width: 40%;
        padding-left: 80px; }
        .company .join-us-section .about .position a {
          font-family: "gilroy-bold", sans-serif;
          font-size: 26px;
          color: #fd3f60; }
      .company .join-us-section .about .description {
        float: right;
        width: 60%;
        text-align: left;
        font-size: 18px;
        font-family: "museo-light", sans-serif; }

.page-template-company header {
  top: 0px; }

.page-template-company .contacts {
  margin-bottom: 150px; }

.company-top {
  padding-top: 200px; }
  @media (max-width: 767.98px) {
    .company-top {
      padding-top: 100px; } }
  @media (max-width: 767.98px) {
    .company-top .ar-joinus, .company-top .ar-team {
      display: none; } }
  .company-top .tubik-definition {
    font-family: "gilroy-medium", sans-serif;
    font-size: 16px;
    margin-top: -38px; }
    @media (max-width: 991.98px) {
      .company-top .tubik-definition {
        margin-top: 0px; } }
  .company-top .tubik-definition__logo {
    display: block;
    margin-bottom: 20px;
    width: 22px;
    height: 22px;
    background: url("../images/logo_tubik_22.svg") no-repeat; }
  .company-top h2 {
    font: 72px/82px "gilroy-bold", sans-serif;
    margin-bottom: 32px;
    font-weight: 500; }
    @media (max-width: 991.98px) {
      .company-top h2 {
        font-size: 52px; } }
  .company-top .default-ar {
    margin-top: 24px; }
  .company-top .default-ar:nth-child(1) {
    margin-right: 20px; }
  .company-top .border {
    margin: 55px 0px 25px 0px; }
    @media (max-width: 991.98px) {
      .company-top .border {
        margin-top: 45px; } }
  .company-top .top {
    font-family: "gilroy-medium", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #3a3a3a;
    max-width: 651px;
    margin-bottom: 30px; }
    @media (max-width: 991.98px) {
      .company-top .top {
        font-size: 19px; } }
  .company-top .bottom {
    font-family: "gilroy-regular", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: #3a3a3a;
    max-width: 623px;
    margin-bottom: 30px; }
    @media (max-width: 991.98px) {
      .company-top .bottom {
        font-size: 17px; } }
  .company-top .list {
    margin-top: 40px;
    display: flex;
    justify-content: center; }
    @media (max-width: 991.98px) {
      .company-top .list {
        margin-top: 35px;
        flex-wrap: nowrap; } }
    @media (max-width: 767.98px) {
      .company-top .list {
        margin-top: 25px;
        flex-wrap: nowrap; } }
    .company-top .list .item {
      margin: 40px 60px 40px 60px;
      min-width: 162px; }
      @media (max-width: 991.98px) {
        .company-top .list .item {
          min-width: 100px;
          flex-basis: 50%;
          margin: 0px 0px 40px 0px;
          text-align: center; } }
      @media (max-width: 767.98px) {
        .company-top .list .item {
          text-align: left !important;
          padding-left: 15px; } }
    .company-top .list .counter {
      font-family: "gilroy-semi", sans-serif;
      font-weight: 600;
      color: #3a3a3a;
      line-height: 0.74;
      font-size: 70.2px;
      display: inline-block; }
      @media (max-width: 767.98px) {
        .company-top .list .counter {
          font-size: 35px; } }
    .company-top .list .nan {
      font-family: "gilroy-semi", sans-serif;
      font-weight: 600;
      color: #3a3a3a;
      line-height: 0.74;
      font-size: 70.2px;
      display: inline-block; }
      @media (max-width: 767.98px) {
        .company-top .list .nan {
          font-size: 35px; } }
    .company-top .list span {
      display: block;
      font-family: "gilroy-medium", sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 1.89;
      color: #3a3a3a; }
      @media (max-width: 767.98px) {
        .company-top .list span {
          line-height: 1;
          font-size: 14px; } }

.company-slider-block {
  padding: 80px 0px 110px 0px; }
  @media (max-width: 991.98px) {
    .company-slider-block {
      padding: 30px 0px 150px 0px; } }
  @media (max-width: 767.98px) {
    .company-slider-block {
      padding: 45px 0px 70px 0px; } }
  .company-slider-block .container-fluid {
    padding: 0px; }
  .company-slider-block .company-slider {
    position: relative;
    left: -37.5px;
    width: calc(100% + 37.5px); }
    @media (max-width: 767.98px) {
      .company-slider-block .company-slider {
        left: -20px; } }
    .company-slider-block .company-slider .item {
      height: 497px;
      padding: 0px 37.5px;
      outline: none; }
      @media (max-width: 991.98px) {
        .company-slider-block .company-slider .item {
          height: 450px; } }
      @media (max-width: 767.98px) {
        .company-slider-block .company-slider .item {
          height: 60vw;
          padding: 0px 15px; } }
      .company-slider-block .company-slider .item img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        cursor: pointer; }

@media (max-width: 767.98px) {
  .company-team-block {
    padding-bottom: 50px; } }

.company-team-block .top {
  margin-bottom: 40px; }
  .company-team-block .top h2 {
    font: 52px "gilroy-bold", sans-serif;
    margin-bottom: 32px;
    font-weight: 500; }
    @media (max-width: 767.98px) {
      .company-team-block .top h2 {
        font-size: 36px; } }
  .company-team-block .top p, .company-team-block .top .top-home .content .bottom a, .top-home .content .bottom .company-team-block .top a {
    font-family: "gilroy-medium", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: #3a3a3a;
    max-width: 651px;
    margin-bottom: 37px; }
    @media (max-width: 767.98px) {
      .company-team-block .top p, .company-team-block .top .top-home .content .bottom a, .top-home .content .bottom .company-team-block .top a {
        font-size: 19px; } }

.company-team-block .team-foto {
  position: relative;
  width: 100%;
  margin: 0 auto; }
  .company-team-block .team-foto .slick-item {
    outline: none; }
  @media (max-width: 767.98px) {
    .company-team-block .team-foto {
      height: auto; } }
  .company-team-block .team-foto img {
    height: 700px;
    outline: none;
    cursor: move; }
    @media (max-width: 767.98px) {
      .company-team-block .team-foto img {
        height: 300px; } }

.company-awards-block {
  padding-bottom: 50px; }
  .company-awards-block h2 {
    font: 52px "gilroy-bold", sans-serif;
    margin-bottom: 32px;
    font-weight: 500; }
    @media (max-width: 767.98px) {
      .company-awards-block h2 {
        font-size: 36px; } }
  .company-awards-block p, .company-awards-block .top-home .content .bottom a, .top-home .content .bottom .company-awards-block a {
    font-family: "gilroy-medium", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: #3a3a3a;
    max-width: 651px;
    margin-bottom: 37px; }
    @media (max-width: 767.98px) {
      .company-awards-block p, .company-awards-block .top-home .content .bottom a, .top-home .content .bottom .company-awards-block a {
        font-size: 19px; } }
  .company-awards-block .awards-logos {
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px; }
    @media (max-width: 575.98px) {
      .company-awards-block .awards-logos {
        flex-direction: column; } }
    .company-awards-block .awards-logos .awards-logos__item {
      display: flex;
      padding: 20px 0px;
      font-size: 22px;
      font-family: "gilroy-bold", sans-serif; }
      .company-awards-block .awards-logos .awards-logos__item img {
        padding-right: 10px;
        max-width: 107px;
        object-fit: contain; }
  .company-awards-block .awards-table-wrap {
    margin-top: 90px;
    height: 201px;
    overflow: hidden; }
    .company-awards-block .awards-table-wrap.show {
      height: auto; }
      .company-awards-block .awards-table-wrap.show ~ .more-awards {
        display: none; }
      .company-awards-block .awards-table-wrap.show ~ .less-awards {
        display: block; }
  .company-awards-block .awards-table {
    width: 100%;
    max-width: 700px;
    border-top: 1px solid #d8d8d8; }
    .company-awards-block .awards-table tr {
      border-bottom: 1px solid #d8d8d8; }
      .company-awards-block .awards-table tr td {
        padding: 15px 0;
        font-size: 15px;
        font-family: "gilroy-medium", sans-serif; }
        .company-awards-block .awards-table tr td:nth-child(1) {
          font-family: "gilroy-bold", sans-serif;
          width: 33%; }
        .company-awards-block .awards-table tr td:nth-child(2) {
          font-family: "gilroy-bold", sans-serif;
          width: 44%; }
  .company-awards-block .awards-btn {
    display: block;
    font-family: "gilroy-bold", sans-serif;
    color: #fd3f60;
    padding: 20px 0;
    cursor: pointer; }
    .company-awards-block .awards-btn.less-awards {
      display: none; }

@media (max-width: 767.98px) {
  .page-template-company .contacts {
    padding-top: 50px; } }

.company-join-block {
  padding: 130px 0px 130px 0px; }
  @media (max-width: 767.98px) {
    .company-join-block {
      padding: 50px 0px 50px 0px;
      background-color: #fafafa !important; } }
  .company-join-block .top h3 {
    font: 52px "gilroy-bold", sans-serif;
    margin-bottom: 32px;
    font-weight: 500; }
    @media (max-width: 767.98px) {
      .company-join-block .top h3 {
        font-size: 36px; } }
  .company-join-block .top p, .company-join-block .top .top-home .content .bottom a, .top-home .content .bottom .company-join-block .top a {
    font-family: "gilroy-medium", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: #3a3a3a;
    max-width: 651px;
    margin-bottom: 37px; }
    @media (max-width: 767.98px) {
      .company-join-block .top p, .company-join-block .top .top-home .content .bottom a, .top-home .content .bottom .company-join-block .top a {
        font-size: 19px; } }
  .company-join-block .top .email {
    font-family: "gilroy-medium", sans-serif;
    font-size: 23px;
    line-height: 1.84;
    color: #fd3f60; }
  .company-join-block .top .phone {
    font-family: "gilroy-bold", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.84;
    color: #3a3a3a;
    position: relative;
    left: -80px; }
    @media (max-width: 767.98px) {
      .company-join-block .top .phone {
        left: 0px; } }
  .company-join-block .top .text-right {
    position: relative;
    top: -15px; }
    @media (max-width: 767.98px) {
      .company-join-block .top .text-right {
        display: none;
        text-align: left !important;
        margin-bottom: 0px; } }
  .company-join-block .bottom {
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 75px;
    padding-left: 75px;
    cursor: pointer; }
    @media (max-width: 767.98px) {
      .company-join-block .bottom {
        flex-wrap: wrap;
        margin-top: 30px; } }
    @media (max-width: 991.98px) {
      .company-join-block .bottom {
        padding-left: 15px; } }
    .company-join-block .bottom .vacancy-name {
      flex-grow: 1;
      font-family: "gilroy-bold", sans-serif;
      font-weight: 500;
      font-size: 26px;
      letter-spacing: 0.1px;
      color: #fd3f60;
      transform: translate3d(0px, 0px, 0px); }
    .company-join-block .bottom .text {
      max-width: 623px;
      font-family: "gilroy-regular", sans-serif;
      font-weight: 300;
      font-size: 18px;
      line-height: 1.44;
      color: #3a3a3a; }
      @media (max-width: 991.98px) {
        .company-join-block .bottom .text {
          padding-right: 10px; } }
      @media (max-width: 991.98px) {
        .company-join-block .bottom .text {
          max-width: 420px; } }
  .company-join-block .bottom:hover .vacancy-name {
    transform: translate3d(20px, 0px, 0px); }

.default-ar {
  display: inline-block;
  font-family: "gilroy-semi", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #3a3a3a;
  padding-left: 23px;
  width: 170.3px;
  height: 45px;
  border-radius: 82px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.09);
  cursor: pointer;
  line-height: 45px;
  letter-spacing: normal;
  text-align: left; }

.default-ar:hover {
  box-shadow: 0 24px 29px 0 rgba(0, 0, 0, 0.09); }

.single-vacancy .company-top {
  padding-top: 200px; }
  @media (max-width: 767.98px) {
    .single-vacancy .company-top {
      padding-top: 100px; } }
  .single-vacancy .company-top a {
    position: relative;
    top: 0px;
    font-family: "gilroy-medium", sans-serif;
    font-size: 23px;
    font-weight: 500;
    color: #fd3f60; }
  .single-vacancy .company-top .cv-to {
    font-family: "gilroy-bold", sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1px;
    color: #3a3a3a;
    margin-bottom: 0px; }
  .single-vacancy .company-top .for-cv {
    text-align: right; }
    @media (max-width: 767.98px) {
      .single-vacancy .company-top .for-cv {
        text-align: left; } }
  .single-vacancy .company-top h2 {
    line-height: 60px; }
    .single-vacancy .company-top h2 span {
      font-size: 19px;
      color: #818181;
      font-family: "gilroy-semi", sans-serif;
      display: inline-block;
      margin-left: 45px;
      position: relative; }
      @media (max-width: 767.98px) {
        .single-vacancy .company-top h2 span {
          left: -30px;
          top: -15px;
          margin-bottom: -40px; } }
    .single-vacancy .company-top h2 span:before {
      content: '';
      position: absolute;
      display: inline-block;
      width: 11px;
      height: 15px;
      top: 23px;
      left: -16px;
      background-image: url("../images/pin.svg");
      background-size: cover;
      background-position: center; }
      @media (max-width: 767.98px) {
        .single-vacancy .company-top h2 span:before {
          top: 23px; } }

.single-vacancy .team-foto {
  padding-bottom: 30px; }

.vacancy-block {
  padding: 50px 0px 140px 0px; }
  @media (max-width: 991.98px) {
    .vacancy-block {
      padding: 50px 0px 100px 0px; } }
  @media (max-width: 767.98px) {
    .vacancy-block {
      padding: 50px 0px 50px 0px; } }
  .vacancy-block .item-left {
    font-family: "gilroy-bold", sans-serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.1px;
    color: #000000;
    text-align: center; }
    @media (max-width: 991.98px) {
      .vacancy-block .item-left {
        text-align: left; } }
  .vacancy-block .row {
    margin-bottom: 75px; }
  .vacancy-block .item-right p, .vacancy-block .item-right .top-home .content .bottom a, .top-home .content .bottom .vacancy-block .item-right a {
    font-family: "gilroy-regular", sans-serif;
    font-size: 20px;
    line-height: 1.55;
    letter-spacing: normal;
    color: #3a3a3a;
    max-width: 550px; }
    @media (max-width: 991.98px) {
      .vacancy-block .item-right p, .vacancy-block .item-right .top-home .content .bottom a, .top-home .content .bottom .vacancy-block .item-right a {
        font-size: 17px; } }

.vacancy {
  position: relative;
  height: 100%;
  padding: 0 45px; }
  .vacancy .contacts {
    margin-top: 130px;
    height: 100%; }
    .vacancy .contacts .container {
      margin-bottom: 120px; }
  .vacancy .container {
    width: 1230px;
    margin: 0 auto; }
  .vacancy .information {
    width: 651px; }
  .vacancy .contactus {
    width: 30%; }
  .vacancy .mail {
    display: block;
    font-family: "gilroy-bold", sans-serif;
    font-size: 22px;
    line-height: 1.84;
    color: #fd3f60; }
  .vacancy .phone {
    display: block;
    font-family: "gilroy-bold", sans-serif;
    font-size: 22px;
    line-height: 1.84;
    color: #3a3a3a; }
  .vacancy .photo-section {
    position: relative;
    height: 612px; }
  .vacancy .photo-team {
    background-image: url("../images/vacancy/photo-team.png");
    background-repeat: no-repeat;
    background-size: inherit;
    position: absolute;
    bottom: 0;
    height: 612px;
    width: 150%;
    transform: translate(-8.5%); }
  .vacancy .about {
    margin: 80px auto;
    *zoom: 1; }
    .vacancy .about:before, .vacancy .about:after {
      display: table;
      content: "";
      line-height: 0; }
    .vacancy .about:after {
      clear: both; }
    .vacancy .about .position {
      float: left;
      font-family: "gilroy-bold", sans-serif;
      font-size: 26px;
      text-align: center;
      color: #fd3f60;
      width: 16%;
      padding-left: 80px;
      padding-top: 5px; }
    .vacancy .about .description {
      float: left;
      width: 46%;
      text-align: left;
      font-size: 18px;
      margin-left: 90px;
      font-family: "museo-light", sans-serif;
      line-height: 2.56; }
  .vacancy .team-section {
    position: relative; }

.contacts-page {
  position: relative;
  padding: 20px 0; }
  .contacts-page .contacts {
    margin-top: 40px; }
  .contacts-page .copyright {
    display: none; }

.page-template-contacts .contacts-page {
  display: flex;
  justify-content: center;
  min-height: 100vh;
  align-items: center; }

.category, .page-template-all_posts {
  background-color: #f8f8fa; }

.page-template-blog {
  background-color: #f8f8fa;
  height: auto !important; }
  .page-template-blog .app-content {
    height: auto !important; }
  .page-template-blog .slick-list {
    padding: 0 10% 0 0; }

.big-card-cat, .last-article .big-article .cat, .popular-article .item .cat, .cases-article .item .cat {
  font-family: "gilroy-bold", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2.2px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2; }

.big-card-title, .last-article .big-article h3, .popular-article .item h3, .cases-article .item h3 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  line-height: 1.21;
  margin-bottom: 25px;
  position: relative;
  z-index: 2; }

.big-card-excerpt, .last-article .big-article .excerpt, .popular-article .item .excerpt, .cases-article .item .excerpt {
  font-family: "gilroy-medium", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.44;
  color: #ffffff;
  position: relative;
  z-index: 2; }

.category-list {
  margin-bottom: 30px;
  margin-top: 140px; }
  @media (max-width: 767.98px) {
    .category-list {
      display: none; } }
  .category-list ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .category-list ul li {
      display: inline-block;
      font-family: "gilroy-semi", sans-serif;
      font-size: 13px;
      text-transform: uppercase;
      margin-right: 35px;
      letter-spacing: 0.9px;
      color: #3a3a3a;
      font-weight: 500;
      position: relative;
      margin-bottom: 20px; }
      .category-list ul li a:hover {
        color: #fd3f60; }
    .category-list ul .current-cat:before {
      content: '';
      position: absolute;
      top: 25px;
      left: 0px;
      display: inline-block;
      background-color: #4d33ff;
      height: 2px;
      width: 100%; }

.last-article {
  margin-bottom: 70px; }
  @media (max-width: 767.98px) {
    .last-article {
      padding-top: 40px; } }
  .last-article .top {
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 30px; }
    .last-article .top h2 {
      font-family: "gilroy-bold", sans-serif;
      font-size: 58px;
      font-weight: 500;
      letter-spacing: 0px;
      color: #3a3a3a;
      line-height: 1; }
      @media (max-width: 991.98px) {
        .last-article .top h2 {
          letter-spacing: 0px; } }
      @media (max-width: 767.98px) {
        .last-article .top h2 {
          font-size: 42px; } }
    .last-article .top a {
      font-family: "gilroy-bold", sans-serif;
      font-size: 23px;
      font-weight: 500;
      letter-spacing: 0.3px;
      color: #3a3a3a; }
      @media (max-width: 767.98px) {
        .last-article .top a {
          letter-spacing: 0.1px;
          font-size: 18px;
          position: relative;
          top: 2px; } }
  .last-article .big-article {
    position: relative;
    padding-top: 100%;
    border-radius: 8px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black); }
    @media (max-width: 767.98px) {
      .last-article .big-article {
        padding: 30px 30px; } }
    @media (max-width: 991.98px) {
      .last-article .big-article {
        margin-bottom: 30px; } }
    .last-article .big-article .big-article__info {
      position: absolute;
      left: 35px;
      top: 45px; }
    .last-article .big-article .back-half {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 2;
      background-image: linear-gradient(to bottom, rgba(3, 3, 3, 0.4), rgba(3, 3, 3, 0.32) 20%, rgba(1, 1, 1, 0)); }
    .last-article .big-article.black-text .back-half {
      background-image: none; }
    .last-article .big-article.black-text h3, .last-article .big-article.black-text .excerpt, .last-article .big-article.black-text .cat {
      color: #000; }
    .last-article .big-article .cat {
      padding-right: 58px; }
    .last-article .big-article h3 {
      padding-right: 58px; }
      @media (max-width: 767.98px) {
        .last-article .big-article h3 {
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          max-height: 117px; } }
    .last-article .big-article .excerpt {
      padding-right: 58px; }
      @media (max-width: 767.98px) {
        .last-article .big-article .excerpt {
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical;
          max-height: 117px; } }
    .last-article .big-article img {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media (max-width: 767.98px) {
        .last-article .big-article img {
          max-height: 100%; } }
  .last-article .big-article:hover img {
    transform: scale(1.05); }
  .last-article .small-article {
    overflow: hidden;
    border-radius: 8px;
    -webkit-mask-image: -webkit-radial-gradient(white, black); }
    @media (max-width: 991.98px) {
      .last-article .small-article {
        margin-bottom: 30px; } }
    .last-article .small-article .for-image {
      position: relative;
      padding-top: 100%;
      overflow: hidden;
      border-radius: 8px;
      margin-bottom: 17px;
      -webkit-mask-image: -webkit-radial-gradient(white, black); }
      .last-article .small-article .for-image img {
        position: absolute;
        top: 0px;
        left: 0px;
        border-radius: 8px;
        width: 100%;
        height: 100%;
        object-fit: cover; }
        @media (max-width: 991.98px) {
          .last-article .small-article .for-image img {
            height: 100%; } }
    .last-article .small-article p, .last-article .small-article .top-home .content .bottom a, .top-home .content .bottom .last-article .small-article a {
      font-family: "gilroy-bold", sans-serif;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 2.2px;
      color: #3a3a3a;
      margin-bottom: 5px;
      font-weight: 500; }
    .last-article .small-article h3 {
      font-family: "gilroy-bold", sans-serif;
      font-size: 19px;
      color: #3a3a3a;
      font-weight: 500;
      margin-bottom: 20px;
      line-height: 1.32; }
  .last-article .small-article:hover img {
    transform: scale(1.05); }

.popular-article {
  margin-bottom: 100px; }
  .popular-article .top {
    justify-content: space-between;
    margin-bottom: 30px; }
    .popular-article .top h2 {
      font-family: "gilroy-bold", sans-serif;
      font-size: 58px;
      font-weight: 500;
      letter-spacing: 0px;
      color: #3a3a3a;
      line-height: 1; }
      @media (max-width: 991.98px) {
        .popular-article .top h2 {
          letter-spacing: 0px; } }
      @media (max-width: 767.98px) {
        .popular-article .top h2 {
          font-size: 42px; } }
  .popular-article .item {
    position: relative;
    margin-right: 30px;
    padding: 70px 58px;
    max-height: 545px;
    border-radius: 8px;
    overflow: hidden;
    height: 540px;
    -webkit-mask-image: -webkit-radial-gradient(white, black); }
    @media (max-width: 991.98px) {
      .popular-article .item {
        padding: 30px 20px; } }
    .popular-article .item .back-half {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 2;
      background-color: rgba(1, 1, 1, 0.4); }
    @media (max-width: 991.98px) {
      .popular-article .item h3 {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 108px;
        padding: 0px;
        font-size: 28px;
        overflow: hidden; } }
    .popular-article .item .excerpt {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      max-height: 65px;
      font-family: "gilroy-medium", sans-serif;
      font-size: 16px; }
    .popular-article .item img {
      transition: 0.4s;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      max-height: 540px;
      max-width: 540px; }
  .popular-article .item:hover img {
    transform: scale(1.05); }

.cases-article .top {
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: baseline; }
  .cases-article .top h2 {
    font-family: "gilroy-bold", sans-serif;
    font-size: 58px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #3a3a3a;
    line-height: 1; }
    @media (max-width: 991.98px) {
      .cases-article .top h2 {
        letter-spacing: 0px; } }
    @media (max-width: 767.98px) {
      .cases-article .top h2 {
        font-size: 42px; } }
  .cases-article .top a {
    font-family: "gilroy-bold", sans-serif;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #3a3a3a; }
    @media (max-width: 767.98px) {
      .cases-article .top a {
        letter-spacing: 0.1px;
        font-size: 18px;
        font-family: "gilroy-bold", sans-serif; } }

.cases-article .item {
  position: relative;
  padding: 38px 30px 30px 30px;
  min-height: 535px;
  overflow: hidden;
  border-radius: 0px;
  background-color: #fff; }
  @media (max-width: 991.98px) {
    .cases-article .item {
      min-height: 438px;
      margin-bottom: 30px; } }
  .cases-article .item .cat {
    color: #3a3a3a; }
  .cases-article .item h3 {
    color: #3a3a3a;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 138px;
    padding: 0px;
    font-size: 28px;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .cases-article .item h3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        max-height: 162px; } }
  @media (max-width: 991.98px) {
    .cases-article .item .excerpt {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      max-height: 112px; } }
  .cases-article .item img {
    transition: 0.4s;
    border-radius: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    object-fit: cover; }

.cases-article .item:hover img {
  transform: scale(1.05); }

.subscribe-block {
  margin-bottom: 160px;
  margin-top: 160px; }
  @media (max-width: 991.98px) {
    .subscribe-block {
      margin-bottom: 100px;
      margin-top: 100px; } }
  .subscribe-block .row {
    justify-content: center;
    flex-wrap: wrap; }
    .subscribe-block .row h3 {
      flex-basis: 100%;
      text-align: center;
      font-family: "gilroy-bold", sans-serif;
      font-size: 31px;
      letter-spacing: 0px;
      color: #3a3a3a;
      margin-bottom: 30px;
      font-weight: 500; }
    .subscribe-block .row p, .subscribe-block .row .top-home .content .bottom a, .top-home .content .bottom .subscribe-block .row a {
      text-align: center;
      flex-basis: 100%;
      font-family: "gilroy-medium", sans-serif;
      color: #000;
      font-size: 18px;
      margin-bottom: 40px; }
      @media (max-width: 767.98px) {
        .subscribe-block .row p, .subscribe-block .row .top-home .content .bottom a, .top-home .content .bottom .subscribe-block .row a {
          padding: 0px 15px; } }
      .subscribe-block .row p span, .subscribe-block .row .top-home .content .bottom a span, .top-home .content .bottom .subscribe-block .row a span {
        display: block;
        max-width: 432px;
        margin: auto; }
    .subscribe-block .row .rainmaker_form {
      flex-basis: 100%;
      text-align: center; }
      .subscribe-block .row .rainmaker_form label {
        display: none; }
      .subscribe-block .row .rainmaker_form .rm_form_el_set {
        width: auto;
        display: inline-block; }
        @media (max-width: 767.98px) {
          .subscribe-block .row .rainmaker_form .rm_form_el_set {
            width: 100%;
            padding: 15px 15px; } }
    @media (max-width: 767.98px) {
      .subscribe-block .row input[type="email"] {
        width: 100%; } }
    @media (max-width: 767.98px) {
      .subscribe-block .row input[type="submit"] {
        width: 100%; } }

.subscribe-block-2 {
  margin-bottom: 160px;
  margin-top: 160px; }
  @media (max-width: 991.98px) {
    .subscribe-block-2 {
      margin-bottom: 100px;
      margin-top: 100px; } }
  .subscribe-block-2 h2 {
    flex-basis: 100%;
    text-align: center;
    font-family: "gilroy-bold", sans-serif;
    font-size: 31px;
    letter-spacing: 0px;
    color: #3a3a3a;
    margin-bottom: 30px;
    font-weight: 500; }
  .subscribe-block-2 p, .subscribe-block-2 .top-home .content .bottom a, .top-home .content .bottom .subscribe-block-2 a {
    text-align: center;
    flex-basis: 100%;
    font-family: "gilroy-medium", sans-serif;
    color: #000;
    font-size: 18px;
    margin-bottom: 40px; }
    @media (max-width: 767.98px) {
      .subscribe-block-2 p, .subscribe-block-2 .top-home .content .bottom a, .top-home .content .bottom .subscribe-block-2 a {
        padding: 0px 15px; } }
    .subscribe-block-2 p span, .subscribe-block-2 .top-home .content .bottom a span, .top-home .content .bottom .subscribe-block-2 a span {
      display: block;
      max-width: 432px;
      margin: auto; }
  @media (max-width: 767.98px) {
    .subscribe-block-2 button {
      width: 100%; } }
  @media (max-width: 767.98px) {
    .subscribe-block-2 .input-medium {
      width: 100%; } }
  .subscribe-block-2 form {
    text-align: center;
    width: 100%; }
  .subscribe-block-2 .for-res {
    display: inline-block;
    padding: .3em .5em; }

.bottom-article, .blog-search {
  margin-bottom: 90px; }
  .bottom-article h4, .blog-search h4 {
    font-family: "gilroy-bold", sans-serif;
    font-size: 48px;
    letter-spacing: 0.6px;
    color: #3a3a3a;
    margin-bottom: 20px;
    font-weight: 500; }
  @media (max-width: 991.98px) {
    .bottom-article .small-article, .blog-search .small-article {
      margin-bottom: 70px; } }
  .bottom-article .small-article .for-image, .blog-search .small-article .for-image {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 26px;
    -webkit-mask-image: -webkit-radial-gradient(white, black); }
    @media (max-width: 767.98px) {
      .bottom-article .small-article .for-image, .blog-search .small-article .for-image {
        margin-bottom: 15px; } }
    .bottom-article .small-article .for-image img, .blog-search .small-article .for-image img {
      transition: 400ms;
      position: absolute;
      top: 0px;
      width: 100%;
      border-radius: 9px;
      object-fit: cover;
      height: 100%;
      transform: scale(1, 1); }
  .bottom-article .small-article .cat, .blog-search .small-article .cat {
    font-family: "gilroy-bold", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    color: #3a3a3a;
    margin-bottom: 7px;
    font-weight: 500; }
    @media (max-width: 767.98px) {
      .bottom-article .small-article .cat, .blog-search .small-article .cat {
        margin-bottom: 5px; } }
  .bottom-article .small-article h3, .blog-search .small-article h3 {
    font-family: "gilroy-bold", sans-serif;
    font-size: 19px;
    color: #3a3a3a;
    margin-bottom: 15px;
    line-height: 24px;
    font-weight: 500; }
  .bottom-article .small-article .excerpt, .blog-search .small-article .excerpt {
    font-family: "gilroy-regular", sans-serif;
    font-size: 16px;
    color: #000; }
  .bottom-article .small-article .for-image:hover img, .blog-search .small-article .for-image:hover img {
    transform: scale(1.05, 1.05); }

.blog-search .small-article .for-image {
  height: 262px; }

.custom-article-block {
  margin-bottom: 120px; }

.biggest-article {
  position: relative;
  width: 100%;
  height: 553px;
  border-radius: 8px !important;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black); }
  @media (max-width: 767.98px) {
    .biggest-article {
      height: 100vw; } }
  .biggest-article .back-half {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(1, 1, 1, 0.4); }
  .biggest-article img {
    border-radius: 8px;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0px;
    left: 0px; }
  .biggest-article .cat {
    font-family: "gilroy-bold", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    color: #fff;
    position: relative;
    z-index: 2;
    padding-left: 60px;
    margin-bottom: 5px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: left; }
    @media (max-width: 767.98px) {
      .biggest-article .cat {
        margin-bottom: 5px;
        padding-left: 15px; } }
  .biggest-article h3 {
    font-family: "gilroy-bold", sans-serif;
    font-size: 32px;
    color: #fff;
    position: relative;
    z-index: 2;
    max-width: 492px;
    padding-left: 60px;
    line-height: normal;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 500; }
    @media (max-width: 767.98px) {
      .biggest-article h3 {
        padding: 15px 15px;
        margin-bottom: 0px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 135px; } }
  .biggest-article .excerpt {
    font-family: "gilroy-medium", sans-serif;
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 2;
    max-width: 492px;
    padding-left: 60px; }
    @media (max-width: 767.98px) {
      .biggest-article .excerpt {
        padding: 15px 15px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        max-height: 111px; } }

.biggest-article:hover img {
  transform: scale(1.05); }

.biggest-article-cat {
  justify-content: flex-start; }
  .biggest-article-cat .cat {
    margin-top: 57px; }
  .biggest-article-cat .read-more {
    transition: 0.4s;
    display: none;
    height: 48px;
    border-radius: 24px;
    border: solid 1px #ffffff;
    font-family: "gilroy-bold", sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 45px;
    letter-spacing: 3.7px;
    text-align: left;
    color: #ffffff;
    position: absolute;
    z-index: 2;
    text-transform: uppercase;
    left: 54px;
    bottom: 54px;
    padding: 0px 87px 0px 87px;
    min-width: 234px; }
    @media (max-width: 991.98px) {
      .biggest-article-cat .read-more {
        display: none; } }
  .biggest-article-cat .read-more:before {
    content: '';
    transition: 0.4s;
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 30%;
    background-image: url("../images/group-4.svg");
    width: 62px;
    height: 30px;
    opacity: 0;
    background-size: contain;
    background-repeat: no-repeat; }
  .biggest-article-cat:hover .read-more {
    padding: 0px 87px 0px 26px;
    color: #444;
    background-color: #fff; }
  .biggest-article-cat:hover .read-more:before {
    right: 7%;
    opacity: 1; }

.more-article-tag {
  margin-bottom: 48px; }
  .more-article-tag .top {
    margin-bottom: 10px; }
    .more-article-tag .top p, .more-article-tag .top .top-home .content .bottom a, .top-home .content .bottom .more-article-tag .top a {
      font-family: "gilroy-medium", sans-serif;
      font-size: 24px;
      letter-spacing: 0.3px;
      color: #3a3a3a; }
  .more-article-tag .tags-article {
    align-items: center;
    margin-bottom: 5px; }
    .more-article-tag .tags-article p, .more-article-tag .tags-article .top-home .content .bottom a, .top-home .content .bottom .more-article-tag .tags-article a {
      font-family: "gilroy-bold", sans-serif;
      font-size: 10px;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.5;
      letter-spacing: 0.9px;
      text-align: left;
      color: #3a3a3a;
      margin-bottom: 0px;
      font-weight: 500;
      text-transform: uppercase;
      position: relative;
      top: -5px; }
      @media (max-width: 767.98px) {
        .more-article-tag .tags-article p, .more-article-tag .tags-article .top-home .content .bottom a, .top-home .content .bottom .more-article-tag .tags-article a {
          margin-bottom: 5px; } }
    .more-article-tag .tags-article a {
      transition: 0.4s;
      display: inline-block;
      height: 31px;
      border-radius: 18px;
      border: solid 1px rgba(151, 151, 151, 0.52);
      color: #5d5d5d;
      padding: 0px 15px;
      line-height: 29px;
      margin-right: 6px;
      margin-bottom: 6px;
      font-family: "gilroy-medium", sans-serif;
      font-size: 13px; }
    .more-article-tag .tags-article a:hover {
      border-radius: 9px; }
    @media (max-width: 767.98px) {
      .more-article-tag .tags-article .for-padding {
        padding: 0px; } }

#tagsModal .close, #archiveModal .close, #categoryModal .close {
  border: none;
  background: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5; }
  #tagsModal .close span, #archiveModal .close span, #categoryModal .close span {
    font-size: 40px; }

#tagsModal h4, #archiveModal h4, #categoryModal h4 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500; }

#tagsModal .tags-2, #archiveModal .tags-2, #categoryModal .tags-2 {
  padding: 15px; }

#tagsModal .tag, #tagsModal .archives ul li, #archiveModal .archives ul #tagsModal li, #categoryModal .archives ul #tagsModal li, #archiveModal .tag, #tagsModal .archives ul #archiveModal li, #archiveModal .archives ul li, #categoryModal .archives ul #archiveModal li, #categoryModal .tag, #tagsModal .archives ul #categoryModal li, #archiveModal .archives ul #categoryModal li, #categoryModal .archives ul li {
  transition: 0.4s;
  display: inline-block;
  height: 31px;
  border-radius: 18px;
  border: solid 1px #979797;
  color: #5d5d5d;
  padding: 0px 15px;
  line-height: 28.5px;
  margin-right: 10px;
  margin-bottom: 10px; }

#tagsModal .tag:hover, #tagsModal .archives ul li:hover, #archiveModal .archives ul #tagsModal li:hover, #categoryModal .archives ul #tagsModal li:hover, #archiveModal .tag:hover, #tagsModal .archives ul #archiveModal li:hover, #archiveModal .archives ul li:hover, #categoryModal .archives ul #archiveModal li:hover, #categoryModal .tag:hover, #tagsModal .archives ul #categoryModal li:hover, #archiveModal .archives ul #categoryModal li:hover, #categoryModal .archives ul li:hover {
  border-radius: 9px; }

#tagsModal .archives ul, #archiveModal .archives ul, #categoryModal .archives ul {
  padding: 0px;
  margin: 0px; }
  #tagsModal .archives ul li a:hover, #archiveModal .archives ul li a:hover, #categoryModal .archives ul li a:hover {
    color: #5d5d5d; }

#tagsModal .category-modal ul, #archiveModal .category-modal ul, #categoryModal .category-modal ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap; }
  #tagsModal .category-modal ul li, #archiveModal .category-modal ul li, #categoryModal .category-modal ul li {
    flex-basis: 50%;
    text-align: center; }
    #tagsModal .category-modal ul li a, #archiveModal .category-modal ul li a, #categoryModal .category-modal ul li a {
      font-family: "gilroy-medium", sans-serif;
      font-size: 20px; }

.pagination-tubik {
  margin: 40px 0px 0px 0px;
  width: 100%;
  text-align: center; }
  .pagination-tubik .page-numbers {
    margin: 0px 20px; }
    @media (max-width: 767.98px) {
      .pagination-tubik .page-numbers {
        margin: 0px 15px; } }
  .pagination-tubik .current {
    font-family: "gilroy-medium", sans-serif;
    font-size: 22px;
    color: #3a3a3a; }
  .pagination-tubik a {
    font-family: "gilroy-medium", sans-serif;
    font-size: 22px;
    color: #4c33fb; }
  .pagination-tubik .next {
    content: '>'; }

.blog-search {
  transition: 0.5s;
  position: fixed;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateX(100%);
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: scroll; }
  .blog-search .container-p {
    padding-top: 194px; }
    @media all and (max-height: 640px) {
      .blog-search .container-p {
        padding-top: 25px; } }
    @media (max-width: 991.98px) {
      .blog-search .container-p {
        padding-top: 100px; } }
    @media (max-width: 767.98px) {
      .blog-search .container-p {
        padding-top: 70px; } }
  .blog-search .search-input {
    border: none;
    font-family: "gilroy-regular", sans-serif;
    font-size: 62px;
    color: #3a3a3a;
    padding-left: 20px;
    height: 78px;
    width: 100%;
    line-height: 78px;
    background: none;
    border-left: solid 1px #fd3f60; }
    @media (max-width: 991.98px) {
      .blog-search .search-input {
        border-radius: 0px; } }
    @media (max-width: 767.98px) {
      .blog-search .search-input {
        font-size: 34px;
        height: 50px;
        line-height: 50px;
        border-left: solid 1px #fd3f60;
        border-radius: 0px;
        position: relative; } }
  .blog-search .search-input:-webkit-autofill, .blog-search .search-input:-webkit-autofill:hover, .blog-search .search-input:-webkit-autofill:focus {
    background-color: #fff !important;
    -webkit-box-shadow: inset 0 0 0 50px #fff !important; }
  .blog-search .search-input::-webkit-input-placeholder {
    color: #3a3a3a; }
  .blog-search .word-for-search {
    text-align: left;
    padding-top: 44px;
    margin-bottom: 120px; }
    @media (max-width: 767.98px) {
      .blog-search .word-for-search {
        margin-bottom: 50px; } }
    .blog-search .word-for-search span {
      transition: 0.4s;
      cursor: pointer;
      height: 31px;
      border: solid 1px #979797;
      padding: 0px 14px;
      display: inline-block;
      margin-right: 10px;
      border-radius: 19px;
      line-height: 29px;
      font-family: "gilroy-regular", sans-serif;
      font-size: 12px;
      color: #444; }
      @media (max-width: 767.98px) {
        .blog-search .word-for-search span {
          margin-bottom: 15px; } }
    .blog-search .word-for-search span:hover {
      border-radius: 12px; }
  .blog-search .close-search {
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 50px;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-image: url("../images/close_black.svg");
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 767.98px) {
      .blog-search .close-search {
        top: 25px;
        right: 25px; } }

.blog-search-active {
  transform: translateX(0%) !important; }

.error-live-search {
  text-align: center;
  font-family: "gilroy-bold", sans-serif;
  color: #3a3a3a;
  font-size: 52px;
  width: 100%;
  margin-top: 40px;
  font-weight: 500; }

.live-search-block .excerpt {
  text-align: left; }

.live-search-bottom {
  text-align: center; }
  .live-search-bottom a {
    font-family: "gilroy-bold", sans-serif;
    color: #3a3a3a;
    font-size: 52px;
    font-weight: 500; }

.blog-search::-webkit-scrollbar {
  display: none; }

.search-blur {
  transition: 0.4s;
  filter: blur(12px); }

.blog-cat-name h1 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0px;
  color: #3a3a3a;
  margin: 30px 0px 43px 0px; }

.at4-share {
  transition: 2s; }

.at-share-dock {
  transition: 0.4s; }

.at4-share-active {
  right: -100% !important; }

.at4-share-active-2 {
  opacity: 0; }

.single-post {
  background-color: #f8f8fa; }

.single-article {
  margin-top: 200px; }
  @media (max-width: 991.98px) {
    .single-article {
      margin-top: 100px; } }
  @media (max-width: 767.98px) {
    .single-article {
      margin-top: 70px; } }
  .single-article iframe {
    width: 100%;
    margin: 55px 0px 55px 0px; }
  .single-article .wp-video {
    max-width: 765px;
    padding-left: 140px;
    height: auto;
    margin: 55px 0px 55px 0px; }
    @media (max-width: 991.98px) {
      .single-article .wp-video {
        max-width: 100%;
        padding: 0; } }
  .single-article .categories {
    font-family: "gilroy-bold", sans-serif;
    font-size: 11px;
    color: #fd3f60;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    line-height: 1.38; }
    .single-article .categories span {
      display: inline-block;
      margin: 0px 20px 0px 0px; }
  .single-article .article-title {
    font-family: "gilroy-bold", sans-serif;
    font-size: 58px;
    color: #3a3a3a;
    letter-spacing: 0px !important;
    max-width: 890px;
    line-height: 1.14;
    margin-bottom: 40px;
    font-weight: 500; }
    @media (max-width: 767.98px) {
      .single-article .article-title {
        letter-spacing: 0px !important;
        font-size: 34px; } }
  .single-article .article-excerpt, .single-article .article-author {
    font-family: "gilroy-medium", sans-serif;
    font-weight: 500;
    color: #3a3a3a;
    font-size: 24px;
    line-height: 1.46;
    max-width: 684px;
    margin-bottom: 60px; }
    @media (max-width: 767.98px) {
      .single-article .article-excerpt, .single-article .article-author {
        font-size: 18px; } }
  .single-article .article-author {
    margin-bottom: 0px;
    font-family: "gilroy-medium", sans-serif;
    font-size: 14px;
    text-align: left; }
    @media (max-width: 767.98px) {
      .single-article .article-author {
        text-align: left; } }
  .single-article .post-image {
    margin: 20px 0px;
    width: 100%;
    height: 577px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    margin-bottom: 120px; }
    @media (max-width: 991.98px) {
      .single-article .post-image {
        object-fit: contain;
        background-position: center;
        background-attachment: inherit;
        height: 400px; } }
    @media (max-width: 767.98px) {
      .single-article .post-image {
        margin-bottom: 60px;
        height: 280px; } }
    .single-article .post-image img {
      width: 100%;
      height: 577px;
      object-fit: cover; }
      @media (max-width: 767.98px) {
        .single-article .post-image img {
          height: 100vw; } }
  .single-article .content {
    margin-bottom: 40px; }
    .single-article .content .medium-image {
      max-width: 765px;
      padding-left: 140px; }
      @media (max-width: 1199.98px) {
        .single-article .content .medium-image {
          padding-left: 85px; } }
      @media (max-width: 991.98px) {
        .single-article .content .medium-image {
          padding-left: 40px; } }
      @media (max-width: 767.98px) {
        .single-article .content .medium-image {
          padding-left: 0px; } }
    .single-article .content blockquote {
      font-size: 24px;
      font-style: italic; }
      .single-article .content blockquote:before {
        content: '"';
        position: absolute;
        left: -100px;
        top: -80px;
        font-size: 214px;
        color: #fd3f60;
        line-height: 1; }
    .single-article .content p.full + h3, .single-article .top-home .content .bottom a.full + h3, .top-home .single-article .content .bottom a.full + h3, .single-article .content p.full + p + h3, .single-article .top-home .content .bottom a.full + p + h3, .top-home .single-article .content .bottom a.full + p + h3, .single-article .top-home .content .bottom p.full + a + h3, .top-home .single-article .content .bottom p.full + a + h3, .single-article .top-home .content .bottom a.full + a + h3, .top-home .single-article .content .bottom a.full + a + h3, .single-article .content p.full + h2, .single-article .top-home .content .bottom a.full + h2, .top-home .single-article .content .bottom a.full + h2, .single-article .content p.full + p + h2, .single-article .top-home .content .bottom a.full + p + h2, .top-home .single-article .content .bottom a.full + p + h2, .single-article .top-home .content .bottom p.full + a + h2, .top-home .single-article .content .bottom p.full + a + h2, .single-article .top-home .content .bottom a.full + a + h2, .top-home .single-article .content .bottom a.full + a + h2 {
      margin-top: 0; }
    .single-article .content a {
      display: inline-flex;
      overflow: hidden;
      position: relative;
      font-weight: bold; }
    .single-article .content a:before {
      content: '';
      transition: 0.4s;
      display: inline-block;
      width: 100%;
      height: 1px;
      background-color: #333;
      position: absolute;
      bottom: 0px;
      left: 0px; }
    .single-article .content a:hover:before {
      transform: translateX(100%); }
    .single-article .content h2, .single-article .content h3, .single-article .content h4 {
      font-family: "gilroy-bold", sans-serif;
      font-size: 28px;
      color: #3a3a3a;
      font-weight: 500;
      padding-left: 85px;
      margin-bottom: 20px;
      line-height: 1.3;
      max-width: 765px;
      padding-left: 140px; }
      @media (max-width: 1199.98px) {
        .single-article .content h2, .single-article .content h3, .single-article .content h4 {
          padding-left: 85px; } }
      @media (max-width: 991.98px) {
        .single-article .content h2, .single-article .content h3, .single-article .content h4 {
          padding-left: 40px; } }
      @media (max-width: 767.98px) {
        .single-article .content h2, .single-article .content h3, .single-article .content h4 {
          font-size: 28px;
          padding-left: 0px;
          line-height: normal; } }
    .single-article .content h2 {
      margin-top: 40px; }
    .single-article .content h3 {
      font-size: 24px;
      margin: 40px 0px 20px 0px; }
      @media (max-width: 767.98px) {
        .single-article .content h3 {
          font-size: 20px; } }
    .single-article .content ol, .single-article .content ul {
      padding-left: 120px;
      max-width: 790px;
      font-family: 'PT Serif Refular', serif;
      font-size: 20px;
      line-height: 1.5;
      list-style: inherit;
      margin: 25px 0px; }
      .single-article .content ol li, .single-article .content ul li {
        list-style-type: decimal;
        padding-left: 20px;
        margin-bottom: 5px; }
    .single-article .content ul li {
      list-style-type: disc; }
    @media (max-width: 991.98px) {
      .single-article .content ul {
        padding-left: 40px;
        margin-bottom: 10px; } }
    @media (max-width: 767.98px) {
      .single-article .content ul {
        padding-left: 20px;
        font-size: 16px; } }
    .single-article .content p, .single-article .top-home .content .bottom a, .top-home .single-article .content .bottom a, .single-article .content .blockquote {
      font-family: 'PT Serif Refular', serif;
      font-size: 20px;
      line-height: 1.75;
      letter-spacing: normal;
      text-align: left;
      color: #3a3a3a !important;
      margin-bottom: 20px;
      max-width: 765px;
      padding-left: 140px; }
      .single-article .content p strong, .single-article .top-home .content .bottom a strong, .top-home .single-article .content .bottom a strong, .single-article .content .blockquote strong {
        font-weight: bold; }
      @media (max-width: 1199.98px) {
        .single-article .content p, .single-article .top-home .content .bottom a, .top-home .single-article .content .bottom a, .single-article .content .blockquote {
          padding-left: 85px; } }
      @media (max-width: 991.98px) {
        .single-article .content p, .single-article .top-home .content .bottom a, .top-home .single-article .content .bottom a, .single-article .content .blockquote {
          padding-left: 40px;
          margin-bottom: 10px; } }
      @media (max-width: 767.98px) {
        .single-article .content p, .single-article .top-home .content .bottom a, .top-home .single-article .content .bottom a, .single-article .content .blockquote {
          padding-left: 0px;
          font-size: 16px; } }
    .single-article .content .blockquote {
      padding-top: 50px; }
      .single-article .content .blockquote em {
        font-family: 'PT Serif', serif;
        font-size: 20px;
        line-height: 1.75;
        letter-spacing: normal;
        text-align: left;
        color: #3a3a3a !important;
        margin-bottom: 20px;
        max-width: 765px;
        padding-left: 140px;
        margin-top: 30px;
        font-style: italic;
        padding-left: 140px; }
        @media (max-width: 1199.98px) {
          .single-article .content .blockquote em {
            padding-left: 85px; } }
        @media (max-width: 991.98px) {
          .single-article .content .blockquote em {
            padding-left: 40px;
            margin-bottom: 10px; } }
        @media (max-width: 767.98px) {
          .single-article .content .blockquote em {
            padding-left: 0px;
            font-size: 16px; } }
    .single-article .content blockquote em {
      font-family: 'PT Serif', serif;
      font-size: 20px;
      line-height: 1.75;
      letter-spacing: normal;
      text-align: left;
      color: #3a3a3a !important;
      margin-bottom: 20px;
      max-width: 765px;
      padding-left: 140px;
      margin-top: 30px;
      font-style: italic;
      padding-left: 140px; }
      @media (max-width: 1199.98px) {
        .single-article .content blockquote em {
          padding-left: 85px; } }
      @media (max-width: 991.98px) {
        .single-article .content blockquote em {
          padding-left: 40px;
          margin-bottom: 10px; } }
      @media (max-width: 767.98px) {
        .single-article .content blockquote em {
          padding-left: 0px;
          font-size: 16px; } }
    .single-article .content .big-block {
      max-width: 100%;
      padding-left: 0px; }
    .single-article .content img {
      width: 100%;
      height: auto;
      object-fit: cover;
      margin: 55px 0px 55px 0px; }
      @media (max-width: 767.98px) {
        .single-article .content img {
          margin: 30px 0px 30px 0px; } }
    .single-article .content em {
      width: 100%;
      text-align: right;
      font-family: 'PT Serif', serif;
      font-size: 16px;
      color: #999999;
      display: block;
      margin-top: -50px;
      margin-bottom: 50px;
      font-style: normal; }
      .single-article .content em a {
        font-size: 16px; }
      .single-article .content em span {
        color: #999 !important; }
      @media (max-width: 767.98px) {
        .single-article .content em {
          font-size: 14px;
          text-align: left;
          margin-bottom: 25px; } }
      .single-article .content em a {
        font-family: 'PT Serif', serif;
        font-size: 16px;
        color: #777777 !important;
        font-style: normal; }
    .single-article .content .special-em {
      font-family: 'PT Serif', serif;
      font-size: 20px;
      line-height: 1.75;
      letter-spacing: normal;
      text-align: left;
      color: #333 !important;
      margin-bottom: 20px;
      max-width: 765px;
      margin-top: 20px;
      padding-left: 140px; }
      .single-article .content .special-em span {
        color: #333 !important; }
      .single-article .content .special-em a {
        color: #333 !important;
        font-size: 20px !important; }
      @media (max-width: 1199.98px) {
        .single-article .content .special-em {
          padding-left: 85px; } }
      @media (max-width: 991.98px) {
        .single-article .content .special-em {
          padding-left: 40px;
          margin-bottom: 10px; } }
      @media (max-width: 767.98px) {
        .single-article .content .special-em {
          padding-left: 0px;
          font-size: 16px;
          margin-top: 10px;
          margin-bottom: 10px; } }
    .single-article .content p.full-em + h2, .single-article .top-home .content .bottom a.full-em + h2, .top-home .single-article .content .bottom a.full-em + h2, .single-article .content p.full-em + h3, .single-article .top-home .content .bottom a.full-em + h3, .top-home .single-article .content .bottom a.full-em + h3, .single-article .content p.full-em + p + h2, .single-article .top-home .content .bottom a.full-em + p + h2, .top-home .single-article .content .bottom a.full-em + p + h2, .single-article .top-home .content .bottom p.full-em + a + h2, .top-home .single-article .content .bottom p.full-em + a + h2, .single-article .top-home .content .bottom a.full-em + a + h2, .top-home .single-article .content .bottom a.full-em + a + h2, .single-article .content p.full-em + p + h3, .single-article .top-home .content .bottom a.full-em + p + h3, .top-home .single-article .content .bottom a.full-em + p + h3, .single-article .top-home .content .bottom p.full-em + a + h3, .top-home .single-article .content .bottom p.full-em + a + h3, .single-article .top-home .content .bottom a.full-em + a + h3, .top-home .single-article .content .bottom a.full-em + a + h3 {
      margin-top: 40px !important; }
    .single-article .content hr {
      opacity: 0.57;
      height: 1px;
      background: #979797;
      margin-bottom: 70px;
      margin-top: 75px; }

.works-wrap {
  padding: 200px 0 100px;
  position: relative;
  background-color: #ffffff;
  z-index: 2; }
  @media (max-width: 767.98px) {
    .works-wrap {
      padding-top: 100px; } }
  .works-wrap .works__info {
    padding-left: 138px;
    margin-bottom: 50px; }
    @media (max-width: 767.98px) {
      .works-wrap .works__info {
        padding-left: 15px; } }
  .works-wrap .page-title {
    font: 72px/80px "gilroy-bold", sans-serif;
    font-weight: 500; }
    @media (max-width: 767.98px) {
      .works-wrap .page-title {
        font-size: 52px; } }
  .works-wrap .works__tags {
    margin-top: 30px; }
    .works-wrap .works__tags a {
      display: inline-block;
      font-family: "gilroy-medium", sans-serif;
      user-select: none;
      border-radius: 3px;
      position: relative;
      cursor: pointer;
      background: transparent;
      border: solid 1px rgba(187, 187, 187, 0.27);
      font-size: 16px;
      padding: 5px 17px;
      margin: 5px;
      transition: transform .2s; }
      .works-wrap .works__tags a:hover {
        border: 1px solid rgba(187, 187, 187, 0.27);
        background-color: rgba(187, 187, 187, 0.27);
        color: #000; }
      .works-wrap .works__tags a:active {
        transform: scale(0.95); }
      .works-wrap .works__tags a.active {
        border: 1px solid #fd3f60;
        background-color: #fd3f60;
        color: #fff; }

.books-page {
  padding-top: 200px; }
  @media (max-width: 767.98px) {
    .books-page {
      padding-top: 100px !important; } }
  .books-page .content {
    margin-left: 0; }
  .books-page .border {
    margin: 55px 0px 25px 0px; }

.page-template-price .header-home {
  display: none; }

.page-template-price .price-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  z-index: 10; }

.page-template-price .hire {
  border-top: 3px solid transparent;
  background-color: #242424;
  font-family: "gilroy-medium", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 33px;
  padding: 6.5px 40px;
  outline: none;
  cursor: pointer;
  border-radius: 3px;
  white-space: nowrap; }
  .page-template-price .hire:hover {
    color: #fff;
    border-top: 3px solid transparent;
    background-color: #fd3f60; }

.price-title {
  font-size: 52px;
  font-family: "gilroy-bold", sans-serif;
  font-weight: 500;
  line-height: 1.13; }

.price-top {
  padding: 80px;
  text-align: center; }
  .price-top img {
    opacity: 0;
    max-width: 100%;
    margin-bottom: 100px; }
  .price-top h1 {
    margin: 40px 0;
    font-size: 72px;
    line-height: 1.14;
    font-family: "gilroy-bold", sans-serif;
    font-weight: 500; }
    .price-top h1 span {
      display: inline-block;
      overflow: hidden; }
      .price-top h1 span i {
        display: inline-block;
        font-style: inherit;
        transform: translate(0%, 200%); }
  .price-top p, .price-top .top-home .content .bottom a, .top-home .content .bottom .price-top a {
    font-size: 22px;
    font-family: "gilroy-medium", sans-serif;
    max-width: 730px;
    margin: 0 auto 50px auto;
    overflow: hidden; }
    .price-top p span, .price-top .top-home .content .bottom a span, .top-home .content .bottom .price-top a span {
      display: inline-block;
      transform: translate(0%, 200%); }
  .price-top .sec-title {
    font-size: 38px;
    line-height: 42px;
    max-width: 500px;
    margin: 0 auto;
    font-family: "gilroy-bold", sans-serif;
    font-weight: 500; }
  .price-top .border {
    margin: 40px auto;
    width: 76px;
    height: 1px;
    border: 1px solid #fd3f60;
    margin-bottom: 22px; }

.price-extended {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 50px;
  background-image: linear-gradient(to bottom, #fafafa, #ffffff); }
  .price-extended .row {
    align-items: center; }
  .price-extended .price-extended__info {
    padding-right: 50px; }
    .price-extended .price-extended__info p, .price-extended .price-extended__info .top-home .content .bottom a, .top-home .content .bottom .price-extended .price-extended__info a {
      margin-top: 40px;
      font-family: "gilroy-semi", sans-serif;
      font-size: 20px; }
    .price-extended .price-extended__info .price-list {
      margin: 30px 0;
      padding: 0; }
      .price-extended .price-extended__info .price-list li {
        position: relative;
        font-size: 16px;
        font-family: "gilroy-regular", sans-serif;
        line-height: 1.51;
        padding: 8px 0; }
    .price-extended .price-extended__info .check-price {
      display: flex;
      align-items: center;
      font-family: "gilroy-bold", sans-serif;
      font-size: 17px;
      color: #fd3f60;
      line-height: 33px;
      outline: none;
      cursor: pointer; }
      .price-extended .price-extended__info .check-price .i-arrow {
        display: inline-block;
        width: 59px;
        height: 59px;
        background: url("../images/arrow-right.svg") no-repeat center;
        box-shadow: 0 8px 23px 0 rgba(0, 0, 0, 0.09);
        border-radius: 50%;
        margin-right: 20px; }
        .price-extended .price-extended__info .check-price .i-arrow:hover {
          box-shadow: 0 24px 29px 0 rgba(0, 0, 0, 0.09); }
  .price-extended .modal-btn__wrap {
    display: none;
    margin: 0 0 15px -60px;
    text-align: center; }
  .price-extended .js-modal-btn-vimeo {
    font-size: 21px;
    font-weight: bold;
    position: relative;
    cursor: pointer; }
    .price-extended .js-modal-btn-vimeo::after {
      content: '';
      position: absolute;
      right: -80px;
      top: -21px;
      display: inline-block;
      width: 67px;
      height: 67px;
      background: url("../images/play2.svg") no-repeat; }
  .price-extended .border {
    margin: 40px 0 80px 0; }
  .price-extended .price-extended__video video {
    width: 100%;
    border-radius: 5px;
    box-shadow: -58px 10px 99px 0 rgba(0, 0, 0, 0.06); }

.price-simple {
  padding: 100px 0 160px 0;
  background-color: #fafafa !important; }
  .price-simple .sec-title {
    font-size: 32px;
    text-align: center;
    padding-bottom: 60px;
    font-family: "gilroy-bold", sans-serif;
    font-weight: 500; }
  .price-simple .price-simple__container {
    padding: 0 30px;
    max-width: 1170px;
    margin: 0 auto; }
  .price-simple .price-simple__info {
    min-height: 560px;
    padding: 56px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.09);
    transition: transform .5s, box-shadow .5s;
    border-radius: 3px;
    background: #fff; }
    .price-simple .price-simple__info:hover {
      transform: translateY(-10px);
      box-shadow: 0 40px 59px 0 rgba(0, 0, 0, 0.09); }
    .price-simple .price-simple__info .price-title {
      font-size: 32px; }
    .price-simple .price-simple__info .price-list {
      margin: 30px 0;
      padding: 0; }
      .price-simple .price-simple__info .price-list li {
        position: relative;
        padding: 10px 0;
        font-size: 16px;
        font-family: "gilroy-semi", sans-serif;
        line-height: 1.51; }
        .price-simple .price-simple__info .price-list li:before {
          content: "•";
          position: absolute;
          left: -20px;
          color: #ccc; }
  .price-simple .price-highlight {
    font-size: 24px;
    color: #fd3f60;
    font-family: "gilroy-bold", sans-serif;
    margin-top: auto; }

@media only screen and (max-width: 1200px) {
  .price-extended .price-extended__video {
    margin-top: 50px; } }

@media only screen and (max-width: 992px) {
  .price-simple .price-simple__info {
    padding: 35px 15px 35px 40px;
    min-height: 455px;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 40px; }
    .price-simple .price-simple__info .price-list li {
      font-size: 14px;
      padding: 8px 0;
      line-height: 1.1; } }

@media only screen and (max-width: 768px) {
  .price-top {
    padding: 100px 20px; }
    .price-top img {
      opacity: 1; }
    .price-top h1 {
      font-size: 38px; }
      .price-top h1 span i {
        transform: none; }
    .price-top p, .price-top .top-home .content .bottom a, .top-home .content .bottom .price-top a {
      font-size: 17px; }
      .price-top p span, .price-top .top-home .content .bottom a span, .top-home .content .bottom .price-top a span {
        transform: none; }
  .price-title {
    font-size: 30px; }
  .price-extended {
    padding: 50px 0; }
    .price-extended .modal-btn__wrap {
      display: block; }
    .price-extended .row.last {
      margin-bottom: 80px; }
    .price-extended .price-extended__video video {
      max-width: 100%; }
  .price-simple {
    padding: 50px 0; }
    .price-simple .sec-title {
      padding-bottom: 45px; } }

@media only screen and (max-width: 576px) {
  .page-template-price .price-header {
    padding: 15px; }
  .price-simple .price-title {
    padding-bottom: 0px; }
  .price-simple .price-simple__info {
    padding: 30px 30px 30px 40px; } }

@media only screen and (max-height: 800px) {
  .price-extended .price-extended__info p, .price-extended .price-extended__info .top-home .content .bottom a, .top-home .content .bottom .price-extended .price-extended__info a {
    margin-top: 20px;
    font-size: 15px; }
  .price-extended .price-extended__info .price-list {
    margin: 15px 0; }
    .price-extended .price-extended__info .price-list li {
      font-size: 14px;
      padding: 8px 0;
      line-height: 0.6; } }

.page-template-birthday2019 header, .page-template-birthday2019 footer {
  display: none; }

.page-template-birthday2019 .back-1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 55vh;
  background: #070b30; }

.page-template-birthday2019 .back-2 {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 45vh;
  background: #0E1345; }

@media all and (min-width: 1200px) {
  .birthday-block {
    max-width: 1400px; } }

.birthday-block .birthday-image {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 40vw;
  height: 100vh; }

.birthday-block .birthday-header {
  margin-top: 93px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .birthday-block .birthday-header .links a {
    font-family: "gilroy-regular", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.2em;
    margin-right: 70px;
    display: inline-block; }
  .birthday-block .birthday-header .links a:last-child {
    margin-right: 0px; }

.birthday-block .birthday-logo img {
  height: 70px; }

.birthday-block .center-item {
  min-height: calc(100vh - 163px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center; }
  .birthday-block .center-item h1 {
    font-family: "gilroy-regular", sans-serif;
    color: #fff;
    line-height: 113px;
    font-size: 110px;
    margin-bottom: 30px; }
  .birthday-block .center-item .bottom-text {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    line-height: 33px;
    font-size: 20px;
    color: #FFFFFF;
    opacity: 0.65;
    margin-bottom: 99px; }
    @media (max-width: 991.98px) {
      .birthday-block .center-item .bottom-text br {
        display: inline; } }
  .birthday-block .center-item .for-like {
    display: flex;
    align-items: center; }
    .birthday-block .center-item .for-like .like {
      width: 152px;
      height: 152px;
      border-radius: 50%;
      background: #EC008C;
      text-align: center;
      line-height: 152px;
      cursor: pointer;
      display: flex;
      align-content: center;
      justify-content: center; }
      .birthday-block .center-item .for-like .like img {
        line-height: 152px;
        display: inline-block; }
    .birthday-block .center-item .for-like .likes {
      margin-left: 40px; }
      .birthday-block .center-item .for-like .likes .number {
        display: block;
        font-family: "Open Sans";
        line-height: 66px;
        font-size: 110px;
        letter-spacing: 0.07em;
        color: #EC008C;
        margin-bottom: 25px; }
      .birthday-block .center-item .for-like .likes .users {
        font-family: "Open Sans";
        font-style: normal;
        font-weight: normal;
        line-height: 33px;
        font-size: 20px;
        color: #FFFFFF; }

/*# sourceMappingURL=maps/index.css.map */


/****/

ul.clients {
    display: none !important;
}
.awards.clints-sec .awards-logos .awards-logos__item img {
    padding-right: 10px;
    max-width: 175px;
    object-fit: contain;
	filter: grayscale(100%);
}
.awards.clints-sec .awards-logos .awards-logos__item img:hover {
    filter: unset !important;
}
.awards.clints-sec {
    padding: 0;
}
section.services .hover-block img {
    position: relative;
    left: -14px;
}
section.services-list .container {
    padding-bottom: 60px;
}
.awards-logos__item {position: relative;}
.awards-logos__item p {width: 100%}