/*-----------------------------------------------------------------
[Legal Notice]

Copyright (c) Miradontsoa
Website Template by miradontsoa
http://highhay.com
http://miradontsoa.com
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]
/** CSS Reference
    0. Base Style
  1. Components
    1.1 form, button, input
    1.2 Layout
    1.3 Grid / list / slider / gallery
    1.4 Menu / menu-header / nav
    1.5 . Additional UI
  2. Page Header / .page-header
  3. Page Footer / .page-footer
  4. Pages / .page-main
  5. Sections / .section
    5.1 Default layout / .section
    5.2 Home screen / .section-home
  6. Helper classes / Responsiveness
    6.1 Helper classes
    6.2 Responsiveness

  Sample hooks to altering this css file can be found in "style-colorX.css" file

**/
/*----------
[Colors]
    text color : #FFFFFF, #FFF
  primary : #D1335B
  secondary : #3f4b62
  black : #1d1d1d
  white : #ffffff
  blue : #037FD5
[Typography]
  font-family :
  -  sans-serif Segoe UI / Roboto / Open sans / Helvetica with fallback to system-ui fonts
*/
.text-black {
  color: #1d1d1d !important; }

.text-primary {
  color: #D1335B !important; }

.text-secondary {
  color: #3f4b62 !important; }

.text-white {
  color: #ffffff !important; }

.text-black {
  color: #1d1d1d !important; }

/* 0. Base style */
/* 0.1 Initializer */
/* 0.0 Tag/Classes Initailization */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

body {
  font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  background-color: #ffffff;
  color: #1d1d1d;
  margin: 0;
  padding: 0; }

ul, li {
  list-style: none outside none;
  margin: 0; }

iframe {
  border: none; }

ul, li {
  list-style: none outside none;
  margin: 0; }

a {
  color: #D1335B;
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
  font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif; }

h3, h4,
.h3, .h4 {
  font-weight: normal; }

p {
  font-size: 1rem; }
@media (min-width: 601px) {
  p {
    font-size: 1rem; } }
@media (min-width: 1400px) {
  p {
    font-size: 1rem; } }

/* 1 Components */
/* 1.1 form, button, input */
.btn {
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  min-height: 46px;
  line-height: 1.2; }
.btn.no-border {
  border: none; }

.btn-sm {
  padding: 0.25rem 0.75rem;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.5;
  min-height: 30px; }

.btn-round {
  border-radius: 10rem; }

.btn-rect {
  border-radius: 0; }

.btn {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #D1335B; }
.btn.active, .btn:active {
  color: #ffffff;
  background-color: #8e233e; }
.btn:hover, .btn:focus {
  color: #ffffff;
  background-color: #8e233e;
  border-color: #8e233e; }
.btn.disabled, .btn:disabled {
  color: #ffffff;
  opacity: 0.7;
  background-color: #8e233e; }

.btn-full {
  width: 100%; }

.btn-primary {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #D1335B; }
.btn-primary.active, .btn-primary:active {
  color: #ffffff;
  background-color: #8e233e; }
.btn-primary:hover, .btn-primary:focus {
  color: #ffffff;
  background-color: #8e233e;
  border-color: #8e233e; }
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  opacity: 0.7;
  background-color: #8e233e; }

.btn-secondary {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #3f4b62; }
.btn-secondary.active, .btn-secondary:active {
  color: #ffffff;
  background-color: #2b3343; }
.btn-secondary:hover, .btn-secondary:focus {
  color: #ffffff;
  background-color: #2b3343;
  border-color: #2b3343; }
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  opacity: 0.7;
  background-color: #2b3343; }

.btn-white {
  color: #D1335B;
  border: 1px solid transparent;
  background-color: #ffffff; }
.btn-white.active, .btn-white:active {
  color: #D1335B;
  background-color: #d6d6d6; }
.btn-white:hover, .btn-white:focus {
  color: #D1335B;
  background-color: #d6d6d6;
  border-color: #d6d6d6; }
.btn-white.disabled, .btn-white:disabled {
  color: #D1335B;
  opacity: 0.7;
  background-color: #d6d6d6; }

.btn-black {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #1d1d1d; }
.btn-black.active, .btn-black:active {
  color: #ffffff;
  background-color: #141414; }
.btn-black:hover, .btn-black:focus {
  color: #ffffff;
  background-color: #141414;
  border-color: #141414; }
.btn-black.disabled, .btn-black:disabled {
  color: #ffffff;
  opacity: 0.7;
  background-color: #141414; }

.btn-outline-primary {
  color: #D1335B;
  border: 2px solid #D1335B;
  transition: 0.3s;
  background: none;
  line-height: 1; }
.btn-outline-primary.active, .btn-outline-primary:active {
  color: #8e233e;
  border-color: #8e233e;
  background-color: transparent; }
.btn-outline-primary:hover, .btn-outline-primary:focus {
  color: #8e233e;
  border-color: #8e233e;
  background-color: transparent; }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #D1335B;
  opacity: 0.7;
  background-color: transparent; }

.btn-outline-secondary {
  color: #3f4b62;
  border: 2px solid #3f4b62;
  transition: 0.3s;
  background: none;
  line-height: 1; }
.btn-outline-secondary.active, .btn-outline-secondary:active {
  color: #2b3343;
  border-color: #2b3343;
  background-color: transparent; }
.btn-outline-secondary:hover, .btn-outline-secondary:focus {
  color: #2b3343;
  border-color: #2b3343;
  background-color: transparent; }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #3f4b62;
  opacity: 0.7;
  background-color: transparent; }

.btn-outline-white {
  color: #ffffff;
  border: 2px solid #ffffff;
  transition: 0.3s;
  background: none;
  line-height: 1; }
.btn-outline-white.active, .btn-outline-white:active {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  background-color: transparent; }
.btn-outline-white:hover, .btn-outline-white:focus {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  background-color: transparent; }
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #ffffff;
  opacity: 0.7;
  background-color: transparent; }
.btn-outline-white:hover, .btn-outline-white:focus {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }

.btn-outline-black {
  color: #1d1d1d;
  border: 2px solid #1d1d1d;
  transition: 0.3s;
  background: none;
  line-height: 1; }
.btn-outline-black.active, .btn-outline-black:active {
  color: #141414;
  border-color: #141414;
  background-color: transparent; }
.btn-outline-black:hover, .btn-outline-black:focus {
  color: #141414;
  border-color: #141414;
  background-color: transparent; }
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #1d1d1d;
  opacity: 0.7;
  background-color: transparent; }

.btn-material-primary {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: transparent;
  transition: 0.2s; }
.btn-material-primary:not([href]):not([tabindex]) {
  color: #ffffff; }
.btn-material-primary.active, .btn-material-primary:active {
  color: #ffffff;
  background-color: #8e233e; }
.btn-material-primary:hover, .btn-material-primary:focus {
  color: #ffffff;
  background-color: #8e233e;
  border-color: #8e233e;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
.btn-material-primary.disabled, .btn-material-primary:disabled {
  color: #ffffff;
  opacity: 0.7;
  background-color: #8e233e; }

.btn-material-secondary {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: transparent;
  transition: 0.2s; }
.btn-material-secondary:not([href]):not([tabindex]) {
  color: #ffffff; }
.btn-material-secondary.active, .btn-material-secondary:active {
  color: #ffffff;
  background-color: #2b3343; }
.btn-material-secondary:hover, .btn-material-secondary:focus {
  color: #ffffff;
  background-color: #2b3343;
  border-color: #2b3343;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
.btn-material-secondary.disabled, .btn-material-secondary:disabled {
  color: #ffffff;
  opacity: 0.7;
  background-color: #2b3343; }

.btn-material-white {
  color: #ffffff;
  border: 1px solid #D1335B;
  background-color: #D1335B;
  transition: 0.2s; }
.btn-material-white:not([href]):not([tabindex]) {
  color: #ffffff; }
.btn-material-white.active, .btn-material-white:active {
  color: #ffffff;
  background-color: #8e233e; }
.btn-material-white:hover, .btn-material-white:focus {
  color: #ffffff;
  background-color: #8e233e;
  border-color: #8e233e;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
.btn-material-white.disabled, .btn-material-white:disabled {
  color: #ffffff;
  opacity: 0.7;
  background-color: #8e233e; }

.btn-material-black {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: transparent;
  transition: 0.2s; }
.btn-material-black:not([href]):not([tabindex]) {
  color: #ffffff; }
.btn-material-black.active, .btn-material-black:active {
  color: #ffffff;
  background-color: #141414; }
.btn-material-black:hover, .btn-material-black:focus {
  color: #ffffff;
  background-color: #141414;
  border-color: #141414;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
.btn-material-black.disabled, .btn-material-black:disabled {
  color: #ffffff;
  opacity: 0.7;
  background-color: #141414; }

.btn-circicon-outline {
  color: #D1335B;
  border: 1px solid currentColor;
  background: none;
  padding-right: 3.25rem;
  position: relative;
  overflow: hidden;
  transition: 0.2s; }
.btn-circicon-outline .icon {
  background: #D1335B;
  vertical-align: middle;
  color: #ffffff;
  border-radius: 100px;
  position: absolute;
  left: auto;
  right: 0.65rem;
  top: 0.50rem;
  height: 1.75rem;
  width: 1.75rem;
  padding-top: 0.05rem;
  transition: 0.2s; }
.btn-circicon-outline .icon .fa,
.btn-circicon-outline .icon .ion,
.btn-circicon-outline .icon .icon {
  font-size: 1.5rem;
  line-height: 1;
  position: relative; }
.btn-circicon-outline .text {
  display: inline-block; }
.btn-circicon-outline.active, .btn-circicon-outline:active, .btn-circicon-outline:hover {
  color: #D1335B;
  background: rgba(209, 51, 91, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
.btn-circicon-outline.active .icon, .btn-circicon-outline:active .icon, .btn-circicon-outline:hover .icon {
  color: #ffffff;
  transform: rotate(360deg); }
.btn-circicon-outline.disabled, .btn-circicon-outline:disabled {
  color: #ffffff;
  opacity: 0.7;
  background-color: #D1335B; }
.btn-circicon-outline.icon-left {
  padding-left: 3.25rem;
  padding-right: 1.5rem; }
.btn-circicon-outline.icon-left .icon {
  right: auto;
  left: 0.65rem; }
.btn-circicon-outline.btn-sm {
  padding-right: 2rem; }
.btn-circicon-outline.btn-sm .icon {
  height: 1.25rem;
  width: 1.25rem;
  top: 0.25rem;
  right: 0.25rem;
  padding-top: 0rem; }
.btn-circicon-outline.btn-sm .icon .fa,
.btn-circicon-outline.btn-sm .icon .ion,
.btn-circicon-outline.btn-sm .icon .icon {
  font-size: 1rem;
  line-height: 1;
  position: relative;
  margin-top: 0.12rem;
  display: block; }
.btn-circicon-outline.btn-sm.icon-left {
  padding-right: 0.75rem;
  padding-left: 2rem; }
.btn-circicon-outline.btn-sm.icon-left .icon {
  right: auto;
  left: 0.25rem; }

.btn-circicon-outline.btn-primary {
  color: #D1335B; }
.btn-circicon-outline.btn-primary .icon {
  background: #D1335B;
  color: #ffffff; }
.btn-circicon-outline.btn-primary.active, .btn-circicon-outline.btn-primary:active, .btn-circicon-outline.btn-primary:hover {
  color: #D1335B;
  background: rgba(176, 43, 76, 0.2); }
.btn-circicon-outline.btn-primary.active .icon, .btn-circicon-outline.btn-primary:active .icon, .btn-circicon-outline.btn-primary:hover .icon {
  color: #ffffff; }
.btn-circicon-outline.btn-primary.disabled, .btn-circicon-outline.btn-primary:disabled {
  color: #ffffff;
  background-color: #D1335B; }

.btn-circicon-outline.btn-secondary {
  color: #3f4b62; }
.btn-circicon-outline.btn-secondary .icon {
  background: #3f4b62;
  color: #ffffff; }
.btn-circicon-outline.btn-secondary.active, .btn-circicon-outline.btn-secondary:active, .btn-circicon-outline.btn-secondary:hover {
  color: #3f4b62;
  background: rgba(53, 63, 82, 0.2); }
.btn-circicon-outline.btn-secondary.active .icon, .btn-circicon-outline.btn-secondary:active .icon, .btn-circicon-outline.btn-secondary:hover .icon {
  color: #ffffff; }
.btn-circicon-outline.btn-secondary.disabled, .btn-circicon-outline.btn-secondary:disabled {
  color: #ffffff;
  background-color: #3f4b62; }

.btn-circicon-outline.btn-white {
  color: #ffffff; }
.btn-circicon-outline.btn-white .icon {
  background: #ffffff;
  color: #D1335B; }
.btn-circicon-outline.btn-white.active, .btn-circicon-outline.btn-white:active, .btn-circicon-outline.btn-white:hover {
  color: #ffffff;
  background: rgba(176, 43, 76, 0.2); }
.btn-circicon-outline.btn-white.active .icon, .btn-circicon-outline.btn-white:active .icon, .btn-circicon-outline.btn-white:hover .icon {
  color: #D1335B; }
.btn-circicon-outline.btn-white.disabled, .btn-circicon-outline.btn-white:disabled {
  color: #ffffff;
  background-color: #ffffff; }

.btn-circicon-outline.btn-black {
  color: #1d1d1d; }
.btn-circicon-outline.btn-black .icon {
  background: #1d1d1d;
  color: #ffffff; }
.btn-circicon-outline.btn-black.active, .btn-circicon-outline.btn-black:active, .btn-circicon-outline.btn-black:hover {
  color: #1d1d1d;
  background: rgba(24, 24, 24, 0.2); }
.btn-circicon-outline.btn-black.active .icon, .btn-circicon-outline.btn-black:active .icon, .btn-circicon-outline.btn-black:hover .icon {
  color: #ffffff; }
.btn-circicon-outline.btn-black.disabled, .btn-circicon-outline.btn-black:disabled {
  color: #ffffff;
  background-color: #1d1d1d; }

.btn-transp-icon {
  color: #ffffff;
  border: none;
  background-color: transparent;
  padding-right: 3rem;
  padding-left: 1.5rem;
  position: relative;
  overflow: hidden;
  transition: 0.2s; }
.btn-transp-icon .icon {
  text-align: left;
  vertical-align: middle;
  color: #ffffff;
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  height: auto;
  width: 2.5rem;
  padding-top: 0;
  transform: translateY(-50%);
  line-height: 1; }
.btn-transp-icon .icon .fa,
.btn-transp-icon .icon .ion,
.btn-transp-icon .icon .icon {
  font-size: 1.5rem;
  line-height: 1;
  position: relative; }
.btn-transp-icon .text {
  display: inline-block; }
.btn-transp-icon.active, .btn-transp-icon:active, .btn-transp-icon:hover {
  color: #ffffff;
  background: rgba(176, 43, 76, 0.25);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  transition: 0.3s; }
.btn-transp-icon.disabled, .btn-transp-icon:disabled {
  color: #ffffff;
  opacity: 0.7;
  background-color: #D1335B; }
.btn-transp-icon.btn-outline {
  border: 1px solid currentColor; }
.btn-transp-icon.icon-left {
  padding-left: 3rem;
  padding-right: 1.5rem; }
.btn-transp-icon.icon-left .icon {
  text-align: right;
  right: auto;
  left: 0; }
.btn-transp-icon.icon-only {
  padding: 0.75rem 0;
  height: 44px;
  width: 48px; }
.btn-transp-icon.icon-only .icon {
  text-align: center;
  width: 100%; }
.btn-transp-icon.icon-only.btn:hover .icon {
  color: #D1335B; }

.btn-transp-icon.btn-primary {
  color: #D1335B; }
.btn-transp-icon.btn-primary .icon {
  color: #D1335B; }
.btn-transp-icon.btn-primary.active, .btn-transp-icon.btn-primary:active, .btn-transp-icon.btn-primary:hover {
  color: inherit;
  background: rgba(209, 51, 91, 0.25); }
.btn-transp-icon.btn-primary.active .icon, .btn-transp-icon.btn-primary:active .icon, .btn-transp-icon.btn-primary:hover .icon {
  color: #ffffff; }
.btn-transp-icon.btn-primary.disabled, .btn-transp-icon.btn-primary:disabled {
  color: #ffffff;
  background-color: #D1335B; }
.btn-transp-icon.btn-primary.icon-only:hover .icon {
  color: #ffffff; }

.btn-transp-icon.btn-secondary {
  color: #3f4b62; }
.btn-transp-icon.btn-secondary .icon {
  color: #3f4b62; }
.btn-transp-icon.btn-secondary.active, .btn-transp-icon.btn-secondary:active, .btn-transp-icon.btn-secondary:hover {
  color: inherit;
  background: rgba(63, 75, 98, 0.25); }
.btn-transp-icon.btn-secondary.active .icon, .btn-transp-icon.btn-secondary:active .icon, .btn-transp-icon.btn-secondary:hover .icon {
  color: #ffffff; }
.btn-transp-icon.btn-secondary.disabled, .btn-transp-icon.btn-secondary:disabled {
  color: #ffffff;
  background-color: #3f4b62; }
.btn-transp-icon.btn-secondary.icon-only:hover .icon {
  color: #ffffff; }

.btn-transp-icon.btn-white {
  color: #ffffff; }
.btn-transp-icon.btn-white .icon {
  color: #ffffff; }
.btn-transp-icon.btn-white.active, .btn-transp-icon.btn-white:active, .btn-transp-icon.btn-white:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.25); }
.btn-transp-icon.btn-white.active .icon, .btn-transp-icon.btn-white:active .icon, .btn-transp-icon.btn-white:hover .icon {
  color: #ffffff; }
.btn-transp-icon.btn-white.disabled, .btn-transp-icon.btn-white:disabled {
  color: #ffffff;
  background-color: #ffffff; }
.btn-transp-icon.btn-white.icon-only:hover .icon {
  color: #ffffff; }

.btn-transp-icon.btn-black {
  color: #1d1d1d; }
.btn-transp-icon.btn-black .icon {
  color: #1d1d1d; }
.btn-transp-icon.btn-black.active, .btn-transp-icon.btn-black:active, .btn-transp-icon.btn-black:hover {
  color: inherit;
  background: rgba(29, 29, 29, 0.25); }
.btn-transp-icon.btn-black.active .icon, .btn-transp-icon.btn-black:active .icon, .btn-transp-icon.btn-black:hover .icon {
  color: #ffffff; }
.btn-transp-icon.btn-black.disabled, .btn-transp-icon.btn-black:disabled {
  color: #ffffff;
  background-color: #1d1d1d; }
.btn-transp-icon.btn-black.icon-only:hover .icon {
  color: #ffffff; }

.btn-transp-arrow {
  color: #ffffff;
  border: none;
  background-color: transparent;
  padding-right: 3rem;
  padding-left: 1.5rem;
  position: relative;
  overflow: hidden;
  transition: 0.2s; }
.btn-transp-arrow:focus {
  box-shadow: none; }
.btn-transp-arrow .icon {
  color: #D1335B;
  position: absolute;
  left: auto;
  right: 1rem;
  top: 1rem;
  transition: 0.2s; }
.btn-transp-arrow .icon .fa,
.btn-transp-arrow .icon .ion,
.btn-transp-arrow .icon .icon {
  font-size: 1.5rem;
  line-height: 1;
  position: relative; }
.btn-transp-arrow .arrow-right {
  width: 24px;
  height: 16px; }
.btn-transp-arrow .arrow-right:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: 0.2s; }
.btn-transp-arrow .arrow-right:after {
  content: "";
  top: 5px;
  right: 1px;
  position: absolute;
  width: 16px;
  height: 2px;
  border-top: 2px solid #ffffff;
  transition: 0.2s; }
.btn-transp-arrow .arrow-left {
  width: 24px;
  height: 16px; }
.btn-transp-arrow .arrow-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: 0.2s; }
.btn-transp-arrow .arrow-left:after {
  content: "";
  top: 5px;
  left: 1px;
  position: absolute;
  width: 16px;
  height: 2px;
  border-top: 2px solid #ffffff;
  transition: 0.2s; }
.btn-transp-arrow .text {
  display: inline-block;
  position: relative;
  transition: 0.2s; }
.btn-transp-arrow.active, .btn-transp-arrow:active, .btn-transp-arrow:hover {
  color: #ffffff;
  background: #b02b4c;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
.btn-transp-arrow.active .icon, .btn-transp-arrow:active .icon, .btn-transp-arrow:hover .icon {
  right: 0.75rem; }
.btn-transp-arrow.active .text, .btn-transp-arrow:active .text, .btn-transp-arrow:hover .text {
  transform: translateX(-8px); }
.btn-transp-arrow.active .arrow-right:after, .btn-transp-arrow:active .arrow-right:after, .btn-transp-arrow:hover .arrow-right:after {
  content: "";
  width: 28px; }
.btn-transp-arrow.active .arrow-left:after, .btn-transp-arrow:active .arrow-left:after, .btn-transp-arrow:hover .arrow-left:after {
  content: "";
  width: 26px; }
.btn-transp-arrow.active.icon-left .icon, .btn-transp-arrow:active.icon-left .icon, .btn-transp-arrow:hover.icon-left .icon {
  right: auto;
  left: 0.75rem; }
.btn-transp-arrow.active.icon-left .text, .btn-transp-arrow:active.icon-left .text, .btn-transp-arrow:hover.icon-left .text {
  transform: translateX(8px); }
.btn-transp-arrow.disabled, .btn-transp-arrow:disabled {
  color: #ffffff;
  opacity: 0.7;
  background-color: #D1335B; }
.btn-transp-arrow.btn-outline {
  border: 2px solid currentColor;
  padding-top: 0.65rem; }
.btn-transp-arrow.btn-outline .icon {
  top: 0.9rem; }
.btn-transp-arrow.icon-left {
  padding-left: 3rem;
  padding-right: 1.5rem; }
.btn-transp-arrow.icon-left .icon {
  right: auto;
  left: 1rem; }
.btn-transp-arrow.icon-only {
  padding: 0.75rem 1.5rem;
  height: 44px;
  width: 48px; }

.btn-transp-arrow.btn-primary {
  color: inherit;
  background-color: transparent; }
.btn-transp-arrow.btn-primary .icon {
  color: inherit; }
.btn-transp-arrow.btn-primary .arrow-right:before {
  border-top-color: inherit;
  border-right-color: inherit; }
.btn-transp-arrow.btn-primary .arrow-right:after {
  border-top-color: inherit; }
.btn-transp-arrow.btn-primary .arrow-left:before {
  border-bottom-color: inherit;
  border-left-color: inherit; }
.btn-transp-arrow.btn-primary .arrow-left:after {
  border-top-color: inherit; }
.btn-transp-arrow.btn-primary.active, .btn-transp-arrow.btn-primary:active, .btn-transp-arrow.btn-primary:hover {
  color: #ffffff;
  background: #b02b4c; }
.btn-transp-arrow.btn-primary.disabled, .btn-transp-arrow.btn-primary:disabled {
  color: #ffffff;
  background-color: #D1335B; }

.btn-transp-arrow.btn-secondary {
  color: inherit;
  background-color: transparent; }
.btn-transp-arrow.btn-secondary .icon {
  color: inherit; }
.btn-transp-arrow.btn-secondary .arrow-right:before {
  border-top-color: inherit;
  border-right-color: inherit; }
.btn-transp-arrow.btn-secondary .arrow-right:after {
  border-top-color: inherit; }
.btn-transp-arrow.btn-secondary .arrow-left:before {
  border-bottom-color: inherit;
  border-left-color: inherit; }
.btn-transp-arrow.btn-secondary .arrow-left:after {
  border-top-color: inherit; }
.btn-transp-arrow.btn-secondary.active, .btn-transp-arrow.btn-secondary:active, .btn-transp-arrow.btn-secondary:hover {
  color: #ffffff;
  background: #353f52; }
.btn-transp-arrow.btn-secondary.disabled, .btn-transp-arrow.btn-secondary:disabled {
  color: #ffffff;
  background-color: #3f4b62; }

.btn-transp-arrow.btn-white {
  color: #ffffff;
  background-color: #D1335B; }
.btn-transp-arrow.btn-white .icon {
  color: inherit; }
.btn-transp-arrow.btn-white .arrow-right:before {
  border-top-color: #ffffff;
  border-right-color: #ffffff; }
.btn-transp-arrow.btn-white .arrow-right:after {
  border-top-color: #ffffff; }
.btn-transp-arrow.btn-white .arrow-left:before {
  border-bottom-color: #ffffff;
  border-left-color: #ffffff; }
.btn-transp-arrow.btn-white .arrow-left:after {
  border-top-color: #ffffff; }
.btn-transp-arrow.btn-white.active, .btn-transp-arrow.btn-white:active, .btn-transp-arrow.btn-white:hover {
  color: #ffffff;
  background: #1d1d1d; }
.btn-transp-arrow.btn-white.disabled, .btn-transp-arrow.btn-white:disabled {
  color: #ffffff;
  background-color: #1d1d1d; }

.btn-transp-arrow.btn-black {
  color: inherit;
  background-color: transparent; }
.btn-transp-arrow.btn-black .icon {
  color: inherit; }
.btn-transp-arrow.btn-black .arrow-right:before {
  border-top-color: inherit;
  border-right-color: inherit; }
.btn-transp-arrow.btn-black .arrow-right:after {
  border-top-color: inherit; }
.btn-transp-arrow.btn-black .arrow-left:before {
  border-bottom-color: inherit;
  border-left-color: inherit; }
.btn-transp-arrow.btn-black .arrow-left:after {
  border-top-color: inherit; }
.btn-transp-arrow.btn-black.active, .btn-transp-arrow.btn-black:active, .btn-transp-arrow.btn-black:hover {
  color: #ffffff;
  background: #181818; }
.btn-transp-arrow.btn-black.disabled, .btn-transp-arrow.btn-black:disabled {
  color: #ffffff;
  background-color: #1d1d1d; }

.icon-btn {
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
  transition: 0.3s;
  color: #ffffff; }
.icon-btn .icon {
  font-size: 32px; }
.icon-btn:hover {
  color: rgba(255, 255, 255, 0.5); }

.form-container-transparent {
  background: none;
  border-radius: 8px; }
@media (min-width: 768px) {
  .form-container-transparent {
    padding: 1rem 2rem; } }
.form-container-transparent.shadow {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15); }
.form-container-transparent .avatar {
  margin: 32px auto;
  display: block;
  width: 136px;
  height: 136px;
  border-radius: 400px;
  border: 8px solid #D1335B;
  position: relative; }
.form-container-transparent .avatar .img-box {
  overflow: hidden;
  border-radius: 400px; }
.form-container-transparent .avatar img {
  z-index: 1;
  position: relative;
  width: 100%;
  height: auto; }
.form-container-transparent .avatar:before {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 400px;
  top: -16px;
  left: -16px;
  width: 152px;
  height: 152px;
  background: rgba(209, 51, 91, 0.2); }
.form-container-transparent .avatar:after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 400px;
  top: -24px;
  left: -24px;
  width: 168px;
  height: 168px;
  background: rgba(209, 51, 91, 0.1); }
.form-container-transparent .form-desc p {
  opacity: 1; }
.form-container-transparent .form-input {
  text-align: left; }
.form-container-transparent .form-input label {
  font-size: 0.75rem;
  color: #D1335B;
  font-weight: bold; }
.form-container-transparent .form-input .line {
  margin-bottom: 1rem; }
.form-container-transparent .form-input .btn-full {
  width: 100%; }

.form-container-transparent.form-container-primary {
  color: currentColor; }
.form-container-transparent.form-container-primary .avatar {
  border: 8px solid #D1335B; }
.form-container-transparent.form-container-primary .avatar:before {
  background: rgba(209, 51, 91, 0.2); }
.form-container-transparent.form-container-primary .avatar:after {
  background: rgba(209, 51, 91, 0.1); }
.form-container-transparent.form-container-primary .form-desc h4 {
  color: #D1335B; }
.form-container-transparent.form-container-primary .form-input label {
  color: #D1335B; }

.form-container-transparent.form-container-secondary {
  color: currentColor; }
.form-container-transparent.form-container-secondary .avatar {
  border: 8px solid #3f4b62; }
.form-container-transparent.form-container-secondary .avatar:before {
  background: rgba(63, 75, 98, 0.2); }
.form-container-transparent.form-container-secondary .avatar:after {
  background: rgba(63, 75, 98, 0.1); }
.form-container-transparent.form-container-secondary .form-desc h4 {
  color: #3f4b62; }
.form-container-transparent.form-container-secondary .form-input label {
  color: #3f4b62; }

.form-container-transparent.form-container-white {
  color: currentColor; }
.form-container-transparent.form-container-white .avatar {
  border: 8px solid #ffffff; }
.form-container-transparent.form-container-white .avatar:before {
  background: rgba(255, 255, 255, 0.2); }
.form-container-transparent.form-container-white .avatar:after {
  background: rgba(255, 255, 255, 0.1); }
.form-container-transparent.form-container-white .form-desc h4 {
  color: #ffffff; }
.form-container-transparent.form-container-white .form-input label {
  color: #ffffff; }

.form-container-transparent.form-container-black {
  color: currentColor; }
.form-container-transparent.form-container-black .avatar {
  border: 8px solid #1d1d1d; }
.form-container-transparent.form-container-black .avatar:before {
  background: rgba(29, 29, 29, 0.2); }
.form-container-transparent.form-container-black .avatar:after {
  background: rgba(29, 29, 29, 0.1); }
.form-container-transparent.form-container-black .form-desc h4 {
  color: #1d1d1d; }
.form-container-transparent.form-container-black .form-input label {
  color: #1d1d1d; }

.form-control-line {
  display: block;
  width: 100%;
  border: none;
  background: none;
  box-shadow: none;
  border-bottom: 2px solid #D1335B;
  color: inherit;
  border-radius: 0; }
.form-control-line:focus {
  color: inherit;
  background: none;
  border-color: #8e233e;
  box-shadow: none;
  outline: none; }

.form-control-line.form-control-primary {
  border-bottom-color: #D1335B; }
.form-control-line.form-control-primary:focus {
  border-color: #8e233e; }
.form-control-line.form-control-primary.custom-select {
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23D1335B' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px; }

.form-control-line.form-control-secondary {
  border-bottom-color: #3f4b62; }
.form-control-line.form-control-secondary:focus {
  border-color: #2b3343; }
.form-control-line.form-control-secondary.custom-select {
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%233f4b62' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px; }

.form-control-line.form-control-white {
  border-bottom-color: #ffffff; }
.form-control-line.form-control-white:focus {
  border-color: #adadad; }
.form-control-line.form-control-white.custom-select {
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px; }

.form-control-line.form-control-black {
  border-bottom-color: #1d1d1d; }
.form-control-line.form-control-black:focus {
  border-color: #141414; }
.form-control-line.form-control-black.custom-select {
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%231d1d1d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px; }

.form-control-outline {
  display: block;
  width: 100%;
  border: 1px solid #D1335B;
  background: none;
  box-shadow: none;
  color: inherit; }
.form-control-outline.thick {
  border-width: 2px; }
.form-control-outline:focus {
  color: inherit;
  border-color: #8e233e;
  background: none;
  box-shadow: none;
  outline: none; }

.form-control-outline.form-control-primary {
  border-color: #D1335B; }
.form-control-outline.form-control-primary:focus {
  border-color: #8e233e; }
.form-control-outline.form-control-primary.custom-select {
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23D1335B' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px; }

.form-control-outline.form-control-secondary {
  border-color: #3f4b62; }
.form-control-outline.form-control-secondary:focus {
  border-color: #2b3343; }
.form-control-outline.form-control-secondary.custom-select {
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%233f4b62' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px; }

.form-control-outline.form-control-white {
  border-color: #ffffff; }
.form-control-outline.form-control-white:focus {
  border-color: #adadad; }
.form-control-outline.form-control-white.custom-select {
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px; }

.form-control-outline.form-control-black {
  border-color: #1d1d1d; }
.form-control-outline.form-control-black:focus {
  border-color: #141414; }
.form-control-outline.form-control-black.custom-select {
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%231d1d1d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px; }

.form-control-full {
  display: block;
  width: 100%;
  border: none;
  background: #D1335B;
  box-shadow: none;
  color: #ffffff; }
.form-control-full:focus {
  color: inherit;
  background: #8e233e;
  box-shadow: none;
  outline: none; }

.form-control-full.form-control-primary {
  background: #D1335B;
  color: #ffffff; }
.form-control-full.form-control-primary:focus {
  background: #8e233e; }
.form-control-full.form-control-primary.custom-select {
  background: #D1335B url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px; }

.form-control-full.form-control-secondary {
  background: #3f4b62;
  color: #ffffff; }
.form-control-full.form-control-secondary:focus {
  background: #2b3343; }
.form-control-full.form-control-secondary.custom-select {
  background: #3f4b62 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px; }

.form-control-full.form-control-white {
  background: #ffffff;
  color: #ffffff; }
.form-control-full.form-control-white:focus {
  background: #adadad; }
.form-control-full.form-control-white.custom-select {
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px; }

.form-control-full.form-control-black {
  background: #1d1d1d;
  color: #ffffff; }
.form-control-full.form-control-black:focus {
  background: #141414; }
.form-control-full.form-control-black.custom-select {
  background: #1d1d1d url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px; }

.form-control-transluscent.form-control-primary {
  background: rgba(209, 51, 91, 0.2);
  color: #D1335B; }
.form-control-transluscent.form-control-primary:focus {
  background: rgba(209, 51, 91, 0.1); }
.form-control-transluscent.form-control-primary.custom-select {
  background: rgba(209, 51, 91, 0.2) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23D1335B' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px; }

.form-control-transluscent.form-control-secondary {
  background: rgba(63, 75, 98, 0.2);
  color: #3f4b62; }
.form-control-transluscent.form-control-secondary:focus {
  background: rgba(63, 75, 98, 0.1); }
.form-control-transluscent.form-control-secondary.custom-select {
  background: rgba(63, 75, 98, 0.2) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%233f4b62' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px; }

.form-control-transluscent.form-control-white {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff; }
.form-control-transluscent.form-control-white:focus {
  background: rgba(255, 255, 255, 0.1); }
.form-control-transluscent.form-control-white.custom-select {
  background: rgba(255, 255, 255, 0.2) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px; }

.form-control-transluscent.form-control-black {
  background: rgba(29, 29, 29, 0.2);
  color: #1d1d1d; }
.form-control-transluscent.form-control-black:focus {
  background: rgba(29, 29, 29, 0.1); }
.form-control-transluscent.form-control-black.custom-select {
  background: rgba(29, 29, 29, 0.2) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%231d1d1d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px; }

textarea {
  min-height: 96px; }

.form-control.shadow {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }

.form-control.border {
  border: 1px solid currentColor !important; }

.form-group {
  position: relative; }
.form-group label.error {
  position: absolute;
  font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  color: #ffffff;
  font-size: 12px;
  top: 4px;
  bottom: auto;
  right: 0;
  text-align: right;
  padding-right: 8px;
  width: auto;
  z-index: -1; }

.form-group.mb-0 {
  margin-bottom: 0; }

.form-text-feedback {
  position: relative;
  font-size: 1rem;
  height: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: 0.15s; }
.form-text-feedback.invisible {
  height: 0; }

.gone {
  transition: 0.3s;
  opacity: 0;
  visibility: hidden; }

/* 1.2 Layout */
.article .article-header {
  margin-bottom: 2rem; }
.article .article-header .wrapper {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto; }

.article .article-content {
  margin-top: 2rem; }
.article .article-content .wrapper {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto; }

.article .article-footer .article-details {
  margin-top: 2rem;
  padding-top: 2rem;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto; }

.media .icon {
  font-size: 4.5rem;
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1; }

.media img {
  width: 4.5rem;
  height: auto; }

.media-article-title .media-body {
  overflow: hidden; }
.media-article-title .media-body .media-title {
  font-size: 1rem; }
.media-article-title .media-body p {
  font-size: 0.75rem; }

.code-highlight {
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  overflow: hidden; }
.code-highlight .code-title {
  padding: 2px 1rem;
  font-size: 0.875rem;
  border-bottom: none;
  background: #e1e1e1;
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: #1d1d1d;
  font-weight: bold;
  border-radius: 4px 4px 0 0; }
.code-highlight .code-title:before {
  content: ">>";
  margin-right: 0.5rem;
  color: #8b8b8b; }
.code-highlight pre {
  padding: 1rem;
  font-size: 0.875rem;
  max-height: 600px;
  overflow: auto;
  background: #f8f9fa;
  color: #1d1d1d;
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  margin-bottom: 0; }

.code-highlight-beta .code-title {
  padding: 2px 1rem;
  font-size: 0.875rem;
  border: 2px solid #f8f9fa;
  border-bottom: none;
  background: #ffffff;
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: #1d1d1d;
  font-weight: bold; }

.code-highlight-beta pre {
  padding: 1rem;
  font-size: 0.875rem;
  max-height: 600px;
  overflow: auto;
  background: #f8f9fa;
  color: #1d1d1d;
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.article-light > .article-content > .wrapper > h2 {
  font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-weight: bold;
  font-size: 3rem;
  font-weight: 300;
  margin-top: 2rem;
  margin-bottom: 2rem; }

.article-light > .article-content > .wrapper > p {
  font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-size: 1rem; }
@media (min-width: 768px) {
  .article-light > .article-content > .wrapper > p {
    font-size: 1rem; } }
@media (min-width: 992px) {
  .article-light > .article-content > .wrapper > p {
    font-size: 1rem; } }
.article-light > .article-content > .wrapper > p.italic {
  font-style: italic; }

.article-light > .article-content > .wrapper > h3 {
  margin-top: 1.5rem; }

.article-light > .article-content > .wrapper > p {
  font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  margin-top: 1.5rem; }

.article-light > .article-content > .wrapper > img {
  margin-top: 1.5rem;
  max-width: 100%; }

.article-light > .article-content > .wrapper > hr {
  display: block;
  position: relative;
  border: 0;
  margin-top: 44px;
  margin-bottom: 2rem;
  text-align: center;
  width: 100%; }
.article-light > .article-content > .wrapper > hr:before {
  content: '---';
  display: inline-block;
  margin-left: .6em;
  color: rgba(29, 29, 29, 0.6);
  position: relative;
  top: -30px;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: .75em; }

.article-light > .article-content > .wrapper > li {
  font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  margin-left: 30px;
  margin-bottom: 14px;
  position: relative;
  list-style: none; }
@media (min-width: 768px) {
  .article-light > .article-content > .wrapper > li {
    font-size: 1rem; } }
@media (min-width: 992px) {
  .article-light > .article-content > .wrapper > li {
    font-size: 1rem; } }
.article-light > .article-content > .wrapper > li.italic {
  font-style: italic; }
.article-light > .article-content > .wrapper > li:before {
  position: absolute;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  content: "";
  background: currentColor;
  margin-left: -20px;
  left: 0;
  top: 12px;
  border-radius: 60px; }

.article-light > .article-content > .wrapper > a {
  color: inherit;
  text-decoration: underline; }

.article-light > .article-content > .wrapper > blockquote {
  margin-top: 24px;
  border-left: 3px solid #1d1d1d;
  padding-left: 20px;
  margin-left: -24px;
  padding-top: 0px;
  padding-bottom: 2px;
  font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  font-style: italic;
  color: rgba(29, 29, 29, 0.6); }
@media (min-width: 768px) {
  .article-light > .article-content > .wrapper > blockquote {
    font-size: 1rem; } }
@media (min-width: 992px) {
  .article-light > .article-content > .wrapper > blockquote {
    font-size: 1rem; } }
.article-light > .article-content > .wrapper > blockquote.italic {
  font-style: italic; }

.article-light .article-footer {
  margin-bottom: 2rem; }
.article-light .article-footer .article-details {
  border-top: 1px solid rgba(139, 139, 139, 0.35); }
.article-light .article-footer .article-comments {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.article-doc h2 {
  margin-top: 3rem; }

.article-doc h3 {
  margin-top: 1.5rem; }

.article-doc h2:before, .article-doc h3:before {
  display: block;
  height: 6rem;
  margin-top: -6rem;
  visibility: hidden;
  content: ""; }

.article-doc img {
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem; }

.article-doc .article-content ol, .article-doc .article-content p, .article-doc .article-content ul {
  max-width: 80%;
  opacity: 1; }

.article-doc .article-content ul {
  padding-left: 2rem;
  margin-bottom: 1rem; }

.article-doc .article-content hr {
  width: 100%;
  margin: 1rem 0;
  border-top: 2px solid #e1e1e1; }

.article-doc .article-content blockquote {
  border-left: 2px solid #e1e1e1;
  padding-left: 2rem; }

.img-avatar-alpha {
  position: relative; }
.img-avatar-alpha .img-1 {
  padding: 0 16px;
  padding-bottom: 16px; }
.img-avatar-alpha img {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 800px;
  z-index: 1;
  border: 2px solid #ffffff;
  transition: 0.3s; }
.img-avatar-alpha:hover img {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  border: 8px solid #ffffff; }
.img-avatar-alpha .legend {
  margin-top: 0px; }

.img-frame-normal {
  position: relative; }
.img-frame-normal img {
  width: 100%;
  height: auto; }
.img-frame-normal.portrait .img-1 {
  max-width: 320px; }
.img-frame-normal .img-1 {
  width: 100%;
  max-width: 420px;
  position: relative; }
.img-frame-normal .img-1 img {
  position: relative;
  z-index: 1; }
.img-frame-normal .img-1 a img {
  transition: 0.2s;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1); }
.img-frame-normal .img-1 a:hover img {
  background: #1d1d1d;
  box-shadow: 0 5px 80px rgba(0, 0, 0, 0.15); }
.img-frame-normal .img-1.shadow {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3); }
.img-frame-normal .legend {
  margin-top: 16px; }
@media (min-width: 768px) {
  .img-frame-normal .legend {
    width: 100%; }
  .img-frame-normal .legend.pos-abs {
    position: absolute; } }
@media (max-height: 480px) {
  .img-frame-normal .legend.pos-abs {
    position: relative; } }

.img-frame-outline {
  position: relative; }
.img-frame-outline img {
  width: 100%;
  height: auto; }
.img-frame-outline.portrait .img-1 {
  max-width: 380px; }
.img-frame-outline .img-1 {
  width: 100%;
  max-width: 480px;
  position: relative;
  padding: 16px; }
.img-frame-outline .img-1 img {
  position: relative;
  z-index: 1; }
.img-frame-outline .img-1:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid #D1335B; }
@media (min-width: 768px) {
  .img-frame-outline .img-1 {
    padding: 32px; }
  .img-frame-outline .img-1:before {
    border-width: 8px; } }
.img-frame-outline .legend {
  margin-top: 8px; }
@media (min-width: 768px) {
  .img-frame-outline .legend {
    margin-top: 16px; } }
.img-frame-outline.frame-small .img-1:before {
  top: 32px;
  left: 0;
  right: 0;
  bottom: 32px; }
.img-frame-outline.frame-small .legend {
  margin-top: -8px;
  padding: 0 16px; }
@media (min-width: 768px) {
  .img-frame-outline.frame-small .img-1:before {
    top: 64px;
    left: 0;
    right: 0;
    bottom: 64px; }
  .img-frame-outline.frame-small .legend {
    margin-top: -16px;
    padding: 0 32px; } }
.img-frame-outline.translated-left .img-1 {
  padding-top: 0;
  padding-right: 0; }
.img-frame-outline.translated-left .img-1:before {
  top: 16px;
  left: 0;
  right: 16px;
  bottom: 0; }
@media (min-width: 768px) {
  .img-frame-outline.translated-left .img-1:before {
    top: 32px;
    left: 0;
    right: 32px;
    bottom: 0; } }
.img-frame-outline.translated-right .img-1 {
  padding-top: 0;
  padding-left: 0; }
.img-frame-outline.translated-right .img-1:before {
  top: 16px;
  left: 16px;
  right: 0;
  bottom: 0; }
@media (min-width: 768px) {
  .img-frame-outline.translated-right .img-1:before {
    top: 32px;
    left: 32px;
    right: 0;
    bottom: 0; } }

.img-frame-outline.img-primary .img-1:before {
  border-color: #D1335B; }

.img-frame-outline.img-secondary .img-1:before {
  border-color: #3f4b62; }

.img-frame-outline.img-white .img-1:before {
  border-color: #ffffff; }

.img-frame-outline.img-black .img-1:before {
  border-color: #1d1d1d; }

.img-frame-legend-alpha {
  position: relative; }
@media (min-width: 768px) {
  .img-frame-legend-alpha {
    padding: 0; } }
.img-frame-legend-alpha img {
  width: 100%;
  height: auto; }
.img-frame-legend-alpha.portrait .img-1 {
  max-width: 320px; }
.img-frame-legend-alpha .img-1 {
  width: 100%;
  max-width: 420px;
  position: relative;
  z-index: 0; }
.img-frame-legend-alpha .img-1:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2; }
.img-frame-legend-alpha .img-1 img {
  position: relative;
  z-index: 1; }
.img-frame-legend-alpha .img-1.shadow {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3); }
.img-frame-legend-alpha .legend {
  text-align: left;
  left: -0;
  margin-top: 1rem; }
@media (min-width: 768px) {
  .img-frame-legend-alpha .legend {
    position: absolute;
    margin-top: 0rem;
    z-index: 1;
    left: 24px;
    top: 24px; } }
@media (min-width: 992px) {
  .img-frame-legend-alpha .legend {
    margin-top: 0rem;
    position: absolute;
    top: 24px;
    width: 100%;
    z-index: 1;
    top: 24px; } }

.media .icon {
  font-size: 4.5rem;
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1; }

.media .img img {
  /*width: 4.5rem;*/
  width: 5.75rem;
  /*height: 4.5rem;*/
  height: 5.75rem; }

.media-article-title .media-body {
  overflow: hidden; }
.media-article-title .media-body .media-title {
  font-size: 1rem; }
.media-article-title .media-body p {
  font-size: 0.75rem; }

.media.media-primary {
  color: #ffffff;
  background: #D1335B; }

.media.media-secondary {
  color: #ffffff;
  background: #3f4b62; }

.media.media-white {
  background: #ffffff; }

.media.media-black {
  color: #ffffff;
  background: #1d1d1d; }

.price-item {
  border-radius: 0.3rem;
  background: #ffffff; }
.price-item ul {
  list-style: none; }
.price-item ul li {
  list-style: none !important; }
.price-item .item-name {
  text-align: center;
  font-size: 1.5rem;
  padding: 8px 16px;
  color: #D1335B;
  font-weight: bold; }
.price-item .item-price {
  background: #D1335B;
  color: #ffffff;
  padding: 4px 16px;
  font-size: 1.5rem; }
.price-item .item-features {
  padding: 16px 32px;
  text-align: left;
  opacity: 1; }
.price-item .item-features li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  color: #1d1d1d;
  position: relative; }
.price-item .item-features li .icon {
  margin-right: 8px; }
.price-item .item-features li.ok .icon {
  color: #D1335B; }
.price-item .item-features li.diseabled {
  color: #8b8b8b; }
.price-item .item-features.icon-left li .icon {
  position: absolute;
  left: 0;
  top: 0.3rem; }
.price-item .item-footer {
  background: rgba(0, 0, 0, 0.04);
  padding: 8px 16px; }
.price-item.featured {
  background: #D1335B; }
.price-item.featured .item-name {
  color: #ffffff; }
.price-item.featured .item-price {
  background: #ffffff;
  color: #D1335B; }
.price-item.featured .item-features li {
  color: #ffffff; }
.price-item.featured .item-features li.ok .icon {
  color: #ffffff; }
.price-item.featured .item-features li.diseabled {
  color: rgba(255, 255, 255, 0.5); }
.price-item.featured .item-footer {
  background: rgba(255, 255, 255, 0.7);
  padding: 8px 16px; }
.price-item.shadow {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 40px rgba(0, 0, 0, 0.1); }

.price-item.price-item-primary .item-name {
  color: #D1335B; }

.price-item.price-item-primary .item-price {
  background: #D1335B; }

.price-item.price-item-primary .item-features li.ok .icon {
  color: #D1335B; }

.price-item.price-item-primary.featured {
  background: #D1335B; }
.price-item.price-item-primary.featured .item-name {
  color: #ffffff; }
.price-item.price-item-primary.featured .item-price {
  color: #D1335B;
  background: #ffffff; }
.price-item.price-item-primary.featured .item-features li.ok .icon {
  color: #ffffff; }

.price-item.price-item-secondary .item-name {
  color: #3f4b62; }

.price-item.price-item-secondary .item-price {
  background: #3f4b62; }

.price-item.price-item-secondary .item-features li.ok .icon {
  color: #3f4b62; }

.price-item.price-item-secondary.featured {
  background: #3f4b62; }
.price-item.price-item-secondary.featured .item-name {
  color: #ffffff; }
.price-item.price-item-secondary.featured .item-price {
  color: #3f4b62;
  background: #ffffff; }
.price-item.price-item-secondary.featured .item-features li.ok .icon {
  color: #ffffff; }

.price-item.price-item-white .item-name {
  color: #1d1d1d; }

.price-item.price-item-white .item-price {
  background: #1d1d1d; }

.price-item.price-item-white .item-features li.ok .icon {
  color: #1d1d1d; }

.price-item.price-item-white.featured {
  background: #1d1d1d; }
.price-item.price-item-white.featured .item-name {
  color: #ffffff; }
.price-item.price-item-white.featured .item-price {
  color: #1d1d1d;
  background: #ffffff; }
.price-item.price-item-white.featured .item-features li.ok .icon {
  color: #ffffff; }

.price-item.price-item-black .item-name {
  color: #1d1d1d; }

.price-item.price-item-black .item-price {
  background: #1d1d1d; }

.price-item.price-item-black .item-features li.ok .icon {
  color: #1d1d1d; }

.price-item.price-item-black.featured {
  background: #1d1d1d; }
.price-item.price-item-black.featured .item-name {
  color: #ffffff; }
.price-item.price-item-black.featured .item-price {
  color: #1d1d1d;
  background: #ffffff; }
.price-item.price-item-black.featured .item-features li.ok .icon {
  color: #ffffff; }

/* 1.3 Grid / list / slider / gallery / price table */
.carousel-swiper-beta {
  position: relative; }
.carousel-swiper-beta .slider-container {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px; }
.carousel-swiper-beta .slider-container .slide-item {
  margin-top: 0;
  margin-bottom: 0; }
.carousel-swiper-beta .slider-container .item-list {
  padding: 0;
  opacity: 1; }
.carousel-swiper-beta .slider-container .item-wrapper {
  padding: 0;
  display: block; }
@media (min-width: 768px) {
  .carousel-swiper-beta .slider-container .item-wrapper {
    padding: 0 0; } }
.carousel-swiper-beta .slider-container .illustr {
  display: block;
  position: relative;
  width: 100%;
  background: #1d1d1d;
  overflow: hidden;
  transition: 0.15s;
  opacity: 0;
  transform: scale(0.8); }
@media (min-width: 768px) {
  .carousel-swiper-beta .slider-container .illustr {
    min-height: 200px; } }
.carousel-swiper-beta .slider-container .illustr img {
  width: 100%;
  display: block; }
.carousel-swiper-beta .slider-container .legend {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
  margin-left: 20px;
  top: 10%;
  color: #ffffff; }
.carousel-swiper-beta .slider-container .legend:hover {
  color: currentColor;
  text-decoration: none; }
@media (min-width: 576px) {
  .carousel-swiper-beta .slider-container .legend {
    top: 40%;
    transform: translateX(20%); } }
@media (min-width: 768px) {
  .carousel-swiper-beta .slider-container .legend {
    top: 40%;
    margin-left: 40px;
    transform: translateX(20%); } }
.carousel-swiper-beta .slider-container .swiper-slide {
  position: relative;
  transition: 0.3s; }
.carousel-swiper-beta .slider-container .swiper-slide-active .illustr {
  opacity: 1;
  transform: none; }
.carousel-swiper-beta .slider-container .swiper-slide-active .legend {
  opacity: 1;
  transform: none;
  transition-delay: 0.15s; }
.carousel-swiper-beta .slider-container .swiper-slide-active:before {
  opacity: 0; }
.carousel-swiper-beta .slider-container .swiper-slide-prev {
  transform: translateX(5%); }
@media (min-width: 768px) {
  .carousel-swiper-beta .slider-container .swiper-slide-prev {
    transform: translateX(10%); } }
.carousel-swiper-beta .slider-container .swiper-slide-next {
  transform: translateX(-5%); }
@media (min-width: 768px) {
  .carousel-swiper-beta .slider-container .swiper-slide-next {
    transform: translateX(-10%); } }
@media (min-width: 768px) {
  .carousel-swiper-beta.carousel-small .slider-container .item-wrapper {
    padding: 0 25%; } }
.carousel-swiper-beta.carousel-small .slider-container .swiper-slide-prev {
  transform: translateX(5%); }
@media (min-width: 768px) {
  .carousel-swiper-beta.carousel-small .slider-container .swiper-slide-prev {
    transform: translateX(20%); } }
.carousel-swiper-beta.carousel-small .slider-container .swiper-slide-prev:before {
  left: 95%;
  width: 5%; }
@media (min-width: 768px) {
  .carousel-swiper-beta.carousel-small .slider-container .swiper-slide-prev:before {
    left: 90%;
    width: 10%; } }
.carousel-swiper-beta.carousel-small .slider-container .swiper-slide-next {
  transform: translateX(-5%); }
@media (min-width: 768px) {
  .carousel-swiper-beta.carousel-small .slider-container .swiper-slide-next {
    transform: translateX(-20%); } }
.carousel-swiper-beta.carousel-small .slider-container .swiper-slide-next:before {
  left: 0;
  width: 5%; }
@media (min-width: 768px) {
  .carousel-swiper-beta.carousel-small .slider-container .swiper-slide-next:before {
    left: 0;
    width: 10%; } }
.carousel-swiper-beta .items-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-bottom: 32px; }
@media (min-width: 768px) {
  .carousel-swiper-beta .items-pagination {
    padding-bottom: 0; } }
.carousel-swiper-beta .items-pagination .swiper-pagination-bullet {
  background: currentColor;
  margin-left: 8px;
  margin-right: 8px;
  opacity: 0.5;
  transition: 0.15s; }
.carousel-swiper-beta .items-pagination .swiper-pagination-bullet-active {
  transform: scale(2);
  opacity: 1; }
.carousel-swiper-beta .items-pagination.bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 18px; }
.carousel-swiper-beta .items-pagination.bar .swiper-pagination-bullet {
  border-radius: 0;
  width: 32px;
  opacity: 0.5;
  margin-left: 0;
  margin-right: 0; }
@media (min-width: 768px) {
  .carousel-swiper-beta .items-pagination.bar .swiper-pagination-bullet {
    width: 40px; } }
.carousel-swiper-beta .items-pagination.bar .swiper-pagination-bullet-active {
  opacity: 1;
  transform: none; }
.carousel-swiper-beta .items-button {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -22px;
  transform: translate(0, -50%); }
.carousel-swiper-beta .items-button.items-button-prev {
  left: 0; }
@media (min-width: 768px) {
  .carousel-swiper-beta .items-button.items-button-prev.fit {
    left: 25%; } }
.carousel-swiper-beta .items-button.items-button-next {
  right: 0; }
@media (min-width: 768px) {
  .carousel-swiper-beta .items-button.items-button-next.fit {
    right: 25%; } }
.carousel-swiper-beta .items-button.bottom {
  bottom: -20px;
  top: auto;
  transform: none;
  margin-top: 0; }
.carousel-swiper-beta .items-button.top {
  top: 0;
  transform: none;
  margin-top: 0; }

.carousel-swiper-gamma {
  position: relative; }
.carousel-swiper-gamma .slider-container {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px; }
.carousel-swiper-gamma .slider-container .slide-item {
  margin-top: 0;
  margin-bottom: 0; }
.carousel-swiper-gamma .slider-container .item-list {
  padding: 0;
  opacity: 1; }
.carousel-swiper-gamma .slider-container .item-wrapper {
  padding: 0; }
.carousel-swiper-gamma .slider-container .illustr {
  display: block;
  position: relative;
  width: 100%;
  background: #1d1d1d;
  overflow: hidden;
  transition: 0.15s; }
.carousel-swiper-gamma .slider-container .illustr img {
  width: 100%;
  display: block; }
.carousel-swiper-gamma .slider-container .legend {
  position: absolute;
  top: 50%;
  left: 16px;
  right: 16px;
  z-index: 1;
  opacity: 0;
  transform: translateY(-40%);
  transition: 0.3s;
  text-align: center; }
.carousel-swiper-gamma .slider-container .swiper-slide {
  position: relative;
  transition: 0.3s;
  transform: none; }
.carousel-swiper-gamma .slider-container .swiper-slide-active {
  z-index: 10; }
.carousel-swiper-gamma .slider-container .swiper-slide-active .illustr {
  opacity: 1;
  transform: scale(1.2); }
.carousel-swiper-gamma .slider-container .swiper-slide-active .legend {
  opacity: 1;
  transform: translateY(-50%);
  transition-delay: 0.15s; }
.carousel-swiper-gamma .slider-container .swiper-slide-active:before {
  opacity: 0; }
.carousel-swiper-gamma .items-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-bottom: 32px; }
@media (min-width: 768px) {
  .carousel-swiper-gamma .items-pagination {
    padding-bottom: 0; } }
.carousel-swiper-gamma .items-pagination .swiper-pagination-bullet {
  background: currentColor;
  margin-left: 8px;
  margin-right: 8px;
  opacity: 0.5;
  transition: 0.15s; }
.carousel-swiper-gamma .items-pagination .swiper-pagination-bullet-active {
  transform: scale(2);
  opacity: 1; }
.carousel-swiper-gamma .items-pagination.bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 18px; }
.carousel-swiper-gamma .items-pagination.bar .swiper-pagination-bullet {
  border-radius: 0;
  width: 32px;
  opacity: 0.5;
  margin-left: 0;
  margin-right: 0; }
@media (min-width: 768px) {
  .carousel-swiper-gamma .items-pagination.bar .swiper-pagination-bullet {
    width: 40px; } }
.carousel-swiper-gamma .items-pagination.bar .swiper-pagination-bullet-active {
  opacity: 1;
  transform: none; }
.carousel-swiper-gamma .items-button {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -22px;
  transform: translate(0, -50%); }
.carousel-swiper-gamma .items-button.items-button-prev {
  left: 0; }
@media (min-width: 768px) {
  .carousel-swiper-gamma .items-button.items-button-prev.fit {
    left: 25%; } }
.carousel-swiper-gamma .items-button.items-button-next {
  right: 0; }
@media (min-width: 768px) {
  .carousel-swiper-gamma .items-button.items-button-next.fit {
    right: 25%; } }
.carousel-swiper-gamma .items-button.bottom {
  bottom: -20px;
  top: auto;
  transform: none;
  margin-top: 0; }
.carousel-swiper-gamma .items-button.top {
  top: 0;
  transform: none;
  margin-top: 0; }

/* 1.4 Menu / menu-header / nav */
.page-header-alpha {
  justify-content: flex-start;
  padding: 1rem 1.3rem;
  z-index: 2; }
@media (min-width: 768px) {
  .page-header-alpha {
    padding: 0; } }
@media (min-width: 768px) {
  .page-header-alpha.menu-right .navbar-toggler {
    top: 52px;
    left: auto;
    right: 56px; } }
@media (min-width: 768px) {
  .page-header-alpha.menu-right .navbar-brand {
    left: 64px; } }
@media (min-width: 768px) {
  .page-header-alpha.menu-right .navbar-topmenu {
    right: 120px; } }
@media (min-width: 768px) {
  .page-header-alpha.topmenu-left .navbar-brand {
    left: auto;
    right: 64px;
    margin-right: 0; } }
@media (min-width: 768px) {
  .page-header-alpha.topmenu-left .navbar-topmenu {
    right: auto;
    left: 64px;
    margin-left: -8px; } }
@media (min-width: 768px) {
  .page-header-alpha.topmenu-left.menu-left .navbar-topmenu {
    right: auto;
    left: 120px; } }
@media (min-width: 768px) {
  .page-header-alpha.topmenu-left.menu-right .navbar-brand {
    right: 120px; } }
@media (min-width: 768px) {
  .page-header-alpha.topmenu-left.menu-right .navbar-topmenu {
    left: 64px; } }
@media (min-width: 768px) {
  .page-header-alpha.topmenu-center .navbar-topmenu {
    position: fixed;
    top: 32px;
    left: 0;
    right: auto;
    z-index: 10;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; } }
@media (min-width: 768px) {
  .page-header-alpha.topmenu-center .navbar-topmenu .navbar-nav-menu {
    height: 48px;
    align-items: center; } }
.page-header-alpha.topmenu-center .navbar-topmenu .navbar-nav-menu .nav-item:last-child {
  margin-right: 0; }
@media (min-width: 768px) {
  .page-header-alpha.topmenu-center .navbar-topmenu .navbar-nav-actions {
    position: fixed;
    right: 64px;
    top: 32px; } }
@media (min-width: 768px) {
  .page-header-alpha.topmenu-center.menu-right .navbar-topmenu .navbar-nav-actions {
    right: 120px; } }
.page-header-alpha .navbar-toggler {
  position: fixed;
  top: 8px;
  right: 16px;
  padding: 0;
  border: 0;
  z-index: 999;
  display: block;
  cursor: pointer;
  transition: 0.3s ease-in-out; }
.page-header-alpha .navbar-toggler:focus {
  outline: none; }
@media (min-width: 768px) {
  .page-header-alpha .navbar-toggler {
    top: 52px;
    margin-top: -20px;
    left: 56px;
    right: auto; } }
.page-header-alpha .navbar-brand {
  display: flex;
  flex-direction: row;
  padding: 0;
  transition: 0.3s ease-in-out;
  color: currentColor; }
@media (min-width: 768px) {
  .page-header-alpha .navbar-brand {
    position: fixed;
    left: 120px;
    top: 32px;
    z-index: 20; } }
.page-header-alpha .navbar-brand .logo img {
  height: 40px;
  width: auto; }
@media (min-width: 768px) {
  .page-header-alpha .navbar-brand .logo img {
    height: 48px; } }
.page-header-alpha .navbar-brand .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: currentColor;
  font-size: 1rem;
  margin-left: 8px;
  margin-right: 8px; }
.page-header-alpha .navbar-brand .text .line {
  display: block; }
.page-header-alpha .navbar-brand .text .line.sub {
  font-size: 0.75rem;
  opacity: 0.5; }
.page-header-alpha .all-menu-wrapper {
  justify-content: flex-end;
  position: fixed;
  z-index: 5;
  background: #1d1d1d;
  top: -100%;
  left: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 48px 32px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.2); }
.page-header-alpha .all-menu-wrapper.menu-visible {
  top: 0;
  opacity: 1;
  visibility: visible; }
@media (max-width: 768px) {
  .page-header-alpha .all-menu-wrapper .navbar-nav .nav-item {
    font-size: 1.5rem;
    opacity: 1; }
  .page-header-alpha .all-menu-wrapper .navbar-nav .nav-item a {
    opacity: 0.5;
    border-bottom: 1px solid white; }
  .page-header-alpha .all-menu-wrapper .navbar-nav .nav-item a.active {
    color: currentColor; }
  .page-header-alpha .all-menu-wrapper .navbar-nav .nav-item a.hover {
    color: #D1335B; } }
@media (min-width: 768px) {
  .page-header-alpha .all-menu-wrapper {
    display: block;
    position: static;
    border-bottom: none;
    box-shadow: none;
    padding: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    z-index: auto; } }
.page-header-alpha .navbar-topmenu {
  align-items: center;
  transition: 0.3s ease-in-out;
  order: 2; }
@media (min-width: 768px) {
  .page-header-alpha .navbar-topmenu {
    display: flex;
    position: fixed;
    top: 32px;
    right: 64px;
    z-index: 10;
    order: initial; } }
@media (min-width: 768px) {
  .page-header-alpha .navbar-topmenu .navbar-nav {
    flex-direction: row; } }
@media (min-width: 768px) {
  .page-header-alpha .navbar-topmenu .navbar-nav-actions {
    margin-left: 16px; } }
.page-header-alpha .navbar-topmenu .navbar-nav-actions .nav-item {
  margin-top: 4px;
  margin-bottom: 4px; }
@media (min-width: 768px) {
  .page-header-alpha .navbar-topmenu .navbar-nav-actions .nav-item {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 8px; } }
.page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item {
  font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif; }
@media (min-width: 768px) {
  .page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item {
    line-height: 1;
    font-size: 1rem;
    position: relative; } }
@media (min-width: 768px) {
  .page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item.bordered {
    border-left: 2px solid rgba(255, 255, 255, 0.2); } }
.page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item a {
  color: currentColor;
  opacity: 0.5; }
.page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item a:hover {
  opacity: 1; }
@media (min-width: 768px) {
  .page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item a {
    padding: 8px 16px; } }
@media (min-width: 768px) {
  .page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item:first-child {
    border-left: none; } }
@media (min-width: 768px) {
  .page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item:last-child {
    margin-right: -16px; } }
.page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item.active a {
  color: currentColor;
  opacity: 1; }
.page-header-alpha .navbar-nav-actions {
  transition: 0.3s ease-in-out; }
.page-header-alpha .navbar-mainmenu {
  transition: 0.3s; }
@media (min-width: 768px) {
  .page-header-alpha .navbar-mainmenu {
    position: fixed;
    z-index: 9;
    background: #1d1d1d;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-left: 12.5%;
    transform: translateX(-64px) scale(1.2);
    visibility: hidden;
    opacity: 0;
    filter: blur(50px); } }
@media (min-width: 768px) {
  .page-header-alpha .navbar-mainmenu .navbar-nav {
    flex-direction: column; } }
.page-header-alpha .navbar-mainmenu .nav-item {
  transition: 0.3s; }
@media (min-width: 768px) {
  .page-header-alpha .navbar-mainmenu .nav-item {
    line-height: 1;
    font-size: 4rem; } }
@media (min-width: 992px) {
  .page-header-alpha .navbar-mainmenu .nav-item {
    line-height: 1.3;
    font-size: 2rem; } }
@media (min-width: 768px) and (max-height: 480px) {
  .page-header-alpha .navbar-mainmenu .nav-item {
    font-size: 3rem; } }
.page-header-alpha .navbar-mainmenu .nav-item a {
  color: white;
  transition: 0.3s; }
.page-header-alpha .navbar-mainmenu .nav-item a:hover {
  color: #D1335B; }
@media (min-width: 768px) {
  .page-header-alpha .navbar-mainmenu .nav-item {
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0;
    transform: translateX(-20px); } }
@media (min-width: 768px) {
  .page-header-alpha .navbar-mainmenu .nav-item:nth-child(1) {
    transition-delay: 0.3s; }
  .page-header-alpha .navbar-mainmenu .nav-item:nth-child(2) {
    transition-delay: 0.4s; }
  .page-header-alpha .navbar-mainmenu .nav-item:nth-child(3) {
    transition-delay: 0.5s; }
  .page-header-alpha .navbar-mainmenu .nav-item:nth-child(4) {
    transition-delay: 0.6s; }
  .page-header-alpha .navbar-mainmenu .nav-item:nth-child(5) {
    transition-delay: 0.7s; }
  .page-header-alpha .navbar-mainmenu .nav-item:nth-child(6) {
    transition-delay: 0.8s; }
  .page-header-alpha .navbar-mainmenu .nav-item:nth-child(7) {
    transition-delay: 0.9s; }
  .page-header-alpha .navbar-mainmenu .nav-item:nth-child(8) {
    transition-delay: 1s; }
  .page-header-alpha .navbar-mainmenu .nav-item:nth-child(9) {
    transition-delay: 1.1s; }
  .page-header-alpha .navbar-mainmenu .nav-item:nth-child(10) {
    transition-delay: 1.2s; } }
@media (min-width: 768px) {
  .page-header-alpha .navbar-sidebar {
    position: fixed;
    top: 50%;
    left: 64px;
    transform: translateY(-50%);
    display: none; } }
@media (min-width: 1200px) {
  .page-header-alpha .navbar-sidebar {
    display: block;
    position: fixed;
    top: 50%;
    left: 64px;
    transform: translateY(-50%); } }
.page-header-alpha .navbar-sidebar .nav-item {
  opacity: 0.5;
  transition: 0.6s;
  padding: 8px 0; }
.page-header-alpha .navbar-sidebar .nav-item a {
  text-decoration: none;
  color: currentColor; }
.page-header-alpha .navbar-sidebar .nav-item .icon {
  width: 26px;
  height: 26px;
  padding-top: 1px;
  display: inline-block;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 40px;
  transition: 0.6s;
  font-size: 1rem; }
.page-header-alpha .navbar-sidebar .nav-item .txt {
  display: inline-block;
  margin-left: 0.5rem; }
@media (min-width: 768px) {
  .page-header-alpha .navbar-sidebar .nav-item .txt {
    margin-left: 0.5rem; } }
.page-header-alpha .navbar-sidebar .nav-item.active {
  opacity: 1; }
.page-header-alpha .navbar-sidebar .nav-item.active .icon {
  background: #ffffff;
  color: #8b8b8b; }
.page-header-alpha .navbar-sidebar .nav-item.active .txt {
  opacity: 1; }
.page-header-alpha .navbar-sidebar .nav-item:hover {
  opacity: 1; }
.page-header-alpha .navbar-sidebar .nav-item:hover .icon {
  background: #ffffff;
  color: #8b8b8b; }
.page-header-alpha .navbar-sidebar .nav-item:hover .txt {
  opacity: 1; }
@media (min-width: 768px) {
  .page-header-alpha .navbar-sidebar.icon-only .txt {
    display: none; } }
@media (min-width: 768px) {
  .page-header-alpha .navbar-sidebar.text-only .icon {
    display: none; } }
@media (min-width: 768px) {
  .page-header-alpha .all-menu-wrapper.menu-visible .navbar-mainmenu {
    left: 0;
    transform: none;
    visibility: visible;
    opacity: 1;
    filter: none; }
  .page-header-alpha .all-menu-wrapper.menu-visible .navbar-mainmenu .nav-item {
    transform: none;
    opacity: 1; } }
@media (min-width: 768px) {
  .page-header-alpha .navbar-topmenu:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    transition: 0.3s ease-in-out;
    z-index: -1; } }

@media (min-width: 768px) {
  .page-main .section {
    transition: 0.6s; }
  .page-main.menu-visible .section {
    opacity: 0.1;
    filter: blur(5px); }
  .navbar-sidebar {
    transition: 0.6s; }
  .navbar-sidebar.menu-visible {
    opacity: 0.1;
    filter: blur(5px); }
  .page-cover {
    transition: 0.6s; }
  .page-cover.menu-visible {
    filter: blur(10px); }
  .page-header-alpha .navbar-mainmenu {
    background: none; } }

.menu-icon {
  height: 40px;
  width: 40px;
  transition: 0.3s;
  display: inline-block;
  position: relative;
  /*background: #ffffff;*/
  border-radius: 2px;
  opacity: 0.5; }
.menu-icon:hover {
  opacity: 1; }
.menu-icon.menu-bg {
  background: #3f4b62; }
@media (min-width: 768px) {
  .menu-icon {
    background: none; } }
.menu-icon:after {
  display: none; }
.menu-icon .text {
  position: absolute;
  text-align: left;
  top: 13px;
  line-height: 1;
  right: 100%;
  padding-right: 8px;
  text-transform: uppercase;
  font-size: 1rem;
  color: #ffffff;
  transition: 0.3s; }
@media (min-width: 768px) {
  .menu-icon .text {
    top: -100%;
    right: auto;
    left: -20%;
    transform: rotate(-90deg); } }
.menu-icon .text.hide-menu-visible {
  visibility: visible;
  opacity: 1;
  top: -100%; }
.menu-icon .text.show-menu-visible {
  visibility: hidden;
  opacity: 0;
  top: -200%; }
.menu-icon .bars {
  display: block;
  margin: auto;
  margin-top: 13px;
  width: 24px; }
.menu-icon .bars .bar1,
.menu-icon .bars .bar2,
.menu-icon .bars .bar3 {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  margin-bottom: 4px;
  transition: 0.3s;
  background: #ffffff; }
@media (min-width: 768px) {
  .menu-icon .bars .bar1,
  .menu-icon .bars .bar2,
  .menu-icon .bars .bar3 {
    background: #ffffff; } }
.menu-icon.menu-icon-thick .bars .bar1,
.menu-icon.menu-icon-thick .bars .bar2,
.menu-icon.menu-icon-thick .bars .bar3 {
  height: 4px;
  border-radius: 4px; }
.menu-icon.menu-icon-random .bars .bar1 {
  width: 20px; }
.menu-icon.menu-icon-random .bars .bar3 {
  width: 12px; }
.menu-icon.menu-icon-dot .bars {
  width: 6px;
  margin-top: 9px; }
.menu-icon.menu-icon-dot .bars .bar1,
.menu-icon.menu-icon-dot .bars .bar2,
.menu-icon.menu-icon-dot .bars .bar3 {
  height: 6px;
  width: 100%;
  background: #ffffff;
  margin-bottom: 4px;
  border-radius: 20px; }
.menu-icon.menu-visible .text.show-menu-visible {
  visibility: visible;
  opacity: 1;
  top: -100%; }
.menu-icon.menu-visible .text.hide-menu-visible {
  visibility: hidden;
  opacity: 0;
  top: -200%; }
.menu-icon.menu-visible .bars {
  width: 24px;
  margin-top: 13px; }
.menu-icon.menu-visible .bars .bar1,
.menu-icon.menu-visible .bars .bar2,
.menu-icon.menu-visible .bars .bar3 {
  height: 2px;
  width: 100%;
  margin-bottom: 4px;
  border-radius: 0; }
.menu-icon.menu-visible .bars .bar1 {
  transform: translateY(6px) rotate(45deg);
  transform-origin: center;
  width: 24px; }
.menu-icon.menu-visible .bars .bar3 {
  transform: translateY(-6px) rotate(-45deg);
  transform-origin: center;
  width: 24px; }
.menu-icon.menu-visible .bars .bar2 {
  width: 0px; }

@media screen and (max-width: 1024px) {
  #fp-nav {
    visibility: hidden; } }

#fp-nav.right {
  right: 58px;
  margin-right: 0px;
  position: absolute; }

#fp-nav span, .fp-slidesNav span {
  border-color: #fff;
  transition: 0.3s;
  width: 10px;
  height: 10px; }

#fp-nav ul li a span {
  background: #fff; }

#fp-nav li, .fp-slidesNav li {
  display: block;
  width: 10px;
  height: 10px;
  margin: 16px;
  position: relative; }

#fp-nav span:after, .fp-slidesNav span:after {
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  content: '';
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 40px;
  transition: 0.3s; }

#fp-nav li .active span, .fp-slidesNav .active span {
  background: #fff;
  position: absolute; }

#fp-nav li .active span:after,
.fp-slidesNav .active span:after {
  top: -4px;
  left: -4px;
  bottom: -4px;
  right: -4px;
  border-color: #ffffff; }

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 8px;
  width: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 100%; }

#fp-nav ul li a {
  opacity: 0.2; }
#fp-nav ul li a:hover {
  opacity: 0.6; }
#fp-nav ul li a.active, #fp-nav ul li a.active:hover {
  opacity: 1; }

/* 1.5 . Additional UI */
/* a. Page cover */
.page-cover {
  width: 100%;
  position: fixed;
  height: 120%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden; }
.page-cover .cover-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*  Page cover background image,color */
  background: url(../img/bg-default.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1; }
.page-cover .cover-bg-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.page-cover .cover-bg.bg-color {
  /* Page cover  background mask */
  background-image: none;
  z-index: -1; }
.page-cover .cover-bg.cover-bg-mask {
  background: rgba(0, 0, 0, 0.12);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
  transition: 2s; }
.page-cover .bg-blur-0 {
  filter: none; }
.page-cover .bg-blur-1 {
  filter: blur(1px); }
.page-cover .bg-blur-1 {
  filter: blur(1px); }
.page-cover .bg-blur-2 {
  filter: blur(2px); }
.page-cover .bg-blur-3 {
  filter: blur(3px); }
.page-cover .bg-blur-4 {
  filter: blur(4px); }
.page-cover .bg-blur-5 {
  filter: blur(5px); }
.page-cover .bg-blur-6 {
  filter: blur(6px); }
.page-cover .bg-blur-7 {
  filter: blur(7px); }
.page-cover .bg-blur-8 {
  filter: blur(8px); }
.page-cover .bg-blur-9 {
  filter: blur(9px); }
.page-cover .bg-blur-10 {
  filter: blur(10px); }
.page-cover .vegas-timer {
  /* background slide */
  display: none; }
.page-cover .bg-line {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
  display: none; }
@media (min-width: 601px) {
  .page-cover .bg-line {
    display: block; } }
.page-cover .bg-line:before {
  content: "";
  position: absolute;
  width: 50%;
  left: 25%;
  top: 0;
  height: 100%;
  border: 1px solid #fff;
  border-top: none;
  border-bottom: none; }
.page-cover .bg-line:after {
  content: "";
  position: absolute;
  width: 50%;
  left: 50%;
  top: 0;
  height: 100%;
  border-left: 1px solid #fff;
  margin-left: -1px; }
.page-cover #particles-js {
  /*  particles.js container */
  width: 100%;
  height: 100%;
  background-color: #b61924;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
.page-cover .video-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1; }
.page-cover .video-container video {
  height: 724px;
  width: 1287px;
  margin-top: -42px;
  margin-left: 0px; }
.page-cover .video-container iframe {
  width: 120%;
  height: 120%;
  margin-left: -10%;
  margin-top: -2%; }

/* b Clock */
/* 2 Page header / .page-header */
/* 3 Page footer / page-footer */
.page-footer .footer-left, .page-footer .footer-right {
  transition: 0.3s; }

.page-footer .footer-left {
  position: fixed;
  left: 16px;
  z-index: 10;
  bottom: 8px; }
@media (min-width: 768px) {
  .page-footer .footer-left {
    left: 64px;
    bottom: 32px; } }
.page-footer .footer-left p {
  margin-bottom: 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5); }
.page-footer .footer-left p .marked {
  font-weight: bold; }

.page-footer .footer-right {
  position: fixed;
  bottom: 8px;
  right: 16px;
  z-index: 10; }
@media (min-width: 768px) {
  .page-footer .footer-right {
    right: 64px;
    bottom: 32px; } }
.page-footer .footer-right .social {
  display: flex;
  flex-direction: row;
  margin-right: -8px; }
.page-footer .footer-right .social a {
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5); }
.page-footer .footer-right .social a:hover {
  color: #ffffff; }
.page-footer .footer-right .social .icon {
  font-size: 24px; }

.page-footer.scrolled .footer-left, .page-footer.scrolled .footer-right {
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden; }

/* 4 Pages */
/* 4.1 Default settings .page-main */
.page-main {
  min-height: 100%; }

.body-page {
  background-color: #1d1d1d;
  color: #ffffff; }

.body-item {
  background-color: #1d1d1d;
  color: #ffffff; }

/* 4.2 Default settings .page-fullpage */
.body-page {
  position: relative; }
.body-page .cursor-ball {
  position: absolute;
  z-index: 0;
  content: "";
  width: 50vw;
  height: 100vh;
  margin-left: -25vw;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.05);
  transition: 0.05s ease-in-out;
  transform: translateX(0); }

/* 4.3 Default settings .page-post */
/* 5 Sections */
/* 5.1 Default layout settings */
.section {
  position: relative; }

.section-cover-half-left {
  position: relative;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: #1d1d1d;
  background-size: cover;
  background-position: center; }
@media (min-width: 576px) {
  .section-cover-half-left {
    position: absolute;
    width: 50%; } }
.section-cover-half-left.mask-black:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); }

.section-cover-tier {
  position: relative;
  left: 0;
  width: 100%;
  top: -32px;
  min-height: 200px;
  background: #1d1d1d;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out; }
@media (min-width: 768px) {
  .section-cover-tier {
    top: 0;
    position: fixed;
    width: 33.33%;
    height: 100vh;
    transition-delay: 0.6s; } }
.section-cover-tier.mask-black:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

@media (min-width: 768px) {
  .section.active .section-cover-tier {
    transform: none; } }

.section-cover-full {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: #1d1d1d;
  background-size: cover;
  background-position: center; }
.section-cover-full.mask-black:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); }

.cover-content {
  position: relative;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  padding: 64px 16px;
  color: #ffffff; }
@media (min-width: 576px) {
  .cover-content {
    padding-left: 64px;
    padding-bottom: 64px;
    padding-right: 40px; } }
.cover-content p:last-child {
  margin-bottom: 0; }

.scrolldown {
  position: absolute;
  bottom: 0;
  top: auto;
  right: auto;
  margin-bottom: 32px;
  left: 50%;
  font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  z-index: 2;
  background: transparent; }
@media (max-width: 768px) {
  .scrolldown {
    display: none; } }
@media (max-height: 480px) {
  .scrolldown {
    display: none; } }
.scrolldown a {
  margin-left: 0;
  position: relative;
  display: block;
  font-size: 0.75rem;
  font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  line-height: 1;
  padding: 8px 8px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.2);
  background: transparent;
  border: none; }
.scrolldown a .txt {
  position: absolute;
  width: 200px;
  text-align: center;
  left: -100px;
  top: 0; }
.scrolldown a:after {
  position: absolute;
  content: "";
  bottom: 30px;
  right: 0;
  height: 34px;
  width: 18px;
  margin-right: 9px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  transition: 0.3s; }
.scrolldown a:before {
  position: absolute;
  content: "";
  bottom: 54px;
  right: 0;
  height: 4px;
  width: 4px;
  margin-right: 16px;
  border-radius: 40px;
  background: white;
  transition: 0.3s; }
.scrolldown a:hover {
  color: #ffffff; }
.scrolldown a:hover:before {
  bottom: 38px;
  background: #ffffff; }

@media (min-width: 576px) {
  .btns-action {
    margin-left: -2px;
    margin-right: -2px; } }

.btns-action .btn {
  margin-bottom: 8px; }
@media (min-width: 576px) {
  .btns-action .btn {
    min-width: 120px;
    width: auto;
    margin-left: 2px;
    margin-right: 2px; } }

.section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 32px;
  padding-bottom: 32px;
  z-index: 1; }
@media (max-width: 576px) {
  .section {
    height: auto !important;
    display: block; } }
@media (max-width: 768px) {
  .section {
    overflow: hidden; } }
@media (min-width: 768px) {
  .section {
    padding: 16px 2rem; } }
@media (min-width: 992px) {
  .section {
    padding: 0; } }
@media (max-height: 480px) {
  .section {
    padding-top: 32px;
    padding-bottom: 32px; } }
@media (max-height: 480px) {
  .section:after {
    content: "";
    background: rgba(255, 255, 255, 0.1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    transition: 0.3s; } }
.section.active:after {
  transform: scale(0.8);
  opacity: 0; }
@media (max-width: 768px) {
  .section:nth-child(2n) {
    background: rgba(255, 255, 255, 0.05); } }
.section.bg-bright {
  color: #1d1d1d; }
.section.bg-bright .section-title h2 {
  color: #D1335B; }
.section h4, .section h5,
.section .h4, .section .h5{
  line-height: 1.6; }
.section p, .section ul {
  opacity: 0.75;
  line-height: 1.6; }
@media (min-width: 768px) {
  .section p, .section ul {
    line-height: 1.75;
    margin-bottom: 35px; } }
.section .padding-top {
  padding-top: 32px; }
@media (min-width: 768px) {
  .section .padding-top {
    padding-top: 64px; } }
@media (min-width: 992px) {
  .section .padding-top {
    padding-top: 80px; } }
.section .padding-bottom {
  padding-bottom: 32px; }
@media (min-width: 768px) {
  .section .padding-bottom {
    padding-bottom: 64px; } }
@media (min-width: 992px) {
  .section .padding-bottom {
    padding-bottom: 80px; } }
.section .slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
.section.no-slide-arrows .fp-controlArrow {
  visibility: hidden; }
.section .section-wrapper {
  width: 100%;
  max-width: 800px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto; }
.section .section-wrapper.largewidth {
  max-width: 1020px; }
@media (min-width: 768px) {
  .section .section-wrapper .scrollable {
    padding-top: 80px;
    padding-bottom: 80px; } }
@media (min-width: 768px) {
  .section .section-wrapper {
    padding-left: 0;
    padding-right: 0; } }
@media (min-width: 1280px) {
  .section .section-wrapper.wide {
    max-width: 1150px; } }
@media (min-width: 1600px) {
  .section .section-wrapper {
    max-width: 1200px; }
  .section .section-wrapper.wide {
    max-width: 1400px; } }
.section .section-wrapper.fullwidth {
  max-width: none;
  padding-left: 0;
  padding-right: 0; }
@media (min-width: 1600px) {
  .section .section-wrapper.fullwidth {
    max-width: none; } }

.section-item {
  background: #1d1d1d; }

.section-gallery {
  background: #1d1d1d; }

.fp-scroller {
  display: flex;
  width: 100vw;
  min-height: 100vh;
  padding-top: 64px;
  padding-bottom: 64px; }

.section-title {
  max-width: 512px;
  margin: 0 auto; }
.section-title.title-large {
  max-width: 720px; }
.section-title .title-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  left: 50vw;
  line-height: 12rem;
  margin-bottom: 0;
  transform: translateX(-50%) translateY(-50%) scale(1.2);
  text-transform: uppercase;
  opacity: 0;
  font-weight: 800;
  transition: 0.3s ease-in-out;
  font-size: 4rem;
  letter-spacing: -0.075em;
  z-index: -1; }
.section-title .title-bg.no-anim {
  opacity: 0.1;
  transform: translateX(-50%) translateY(-50%); }
@media (min-width: 768px) {
  .section-title .title-bg {
    letter-spacing: 0.2em;
    padding-left: 0.2em;
    font-size: 6rem; } }
@media (min-width: 992px) {
  .section-title .title-bg {
    letter-spacing: 0.0em;
    padding-left: 0.0em;
    font-size: 10rem; } }
@media (min-width: 768px) {
  .section-title .title-abs {
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    position: absolute; } }

.section.active .title-bg {
  opacity: 0.0;
  opacity: 0.03;
  transition-delay: 0.3s;
  transform: translateX(-50%) translateY(-50%); }
/*  @media (min-width: 768px) {
    .section.active .title-bg {
      opacity: 0.03; } }*/

@media (min-width: 768px) {
  .section-content.reduced {
    width: 80%;
    margin-left: auto;
    margin-right: auto; } }

.section-content .title-desc {
  margin-bottom: 2rem; }
@media (min-width: 768px) {
  .section-content .title-desc {
    margin-bottom: 0rem; } }

.section-content .illustr img {
  width: 100%; }
.section-content .illustr img.portrait {
  max-height: 66vh;
  width: auto; }

.section-content .illustr-legend {
  position: relative; }
.section-content .illustr-legend img,
.section-content .illustr-legend .img {
  width: 50%;
  max-width: 480px; }
.section-content .illustr-legend .legend {
  text-align: left; }
@media (min-width: 768px) {
  .section-content .illustr-legend .legend {
    position: absolute;
    left: 75%;
    width: 25%;
    top: 10%; } }
.section-content .illustr-legend .legend hr {
  width: 50%;
  margin: 0.25rem 0;
  border-top: 2px solid #D1335B; }
.section-content .illustr-legend .legend h4 {
  font-weight: bold;
  font-size: 1.5rem; }
@media (min-width: 768px) {
  .section-content .illustr-legend .legend.legend-left {
    left: 0%; } }
.section-content .illustr-legend .legend.text-right hr {
  margin-left: 50%; }

.section-content .illustr-center {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto; }
.section-content .illustr-center .img, .section-content .illustr-center img {
  width: 100%; }

.section-content img.logo {
  height: 96px;
  margin: 0.75rem 0; }
@media (min-width: 576px) {
  .section-content img.logo {
    height: 128px; } }
@media (min-width: 768px) {
  .section-content img.logo {
    height: 160px; } }

.section-content hr {
  width: 50%;
  margin: 0.25rem 0;
  border-top: 2px solid #D1335B; }

.section-content h4 {
  display: inline-block; }
.section-content h4 strong {
  color: #D1335B; }

.section-content ul {
  padding-left: 1rem; }
.section-content ul li {
  list-style: disc; }
.section-content ul.list-primary {
  padding-left: 0; }
.section-content ul.list-primary > li {
  position: relative;
  padding-left: 1.5em;
  list-style: none; }
.section-content ul.list-primary > li:before {
  position: absolute;
  border-radius: 2rem;
  background: #D1335B;
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 0.25em;
  content: ""; }
.section-content ul.list-secondary {
  padding-left: 0; }
.section-content ul.list-secondary > li {
  position: relative;
  padding-left: 1.5em;
  list-style: none; }
.section-content ul.list-secondary > li:before {
  position: absolute;
  border-radius: 2rem;
  background: #3f4b62;
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 0.25em;
  content: ""; }
.section-content ul.list-white {
  padding-left: 0; }
.section-content ul.list-white > li {
  position: relative;
  padding-left: 1.5em;
  list-style: none; }
.section-content ul.list-white > li:before {
  position: absolute;
  border-radius: 2rem;
  background: #ffffff;
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 0.25em;
  content: ""; }
.section-content ul.list-black {
  padding-left: 0; }
.section-content ul.list-black > li {
  position: relative;
  padding-left: 1.5em;
  list-style: none; }
.section-content ul.list-black > li:before {
  position: absolute;
  border-radius: 2rem;
  background: #1d1d1d;
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 0.25em;
  content: ""; }

.section-content h2.border-primary,
.section-content h3.border-primary,
.section-content h4.border-primary,
.section-content h5.border-primary,
.section-content .h5.border-primary,
.section-content p.border-primary {
  position: relative;
  padding-left: 1.5em; }
.section-content h2.border-primary:before,
.section-content h3.border-primary:before,
.section-content h4.border-primary:before,
.section-content h5.border-primary:before,
.section-content .h5.border-primary:before,
.section-content p.border-primary:before {
  position: absolute;
  border-top: 2px solid #D1335B;
  width: 1em;
  height: 0;
  left: 0;
  top: 0.5em;
  content: ""; }

.section-content h2.border-secondary,
.section-content h3.border-secondary,
.section-content h4.border-secondary,
.section-content h5.border-secondary,
.section-content .h5.border-secondary,
.section-content p.border-secondary {
  position: relative;
  padding-left: 1.5em; }
.section-content h2.border-secondary:before,
.section-content h3.border-secondary:before,
.section-content h4.border-secondary:before,
.section-content h5.border-secondary:before,
.section-content .h5.border-secondary:before,
.section-content p.border-secondary:before {
  position: absolute;
  border-top: 2px solid #3f4b62;
  width: 1em;
  height: 0;
  left: 0;
  top: 0.5em;
  content: ""; }

.section-content h2.border-white,
.section-content h3.border-white,
.section-content h4.border-white,
.section-content h5.border-white,
.section-content .h5.border-white,
.section-content p.border-white {
  position: relative;
  padding-left: 1.5em; }
.section-content h2.border-white:before,
.section-content h3.border-white:before,
.section-content h4.border-white:before,
.section-content h5.border-white:before,
.section-content .h5.border-white:before,
.section-content p.border-white:before {
  position: absolute;
  border-top: 2px solid #ffffff;
  width: 1em;
  height: 0;
  left: 0;
  top: 0.5em;
  content: ""; }

.section-content h2.border-black,
.section-content h3.border-black,
.section-content h4.border-black,
.section-content h5.border-black,
.section-content .h5.border-black,
.section-content p.border-black {
  position: relative;
  padding-left: 1.5em; }
.section-content h2.border-black:before,
.section-content h3.border-black:before,
.section-content h4.border-black:before,
.section-content h5.border-black:before,
.section-content .h5.border-black:before,
.section-content p.border-black:before {
  position: absolute;
  border-top: 2px solid #1d1d1d;
  width: 1em;
  height: 0;
  left: 0;
  top: 0.5em;
  content: ""; }

.row .align-self-end .section-content .title-desc {
  margin-bottom: 0; }

.row .align-self-end .section-content p:last-child {
  margin-bottom: 0; }

@media (max-width: 768px) {
  .fp-scrollable {
    height: auto !important; }
  .fp-scroller {
    height: auto !important; } }

@media (min-width: 768px) {
  .section .anim.translateUp {
    transform: translateY(48px);
    transition: 0.3s ease-in-out; }
  .section.active .anim.translateUp {
    transition-delay: 0.3s;
    transform: none; }
  .section .anim.translateDown {
    transform: translateY(-48px);
    transition: 0.3s ease-in-out; }
  .section.active .anim.translateDown {
    transition-delay: 0.3s;
    transform: none; } }

@media (min-width: 601px) {
  .section .anim .anim-wrapper {
    overflow: hidden;
    display: block; }
  .section .anim .anim-1,
  .section .anim .anim-2,
  .section .anim .anim-3,
  .section .anim .anim-4 {
    transition: 0.3s;
    transition-delay: 0s;
    position: relative;
    transform: translateY(20px);
    opacity: 0; }
  .section .anim .zoomout-1 {
    transition: 0.6s;
    transition-delay: 0s;
    transform: scale(1.1);
    opacity: 0; }
  .section .anim .fade-2,
  .section .anim .fade-3,
  .section .anim .fade-4,
  .section .anim .fade-1 {
    opacity: 0;
    transition: 0.6s;
    transition-delay: 0s; }
  .section.active .anim .anim-1 {
    transform: none;
    transition-delay: 0.3s;
    opacity: 1; }
  .section.active .anim .anim-2 {
    transform: none;
    transition-delay: 0.5s;
    opacity: 1; }
  .section.active .anim .anim-3 {
    transform: none;
    transition-delay: 0.7s;
    opacity: 1; }
  .section.active .anim .anim-4 {
    opacity: 1;
    transform: none;
    transition-delay: 0.9s; }
  .section.active .anim .zoomout-1 {
    transform: none;
    transition-delay: 0.3s;
    opacity: 1; }
  .section.active .anim .fade-1 {
    opacity: 1;
    transform: none;
    transition-delay: 0.3s; }
  .section.active .anim .fade-2 {
    opacity: 1;
    transform: none;
    transition-delay: 0.5s; }
  .section.active .anim .fade-3 {
    opacity: 1;
    transform: none;
    transition-delay: 0.7s; }
  .section.active .anim .fade-4 {
    opacity: 1;
    transform: none;
    transition-delay: 0.9s; } }

/* 5.2 Home section layout */
.section-home {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 640px;
  min-height: 90vh; }
.section-home .section-wrapper {
  width: 100%;
  text-align: center; }
.section-home .section-wrapper.twoside {
  text-align: left;
  max-width: 1020px; }
@media (min-width: 1600px) {
  .section-home .section-wrapper.twoside {
    max-width: 1200px; } }
.section-home .section-wrapper .fit-screen-sm {
  min-height: 512px; }
@media (min-width: 768px) {
  .section-home .section-wrapper .fit-screen-sm {
    min-height: auto; } }
.section-home .section-wrapper.padding-top {
  padding-top: 160px; }
.section-home .home-title {
  font-size: 2.5rem; }
@media (min-width: 768px) {
  .section-home .home-title {
    /*font-size: 5rem;*/
    font-size: 4em;
  } }
.section-home .section-content .bordered {
  border-bottom: 2px solid currentColor; }
.section-home .section-content .title-desc {
  margin-bottom: 2rem; }
.section-home .section-content .illustr img {
  width: 100%; }
.section-home .section-content .illustr img.portrait {
  max-height: 400px;
  width: auto; }
@media (min-width: 768px) {
  .section-home .section-content .illustr img.portrait {
    max-height: 66vh;
    width: auto; } }
.section-home .section-content img.logo {
  height: 96px;
  margin: 0.75rem 0;
  max-width: 100%;
  width: auto; }
@media (min-width: 576px) {
  .section-home .section-content img.logo {
    height: 128px; } }
@media (min-width: 768px) {
  .section-home .section-content img.logo {
    height: 160px; } }

/* 5.3 Section list / .section-list */
.section-list .item {
  margin-top: 40px;
  margin-bottom: 40px; }
.section-list .item:first-child {
  margin-bottom: 0; }
.section-list .item:last-child {
  margin-bottom: 0; }
@media (min-width: 992px) {
  .section-list .item > .order-md-1 {
    padding-right: 40px; } }
@media (min-width: 992px) {
  .section-list .item > .order-md-2 {
    padding-left: 40px; } }

@media (min-width: 992px) {
  .section-twoside .item > .order-md-1 {
    padding-right: 40px; } }

@media (min-width: 992px) {
  .section-twoside .item > .order-md-2 {
    padding-left: 40px; } }

@media (min-width: 768px) {
  .twoside.superposed .margin-up {
    margin-top: -4rem; }
  .twoside.superposed .margin-down {
    margin-top: 4rem; }
  .twoside.superposed .superposed-bottom {
    position: relative;
    z-index: 0;
    padding: 0; }
  .twoside.superposed .superposed-top {
    position: relative;
    z-index: 1;
    padding: 0; }
  .twoside.superposed .superposed-left {
    margin-left: 2rem;
    margin-right: -2rem; }
  .twoside.superposed .superposed-left > .section-content > .jumbotron {
    padding-left: 4rem;
    padding-right: 6rem; }
  .twoside.superposed .superposed-left.superposed-top > .section-content > .jumbotron {
    padding-left: 4rem;
    padding-right: 4rem; }
  .twoside.superposed .superposed-right {
    margin-left: -2rem; }
  .twoside.superposed .superposed-right > .section-content > .jumbotron {
    padding-left: 4rem;
    padding-right: 4rem; }
  .twoside.superposed .superposed-right.superposed-bottom > .section-content > .jumbotron {
    padding-left: 6rem;
    padding-right: 4rem; }
  .twoside.superposed .section-content > .jumbotron .container {
    padding: 0; } }

.footer.footer-page {
  padding-top: 2rem;
  padding-bottom: 2rem; }
.footer.footer-page ul,
.footer.footer-page li {
  list-style: none; }
.footer.footer-page .footer-nav .navbar-brand {
  color: inherit;
  margin-bottom: 1rem; }
@media (min-width: 768px) {
  .footer.footer-page .footer-nav .navbar-brand {
    margin-bottom: 0; } }
.footer.footer-page .footer-nav .navbar-brand img {
  height: 48px;
  width: auto;
  margin-right: 0.5rem; }
.footer.footer-page .footer-nav .navbar-brand .text {
  display: inline;
  margin-bottom: 0;
  vertical-align: middle; }
.footer.footer-page .footer-nav .nav-container {
  display: flex;
  padding-left: 32px; }
@media (min-width: 768px) {
  .footer.footer-page .footer-nav .nav-container {
    justify-content: flex-end;
    padding: 0; } }
.footer.footer-page .footer-nav .navbar-nav {
  display: flex;
  flex-direction: row;
  padding: 0; }
.footer.footer-page .footer-nav .navbar-nav .nav-item {
  padding-right: 1rem; }
@media (min-width: 768px) {
  .footer.footer-page .footer-nav .navbar-nav .nav-item {
    justify-content: flex-end;
    padding-right: 0;
    padding-left: 2rem; } }
.footer.footer-page .footer-nav .navbar-nav a {
  color: inherit; }
.footer.footer-page .footer-nav .navbar-nav a:hover {
  text-decoration: none;
  color: #D1335B; }
.footer.footer-page .footer-block .social-form {
  margin-top: 1rem;
  margin-bottom: 1rem; }
.footer.footer-page .footer-block .social-form .title {
  font-size: 1rem;
  font-weight: bold; }
.footer.footer-page .footer-block .social-form .email-ok {
  position: absolute; }
.footer.footer-page .footer-block .social-form .form-group {
  width: 100%; }
@media (min-width: 576px) {
  .footer.footer-page .footer-block .social-form .form-group {
    width: auto; } }
.footer.footer-page .footer-block .social-icons {
  display: flex;
  justify-content: flex-end;
  padding-right: 1rem; }
.footer.footer-page .footer-block .socials-nav {
  list-style: none;
  display: flex;
  flex-direction: row; }
.footer.footer-page .footer-block .socials-nav a {
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
  color: inherit; }
.footer.footer-page .footer-block .socials-nav a:hover {
  text-decoration: none;
  color: #D1335B; }
.footer.footer-page .footer-block .socials-nav .icon {
  font-size: 24px; }
.footer.footer-page .footer-note {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1rem; }

/* 6. Helper classes / Responsiveness */
/* 6.1 Helper classes */
/*
 * Layout position
 */
/* Flexbox centered elements */
.center-vh {
  /* width needed for Firefox */
  display: flex;
  align-items: center;
  justify-content: center; }

.dir-col {
  flex-direction: column; }

.center-v {
  /* width needed for Firefox */
  display: flex;
  align-items: center; }

.center-h {
  /* width needed for Firefox */
  display: flex;
  justify-content: center; }

.end-h {
  justify-content: flex-end; }

.start-h {
  justify-content: flex-start; }

/* Table block centered elements */
.table {
  display: table;
  height: inherit;
  margin: auto; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

.mt-40 {
  margin-top: 40px; }

.mt-80 {
  margin-top: 20px; }
@media screen and (min-width: 768px) {
  .mt-80 {
    margin-top: 80px; } }

/*
 *Layout size
  */
.fullscreen {
  width: 100%;
  min-height: 100vh; }

@media (min-width: 576px) {
  .fullscreen-md {
    width: 100%;
    min-height: 100vh; } }

@media (min-width: 768px) {
  .fullscreen-lg {
    width: 100%;
    min-height: 100vh; } }

.fullscreen-position {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fullheight {
  min-height: 100vh; }

@media (max-width: 767px) {
  .fullheight-sm-only {
    min-height: 100vh; } }

.fullwidth {
  width: 100%; }

@media (max-width: 767px) {
  .plr-sm-4 {
    padding-left: 4px;
    padding-right: 4px; } }

@media (max-width: 767px) {
  .plr-sm-8 {
    padding-left: 8px;
    padding-right: 8px; } }

@media (max-width: 767px) {
  .row-mlr-sm-4 {
    margin-left: -4px;
    margin-right: -4px; } }

@media (max-width: 767px) {
  .row-mlr-sm-8 {
    margin-left: -8px;
    margin-right: -8px; } }

@media (max-width: 767px) {
  .mb-sm-2 {
    margin-bottom: 8px !important; } }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

@media (max-width: 575px) {
  .hidden-sm {
    display: none !important;
    visibility: hidden; } }

@media (max-width: 575px) {
  .hidden-md {
    display: none !important;
    visibility: hidden; } }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

.bg-primary {
  background-color: #D1335B !important; }

.bg-secondary {
  background-color: #3f4b62 !important; }

.bg-light-gray {
  background-color: #e1e1e1 !important; }

.bg-white-gray {
  background-color: #f8f9fa !important; }

.bg-white {
  background-color: #ffffff !important; }

.bg-black {
  background-color: #1d1d1d !important; }

.bg-triangle-primary {
  position: relative;
  padding-bottom: 100px; }
.bg-triangle-primary:after {
  content: "";
  height: 120px;
  width: 100%;
  background: #D1335B;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skewY(-3deg) translateY(50%); }

.bg-triangle-inverse-primary {
  position: relative;
  padding-bottom: 100px; }
.bg-triangle-inverse-primary:after {
  content: "";
  height: 120px;
  width: 100%;
  background: #D1335B;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skewY(3deg) translateY(50%); }

.bg-triangle-top-primary {
  position: relative;
  padding-top: 100px; }
.bg-triangle-top-primary:before {
  content: "";
  height: 120px;
  width: 100%;
  background: #D1335B;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewY(-3deg) translateY(-50%); }

.bg-triangle-inverse-top-primary {
  position: relative;
  padding-top: 100px; }
.bg-triangle-inverse-top-primary:before {
  content: "";
  height: 120px;
  width: 100%;
  background: #D1335B;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewY(3deg) translateY(-50%); }

.bg-triangle-secondary {
  position: relative;
  padding-bottom: 100px; }
.bg-triangle-secondary:after {
  content: "";
  height: 120px;
  width: 100%;
  background: #3f4b62;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skewY(-3deg) translateY(50%); }

.bg-triangle-inverse-secondary {
  position: relative;
  padding-bottom: 100px; }
.bg-triangle-inverse-secondary:after {
  content: "";
  height: 120px;
  width: 100%;
  background: #3f4b62;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skewY(3deg) translateY(50%); }

.bg-triangle-top-secondary {
  position: relative;
  padding-top: 100px; }
.bg-triangle-top-secondary:before {
  content: "";
  height: 120px;
  width: 100%;
  background: #3f4b62;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewY(-3deg) translateY(-50%); }

.bg-triangle-inverse-top-secondary {
  position: relative;
  padding-top: 100px; }
.bg-triangle-inverse-top-secondary:before {
  content: "";
  height: 120px;
  width: 100%;
  background: #3f4b62;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewY(3deg) translateY(-50%); }

.bg-triangle-light-gray {
  position: relative;
  padding-bottom: 100px; }
.bg-triangle-light-gray:after {
  content: "";
  height: 120px;
  width: 100%;
  background: #e1e1e1;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skewY(-3deg) translateY(50%); }

.bg-triangle-inverse-light-gray {
  position: relative;
  padding-bottom: 100px; }
.bg-triangle-inverse-light-gray:after {
  content: "";
  height: 120px;
  width: 100%;
  background: #e1e1e1;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skewY(3deg) translateY(50%); }

.bg-triangle-top-light-gray {
  position: relative;
  padding-top: 100px; }
.bg-triangle-top-light-gray:before {
  content: "";
  height: 120px;
  width: 100%;
  background: #e1e1e1;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewY(-3deg) translateY(-50%); }

.bg-triangle-inverse-top-light-gray {
  position: relative;
  padding-top: 100px; }
.bg-triangle-inverse-top-light-gray:before {
  content: "";
  height: 120px;
  width: 100%;
  background: #e1e1e1;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewY(3deg) translateY(-50%); }

.bg-triangle-white-gray {
  position: relative;
  padding-bottom: 100px; }
.bg-triangle-white-gray:after {
  content: "";
  height: 120px;
  width: 100%;
  background: #f8f9fa;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skewY(-3deg) translateY(50%); }

.bg-triangle-inverse-white-gray {
  position: relative;
  padding-bottom: 100px; }
.bg-triangle-inverse-white-gray:after {
  content: "";
  height: 120px;
  width: 100%;
  background: #f8f9fa;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skewY(3deg) translateY(50%); }

.bg-triangle-top-white-gray {
  position: relative;
  padding-top: 100px; }
.bg-triangle-top-white-gray:before {
  content: "";
  height: 120px;
  width: 100%;
  background: #f8f9fa;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewY(-3deg) translateY(-50%); }

.bg-triangle-inverse-top-white-gray {
  position: relative;
  padding-top: 100px; }
.bg-triangle-inverse-top-white-gray:before {
  content: "";
  height: 120px;
  width: 100%;
  background: #f8f9fa;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewY(3deg) translateY(-50%); }

.bg-triangle-white {
  position: relative;
  padding-bottom: 100px; }
.bg-triangle-white:after {
  content: "";
  height: 120px;
  width: 100%;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skewY(-3deg) translateY(50%); }

.bg-triangle-inverse-white {
  position: relative;
  padding-bottom: 100px; }
.bg-triangle-inverse-white:after {
  content: "";
  height: 120px;
  width: 100%;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skewY(3deg) translateY(50%); }

.bg-triangle-top-white {
  position: relative;
  padding-top: 100px; }
.bg-triangle-top-white:before {
  content: "";
  height: 120px;
  width: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewY(-3deg) translateY(-50%); }

.bg-triangle-inverse-top-white {
  position: relative;
  padding-top: 100px; }
.bg-triangle-inverse-top-white:before {
  content: "";
  height: 120px;
  width: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewY(3deg) translateY(-50%); }

.bg-triangle-black {
  position: relative;
  padding-bottom: 100px; }
.bg-triangle-black:after {
  content: "";
  height: 120px;
  width: 100%;
  background: #1d1d1d;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skewY(-3deg) translateY(50%); }

.bg-triangle-inverse-black {
  position: relative;
  padding-bottom: 100px; }
.bg-triangle-inverse-black:after {
  content: "";
  height: 120px;
  width: 100%;
  background: #1d1d1d;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skewY(3deg) translateY(50%); }

.bg-triangle-top-black {
  position: relative;
  padding-top: 100px; }
.bg-triangle-top-black:before {
  content: "";
  height: 120px;
  width: 100%;
  background: #1d1d1d;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewY(-3deg) translateY(-50%); }

.bg-triangle-inverse-top-black {
  position: relative;
  padding-top: 100px; }
.bg-triangle-inverse-top-black:before {
  content: "";
  height: 120px;
  width: 100%;
  background: #1d1d1d;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewY(3deg) translateY(-50%); }

.mask-primary:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(209, 51, 91, 0.5); }

.mask-secondary:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(63, 75, 98, 0.5); }

.mask-light-gray:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(225, 225, 225, 0.5); }

.mask-white-gray:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(248, 249, 250, 0.5); }

.mask-white:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5); }

.mask-black:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.bg-gradient-primary {
  background-image: linear-gradient(to right, #D1335B, #ffc107); }

.bg-gradient-secondary {
  background-image: linear-gradient(to right, #3f4b62, #d1335b); }

.bg-gradient-purple {
  background-image: linear-gradient(to right, #037FD5, #8A3ED5); }

.bg-gradient-aqua {
  background-image: linear-gradient(to right, #037FD5, #2ED662); }

.bg-gradient-blue {
  background-image: linear-gradient(to right, #037FD5, #8A3ED5); }

.bg-gradient-bluered {
  background-image: linear-gradient(to right, #037FD5, #dc3545); }

.bg-gradient-green {
  background-image: linear-gradient(to right, #2ED662, #FFDA2E); }

.bg-gradient-orange {
  background-image: linear-gradient(to right, #FF9947, #FFDA2E); }

.bg-gradient-red {
  background-image: linear-gradient(to right, #dc3545, #FF9947); }

.t-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-nowrap {
  white-space: nowrap; }

/* 6.2 Helper classes */
.display-1 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1; }
@media (min-width: 768px) {
  .display-1 {
    font-size: 6rem; } }

.display-2 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }
@media (min-width: 768px) {
  .display-2 {
    font-size: 5.5rem; } }

.display-3 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
  font-weight: bold; }
@media (min-width: 768px) {
  .display-3 {
    /*font-size: 4.5rem;*/
    font-size: 4rem;
  } }

.display-4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
  font-weight: bold; }
@media (min-width: 768px) {
  .display-4 {
    font-size: 3.5rem; } }

.display-5 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.1; }
@media (min-width: 768px) {
  .display-5 {
    font-size: 3rem; } }

.display-title {
  margin-bottom: 1rem; }

@media (max-width: 575px) {
  .text-right-sm {
    text-align: right !important; } }

@media (max-width: 575px) {
  .text-left-sm {
    text-align: left !important; } }

@media (max-width: 575px) {
  .text-center-sm {
    text-align: center !important; } }

.strong,
strong {
  font-weight: bold; }

.condensed {
  font-family: "Bebas Neue", sans-serif; }

h1, h2, h3, h4,
.h1, .h2, .h3, .h4{
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

/* 6.3 Responsiveness */
.text-black {
  color: #1d1d1d !important; }

.text-primary {
  color: #D1335B !important; }

.text-secondary {
  color: #3f4b62 !important; }

.text-white {
  color: #ffffff !important; }

.text-black {
  color: #1d1d1d !important; }

/* Add your responsiveness hook here  */
/* ipad and tablet */
/* ipad and tablet */
/* phone */

/*custom styles*/
/*custom styles*/
/*custom styles*/
@media (min-width: 768px) {
  .page-header-alpha .socialbar-sidebar {
    position: fixed;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    display: none;
  }
}

@media (min-width: 1024px) {
  .wide-menu {
    position: fixed;
    top: 35px;
    left: auto;
    right: 66px;
  }

  .wmenu-nav {
    display: flex;
  }

  .wmenu-nav > li {
    position: relative;
    margin-left: 33px;
  }


  .wmenu-nav > li > a {
    font-size: 14px;
    line-height: 32px;
    text-transform: capitalize;
    color: #FFFFFF;
  }

  .wmenu-nav > li > a:hover {
    color: #FFFFFF;
    text-decoration: none;
  }

  .wmenu-nav > li:hover > a::after,
  .wmenu-nav > li > a.marked::after,
  .wmenu-nav > li > a.active::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFD644;
  }

  .wmenu-nav > li.menu-item-has-children:hover > a::after {
    display: none;
  }

  .wmenu-nav > li.menu-item-has-children > a.marked::after,
  .wmenu-nav > li.menu-item-has-children > a.active::after {
    width: calc(100% - 0.75em);
  }

  .wmenu-nav > li > a.marked::after,
  .fp-viewing-contact .wmenu-nav > li > a.active::after {
    display: none;
  }
  .wmenu-nav > li > a:hover::after,
  .fp-viewing-contact .wmenu-nav > li > a.marked::after {
    display: block;
  }
}

@media (min-width: 1200px) {
  .page-header-alpha .socialbar-sidebar {
    display: block;
    position: fixed;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
}

@media (min-width: 1280px) {
  .page-header .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1279px) {
  .wide-menu {
    display: none;
  }
}

.doodle-video .section-home .section-content .illustr,
.video-design .section-home .section-content .illustr,
.motion-design .section-home .section-content .illustr {
  position: relative;
}
.doodle-video .section-home .section-content video,
.video-design .section-home .section-content video,
.motion-design .section-home .section-content video {
  position: absolute;
  top: 4px;
  left: 50%;
  width: 70.5%;
  border-radius: 10px 10px 0 0;
  outline: none;
  transform: translateX(-50%);
}

.page-header-alpha .socialbar-sidebar .social-list {
  padding-left: 33px;
}
.page-header-alpha .socialbar-sidebar .social-item {
  opacity: 0.5;
  transition: 0.6s;
  padding: 8px 0;
}
.page-header-alpha .socialbar-sidebar .social-item a {
  font-size: 23px;
  text-decoration: none;
  color: currentColor;
}
.page-header-alpha .socialbar-sidebar .social-item .icon {
  width: 26px;
  height: 26px;
  padding-top: 1px;
  display: inline-block;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 40px;
  transition: 0.6s;
  font-size: 1rem;
}
.page-header-alpha .socialbar-sidebar .social-item.active {
  opacity: 1;
}
.page-header-alpha .socialbar-sidebar .social-item.active .icon {
  background: #ffffff;
  color: #8b8b8b;
}
.page-header-alpha .socialbar-sidebar .social-item:hover {
  position: relative;
  padding-left: 3px;
  opacity: 1;
}
.page-header-alpha .socialbar-sidebar .social-item:hover::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: -36px;
  width: 20px;
  height: 2px;
  background: #fff;
}
.page-header-alpha .socialbar-sidebar .social-item:hover .icon {
  background: #ffffff;
  color: #8b8b8b;
}

@media (min-width: 768px) {
  .page-header-alpha .socialbar-sidebar.text-only .icon {
    display: none;
  }
}

.btn-yellow {
  padding: 1.1rem 3.37rem;
  color: #725200;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(270deg, #FFE224 0%, #FCC537 100%);
  border: none;
}
.btn-yellow:hover,
.btn-yellow:focus {
  background: linear-gradient(270deg, #FFE224 0%, #FCC537 100%);
  box-shadow: 0px 6px 20px rgba(255, 225, 37, 0.2);
}
.slick-list {
  visibility: hidden;
}
.section.active .slick-list {
  visibility: visible;
}
.slick-arrow {
  position: absolute;
  top: 0;
  padding: 20px;
  height: 100%;
  border: none;
  background: none;
  text-indent: -5000px;
  outline: none;
  cursor: pointer;
}
.slick-arrow:hover::before {
  opacity: 1;
  filter: drop-shadow(0px 0px 2px white);
}
.slick-arrow:focus {
  outline: none;
}
.slick-arrow::before {
  position: absolute;
  top: calc(50% - 12px);
  left: 50%;
  width: 17px;
  height: 17px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  opacity: .8;
  transition: all .2s;
}
.slick-prev {
  left: -60px;
}
.slick-prev::before {
  content: "";
  transform: rotate(-45deg);
}
.slick-next {
  right: -60px;
}
.slick-next::before {
  content: "";
  left: 10%;
  transform: rotate(135deg);
}
.our-works .section-content {
  position: relative;
}
.our-works .carousel-item > a {
  visibility: hidden;
  position: absolute;
  left: 50%;
  /*bottom: 95px;*/
  bottom: 65px;
  transform: translateX(-50%);
}
.our-works .carousel-item > img {
  max-width: 100%;
  height: auto;
}
.our-works .carousel-caption {
  right: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to right, #3f4b62, #d1335b);
}
.our-works .section-content > .carousel-control-prev {
  left: -15%;
  z-index: 5;
}
.our-works .section-content > .carousel-control-next {
  right: -15%;
  z-index: 5;
}
.works-carousel .slick-list {
  max-width: 582px;
  max-height: 382px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.works-carousel .carousel-inside {
  z-index: 10;
}
.works-carousel .carousel-inside::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  width: 826px;
  height: 431px;
  background-image: url(../img/laptop.webp);
  background-size: cover;
  transform: translateX(-50%);
}
.works-carousel .carousel-inside.safari::before {
  background-image: url(../img/laptop.png);
}
@media (min-width: 2400px) {
  .works-carousel .slick-list {
    max-width: 700px;
    max-height: 460px;
  }
  .works-carousel .carousel-inside::before {
    top: -6px;
    width: 994px;
    height: 519px;
  }
}
@media (min-width: 3840px) {
  .works-carousel .slick-list {
    max-width: 935px;
    max-height: 614px;
  }
  .works-carousel .carousel-inside::before {
    top: -8px;
    width: 1330px;
    height: 694px;
  }
}
.carousel-bg {
  position: absolute;
  left: 0;
  /*bottom: 18%;*/
  bottom: 25%;
  width: 100%;
}
.carousel-bg .slick-slide {
  margin-right: 0.2em;
  transition: all .6s;
  filter: saturate(0.3);
  opacity: .5;
}
.carousel-bg .slick-slide img {
  height: auto;
}
.carousel-bg .slick-slide:hover {
  filter: none;
  opacity: 1;
}
.contact .form-control-line,
.contact .form-control-line:focus {
  border-color: #952846;
  resize: none;
}
.contact .form-group i {
  position: absolute;
  left: 15px;
  top: 13px;
  font-size: 24px;
  color: #FFD644;
}
.contact .form-group label:not(.error) {
  position: absolute;
  top: 9px;
  left: 50px;
  font-size: 20px;
  transition: all .2s ease-in-out;
  cursor: text;
}
.contact .form-group input,
.contact .form-group textarea {
  min-height: auto;
  height: 50px;
  padding: 11px 0 11px 35px;
  font-size: 20px;
}
.contact .form-group input + label.error,
.contact .form-group input:focus + label,
.contact .form-group input + .error + label,
.contact .form-group textarea + label.error,
.contact .form-group textarea:focus + label,
.contact .form-group textarea + .error + label {
  top: -7px;
  left: 50px;
  font-size: 12px;
  color: rgba(255,255,255,.5);
}
.contact .address-container h4,
.contact2 .address-container h4 {
  font-weight: bold;
  /*text-transform: uppercase;*/
}
.contact .address-container h4 i,
.contact2 .address-container h4 i {
  margin-right: 5px;
  opacity: .5;
}
.contact .address-container p a,
.contact2 .address-container p a {
  color: white;
}
.infographics-big .section-content h4 {
  position: relative;
  text-align: center;
  margin-bottom: 1.1em;
}
.infographics-big .section-content h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  background-image: url(../img/circle-2.svg);
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-50%) translateY(-50%);
}
.infographics-big .section-content h4 .txt {
  position: absolute;
}
.infographics-big .section-content h4 .txt-down {
  left: -52px;
  bottom: 20px;
}
.infographics-big .section-content h4 .txt-up {
  top: 30px;
  left: calc(100% + 8px);
}
.infographics-big .section-content h4 .number {
  font-family: OpenSans;
  font-weight: bold;
  font-size: 80px;
  color: #FFD644;
}
.contact-btn .contact-us {
  position: relative;
}
.contact-btn .contact-us::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 50%;
  width: 304px;
  height: 304px;
  background: url(../img/circle-1.svg);
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.presentations .benefits .contact-us h5,
.presentations .benefits .contact-us .h5 {
  margin: .2em 0;
  font-family: OpenSans;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
}
.presentations .benefits .contact-us a {
  margin: .2em auto;
  font-family: OpenSans;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  width: 80%;
}
.benefits .media-head {
  min-width: 102px;
  font-family: 'Lucida Sans';
  font-style: normal;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #FFD644;
}
.benefits .media-head p {
  margin: 0;
  line-height: 1;
  font-size: 65px;
}
.benefits .media-head span {
  margin: 0;
  line-height: 1;
  font-size: 25px;
  text-transform: none;
}
.portfolio .section-title h6 .btn,
.portfolio .section-title .h6 .btn {
  margin-right: 10px;
  margin-bottom: 1.5em;
}
.portfolio .btn-active {
  color: #725200;
  background: linear-gradient(270deg, #FFE224 0%, #FCC537 100%);
}
.portfolio .btn-active:hover,
.portfolio .btn-active:focus {
  background: linear-gradient(270deg, #FFE224 0%, #FCC537 100%);
}

@media (min-width: 1024px) {
  .section-title .title-bg {
    line-height: 1;
  }
  .section-title .title-bg.title-bg-bottom {
    top: auto;
    left: 0;
    bottom: 80px;
    transform: translate(0px);
  }
  .section-title .title-bg.title-bg-top {
    top: 12%;
    left: 50%;
    width: 100%;
    font-size: 7.5rem;
    transform: translateX(-50%);
  }
  .infographics-big .section-title .title-bg.title-bg-top {
    top: 0;
    line-height: 50vh;
  }
  .section-title .title-flow {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    font-family: OpenSans;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    /*text-transform: uppercase;*/
    color: #FFFFFF;
    opacity: 0.5;
  }
  .title-x-large {
    max-width: 100%;
  }
  .title-x-large h2 {
    margin-bottom: 1em;
    text-transform: capitalize;
  }
  .dots {
    position: absolute;
    top: 0;
    left: 40%;
    width: 210px;
    height: 125px;
    background-image: url(../img/dots.svg);
  }
  .dots-1 {
    width: 210px;
  }
  .dots-2 {
    top: 5%;
    left: 50%;
    width: 565px;
    transform: translateX(-50%);
  }
  .dots-3 {
    /*top: 8%;*/
    top: 0;
    left: 50%;
    width: 265px;
    transform: translateX(-50%);
  }
  .dots-4 {
    top: 50%;
    left: 50%;
    width: 565px;
    transform: translateX(-50%) translateY(-50%);
  }
  .dots-5 {
    top: 12%;
    left: 0;
    width: 565px;
    transform: translateX(-50%);
  }
  .dots-6 {
    top: 20%;
    left: 8%;
    width: 379px;
    height: 291px;
  }
  .dots-7 {
    top: 28%;
    left: 50%;
    width: 565px;
    transform: translateX(-50%) translateY(-50%);
  }
  .dots-8 {
    top: 0;
    left: 50%;
    width: 333px;
    height: 88px;
    transform: translateX(-50%);
  }
  .dots-9 {
    top: 0;
    left: auto;
    right: 0;
    width: 379px;
    height: 291px;
  }
  .circle {
    position: relative;
    display: inline-block;
    margin: 0 12px;
    width: 7px;
    height: 7px;
    border: 2px solid white;
    border-radius: 50%;
    opacity: .5;
    vertical-align: middle;
  }
  .circle::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    width: 163px;
    height: 2px;
    background: #fff;
  }
  .circle-right::before {
    right: 5px;
  }
  .circle-left::before {
    left: 5px;
  }
  .bordered-left {
    padding-left: 23px;
    border-left: 2px solid #952846;
  }
  .page-number {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 0;
    right: auto;
    margin-bottom: 25px;
    background: transparent;
    color: rgba(255,255,255,.2);
    z-index: 2;
  }
  .page-number.left-corner {
    left: 30px;
  }
  .page-number.right-corner {
    left: calc(100% - 135px);
  }
  .page-number .line-and-number {
    display: flex;
  }
  .page-number .line-and-number::before,
  .page-number .line-and-number::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    width: 100vw;
    height: 2px;
    background: rgba(255,255,255,.2);
  }
  .page-number .line-and-number::before {
    right: 100%;
  }
  .page-number .line-and-number::after {
    left: 86px;
  }
  .page-number .number {
    position: relative;
    margin-bottom: 0;
    font-weight: 800;
    font-size: 64px;
    line-height: 1;
    letter-spacing: -3px;
  }
  .page-number .number::before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 46px;
    width: 22px;
    height: 8px;
    border-top: 3px solid;
    border-bottom: 3px solid;
  }
  .page-number.left-corner .number::before {
    border-color: #091428;
    background: #3e4454;
  }
  .page-number.right-corner .number::before {
    border-color: #8a2744;
    background: #a05169;
  }
  .page-number .txt {
    margin-bottom: 0;
    margin-left: 9px;
    font-weight: bold;
    font-size: 9px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    transform: rotate(-90deg);
  }
  .features .section-content {
    width: 77%;
  }
  .features .section-content img + h5,
  .features .section-content img + .h5{
    position: relative;
    padding-top: 2em;
  }
  .features .section-content img + h5::before,
  .features .section-content img + .h5::before{
    content: "";
    position: absolute;
    top: 1.2em;
    left: calc(50% - 20px);
    width: 40px;
    height: 2px;
    background: #952846;
  }
  .features .title-desc {
    margin-top: 6em;
  }
  .features-wide .section-content {
    width: 90%;
    height: 212px;
  }
  .features-wide .section-content img + h5,
  .features-wide .section-content img + .h5 {
    position: relative;
    padding-top: 2em;
  }
  .features-wide .section-content img + h5::before,
  .features-wide .section-content img + .h5::before {
    content: "";
    position: absolute;
    top: 1.2em;
    left: calc(50% - 20px);
    width: 40px;
    height: 2px;
    background: #952846;
  }
  .features-wide .title-desc {
    margin-top: 6em;
  }
  .benefits .section-title .title-bg {
    width: 95%;
  }
  .benefits .section-content h4 {
    width: 70%;
  }
  .benefits .media {
    margin-bottom: 2.2em;
  }
  .benefits .media-body p {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 15px;
    min-height: 84px;
    color: #ffffff;
  }
  .benefits .media-body p::before {
    content: "";
    position: absolute;
    top: calc(50% - 11px);
    left: 0;
    width: 2px;
    height: 23px;
    background: #FFD644;
  }
  .agency .section-content {
    width: 77%;
  }
  .agency .section-content img + h5,
  .agency .section-content img + .h5 {
    position: relative;
    padding-top: 2em;
  }
  .agency .section-content img + h5::before,
  .agency .section-content img + .h5::before {
    content: "";
    position: absolute;
    top: 1.2em;
    left: calc(50% - 20px);
    width: 40px;
    height: 2px;
    background: #952846;
  }
  .infographics-big .section-content {
    width: 90%;
  }
  .infographics-big .section-content h5,
  .infographics-big .section-content .h5 {
    font-weight: normal;
    font-size: 20px;
  }
  .carousel-inside .carousel-item.slick-current > a {
    visibility: visible;
  }
  .carousel-inside .carousel-item > a span {
    display: block;
    font-size: 10px;
    font-weight: 200;
  }
  .clients .text-block {
    position: relative;
    padding-left: 50px;
    font-size: 24px;
    color: #C5C5C5;
  }
  .clients .text-block::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 30px;
    height: 2px;
    background: #952846;
  }
  .clients .media .img img {
    width: auto;
    height: auto;
  }
  .clients .section-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .contact .hands {
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100vh;
    background-image: url(../img/hands.webp);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 75%;
    opacity: 0;
    transition: all .1s  ease-in-out;
    z-index: 5;
  }
  .contact .hands.safari {
    background-image: url(../img/hands.png);
  }
  .contact.active.fp-completely .hands {
    opacity: 1;
  }
  .contact .title-bg {
    bottom: 38%;
    left: 50%;
    width: 85%;
    font-size: 7.5rem;
    transform: translateX(-50%);
  }
  .contact .circle::before {
    width: 114px;
  }
  .contact h2 {
    margin-bottom: 0.8em;
  }
  .contact .form-container {
    position: relative;
    margin-top: 50px;
    width: 82%;
    z-index: 10;
  }
  .contact .btn-yellow {
    width: 217px;
  }
  .contact2 .section-title + .row {
    position: relative;
  }
  .contact2 .display-title + p {
    position: relative;
    padding-left: 50px;
    font-size: 24px;
  }
  .contact2 .display-title + p::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 30px;
    height: 2px;
    background: #952846;
  }
  .contact2 .ipad {
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100vh;
    background-image: url(../img/iPad.webp);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 63%;
    z-index: 5;
  }
  .contact2 .ipad.safari {
    background-image: url(../img/iPad.png);
  }

  /*custom styles for pages*/
  .motion-design .benefits .title-bg,
  .benefits-left.benefits .title-bg {
    text-align: right;
  }
  .motion-design .benefits .media {
    min-height: 91px;
  }
  .motion-design .benefits .item > div:last-child,
  .benefits-left.benefits .item > div:last-child {
    display: flex;
    align-items: flex-end
  }
  .benefits-left.benefits .media {
    min-height: 118px;
  }
  .advantages .media-body {
    position: relative;
    padding-left: 20px;
  }
  .advantages .media-body::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    width: 2px;
    height: 40px;
    background: #952846;
  }
  .advantages .media-body h4 {
    margin-bottom: 20px;
    /*text-transform: uppercase;*/
    line-height: 0.5;
  }
  .benefits-center.benefits .item {
    width: 85%;
  }
  .benefits-center.benefits .media {
    min-height: 91px;
    margin-bottom: 4.8em;
  }
  .benefits-center.benefits .media-body p,
  .benefits-infographics.benefits .media-body p,
  .index-page .benefits .media-body p {
    margin: 0;
  }
  .benefits-infographics.benefits .media {
    margin-bottom: 4.2em;
  }
  .presentations .our-works .section-title h2 {
    margin-bottom: .5em;
  }
  .presentations .section-title h6,
  .presentations .section-title .h6 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 2em;
  }
  .presentations .section-title h6 span,
  .presentations .section-title .h6 span {
    margin-right: 25px;
  }
  .presentations .section-title h6 i,
  .presentations .section-title .h6 i {
    color: #FFD644;
  }
  .presentations .mackbook {
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100vh;
    background-image: url(../img/mackbook.webp);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 97%;
    z-index: 5;
  }
  .presentations .mackbook.safari {
    background-image: url(../img/mackbook.png);
  }
  .main-home h4 {
    margin: .5em 0 1.5em;
    font-weight: bold;
    font-size: 20px;
  }
  .main-home p {
    font-family: OpenSans;
    font-weight: normal;
    font-size: 20px;
    line-height: 2;
  }
  .contact-btn p {
    font-family: OpenSans;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.5;
  }
  .contact-btn .main-text {
    margin: 3em 0 4.7em;
    font-size: 20px;
  }
  .contact-btn .undertext {
    position: relative;
    display: inline-block;
  }
  .contact-btn .undertext::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: calc(100% + 25px);
    width: 109px;
    height: 2px;
    background: #952846;
  }
  .index-page .main-home .btn {
    margin-right: 30px;
    padding: 1.1rem 3.37rem;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.25px;
    text-transform: capitalize;
  }
  .index-page .main-home .btn i {
    font-size: 10px;
    vertical-align: middle;
  }
  .index-page .home-title {
    font-size: 103px;
  }
  .index-page .home-title span:first-child {
    display: block;
    line-height: 80px;
  }
  .index-page .home-title span:last-child {
    display: inline-block;
    position: relative;
    top: -26px;
    line-height: 87px;
    font-size: 64px;
  }
  /*  .index-page .home-title span:last-child::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 10px;
      width: 100%;
      height: 4px;
      background: white;
    }*/
  .index-page .services .media:last-child {
  }
  .index-page .services .text-block {
    font-size: 24px;
    color: #C5C5C5;
  }
  .index-page .services .media a {
    padding: 20px;
    width: 100%;
    background: rgba(255, 255, 255, 0.041);
    border-radius: 20px;
    transition: all .15s ease-in-out;
  }
  .index-page .services .media a:hover {
    text-decoration: none;
    background: linear-gradient(270deg, #FFE224 0%, #FCC537 100%);
    box-shadow: 0px 6px 20px rgba(255, 225, 37, 0.2);
  }
  .index-page .services .media a:hover p {
    font-weight: bold;
    color: #725200;
  }
  .index-page .services .media a:hover p::before {
    background: #952846;
  }
  .index-page .benefits .btn,
  .benefits-infographics.benefits .btn {
    display: none;
  }
  .portfolio .section-title h2 {
    margin-bottom: .5em;
  }
  .portfolio .section-title h6,
  .portfolio .section-title .h6 {
    /*margin-bottom: 1.5em;*/
  }
}

/*mobile styles*/
@media (max-width: 1600px) {
  .index-page .section-home h4 {
    font-size: 18px;
  }
  .index-page .services .text-block {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .page-number {
    display: none;
  }
  .page-header-alpha {
    position: fixed;
    left: 0;
    top: 0;
    background: linear-gradient(to left, #D1335B, #00152e);
    width: 100%;
    z-index: 20;
  }
  .page-header-alpha .navbar-brand .logo img {
    height: 30px;
  }
  .section {
    padding-top: 70px;
    min-height: 100vh;
  }
  .section-title h2 {
    position: relative;
    text-align: center;
  }
  .section-title h2::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 90px;
    height: 2px;
    background-color: #952846;
    transform: translateX(-50%);
  }
  .text-block {
    margin: 1.8em 0 1em;
    font-size: 14px;
    color: rgba(255,255,255,.7);
    text-align: center;
  }
  .dots {
    position: absolute;
    top: 0;
    left: 50%;
    width: 220px;
    height: 95px;
    background-image: url(../img/dots.svg);
    transform: translateX(-50%);
    z-index: -1;
  }
  .dots-1 {
    top: -40px;
  }
  .dots-3 {
    top: 14%;
    left: 50%;
    width: 202px;
    height: 108px;
    transform: translateX(-50%);
  }
  .dots-2,
  .dots-5,
  .dots-6,
  .dots-9 {
    top: auto;
    bottom: 0px;
    height: 110px;
  }
  .dots-4 {
    top: 50%;
    left: 50%;
    width: 243px;
    height: 195px;
    transform: translateX(-50%) translateY(-50%);
  }
  .section.active .title-bg {
    font-size: 6rem;
  }
  .section-title .title-bg.title-bg-top {
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .btn-yellow {
    display: block;
    margin: auto;
    width: calc(100vw - 60px);
    padding: 1.1rem 3.37rem;
    font-weight: bold;
    font-size: 18px;
    text-transform: capitalize;
  }
  /*.slick-arrow {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }*/
  .slick-prev {
    /*top: -122px;*/
    left: calc(50% - 188px);
  }
  .slick-next {
    /*top: 135px;*/
    left: calc(50% + 148px);
  }
  .section-home {
    padding-top: 100px;
  }
  .section-home .title-bg {
    top: 63%;
  }
  .section-home .home-title {
    position: relative;
    text-align: center;
    font-size: 30px;
  }
  .section-home .section-content .illustr img {
    display: none;
  }
  .index-page .section-home .home-title span:first-child {
    display: block;
    font-size: 56px;
  }
  .index-page .section-home .home-title span:last-child {
    display: inline-block;
    position: relative;
    top: 2px;
    font-size: 48px;
  }
  .index-page .section-home .home-title span:last-child::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: white;
  }
  .section-home .title-desc h4 {
    position: relative;
    display: block;
    margin: 3em auto 4.7em;
    width: 91%;
    font-size: 18px;
    color: rgba(255,255,255,.7);
    text-align: center;
  }
  .section-home .title-desc h4::before {
    content: "";
    position: absolute;
    top: -34px;
    left: 50%;
    width: 90px;
    height: 2px;
    background-color: #952846;
    transform: translateX(-50%);
  }
  .index-page .main-home .btn {
    margin-bottom: 0.8em;
    padding: 1.1rem 3.37rem;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
  }
  .index-page .services .media {
    justify-content: center;
  }
  .index-page .services .media a {
    flex-direction: column;
  }
  .index-page .services .media .img {
    margin-right: 0 !important;
  }
  .index-page .services .media .icon {
    width: 43px;
  }
  .index-page .benefits .media-body p {
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
    text-align: center;
  }
  .index-page .benefits .btn {
    margin: 1.2em auto 0;
    width: 100%;
  }
  .our-works .section-title h2 {
    margin-top: 1em;
  }
  .our-works .section-title h2::after {
    display: none;
  }
  .works-carousel .carousel-inside {
    margin-top: 6.1em;
    width: 100vw;
  }
  .works-carousel .carousel-inside::before {
    width: 399px;
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .works-carousel .carousel-inside::after {
    content: "";
    position: absolute;
    top: -55px;
    left: 50%;
    width: 234px;
    height: 293px;
    background-image: url(../img/slider_back.webp);
    transform: translateX(-50%);
    z-index: -1;
  }
  .works-carousel .carousel-inside.safari::after {
    background-image: url(../img/slider_back.png);
  }
  .works-carousel .slick-list {
    margin: auto;
    width: 278px;
    height: 182px;
    border-radius: 8px 8px 0 0;
  }
  .works-carousel .carousel-inside .btn {
    display: none;
  }
  .carousel-bg {
    padding: 0 30px;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 175px;
  }
  .carousel-bg .slick-slide {
    filter: none;
  }
  .carousel-bg .carousel-item img {
    opacity: 0;
  }
  .carousel-bg .carousel-item.slick-current > a {
    visibility: visible;
  }
  .carousel-bg .carousel-item > a span {
    display: block;
    font-size: 10px;
    font-weight: 200;
  }
  .clients .col-6 .section-content {
    flex-direction: column;
  }
  .clients .col-12 .section-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .clients .col-12 .section-content .media {
    justify-content: center;
    width: 50%;
  }
  .clients .section-content .media .img {
    display: flex;
    justify-content: center;
  }
  .clients .section-content .media .img img {
    width: 70%;
  }
  .clients .col-12 .section-content .media:last-child .img img {
    width: 100%;
  }
  .contact .title-desc h2,
  .contact2 .title-desc h2 {
    position: relative;
    font-size: 40px;
    text-align: center;
  }
  .contact .title-desc h2::after,
  .contact2 .title-desc h2::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 90px;
    height: 2px;
    background-color: #952846;
    transform: translateX(-50%);
  }
  .contact .title-desc h5,
  .contact2 .title-desc h5,
  .contact .title-desc .h5,
  .contact2 .title-desc .h5 {
    margin: 1.8em 0 1em;
    font-size: 14px;
    color: rgba(255,255,255,.7);
    text-align: center;
  }
  .contact .section-title .title-bg,
  .contact2 .section-title .title-bg {
    top: 20%;
    font-size: 75px;
    line-height: 70px;
    text-align: center;
  }
  .contact .section-title .title-bg br {
    display: none;
  }
  .contact .form-group {
    margin-bottom: 2rem;
  }
  .contact .form-group textarea {
    height: 100px;
  }
  .contact .message {
    padding: 0 15px;
  }
  .contact .btns {
    margin: auto;
    width: calc(100% - 30px);
  }
  .contact2 .address-container {
    margin-top: 2.2em;
    text-align: center;
  }
  .contact2 .address-container h4 {
    margin-bottom: 0;
  }
  .contact2 .address-container p {
    margin-bottom: 2em;
    font-size: 14px;
  }
  .presentations .dots {
    display: none;
  }
  .presentations .section-home .title-desc h4 {
    margin: 0 0 2em;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
  }
  .presentations .section-home .title-desc h4::before {
    top: auto;
    bottom: -0.9em;
  }
  .presentations .section-home .title-desc p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  .presentations .section-home .title-desc p br {
    content: "";
    display: block;
    margin: 0.6em;
  }
  .presentations .section:not(.main-home) .section-content h2 {
    position: relative;
    margin-bottom: 0.8em;
    text-align: center;
  }
  .presentations .section:not(.main-home) .section-content h2::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 90px;
    height: 2px;
    background-color: #952846;
    transform: translateX(-50%);
  }
  .presentations .section-title h6,
  .presentations .section-title .h6 {
    display: none;
  }
  .presentations .section-content .main-text {
    font-size: 14px;
    text-align: center;
  }
  .presentations .section-content .undertext {
    position: absolute;
    left: 0;
    bottom: -15.3em;
    width: 100%;
    font-size: 24px;
    text-align: center;
  }
  .presentations .benefits .title-bg {
    white-space: nowrap;
    top: auto;
    bottom: -0.5em;
  }
  .presentations .benefits .contact-us {
    margin-top: 2.3em;
  }
  .presentations .benefits .contact-us img {
    width: 64px;
    height: 64px;
  }
  .presentations .benefits .contact-us h5,
  .presentations .benefits .contact-us .h5 {
    margin: 0.3em 0 0;
    font-size: 35px;
  }
  .presentations .benefits .contact-us p {
    font-size: 20px;
  }
  .contact-btn .contact-us::after {
    width: 250px;
    height: 250px;
    background-size: contain;
  }
  .infographics-big .section-title h2 {
    line-height: 1.25;
  }
  .infographics-big .section-title h2::after {
    bottom: -30px;
  }
  .infographics-big .section-title .title-bg {
    top: auto;
    bottom: 0;
    line-height: 0.8
  }
  .infographics-big .section-title .title-bg span:first-child {
    display: none;
  }
  .infographics-big .title-flow {
    display: block;
    margin-bottom: 0.3em;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.5;
  }
  .infographics-big .section-content {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 1.2em;
    padding-left: 13px;
    width: 100%;
  }
  .infographics-big .section-content h4 {
    margin-right: 3em;
  }
  .infographics-big .section-content h4::before {
    width: 60px;
    height: 60px;
    background-size: contain;
  }
  .infographics-big .section-content h4 .txt {
    font-size: 12px;
  }
  .infographics-big .section-content h4 .txt-down {
    left: -30px;
    bottom: 7px;
  }
  .infographics-big .section-content h4 .txt-up {
    top: 11px;
    left: calc(100% + 6px);
  }
  .infographics-big .section-content h4 .number {
    font-size: 34px;
  }
  .infographics-big .section-content h5,
  .infographics-big .section-content .h5 {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 120%;
    text-align: left;
    text-transform: capitalize;
  }
  .infographics-big .section-content h5::before,
  .infographics-big .section-content .h5::before {
    content: "";
    position: absolute;
    left: -22px;
    top: 50%;
    width: 2px;
    height: 24px;
    background-color: #952846;
    transform: translate(-50%, -50%);
  }
  .infographics-big.benefits .item {
    margin-top: 3em;
  }
  .infographics-big.benefits .section-content {
    margin-top: 0;
    width: 100%;
  }
  .infographics-big .section-content .media {
    width: 100%;
  }
  .infographics-big .section-content .media img {
    /*width: 42px; need bigger size*/
    width: 63px;
  }
  .infographics-big .section-content .media-body {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .infographics-big .section-content .media p {
    position: relative;
    margin: 0;
    padding-left: 24px;
    /*font-size: 14px; need bigger size*/
    font-size: 16px;
    line-height: 1.2;
    text-transform: capitalize;
  }
  .infographics-big .section-content .media p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 3px;
    width: 2px;
    height: 24px;
    background-color: #FFD644;
    transform: translateY(-50%);
  }
  .motion-design .section-home .home-title {
    font-size: 56px;
    line-height: 1;
  }
  .advantages .item {
    padding-top: 1em;
  }
  .advantages .section-title h2 {
    line-height: 1.25;
  }
  .advantages .section-title h2::after {
    bottom: -30px;
  }
  .advantages .media {
    position: relative;
    margin-bottom: 1em;
    padding: 0 15px;
  }
  .advantages .media .img {
    position: absolute;
    left: 15px;
  }
  .advantages .media img {
    width: 42px;
    height: auto;
  }
  .advantages .media-body h4 {
    position: relative;
    padding: 13px 0 0 63px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
  }
  .advantages .media-body h4::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 63px;
    width: 24px;
    height: 2px;
    background-color: #952846;
  }
  .advantages .media-body p {
    margin-top: 1.2em;
    font-size: 14px;
    line-height: 1.5;
  }
  .features .item {
    margin-top: 4em;
  }
  .features .section-content {
    margin-bottom: 1em;
  }
  .features .section-content img {
    width: auto;
    /*height: 52px; need bigger size*/
    height: 63px;
  }
  .features .item h5::before,
  .features .item .h5::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    width: 50px;
    height: 2px;
    background-color: #952846;
    transform: translateX(-50%);
  }
  .features .section-content h5,
  .features .section-content .h5 {
    position: relative;
    margin-top: 2em;
    /*font-size: 14px; need bigger size*/
    font-size: 20px;
    line-height: normal;
  }
  .features .title-desc h5,
  .features .title-desc .h5 {
    margin: 2.1em auto 0;
    width: 80%;
  }
  .features .title-desc h5 br,
  .features .title-desc .h5 br {
    display: none;
  }
  .motion-design .benefits .title-bg {
    line-height: 1.2;
    text-align: center;
  }
  .motion-design .benefits .display-title {
    margin: auto;
    width: 70%;
  }
  .motion-design .benefits .item,
  .benefits-center.benefits .item {
    margin-top: 3em;
  }
  .motion-design .benefits .media,
  .benefits-center.benefits .media {
    align-items: center;
    flex-direction: column;
    margin-bottom: 1em;
  }
  .motion-design .benefits .img,
  .benefits-center.benefits .img {
    margin: 0 !important;
  }
  .motion-design .benefits img,
  .benefits-center.benefits img {
    /*width: 42px; need bigger size*/
    width: 63px;
    /*height: 42px; need bigger size*/
    height: 63px;
  }
  .motion-design .benefits p,
  .benefits-center.benefits p {
    margin-top: 1em;
    /*font-size: 14px; need bigger size*/
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
  }
  .motion-design .benefits .item > div:last-child .section-content,
  .benefits-center.benefits .item > div:last-child .section-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .motion-design .benefits .item > div:last-child .media,
  .benefits-center.benefits .item > div:last-child .media {
    width: calc(50% - 15px);
  }
  .agency .section-title h2 {
    line-height: 1.25;
  }
  .agency .section-title h2::after {
    bottom: -30px;
  }
  .agency .section-title .dots {
    top: auto;
    bottom: -95px;
    height: 110px;
  }
  .agency .item {
    margin-top: 3em;
  }
  .agency .item .section-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 4.5em;
    padding-left: 7px;
    width: 100%;
  }
  .agency .section-content img {
    /*width: 42px; need bigger size*/
    width: 63px;
    height: auto;
  }
  .agency .section-content h5,
  .agency .section-content .h5 {
    position: relative;
    margin: 0;
    padding-left: 40px;
    width: 80%;
    /*font-size: 14px; need bigger size*/
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    text-align: left;
    text-transform: capitalize;
  }
  .agency .section-content h5::before,
  .agency .section-content .h5::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    width: 2px;
    height: 24px;
    background-color: #952846;
    transform: translateY(-50%);
  }
  .agency .section-content h5 br,
  .agency .section-content .h5 br {
    display: none;
  }
  .video-design .section-home .home-title {
    font-size: 56px;
  }
  .benefits-left.benefits .title-bg {
    top: 8%;
    line-height: 84px;
    text-align: center;
  }
  .benefits-left.benefits .item {
    margin-top: 3em;
  }
  .benefits-left.benefits .section-content {
    margin-top: 0;
    padding: 0 15px;
    width: 100%;
  }
  .benefits-left.benefits .section-content .media {
    margin-bottom: 2.5em;
    width: 100%;
  }
  .benefits-left.benefits .section-content .media img {
    /*width: 42px; need bigger size*/
    width: 63px;
    height: auto;
  }
  .benefits-left.benefits .section-content .media-body {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .benefits-left .section-content .media p {
    position: relative;
    margin: 0;
    padding-left: 24px;
    /*font-size: 14px; need bigger size*/
    font-size: 16px;
    line-height: 1.2;
    text-transform: capitalize;
  }
  .benefits-left.benefits .section-content .media p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 3px;
    width: 2px;
    height: 24px;
    background-color: #FFD644;
    transform: translateY(-50%);
  }
  .design-info .section-home .home-title {
    font-size: 56px;
    line-height: 50px;
  }
  .design-info .section-home .home-title span:last-child {
    font-size: 40px;
  }
  .design-info .features .dots {
    top: auto;
    bottom: -235px;
  }
  .design-info .features .section-content {
    margin-bottom: 1.5em;
  }
  .design-info .features h5 br,
  .design-info .features .h5 br {
    display: none;
  }
  .design-info .features-wide .dots {
    top: auto;
    bottom: -235px;
  }
  .design-info .features-wide .item {
    margin-top: 1.7em;
  }
  .design-info .features-wide .section-content {
    margin-bottom: 1.7em;
  }
  .design-info .features-wide .section-content img {
    width: auto;
    /*height: 42px; need bigger size*/
    height: 63px;
  }
  .design-info .features-wide .section-content h5,
  .design-info .features-wide .section-content .h5 {
    position: relative;
    margin-top: 3em;
    /*font-size: 14px; need bigger size*/
    font-size: 16px;
    line-height: 1.2;
  }
  .design-info .features-wide .section-content h5::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    width: 40px;
    height: 2px;
    background-color: #952846;
    transform: translateX(-50%);
  }
  .design-info .features-wide .section-content h5 br,
  .design-info .features-wide .section-content .h5 br {
    display: none;
  }
  .web-design .section-home .home-title {
    font-size: 56px;
    line-height: 56px;
  }
  .benefits-center.benefits .dots {
    top: auto;
    bottom: -40px;
  }
  .benefits-center.benefits .section-title h2::after {
    bottom: -25px;
  }
  /*  .benefits-center.benefits .item {
      margin-top: 5.5em;
    }*/
  .doodle-video .section-home .home-title {
    font-size: 56px;
    line-height: 50px;
  }
  .benefits-infographics.benefits .title-bg {
    top: 22%;
  }
  .benefits-infographics.benefits .dots {
    top: 8%;
    bottom: auto;
  }
  .benefits-infographics.benefits .section-title h2 {
    margin-bottom: 0.5em;
    font-size: 56px;
    line-height: 50px;
    text-transform: uppercase;
  }
  .benefits-infographics.benefits .section-content h4 {
    margin-bottom: 3.5em;
    font-size: 18px;
    line-height: 1.5;
    color: #C5C5C5;
    text-align: center;
    opacity: 0.7;
  }
  .benefits-infographics.benefits .media {
    flex-wrap: wrap;
    margin-bottom: 2em;
    padding: 0 15px;
  }
  .benefits-infographics.benefits .media-head {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;
    width: 100%;
  }
  .benefits-infographics.benefits .media-head p {
    margin-right: 5px;
    line-height: 50px;
  }
  .benefits-infographics.benefits .media-head span {
    position: relative;
    font-size: 24px;
    /*text-decoration: underline;*/
  }
  .benefits-infographics.benefits .media-head span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background-color: #FFD644;
  }
  .benefits-infographics.benefits .media-body p {
    font-size: 18px;
    line-height: 28px;
  }
  .benefits-infographics.benefits .btn {
    display: block;
    margin: auto;
    width: calc(100% - 30px);
  }
  .portfolio .section .section-wrapper {
    padding: 0;
  }
  .portfolio .section-title h6,
  .portfolio .section-title .h6 {
    display: flex;
    max-width: 100vw;
    padding: 0 30px;
    overflow: scroll;
  }
}
@media (width: 768px) {
  .section .section-wrapper {
    padding: 30px;
  }
  .btns-action {
    text-align: center;
  }
  .section-home .section-content .illustr img {
    display: block;
  }
  .motion-design .benefits .item > div:last-child .media,
  .benefits-center.benefits .item > div:last-child .media {
    width: 100%;
  }
  .portfolio .section-title h6,
  .portfolio .section-title .h6 {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .our-works .carousel-item > a {
    bottom: 450px;
  }
  .presentations .section-content .undertext {
    position: static;
  }
  .infographics-big .section-content .media p br {
    display: none;
  }
  .advantages .item {
    padding-top: 5em;
  }
  .benefits-infographics.benefits .section-content h4 {
    font-size: 2em;
  }
}

.b-contact {
  height: 100vh;
  min-height: 700px;
}

.b-contact.contact .hands {
  height: 100%;
}

.index-page .main-home p {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.6;
  opacity: 1;
  text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
}

.node {
  padding-top: 100px;
}

.node__content {
  margin-top: 50px;
}

.node__content ul {
  padding: 0;
  margin-bottom: 1rem;
}

.node__content ul li {
  list-style: disc;
  list-style-position: inside;
}

.node__content ol {
  padding: 0;
  margin-bottom: 1rem;
}

.node__content ol li {
  list-style: auto;
  list-style-position: inside;
}


.article-grid-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
}

.article-grid-items > li {
  display: block;
  padding: 0 15px 30px;
  height: auto;
  list-style: none;
  width: 33.333%;
}

@media (max-width: 767px) {
  .article-grid-items > li {
    width: 100%;
  }
}
.item-preview {
  position: relative;
  font-size: 0;
  height: 100%;
}

@media (max-width: 767px) {
  .item-preview {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

.item-preview__body {
  position: relative;
  height: 100%;
  background: #fff;
}

a.item-preview__body {
  display: block;
  color: #000;
  padding: 15px;
  text-decoration: none;
  transition: all 0.23s ease;
}

a.item-preview__body:hover {
  transform: translateY(-5px);
  border-color: transparent;
  box-shadow: 0px 32px 44px rgba(0, 0, 0, 0.06);
}

a.item-preview__body:hover .item-preview__image img {
  opacity: 0.7;
}

a.item-preview__body:hover .item-preview__title {
  color: red;
}

.item-preview__image {
  position: relative;
  overflow: hidden;
}

.item-preview__image img {
  width: 100%;
  transition: opacity 0.23s ease;
}

.item-preview__date {
  font-size: 16px;
  margin-top: 15px;
}

.item-preview__title {
  font-size: 18px;
  font-weight: 700;
  border-top: 1px solid red;
  padding-top: 15px;
  margin-top: 15px;
}

.item-preview__excerpt {
  margin-top: 15px;
}

.item-preview__excerpt p {
  font-size: 14px;
}

.listing-content {
  margin-top: 50px;
}

.pagination ul {
  display: inline-block;
  vertical-align: top;
  margin: 80px 0 0;
  font-size: 0;
  width: 100%;
  text-align: center;
}

.pagination ul li {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  margin: 0 5px;
}

.pagination ul li>a,
.pagination ul li>span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #000;
  background: #fff;
  font-size: 18px;
  line-height: 0;
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 100%;
  transition: all 0.23s ease;
}

.pagination ul li>a:hover {
  background: red;
  border-color: red;
  color: #fff;
}

.pagination ul li span.current {
  background: #000;
  border-color: #000;
  color: #fff;
}

.pagination ul a.prev,
.pagination ul a.next {
  border-color: red;
  background: #fff;
}

.pagination ul a.prev:hover,
.pagination ul a.next:hover {
  border-color: red;
  background: red;
  color: #fff;
}

.pagination ul a.next .icon {
  transform: translateX(1px);
}

.pagination ul a.prev .icon {
  transform: translateX(-1px);
}

.content .center-vh {
  align-items: flex-start;
}

.content-body > *:first-child {
  margin-top: 0;
}
.content-body > *:last-child {
  margin-bottom: 0;
}
.content-body p {
  font-family: OpenSans;
  font-weight: normal;
  font-size: 20px;
  opacity: 1;
  line-height: 1.5;
  margin-bottom: 1em;
  padding-left: 20px;
  border-left: 2px solid #952846;
}
.content-body ol,
.content-body ul {
  font-family: OpenSans;
  font-weight: normal;
  font-size: 20px;
  opacity: 1;
  padding: 0 0 0 22px;
  margin-left: 22px;
  margin-bottom: 1em;
}
.content-body ol li,
.content-body ul li {
  list-style-position: outside;
  margin-bottom: 1em;
  opacity: 1;
}
.content-body ol li {
  list-style: decimal;
}
.content-body ul li {
  list-style: disc;
}
.content-body h2 {
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .content-body h2 {
    font-size: 4rem;
    margin-bottom: 50px;
  }
}
.content-body h3,
.content-body h4,
.content-body h5,
.content-body .h5,
.content-body h6,
.content-body .h6 {
  margin: 30px 0;
}


.wmenu-nav .sub-menu {
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  padding: 0;
  margin: 0;
  width: 100vw;
  min-width: 150px;
  max-width: 230px;
  border-radius: 10px;
  -webkit-box-shadow: 0 22px 26px rgba(0, 0, 0, .04);
  box-shadow: 0 22px 26px rgba(0, 0, 0, .04);
}

.wmenu-nav .sub-menu li a {
  display: block;
  padding: 0 15px;
  color: #000;
  text-decoration: none;
  opacity: 0.7;
}

.wmenu-nav .sub-menu li a .help {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eee;
}

.wmenu-nav .sub-menu li:focus>a,
.wmenu-nav .sub-menu li:hover>a {
  opacity: 1;
}

.wmenu-nav .sub-menu li>a.active {
  font-weight: 700;
  opacity: 1;
}

.wmenu-nav .sub-menu li:first-child>a {
  padding-top: 10px;
}

.wmenu-nav .sub-menu li:first-child>a .help{
  border-top: 0;
}

.wmenu-nav .sub-menu li:last-child>a {
  padding-bottom: 10px;
}

.hierarchical-menu>li.menu-item-has-children>a .help {
  padding-right: .75em;
}

.hierarchical-menu>li.menu-item-has-children>a .help:after {
  display: block;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 4.1' fill='%23FFF'%3E%3Cpath d='M3.8,4l3.1-3.1C7,0.8,7,0.7,7,0.6c0-0.1,0-0.2-0.1-0.3L6.7,0.1C6.5,0,6.3,0,6.1,0.1L3.5,2.7L0.9,0.1C0.8,0,0.7,0,0.6,0 C0.5,0,0.4,0,0.3,0.1L0.1,0.3C0,0.4,0,0.5,0,0.6c0,0.1,0,0.2,0.1,0.3L3.2,4c0.1,0.1,0.2,0.1,0.3,0.1C3.6,4.1,3.7,4.1,3.8,4z'/%3E%3C/svg%3E%0A");
  width: 7px;
  font-size: 0;
  top: 7px;
  line-height: 0;
}

.hierarchical-menu>li.menu-item-has-children.activated>a .help:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hierarchical-menu>li.menu-item-has-children.is-active>a .help:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 4.1' fill='%2398AE73'%3E%3Cpath d='M3.8,4l3.1-3.1C7,0.8,7,0.7,7,0.6c0-0.1,0-0.2-0.1-0.3L6.7,0.1C6.5,0,6.3,0,6.1,0.1L3.5,2.7L0.9,0.1C0.8,0,0.7,0,0.6,0 C0.5,0,0.4,0,0.3,0.1L0.1,0.3C0,0.4,0,0.5,0,0.6c0,0.1,0,0.2,0.1,0.3L3.2,4c0.1,0.1,0.2,0.1,0.3,0.1C3.6,4.1,3.7,4.1,3.8,4z'/%3E%3C/svg%3E%0A");
}

.hierarchical-menu>li:last-child.menu-item-has-children .sub-menu {
  right: 0;
  left: auto;
}

.hierarchical-menu>li:last-child.menu-item-has-children .sub-menu ul {
  right: 100%;
  left: auto;
}

.hierarchical-menu .sub-menu li.menu-item-has-children>a .help {
  display: block;
  padding-right: 15px;
}

.hierarchical-menu .sub-menu li.menu-item-has-children>a .help:after {
  display: block;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 4.1' fill='%23000'%3E%3Cpath d='M3.8,4l3.1-3.1C7,0.8,7,0.7,7,0.6c0-0.1,0-0.2-0.1-0.3L6.7,0.1C6.5,0,6.3,0,6.1,0.1L3.5,2.7L0.9,0.1C0.8,0,0.7,0,0.6,0 C0.5,0,0.4,0,0.3,0.1L0.1,0.3C0,0.4,0,0.5,0,0.6c0,0.1,0,0.2,0.1,0.3L3.2,4c0.1,0.1,0.2,0.1,0.3,0.1C3.6,4.1,3.7,4.1,3.8,4z'/%3E%3C/svg%3E%0A");
  width: 8px;
  font-size: 0;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.hierarchical-menu li {
  position: relative;
}

.hierarchical-menu li.menu-item-has-children>a .help {
  position: relative;
}

.hierarchical-menu li.menu-item-has-children>a .help:after {
  position: absolute;
  right: 0;
}

.hierarchical-menu li.menu-item-has-children .sub-menu {
  position: absolute;
  left: 0;
  top: auto;
  display: block;
  height: auto;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  z-index: 200;
}

.hierarchical-menu li.menu-item-has-children .sub-menu ul {
  left: 100%;
  top: 0;
}

.hierarchical-menu li.menu-item-has-children.activated>.sub-menu,
.hierarchical-menu li.menu-item-has-children:hover>.sub-menu {
  overflow: visible;
  clip: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.mobile-menu {
  padding: 0;
  margin: 0;
}

.mobile-menu li {
  position: relative;
  font-size: 24px;
  opacity: 1;
}

.mobile-menu li a {
  display: block;
  padding: 10px 0;
  opacity: 0.5;
  border-bottom: 1px solid white;
  color: white;
  text-decoration: none;
}

.mobile-menu li a.active {
  opacity: 1;
}

.mobile-menu .sub-menu {
  display: none;
  margin: 0;
  padding: 0 0 0 25px;
}

.mobile-menu > li > .sub-menu {
  margin-top: 15px;
}

.mobile-menu .sub-menu a {
  font-size: 16px;
  border-bottom: 0;
  padding: 0 0 10px
}

.mobile-menu .cat-parent-highlight > a {
  opacity: 0.7;
  text-transform: uppercase;
}

.mobile-menu li.menu-item-has-children>a .help {
  padding-right: 20px;
}

.mobile-menu li.menu-item-has-children>a .help:after {
  position: absolute;
  top: 21px;
  right: 0;
  display: block;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 4.1' fill='%23FFF'%3E%3Cpath d='M3.8,4l3.1-3.1C7,0.8,7,0.7,7,0.6c0-0.1,0-0.2-0.1-0.3L6.7,0.1C6.5,0,6.3,0,6.1,0.1L3.5,2.7L0.9,0.1C0.8,0,0.7,0,0.6,0 C0.5,0,0.4,0,0.3,0.1L0.1,0.3C0,0.4,0,0.5,0,0.6c0,0.1,0,0.2,0.1,0.3L3.2,4c0.1,0.1,0.2,0.1,0.3,0.1C3.6,4.1,3.7,4.1,3.8,4z'/%3E%3C/svg%3E%0A");
  width: 14px;
  font-size: 0;
  line-height: 0;
}

.mobile-menu li.menu-item-has-children>a.is-open .help:after {
  transform: rotate(180deg);
}

.mobile-menu .sub-menu li.menu-item-has-children>a .help:after {
  top: 10px;
  width: 10px;
}

@media (min-width: 768px) {
  .mobile-menu li a {
    border: 0;
    padding: 0 0 20px;
    font-weight: 700;
  }
  .mobile-menu li.menu-item-has-children>a .help:after {
    top: 12px;
  }
  .mobile-menu > li > .sub-menu {
    margin-top: -5px;
  }
}
.clients-list {
  text-align: center;
}
.clients-list img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .clients-list img {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .contact-btn .contact-us p {
    transform: translateY(-13px);
  }
}

.content-body {
  width: 100%;
}

[class*=flex-grid-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  padding: 0
}

[class*=flex-grid-]>*{display:block;padding: 0 12px 24px;height:auto;list-style:none}.flex-grid-1>*{width:100%}.flex-grid-2>*{width:50%}.flex-grid-3>*{width:33.3333333333%}.flex-grid-4>*{width:25%}.flex-grid-5>*{width:20%}.flex-grid-6>*{width:16.6666666667%}.flex-grid-7>*{width:14.2857142857%}.flex-grid-8>*{width:12.5%}.flex-grid-9>*{width:11.1111111111%}.flex-grid-10>*{width:10%}.flex-grid-11>*{width:9.0909090909%}.flex-grid-12>*{width:8.3333333333%}@media only screen and (min-width:576px){.flex-grid-sm-1>*{width:100%}.flex-grid-sm-2>*{width:50%}.flex-grid-sm-3>*{width:33.3333333333%}.flex-grid-sm-4>*{width:25%}.flex-grid-sm-5>*{width:20%}.flex-grid-sm-6>*{width:16.6666666667%}.flex-grid-sm-7>*{width:14.2857142857%}.flex-grid-sm-8>*{width:12.5%}.flex-grid-sm-9>*{width:11.1111111111%}.flex-grid-sm-10>*{width:10%}.flex-grid-sm-11>*{width:9.0909090909%}.flex-grid-sm-12>*{width:8.3333333333%}}@media only screen and (min-width:768px){.flex-grid-md-1>*{width:100%}.flex-grid-md-2>*{width:50%}.flex-grid-md-3>*{width:33.3333333333%}.flex-grid-md-4>*{width:25%}.flex-grid-md-5>*{width:20%}.flex-grid-md-6>*{width:16.6666666667%}.flex-grid-md-7>*{width:14.2857142857%}.flex-grid-md-8>*{width:12.5%}.flex-grid-md-9>*{width:11.1111111111%}.flex-grid-md-10>*{width:10%}.flex-grid-md-11>*{width:9.0909090909%}.flex-grid-md-12>*{width:8.3333333333%}}@media only screen and (min-width:992px){.flex-grid-lg-1>*{width:100%}.flex-grid-lg-2>*{width:50%}.flex-grid-lg-3>*{width:33.3333333333%}.flex-grid-lg-4>*{width:25%}.flex-grid-lg-5>*{width:20%}.flex-grid-lg-6>*{width:16.6666666667%}.flex-grid-lg-7>*{width:14.2857142857%}.flex-grid-lg-8>*{width:12.5%}.flex-grid-lg-9>*{width:11.1111111111%}.flex-grid-lg-10>*{width:10%}.flex-grid-lg-11>*{width:9.0909090909%}.flex-grid-lg-12>*{width:8.3333333333%}}@media only screen and (min-width:1200px){.flex-grid-xl-1>*{width:100%}.flex-grid-xl-2>*{width:50%}.flex-grid-xl-3>*{width:33.3333333333%}.flex-grid-xl-4>*{width:25%}.flex-grid-xl-5>*{width:20%}.flex-grid-xl-6>*{width:16.6666666667%}.flex-grid-xl-7>*{width:14.2857142857%}.flex-grid-xl-8>*{width:12.5%}.flex-grid-xl-9>*{width:11.1111111111%}.flex-grid-xl-10>*{width:10%}.flex-grid-xl-11>*{width:9.0909090909%}.flex-grid-xl-12>*{width:8.3333333333%}}