/* ############################################################################################## */
/* #################################### AUTHOR : PAGE Interactive ################################# */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### MAIN SETTING START ###################################### */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ COMPONENT IMPORT START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(./../src/owl/owl.carousel.css);
@import url("./../img/icon/material-design-iconic-font/css/material-design-iconic-font.css");
@import url("https://use.fontawesome.com/releases/v5.5.0/css/all.css");
: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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 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 {
  margin-top: 0;
  margin-bottom: 1rem; }

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

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; }

b,
strong {
  font-weight: bolder; }

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; }
  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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

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

.figure {
  display: inline-block; }

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.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: 1140px; } }

.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%;
  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: 100%; }

.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: 100%; }
  .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: 100%; }
  .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: 100%; }
  .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: 100%; }
  .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%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

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

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

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

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

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

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

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

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

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

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

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

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

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

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

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

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.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, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.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;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  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 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 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 #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .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-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

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

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: 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; }

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

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

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

.flex-shrink-1 {
  flex-shrink: 1 !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; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !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; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !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; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !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; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !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; } }

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

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

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

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

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

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

.position-sticky {
  position: 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;
  border: 0; }

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.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-n1 {
  margin: -0.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

@font-face {
  font-family: 'lg';
  src: url("./../src/lightGalleryMaster/src/fonts/lg.eot?n1z373");
  src: url("./../src/lightGalleryMaster/src/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("./../src/lightGalleryMaster/src/fonts/lg.woff?n1z373") format("woff"), url("./../src/lightGalleryMaster/src/fonts/lg.ttf?n1z373") format("truetype"), url("./../src/lightGalleryMaster/src/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 5080;
  border: none;
  outline: none; }
  .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5; }
  .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }
  .lg-actions .lg-next:before {
    content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }
  .lg-actions .lg-prev:after {
    content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 5082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .lg-toolbar .lg-icon:hover {
      color: #FFF; }
  .lg-toolbar .lg-close:after {
    content: "\e070"; }
  .lg-toolbar .lg-download:after {
    content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 5080; }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold; }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 5080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }
  @media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
      -webkit-transition: border-color 0.25s ease;
      -o-transition: border-color 0.25s ease;
      transition: border-color 0.25s ease; } }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707; }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }
  .lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"; }
  .lg-outer .lg-toogle-thumb:hover {
    color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 5080;
    cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("./../src/lightGalleryMaster/src/img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("./../src/lightGalleryMaster/src/img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("./../src/lightGalleryMaster/src/img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("./../src/lightGalleryMaster/src/img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("./../src/lightGalleryMaster/src/img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }
  .lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0; }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%; }
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }
  #lg-actual-size:after {
    content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }
  #lg-zoom-out:after {
    content: "\e312"; }
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 5080;
  height: 10px; }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }
  .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }
  .lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; }
  .lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px; }
  .lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px; }
  .lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333; }
  .lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px; }
    .lg-outer .lg-dropdown a:hover {
      background-color: rgba(0, 0, 0, 0.07); }
  .lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle; }
  .lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto; }

.lg-outer #lg-share {
  position: relative; }
  .lg-outer #lg-share:after {
    content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }
  .lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }
  .lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }
  .lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }
  .lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .lg-outer.lg-visible {
    opacity: 1; }
  .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important; }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1; }
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%; }
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap; }
  .lg-outer .lg-item {
    background: url("./../src/lightGalleryMaster/src/img/loading.gif") no-repeat scroll center center transparent;
    display: none !important; }
  .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important; }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important; }
  .lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%; }
    .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
  .lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .lg-outer .lg-item.lg-complete {
    background-image: none; }
  .lg-outer .lg-item.lg-current {
    z-index: 5060; }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important; }
  .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s; }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1; }
  .lg-outer .lg-empty-html {
    display: none; }
  .lg-outer.lg-hide-download #lg-download {
    display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-backdrop.in {
    opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1; }
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* SHADOW START */
/* SHADOW START */
/* GRADIENT START */
/* GRADIENT STOP */
/* SHADOW FALSE START */
/* SHADOW FALSE STOP */
/* SHADOW HEADER START */
/* SHADOW HEADER STOP */
/* SHADOW BOX QUOTE START */
/* SHADOW BOX QUOTE STOP */
/* SHADOW MENU MAIN START */
/* SHADOW MENU MAIN STOP */
/* GRADIENT mMenu-download START */
/* SHADOW mMenu-download STOP */
/* COLOR RGB START */
/* COLOR RGB STOP */
/* COLOR HEX START */
/* COLOR HEX STOP */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* COLOT BG START */
.bg-white {
  background: #ffffff !important; }

.bg-rolling-stone {
  background: #797a7c !important; }

.bg-rolling-bright-gray {
  background: #373e4a !important; }

.bg-amaranth {
  background: #ee3869 !important; }

.bg-school-bus-yellow {
  background: #ffdd00 !important; }

.bg-keppel {
  background: #3bbb9c !important; }

.bg-keppel-2 {
  background: #39bb9d !important; }

.bg-cerulean {
  background: #00b1e5 !important; }

.bg-lochmara {
  background: #0072bc !important; }

.bg-ship-gray {
  background: #414042 !important; }

.bg-dusty-gray {
  background: #979797 !important; }

.bg-athens-gray {
  background: #f5f5f6 !important; }

.bg-alto {
  background: #d8d8d8 !important; }

.bg-persian-green {
  background: #009290 !important; }

.bg-bombay {
  background: #b3b3bd !important; }

.bg-porcelain {
  background: #ebeced !important; }

.bg-abbey {
  background: #58595b !important; }

.bg-big-stone {
  background: #132e3e !important; }

.bg-french-grey {
  background: #bbbbbc !important; }

.bg-off-green {
  background: #eaf9f2 !important; }

.bg-hawkes-blue {
  background: #e7f2fd !important; }

.bg-white-lilac {
  background: #f5f2fb !important; }

.bg-picton-blue {
  background: #3f8fe9 !important; }

.bg-medium-purple {
  background: #8061dc !important; }

.bg-fern {
  background: #57b36e !important; }

.bg-chambray {
  background: #3b5998 !important; }

.bg-dodger-blue {
  background: #1da1f2 !important; }

/* COLOR BG STOP */
/* COLOR TEXT START */
.text-white {
  color: #ffffff !important; }

.text-rolling-stone {
  color: #797a7c !important; }

.text-rolling-bright-gray {
  color: #373e4a !important; }

.text-amaranth {
  color: #ee3869 !important; }

.text-school-bus-yellow {
  color: #ffdd00 !important; }

.text-keppel {
  color: #3bbb9c !important; }

.text-keppel-2 {
  color: #39bb9d !important; }

.text-cerulean {
  color: #00b1e5 !important; }

.text-lochmara {
  color: #0072bc !important; }

.text-ship-gray {
  color: #414042 !important; }

.text-dusty-gray {
  color: #979797 !important; }

.text-athens-gray {
  color: #f5f5f6 !important; }

.text-alto {
  color: #d8d8d8 !important; }

.text-persian-green {
  color: #009290 !important; }

.text-bombay {
  color: #b3b3bd !important; }

.text-porcelain {
  color: #ebeced !important; }

.text-abbey {
  color: #58595b !important; }

.text-big-stone {
  color: #132e3e !important; }

.text-big-french-grey {
  color: #bbbbbc !important; }

.text-big-off-green {
  color: #eaf9f2 !important; }

.text-big-hawkes-blue {
  color: #e7f2fd !important; }

.text-big-white-lilac {
  color: #f5f2fb !important; }

.text-picton-blue {
  color: #3f8fe9 !important; }

.text-medium-purple {
  color: #8061dc; }

.text-fern {
  color: #57b36e; }

.text-chambray {
  color: #3b5998; }

.text-dodger-blue {
  color: #1da1f2; }

/* COLOR TEXT STOP */
/* COLOT BG START */
.br-white {
  border-color: #ffffff !important; }

.br-rolling-stone {
  border-color: #797a7c !important; }

.br-rolling-bright-gray {
  border-color: #373e4a !important; }

.br-amaranth {
  border-color: #ee3869 !important; }

.br-school-bus-yellow {
  border-color: #ffdd00 !important; }

.br-keppel {
  border-color: #3bbb9c !important; }

.br-keppel-2 {
  border-color: #39bb9d !important; }

.br-cerulean {
  border-color: #00b1e5 !important; }

.br-lochmara {
  border-color: #0072bc !important; }

.br-ship-gray {
  border-color: #414042 !important; }

.br-dusty-gray {
  border-color: #979797 !important; }

.br-athens-gray {
  border-color: #f5f5f6 !important; }

.br-alto {
  border-color: #d8d8d8 !important; }

.br-persian-green {
  border-color: #009290 !important; }

.br-bombay {
  border-color: #b3b3bd !important; }

.br-porcelain {
  border-color: #ebeced !important; }

.br-abbey {
  border-color: #58595b !important; }

.br-big-stone {
  border-color: #132e3e !important; }

.br-french-grey {
  border-color: #bbbbbc !important; }

.br-off-green {
  border-color: #eaf9f2 !important; }

.br-hawkes-blue {
  border-color: #e7f2fd !important; }

.br-white-lilac {
  border-color: #f5f2fb !important; }

.br-picton-blue {
  border-color: #3f8fe9 !important; }

.br-medium-purple {
  border-color: #8061dc !important; }

.br-fern {
  border-color: #57b36e !important; }

.br-chambray {
  border-color: #3b5998 !important; }

.br-dodger-blue {
  border-color: #1da1f2 !important; }

/* COLOR BG STOP */
/* COLOR GR START */
.gr-color-1 {
  background-image: linear-gradient(to right, #ffdd00, #ee3869) !important; }

.gr-color-1-2 {
  background-image: linear-gradient(to top right, #ffdd00, #ee3869) !important; }

.gr-color-1-3 {
  background: linear-gradient(to right, #ffdd00, #ee3869) !important; }

.gr-color-1-4 {
  background-image: linear-gradient(to top left, #ffdd00, #ee3869) !important; }

.gr-color-2 {
  background-image: linear-gradient(to right, #ee3869, #00b1e5) !important; }

.gr-color-2-2 {
  background-image: linear-gradient(to top right, #ee3869, #00b1e5) !important; }

.gr-color-2-3 {
  background: linear-gradient(to right, #ee3869, #00b1e5) !important; }

.gr-color-2-4 {
  background-image: linear-gradient(to top left, #ee3869, #00b1e5) !important; }

.gr-color-3 {
  background-image: linear-gradient(to right, #3bbb9c, #00b1e5) !important; }

.gr-color-3-2 {
  background-image: linear-gradient(to top right, #3bbb9c, #00b1e5) !important; }

.gr-color-3-3 {
  background: linear-gradient(to right, #3bbb9c, #00b1e5) !important; }

.gr-color-3-4 {
  background-image: linear-gradient(to top left, #3bbb9c, #00b1e5) !important; }

.gr-color-4 {
  background-image: linear-gradient(to right, #ffdd00, #3bbb9c) !important; }

.gr-color-4-2 {
  background-image: linear-gradient(to top right, #ffdd00, #3bbb9c) !important; }

.gr-color-4-3 {
  background: linear-gradient(to right, #ffdd00, #3bbb9c) !important; }

.gr-color-4-4 {
  background-image: linear-gradient(to top left, #ffdd00, #3bbb9c) !important; }

/* COLOR GR STOP */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### AUTHOR : PAGE Interactive ################################# */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ COMPONENT IMPORT START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ COMPONENT IMPORT STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* MAIN ICON URL START */
/* MAIN ICON URL STOP */
/* ICON P00 URL START */
/* ICON P00 URL STOP */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* MAIN SETTING START */
div.hexagon-centering {
  position: relative;
  width: 100%;
  height: 100%; }
  div.hexagon-centering i {
    position: absolute !important;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 0 !important;
    margin-left: 0 !important; }

.icon-mask {
  background: #373e4a;
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  width: 50px;
  height: 50px;
  display: block;
  z-index: 50; }

/* MAIN SETTING STOP */
/* LOGO START */
.icon-logo-1 {
  background-size: cover;
  display: block; }

@media (min-width: 1600px) {
  .icon-logo-1 {
    background: url(./../img/logo/logo-1.svg) no-repeat center;
    background-size: 100% 100%;
    width: 200px;
    height: 40px; } }

@media (max-width: 1599px) and (min-width: 1280px) {
  .icon-logo-1 {
    background: url(./../img/logo/logo-1-1.svg) no-repeat center;
    background-size: 100% 100%;
    width: 83px;
    height: 40px; } }

@media (max-width: 1279px) {
  .icon-logo-1 {
    background: url(./../img/logo/logo-1.svg) no-repeat center;
    background-size: 100% 100%;
    width: 200px;
    height: 40px; } }

.icon-logo-2 {
  background-size: cover;
  display: block; }

@media (min-width: 1600px) {
  .icon-logo-2 {
    background: url(./../img/logo/logo-2.svg) no-repeat center;
    background-size: 100% 100%;
    width: 200px;
    height: 105px; } }

@media (max-width: 1599px) {
  .icon-logo-2 {
    background: url(./../img/logo/logo-2.svg) no-repeat center;
    background-size: 100% 100%;
    width: 200px;
    height: 105px; } }

.icon-logo-3 {
  display: block; }

@media (min-width: 1600px) {
  .icon-logo-3 {
    background: url(./../img/logo/logo-3.svg) no-repeat center;
    background-size: 100% 100% !important;
    width: 276px;
    height: 143px; } }

@media (max-width: 1599px) {
  .icon-logo-3 {
    background: url(./../img/logo/logo-3.svg) no-repeat center;
    background-size: 100% 100% !important;
    width: 276px;
    height: 143px; } }

/* LOGO STOP */
/* ICON TABLET START */
.p000-section-7 .p000-section-7_background-1 .container .p000-section-7_icon-other-tablet-1 {
  z-index: 0; }
  .p000-section-7 .p000-section-7_background-1 .container .p000-section-7_icon-other-tablet-1::before {
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 50; }

/* ICON TABLET STOP */
/* ICON SEARCH START */
.icon-search-1 {
  background: url(./../img/icon/menu/icon-search-1.svg) no-repeat center;
  background-size: auto;
  width: 16px;
  height: 16px;
  display: block; }

/* ICON SEARCH STOP */
/* ICON SERVICES START */
.icon-services-AIMarketingAutomationGray {
  mask-image: url(./../img/icon/services/icon-services-AIMarketingAutomationGray.svg);
  -webkit-mask-box-image: url(./../img/icon/services/icon-services-AIMarketingAutomationGray.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-services-AIMarketingAutomationWhite {
  mask-image: url(./../img/icon/services/icon-services-AIMarketingAutomationWhite.svg);
  -webkit-mask-box-image: url(./../img/icon/services/icon-services-AIMarketingAutomationWhite.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-services-GoogleShoppingGray {
  mask-image: url(./../img/icon/services/icon-services-GoogleShoppingGray.svg);
  -webkit-mask-box-image: url(./../img/icon/services/icon-services-GoogleShoppingGray.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-services-ShoppingWhite {
  mask-image: url(./../img/icon/services/icon-services-ShoppingWhite.svg);
  -webkit-mask-box-image: url(./../img/icon/services/icon-services-ShoppingWhite.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-services-IconOmnichannelGray {
  mask-image: url(./../img/icon/services/icon-services-IconOmnichannelGray.svg);
  -webkit-mask-box-image: url(./../img/icon/services/icon-services-IconOmnichannelGray.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-services-IconOmnichannelWhite {
  mask-image: url(./../img/icon/services/icon-services-IconOmnichannelWhite.svg);
  -webkit-mask-box-image: url(./../img/icon/services/icon-services-IconOmnichannelWhite.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-services-IconPersonalisedEmailsGray {
  mask-image: url(./../img/icon/services/icon-services-IconPersonalisedEmailsGray.svg);
  -webkit-mask-box-image: url(./../img/icon/services/icon-services-IconPersonalisedEmailsGray.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-services-IconPersonalisedEmailsWhite {
  mask-image: url(./../img/icon/services/icon-services-IconPersonalisedEmailsWhite.svg);
  -webkit-mask-box-image: url(./../img/icon/services/icon-services-IconPersonalisedEmailsWhite.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-services-IconRecommendationEngineGray {
  mask-image: url(./../img/icon/services/icon-services-IconRecommendationEngineGray.svg);
  -webkit-mask-box-image: url(./../img/icon/services/icon-services-IconRecommendationEngineGray.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-services-IconRecommendationEngineWhite {
  mask-image: url(./../img/icon/services/icon-services-IconRecommendationEngineWhite.svg);
  -webkit-mask-box-image: url(./../img/icon/services/icon-services-IconRecommendationEngineWhite.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

/* ICON SERVICES STOP */
/* ICON IMPLEMENTATION START */
.icon-implementation-ConfigurationGray {
  mask-image: url(./../img/icon/implementation/icon-implementation-ConfigurationGray.svg);
  -webkit-mask-box-image: url(./../img/icon/implementation/icon-implementation-ConfigurationGray.svg);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-implementation-ConfigurationWhite {
  mask-image: url(./../img/icon/implementation/icon-implementation-ConfigurationWhite.svg);
  -webkit-mask-box-image: url(./../img/icon/implementation/icon-implementation-ConfigurationWhite.svg);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-implementation-ScriptGray {
  mask-image: url(./../img/icon/implementation/icon-implementation-ScriptGray.svg);
  -webkit-mask-box-image: url(./../img/icon/implementation/icon-implementation-ScriptGray.svg);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-implementation-ScriptWhite {
  mask-image: url(./../img/icon/implementation/icon-implementation-ScriptWhite.svg);
  -webkit-mask-box-image: url(./../img/icon/implementation/icon-implementation-ScriptWhite.svg);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-implementation-TestGray {
  mask-image: url(./../img/icon/implementation/icon-implementation-TestGray.svg);
  -webkit-mask-box-image: url(./../img/icon/implementation/icon-implementation-TestGray.svg);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-implementation-TestWhite {
  mask-image: url(./../img/icon/implementation/icon-implementation-TestWhite.svg);
  -webkit-mask-box-image: url(./../img/icon/implementation/icon-implementation-TestWhite.svg);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-implementation-chat46 {
  mask-image: url(./../img/icon/implementation/icon-implementation-chat46.svg);
  -webkit-mask-box-image: url(./../img/icon/implementation/icon-implementation-chat46.svg);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-implementation-Path {
  mask-image: url(./../img/icon/implementation/icon-implementation-Path.svg);
  -webkit-mask-box-image: url(./../img/icon/implementation/icon-implementation-Path.svg);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-implementation-dashboardlevel {
  mask-image: url(./../img/icon/implementation/icon-implementation-dashboardlevel.svg);
  -webkit-mask-box-image: url(./../img/icon/implementation/icon-implementation-dashboardlevel.svg);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-implementation-settingsWhite {
  mask-image: url(./../img/icon/implementation/icon-implementation-settingsWhite.svg);
  -webkit-mask-box-image: url(./../img/icon/implementation/icon-implementation-settingsWhite.svg);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-implementation-check1 {
  mask-image: url(./../img/icon/implementation/icon-implementation-check1.svg);
  -webkit-mask-box-image: url(./../img/icon/implementation/icon-implementation-check1.svg);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-implementation-up1 {
  mask-image: url(./../img/icon/implementation/icon-implementation-up1.svg);
  -webkit-mask-box-image: url(./../img/icon/implementation/icon-implementation-up1.svg);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-implementation-up2 {
  mask-image: url(./../img/icon/implementation/icon-implementation-up2.svg);
  -webkit-mask-box-image: url(./../img/icon/implementation/icon-implementation-up2.svg);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-implementation-people {
  mask-image: url(./../img/icon/implementation/icon-implementation-people.svg);
  -webkit-mask-box-image: url(./../img/icon/implementation/icon-implementation-people.svg);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

/* ICON IMPLEMENTATION STOP */
/* ICON OTHER START */
.icon-other-list1 {
  mask-image: url(./../img/icon/other/icon-other-list1.svg);
  -webkit-mask-box-image: url(./../img/icon/other/icon-other-list1.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-other-list2 {
  mask-image: url(./../img/icon/other/icon-other-list2.svg);
  -webkit-mask-box-image: url(./../img/icon/other/icon-other-list2.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-other-list3 {
  mask-image: url(./../img/icon/other/icon-other-list3.svg);
  -webkit-mask-box-image: url(./../img/icon/other/icon-other-list3.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-other-list4 {
  mask-image: url(./../img/icon/other/icon-other-list4.svg);
  -webkit-mask-box-image: url(./../img/icon/other/icon-other-list4.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-other-list5 {
  mask-image: url(./../img/icon/other/icon-other-list5.svg);
  -webkit-mask-box-image: url(./../img/icon/other/icon-other-list5.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-other-list6 {
  mask-image: url(./../img/icon/other/icon-other-list6.svg);
  -webkit-mask-box-image: url(./../img/icon/other/icon-other-list6.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-other-list7 {
  mask-image: url(./../img/icon/other/icon-other-list7.svg);
  -webkit-mask-box-image: url(./../img/icon/other/icon-other-list7.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-other-list8 {
  mask-image: url(./../img/icon/other/icon-other-list8.svg);
  -webkit-mask-box-image: url(./../img/icon/other/icon-other-list8.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-other-list9 {
  mask-image: url(./../img/icon/other/icon-other-list9.svg);
  -webkit-mask-box-image: url(./../img/icon/other/icon-other-list9.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-other-list10 {
  mask-image: url(./../img/icon/other/icon-other-list10.svg);
  -webkit-mask-box-image: url(./../img/icon/other/icon-other-list10.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-other-list11 {
  mask-image: url(./../img/icon/other/icon-other-list11.svg);
  -webkit-mask-box-image: url(./../img/icon/other/icon-other-list11.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-other-list12 {
  mask-image: url(./../img/icon/other/icon-other-list12.svg);
  -webkit-mask-box-image: url(./../img/icon/other/icon-other-list12.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-other-list13 {
  mask-image: url(./../img/icon/other/icon-other-list13.svg);
  -webkit-mask-box-image: url(./../img/icon/other/icon-other-list13.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-other-list14 {
  mask-image: url(./../img/icon/other/icon-other-list14.svg);
  -webkit-mask-box-image: url(./../img/icon/other/icon-other-list14.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-other-list15 {
  mask-image: url(./../img/icon/other/icon-other-list15.svg);
  -webkit-mask-box-image: url(./../img/icon/other/icon-other-list15.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-other-list16 {
  mask-image: url(./../img/icon/other/icon-other-list16.svg);
  -webkit-mask-box-image: url(./../img/icon/other/icon-other-list16.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-other-list17 {
  mask-image: url(./../img/icon/other/icon-other-list17.svg);
  -webkit-mask-box-image: url(./../img/icon/other/icon-other-list17.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-other-list18 {
  mask-image: url(./../img/icon/other/icon-other-list18.svg);
  -webkit-mask-box-image: url(./../img/icon/other/icon-other-list18.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-other-list19 {
  mask-image: url(./../img/icon/other/icon-other-list19.svg);
  -webkit-mask-box-image: url(./../img/icon/other/icon-other-list19.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-other-list20 {
  mask-image: url(./../img/icon/other/icon-other-list20.svg);
  -webkit-mask-box-image: url(./../img/icon/other/icon-other-list20.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-other-list21 {
  mask-image: url(./../img/icon/other/icon-other-list21.svg);
  -webkit-mask-box-image: url(./../img/icon/other/icon-other-list21.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-other-cart {
  mask-image: url(./../img/icon/other/icon-other-cart.svg);
  -webkit-mask-box-image: url(./../img/icon/other/icon-other-cart.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-other-shopgoogle {
  mask-image: url(./../img/icon/other/icon-other-shopgoogle.svg);
  -webkit-mask-box-image: url(./../img/icon/other/icon-other-shopgoogle.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-other-search {
  mask-image: url(./../img/icon/other/icon-other-search.svg);
  -webkit-mask-box-image: url(./../img/icon/other/icon-other-search.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-other-go {
  mask-image: url(./../img/icon/other/icon-other-go.svg);
  -webkit-mask-box-image: url(./../img/icon/other/icon-other-go.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

/* ICON OTHER STOP */
/* ICON CONTACT START */
.icon-contact-LinkGray {
  mask-image: url(./../img/icon/icon-contact/icon-contact-LinkGray.svg);
  -webkit-mask-box-image: url(./../img/icon/icon-contact/icon-contact-LinkGray.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-contact-LinkWhite {
  mask-image: url(./../img/icon/icon-contact/icon-contact-LinkWhite.svg);
  -webkit-mask-box-image: url(./../img/icon/icon-contact/icon-contact-LinkWhite.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-contact-MailGray {
  mask-image: url(./../img/icon/icon-contact/icon-contact-MailGray.svg);
  -webkit-mask-box-image: url(./../img/icon/icon-contact/icon-contact-MailGray.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-contact-MailWhite {
  mask-image: url(./../img/icon/icon-contact/icon-contact-MailWhite.svg);
  -webkit-mask-box-image: url(./../img/icon/icon-contact/icon-contact-MailWhite.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-contact-MapPinGray {
  mask-image: url(./../img/icon/icon-contact/icon-contact-MapPinGray.svg);
  -webkit-mask-box-image: url(./../img/icon/icon-contact/icon-contact-MapPinGray.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-contact-MapPinWhite {
  mask-image: url(./../img/icon/icon-contact/icon-contact-MapPinWhite.svg);
  -webkit-mask-box-image: url(./../img/icon/icon-contact/icon-contact-MapPinWhite.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-contact-MapPinYellowFill {
  mask-image: url(./../img/icon/icon-contact/icon-contact-MapPinYellowFill.svg);
  -webkit-mask-box-image: url(./../img/icon/icon-contact/icon-contact-MapPinYellowFill.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-contact-PhoneGray {
  mask-image: url(./../img/icon/icon-contact/icon-contact-PhoneGray.svg);
  -webkit-mask-box-image: url(./../img/icon/icon-contact/icon-contact-PhoneGray.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-contact-PhoneWhite {
  mask-image: url(./../img/icon/icon-contact/icon-contact-PhoneWhite.svg);
  -webkit-mask-box-image: url(./../img/icon/icon-contact/icon-contact-PhoneWhite.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

.icon-contact-help {
  mask-image: url(./../img/icon/icon-contact/icon-contact-help.svg);
  -webkit-mask-box-image: url(./../img/icon/icon-contact/icon-contact-help.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

/* ICON CONTACT STOP */
/* FONT ICON HEXAGON START */
.hexagon-default {
  mask-image: url(./../img/hexagons/hexagon-default.svg);
  -webkit-mask-box-image: url(./../img/hexagons/hexagon-default.svg); }

/* FONT ICON HEXAGON START */
/* FONT BORDER RADIUS START */
.border-radius-default {
  width: 96px;
  height: 96px;
  border-radius: 100%; }

/* FONT BORDER RADIUS START */
/* ICON MENU HAMBURGER START */
.mMenu-icon-hamburger {
  width: 17px;
  height: 17px;
  right: 50px;
  top: 25px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }
  .mMenu-icon-hamburger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #373e4a;
    border-radius: 50px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    .mMenu-icon-hamburger span:nth-child(even) {
      left: 50%;
      border-radius: 0 9px 9px 0; }
    .mMenu-icon-hamburger span:nth-child(odd) {
      left: 0px;
      border-radius: 9px 0 0 9px; }
    .mMenu-icon-hamburger span:nth-child(1) {
      top: 0px; }
    .mMenu-icon-hamburger span:nth-child(2) {
      top: 0px; }
    .mMenu-icon-hamburger span:nth-child(3) {
      top: 8px; }
    .mMenu-icon-hamburger span:nth-child(4) {
      top: 8px; }
    .mMenu-icon-hamburger span:nth-child(5) {
      top: 16px; }
    .mMenu-icon-hamburger span:nth-child(6) {
      top: 16px; }

@media (min-width: 1279px) {
  .mMenu-icon-hamburger {
    display: none !important; } }

@media (max-width: 1279px) {
  .mMenu-icon-hamburger {
    display: block; } }

.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0px;
  top: 7px; }

.open span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: calc(50% - 8px);
  top: 7px; }

.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 0px;
  top: 8px; }

.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: calc(50% - 8px);
  top: 8px; }

/* ICON MENU HAMBURGER STOP */
/* ICON HEXAGON START */
.hexagon-max {
  position: absolute;
  z-index: 0;
  animation: hexagon-max 8s infinite;
  -webkit-animation: hexagon-max 5s infinite; }

@keyframes hexagon-max {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-30px); }
  100% {
    transform: translateY(0); } }

@media (min-width: 1200px) {
  .hexagon-max {
    width: 701px;
    height: 763px; } }

@media (max-width: 1199px) and (min-width: 768px) {
  .hexagon-max {
    width: 701px;
    height: 763px; } }

@media (max-width: 767px) and (min-width: 425px) {
  .hexagon-max {
    width: 350px;
    /* 60% */
    height: 381px; } }

@media (max-width: 424px) {
  .hexagon-max {
    width: 280px;
    /* 40% */
    height: 305px; } }

.hexagon-outline-max {
  width: 228px;
  height: 251px;
  position: absolute;
  background: #f4f4f4;
  animation: hexagon-outline-max 8s infinite;
  -webkit-animation: hexagon-outline-max 8s infinite; }
  .hexagon-outline-max .hexagon-outline-max-1 {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #ffffff; }

@keyframes hexagon-outline-max {
  0% {
    transform: translateY(20px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(20px); } }

@media (min-width: 1200px) {
  .hexagon-outline-max {
    margin-left: 121px;
    top: -100px; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .hexagon-outline-max {
    margin-left: 0px;
    top: -100px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .hexagon-outline-max {
    margin-left: -80px;
    top: -100px; } }

@media (max-width: 767px) {
  .hexagon-outline-max {
    margin-left: -190px;
    top: -100px; } }

.hexagon-medium {
  z-index: 50;
  animation: hexagon-medium 8s infinite;
  -webkit-animation: hexagon-medium 8s infinite; }

@keyframes hexagon-medium {
  0% {
    transform: translateY(-30px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(-30px); } }

@media (min-width: 1200px) {
  .hexagon-medium {
    width: 406px;
    height: 441px; } }

@media (max-width: 1199px) and (min-width: 768px) {
  .hexagon-medium {
    width: 406px;
    height: 441px; } }

@media (max-width: 767px) and (min-width: 425px) {
  .hexagon-medium {
    width: 244px;
    height: 265px; } }

@media (max-width: 424px) {
  .hexagon-medium {
    width: 228px;
    height: 265px; } }

.hexagon-outline-medium {
  width: 114px;
  height: 126px;
  position: absolute;
  display: block;
  background: #f4f4f4;
  animation: hexagon-outline-medium 8s infinite;
  -webkit-animation: hexagon-outline-medium 8s infinite; }
  .hexagon-outline-medium .hexagon-outline-medium-1 {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #ffffff; }

@keyframes hexagon-outline-medium {
  0% {
    transform: translateY(20px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(20px); } }

@media (min-width: 1200px) {
  .hexagon-outline-medium {
    margin-top: 60px;
    right: 20px; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .hexagon-outline-medium {
    right: -20px;
    margin-top: 60px; } }

@media (max-width: 992px) and (min-width: 768px) {
  .hexagon-outline-medium {
    right: -30px;
    margin-top: 60px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .hexagon-outline-medium {
    right: -20px;
    margin-top: 60px; } }

@media (max-width: 767px) {
  .hexagon-outline-medium {
    right: -20px;
    margin-top: 160px; } }

.hexagon-outline-small {
  width: 57px;
  height: 63px;
  position: absolute;
  background: #f4f4f4;
  animation: hexagon-outline-small 8s infinite;
  -webkit-animation: hexagon-outline-small 8s infinite; }
  .hexagon-outline-small .hexagon-outline-small-1 {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #ffffff; }

@keyframes hexagon-outline-small {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0px); } }

@media (min-width: 1200px) {
  .hexagon-outline-small {
    right: 315px;
    margin-top: -45px; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .hexagon-outline-small {
    right: 225px;
    margin-top: -45px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .hexagon-outline-small {
    right: 85px;
    margin-top: -45px; } }

@media (max-width: 767px) {
  .hexagon-outline-small {
    right: -15px;
    margin-top: -45px; } }

/* ICON HEXAGON STOP */
/* ICON LIST START */
.hero-section-1_icon-services {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-top: 41px;
  z-index: 200;
  position: relative; }
  @media (min-width: 1200px) {
    .hero-section-1_icon-services {
      max-width: 584px; }
      .hero-section-1_icon-services li img {
        width: 60px; } }
  @media (max-width: 1199px) {
    .hero-section-1_icon-services {
      width: 100%; }
      .hero-section-1_icon-services li img {
        width: 90px; } }
  .hero-section-1_icon-services li {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center; }
    .hero-section-1_icon-services li:before {
      display: none; }
    @media (min-width: 1200px) {
      .hero-section-1_icon-services li .icon-services-1 .icon-mask-1 {
        width: 26px;
        height: 25px;
        top: 18px; } }
    @media (max-width: 1199px) {
      .hero-section-1_icon-services li .icon-services-1 .icon-mask-1 {
        width: 40px;
        height: 38px;
        top: 27px; } }
    @media (min-width: 1200px) {
      .hero-section-1_icon-services li .icon-services-1 .icon-mask-2 {
        width: 30px;
        height: 30px;
        top: 15px; } }
    @media (max-width: 1199px) {
      .hero-section-1_icon-services li .icon-services-1 .icon-mask-2 {
        width: 46px;
        height: 46px;
        top: 23px; } }
    @media (min-width: 1200px) {
      .hero-section-1_icon-services li .icon-services-1 .icon-mask-3 {
        width: 23px;
        height: 23px;
        top: 19px; } }
    @media (max-width: 1199px) {
      .hero-section-1_icon-services li .icon-services-1 .icon-mask-3 {
        width: 35px;
        height: 35px;
        top: 29px; } }
    @media (min-width: 1200px) {
      .hero-section-1_icon-services li .icon-services-1 .icon-mask-4 {
        width: 29px;
        height: 29px;
        top: 16px; } }
    @media (max-width: 1199px) {
      .hero-section-1_icon-services li .icon-services-1 .icon-mask-4 {
        width: 44px;
        height: 44px;
        top: 24px; } }
    @media (min-width: 1200px) {
      .hero-section-1_icon-services li .icon-services-1 .icon-mask-5 {
        width: 29px;
        height: 28px;
        top: 16px; } }
    @media (max-width: 1199px) {
      .hero-section-1_icon-services li .icon-services-1 .icon-mask-5 {
        width: 44px;
        height: 43px;
        top: 24px; } }
    .hero-section-1_icon-services li span {
      font-size: 14px;
      line-height: 15.75px;
      color: #373e4a;
      text-align: center;
      display: block;
      margin-top: 16px; }

@media (max-width: 530px) {
  .hero-section-1_icon-services {
    display: block;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto; }
    .hero-section-1_icon-services li {
      margin-bottom: 30px;
      flex: 100%;
      max-width: 100%; }
      .hero-section-1_icon-services li span {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        display: block; } }

/* ICON LIST STOP */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
form {
  width: 100%;
  text-align: left; }
  form .hidden_label label,
  form .gfield_visibility_hidden {
    display: none; }
  form.sellerDiscount input {
    width: initial; }
  form .gfield_checkbox a {
    float: none !important;
    color: #ee3869 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    line-height: 0px !important;
    margin: 0px !important;
    font-weight: 400 !important; }
  form ul li:before {
    content: ""; }
  form .gform_title {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2; }
  form .gform_body li.gform_hidden {
    margin-bottom: 0; }
  form .validation_error {
    color: #da2455;
    margin-bottom: 10px; }
  form .info {
    margin: 0; }
  form ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0; }
    form ul li {
      flex: 0 0 100%;
      max-width: 100%;
      font-weight: 500;
      font-size: 14px;
      line-height: 16px;
      padding-left: 0;
      min-height: auto !important;
      color: #797a7c; }
      form ul li .validation_message {
        color: #da2455;
        margin-top: 10px; }
      form ul li label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        line-height: 20px;
        min-height: 30px;
        margin: 0;
        max-width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        font-family: "Source Sans Pro", sans-serif; }
        form ul li label .hidden_sub_label {
          clip: rect(1px, 1px, 1px, 1px);
          position: absolute !important;
          height: 1px;
          width: 1px;
          overflow: hidden; }
        form ul li label a {
          font-size: 12px;
          color: #797a7c; }
        form ul li label span {
          color: #ee3869;
          font-weight: 700;
          padding-left: 5px; }
      form ul li .gfield_label {
        padding-left: 0 !important; }
        form ul li .gfield_label::before {
          display: none !important; }
      form ul li input {
        width: 100%;
        height: 50px;
        border: 1px solid #ebeced;
        border-radius: 2px;
        background: #ffffff;
        padding-left: 14px;
        font-size: 16px;
        color: #b3b3bd;
        margin-top: 0px;
        margin-bottom: 0px;
        transition: all 1s; }
        form ul li input:focus {
          outline: none;
          box-shadow: none !important;
          border: 1px solid #373e4a;
          padding-left: 10px;
          transition: all 0.5s; }
          form ul li input:focus::placeholder {
            opacity: 0;
            transition: all 0.5s; }
        form ul li input::placeholder {
          font-family: "Source Sans Pro", sans-serif;
          font-weight: 400;
          color: #b3b3bd;
          font-size: 16px; }
      form ul li select {
        width: 100% !important;
        height: 50px;
        background: #ffffff;
        border: 1px solid #ebeced;
        border-radius: 2px;
        margin-top: 12px;
        margin-bottom: 12px; }
        form ul li select:focus {
          outline: none;
          box-shadow: none !important;
          border: 1px solid #373e4a;
          padding-left: 10px;
          transition: all 0.5s; }
  form ul.gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0; }
    form ul.gfield_checkbox li {
      flex: 0 0 100%;
      max-width: 100%;
      font-weight: 500;
      font-size: 14px;
      line-height: 16px;
      padding-left: 0;
      min-height: auto !important;
      color: #797a7c; }
      form ul.gfield_checkbox li .validation_message {
        color: #da2455;
        margin-top: 10px; }
      form ul.gfield_checkbox li label {
        font-weight: 500;
        font-size: 22px;
        line-height: 36px;
        padding: 10px 0px; }
        form ul.gfield_checkbox li label .hidden_sub_label {
          clip: rect(1px, 1px, 1px, 1px);
          position: absolute !important;
          height: 1px;
          width: 1px;
          overflow: hidden; }
      form ul.gfield_checkbox li .gfield_label {
        padding-left: 0 !important; }
        form ul.gfield_checkbox li .gfield_label::before {
          display: none !important; }
      form ul.gfield_checkbox li input {
        width: 100%;
        border: 1px solid #ebeced;
        border-radius: 2px;
        background: #ffffff;
        padding-left: 14px;
        font-size: 16px;
        color: #b3b3bd;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 10px; }
        form ul.gfield_checkbox li input:focus {
          outline: none;
          box-shadow: none !important;
          border: 1px solid #373e4a;
          padding-left: 10px; }
          form ul.gfield_checkbox li input:focus::placeholder {
            opacity: 0; }
        form ul.gfield_checkbox li input::placeholder {
          font-family: "Source Sans Pro", sans-serif;
          font-weight: 400;
          color: #b3b3bd;
          font-size: 16px; }
      form ul.gfield_checkbox li select {
        width: 100% !important;
        height: 50px;
        background: #ffffff;
        border: 1px solid #ebeced;
        border-radius: 2px;
        margin-top: 12px;
        margin-bottom: 12px; }
        form ul.gfield_checkbox li select:focus {
          outline: none;
          box-shadow: none !important;
          border: 1px solid #373e4a;
          padding-left: 10px; }
      form ul.gfield_checkbox li label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        font-size: 14px;
        line-height: 20px;
        min-height: 30px;
        margin: 0;
        max-width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 30px;
        color: #797a7c;
        font-family: "Source Sans Pro", sans-serif; }
        form ul.gfield_checkbox li label::before {
          content: "";
          display: inline-block;
          position: absolute;
          width: 18px;
          height: 18px;
          left: 0;
          top: 2px;
          margin-left: 0px;
          border: 2px solid #ebeced;
          border-radius: 0px;
          background-color: #ffffff;
          -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
          -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
          transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
        form ul.gfield_checkbox li label::after {
          display: inline-block;
          position: absolute;
          width: 16px;
          height: 16px;
          left: 1px;
          top: 0px;
          margin-left: 0px;
          padding-left: 3px;
          padding-top: 1px;
          font-size: 11px;
          color: #373e4a; }
        form ul.gfield_checkbox li label a {
          font-size: 12px;
          color: #797a7c; }
        form ul.gfield_checkbox li label span {
          color: #ee3869;
          font-weight: 700; }
      form ul.gfield_checkbox li input[type="checkbox"], form ul.gfield_checkbox li input[type="radio"] {
        display: none;
        z-index: 1;
        height: 0px; }
      form ul.gfield_checkbox li input[type="checkbox"]:focus + label::before,
      form ul.gfield_checkbox li input[type="radio"]:focus + label::before {
        outline: thin dotted;
        outline: 0px auto -webkit-focus-ring-color;
        outline-offset: 0px; }
      form ul.gfield_checkbox li input[type="checkbox"]:checked + label::after,
      form ul.gfield_checkbox li input[type="radio"]:checked + label::after {
        content: "\f00c";
        font-family: "Font Awesome 5 Pro";
        display: inline-block; }
      form ul.gfield_checkbox li input[type="checkbox"]:indeterminate + label::after,
      form ul.gfield_checkbox li input[type="radio"]:indeterminate + label::after {
        display: block;
        content: "";
        width: 10px;
        height: 3px;
        background-color: #555555;
        border-radius: 2px;
        margin-left: 0px;
        margin-top: 7px; }
      form ul.gfield_checkbox li input[type="checkbox"]:disabled + label,
      form ul.gfield_checkbox li input[type="radio"]:disabled + label {
        opacity: 0.65; }
      form ul.gfield_checkbox li input[type="checkbox"]:disabled + label::before,
      form ul.gfield_checkbox li input[type="radio"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
      form ul.gfield_checkbox li input.checkbox-circle label::before {
        border-radius: 50%; }
      form ul.gfield_checkbox li input.checkbox-inline {
        margin-top: 0; }
    form ul.gfield_checkbox .checkbox-primary input[type="checkbox"]:checked + label::before,
    form ul.gfield_checkbox .checkbox-primary input[type="radio"]:checked + label::before {
      background-color: #337ab7;
      border-color: #337ab7; }
    form ul.gfield_checkbox .checkbox-primary input[type="checkbox"]:checked + label::after,
    form ul.gfield_checkbox .checkbox-primary input[type="radio"]:checked + label::after {
      color: #fff; }
  @media (min-width: 768px) {
    form .small {
      width: 25%; }
    form .medium {
      width: 50%; }
    form .large {
      width: 100%; }
    form .gf_left_half {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 5px 0 0; }
    form .gf_right_half {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 0 0 5px; }
    form .gf_left_third {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
      padding: 0 5px 0 0; }
    form .gf_middle_third {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
      padding: 0 15px; }
    form .gf_right_third {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
      padding: 0 0 0 5px; } }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ COMPONENT IMPORT STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OPTION START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
body {
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  text-align: left;
  line-height: 27px;
  padding: 0;
  margin: 0;
  color: #373e4a;
  padding-top: 120px; }

@media (max-width: 768px) {
  body {
    padding-top: 70px; } }

header {
  width: 100%;
  box-shadow: 0px 2px 4px rgba(19, 46, 62, 0.05);
  position: fixed;
  display: block;
  z-index: 1051;
  top: 0;
  transition: all 0.5s; }

*:focus {
  outline: 0; }

ol {
  counter-reset: item;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  ol li {
    counter-increment: item;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    font-size: 18px; }
    ol li ul {
      display: block;
      margin: 0 auto;
      margin-bottom: 10px; }
      ol li ul li {
        padding-left: 15px;
        margin: 0;
        padding-top: 5px;
        padding-bottom: 5px; }

ul {
  list-style: none;
  display: block;
  padding: 0;
  margin-left: auto;
  margin-right: auto; }
  ul li {
    padding-left: 15px;
    margin-bottom: 10px;
    line-height: 24px;
    z-index: 200; }
  ul li:before {
    content: "\2022";
    position: absolute;
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin-left: -15px;
    margin-right: 15px;
    color: #ee3869; }

ul.dpsp-networks-btns-wrapper li:before {
  display: none; }

.pt-10 {
  padding-top: 10px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

em {
  color: #ee3869; }

section,
.section {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden; }

h1, h2, h3, h4, h6 {
  font-weight: 700;
  color: #414042;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 200; }
  h1 span, h2 span, h3 span, h4 span, h6 span {
    color: #ee3869; }

@media (max-width: 767px) {
  br {
    display: none !important; } }

.table-striped {
  width: 100%; }
  .table-striped th {
    padding: 12px 15px !important;
    min-height: 48px;
    color: #373e4a; }
  .table-striped td {
    padding: 12px 15px !important;
    min-height: 48px;
    color: #797a7c; }

h1 {
  font-size: 48px; }

@media (max-width: 320px) {
  h1 {
    font-size: 43px; } }

h2 {
  font-size: 40px;
  line-height: 60px; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 24px; }

h5 {
  z-index: 200;
  position: relative;
  line-height: 24px;
  font-size: 18px;
  font-weight: 600;
  color: #414042; }

h6 {
  font-size: 18px; }

a {
  z-index: 200;
  color: #ee3869; }
  a:hover {
    color: #ee3869;
    text-decoration: none; }

hr {
  z-index: 200;
  width: 100%;
  height: 1px;
  border: 0;
  background: #ebeced; }

cite {
  z-index: 200;
  font-size: 22px;
  font-style: normal;
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
  line-height: 36px;
  padding-bottom: 15px;
  color: #373e4a; }

q {
  color: #ee3869;
  font-size: 22px;
  line-height: 36px;
  padding-top: 36px;
  padding-bottom: 36px;
  position: relative;
  display: block; }
  q:before {
    display: none; }
  q:after {
    display: none; }

textarea,
input[type="text"],
input[type="email"],
input[type="number"] {
  border: 1px solid #ebeced;
  border-radius: 2px;
  background: #ffffff;
  padding: 10px;
  font-size: 16px;
  color: #b3b3bd;
  transition: all 1s; }
  textarea:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus {
    outline: none;
    box-shadow: none !important;
    border: 1px solid #8f8f99;
    transition: all 0.5s; }
    textarea:focus::placeholder,
    input[type="text"]:focus::placeholder,
    input[type="email"]:focus::placeholder,
    input[type="number"]:focus::placeholder {
      opacity: 0;
      transition: all 0.5s; }
  textarea::placeholder,
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="number"]::placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    color: #b3b3bd;
    font-size: 16px; }

select {
  width: 100%;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #ebeced;
  border-radius: 2px;
  margin-top: 12px;
  margin-bottom: 12px; }
  select:focus {
    outline: none;
    box-shadow: none !important;
    border: 1px solid #8f8f99;
    padding-left: 10px;
    transition: all 0.5s; }

.checkbox {
  padding-left: 20px;
  min-height: 30px; }
  .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 16px;
    font-size: 12px;
    min-height: 30px;
    margin: 0;
    color: #797a7c;
    line-height: 13.6px;
    font-family: "Source Sans Pro", sans-serif; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 18px;
      height: 18px;
      left: 0;
      top: 2px;
      margin-left: -20px;
      border: 2px solid #ebeced;
      border-radius: 0px;
      background-color: #ffffff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 1px;
      top: 4px;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #373e4a; }
    .checkbox label a {
      font-size: 12px;
      color: #797a7c; }
    .checkbox label span {
      color: #ee3869;
      font-weight: 700; }
  .checkbox input[type="checkbox"], .checkbox input[type="radio"] {
    display: none;
    z-index: 1;
    height: 0px; }
  .checkbox input[type="checkbox"]:focus + label::before,
  .checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px; }
  .checkbox input[type="checkbox"]:checked + label::after,
  .checkbox input[type="radio"]:checked + label::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    display: inline-block; }
  .checkbox input[type="checkbox"]:indeterminate + label::after,
  .checkbox input[type="radio"]:indeterminate + label::after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #555555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px; }
  .checkbox input[type="checkbox"]:disabled + label,
  .checkbox input[type="radio"]:disabled + label {
    opacity: 0.65; }
  .checkbox input[type="checkbox"]:disabled + label::before,
  .checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
  .checkbox input.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox input.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.nav-number-list {
  list-style: none;
  border-top: 1px solid #f5f5f6 !important;
  border-bottom: 1px solid #f5f5f6 !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  counter-reset: my-awesome-list; }
  .nav-number-list li {
    padding: 30px 15px;
    counter-increment: my-awesome-list; }
    .nav-number-list li:before {
      content: counter(my-awesome-list, decimal-leading-zero);
      color: #797a7c;
      display: block;
      position: relative;
      width: 100%;
      margin: 0; }
    .nav-number-list li a {
      font-weight: 400;
      line-height: 24px;
      color: #b3b3bd; }
      .nav-number-list li a:hover {
        text-decoration: none;
        color: #0072bc; }
    .nav-number-list li .active {
      font-weight: 700;
      line-height: 24px;
      color: #0072bc; }
  @media (min-width: 992px) {
    .nav-number-list li {
      flex: 0 0 16.666666%;
      max-width: 16.666666%; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .nav-number-list li {
      flex: 0 0 33.333333%;
      max-width: 33.333333%; } }
  @media (max-width: 767px) {
    .nav-number-list li {
      flex: 0 0 50%;
      max-width: 50%; } }

@media (min-width: 992px) {
  .nav-number-list {
    margin-right: -15px;
    margin-left: -15px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .nav-number-list {
    margin-right: -15px;
    margin-left: -15px; } }

@media (max-width: 767px) {
  .nav-number-list {
    margin-right: auto;
    margin-left: auto; } }

.text-w-900, .text-w-800, .text-w-700, .text-w-600, .text-w-500, .text-w-400, .text-w-300 {
  margin-left: auto;
  margin-right: auto; }

.text-w-900 {
  max-width: 900px; }

.text-w-800 {
  max-width: 800px; }

.text-w-700 {
  max-width: 700px; }

.text-w-600 {
  max-width: 600px; }

.text-w-500 {
  max-width: 500px; }

.text-w-400 {
  max-width: 400px; }

.text-w-300 {
  max-width: 300px; }

blockquote {
  width: 100%;
  padding-bottom: 32px;
  padding-top: 32px;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin: 30px 0; }
  blockquote:before {
    content: url(./../img/icon/other/other-quotation-2.svg);
    position: relative;
    left: 0; }
  blockquote p {
    color: #ee3869;
    font-family: "Source Serif Pro", serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    padding-top: 28px;
    margin: 0; }
  blockquote span {
    font-size: 14px;
    color: #797a7c;
    text-transform: uppercase; }

.list-pkt-1 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-top: 41px;
  z-index: 200;
  position: relative; }
  .list-pkt-1 li p {
    color: #797a7c; }
  @media (min-width: 9px) {
    .list-pkt-1 li {
      padding-right: 5px;
      padding-left: 80px;
      padding-right: 15px;
      position: relative; }
      .list-pkt-1 li:before {
        display: none; }
      .list-pkt-1 li i {
        margin-right: 64px;
        width: 64px;
        height: 64px;
        margin-left: -80px;
        margin-top: 16px;
        display: block;
        position: absolute; }
        .list-pkt-1 li i b {
          width: 22px;
          height: 22px;
          display: block;
          position: relative;
          margin-left: auto;
          margin-right: auto;
          top: 21px; } }

@media (min-width: 9px) and (min-width: 992px) {
  .list-pkt-1 li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }

@media (min-width: 9px) and (max-width: 991px) and (min-width: 768px) {
  .list-pkt-1 li {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 9px) and (max-width: 767px) {
  .list-pkt-1 li {
    flex: 0 0 100%;
    max-width: 100%; } }

.list-pkt-2 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 200;
  position: relative; }
  .list-pkt-2 li {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center; }
    .list-pkt-2 li img {
      width: 100px;
      padding-bottom: 30px; }
    .list-pkt-2 li::before {
      display: none; }
    .list-pkt-2 li li::before {
      color: #009290 !important; }
    .list-pkt-2 li .border-radius-default {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px; }
      .list-pkt-2 li .border-radius-default i {
        width: 34px;
        height: 34px;
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 17px); }
    .list-pkt-2 li p strong {
      color: #ee3869; }
  @media (min-width: 992px) {
    .list-pkt-2 li {
      flex: 0 0 33.333333%; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .list-pkt-2 li {
      flex: 0 0 50%; } }
  @media (max-width: 767px) {
    .list-pkt-2 li {
      flex: 0 0 100%;
      max-width: 100%; } }

.no-arrows .list-pkt-3 li::before {
  background: none; }

.clients .list-pkt-2 li img {
  width: initial !important; }

.list-pkt-3 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 200;
  position: relative; }
  .list-pkt-3 li {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center; }
    .list-pkt-3 li img {
      width: 100px;
      padding-bottom: 30px; }
    .list-pkt-3 li::before {
      content: "";
      background: url(./../img/icon/other/other-path-1.svg) no-repeat center;
      filter: brightness(80%);
      background-size: cover;
      position: absolute;
      width: 12px;
      height: 24px;
      margin-top: 40px;
      margin-left: -36px; }
    .list-pkt-3 li .border-radius-default {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px; }
      .list-pkt-3 li .border-radius-default i {
        width: 34px;
        height: 34px;
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 17px); }
    .list-pkt-3 li p strong {
      color: #ee3869; }
  .list-pkt-3 li:first-of-type:before {
    display: none; }
  @media (min-width: 992px) {
    .list-pkt-3 li {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .list-pkt-3 li {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 767px) {
    .list-pkt-3 li {
      flex: 0 0 100%;
      max-width: 100%; }
      .list-pkt-3 li::before {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        transform: rotate(90deg);
        margin-bottom: 30px; } }

.list-pkt-4 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  top: 3rem;
  padding: 0;
  z-index: 200;
  position: relative; }
  .list-pkt-4 li {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    overflow: hidden; }
    .list-pkt-4 li::before {
      display: none; }
    .list-pkt-4 li .border-radius-default {
      display: inline-block;
      left: 15px;
      top: 0;
      position: absolute;
      margin-bottom: 40px;
      text-align: center;
      font-size: 24px;
      line-height: 64px;
      width: 64px;
      height: 64px;
      color: #ffffff;
      font-weight: 700; }
      .list-pkt-4 li .border-radius-default i {
        width: 22px;
        height: 22px;
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 11px); }
    .list-pkt-4 li h5 {
      display: inline-block;
      margin-left: 75px;
      top: 5px;
      position: absolute; }
    .list-pkt-4 li p {
      margin-top: 100px; }
      .list-pkt-4 li p strong {
        color: #ee3869; }
  @media (min-width: 992px) {
    .list-pkt-4 li {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .list-pkt-4 li {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 767px) {
    .list-pkt-4 li {
      flex: 0 0 100%;
      max-width: 100%; }
      .list-pkt-4 li::before {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        transform: rotate(90deg);
        margin-bottom: 30px; } }

.list-pkt-5 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  z-index: 200;
  position: relative; }
  .list-pkt-5 li {
    padding-right: 15px;
    padding-left: 15px; }
    .list-pkt-5 li::before {
      content: "";
      background: url(./../img/icon/other/other-path-1.svg) no-repeat center;
      background-size: cover;
      position: absolute;
      width: 12px;
      height: 24px; }
    @media (min-width: 1200px) {
      .list-pkt-5 li::before {
        margin-top: 35px;
        margin-left: -55px; } }
    @media (max-width: 1199px) and (min-width: 992px) {
      .list-pkt-5 li::before {
        margin-top: 35px;
        margin-left: -35px; } }
    @media (max-width: 991px) {
      .list-pkt-5 li::before {
        transform: rotate(90deg);
        margin-top: -35px;
        margin-left: 35px; } }
    .list-pkt-5 li .icon-implementation {
      background: #00b1e5; }
      @media (min-width: 1200px) {
        .list-pkt-5 li .icon-implementation .icon-mask {
          width: 39px;
          height: 39px;
          top: 23px; } }
      @media (max-width: 1199px) {
        .list-pkt-5 li .icon-implementation .icon-mask {
          width: 39px;
          height: 39px;
          top: 23px; } }
    .list-pkt-5 li span {
      text-align: left;
      display: block;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 400;
      margin-top: 21px;
      position: relative; }
    @media (min-width: 992px) {
      .list-pkt-5 li span {
        width: 100%;
        float: left; } }
    @media (max-width: 991px) {
      .list-pkt-5 li span {
        left: 20px;
        top: 8px; } }
  .list-pkt-5 li:first-of-type::before {
    display: none; }
  @media (min-width: 992px) {
    .list-pkt-5 li {
      flex: 0 0 33.333333%;
      max-width: 33.333333%; } }
  @media (max-width: 991px) {
    .list-pkt-5 li {
      flex: 100%;
      max-width: 100%; } }

@media (min-width: 992px) {
  .list-pkt-5 {
    margin-top: 76px;
    max-width: 543px;
    display: flex;
    flex-wrap: wrap;
    margin: 0; } }

@media (max-width: 991px) and (min-width: 576px) {
  .list-pkt-5 {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .list-pkt-5 li {
      margin-bottom: 50px; } }

@media (max-width: 575px) {
  .list-pkt-5 {
    margin-top: 500px; }
    .list-pkt-5 li {
      margin-bottom: 50px; } }

.list-pkt-6 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  top: 3rem;
  padding: 0;
  z-index: 200;
  position: relative; }
  .list-pkt-6 li {
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    overflow: hidden; }
    .list-pkt-6 li img {
      width: 55px;
      position: absolute; }
    .list-pkt-6 li::before {
      display: none; }
    .list-pkt-6 li ul li {
      line-height: 30px;
      max-width: 100%;
      display: block; }
      .list-pkt-6 li ul li:before {
        display: block;
        color: #0072bc;
        margin-bottom: 0 !important; }
    .list-pkt-6 li .border-radius-default {
      display: inline-block;
      left: 25px;
      top: 0;
      position: absolute;
      margin-bottom: 40px;
      text-align: center;
      font-size: 24px;
      line-height: 64px;
      width: 54px;
      height: 54px;
      color: #ffffff;
      font-weight: 700; }
      .list-pkt-6 li .border-radius-default i {
        width: 22px;
        height: 22px;
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 11px); }
    .list-pkt-6 li h5 {
      display: inline-block;
      left: 85px;
      top: 0px;
      padding-top: 15px;
      padding-bottom: 15px;
      margin-bottom: 0.5rem; }
    .list-pkt-6 li p strong {
      color: #ee3869; }
  @media (min-width: 992px) {
    .list-pkt-6 li {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .list-pkt-6 li {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 767px) {
    .list-pkt-6 li {
      flex: 0 0 100%;
      max-width: 100%; } }

.list-pkt-7 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  top: 3rem;
  padding: 0;
  z-index: 200;
  position: relative; }
  .list-pkt-7 li {
    padding-left: 25px;
    padding-right: 25px;
    text-align: left; }
    .list-pkt-7 li:before {
      color: #009290 !important; }
  @media (min-width: 992px) {
    .list-pkt-7 li {
      flex: 0 0 33.333333%;
      max-width: 33.333333%; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .list-pkt-7 li {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 767px) {
    .list-pkt-7 li {
      flex: 0 0 100%;
      max-width: 100%; } }

.list-pkt-8 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  top: 3rem;
  padding: 0;
  z-index: 200;
  position: relative; }
  .list-pkt-8 li {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    overflow: hidden; }
    .list-pkt-8 li::before {
      display: none; }
    .list-pkt-8 li .border-radius-default {
      display: inline-block;
      left: 15px;
      top: 0;
      position: absolute;
      margin-bottom: 40px;
      text-align: center;
      font-size: 24px;
      line-height: 64px;
      width: 64px;
      height: 64px;
      color: #ffffff;
      font-weight: 700; }
      .list-pkt-8 li .border-radius-default i {
        width: 22px;
        height: 22px;
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 11px); }
    .list-pkt-8 li h5 {
      display: inline-block;
      margin-left: 75px;
      top: 5px;
      position: absolute; }
    .list-pkt-8 li p {
      margin-top: 100px; }
      .list-pkt-8 li p strong {
        color: #ee3869; }
  @media (min-width: 992px) {
    .list-pkt-8 li {
      flex: 0 0 33.333333%;
      max-width: 33.333333%; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .list-pkt-8 li {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 767px) {
    .list-pkt-8 li {
      flex: 0 0 100%;
      max-width: 100%; }
      .list-pkt-8 li::before {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        transform: rotate(90deg);
        margin-bottom: 30px; } }

/* MAIN SETTING START */
.clients-trust {
  background-color: #f5f5f6;
  padding: 50px 0 50px 0; }
  .clients-trust .list-pkt-3 {
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 200;
    position: relative;
    align-items: center; }
    .clients-trust .list-pkt-3 li {
      padding-left: 30px;
      padding-right: 30px;
      text-align: center; }
      .clients-trust .list-pkt-3 li img {
        width: 180px;
        padding-bottom: 0; }
      .clients-trust .list-pkt-3 li::before {
        display: none; }
      .clients-trust .list-pkt-3 li p strong {
        color: #ee3869; }
    @media (min-width: 992px) {
      .clients-trust .list-pkt-3 li {
        flex: 0 0 25%;
        max-width: 25%; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .clients-trust .list-pkt-3 li {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 767px) {
      .clients-trust .list-pkt-3 li {
        flex: 0 0 100%;
        max-width: 100%; } }

/* MAIN SETTING STOP */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* MAIN SETTING START */
.btn,
input[type="submit"] {
  position: relative;
  outline: none;
  overflow: hidden;
  border-radius: 50px;
  border: solid 2px;
  font-weight: 600;
  font-size: 16px;
  z-index: 300;
  cursor: pointer !important;
  padding: 0.375rem 1.5rem; }
  .btn:focus,
  input[type="submit"]:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.2rem #ffffff; }

/* MAIN SETTING STOP */
/* MAIN RIPPLE BUTTON START */
.fab {
  border-radius: 50%;
  margin: 0;
  padding: 20px; }

.material {
  position: relative;
  color: white;
  margin: 0px auto;
  height: 400px;
  width: 500px; }

.btn-effect {
  position: absolute;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: white;
  animation: ripple-animation 3s; }

@keyframes ripple-animation {
  from {
    transform: scale(1);
    opacity: 0.4; }
  to {
    transform: scale(100);
    opacity: 0; } }

/* MAIN RIPPLE BUTTON STOP */
/* MAIN SETTING COLOR BTN OUTLINE STOP */
.btn-outline-rolling-stone {
  color: #797a7c;
  border-color: #797a7c;
  background: white; }
  .btn-outline-rolling-stone:hover {
    color: #ffffff;
    background: #797a7c; }

.btn-outline-bright-gray {
  color: #373e4a;
  border-color: #373e4a;
  background: white; }
  .btn-outline-bright-gray:hover {
    color: #ffffff;
    background: #373e4a; }

.btn-outline-amaranth {
  color: #ee3869;
  border-color: #ee3869;
  background: white; }
  .btn-outline-amaranth:hover {
    color: #ffffff;
    background: #ee3869; }

.btn-outline-school-bus-yellow {
  color: #ffdd00;
  border-color: #ffdd00;
  background: white; }
  .btn-outline-school-bus-yellow:hover {
    color: #ffffff;
    background: #ffdd00; }

.btn-outline-keppel {
  color: #3bbb9c;
  border-color: #3bbb9c;
  background: white; }
  .btn-outline-keppel:hover {
    color: #ffffff;
    background: #3bbb9c; }

.btn-outline-keppel-2 {
  color: #39bb9d;
  border-color: #39bb9d;
  background: white; }
  .btn-outline-keppel-2:hover {
    color: #ffffff;
    background: #39bb9d; }

.btn-outline-cerulean {
  color: #00b1e5;
  border-color: #00b1e5;
  background: white; }
  .btn-outline-cerulean:hover {
    color: #ffffff;
    background: #00b1e5; }

.btn-outline-lochmara {
  color: #0072bc;
  border-color: #0072bc;
  background: white; }
  .btn-outline-lochmara:hover {
    color: #ffffff;
    background: #0072bc; }

.btn-outline-ship-gray {
  color: #414042;
  border-color: #414042;
  background: white; }
  .btn-outline-ship-gray:hover {
    color: #ffffff;
    background: #414042; }

.btn-outline-dusty-gray {
  color: #979797;
  border-color: #979797;
  background: white; }
  .btn-outline-dusty-gray:hover {
    color: #ffffff;
    background: #979797; }

.btn-outline-athens-gray {
  color: #f5f5f6;
  border-color: #f5f5f6;
  background: white; }
  .btn-outline-athens-gray:hover {
    color: #ffffff;
    background: #f5f5f6; }

.btn-outline-alto {
  color: #d8d8d8;
  border-color: #d8d8d8;
  background: white; }
  .btn-outline-alto:hover {
    color: #ffffff;
    background: #d8d8d8; }

.btn-outline-persian-green {
  color: #009290;
  border-color: #009290;
  background: white; }
  .btn-outline-persian-green:hover {
    color: #ffffff;
    background: #009290; }

.btn-outline-bombay {
  color: #b3b3bd;
  border-color: #b3b3bd;
  background: white; }
  .btn-outline-bombay:hover {
    color: #ffffff;
    background: #b3b3bd; }

.btn-outline-porcelain {
  color: #ebeced;
  border-color: #ebeced;
  background: white; }
  .btn-outline-porcelain:hover {
    color: #ffffff;
    background: #ebeced; }

.btn-outline-abbey {
  color: #58595b;
  border-color: #58595b;
  background: white; }
  .btn-outline-abbey:hover {
    color: #ffffff;
    background: #58595b; }

.btn-outline-big-stone {
  color: #132e3e;
  border-color: #132e3e;
  background: white; }
  .btn-outline-big-stone:hover {
    color: #ffffff;
    background: #132e3e; }

.btn-outline-french-grey {
  color: #bbbbbc;
  border-color: #bbbbbc;
  background: white; }
  .btn-outline-french-grey:hover {
    color: #ffffff;
    background: #bbbbbc; }

.btn-outline-off-green {
  color: #eaf9f2;
  border-color: #eaf9f2;
  background: white; }
  .btn-outline-off-green:hover {
    color: #ffffff;
    background: #eaf9f2; }

.btn-outline-hawkes-blue {
  color: #e7f2fd;
  border-color: #e7f2fd;
  background: white; }
  .btn-outline-hawkes-blue:hover {
    color: #ffffff;
    background: #e7f2fd; }

.btn-outline-white-lilac {
  color: #f5f2fb;
  border-color: #f5f2fb;
  background: white; }
  .btn-outline-white-lilac:hover {
    color: #ffffff;
    background: #f5f2fb; }

.btn-outline-picton-blue {
  color: #3f8fe9;
  border-color: #3f8fe9;
  background: white; }
  .btn-outline-picton-blue:hover {
    color: #ffffff;
    background: #3f8fe9; }

.btn-outline-medium-purple {
  color: #8061dc;
  border-color: #8061dc;
  background: white; }
  .btn-outline-medium-purple:hover {
    color: #ffffff;
    background: #8061dc; }

.btn-outline-fern {
  color: #57b36e;
  border-color: #57b36e;
  background: white; }
  .btn-outline-fern:hover {
    color: #ffffff;
    background: #57b36e; }

.btn-outline-chambray {
  color: #3b5998;
  border-color: #3b5998;
  background: white; }
  .btn-outline-chambray:hover {
    color: #ffffff;
    background: #3b5998; }

.btn-outline-dodger-blue {
  color: #1da1f2;
  border-color: #1da1f2;
  background: white; }
  .btn-outline-dodger-blue:hover {
    color: #ffffff;
    background: #1da1f2; }

/* MAIN SETTING COLOR BTN OUTLINE START */
/* MAIN SETTING COLOR BTN FULL STOP */
.btn-white {
  color: #3bbb9c;
  background: #ffffff;
  border-color: #ffffff; }
  .btn-white:hover {
    color: #ffffff;
    background: #ee3869;
    border-color: #ee3869; }

.btn-rolling-stone {
  color: #ffffff;
  background: #797a7c;
  border-color: #797a7c; }
  .btn-rolling-stone:hover {
    color: #797a7c;
    background: #ffffff; }

.btn-bright-gray {
  color: #ffffff;
  background: #373e4a;
  border-color: #373e4a; }
  .btn-bright-gray:hover {
    color: #373e4a;
    background: #ffffff; }

.btn-amaranth {
  color: #ffffff;
  background: #ee3869;
  border-color: #ee3869; }
  .btn-amaranth:hover {
    background: #e9144d;
    border-color: #e9144d;
    color: #ffffff; }

.btn-amaranth-important {
  color: #ffffff !important;
  background: #ee3869 !important;
  border-color: #ee3869 !important; }
  .btn-amaranth-important:hover {
    background: #e9144d !important;
    border-color: #e9144d !important;
    color: #ffffff !important; }

.btn-school-bus-yellow {
  color: #ffffff;
  background: #ffdd00;
  border-color: #ffdd00; }
  .btn-school-bus-yellow:hover {
    color: #ffffff;
    background: #d6ba00;
    border-color: #d6ba00; }

.btn-keppel,
input[type="submit"] {
  color: #ffffff;
  background: #3bbb9c;
  border-color: #3bbb9c; }
  .btn-keppel:hover,
  input[type="submit"]:hover {
    color: #ffffff;
    background: #319c82;
    border-color: #319c82; }

.btn-keppel-2 {
  color: #ffffff;
  background: #39bb9d;
  border-color: #39bb9d; }
  .btn-keppel-2:hover {
    background: #2f9c83;
    border-color: #2f9c83; }

.btn-cerulean {
  color: #ffffff !important;
  background: #00b1e5;
  border-color: #00b1e5 !important; }
  .btn-cerulean:hover {
    background: #0091bc;
    border-color: #0091bc !important; }

.btn-lochmara {
  color: #ffffff;
  background: #0072bc;
  border-color: #0072bc; }
  .btn-lochmara:hover {
    background: #005993;
    border-color: #005993; }

.btn-ship-gray {
  color: #ffffff;
  background: #414042;
  border-color: #414042; }
  .btn-ship-gray:hover {
    background: #2d2c2d;
    border-color: #2d2c2d; }

.btn-dusty-gray {
  color: #ffffff;
  background: #979797;
  border-color: #979797; }
  .btn-dusty-gray:hover {
    background: #838383;
    border-color: #838383; }

.btn-athens-gray {
  color: #ffffff;
  background: #f5f5f6;
  border-color: #f5f5f6; }
  .btn-athens-gray:hover {
    background: #e0e0e3;
    border-color: #e0e0e3; }

.btn-alto {
  color: #ffffff;
  background: #d8d8d8;
  border-color: #d8d8d8; }
  .btn-alto:hover {
    background: #c4c4c4;
    border-color: #c4c4c4; }

.btn-persian-green {
  color: #ffffff;
  background: #009290;
  border-color: #009290; }
  .btn-persian-green:hover {
    background: #006968;
    border-color: #006968; }

.btn-bombay {
  color: #ffffff;
  background: #b3b3bd;
  border-color: #b3b3bd; }
  .btn-bombay:hover {
    background: #9d9daa;
    border-color: #9d9daa; }

.btn-porcelain {
  color: #ffffff;
  background: #ebeced;
  border-color: #ebeced; }
  .btn-porcelain:hover {
    background: #d6d8da;
    border-color: #d6d8da; }

.btn-abbey {
  color: #ffffff;
  background: #58595b;
  border-color: #58595b; }
  .btn-abbey:hover {
    background: #444546;
    border-color: #444546; }

.btn-big-stone {
  color: #ffffff;
  background: #132e3e;
  border-color: #132e3e; }
  .btn-big-stone:hover {
    background: #09171f;
    border-color: #09171f; }

.btn-french-grey {
  color: #ffffff;
  background: #bbbbbc;
  border-color: #bbbbbc; }
  .btn-french-grey:hover {
    background: #a6a6a8;
    border-color: #a6a6a8; }

.btn-off-green {
  color: #ffffff;
  background: #eaf9f2;
  border-color: #eaf9f2; }
  .btn-off-green:hover {
    background: #caf0de;
    border-color: #caf0de; }

.btn-hawkes-blue {
  color: #ffffff;
  background: #e7f2fd;
  border-color: #e7f2fd; }
  .btn-hawkes-blue:hover {
    background: #c1defa;
    border-color: #c1defa; }

.btn-white-lilac {
  color: #ffffff;
  background: #f5f2fb;
  border-color: #f5f2fb; }
  .btn-white-lilac:hover {
    background: #ddd3f1;
    border-color: #ddd3f1; }

.btn-picton-blue {
  color: #ffffff;
  background: #3f8fe9;
  border-color: #3f8fe9; }
  .btn-picton-blue:hover {
    background: #1a7ae5;
    border-color: #1a7ae5; }

.btn-medium-purple {
  color: #ffffff;
  background: #8061dc;
  border-color: #8061dc; }
  .btn-medium-purple:hover {
    background: #6540d5;
    border-color: #6540d5; }

.btn-fern {
  color: #ffffff;
  background: #57b36e;
  border-color: #57b36e; }
  .btn-fern:hover {
    background: #469b5b;
    border-color: #469b5b; }

.btn-chambray {
  color: #ffffff;
  background: #3b5998;
  border-color: #3b5998; }
  .btn-chambray:hover {
    background: #30487b;
    border-color: #30487b; }

.btn-dodger-blue {
  color: #ffffff;
  background: #1da1f2;
  border-color: #1da1f2; }
  .btn-dodger-blue:hover {
    background: #0d8cda;
    border-color: #0d8cda; }

/* MAIN SETTING COLOR BTN FULL START */
.btn-btn-amaranth a {
  border-radius: 50px;
  border: solid 2px;
  font-weight: 700;
  min-height: 40px;
  z-index: 300;
  cursor: pointer !important;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #ffffff;
  background: #ee3869;
  border-color: #ee3869; }
  .btn-btn-amaranth a:hover {
    background: #e9144d;
    border-color: #e9144d;
    color: #ffffff;
    text-decoration: none; }

.btn-btn-outline-amaranth a {
  border-radius: 50px;
  border: solid 2px;
  font-weight: 700;
  font-size: 16px;
  min-height: 40px;
  z-index: 300;
  cursor: pointer !important;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #ee3869;
  border-color: #ee3869;
  background: white; }
  .btn-btn-outline-amaranth a:hover {
    color: #ffffff;
    background: #ee3869;
    text-decoration: none; }

/* LINER GRADIENT START */
.gradient-linear {
  background: linear-gradient(to right, #ee3869 0%, #ee3869 33%, #ffdd00 33%, #ffdd00 66%, #39bb9d 66%, #39bb9d 100%) !important;
  max-width: 255px;
  height: 5px;
  z-index: 300;
  position: relative; }

.gradient-linear-2 {
  background: linear-gradient(to top, #ee3869 0%, #ee3869 33%, #39bb9d 33%, #39bb9d 66%, #ffdd00 66%, #ffdd00 100%) !important;
  max-width: 100%;
  height: 5px; }

/* LINER GRADIENT START */
/* MODAL START */
/* MAIN SETTING START */
.modal-backdrop {
  background: #ffffff; }

.modal-backdrop.show {
  position: fixed;
  z-index: 499;
  opacity: 0.8; }

@media (max-width: 600px) {
  .modal-dialog th {
    font-size: 14px;
    line-height: 16px;
    min-width: 64px;
    padding: 8px 3px !important; } }

.price-table {
  box-shadow: none !important;
  width: calc(100% - 30px) !important;
  margin: 0 15px; }

.price-modal {
  max-height: 60vh;
  overflow-y: auto; }
  .price-modal tr:nth-child(odd) {
    background: #f1f1f1; }
  .price-modal td,
  .price-modal th {
    padding: 8px 5px;
    text-align: center;
    width: 10%; }
    @media (max-width: 600px) {
      .price-modal td,
      .price-modal th {
        font-size: 14px;
        line-height: 16px;
        min-width: 64px;
        padding: 8px 3px !important; } }
    .price-modal td:first-child,
    .price-modal th:first-child {
      text-align: left;
      width: 80%; }
  .price-modal .info {
    font-size: 13px;
    line-height: 18px;
    padding: 10px;
    margin-top: 10px; }

.price-table {
  width: 100%; }
  .price-table td,
  .price-table th {
    padding: 10px;
    text-align: center;
    width: 10%; }
    .price-table td:first-child,
    .price-table th:first-child {
      text-align: left;
      width: 80%; }
    .price-table td:last-child,
    .price-table th:last-child {
      text-align: left;
      width: 80%;
      padding-right: 1rem; }

.modal-content .modal-header {
  background: #f6f7f8;
  height: 60px; }
  .modal-content .modal-header h5 {
    color: #ee3869; }

.modal-open header {
  box-shadow: none; }
  .modal-open header .mMenu-main-component {
    background: #fdfdfd; }

.sitemap-menu {
  position: relative;
  z-index: 10;
  list-style: 0;
  margin: 16px -15px; }
  .sitemap-menu span,
  .sitemap-menu span a {
    color: #bbbbbc;
    font-size: 14px;
    line-height: 24px; }
    .sitemap-menu span:hover,
    .sitemap-menu span a:hover {
      text-decoration: none; }
  .sitemap-menu span.breadcrumb_last {
    color: #373e4a;
    font-weight: 700; }
  .sitemap-menu li {
    display: inline-block;
    margin-right: 21px; }
    .sitemap-menu li:after {
      content: "\f2f9";
      position: absolute;
      font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-top: 5px;
      margin-left: 8px;
      transform: rotate(-90deg);
      color: #bbbbbc; }
    .sitemap-menu li a {
      color: #bbbbbc;
      font-size: 14px;
      line-height: 24px; }
      .sitemap-menu li a:hover {
        opacity: 0.8;
        text-decoration: none; }
  .sitemap-menu li:last-of-type a {
    color: #373e4a;
    font-weight: 700; }
  .sitemap-menu li:last-of-type:after {
    display: none; }

/* MAIN SETTING STOP */
/* MODAL mMENU START */
.modal-body {
  -webkit-overflow-scrolling: touch; }

.mMenu-modal-box .modal-dialog {
  max-width: 100%;
  min-height: 200px;
  margin-top: 120px;
  box-shadow: rgba(0, 0, 0, 0.0980392) 0px 20px 40px; }
  .mMenu-modal-box .modal-dialog .modal-content {
    width: 100%;
    border: 0;
    border-radius: 0;
    padding-top: 20px; }
    .mMenu-modal-box .modal-dialog .modal-content .container {
      max-width: 1600px; }
    .mMenu-modal-box .modal-dialog .modal-content h5 {
      color: #ee3869;
      font-family: "Source Serif Pro", serif;
      font-weight: 900;
      font-size: 24px;
      text-decoration: none;
      width: 100%;
      display: block;
      margin-bottom: 32px; }
    @media (min-width: 992px) {
      .mMenu-modal-box .modal-dialog .modal-content .collapse {
        display: none !important;
        width: 0 !important;
        height: 0 !important; } }
    .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-1 {
      display: block;
      margin-left: 0;
      overflow: hidden;
      cursor: pointer; }
      .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-1 .img {
        max-width: 140px;
        width: 100%;
        height: 165px;
        overflow: hidden; }
        .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-1 .img div {
          width: 100%;
          height: 100%;
          transform: scale(1);
          transition: all 0.3s;
          background-size: cover !important;
          background-position: center !important;
          background-repeat: no-repeat !important; }
      .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-1:hover a {
        text-decoration: none;
        color: #797a7c; }
      .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-1 a {
        color: #373e4a;
        font-size: 16px;
        line-height: 22px;
        font-family: "Source Sans Pro", serif;
        font-weight: 600;
        display: block;
        margin-top: 16px;
        text-align: left;
        display: block; }
        .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-1 a img {
          max-width: 140px; }
      .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-1 p {
        margin-top: 12px;
        color: #797a7c;
        font-size: 14px;
        line-height: 21px;
        text-align: left;
        display: block; }
    @media (min-width: 1200px) {
      .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-1 .img {
        height: 165px; } }
    @media (max-width: 1199px) {
      .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-1 .img {
        height: 120px; } }
    .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-2 {
      height: auto;
      display: block;
      margin-left: 0;
      overflow: hidden;
      cursor: pointer; }
      .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-2 a {
        color: #373e4a;
        font-family: "Source Sans Pro", serif;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 12px;
        display: block; }
      .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-2 p {
        margin-bottom: 32px;
        color: #797a7c;
        font-size: 14px;
        line-height: 16px; }
      .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-2:hover a {
        text-decoration: none;
        color: #797a7c; }
    @media (min-width: 1200px) {
      .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-2 {
        max-width: 186px; } }
    @media (max-width: 1199px) {
      .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-2 {
        max-width: 140px; } }
    .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-3 {
      max-width: 256px;
      height: auto;
      display: block;
      margin-left: 0;
      overflow: hidden;
      position: relative;
      cursor: pointer; }
      .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-3 .img {
        width: 265px;
        height: 165px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        z-index: 0; }
        .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-3 .img .gradient-linear-2 {
          height: 100%;
          width: 5px;
          position: absolute;
          right: 0px;
          top: 0;
          z-index: 200; }
        .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-3 .img div {
          width: 100%;
          height: 100%;
          transform: scale(1);
          display: block;
          position: relative;
          background-size: 100% 100% !important;
          background-position: center !important;
          background-repeat: no-repeat !important;
          transition: all 0.3s; }
      .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-3:hover .img .gradient-linear-2 {
        transform: scale(1); }
      .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-3:hover a {
        text-decoration: none;
        color: #797a7c; }
      .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-3 a {
        color: #373e4a;
        font-family: "Source Sans Pro", serif;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 12px;
        display: block; }
      .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-3 p {
        margin-bottom: 42px;
        color: #797a7c;
        font-size: 14px;
        line-height: 16px; }
    @media (min-width: 1200px) {
      .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-3 {
        max-width: 256px; }
        .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-3 .img {
          width: 256px;
          height: 165px; } }
    @media (max-width: 1199px) {
      .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-3 {
        max-width: 210px; }
        .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-3 .img {
          width: 210px;
          height: 165px; } }
    .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-4 {
      height: auto;
      display: block;
      margin-left: 0;
      overflow: hidden;
      position: relative;
      cursor: pointer; }
      .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-4 .img {
        width: 341px;
        height: 277px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        z-index: 0; }
        .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-4 .img div {
          width: 341px;
          height: 277px;
          transform: scale(1);
          display: block;
          position: relative;
          background-size: cover !important;
          background-position: center !important;
          background-repeat: no-repeat !important;
          transition: all 0.3s; }
      .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-4:hover a {
        text-decoration: none;
        color: #797a7c; }
      .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-4 a {
        color: #373e4a;
        font-family: "Source Sans Pro", serif;
        font-weight: 600;
        margin-top: 0px;
        margin-left: 15px;
        margin-bottom: 12px;
        display: block; }
        .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-4 a:hover {
          text-decoration: none;
          color: #797a7c; }
      .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-4 p {
        margin-bottom: 42px;
        color: #797a7c;
        font-size: 14px;
        margin-left: 15px;
        line-height: 16px; }
    @media (min-width: 1200px) {
      .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-4 {
        max-width: 341px;
        top: -30px; } }
    @media (max-width: 1199px) {
      .mMenu-modal-box .modal-dialog .modal-content .mMenu-box-4 {
        max-width: 341px;
        top: -20px; } }

@media (max-width: 1199px) {
  .mMenu-modal-box {
    display: none !important; } }

#mMenu-mobile .modal-dialog {
  margin-top: 70px;
  margin-left: 0;
  margin-right: 0; }
  #mMenu-mobile .modal-dialog .modal-content {
    padding-top: 50px !important; }

.mMenu-modal-mobile-box .modal-dialog {
  max-width: 100%;
  min-height: 200px;
  margin-top: 120px; }
  .mMenu-modal-mobile-box .modal-dialog .modal-content {
    width: 100%;
    border: 0;
    border-radius: 0;
    padding-top: 20px; }
    .mMenu-modal-mobile-box .modal-dialog .modal-content .modal-body {
      padding: 0; }
      .mMenu-modal-mobile-box .modal-dialog .modal-content .modal-body .container {
        max-width: 1600px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 50px; }
        .mMenu-modal-mobile-box .modal-dialog .modal-content .modal-body .container a {
          font-family: "Source Sans Pro", sans-serif;
          font-weight: 700;
          color: #373e4a;
          text-decoration: none;
          display: block;
          width: 100%;
          font-size: 20px;
          margin-top: 20px;
          margin-left: 15px;
          margin-right: 15px; }
          .mMenu-modal-mobile-box .modal-dialog .modal-content .modal-body .container a i {
            font-size: 16px;
            color: #ee3869;
            margin-left: 10px;
            position: relative;
            transform: rotate(-90deg); }
        .mMenu-modal-mobile-box .modal-dialog .modal-content .modal-body .container .collapse {
          padding: 0px;
          width: 100%;
          position: absolute;
          min-height: 500px;
          top: -30px;
          z-index: 500; }
          .mMenu-modal-mobile-box .modal-dialog .modal-content .modal-body .container .collapse .card {
            border: 0 !important;
            border-radius: 0 !important;
            width: 100%;
            min-height: 500px; }
            .mMenu-modal-mobile-box .modal-dialog .modal-content .modal-body .container .collapse .card a {
              font-family: "Source Sans Pro", sans-serif;
              font-weight: 700;
              color: #373e4a;
              text-decoration: none;
              display: block;
              width: 100%;
              font-size: 20px;
              margin-top: 20px;
              margin-bottom: 20px;
              margin-left: 15px;
              margin-right: 15px; }
              .mMenu-modal-mobile-box .modal-dialog .modal-content .modal-body .container .collapse .card a i {
                font-size: 16px;
                color: #ee3869;
                margin-left: -20px;
                margin-right: 10px;
                position: relative;
                transform: rotate(90deg) !important; }
            .mMenu-modal-mobile-box .modal-dialog .modal-content .modal-body .container .collapse .card .mMenu-box-1 {
              height: auto;
              display: block;
              margin-left: 0;
              overflow: hidden;
              cursor: pointer; }
              .mMenu-modal-mobile-box .modal-dialog .modal-content .modal-body .container .collapse .card .mMenu-box-1 a {
                color: #373e4a;
                font-family: "Source Sans Pro", serif;
                font-weight: 600;
                display: block; }
              .mMenu-modal-mobile-box .modal-dialog .modal-content .modal-body .container .collapse .card .mMenu-box-1 p {
                margin-bottom: 32px;
                color: #797a7c;
                font-size: 14px;
                line-height: 16px;
                margin-left: 15px;
                margin-right: 15px;
                margin-bottom: 10px; }
              .mMenu-modal-mobile-box .modal-dialog .modal-content .modal-body .container .collapse .card .mMenu-box-1:hover a {
                text-decoration: none;
                color: #797a7c; }

.stickyMmenu .modal-dialog {
  margin-top: 80px; }

/* MODAL mMENU STOP */
/* MODAL STOP */
ul.mobile-menu-walker {
  list-style: none; }
  ul.mobile-menu-walker li a .sub {
    display: none; }
  ul.mobile-menu-walker li ul.sub-menu li a .sub {
    display: block !important; }
  ul.mobile-menu-walker > li {
    border-bottom: 1px solid #ebeced; }
  ul.mobile-menu-walker li {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px; }
    ul.mobile-menu-walker li:hover {
      background: #f8f9fa; }
    ul.mobile-menu-walker li:before {
      display: none !important; }
    ul.mobile-menu-walker li a {
      margin-top: 0 !important;
      transition: all 0.25s ease-in-out; }
      ul.mobile-menu-walker li a:hover {
        color: #797a7c !important;
        transition: all 0.25s ease-in-out; }
      ul.mobile-menu-walker li a .sub {
        font-weight: 400;
        color: #797a7c;
        font-size: 14px;
        line-height: 16px;
        margin-right: 50px;
        margin-top: 10px; }
  ul.mobile-menu-walker li.footer-toggle {
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    position: relative; }
    ul.mobile-menu-walker li.footer-toggle:after {
      position: absolute;
      font-family: "Font Awesome 5 Pro";
      font-size: 14px;
      content: "\f078";
      color: #ee3869;
      transform: rotate(0deg);
      transition: all 0.25s ease-in-out;
      top: 14px;
      right: 30px;
      pointer-events: none; }
    ul.mobile-menu-walker li.footer-toggle > a {
      display: inline !important;
      position: relative; }
    ul.mobile-menu-walker li.footer-toggle.active {
      transition: all 0.25s ease-in-out; }
    ul.mobile-menu-walker li.footer-toggle.active:after {
      transition: all 0.25s ease-in-out;
      transform: rotate(180deg); }
    ul.mobile-menu-walker li.footer-toggle .sub-menu {
      display: none;
      padding-top: 20px;
      padding-bottom: 20px; }

/* mMenu STICKY START */
.sticky .mMenu-download {
  margin-top: -40px;
  transition: all 0.5s; }

.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none; }

/* mMenu STICKY START */
/* mMenu DOWNLOAD START */
.mMenu-download {
  margin: 0;
  padding: 0;
  height: 40px;
  transition: all 0.5s;
  background-image: linear-gradient(to right, #00b1e5, #0072bc) !important;
  overflow: hidden; }
  .mMenu-download a {
    color: white;
    text-align: center;
    display: block;
    line-height: 40px;
    text-decoration: none !important; }
    .mMenu-download a:hover {
      color: #ebebeb; }
      .mMenu-download a:hover span:nth-of-type(1) {
        margin-top: -30px;
        animation-name: linkRocket1;
        animation-duration: 0.8s; }

@keyframes linkRocket1 {
  from {
    margin-top: 0px; }
  to {
    margin-top: -30px; } }
      .mMenu-download a:hover span:nth-of-type(2) {
        margin-top: 0px;
        animation-name: linkRocket2;
        animation-duration: 0.8s; }

@keyframes linkRocket2 {
  from {
    margin-top: 50px; }
  to {
    margin-top: 0px; } }
    .mMenu-download a span {
      position: absolute;
      margin-left: 8px; }

/* mMenu DOWNLOAD STOP */
/* mMenu MAIN COMPONENT START */
.menu-lang-select-mobile {
  position: absolute;
  right: 50px;
  top: 20px;
  width: 4.2rem;
  margin-right: 30px;
  margin-left: -30px;
  display: flex;
  align-items: center; }
  .menu-lang-select-mobile .wpml-ls-legacy-dropdown ul:hover,
  .menu-lang-select-mobile .wpml-ls-legacy-dropdown li:hover {
    border: none; }
  .menu-lang-select-mobile .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: 1px solid #cdcdcd;
    background: #ffffff;
    border-radius: 15px; }
    .menu-lang-select-mobile .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:hover {
      border: 1px solid #cdcdcd !important;
      background: #ffffff !important;
      border-radius: 15px !important; }
    .menu-lang-select-mobile .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:first-of-type a.wpml-ls-link {
      border-bottom: 1px solid #cdcdcd; }
      .menu-lang-select-mobile .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:first-of-type a.wpml-ls-link:hover {
        border-bottom: 1px solid #cdcdcd !important; }
    .menu-lang-select-mobile .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a.wpml-ls-link {
      border: none;
      background: transparent; }
      .menu-lang-select-mobile .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a.wpml-ls-link:hover {
        border: none !important;
        background: transparent !important; }
      .menu-lang-select-mobile .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a.wpml-ls-link:active {
        border: none !important;
        background: transparent !important; }
  .menu-lang-select-mobile .wpml-ls-legacy-dropdown .wpml-ls-item-toggle {
    border-radius: 30px; }
  .menu-lang-select-mobile .wpml-ls-legacy-dropdown .wpml-ls-item {
    margin-left: 0; }
    .menu-lang-select-mobile .wpml-ls-legacy-dropdown .wpml-ls-item::before {
      display: none; }
  @media (min-width: 1199px) {
    .menu-lang-select-mobile {
      display: none; } }

.wpml-ls-flag {
  width: 16px !important;
  height: auto !important; }

.mMenu-main-component {
  background-color: white; }
  .mMenu-main-component .menu-lang-select {
    width: 4.2rem;
    margin-right: 30px;
    margin-left: -30px;
    display: flex;
    align-items: center; }
    @media (min-width: 1280px) {
      .mMenu-main-component .menu-lang-select {
        margin-right: 10px;
        margin-left: -50px; } }
    .mMenu-main-component .menu-lang-select .wpml-ls-legacy-dropdown {
      /*
            .wpml-ls-sub-menu{
            margin-top: 5px; 
            border: 1px solid #cdcdcd;
            background: #ffffff;
            border-radius: 15px;
            li{
                &:first-of-type{
                    a.wpml-ls-link{
                        border-bottom: 1px solid #cdcdcd;
                    }
                    
                }
            }
            a.wpml-ls-link{
                border: none;
                background: transparent; 
            }
            */ }
      .mMenu-main-component .menu-lang-select .wpml-ls-legacy-dropdown ul:hover,
      .mMenu-main-component .menu-lang-select .wpml-ls-legacy-dropdown li:hover {
        border: none; }
      .mMenu-main-component .menu-lang-select .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
        border: 1px solid #cdcdcd;
        background: #ffffff;
        border-radius: 15px; }
        .mMenu-main-component .menu-lang-select .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:hover {
          border: 1px solid #cdcdcd !important;
          background: #ffffff !important;
          border-radius: 15px !important; }
        .mMenu-main-component .menu-lang-select .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a.wpml-ls-link {
          border: none;
          background: transparent; }
          .mMenu-main-component .menu-lang-select .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a.wpml-ls-link:hover {
            border: none !important;
            background: transparent !important; }
          .mMenu-main-component .menu-lang-select .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a.wpml-ls-link:active {
            border: none !important;
            background: transparent !important; }
        .mMenu-main-component .menu-lang-select .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:first-of-type a.wpml-ls-link {
          border-bottom: 1px solid #cdcdcd; }
          .mMenu-main-component .menu-lang-select .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:first-of-type a.wpml-ls-link:hover {
            border-bottom: 1px solid #cdcdcd !important; }
      .mMenu-main-component .menu-lang-select .wpml-ls-legacy-dropdown .wpml-ls-item-toggle {
        border-radius: 30px; }
      .mMenu-main-component .menu-lang-select .wpml-ls-legacy-dropdown .wpml-ls-item {
        margin-left: 0; }
        .mMenu-main-component .menu-lang-select .wpml-ls-legacy-dropdown .wpml-ls-item::before {
          display: none; }
    @media (max-width: 1199px) {
      .mMenu-main-component .menu-lang-select {
        display: none; } }
  .mMenu-main-component > .nav {
    padding: 10px; }
  .mMenu-main-component .mMenu-logo img.header-logo {
    height: 50px; }
  .mMenu-main-component .mMenu-logo a:hover {
    opacity: 0.8; }
  @media (min-width: 1600px) {
    .mMenu-main-component .mMenu-logo {
      width: 200px; }
      .mMenu-main-component .mMenu-logo .logo-big {
        display: block; }
      .mMenu-main-component .mMenu-logo .logo-mini {
        display: none; } }
  @media (max-width: 1599px) and (min-width: 1440px) {
    .mMenu-main-component .mMenu-logo {
      width: 150px; }
      .mMenu-main-component .mMenu-logo .logo-big {
        display: none; }
      .mMenu-main-component .mMenu-logo .logo-mini {
        display: block; } }
  @media (max-width: 1439px) and (min-width: 1280px) {
    .mMenu-main-component .mMenu-logo {
      width: 150px; }
      .mMenu-main-component .mMenu-logo .logo-big {
        display: none; }
      .mMenu-main-component .mMenu-logo .logo-mini {
        display: block; } }
  @media (max-width: 1279px) {
    .mMenu-main-component .mMenu-logo {
      width: 200px; }
      .mMenu-main-component .mMenu-logo .logo-big {
        display: block; }
      .mMenu-main-component .mMenu-logo .logo-mini {
        display: none; } }
  .mMenu-main-component .mMenu-main {
    padding: 0;
    margin: 0;
    text-align: center; }
    .mMenu-main-component .mMenu-main ul {
      list-style: none;
      margin: 0; }
      .mMenu-main-component .mMenu-main ul li {
        display: inline-block;
        padding: 20px 15px;
        margin: 0; }
        .mMenu-main-component .mMenu-main ul li::before {
          content: "" !important;
          display: none; }
        .mMenu-main-component .mMenu-main ul li a {
          font-weight: 600;
          color: #373e4a;
          line-height: 20px;
          text-decoration: none; }
          .mMenu-main-component .mMenu-main ul li a:hover {
            color: #797a7c; }
          .mMenu-main-component .mMenu-main ul li a:focus {
            box-shadow: 0 0 0 0.2rem #ffffff;
            outline: none !important; }
          .mMenu-main-component .mMenu-main ul li a i {
            font-size: 16px;
            color: #ee3869; }
            .mMenu-main-component .mMenu-main ul li a i::before {
              position: absolute;
              margin: -12px 3px;
              transition: all 0.5s; }
      @media (max-width: 1399px) {
        .mMenu-main-component .mMenu-main ul li {
          padding-left: 0px; } }
      .mMenu-main-component .mMenu-main ul .ask a {
        color: #373e4a; }
        .mMenu-main-component .mMenu-main ul .ask a:hover {
          color: #797a7c; }
      .mMenu-main-component .mMenu-main ul .active a i::before {
        transform: rotate(180deg);
        transition: all 0.5s; }
      .mMenu-main-component .mMenu-main ul .search {
        width: 136px;
        height: auto !important;
        margin-bottom: 0;
        margin-top: 0; }
      .mMenu-main-component .mMenu-main ul i.zmdi.zmdi-search {
        font-weight: 700;
        color: #797a7c;
        font-size: 23px;
        line-height: 0.5; }
        .mMenu-main-component .mMenu-main ul i.zmdi.zmdi-search:hover {
          color: #373e4a; }
  @media (max-width: 1199px) {
    .mMenu-main-component .mMenu-main {
      display: none; } }
  .mMenu-main-component .mMenu-button ul {
    float: right;
    list-style: none;
    display: block;
    margin: 0; }
    .mMenu-main-component .mMenu-button ul li {
      margin: 10px 0px 10px 0;
      display: inline-block;
      padding-left: 0; }
      .mMenu-main-component .mMenu-button ul li::before {
        content: "" !important;
        display: none; }
      .mMenu-main-component .mMenu-button ul li button {
        margin-top: 20px;
        min-width: 160px;
        height: 40px; }
      .mMenu-main-component .mMenu-button ul li:nth-child(1) {
        margin-right: 10px; }
  @media (max-width: 1599px) and (min-width: 1440px) {
    .mMenu-main-component .mMenu-button ul li button {
      min-width: 160px;
      height: 40px; } }
  @media (max-width: 1439px) and (min-width: 1280px) {
    .mMenu-main-component .mMenu-button ul li button {
      min-width: 160px;
      height: 40px; } }
  @media (max-width: 1279px) {
    .mMenu-main-component .mMenu-button {
      display: none; } }
  .mMenu-main-component .mMenu-hamburger {
    flex: 0 0 50%;
    max-width: 50%; }
    .mMenu-main-component .mMenu-hamburger .menu-lang-select {
      width: 5rem;
      margin-right: 40px;
      margin-left: -40px;
      display: flex;
      align-items: center; }
      .mMenu-main-component .mMenu-hamburger .menu-lang-select .wpml-ls-legacy-dropdown .wpml-ls-item {
        margin-left: 0; }
        .mMenu-main-component .mMenu-hamburger .menu-lang-select .wpml-ls-legacy-dropdown .wpml-ls-item::before {
          display: none; }
      @media (min-width: 1200px) {
        .mMenu-main-component .mMenu-hamburger .menu-lang-select {
          display: none; } }
    .mMenu-main-component .mMenu-hamburger ul {
      padding: 0;
      list-style: none;
      float: right;
      margin: 28px 48px;
      width: 51px; }
      .mMenu-main-component .mMenu-hamburger ul li {
        display: inline-block; }
  @media (min-width: 1200px) {
    .mMenu-main-component .mMenu-hamburger {
      display: none !important; } }
  @media (max-width: 1199px) {
    .mMenu-main-component .mMenu-hamburger {
      display: block; } }

/* mMenu MAIN COMPONENT STOP */
/* FOOTER START */
footer {
  width: 100%;
  padding: 40px 0 20px 0;
  background-color: #132e3e;
  overflow: hidden;
  z-index: 400;
  position: relative; }
  footer hr {
    opacity: 0.1;
    margin: 20px 0; }
  footer .container {
    text-align: left;
    display: block; }
    footer .container .footer-heading {
      margin-bottom: 40px; }
    footer .container .footer-qon {
      width: 200px;
      padding-bottom: 15px; }
    footer .container .logotypes .col-4:nth-of-type(2) .footer-logotype {
      width: 67px; }
    footer .container .footer-logotype {
      width: 100px;
      opacity: 0.8; }
    footer .container a.wpml-ls-link {
      color: #b3b3bd !important; }
      footer .container a.wpml-ls-link:hover {
        color: #ffffff !important; }
    footer .container p {
      margin: 0 !important; }
    footer .container ul li {
      padding-left: 0; }
      footer .container ul li::before {
        content: "" !important;
        display: none; }
    footer .container .language {
      list-style: none;
      padding: 0;
      margin-bottom: 0; }
      footer .container .language li {
        display: inline-block;
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 5px; }
        footer .container .language li::after {
          content: "";
          position: absolute;
          width: 1px;
          height: 16px;
          background: #b3b3bd;
          margin-top: 4px;
          margin-left: 15px; }
        footer .container .language li a {
          font-family: "Source Sans Pro", sans-serif;
          font-weight: 400;
          font-size: 18px;
          text-decoration: none; }
          footer .container .language li a:hover {
            color: #ffffff; }
      footer .container .language li:last-of-type::after {
        display: none; }
      footer .container .language .active {
        display: inline-block; }
        footer .container .language .active a {
          color: #ffffff;
          font-family: "Source Sans Pro", sans-serif;
          font-weight: 700; }
    @media (max-width: 991px) {
      footer .container .language {
        text-align: center;
        margin-top: 0; } }
    footer .container .footer-logo {
      width: 200px;
      height: 105px;
      position: absolute;
      display: block; }
      footer .container .footer-logo a i {
        display: inline-block; }
    @media (min-width: 992px) {
      footer .container .footer-logo {
        right: 0; } }
    @media (max-width: 991px) {
      footer .container .footer-logo {
        left: 0; } }
    footer .container #footer-mobile-link {
      display: block;
      width: 100%;
      position: relative; }
    footer .container .card {
      border: 0;
      border-radius: 0;
      background-color: #132e3e; }
      footer .container .card .card-header {
        border: 0;
        background-color: #132e3e; }
      footer .container .card h5 {
        color: #00b1e5;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: left;
        font-family: "Source Serif Pro", serif;
        font-weight: 700;
        text-transform: uppercase;
        width: 100%;
        position: relative; }
        footer .container .card h5 i {
          float: right;
          position: relative;
          transform: rotate(180deg);
          transition: all 0.5s; }
      @media (max-width: 330px) {
        footer .container .card h5 {
          font-size: 19px; } }
      footer .container .card ul {
        list-style: none;
        padding: 0; }
        footer .container .card ul li {
          margin-top: 6px;
          margin-bottom: 6px; }
          footer .container .card ul li a {
            color: #ffffff;
            line-height: 24px; }
            footer .container .card ul li a:hover {
              color: #b3b3bd;
              text-decoration: none; }
      footer .container .card .collapsed {
        color: #b3b3bd; }
        footer .container .card .collapsed i {
          float: right;
          position: relative;
          transform: rotate(0deg);
          transition: all 0.5s; }
    footer .container strong {
      font-family: "Source Serif Pro", serif;
      font-weight: 700;
      font-size: 21px;
      line-height: 30px;
      color: #ffffff; }
    @media (min-width: 992px) {
      footer .container strong {
        display: block; } }
    @media (max-width: 767px) {
      footer .container strong {
        display: none !important; } }
    footer .container .footer-link {
      list-style: none;
      position: relative;
      display: block;
      float: left; }
      footer .container .footer-link h5 {
        color: #00b1e5;
        text-align: left; }
        @media (min-width: 992px) {
          footer .container .footer-link h5 i {
            display: none; } }
      footer .container .footer-link li {
        margin-top: 6px;
        margin-bottom: 6px; }
        footer .container .footer-link li a {
          line-height: 24px;
          color: #ffffff; }
          footer .container .footer-link li a:hover {
            color: #b3b3bd;
            text-decoration: none; }
    footer .container .social-col .textwidget {
      display: flex;
      justify-content: center;
      width: 100%; }
    footer .container strong {
      font-family: "Source Serif Pro", serif;
      font-weight: 700;
      font-size: 21px;
      line-height: 30px;
      display: block;
      color: #ffffff; }
    footer .container .footer-link-socal {
      margin-top: 20px;
      list-style: none;
      position: relative;
      display: block; }
      footer .container .footer-link-socal li {
        margin: 2px;
        display: inline-block; }
        footer .container .footer-link-socal li img {
          width: 35px;
          opacity: 0.6; }
          @media (max-width: 991px) {
            footer .container .footer-link-socal li img {
              width: 40px; } }
        footer .container .footer-link-socal li h5 {
          color: #00b1e5;
          margin-bottom: 42px;
          text-align: left; }
        footer .container .footer-link-socal li a:hover .border-radius-default {
          background: #ffffff; }
        footer .container .footer-link-socal li a .border-radius-default {
          width: 36px;
          height: 36px; }
          footer .container .footer-link-socal li a .border-radius-default i {
            font-size: 18px;
            color: #132e3e;
            text-align: center;
            line-height: 36px;
            width: 100%; }
    @media (min-width: 992px) {
      footer .container .footer-link-socal {
        float: left; }
      footer .container .mobile {
        display: none; } }
    @media (max-width: 991px) {
      footer .container .footer-link-socal {
        text-align: center; }
      footer .container .desctop {
        display: none; } }
    footer .container .copyright {
      color: #b3b3bd;
      font-size: 12px; }
      footer .container .copyright span {
        color: #ffffff; }
      footer .container .copyright a {
        color: #b3b3bd;
        font-size: 12px;
        text-decoration: none; }
        footer .container .copyright a:hover {
          color: #ffffff; }
      footer .container .copyright p {
        margin: 0; }

@media (max-width: 991px) and (min-width: 767px) {
  footer {
    min-height: 400px; } }

@media (max-width: 767px) {
  footer {
    min-height: 700px; }
    footer span.wpml-ls-native {
      font-size: 16px; } }

/* FOOTER STOP */
/* SECTION SEARCH START */
.section-search {
  width: 100%; }
  .section-search form {
    max-width: 770px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden; }
    .section-search form .form-group input {
      margin-top: 17px;
      margin-bottom: 17px; }
    .section-search form .form-group button {
      position: absolute;
      top: 23px;
      right: 12px;
      font-size: 25px;
      color: #797a7c;
      border: 0;
      border-radius: 0;
      padding: 0;
      cursor: pointer; }
      .section-search form .form-group button:hover {
        color: #ee3869; }
    .section-search form .form-group label {
      color: #373e4a;
      line-height: 24px; }
      .section-search form .form-group label strong {
        color: #ee3869; }

/* SECTION SEARCH STOP */
/* SECTION TITLE START */
.section-title h3 {
  color: #373e4a;
  text-align: left;
  line-height: 45px; }
  .section-title h3 span {
    color: #ee3869; }

/* SECTION TITLE STOP */
/* SECTION ARTICLE START */
.section-article-1 h3 {
  position: relative; }

@media (min-width: 992px) {
  .section-article-1 h3 {
    margin-top: 160px; } }

.section-article-1 p {
  line-height: 27px; }

.section-article-1 .img {
  width: 100%;
  min-height: 500px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important; }

/* SECTION ARTICLE STOP */
/* SECTION MAIN START */
.section-main-2 {
  padding-bottom: 100px;
  padding-top: 50px; }
  .section-main-2 .box-products img {
    width: 140px; }
  .section-main-2 h1 {
    font-size: 180px;
    line-height: 180px;
    display: block;
    text-align: center;
    font-family: "Source Sans Pro", serif;
    font-weight: 900; }
    .section-main-2 h1 span:nth-of-type(1) {
      color: #ee3869; }
    .section-main-2 h1 span:nth-of-type(2) {
      color: #ffdd00; }
    .section-main-2 h1 span:nth-of-type(3) {
      color: #3bbb9c; }
  .section-main-2 h3 {
    font-size: 36px;
    line-height: 45px;
    color: #373e4a;
    display: block;
    text-align: center;
    font-family: "Source Sans Pro", serif;
    font-weight: 400;
    margin-top: 58px;
    margin-bottom: 32px; }
  .section-main-2 p {
    font-size: 18px;
    color: #373e4a;
    line-height: 27px;
    text-align: center;
    display: block;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 27px; }
  .section-main-2 hr {
    margin-top: 52px;
    margin-bottom: 30px;
    display: block; }

.section-main-3 {
  overflow: hidden;
  position: relative;
  min-height: 200px;
  padding-top: 100px;
  padding-bottom: 190px; }
  .section-main-3 .icon-mask {
    z-index: 50; }
  .section-main-3 .section-main-3_hexagon-1 {
    width: 228px;
    height: 251px;
    position: absolute;
    background: #d8d8d8;
    animation: section-main-3_hexagon-1 8s infinite;
    -webkit-animation: section-main-3_hexagon-1 8s infinite;
    z-index: 0; }
    .section-main-3 .section-main-3_hexagon-1 .section-main-3_hexagon-1-1 {
      display: block;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      margin-top: 2px;
      width: 224px;
      height: 247px;
      background: #ffffff; }

@keyframes section-main-3_hexagon-1 {
  0% {
    transform: translateY(20px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(20px); } }
  @media (min-width: 1200px) {
    .section-main-3 .section-main-3_hexagon-1 {
      margin-left: 121px;
      top: -100px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .section-main-3 .section-main-3_hexagon-1 {
      margin-left: 0px;
      top: -100px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .section-main-3 .section-main-3_hexagon-1 {
      margin-left: -80px;
      top: -100px; } }
  @media (max-width: 767px) {
    .section-main-3 .section-main-3_hexagon-1 {
      margin-left: -190px;
      top: -100px; } }
  .section-main-3 .section-main-3_hexagon-2 {
    width: 57px;
    height: 63px;
    position: absolute;
    background: #d8d8d8;
    animation: section-main-3_hexagon-2 8s infinite;
    -webkit-animation: section-main-3_hexagon-2 8s infinite;
    z-index: 0; }
    .section-main-3 .section-main-3_hexagon-2 .section-main-3_hexagon-2-2 {
      display: block;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      margin-top: 2px;
      width: 53px;
      height: 59px;
      background: #ffffff; }

@keyframes section-main-3_hexagon-2 {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0px); } }
  @media (min-width: 1200px) {
    .section-main-3 .section-main-3_hexagon-2 {
      right: 315px;
      margin-top: -45px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .section-main-3 .section-main-3_hexagon-2 {
      right: 225px;
      margin-top: -45px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .section-main-3 .section-main-3_hexagon-2 {
      right: 85px;
      margin-top: -45px; } }
  @media (max-width: 767px) {
    .section-main-3 .section-main-3_hexagon-2 {
      right: -15px;
      margin-top: -45px; } }
  .section-main-3 .section-main-3_hexagon-3 {
    width: 114px;
    height: 126px;
    position: absolute;
    display: block;
    background: #d8d8d8;
    animation: section-main-3_hexagon-3 8s infinite;
    -webkit-animation: section-main-3_hexagon-3 8s infinite;
    z-index: 0; }
    .section-main-3 .section-main-3_hexagon-3 .section-main-3_hexagon-3-3 {
      display: block;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      margin-top: 2px;
      width: 110px;
      height: 122px;
      background: #ffffff; }

@keyframes section-main-3_hexagon-3 {
  0% {
    transform: translateY(20px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(20px); } }
  @media (min-width: 1200px) {
    .section-main-3 .section-main-3_hexagon-3 {
      margin-top: 60px;
      right: 20px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .section-main-3 .section-main-3_hexagon-3 {
      right: -20px;
      margin-top: 60px; } }
  @media (max-width: 992px) and (min-width: 768px) {
    .section-main-3 .section-main-3_hexagon-3 {
      right: -30px;
      margin-top: 60px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .section-main-3 .section-main-3_hexagon-3 {
      right: -20px;
      margin-top: 60px; } }
  @media (max-width: 767px) {
    .section-main-3 .section-main-3_hexagon-3 {
      right: -20px;
      margin-top: 160px; } }
  .section-main-3 h1 {
    display: block;
    text-align: center;
    line-height: 60px;
    padding: 0;
    margin-top: 13px;
    margin-bottom: 13px;
    z-index: 200;
    position: relative; }
  .section-main-3 p {
    display: block;
    text-align: center;
    color: #373e4a;
    line-height: 55px;
    padding: 0;
    margin-top: 13px;
    margin-bottom: 13px;
    font-size: 22px;
    line-height: 36px;
    z-index: 200;
    position: relative; }
  .section-main-3 button {
    width: 240px;
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 58px; }

.section-main-4 {
  overflow: hidden;
  position: relative;
  min-height: 200px;
  padding-top: 100px;
  padding-bottom: 190px; }
  .section-main-4 .icon-mask {
    z-index: 50; }
  .section-main-4 .section-main-4_hexagon-1 {
    width: 228px;
    height: 251px;
    position: absolute;
    background: #d8d8d8;
    animation: section-main-4_hexagon-1 8s infinite;
    -webkit-animation: section-main-4_hexagon-1 8s infinite;
    z-index: 0; }
    .section-main-4 .section-main-4_hexagon-1 .section-main-4_hexagon-1-1 {
      display: block;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      margin-top: 2px;
      width: 224px;
      height: 247px;
      background: #ffffff; }

@keyframes section-main-4_hexagon-1 {
  0% {
    transform: translateY(20px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(20px); } }
  @media (min-width: 1200px) {
    .section-main-4 .section-main-4_hexagon-1 {
      margin-left: 121px;
      top: -100px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .section-main-4 .section-main-4_hexagon-1 {
      margin-left: 0px;
      top: -100px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .section-main-4 .section-main-4_hexagon-1 {
      margin-left: -80px;
      top: -100px; } }
  @media (max-width: 767px) {
    .section-main-4 .section-main-4_hexagon-1 {
      margin-left: -190px;
      top: -100px; } }
  .section-main-4 .section-main-4_hexagon-2 {
    width: 57px;
    height: 63px;
    position: absolute;
    background: #d8d8d8;
    animation: section-main-4_hexagon-2 8s infinite;
    -webkit-animation: section-main-4_hexagon-2 8s infinite;
    z-index: 0; }
    .section-main-4 .section-main-4_hexagon-2 .section-main-4_hexagon-2-2 {
      display: block;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      margin-top: 2px;
      width: 53px;
      height: 59px;
      background: #ffffff; }

@keyframes section-main-4_hexagon-2 {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0px); } }
  @media (min-width: 1200px) {
    .section-main-4 .section-main-4_hexagon-2 {
      right: 315px;
      margin-top: -45px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .section-main-4 .section-main-4_hexagon-2 {
      right: 225px;
      margin-top: -45px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .section-main-4 .section-main-4_hexagon-2 {
      right: 85px;
      margin-top: -45px; } }
  @media (max-width: 767px) {
    .section-main-4 .section-main-4_hexagon-2 {
      right: -15px;
      margin-top: -45px; } }
  .section-main-4 .section-main-4_hexagon-3 {
    width: 114px;
    height: 126px;
    position: absolute;
    display: block;
    background: #d8d8d8;
    animation: section-main-4_hexagon-3 8s infinite;
    -webkit-animation: section-main-4_hexagon-3 8s infinite;
    z-index: 0; }
    .section-main-4 .section-main-4_hexagon-3 .section-main-4_hexagon-3-3 {
      display: block;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      margin-top: 2px;
      width: 110px;
      height: 122px;
      background: #ffffff; }

@keyframes section-main-4_hexagon-3 {
  0% {
    transform: translateY(20px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(20px); } }
  @media (min-width: 1200px) {
    .section-main-4 .section-main-4_hexagon-3 {
      margin-top: 60px;
      right: 20px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .section-main-4 .section-main-4_hexagon-3 {
      right: -20px;
      margin-top: 60px; } }
  @media (max-width: 992px) and (min-width: 768px) {
    .section-main-4 .section-main-4_hexagon-3 {
      right: -30px;
      margin-top: 60px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .section-main-4 .section-main-4_hexagon-3 {
      right: -20px;
      margin-top: 60px; } }
  @media (max-width: 767px) {
    .section-main-4 .section-main-4_hexagon-3 {
      right: -20px;
      margin-top: 160px; } }
  .section-main-4 h3 {
    display: block;
    text-align: center;
    line-height: 55px;
    padding: 0;
    margin-top: 13px;
    margin-bottom: 13px;
    z-index: 200;
    position: relative; }
  .section-main-4 p {
    display: block;
    text-align: center;
    color: #373e4a;
    line-height: 24px;
    padding: 0;
    margin-top: 13px;
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 24px;
    z-index: 200;
    position: relative; }
    .section-main-4 p strong {
      color: #797a7c;
      font-size: 14px;
      text-transform: uppercase; }
  .section-main-4 button {
    min-width: 230px;
    height: 56px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 49px;
    margin-bottom: 38px; }

.pagination-post .back-post, .pagination-post .next-post {
  min-height: 116px;
  border-top: 1px solid #979797; }
  .pagination-post .back-post:hover, .pagination-post .next-post:hover {
    border-top: 1px solid #ee3869; }
    .pagination-post .back-post:hover span, .pagination-post .next-post:hover span {
      color: #ee3869; }
    .pagination-post .back-post:hover i, .pagination-post .next-post:hover i {
      transition: all 0.3s; }
  .pagination-post .back-post span, .pagination-post .next-post span {
    display: block;
    width: 100%;
    line-height: 24px;
    color: #797a7c; }
  .pagination-post .back-post a, .pagination-post .next-post a {
    display: block;
    position: relative;
    color: #373e4a;
    font-size: 21px;
    line-height: 30px;
    text-decoration: none; }
  .pagination-post .back-post i, .pagination-post .next-post i {
    position: absolute;
    color: #ee3869;
    transition: all 0.5s;
    display: block;
    font-size: 32px;
    font-weight: 700; }

@media (min-width: 768px) {
  .pagination-post .back-post, .pagination-post .next-post {
    padding-top: 25px;
    margin-bottom: 56px; } }

@media (max-width: 767px) {
  .pagination-post .back-post, .pagination-post .next-post {
    padding-top: 25px;
    margin-bottom: 25px; } }

.section-single-post_hexagon-1 {
  width: 378px;
  height: 394px;
  position: absolute;
  background: #d8d8d8;
  animation: section-single-post_hexagon-1 8s infinite;
  -webkit-animation: section-single-post_hexagon-1 8s infinite;
  z-index: 0; }
  .section-single-post_hexagon-1 .section-single-post_hexagon-1-1 {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    width: 374px;
    height: 390px;
    background: #ffffff; }

@keyframes section-single-post_hexagon-1 {
  0% {
    transform: translateY(20px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(20px); } }

@media (min-width: 1200px) {
  .section-single-post_hexagon-1 {
    right: -83px;
    top: 40px; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .section-single-post_hexagon-1 {
    margin-left: -90px;
    top: -30px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .section-single-post_hexagon-1 {
    margin-left: -80px;
    top: -30px; } }

@media (max-width: 767px) {
  .section-single-post_hexagon-1 {
    margin-left: -190px;
    top: -30px; } }

.section-single-post_hexagon-2 {
  width: 57px;
  height: 63px;
  position: absolute;
  background: #d8d8d8;
  animation: section-single-post_hexagon-2 8s infinite;
  -webkit-animation: section-single-post_hexagon-2 8s infinite;
  z-index: 0; }
  .section-single-post_hexagon-2 .section-single-post_hexagon-2-2 {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    width: 53px;
    height: 59px;
    background: #ffffff; }

@keyframes section-single-post_hexagon-2 {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0px); } }

@media (min-width: 1200px) {
  .section-single-post_hexagon-2 {
    right: -90px;
    margin-top: -25px; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .section-single-post_hexagon-2 {
    right: 225px;
    margin-top: -25px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .section-single-post_hexagon-2 {
    right: 85px;
    margin-top: -25px; } }

@media (max-width: 767px) {
  .section-single-post_hexagon-2 {
    right: -15px;
    margin-top: -25px; } }

.section-single-post_hexagon-3 {
  width: 114px;
  height: 126px;
  position: absolute;
  display: block;
  background: #d8d8d8;
  animation: section-single-post_hexagon-3 8s infinite;
  -webkit-animation: section-single-post_hexagon-3 8s infinite;
  z-index: 0; }
  .section-single-post_hexagon-3 .section-single-post_hexagon-3-3 {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    width: 110px;
    height: 122px;
    background: #ffffff; }

@keyframes section-single-post_hexagon-3 {
  0% {
    transform: translateY(40px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(40px); } }

@media (min-width: 1200px) {
  .section-single-post_hexagon-3 {
    margin-top: 40px;
    right: -250px; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .section-single-post_hexagon-3 {
    right: -20px;
    margin-top: 60px; } }

@media (max-width: 992px) and (min-width: 768px) {
  .section-single-post_hexagon-3 {
    right: -30px;
    margin-top: 60px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .section-single-post_hexagon-3 {
    right: -20px;
    margin-top: 60px; } }

@media (max-width: 767px) {
  .section-single-post_hexagon-3 {
    right: -20px;
    margin-top: 160px; } }

.section-single-post_hexagon-4 {
  width: 422px;
  height: 464px;
  position: absolute;
  display: block;
  background-image: linear-gradient(to top right, #3bbb9c, #ffdd00) !important;
  animation: section-single-post_hexagon-4 8s infinite;
  -webkit-animation: section-single-post_hexagon-4 8s infinite;
  z-index: 0; }

@keyframes section-single-post_hexagon-4 {
  0% {
    transform: translateY(40px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(40px); } }

@media (min-width: 1200px) {
  .section-single-post_hexagon-4 {
    margin-top: -120px;
    right: -130px; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .section-single-post_hexagon-4 {
    margin-top: -120px;
    right: -130px; } }

@media (max-width: 992px) and (min-width: 768px) {
  .section-single-post_hexagon-4 {
    margin-top: -120px;
    right: -130px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .section-single-post_hexagon-4 {
    margin-top: -120px;
    right: -130px; } }

@media (max-width: 767px) {
  .section-single-post_hexagon-4 {
    margin-top: -120px;
    right: -130px; } }

body .category {
  display: block;
  color: #373e4a;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  line-height: 14px;
  margin-bottom: 3px; }
  body .category:hover {
    opacity: 0.8; }

.img-main {
  width: 100%;
  height: 600px;
  margin-top: 86px;
  margin-bottom: 86px;
  z-index: 200;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .img-main div {
    width: 100%;
    height: 600px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; }

.link-tag-socal {
  max-width: 970px;
  display: block;
  margin-top: 82px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: -25px;
  position: relative; }
  .link-tag-socal .tag {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left; }
    .link-tag-socal .tag li {
      display: inline-block;
      margin-top: 10px;
      margin-bottom: 10px; }
      .link-tag-socal .tag li a {
        position: relative;
        outline: none;
        overflow: hidden;
        border-radius: 50px;
        border: solid 2px #f5f5f6;
        background-color: #f5f5f6;
        color: #ee3869;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 16px;
        padding: 0.375rem 0.75rem; }
        .link-tag-socal .tag li a:hover {
          text-decoration: none;
          border-color: #ee3869; }
    .link-tag-socal .tag li:before {
      display: none; }
  @media (max-width: 991px) {
    .link-tag-socal .tag {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0px; }
      .link-tag-socal .tag li {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0; } }
  .link-tag-socal .social {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: right;
    text-align: right; }
    .link-tag-socal .social li {
      display: inline-block; }
      .link-tag-socal .social li p {
        color: #797a7c;
        line-height: 35px;
        padding-top: 0;
        padding-bottom: 0; }
      .link-tag-socal .social li a {
        text-decoration: none;
        font-size: 21px;
        margin-top: 3px;
        position: relative; }
        .link-tag-socal .social li a:hover {
          opacity: 0.8; }
    .link-tag-socal .social li:before {
      display: none; }
  @media (max-width: 991px) {
    .link-tag-socal .social {
      float: none;
      text-align: center; } }

.pagination-post {
  max-width: 970px;
  display: block;
  margin-top: 57px;
  margin-left: auto;
  margin-right: auto; }
  .pagination-post .back-post {
    text-align: left;
    padding-left: 35px; }
    .pagination-post .back-post:hover i {
      left: 0px; }
    .pagination-post .back-post a {
      float: left;
      padding-left: 30px;
      margin-top: 15px; }
    .pagination-post .back-post i {
      position: absolute;
      left: -30px;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .pagination-post .next-post {
    text-align: right;
    padding-right: 35px; }
    .pagination-post .next-post:hover i {
      right: -5px; }
    .pagination-post .next-post a {
      float: right;
      padding-right: 30px;
      margin-top: 15px; }
    .pagination-post .next-post i {
      position: absolute;
      right: -35px;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  @media (max-width: 767px) {
    .pagination-post .next-post {
      border-bottom: 1px solid #979797; } }
  @media (max-width: 575px) {
    .pagination-post .row {
      display: none; } }

.related-news hr {
  margin-left: 15px;
  margin-right: 15px; }

@media (min-width: 576px) {
  .related-news {
    display: none; } }

.section-gray {
  background: #f5f5f6; }

.section-rectangle {
  background-color: #f5f5f6;
  padding: 50px 0 50px 0; }

/* SECTION MAIN STOP */
/* SECTION IMG START */
.section-img {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 0; }

@media (min-width: 992px) {
  .section-img {
    min-height: 840px; } }

@media (max-width: 991px) {
  .section-img {
    min-height: 420px; } }

/* SECTION IMG STOP */
/* CHART START */
.chart-1 {
  width: 100%;
  height: 573px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  position: relative;
  padding-bottom: 25px;
  border-top: 1px solid #f5f5f6;
  border-bottom: 1px solid #f5f5f6; }
  .chart-1 div {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important; }

@media (max-width: 767px) {
  .chart-1 {
    padding-top: 24px;
    padding-bottom: 15px;
    height: 340px; } }

.chart-2 {
  width: 100%;
  height: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  position: relative;
  padding-bottom: 25px; }
  .chart-2 div {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important; }

@media (max-width: 767px) {
  .chart-2 {
    padding-top: 0px;
    padding-bottom: 15px;
    height: 200px; } }

/* CHART START */
/* BOX CONTACT START */
.box-contact {
  border: 1px solid #f5f5f6;
  position: relative;
  display: block;
  margin-top: 64px;
  margin-bottom: 64px; }
  .box-contact ul {
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    z-index: 200;
    position: relative; }
    .box-contact ul li {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      position: relative;
      min-height: 66px; }
      .box-contact ul li:before {
        display: none; }
      .box-contact ul li .border-radius-default {
        display: block;
        margin-bottom: 20px;
        width: 48px;
        height: 48px;
        overflow: hidden;
        top: calc(50% - 25px); }
        .box-contact ul li .border-radius-default i {
          display: block;
          margin-left: auto;
          margin-right: auto;
          background: #ffffff; }
        .box-contact ul li .border-radius-default .icon-contact-PhoneGray {
          width: 21px;
          height: 20px;
          margin-top: 14px; }
        .box-contact ul li .border-radius-default .icon-contact-help {
          width: 22px;
          height: 22px;
          margin-top: 13px; }
        .box-contact ul li .border-radius-default .icon-contact-MailWhite {
          width: 20px;
          height: 20px;
          margin-top: 15px; }
      @media (max-width: 991px) {
        .box-contact ul li .border-radius-default {
          display: block;
          position: relative;
          margin-left: auto;
          margin-right: auto;
          top: 0; } }
      .box-contact ul li .box {
        display: inline-block;
        padding-top: 15px;
        padding-bottom: 15px;
        min-height: 66px; }
        .box-contact ul li .box strong {
          display: block; }
        .box-contact ul li .box span {
          display: block; }
      @media (min-width: 1200px) {
        .box-contact ul li .box {
          display: inline-block; } }
      @media (max-width: 1199px) and (min-width: 992px) {
        .box-contact ul li .box {
          display: inline-block; } }
      @media (max-width: 991px) {
        .box-contact ul li .box {
          display: block;
          padding-left: 0px;
          text-align: center; } }
    @media (min-width: 992px) {
      .box-contact ul li {
        flex: 0 0 33.333333%;
        max-width: 33.333333%; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .box-contact ul li {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 767px) {
      .box-contact ul li {
        flex: 0 0 100%;
        max-width: 100%; } }

@media (min-width: 1200px) {
  .box-contact {
    padding: 40px 50px; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .box-contact {
    padding: 25px 62px; } }

@media (max-width: 991px) {
  .box-contact {
    padding: 25px 15px; } }

/* BOX CONTACT STOP */
/* BOX About START */
.box-about {
  margin-bottom: 5rem; }
  .box-about .hexagon-default {
    min-width: 255px;
    min-height: 281px;
    display: block;
    margin-left: 0;
    margin-bottom: 2rem;
    overflow: hidden; }
    .box-about .hexagon-default:hover div {
      transform: scale(1.1);
      transition: all 0.3s; }
    .box-about .hexagon-default div {
      width: 100%;
      height: 100%;
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      transform: scale(1);
      transition: all 0.3s; }
  @media (min-width: 1199px) {
    .box-about .hexagon-default {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 768px) {
    .box-about .hexagon-default {
      margin-left: auto;
      margin-right: auto; } }
  .box-about h5 {
    line-height: 30px;
    margin-bottom: 0;
    padding: 0 !important; }
  @media (max-width: 768px) {
    .box-about h5 {
      text-align: center; } }
  .box-about span {
    color: #797a7c;
    line-height: 26px; }
  @media (max-width: 768px) {
    .box-about span {
      text-align: center;
      display: block; } }

/* BOX About STOP */
/* BOX PRODUCTS START */
.box-products {
  display: block;
  margin-left: 0;
  cursor: pointer; }
  .box-products .img {
    width: 100%;
    max-width: 130px;
    height: 165px;
    overflow: hidden; }
    .box-products .img div {
      width: 100%;
      height: 100%;
      transition: all 0.3s;
      background-size: cover !important;
      background-position: center !important;
      background-repeat: no-repeat !important; }
  .box-products:hover a {
    text-decoration: none;
    color: #797a7c; }
  .box-products a {
    color: #373e4a;
    font-size: 16px;
    line-height: 22px;
    font-family: "Source Sans Pro", serif;
    font-weight: 600;
    margin-top: 16px;
    display: block;
    text-align: center; }
  .box-products p {
    color: #797a7c;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    display: block;
    margin-top: 12px; }

/* BOX PRODUCTS STOP */
/* LIST PEOPLE START */
.list-people {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  z-index: 200;
  position: relative; }
  .list-people li {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 25px;
    margin-top: 19px;
    margin-bottom: 19px; }
    .list-people li:before {
      display: none; }
    .list-people li:hover .hexagon-default div {
      transform: scale(1.1);
      transition: all 0.3s; }
    .list-people li .hexagon-default {
      width: 145px;
      height: 155px;
      display: inline-block; }
      .list-people li .hexagon-default div {
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        width: 100%;
        height: 100%;
        transform: scale(1);
        transition: all 0.3s; }
    .list-people li .box {
      display: inline-block;
      position: relative;
      padding-left: 24px;
      top: 3rem; }
      .list-people li .box span {
        font-size: 18px;
        line-height: 26px;
        color: #b3b3bd;
        display: block; }
      .list-people li .box h5 {
        padding: 0 !important;
        color: #373e4a; }
  @media (max-width: 767px) {
    .list-people li {
      flex: 0 0 100%;
      max-width: 100%; }
      .list-people li .box {
        top: 1rem; } }
  @media (max-width: 767px) {
    .list-people li .hexagon-default {
      margin-left: auto;
      margin-right: auto;
      display: block;
      top: 0; }
    .list-people li .box {
      display: block;
      width: 100%;
      padding-left: 0;
      text-align: center; } }

/* LIST PEOPLE STOP */
/* LIST ICON START */
.list-icon {
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .list-icon div {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px; }
    .list-icon div i {
      position: absolute;
      display: block;
      width: 38px;
      height: 38px;
      z-index: 200;
      top: calc(50% - 26px); }
    .list-icon div p {
      color: #797a7c;
      padding-left: 50px; }

/* LIST ICON STOP */
/* INFO START */
.info-1 {
  color: #b3b3bd;
  font-style: italic;
  font-size: 12px;
  line-height: 16px; }

/* INFO STOP */
/* SEARCH JOB START */
.search-job .search {
  margin-top: 12px;
  margin-bottom: 12px; }

.search-job p {
  line-height: 18px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-bottom: 4px;
  padding-top: 12px;
  position: static;
  display: inline-block;
  color: #797a7c;
  border-bottom: 2px solid #ebeced;
  cursor: pointer; }
  .search-job p:hover {
    border-bottom: 2px solid #ffffff; }

.search-job form {
  width: 100%; }
  .search-job form .search input {
    margin-left: 49px;
    width: calc(100% - 50px); }
    .search-job form .search input:focus {
      border: 1px solid #ebeced; }
  .search-job form .search:before {
    content: "";
    width: 50px;
    height: 49px;
    position: absolute;
    border: 1px solid #ebeced;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .search-job form .search:after {
    content: url(./../img/icon/menu/icon-search-1.svg);
    width: 14px;
    height: 18px;
    position: absolute;
    top: 26px;
    left: 28px; }
  .search-job form button {
    position: relative;
    width: 100%;
    height: 40px;
    display: block;
    margin-top: 12px;
    margin-bottom: 12px; }

.ebook-description ul li {
  padding-left: 30px !important; }
  .ebook-description ul li:before {
    content: '' !important;
    display: inline-block !important;
    height: 15px !important;
    width: 15px !important;
    background-image: url(./../img/ebook.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    margin: 5px 0 0 -25px; }

.list-offer-job .badge {
  padding: 9px;
  color: #ffffff;
  font-size: 14px;
  margin-top: 50px;
  margin-bottom: 15px;
  position: relative; }

.list-offer-job .box {
  width: 100%;
  min-height: 70px;
  border: 2px solid #f5f5f6;
  border-radius: 2px;
  margin-bottom: 8px;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  cursor: pointer; }
  .list-offer-job .box:hover {
    border-color: rgba(238, 56, 105, 0.3);
    box-shadow: 0 0 35px rgba(238, 56, 105, 0.125); }

.list-offer-job .title {
  color: #ee3869;
  line-height: 26px;
  text-align: left;
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin: 0; }
  .list-offer-job .title:after {
    content: "\f301";
    font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
    color: #ee3869;
    position: relative;
    display: inline-block;
    margin-left: 8px;
    transition: all 0.3s; }

.list-offer-job .location {
  color: #132e3e;
  line-height: 26px;
  float: right;
  position: relative;
  margin: 0;
  display: block; }

@media (max-width: 768px) {
  .list-offer-job .location {
    display: block;
    float: none;
    padding-top: 10px;
    width: 100% !important; } }

.list-offer-job a {
  color: #ee3869;
  line-height: 26px;
  margin: 0; }
  .list-offer-job a:hover:after {
    margin-left: 4px;
    margin-right: 4px;
    transition: all 0.3s; }

@media (max-width: 768px) {
  .list-offer-job a {
    display: block;
    width: 100% !important;
    float: none; } }

/* SEARCH JOB STOP */
/*TABLE INVESTORS START*/
.box-investors .box {
  width: 100%;
  min-height: 70px;
  border: 2px solid #f5f5f6;
  border-radius: 2px;
  margin-bottom: 8px;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  cursor: pointer; }
  .box-investors .box:hover {
    border-color: rgba(238, 56, 105, 0.3);
    box-shadow: 0 0 35px rgba(238, 56, 105, 0.125); }
  .box-investors .box .file {
    color: #ee3869;
    line-height: 26px;
    font-size: 20px;
    text-align: left;
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    max-width: 90%; }
    .box-investors .box .file:after {
      content: "\f301";
      font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
      color: #ee3869;
      position: relative;
      display: inline-block;
      margin-left: 8px;
      transition: all 0.3s; }
  .box-investors .box .download {
    color: #132e3e;
    line-height: 26px;
    float: right;
    position: relative;
    margin: 0;
    display: block; }
    .box-investors .box .download a {
      color: #132e3e; }
  .box-investors .box .capsule-amaranth {
    border-radius: .25rem;
    background: #ee3869;
    color: #ffffff;
    font-size: 14px !important;
    padding: 0 5px; }
  @media (max-width: 991px) {
    .box-investors .box .download {
      display: block;
      float: none;
      margin-top: 10px;
      max-width: 100px !important;
      text-align: center; } }

/*TABLE INVESTORS STOP*/
/* LIGHT GALLERY START */
.lg-backdrop {
  background: rgba(255, 255, 255, 0.9) !important; }

.lg-toolbar .lg-icon {
  color: #ee3869 !important; }
  .lg-toolbar .lg-icon:hover {
    color: #ee3869 !important;
    opacity: 0.6; }

#lg-counter {
  color: #ee3869 !important; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background: rgba(0, 0, 0, 0) !important;
  color: #ee3869 !important; }
  .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #ee3869 !important;
    opacity: 0.6; }

.lg-toolbar {
  background-color: rgba(0, 0, 0, 0) !important; }

/* LIGHT GALLERY STOP */
/* CARUSEL START */
.carousel-indicators li {
  width: 6px;
  height: 6px;
  background: #979797;
  border-radius: 100%;
  padding: 1px;
  margin-top: 1px;
  margin-bottom: 1px; }

.carousel-indicators .active {
  padding: 0px;
  width: 8px;
  height: 8px;
  background: #373e4a;
  margin-top: 0px;
  margin-bottom: 0px; }

#recipeCarousel {
  overflow: hidden; }
  #recipeCarousel .carousel-inner .carousel-item.active,
  #recipeCarousel .carousel-inner .carousel-item-next,
  #recipeCarousel .carousel-inner .carousel-item-prev {
    display: flex; }
  #recipeCarousel .carousel-inner .carousel-item-right.active,
  #recipeCarousel .carousel-inner .carousel-item-next {
    transform: translateX(33.33333%); }
  #recipeCarousel .carousel-inner .carousel-item-left.active,
  #recipeCarousel .carousel-inner .carousel-item-prev {
    transform: translateX(-33.33333%); }
  #recipeCarousel .carousel-inner .carousel-item-right,
  #recipeCarousel .carousel-inner .carousel-item-left {
    transform: translateX(0); }
  #recipeCarousel .carousel-inner {
    width: 180% !important;
    left: -40%; }
    #recipeCarousel .carousel-inner .img {
      width: 100%;
      display: block;
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important; }
    @media (min-width: 768px) {
      #recipeCarousel .carousel-inner .img {
        height: 450px; } }
    @media (max-width: 767px) {
      #recipeCarousel .carousel-inner .img {
        height: 200px; } }

@media (min-width: 768px) {
  #recipeCarousel {
    height: 480px; }
    #recipeCarousel .carousel-indicators {
      top: 460px; } }

@media (max-width: 767px) {
  #recipeCarousel {
    height: 230px; }
    #recipeCarousel .carousel-indicators {
      top: 210px; } }

/* CARUSEL STOP */
/*  CHECKED LIST */
.checked-list li {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 40px;
  color: #373e4a; }
  .checked-list li:before {
    content: "\f26b";
    font: normal normal normal 18px/1 "Material-Design-Iconic-Font";
    text-align: center;
    padding-top: 4px;
    color: #ffffff;
    width: 26px;
    height: 26px;
    margin-left: -40px;
    border-radius: 50%;
    background: #3bbb9c; }

/*  CHECKED LIST */
/* GALLERY START */
.gallery-main {
  max-width: 100%;
  display: block;
  position: relative;
  margin-left: 10px; }
  .gallery-main .img {
    height: auto;
    position: absolute;
    overflow: hidden;
    border-radius: 3px; }
    .gallery-main .img:hover p {
      display: block;
      z-index: 200;
      position: absolute;
      top: calc(50% + 30px);
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      line-height: 24px;
      font-weight: 700;
      color: #fff; }
      .gallery-main .img:hover p:before {
        content: "";
        position: absolute;
        z-index: -100;
        width: 100%;
        height: 100%;
        top: calc(-50% - 30px);
        left: 0;
        background: #3bbb9c;
        opacity: 0.9; }
      .gallery-main .img:hover p:after {
        content: "\f278";
        font: normal normal normal 20px/1 "Material-Design-Iconic-Font";
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #3bbb9c;
        line-height: 2.25rem;
        text-align: center;
        position: absolute;
        z-index: 200;
        width: 2.25rem;
        height: 2.25rem;
        background-color: #fff;
        border-radius: 50%;
        top: -3rem;
        left: calc(50% - 1.125rem);
        right: calc(50% - 1.125rem);
        transform: scale(1);
        transition: 0.5s ease-in-out; }
    .gallery-main .img:hover div {
      transform: scale(1.1);
      transition: all 0.3s; }
    .gallery-main .img div {
      width: 100%;
      max-width: 100%;
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      transform: scale(1);
      transition: all 0.3s; }
    .gallery-main .img p {
      display: none; }
      .gallery-main .img p:after {
        transform: scale(0.1);
        transition: 0.5s ease-in-out; }
  .gallery-main .h-3 div {
    height: 428px; }
  .gallery-main .h-2 div {
    height: 252px; }
  @media (max-width: 767px) {
    .gallery-main .h-2 div {
      height: 428px; } }
  .gallery-main .h-1 div {
    height: 159px; }
  @media (max-width: 767px) {
    .gallery-main .h-1 div {
      height: 428px; } }
  .gallery-main .h-0 {
    display: none; }

/* GALLERY STOP */
/* PAGINATION START */
.pagination {
  margin-top: 55px;
  margin-bottom: 55px; }
  .pagination li {
    padding-left: 8px; }
    .pagination li:before {
      display: none; }
    .pagination li a,
    .pagination li span {
      border-radius: 50%;
      border: solid 2px #f5f5f6;
      font-size: 18px;
      line-height: 27px;
      width: 50px;
      height: 50px;
      padding: 10px;
      text-align: center;
      color: #373e4a; }
      .pagination li a:hover,
      .pagination li span:hover {
        background-color: #ffffff;
        border-color: #ee3869 !important; }
  .pagination .active span {
    background-color: #ee3869 !important;
    border-color: #ee3869 !important;
    color: #ffffff;
    font-weight: 700;
    cursor: default !important; }
  .pagination .active:hover span {
    color: #ffffff; }
  .pagination .disabled {
    display: none; }

.pagination li.page-item a.page-link:hover {
  color: #373e4a !important; }

@media (max-width: 425px) {
  .pagination {
    width: 50px;
    margin-left: auto;
    margin-right: auto; }
    .pagination li {
      margin: 8px;
      padding: 0; } }

.pagination .page-item:last-child .page-link, .pagination .page-item:first-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%; }

/* PAGINATION STOP */
/* QUORTE BOX START */
.quote-box {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 485px;
  min-height: 265px;
  z-index: 0;
  margin-top: 60px;
  margin-bottom: 70px;
  box-shadow: 0px 15px 20px rgba(19, 46, 62, 0.08); }
  .quote-box .box {
    background: #ffffff;
    width: 100%;
    height: 100%;
    padding: 51px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 300;
    position: relative;
    overflow: hidden; }
    .quote-box .box img {
      width: auto;
      max-height: 100px; }
    .quote-box .box h6 {
      font-size: 18px;
      color: #373e4a;
      line-height: 27px;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 400;
      display: block; }
    .quote-box .box p {
      color: #797a7c;
      line-height: 24px;
      text-align: left; }
      .quote-box .box p strong {
        color: #0072bc; }
    .quote-box .box .text {
      padding-left: 41px;
      margin-top: 22px;
      font-size: 15px;
      line-height: 24px;
      color: #797a7c; }
      .quote-box .box .text::before {
        content: "";
        background: url(./../img/icon/other/other-quotation-1.svg) no-repeat center;
        background-size: 21px 21px;
        width: 21px;
        height: 21px;
        position: absolute;
        display: block;
        margin-left: -41px;
        margin-top: 5px; }

/* QUORTE BOX STOP */
/* BOX START */
.box-1 {
  background: #ffffff;
  max-width: 500px;
  min-height: 100px;
  box-shadow: 0px 0px 60px rgba(19, 46, 62, 0.08);
  padding: 30px;
  z-index: 100; }

.box-2 {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 28px;
  margin-bottom: 28px;
  cursor: pointer; }
  .box-2 .img {
    width: 100%;
    height: 378px;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 26px; }
    .box-2 .img div {
      width: 100%;
      height: 378px;
      padding: 0;
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      overflow: hidden;
      position: relative; }
    .box-2 .img:after {
      content: "";
      position: absolute;
      z-index: 100;
      width: 10px;
      height: 100%;
      top: 0px;
      background-image: linear-gradient(to right, rgba(19, 46, 62, 0.3), rgba(19, 46, 62, 0)) !important; }
    .box-2 .img:before {
      content: "";
      position: absolute;
      z-index: 100;
      height: 2px;
      width: 100%;
      bottom: 0px;
      background: linear-gradient(to right, #ee3869 0%, #ee3869 33%, #39bb9d 33%, #39bb9d 66%, #ffdd00 66%, #ffdd00 100%) !important; }
  .box-2 span {
    color: #b3b3bd;
    line-height: 24px;
    text-align: left; }
  .box-2 h5 {
    line-height: 30px;
    text-align: left;
    color: #373e4a; }
    .box-2 h5:hover {
      color: #797a7c; }

@media (min-width: 992px) {
  .box-2 {
    flex: 0 0 25%;
    max-width: 25%; } }

@media (max-width: 991px) and (min-width: 768px) {
  .box-2 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }

@media (max-width: 767px) and (min-width: 576px) {
  .box-2 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 575px) {
  .box-2 {
    flex: 0 0 100%;
    max-width: 100%; } }

.box-3 {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 28px;
  margin-bottom: 28px;
  cursor: pointer; }
  .box-3:hover .img div {
    transform: scale(1.2);
    transition: all 0.3s; }
  .box-3:hover .img p {
    display: block;
    z-index: 200;
    position: absolute;
    top: 158px;
    left: 0;
    width: 100%;
    height: 262px;
    text-align: center;
    line-height: 24px;
    font-weight: 700;
    color: #ffffff; }
    .box-3:hover .img p:after {
      content: "";
      background: url(./../img/icon/other/other-box-2.svg);
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-size: 24px 25px !important;
      position: absolute;
      z-index: 200;
      width: 64px;
      height: 64px;
      background-color: #fff;
      border-radius: 50%;
      top: -65px;
      left: calc(50% - 32px);
      right: calc(50% - 32px); }
    .box-3:hover .img p:before {
      content: "";
      position: absolute;
      z-index: -100;
      width: 100%;
      height: 100%;
      top: -158px;
      left: 0;
      background: #3bbb9c;
      opacity: 0.9; }
  .box-3 .img {
    width: 100%;
    height: 262px;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 26px;
    z-index: 100; }
    .box-3 .img div {
      width: 100%;
      height: 262px;
      padding: 0;
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      overflow: hidden;
      position: relative;
      transform: scale(1.1);
      transition: all 0.3s; }
    .box-3 .img p {
      display: none; }
  .box-3 span {
    color: #b3b3bd;
    line-height: 24px;
    text-align: left; }
  .box-3 h5 {
    line-height: 30px;
    text-align: left;
    color: #373e4a; }
    .box-3 h5:hover {
      color: #797a7c; }

@media (min-width: 992px) {
  .box-3 {
    flex: 0 0 25%;
    max-width: 25%; } }

@media (max-width: 991px) and (min-width: 768px) {
  .box-3 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }

@media (max-width: 767px) and (min-width: 576px) {
  .box-3 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 575px) {
  .box-3 {
    flex: 0 0 100%;
    max-width: 100%; } }

.box-4 {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 28px;
  margin-bottom: 28px;
  cursor: pointer; }
  .box-4:hover .img div {
    transform: scale(1.2);
    transition: all 0.3s; }
  .box-4 .img {
    width: 100%;
    height: 262px;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 26px;
    z-index: 100; }
    .box-4 .img div {
      width: 100%;
      height: 262px;
      padding: 0;
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      overflow: hidden;
      position: relative;
      transform: scale(1.1);
      transition: all 0.3s; }
  .box-4 span {
    color: #b3b3bd;
    line-height: 24px;
    text-align: left; }
  .box-4 h5 {
    text-align: left;
    color: #373e4a;
    padding-bottom: 15px; }
    .box-4 h5:hover {
      color: #797a7c; }
  .box-4 p {
    line-height: 24px;
    color: #373e4a; }

@media (min-width: 992px) {
  .box-4 {
    flex: 0 0 25%;
    max-width: 25%; } }

@media (max-width: 991px) and (min-width: 768px) {
  .box-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }

@media (max-width: 767px) and (min-width: 576px) {
  .box-4 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 575px) {
  .box-4 {
    flex: 0 0 100%;
    max-width: 100%; } }

.box-5 {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 28px;
  margin-bottom: 28px;
  cursor: pointer; }
  .box-5:hover .img div {
    transform: scale(1.2);
    transition: all 0.3s; }
  .box-5 .img {
    width: 100%;
    height: 262px;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 26px;
    z-index: 100; }
    .box-5 .img div {
      width: 100%;
      height: 262px;
      padding: 0;
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      overflow: hidden;
      position: relative;
      transform: scale(1.1);
      transition: all 0.3s; }
  .box-5 span {
    color: #b3b3bd;
    line-height: 24px;
    text-align: left; }
  .box-5 h5 {
    text-align: left;
    color: #373e4a;
    padding-bottom: 15px;
    padding-top: 15px; }
    .box-5 h5:hover {
      color: #797a7c; }
  .box-5 p {
    line-height: 24px;
    color: #373e4a;
    margin-bottom: 30px;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .box-5 a {
    display: table-cell;
    position: relative;
    color: #ee3869;
    line-height: 27px;
    font-weight: 700;
    text-align: left;
    margin-top: 30px;
    padding-bottom: 3px;
    border-bottom: 2px solid #ee3869; }
    .box-5 a:hover {
      border-bottom: 2px solid #ffffff;
      text-decoration: none; }

@media (min-width: 992px) {
  .box-5 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }

@media (max-width: 991px) and (min-width: 768px) {
  .box-5 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }

@media (max-width: 767px) and (min-width: 576px) {
  .box-5 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 575px) {
  .box-5 {
    flex: 0 0 100%;
    max-width: 100%; } }

.box-6 {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 28px;
  margin-bottom: 28px;
  cursor: pointer; }
  .box-6:hover .img div {
    transform: scale(1.2);
    transition: all 0.3s; }
  .box-6 h6 {
    font-size: 18px;
    color: #373e4a;
    padding-left: 15px;
    margin-bottom: 15px; }
    .box-6 h6 i {
      width: 8px;
      height: 8px;
      display: inline-block;
      position: absolute;
      border-radius: 50%;
      z-index: 200;
      margin-top: 5px;
      margin-left: -15px; }
    .box-6 h6:before {
      content: "";
      width: 8px;
      height: 11px;
      margin-top: 6px;
      position: absolute;
      border-radius: 20px;
      background-color: #373e4a;
      z-index: -100;
      margin-left: -15px; }
  .box-6 .img {
    border-radius: 10px;
    width: 100%;
    height: 200px;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 10px;
    z-index: 100; }
    .box-6 .img div {
      width: 260px;
      height: 150px;
      padding: 0;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 25px;
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      overflow: hidden;
      position: relative;
      transform: scale(1.1);
      transition: all 0.3s; }
  .box-6 span {
    color: #b3b3bd;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    display: block; }
  .box-6 strong {
    font-size: 21px;
    line-height: 26px;
    font-weight: 400;
    color: #373e4a; }
    .box-6 strong span {
      display: inline-block;
      color: #373e4a; }

@media (min-width: 992px) {
  .box-6 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }

@media (max-width: 991px) and (min-width: 768px) {
  .box-6 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }

@media (max-width: 767px) and (min-width: 576px) {
  .box-6 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 575px) {
  .box-6 {
    flex: 0 0 100%;
    max-width: 100%; } }

.box-7 {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 28px;
  margin-bottom: 28px;
  cursor: pointer; }
  .box-7 .img {
    width: 100%;
    height: 378px;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 26px; }
    .box-7 .img div {
      width: 100%;
      height: 378px;
      padding: 0;
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      overflow: hidden;
      position: relative;
      transform: scale(1.1);
      transition: all 0.3s; }
    .box-7 .img:before {
      content: "";
      position: absolute;
      z-index: 100;
      height: 2px;
      width: 100%;
      bottom: 0px;
      background: linear-gradient(to right, #ee3869 0%, #ee3869 33%, #39bb9d 33%, #39bb9d 66%, #ffdd00 66%, #ffdd00 100%) !important; }
  .box-7 span {
    color: #b3b3bd;
    line-height: 24px;
    text-align: left; }
  .box-7 h5 {
    line-height: 30px;
    text-align: left;
    color: #373e4a; }
    .box-7 h5:hover {
      color: #797a7c; }

@media (min-width: 992px) {
  .box-7 {
    flex: 0 0 25%;
    max-width: 25%; } }

@media (max-width: 991px) and (min-width: 768px) {
  .box-7 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }

@media (max-width: 767px) and (min-width: 576px) {
  .box-7 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 575px) {
  .box-7 {
    flex: 0 0 100%;
    max-width: 100%; } }

.box-8 {
  padding: 15px; }
  .box-8 .box {
    padding: 30px 20px; }
    .box-8 .box img {
      width: 55px;
      position: absolute; }
    .box-8 .box .border-radius-default {
      width: 54px;
      height: 54px;
      display: block;
      overflow: hidden; }
      .box-8 .box .border-radius-default i {
        width: 22px;
        height: 22px;
        display: block;
        margin-top: 16px;
        margin-left: auto;
        margin-right: auto;
        background-color: #ffffff; }
    @media (min-width: 1200px) {
      .box-8 .box .border-radius-default {
        position: absolute; } }
    @media (max-width: 1199px) {
      .box-8 .box .border-radius-default {
        position: relative;
        margin-left: auto;
        margin-right: auto; } }
    .box-8 .box h5 {
      position: relative; }
    @media (min-width: 1200px) {
      .box-8 .box h5 {
        margin-left: 75px;
        margin-top: 15px;
        margin-bottom: 0; } }
    @media (max-width: 1199px) {
      .box-8 .box h5 {
        margin: 15px 0 0 0;
        text-align: center; } }
    .box-8 .box p {
      color: #797a7c;
      line-height: 27px;
      text-align: left; }
    .box-8 .box ul {
      padding-top: 27px; }
      .box-8 .box ul li {
        line-height: 36px; }
    .box-8 .box .amaranth li:before {
      color: #ee3869 !important; }
    .box-8 .box .school-bus-yellow li:before {
      color: #ffdd00 !important; }
    .box-8 .box .keppel li:before {
      color: #3bbb9c !important; }

@media (min-width: 992px) {
  .box-8 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }

@media (max-width: 991px) and (min-width: 768px) {
  .box-8 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }

@media (max-width: 767px) and (min-width: 576px) {
  .box-8 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 575px) {
  .box-8 {
    flex: 0 0 100%;
    max-width: 100%; } }

.box-9 {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 100px;
  position: relative;
  z-index: 200;
  display: -webkit-box;
  -webkit-box-flex: 0;
  display: -ms-flexbox;
  display: flex; }
  .box-9 .box {
    background-color: #ffffff;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
    box-shadow: 0px 40px 60px rgba(19, 46, 62, 0.08);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    border-top: solid 5px; }
    .box-9 .box h5 {
      display: block;
      margin-top: 35px;
      text-align: center;
      position: relative; }
    .box-9 .box b {
      font-size: 14px;
      text-transform: uppercase;
      position: relative;
      width: 100%;
      line-height: 40px;
      display: block; }
    .box-9 .box .price {
      display: block;
      width: 100%;
      font-size: 28px;
      line-height: 36px;
      font-family: "Source Serif Pro", sans-serif;
      font-weight: 700 !important;
      padding-top: 5px;
      text-align: center; }
      .box-9 .box .price p {
        font-size: 48px;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 54px; }
      .box-9 .box .price h6 {
        font-size: 24px;
        margin-left: -9px; }
      .box-9 .box .price span {
        font-family: "Source Sans Pro", sans-serif;
        padding: 0;
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 20px;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        color: #bbbbbc; }
    .box-9 .box button {
      width: 100%;
      height: 40px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .box-9 .box hr {
      margin-left: -15px;
      margin-right: -15px;
      display: block;
      width: calc(100% + 30px); }
    .box-9 .box ul {
      list-style: none; }
      .box-9 .box ul li {
        padding-left: 30px;
        padding-top: 19px; }
        .box-9 .box ul li:before {
          content: url(./../img/icon/other/other-quote-2.svg);
          display: inline-block;
          margin-left: -30px; }

@media (min-width: 992px) {
  .box-9 {
    width: 33.33333%;
    min-width: 33.33333%;
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }

@media (max-width: 991px) and (min-width: 768px) {
  .box-9 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 767px) and (min-width: 576px) {
  .box-9 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 575px) {
  .box-9 {
    flex: 0 0 100%;
    max-width: 100%; } }

.box-10 {
  overflow: visible;
  padding-bottom: 100px;
  padding-top: 100px; }
  .box-10 img {
    z-index: 300;
    position: relative;
    margin-top: 50px; }
  .box-10 .hexagon-medium {
    width: 256px;
    height: 282px;
    top: 200px;
    right: 50px;
    position: absolute; }
  @media (max-width: 991px) {
    .box-10 .hexagon-medium {
      display: none; } }
  .box-10 .hexagon-max {
    width: 422px;
    height: 464px;
    top: -150px;
    position: absolute; }
  @media (max-width: 991px) {
    .box-10 .hexagon-max {
      display: none; } }
  .box-10 .hexagon-outline-medium {
    width: 153px;
    height: 168px;
    position: absolute;
    top: -300px;
    right: -20px; }
    .box-10 .hexagon-outline-medium .hexagon-outline-medium-1 {
      width: calc(100% - 4px);
      height: calc(100% - 4px); }

@media (max-width: 767px) {
  .box-10 {
    overflow: hidden; } }

.box-11 {
  position: relative; }
  .box-11 img {
    z-index: 300;
    position: relative; }
  .box-11 .hexagon-small {
    top: 0px;
    right: 0;
    width: 186px;
    height: 205px;
    position: absolute; }
  .box-11 .hexagon-medium {
    position: absolute;
    top: 0px;
    left: 0px; }
  .box-11 .hexagon-max {
    top: 50px;
    left: 0;
    width: 422px;
    height: 462px;
    position: absolute; }
  @media (max-width: 767px) {
    .box-11 .hexagon-max {
      width: 222px;
      height: 244px; } }
  .box-11 .col-xl-6 {
    padding-top: 100px;
    padding-bottom: 100px; }
    .box-11 .col-xl-6 p strong {
      color: #ee3869; }

.box-12 {
  overflow: visible;
  padding-bottom: 100px;
  padding-top: 100px; }
  .box-12 img {
    z-index: 300;
    position: relative;
    margin-top: 50px; }
  .box-12 .hexagon-medium {
    width: 256px;
    height: 282px;
    top: 0px;
    right: 50px;
    position: absolute; }
  @media (max-width: 991px) {
    .box-12 .hexagon-medium {
      display: none; } }
  .box-12 .hexagon-max {
    width: 422px;
    height: 464px;
    top: 200px;
    left: -100px;
    position: absolute; }
  @media (max-width: 991px) {
    .box-12 .hexagon-max {
      display: none; } }
  .box-12 .hexagon-outline-medium {
    width: 153px;
    height: 168px;
    position: absolute;
    top: -300px;
    right: -20px; }
    .box-12 .hexagon-outline-medium .hexagon-outline-medium-1 {
      width: calc(100% - 4px);
      height: calc(100% - 4px); }

@media (max-width: 767px) {
  .box-10 {
    overflow: hidden; } }

.box-14 {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
  z-index: 300; }
  .box-14 .box {
    background-color: #ffffff;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
    box-shadow: 0px 40px 60px rgba(19, 46, 62, 0.08);
    border-top: solid 5px; }
    .box-14 .box h5 {
      display: block;
      margin-top: 35px;
      text-align: center;
      position: relative; }
    .box-14 .box b {
      font-size: 14px;
      text-transform: uppercase;
      position: relative;
      width: 100%;
      line-height: 40px;
      display: block; }
    .box-14 .box .price {
      display: block;
      width: 100%;
      font-size: 28px;
      line-height: 54px;
      font-family: "Source Serif Pro", sans-serif;
      font-weight: 700 !important;
      padding-top: 5px;
      text-align: center; }
      .box-14 .box .price p {
        font-size: 48px;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 54px; }
      .box-14 .box .price h6 {
        font-size: 24px;
        margin-left: -9px; }
      .box-14 .box .price span {
        padding: 0;
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 20px;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        color: #bbbbbc; }
    .box-14 .box button {
      width: 100%;
      height: 40px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .box-14 .box hr {
      margin-left: -15px;
      margin-right: -15px;
      display: block;
      width: calc(100% + 30px); }
    .box-14 .box ul {
      list-style: none; }
      .box-14 .box ul li {
        padding-left: 30px;
        padding-top: 19px; }
        .box-14 .box ul li:before {
          content: url(./../img/icon/other/other-quote-2.svg);
          display: inline-block;
          margin-left: -30px; }

@media (min-width: 992px) {
  .box-14 {
    max-width: 33.33333%; } }

@media (max-width: 991px) and (min-width: 768px) {
  .box-14 {
    max-width: 50%; } }

@media (max-width: 767px) and (min-width: 576px) {
  .box-14 {
    max-width: 100%; } }

@media (max-width: 575px) {
  .box-14 {
    max-width: 100%; } }

#cennik .hexagon-default {
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }

#cennik .btn {
  display: block !important;
  width: 100%;
  margin-top: 2rem !important; }

/* BOX STOP */
/* CARUSEL CONTROL PREV START */
.carousel-control-prev {
  background: url(./../img/icon/other/other-path-2.svg) no-repeat center;
  background-size: 100% 100%;
  width: 15px;
  height: 58px;
  display: block;
  position: absolute;
  z-index: 500; }

.carousel-control-next {
  background: url(./../img/icon/other/other-path-2.svg) no-repeat center;
  background-size: 100% 100%;
  transform: rotate(180deg);
  width: 15px;
  height: 58px;
  display: block;
  position: absolute;
  z-index: 500; }

/* CARUSEL CONTROL PREV STOP */
/* LINKS START */
.archive-article-title {
  padding-top: 15px;
  padding-bottom: 15px; }

li a.archive-article-link {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  border-bottom: none;
  font-weight: 500; }
  li a.archive-article-link:hover {
    border-bottom: none; }

.archive-see-more-zone {
  text-align: center; }
  .archive-see-more-zone a.btn {
    margin-top: 40px;
    min-width: 160px;
    height: 40px; }

/* LINKS STOP */
/* MODALS START */
body.modal-open {
  overflow: unset;
  padding-right: 0px !important; }
  body.modal-open .modal {
    padding-right: 0px !important; }

.modal.fade.mMenu-modal-box.show {
  padding-right: 0px !important; }

.search-form {
  margin-bottom: 40px; }
  .search-form input.search {
    width: calc(100% - 180px);
    margin-right: 20px; }

#szukaj ul li a {
  color: #373e4a; }
  #szukaj ul li a:hover {
    color: #797a7c;
    text-decoration: none; }

/* MODALS STOP */
p, h1, h2, h3, h4, h5, h6 {
  position: relative;
  z-index: 200; }

#wizjo-cookies li:before,
#menu-mobilne-menu li:before {
  display: none !important; }

.floating-hex {
  position: fixed;
  right: 50px;
  bottom: 50px;
  mask-image: url(./../img/hexagons/hexagon-default.svg);
  -webkit-mask-box-image: url(./../img/hexagons/hexagon-default.svg);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  width: 61px;
  height: 68px;
  animation: hexagon-max 8s infinite;
  -webkit-animation: hexagon-max 5s infinite;
  z-index: 1049; }
  .floating-hex div {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .floating-hex div p {
      font-size: 14px;
      line-height: 16px;
      margin-top: 12px; }
    .floating-hex div svg {
      height: 35px;
      width: auto; }
      .floating-hex div svg path {
        fill: #fff; }

@media (min-width: 992px) {
  .floating-hex {
    right: 50px;
    bottom: 50px;
    width: 140px;
    height: 154px; }
    .floating-hex div p {
      font-weight: 700;
      font-size: 18px;
      line-height: 18px;
      left: 50%;
      margin-top: 10px;
      -webkit-transform: translate(-50%, -8%);
      transform: translate(-50%, -8%);
      margin: 0 !important;
      display: block; }
    .floating-hex div svg {
      margin-bottom: 10px; } }

#trial-modal {
  z-index: 1110; }
  #trial-modal .modal-dialog .modal-header {
    padding: 15px; }
    #trial-modal .modal-dialog .modal-header h5 {
      margin: 0; }
  #trial-modal .modal-dialog .gform_footer top_label {
    text-align: center; }
    #trial-modal .modal-dialog .gform_footer top_label .button {
      margin: 0;
      width: 50%; }

.buttons-inwestors a {
  display: table; }

.hexagon-description-image {
  overflow: -webkit-paged-x; }
  .hexagon-description-image .container .row img {
    z-index: 5;
    position: relative;
    margin-top: 100px;
    margin-left: -40px !important; }
  .hexagon-description-image .container .row svg.left,
  .hexagon-description-image .container .row svg.right {
    width: 60%;
    position: absolute;
    enable-background: new 1280.4 0 47 51;
    position: absolute;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0%, -50%);
    height: auto; }
  .hexagon-description-image .container .row .left {
    left: -60px;
    -webkit-animation: p000-section-3_hexagon-3 8s infinite;
    animation: p000-section-3_hexagon-3 8s infinite; }
  .hexagon-description-image .container .row .right {
    right: -60px;
    -webkit-animation: p000-section-3_hexagon-2 8s infinite;
    animation: p000-section-3_hexagon-2 8s infinite; }
  .hexagon-description-image .container .row .hex-without-img-1 {
    float: right;
    width: 40%;
    margin-bottom: 10rem;
    position: relative; }
  .hexagon-description-image .container .row .hex-without-img-2 {
    top: 20%;
    position: absolute;
    width: 60%;
    right: 20%;
    -webkit-animation: p000-section-3_hexagon-1 8s infinite;
    animation: p000-section-3_hexagon-1 8s infinite; }

.page-id-4337 .hexagon-description-image svg.left,
.page-id-4337 .hexagon-description-image svg.right,
.page-id-2628 .hexagon-description-image svg.left,
.page-id-2628 .hexagon-description-image svg.right,
.page-id-1234 .hexagon-description-image svg.left,
.page-id-1234 .hexagon-description-image svg.right {
  top: 10% !important; }

@media (min-width: 992px) {
  .page-id-4337 .hexagon-description-image svg.left,
  .page-id-4337 .hexagon-description-image svg.right,
  .page-id-2628 .hexagon-description-image svg.left,
  .page-id-2628 .hexagon-description-image svg.right,
  .page-id-1234 .hexagon-description-image svg.left,
  .page-id-1234 .hexagon-description-image svg.right {
    top: 10% !important; } }

@media (min-width: 992px) {
  .hexagon-description-image {
    overflow: -webkit-paged-x; }
    .hexagon-description-image hr {
      background: linear-gradient(to right, #ee3869 0%, #ee3869 33%, #ffdd00 33%, #ffdd00 66%, #39bb9d 66%, #39bb9d 100%) !important;
      max-width: 255px;
      height: 5px;
      z-index: 300;
      margin-left: 0;
      margin-top: 17px;
      margin-bottom: 40px; }
    .hexagon-description-image .container .row svg {
      enable-background: new 1280.4 0 47 51; }
    .hexagon-description-image .container .row svg.left,
    .hexagon-description-image .container .row svg.right {
      top: 33%; }
    .hexagon-description-image .container .row svg.hex-without-img-2,
    .hexagon-description-image .container .row svg.left,
    .hexagon-description-image .container .row svg.right {
      width: 60%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(0%, -50%);
      height: auto; } }

.cennik-hexagon-max {
  position: absolute;
  right: -150px;
  top: 230px; }

.cennik-hexagon-min {
  left: -100px;
  position: absolute;
  bottom: 50px; }

@media (min-width: 992px) {
  .cennik-hexagon-max {
    right: -150px;
    top: 230px; }
  .cennik-hexagon-min {
    left: -100px;
    bottom: unset; } }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ COMPONENT IMPORT START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### AUTHOR : PAGE Interactive ################################# */
/* ############################################################################################## */
/* ############################################################################################## */
.hero-section-1_icon-services li .icon-services-1, .hero-section-1 .hero-section-1_icon-services li .icon-services-1, .hero-section-1 .hero-section-1_icon-services li .icon-services-2, .hero-section-1 .hero-section-1_icon-services li .icon-services-3, .hero-section-1 .hero-section-1_icon-services li .icon-services-4, .hero-section-1 .hero-section-1_icon-services li .icon-services-5 {
  border-radius: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 1200px) {
  .hero-section-1_icon-services li .icon-services-1, .hero-section-1 .hero-section-1_icon-services li .icon-services-1, .hero-section-1 .hero-section-1_icon-services li .icon-services-2, .hero-section-1 .hero-section-1_icon-services li .icon-services-3, .hero-section-1 .hero-section-1_icon-services li .icon-services-4, .hero-section-1 .hero-section-1_icon-services li .icon-services-5 {
    width: 60px;
    height: 60px; } }

@media (max-width: 1199px) {
  .hero-section-1_icon-services li .icon-services-1, .hero-section-1 .hero-section-1_icon-services li .icon-services-1, .hero-section-1 .hero-section-1_icon-services li .icon-services-2, .hero-section-1 .hero-section-1_icon-services li .icon-services-3, .hero-section-1 .hero-section-1_icon-services li .icon-services-4, .hero-section-1 .hero-section-1_icon-services li .icon-services-5 {
    width: 91px;
    height: 91px; } }

.hero-section-1_icon-services li .icon-services-1 .icon-mask-1, .hero-section-1_icon-services li .icon-services-1 .icon-mask-2, .hero-section-1_icon-services li .icon-services-1 .icon-mask-3, .hero-section-1_icon-services li .icon-services-1 .icon-mask-4, .hero-section-1_icon-services li .icon-services-1 .icon-mask-5, .hero-section-1 .hero-section-1_icon-services li .icon-services-1 .icon-mask-1, .hero-section-1 .hero-section-1_icon-services li .icon-services-2 .icon-mask-2, .hero-section-1 .hero-section-1_icon-services li .icon-services-3 .icon-mask-3, .hero-section-1 .hero-section-1_icon-services li .icon-services-4 .icon-mask-4, .hero-section-1 .hero-section-1_icon-services li .icon-services-5 .icon-mask-5 {
  background: #ffffff;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCION STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.hero-section-1 {
  min-height: 750px;
  overflow: hidden; }
  .hero-section-1 h1 {
    display: block;
    text-align: left;
    z-index: 200;
    position: relative; }
  .hero-section-1 p {
    font-size: 22px;
    line-height: 36px;
    color: #797a7c;
    margin-top: 53px;
    z-index: 200;
    position: relative; }
  .hero-section-1 .hero-section-1_icon-services {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin-top: 41px;
    z-index: 200;
    position: relative; }
    @media (min-width: 1200px) {
      .hero-section-1 .hero-section-1_icon-services .hero-section-1_icon-services {
        max-width: 584px; } }
    @media (max-width: 1199px) {
      .hero-section-1 .hero-section-1_icon-services .hero-section-1_icon-services {
        width: 100%; } }
    .hero-section-1 .hero-section-1_icon-services li {
      flex: 0 0 25%;
      max-width: 25%;
      padding-right: 5px;
      padding-left: 5px; }
      .hero-section-1 .hero-section-1_icon-services li:before {
        display: none; }
      @media (min-width: 1200px) {
        .hero-section-1 .hero-section-1_icon-services li .icon-services-1 .icon-mask-1 {
          width: 26px;
          height: 25px;
          top: 18px; } }
      @media (max-width: 1199px) {
        .hero-section-1 .hero-section-1_icon-services li .icon-services-1 .icon-mask-1 {
          width: 40px;
          height: 38px;
          top: 27px; } }
      .hero-section-1 .hero-section-1_icon-services li .icon-services-2 {
        background: #ffdd00; }
        @media (min-width: 1200px) {
          .hero-section-1 .hero-section-1_icon-services li .icon-services-2 .icon-mask-2 {
            width: 30px;
            height: 30px;
            top: 15px; } }
        @media (max-width: 1199px) {
          .hero-section-1 .hero-section-1_icon-services li .icon-services-2 .icon-mask-2 {
            width: 46px;
            height: 46px;
            top: 23px; } }
      .hero-section-1 .hero-section-1_icon-services li .icon-services-3 {
        background: #3bbb9c; }
        @media (min-width: 1200px) {
          .hero-section-1 .hero-section-1_icon-services li .icon-services-3 .icon-mask-3 {
            width: 23px;
            height: 23px;
            top: 19px; } }
        @media (max-width: 1199px) {
          .hero-section-1 .hero-section-1_icon-services li .icon-services-3 .icon-mask-3 {
            width: 35px;
            height: 35px;
            top: 29px; } }
      .hero-section-1 .hero-section-1_icon-services li .icon-services-4 {
        background: #00b1e5; }
        @media (min-width: 1200px) {
          .hero-section-1 .hero-section-1_icon-services li .icon-services-4 .icon-mask-4 {
            width: 29px;
            height: 29px;
            top: 16px; } }
        @media (max-width: 1199px) {
          .hero-section-1 .hero-section-1_icon-services li .icon-services-4 .icon-mask-4 {
            width: 44px;
            height: 44px;
            top: 24px; } }
      .hero-section-1 .hero-section-1_icon-services li .icon-services-5 {
        background: #0072bc; }
        @media (min-width: 1200px) {
          .hero-section-1 .hero-section-1_icon-services li .icon-services-5 .icon-mask-5 {
            width: 29px;
            height: 28px;
            top: 16px; } }
        @media (max-width: 1199px) {
          .hero-section-1 .hero-section-1_icon-services li .icon-services-5 .icon-mask-5 {
            width: 44px;
            height: 43px;
            top: 24px; } }
      .hero-section-1 .hero-section-1_icon-services li span {
        font-size: 14px;
        line-height: 15.75px;
        color: #373e4a;
        text-align: center;
        display: block;
        margin-top: 16px; }
  @media (max-width: 1199px) {
    .hero-section-1 .col-xl-6 .hero-section-1_icon-services {
      display: none; } }
  @media (min-width: 1200px) {
    .hero-section-1 .col-12 .hero-section-1_icon-services {
      display: none; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .hero-section-1 .col-12 .hero-section-1_icon-services {
      margin-top: 200px;
      margin-bottom: 50px; } }
  @media (max-width: 777px) and (min-width: 468px) {
    .hero-section-1 .col-12 .hero-section-1_icon-services {
      margin-top: 500px;
      margin-bottom: 50px; } }
  @media (max-width: 530px) {
    .hero-section-1 .col-12 .hero-section-1_icon-services {
      display: flex;
      flex-wrap: wrap;
      margin-top: 500px;
      margin-bottom: 50px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .hero-section-1 .col-12 .hero-section-1_icon-services li {
        margin-bottom: 30px;
        flex: 50%;
        max-width: 50%; }
        .hero-section-1 .col-12 .hero-section-1_icon-services li span {
          font-size: 16px;
          line-height: 20px;
          text-align: center;
          display: block; } }
  .hero-section-1 .hero-section-1_hexagon-1 {
    background-image: linear-gradient(to top right, #ffdd00, #ee3869) !important;
    position: absolute;
    z-index: -1;
    animation: hero-section-1_hexagon-1 8s infinite;
    -webkit-animation: hero-section-1_hexagon-1 5s infinite; }

@keyframes hero-section-1_hexagon-1 {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-30px); }
  100% {
    transform: translateY(0); } }
  @media (min-width: 1200px) {
    .hero-section-1 .hero-section-1_hexagon-1 {
      top: -60px;
      width: 701px;
      /* 100% */
      height: 763px;
      right: -190px; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .hero-section-1 .hero-section-1_hexagon-1 {
      top: -60px;
      width: 701px;
      /* 100% */
      height: 763px;
      right: -388px; } }
  @media (max-width: 767px) and (min-width: 425px) {
    .hero-section-1 .hero-section-1_hexagon-1 {
      margin-top: 100px;
      width: 350px;
      /* 60% */
      height: 381px;
      right: calc(50% - 189px);
      left: calc(50% - 189px); } }
  @media (max-width: 424px) {
    .hero-section-1 .hero-section-1_hexagon-1 {
      margin-top: 100px;
      width: 280px;
      /* 40% */
      height: 305px;
      right: calc(50% - 189px);
      left: calc(50% - 189px); } }
  .hero-section-1 .hero-section-1_hexagon-2 {
    background-image: linear-gradient(to top right, #ee3869, #00b1e5) !important;
    position: absolute;
    z-index: -1;
    animation: hero-section-1_hexagon-2 8s infinite;
    -webkit-animation: hero-section-1_hexagon-2 8s infinite; }

@keyframes hero-section-1_hexagon-2 {
  0% {
    transform: translateY(-30px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(-30px); } }
  @media (min-width: 1200px) {
    .hero-section-1 .hero-section-1_hexagon-2 {
      top: 228px;
      width: 406px;
      height: 441px;
      right: -250px; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .hero-section-1 .hero-section-1_hexagon-2 {
      top: 228px;
      width: 406px;
      height: 441px;
      right: -310px; } }
  @media (max-width: 767px) and (min-width: 425px) {
    .hero-section-1 .hero-section-1_hexagon-2 {
      top: 228px;
      width: 244px;
      height: 265px;
      right: calc(50% - 50px);
      left: calc(50% - 50px); } }
  @media (max-width: 424px) {
    .hero-section-1 .hero-section-1_hexagon-2 {
      margin-top: 50px;
      width: 228px;
      height: 265px;
      right: calc(50% - 100px);
      left: calc(50% - 100px); } }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.list-pkt-5 li .icon-implementation, .p000-section-2 ul li .icon-implementation {
  border-radius: 100%;
  display: block;
  float: left;
  width: 85px;
  height: 85px; }

.list-pkt-5 li .icon-implementation .icon-mask, .p000-section-2 ul li .icon-implementation .icon-mask {
  background: #ffffff;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p000-section-2 {
  min-height: 650px;
  overflow: hidden; }
  .p000-section-2 .p000-section-2_hexagon-1 {
    background-image: linear-gradient(to top right, #ffdd00, #39bb9d) !important;
    position: absolute;
    z-index: 0;
    animation: p000-section-2_hexagon-1 8s infinite;
    -webkit-animation: p000-section-2_hexagon-1 5s infinite; }

@keyframes p000-section-2_hexagon-1 {
  0% {
    transform: translateY(20px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(20px); } }
  @media (min-width: 1200px) {
    .p000-section-2 .p000-section-2_hexagon-1 {
      margin-top: 0px;
      width: 406px;
      height: 441px;
      left: 0px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .p000-section-2 .p000-section-2_hexagon-1 {
      margin-top: 0px;
      width: 284px;
      height: 309px;
      margin-left: -35px; } }
  @media (max-width: 991px) and (min-width: 576px) {
    .p000-section-2 .p000-section-2_hexagon-1 {
      margin-top: 0px;
      width: 284px;
      height: 309px;
      margin-left: -35px; } }
  @media (max-width: 575px) {
    .p000-section-2 .p000-section-2_hexagon-1 {
      margin-top: 0px;
      width: 406px;
      height: 441px;
      left: 0px; } }
  .p000-section-2 .p000-section-2_icon-other-tablet-1 {
    background-size: contain !important;
    background-position: center !important;
    display: block;
    position: absolute;
    z-index: 100; }
  @media (min-width: 1200px) {
    .p000-section-2 .p000-section-2_icon-other-tablet-1 {
      top: 100px;
      margin-left: 20px;
      width: 500px;
      height: 500px;
      background-repeat: no-repeat !important; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .p000-section-2 .p000-section-2_icon-other-tablet-1 {
      top: 80px;
      margin-left: 0px;
      width: 350px;
      height: 363px;
      background-repeat: no-repeat !important; } }
  @media (max-width: 991px) and (min-width: 576px) {
    .p000-section-2 .p000-section-2_icon-other-tablet-1 {
      top: 80px;
      margin-left: 0px;
      width: 300px;
      height: 363px;
      background-repeat: no-repeat !important; } }
  @media (max-width: 575px) {
    .p000-section-2 .p000-section-2_icon-other-tablet-1 {
      margin-left: auto;
      margin-right: auto;
      width: 241px;
      height: 363px; } }
  .p000-section-2 h3 {
    display: block;
    margin-bottom: 76px; }
  @media (min-width: 1200px) {
    .p000-section-2 h3 {
      margin-top: 173px; } }
  @media (min-width: 1199px) {
    .p000-section-2 h3 {
      margin-top: 20px; } }
  @media (max-width: 991px) {
    .p000-section-2 .col-xl-6 h3 {
      display: none; } }
  @media (min-width: 992px) {
    .p000-section-2 .col-xl-12 h3 {
      display: none; } }
  @media (max-width: 991px) {
    .p000-section-2 .col-xl-12 h3 {
      text-align: center;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 102px; } }
  .p000-section-2 ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    z-index: 200;
    position: relative; }
    .p000-section-2 ul li {
      padding-right: 15px;
      padding-left: 15px; }
      .p000-section-2 ul li::before {
        content: "";
        background: url(./../img/icon/other/other-path-1.svg) no-repeat center;
        background-size: cover;
        position: absolute;
        width: 12px;
        height: 24px; }
      @media (min-width: 1200px) {
        .p000-section-2 ul li::before {
          margin-top: 35px;
          margin-left: -55px; } }
      @media (max-width: 1199px) and (min-width: 992px) {
        .p000-section-2 ul li::before {
          margin-top: 35px;
          margin-left: -35px; } }
      @media (max-width: 991px) {
        .p000-section-2 ul li::before {
          transform: rotate(90deg);
          margin-top: -35px;
          margin-left: 35px; } }
      .p000-section-2 ul li .icon-implementation {
        background: #00b1e5; }
        @media (min-width: 1200px) {
          .p000-section-2 ul li .icon-implementation .icon-mask {
            width: 39px;
            height: 39px;
            top: 23px; } }
        @media (max-width: 1199px) {
          .p000-section-2 ul li .icon-implementation .icon-mask {
            width: 39px;
            height: 39px;
            top: 23px; } }
      .p000-section-2 ul li span {
        text-align: left;
        display: block;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 15.75px;
        margin-top: 21px;
        position: relative; }
      @media (min-width: 992px) {
        .p000-section-2 ul li span {
          width: 100%;
          float: left; } }
      @media (max-width: 991px) {
        .p000-section-2 ul li span {
          left: 20px;
          top: 8px; } }
    .p000-section-2 ul li:first-of-type::before {
      display: none; }
    @media (min-width: 992px) {
      .p000-section-2 ul li {
        flex: 0 0 33.333333%;
        max-width: 33.333333%; } }
    @media (max-width: 991px) {
      .p000-section-2 ul li {
        flex: 100%;
        max-width: 100%; } }
  @media (min-width: 992px) {
    .p000-section-2 ul {
      margin-top: 76px;
      max-width: 543px;
      display: flex;
      flex-wrap: wrap;
      margin: 0; } }
  @media (max-width: 991px) and (min-width: 576px) {
    .p000-section-2 ul {
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .p000-section-2 ul li {
        margin-bottom: 50px; } }
  @media (max-width: 575px) {
    .p000-section-2 ul {
      margin-top: 500px; }
      .p000-section-2 ul li {
        margin-bottom: 50px; } }
  .p000-section-2 button {
    width: 150px;
    height: 40px;
    display: block; }
  @media (min-width: 992px) {
    .p000-section-2 button {
      margin-top: 45px;
      margin-left: 15px; } }
  @media (max-width: 991px) and (min-width: 576px) {
    .p000-section-2 button {
      margin-top: 45px;
      margin-left: -110px; } }
  @media (max-width: 575px) {
    .p000-section-2 button {
      margin-top: 45px;
      margin-bottom: 40px;
      margin-left: auto;
      margin-right: auto; } }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p000-section-3 {
  position: relative; }
  .p000-section-3 img {
    margin-left: -72px !important;
    position: absolute;
    z-index: 51; }
  .p000-section-3 .p000-section-3_background-1 {
    min-width: 100px;
    background-color: #f5f5f6;
    padding-bottom: 20px; }
    .p000-section-3 .p000-section-3_background-1 .container {
      text-align: left;
      display: block; }
      .p000-section-3 .p000-section-3_background-1 .container .col-xl-6 {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 70px !important;
        padding-bottom: 70px !important; }
      .p000-section-3 .p000-section-3_background-1 .container span {
        color: #ee3869;
        font-size: 48px; }
    .p000-section-3 .p000-section-3_background-1 .gradient-linear {
      width: 255px;
      margin-top: 40px;
      margin-bottom: 40px; }
    .p000-section-3 .p000-section-3_background-1 p {
      font-size: 18px;
      line-height: 27px;
      margin-top: 27px;
      text-align: left; }
      .p000-section-3 .p000-section-3_background-1 p strong {
        color: #373e4a;
        font-size: 18px; }
    .p000-section-3 .p000-section-3_background-1 h3 {
      text-align: left;
      margin-top: 95px; }
    .p000-section-3 .p000-section-3_background-1 button {
      min-width: 160px;
      height: 40px;
      margin-top: 33px;
      display: block;
      position: relative; }
    .p000-section-3 .p000-section-3_background-1 .p000-section-3_hexagon-1 {
      display: block;
      position: absolute;
      background-image: linear-gradient(to top right, #ffdd00, #39bb9d) !important;
      animation: p000-section-3_hexagon-1 8s infinite;
      -webkit-animation: p000-section-3_hexagon-1 8s infinite; }

@keyframes p000-section-3_hexagon-1 {
  0% {
    transform: translateY(20px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(20px); } }
    @media (min-width: 992px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_hexagon-1 {
        width: 422px;
        height: 464px;
        margin-top: -10px;
        margin-left: -202px; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_hexagon-1 {
        width: 274px;
        height: 302px;
        margin-top: -10px;
        margin-left: -202px; } }
    @media (max-width: 767px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_hexagon-1 {
        width: 274px;
        height: 302px;
        margin-top: -120px;
        left: calc(50% - 107px);
        right: calc(50% - 107px); } }
    .p000-section-3 .p000-section-3_background-1 .p000-section-3_icon-other-1 {
      background-size: 100% 100% !important;
      background-size: cover;
      display: block;
      position: absolute;
      z-index: 200; }
    @media (min-width: 992px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_icon-other-1 {
        width: 456px;
        height: 326px;
        margin-top: 120px;
        margin-left: -72px; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_icon-other-1 {
        width: 296px;
        height: 212px;
        margin-top: 120px;
        margin-left: -72px; } }
    @media (max-width: 767px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_icon-other-1 {
        width: 296px;
        height: 212px;
        margin-top: -20px;
        left: calc(50% - 148px);
        right: calc(50% - 148px); } }
    .p000-section-3 .p000-section-3_background-1 .p000-section-3_hexagon-2 {
      display: block;
      position: absolute;
      background-image: linear-gradient(to top right, #3bbb9c, #0072bc) !important;
      animation: p000-section-3_hexagon-2 8s infinite;
      -webkit-animation: p000-section-3_hexagon-2 8s infinite; }

@keyframes p000-section-3_hexagon-2 {
  0% {
    transform: translateY(30px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(30px); } }
    @media (min-width: 992px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_hexagon-2 {
        width: 422px;
        height: 464px;
        margin-top: 180px;
        right: -138px; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_hexagon-2 {
        width: 274px;
        height: 302px;
        margin-top: 100px;
        right: -138px; } }
    @media (max-width: 767px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_hexagon-2 {
        width: 274px;
        height: 302px;
        margin-top: -110px;
        left: calc(50% - 148px);
        right: calc(50% - 148px); } }
    .p000-section-3 .p000-section-3_background-1 .p000-section-3_icon-other-2 {
      display: block;
      position: absolute;
      z-index: 200; }
    @media (min-width: 992px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_icon-other-2 {
        width: 540px;
        height: 489px;
        margin-top: 100px; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_icon-other-2 {
        width: 286px;
        height: 259px;
        margin-top: 100px;
        margin-left: 38px; } }
    @media (max-width: 767px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_icon-other-2 {
        width: 286px;
        height: 259px;
        margin-top: -60px;
        left: calc(50% - 143px);
        right: calc(50% - 143px); } }
    .p000-section-3 .p000-section-3_background-1 .p000-section-3_hexagon-3 {
      display: block;
      position: absolute;
      background-image: linear-gradient(to top left, #ee3869, #ffdd00) !important;
      animation: p000-section-3_hexagon-3 8s infinite;
      -webkit-animation: p000-section-3_hexagon-3 8s infinite; }

@keyframes p000-section-3_hexagon-3 {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0px); } }
    @media (min-width: 992px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_hexagon-3 {
        width: 422px;
        height: 464px;
        margin-top: 90px;
        margin-left: -203px; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_hexagon-3 {
        width: 422px;
        height: 464px;
        margin-top: 90px;
        margin-left: -203px; } }
    @media (max-width: 767px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_hexagon-3 {
        width: 274px;
        height: 302px;
        margin-top: -90px;
        left: calc(50% - 100px);
        right: calc(50% - 100px); } }
    .p000-section-3 .p000-section-3_background-1 .p000-section-3_hexagon-4 {
      display: block;
      position: absolute;
      background-image: linear-gradient(to top left, #0072bc, #3bbb9c) !important;
      animation: p000-section-3_hexagon-4 8s infinite;
      -webkit-animation: p000-section-3_hexagon-4 8s infinite; }

@keyframes p000-section-3_hexagon-4 {
  0% {
    transform: translateY(20px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(20px); } }
    @media (min-width: 992px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_hexagon-4 {
        width: 211px;
        height: 232px;
        margin-top: 320px;
        margin-left: -30px; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_hexagon-4 {
        width: 211px;
        height: 232px;
        margin-top: 320px;
        margin-left: -30px; } }
    @media (max-width: 767px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_hexagon-4 {
        width: 211px;
        height: 232px;
        margin-top: -20px;
        left: calc(50% - 180px);
        right: calc(50% - 180px); } }
    .p000-section-3 .p000-section-3_background-1 .p000-section-3_icon-other-3 {
      background-size: 100% 100% !important;
      background-position: center !important;
      display: block;
      position: absolute;
      z-index: 200; }
    @media (min-width: 992px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_icon-other-3 {
        width: 500px;
        height: 338px;
        margin-top: 165px;
        margin-left: 0px; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_icon-other-3 {
        width: 400px;
        height: 270px;
        margin-top: 165px;
        margin-left: -70px; } }
    @media (max-width: 767px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_icon-other-3 {
        width: 300px;
        height: 203px;
        margin-top: -30px;
        left: calc(50% - 150px);
        right: calc(50% - 150px); } }
    .p000-section-3 .p000-section-3_background-1 .p000-section-3_hexagon-5 {
      display: block;
      position: absolute;
      background-image: linear-gradient(to top left, #0072bc, #3bbb9c) !important;
      animation: p000-section-3_hexagon-5 8s infinite;
      -webkit-animation: p000-section-3_hexagon-5 8s infinite; }

@keyframes p000-section-3_hexagon-5 {
  0% {
    transform: translateY(20px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(20px); } }
    @media (min-width: 992px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_hexagon-5 {
        width: 422px;
        height: 464px;
        margin-top: 150px;
        right: -138px; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_hexagon-5 {
        width: 422px;
        height: 464px;
        margin-top: 150px;
        right: -138px; } }
    @media (max-width: 767px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_hexagon-5 {
        width: 274px;
        height: 302px;
        margin-top: -110px;
        right: -138px;
        left: calc(50% - 150px);
        right: calc(50% - 150px); } }
    .p000-section-3 .p000-section-3_background-1 .p000-section-3_icon-other-4 {
      background-size: 100% 100% !important;
      background-position: center !important;
      width: 540px;
      height: 489px;
      margin-top: 90px;
      right: 0px;
      display: block;
      position: absolute;
      z-index: 200; }
    @media (min-width: 992px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_icon-other-4 {
        width: 540px;
        height: 489px;
        margin-top: 90px;
        right: 0px; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_icon-other-4 {
        width: 286px;
        height: 259px;
        margin-top: 90px;
        right: 0px; } }
    @media (max-width: 767px) {
      .p000-section-3 .p000-section-3_background-1 .p000-section-3_icon-other-4 {
        width: 286px;
        height: 259px;
        margin-top: -40px;
        right: 0px;
        left: calc(50% - 143px);
        right: calc(50% - 143px); } }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p000-section-4 {
  overflow: hidden;
  position: relative;
  padding-top: 100px; }
  .p000-section-4 .icon-mask {
    z-index: 50; }
  .p000-section-4 h3 {
    display: block;
    text-align: center;
    line-height: 55px;
    padding: 0;
    margin: 0;
    z-index: 200; }
  .p000-section-4 h2 {
    display: block;
    text-align: center;
    color: #ee3869;
    line-height: 55px;
    padding: 0;
    margin: 0;
    z-index: 200; }
  .p000-section-4 ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 95px;
    z-index: 200; }
    .p000-section-4 ul li {
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 50px; }
      .p000-section-4 ul li:before {
        display: none; }
      .p000-section-4 ul li .border-radius-default {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 26px;
        display: block;
        font-size: 28px;
        line-height: 120px;
        font-weight: 700;
        width: 120px;
        height: 120px;
        color: #ffffff; }
      .p000-section-4 ul li strong {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        display: block; }
      .p000-section-4 ul li p {
        color: #797a7c;
        text-align: center;
        line-height: 24px; }
    @media (min-width: 992px) {
      .p000-section-4 ul li {
        flex: 0 0 20%;
        max-width: 20%; } }
    @media (min-width: 991px) and (max-width: 768px) {
      .p000-section-4 ul li {
        flex: 0 0 33.333333%;
        max-width: 33.333333%; } }
    @media (max-width: 767px) {
      .p000-section-4 ul li {
        flex: 50%;
        max-width: 50%; } }
  .p000-section-4 button {
    width: 240px;
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 30px;
    margin-bottom: 68px; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 4 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### SECTION 5 SETTING START ################################# */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCTION START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCION STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p000-section-5 {
  overflow: hidden;
  position: relative; }
  .p000-section-5 h6 {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0; }
  .p000-section-5 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 42px;
    max-width: 140px; }

.p000-section-logotype {
  overflow: hidden;
  position: relative; }
  .p000-section-logotype h6 {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0; }
  .p000-section-logotype img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 5 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### SECTION 6 SETTING START ################################# */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCTION START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCION STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p000-section-6 {
  overflow: hidden;
  position: relative;
  min-height: 200px;
  padding-bottom: 50px; }
  .p000-section-6 .p000-section-6_hexagon-1 {
    width: 282px;
    height: 310px;
    position: absolute;
    background-image: linear-gradient(to top left, #ffdd00, #ee3869) !important;
    left: -55px;
    margin-top: 320px;
    animation: p000-section-6_hexagon-1 8s infinite;
    -webkit-animation: p000-section-6_hexagon-1 8s infinite; }

@keyframes p000-section-6_hexagon-1 {
  0% {
    transform: translateY(30px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(30px); } }
  .p000-section-6 .carousel {
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 200; }
    .p000-section-6 .carousel .carousel-inner {
      width: calc(100% + 120px);
      display: block;
      right: calc(120px - 60px); }
  .p000-section-6 .carousel-control-prev {
    display: block; }
  @media (min-width: 769px) {
    .p000-section-6 .carousel-control-prev {
      left: -64px;
      margin-top: 193px; } }
  @media (max-width: 768px) and (min-width: 425px) {
    .p000-section-6 .carousel-control-prev {
      left: 0px;
      margin-top: 500px; } }
  @media (max-width: 424px) {
    .p000-section-6 .carousel-control-prev {
      left: 0px;
      margin-top: 640px; } }
  .p000-section-6 .carousel-control-next {
    display: block; }
  @media (min-width: 769px) {
    .p000-section-6 .carousel-control-next {
      right: -64px;
      margin-top: 193px; } }
  @media (max-width: 768px) and (min-width: 425px) {
    .p000-section-6 .carousel-control-next {
      right: 0px;
      margin-top: 500px; } }
  @media (max-width: 424px) {
    .p000-section-6 .carousel-control-next {
      right: 0px;
      margin-top: 640px; } }
  .p000-section-6 .quote-box {
    display: block; }
  @media (min-width: 769px) {
    .p000-section-6 .quote-box {
      width: 540px; } }
  @media (max-width: 768px) and (min-width: 425px) {
    .p000-section-6 .quote-box {
      width: 400px; } }
  @media (max-width: 424px) {
    .p000-section-6 .quote-box {
      width: 270px; } }

.owl-nav .owl-prev {
  position: absolute;
  left: -10px;
  top: calc(50% - 40px);
  height: 30px; }
  .owl-nav .owl-prev span {
    font-size: 40px;
    color: #aaaaaa; }

.owl-nav .owl-next {
  position: absolute;
  right: -10px;
  top: calc(50% - 40px);
  height: 30px; }
  .owl-nav .owl-next span {
    font-size: 40px;
    color: #bbbbbb; }

.owl-dots {
  margin-top: 15px;
  text-align: center; }
  .owl-dots .owl-dot {
    margin: 5px;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background: #cccccc !important; }
  .owl-dots .owl-dot.active {
    background: #aaaaaa !important; }

/*slides has same height*/
.owl-stage {
  display: flex; }
  .owl-stage .owl-item {
    display: flex;
    flex: 1; }
  .owl-stage .item {
    height: 100%; }

/*owl-1 Styles*/
.owl-logotype img {
  width: 180px !important; }

/*owl-2 Styles*/
.owl-recommend .item {
  padding: 20px;
  margin: 0 auto; }
  .owl-recommend .item .card {
    border: none;
    box-shadow: 0px 5px 20px rgba(19, 46, 62, 0.08);
    padding: 20px; }
    .owl-recommend .item .card img {
      width: 160px !important;
      margin-bottom: 15px; }
    .owl-recommend .item .card h6 {
      font-size: 18px;
      color: #373e4a;
      line-height: 27px;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 400;
      display: block; }
    .owl-recommend .item .card p {
      color: #797a7c;
      line-height: 24px;
      text-align: left; }
      .owl-recommend .item .card p strong {
        color: #0072bc; }
    .owl-recommend .item .card .text {
      padding-left: 41px;
      margin-top: 22px;
      font-size: 15px;
      line-height: 24px;
      color: #797a7c; }
      .owl-recommend .item .card .text::before {
        content: "";
        background: url(./../img/icon/other/other-quotation-1.svg) no-repeat center;
        background-size: 21px 21px;
        width: 21px;
        height: 21px;
        position: absolute;
        display: block;
        margin-left: -41px;
        margin-top: 5px; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 6 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### SECTION 7 SETTING START ################################# */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCTION START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCION STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p000-section-7 {
  position: relative;
  min-height: 200px; }
  .p000-section-7 .p000-section-7_background-1 {
    min-width: 100px;
    min-height: 200px;
    transform: skewY(-9deg);
    background-color: #f5f5f6;
    margin: 100px 0;
    padding: 100px 0; }
    .p000-section-7 .p000-section-7_background-1 .container {
      transform: skewY(9deg); }
      .p000-section-7 .p000-section-7_background-1 .container .col-xl-6 {
        padding-right: 0; }
      .p000-section-7 .p000-section-7_background-1 .container h3 {
        color: #ee3869;
        text-align: left;
        display: block; }
      .p000-section-7 .p000-section-7_background-1 .container ul {
        list-style: none;
        padding: 0; }
        .p000-section-7 .p000-section-7_background-1 .container ul li::before {
          content: "";
          width: 5px;
          height: 5px;
          background: #ee3869;
          border-radius: 50%;
          margin-top: 11px;
          margin-left: -13px;
          position: absolute;
          display: block; }
      .p000-section-7 .p000-section-7_background-1 .container .p000-section-7_hexagon-1 {
        right: -45px;
        display: block;
        position: absolute;
        background-image: linear-gradient(to top right, #ffdd00, #39bb9d) !important;
        animation: p000-section-7_hexagon-1 8s infinite;
        -webkit-animation: p000-section-7_hexagon-1 8s infinite; }
      @media (min-width: 1200px) {
        .p000-section-7 .p000-section-7_background-1 .container .p000-section-7_hexagon-1 {
          top: 100px;
          width: 350px;
          height: 385px; } }
      @media (max-width: 1199px) and (min-width: 992px) {
        .p000-section-7 .p000-section-7_background-1 .container .p000-section-7_hexagon-1 {
          top: 50px;
          width: 350px;
          height: 385px; } }
      @media (max-width: 991px) and (min-width: 768px) {
        .p000-section-7 .p000-section-7_background-1 .container .p000-section-7_hexagon-1 {
          top: 120px;
          width: 350px;
          height: 385px; } }
      @media (max-width: 767px) {
        .p000-section-7 .p000-section-7_background-1 .container .p000-section-7_hexagon-1 {
          left: calc(50% - 121px);
          right: calc(50% - 121px);
          width: 350px;
          height: 385px;
          top: 0; } }

@keyframes p000-section-7_hexagon-1 {
  0% {
    transform: translateY(30px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(30px); } }
      .p000-section-7 .p000-section-7_background-1 .container .p000-section-7_icon-other-tablet-1 {
        background-size: 100% 100% !important;
        background-position: center !important;
        display: block;
        position: absolute;
        z-index: 100; }
        .p000-section-7 .p000-section-7_background-1 .container .p000-section-7_icon-other-tablet-1::before {
          content: ""; }
        @media (min-width: 1200px) {
          .p000-section-7 .p000-section-7_background-1 .container .p000-section-7_icon-other-tablet-1::before {
            width: 283px;
            height: 390px;
            margin-top: 58px;
            right: 31px; } }
        @media (max-width: 1199px) and (min-width: 992px) {
          .p000-section-7 .p000-section-7_background-1 .container .p000-section-7_icon-other-tablet-1::before {
            width: 198px;
            height: 280px;
            margin-top: 35px;
            margin-left: 21px; } }
        @media (max-width: 991px) and (min-width: 768px) {
          .p000-section-7 .p000-section-7_background-1 .container .p000-section-7_icon-other-tablet-1::before {
            width: 198px;
            height: 280px;
            margin-top: 35px;
            margin-left: 21px; } }
        @media (max-width: 768px) {
          .p000-section-7 .p000-section-7_background-1 .container .p000-section-7_icon-other-tablet-1::before {
            width: 198px;
            height: 275px;
            margin-top: 38px;
            margin-left: 21px; } }
      @media (min-width: 1200px) {
        .p000-section-7 .p000-section-7_background-1 .container .p000-section-7_icon-other-tablet-1 {
          margin-left: 80px;
          width: 344px;
          height: 518px; } }
      @media (max-width: 1199px) and (min-width: 992px) {
        .p000-section-7 .p000-section-7_background-1 .container .p000-section-7_icon-other-tablet-1 {
          right: -50px;
          width: 241px;
          height: 363px;
          position: relative; } }
      @media (max-width: 991px) and (min-width: 768px) {
        .p000-section-7 .p000-section-7_background-1 .container .p000-section-7_icon-other-tablet-1 {
          right: -50px;
          width: 241px;
          height: 363px;
          position: relative; } }
      @media (max-width: 767px) {
        .p000-section-7 .p000-section-7_background-1 .container .p000-section-7_icon-other-tablet-1 {
          left: calc(50% - 121px);
          right: calc(50% - 121px);
          width: 241px;
          height: 363px;
          position: relative; } }

@media (max-width: 768px) {
  .p000-section-7 {
    padding-bottom: 500px; } }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 7 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### SECTION 8 SETTING START ################################# */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCTION START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCION STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.contact-section-8 {
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
  padding-top: 50px; }
  .contact-section-8 h2 {
    display: block;
    line-height: 60px;
    margin-top: 19px; }
  @media (min-width: 992px) {
    .contact-section-8 h2 {
      text-align: left; } }
  @media (max-width: 991px) {
    .contact-section-8 h2 {
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }
  .contact-section-8 .gradient-linear {
    width: 255px;
    height: 5px;
    margin-top: 44px;
    margin-bottom: 56px;
    position: relative; }
  @media (min-width: 992px) {
    .contact-section-8 .gradient-linear {
      left: 0; } }
  @media (max-width: 991px) {
    .contact-section-8 .gradient-linear {
      left: calc(50% - 128px);
      right: calc(50% - 128px); } }
  .contact-section-8 .contact-section-8_hexagon-1 {
    width: 159px;
    height: 172px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 40px; }
  @media (min-width: 1240px) {
    .contact-section-8 .contact-section-8_hexagon-1 {
      width: 159px;
      height: 172px;
      left: 0; } }
  @media (max-width: 1239px) and (min-width: 992px) {
    .contact-section-8 .contact-section-8_hexagon-1 {
      width: 159px;
      height: 172px;
      left: 0; } }
  @media (max-width: 991px) {
    .contact-section-8 .contact-section-8_hexagon-1 {
      width: 159px;
      height: 172px;
      left: calc(50% - 80px);
      right: calc(50% - 80px); } }
  .contact-section-8 strong {
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #373e4a;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700; }
  @media (min-width: 992px) {
    .contact-section-8 strong {
      margin-top: 10px; } }
  @media (max-width: 991px) {
    .contact-section-8 strong {
      margin-top: 20px;
      text-align: center; } }
  .contact-section-8 p {
    display: block;
    line-height: 24px;
    color: #373e4a; }
  @media (max-width: 991px) {
    .contact-section-8 p {
      text-align: center; } }
  .contact-section-8 ul {
    list-style: none;
    padding: 0;
    display: block; }
    .contact-section-8 ul li {
      display: block;
      width: 100%;
      min-height: 50px;
      padding: 0; }
      .contact-section-8 ul li img {
        max-width: 50px;
        float: left; }
      .contact-section-8 ul li:before {
        display: none; }
      .contact-section-8 ul li a {
        float: left;
        color: #373e4a;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 48px;
        margin-left: 27px; }
        @media (max-width: 576px) {
          .contact-section-8 ul li a {
            font-size: 14px;
            margin-left: 17px; } }
  .contact-section-8 .box-1 {
    box-shadow: 0px 0px 60px rgba(19, 46, 62, 0.08);
    width: 500px;
    overflow: hidden;
    z-index: 300;
    position: relative; }
    .contact-section-8 .box-1 .g-recaptcha {
      margin-top: 20px;
      display: block; }
    .contact-section-8 .box-1 button {
      min-width: 180px;
      height: 40px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 36px;
      margin-bottom: 1px;
      position: relative; }
  @media (min-width: 992px) {
    .contact-section-8 .box-1 {
      display: block; } }
  @media (max-width: 991px) and (min-width: 550px) {
    .contact-section-8 .box-1 {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 549px) and (min-width: 351px) {
    .contact-section-8 .box-1 {
      width: 320px;
      margin-left: auto;
      margin-right: auto;
      padding: 10px; } }
  @media (max-width: 350px) and (min-width: 341px) {
    .contact-section-8 .box-1 {
      width: 350px;
      margin-left: -15px;
      margin-right: -15px;
      padding: 15px; } }
  @media (max-width: 340px) and (min-width: 330px) {
    .contact-section-8 .box-1 {
      width: 340px;
      margin-left: -15px;
      margin-right: -15px;
      padding: 15px; } }
  @media (max-width: 329px) {
    .contact-section-8 .box-1 {
      width: 320px;
      margin-left: -15px;
      margin-right: -15px;
      padding: 10px; } }
  .contact-section-8 .contact-section-8_hexagon-2 {
    width: 422px;
    height: 464px;
    z-index: -1;
    position: absolute;
    margin-top: -400px;
    margin-left: -200px;
    background-image: linear-gradient(to top left, #ffdd00, #ee3869) !important;
    animation: contact-section-8_hexagon-2 8s infinite;
    -webkit-animation: contact-section-8_hexagon-2 8s infinite; }

@keyframes contact-section-8_hexagon-2 {
  0% {
    transform: translateY(10px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(10px); } }
  .contact-section-8 .box-contact-new {
    background: transparent;
    width: 500px;
    overflow: hidden;
    z-index: 300;
    position: relative;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .contact-section-8 .box-contact-new {
        display: block;
        margin-bottom: 0; } }
    @media (max-width: 991px) and (min-width: 550px) {
      .contact-section-8 .box-contact-new {
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 549px) and (min-width: 351px) {
      .contact-section-8 .box-contact-new {
        width: 320px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px; } }
    @media (max-width: 350px) and (min-width: 341px) {
      .contact-section-8 .box-contact-new {
        width: 350px;
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px; } }
    @media (max-width: 340px) and (min-width: 330px) {
      .contact-section-8 .box-contact-new {
        width: 340px;
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px; } }
    @media (max-width: 329px) {
      .contact-section-8 .box-contact-new {
        width: 320px;
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px; } }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 8 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### SECTION 9 SETTING START ################################# */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCTION START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCION STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p000-section-9 {
  position: relative;
  min-height: 200px;
  padding-bottom: 100px;
  margin-bottom: -350px;
  z-index: 500; }
  .p000-section-9 .p000-section-9_background-1 {
    min-width: 100px;
    min-height: 200px;
    transform: skewY(-9deg);
    background-color: #f5f5f6;
    margin: 200px auto 0; }
    .p000-section-9 .p000-section-9_background-1 .container {
      transform: skewY(9deg);
      text-align: left;
      margin-top: 85px;
      display: block; }
      .p000-section-9 .p000-section-9_background-1 .container h3 {
        color: #ee3869;
        display: block;
        position: relative;
        z-index: 100; }
      @media (min-width: 1200px) {
        .p000-section-9 .p000-section-9_background-1 .container h3 {
          text-align: left;
          margin-left: 0;
          margin-top: -50px; } }
      @media (max-width: 1190px) and (min-width: 768px) {
        .p000-section-9 .p000-section-9_background-1 .container h3 {
          text-align: left;
          margin-left: 0;
          margin-top: -140px; } }
      @media (max-width: 767px) and (min-width: 0px) {
        .p000-section-9 .p000-section-9_background-1 .container h3 {
          text-align: center;
          margin-left: 0;
          margin-top: -140px; } }
      .p000-section-9 .p000-section-9_background-1 .container .p000-section-9_hexagon-1 {
        background: #3bbb9c;
        z-index: 150;
        animation: p000-section-9_hexagon-1 8s infinite;
        -webkit-animation: p000-section-9_hexagon-1 8s infinite; }
        .p000-section-9 .p000-section-9_background-1 .container .p000-section-9_hexagon-1 strong {
          font-size: 96px;
          line-height: 96px;
          color: #ffffff;
          text-align: center;
          display: block;
          width: 100%;
          position: relative;
          font-family: "Source Serif Pro", sans-serif; }
        .p000-section-9 .p000-section-9_background-1 .container .p000-section-9_hexagon-1 span {
          font-size: 16px;
          line-height: 16px;
          font-weight: 700;
          color: #ffffff;
          text-align: center;
          display: block;
          width: 100%;
          position: relative; }
      @media (min-width: 1200px) {
        .p000-section-9 .p000-section-9_background-1 .container .p000-section-9_hexagon-1 {
          width: 306px;
          height: 337px;
          margin-top: 50px;
          padding-top: 100px; } }
      @media (max-width: 1190px) and (min-width: 768px) {
        .p000-section-9 .p000-section-9_background-1 .container .p000-section-9_hexagon-1 {
          margin-top: -10px;
          width: 306px;
          height: 337px;
          padding-top: 100px; } }
      @media (max-width: 767px) and (min-width: 0px) {
        .p000-section-9 .p000-section-9_background-1 .container .p000-section-9_hexagon-1 {
          margin-left: auto;
          margin-right: auto;
          margin-top: -15px;
          width: 244px;
          height: 270px;
          padding-top: 70px; } }

@keyframes p000-section-9_hexagon-1 {
  0% {
    transform: translateY(10px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(10px); } }
      .p000-section-9 .p000-section-9_background-1 .container ul {
        list-style: none;
        padding: 0;
        z-index: 100; }
        .p000-section-9 .p000-section-9_background-1 .container ul li:before {
          display: none; }
        .p000-section-9 .p000-section-9_background-1 .container ul li strong {
          font-size: 24px;
          color: #58595b;
          line-height: 36px; }
        .p000-section-9 .p000-section-9_background-1 .container ul li span {
          font-size: 16px;
          line-height: 24px;
          color: #373e4a; }
      @media (min-width: 1200px) {
        .p000-section-9 .p000-section-9_background-1 .container ul {
          margin-top: -50px;
          margin-left: 330px; } }
      @media (max-width: 1190px) and (min-width: 768px) {
        .p000-section-9 .p000-section-9_background-1 .container ul {
          margin-top: -150px;
          margin-left: 330px; } }
      @media (max-width: 767px) and (min-width: 0px) {
        .p000-section-9 .p000-section-9_background-1 .container ul {
          margin-left: auto;
          margin-right: auto;
          margin-top: 30px;
          width: 100%;
          text-align: center; } }
      .p000-section-9 .p000-section-9_background-1 .container .box-img {
        background: url(./../img/icon/other/other-box-1.svg) no-repeat center;
        background-size: 100% 100%;
        display: block;
        position: relative;
        z-index: 100; }
      @media (min-width: 1200px) {
        .p000-section-9 .p000-section-9_background-1 .container .box-img {
          margin-top: 20px;
          width: 570px;
          height: 265px; } }
      @media (max-width: 1190px) and (min-width: 768px) {
        .p000-section-9 .p000-section-9_background-1 .container .box-img {
          margin-top: 270px;
          width: 570px;
          height: 265px; } }
      @media (max-width: 767px) and (min-width: 425px) {
        .p000-section-9 .p000-section-9_background-1 .container .box-img {
          margin-top: 220px;
          width: 100%;
          height: 275px; } }
      @media (max-width: 424px) {
        .p000-section-9 .p000-section-9_background-1 .container .box-img {
          margin-top: 150px;
          width: 100%;
          height: 275px; } }
      .p000-section-9 .p000-section-9_background-1 .container h1 {
        color: #ee3869;
        display: block;
        position: relative;
        width: 100%;
        z-index: 100; }
      @media (min-width: 1200px) {
        .p000-section-9 .p000-section-9_background-1 .container h1 {
          text-align: right;
          font-size: 96px;
          margin-top: 30px; } }
      @media (max-width: 1190px) and (min-width: 768px) {
        .p000-section-9 .p000-section-9_background-1 .container h1 {
          text-align: center;
          font-size: 96px;
          margin-top: 30px; } }
      @media (max-width: 767px) and (min-width: 425px) {
        .p000-section-9 .p000-section-9_background-1 .container h1 {
          text-align: center;
          margin-top: 30px; } }
      @media (max-width: 424px) {
        .p000-section-9 .p000-section-9_background-1 .container h1 {
          text-align: center;
          margin-top: -30px; } }
      .p000-section-9 .p000-section-9_background-1 .container .p000-section-9_hexagon-2 {
        background: #ee3869;
        display: block;
        position: absolute;
        z-index: 150;
        animation: p000-section-9_hexagon-2 8s infinite;
        -webkit-animation: p000-section-9_hexagon-2 8s infinite; }
        .p000-section-9 .p000-section-9_background-1 .container .p000-section-9_hexagon-2 strong {
          color: #ffffff;
          font-size: 96px;
          font-family: "Source Serif Pro", sans-serif;
          font-weight: 700;
          line-height: 80px;
          text-align: center;
          width: 100%;
          display: block;
          position: relative; }
        .p000-section-9 .p000-section-9_background-1 .container .p000-section-9_hexagon-2 span {
          color: #ffffff;
          font-family: "Source Serif Pro", sans-serif;
          font-weight: 700;
          line-height: 20px;
          text-align: center;
          width: 100%;
          display: block;
          position: relative; }
      @media (min-width: 1200px) {
        .p000-section-9 .p000-section-9_background-1 .container .p000-section-9_hexagon-2 {
          right: 200px;
          top: 520px;
          width: 306px;
          height: 337px;
          padding-top: 120px; } }
      @media (max-width: 1190px) {
        .p000-section-9 .p000-section-9_background-1 .container .p000-section-9_hexagon-2 {
          right: 200px;
          top: 120px;
          width: 306px;
          height: 337px;
          padding-top: 120px; } }
      @media (max-width: 767px) and (min-width: 425px) {
        .p000-section-9 .p000-section-9_background-1 .container .p000-section-9_hexagon-2 {
          left: 20px;
          top: 20px;
          width: 245px;
          height: 270px;
          padding-top: 120px; } }
      @media (max-width: 424px) {
        .p000-section-9 .p000-section-9_background-1 .container .p000-section-9_hexagon-2 {
          left: calc(50% - 123px);
          right: calc(50% - 123px);
          top: 20px;
          width: 245px;
          height: 270px;
          padding-top: 90px; } }

@keyframes p000-section-9_hexagon-2 {
  0% {
    transform: translateY(10px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(10px); } }
      .p000-section-9 .p000-section-9_background-1 .container .p000-section-9_hexagon-3 {
        background: rgba(238, 56, 105, 0.8);
        display: block;
        position: absolute;
        z-index: 150;
        animation: p000-section-9_hexagon-3 8s infinite;
        -webkit-animation: p000-section-9_hexagon-3 8s infinite; }
        .p000-section-9 .p000-section-9_background-1 .container .p000-section-9_hexagon-3 strong {
          color: #ffffff;
          font-size: 96px;
          font-family: "Source Serif Pro", sans-serif;
          font-weight: 700;
          line-height: 80px;
          text-align: center;
          margin-top: auto;
          margin-bottom: auto;
          width: 100%;
          display: block;
          position: relative; }
        .p000-section-9 .p000-section-9_background-1 .container .p000-section-9_hexagon-3 span {
          color: #ffffff;
          font-family: "Source Serif Pro", sans-serif;
          font-weight: 700;
          line-height: 20px;
          text-align: center;
          width: 100%;
          display: block;
          position: relative; }
      @media (min-width: 1200px) {
        .p000-section-9 .p000-section-9_background-1 .container .p000-section-9_hexagon-3 {
          right: 0;
          top: 650px;
          width: 226px;
          height: 249px;
          padding-top: 60px; } }
      @media (max-width: 1190px) and (min-width: 768px) {
        .p000-section-9 .p000-section-9_background-1 .container .p000-section-9_hexagon-3 {
          right: 0;
          top: 250px;
          width: 226px;
          height: 249px;
          padding-top: 60px; } }
      @media (max-width: 767px) and (min-width: 425px) {
        .p000-section-9 .p000-section-9_background-1 .container .p000-section-9_hexagon-3 {
          left: 220px;
          top: 90px;
          width: 226px;
          height: 249px;
          padding-top: 60px; } }
      @media (max-width: 424px) {
        .p000-section-9 .p000-section-9_background-1 .container .p000-section-9_hexagon-3 {
          left: calc(50% - 90px);
          right: calc(50% - 90px);
          top: 230px;
          width: 226px;
          height: 249px;
          padding-top: 60px; } }

@keyframes p000-section-9_hexagon-3 {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(30px); }
  100% {
    transform: translateY(0px); } }
    .p000-section-9 .p000-section-9_background-1 .p000-section-9_icon-other-map-1 {
      background: url(./../img/icon/other/other-map-1.svg) no-repeat center;
      background-size: 100% 100% !important;
      display: block;
      position: absolute;
      z-index: -100;
      right: -15px;
      transform: skewY(9deg); }
    @media (min-width: 1200px) {
      .p000-section-9 .p000-section-9_background-1 .p000-section-9_icon-other-map-1 {
        top: -20px;
        width: 600px;
        height: 625px; } }
    @media (max-width: 1190px) and (min-width: 768px) {
      .p000-section-9 .p000-section-9_background-1 .p000-section-9_icon-other-map-1 {
        top: -20px;
        width: 600px;
        height: 625px; } }
    @media (max-width: 767px) {
      .p000-section-9 .p000-section-9_background-1 .p000-section-9_icon-other-map-1 {
        top: 50px;
        width: 370px;
        height: 525px; } }
  @media (min-width: 1200px) {
    .p000-section-9 .p000-section-9_background-1 {
      padding-bottom: 100px; } }
  @media (max-width: 1190px) {
    .p000-section-9 .p000-section-9_background-1 {
      padding-bottom: 600px; } }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 9 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### AUTHOR : PAGE Interactive ################################# */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### MAIN SETTING START ###################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### MAIN SETTING STOP ######################################## */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### SECTION 1 SETTING START ################################# */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCTION START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCION STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p210-section-main {
  position: relative; }
  .p210-section-main .img {
    width: 100%;
    height: 450px;
    position: relative;
    z-index: 150;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important; }
  @media (min-width: 1200px) {
    .p210-section-main .img {
      top: -30px;
      left: -15px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .p210-section-main .img {
      top: -30px;
      left: -15px; } }
  @media (max-width: 992px) and (min-width: 425px) {
    .p210-section-main .img {
      margin-top: 0px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 424px) {
    .p210-section-main .hexagon-max {
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto; } }
  .p210-section-main .hexagon-max {
    position: absolute; }
  @media (min-width: 1200px) {
    .p210-section-main .hexagon-max {
      width: 414px;
      height: 428px;
      top: 90px;
      right: 0px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .p210-section-main .hexagon-max {
      top: -100px;
      right: -388px; } }
  @media (max-width: 991px) and (min-width: 425px) {
    .p210-section-main .hexagon-max {
      display: none; } }
  @media (max-width: 424px) {
    .p210-section-main .hexagon-max {
      display: none; } }
  .p210-section-main .hexagon-medium {
    position: absolute; }
    .p210-section-main .hexagon-medium i {
      width: 85px;
      height: 81px;
      display: block;
      position: relative;
      margin-top: calc(50% - 35px);
      margin-left: calc(50% - 55px); }
  @media (min-width: 1200px) {
    .p210-section-main .hexagon-medium {
      width: 256px;
      height: 282px;
      top: -3rem;
      left: 0rem; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .p210-section-main .hexagon-medium {
      right: 0;
      top: 0px;
      width: 200px;
      height: 220px; } }
  @media (max-width: 767px) and (min-width: 425px) {
    .p210-section-main .hexagon-medium {
      right: -50px;
      top: -300px;
      width: 200px;
      height: 220px; } }
  @media (max-width: 424px) {
    .p210-section-main .hexagon-medium {
      width: 200px;
      height: 220px;
      margin-top: -250px;
      right: -160px; }
      .p210-section-main .hexagon-medium i {
        display: none; } }
  .p210-section-main .hexagon-small {
    position: absolute; }
  @media (min-width: 1200px) {
    .p210-section-main .hexagon-small {
      width: 256px;
      height: 282px;
      top: -12rem;
      right: -6rem; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .p210-section-main .hexagon-small {
      top: 208px;
      right: -310px; } }
  @media (max-width: 767px) and (min-width: 425px) {
    .p210-section-main .hexagon-small {
      display: none; } }
  @media (max-width: 424px) {
    .p210-section-main .hexagon-small {
      display: none; } }
  .p210-section-main p {
    color: #797a7c; }
  .p210-section-main em {
    font-style: initial; }
  .p210-section-main span {
    color: #ee3869; }
  .p210-section-main h1 {
    position: relative; }
  @media (min-width: 992px) {
    .p210-section-main h1 {
      margin-top: 50px; } }
  @media (max-width: 991px) {
    .p210-section-main h1 {
      margin-top: 0; } }

@media (min-width: 992px) {
  .p210-section-main {
    padding-top: 200px;
    padding-bottom: 240px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .p210-section-main {
    padding-top: 20px;
    padding-bottom: 230px; } }

@media (max-width: 767px) {
  .p210-section-main {
    padding-top: 20px;
    padding-bottom: 80px; } }

.p210-section-1 {
  overflow: inherit;
  padding-bottom: 190px; }
  .p210-section-1 .order-md-8 {
    bottom: -300px;
    position: absolute;
    left: calc(50% - 50%);
    right: calc(50% - 50%); }
    .p210-section-1 .order-md-8 .img-bg {
      width: 100%;
      min-height: 500px;
      position: relative;
      display: block;
      z-index: 400;
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-size: contain !important; }

.icon-mask-210-1 {
  right: -150px;
  top: 250px;
  position: absolute; }

.icon-mask-210-2 {
  top: 100px;
  left: -100px;
  position: absolute; }

@media (max-width: 767px) {
  .icon-mask-210-2 {
    top: 600px;
    left: -100px;
    position: absolute; } }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 1 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### SECTION 2 SETTING START ################################# */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCTION START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCION STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p210-section-2 {
  padding-bottom: 230px;
  padding-top: 330px; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 2 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p250-section-1 {
  padding-bottom: 110px; }
  .p250-section-1 .hexagon-medium {
    width: 211px;
    height: 232px;
    position: absolute;
    right: -9rem;
    top: 5rem; }
  .p250-section-1 .hexagon-outline-small {
    right: 4rem;
    top: 4rem; }
  .p250-section-1 .hexagon-outline-medium {
    width: 110px;
    height: 121px;
    right: 11rem;
    top: 2rem; }
  .p250-section-1 .hexagon-outline-max {
    width: 228px;
    height: 251px;
    left: -4rem;
    top: -1rem; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p250-section-2 {
  position: relative; }
  .p250-section-2 .line {
    width: 100%;
    height: 5px;
    position: relative; }
  @media (max-width: 991px) {
    .p250-section-2 .line {
      display: none; } }
  .p250-section-2 .nav {
    position: relative;
    top: -53px; }
    .p250-section-2 .nav li {
      padding: 0 5px; }
      .p250-section-2 .nav li:before {
        display: none; }
      .p250-section-2 .nav li a {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-color: #dee2e6 #dee2e6 #dee2e6;
        position: relative;
        bottom: 0px;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: calc(0.5rem + 2px);
        padding-bottom: calc(0.5rem + 1px);
        font-weight: 400;
        color: #373e4a !important;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 16px; }
      @media (max-width: 991px) {
        .p250-section-2 .nav li a {
          display: block;
          margin-left: auto;
          margin-right: auto;
          text-align: center;
          width: 100%; } }
      .p250-section-2 .nav li .active {
        border-top: 4px solid #ee3869;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-color: #ee3869 #dee2e6 #ffffff;
        padding: 0.5rem 2rem;
        font-weight: 600; }
      @media (max-width: 991px) {
        .p250-section-2 .nav li .active {
          border-color: #ee3869 #dee2e6 #dee2e6; } }
    @media (max-width: 991px) {
      .p250-section-2 .nav li {
        display: block;
        margin-top: 5px;
        margin-bottom: -6px;
        padding: 0;
        width: 100%; } }
  @media (max-width: 991px) {
    .p250-section-2 .nav {
      border: 0 !important; } }

@media (max-width: 991px) {
  .p250-section-2 {
    padding-left: 15px;
    padding-right: 15px; } }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.pricing-header {
  padding-bottom: 50px; }
  .pricing-header .hexagon-medium {
    width: 211px;
    height: 232px;
    position: absolute;
    right: -9rem;
    top: 5rem; }
  .pricing-header .hexagon-outline-small {
    right: 4rem;
    top: 4rem; }
  .pricing-header .hexagon-outline-medium {
    width: 110px;
    height: 121px;
    right: 11rem;
    top: 2rem; }
  .pricing-header .hexagon-outline-max {
    width: 228px;
    height: 251px;
    left: -4rem;
    top: -1rem; }

@media (max-width: 768px) {
  .pricing-header .hexagon-medium {
    display: none; }
  .pricing-header .hexagon-outline-small {
    display: none; }
  .pricing-header .hexagon-outline-medium {
    display: none; }
  .pricing-header .hexagon-outline-max {
    display: none; } }

.lang-group .btn-lang {
  background: #ebeced;
  margin: 0 !important;
  border: 0; }

.lang-group .active {
  color: #ffffff;
  background: #ee3869; }

.lang-group input {
  display: none; }

.price-group {
  width: 100%; }
  .price-group label {
    border-radius: 0; }
    .price-group label input {
      display: none; }
  .price-group .btn-price {
    background: #ffffff;
    border: 1px solid #ebeced;
    margin: 0;
    padding: 5px; }
  .price-group .title {
    display: block;
    color: #000; }
  .price-group .active {
    color: #ffffff;
    background: #ee3869;
    border: 1px solid #ee3869; }
    .price-group .active .title {
      color: #fff; }
  .price-group span {
    font-weight: 600; }

.sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%; }

.sidebar-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (max-width: 768px) {
  .sidebar-item {
    position: relative; }
  .sidebar-form {
    padding: 0; } }

.make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  padding: 0 15px; }

.pricing {
  position: relative;
  overflow: initial; }
  .pricing .tab-content {
    padding-top: 100px; }
  .pricing .number {
    white-space: nowrap; }
  .pricing .line {
    width: 100%;
    height: 5px;
    position: relative; }
  @media (max-width: 991px) {
    .pricing .line {
      display: none; } }
  .pricing h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 28px;
    line-height: 28px;
    color: #373e4a;
    padding: 0;
    margin: 20px 0; }
  .pricing h4 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #373e4a;
    font-weight: 600;
    padding: 0;
    margin: 10px 0; }
  .pricing h5 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #373e4a;
    font-weight: 400;
    padding: 0; }
  .pricing h6 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 26px;
    line-height: 34px;
    color: #373e4a;
    font-weight: 600;
    padding: 0; }
  .pricing input[type="radio"] {
    height: 12px;
    margin-right: 5px; }
  .pricing input[checked="checked"] {
    font-weight: 600; }
  .pricing input[type="number"] {
    background: #f6f6f6; }
  .pricing select {
    border: 1px solid #ebeced;
    border-radius: 2px;
    padding-left: 14px;
    font-size: 16px;
    color: #b3b3bd;
    transition: all 1s; }
  .pricing label {
    font-size: 14px;
    color: #797a7c;
    margin-right: 5px; }
  .pricing label.strong {
    font-size: 16px;
    font-weight: 600;
    color: #373e4a;
    margin-right: 10px; }
  .pricing .product-info .product {
    margin: 10px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    max-width: 100%; }
    .pricing .product-info .product .btn {
      padding: 1.6em 1em;
      margin: .3em;
      flex-grow: 1;
      text-align: center !important; }
  .pricing .product-info .modal-button {
    color: #ee3869;
    padding: 10px 0; }
    .pricing .product-info .modal-button:hover {
      color: #e9144d; }
  .pricing .product-info .btn-light {
    background: #ffffff;
    border: 2px solid #ee3869;
    border-radius: 0; }
    .pricing .product-info .btn-light:hover {
      color: #ffffff !important;
      background: #ee3869;
      border: 2px solid #ee3869;
      color: #ffffff !important; }
    .pricing .product-info .btn-light:hover > p {
      color: #ffffff !important; }
    .pricing .product-info .btn-light p {
      color: #373e4a;
      margin: 0;
      font-weight: 400; }
  .pricing .product-info .btn-amaranth {
    color: #ffffff !important;
    background: #ee3869;
    border: 2px solid #ee3869;
    border-radius: 0; }
    .pricing .product-info .btn-amaranth p {
      color: #ffffff !important;
      margin: 0;
      font-weight: 500; }
  .pricing .implementationPrice {
    font-size: 16px; }
  .pricing .numberLeft {
    display: inline-block;
    margin-right: 10px; }
    .pricing .numberLeft p {
      margin: 0; }
  .pricing .numberRight {
    display: inline-block;
    margin-right: 10px; }
  .pricing .numberCount {
    display: inline-block;
    float: right; }
  .pricing .product-info-div {
    background: lightblue;
    color: white; }
  .pricing .modal-button {
    cursor: pointer; }
  .pricing .product-prices {
    align-items: flex-start; }
  .pricing .product-title {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    @media (max-width: 600px) {
      .pricing .product-title {
        flex-wrap: wrap; } }
    .pricing .product-title p {
      margin: 20px 0; }
  .pricing .product-infos {
    max-height: 400px;
    overflow-y: auto;
    margin-bottom: 30px; }
  .pricing .info {
    background: white;
    padding: 10px 20px;
    margin: 1px 0;
    position: relative;
    text-align: left; }
    .pricing .info p {
      color: #373e4a;
      margin-bottom: 0;
      font-size: 16px; }
  .pricing .info .remove {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 16px;
    color: #ee3869;
    cursor: pointer; }
  .pricing .price-month .price-month-full {
    font-size: 24px;
    font-weight: 600; }
  .pricing .price-month .currency {
    font-size: 24px;
    font-weight: 600; }
  .pricing .product-info-desc {
    display: none; }
  .pricing .product-info-desc.active {
    display: block; }
  .pricing .nav {
    position: relative;
    border-bottom: 1px solid #ebeced; }
    .pricing .nav li {
      padding: 0;
      margin: 0; }
      .pricing .nav li:before {
        display: none; }
      .pricing .nav li .nav-link .active {
        border: none;
        background: #373e4a; }
      .pricing .nav li a {
        border-radius: 0;
        border-left: 1px solid #ebeced;
        border-top: 4px solid #ebeced;
        background: #f6f7f8;
        color: #373e4a;
        text-align: center; }
      .pricing .nav li p {
        margin: 0; }
      @media (max-width: 991px) {
        .pricing .nav li a {
          display: block;
          margin-left: auto;
          margin-right: auto;
          text-align: center;
          width: 100%; } }
      .pricing .nav li .active {
        border-top: 4px solid #ee3869;
        background: #ffffff; }
      @media (max-width: 991px) {
        .pricing .nav li .active {
          border-color: #ee3869 #dee2e6 #dee2e6; } }
    @media (max-width: 991px) {
      .pricing .nav li {
        display: block;
        margin-top: 5px;
        margin-bottom: -6px;
        padding: 0;
        width: 100%; } }
  @media (max-width: 991px) {
    .pricing .nav {
      border: 0 !important; } }
  .pricing .price-box {
    background-color: #ffffff;
    padding: 25px;
    box-shadow: 20px 0px 60px rgba(19, 46, 62, 0.08);
    -webkit-box-flex: 1;
    -ms-flex: 1; }
    .pricing .price-box p {
      font-size: 16px;
      line-height: 20px;
      color: #797a7c;
      margin: 15px 0; }
    .pricing .price-box .tax {
      font-size: 14px; }
    .pricing .price-box .pdf_title {
      font-size: 24px; }
    .pricing .price-box .dkpdf-button-container {
      padding: 0 !important; }
  .pricing .box {
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 0px 40px 60px rgba(19, 46, 62, 0.08);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    border-top: solid 5px; }
    .pricing .box p {
      font-size: 16px;
      line-height: 22px;
      color: #797a7c; }
    .pricing .box h3 {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 24px;
      line-height: 28px;
      display: block;
      text-align: center;
      font-weight: 600;
      margin-bottom: 20px;
      margin-top: 20px; }
    .pricing .box h4 {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 24px;
      line-height: 28px;
      display: block;
      text-align: center;
      font-weight: 600;
      margin-bottom: 20px;
      margin-top: 20px; }
    .pricing .box strong {
      font-size: 20px;
      line-height: 28px;
      color: #373e4a;
      font-weight: 600 !important; }
    .pricing .box ul li {
      font-size: 16px;
      line-height: 22px; }
    .pricing .box ul li:before {
      display: none; }
    .pricing .box ul.green li {
      font-size: 16px;
      line-height: 22px;
      color: #373e4a;
      padding-left: 20px; }
    .pricing .box ul.green li:before {
      content: "\f058";
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      display: block;
      font-size: 18px;
      margin-left: -25px;
      color: #3bbb9c; }
    .pricing .box ul.yellow li {
      font-size: 16px;
      line-height: 22px;
      color: #373e4a;
      padding-left: 20px; }
    .pricing .box ul.yellow li:before {
      content: "\f058";
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      display: block;
      font-size: 18px;
      margin-left: -25px;
      color: #ffdd00; }
    .pricing .box ul.pink li {
      font-size: 16px;
      line-height: 22px;
      color: #373e4a;
      padding-left: 20px; }
    .pricing .box ul.pink li:before {
      content: "\f058";
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      display: block;
      font-size: 18px;
      margin-left: -25px;
      color: #ee3869; }
    .pricing .box ul.gray li {
      font-size: 16px;
      line-height: 22px;
      color: #373e4a;
      padding-left: 20px; }
    .pricing .box ul.gray li:before {
      content: "\f056";
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      display: block;
      font-weight: 700;
      font-size: 18px;
      margin-left: -25px;
      color: #bbbbbc; }
    .pricing .box .btn {
      display: block !important;
      width: 100%; }

@media (max-width: 991px) {
  .pricing {
    padding-left: 15px;
    padding-right: 15px; } }

.count-box {
  padding: 30px;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(48deg, #00b1e5, #0072bc);
  box-shadow: 0 20px 60px 0 rgba(19, 46, 62, 0.12); }
  .count-box .btn {
    display: block !important;
    width: 100%; }
  .count-box p {
    color: #ffffff;
    font-size: 20px;
    line-height: 28px; }
  .count-box .paymentG {
    font-size: 16px;
    text-transform: uppercase; }
  .count-box .monthly {
    font-size: 38px;
    line-height: 46px;
    font-family: "Source Serif Pro", serif;
    font-weight: 900; }
  .count-box .price-info-month {
    display: none; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### AUTHOR : PAGE Interactive ############################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### MAIN SETTING START ###################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### MAIN SETTING STOP ######################################## */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### CONTENT 1 SETTING START ################################# */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCTION START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCION STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p300-content-1 h1 {
  line-height: 60px;
  color: #373e4a;
  margin-top: 8px;
  display: block; }

@media (min-width: 992px) {
  .p300-content-1 h1 {
    text-align: left; } }

@media (max-width: 991px) {
  .p300-content-1 h1 {
    text-align: center; } }

.p300-content-1 p {
  color: #797a7c;
  font-size: 20px;
  line-height: 36px;
  margin-top: 32px;
  display: block; }

@media (min-width: 992px) {
  .p300-content-1 p {
    text-align: left; } }

@media (max-width: 991px) {
  .p300-content-1 p {
    text-align: center; } }

.p300-content-1 .img {
  position: relative;
  overflow: hidden;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  z-index: 200; }

@media (min-width: 992px) {
  .p300-content-1 .img {
    width: 550px;
    height: 455px;
    margin-top: -50px; } }

@media (max-width: 991px) {
  .p300-content-1 .img {
    width: 303px;
    height: 250px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto; } }

.p300-content-1 .p300-content-1_hexagon-1 {
  position: absolute;
  display: block;
  z-index: 100;
  background-image: linear-gradient(to right, #3bbb9c, #00b1e5) !important;
  animation: p300-section-1_hexagon-1 8s infinite;
  -webkit-animation: p300-section-1_hexagon-1 8s infinite; }

@media (min-width: 992px) {
  .p300-content-1 .p300-content-1_hexagon-1 {
    width: 378px;
    height: 394px;
    top: 70px;
    right: -85px; } }

@media (max-width: 991px) {
  .p300-content-1 .p300-content-1_hexagon-1 {
    width: 208px;
    height: 217px;
    margin-top: -150px;
    right: 100px; } }

@keyframes p300-section-1_hexagon-1 {
  0% {
    transform: translateY(30px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(30px); } }

.p300-content-2 span {
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  display: block;
  text-align: left;
  text-transform: uppercase;
  color: #797a7c;
  margin-top: -25px; }

.p300-content-2 h4 {
  line-height: 30px;
  margin-bottom: 10px !important; }

.p300-content-2 p {
  line-height: 24px;
  color: #373e4a;
  text-align: left; }

.p300-content-2 a {
  margin-top: 22px;
  margin-bottom: 22px;
  padding-bottom: 1px;
  position: relative;
  display: inline-block;
  color: #ee3869;
  line-height: 27px;
  font-weight: 700;
  border-bottom: 2px solid #ee3869; }
  .p300-content-2 a:hover {
    border-bottom: 2px solid #ffffff;
    text-decoration: none; }

.p300-content-2 ul {
  padding: 0;
  list-style: none; }
  .p300-content-2 ul li {
    margin-top: 4px;
    margin-bottom: 4px;
    color: #ee3869;
    font-size: 16px; }
    .p300-content-2 ul li:before {
      content: "\f2ee";
      padding-right: 15px !important;
      padding-left: 0 !important;
      display: inline-block;
      font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      color: #797a7c;
      transition: all 0.3s; }
    .p300-content-2 ul li:hover:before {
      padding-right: 10px !important;
      padding-left: 5px !important;
      transition: all 0.3s; }

.p300-content-2 .img {
  max-width: 570px;
  height: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 30px; }
  .p300-content-2 .img div {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### CONTENT 1 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### SECTION 1 SETTING START ################################# */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCTION START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCION STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p300-section-1 h1, .p300-section-1 h2, .p300-section-1 h3, .p300-section-1 h4, .p300-section-1 h5, .p300-section-1 h6, .p300-section-2 h1, .p300-section-2 h2, .p300-section-2 h3, .p300-section-2 h4, .p300-section-2 h5, .p300-section-2 h6 {
  display: block;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px; }

.p300-section-1 .box-1 h1, .p300-section-1 .box-1 h2, .p300-section-1 .box-1 h3, .p300-section-1 .box-1 h4, .p300-section-1 .box-1 h5, .p300-section-1 .box-1 h6, .p300-section-1 .box-2 h1, .p300-section-1 .box-2 h2, .p300-section-1 .box-2 h3, .p300-section-1 .box-2 h4, .p300-section-1 .box-2 h5, .p300-section-1 .box-2 h6, .p300-section-1 .box-3 h1, .p300-section-1 .box-3 h2, .p300-section-1 .box-3 h3, .p300-section-1 .box-3 h4, .p300-section-1 .box-3 h5, .p300-section-1 .box-3 h6, .p300-section-1 .box-4 h1, .p300-section-1 .box-4 h2, .p300-section-1 .box-4 h3, .p300-section-1 .box-4 h4, .p300-section-1 .box-4 h5, .p300-section-1 .box-4 h6, .p300-section-1 .box-5 h1, .p300-section-1 .box-5 h2, .p300-section-1 .box-5 h3, .p300-section-1 .box-5 h4, .p300-section-1 .box-5 h5, .p300-section-1 .box-5 h6, .p300-section-1 .box-6 h1, .p300-section-1 .box-6 h2, .p300-section-1 .box-6 h3, .p300-section-1 .box-6 h4, .p300-section-1 .box-6 h5, .p300-section-1 .box-6 h6, .p300-section-1 .box-7 h1, .p300-section-1 .box-7 h2, .p300-section-1 .box-7 h3, .p300-section-1 .box-7 h4, .p300-section-1 .box-7 h5, .p300-section-1 .box-7 h6, .p300-section-2 .box-1 h1, .p300-section-2 .box-1 h2, .p300-section-2 .box-1 h3, .p300-section-2 .box-1 h4, .p300-section-2 .box-1 h5, .p300-section-2 .box-1 h6, .p300-section-2 .box-2 h1, .p300-section-2 .box-2 h2, .p300-section-2 .box-2 h3, .p300-section-2 .box-2 h4, .p300-section-2 .box-2 h5, .p300-section-2 .box-2 h6, .p300-section-2 .box-3 h1, .p300-section-2 .box-3 h2, .p300-section-2 .box-3 h3, .p300-section-2 .box-3 h4, .p300-section-2 .box-3 h5, .p300-section-2 .box-3 h6, .p300-section-2 .box-4 h1, .p300-section-2 .box-4 h2, .p300-section-2 .box-4 h3, .p300-section-2 .box-4 h4, .p300-section-2 .box-4 h5, .p300-section-2 .box-4 h6, .p300-section-2 .box-5 h1, .p300-section-2 .box-5 h2, .p300-section-2 .box-5 h3, .p300-section-2 .box-5 h4, .p300-section-2 .box-5 h5, .p300-section-2 .box-5 h6, .p300-section-2 .box-6 h1, .p300-section-2 .box-6 h2, .p300-section-2 .box-6 h3, .p300-section-2 .box-6 h4, .p300-section-2 .box-6 h5, .p300-section-2 .box-6 h6, .p300-section-2 .box-7 h1, .p300-section-2 .box-7 h2, .p300-section-2 .box-7 h3, .p300-section-2 .box-7 h4, .p300-section-2 .box-7 h5, .p300-section-2 .box-7 h6 {
  margin: 0; }

.p300-section-1 {
  padding-bottom: 50px;
  padding-top: 50px;
  background: #ffffff; }
  .p300-section-1 button {
    min-width: 160px;
    height: 40px;
    display: block;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto; }

@media (min-width: 768px) {
  .p300-section-1 {
    padding-bottom: 50px;
    padding-top: 50px; } }

@media (max-width: 767px) {
  .p300-section-1 {
    padding-bottom: 50px;
    padding-top: 50px; } }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 1 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### SECTION 2 SETTING START ################################# */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCTION START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCION STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p300-section-2 {
  padding-bottom: 50px;
  padding-top: 50px;
  background: #f5f5f6; }
  .p300-section-2 button {
    min-width: 160px;
    height: 40px;
    display: block;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 2 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### AUTHOR : PAGE Interactive ################################# */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### MAIN SETTING START ###################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### MAIN SETTING STOP ######################################## */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### SECTION 1 SETTING START ################################# */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCTION START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCION STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p310-section-1 {
  padding-top: 55px;
  padding-bottom: 130px; }
  .p310-section-1 h1 {
    line-height: 60px;
    color: #373e4a;
    margin-top: 8px;
    display: block; }
  @media (min-width: 992px) {
    .p310-section-1 h1 {
      text-align: left; } }
  @media (max-width: 991px) {
    .p310-section-1 h1 {
      text-align: center; } }
  .p310-section-1 p {
    color: #797a7c;
    font-size: 20px;
    line-height: 36px;
    margin-top: 32px;
    display: block; }
  @media (min-width: 992px) {
    .p310-section-1 p {
      text-align: left; } }
  @media (max-width: 991px) {
    .p310-section-1 p {
      text-align: center; } }
  .p310-section-1 .img {
    position: relative;
    overflow: hidden;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: 200; }
  @media (min-width: 992px) {
    .p310-section-1 .img {
      width: 550px;
      height: 455px;
      margin-top: -50px; } }
  @media (max-width: 991px) {
    .p310-section-1 .img {
      width: 303px;
      height: 250px;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto; } }
  .p310-section-1 .p310-section-1_hexagon-1 {
    position: absolute;
    display: block;
    z-index: 100;
    background-image: linear-gradient(to top left, #ffdd00, #ee3869) !important;
    animation: p310-section-1_hexagon-1 8s infinite;
    -webkit-animation: p310-section-1_hexagon-1 8s infinite; }
  @media (min-width: 992px) {
    .p310-section-1 .p310-section-1_hexagon-1 {
      width: 378px;
      height: 394px;
      top: 100px;
      right: -85px; } }
  @media (max-width: 991px) {
    .p310-section-1 .p310-section-1_hexagon-1 {
      width: 208px;
      height: 217px;
      margin-top: -150px;
      right: 100px; } }

@keyframes p310-section-1_hexagon-1 {
  0% {
    transform: translateY(30px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(30px); } }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 1 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### SECTION 2 SETTING START ################################# */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCTION START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCION STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p310-section-2 {
  padding: 0; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 2 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p311-section-1 {
  padding-bottom: 190px;
  overflow: hidden; }
  .p311-section-1 .category {
    display: block;
    width: 100%;
    margin-left: 0;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    color: #797a7c;
    font-size: 14px;
    font-weight: 700; }
    .p311-section-1 .category:hover {
      text-decoration: none;
      color: #373e4a; }
  .p311-section-1 .description {
    font-size: 22px;
    line-height: 36px;
    color: #797a7c;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative; }
  .p311-section-1 .img {
    max-width: 652px;
    height: 549px;
    display: block;
    left: 0px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px; }
    .p311-section-1 .img div {
      background-position: left !important;
      background-repeat: no-repeat !important;
      width: 100%;
      height: 100%; }
  .p311-section-1 ol {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .p311-section-1 ol li {
      flex: 0 0 50%;
      max-width: 50%;
      padding-left: 45px;
      padding-right: 15px;
      margin-top: 12px;
      margin-bottom: 12px; }
      .p311-section-1 ol li:before {
        color: #ee3869; }
  .p311-section-1 .p300-content-1_hexagon-1 {
    width: 422px;
    height: 464px;
    z-index: 100;
    position: absolute;
    right: -80px;
    background-image: linear-gradient(to top left, #ffdd00, #ee3869) !important;
    animation: p300-content-1_hexagon-1 8s infinite;
    -webkit-animation: p300-content-1_hexagon-1 8s infinite; }

@keyframes p300-content-1_hexagon-1 {
  0% {
    transform: translateY(10px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(10px); } }
  @media (min-width: 992px) {
    .p311-section-1 .p300-content-1_hexagon-1 {
      margin-top: -120px; } }
  @media (max-width: 991px) {
    .p311-section-1 .p300-content-1_hexagon-1 {
      margin-top: 0px; } }
  .p311-section-1 .box-1 {
    max-width: 500px;
    z-index: 200;
    position: relative;
    margin-left: 50px; }
    .p311-section-1 .box-1 .info {
      display: block;
      width: 100%;
      text-align: left;
      font-size: 12px;
      line-height: 13.5px;
      color: #797a7c;
      padding-top: 10px;
      padding-bottom: 10px; }
      .p311-section-1 .box-1 .info span {
        color: #ee3869; }
    .p311-section-1 .box-1 .g-recaptcha {
      display: block;
      margin-top: 18px;
      margin-bottom: 36px; }
    .p311-section-1 .box-1 button {
      display: block;
      width: 100%;
      height: 40px; }
  @media (min-width: 992px) {
    .p311-section-1 .box-1 {
      display: block; } }
  @media (max-width: 991px) and (min-width: 550px) {
    .p311-section-1 .box-1 {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 549px) and (min-width: 351px) {
    .p311-section-1 .box-1 {
      max-width: 320px;
      margin-left: auto;
      margin-right: auto;
      padding: 10px; } }
  @media (max-width: 350px) and (min-width: 341px) {
    .p311-section-1 .box-1 {
      max-width: 350px;
      margin-left: -15px;
      margin-right: -15px;
      padding: 15px; } }
  @media (max-width: 340px) and (min-width: 330px) {
    .p311-section-1 .box-1 {
      max-width: 340px;
      margin-left: -15px;
      margin-right: -15px;
      padding: 15px; } }
  @media (max-width: 329px) {
    .p311-section-1 .box-1 {
      max-width: 320px;
      margin-left: -15px;
      margin-right: -15px;
      padding: 10px; } }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 1 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p320-section-1 {
  padding-top: 55px;
  padding-bottom: 130px; }
  .p320-section-1 h1 {
    line-height: 60px;
    color: #373e4a;
    margin-top: 8px;
    display: block; }
  @media (min-width: 992px) {
    .p320-section-1 h1 {
      text-align: left; } }
  @media (max-width: 991px) {
    .p320-section-1 h1 {
      text-align: center; } }
  .p320-section-1 p {
    color: #797a7c;
    font-size: 20px;
    line-height: 36px;
    margin-top: 32px;
    display: block; }
  @media (min-width: 992px) {
    .p320-section-1 p {
      text-align: left; } }
  @media (max-width: 991px) {
    .p320-section-1 p {
      text-align: center; } }
  .p320-section-1 .img {
    position: relative;
    overflow: hidden;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: 200; }
  @media (min-width: 992px) {
    .p320-section-1 .img {
      width: 550px;
      height: 455px;
      margin-top: -50px; } }
  @media (max-width: 991px) {
    .p320-section-1 .img {
      width: 303px;
      height: 250px;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto; } }
  .p320-section-1 .p320-section-1_hexagon-1 {
    position: absolute;
    display: block;
    z-index: 100;
    background-image: linear-gradient(to right, #3bbb9c, #00b1e5) !important;
    animation: p320-section-1_hexagon-1 8s infinite;
    -webkit-animation: p320-section-1_hexagon-1 8s infinite; }
  @media (min-width: 992px) {
    .p320-section-1 .p320-section-1_hexagon-1 {
      width: 378px;
      height: 394px;
      top: 100px;
      right: -85px; } }
  @media (max-width: 991px) {
    .p320-section-1 .p320-section-1_hexagon-1 {
      width: 208px;
      height: 217px;
      margin-top: -150px;
      right: 100px; } }

@keyframes p320-section-1_hexagon-1 {
  0% {
    transform: translateY(30px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(30px); } }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 1 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### SECTION 2 SETTING START ################################# */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCTION START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCION STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p320-section-2 {
  padding-bottom: 130px; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 2 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p330-section-1 {
  padding-top: 55px;
  padding-bottom: 130px; }
  .p330-section-1 h1 {
    line-height: 60px;
    color: #373e4a;
    margin-top: 8px;
    display: block; }
  @media (min-width: 992px) {
    .p330-section-1 h1 {
      text-align: left; } }
  @media (max-width: 991px) {
    .p330-section-1 h1 {
      text-align: center; } }
  .p330-section-1 p {
    color: #797a7c;
    font-size: 20px;
    line-height: 36px;
    margin-top: 32px;
    display: block; }
  @media (min-width: 992px) {
    .p330-section-1 p {
      text-align: left; } }
  @media (max-width: 991px) {
    .p330-section-1 p {
      text-align: center; } }
  .p330-section-1 .img {
    position: relative;
    overflow: hidden;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: 200; }
  @media (min-width: 992px) {
    .p330-section-1 .img {
      width: 550px;
      height: 455px;
      margin-top: -50px; } }
  @media (max-width: 991px) {
    .p330-section-1 .img {
      width: 303px;
      height: 250px;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto; } }
  .p330-section-1 .p330-section-1_hexagon-1 {
    position: absolute;
    display: block;
    z-index: 100;
    background-image: linear-gradient(to top right, #ee3869, #00b1e5) !important;
    animation: p330-section-1_hexagon-1 8s infinite;
    -webkit-animation: p330-section-1_hexagon-1 8s infinite; }
  @media (min-width: 992px) {
    .p330-section-1 .p330-section-1_hexagon-1 {
      width: 378px;
      height: 394px;
      top: 100px;
      right: -85px; } }
  @media (max-width: 991px) {
    .p330-section-1 .p330-section-1_hexagon-1 {
      width: 208px;
      height: 217px;
      margin-top: -150px;
      right: 100px; } }

@keyframes p330-section-1_hexagon-1 {
  0% {
    transform: translateY(30px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(30px); } }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 1 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### SECTION 2 SETTING START ################################# */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCTION START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCION STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p330-section-2 {
  padding-bottom: 130px; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 2 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p340-section-1 {
  padding-top: 55px;
  padding-bottom: 130px; }
  .p340-section-1 h1 {
    line-height: 60px;
    color: #373e4a;
    margin-top: 8px;
    display: block; }
  @media (min-width: 992px) {
    .p340-section-1 h1 {
      text-align: left; } }
  @media (max-width: 991px) {
    .p340-section-1 h1 {
      text-align: center; } }
  .p340-section-1 p {
    color: #797a7c;
    font-size: 20px;
    line-height: 36px;
    margin-top: 32px;
    display: block; }
  @media (min-width: 992px) {
    .p340-section-1 p {
      text-align: left; } }
  @media (max-width: 991px) {
    .p340-section-1 p {
      text-align: center; } }
  .p340-section-1 .img {
    position: relative;
    overflow: hidden;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: 200; }
  @media (min-width: 992px) {
    .p340-section-1 .img {
      width: 550px;
      height: 455px;
      margin-top: -50px; } }
  @media (max-width: 991px) {
    .p340-section-1 .img {
      width: 303px;
      height: 250px;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto; } }
  .p340-section-1 .p340-section-1_hexagon-1 {
    position: absolute;
    display: block;
    z-index: 100;
    background-image: linear-gradient(to top right, #ffdd00, #3bbb9c) !important;
    animation: p340-section-1_hexagon-1 8s infinite;
    -webkit-animation: p340-section-1_hexagon-1 8s infinite; }
  @media (min-width: 992px) {
    .p340-section-1 .p340-section-1_hexagon-1 {
      width: 378px;
      height: 394px;
      top: 100px;
      right: -85px; } }
  @media (max-width: 991px) {
    .p340-section-1 .p340-section-1_hexagon-1 {
      width: 208px;
      height: 217px;
      margin-top: -150px;
      right: 100px; } }

@keyframes p340-section-1_hexagon-1 {
  0% {
    transform: translateY(30px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(30px); } }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 1 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### SECTION 2 SETTING START ################################# */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCTION START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCION STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p340-section-2 {
  padding-bottom: 130px; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 2 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p350-section-1 {
  padding-top: 55px;
  padding-bottom: 130px; }
  .p350-section-1 h1 {
    line-height: 60px;
    margin-top: 8px;
    display: block; }
  @media (min-width: 992px) {
    .p350-section-1 h1 {
      text-align: left; } }
  @media (max-width: 991px) {
    .p350-section-1 h1 {
      text-align: center; } }
  .p350-section-1 p {
    color: #797a7c;
    font-size: 20px;
    line-height: 36px;
    margin-top: 32px;
    display: block; }
  @media (min-width: 992px) {
    .p350-section-1 p {
      text-align: left; } }
  @media (max-width: 991px) {
    .p350-section-1 p {
      text-align: center; } }
  .p350-section-1 .img {
    position: relative;
    overflow: hidden;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: 200; }
  @media (min-width: 992px) {
    .p350-section-1 .img {
      width: 550px;
      height: 455px;
      margin-top: -50px; } }
  @media (max-width: 991px) {
    .p350-section-1 .img {
      width: 303px;
      height: 250px;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto; } }
  .p350-section-1 .p350-section-1_hexagon-1 {
    position: absolute;
    display: block;
    z-index: 100;
    background-image: linear-gradient(to top right, #ffdd00, #3bbb9c) !important;
    animation: p350-section-1_hexagon-1 8s infinite;
    -webkit-animation: p350-section-1_hexagon-1 8s infinite; }
  @media (min-width: 992px) {
    .p350-section-1 .p350-section-1_hexagon-1 {
      width: 378px;
      height: 394px;
      top: 100px;
      right: -85px; } }
  @media (max-width: 991px) {
    .p350-section-1 .p350-section-1_hexagon-1 {
      width: 208px;
      height: 217px;
      margin-top: -150px;
      right: 100px; } }

@keyframes p350-section-1_hexagon-1 {
  0% {
    transform: translateY(30px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(30px); } }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 1 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### SECTION 2 SETTING START ################################# */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCTION START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCION STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p350-section-2 {
  padding-bottom: 130px; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 2 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p352-section-main {
  padding-top: 64px;
  padding-bottom: 0px; }
  .p352-section-main h3 {
    line-height: 36px;
    color: #ee3869;
    text-align: left; }

.p352-section-main:last-of-type {
  margin-bottom: 200px; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p352-section-2 {
  padding-bottom: 130px; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p400-section-1 {
  padding-bottom: 10rem; }
  .p400-section-1 .main-img {
    padding-top: 5rem;
    position: relative;
    z-index: 300; }
  @media (max-width: 767px) {
    .p400-section-1 .main-img {
      padding-top: 0rem; } }
  .p400-section-1 .hexagon-max {
    width: 422px;
    height: 464px;
    top: 7rem;
    right: -5rem;
    position: absolute; }
  .p400-section-1 .hexagon-medium {
    width: 211px;
    height: 232px;
    top: 39rem;
    left: 2rem;
    position: absolute; }
  @media (max-width: 767px) {
    .p400-section-1 .hexagon-medium {
      display: none; } }
  .p400-section-1 .hexagon-outline-medium {
    width: 228px;
    height: 251px;
    position: absolute;
    left: 0;
    top: -6rem; }
  @media (max-width: 767px) {
    .p400-section-1 .hexagon-outline-medium {
      display: none; } }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 1 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### SECTION 2 SETTING START ################################# */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCTION START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCION STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p400-section-2 {
  padding-top: 2rem !important;
  padding-bottom: 35rem !important;
  overflow: visible; }
  .p400-section-2 .img-fluid {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    display: block; }
  @media (max-width: 768px) {
    .p400-section-2 .img-fluid {
      top: auto !important;
      bottom: 0rem !important; } }

@media (max-width: 768px) {
  .p400-section-2 {
    padding-bottom: 15rem !important; } }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 2 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p410-section-1 {
  position: relative;
  padding-top: 220px;
  padding-bottom: 0px;
  margin-bottom: -120px;
  top: -120px; }
  .p410-section-1 .hexagon-medium {
    position: absolute;
    right: -240px;
    top: -333px; }
  @media (max-width: 992px) {
    .p410-section-1 .hexagon-medium {
      right: -20rem;
      top: -333px; } }
  .p410-section-1 .hexagon-outline-max {
    position: absolute;
    right: 40%;
    top: -120px; }
  @media (max-width: 992px) {
    .p410-section-1 .hexagon-outline-max {
      right: 10rem;
      top: -120px; } }
  .p410-section-1 .hexagon-outline-medium {
    position: absolute;
    right: 10%;
    top: 0px; }
  @media (max-width: 992px) {
    .p410-section-1 .hexagon-outline-medium {
      right: 10%;
      top: 50px; } }
  .p410-section-1 .hexagon-outline-small {
    right: 20%; }
  @media (max-width: 992px) {
    .p410-section-1 .hexagon-outline-small {
      right: 5rem; } }
  .p410-section-1 .gradient-linear {
    width: 255px;
    margin-top: 44px;
    margin-bottom: 39px;
    position: relative;
    z-index: 200; }
  .p410-section-1 cite {
    text-align: left;
    max-width: 800px;
    display: block; }
  .p410-section-1 p {
    text-align: left;
    max-width: 550px;
    display: block; }

@media (max-width: 992px) {
  .p410-section-1 {
    padding-top: 120px;
    top: 0;
    margin-bottom: 0; } }

/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### SECTION 2 SETTING START ################################# */
/* ############################################################################################## */
/* ############################################################################################## */
.p410-section-2 {
  position: relative;
  padding-top: 48px;
  padding-bottom: 0px;
  top: -120px; }
  .p410-section-2 .investors-1 {
    margin-top: 23rem;
    left: 5rem; }
  @media (max-width: 991px) {
    .p410-section-2 .investors-1 {
      margin-top: 3rem;
      left: 2rem; } }
  .p410-section-2 .investors-1-1 {
    margin-top: 15rem;
    right: 8rem; }
  @media (max-width: 991px) {
    .p410-section-2 .investors-1-1 {
      margin-top: 0rem;
      right: 1rem; } }
  .p410-section-2 .icon-logo-3 {
    margin-left: auto;
    margin-right: auto;
    z-index: 200;
    position: relative; }
  @media (min-width: 992px) {
    .p410-section-2 .icon-logo-3 {
      margin-top: 20rem; } }
  @media (max-width: 991px) {
    .p410-section-2 .icon-logo-3 {
      margin-top: 3rem; } }
  .p410-section-2 #investors-2 p:first-of-type {
    line-height: 27px;
    padding-bottom: 30px; }
  .p410-section-2 #investors-2 .col-xl-6 {
    padding-left: 30px;
    padding-right: 30px; }
  .p410-section-2 #investors-2 .col-xl-12 {
    padding-top: 120px; }
  .p410-section-2 #investors-2 .chart-1 {
    margin-bottom: 23px;
    margin-top: 23px; }
  .p410-section-2 .investors-2 {
    top: 120px;
    left: 30px; }
  .p410-section-2 .investors-2-2 {
    margin-top: 60px;
    right: 20px; }
  .p410-section-2 .investors-2-2-2 {
    margin-top: 10px;
    right: 15rem; }
  .p410-section-2 .list-icon {
    margin-top: 150px; }
    .p410-section-2 .list-icon p {
      padding-bottom: 0 !important; }
  @media (max-width: 767px) {
    .p410-section-2 .list-icon {
      margin-top: 50px; } }
  .p410-section-2 #investors-4 h3 {
    margin-top: 115px;
    margin-bottom: 53px; }
  .p410-section-2 #investors-4 .list-people {
    margin-left: auto;
    margin-right: auto; }
  .p410-section-2 #investors-4 .investors-4 {
    margin-left: 10rem;
    margin-top: 10rem; }
  @media (max-width: 767px) {
    .p410-section-2 #investors-4 .investors-4 {
      margin-left: -5rem;
      margin-top: 10rem; } }
  .p410-section-2 #investors-4 .investors-4-4 {
    right: -20px;
    margin-top: 15rem; }
  .p410-section-2 #investors-4 .investors-4-4-4 {
    right: 85px;
    margin-top: 7rem; }
  .p410-section-2 .carousel img {
    margin-top: 15px;
    margin-bottom: 15px; }
  @media (max-width: 575px) {
    .p410-section-2 .carousel img {
      margin-top: 15px;
      margin-bottom: 15px;
      margin-left: auto;
      margin-right: auto;
      display: block; } }

@media (max-width: 992px) {
  .p410-section-2 {
    top: 0; } }

.investor-relations-01 {
  overflow: hidden;
  position: relative; }
  .investor-relations-01 h6 {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0; }
  .investor-relations-01 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 42px;
    max-width: 140px; }

/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 2 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p420-section-1 {
  position: relative;
  padding-top: 220px;
  padding-bottom: 0px;
  margin-bottom: -120px;
  top: -120px; }
  .p420-section-1 .hexagon-medium {
    position: absolute;
    right: -240px;
    top: -333px; }
  @media (max-width: 992px) {
    .p420-section-1 .hexagon-medium {
      right: -20rem;
      top: -333px; } }
  .p420-section-1 .hexagon-outline-max {
    position: absolute;
    right: 40%;
    top: -120px; }
  @media (max-width: 992px) {
    .p420-section-1 .hexagon-outline-max {
      right: 10rem;
      top: -120px; } }
  .p420-section-1 .hexagon-outline-medium {
    position: absolute;
    right: 10%;
    top: 0px; }
  @media (max-width: 992px) {
    .p420-section-1 .hexagon-outline-medium {
      right: 10%;
      top: 50px; } }
  .p420-section-1 .hexagon-outline-small {
    right: 20%; }
  @media (max-width: 992px) {
    .p420-section-1 .hexagon-outline-small {
      right: 5rem; } }
  .p420-section-1 .gradient-linear {
    width: 255px;
    margin-top: 44px;
    margin-bottom: 39px;
    position: relative;
    z-index: 200; }
  .p420-section-1 cite {
    text-align: left;
    max-width: 800px;
    display: block; }

@media (max-width: 992px) {
  .p420-section-1 {
    padding-top: 120px;
    top: 0;
    margin-bottom: 0; } }

/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### SECTION 2 SETTING START ################################# */
/* ############################################################################################## */
/* ############################################################################################## */
.p420-section-2 {
  position: relative;
  padding-top: 48px;
  padding-bottom: 0px;
  top: -120px; }
  .p420-section-2 .investors-1 {
    margin-top: 23rem;
    left: 5rem; }
  @media (max-width: 991px) {
    .p420-section-2 .investors-1 {
      margin-top: 3rem;
      left: 2rem; } }
  .p420-section-2 .investors-1-1 {
    margin-top: 15rem;
    right: 8rem; }
  @media (max-width: 991px) {
    .p420-section-2 .investors-1-1 {
      margin-top: 0rem;
      right: 1rem; } }
  .p420-section-2 .icon-logo-3 {
    margin-left: auto;
    margin-right: auto;
    z-index: 200;
    position: relative; }
  @media (min-width: 992px) {
    .p420-section-2 .icon-logo-3 {
      margin-top: 20rem; } }
  @media (max-width: 991px) {
    .p420-section-2 .icon-logo-3 {
      margin-top: 3rem; } }
  .p420-section-2 #investors-2 p:first-of-type {
    line-height: 27px;
    padding-bottom: 30px; }
  .p420-section-2 #investors-2 .col-xl-6 {
    padding-left: 30px;
    padding-right: 30px; }
  .p420-section-2 #investors-2 .col-xl-12 {
    padding-top: 120px; }
  .p420-section-2 #investors-2 .chart-1 {
    margin-bottom: 23px;
    margin-top: 23px; }
  .p420-section-2 .investors-2 {
    top: 120px;
    left: 30px; }
  .p420-section-2 .investors-2-2 {
    margin-top: 60px;
    right: 20px; }
  .p420-section-2 .investors-2-2-2 {
    margin-top: 10px;
    right: 15rem; }
  .p420-section-2 .list-icon {
    margin-top: 150px; }
    .p420-section-2 .list-icon p {
      padding-bottom: 0 !important; }
  @media (max-width: 767px) {
    .p420-section-2 .list-icon {
      margin-top: 50px; } }
  .p420-section-2 #investors-4 h3 {
    margin-top: 115px;
    margin-bottom: 53px; }
  .p420-section-2 #investors-4 .list-people {
    margin-left: auto;
    margin-right: auto; }
  .p420-section-2 #investors-4 .investors-4 {
    margin-left: 10rem;
    margin-top: 10rem; }
  @media (max-width: 767px) {
    .p420-section-2 #investors-4 .investors-4 {
      margin-left: -5rem;
      margin-top: 10rem; } }
  .p420-section-2 #investors-4 .investors-4-4 {
    right: -20px;
    margin-top: 15rem; }
  .p420-section-2 #investors-4 .investors-4-4-4 {
    right: 85px;
    margin-top: 7rem; }
  .p420-section-2 .carousel img {
    margin-top: 15px;
    margin-bottom: 15px; }
  @media (max-width: 575px) {
    .p420-section-2 .carousel img {
      margin-top: 15px;
      margin-bottom: 15px;
      margin-left: auto;
      margin-right: auto;
      display: block; } }

@media (max-width: 992px) {
  .p420-section-2 {
    top: 0; } }

#investors-6 .box-contact {
  border: 1px solid #f5f5f6;
  position: relative;
  display: block;
  margin-top: 64px;
  margin-bottom: 64px;
  background-color: #f4f4f4; }

.investor-relations-01 {
  overflow: hidden;
  position: relative; }
  .investor-relations-01 h6 {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0; }
  .investor-relations-01 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 42px;
    max-width: 140px; }

.investor-relations-04 .icon-item {
  padding: 0 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .investor-relations-04 .icon-item .border-radius {
    display: flex;
    flex: 0 0 196px;
    padding: 30px;
    align-items: center;
    justify-content: center;
    width: 256px;
    height: 196px;
    border-radius: 100%;
    background-color: #a5d8cc;
    text-align: center;
    font-weight: 700;
    line-height: 1.25rem;
    margin-right: 20px;
    margin-bottom: 20px; }

.investor-relations-04 h3 {
  margin-top: 50px;
  margin-bottom: 50px; }

.investor-relations-05 .values {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0; }
  .investor-relations-05 .values .value {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px;
    background-color: #f4f4f4;
    margin-bottom: 20px; }
    .investor-relations-05 .values .value p {
      margin-bottom: 0; }

.investor-relations-05 h3 {
  margin-bottom: 53px; }

.investor-relations-07 {
  background-color: #f4f4f4; }
  .investor-relations-07 .values .value {
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 15px;
    line-height: 24px; }
    .investor-relations-07 .values .value::before {
      content: "";
      background: url(./../img/icon/other/other-quotation-1.svg) no-repeat center;
      background-size: 36px 36px;
      width: 36px;
      height: 36px;
      position: absolute;
      display: block;
      margin-left: -70px; }
    .investor-relations-07 .values .value::after {
      content: "";
      background: url(./../img/icon/other/other-quotation-1.svg) no-repeat center;
      background-size: 36px 36px;
      width: 36px;
      height: 36px;
      position: absolute;
      display: block;
      right: 0;
      margin-left: 40px;
      margin-top: -40px; }
    .investor-relations-07 .values .value p {
      font-size: 1.25rem;
      line-height: 1.75rem;
      font-weight: 600; }
    .investor-relations-07 .values .value .signature {
      display: block; }

.investor-relations-08 {
  overflow: hidden;
  position: relative; }
  .investor-relations-08 a {
    color: #373e4a; }
  .investor-relations-08 .values {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0; }
    .investor-relations-08 .values:nth-child(2n) .value {
      background-color: #DAD6DA !important; }
    .investor-relations-08 .values .value {
      width: 100%;
      align-items: center;
      display: flex;
      justify-content: center;
      padding: 40px;
      background-color: rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;
      height: 200px; }

/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 2 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p430-section {
  background-color: #ffffff;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  position: relative;
  display: block;
  padding-bottom: 280px; }

.gray-bg {
  background-color: #f5f5f6; }

@media only screen and (max-width: 763px) {
  .p430-section {
    background-color: #ffffff;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: contain !important;
    position: relative;
    display: block;
    padding-top: 200px;
    padding-bottom: 100px; }
  h1 {
    font-size: 36px; } }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p500-section-1 {
  padding-top: 50px;
  padding-bottom: 150px; }
  .p500-section-1 h3 span {
    color: #ee3869;
    font-size: 48px; }
  .p500-section-1 p {
    color: #797a7c;
    line-height: 27px; }
  .p500-section-1 .hero-section-1_icon-services {
    margin-bottom: 50px; }
  .p500-section-1 .hexagon-default {
    z-index: 100;
    position: absolute; }
  @media (min-width: 768px) {
    .p500-section-1 .hexagon-default {
      right: -200px;
      top: 100px; } }
  @media (max-width: 767px) {
    .p500-section-1 .hexagon-default {
      right: -100px;
      top: 250px; } }
  .p500-section-1 .img {
    width: 100%;
    height: 385px;
    z-index: 300;
    overflow: hidden;
    position: relative; }
    .p500-section-1 .img div {
      width: 100%;
      height: 100%;
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      position: relative; }

@media (max-width: 991px) {
  .p500-section-1 {
    padding-top: 50px; } }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 1 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### SECTION 2 SETTING START ################################# */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ VARIABLES STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCTION START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FUNCION STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p500-section-2 {
  padding-bottom: 140px; }
  .p500-section-2 .box p {
    max-width: 300px;
    color: #797a7c;
    padding-top: 12px;
    padding-bottom: 24px; }

@media (max-width: 991px) {
  .p500-section-2 .box strong {
    text-align: center !important;
    display: block; }
  .p500-section-2 .box p {
    text-align: center !important;
    display: block;
    position: relative;
    max-width: 100%; } }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ############################################################################################## */
/* ############################################################################################## */
/* ################################### SECTION 2 SETTING STOP ################################### */
/* ############################################################################################## */
/* ############################################################################################## */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLASS START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.p520-section-1 {
  padding-bottom: 0rem; }
  .p520-section-1 p {
    font-size: 22px; }
  .p520-section-1 .main-img {
    padding-top: 1rem;
    position: relative;
    z-index: 300; }
  @media (max-width: 767px) {
    .p520-section-1 .main-img {
      padding-top: 0rem; } }
  .p520-section-1 .hexagon-max {
    width: 422px;
    height: 464px;
    top: 7rem;
    right: -10rem;
    z-index: 100;
    position: absolute; }
  .p520-section-1 .hexagon-medium {
    width: 211px;
    height: 232px;
    top: 39rem;
    left: 2rem;
    position: absolute; }
  @media (max-width: 767px) {
    .p520-section-1 .hexagon-medium {
      display: none; } }
  .p520-section-1 .hexagon-outline-max {
    width: 228px;
    height: 251px;
    position: absolute;
    left: 4rem;
    top: -2rem; }
  @media (max-width: 767px) {
    .p520-section-1 .hexagon-outline-max {
      display: none; } }
  .p520-section-1 .hexagon-outline-medium {
    width: 114px;
    height: 125px;
    position: absolute;
    right: 10rem;
    top: 3rem;
    z-index: 50; }
  @media (max-width: 767px) {
    .p520-section-1 .hexagon-outline-medium {
      display: none; } }
  .p520-section-1 .hexagon-outline-small {
    right: 20rem;
    top: 3rem;
    position: absolute; }
  @media (max-width: 767px) {
    .p520-section-1 .hexagon-outline-small {
      display: none; } }

.p520-section-2 h4 {
  padding-top: 35px; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CLSSS STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ COMPONENT IMPORT STOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
