@charset "UTF-8";

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

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

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

input,
textarea {
  font-family: "Lexend Deca";
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  color: #999999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */

body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  font-family: "Graphik";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #484848;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */

a {
  color: #120A00;
  text-decoration: none;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

/*button:hover,*/

/*input[type="button"]:hover,*/

/*input[type="reset"]:hover,*/

/*input[type="submit"]:hover {*/

/*	border-color: #ccc #bbb #aaa;*/

/*}*/

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  /*color: #999999;*/
  border-bottom: 1px solid #A3A3A3;
  padding: 0px 42px 18px 18px;
  font-family: "Lexend Deca";
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #120A00;
  font-weight: 400;
}

select {
  border-bottom: 1px solid #A3A3A3;
}

textarea {
  width: 100%;
  color: #999999;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */

.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */

.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.terms-label.err .terms-text,
.terms-label.err .terms-text a {
  color: red;
}

.header-light .navbar:not(.navbar.go) .navbar-burger {
  color: #120A00;
}

label.website_box input {
  font-weight: 400 !important;
}

/*-- flexbox  --*/

/*-- конец --*/

/*media queries*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik/Graphik-Regular.woff2") format("woff2");
  src: local("Graphik Regular"), local("Graphik-Regular"), url("../fonts/Graphik/Graphik-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-Regular.woff") format("woff"), url("../fonts/Graphik/Graphik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik/Graphik-Bold.woff2") format("woff2");
  src: local("Graphik Bold"), local("Graphik-Bold"), url("../fonts/Graphik/Graphik-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-Bold.woff") format("woff"), url("../fonts/Graphik/Graphik-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik/Graphik-Black.woff2") format("woff2");
  src: local("Graphik Black"), local("Graphik-Black"), url("../fonts/Graphik/Graphik-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-Black.woff") format("woff"), url("../fonts/Graphik/Graphik-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik/Graphik-Light.woff2") format("woff2");
  src: local("Graphik Light"), local("Graphik-Light"), url("../fonts/Graphik/Graphik-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-Light.woff") format("woff"), url("../fonts/Graphik/Graphik-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik/Graphik-Semibold.woff2") format("woff2");
  src: local("Graphik Semibold"), local("Graphik-Semibold"), url("../fonts/Graphik/Graphik-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-Semibold.woff") format("woff"), url("../fonts/Graphik/Graphik-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik/Graphik-Medium.woff2") format("woff2");
  src: local("Graphik Medium"), local("Graphik-Medium"), url("../fonts/Graphik/Graphik-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-Medium.woff") format("woff"), url("../fonts/Graphik/Graphik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik/Graphik-MediumItalic.woff2") format("woff2");
  src: local("Graphik Medium Italic"), local("Graphik-MediumItalic"), url("../fonts/Graphik/Graphik-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-MediumItalic.woff") format("woff"), url("../fonts/Graphik/Graphik-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik/Graphik-BlackItalic.woff2") format("woff2");
  src: local("Graphik Black Italic"), local("Graphik-BlackItalic"), url("../fonts/Graphik/Graphik-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-BlackItalic.woff") format("woff"), url("../fonts/Graphik/Graphik-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik/Graphik-RegularItalic.woff2") format("woff2");
  src: local("Graphik Regular Italic"), local("Graphik-RegularItalic"), url("../fonts/Graphik/Graphik-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-RegularItalic.woff") format("woff"), url("../fonts/Graphik/Graphik-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik/Graphik-SemiboldItalic.woff2") format("woff2");
  src: local("Graphik Semibold Italic"), local("Graphik-SemiboldItalic"), url("../fonts/Graphik/Graphik-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-SemiboldItalic.woff") format("woff"), url("../fonts/Graphik/Graphik-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik/Graphik-BoldItalic.woff2") format("woff2");
  src: local("Graphik Bold Italic"), local("Graphik-BoldItalic"), url("../fonts/Graphik/Graphik-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-BoldItalic.woff") format("woff"), url("../fonts/Graphik/Graphik-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik/Graphik-LightItalic.woff2") format("woff2");
  src: local("Graphik Light Italic"), local("Graphik-LightItalic"), url("../fonts/Graphik/Graphik-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-LightItalic.woff") format("woff"), url("../fonts/Graphik/Graphik-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik/Graphik-Thin.woff2") format("woff2");
  src: local("Graphik Thin"), local("Graphik-Thin"), url("../fonts/Graphik/Graphik-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-Thin.woff") format("woff"), url("../fonts/Graphik/Graphik-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik/Graphik-ThinItalic.woff2") format("woff2");
  src: local("Graphik Thin Italic"), local("Graphik-ThinItalic"), url("../fonts/Graphik/Graphik-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-ThinItalic.woff") format("woff"), url("../fonts/Graphik/Graphik-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-ExtraboldItalic.eot");
  src: local("Gilroy Extrabold Italic"), local("Gilroy-ExtraboldItalic"), url("../fonts/Gilroy/Gilroy-ExtraboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-ExtraboldItalic.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-ExtraboldItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-ExtraboldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Black.eot");
  src: local("Gilroy Black"), local("Gilroy-Black"), url("../fonts/Gilroy/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Black.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Light.eot");
  src: local("Gilroy Light"), local("Gilroy-Light"), url("../fonts/Gilroy/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Semibold.eot");
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("../fonts/Gilroy/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-MediumItalic.eot");
  src: local("Gilroy Medium Italic"), local("Gilroy-MediumItalic"), url("../fonts/Gilroy/Gilroy-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-MediumItalic.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-MediumItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-BlackItalic.eot");
  src: local("Gilroy Black Italic"), local("Gilroy-BlackItalic"), url("../fonts/Gilroy/Gilroy-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-BlackItalic.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-BlackItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-UltraLight.eot");
  src: local("Gilroy UltraLight"), local("Gilroy-UltraLight"), url("../fonts/Gilroy/Gilroy-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-UltraLight.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-UltraLight.woff") format("woff"), url("../fonts/Gilroy/Gilroy-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-RegularItalic.eot");
  src: local("Gilroy Regular Italic"), local("Gilroy-RegularItalic"), url("../fonts/Gilroy/Gilroy-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-RegularItalic.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-RegularItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-SemiboldItalic.eot");
  src: local("Gilroy Semibold Italic"), local("Gilroy-SemiboldItalic"), url("../fonts/Gilroy/Gilroy-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-SemiboldItalic.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-SemiboldItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-HeavyItalic.eot");
  src: local("Gilroy Heavy Italic"), local("Gilroy-HeavyItalic"), url("../fonts/Gilroy/Gilroy-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-HeavyItalic.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-HeavyItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Extrabold.eot");
  src: local("Gilroy Extrabold"), local("Gilroy-Extrabold"), url("../fonts/Gilroy/Gilroy-Extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Extrabold.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Extrabold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-BoldItalic.eot");
  src: local("Gilroy Bold Italic"), local("Gilroy-BoldItalic"), url("../fonts/Gilroy/Gilroy-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-BoldItalic.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-BoldItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-UltraLightItalic.eot");
  src: local("Gilroy UltraLight Italic"), local("Gilroy-UltraLightItalic"), url("../fonts/Gilroy/Gilroy-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-UltraLightItalic.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-UltraLightItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-UltraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-LightItalic.eot");
  src: local("Gilroy Light Italic"), local("Gilroy-LightItalic"), url("../fonts/Gilroy/Gilroy-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-LightItalic.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-LightItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Heavy.eot");
  src: local("Gilroy Heavy"), local("Gilroy-Heavy"), url("../fonts/Gilroy/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Heavy.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Thin.eot");
  src: local("Gilroy Thin"), local("Gilroy-Thin"), url("../fonts/Gilroy/Gilroy-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Thin.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Thin.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-ThinItalic.eot");
  src: local("Gilroy Thin Italic"), local("Gilroy-ThinItalic"), url("../fonts/Gilroy/Gilroy-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-ThinItalic.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-ThinItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-LightItalic.eot");
  src: local("Gotham Light Italic"), local("Gotham-LightItalic"), url("../fonts/Gotham/Gotham-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-LightItalic.woff2") format("woff2"), url("../fonts/Gotham/Gotham-LightItalic.woff") format("woff"), url("../fonts/Gotham/Gotham-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-BoldItalic.eot");
  src: local("Gotham Bold Italic"), local("Gotham-BoldItalic"), url("../fonts/Gotham/Gotham-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-BoldItalic.woff2") format("woff2"), url("../fonts/Gotham/Gotham-BoldItalic.woff") format("woff"), url("../fonts/Gotham/Gotham-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-XLight.eot");
  src: local("Gotham ExtraLight"), local("Gotham-XLight"), url("../fonts/Gotham/Gotham-XLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-XLight.woff2") format("woff2"), url("../fonts/Gotham/Gotham-XLight.woff") format("woff"), url("../fonts/Gotham/Gotham-XLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-Thin.eot");
  src: local("Gotham Thin"), local("Gotham-Thin"), url("../fonts/Gotham/Gotham-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-Thin.woff2") format("woff2"), url("../fonts/Gotham/Gotham-Thin.woff") format("woff"), url("../fonts/Gotham/Gotham-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-Book.eot");
  src: local("Gotham Book"), local("Gotham-Book"), url("../fonts/Gotham/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham/Gotham-Book.woff") format("woff"), url("../fonts/Gotham/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-ThinItalic.eot");
  src: local("Gotham Thin Italic"), local("Gotham-ThinItalic"), url("../fonts/Gotham/Gotham-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-ThinItalic.woff2") format("woff2"), url("../fonts/Gotham/Gotham-ThinItalic.woff") format("woff"), url("../fonts/Gotham/Gotham-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-MediumItalic.eot");
  src: local("Gotham Medium Italic"), local("Gotham-MediumItalic"), url("../fonts/Gotham/Gotham-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-MediumItalic.woff2") format("woff2"), url("../fonts/Gotham/Gotham-MediumItalic.woff") format("woff"), url("../fonts/Gotham/Gotham-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Gotham Ultra";
  src: url("../fonts/Gotham/Gotham-UltraItalic.eot");
  src: local("Gotham Ultra Italic"), local("Gotham-UltraItalic"), url("../fonts/Gotham/Gotham-UltraItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-UltraItalic.woff2") format("woff2"), url("../fonts/Gotham/Gotham-UltraItalic.woff") format("woff"), url("../fonts/Gotham/Gotham-UltraItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-BookItalic.eot");
  src: local("Gotham Book Italic"), local("Gotham-BookItalic"), url("../fonts/Gotham/Gotham-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-BookItalic.woff2") format("woff2"), url("../fonts/Gotham/Gotham-BookItalic.woff") format("woff"), url("../fonts/Gotham/Gotham-BookItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-BlackItalic.eot");
  src: local("Gotham Black Italic"), local("Gotham-BlackItalic"), url("../fonts/Gotham/Gotham-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-BlackItalic.woff2") format("woff2"), url("../fonts/Gotham/Gotham-BlackItalic.woff") format("woff"), url("../fonts/Gotham/Gotham-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-Light.eot");
  src: local("Gotham Light"), local("Gotham-Light"), url("../fonts/Gotham/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham/Gotham-Light.woff") format("woff"), url("../fonts/Gotham/Gotham-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-Bold.eot");
  src: local("Gotham Bold"), local("Gotham-Bold"), url("../fonts/Gotham/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham/Gotham-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-Medium.eot");
  src: local("Gotham Medium"), local("Gotham-Medium"), url("../fonts/Gotham/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham/Gotham-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Gotham Ultra";
  src: url("../fonts/Gotham/Gotham-Ultra.eot");
  src: local("Gotham Ultra"), local("Gotham-Ultra"), url("../fonts/Gotham/Gotham-Ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-Ultra.woff2") format("woff2"), url("../fonts/Gotham/Gotham-Ultra.woff") format("woff"), url("../fonts/Gotham/Gotham-Ultra.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-XLightItalic.eot");
  src: local("Gotham ExtraLight Italic"), local("Gotham-XLightItalic"), url("../fonts/Gotham/Gotham-XLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-XLightItalic.woff2") format("woff2"), url("../fonts/Gotham/Gotham-XLightItalic.woff") format("woff"), url("../fonts/Gotham/Gotham-XLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-Black.eot");
  src: local("Gotham Black"), local("Gotham-Black"), url("../fonts/Gotham/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-Black.woff2") format("woff2"), url("../fonts/Gotham/Gotham-Black.woff") format("woff"), url("../fonts/Gotham/Gotham-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

/* lexend-deca-regular - latin */

@font-face {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Lexend/lexend-deca-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/Lexend/lexend-deca-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lexend/lexend-deca-v15-latin-regular.woff2") format("woff2"), url("../fonts/Lexend/lexend-deca-v15-latin-regular.woff") format("woff"), url("../fonts/Lexend/lexend-deca-v15-latin-regular.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-display: block;
}

@font-face {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/lexend/Lexend-SemiBold.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/Lexend/Lexend-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lexend/Lexend-SemiBold.woff2") format("woff2"), url("../fonts/Lexend/Lexend-SemiBold.woff") format("woff"), url("../fonts/Lexend/Lexend-SemiBold.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-display: block;
}

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-y: overlay;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a {
  color: #120A00;
  cursor: pointer;
}

.section-64-p {
  padding-top: 64px;
  padding-bottom: 64px;
}

p {
  font-family: "Graphik";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  color: #484848;
}

.button:active,
.button:focus,
.file-cta:active,
.file-cta:focus,
.file-name:active,
.file-name:focus,
.input:active,
.input:focus,
.is-active.button,
.is-active.file-cta,
.is-active.file-name,
.is-active.input,
.is-active.pagination-ellipsis,
.is-active.pagination-link,
.is-active.pagination-next,
.is-active.pagination-previous,
.is-active.textarea,
.is-focused.button,
.is-focused.file-cta,
.is-focused.file-name,
.is-focused.input,
.is-focused.pagination-ellipsis,
.is-focused.pagination-link,
.is-focused.pagination-next,
.is-focused.pagination-previous,
.is-focused.textarea,
.pagination-ellipsis:active,
.pagination-ellipsis:focus,
.pagination-link:active,
.pagination-link:focus,
.pagination-next:active,
.pagination-next:focus,
.pagination-previous:active,
.pagination-previous:focus,
.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus {
  outline: 0;
}

.button,
.cn-cursor-pointer,
.mfp-auto-cursor .mfp-content .tab,
.mfp-auto-cursor .mfp-content select.resizeselect {
  cursor: pointer;
}

.media-image {
  flex: 1 1 100%;
}

.checkbox,
.radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1.25;
  position: relative;
  width: 100%;
  outline: 0;
}

li:not(:last-child) {
  margin-bottom: 14px;
}

.form-control.textarea {
  resize: none;
}

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

blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.block:not(:last-child),
.box:not(:last-child),
.breadcrumb:not(:last-child),
.content:not(:last-child),
.highlight:not(:last-child),
.level:not(:last-child),
.message:not(:last-child),
.notification:not(:last-child),
.pagination:not(:last-child),
.progress:not(:last-child),
.subtitle:not(:last-child),
.table-container:not(:last-child),
.table:not(:last-child),
.tabs:not(:last-child),
.title:not(:last-child) {
  margin-bottom: 22px;
}

.level:not(:last-child) {
  margin-bottom: 0;
}

.level {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.level-left {
  align-items: center;
  justify-content: flex-start;
}

.level-right {
  align-items: center;
  justify-content: flex-end;
}

.level.level-center {
  justify-content: center;
}

.rounded {
  border-radius: 290486px;
}

.fullwidth-inline-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
}

.rectangle-marker li {
  padding-left: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.005em;
  text-align: left;
  color: #120A00;
}

.rectangle-marker li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #FF8A00;
  position: absolute;
  left: 5px;
  top: 15px;
}

.cn-is-flex {
  display: flex;
}

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

.cn-mb-5 {
  margin-bottom: 5px !important;
}

.cn-mb-25 {
  margin-bottom: 25px !important;
}

.cn-mb-20 {
  margin-bottom: 20px !important;
}

.cn-mb-22 {
  margin-bottom: 22px;
}

.cn-mb-24 {
  margin-bottom: 24px;
}

.cn-mb-30 {
  margin-bottom: 30px !important;
}

.cn-mb-16 {
  margin-bottom: 16px;
}

.cn-lh-32 {
  line-height: 32px;
}

.btn {
  cursor: pointer;
}

.btn-transparent {
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

.btn-transparent p {
  color: #120A00;
}

input,
input:after,
input:before,
textarea,
textarea::after,
textarea::before {
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

h4.title {
  font-weight: bold;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0.005em;
}

.cn-bg-dark-grey {
  background: #202025;
}

.cn-bg-dark {
  background: #18181D;
}

.cn-bg-white-grey {
  background: #FBFBFB;
}

.cn-bg-white-grey-second {
  background: #FAFAFA;
}

ul.list_orange_disk li {
  position: relative;
  padding-left: 20px;
}

ul.list_orange_disk li:before {
  content: "";
  color: #FF9910;
  width: 8px;
  height: 8px;
  left: 0px;
  position: absolute;
  transform: none;
  background: #FF9910;
  border-radius: 50%;
  top: 8px;
}

ul.list_orange_check.big_marker li {
  position: relative;
  padding-left: 54px;
}

ul.list_orange_check.big_marker li:before {
  width: 29px;
  height: 29px;
  background-size: 26px;
  top: 4px;
}

ul.list_orange_check.big_marker h4 {
  font-family: Gilroy;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #232323;
}

ul.list_orange_check.big_marker P {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #484848;
}

ul.list_orange_check li {
  position: relative;
  padding-left: 26px;
}

ul.list_orange_check li:before {
  content: "";
  width: 16px;
  height: 16px;
  left: 0px;
  position: absolute;
  transform: none;
  background: url("../img/svg/check_icon.svg");
  background-repeat: no-repeat;
  border-radius: 50%;
  top: 7px;
}

ul.check_list li {
  position: relative;
  padding-left: 26px;
}

ul.check_list li:before {
  content: "";
  width: 16px;
  height: 16px;
  left: 0px;
  position: absolute;
  transform: none;
  background: url("../img/check_icon_transparent.png");
  border-radius: 50%;
  top: 7px;
}

ul.check_list.circled li:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px auto;
}

button.btn-dark {
  background: #202025;
  color: white;
}

.hero-head {
  z-index: 2;
}

.level.level-with-right-arrow {
  margin-bottom: 64px;
}

.level.level-with-right-arrow .level-right {
  align-self: flex-end;
}

.green {
  color: #BDFF00;
}

.cn-fc-white {
  color: white;
}

.cn-mb-22 {
  margin-bottom: 22px !important;
}

.cn-mb-12 {
  margin-bottom: 12px !important;
}

.cn-lh-32 {
  line-height: 32px !important;
}

.cn-ta-center {
  text-align: center;
}

.cn-ta-left {
  text-align: left;
}

.btn-faith {
  min-width: 177px;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.396px;
  color: #000000;
  height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 32px;
}

button.btn.green {
  background: #BDFF00;
  min-width: 177px;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.396px;
  color: #000000;
  height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 32px;
}

.tabs li {
  border-top: 1px solid #ddd;
}

.tabs li a {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

.cn-cols-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cn-cols-row > * {
  max-width: 100%;
  width: 100%;
}

.cn-gutter-h-10 > * {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.cn-gutter-h-10 {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}

.cn-gutter-h-60 > * {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.cn-gutter-h-60 {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

.cn-jc-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cn-jc-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cn-jc-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cn-ai-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cn-ai-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cn-ai-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cn-ai-self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.cn-ai-self-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.cn-ai-self-start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.cn-fd-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cn-fd-rowrev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.cn-fd-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cn-fd-colrev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.cn-fw-wr {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cn-fw-no {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.cn-gr-0 {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.cn-gr-1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cn-sh-0 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cn-sh-1 {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.cn-fx-0 {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

.cn-fx-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.cn-ord-last {
  -webkit-box-ordinal-group: 100;
  -webkit-order: 99;
  -ms-flex-order: 99;
  order: 99;
}

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

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

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

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

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

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

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

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

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

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

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

.cn-text > * h1,
.cn-text > * h2,
.cn-text > * h3,
.cn-text > * h4,
.cn-text > * h5,
.cn-text > * h6 {
  font-size: inherit;
}

.cn-text > * {
  margin: 0;
  padding: 0;
  margin-bottom: 1.2rem;
}

.cn-text > ul,
.cn-text > ol {
  list-style: none;
}

ul {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 166.19%;
  color: #7D7D7D;
}

.cn-text > h1 {
  font-size: 3rem;
}

.cn-text > h2 {
  font-size: 2.4rem;
}

.cn-text > h3 {
  font-size: 1.6rem;
}

.cn-text > h4 {
  font-size: 1rem;
}

.cn-text > h5 {
  font-size: 0.8rem;
}

.cn-text > h6 {
  font-size: 0.6rem;
}

.cn-text > hr {
  border: 0;
  border-top: 1px solid #ddd;
}

.color__grey {
  color: #7D7D7D !important;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}

.color__grey:hover {
  color: #2C597A !important;
}

.color__white {
  color: #120A00;
}

.cn-text > blockquote > footer {
  margin-top: 0.8rem;
}

.cn-text > img {
  max-width: 100%;
}

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

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

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

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

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

.cn-ff-normal {
  font-style: normal !important;
}

.cn-ft-upper {
  text-transform: uppercase !important;
}

.cn-ft-lower {
  text-transform: lowercase !important;
}

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

.cn-ft-none {
  text-transform: none !important;
}

.cn-fc-wrap {
  white-space: pre-wrap !important;
}

.cn-fc-nowrap {
  white-space: nowrap !important;
}

.cn-fc-normal {
  white-space: normal !important;
}

.cn-fo-clip {
  -o-text-overflow: clip !important;
  text-overflow: clip !important;
}

.cn-fo-ellipsis {
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
}

.cn-fo-inherit {
  -o-text-overflow: inherit !important;
  text-overflow: inherit !important;
}

.cn-fe-through {
  text-decoration: line-through !important;
}

.cn-fe-under {
  text-decoration: underline !important;
}

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

.cn-fl-11 {
  line-height: 1.1 !important;
}

.cn-fl-12 {
  line-height: 1.2 !important;
}

.cn-fl-13 {
  line-height: 1.3 !important;
}

.cn-fl-14 {
  line-height: 1.4 !important;
}

.cn-fl-15 {
  line-height: 1.5 !important;
}

.cn-fl-16 {
  line-height: 1.6 !important;
}

.cn-fl-17 {
  line-height: 1.7 !important;
}

.cn-fl-18 {
  line-height: 1.8 !important;
}

.cn-fl-19 {
  line-height: 1.9 !important;
}

.cn-fl-2 {
  line-height: 2 !important;
}

.cn-fl-21 {
  line-height: 2.1 !important;
}

.cn-fl-22 {
  line-height: 2.2 !important;
}

.cn-fi-0 {
  letter-spacing: 0rem !important;
}

.cn-fi-01 {
  letter-spacing: 0.1rem !important;
}

.cn-fi-02 {
  letter-spacing: 0.2rem !important;
}

.cn-fi-03 {
  letter-spacing: 0.3rem !important;
}

.cn-fi-04 {
  letter-spacing: 0.4rem !important;
}

.cn-fi-05 {
  letter-spacing: 0.5rem !important;
}

.cn-fi-06 {
  letter-spacing: 0.6rem !important;
}

.cn-fi-07 {
  letter-spacing: 0.7rem !important;
}

.cn-fi-08 {
  letter-spacing: 0.8rem !important;
}

.cn-fi-09 {
  letter-spacing: 0.9rem !important;
}

.cn-fw-100 {
  font-weight: 100 !important;
}

.cn-fw-200 {
  font-weight: 200 !important;
}

.cn-fw-250 {
  font-weight: 250 !important;
}

.cn-fw-300 {
  font-weight: 300 !important;
}

.cn-fw-400 {
  font-weight: 400 !important;
}

.cn-fw-500 {
  font-weight: 500 !important;
}

.cn-fw-600 {
  font-weight: 600 !important;
}

.cn-fw-700 {
  font-weight: 700 !important;
}

.cn-fw-800 {
  font-weight: 800 !important;
}

.cn-fw-900 {
  font-weight: 900 !important;
}

.cn-fs-5 {
  font-size: 0.3125rem !important;
}

.cn-fs-6 {
  font-size: 0.375rem !important;
}

.cn-fs-7 {
  font-size: 0.4375rem !important;
}

.cn-fs-8 {
  font-size: 0.5rem !important;
}

.cn-fs-9 {
  font-size: 0.5625rem !important;
}

.cn-fs-10 {
  font-size: 0.625rem !important;
}

.cn-fs-11 {
  font-size: 0.6875rem !important;
}

.cn-fs-12 {
  font-size: 0.75rem !important;
}

.cn-fs-13 {
  font-size: 0.8125rem !important;
}

.cn-fs-14 {
  font-size: 0.875rem !important;
}

.cn-fs-15 {
  font-size: 0.9375rem !important;
}

.cn-fs-16 {
  font-size: 1rem !important;
}

.cn-fs-17 {
  font-size: 1.0625rem !important;
}

.cn-fs-18 {
  font-size: 1.125rem !important;
}

.cn-fs-19 {
  font-size: 1.1875rem !important;
}

.cn-fs-20 {
  font-size: 1.25rem !important;
}

.cn-fs-21 {
  font-size: 1.3125rem !important;
}

.cn-fs-22 {
  font-size: 1.375rem !important;
}

.cn-fs-23 {
  font-size: 1.4375rem !important;
}

.cn-fs-24 {
  font-size: 1.5rem !important;
}

.cn-fs-25 {
  font-size: 1.5625rem !important;
}

.cn-fs-26 {
  font-size: 1.625rem !important;
}

.cn-fs-27 {
  font-size: 1.6875rem !important;
}

.cn-fs-28 {
  font-size: 1.75rem !important;
}

.cn-fs-29 {
  font-size: 1.8125rem !important;
}

.cn-fs-30 {
  font-size: 1.875rem !important;
}

.cn-fs-31 {
  font-size: 1.9375rem !important;
}

.cn-fs-32 {
  font-size: 2rem !important;
}

.cn-fs-33 {
  font-size: 2.0625rem !important;
}

.cn-fs-34 {
  font-size: 2.125rem !important;
}

.cn-fs-35 {
  font-size: 2.1875rem !important;
}

.cn-fs-36 {
  font-size: 2.25rem !important;
}

.cn-fs-37 {
  font-size: 2.3125rem !important;
}

.cn-fs-38 {
  font-size: 2.375rem !important;
}

.cn-fs-39 {
  font-size: 2.4375rem !important;
}

.cn-fs-40 {
  font-size: 2.5rem !important;
}

.cn-fs-41 {
  font-size: 2.5625rem !important;
}

.cn-fs-42 {
  font-size: 2.625rem !important;
}

.cn-fs-43 {
  font-size: 2.6875rem !important;
}

.cn-fs-44 {
  font-size: 2.75rem !important;
}

.cn-fs-45 {
  font-size: 2.8125rem !important;
}

.cn-fs-46 {
  font-size: 2.875rem !important;
}

.cn-fs-47 {
  font-size: 2.9375rem !important;
}

.cn-fs-48 {
  font-size: 3rem !important;
}

.cn-fs-49 {
  font-size: 3.0625rem !important;
}

.cn-fs-50 {
  font-size: 3.125rem !important;
}

.cn-fs-51 {
  font-size: 3.1875rem !important;
}

.cn-fs-52 {
  font-size: 3.25rem !important;
}

.cn-fs-53 {
  font-size: 3.3125rem !important;
}

.cn-fs-54 {
  font-size: 3.375rem !important;
}

.cn-fs-55 {
  font-size: 3.4375rem !important;
}

.cn-fs-56 {
  font-size: 3.5rem !important;
}

.cn-fs-57 {
  font-size: 3.5625rem !important;
}

.cn-fs-58 {
  font-size: 3.625rem !important;
}

.cn-fs-59 {
  font-size: 3.6875rem !important;
}

.cn-fs-60 {
  font-size: 3.75rem !important;
}

.cn-fs-80 {
  font-size: 5rem !important;
}

.cn-fs-100 {
  font-size: 6.25rem !important;
}

.cn-move-0_1 {
  margin-left: 0%;
}

.cn-move-1_1 {
  margin-left: 100%;
}

.cn-move-0_1 {
  margin-left: 0%;
}

.cn-move-0_2 {
  margin-left: 0%;
}

.cn-move-1_2 {
  margin-left: 50%;
}

.cn-move-0_3 {
  margin-left: 0%;
}

.cn-move-1_3 {
  margin-left: 33.33333%;
}

.cn-move-2_3 {
  margin-left: 66.66667%;
}

.cn-move-0_4 {
  margin-left: 0%;
}

.cn-move-1_4 {
  margin-left: 25%;
}

.cn-move-2_4 {
  margin-left: 50%;
}

.cn-move-3_4 {
  margin-left: 75%;
}

.cn-move-0_5 {
  margin-left: 0%;
}

.cn-move-1_5 {
  margin-left: 20%;
}

.cn-move-2_5 {
  margin-left: 40%;
}

.cn-move-3_5 {
  margin-left: 60%;
}

.cn-move-4_5 {
  margin-left: 80%;
}

.cn-move-0_6 {
  margin-left: 0%;
}

.cn-move-1_6 {
  margin-left: 16.66667%;
}

.cn-move-2_6 {
  margin-left: 33.33333%;
}

.cn-move-3_6 {
  margin-left: 50%;
}

.cn-move-4_6 {
  margin-left: 66.66667%;
}

.cn-move-5_6 {
  margin-left: 83.33333%;
}

.cn-move-0_7 {
  margin-left: 0%;
}

.cn-move-1_7 {
  margin-left: 14.28571%;
}

.cn-move-2_7 {
  margin-left: 28.57143%;
}

.cn-move-3_7 {
  margin-left: 42.85714%;
}

.cn-move-4_7 {
  margin-left: 57.14286%;
}

.cn-move-5_7 {
  margin-left: 71.42857%;
}

.cn-move-6_7 {
  margin-left: 85.71429%;
}

.cn-move-0_8 {
  margin-left: 0%;
}

.cn-move-1_8 {
  margin-left: 12.5%;
}

.cn-move-2_8 {
  margin-left: 25%;
}

.cn-move-3_8 {
  margin-left: 37.5%;
}

.cn-move-4_8 {
  margin-left: 50%;
}

.cn-move-5_8 {
  margin-left: 62.5%;
}

.cn-move-6_8 {
  margin-left: 75%;
}

.cn-move-7_8 {
  margin-left: 87.5%;
}

.cn-move-0_9 {
  margin-left: 0%;
}

.cn-move-1_9 {
  margin-left: 11.11111%;
}

.cn-move-2_9 {
  margin-left: 22.22222%;
}

.cn-move-3_9 {
  margin-left: 33.33333%;
}

.cn-move-4_9 {
  margin-left: 44.44444%;
}

.cn-move-5_9 {
  margin-left: 55.55556%;
}

.cn-move-6_9 {
  margin-left: 66.66667%;
}

.cn-move-7_9 {
  margin-left: 77.77778%;
}

.cn-move-8_9 {
  margin-left: 88.88889%;
}

.cn-move-0_10 {
  margin-left: 0%;
}

.cn-move-1_10 {
  margin-left: 10%;
}

.cn-move-2_10 {
  margin-left: 20%;
}

.cn-move-3_10 {
  margin-left: 30%;
}

.cn-move-4_10 {
  margin-left: 40%;
}

.cn-move-5_10 {
  margin-left: 50%;
}

.cn-move-6_10 {
  margin-left: 60%;
}

.cn-move-7_10 {
  margin-left: 70%;
}

.cn-move-8_10 {
  margin-left: 80%;
}

.cn-move-9_10 {
  margin-left: 90%;
}

.cn-move-0_11 {
  margin-left: 0%;
}

.cn-move-1_11 {
  margin-left: 9.09091%;
}

.cn-move-2_11 {
  margin-left: 18.18182%;
}

.cn-move-3_11 {
  margin-left: 27.27273%;
}

.cn-move-4_11 {
  margin-left: 36.36364%;
}

.cn-move-5_11 {
  margin-left: 45.45455%;
}

.cn-move-6_11 {
  margin-left: 54.54545%;
}

.cn-move-7_11 {
  margin-left: 63.63636%;
}

.cn-move-8_11 {
  margin-left: 72.72727%;
}

.cn-move-9_11 {
  margin-left: 81.81818%;
}

.cn-move-10_11 {
  margin-left: 90.90909%;
}

.cn-move-0_12 {
  margin-left: 0%;
}

.cn-move-1_12 {
  margin-left: 8.33333%;
}

.cn-move-2_12 {
  margin-left: 16.66667%;
}

.cn-move-3_12 {
  margin-left: 25%;
}

.cn-move-4_12 {
  margin-left: 33.33333%;
}

.cn-move-5_12 {
  margin-left: 41.66667%;
}

.cn-move-6_12 {
  margin-left: 50%;
}

.cn-move-7_12 {
  margin-left: 58.33333%;
}

.cn-move-8_12 {
  margin-left: 66.66667%;
}

.cn-move-9_12 {
  margin-left: 75%;
}

.cn-move-10_12 {
  margin-left: 83.33333%;
}

.cn-move-11_12 {
  margin-left: 91.66667%;
}

.cn-w-5 {
  width: 5%;
}

.cn-w-10 {
  width: 10%;
}

.cn-w-15 {
  width: 15%;
}

.cn-w-20 {
  width: 20%;
}

.cn-w-25 {
  width: 25%;
}

.cn-w-30 {
  width: 30%;
}

.cn-w-35 {
  width: 35%;
}

.cn-w-40 {
  width: 40%;
}

.cn-w-45 {
  width: 45%;
}

.cn-w-50 {
  width: 50%;
}

.cn-w-55 {
  width: 55%;
}

.cn-w-60 {
  width: 60%;
}

.cn-w-65 {
  width: 65%;
}

.cn-w-70 {
  width: 70%;
}

.cn-w-75 {
  width: 75%;
}

.cn-w-80 {
  width: 80%;
}

.cn-w-85 {
  width: 85%;
}

.cn-w-90 {
  width: 90%;
}

.cn-w-95 {
  width: 95%;
}

.cn-w-100 {
  width: 100%;
}

.cn-w-1_3 {
  width: 33.33333%;
}

.cn-w-2_3 {
  width: 66.66667%;
}

.cn-w-3_3 {
  width: 100%;
}

.cn-w-1_4 {
  width: 25%;
}

.cn-w-2_4 {
  width: 50%;
}

.cn-w-3_4 {
  width: 75%;
}

.cn-w-4_4 {
  width: 100%;
}

.cn-w-1_5 {
  width: 20%;
}

.cn-w-2_5 {
  width: 40%;
}

.cn-w-3_5 {
  width: 60%;
}

.cn-w-4_5 {
  width: 80%;
}

.cn-w-5_5 {
  width: 100%;
}

.cn-w-1_6 {
  width: 16.66667%;
}

.cn-w-2_6 {
  width: 33.33333%;
}

.cn-w-3_6 {
  width: 50%;
}

.cn-w-4_6 {
  width: 66.66667%;
}

.cn-w-5_6 {
  width: 83.33333%;
}

.cn-w-6_6 {
  width: 100%;
}

.cn-w-1_7 {
  width: 14.28571%;
}

.cn-w-2_7 {
  width: 28.57143%;
}

.cn-w-3_7 {
  width: 42.85714%;
}

.cn-w-4_7 {
  width: 57.14286%;
}

.cn-w-5_7 {
  width: 71.42857%;
}

.cn-w-6_7 {
  width: 85.71429%;
}

.cn-w-7_7 {
  width: 100%;
}

.cn-w-1_8 {
  width: 12.5%;
}

.cn-w-2_8 {
  width: 25%;
}

.cn-w-3_8 {
  width: 37.5%;
}

.cn-w-4_8 {
  width: 50%;
}

.cn-w-5_8 {
  width: 62.5%;
}

.cn-w-6_8 {
  width: 75%;
}

.cn-w-7_8 {
  width: 87.5%;
}

.cn-w-8_8 {
  width: 100%;
}

.cn-w-1_9 {
  width: 11.11111%;
}

.cn-w-2_9 {
  width: 22.22222%;
}

.cn-w-3_9 {
  width: 33.33333%;
}

.cn-w-4_9 {
  width: 44.44444%;
}

.cn-w-5_9 {
  width: 55.55556%;
}

.cn-w-6_9 {
  width: 66.66667%;
}

.cn-w-7_9 {
  width: 77.77778%;
}

.cn-w-8_9 {
  width: 88.88889%;
}

.cn-w-9_9 {
  width: 100%;
}

.cn-w-1_10 {
  width: 10%;
}

.cn-w-2_10 {
  width: 20%;
}

.cn-w-3_10 {
  width: 30%;
}

.cn-w-4_10 {
  width: 40%;
}

.cn-w-5_10 {
  width: 50%;
}

.cn-w-6_10 {
  width: 60%;
}

.cn-w-7_10 {
  width: 70%;
}

.cn-w-8_10 {
  width: 80%;
}

.cn-w-9_10 {
  width: 90%;
}

.cn-w-10_10 {
  width: 100%;
}

.cn-w-1_11 {
  width: 9.09091%;
}

.cn-w-2_11 {
  width: 18.18182%;
}

.cn-w-3_11 {
  width: 27.27273%;
}

.cn-w-4_11 {
  width: 36.36364%;
}

.cn-w-5_11 {
  width: 45.45455%;
}

.cn-w-6_11 {
  width: 54.54545%;
}

.cn-w-7_11 {
  width: 63.63636%;
}

.cn-w-8_11 {
  width: 72.72727%;
}

.cn-w-9_11 {
  width: 81.81818%;
}

.cn-w-10_11 {
  width: 90.90909%;
}

.cn-w-11_11 {
  width: 100%;
}

.cn-w-1_12 {
  width: 8.33333%;
}

.cn-w-2_12 {
  width: 16.66667%;
}

.cn-w-3_12 {
  width: 25%;
}

.cn-w-4_12 {
  width: 33.33333%;
}

.cn-w-5_12 {
  width: 41.66667%;
}

.cn-w-6_12 {
  width: 50%;
}

.cn-w-7_12 {
  width: 58.33333%;
}

.cn-w-8_12 {
  width: 66.66667%;
}

.cn-w-9_12 {
  width: 75%;
}

.cn-w-10_12 {
  width: 83.33333%;
}

.cn-w-11_12 {
  width: 91.66667%;
}

.cn-w-12_12 {
  width: 100%;
}

.cn-w-auto {
  width: auto;
}

.cn-w-expand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cn-wp-0 {
  width: 0%;
}

.cn-wp-5 {
  width: 5%;
}

.cn-wp-10 {
  width: 10%;
}

.cn-wp-15 {
  width: 15%;
}

.cn-wp-20 {
  width: 20%;
}

.cn-wp-25 {
  width: 25%;
}

.cn-wp-30 {
  width: 30%;
}

.cn-wp-35 {
  width: 35%;
}

.cn-wp-40 {
  width: 40%;
}

.cn-wp-45 {
  width: 45%;
}

.cn-wp-50 {
  width: 50%;
}

.cn-wp-55 {
  width: 55%;
}

.cn-wp-60 {
  width: 60%;
}

.cn-wp-65 {
  width: 65%;
}

.cn-wp-70 {
  width: 70%;
}

.cn-wp-75 {
  width: 75%;
}

.cn-wp-80 {
  width: 80%;
}

.cn-wp-85 {
  width: 85%;
}

.cn-wp-90 {
  width: 90%;
}

.cn-wp-95 {
  width: 95%;
}

.cn-wp-100 {
  width: 100%;
}

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

.cn-ph-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.cn-pv-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.cn-pt-0 {
  padding-top: 0rem !important;
}

.cn-pb-0 {
  padding-bottom: 0rem !important;
}

.cn-pl-0 {
  padding-left: 0rem !important;
}

.cn-pr-0 {
  padding-right: 0rem !important;
}

.cn-p-5 {
  padding: 0.3125rem;
}

.cn-ph-5 {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.cn-pv-5 {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.cn-pt-5 {
  padding-top: 0.3125rem;
}

.cn-pb-5 {
  padding-bottom: 0.3125rem;
}

.cn-pl-5 {
  padding-left: 0.3125rem;
}

.cn-pr-5 {
  padding-right: 0.3125rem;
}

.cn-p-10 {
  padding: 0.625rem;
}

.cn-ph-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.cn-pv-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.cn-pt-10 {
  padding-top: 0.625rem;
}

.cn-pb-10 {
  padding-bottom: 0.625rem;
}

.cn-pl-10 {
  padding-left: 0.625rem;
}

.cn-pr-10 {
  padding-right: 0.625rem;
}

.cn-p-15 {
  padding: 0.9375rem;
}

.cn-ph-15 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.cn-pv-15 {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.cn-pt-15 {
  padding-top: 0.9375rem;
}

.cn-pb-15 {
  padding-bottom: 0.9375rem;
}

.cn-pl-15 {
  padding-left: 0.9375rem;
}

.cn-pr-15 {
  padding-right: 0.9375rem;
}

.cn-p-20 {
  padding: 1.25rem;
}

.cn-ph-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.cn-pv-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.cn-pt-20 {
  padding-top: 1.25rem;
}

.cn-pb-20 {
  padding-bottom: 1.25rem;
}

.cn-pl-20 {
  padding-left: 1.25rem;
}

.cn-pr-20 {
  padding-right: 1.25rem;
}

.cn-p-25 {
  padding: 1.5625rem;
}

.cn-ph-25 {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.cn-pv-25 {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.cn-pt-25 {
  padding-top: 1.5625rem;
}

.cn-pb-25 {
  padding-bottom: 1.5625rem;
}

.cn-pl-25 {
  padding-left: 1.5625rem;
}

.cn-pr-25 {
  padding-right: 1.5625rem;
}

.cn-p-30 {
  padding: 1.875rem;
}

.cn-ph-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.cn-pv-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.cn-pt-30 {
  padding-top: 1.875rem;
}

.cn-pb-30 {
  padding-bottom: 1.875rem;
}

.cn-pl-30 {
  padding-left: 1.875rem;
}

.cn-pr-30 {
  padding-right: 1.875rem;
}

.cn-pb-32 {
  padding-bottom: 2rem;
}

.cn-p-35 {
  padding: 2.1875rem;
}

.cn-ph-35 {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}

.cn-pv-35 {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}

.cn-pt-35 {
  padding-top: 2.1875rem;
}

.cn-pb-35 {
  padding-bottom: 2.1875rem;
}

.cn-pl-35 {
  padding-left: 2.1875rem;
}

.cn-pr-35 {
  padding-right: 2.1875rem;
}

.cn-p-40 {
  padding: 2.5rem;
}

.cn-ph-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.cn-pv-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.cn-pt-40 {
  padding-top: 2.5rem;
}

.cn-pb-40 {
  padding-bottom: 2.5rem;
}

.cn-pl-40 {
  padding-left: 2.5rem;
}

.cn-pr-40 {
  padding-right: 2.5rem;
}

.cn-p-45 {
  padding: 2.8125rem;
}

.cn-ph-45 {
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
}

.cn-pv-45 {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}

.cn-pt-45 {
  padding-top: 2.8125rem;
}

.cn-pb-45 {
  padding-bottom: 2.8125rem;
}

.cn-pl-45 {
  padding-left: 2.8125rem;
}

.cn-pr-45 {
  padding-right: 2.8125rem;
}

.cn-p-50 {
  padding: 3.125rem;
}

.cn-ph-50 {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.cn-pv-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.cn-pt-50 {
  padding-top: 3.125rem;
}

.cn-pb-50 {
  padding-bottom: 3.125rem;
}

.cn-pl-50 {
  padding-left: 3.125rem;
}

.cn-pr-50 {
  padding-right: 3.125rem;
}

.cn-p-55 {
  padding: 3.4375rem;
}

.cn-ph-55 {
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
}

.cn-pv-55 {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
}

.cn-pt-55 {
  padding-top: 3.4375rem;
}

.cn-pb-55 {
  padding-bottom: 3.4375rem;
}

.cn-pl-55 {
  padding-left: 3.4375rem;
}

.cn-pr-55 {
  padding-right: 3.4375rem;
}

.cn-p-60 {
  padding: 3.75rem;
}

.cn-ph-60 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.cn-pv-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.cn-pt-60 {
  padding-top: 3.75rem;
}

.cn-pb-60 {
  padding-bottom: 3.75rem;
}

.cn-pl-60 {
  padding-left: 3.75rem;
}

.cn-pr-60 {
  padding-right: 3.75rem;
}

.cn-p-65 {
  padding: 4.0625rem;
}

.cn-ph-65 {
  padding-left: 4.0625rem;
  padding-right: 4.0625rem;
}

.cn-pv-65 {
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}

.cn-pt-65 {
  padding-top: 4.0625rem;
}

.cn-pb-65 {
  padding-bottom: 4.0625rem;
}

.cn-pl-65 {
  padding-left: 4.0625rem;
}

.cn-pr-65 {
  padding-right: 4.0625rem;
}

.cn-p-70 {
  padding: 4.375rem;
}

.cn-ph-70 {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

.cn-pv-70 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.cn-pt-70 {
  padding-top: 4.375rem;
}

.cn-pb-70 {
  padding-bottom: 4.375rem;
}

.cn-pl-70 {
  padding-left: 4.375rem;
}

.cn-pr-70 {
  padding-right: 4.375rem;
}

.cn-p-75 {
  padding: 4.6875rem;
}

.cn-ph-75 {
  padding-left: 4.6875rem;
  padding-right: 4.6875rem;
}

.cn-pv-75 {
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
}

.cn-pt-75 {
  padding-top: 4.6875rem;
}

.cn-pb-75 {
  padding-bottom: 4.6875rem;
}

.cn-pl-75 {
  padding-left: 4.6875rem;
}

.cn-pr-75 {
  padding-right: 4.6875rem;
}

.cn-p-80 {
  padding: 5rem;
}

.cn-ph-80 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.cn-pv-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.cn-pv-84 {
  padding-top: 84px;
  padding-bottom: 84px;
}

.cn-pt-80 {
  padding-top: 5rem;
}

.cn-pb-80 {
  padding-bottom: 5rem;
}

.cn-pl-80 {
  padding-left: 5rem;
}

.cn-pr-80 {
  padding-right: 5rem;
}

.cn-p-85 {
  padding: 5.3125rem;
}

.cn-ph-85 {
  padding-left: 5.3125rem;
  padding-right: 5.3125rem;
}

.cn-pv-85 {
  padding-top: 5.3125rem;
  padding-bottom: 5.3125rem;
}

.cn-pt-85 {
  padding-top: 5.3125rem;
}

.cn-pb-85 {
  padding-bottom: 5.3125rem;
}

.cn-pl-85 {
  padding-left: 5.3125rem;
}

.cn-pr-85 {
  padding-right: 5.3125rem;
}

.cn-p-90 {
  padding: 5.625rem;
}

.cn-ph-90 {
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}

.cn-pv-90 {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

.cn-pt-90 {
  padding-top: 5.625rem;
}

.cn-pb-90 {
  padding-bottom: 5.625rem;
}

.cn-pl-90 {
  padding-left: 5.625rem;
}

.cn-pr-90 {
  padding-right: 5.625rem;
}

.cn-p-95 {
  padding: 5.9375rem;
}

.cn-ph-95 {
  padding-left: 5.9375rem;
  padding-right: 5.9375rem;
}

.cn-pv-95 {
  padding-top: 5.9375rem;
  padding-bottom: 5.9375rem;
}

.cn-pt-95 {
  padding-top: 5.9375rem;
}

.cn-pb-95 {
  padding-bottom: 5.9375rem;
}

.cn-pl-95 {
  padding-left: 5.9375rem;
}

.cn-pr-95 {
  padding-right: 5.9375rem;
}

.cn-p-100 {
  padding: 6.25rem;
}

.cn-ph-100 {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.cn-pv-100 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.cn-pt-100 {
  padding-top: 6.25rem;
}

.cn-pb-100 {
  padding-bottom: 6.25rem;
}

.cn-pb-131 {
  padding-bottom: 131px;
}

.cn-pl-100 {
  padding-left: 6.25rem;
}

.cn-pr-100 {
  padding-right: 6.25rem;
}

.cn-pt-135 {
  padding-top: 8.438rem;
}

.cn-pb-135 {
  padding-bottom: 8.438rem;
}

.cn-pl-135 {
  padding-left: 8.438rem;
}

.cn-pr-135 {
  padding-right: 8.438rem;
}

.cn-pl-auto {
  margin-left: auto;
}

.cn-pr-auto {
  margin-right: auto;
}

.cn-pt-auto {
  margin-top: auto;
}

.cn-pb-auto {
  margin-bottom: auto;
}

.cn-pv-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.cn-ph-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.cn-ph-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.cn-pv-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.cn-pt-0 {
  padding-top: 0rem !important;
}

.cn-pb-0 {
  padding-bottom: 0rem !important;
}

.cn-pl-0 {
  padding-left: 0rem !important;
}

.cn-pr-0 {
  padding-right: 0rem !important;
}

.cn-p-5 {
  padding: 0.3125rem;
}

.cn-ph-5 {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.cn-pv-5 {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.cn-pt-5 {
  padding-top: 0.3125rem;
}

.cn-pb-5 {
  padding-bottom: 0.3125rem;
}

.cn-pl-5 {
  padding-left: 0.3125rem;
}

.cn-pr-5 {
  padding-right: 0.3125rem;
}

.cn-p-10 {
  padding: 0.625rem;
}

.cn-ph-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.cn-pv-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.cn-pt-10 {
  padding-top: 0.625rem;
}

.cn-pb-10 {
  padding-bottom: 0.625rem;
}

.cn-pl-10 {
  padding-left: 0.625rem;
}

.cn-pr-10 {
  padding-right: 0.625rem;
}

.cn-p-15 {
  padding: 0.9375rem;
}

.cn-ph-15 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.cn-pv-15 {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.cn-pt-15 {
  padding-top: 0.9375rem;
}

.cn-pb-15 {
  padding-bottom: 0.9375rem;
}

.cn-pl-15 {
  padding-left: 0.9375rem;
}

.cn-pr-15 {
  padding-right: 0.9375rem;
}

.cn-p-20 {
  padding: 1.25rem;
}

.cn-ph-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.cn-pv-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.cn-pt-20 {
  padding-top: 1.25rem;
}

.cn-pb-20 {
  padding-bottom: 1.25rem;
}

.cn-pl-20 {
  padding-left: 1.25rem;
}

.cn-pr-20 {
  padding-right: 1.25rem;
}

.cn-p-25 {
  padding: 1.5625rem;
}

.cn-ph-25 {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.cn-pv-25 {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.cn-pt-25 {
  padding-top: 1.5625rem;
}

.cn-pb-25 {
  padding-bottom: 1.5625rem;
}

.cn-pl-25 {
  padding-left: 1.5625rem;
}

.cn-pr-25 {
  padding-right: 1.5625rem;
}

.cn-p-30 {
  padding: 1.875rem;
}

.cn-ph-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.cn-pv-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.cn-pt-30 {
  padding-top: 1.875rem;
}

.cn-pb-30 {
  padding-bottom: 1.875rem;
}

.cn-pl-30 {
  padding-left: 1.875rem;
}

.cn-pr-30 {
  padding-right: 1.875rem;
}

.cn-p-35 {
  padding: 2.1875rem;
}

.cn-ph-35 {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}

.cn-pv-35 {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}

.cn-pt-35 {
  padding-top: 2.1875rem;
}

.cn-pb-35 {
  padding-bottom: 2.1875rem;
}

.cn-pl-35 {
  padding-left: 2.1875rem;
}

.cn-pr-35 {
  padding-right: 2.1875rem;
}

.cn-p-40 {
  padding: 2.5rem;
}

.cn-ph-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.cn-pv-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.cn-pt-40 {
  padding-top: 2.5rem;
}

.cn-pb-40 {
  padding-bottom: 2.5rem;
}

.cn-mb-110 {
  margin-bottom: 110px;
}

.cn-mt-170 {
  margin-top: 170px;
}

.cn-mb-88 {
  margin-bottom: 88px;
}

.cn-mb-46 {
  margin-bottom: 46px;
}

.cn-pl-40 {
  padding-left: 2.5rem;
}

.cn-pr-40 {
  padding-right: 2.5rem;
}

.cn-p-45 {
  padding: 2.8125rem;
}

.cn-ph-45 {
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
}

.cn-pv-45 {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}

.cn-pt-45 {
  padding-top: 2.8125rem;
}

.cn-pb-45 {
  padding-bottom: 2.8125rem;
}

.cn-pl-45 {
  padding-left: 2.8125rem;
}

.cn-pr-45 {
  padding-right: 2.8125rem;
}

.cn-p-50 {
  padding: 3.125rem;
}

.cn-ph-50 {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.cn-pv-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.cn-pt-50 {
  padding-top: 3.125rem;
}

.cn-pb-50 {
  padding-bottom: 3.125rem;
}

.cn-pl-50 {
  padding-left: 3.125rem;
}

.cn-pr-50 {
  padding-right: 3.125rem;
}

.cn-p-55 {
  padding: 3.4375rem;
}

.cn-ph-55 {
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
}

.cn-pv-55 {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
}

.cn-pt-55 {
  padding-top: 3.4375rem;
}

.cn-pb-55 {
  padding-bottom: 3.4375rem;
}

.cn-pl-55 {
  padding-left: 3.4375rem;
}

.cn-pr-55 {
  padding-right: 3.4375rem;
}

.cn-p-60 {
  padding: 3.75rem;
}

.cn-ph-60 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.cn-pv-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.cn-pt-60 {
  padding-top: 3.75rem;
}

.cn-pb-60 {
  padding-bottom: 3.75rem;
}

.cn-pl-60 {
  padding-left: 3.75rem;
}

.cn-pr-60 {
  padding-right: 3.75rem;
}

.cn-p-65 {
  padding: 4.0625rem;
}

.cn-ph-65 {
  padding-left: 4.0625rem;
  padding-right: 4.0625rem;
}

.cn-pv-65 {
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}

.cn-pt-65 {
  padding-top: 4.0625rem;
}

.cn-pb-65 {
  padding-bottom: 4.0625rem;
}

.cn-pl-65 {
  padding-left: 4.0625rem;
}

.cn-pr-65 {
  padding-right: 4.0625rem;
}

.cn-p-70 {
  padding: 4.375rem;
}

.cn-ph-70 {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

.cn-pv-70 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.cn-pt-70 {
  padding-top: 4.375rem;
}

.cn-pb-70 {
  padding-bottom: 4.375rem;
}

.cn-pl-70 {
  padding-left: 4.375rem;
}

.cn-pr-70 {
  padding-right: 4.375rem;
}

.cn-p-75 {
  padding: 4.6875rem;
}

.cn-ph-75 {
  padding-left: 4.6875rem;
  padding-right: 4.6875rem;
}

.cn-pv-75 {
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
}

.cn-pt-75 {
  padding-top: 4.6875rem;
}

.cn-pb-75 {
  padding-bottom: 4.6875rem;
}

.cn-pl-75 {
  padding-left: 4.6875rem;
}

.cn-pr-75 {
  padding-right: 4.6875rem;
}

.cn-p-80 {
  padding: 5rem;
}

.cn-ph-80 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.cn-pv-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.cn-pt-80 {
  padding-top: 5rem;
}

.cn-pb-80 {
  padding-bottom: 5rem;
}

.cn-pl-80 {
  padding-left: 5rem;
}

.cn-pr-80 {
  padding-right: 5rem;
}

.cn-p-85 {
  padding: 5.3125rem;
}

.cn-ph-85 {
  padding-left: 5.3125rem;
  padding-right: 5.3125rem;
}

.cn-pv-85 {
  padding-top: 5.3125rem;
  padding-bottom: 5.3125rem;
}

.cn-pt-85 {
  padding-top: 5.3125rem;
}

.cn-pb-85 {
  padding-bottom: 5.3125rem;
}

.cn-pl-85 {
  padding-left: 5.3125rem;
}

.cn-pr-85 {
  padding-right: 5.3125rem;
}

.cn-p-90 {
  padding: 5.625rem;
}

.cn-ph-90 {
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}

.cn-pv-90 {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

.cn-pt-90 {
  padding-top: 5.625rem;
}

.cn-pb-90 {
  padding-bottom: 5.625rem;
}

.cn-pl-90 {
  padding-left: 5.625rem;
}

.cn-pr-90 {
  padding-right: 5.625rem;
}

.cn-p-95 {
  padding: 5.9375rem;
}

.cn-ph-95 {
  padding-left: 5.9375rem;
  padding-right: 5.9375rem;
}

.cn-pv-95 {
  padding-top: 5.9375rem;
  padding-bottom: 5.9375rem;
}

.cn-pt-95 {
  padding-top: 5.9375rem;
}

.cn-pb-95 {
  padding-bottom: 5.9375rem;
}

.cn-pl-95 {
  padding-left: 5.9375rem;
}

.cn-pr-95 {
  padding-right: 5.9375rem;
}

.cn-p-100 {
  padding: 6.25rem;
}

.cn-ph-100 {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.cn-pv-100 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.cn-pt-100 {
  padding-top: 6.25rem;
}

.cn-pb-100 {
  padding-bottom: 6.25rem;
}

.cn-pl-100 {
  padding-left: 6.25rem;
}

.cn-pr-100 {
  padding-right: 6.25rem;
}

.cn-pl-auto {
  margin-left: auto;
}

.cn-pr-auto {
  margin-right: auto;
}

.cn-pt-auto {
  margin-top: auto;
}

.cn-pb-auto {
  margin-bottom: auto;
}

.cn-pv-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.cn-ph-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.cn-mh-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.cn-mv-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.cn-mt-0 {
  margin-top: 0rem !important;
}

.cn-mb-0 {
  margin-bottom: 0rem !important;
}

.cn-ml-0 {
  margin-left: 0rem !important;
}

.cn-mr-0 {
  margin-right: 0rem !important;
}

.cn-m-5 {
  margin: 0.3125rem;
}

.cn-mh-5 {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.cn-mv-5 {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.cn-mt-5 {
  margin-top: 0.3125rem;
}

.cn-mb-5 {
  margin-bottom: 0.3125rem;
}

.cn-ml-5 {
  margin-left: 0.3125rem;
}

.cn-mr-5 {
  margin-right: 0.3125rem;
}

.cn-m-10 {
  margin: 0.625rem;
}

.cn-mh-10 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.cn-mv-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.cn-mt-10 {
  margin-top: 0.625rem;
}

.cn-mb-10 {
  margin-bottom: 0.625rem;
}

.cn-mb-26 {
  margin-bottom: 26px;
}

.cn-ml-10 {
  margin-left: 0.625rem;
}

.cn-mr-10 {
  margin-right: 0.625rem;
}

.cn-m-15 {
  margin: 0.9375rem;
}

.cn-mh-15 {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.cn-mv-15 {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.cn-mt-15 {
  margin-top: 0.9375rem;
}

.cn-mb-15 {
  margin-bottom: 0.9375rem;
}

.cn-ml-15 {
  margin-left: 0.9375rem;
}

.cn-mr-15 {
  margin-right: 0.9375rem;
}

.cn-ml-16 {
  margin-left: 1rem;
}

.cn-mr-16 {
  margin-right: 1rem;
}

.cn-m-18 {
  margin: 1.125rem;
}

.cn-mh-18 {
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}

.cn-mv-18 {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

.cn-mt-18 {
  margin-top: 1.125rem;
}

.cn-mb-18 {
  margin-bottom: 1.125rem;
}

.cn-ml-18 {
  margin-left: 1.125rem;
}

.cn-mr-18 {
  margin-right: 1.125rem;
}

.cn-m-20 {
  margin: 1.25rem;
}

.cn-mh-20 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.cn-mv-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.cn-mt-20 {
  margin-top: 1.25rem;
}

.cn-mt-50 {
  margin-top: 3.75rem;
}

.cn-mt-90 {
  margin-top: 6.25rem;
}

.cn-mb-20 {
  margin-bottom: 1.25rem;
}

.cn-mb-25 {
  margin-bottom: 1.5rem;
}

.cn-mb-50 {
  margin-bottom: 3.75rem;
}

.cn-ml-20 {
  margin-left: 1.25rem;
}

.cn-mr-20 {
  margin-right: 1.25rem;
}

.cn-m-25 {
  margin: 1.5625rem;
}

.cn-mh-25 {
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}

.cn-mv-25 {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.cn-mt-25 {
  margin-top: 1.5625rem;
}

.cn-mb-25 {
  margin-bottom: 1.5625rem;
}

.cn-ml-25 {
  margin-left: 1.5625rem;
}

.cn-mr-25 {
  margin-right: 1.5625rem;
}

.cn-m-30 {
  margin: 1.875rem;
}

.cn-mh-30 {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.cn-mv-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.cn-mt-30 {
  margin-top: 1.875rem;
}

.cn-mb-30 {
  margin-bottom: 1.875rem;
}

.cn-ml-30 {
  margin-left: 1.875rem;
}

.cn-mr-30 {
  margin-right: 1.875rem;
}

.cn-m-35 {
  margin: 2.1875rem;
}

.cn-mh-35 {
  margin-left: 2.1875rem;
  margin-right: 2.1875rem;
}

.cn-mv-35 {
  margin-top: 2.1875rem;
  margin-bottom: 2.1875rem;
}

.cn-mt-35 {
  margin-top: 2.1875rem;
}

.cn-mb-35 {
  margin-bottom: 2.1875rem;
}

.cn-ml-35 {
  margin-left: 2.1875rem;
}

.cn-mr-35 {
  margin-right: 2.1875rem;
}

.cn-mb-37 {
  margin-bottom: 37px;
}

.cn-m-40 {
  margin: 2.5rem;
}

.cn-mh-40 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.cn-mv-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.cn-mt-40 {
  margin-top: 2.5rem;
}

.cn-mb-40 {
  margin-bottom: 2.5rem;
}

.cn-ml-40 {
  margin-left: 2.5rem;
}

.cn-mr-40 {
  margin-right: 2.5rem;
}

.cn-m-45 {
  margin: 2.8125rem;
}

.cn-mh-45 {
  margin-left: 2.8125rem;
  margin-right: 2.8125rem;
}

.cn-mv-45 {
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
}

.cn-mt-45 {
  margin-top: 2.8125rem;
}

.cn-mb-43 {
  margin-bottom: 2.688rem;
}

.cn-mb-45 {
  margin-bottom: 2.8125rem;
}

.cn-ml-45 {
  margin-left: 2.8125rem;
}

.cn-mr-45 {
  margin-right: 2.8125rem;
}

.cn-mb-48 {
  margin-bottom: 3rem;
}

.cn-m-50 {
  margin: 3.125rem;
}

.cn-mh-50 {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.cn-mv-50 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.cn-mt-50 {
  margin-top: 3.125rem;
}

.cn-mb-50 {
  margin-bottom: 3.125rem;
}

.cn-ml-50 {
  margin-left: 3.125rem;
}

.cn-mr-50 {
  margin-right: 3.125rem;
}

.cn-m-55 {
  margin: 3.4375rem;
}

.cn-mh-55 {
  margin-left: 3.4375rem;
  margin-right: 3.4375rem;
}

.cn-mv-55 {
  margin-top: 3.4375rem;
  margin-bottom: 3.4375rem;
}

.cn-mt-55 {
  margin-top: 3.4375rem;
}

.cn-mb-55 {
  margin-bottom: 3.4375rem;
}

.cn-ml-55 {
  margin-left: 3.4375rem;
}

.cn-mr-55 {
  margin-right: 3.4375rem;
}

.cn-m-60 {
  margin: 3.75rem;
}

.cn-mh-60 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.cn-mv-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.cn-mt-60 {
  margin-top: 3.75rem;
}

.cn-mb-60 {
  margin-bottom: 3.75rem;
}

.cn-ml-60 {
  margin-left: 3.75rem;
}

.cn-mr-60 {
  margin-right: 3.75rem;
}

.cn-m-65 {
  margin: 4.0625rem;
}

.cn-mh-65 {
  margin-left: 4.0625rem;
  margin-right: 4.0625rem;
}

.cn-mv-65 {
  margin-top: 4.0625rem;
  margin-bottom: 4.0625rem;
}

.cn-mt-65 {
  margin-top: 4.0625rem;
}

.cn-mb-65 {
  margin-bottom: 4.0625rem;
}

.cn-ml-65 {
  margin-left: 4.0625rem;
}

.cn-mr-65 {
  margin-right: 4.0625rem;
}

.cn-m-70 {
  margin: 4.375rem;
}

.cn-mh-70 {
  margin-left: 4.375rem;
  margin-right: 4.375rem;
}

.cn-mv-70 {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.cn-mt-70 {
  margin-top: 4.375rem;
}

.cn-mb-70 {
  margin-bottom: 4.375rem;
}

.cn-ml-70 {
  margin-left: 4.375rem;
}

.cn-mr-70 {
  margin-right: 4.375rem;
}

.cn-mb-73 {
  margin-bottom: 73px;
}

.cn-m-75 {
  margin: 4.6875rem;
}

.cn-mh-75 {
  margin-left: 4.6875rem;
  margin-right: 4.6875rem;
}

.cn-mv-75 {
  margin-top: 4.6875rem;
  margin-bottom: 4.6875rem;
}

.cn-mt-75 {
  margin-top: 4.6875rem;
}

.cn-mb-75 {
  margin-bottom: 4.6875rem;
}

.cn-ml-75 {
  margin-left: 4.6875rem;
}

.cn-mr-75 {
  margin-right: 4.6875rem;
}

.cn-m-80 {
  margin: 5rem;
}

.cn-mh-80 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.cn-mv-80 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.cn-mt-80 {
  margin-top: 5rem;
}

.cn-mb-80 {
  margin-bottom: 5rem;
}

.cn-ml-80 {
  margin-left: 5rem;
}

.cn-mr-80 {
  margin-right: 5rem;
}

.cn-m-85 {
  margin: 5.3125rem;
}

.cn-mh-85 {
  margin-left: 5.3125rem;
  margin-right: 5.3125rem;
}

.cn-mv-85 {
  margin-top: 5.3125rem;
  margin-bottom: 5.3125rem;
}

.cn-mt-85 {
  margin-top: 5.3125rem;
}

.cn-mb-85 {
  margin-bottom: 5.3125rem;
}

.cn-ml-85 {
  margin-left: 5.3125rem;
}

.cn-mr-85 {
  margin-right: 5.3125rem;
}

.cn-m-90 {
  margin: 5.625rem;
}

.cn-mh-90 {
  margin-left: 5.625rem;
  margin-right: 5.625rem;
}

.cn-mv-90 {
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
}

.cn-mt-90 {
  margin-top: 5.625rem;
}

.cn-mb-90 {
  margin-bottom: 5.625rem;
}

.cn-ml-90 {
  margin-left: 5.625rem;
}

.cn-mr-90 {
  margin-right: 5.625rem;
}

.cn-m-95 {
  margin: 5.9375rem;
}

.cn-mh-95 {
  margin-left: 5.9375rem;
  margin-right: 5.9375rem;
}

.cn-mv-95 {
  margin-top: 5.9375rem;
  margin-bottom: 5.9375rem;
}

.cn-mt-95 {
  margin-top: 5.9375rem;
}

.cn-mb-95 {
  margin-bottom: 5.9375rem;
}

.cn-ml-95 {
  margin-left: 5.9375rem;
}

.cn-mr-95 {
  margin-right: 5.9375rem;
}

.cn-m-100 {
  margin: 6.25rem;
}

.cn-mh-100 {
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}

.cn-h-100 {
  height: 100%;
}

.cn-mv-100 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.cn-mt-100 {
  margin-top: 6.25rem;
}

.cn-mb-100 {
  margin-bottom: 6.25rem;
}

.cn-ml-100 {
  margin-left: 6.25rem;
}

.cn-mr-100 {
  margin-right: 6.25rem;
}

.cn-ml-auto {
  margin-left: auto;
}

.cn-mr-auto {
  margin-right: auto;
}

.cn-mt-auto {
  margin-top: auto;
}

.cn-mb-auto {
  margin-bottom: auto;
}

.cn-mv-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.cn-mh-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.cn-mh-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.cn-mv-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.cn-mt-0 {
  margin-top: 0rem !important;
}

.cn-mb-0 {
  margin-bottom: 0rem !important;
}

.cn-ml-0 {
  margin-left: 0rem !important;
}

.cn-mr-0 {
  margin-right: 0rem !important;
}

.cn-m-5 {
  margin: 0.3125rem;
}

.cn-mh-5 {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.cn-mv-5 {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.cn-mt-5 {
  margin-top: 0.3125rem;
}

.cn-mb-5 {
  margin-bottom: 0.3125rem;
}

.cn-ml-5 {
  margin-left: 0.3125rem;
}

.cn-mr-5 {
  margin-right: 0.3125rem;
}

.cn-m-10 {
  margin: 0.625rem;
}

.cn-mh-10 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.cn-mv-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.cn-mt-10 {
  margin-top: 0.625rem;
}

.cn-mb-10 {
  margin-bottom: 0.625rem;
}

.cn-mb-10-import {
  margin-bottom: 0.625rem !important;
}

.cn-ml-10 {
  margin-left: 0.625rem;
}

.cn-mr-10 {
  margin-right: 0.625rem;
}

.cn-m-15 {
  margin: 0.9375rem;
}

.cn-mh-15 {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.cn-mv-15 {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.cn-mt-15 {
  margin-top: 0.9375rem;
}

.cn-mb-15 {
  margin-bottom: 0.9375rem;
}

.cn-ml-15 {
  margin-left: 0.9375rem;
}

.cn-mr-15 {
  margin-right: 0.9375rem;
}

.cn-m-20 {
  margin: 1.25rem;
}

.cn-mh-20 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.cn-mv-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.cn-mt-20 {
  margin-top: 1.25rem;
}

.cn-mb-20 {
  margin-bottom: 1.25rem;
}

.cn-ml-20 {
  margin-left: 1.25rem;
}

.cn-mr-20 {
  margin-right: 1.25rem;
}

.cn-mr-24 {
  margin-right: 24px;
}

.cn-m-25 {
  margin: 1.5625rem;
}

.cn-mh-25 {
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}

.cn-mv-25 {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.cn-mt-25 {
  margin-top: 1.5625rem;
}

.cn-mb-25 {
  margin-bottom: 1.5625rem;
}

.cn-ml-25 {
  margin-left: 1.5625rem;
}

.cn-mr-25 {
  margin-right: 1.5625rem;
}

.cn-m-30 {
  margin: 1.875rem;
}

.cn-mh-30 {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.cn-mv-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.cn-mt-30 {
  margin-top: 1.875rem;
}

.cn-mb-30 {
  margin-bottom: 1.875rem;
}

.cn-ml-30 {
  margin-left: 1.875rem;
}

.cn-mr-30 {
  margin-right: 1.875rem;
}

.cn-m-35 {
  margin: 2.1875rem;
}

.cn-mh-35 {
  margin-left: 2.1875rem;
  margin-right: 2.1875rem;
}

.cn-mv-35 {
  margin-top: 2.1875rem;
  margin-bottom: 2.1875rem;
}

.cn-mt-35 {
  margin-top: 2.1875rem;
}

.cn-mb-35 {
  margin-bottom: 2.1875rem;
}

.cn-ml-35 {
  margin-left: 2.1875rem;
}

.cn-mr-35 {
  margin-right: 2.1875rem;
}

.cn-m-40 {
  margin: 2.5rem;
}

.cn-mh-40 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.cn-mv-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.cn-mt-40 {
  margin-top: 2.5rem;
}

.cn-mb-40 {
  margin-bottom: 2.5rem;
}

.cn-ml-40 {
  margin-left: 2.5rem;
}

.cn-mr-40 {
  margin-right: 2.5rem;
}

.cn-m-45 {
  margin: 2.8125rem;
}

.cn-mh-45 {
  margin-left: 2.8125rem;
  margin-right: 2.8125rem;
}

.cn-mv-45 {
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
}

.cn-mt-45 {
  margin-top: 2.8125rem;
}

.cn-mb-45 {
  margin-bottom: 2.8125rem;
}

.cn-ml-45 {
  margin-left: 2.8125rem;
}

.cn-mr-45 {
  margin-right: 2.8125rem;
}

.cn-m-50 {
  margin: 3.125rem;
}

.cn-mh-50 {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.cn-mv-50 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.cn-mt-50 {
  margin-top: 3.125rem;
}

.cn-mb-50 {
  margin-bottom: 3.125rem;
}

.cn-mb-53 {
  margin-bottom: 53px;
}

.cn-ml-50 {
  margin-left: 3.125rem;
}

.cn-mr-50 {
  margin-right: 3.125rem;
}

.cn-m-55 {
  margin: 3.4375rem;
}

.cn-mh-55 {
  margin-left: 3.4375rem;
  margin-right: 3.4375rem;
}

.cn-mv-55 {
  margin-top: 3.4375rem;
  margin-bottom: 3.4375rem;
}

.cn-mt-55 {
  margin-top: 3.4375rem;
}

.cn-mb-55 {
  margin-bottom: 3.4375rem;
}

.cn-ml-55 {
  margin-left: 3.4375rem;
}

.cn-mr-55 {
  margin-right: 3.4375rem;
}

.cn-m-60 {
  margin: 3.75rem;
}

.cn-mh-60 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.cn-mv-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.cn-mt-60 {
  margin-top: 3.75rem;
}

.cn-mb-60 {
  margin-bottom: 3.75rem;
}

.cn-mb-30-i {
  margin-bottom: 30px !important;
}

.cn-mb-6 {
  margin-bottom: 6px;
}

.cn-ml-60 {
  margin-left: 3.75rem;
}

.cn-mr-60 {
  margin-right: 3.75rem;
}

.cn-m-65 {
  margin: 4.0625rem;
}

.cn-mh-65 {
  margin-left: 4.0625rem;
  margin-right: 4.0625rem;
}

.cn-mv-65 {
  margin-top: 4.0625rem;
  margin-bottom: 4.0625rem;
}

.cn-mt-65 {
  margin-top: 4.0625rem;
}

.cn-mb-65 {
  margin-bottom: 4.0625rem;
}

.cn-ml-65 {
  margin-left: 4.0625rem;
}

.cn-mr-65 {
  margin-right: 4.0625rem;
}

.cn-m-70 {
  margin: 4.375rem;
}

.cn-mh-70 {
  margin-left: 4.375rem;
  margin-right: 4.375rem;
}

.cn-mv-70 {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.cn-mt-70 {
  margin-top: 4.375rem;
}

.cn-mb-70 {
  margin-bottom: 4.375rem;
}

.cn-ml-70 {
  margin-left: 4.375rem;
}

.cn-mr-70 {
  margin-right: 4.375rem;
}

.cn-m-75 {
  margin: 4.6875rem;
}

.cn-mh-75 {
  margin-left: 4.6875rem;
  margin-right: 4.6875rem;
}

.cn-mv-75 {
  margin-top: 4.6875rem;
  margin-bottom: 4.6875rem;
}

.cn-mt-75 {
  margin-top: 4.6875rem;
}

.cn-mb-75 {
  margin-bottom: 4.6875rem;
}

.cn-ml-75 {
  margin-left: 4.6875rem;
}

.cn-mr-75 {
  margin-right: 4.6875rem;
}

.cn-m-80 {
  margin: 5rem;
}

.cn-mh-80 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.cn-mv-80 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.cn-mt-80 {
  margin-top: 5rem;
}

.cn-mb-80 {
  margin-bottom: 5rem;
}

.cn-ml-80 {
  margin-left: 5rem;
}

.cn-mr-80 {
  margin-right: 5rem;
}

.cn-mr-8 {
  margin-right: 8px;
}

.cn-m-85 {
  margin: 5.3125rem;
}

.cn-mh-85 {
  margin-left: 5.3125rem;
  margin-right: 5.3125rem;
}

.cn-mv-85 {
  margin-top: 5.3125rem;
  margin-bottom: 5.3125rem;
}

.cn-mt-85 {
  margin-top: 5.3125rem;
}

.cn-mb-85 {
  margin-bottom: 5.3125rem;
}

.cn-ml-85 {
  margin-left: 5.3125rem;
}

.cn-mr-85 {
  margin-right: 5.3125rem;
}

.cn-m-90 {
  margin: 5.625rem;
}

.cn-mh-90 {
  margin-left: 5.625rem;
  margin-right: 5.625rem;
}

.cn-mv-90 {
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
}

.cn-mt-90 {
  margin-top: 5.625rem;
}

.cn-mb-90 {
  margin-bottom: 5.625rem;
}

.cn-ml-90 {
  margin-left: 5.625rem;
}

.cn-mr-90 {
  margin-right: 5.625rem;
}

.cn-mb-92 {
  margin-bottom: 5.75rem;
}

.cn-m-95 {
  margin: 5.9375rem;
}

.cn-mh-95 {
  margin-left: 5.9375rem;
  margin-right: 5.9375rem;
}

.cn-mv-95 {
  margin-top: 5.9375rem;
  margin-bottom: 5.9375rem;
}

.cn-mt-95 {
  margin-top: 5.9375rem;
}

.cn-mb-95 {
  margin-bottom: 5.9375rem;
}

.cn-ml-95 {
  margin-left: 5.9375rem;
}

.cn-mr-95 {
  margin-right: 5.9375rem;
}

.cn-m-100 {
  margin: 6.25rem;
}

.cn-mh-100 {
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}

.cn-mv-100 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.cn-mt-100 {
  margin-top: 6.25rem;
}

.cn-mb-100 {
  margin-bottom: 6.25rem;
}

.cn-ml-100 {
  margin-left: 6.25rem;
}

.cn-mr-100 {
  margin-right: 6.25rem;
}

.cn-ml-auto {
  margin-left: auto;
}

.cn-mr-auto {
  margin-right: auto;
}

.cn-mt-auto {
  margin-top: auto;
}

.cn-mb-auto {
  margin-bottom: auto;
}

.cn-mv-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.cn-mh-auto {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.cn-d-gd {
  display: grid !important;
}

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

.cn-tr-200 {
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.cn-tr-400 {
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.cn-tr-600 {
  -webkit-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}

.cn-tr-800 {
  -webkit-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}

.cn-tr-1000 {
  -webkit-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms;
}

.cn-op-0 {
  opacity: 0 !important;
}

.cn-op-5 {
  opacity: 0.05 !important;
}

.cn-op-10 {
  opacity: 0.1 !important;
}

.cn-op-15 {
  opacity: 0.15 !important;
}

.cn-op-20 {
  opacity: 0.2 !important;
}

.cn-op-25 {
  opacity: 0.25 !important;
}

.cn-op-30 {
  opacity: 0.3 !important;
}

.cn-op-35 {
  opacity: 0.35 !important;
}

.cn-op-40 {
  opacity: 0.4 !important;
}

.cn-op-45 {
  opacity: 0.45 !important;
}

.cn-op-50 {
  opacity: 0.5 !important;
}

.cn-op-55 {
  opacity: 0.55 !important;
}

.cn-op-60 {
  opacity: 0.6 !important;
}

.cn-op-65 {
  opacity: 0.65 !important;
}

.cn-op-70 {
  opacity: 0.7 !important;
}

.cn-op-75 {
  opacity: 0.75 !important;
}

.cn-op-80 {
  opacity: 0.8 !important;
}

.cn-op-85 {
  opacity: 0.85 !important;
}

.cn-op-90 {
  opacity: 0.9 !important;
}

.cn-op-95 {
  opacity: 0.95 !important;
}

.cn-op-100 {
  opacity: 1 !important;
}

.cn-cp-unset {
  cursor: unset !important;
}

.cn-pl-72 {
  padding-left: 72px;
}

.cn-pt-16 {
  padding-top: 16px;
}

.cn-cp-unset {
  cursor: unset !important;
}

.cn-lh-22 {
  line-height: 22px;
}

.cn-pb-125 {
  padding-bottom: 125px;
}

.cn-pt-106 {
  padding-top: 106px;
}

.cn-pt-72 {
  padding-top: 72px;
}

.cn-pb-107 {
  padding-bottom: 107px;
}

.cn-pb-3 {
  padding-bottom: 3px;
}

.cn-pb-96 {
  padding-bottom: 96px;
}

.cn-pb-63 {
  padding-bottom: 63px;
}

.cn-pb-115 {
  padding-bottom: 115px;
}

.cn-pb-110 {
  padding-bottom: 110px;
}

.cn-pl-72 {
  padding-left: 72px;
}

.cn-pr-130 {
  padding-right: 130px;
}

.cn-mb-86 {
  margin-bottom: 86px;
}

.cn-mb-8 {
  margin-bottom: 8px;
}

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

.progress-icon-box.progress-icon-box-100x100 {
  height: 100px;
  width: 100px;
}

.white-bordered {
  border: 1px solid #FFFFFF;
}

.cn-pn-sc {
  position: static;
}

.cn-pn-ae {
  position: absolute;
}

.cn-pn-re {
  position: relative;
}

.cn-pn-fd {
  position: fixed;
}

.cn-ow-it {
  overflow: inherit;
}

.cn-ow-hn {
  overflow: hidden;
}

.cn-ow-sl {
  overflow: scroll;
}

.cn-ow-ao {
  overflow: auto;
}

/*add new general grid style */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background: #060708;
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 8px;
  background: #060708;
  border-radius: 4px;
  height: 1px;
  cursor: pointer;
}

::-webkit-scrollbar-thumb {
  background: #FF8A00;
  border-radius: 4px;
  height: 1px;
  cursor: pointer;
}

.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero .hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  margin-bottom: auto;
  margin-top: auto;
}

.hero .hero-foot,
.hero .hero-head {
  flex-grow: 0;
  flex-shrink: 0;
}

.hero .hero-content {
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
}

.hero .hero-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.005em;
  text-align: left;
  color: #FFFFFF;
}

.navbar {
  padding: 0px;
}

.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}

.navbar-end {
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
  display: flex;
}

.navbar-brand,
.navbar-tabs {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
  margin-right: 46px;
}

.navbar-brand a.navbar-item {
  max-width: 179px;
}

.navbar-brand a.navbar-item img {
  vertical-align: middle;
}

.navbar-burger {
  color: #333333;
  cursor: pointer;
  display: none;
  height: 48px;
  position: relative;
  width: 26px;
  margin-left: 16px;
}

.go .navbar-burger {
  color: #FFFFFF;
}

.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 12px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 24px;
  border: 1px solid transparent;
  border-radius: 24px;
}

.navbar-burger span:nth-child(1) {
  top: calc(50% - 10px);
}

.navbar-burger span:nth-child(2) {
  top: calc(50% - 2px);
}

.navbar-burger span:nth-child(3) {
  top: calc(50% + 6px);
}

.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}

.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.navbarMenuHeroB {
  display: none;
}

.top-menu li {
  display: inline-flex;
  margin-right: 46.67px;
  height: 100%;
}

.top-menu li a {
  font-family: "Graphik";
  font-family: "Graphik";
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: start;
  color: #4B5563;
}

.top-menu.top-mega-menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.top-menu.top-mega-menu li:not(:last-child) {
  margin-right: 0px;
}

.top-menu.top-mega-menu li:last-child {
  margin-right: 0px;
}

.top-menu .sub-menu li {
  margin-right: 0;
  width: 100%;
}

.button {
  cursor: pointer;
  justify-content: center;
  text-align: center;
  align-items: center;
  display: flex;
  min-width: 240px;
  color: #120A00;
  font-family: "Lexend Deca";
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.25px;
  padding: 11.5px 20px;
  background: linear-gradient(180deg, #FEC53D 0%, #FFA842 100%);
  box-shadow: 1px 7px 12px 0px rgba(35, 37, 41, 0.1019607843);
  border-radius: 4px;
  border: none;
  height: 48px;
}

.button.cta-button.top-cta {
  min-width: max-content;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  height: 46px;
  box-shadow: unset;
  border-radius: 0;
  background: transparent;
  border: 1px solid #FF7138;
}

.button.cta-button.top-cta:hover {
  background: #FF7138;
}

.button.cta-button.top-cta:hover span {
  color: #FFFFFF;
}

.button.cta-button.top-cta span {
  font-family: "Lexend Deca";
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #FF7138;
}

.cta-button {
  background: #BDFF00;
  display: inline-flex;
  cursor: pointer;
  height: 100%;
  width: min-content;
}

.site-header {
  position: relative;
  z-index: 3;
}

.cn-flex-100 {
  flex: 1 1 auto;
}

.cn-flex-100 svg {
  max-width: 100%;
}

video {
  max-width: 100%;
}

svg {
  max-width: 100%;
}

.navbar.is-fixed-top {
  top: 0;
}

.navbar.is-fixed-bottom,
.navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}

.navbar.go {
  background: rgba(0, 0, 0, 0.8);
  transition: all 1s;
}

.navbar.go .white_logo {
  display: block;
}

.navbar.go .dark_logo {
  display: none;
}

.white_logo {
  display: none;
}

.navbar.go .top-menu li a {
  color: #ffffff;
  font-weight: 400;
}

.navbar.go .top-menu li a:hover {
  color: #FF7138;
  font-weight: 400;
}

.navbar.go .top-menu li.current-menu-item a {
  color: #FF7138;
  font-weight: 500;
}

.header-light .navbar.go .top-menu li.current-menu-item a {
  color: #FF7138 !important;
}

#privacy-check.checked {
  display: none;
}

.modal-dialog {
  height: 100%;
  display: flex;
}

.modal-dialog.modal-dialog-centered {
  align-items: center;
  justify-content: center;
}

#privacy-check {
  background: rgba(11, 13, 23, 0.6);
  box-shadow: 0px -2px 6px 0px rgba(123, 123, 123, 0.3019607843);
  min-height: 45px;
  position: fixed;
  width: 100%;
  z-index: 99;
  bottom: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

#privacy-check .terms-text {
  font-family: "Lexend Deca";
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  margin-right: 24px;
}

#privacy-check .terms-text a {
  text-decoration: underline;
  text-underline-offset: 2px;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
}

#privacy-check .terms-text a:hover {
  color: #d8d5d5;
}

#privacy-check .privacy-check-ok {
  font-family: "Lexend Deca";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFB454;
  color: #FFB454;
  padding: 4px 10px;
  border-radius: 4px;
}

#privacy-check .privacy-check-ok:hover {
  border: 1px solid #b4813e;
  color: #bb833b;
}

body {
  cursor: url(../img/svg/cursor.svg), default;
}

a:hover {
  cursor: pointer;
}

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

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

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

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

.cn-d-gd {
  display: grid !important;
}

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

.cn-pt-132 {
  padding-top: 8.25rem;
}

.orange-subtitle-10 {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #FF7138;
  margin-bottom: 10px;
}

.orange-subtitle {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #FF7138;
  margin-bottom: 6px;
}

/* Form */

.button:active,
.button:focus,
.file-cta:active,
.file-cta:focus,
.file-name:active,
.file-name:focus,
.input:active,
.input:focus,
.is-active.button,
.is-active.file-cta,
.is-active.file-name,
.is-active.input,
.is-active.pagination-ellipsis,
.is-active.pagination-link,
.is-active.pagination-next,
.is-active.pagination-previous,
.is-active.textarea,
.is-focused.button,
.is-focused.file-cta,
.is-focused.file-name,
.is-focused.input,
.is-focused.pagination-ellipsis,
.is-focused.pagination-link,
.is-focused.pagination-next,
.is-focused.pagination-previous,
.is-focused.textarea,
.pagination-ellipsis:active,
.pagination-ellipsis:focus,
.pagination-link:active,
.pagination-link:focus,
.pagination-next:active,
.pagination-next:focus,
.pagination-previous:active,
.pagination-previous:focus,
.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus,
.form-control:focus-visible {
  outline: 0;
}

textarea.form-control {
  resize: none;
  padding-left: 18px;
  padding-bottom: 18px;
  padding-right: 50px;
}

.form-control:focus-visible {
  color: #120A00;
  font-family: "Gilroy";
}

.form-group-message.form-group {
  box-sizing: border-box;
  clear: both;
  position: relative;
}

.form-group-message.form-group:nth-child(n) {
  height: auto;
}

.form-group-message.form-group label.icon_label {
  height: auto;
}

.form-group-message.form-group textarea.form-group:nth-child(n) {
  display: flex;
  width: 100%;
  justify-content: center;
  height: auto;
  max-height: 200px;
}

.form-group-message.form-group .form-control {
  max-height: 200px;
}

.form-group-message.form-group textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  resize: none;
}

.form-group-message.form-group textarea::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 4px;
  height: 1px;
  cursor: pointer;
}

.form-group-message.form-group textarea::-webkit-scrollbar {
  width: 4px;
  background: #ffffff;
  border-radius: 4px;
  height: 1px;
  cursor: pointer;
}

.form-control {
  padding-bottom: 10px;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #A3A3A3;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
  background: transparent;
  font-family: "Lexend Deca";
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #999999;
}

.form-controlinput {
  padding: 0px 42px 18px 18px;
}

.form-controlinput ::placeholder {
  color: #999999 !important;
  font-family: "Lexend Deca";
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
}

.form-group label.icon_label {
  position: relative;
}

.form-group label.icon_label:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 3px;
  bottom: 0;
  width: 17px;
  height: 17px;
}

.form-group label.icon_label.name_box:before {
  background: url(../img/svg/user.svg) center/contain no-repeat;
  height: 19px;
}

.form-group label.icon_label.email_box:before {
  background: url(../img/svg/email-icon.svg) center/contain no-repeat;
  height: 18px;
  width: 18px;
}

.form-group label.icon_label.message_box:before {
  background: url(../img/svg/message.svg) center/contain no-repeat;
}

.form-group:nth-child(n) {
  display: flex;
  width: 100%;
  justify-content: center;
  height: 44px;
}

.form-group .form-control {
  height: 44px;
  overflow: hidden;
}

.form-group label.icon_label {
  position: relative;
  width: 100%;
  height: 44px;
}

.form-group:not(:last-child) {
  margin-bottom: 30px;
}

.form-label {
  font-size: 18px;
  line-height: 130%;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: #120A00;
  opacity: 0.5;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-left: 3px;
  font-family: "Graphik", sans-serif;
}

.form-checkbox {
  position: relative;
  vertical-align: middle;
  padding-left: 1.7em;
}

.label.checkbox a {
  font-size: 18px;
  line-height: 28px;
}

.contact-content {
  display: flex;
  align-items: center;
}

.form-group .contact-content a {
  font-weight: bold;
  font-size: 24px;
  line-height: 149.5%;
  letter-spacing: 0.005em;
  text-decoration-line: underline;
  color: #120A00;
}

.chb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chb-container input:checked ~ .checkmark::after {
  display: block;
}

.chb-container input:checked ~ .checkmark:after {
  display: block;
}

.chb-container .checkmark:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 12px;
  border: solid #121111;
  border-width: 0px 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.contact-container {
  text-align: center;
}

.checkmark {
  position: relative;
  display: flex;
  top: calc(50% - 12px);
  left: 0px;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 12px;
  border: 1px solid #484848;
}

.checkmark:hover {
  border: 1px solid #b1b5b7;
}

.chb-container input:checked ~ .checkmark {
  background: #FF9910;
  border: 1px solid transparent;
}

.bottom-form-default .checkmark {
  background-color: transparent;
}

.hero.hero-contact {
  margin-top: 0;
}

.form-control:focus-visible {
  background-color: transparent;
  border-bottom: 1px solid #A3A3A3;
  outline: none;
  font-family: "Lexend Deca";
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}

.form-control::placeholder {
  font-family: "Lexend Deca";
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #999999;
}

.form-control::placeholder:focus-visible {
  opacity: 1;
}

.bottom-form-default input::placeholder {
  color: #999999 !important;
}

.bottom-form-default textarea::placeholder {
  color: #999999 !important;
}

.terms-text {
  font-family: Lexend Deca;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  display: flex;
  align-items: center;
  color: #484848;
}

.terms-text a {
  font-family: Lexend Deca;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  color: #484848;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.terms-text a:hover {
  text-decoration: underline;
}

.btn-faith {
  min-width: 177px;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.396px;
  color: #000000;
  height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 32px;
}

.ceo-title {
  margin-bottom: 7px;
}

button.green {
  background: #BDFF00;
}

select {
  /* styling */
  background-color: transparent;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  padding: 1px 2em 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.005em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

select.minimal,
select.minimal:focus + .focus,
select.minimal:focus-within,
select.minimal:target,
select.minimal:focus::after {
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 51%);
  background-position: calc(100% - 20px) calc(1em - 8px), calc(100% - 15px) calc(1em - 8px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.005em;
  color: #BDFF00;
  border: none;
  background-color: #131313;
}

select.minimal:focus {
  background-image: linear-gradient(45deg, #BDFF00 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #BDFF00 50%);
  background-position: calc(100% - 15px) calc(1em - 8px), calc(100% - 20px) calc(1em - 8px), calc(100% - 2.5em) 1em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

select.resizeselect {
  max-width: 208px;
}

.time-picker-container {
  background: #131313;
  align-items: flex-start;
  padding: 45px 45px 0px 34px;
}

.time-picker {
  overflow-x: hidden;
}

/* Hide scrollbar for Chrome, Safari and Opera */

.time-picker::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.time-picker {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.vertical-tabs .tab {
  width: 100%;
  padding: 9px 0;
}

.vertical-tabs .tab:not(:last-child) {
  margin-bottom: 8px;
}

.map-point-sm {
  min-height: 117px;
}

.time-picker-container > .vertical-tabs {
  overflow: hidden;
}

h4.ceo-title.title {
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.005em;
}

.hero-contact .hero-head {
  background: #060708;
}

.mfp-close-btn-in .mfp-close {
  color: #ffffff;
  height: fit-content;
  z-index: 999999999999;
}

.map-point-sm.active[data-show=".fill-form"]:after,
.map-point-sm.active[data-show=".book-form"]:after {
  display: none;
}

.bottom-form {
  padding: 85.5px 0 85.5px;
}

.bottom-form .bottom_account_info_content {
  display: flex;
  align-items: center;
}

.bottom-form .form_box {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  padding: 87.78px 40px;
  border-radius: 8px;
}

.bottom-form .form_box .logo {
  margin: 0 auto 30px;
}

.bottom-form .form_box .contact_title {
  margin: 0 auto 30px;
  font-size: 50px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.02em;
  text-align: center;
  padding: 26px 0;
}

.bottom-form .top_info .top_description {
  font-family: Lexend Deca;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #E8E8E8;
  margin-bottom: 40px;
}

.bottom-form .top_info .title {
  font-family: Gilroy;
  font-size: 51px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 40px;
  color: #ffffff;
}

.bottom-form ul {
  margin-bottom: 40px;
}

.bottom-form li {
  font-family: "Gilroy";
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #E8E8E8;
}

.bottom-form li:not(:last-child) {
  margin-bottom: 24px;
}

.bottom-form .partners-logos {
  margin: 0;
}

.bottom-form .partners-logos img:not(:last-child) {
  margin-right: 40px;
}

.bottom-form .form-column-1 {
  flex: 1 1 auto;
  position: relative;
  margin-right: 64px;
}

.bottom-form .form-column-2 {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bottom-form .form-column-2 .bottom_contact_form .form-group {
  display: flex;
  flex-direction: column;
}

.bottom-form .form-column-2 .bottom_contact_form .form-group:not(:last-child) {
  margin-bottom: 30px;
}

.bottom-form .form-column-2 .bottom_contact_form .form-group .form-label {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.005em;
  margin-bottom: 8px;
  opacity: 1;
  text-transform: none;
  padding: 0;
  font-family: inherit;
}

.bottom-form .form-column-2 .bottom_contact_form .form-group .checkmark {
  height: 20px;
  width: 20px;
}

.bottom-form .form-column-2 .bottom_contact_form .form-group .checkbox,
.bottom-form .form-column-2 .bottom_contact_form .form-group .radio {
  align-items: center;
}

.bottom-form .form-column-2 .bottom_contact_form .form-group .chb-container .checkmark:after {
  left: 8px;
  top: 2px;
  width: 4px;
  height: 12px;
  border: solid #121111;
  border-width: 0px 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bottom-form .form-column-2 .bottom_contact_form .form-group .terms-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
}

.bottom-form .form-column-2 .bottom_contact_form .form-group .terms-text a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.bottom-form .form-column-2 .bottom_contact_form .form-group .form-control {
  height: auto;
  background: #2C2C33;
  padding-top: 17.5px;
  padding-bottom: 18.5px;
  padding-left: 16px;
  border-bottom: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.005em;
  cursor: initial;
  caret-color: #B4F00A;
  caret-shape: underscore;
}

.bottom-form .form-column-2 .bottom_contact_form .form-group .form-control:focus-visible {
  border: none;
  box-shadow: none;
  outline: 0;
}

.bottom-form .form-column-2 .bottom_contact_form .form-group .form-control.form-control-textarea {
  padding-top: 17px;
  min-height: 98.5px;
}

.bottom-form .form-column-2 .bottom_contact_form .form-group .btn-angles {
  height: 66px;
  background-color: #B4F00A;
  -webkit-mask-image: url(/wp-content/themes/limeup-agency/gulp-scss-starter/dist/img/bg_form_bottom_btn.png);
  mask-image: url(/wp-content/themes/limeup-agency/gulp-scss-starter/dist/img/bg_form_bottom_btn.png);
  width: 213px;
  max-width: 213px;
  min-width: 213px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.3959999979px;
}

.bottom-form .form-column-2 .bottom_contact_form .form-group .btn-angles img {
  max-width: 18px;
}

.bottom-form .form-column-2 .bottom_contact_form .form-group .btn-angles:hover {
  background-color: #DBFC0C;
}

.bottom-form .bottom_account_info {
  display: flex;
  align-items: center;
}

.bottom-form .form-column-2 .bottom_contact_form .form-group .btn-angles {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.3959999979px;
}

.bottom-form .form-column-2 .form_box {
  background: #18181D;
  box-shadow: 30px 30px 4px #000000;
}

.bottom-form.bottom-form-default .form-column-2 .form_box {
  background: #202025;
  box-shadow: 30px 30px 4px #000000;
}

.bottom-form .form-column-2 .bottom_contact_form .form-group .terms-text a {
  text-decoration: underline;
  text-underline-offset: 5px;
  line-height: 20px;
}

.bottom-form .form-column-2 .bottom_contact_form .form-group .terms-text a:hover {
  border-bottom: 1px solid #B4F00A;
  color: #B4F00A;
}

.form-group .form-control {
  cursor: initial;
}

input.form-control {
  padding: 0 50px 18px 18px;
}

.form-group.privacy_group {
  margin-bottom: 30px;
  height: auto;
}

.form-group .default-button {
  width: 100%;
}

.form-group .default-button span {
  padding: 0;
  margin: 0 auto;
}

.form-control::placeholder {
  font-family: "Lexend Deca";
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #999999;
}

.terms-label {
  width: fit-content;
  margin: 0 auto 0 0;
}

.popup-form-new.white-popup {
  padding: 30px 100px 25px;
  max-width: 814px;
}

.popup-form-new .bottom-form_home .form_for_home .popup_form_home {
  min-height: 863px;
  padding: 30px 16px;
  max-width: 814px;
}

.popup-form-new .bottom-form_home .form_for_home .popup_form_home .contact_popup_container {
  max-width: 545px;
}

.popup-form-new .bottom-form_home .form_for_home .popup_form_home h1 {
  margin-bottom: 28px;
}

.popup-form-new .bottom-form_home .form_for_home .popup_form_home .contact_popup_container .box_other {
  margin-bottom: 22px;
}

.popup-form-new .bottom-form_home .form_for_home .popup_form_home .finally_gr {
  margin-bottom: 40px !important;
}

.popup-form-new .bottom-form_home .form_for_home .popup_form_home .contact_popup_container .form-group:not(:last-child) {
  margin-bottom: 25px;
}

.popup-form-new .bottom-form_home .form_for_home .popup_form_home .contact_popup_container .box_other {
  height: 97px;
}

.site-footer {
  background: #0F0400;
  padding: 64px 0 17px 0;
  color: #ffffff;
}

.footer-left {
  width: 53%;
}

.footer-right {
  width: 35%;
  display: contents;
}

.socials {
  margin-bottom: 35px;
  text-align: end;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  max-width: 184px;
}

.socials .social_title {
  font-family: "Lexend Deca";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 16px;
  color: #FAFAFA;
  text-align: left;
}

.socials .socials_box {
  display: flex;
  justify-content: flex-start;
}

.socials a.social {
  height: 24px;
  width: 24px;
  position: relative;
}

.socials a.social:hover {
  background: #ad4e17;
}

.socials a.social:not(:last-child) {
  margin-right: 20px;
}

.socials a.social:before {
  content: "";
  width: 12px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.socials a.social.facebook:before {
  background: url(../img/socio_logo3.svg) no-repeat center/cover;
  height: 24px;
  width: 24px;
}

.socials a.social.instagram:before {
  background: url(../img/socio_logo1.svg) no-repeat center/cover;
  height: 24px;
  width: 24px;
}

.socials a.social.twitter:before {
  background: url(../img/socio_logo1.svg) no-repeat center/cover;
  height: 24px;
  width: 24px;
}

.socials a.social.linkedin:before {
  background: url(../img/socio_logo2.svg) no-repeat center/cover;
  height: 24px;
  width: 24px;
}

.logo-footer {
  max-width: 222px;
  margin-bottom: 19px;
}

.footer_menu {
  margin-bottom: 48px;
}

.footer_menu a {
  font-family: Graphik;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}

.footer_menu a:not(:last-child) {
  margin-right: 38.8px;
}

.copyright {
  font-family: Lexend Deca;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #484848;
}

.contacts {
  margin-bottom: 53px;
}

.contacts p {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #999999;
}

.email {
  margin: 1px 0 55px;
  font-family: "Graphik";
}

.email a {
  font-family: "Graphik";
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-decoration-line: underline;
  color: #FFFFFF;
}

.email a:visited {
  color: #FFFFFF;
}

.email a {
  color: #FFFFFF;
}

.email a:hover {
  color: #d8d5d5;
}

.social_text a,
.social_text span {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #999999;
}

.social_text a {
  text-decoration-line: underline;
}

.social_privacy {
  font-family: "Lexend Deca";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #999999;
}

.social_privacy:visited {
  color: #999999;
}

.social_privacy:active {
  color: #999999;
}

.social_privacy:hover {
  color: #d8d5d5;
}

.social_privacy:hovera {
  color: #d8d5d5;
}

p,
li {
  color: #484848;
}

p {
  line-height: 32px;
}

.fadeInUp {
  animation: fadeInUp 1s ease backwards;
}

@keyframes fadeInUp {
  0% {
    transform: translate(0px, 100px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0);
    opacity: 1;
  }
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .form-group {
  justify-content: flex-start;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .form-submit-button {
  justify-content: center;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .form-group-services {
  justify-content: start;
}

.bottom-form_home {
  padding: 60px 0 60px;
}

.bottom-form_home .form_for_home .popup_form_home {
  background: #F3F4F6;
  min-height: 863px;
  padding: 30px 16px;
}

.bottom-form_home .form_for_home .popup_form_home h5 {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #FF7138;
  margin-bottom: 6px;
}

.bottom-form_home .form_for_home .popup_form_home h2 {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #120A00;
  margin-bottom: 60px;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container {
  max-width: 595px;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .box_other {
  width: 100%;
  height: 106px;
  background: #FCFCFC;
  padding: 14px 20px;
  border-bottom: none;
  border: 1px solid #D1D5DB;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .box_other .textarea_other_services {
  font-family: "Graphik";
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #D1D5DB;
  border-bottom: unset;
  padding: 0;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .box_other:hover {
  border: 1px solid #b1b5b7;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .box_other:focus-visible {
  box-shadow: none;
  border: 1px solid #6b6867;
  caret-color: #6b6867;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .popup_contact_form .form-group label.icon_label:before {
  display: none;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .form-group_border {
  width: 100%;
  height: 54px;
  background: #FCFCFC;
  align-items: center;
  margin-bottom: 20px;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .form-group_border:last-of-type {
  margin-bottom: 30px;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .form-group_border .icon_label {
  height: 100%;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .form-group_border .icon_label .form-control {
  border-bottom: unset;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .form-group_border .icon_label .form-control :before {
  display: none !important;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .contact_services {
  max-width: 78%;
  justify-content: space-between;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .contact_services .left_col_form,
.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .contact_services .right_col_form {
  width: fit-content;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .contact_services .left_col_form .box,
.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .contact_services .right_col_form .box {
  display: flex;
  margin-right: 0;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .contact_services .left_col_form .box:hover .checkmark,
.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .contact_services .right_col_form .box:hover .checkmark {
  border: 1px solid #b1b5b7;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .box .button_services {
  padding: 0;
  border: unset;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .checkmark {
  border: 1px solid #D1D5DB;
  background: #FCFCFC;
  border-radius: 0;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .checkmark:hover {
  border: 1px solid #b1b5b7;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .checkbox .terms-text {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #484848;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .checkbox .terms-text a {
  font-family: "Graphik";
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #484848;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .terms-label.err .terms-text,
.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .terms-label.err .terms-text a {
  color: red;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .bottom_contact_form .text {
  font-family: "Graphik";
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #484848;
  text-align: left;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .bottom_contact_form .text.err {
  color: red;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .popup_contact_form input[type=text]:not(.input_other_services) {
  font-family: "Graphik";
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #D1D5DB;
  height: 100%;
  padding: 14px 20px;
  border: 1px solid #D1D5DB;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .popup_contact_form input[type=text]:not(.input_other_services):hover {
  border: 1px solid #b1b5b7;
}

.bottom-form_home .form_for_home .popup_form_home .contact_popup_container .popup_contact_form input[type=text]:not(.input_other_services):focus-visible {
  box-shadow: none;
  border: 1px solid #6b6867;
  caret-color: #6b6867;
}

.bottom-form_home .form_for_home .popup_form_home .finally_gr {
  margin-bottom: 40px !important;
  justify-content: center !important;
}

.bottom-form_home .form_for_home .popup_form_home .form-group .button_form_home {
  padding: 8px 16px;
  width: 100%;
  height: 56px;
  background: #FF7138;
  box-shadow: 1px 7px 12px rgba(35, 37, 41, 0.1);
  border-radius: 0;
}

.bottom-form_home .form_for_home .popup_form_home .form-group .button_form_home span {
  font-family: "Graphik";
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #FFF4F5;
}

.bottom-form_home .form_for_home .popup_form_home .form-group .button_form_home:hover {
  background: #f85b1c;
}

textarea,
input,
label {
  outline: 0;
  border-radius: 0;
}

.hero-home {
  min-height: 100vh;
}

.hero-body {
  display: flex;
  align-items: center;
}

.hero .hero-title {
  font-size: 32px;
  line-height: normal;
}

/* Non-Retina */

/* Retina */

/* iPhone Portrait */

/* iPhone Landscape */

/* iPad Portrait */

/* iPad Landscape */

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

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

body {
  margin: 0;
  display: block;
}

.orange {
  color: #F39B27;
}

.orange_second {
  color: #FF9910;
}

.pink {
  color: #EC599B;
}

.green {
  color: #40B694;
}

.cn_main_color {
  color: #120A00;
}

.default-button {
  height: 54px;
  width: max-content;
  border-radius: 4px;
  padding: 12px 0px 12px 20px;
  background: linear-gradient(180deg, #FEC53D 0%, #FF8A00 100%);
  align-items: center;
  box-shadow: -1px 6px 12px 0px rgba(255, 234, 159, 0.2);
  font-family: "Graphik";
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.25px;
  text-align: center;
  color: #120A00;
  cursor: pointer;
  border: none;
}

.default-button.transparent-button {
  background: transparent;
  box-shadow: none;
}

.default-button.transparent-button:hover {
  background: transparent;
  box-shadow: none;
}

.default-button.transparent-button:hover svg path:first-child {
  stroke: none;
  fill: #120A00;
}

.default-button:hover {
  background: #f85b1c;
}

.default-button:hover svg path:first-child {
  stroke: #FFB454;
  fill: #FBA418;
}

.default-button span {
  color: #120A00;
  padding-right: 20px;
  letter-spacing: 0px;
}

.default-button:hover svg path:nth-child(2) {
  fill: #191970;
}

.legend-font {
  font-family: "Lexend Deca";
}

.media-content {
  padding-right: 32px;
}

.hero-video {
  margin: 0;
  padding: 0;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 50%);
  background-size: cover;
}

.hero-img {
  margin: 0;
  padding: 0;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 50%);
  background-size: cover;
}

.hero.hero-default .hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero.hero-default .hero-body .hero-content {
  padding: 0;
}

.hero.hero-default .hero-body .hero-title-1 {
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 12px;
}

.hero.hero-default .hero-body .hero-title-1 span {
  font-weight: 600;
}

.hero.hero-default .hero-body .hero-title-2 {
  font-size: 88px;
  font-weight: 600;
  line-height: 88px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 42px;
}

.hero.hero-default .hero-body .hero-title-2 span {
  font-weight: 600;
}

.hero-video-wrap,
.hero-img-wrap {
  min-height: 100vh;
}

#video-background {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero.hero-home .hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  margin-bottom: auto;
  margin-top: auto;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
}

.partners-logos {
  padding: 33px 0 49px;
  margin: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
}

.image-baground {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  object-fit: cover;
}

.top_title {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.02em;
  text-align: center;
}

.shadow {
  box-shadow: 0px 6px 24px 0px rgba(173, 188, 203, 0.2392156863);
}

hr {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%), linear-gradient(90deg, #FFCB68 0%, #FF9820 100%);
  height: 1px;
  margin-bottom: 40px;
}

.card {
  border-radius: 8px;
  padding: 30px 30px 30px 20px;
}

.card:not(:last-child):not(:nth-last-child(2)) {
  margin-bottom: 18px;
}

.card h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.005em;
  text-align: left;
}

.card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.015em;
  color: #120A00;
}

h3 {
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.02em;
  text-align: center;
}

a:hover .button {
  background: #F6B01A;
}

.button_default {
  height: 57px;
  width: max-content;
  border-radius: 4px;
  padding: 21px 33px;
  background: linear-gradient(180deg, #FEC53D 0%, #FF8A00 100%);
  align-items: center;
  box-shadow: 1px 7px 12px 0px rgba(35, 37, 41, 0.1019607843);
  font-family: "Lexend Deca";
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.25px;
  text-align: center;
  color: #120A00;
  cursor: pointer;
}

.button_default span {
  color: #120A00;
  padding-right: 10px;
}

.button_default:hover {
  background: #F6B01A;
}

.button_default:hover svg path:nth-child(2) {
  fill: #191970;
}

.table {
  border: 1px solid #E8E8E8;
}

.table .head {
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #827F7F;
  padding: 13px 0 8px;
  background: #F8F8F8;
}

.table .table-body {
  padding: 28px 58px 36px 31px;
}

input:focus-visible {
  outline-offset: unset !important;
  outline: unset;
}

.formGrp:focus-visible {
  outline: unset;
}

.reviews_sections .reviews-card {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  padding: 30px;
  border: 1px solid #E8E8E8;
  box-shadow: 0px 6px 24px 0px rgba(173, 188, 203, 0.2392156863);
}

.reviews_sections .reviews-card img.rate {
  margin-bottom: 20px;
  width: fit-content;
}

.reviews_sections .reviews-card .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #484848;
}

.reviews_sections .reviews-card .text {
  flex-grow: 1;
}

.reviews_sections .reviews-card .text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
  color: #484848;
}

.reviews_sections .reviews-card .author {
  align-items: center;
  display: flex;
}

.reviews_sections .reviews-card .author img {
  margin-right: 12px;
}

.reviews_sections .reviews-card .author_position {
  color: #484848;
}

.reviews {
  padding: 64px 0 64px;
}

.faq {
  width: 100%;
}

.faq .content {
  width: 100%;
}

.faq .faq-singular {
  position: relative;
  margin-bottom: 2px;
  color: #120A00;
}

.faq .faq-singular:hover:before {
  filter: brightness(0);
}

.faq .faq-singular:not(:last-child) {
  margin-bottom: 24px;
}

.faq .faq-singular p {
  font-family: Lexend Deca;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}

.faq .faq-singular p:not(:last-child) {
  margin-bottom: 20px;
}

.faq .faq-singular p.cn-mb-0 {
  margin-bottom: 0;
}

.faq .faq-singular a {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #2E92EF;
  text-decoration: none;
}

.faq .faq-singular a:hover {
  color: #142ac7;
}

.faq .faq-singular ul {
  list-style: none;
}

.faq .faq-singular ul p {
  display: none;
}

.faq .faq-singular ul li {
  position: relative;
  padding-left: 16px;
}

.faq .faq-singular ul li:before {
  content: "•";
  color: #FF7138;
  width: 1em;
  left: 0;
  position: absolute;
  top: 0px;
  transform: none;
}

.faq .faq-singular strong {
  font-weight: 600;
}

.faq .faq-singular.active h2 {
  color: #120A00;
}

.faq .faq-singular.active:before {
  content: url(../img/faq_arrow.svg);
  top: 29px;
  filter: brightness(0);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.faq .faq-singular.active .is-fullwidth-link {
  height: 66px;
  min-height: 66px;
}

.faq .faq-singular:last-child {
  margin: 0;
}

.faq .faq-singular:before {
  position: absolute;
  content: url(../img/faq_arrow.svg);
  right: 22px;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -ms-transition: -ms-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  height: 14px;
  width: 14px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.faq .faq-singular .faq_question-link {
  z-index: 2;
  cursor: pointer;
  height: 66px;
  min-height: 66px;
}

.faq .faq-singular .faq-question {
  position: relative;
  cursor: pointer;
  height: 66px;
  background: #FBFBFB;
  font-family: Lexend Deca;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding-left: 20px;
  color: #120A00;
}

.faq .faq-singular h2 {
  font-family: Lexend Deca;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}

.faq .faq-singular .faq-answer {
  display: none;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0px;
  padding: 20px 31px 20px 24px;
}

.faq .faq-singular .faq-answer > * {
  font-family: Lexend Deca;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}

.faq .faq-singular .faq-answer h4 {
  color: #333333;
  font-family: Graphik;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 10px;
}

.faq .faq-singular .faq-answer div {
  font-family: Lexend Deca;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}

.faq .faq-singular .faq-answer ul {
  font-family: Lexend Deca;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}

.is-fullwidth-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.top_title_with_icon {
  display: flex;
  align-items: center;
}

.top_title_with_icon span {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.02em;
}

.top_title_with_icon svg {
  margin-right: 20px;
}

label.email_box:not(label.icon_label) {
  position: relative;
  margin-right: 24px;
}

label.email_box:not(label.icon_label):before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 20px;
  background: url(../img/svg/email-icon.svg) center/contain no-repeat;
}

label.email_box:not(label.icon_label) input {
  border: 1px solid #E8E8E8;
  height: 54px;
  min-width: 372px;
  border-radius: 0px;
  padding: 17.22px 50px 17.49px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}

label.website_box {
  position: relative;
  margin-right: 0px;
}

label.website_box:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 20px;
}

label.website_box input {
  color: #999999;
  border: 1px solid #E8E8E8;
  height: 54px;
  min-width: 372px;
  border-radius: 4px;
  padding: 17.22px 20px 17.49px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

.submit-btn {
  background: linear-gradient(180deg, #FEC53D 0%, #FF8A00 100%);
  height: 54px;
  width: max-content;
  border-radius: 4px;
  padding: 12px 20px 12px 20px;
  font-family: "Graphik";
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  box-shadow: 2px -2px 8px 0px rgba(249, 122, 50, 0.1607843137);
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  cursor: pointer;
}

.submit-btn:hover {
  background: #F6B01A;
}

h6 {
  margin-bottom: 13px;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: -0.02em;
  text-align: center;
}

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

.slick-dots {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0 80px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  height: 2px;
  width: 50px;
  left: 0px;
  top: 0px;
  border-radius: 0px;
  background: #494949;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background: #B4F00A;
}

.slick-dots li button {
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

.arrow-bx {
  position: relative;
  display: flex;
  justify-content: center;
}

.dots-bx {
  position: relative;
  width: auto;
}

.dots-bx .slick-dots {
  width: auto;
  position: relative;
  bottom: 0;
  margin-left: 16px;
  margin-right: 16px;
}

.top-level {
  text-align: center;
}

.header-light .top-menu li a {
  color: #120A00;
}

.cases .case-card.case-card_all_pages {
  margin-bottom: 100px;
}

.navbar-burger-grey {
  color: #484848;
}

.navbar-menu-mobile {
  background: linear-gradient(168.23deg, #F4F2FF 7.95%, #FFF2F8 48.15%, #FFFDFD 92.47%);
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(0);
  opacity: 0;
  visibility: hidden;
  transition: opacity 830ms cubic-bezier(0.19, 1, 0.22, 1), transform 830ms cubic-bezier(0.19, 1, 0.22, 1), visibility 830ms step-end;
}

.navbar-menu-mobile.open {
  visibility: inherit;
  opacity: 1;
  transform: none;
  transition: opacity 830ms cubic-bezier(0.19, 1, 0.22, 1), transform 830ms cubic-bezier(0.19, 1, 0.22, 1), visibility 830ms step-start;
}

.navbar-menu-mobile .navbar-mobile {
  height: calc(100% - 62px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 102px 16px 155px 0;
}

.navbar-menu-mobile .navbar-mobile .cta {
  width: 100%;
  height: 42px;
}

.navbar-menu-mobile .navbar-mobile .cta a {
  width: 100%;
  padding: 0 12px;
  height: 42px;
  font-family: "Lexend Deca";
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  color: #120A00;
}

.navbar-menu-mobile .navbar-mobile .nav-menus-wrapper-close-button {
  position: absolute;
  top: 21px;
  right: 21px;
  width: 16px;
  height: 16px;
  display: block;
}

.navbar-menu-mobile .navbar-mobile .nav-menus-wrapper-close-button:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/svg/close_new.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar-menu-mobile .top-menu li {
  height: auto;
  padding: 15px 0;
  position: relative;
}

.navbar-menu-mobile .top-menu li:last-child {
  margin: 0;
}

.navbar-menu-mobile .top-menu li:hover a {
  color: #FF7138;
}

.navbar-menu-mobile .top-menu li a {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  text-align: start;
  color: #120A00;
}

.navbar-menu-mobile .top-menu li.current-menu-item a {
  color: #FF7138;
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: -1;
  background-color: #FFFFFF;
}

.nav-overlay-panel.show {
  display: block;
}

html.no_scroll {
  overflow: hidden;
}

html.no_scroll body {
  overflow: hidden;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 45px 105px 50px 60px;
  width: auto;
  max-width: 910px;
  margin: 0 auto;
}

.white-popup.grey-bg {
  background: #F3F4F6;
  padding: 0;
}

#contact h4 {
  font-size: 40px;
  font-weight: 600;
  line-height: 49px;
  letter-spacing: -0.02em;
  text-align: left;
}

#contact ul {
  margin-bottom: 45px;
}

#contact ul li {
  font-family: "Lexend Deca";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #484848;
}

/*

====== Zoom-out effect ======

*/

.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/*

====== "Hinge" close effect ======

*/

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

.button_services {
  font-size: 0;
  --font-size-: 14px;
  --color-: #484848;
  text-align: center;
  font-size: var(--font-size-);
  border: 1px solid transparent;
  padding: 14px 16px;
  border-radius: 10px;
  color: var(--color-);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  width: 100%;
}

.button_services h3 {
  display: flex;
  overflow: hidden;
  margin: 0;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
}

.button_services span {
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.8s;
  transition-delay: calc(var(--num-) * 0.1s);
  animation-delay: calc(var(--num-) * 0.1s);
  transition-timing-function: cubic-bezier(0.07, 1.79, 0.53, 0.16);
}

.input_services {
  position: fixed;
  left: -20px;
}

.input_services:checked ~ .button_services,
.button_services:hover {
  border: 1px solid #FFB454;
  background: linear-gradient(0deg, #FFF4E6, #FFF4E6), linear-gradient(0deg, #FFB454, #FFB454);
}

.input_services:checked ~ .button_services {
  border: 1px solid #FFB454;
  background: linear-gradient(0deg, #FFF4E6, #FFF4E6), linear-gradient(0deg, #FFB454, #FFB454);
}

.input_services:checked ~ .button_services:hover {
  border: 1px solid #FFB454;
  background: linear-gradient(0deg, #FFF4E6, #FFF4E6), linear-gradient(0deg, #FFB454, #FFB454);
}

[GREY] {
  background: #F1F1F1;
}

[TRANSPARENT] {
  background: #FFFFFF;
}

[invisible] {
  color: transparent;
}

[invisible=both] {
  --color-: transparent;
}

.col_sform_1_3 {
  max-width: calc(37.19% - 5px);
}

.col_sform_2_3 {
  max-width: calc(65.01% - 5px);
  padding-left: 11px;
}

.contact_popup_container {
  max-width: 454px;
  margin: 0 auto;
}

.contact_popup_container .contact_services {
  width: 100%;
}

.contact_popup_container .contact_services input[type=text] {
  line-height: 100% !important;
  padding: 14px 23px 14px 15px;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left !important;
  color: #484848 !important;
}

.contact_popup_container .contact_services .box {
  margin-bottom: 11px;
}

.contact_popup_container .contact_services .box:last-child {
  margin: 0;
}

.contact_popup_2 {
  padding: 45px 105px 92px 60px;
}

.contact_popup_2 .form-group .form-control {
  height: 31px;
}

.contact_popup_2 input::placeholder,
.contact_popup_2 textarea::placeholder {
  color: #B9B9B9;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}

.contact_popup_2 h5 {
  font-family: "Gilroy";
  font-size: 32px;
  font-weight: 400;
  line-height: 43px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 44px;
}

.contact_popup_2 h5 strong {
  font-weight: 600;
}

.contact_popup_2 h6 {
  font-family: "Lexend Deca";
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}

.form-group.form-group-services {
  height: auto;
}

.form-group.form-group-services .form-control {
  cursor: initial;
  --font-size-: 14px;
  text-align: center;
  font-size: var(--font-size-);
  padding: 14px 16px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  border: 1px solid #7A7A7A;
  color: #B9B9B9;
  font-weight: 300;
  width: 100%;
  height: auto;
}

.form-group.form-group-services .form-control:focus-visible {
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.form-group.form-group-services .form-control.input_other_services:focus-visible {
  background-color: transparent;
  box-shadow: none;
  outline: none;
}

.popup_contact_form input[type=text]:not(.input_other_services) {
  font-family: "Lexend Deca";
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left !important;
  color: #484848 !important;
  border-bottom: 1px solid #7A7A7A;
  padding: 0 53px 10px 16px;
}

.popup_contact_form input[type=text]:not(.input_other_services):focus-visible {
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.popup_contact_form input[type=text]:not(.input_other_services).input_other_services:focus-visible {
  border-radius: 10px;
  outline: 0;
}

.popup_contact_form input[type=text]:not(.input_other_services).input_other_services:focus {
  border: 1px solid #FFB454;
  border-radius: 10px;
  outline: 0;
}

.popup_contact_form input[type=text]:not(.input_other_services).input_other_services:focus-within {
  border: 1px solid #FFB454;
  border-radius: 10px;
  outline: 0;
}

.popup_contact_form textarea[type=text] {
  font-family: "Lexend Deca";
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left !important;
  color: #484848 !important;
  border-bottom: 1px solid #7A7A7A;
}

.popup_contact_form .form-group label.icon_label.name_box:before {
  background: url(../img/svg/user_thin.svg) center/contain no-repeat;
  height: 15px;
}

.popup_contact_form .form-group label.icon_label.email_box:before {
  background: url(../img/svg/work_email.svg) center/contain no-repeat;
  height: 15px;
}

.popup_contact_form .form-group label.icon_label.message_box:before {
  background: url(../img/svg/pencil.svg) center/contain no-repeat;
  height: 15px;
}

.last_update_date {
  font-family: "Lexend Deca";
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #999999;
}

.page_privacy > * {
  font-family: "Graphik";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #484848;
}

.page_privacy li {
  font-family: "Graphik";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #484848;
}

.page_privacy .privacy-singular {
  max-width: 867px;
}

.page_privacy .privacy-singular:not(:last-child) {
  margin-bottom: 40px;
}

.page_privacy .privacy-singular .privacy-question {
  margin-bottom: 20px;
}

.page_privacy .privacy-singular h2 {
  font-family: "Gilroy";
}

.page_privacy .privacy-singular li:not(:last-child) {
  margin-bottom: 0px;
}

.page_privacy .privacy-singular .privacy-answer h4 {
  margin-bottom: 6px;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}

.page_privacy .privacy-singular p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}

.page_privacy .privacy-singular ul {
  margin-bottom: 10px;
}

.page_privacy .privacy-singular ul li:before {
  content: "•";
  color: #120A00;
  width: 1em;
  left: 18px;
  position: absolute;
  top: 0px;
  transform: none;
}

.page_privacy .privacy-singular ul li {
  position: relative;
  padding-left: 33px;
}

.page_privacy .sub-title {
  color: #484848;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.top-menu {
  display: flex;
  align-items: center;
}

.top-menu li:not(:last-child) {
  margin-bottom: 0;
}

.top-menu li {
  max-height: 44px;
}

.top-menu li.current-menu-item {
  position: relative;
}

.top-menu li.current-menu-item a {
  color: #FF7138;
}

.top-menu li:hover a {
  color: #FF7138;
}

.success {
  min-height: 906px;
}

.success .success_wrap {
  display: flex;
  flex-direction: column;
}

.success .message {
  margin-bottom: 0;
}

.success .mailu {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #484848;
  text-align: left;
}

.success .mailu a {
  font-weight: 600;
  color: #FF7138;
}

.success .mailu a:hover {
  color: #fb4e08;
}

.success p {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #484848;
  text-align: center;
}

.success .button {
  min-width: 360px;
  padding: 8px 16px;
  width: 260px;
  height: 56px;
  background: #FF7138;
  box-shadow: 1px 7px 12px rgba(35, 37, 41, 0.1);
  border-radius: 0;
  font-family: "Graphik";
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #FFF4F5;
}

.success .button:hover {
  background: #f85b1c;
}

.error-404 {
  min-height: 906px;
}

.footer_menu a:hover {
  color: #FF7138;
}

.terms-label.err .terms-text,
.terms-label.err .terms-text a {
  color: red;
}

#contact .bottom-form_home {
  padding: 0;
}

#contact .bottom-form_home .form_for_home .popup_form_home {
  padding: 0;
}

.form-visible {
  box-shadow: none;
  border: 1px solid #6b6867 !important;
  caret-color: #6b6867;
}

.form-visible input {
  color: #6b6867;
}

.form-visible:hover {
  outline: none !important;
  caret-color: #6b6867 !important;
}

.go-menu-white {
  display: none;
}

.navbar.go .go-menu-white {
  display: block;
}

.navbar.go .go-menu-black {
  display: none;
}

.project-content .fullwidth-inline-link {
  z-index: 1;
}

.project-content .fullwidth-inline-link:hover {
  cursor: pointer;
}

.cn-d-inline {
  display: inline;
}

.after-orange {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 48px;
  line-height: 62px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #120A00;
  margin-bottom: 35px;
}

.hero-mobik .navbar:not(.navbar.go) .top-menu li a {
  font-family: "Graphik";
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #4B5563;
}

.hero-mobik .navbar:not(.navbar.go) .top-menu li a:hover {
  color: #FF7138;
}

.hero-projects .navbar:not(.navbar.go) .top-menu li.menu-item-339 a {
  color: #FF7138;
  font-weight: 500;
}

.cn-lh-120 {
  line-height: 120%;
}

.faq .faq-singular a.email_link_faq {
  color: #484848;
  text-decoration: underline;
}

.project-content img.pr-con-mobile-new {
  position: relative;
  right: unset;
  bottom: unset;
  margin: 0 auto 20px;
  transform: none !important;
}

.navbar.go .top-menu li a {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}

.navbar.go .top-menu li a:hover {
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #FF7138;
}

.hero-projects .top-menu li.menu-item-339 a {
  color: #FF7138;
  font-weight: 500;
}

.navbar.go .top-menu li.current-menu-item a {
  font-family: "Graphik";
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #FF7138;
}

.navbar:not(.navbar.go) .top-menu li.current-menu-item a {
  letter-spacing: -0.01em;
}

.mobile-button span {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  text-align: left;
  color: #120A00;
  margin-right: 11px;
  text-decoration-line: underline;
}

.mobile-button span {
  color: #120A00;
}

.mobile-contact a:visited {
  color: #120A00;
}

.mobile-contact a {
  color: #120A00;
}

.navbar-brand a.navbar-item {
  max-width: 179px;
}

.TopNavMenu-hamburger.burger {
  display: none;
}

.TopNavMenu.show .TopNavMenu-hamburger {
  opacity: 1;
  transform: none;
}

.TopNavMenu.show .TopNavMenu-hamburger div:before {
  opacity: 0;
}

.TopNavMenu.open .TopNavMenu-hamburger #line-1 {
  transform: rotate(45deg);
  margin-top: 4px;
  background: #000;
}

.TopNavMenu.open .TopNavMenu-hamburger #line-1:after {
  opacity: 0;
}

.TopNavMenu.open .TopNavMenu-hamburger #line-2 {
  transform: rotate(-45deg);
  margin-bottom: 4px;
  background: #000;
}

.TopNavMenu.open .TopNavMenu-hamburger #line-2:after {
  opacity: 0;
}

.TopNavMenu.open .TopNavMenu-popup {
  visibility: inherit;
  opacity: 1;
  transform: none;
  transition: opacity 830ms cubic-bezier(0.19, 1, 0.22, 1), transform 830ms cubic-bezier(0.19, 1, 0.22, 1), visibility 830ms step-start;
}

.TopNavMenu.open .TopNavMenu-popup-item,
.TopNavMenu.open .TopNavMenu-popup-email-title,
.TopNavMenu.open .TopNavMenu-popup-email {
  opacity: 1;
  transform: none;
}

.TopNavMenu-hamburger {
  position: absolute;
  z-index: 20001;
  right: 10px;
  cursor: pointer;
  transform-origin: 20% 50%;
  opacity: 1;
  transform: scaleX(0);
  will-change: transform, opacity;
  transition: 250ms opacity 200ms cubic-bezier(0.19, 1, 0.22, 1), 250ms transform 200ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 44px;
  height: 44px;
}

.isDesktop .TopNavMenu-hamburger:hover div:after {
  transform: scaleX(1);
}

.TopNavMenu-hamburger div {
  background-color: #000;
  transition: 500ms background cubic-bezier(0.19, 1, 0.22, 1), 500ms margin-top cubic-bezier(0.19, 1, 0.22, 1), 500ms margin-bottom cubic-bezier(0.19, 1, 0.22, 1), 500ms transform cubic-bezier(0.19, 1, 0.22, 1) 83ms;
  height: 2px;
  position: absolute;
  transform-origin: 50% 50%;
}

.TopNavMenu.go .TopNavMenu-hamburger div {
  background-color: #fff;
}

.dark-theme .TopNavMenu-hamburger div {
  background-color: #ebebeb;
}

.TopNavMenu-hamburger div:before,
.TopNavMenu-hamburger div:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  background: linear-gradient(168.23deg, #F4F2FF 7.95%, #FFF2F8 48.15%, #FFFDFD 92.47%);
  transform: scaleX(0);
}

.dark-theme .TopNavMenu-hamburger div:before,
.dark-theme .TopNavMenu-hamburger div:after {
  background-color: #cf3b70;
}

.TopNavMenu-hamburger div:before {
  transform: none;
  transition: 300ms opacity 300ms cubic-bezier(0.19, 1, 0.22, 1);
}

.TopNavMenu-hamburger #line-1 {
  top: 17px;
}

.TopNavMenu-hamburger #line-1:after {
  transition: 670ms transform cubic-bezier(0.19, 1, 0.22, 1) 150ms, 200ms opacity;
}

.TopNavMenu-hamburger #line-2 {
  bottom: 17px;
}

.TopNavMenu-hamburger #line-2:after {
  transition: 670ms transform cubic-bezier(0.19, 1, 0.22, 1) 233ms, 200ms opacity;
}

.hero-mobik .navbar:not(.navbar.go) .top-menu li a {
  font-family: "Graphik";
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #4B5563;
}

.hero-mobik .navbar:not(.navbar.go) .top-menu li a:hover {
  font-weight: 500;
  color: #FF7138;
}

.hero-mobik .navbar.go .top-menu li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}

.hero-mobik .navbar.go .top-menu li a:hover {
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #FF7138;
}

.hero-mobik .navbar.go .top-menu li.current-menu-item a {
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #FF7138;
}

.hero-mobik .navbar:not(.navbar.go) .top-menu li.current-menu-item a {
  color: #FF7138;
}

#popup-check {
  min-height: 118px;
  position: fixed;
  max-width: 1220px;
  width: 100%;
  z-index: 99;
  top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #F3F4F6;
  right: 18.229%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.cn-d-block {
  display: block;
}

.popup-content {
  align-items: center;
  justify-content: start;
  display: flex;
  height: 100%;
}

.popup-body {
  width: 87.95%;
}

.popup-body p {
  font-family: "Graphik";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #484848;
}

.popup-body a {
  color: #484848;
  font-weight: 500;
  text-decoration: underline;
}

.popup-body strong {
  color: #484848;
  font-weight: 500;
}

.popup-title {
  font-family: "Graphik";
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #120A00;
  margin-bottom: 16px;
}

.popup-text {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #484848;
  margin-bottom: 24px;
}

.popup-text a {
  text-decoration: underline;
  color: #484848;
}

.popup-text a:hover {
  color: #120A00;
  cursor: pointer;
}

.popup-button {
  position: absolute;
  top: 10px;
  right: 4px;
  background: #F3F4F6;
  border: none;
}

.popup-button:hover {
  cursor: pointer;
}

.logo_partner_default {
  width: fit-content;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

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

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

  .only-mobile {
    display: none;
  }

  .wrap-awards {
    padding: 0;
  }
}

@media (min-width: 969px) {
  .hero .navbar-menu,
  .hero .navbar-end {
    justify-content: flex-end;
  }

  .navbar,
  .navbar-end,
  .navbar-menu,
  .navbar-start {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 991px) {
  .bottom-form .form_box {
    min-width: 630px;
  }

  .reviews_sections .reviews-card {
    max-width: 32.13%;
  }
}

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

@media (min-width: 1024px) {
  .hero .hero-foot,
  .hero .hero-head {
    flex-grow: 0;
    flex-shrink: 0;
  }

  .hero .navbar {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    min-height: 64px;
    transition: all 1s;
  }

  .hero .navbar-menu,
  .hero .navbar-end {
    justify-content: flex-end;
  }

  .navbar,
  .navbar-end,
  .navbar-menu,
  .navbar-start {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }

  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }

  .navbar-item.has-dropdown {
    align-items: stretch;
  }

  .navbar-item,
  .navbar-link {
    display: inline-flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
  }
}

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

  .hero.hero-contact .hero-content {
    padding-top: 100px;
    margin-top: 0;
  }

  .hero-contact .hero-body {
    align-items: flex-start;
  }

  .vertical-tabs .tab {
    width: 347px;
  }

  .contact-container.book-form-wrap {
    width: 878px;
  }

  .ceo-descr {
    min-width: 328px;
  }

  .book-form-container {
    max-height: 581px;
  }

  .bottom-form.bottom-form-default .form-column-1 .top_info .title {
    max-width: 423px;
  }

  .contact-email a {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.2045454532px;
    text-align: right;
    text-decoration: none;
  }

  .contact-email {
    text-decoration: none;
  }

  .container-footer {
    max-width: 1134px;
  }

  .hero .hero-title {
    font-size: 78px;
    line-height: 146px;
  }

  .level.card-award-vertical-level {
    margin-bottom: 71px;
  }

  section.cases-slider {
    padding: 70px 0;
  }

  section.tell-us {
    background-size: 100% 100% !important;
  }

  .tell-us-form-popup .tell-us-title {
    text-transform: unset;
  }

  .tell-us-form-popup .tell-us-btn.button {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.396px;
    text-transform: uppercase;
    color: #262626;
  }

  .tell-us {
    padding: 68px 0;
  }

  .contact-popup {
    height: 585px;
  }

  .top-body-title {
    padding: 68px 0 73px;
  }

  .card {
    height: 249px;
    width: 600px;
  }

  .card.card_full_width {
    height: auto;
    width: auto;
  }

  h3 {
    font-size: 50px;
  }

  .faq .faq-singular .faq-answer {
    max-width: 1037px;
  }

  .cards .card.card-3 {
    width: calc(33.33% - 16.66px);
  }

  .cards .card.card_full_width {
    width: 100%;
  }

  .card-3 {
    width: calc(33.33% - 16.66px);
  }

  .cases .case-card.case-card_all_pages .numbers {
    padding: 0 90.5px;
  }

  .page_privacy {
    padding-top: 120px;
  }

  .page_privacy h3 {
    font-size: 50px;
    font-weight: 600;
    line-height: 62px;
    letter-spacing: -0.02em;
    text-align: left;
  }

  .page_privacy .privacy-singular h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 39px;
    letter-spacing: -0.02em;
    text-align: left;
  }

  .success h3 {
    font-family: "Graphik";
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #120A00;
    text-align: center;
  }

  .partners-logos {
    visibility: hidden;
  }
}

@media (min-width: 1216px) {
  ul.top-menu {
    margin: 0 auto 0 0px;
  }

  .reviews {
    padding: 64px 0 128px;
  }

  .faq .faq-singular h2 {
    padding-right: 10px;
  }

  ul.top-menu {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1216px) {
  .container {
    max-width: 1220px;
  }

  .container {
    padding: 0px;
  }

  .level.level-with-right-arrow {
    margin-bottom: 82px;
  }

  .level.level-with-right-arrow.our-works-level {
    margin-bottom: 64px;
  }
}

@media (min-width: 1280px) {
  .TopNavMenu-hamburger {
    right: -48px;
    top: -3px;
    transform-origin: 10px 50%;
  }

  .TopNavMenu-hamburger div {
    width: 24px;
    left: 10px;
  }
}

@media (min-width: 1350px) {
  .container {
    max-width: 1220px;
    padding: 0px;
  }
}

@media (min-width: 1408px) {
  .hero .hero-title {
    font-size: 112px;
    line-height: 146px;
  }

  .container {
    max-width: 1220px;
  }

  .container.copyright-container,
  .container.container_medium {
    max-width: 1392px;
  }

  .case_float_container {
    max-width: 1298px;
    padding-left: 172px;
  }

  .container.cases_slider_container {
    max-width: 1326px;
    padding: 0;
  }

  .wrap-awards {
    max-width: 100%;
  }

  .cases-slider-content {
    padding: 0 93px;
  }
}

@media (max-width: 6284px) {
  .popup-form-new.white-popup {
    padding: 30px 16px;
  }
}

@media (max-width: 1920px) {
  .bottom-run-ticker {
    bottom: 17%;
  }
}

@media (max-width: 1450px) {
  .cn-jc-start--xl {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cn-jc-center--xl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cn-jc-end--xl {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .cn-jc-around--xl {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .cn-jc-between--xl {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cn-ai-start--xl {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cn-ai-center--xl {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cn-ai-end--xl {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .cn-ai-self-end--xl {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .cn-ai-self-center--xl {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .cn-ai-self-start--xl {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .cn-fd-row--xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cn-fd-rowrev--xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .cn-fd-col--xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cn-fd-colrev--xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .cn-fw-wr--xl {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cn-fw-no--xl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .cn-gr-0--xl {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .cn-gr-1--xl {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .cn-sh-0--xl {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .cn-sh-1--xl {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .cn-fx-0--xl {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }

  .cn-fx-1--xl {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .cn-ord-last--xl {
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
    -ms-flex-order: 99;
    order: 99;
  }

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

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

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

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

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

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

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

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

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

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

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

  .cn-fa-left--xl {
    text-align: left !important;
  }

  .cn-fa-center--xl {
    text-align: center !important;
  }

  .cn-fa-right--xl {
    text-align: right !important;
  }

  .cn-fa-justify--xl {
    text-align: justify !important;
  }

  .cn-ff-italic--xl {
    font-style: italic !important;
  }

  .cn-ff-normal--xl {
    font-style: normal !important;
  }

  .cn-ft-upper--xl {
    text-transform: uppercase !important;
  }

  .cn-ft-lower--xl {
    text-transform: lowercase !important;
  }

  .cn-ft-capitalize--xl {
    text-transform: capitalize !important;
  }

  .cn-ft-none--xl {
    text-transform: none !important;
  }

  .cn-fc-wrap--xl {
    white-space: pre-wrap !important;
  }

  .cn-fc-nowrap--xl {
    white-space: nowrap !important;
  }

  .cn-fc-normal--xl {
    white-space: normal !important;
  }

  .cn-fo-clip--xl {
    -o-text-overflow: clip !important;
    text-overflow: clip !important;
  }

  .cn-fo-ellipsis--xl {
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
  }

  .cn-fo-inherit--xl {
    -o-text-overflow: inherit !important;
    text-overflow: inherit !important;
  }

  .cn-fe-through--xl {
    text-decoration: line-through !important;
  }

  .cn-fe-under--xl {
    text-decoration: underline !important;
  }

  .cn-fe-none--xl {
    text-decoration: none !important;
  }

  .cn-fl-11--xl {
    line-height: 1.1 !important;
  }

  .cn-fl-12--xl {
    line-height: 1.2 !important;
  }

  .cn-fl-13--xl {
    line-height: 1.3 !important;
  }

  .cn-fl-14--xl {
    line-height: 1.4 !important;
  }

  .cn-fl-15--xl {
    line-height: 1.5 !important;
  }

  .cn-fl-16--xl {
    line-height: 1.6 !important;
  }

  .cn-fl-17--xl {
    line-height: 1.7 !important;
  }

  .cn-fl-18--xl {
    line-height: 1.8 !important;
  }

  .cn-fl-19--xl {
    line-height: 1.9 !important;
  }

  .cn-fl-2--xl {
    line-height: 2 !important;
  }

  .cn-fl-21--xl {
    line-height: 2.1 !important;
  }

  .cn-fl-22--xl {
    line-height: 2.2 !important;
  }

  .cn-fi-0--xl {
    letter-spacing: 0rem !important;
  }

  .cn-fi-01--xl {
    letter-spacing: 0.1rem !important;
  }

  .cn-fi-02--xl {
    letter-spacing: 0.2rem !important;
  }

  .cn-fi-03--xl {
    letter-spacing: 0.3rem !important;
  }

  .cn-fi-04--xl {
    letter-spacing: 0.4rem !important;
  }

  .cn-fi-05--xl {
    letter-spacing: 0.5rem !important;
  }

  .cn-fi-06--xl {
    letter-spacing: 0.6rem !important;
  }

  .cn-fi-07--xl {
    letter-spacing: 0.7rem !important;
  }

  .cn-fi-08--xl {
    letter-spacing: 0.8rem !important;
  }

  .cn-fi-09--xl {
    letter-spacing: 0.9rem !important;
  }

  .cn-fw-100--xl {
    font-weight: 100 !important;
  }

  .cn-fw-200--xl {
    font-weight: 200 !important;
  }

  .cn-fw-300--xl {
    font-weight: 300 !important;
  }

  .cn-fw-400--xl {
    font-weight: 400 !important;
  }

  .cn-fw-500--xl {
    font-weight: 500 !important;
  }

  .cn-fw-600--xl {
    font-weight: 600 !important;
  }

  .cn-fw-700--xl {
    font-weight: 700 !important;
  }

  .cn-fw-800--xl {
    font-weight: 800 !important;
  }

  .cn-fw-900--xl {
    font-weight: 900 !important;
  }

  .cn-fs-5--xl {
    font-size: 0.3125rem !important;
  }

  .cn-fs-6--xl {
    font-size: 0.375rem !important;
  }

  .cn-fs-7--xl {
    font-size: 0.4375rem !important;
  }

  .cn-fs-8--xl {
    font-size: 0.5rem !important;
  }

  .cn-fs-9--xl {
    font-size: 0.5625rem !important;
  }

  .cn-fs-10--xl {
    font-size: 0.625rem !important;
  }

  .cn-fs-11--xl {
    font-size: 0.6875rem !important;
  }

  .cn-fs-12--xl {
    font-size: 0.75rem !important;
  }

  .cn-fs-13--xl {
    font-size: 0.8125rem !important;
  }

  .cn-fs-14--xl {
    font-size: 0.875rem !important;
  }

  .cn-fs-15--xl {
    font-size: 0.9375rem !important;
  }

  .cn-fs-16--xl {
    font-size: 1rem !important;
  }

  .cn-fs-17--xl {
    font-size: 1.0625rem !important;
  }

  .cn-fs-18--xl {
    font-size: 1.125rem !important;
  }

  .cn-fs-19--xl {
    font-size: 1.1875rem !important;
  }

  .cn-fs-20--xl {
    font-size: 1.25rem !important;
  }

  .cn-fs-21--xl {
    font-size: 1.3125rem !important;
  }

  .cn-fs-22--xl {
    font-size: 1.375rem !important;
  }

  .cn-fs-23--xl {
    font-size: 1.4375rem !important;
  }

  .cn-fs-24--xl {
    font-size: 1.5rem !important;
  }

  .cn-fs-25--xl {
    font-size: 1.5625rem !important;
  }

  .cn-fs-26--xl {
    font-size: 1.625rem !important;
  }

  .cn-fs-27--xl {
    font-size: 1.6875rem !important;
  }

  .cn-fs-28--xl {
    font-size: 1.75rem !important;
  }

  .cn-fs-29--xl {
    font-size: 1.8125rem !important;
  }

  .cn-fs-30--xl {
    font-size: 1.875rem !important;
  }

  .cn-fs-31--xl {
    font-size: 1.9375rem !important;
  }

  .cn-fs-32--xl {
    font-size: 2rem !important;
  }

  .cn-fs-33--xl {
    font-size: 2.0625rem !important;
  }

  .cn-fs-34--xl {
    font-size: 2.125rem !important;
  }

  .cn-fs-35--xl {
    font-size: 2.1875rem !important;
  }

  .cn-fs-36--xl {
    font-size: 2.25rem !important;
  }

  .cn-fs-37--xl {
    font-size: 2.3125rem !important;
  }

  .cn-fs-38--xl {
    font-size: 2.375rem !important;
  }

  .cn-fs-39--xl {
    font-size: 2.4375rem !important;
  }

  .cn-fs-40--xl {
    font-size: 2.5rem !important;
  }

  .cn-fs-41--xl {
    font-size: 2.5625rem !important;
  }

  .cn-fs-42--xl {
    font-size: 2.625rem !important;
  }

  .cn-fs-43--xl {
    font-size: 2.6875rem !important;
  }

  .cn-fs-44--xl {
    font-size: 2.75rem !important;
  }

  .cn-fs-45--xl {
    font-size: 2.8125rem !important;
  }

  .cn-fs-46--xl {
    font-size: 2.875rem !important;
  }

  .cn-fs-47--xl {
    font-size: 2.9375rem !important;
  }

  .cn-fs-48--xl {
    font-size: 3rem !important;
  }

  .cn-fs-49--xl {
    font-size: 3.0625rem !important;
  }

  .cn-fs-50--xl {
    font-size: 3.125rem !important;
  }

  .cn-fs-51--xl {
    font-size: 3.1875rem !important;
  }

  .cn-fs-52--xl {
    font-size: 3.25rem !important;
  }

  .cn-fs-53--xl {
    font-size: 3.3125rem !important;
  }

  .cn-fs-54--xl {
    font-size: 3.375rem !important;
  }

  .cn-fs-55--xl {
    font-size: 3.4375rem !important;
  }

  .cn-fs-56--xl {
    font-size: 3.5rem !important;
  }

  .cn-fs-57--xl {
    font-size: 3.5625rem !important;
  }

  .cn-fs-58--xl {
    font-size: 3.625rem !important;
  }

  .cn-fs-59--xl {
    font-size: 3.6875rem !important;
  }

  .cn-fs-60--xl {
    font-size: 3.75rem !important;
  }

  .cn-move-0_1--xl {
    margin-left: 0%;
  }

  .cn-move-1_1--xl {
    margin-left: 100%;
  }

  .cn-move-0_1--xl {
    margin-left: 0%;
  }

  .cn-move-0_2--xl {
    margin-left: 0%;
  }

  .cn-move-1_2--xl {
    margin-left: 50%;
  }

  .cn-move-0_3--xl {
    margin-left: 0%;
  }

  .cn-move-1_3--xl {
    margin-left: 33.33333%;
  }

  .cn-move-2_3--xl {
    margin-left: 66.66667%;
  }

  .cn-move-0_4--xl {
    margin-left: 0%;
  }

  .cn-move-1_4--xl {
    margin-left: 25%;
  }

  .cn-move-2_4--xl {
    margin-left: 50%;
  }

  .cn-move-3_4--xl {
    margin-left: 75%;
  }

  .cn-move-0_5--xl {
    margin-left: 0%;
  }

  .cn-move-1_5--xl {
    margin-left: 20%;
  }

  .cn-move-2_5--xl {
    margin-left: 40%;
  }

  .cn-move-3_5--xl {
    margin-left: 60%;
  }

  .cn-move-4_5--xl {
    margin-left: 80%;
  }

  .cn-move-0_6--xl {
    margin-left: 0%;
  }

  .cn-move-1_6--xl {
    margin-left: 16.66667%;
  }

  .cn-move-2_6--xl {
    margin-left: 33.33333%;
  }

  .cn-move-3_6--xl {
    margin-left: 50%;
  }

  .cn-move-4_6--xl {
    margin-left: 66.66667%;
  }

  .cn-move-5_6--xl {
    margin-left: 83.33333%;
  }

  .cn-move-0_7--xl {
    margin-left: 0%;
  }

  .cn-move-1_7--xl {
    margin-left: 14.28571%;
  }

  .cn-move-2_7--xl {
    margin-left: 28.57143%;
  }

  .cn-move-3_7--xl {
    margin-left: 42.85714%;
  }

  .cn-move-4_7--xl {
    margin-left: 57.14286%;
  }

  .cn-move-5_7--xl {
    margin-left: 71.42857%;
  }

  .cn-move-6_7--xl {
    margin-left: 85.71429%;
  }

  .cn-move-0_8--xl {
    margin-left: 0%;
  }

  .cn-move-1_8--xl {
    margin-left: 12.5%;
  }

  .cn-move-2_8--xl {
    margin-left: 25%;
  }

  .cn-move-3_8--xl {
    margin-left: 37.5%;
  }

  .cn-move-4_8--xl {
    margin-left: 50%;
  }

  .cn-move-5_8--xl {
    margin-left: 62.5%;
  }

  .cn-move-6_8--xl {
    margin-left: 75%;
  }

  .cn-move-7_8--xl {
    margin-left: 87.5%;
  }

  .cn-move-0_9--xl {
    margin-left: 0%;
  }

  .cn-move-1_9--xl {
    margin-left: 11.11111%;
  }

  .cn-move-2_9--xl {
    margin-left: 22.22222%;
  }

  .cn-move-3_9--xl {
    margin-left: 33.33333%;
  }

  .cn-move-4_9--xl {
    margin-left: 44.44444%;
  }

  .cn-move-5_9--xl {
    margin-left: 55.55556%;
  }

  .cn-move-6_9--xl {
    margin-left: 66.66667%;
  }

  .cn-move-7_9--xl {
    margin-left: 77.77778%;
  }

  .cn-move-8_9--xl {
    margin-left: 88.88889%;
  }

  .cn-move-0_10--xl {
    margin-left: 0%;
  }

  .cn-move-1_10--xl {
    margin-left: 10%;
  }

  .cn-move-2_10--xl {
    margin-left: 20%;
  }

  .cn-move-3_10--xl {
    margin-left: 30%;
  }

  .cn-move-4_10--xl {
    margin-left: 40%;
  }

  .cn-move-5_10--xl {
    margin-left: 50%;
  }

  .cn-move-6_10--xl {
    margin-left: 60%;
  }

  .cn-move-7_10--xl {
    margin-left: 70%;
  }

  .cn-move-8_10--xl {
    margin-left: 80%;
  }

  .cn-move-9_10--xl {
    margin-left: 90%;
  }

  .cn-move-0_11--xl {
    margin-left: 0%;
  }

  .cn-move-1_11--xl {
    margin-left: 9.09091%;
  }

  .cn-move-2_11--xl {
    margin-left: 18.18182%;
  }

  .cn-move-3_11--xl {
    margin-left: 27.27273%;
  }

  .cn-move-4_11--xl {
    margin-left: 36.36364%;
  }

  .cn-move-5_11--xl {
    margin-left: 45.45455%;
  }

  .cn-move-6_11--xl {
    margin-left: 54.54545%;
  }

  .cn-move-7_11--xl {
    margin-left: 63.63636%;
  }

  .cn-move-8_11--xl {
    margin-left: 72.72727%;
  }

  .cn-move-9_11--xl {
    margin-left: 81.81818%;
  }

  .cn-move-10_11--xl {
    margin-left: 90.90909%;
  }

  .cn-move-0_12--xl {
    margin-left: 0%;
  }

  .cn-move-1_12--xl {
    margin-left: 8.33333%;
  }

  .cn-move-2_12--xl {
    margin-left: 16.66667%;
  }

  .cn-move-3_12--xl {
    margin-left: 25%;
  }

  .cn-move-4_12--xl {
    margin-left: 33.33333%;
  }

  .cn-move-5_12--xl {
    margin-left: 41.66667%;
  }

  .cn-move-6_12--xl {
    margin-left: 50%;
  }

  .cn-move-7_12--xl {
    margin-left: 58.33333%;
  }

  .cn-move-8_12--xl {
    margin-left: 66.66667%;
  }

  .cn-move-9_12--xl {
    margin-left: 75%;
  }

  .cn-move-10_12--xl {
    margin-left: 83.33333%;
  }

  .cn-move-11_12--xl {
    margin-left: 91.66667%;
  }

  .cn-w-5--xl {
    width: 5%;
  }

  .cn-w-10--xl {
    width: 10%;
  }

  .cn-w-15--xl {
    width: 15%;
  }

  .cn-w-20--xl {
    width: 20%;
  }

  .cn-w-25--xl {
    width: 25%;
  }

  .cn-w-30--xl {
    width: 30%;
  }

  .cn-w-35--xl {
    width: 35%;
  }

  .cn-w-40--xl {
    width: 40%;
  }

  .cn-w-45--xl {
    width: 45%;
  }

  .cn-w-50--xl {
    width: 50%;
  }

  .cn-w-55--xl {
    width: 55%;
  }

  .cn-w-60--xl {
    width: 60%;
  }

  .cn-w-65--xl {
    width: 65%;
  }

  .cn-w-70--xl {
    width: 70%;
  }

  .cn-w-75--xl {
    width: 75%;
  }

  .cn-w-80--xl {
    width: 80%;
  }

  .cn-w-85--xl {
    width: 85%;
  }

  .cn-w-90--xl {
    width: 90%;
  }

  .cn-w-95--xl {
    width: 95%;
  }

  .cn-w-100--xl {
    width: 100%;
  }

  .cn-w-1_3--xl {
    width: 33.33333%;
  }

  .cn-w-2_3--xl {
    width: 66.66667%;
  }

  .cn-w-3_3--xl {
    width: 100%;
  }

  .cn-w-1_4--xl {
    width: 25%;
  }

  .cn-w-2_4--xl {
    width: 50%;
  }

  .cn-w-3_4--xl {
    width: 75%;
  }

  .cn-w-4_4--xl {
    width: 100%;
  }

  .cn-w-1_5--xl {
    width: 20%;
  }

  .cn-w-2_5--xl {
    width: 40%;
  }

  .cn-w-3_5--xl {
    width: 60%;
  }

  .cn-w-4_5--xl {
    width: 80%;
  }

  .cn-w-5_5--xl {
    width: 100%;
  }

  .cn-w-1_6--xl {
    width: 16.66667%;
  }

  .cn-w-2_6--xl {
    width: 33.33333%;
  }

  .cn-w-3_6--xl {
    width: 50%;
  }

  .cn-w-4_6--xl {
    width: 66.66667%;
  }

  .cn-w-5_6--xl {
    width: 83.33333%;
  }

  .cn-w-6_6--xl {
    width: 100%;
  }

  .cn-w-1_7--xl {
    width: 14.28571%;
  }

  .cn-w-2_7--xl {
    width: 28.57143%;
  }

  .cn-w-3_7--xl {
    width: 42.85714%;
  }

  .cn-w-4_7--xl {
    width: 57.14286%;
  }

  .cn-w-5_7--xl {
    width: 71.42857%;
  }

  .cn-w-6_7--xl {
    width: 85.71429%;
  }

  .cn-w-7_7--xl {
    width: 100%;
  }

  .cn-w-1_8--xl {
    width: 12.5%;
  }

  .cn-w-2_8--xl {
    width: 25%;
  }

  .cn-w-3_8--xl {
    width: 37.5%;
  }

  .cn-w-4_8--xl {
    width: 50%;
  }

  .cn-w-5_8--xl {
    width: 62.5%;
  }

  .cn-w-6_8--xl {
    width: 75%;
  }

  .cn-w-7_8--xl {
    width: 87.5%;
  }

  .cn-w-8_8--xl {
    width: 100%;
  }

  .cn-w-1_9--xl {
    width: 11.11111%;
  }

  .cn-w-2_9--xl {
    width: 22.22222%;
  }

  .cn-w-3_9--xl {
    width: 33.33333%;
  }

  .cn-w-4_9--xl {
    width: 44.44444%;
  }

  .cn-w-5_9--xl {
    width: 55.55556%;
  }

  .cn-w-6_9--xl {
    width: 66.66667%;
  }

  .cn-w-7_9--xl {
    width: 77.77778%;
  }

  .cn-w-8_9--xl {
    width: 88.88889%;
  }

  .cn-w-9_9--xl {
    width: 100%;
  }

  .cn-w-1_10--xl {
    width: 10%;
  }

  .cn-w-2_10--xl {
    width: 20%;
  }

  .cn-w-3_10--xl {
    width: 30%;
  }

  .cn-w-4_10--xl {
    width: 40%;
  }

  .cn-w-5_10--xl {
    width: 50%;
  }

  .cn-w-6_10--xl {
    width: 60%;
  }

  .cn-w-7_10--xl {
    width: 70%;
  }

  .cn-w-8_10--xl {
    width: 80%;
  }

  .cn-w-9_10--xl {
    width: 90%;
  }

  .cn-w-10_10--xl {
    width: 100%;
  }

  .cn-w-1_11--xl {
    width: 9.09091%;
  }

  .cn-w-2_11--xl {
    width: 18.18182%;
  }

  .cn-w-3_11--xl {
    width: 27.27273%;
  }

  .cn-w-4_11--xl {
    width: 36.36364%;
  }

  .cn-w-5_11--xl {
    width: 45.45455%;
  }

  .cn-w-6_11--xl {
    width: 54.54545%;
  }

  .cn-w-7_11--xl {
    width: 63.63636%;
  }

  .cn-w-8_11--xl {
    width: 72.72727%;
  }

  .cn-w-9_11--xl {
    width: 81.81818%;
  }

  .cn-w-10_11--xl {
    width: 90.90909%;
  }

  .cn-w-11_11--xl {
    width: 100%;
  }

  .cn-w-1_12--xl {
    width: 8.33333%;
  }

  .cn-w-2_12--xl {
    width: 16.66667%;
  }

  .cn-w-3_12--xl {
    width: 25%;
  }

  .cn-w-4_12--xl {
    width: 33.33333%;
  }

  .cn-w-5_12--xl {
    width: 41.66667%;
  }

  .cn-w-6_12--xl {
    width: 50%;
  }

  .cn-w-7_12--xl {
    width: 58.33333%;
  }

  .cn-w-8_12--xl {
    width: 66.66667%;
  }

  .cn-w-9_12--xl {
    width: 75%;
  }

  .cn-w-10_12--xl {
    width: 83.33333%;
  }

  .cn-w-11_12--xl {
    width: 91.66667%;
  }

  .cn-w-12_12--xl {
    width: 100%;
  }

  .cn-w-auto--xl {
    width: auto;
  }

  .cn-w-expand--xl {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .cn-wp-0--xl {
    width: 0%;
  }

  .cn-wp-5--xl {
    width: 5%;
  }

  .cn-wp-10--xl {
    width: 10%;
  }

  .cn-wp-15--xl {
    width: 15%;
  }

  .cn-wp-20--xl {
    width: 20%;
  }

  .cn-wp-25--xl {
    width: 25%;
  }

  .cn-wp-30--xl {
    width: 30%;
  }

  .cn-wp-35--xl {
    width: 35%;
  }

  .cn-wp-40--xl {
    width: 40%;
  }

  .cn-wp-45--xl {
    width: 45%;
  }

  .cn-wp-50--xl {
    width: 50%;
  }

  .cn-wp-55--xl {
    width: 55%;
  }

  .cn-wp-60--xl {
    width: 60%;
  }

  .cn-wp-65--xl {
    width: 65%;
  }

  .cn-wp-70--xl {
    width: 70%;
  }

  .cn-wp-75--xl {
    width: 75%;
  }

  .cn-wp-80--xl {
    width: 80%;
  }

  .cn-wp-85--xl {
    width: 85%;
  }

  .cn-wp-90--xl {
    width: 90%;
  }

  .cn-wp-95--xl {
    width: 95%;
  }

  .cn-wp-100--xl {
    width: 100%;
  }

  .cn-p-0--xl {
    padding: 0rem !important;
  }

  .cn-ph-0--xl {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  .cn-pv-0--xl {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .cn-pt-0--xl {
    padding-top: 0rem !important;
  }

  .cn-pb-0--xl {
    padding-bottom: 0rem !important;
  }

  .cn-pl-0--xl {
    padding-left: 0rem !important;
  }

  .cn-pr-0--xl {
    padding-right: 0rem !important;
  }

  .cn-p-5--xl {
    padding: 0.3125rem;
  }

  .cn-ph-5--xl {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .cn-pv-5--xl {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .cn-pt-5--xl {
    padding-top: 0.3125rem;
  }

  .cn-pb-5--xl {
    padding-bottom: 0.3125rem;
  }

  .cn-pl-5--xl {
    padding-left: 0.3125rem;
  }

  .cn-pr-5--xl {
    padding-right: 0.3125rem;
  }

  .cn-p-10--xl {
    padding: 0.625rem;
  }

  .cn-ph-10--xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .cn-pv-10--xl {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .cn-pt-10--xl {
    padding-top: 0.625rem;
  }

  .cn-pb-10--xl {
    padding-bottom: 0.625rem;
  }

  .cn-pl-10--xl {
    padding-left: 0.625rem;
  }

  .cn-pr-10--xl {
    padding-right: 0.625rem;
  }

  .cn-p-15--xl {
    padding: 0.9375rem;
  }

  .cn-ph-15--xl {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .cn-pv-15--xl {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .cn-pt-15--xl {
    padding-top: 0.9375rem;
  }

  .cn-pb-15--xl {
    padding-bottom: 0.9375rem;
  }

  .cn-pl-15--xl {
    padding-left: 0.9375rem;
  }

  .cn-pr-15--xl {
    padding-right: 0.9375rem;
  }

  .cn-p-20--xl {
    padding: 1.25rem;
  }

  .cn-ph-20--xl {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cn-pv-20--xl {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .cn-pt-20--xl {
    padding-top: 1.25rem;
  }

  .cn-pb-20--xl {
    padding-bottom: 1.25rem;
  }

  .cn-pl-20--xl {
    padding-left: 1.25rem;
  }

  .cn-pr-20--xl {
    padding-right: 1.25rem;
  }

  .cn-p-25--xl {
    padding: 1.5625rem;
  }

  .cn-ph-25--xl {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .cn-pv-25--xl {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .cn-pt-25--xl {
    padding-top: 1.5625rem;
  }

  .cn-pb-25--xl {
    padding-bottom: 1.5625rem;
  }

  .cn-pl-25--xl {
    padding-left: 1.5625rem;
  }

  .cn-pr-25--xl {
    padding-right: 1.5625rem;
  }

  .cn-p-30--xl {
    padding: 1.875rem;
  }

  .cn-ph-30--xl {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .cn-pv-30--xl {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .cn-pt-30--xl {
    padding-top: 1.875rem;
  }

  .cn-pb-30--xl {
    padding-bottom: 1.875rem;
  }

  .cn-pl-30--xl {
    padding-left: 1.875rem;
  }

  .cn-pr-30--xl {
    padding-right: 1.875rem;
  }

  .cn-p-35--xl {
    padding: 2.1875rem;
  }

  .cn-ph-35--xl {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }

  .cn-pv-35--xl {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }

  .cn-pt-35--xl {
    padding-top: 2.1875rem;
  }

  .cn-pb-35--xl {
    padding-bottom: 2.1875rem;
  }

  .cn-pl-35--xl {
    padding-left: 2.1875rem;
  }

  .cn-pr-35--xl {
    padding-right: 2.1875rem;
  }

  .cn-p-40--xl {
    padding: 2.5rem;
  }

  .cn-ph-40--xl {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cn-pv-40--xl {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .cn-pt-40--xl {
    padding-top: 2.5rem;
  }

  .cn-pb-40--xl {
    padding-bottom: 2.5rem;
  }

  .cn-pl-40--xl {
    padding-left: 2.5rem;
  }

  .cn-pr-40--xl {
    padding-right: 2.5rem;
  }

  .cn-p-45--xl {
    padding: 2.8125rem;
  }

  .cn-ph-45--xl {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }

  .cn-pv-45--xl {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }

  .cn-pt-45--xl {
    padding-top: 2.8125rem;
  }

  .cn-pb-45--xl {
    padding-bottom: 2.8125rem;
  }

  .cn-pl-45--xl {
    padding-left: 2.8125rem;
  }

  .cn-pr-45--xl {
    padding-right: 2.8125rem;
  }

  .cn-p-50--xl {
    padding: 3.125rem;
  }

  .cn-ph-50--xl {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .cn-pv-50--xl {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .cn-pt-50--xl {
    padding-top: 3.125rem;
  }

  .cn-pb-50--xl {
    padding-bottom: 3.125rem;
  }

  .cn-pl-50--xl {
    padding-left: 3.125rem;
  }

  .cn-pr-50--xl {
    padding-right: 3.125rem;
  }

  .cn-p-55--xl {
    padding: 3.4375rem;
  }

  .cn-ph-55--xl {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }

  .cn-pv-55--xl {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }

  .cn-pt-55--xl {
    padding-top: 3.4375rem;
  }

  .cn-pb-55--xl {
    padding-bottom: 3.4375rem;
  }

  .cn-pl-55--xl {
    padding-left: 3.4375rem;
  }

  .cn-pr-55--xl {
    padding-right: 3.4375rem;
  }

  .cn-p-60--xl {
    padding: 3.75rem;
  }

  .cn-ph-60--xl {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .cn-pv-60--xl {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .cn-pt-60--xl {
    padding-top: 3.75rem;
  }

  .cn-pb-60--xl {
    padding-bottom: 3.75rem;
  }

  .cn-pl-60--xl {
    padding-left: 3.75rem;
  }

  .cn-pr-60--xl {
    padding-right: 3.75rem;
  }

  .cn-p-65--xl {
    padding: 4.0625rem;
  }

  .cn-ph-65--xl {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }

  .cn-pv-65--xl {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }

  .cn-pt-65--xl {
    padding-top: 4.0625rem;
  }

  .cn-pb-65--xl {
    padding-bottom: 4.0625rem;
  }

  .cn-pl-65--xl {
    padding-left: 4.0625rem;
  }

  .cn-pr-65--xl {
    padding-right: 4.0625rem;
  }

  .cn-p-70--xl {
    padding: 4.375rem;
  }

  .cn-ph-70--xl {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .cn-pv-70--xl {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .cn-pt-70--xl {
    padding-top: 4.375rem;
  }

  .cn-pb-70--xl {
    padding-bottom: 4.375rem;
  }

  .cn-pl-70--xl {
    padding-left: 4.375rem;
  }

  .cn-pr-70--xl {
    padding-right: 4.375rem;
  }

  .cn-p-75--xl {
    padding: 4.6875rem;
  }

  .cn-ph-75--xl {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }

  .cn-pv-75--xl {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }

  .cn-pt-75--xl {
    padding-top: 4.6875rem;
  }

  .cn-pb-75--xl {
    padding-bottom: 4.6875rem;
  }

  .cn-pl-75--xl {
    padding-left: 4.6875rem;
  }

  .cn-pr-75--xl {
    padding-right: 4.6875rem;
  }

  .cn-p-80--xl {
    padding: 5rem;
  }

  .cn-ph-80--xl {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .cn-pv-80--xl {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .cn-pt-80--xl {
    padding-top: 5rem;
  }

  .cn-pb-80--xl {
    padding-bottom: 5rem;
  }

  .cn-pl-80--xl {
    padding-left: 5rem;
  }

  .cn-pr-80--xl {
    padding-right: 5rem;
  }

  .cn-p-85--xl {
    padding: 5.3125rem;
  }

  .cn-ph-85--xl {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }

  .cn-pv-85--xl {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }

  .cn-pt-85--xl {
    padding-top: 5.3125rem;
  }

  .cn-pb-85--xl {
    padding-bottom: 5.3125rem;
  }

  .cn-pl-85--xl {
    padding-left: 5.3125rem;
  }

  .cn-pr-85--xl {
    padding-right: 5.3125rem;
  }

  .cn-p-90--xl {
    padding: 5.625rem;
  }

  .cn-ph-90--xl {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }

  .cn-pv-90--xl {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .cn-pt-90--xl {
    padding-top: 5.625rem;
  }

  .cn-pb-90--xl {
    padding-bottom: 5.625rem;
  }

  .cn-pl-90--xl {
    padding-left: 5.625rem;
  }

  .cn-pr-90--xl {
    padding-right: 5.625rem;
  }

  .cn-p-95--xl {
    padding: 5.9375rem;
  }

  .cn-ph-95--xl {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem;
  }

  .cn-pv-95--xl {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }

  .cn-pt-95--xl {
    padding-top: 5.9375rem;
  }

  .cn-pb-95--xl {
    padding-bottom: 5.9375rem;
  }

  .cn-pl-95--xl {
    padding-left: 5.9375rem;
  }

  .cn-pr-95--xl {
    padding-right: 5.9375rem;
  }

  .cn-p-100--xl {
    padding: 6.25rem;
  }

  .cn-ph-100--xl {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .cn-pv-100--xl {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .cn-pt-100--xl {
    padding-top: 6.25rem;
  }

  .cn-pb-100--xl {
    padding-bottom: 6.25rem;
  }

  .cn-pl-100--xl {
    padding-left: 6.25rem;
  }

  .cn-pr-100--xl {
    padding-right: 6.25rem;
  }

  .cn-pl-auto--xl {
    margin-left: auto;
  }

  .cn-pr-auto--xl {
    margin-right: auto;
  }

  .cn-pt-auto--xl {
    margin-top: auto;
  }

  .cn-pb-auto--xl {
    margin-bottom: auto;
  }

  .cn-pv-auto--xl {
    margin-top: auto;
    margin-bottom: auto;
  }

  .cn-ph-auto--xl {
    margin-left: auto;
    margin-right: auto;
  }

  .cn-m-0--xl {
    margin: 0rem !important;
  }

  .cn-mh-0--xl {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }

  .cn-mv-0--xl {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .cn-mt-0--xl {
    margin-top: 0rem !important;
  }

  .cn-mb-0--xl {
    margin-bottom: 0rem !important;
  }

  .cn-ml-0--xl {
    margin-left: 0rem !important;
  }

  .cn-mr-0--xl {
    margin-right: 0rem !important;
  }

  .cn-m-5--xl {
    margin: 0.3125rem;
  }

  .cn-mh-5--xl {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .cn-mv-5--xl {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .cn-mt-5--xl {
    margin-top: 0.3125rem;
  }

  .cn-mb-5--xl {
    margin-bottom: 0.3125rem;
  }

  .cn-ml-5--xl {
    margin-left: 0.3125rem;
  }

  .cn-mr-5--xl {
    margin-right: 0.3125rem;
  }

  .cn-m-10--xl {
    margin: 0.625rem;
  }

  .cn-mh-10--xl {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .cn-mv-10--xl {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .cn-mt-10--xl {
    margin-top: 0.625rem;
  }

  .cn-mb-10--xl {
    margin-bottom: 0.625rem;
  }

  .cn-ml-10--xl {
    margin-left: 0.625rem;
  }

  .cn-mr-10--xl {
    margin-right: 0.625rem;
  }

  .cn-m-15--xl {
    margin: 0.9375rem;
  }

  .cn-mh-15--xl {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .cn-mv-15--xl {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .cn-mt-15--xl {
    margin-top: 0.9375rem;
  }

  .cn-mb-15--xl {
    margin-bottom: 0.9375rem;
  }

  .cn-ml-15--xl {
    margin-left: 0.9375rem;
  }

  .cn-mr-15--xl {
    margin-right: 0.9375rem;
  }

  .cn-m-20--xl {
    margin: 1.25rem;
  }

  .cn-mh-20--xl {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .cn-mv-20--xl {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .cn-mt-20--xl {
    margin-top: 1.25rem;
  }

  .cn-mb-20--xl {
    margin-bottom: 1.25rem;
  }

  .cn-ml-20--xl {
    margin-left: 1.25rem;
  }

  .cn-mr-20--xl {
    margin-right: 1.25rem;
  }

  .cn-m-25--xl {
    margin: 1.5625rem;
  }

  .cn-mh-25--xl {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .cn-mv-25--xl {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .cn-mt-25--xl {
    margin-top: 1.5625rem;
  }

  .cn-mb-25--xl {
    margin-bottom: 1.5625rem;
  }

  .cn-ml-25--xl {
    margin-left: 1.5625rem;
  }

  .cn-mr-25--xl {
    margin-right: 1.5625rem;
  }

  .cn-m-30--xl {
    margin: 1.875rem;
  }

  .cn-mh-30--xl {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .cn-mv-30--xl {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .cn-mt-30--xl {
    margin-top: 1.875rem;
  }

  .cn-mb-30--xl {
    margin-bottom: 1.875rem;
  }

  .cn-ml-30--xl {
    margin-left: 1.875rem;
  }

  .cn-mr-30--xl {
    margin-right: 1.875rem;
  }

  .cn-m-35--xl {
    margin: 2.1875rem;
  }

  .cn-mh-35--xl {
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }

  .cn-mv-35--xl {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .cn-mt-35--xl {
    margin-top: 2.1875rem;
  }

  .cn-mb-35--xl {
    margin-bottom: 2.1875rem;
  }

  .cn-ml-35--xl {
    margin-left: 2.1875rem;
  }

  .cn-mr-35--xl {
    margin-right: 2.1875rem;
  }

  .cn-m-40--xl {
    margin: 2.5rem;
  }

  .cn-mh-40--xl {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .cn-mv-40--xl {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .cn-mt-40--xl {
    margin-top: 2.5rem;
  }

  .cn-mb-40--xl {
    margin-bottom: 2.5rem;
  }

  .cn-ml-40--xl {
    margin-left: 2.5rem;
  }

  .cn-mr-40--xl {
    margin-right: 2.5rem;
  }

  .cn-m-45--xl {
    margin: 2.8125rem;
  }

  .cn-mh-45--xl {
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }

  .cn-mv-45--xl {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }

  .cn-mt-45--xl {
    margin-top: 2.8125rem;
  }

  .cn-mb-45--xl {
    margin-bottom: 2.8125rem;
  }

  .cn-ml-45--xl {
    margin-left: 2.8125rem;
  }

  .cn-mr-45--xl {
    margin-right: 2.8125rem;
  }

  .cn-m-50--xl {
    margin: 3.125rem;
  }

  .cn-mh-50--xl {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .cn-mv-50--xl {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .cn-mt-50--xl {
    margin-top: 3.125rem;
  }

  .cn-mb-50--xl {
    margin-bottom: 3.125rem;
  }

  .cn-ml-50--xl {
    margin-left: 3.125rem;
  }

  .cn-mr-50--xl {
    margin-right: 3.125rem;
  }

  .cn-m-55--xl {
    margin: 3.4375rem;
  }

  .cn-mh-55--xl {
    margin-left: 3.4375rem;
    margin-right: 3.4375rem;
  }

  .cn-mv-55--xl {
    margin-top: 3.4375rem;
    margin-bottom: 3.4375rem;
  }

  .cn-mt-55--xl {
    margin-top: 3.4375rem;
  }

  .cn-mb-55--xl {
    margin-bottom: 3.4375rem;
  }

  .cn-ml-55--xl {
    margin-left: 3.4375rem;
  }

  .cn-mr-55--xl {
    margin-right: 3.4375rem;
  }

  .cn-m-60--xl {
    margin: 3.75rem;
  }

  .cn-mh-60--xl {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .cn-mv-60--xl {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .cn-mt-60--xl {
    margin-top: 3.75rem;
  }

  .cn-mb-60--xl {
    margin-bottom: 3.75rem;
  }

  .cn-ml-60--xl {
    margin-left: 3.75rem;
  }

  .cn-mr-60--xl {
    margin-right: 3.75rem;
  }

  .cn-m-65--xl {
    margin: 4.0625rem;
  }

  .cn-mh-65--xl {
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
  }

  .cn-mv-65--xl {
    margin-top: 4.0625rem;
    margin-bottom: 4.0625rem;
  }

  .cn-mt-65--xl {
    margin-top: 4.0625rem;
  }

  .cn-mb-65--xl {
    margin-bottom: 4.0625rem;
  }

  .cn-ml-65--xl {
    margin-left: 4.0625rem;
  }

  .cn-mr-65--xl {
    margin-right: 4.0625rem;
  }

  .cn-m-70--xl {
    margin: 4.375rem;
  }

  .cn-mh-70--xl {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  .cn-mv-70--xl {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  .cn-mt-70--xl {
    margin-top: 4.375rem;
  }

  .cn-mb-70--xl {
    margin-bottom: 4.375rem;
  }

  .cn-ml-70--xl {
    margin-left: 4.375rem;
  }

  .cn-mr-70--xl {
    margin-right: 4.375rem;
  }

  .cn-m-75--xl {
    margin: 4.6875rem;
  }

  .cn-mh-75--xl {
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }

  .cn-mv-75--xl {
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .cn-mt-75--xl {
    margin-top: 4.6875rem;
  }

  .cn-mb-75--xl {
    margin-bottom: 4.6875rem;
  }

  .cn-ml-75--xl {
    margin-left: 4.6875rem;
  }

  .cn-mr-75--xl {
    margin-right: 4.6875rem;
  }

  .cn-m-80--xl {
    margin: 5rem;
  }

  .cn-mh-80--xl {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .cn-mv-80--xl {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .cn-mt-80--xl {
    margin-top: 5rem;
  }

  .cn-mb-80--xl {
    margin-bottom: 5rem;
  }

  .cn-ml-80--xl {
    margin-left: 5rem;
  }

  .cn-mr-80--xl {
    margin-right: 5rem;
  }

  .cn-m-85--xl {
    margin: 5.3125rem;
  }

  .cn-mh-85--xl {
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }

  .cn-mv-85--xl {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }

  .cn-mt-85--xl {
    margin-top: 5.3125rem;
  }

  .cn-mb-85--xl {
    margin-bottom: 5.3125rem;
  }

  .cn-ml-85--xl {
    margin-left: 5.3125rem;
  }

  .cn-mr-85--xl {
    margin-right: 5.3125rem;
  }

  .cn-m-90--xl {
    margin: 5.625rem;
  }

  .cn-mh-90--xl {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }

  .cn-mv-90--xl {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }

  .cn-mt-90--xl {
    margin-top: 5.625rem;
  }

  .cn-mb-90--xl {
    margin-bottom: 5.625rem;
  }

  .cn-ml-90--xl {
    margin-left: 5.625rem;
  }

  .cn-mr-90--xl {
    margin-right: 5.625rem;
  }

  .cn-m-95--xl {
    margin: 5.9375rem;
  }

  .cn-mh-95--xl {
    margin-left: 5.9375rem;
    margin-right: 5.9375rem;
  }

  .cn-mv-95--xl {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }

  .cn-mt-95--xl {
    margin-top: 5.9375rem;
  }

  .cn-mb-95--xl {
    margin-bottom: 5.9375rem;
  }

  .cn-ml-95--xl {
    margin-left: 5.9375rem;
  }

  .cn-mr-95--xl {
    margin-right: 5.9375rem;
  }

  .cn-m-100--xl {
    margin: 6.25rem;
  }

  .cn-mh-100--xl {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .cn-mv-100--xl {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .cn-mt-100--xl {
    margin-top: 6.25rem;
  }

  .cn-mb-100--xl {
    margin-bottom: 6.25rem;
  }

  .cn-ml-100--xl {
    margin-left: 6.25rem;
  }

  .cn-mr-100--xl {
    margin-right: 6.25rem;
  }

  .cn-ml-auto--xl {
    margin-left: auto;
  }

  .cn-mr-auto--xl {
    margin-right: auto;
  }

  .cn-mt-auto--xl {
    margin-top: auto;
  }

  .cn-mb-auto--xl {
    margin-bottom: auto;
  }

  .cn-mv-auto--xl {
    margin-top: auto;
    margin-bottom: auto;
  }

  .cn-mh-auto--xl {
    margin-left: auto;
    margin-right: auto;
  }

  .cn-d-bl--xl {
    display: block !important;
  }

  .cn-d-in--xl {
    display: inline !important;
  }

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

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

  .cn-d-gd--xl {
    display: grid !important;
  }

  .cn-d-no--xl {
    display: none !important;
  }

  .cn-op-0--xl {
    opacity: 0 !important;
  }

  .cn-op-5--xl {
    opacity: 0.05 !important;
  }

  .cn-op-10--xl {
    opacity: 0.1 !important;
  }

  .cn-op-15--xl {
    opacity: 0.15 !important;
  }

  .cn-op-20--xl {
    opacity: 0.2 !important;
  }

  .cn-op-25--xl {
    opacity: 0.25 !important;
  }

  .cn-op-30--xl {
    opacity: 0.3 !important;
  }

  .cn-op-35--xl {
    opacity: 0.35 !important;
  }

  .cn-op-40--xl {
    opacity: 0.4 !important;
  }

  .cn-op-45--xl {
    opacity: 0.45 !important;
  }

  .cn-op-50--xl {
    opacity: 0.5 !important;
  }

  .cn-op-55--xl {
    opacity: 0.55 !important;
  }

  .cn-op-60--xl {
    opacity: 0.6 !important;
  }

  .cn-op-65--xl {
    opacity: 0.65 !important;
  }

  .cn-op-70--xl {
    opacity: 0.7 !important;
  }

  .cn-op-75--xl {
    opacity: 0.75 !important;
  }

  .cn-op-80--xl {
    opacity: 0.8 !important;
  }

  .cn-op-85--xl {
    opacity: 0.85 !important;
  }

  .cn-op-90--xl {
    opacity: 0.9 !important;
  }

  .cn-op-95--xl {
    opacity: 0.95 !important;
  }

  .cn-op-100--xl {
    opacity: 1 !important;
  }

  .cn-pn-sc--xl {
    position: static;
  }

  .cn-pn-ae--xl {
    position: absolute;
  }

  .cn-pn-re--xl {
    position: relative;
  }

  .cn-pn-fd--xl {
    position: fixed;
  }

  .cn-ow-it--xl {
    overflow: inherit;
  }

  .cn-ow-hn--xl {
    overflow: hidden;
  }

  .cn-ow-sl--xl {
    overflow: scroll;
  }

  .cn-ow-ao--xl {
    overflow: auto;
  }

  .cn-d-bl--xl {
    display: block !important;
  }

  .cn-d-in--xl {
    display: inline !important;
  }

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

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

  .cn-d-gd--xl {
    display: grid !important;
  }

  .cn-d-no--xl {
    display: none !important;
  }
}

@media (max-width: 1350px) {
  .container {
    padding: 0 24px;
  }
}

@media (max-width: 1220px) {
  #popup-check {
    max-width: calc(100% - 48px);
  }
}

@media (max-width: 1216px) {
  .container {
    padding: 0 24px;
  }
}

@media (max-width: 1200px) {
  .card {
    width: 48%;
  }

  h3 {
    font-size: 32px;
  }

  .faq {
    padding-bottom: 120px;
  }

  .cases .case-card.case-card_all_pages {
    margin-bottom: 60px;
  }

  .bottom-form_home .form_for_home .popup_form_home .contact_popup_container .bottom_contact_form h3 {
    margin-bottom: 0;
  }

  .partners-logos .logo-item-15,
  .logo-item-14,
  .logo-item-13,
  .logo-item-12,
  .logo-item-11,
  .logo-item-10,
  .logo-item-9,
  .logo-item-8,
  .logo-item-7,
  .logo-item-6,
  .logo-item-3 {
    display: none;
  }
}

@media (max-width: 1199px) {
  .cn-jc-start--lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cn-jc-center--lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cn-jc-end--lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .cn-jc-around--lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .cn-jc-between--lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cn-ai-start--lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cn-ai-center--lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cn-ai-end--lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .cn-ai-self-end--lg {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .cn-ai-self-center--lg {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .cn-ai-self-start--lg {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .cn-fd-row--lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cn-fd-rowrev--lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .cn-fd-col--lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cn-fd-colrev--lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .cn-fw-wr--lg {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cn-fw-no--lg {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .cn-gr-0--lg {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .cn-gr-1--lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .cn-sh-0--lg {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .cn-sh-1--lg {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .cn-fx-0--lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }

  .cn-fx-1--lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .cn-ord-last--lg {
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
    -ms-flex-order: 99;
    order: 99;
  }

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

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

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

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

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

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

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

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

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

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

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

  .cn-fa-left--lg {
    text-align: left !important;
  }

  .cn-fa-center--lg {
    text-align: center !important;
  }

  .cn-fa-right--lg {
    text-align: right !important;
  }

  .cn-fa-justify--lg {
    text-align: justify !important;
  }

  .cn-ff-italic--lg {
    font-style: italic !important;
  }

  .cn-ff-normal--lg {
    font-style: normal !important;
  }

  .cn-ft-upper--lg {
    text-transform: uppercase !important;
  }

  .cn-ft-lower--lg {
    text-transform: lowercase !important;
  }

  .cn-ft-capitalize--lg {
    text-transform: capitalize !important;
  }

  .cn-ft-none--lg {
    text-transform: none !important;
  }

  .cn-fc-wrap--lg {
    white-space: pre-wrap !important;
  }

  .cn-fc-nowrap--lg {
    white-space: nowrap !important;
  }

  .cn-fc-normal--lg {
    white-space: normal !important;
  }

  .cn-fo-clip--lg {
    -o-text-overflow: clip !important;
    text-overflow: clip !important;
  }

  .cn-fo-ellipsis--lg {
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
  }

  .cn-fo-inherit--lg {
    -o-text-overflow: inherit !important;
    text-overflow: inherit !important;
  }

  .cn-fe-through--lg {
    text-decoration: line-through !important;
  }

  .cn-fe-under--lg {
    text-decoration: underline !important;
  }

  .cn-fe-none--lg {
    text-decoration: none !important;
  }

  .cn-fl-11--lg {
    line-height: 1.1 !important;
  }

  .cn-fl-12--lg {
    line-height: 1.2 !important;
  }

  .cn-fl-13--lg {
    line-height: 1.3 !important;
  }

  .cn-fl-14--lg {
    line-height: 1.4 !important;
  }

  .cn-fl-15--lg {
    line-height: 1.5 !important;
  }

  .cn-fl-16--lg {
    line-height: 1.6 !important;
  }

  .cn-fl-17--lg {
    line-height: 1.7 !important;
  }

  .cn-fl-18--lg {
    line-height: 1.8 !important;
  }

  .cn-fl-19--lg {
    line-height: 1.9 !important;
  }

  .cn-fl-2--lg {
    line-height: 2 !important;
  }

  .cn-fl-21--lg {
    line-height: 2.1 !important;
  }

  .cn-fl-22--lg {
    line-height: 2.2 !important;
  }

  .cn-fi-0--lg {
    letter-spacing: 0rem !important;
  }

  .cn-fi-01--lg {
    letter-spacing: 0.1rem !important;
  }

  .cn-fi-02--lg {
    letter-spacing: 0.2rem !important;
  }

  .cn-fi-03--lg {
    letter-spacing: 0.3rem !important;
  }

  .cn-fi-04--lg {
    letter-spacing: 0.4rem !important;
  }

  .cn-fi-05--lg {
    letter-spacing: 0.5rem !important;
  }

  .cn-fi-06--lg {
    letter-spacing: 0.6rem !important;
  }

  .cn-fi-07--lg {
    letter-spacing: 0.7rem !important;
  }

  .cn-fi-08--lg {
    letter-spacing: 0.8rem !important;
  }

  .cn-fi-09--lg {
    letter-spacing: 0.9rem !important;
  }

  .cn-fw-100--lg {
    font-weight: 100 !important;
  }

  .cn-fw-200--lg {
    font-weight: 200 !important;
  }

  .cn-fw-300--lg {
    font-weight: 300 !important;
  }

  .cn-fw-400--lg {
    font-weight: 400 !important;
  }

  .cn-fw-500--lg {
    font-weight: 500 !important;
  }

  .cn-fw-600--lg {
    font-weight: 600 !important;
  }

  .cn-fw-700--lg {
    font-weight: 700 !important;
  }

  .cn-fw-800--lg {
    font-weight: 800 !important;
  }

  .cn-fw-900--lg {
    font-weight: 900 !important;
  }

  .cn-fs-5--lg {
    font-size: 0.3125rem !important;
  }

  .cn-fs-6--lg {
    font-size: 0.375rem !important;
  }

  .cn-fs-7--lg {
    font-size: 0.4375rem !important;
  }

  .cn-fs-8--lg {
    font-size: 0.5rem !important;
  }

  .cn-fs-9--lg {
    font-size: 0.5625rem !important;
  }

  .cn-fs-10--lg {
    font-size: 0.625rem !important;
  }

  .cn-fs-11--lg {
    font-size: 0.6875rem !important;
  }

  .cn-fs-12--lg {
    font-size: 0.75rem !important;
  }

  .cn-fs-13--lg {
    font-size: 0.8125rem !important;
  }

  .cn-fs-14--lg {
    font-size: 0.875rem !important;
  }

  .cn-fs-15--lg {
    font-size: 0.9375rem !important;
  }

  .cn-fs-16--lg {
    font-size: 1rem !important;
  }

  .cn-fs-17--lg {
    font-size: 1.0625rem !important;
  }

  .cn-fs-18--lg {
    font-size: 1.125rem !important;
  }

  .cn-fs-19--lg {
    font-size: 1.1875rem !important;
  }

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

  .cn-fs-21--lg {
    font-size: 1.3125rem !important;
  }

  .cn-fs-22--lg {
    font-size: 1.375rem !important;
  }

  .cn-fs-23--lg {
    font-size: 1.4375rem !important;
  }

  .cn-fs-24--lg {
    font-size: 1.5rem !important;
  }

  .cn-fs-25--lg {
    font-size: 1.5625rem !important;
  }

  .cn-fs-26--lg {
    font-size: 1.625rem !important;
  }

  .cn-fs-27--lg {
    font-size: 1.6875rem !important;
  }

  .cn-fs-28--lg {
    font-size: 1.75rem !important;
  }

  .cn-fs-29--lg {
    font-size: 1.8125rem !important;
  }

  .cn-fs-30--lg {
    font-size: 1.875rem !important;
  }

  .cn-fs-31--lg {
    font-size: 1.9375rem !important;
  }

  .cn-fs-32--lg {
    font-size: 2rem !important;
  }

  .cn-fs-33--lg {
    font-size: 2.0625rem !important;
  }

  .cn-fs-34--lg {
    font-size: 2.125rem !important;
  }

  .cn-fs-35--lg {
    font-size: 2.1875rem !important;
  }

  .cn-fs-36--lg {
    font-size: 2.25rem !important;
  }

  .cn-fs-37--lg {
    font-size: 2.3125rem !important;
  }

  .cn-fs-38--lg {
    font-size: 2.375rem !important;
  }

  .cn-fs-39--lg {
    font-size: 2.4375rem !important;
  }

  .cn-fs-40--lg {
    font-size: 2.5rem !important;
  }

  .cn-fs-41--lg {
    font-size: 2.5625rem !important;
  }

  .cn-fs-42--lg {
    font-size: 2.625rem !important;
  }

  .cn-fs-43--lg {
    font-size: 2.6875rem !important;
  }

  .cn-fs-44--lg {
    font-size: 2.75rem !important;
  }

  .cn-fs-45--lg {
    font-size: 2.8125rem !important;
  }

  .cn-fs-46--lg {
    font-size: 2.875rem !important;
  }

  .cn-fs-47--lg {
    font-size: 2.9375rem !important;
  }

  .cn-fs-48--lg {
    font-size: 3rem !important;
  }

  .cn-fs-49--lg {
    font-size: 3.0625rem !important;
  }

  .cn-fs-50--lg {
    font-size: 3.125rem !important;
  }

  .cn-fs-51--lg {
    font-size: 3.1875rem !important;
  }

  .cn-fs-52--lg {
    font-size: 3.25rem !important;
  }

  .cn-fs-53--lg {
    font-size: 3.3125rem !important;
  }

  .cn-fs-54--lg {
    font-size: 3.375rem !important;
  }

  .cn-fs-55--lg {
    font-size: 3.4375rem !important;
  }

  .cn-fs-56--lg {
    font-size: 3.5rem !important;
  }

  .cn-fs-57--lg {
    font-size: 3.5625rem !important;
  }

  .cn-fs-58--lg {
    font-size: 3.625rem !important;
  }

  .cn-fs-59--lg {
    font-size: 3.6875rem !important;
  }

  .cn-fs-60--lg {
    font-size: 3.75rem !important;
  }

  .cn-move-0_1--lg {
    margin-left: 0%;
  }

  .cn-move-1_1--lg {
    margin-left: 100%;
  }

  .cn-move-0_1--lg {
    margin-left: 0%;
  }

  .cn-move-0_2--lg {
    margin-left: 0%;
  }

  .cn-move-1_2--lg {
    margin-left: 50%;
  }

  .cn-move-0_3--lg {
    margin-left: 0%;
  }

  .cn-move-1_3--lg {
    margin-left: 33.33333%;
  }

  .cn-move-2_3--lg {
    margin-left: 66.66667%;
  }

  .cn-move-0_4--lg {
    margin-left: 0%;
  }

  .cn-move-1_4--lg {
    margin-left: 25%;
  }

  .cn-move-2_4--lg {
    margin-left: 50%;
  }

  .cn-move-3_4--lg {
    margin-left: 75%;
  }

  .cn-move-0_5--lg {
    margin-left: 0%;
  }

  .cn-move-1_5--lg {
    margin-left: 20%;
  }

  .cn-move-2_5--lg {
    margin-left: 40%;
  }

  .cn-move-3_5--lg {
    margin-left: 60%;
  }

  .cn-move-4_5--lg {
    margin-left: 80%;
  }

  .cn-move-0_6--lg {
    margin-left: 0%;
  }

  .cn-move-1_6--lg {
    margin-left: 16.66667%;
  }

  .cn-move-2_6--lg {
    margin-left: 33.33333%;
  }

  .cn-move-3_6--lg {
    margin-left: 50%;
  }

  .cn-move-4_6--lg {
    margin-left: 66.66667%;
  }

  .cn-move-5_6--lg {
    margin-left: 83.33333%;
  }

  .cn-move-0_7--lg {
    margin-left: 0%;
  }

  .cn-move-1_7--lg {
    margin-left: 14.28571%;
  }

  .cn-move-2_7--lg {
    margin-left: 28.57143%;
  }

  .cn-move-3_7--lg {
    margin-left: 42.85714%;
  }

  .cn-move-4_7--lg {
    margin-left: 57.14286%;
  }

  .cn-move-5_7--lg {
    margin-left: 71.42857%;
  }

  .cn-move-6_7--lg {
    margin-left: 85.71429%;
  }

  .cn-move-0_8--lg {
    margin-left: 0%;
  }

  .cn-move-1_8--lg {
    margin-left: 12.5%;
  }

  .cn-move-2_8--lg {
    margin-left: 25%;
  }

  .cn-move-3_8--lg {
    margin-left: 37.5%;
  }

  .cn-move-4_8--lg {
    margin-left: 50%;
  }

  .cn-move-5_8--lg {
    margin-left: 62.5%;
  }

  .cn-move-6_8--lg {
    margin-left: 75%;
  }

  .cn-move-7_8--lg {
    margin-left: 87.5%;
  }

  .cn-move-0_9--lg {
    margin-left: 0%;
  }

  .cn-move-1_9--lg {
    margin-left: 11.11111%;
  }

  .cn-move-2_9--lg {
    margin-left: 22.22222%;
  }

  .cn-move-3_9--lg {
    margin-left: 33.33333%;
  }

  .cn-move-4_9--lg {
    margin-left: 44.44444%;
  }

  .cn-move-5_9--lg {
    margin-left: 55.55556%;
  }

  .cn-move-6_9--lg {
    margin-left: 66.66667%;
  }

  .cn-move-7_9--lg {
    margin-left: 77.77778%;
  }

  .cn-move-8_9--lg {
    margin-left: 88.88889%;
  }

  .cn-move-0_10--lg {
    margin-left: 0%;
  }

  .cn-move-1_10--lg {
    margin-left: 10%;
  }

  .cn-move-2_10--lg {
    margin-left: 20%;
  }

  .cn-move-3_10--lg {
    margin-left: 30%;
  }

  .cn-move-4_10--lg {
    margin-left: 40%;
  }

  .cn-move-5_10--lg {
    margin-left: 50%;
  }

  .cn-move-6_10--lg {
    margin-left: 60%;
  }

  .cn-move-7_10--lg {
    margin-left: 70%;
  }

  .cn-move-8_10--lg {
    margin-left: 80%;
  }

  .cn-move-9_10--lg {
    margin-left: 90%;
  }

  .cn-move-0_11--lg {
    margin-left: 0%;
  }

  .cn-move-1_11--lg {
    margin-left: 9.09091%;
  }

  .cn-move-2_11--lg {
    margin-left: 18.18182%;
  }

  .cn-move-3_11--lg {
    margin-left: 27.27273%;
  }

  .cn-move-4_11--lg {
    margin-left: 36.36364%;
  }

  .cn-move-5_11--lg {
    margin-left: 45.45455%;
  }

  .cn-move-6_11--lg {
    margin-left: 54.54545%;
  }

  .cn-move-7_11--lg {
    margin-left: 63.63636%;
  }

  .cn-move-8_11--lg {
    margin-left: 72.72727%;
  }

  .cn-move-9_11--lg {
    margin-left: 81.81818%;
  }

  .cn-move-10_11--lg {
    margin-left: 90.90909%;
  }

  .cn-move-0_12--lg {
    margin-left: 0%;
  }

  .cn-move-1_12--lg {
    margin-left: 8.33333%;
  }

  .cn-move-2_12--lg {
    margin-left: 16.66667%;
  }

  .cn-move-3_12--lg {
    margin-left: 25%;
  }

  .cn-move-4_12--lg {
    margin-left: 33.33333%;
  }

  .cn-move-5_12--lg {
    margin-left: 41.66667%;
  }

  .cn-move-6_12--lg {
    margin-left: 50%;
  }

  .cn-move-7_12--lg {
    margin-left: 58.33333%;
  }

  .cn-move-8_12--lg {
    margin-left: 66.66667%;
  }

  .cn-move-9_12--lg {
    margin-left: 75%;
  }

  .cn-move-10_12--lg {
    margin-left: 83.33333%;
  }

  .cn-move-11_12--lg {
    margin-left: 91.66667%;
  }

  .cn-w-5--lg {
    width: 5%;
  }

  .cn-w-10--lg {
    width: 10%;
  }

  .cn-w-15--lg {
    width: 15%;
  }

  .cn-w-20--lg {
    width: 20%;
  }

  .cn-w-25--lg {
    width: 25%;
  }

  .cn-w-30--lg {
    width: 30%;
  }

  .cn-w-35--lg {
    width: 35%;
  }

  .cn-w-40--lg {
    width: 40%;
  }

  .cn-w-45--lg {
    width: 45%;
  }

  .cn-w-50--lg {
    width: 50%;
  }

  .cn-w-55--lg {
    width: 55%;
  }

  .cn-w-60--lg {
    width: 60%;
  }

  .cn-w-65--lg {
    width: 65%;
  }

  .cn-w-70--lg {
    width: 70%;
  }

  .cn-w-75--lg {
    width: 75%;
  }

  .cn-w-80--lg {
    width: 80%;
  }

  .cn-w-85--lg {
    width: 85%;
  }

  .cn-w-90--lg {
    width: 90%;
  }

  .cn-w-95--lg {
    width: 95%;
  }

  .cn-w-100--lg {
    width: 100%;
  }

  .cn-w-1_3--lg {
    width: 33.33333%;
  }

  .cn-w-2_3--lg {
    width: 66.66667%;
  }

  .cn-w-3_3--lg {
    width: 100%;
  }

  .cn-w-1_4--lg {
    width: 25%;
  }

  .cn-w-2_4--lg {
    width: 50%;
  }

  .cn-w-3_4--lg {
    width: 75%;
  }

  .cn-w-4_4--lg {
    width: 100%;
  }

  .cn-w-1_5--lg {
    width: 20%;
  }

  .cn-w-2_5--lg {
    width: 40%;
  }

  .cn-w-3_5--lg {
    width: 60%;
  }

  .cn-w-4_5--lg {
    width: 80%;
  }

  .cn-w-5_5--lg {
    width: 100%;
  }

  .cn-w-1_6--lg {
    width: 16.66667%;
  }

  .cn-w-2_6--lg {
    width: 33.33333%;
  }

  .cn-w-3_6--lg {
    width: 50%;
  }

  .cn-w-4_6--lg {
    width: 66.66667%;
  }

  .cn-w-5_6--lg {
    width: 83.33333%;
  }

  .cn-w-6_6--lg {
    width: 100%;
  }

  .cn-w-1_7--lg {
    width: 14.28571%;
  }

  .cn-w-2_7--lg {
    width: 28.57143%;
  }

  .cn-w-3_7--lg {
    width: 42.85714%;
  }

  .cn-w-4_7--lg {
    width: 57.14286%;
  }

  .cn-w-5_7--lg {
    width: 71.42857%;
  }

  .cn-w-6_7--lg {
    width: 85.71429%;
  }

  .cn-w-7_7--lg {
    width: 100%;
  }

  .cn-w-1_8--lg {
    width: 12.5%;
  }

  .cn-w-2_8--lg {
    width: 25%;
  }

  .cn-w-3_8--lg {
    width: 37.5%;
  }

  .cn-w-4_8--lg {
    width: 50%;
  }

  .cn-w-5_8--lg {
    width: 62.5%;
  }

  .cn-w-6_8--lg {
    width: 75%;
  }

  .cn-w-7_8--lg {
    width: 87.5%;
  }

  .cn-w-8_8--lg {
    width: 100%;
  }

  .cn-w-1_9--lg {
    width: 11.11111%;
  }

  .cn-w-2_9--lg {
    width: 22.22222%;
  }

  .cn-w-3_9--lg {
    width: 33.33333%;
  }

  .cn-w-4_9--lg {
    width: 44.44444%;
  }

  .cn-w-5_9--lg {
    width: 55.55556%;
  }

  .cn-w-6_9--lg {
    width: 66.66667%;
  }

  .cn-w-7_9--lg {
    width: 77.77778%;
  }

  .cn-w-8_9--lg {
    width: 88.88889%;
  }

  .cn-w-9_9--lg {
    width: 100%;
  }

  .cn-w-1_10--lg {
    width: 10%;
  }

  .cn-w-2_10--lg {
    width: 20%;
  }

  .cn-w-3_10--lg {
    width: 30%;
  }

  .cn-w-4_10--lg {
    width: 40%;
  }

  .cn-w-5_10--lg {
    width: 50%;
  }

  .cn-w-6_10--lg {
    width: 60%;
  }

  .cn-w-7_10--lg {
    width: 70%;
  }

  .cn-w-8_10--lg {
    width: 80%;
  }

  .cn-w-9_10--lg {
    width: 90%;
  }

  .cn-w-10_10--lg {
    width: 100%;
  }

  .cn-w-1_11--lg {
    width: 9.09091%;
  }

  .cn-w-2_11--lg {
    width: 18.18182%;
  }

  .cn-w-3_11--lg {
    width: 27.27273%;
  }

  .cn-w-4_11--lg {
    width: 36.36364%;
  }

  .cn-w-5_11--lg {
    width: 45.45455%;
  }

  .cn-w-6_11--lg {
    width: 54.54545%;
  }

  .cn-w-7_11--lg {
    width: 63.63636%;
  }

  .cn-w-8_11--lg {
    width: 72.72727%;
  }

  .cn-w-9_11--lg {
    width: 81.81818%;
  }

  .cn-w-10_11--lg {
    width: 90.90909%;
  }

  .cn-w-11_11--lg {
    width: 100%;
  }

  .cn-w-1_12--lg {
    width: 8.33333%;
  }

  .cn-w-2_12--lg {
    width: 16.66667%;
  }

  .cn-w-3_12--lg {
    width: 25%;
  }

  .cn-w-4_12--lg {
    width: 33.33333%;
  }

  .cn-w-5_12--lg {
    width: 41.66667%;
  }

  .cn-w-6_12--lg {
    width: 50%;
  }

  .cn-w-7_12--lg {
    width: 58.33333%;
  }

  .cn-w-8_12--lg {
    width: 66.66667%;
  }

  .cn-w-9_12--lg {
    width: 75%;
  }

  .cn-w-10_12--lg {
    width: 83.33333%;
  }

  .cn-w-11_12--lg {
    width: 91.66667%;
  }

  .cn-w-12_12--lg {
    width: 100%;
  }

  .cn-w-auto--lg {
    width: auto;
  }

  .cn-w-expand--lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .cn-wp-0--lg {
    width: 0%;
  }

  .cn-wp-5--lg {
    width: 5%;
  }

  .cn-wp-10--lg {
    width: 10%;
  }

  .cn-wp-15--lg {
    width: 15%;
  }

  .cn-wp-20--lg {
    width: 20%;
  }

  .cn-wp-25--lg {
    width: 25%;
  }

  .cn-wp-30--lg {
    width: 30%;
  }

  .cn-wp-35--lg {
    width: 35%;
  }

  .cn-wp-40--lg {
    width: 40%;
  }

  .cn-wp-45--lg {
    width: 45%;
  }

  .cn-wp-50--lg {
    width: 50%;
  }

  .cn-wp-55--lg {
    width: 55%;
  }

  .cn-wp-60--lg {
    width: 60%;
  }

  .cn-wp-65--lg {
    width: 65%;
  }

  .cn-wp-70--lg {
    width: 70%;
  }

  .cn-wp-75--lg {
    width: 75%;
  }

  .cn-wp-80--lg {
    width: 80%;
  }

  .cn-wp-85--lg {
    width: 85%;
  }

  .cn-wp-90--lg {
    width: 90%;
  }

  .cn-wp-95--lg {
    width: 95%;
  }

  .cn-wp-100--lg {
    width: 100%;
  }

  .cn-p-0--lg {
    padding: 0rem !important;
  }

  .cn-ph-0--lg {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  .cn-pv-0--lg {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .cn-pt-0--lg {
    padding-top: 0rem !important;
  }

  .cn-pb-0--lg {
    padding-bottom: 0rem !important;
  }

  .cn-pl-0--lg {
    padding-left: 0rem !important;
  }

  .cn-pr-0--lg {
    padding-right: 0rem !important;
  }

  .cn-p-5--lg {
    padding: 0.3125rem;
  }

  .cn-ph-5--lg {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .cn-pv-5--lg {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .cn-pt-5--lg {
    padding-top: 0.3125rem;
  }

  .cn-pb-5--lg {
    padding-bottom: 0.3125rem;
  }

  .cn-pl-5--lg {
    padding-left: 0.3125rem;
  }

  .cn-pr-5--lg {
    padding-right: 0.3125rem;
  }

  .cn-p-10--lg {
    padding: 0.625rem;
  }

  .cn-ph-10--lg {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .cn-pv-10--lg {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .cn-pt-10--lg {
    padding-top: 0.625rem;
  }

  .cn-pb-10--lg {
    padding-bottom: 0.625rem;
  }

  .cn-pl-10--lg {
    padding-left: 0.625rem;
  }

  .cn-pr-10--lg {
    padding-right: 0.625rem;
  }

  .cn-p-15--lg {
    padding: 0.9375rem;
  }

  .cn-ph-15--lg {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .cn-pv-15--lg {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .cn-pt-15--lg {
    padding-top: 0.9375rem;
  }

  .cn-pb-15--lg {
    padding-bottom: 0.9375rem;
  }

  .cn-pl-15--lg {
    padding-left: 0.9375rem;
  }

  .cn-pr-15--lg {
    padding-right: 0.9375rem;
  }

  .cn-p-20--lg {
    padding: 1.25rem;
  }

  .cn-ph-20--lg {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cn-pv-20--lg {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .cn-pt-20--lg {
    padding-top: 1.25rem;
  }

  .cn-pb-20--lg {
    padding-bottom: 1.25rem;
  }

  .cn-pl-20--lg {
    padding-left: 1.25rem;
  }

  .cn-pr-20--lg {
    padding-right: 1.25rem;
  }

  .cn-p-25--lg {
    padding: 1.5625rem;
  }

  .cn-ph-25--lg {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .cn-pv-25--lg {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .cn-pt-25--lg {
    padding-top: 1.5625rem;
  }

  .cn-pb-25--lg {
    padding-bottom: 1.5625rem;
  }

  .cn-pl-25--lg {
    padding-left: 1.5625rem;
  }

  .cn-pr-25--lg {
    padding-right: 1.5625rem;
  }

  .cn-p-30--lg {
    padding: 1.875rem;
  }

  .cn-ph-30--lg {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .cn-pv-30--lg {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .cn-pt-30--lg {
    padding-top: 1.875rem;
  }

  .cn-pb-30--lg {
    padding-bottom: 1.875rem;
  }

  .cn-pl-30--lg {
    padding-left: 1.875rem;
  }

  .cn-pr-30--lg {
    padding-right: 1.875rem;
  }

  .cn-p-35--lg {
    padding: 2.1875rem;
  }

  .cn-ph-35--lg {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }

  .cn-pv-35--lg {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }

  .cn-pt-35--lg {
    padding-top: 2.1875rem;
  }

  .cn-pb-35--lg {
    padding-bottom: 2.1875rem;
  }

  .cn-pl-35--lg {
    padding-left: 2.1875rem;
  }

  .cn-pr-35--lg {
    padding-right: 2.1875rem;
  }

  .cn-p-40--lg {
    padding: 2.5rem;
  }

  .cn-ph-40--lg {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cn-pv-40--lg {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .cn-pt-40--lg {
    padding-top: 2.5rem;
  }

  .cn-pb-40--lg {
    padding-bottom: 2.5rem;
  }

  .cn-pl-40--lg {
    padding-left: 2.5rem;
  }

  .cn-pr-40--lg {
    padding-right: 2.5rem;
  }

  .cn-p-45--lg {
    padding: 2.8125rem;
  }

  .cn-ph-45--lg {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }

  .cn-pv-45--lg {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }

  .cn-pt-45--lg {
    padding-top: 2.8125rem;
  }

  .cn-pb-45--lg {
    padding-bottom: 2.8125rem;
  }

  .cn-pl-45--lg {
    padding-left: 2.8125rem;
  }

  .cn-pr-45--lg {
    padding-right: 2.8125rem;
  }

  .cn-p-50--lg {
    padding: 3.125rem;
  }

  .cn-ph-50--lg {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .cn-pv-50--lg {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .cn-pt-50--lg {
    padding-top: 3.125rem;
  }

  .cn-pb-50--lg {
    padding-bottom: 3.125rem;
  }

  .cn-pl-50--lg {
    padding-left: 3.125rem;
  }

  .cn-pr-50--lg {
    padding-right: 3.125rem;
  }

  .cn-p-55--lg {
    padding: 3.4375rem;
  }

  .cn-ph-55--lg {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }

  .cn-pv-55--lg {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }

  .cn-pt-55--lg {
    padding-top: 3.4375rem;
  }

  .cn-pb-55--lg {
    padding-bottom: 3.4375rem;
  }

  .cn-pl-55--lg {
    padding-left: 3.4375rem;
  }

  .cn-pr-55--lg {
    padding-right: 3.4375rem;
  }

  .cn-p-60--lg {
    padding: 3.75rem;
  }

  .cn-ph-60--lg {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .cn-pv-60--lg {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .cn-pt-60--lg {
    padding-top: 3.75rem;
  }

  .cn-pb-60--lg {
    padding-bottom: 3.75rem;
  }

  .cn-pl-60--lg {
    padding-left: 3.75rem;
  }

  .cn-pr-60--lg {
    padding-right: 3.75rem;
  }

  .cn-p-65--lg {
    padding: 4.0625rem;
  }

  .cn-ph-65--lg {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }

  .cn-pv-65--lg {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }

  .cn-pt-65--lg {
    padding-top: 4.0625rem;
  }

  .cn-pb-65--lg {
    padding-bottom: 4.0625rem;
  }

  .cn-pl-65--lg {
    padding-left: 4.0625rem;
  }

  .cn-pr-65--lg {
    padding-right: 4.0625rem;
  }

  .cn-p-70--lg {
    padding: 4.375rem;
  }

  .cn-ph-70--lg {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .cn-pv-70--lg {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .cn-pt-70--lg {
    padding-top: 4.375rem;
  }

  .cn-pb-70--lg {
    padding-bottom: 4.375rem;
  }

  .cn-pl-70--lg {
    padding-left: 4.375rem;
  }

  .cn-pr-70--lg {
    padding-right: 4.375rem;
  }

  .cn-p-75--lg {
    padding: 4.6875rem;
  }

  .cn-ph-75--lg {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }

  .cn-pv-75--lg {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }

  .cn-pt-75--lg {
    padding-top: 4.6875rem;
  }

  .cn-pb-75--lg {
    padding-bottom: 4.6875rem;
  }

  .cn-pl-75--lg {
    padding-left: 4.6875rem;
  }

  .cn-pr-75--lg {
    padding-right: 4.6875rem;
  }

  .cn-p-80--lg {
    padding: 5rem;
  }

  .cn-ph-80--lg {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .cn-pv-80--lg {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .cn-pt-80--lg {
    padding-top: 5rem;
  }

  .cn-pb-80--lg {
    padding-bottom: 5rem;
  }

  .cn-pl-80--lg {
    padding-left: 5rem;
  }

  .cn-pr-80--lg {
    padding-right: 5rem;
  }

  .cn-p-85--lg {
    padding: 5.3125rem;
  }

  .cn-ph-85--lg {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }

  .cn-pv-85--lg {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }

  .cn-pt-85--lg {
    padding-top: 5.3125rem;
  }

  .cn-pb-85--lg {
    padding-bottom: 5.3125rem;
  }

  .cn-pl-85--lg {
    padding-left: 5.3125rem;
  }

  .cn-pr-85--lg {
    padding-right: 5.3125rem;
  }

  .cn-p-90--lg {
    padding: 5.625rem;
  }

  .cn-ph-90--lg {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }

  .cn-pv-90--lg {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .cn-pt-90--lg {
    padding-top: 5.625rem;
  }

  .cn-pb-90--lg {
    padding-bottom: 5.625rem;
  }

  .cn-pl-90--lg {
    padding-left: 5.625rem;
  }

  .cn-pr-90--lg {
    padding-right: 5.625rem;
  }

  .cn-p-95--lg {
    padding: 5.9375rem;
  }

  .cn-ph-95--lg {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem;
  }

  .cn-pv-95--lg {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }

  .cn-pt-95--lg {
    padding-top: 5.9375rem;
  }

  .cn-pb-95--lg {
    padding-bottom: 5.9375rem;
  }

  .cn-pl-95--lg {
    padding-left: 5.9375rem;
  }

  .cn-pr-95--lg {
    padding-right: 5.9375rem;
  }

  .cn-p-100--lg {
    padding: 6.25rem;
  }

  .cn-ph-100--lg {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .cn-pv-100--lg {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .cn-pt-100--lg {
    padding-top: 6.25rem;
  }

  .cn-pb-100--lg {
    padding-bottom: 6.25rem;
  }

  .cn-pl-100--lg {
    padding-left: 6.25rem;
  }

  .cn-pr-100--lg {
    padding-right: 6.25rem;
  }

  .cn-pl-auto--lg {
    margin-left: auto;
  }

  .cn-pr-auto--lg {
    margin-right: auto;
  }

  .cn-pt-auto--lg {
    margin-top: auto;
  }

  .cn-pb-auto--lg {
    margin-bottom: auto;
  }

  .cn-pv-auto--lg {
    margin-top: auto;
    margin-bottom: auto;
  }

  .cn-ph-auto--lg {
    margin-left: auto;
    margin-right: auto;
  }

  .cn-m-0--lg {
    margin: 0rem !important;
  }

  .cn-mh-0--lg {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }

  .cn-mv-0--lg {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .cn-mt-0--lg {
    margin-top: 0rem !important;
  }

  .cn-mb-0--lg {
    margin-bottom: 0rem !important;
  }

  .cn-ml-0--lg {
    margin-left: 0rem !important;
  }

  .cn-mr-0--lg {
    margin-right: 0rem !important;
  }

  .cn-m-5--lg {
    margin: 0.3125rem;
  }

  .cn-mh-5--lg {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .cn-mv-5--lg {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .cn-mt-5--lg {
    margin-top: 0.3125rem;
  }

  .cn-mb-5--lg {
    margin-bottom: 0.3125rem;
  }

  .cn-ml-5--lg {
    margin-left: 0.3125rem;
  }

  .cn-mr-5--lg {
    margin-right: 0.3125rem;
  }

  .cn-m-10--lg {
    margin: 0.625rem;
  }

  .cn-mh-10--lg {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .cn-mv-10--lg {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .cn-mt-10--lg {
    margin-top: 0.625rem;
  }

  .cn-mb-10--lg {
    margin-bottom: 0.625rem;
  }

  .cn-ml-10--lg {
    margin-left: 0.625rem;
  }

  .cn-mr-10--lg {
    margin-right: 0.625rem;
  }

  .cn-m-15--lg {
    margin: 0.9375rem;
  }

  .cn-mh-15--lg {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .cn-mv-15--lg {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .cn-mt-15--lg {
    margin-top: 0.9375rem;
  }

  .cn-mb-15--lg {
    margin-bottom: 0.9375rem;
  }

  .cn-ml-15--lg {
    margin-left: 0.9375rem;
  }

  .cn-mr-15--lg {
    margin-right: 0.9375rem;
  }

  .cn-m-20--lg {
    margin: 1.25rem;
  }

  .cn-mh-20--lg {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .cn-mv-20--lg {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .cn-mt-20--lg {
    margin-top: 1.25rem;
  }

  .cn-mb-20--lg {
    margin-bottom: 1.25rem;
  }

  .cn-ml-20--lg {
    margin-left: 1.25rem;
  }

  .cn-mr-20--lg {
    margin-right: 1.25rem;
  }

  .cn-m-25--lg {
    margin: 1.5625rem;
  }

  .cn-mh-25--lg {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .cn-mv-25--lg {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .cn-mt-25--lg {
    margin-top: 1.5625rem;
  }

  .cn-mb-25--lg {
    margin-bottom: 1.5625rem;
  }

  .cn-ml-25--lg {
    margin-left: 1.5625rem;
  }

  .cn-mr-25--lg {
    margin-right: 1.5625rem;
  }

  .cn-mb-24--lg {
    margin-bottom: 1.5rem;
  }

  .cn-m-30--lg {
    margin: 1.875rem;
  }

  .cn-mh-30--lg {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .cn-mv-30--lg {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .cn-mt-30--lg {
    margin-top: 1.875rem;
  }

  .cn-mb-30--lg {
    margin-bottom: 1.875rem;
  }

  .cn-ml-30--lg {
    margin-left: 1.875rem;
  }

  .cn-mr-30--lg {
    margin-right: 1.875rem;
  }

  .cn-m-35--lg {
    margin: 2.1875rem;
  }

  .cn-mh-35--lg {
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }

  .cn-mv-35--lg {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .cn-mt-35--lg {
    margin-top: 2.1875rem;
  }

  .cn-mb-35--lg {
    margin-bottom: 2.1875rem;
  }

  .cn-ml-35--lg {
    margin-left: 2.1875rem;
  }

  .cn-mr-35--lg {
    margin-right: 2.1875rem;
  }

  .cn-m-40--lg {
    margin: 2.5rem;
  }

  .cn-mh-40--lg {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .cn-mv-40--lg {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .cn-mt-40--lg {
    margin-top: 2.5rem;
  }

  .cn-mb-40--lg {
    margin-bottom: 2.5rem;
  }

  .cn-ml-40--lg {
    margin-left: 2.5rem;
  }

  .cn-mr-40--lg {
    margin-right: 2.5rem;
  }

  .cn-m-45--lg {
    margin: 2.8125rem;
  }

  .cn-mh-45--lg {
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }

  .cn-mv-45--lg {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }

  .cn-mt-45--lg {
    margin-top: 2.8125rem;
  }

  .cn-mb-45--lg {
    margin-bottom: 2.8125rem;
  }

  .cn-ml-45--lg {
    margin-left: 2.8125rem;
  }

  .cn-mr-45--lg {
    margin-right: 2.8125rem;
  }

  .cn-m-50--lg {
    margin: 3.125rem;
  }

  .cn-mh-50--lg {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .cn-mv-50--lg {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .cn-mt-50--lg {
    margin-top: 3.125rem;
  }

  .cn-mb-50--lg {
    margin-bottom: 3.125rem;
  }

  .cn-ml-50--lg {
    margin-left: 3.125rem;
  }

  .cn-mr-50--lg {
    margin-right: 3.125rem;
  }

  .cn-m-55--lg {
    margin: 3.4375rem;
  }

  .cn-mh-55--lg {
    margin-left: 3.4375rem;
    margin-right: 3.4375rem;
  }

  .cn-mv-55--lg {
    margin-top: 3.4375rem;
    margin-bottom: 3.4375rem;
  }

  .cn-mt-55--lg {
    margin-top: 3.4375rem;
  }

  .cn-mb-55--lg {
    margin-bottom: 3.4375rem;
  }

  .cn-ml-55--lg {
    margin-left: 3.4375rem;
  }

  .cn-mr-55--lg {
    margin-right: 3.4375rem;
  }

  .cn-m-60--lg {
    margin: 3.75rem;
  }

  .cn-mh-60--lg {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .cn-mv-60--lg {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .cn-mt-60--lg {
    margin-top: 3.75rem;
  }

  .cn-mb-60--lg {
    margin-bottom: 3.75rem;
  }

  .cn-ml-60--lg {
    margin-left: 3.75rem;
  }

  .cn-mr-60--lg {
    margin-right: 3.75rem;
  }

  .cn-m-65--lg {
    margin: 4.0625rem;
  }

  .cn-mh-65--lg {
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
  }

  .cn-mv-65--lg {
    margin-top: 4.0625rem;
    margin-bottom: 4.0625rem;
  }

  .cn-mt-65--lg {
    margin-top: 4.0625rem;
  }

  .cn-mb-65--lg {
    margin-bottom: 4.0625rem;
  }

  .cn-ml-65--lg {
    margin-left: 4.0625rem;
  }

  .cn-mr-65--lg {
    margin-right: 4.0625rem;
  }

  .cn-m-70--lg {
    margin: 4.375rem;
  }

  .cn-mh-70--lg {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  .cn-mv-70--lg {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  .cn-mt-70--lg {
    margin-top: 4.375rem;
  }

  .cn-mb-70--lg {
    margin-bottom: 4.375rem;
  }

  .cn-ml-70--lg {
    margin-left: 4.375rem;
  }

  .cn-mr-70--lg {
    margin-right: 4.375rem;
  }

  .cn-m-75--lg {
    margin: 4.6875rem;
  }

  .cn-mh-75--lg {
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }

  .cn-mv-75--lg {
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .cn-mt-75--lg {
    margin-top: 4.6875rem;
  }

  .cn-mb-75--lg {
    margin-bottom: 4.6875rem;
  }

  .cn-ml-75--lg {
    margin-left: 4.6875rem;
  }

  .cn-mr-75--lg {
    margin-right: 4.6875rem;
  }

  .cn-m-80--lg {
    margin: 5rem;
  }

  .cn-mh-80--lg {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .cn-mv-80--lg {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .cn-mt-80--lg {
    margin-top: 5rem;
  }

  .cn-mb-80--lg {
    margin-bottom: 5rem;
  }

  .cn-ml-80--lg {
    margin-left: 5rem;
  }

  .cn-mr-80--lg {
    margin-right: 5rem;
  }

  .cn-m-85--lg {
    margin: 5.3125rem;
  }

  .cn-mh-85--lg {
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }

  .cn-mv-85--lg {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }

  .cn-mt-85--lg {
    margin-top: 5.3125rem;
  }

  .cn-mb-85--lg {
    margin-bottom: 5.3125rem;
  }

  .cn-ml-85--lg {
    margin-left: 5.3125rem;
  }

  .cn-mr-85--lg {
    margin-right: 5.3125rem;
  }

  .cn-m-90--lg {
    margin: 5.625rem;
  }

  .cn-mh-90--lg {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }

  .cn-mv-90--lg {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }

  .cn-mt-90--lg {
    margin-top: 5.625rem;
  }

  .cn-mb-90--lg {
    margin-bottom: 5.625rem;
  }

  .cn-ml-90--lg {
    margin-left: 5.625rem;
  }

  .cn-mr-90--lg {
    margin-right: 5.625rem;
  }

  .cn-m-95--lg {
    margin: 5.9375rem;
  }

  .cn-mh-95--lg {
    margin-left: 5.9375rem;
    margin-right: 5.9375rem;
  }

  .cn-mv-95--lg {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }

  .cn-mt-95--lg {
    margin-top: 5.9375rem;
  }

  .cn-mb-95--lg {
    margin-bottom: 5.9375rem;
  }

  .cn-ml-95--lg {
    margin-left: 5.9375rem;
  }

  .cn-mr-95--lg {
    margin-right: 5.9375rem;
  }

  .cn-m-100--lg {
    margin: 6.25rem;
  }

  .cn-mh-100--lg {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .cn-mv-100--lg {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .cn-mt-100--lg {
    margin-top: 6.25rem;
  }

  .cn-mb-100--lg {
    margin-bottom: 6.25rem;
  }

  .cn-ml-100--lg {
    margin-left: 6.25rem;
  }

  .cn-mr-100--lg {
    margin-right: 6.25rem;
  }

  .cn-ml-auto--lg {
    margin-left: auto;
  }

  .cn-mr-auto--lg {
    margin-right: auto;
  }

  .cn-mt-auto--lg {
    margin-top: auto;
  }

  .cn-mb-auto--lg {
    margin-bottom: auto;
  }

  .cn-mv-auto--lg {
    margin-top: auto;
    margin-bottom: auto;
  }

  .cn-mh-auto--lg {
    margin-left: auto;
    margin-right: auto;
  }

  .cn-d-bl--lg {
    display: block !important;
  }

  .cn-d-in--lg {
    display: inline !important;
  }

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

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

  .cn-d-gd--lg {
    display: grid !important;
  }

  .cn-d-no--lg {
    display: none !important;
  }

  .cn-op-0--lg {
    opacity: 0 !important;
  }

  .cn-op-5--lg {
    opacity: 0.05 !important;
  }

  .cn-op-10--lg {
    opacity: 0.1 !important;
  }

  .cn-op-15--lg {
    opacity: 0.15 !important;
  }

  .cn-op-20--lg {
    opacity: 0.2 !important;
  }

  .cn-op-25--lg {
    opacity: 0.25 !important;
  }

  .cn-op-30--lg {
    opacity: 0.3 !important;
  }

  .cn-op-35--lg {
    opacity: 0.35 !important;
  }

  .cn-op-40--lg {
    opacity: 0.4 !important;
  }

  .cn-op-45--lg {
    opacity: 0.45 !important;
  }

  .cn-op-50--lg {
    opacity: 0.5 !important;
  }

  .cn-op-55--lg {
    opacity: 0.55 !important;
  }

  .cn-op-60--lg {
    opacity: 0.6 !important;
  }

  .cn-op-65--lg {
    opacity: 0.65 !important;
  }

  .cn-op-70--lg {
    opacity: 0.7 !important;
  }

  .cn-op-75--lg {
    opacity: 0.75 !important;
  }

  .cn-op-80--lg {
    opacity: 0.8 !important;
  }

  .cn-op-85--lg {
    opacity: 0.85 !important;
  }

  .cn-op-90--lg {
    opacity: 0.9 !important;
  }

  .cn-op-95--lg {
    opacity: 0.95 !important;
  }

  .cn-op-100--lg {
    opacity: 1 !important;
  }

  .cn-pn-sc--lg {
    position: static;
  }

  .cn-pn-ae--lg {
    position: absolute;
  }

  .cn-pn-re--lg {
    position: relative;
  }

  .cn-pn-fd--lg {
    position: fixed;
  }

  .cn-ow-it--lg {
    overflow: inherit;
  }

  .cn-ow-hn--lg {
    overflow: hidden;
  }

  .cn-ow-sl--lg {
    overflow: scroll;
  }

  .cn-ow-ao--lg {
    overflow: auto;
  }

  .cn-d-bl--lg {
    display: block !important;
  }

  .cn-d-in--lg {
    display: inline !important;
  }

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

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

  .cn-d-gd--lg {
    display: grid !important;
  }

  .cn-d-no--lg {
    display: none !important;
  }
}

@media (max-width: 1099px) {
  .bottom-form .form {
    flex-direction: column-reverse;
  }

  .bottom-form .form-column-2 {
    margin-bottom: 60px;
  }

  .bottom-form .form-column-1 .bottom_account_info {
    position: relative;
    bottom: auto;
    align-items: flex-start;
  }

  .bottom-form .form-column-1 {
    flex: 1 1 auto;
    position: relative;
    padding-right: unset;
    display: flex;
    justify-content: space-between;
  }

  .bottom_account_info_content {
    display: flex;
    align-items: center;
  }

  .bottom-form .form-column-1 .top_info .top_description {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
  }

  .bottom-form .form-column-1 .top_info .title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0em;
  }

  .bottom-form .form-column-2 {
    flex: 0 0 100%;
    padding-top: 40px;
    padding-right: 48px;
    padding-left: 48px;
  }

  .bottom-form .form-column-1 .top_info .title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0em;
    max-width: 100%;
  }

  .bottom-form .form-column-2 .form_box {
    padding: 40px 41px 40px 42px;
  }

  .bottom-form .form-column-2 .bottom_contact_form .form-group .btn-angles {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.3959999979px;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  #page header section.hero {
    height: auto;
    min-height: 100vh;
  }

  #page header section.hero.header-null {
    height: auto;
    min-height: 64px;
  }

  .bottom-run-ticker {
    padding: 0 50px;
  }
}

@media (max-width: 992px) {
  #privacy-check .privacy-links {
    padding: 0 24px;
  }

  #privacy-check .terms-text {
    display: initial;
  }

  .orange-subtitle-10 {
    font-size: 16px;
  }

  .orange-subtitle {
    font-size: 16px;
  }

  .footer-left {
    width: 100%;
  }

  .footer_menu {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  .footer_menu a:nth-child(n) {
    margin-right: 20.8px;
    width: 32%;
    margin-bottom: 14px;
  }

  .footer_menu a:not(:last-child) {
    margin-right: 20.8px;
  }

  .bottom-form_home {
    padding: 60px 0 120px;
  }

  .bottom-form_home .form_for_home .popup_form_home .contact_popup_container .box_other {
    width: 100%;
  }

  .bottom-form_home .form_for_home .popup_form_home .contact_popup_container .form-group_border {
    width: 100%;
  }

  .hero.hero-default .hero-body .hero-title-1 {
    font-weight: 400;
    font-size: 42px;
    line-height: 120%;
    text-align: start;
    margin-bottom: 30px;
  }

  .hero.hero-default .hero-body .hero-title-1 span {
    font-weight: 600;
  }

  .hero.hero-default .hero-body .hero-title-2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 21px;
  }

  .hero.hero-default .hero-body .hero-title-2 span {
    font-weight: 600;
  }

  .hero.hero-home .hero-body .hero-title-1,
  .hero.hero-default .hero-body .hero-title-1 {
    font-size: 35px;
    line-height: 130%;
    margin-bottom: 24px;
  }

  .hero.hero-home .hero-body .hero-title-2,
  .hero.hero-default .hero-body .hero-title-2 {
    font-size: 42px;
    line-height: 130%;
    margin-bottom: 24px;
  }

  .faq {
    padding-bottom: 120px;
  }

  .card_listen {
    margin-bottom: 25px;
  }

  .top-menu {
    align-items: start;
  }

  .success .message {
    padding: 0;
  }

  .after-orange {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 120%;
  }
}

@media (max-width: 991px) {
  .cn-jc-start--md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cn-jc-center--md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cn-jc-end--md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .cn-jc-around--md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .cn-jc-between--md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cn-ai-start--md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cn-ai-center--md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cn-ai-end--md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .cn-ai-self-end--md {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .cn-ai-self-center--md {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .cn-ai-self-start--md {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .cn-fd-row--md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cn-fd-rowrev--md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .cn-fd-col--md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cn-fd-colrev--md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .cn-fw-wr--md {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cn-fw-no--md {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .cn-gr-0--md {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .cn-gr-1--md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .cn-sh-0--md {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .cn-sh-1--md {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .cn-fx-0--md {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }

  .cn-fx-1--md {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .cn-ord-last--md {
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
    -ms-flex-order: 99;
    order: 99;
  }

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

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

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

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

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

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

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

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

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

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

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

  .cn-fa-left--md {
    text-align: left !important;
  }

  .cn-fa-center--md {
    text-align: center !important;
  }

  .cn-fa-right--md {
    text-align: right !important;
  }

  .cn-fa-justify--md {
    text-align: justify !important;
  }

  .cn-ff-italic--md {
    font-style: italic !important;
  }

  .cn-ff-normal--md {
    font-style: normal !important;
  }

  .cn-ft-upper--md {
    text-transform: uppercase !important;
  }

  .cn-ft-lower--md {
    text-transform: lowercase !important;
  }

  .cn-ft-capitalize--md {
    text-transform: capitalize !important;
  }

  .cn-ft-none--md {
    text-transform: none !important;
  }

  .cn-fc-wrap--md {
    white-space: pre-wrap !important;
  }

  .cn-fc-nowrap--md {
    white-space: nowrap !important;
  }

  .cn-fc-normal--md {
    white-space: normal !important;
  }

  .cn-fo-clip--md {
    -o-text-overflow: clip !important;
    text-overflow: clip !important;
  }

  .cn-fo-ellipsis--md {
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
  }

  .cn-fo-inherit--md {
    -o-text-overflow: inherit !important;
    text-overflow: inherit !important;
  }

  .cn-fe-through--md {
    text-decoration: line-through !important;
  }

  .cn-fe-under--md {
    text-decoration: underline !important;
  }

  .cn-fe-none--md {
    text-decoration: none !important;
  }

  .cn-fl-11--md {
    line-height: 1.1 !important;
  }

  .cn-fl-12--md {
    line-height: 1.2 !important;
  }

  .cn-fl-13--md {
    line-height: 1.3 !important;
  }

  .cn-fl-14--md {
    line-height: 1.4 !important;
  }

  .cn-fl-15--md {
    line-height: 1.5 !important;
  }

  .cn-fl-16--md {
    line-height: 1.6 !important;
  }

  .cn-fl-17--md {
    line-height: 1.7 !important;
  }

  .cn-fl-18--md {
    line-height: 1.8 !important;
  }

  .cn-fl-19--md {
    line-height: 1.9 !important;
  }

  .cn-fl-2--md {
    line-height: 2 !important;
  }

  .cn-fl-21--md {
    line-height: 2.1 !important;
  }

  .cn-fl-22--md {
    line-height: 2.2 !important;
  }

  .cn-fi-0--md {
    letter-spacing: 0rem !important;
  }

  .cn-fi-01--md {
    letter-spacing: 0.1rem !important;
  }

  .cn-fi-02--md {
    letter-spacing: 0.2rem !important;
  }

  .cn-fi-03--md {
    letter-spacing: 0.3rem !important;
  }

  .cn-fi-04--md {
    letter-spacing: 0.4rem !important;
  }

  .cn-fi-05--md {
    letter-spacing: 0.5rem !important;
  }

  .cn-fi-06--md {
    letter-spacing: 0.6rem !important;
  }

  .cn-fi-07--md {
    letter-spacing: 0.7rem !important;
  }

  .cn-fi-08--md {
    letter-spacing: 0.8rem !important;
  }

  .cn-fi-09--md {
    letter-spacing: 0.9rem !important;
  }

  .cn-fw-100--md {
    font-weight: 100 !important;
  }

  .cn-fw-200--md {
    font-weight: 200 !important;
  }

  .cn-fw-300--md {
    font-weight: 300 !important;
  }

  .cn-fw-400--md {
    font-weight: 400 !important;
  }

  .cn-fw-500--md {
    font-weight: 500 !important;
  }

  .cn-fw-600--md {
    font-weight: 600 !important;
  }

  .cn-fw-700--md {
    font-weight: 700 !important;
  }

  .cn-fw-800--md {
    font-weight: 800 !important;
  }

  .cn-fw-900--md {
    font-weight: 900 !important;
  }

  .cn-fs-5--md {
    font-size: 0.3125rem !important;
  }

  .cn-fs-6--md {
    font-size: 0.375rem !important;
  }

  .cn-fs-7--md {
    font-size: 0.4375rem !important;
  }

  .cn-fs-8--md {
    font-size: 0.5rem !important;
  }

  .cn-fs-9--md {
    font-size: 0.5625rem !important;
  }

  .cn-fs-10--md {
    font-size: 0.625rem !important;
  }

  .cn-fs-11--md {
    font-size: 0.6875rem !important;
  }

  .cn-fs-12--md {
    font-size: 0.75rem !important;
  }

  .cn-fs-13--md {
    font-size: 0.8125rem !important;
  }

  .cn-fs-14--md {
    font-size: 0.875rem !important;
  }

  .cn-fs-15--md {
    font-size: 0.9375rem !important;
  }

  .cn-fs-16--md {
    font-size: 1rem !important;
  }

  .cn-fs-17--md {
    font-size: 1.0625rem !important;
  }

  .cn-fs-18--md {
    font-size: 1.125rem !important;
  }

  .cn-fs-19--md {
    font-size: 1.1875rem !important;
  }

  .cn-fs-20--md {
    font-size: 1.25rem !important;
  }

  .cn-fs-21--md {
    font-size: 1.3125rem !important;
  }

  .cn-fs-22--md {
    font-size: 1.375rem !important;
  }

  .cn-fs-23--md {
    font-size: 1.4375rem !important;
  }

  .cn-fs-24--md {
    font-size: 1.5rem !important;
  }

  .cn-fs-25--md {
    font-size: 1.5625rem !important;
  }

  .cn-fs-26--md {
    font-size: 1.625rem !important;
  }

  .cn-fs-27--md {
    font-size: 1.6875rem !important;
  }

  .cn-fs-28--md {
    font-size: 1.75rem !important;
  }

  .cn-fs-29--md {
    font-size: 1.8125rem !important;
  }

  .cn-fs-30--md {
    font-size: 1.875rem !important;
  }

  .cn-fs-31--md {
    font-size: 1.9375rem !important;
  }

  .cn-fs-32--md {
    font-size: 2rem !important;
  }

  .cn-fs-33--md {
    font-size: 2.0625rem !important;
  }

  .cn-fs-34--md {
    font-size: 2.125rem !important;
  }

  .cn-fs-35--md {
    font-size: 2.1875rem !important;
  }

  .cn-fs-36--md {
    font-size: 2.25rem !important;
  }

  .cn-fs-37--md {
    font-size: 2.3125rem !important;
  }

  .cn-fs-38--md {
    font-size: 2.375rem !important;
  }

  .cn-fs-39--md {
    font-size: 2.4375rem !important;
  }

  .cn-fs-40--md {
    font-size: 2.5rem !important;
  }

  .cn-fs-41--md {
    font-size: 2.5625rem !important;
  }

  .cn-fs-42--md {
    font-size: 2.625rem !important;
  }

  .cn-fs-43--md {
    font-size: 2.6875rem !important;
  }

  .cn-fs-44--md {
    font-size: 2.75rem !important;
  }

  .cn-fs-45--md {
    font-size: 2.8125rem !important;
  }

  .cn-fs-46--md {
    font-size: 2.875rem !important;
  }

  .cn-fs-47--md {
    font-size: 2.9375rem !important;
  }

  .cn-fs-48--md {
    font-size: 3rem !important;
  }

  .cn-fs-49--md {
    font-size: 3.0625rem !important;
  }

  .cn-fs-50--md {
    font-size: 3.125rem !important;
  }

  .cn-fs-51--md {
    font-size: 3.1875rem !important;
  }

  .cn-fs-52--md {
    font-size: 3.25rem !important;
  }

  .cn-fs-53--md {
    font-size: 3.3125rem !important;
  }

  .cn-fs-54--md {
    font-size: 3.375rem !important;
  }

  .cn-fs-55--md {
    font-size: 3.4375rem !important;
  }

  .cn-fs-56--md {
    font-size: 3.5rem !important;
  }

  .cn-fs-57--md {
    font-size: 3.5625rem !important;
  }

  .cn-fs-58--md {
    font-size: 3.625rem !important;
  }

  .cn-fs-59--md {
    font-size: 3.6875rem !important;
  }

  .cn-fs-60--md {
    font-size: 3.75rem !important;
  }

  .cn-move-0_1--md {
    margin-left: 0%;
  }

  .cn-move-1_1--md {
    margin-left: 100%;
  }

  .cn-move-0_1--md {
    margin-left: 0%;
  }

  .cn-move-0_2--md {
    margin-left: 0%;
  }

  .cn-move-1_2--md {
    margin-left: 50%;
  }

  .cn-move-0_3--md {
    margin-left: 0%;
  }

  .cn-move-1_3--md {
    margin-left: 33.33333%;
  }

  .cn-move-2_3--md {
    margin-left: 66.66667%;
  }

  .cn-move-0_4--md {
    margin-left: 0%;
  }

  .cn-move-1_4--md {
    margin-left: 25%;
  }

  .cn-move-2_4--md {
    margin-left: 50%;
  }

  .cn-move-3_4--md {
    margin-left: 75%;
  }

  .cn-move-0_5--md {
    margin-left: 0%;
  }

  .cn-move-1_5--md {
    margin-left: 20%;
  }

  .cn-move-2_5--md {
    margin-left: 40%;
  }

  .cn-move-3_5--md {
    margin-left: 60%;
  }

  .cn-move-4_5--md {
    margin-left: 80%;
  }

  .cn-move-0_6--md {
    margin-left: 0%;
  }

  .cn-move-1_6--md {
    margin-left: 16.66667%;
  }

  .cn-move-2_6--md {
    margin-left: 33.33333%;
  }

  .cn-move-3_6--md {
    margin-left: 50%;
  }

  .cn-move-4_6--md {
    margin-left: 66.66667%;
  }

  .cn-move-5_6--md {
    margin-left: 83.33333%;
  }

  .cn-move-0_7--md {
    margin-left: 0%;
  }

  .cn-move-1_7--md {
    margin-left: 14.28571%;
  }

  .cn-move-2_7--md {
    margin-left: 28.57143%;
  }

  .cn-move-3_7--md {
    margin-left: 42.85714%;
  }

  .cn-move-4_7--md {
    margin-left: 57.14286%;
  }

  .cn-move-5_7--md {
    margin-left: 71.42857%;
  }

  .cn-move-6_7--md {
    margin-left: 85.71429%;
  }

  .cn-move-0_8--md {
    margin-left: 0%;
  }

  .cn-move-1_8--md {
    margin-left: 12.5%;
  }

  .cn-move-2_8--md {
    margin-left: 25%;
  }

  .cn-move-3_8--md {
    margin-left: 37.5%;
  }

  .cn-move-4_8--md {
    margin-left: 50%;
  }

  .cn-move-5_8--md {
    margin-left: 62.5%;
  }

  .cn-move-6_8--md {
    margin-left: 75%;
  }

  .cn-move-7_8--md {
    margin-left: 87.5%;
  }

  .cn-move-0_9--md {
    margin-left: 0%;
  }

  .cn-move-1_9--md {
    margin-left: 11.11111%;
  }

  .cn-move-2_9--md {
    margin-left: 22.22222%;
  }

  .cn-move-3_9--md {
    margin-left: 33.33333%;
  }

  .cn-move-4_9--md {
    margin-left: 44.44444%;
  }

  .cn-move-5_9--md {
    margin-left: 55.55556%;
  }

  .cn-move-6_9--md {
    margin-left: 66.66667%;
  }

  .cn-move-7_9--md {
    margin-left: 77.77778%;
  }

  .cn-move-8_9--md {
    margin-left: 88.88889%;
  }

  .cn-move-0_10--md {
    margin-left: 0%;
  }

  .cn-move-1_10--md {
    margin-left: 10%;
  }

  .cn-move-2_10--md {
    margin-left: 20%;
  }

  .cn-move-3_10--md {
    margin-left: 30%;
  }

  .cn-move-4_10--md {
    margin-left: 40%;
  }

  .cn-move-5_10--md {
    margin-left: 50%;
  }

  .cn-move-6_10--md {
    margin-left: 60%;
  }

  .cn-move-7_10--md {
    margin-left: 70%;
  }

  .cn-move-8_10--md {
    margin-left: 80%;
  }

  .cn-move-9_10--md {
    margin-left: 90%;
  }

  .cn-move-0_11--md {
    margin-left: 0%;
  }

  .cn-move-1_11--md {
    margin-left: 9.09091%;
  }

  .cn-move-2_11--md {
    margin-left: 18.18182%;
  }

  .cn-move-3_11--md {
    margin-left: 27.27273%;
  }

  .cn-move-4_11--md {
    margin-left: 36.36364%;
  }

  .cn-move-5_11--md {
    margin-left: 45.45455%;
  }

  .cn-move-6_11--md {
    margin-left: 54.54545%;
  }

  .cn-move-7_11--md {
    margin-left: 63.63636%;
  }

  .cn-move-8_11--md {
    margin-left: 72.72727%;
  }

  .cn-move-9_11--md {
    margin-left: 81.81818%;
  }

  .cn-move-10_11--md {
    margin-left: 90.90909%;
  }

  .cn-move-0_12--md {
    margin-left: 0%;
  }

  .cn-move-1_12--md {
    margin-left: 8.33333%;
  }

  .cn-move-2_12--md {
    margin-left: 16.66667%;
  }

  .cn-move-3_12--md {
    margin-left: 25%;
  }

  .cn-move-4_12--md {
    margin-left: 33.33333%;
  }

  .cn-move-5_12--md {
    margin-left: 41.66667%;
  }

  .cn-move-6_12--md {
    margin-left: 50%;
  }

  .cn-move-7_12--md {
    margin-left: 58.33333%;
  }

  .cn-move-8_12--md {
    margin-left: 66.66667%;
  }

  .cn-move-9_12--md {
    margin-left: 75%;
  }

  .cn-move-10_12--md {
    margin-left: 83.33333%;
  }

  .cn-move-11_12--md {
    margin-left: 91.66667%;
  }

  .cn-w-5--md {
    width: 5%;
  }

  .cn-w-10--md {
    width: 10%;
  }

  .cn-w-15--md {
    width: 15%;
  }

  .cn-w-20--md {
    width: 20%;
  }

  .cn-w-25--md {
    width: 25%;
  }

  .cn-w-30--md {
    width: 30%;
  }

  .cn-w-35--md {
    width: 35%;
  }

  .cn-w-40--md {
    width: 40%;
  }

  .cn-w-45--md {
    width: 45%;
  }

  .cn-w-50--md {
    width: 50%;
  }

  .cn-w-55--md {
    width: 55%;
  }

  .cn-w-60--md {
    width: 60%;
  }

  .cn-w-65--md {
    width: 65%;
  }

  .cn-w-70--md {
    width: 70%;
  }

  .cn-w-75--md {
    width: 75%;
  }

  .cn-w-80--md {
    width: 80%;
  }

  .cn-w-85--md {
    width: 85%;
  }

  .cn-w-90--md {
    width: 90%;
  }

  .cn-w-95--md {
    width: 95%;
  }

  .cn-w-100--md {
    width: 100%;
  }

  .cn-w-1_3--md {
    width: 33.33333%;
  }

  .cn-w-2_3--md {
    width: 66.66667%;
  }

  .cn-w-3_3--md {
    width: 100%;
  }

  .cn-w-1_4--md {
    width: 25%;
  }

  .cn-w-2_4--md {
    width: 50%;
  }

  .cn-w-3_4--md {
    width: 75%;
  }

  .cn-w-4_4--md {
    width: 100%;
  }

  .cn-w-1_5--md {
    width: 20%;
  }

  .cn-w-2_5--md {
    width: 40%;
  }

  .cn-w-3_5--md {
    width: 60%;
  }

  .cn-w-4_5--md {
    width: 80%;
  }

  .cn-w-5_5--md {
    width: 100%;
  }

  .cn-w-1_6--md {
    width: 16.66667%;
  }

  .cn-w-2_6--md {
    width: 33.33333%;
  }

  .cn-w-3_6--md {
    width: 50%;
  }

  .cn-w-4_6--md {
    width: 66.66667%;
  }

  .cn-w-5_6--md {
    width: 83.33333%;
  }

  .cn-w-6_6--md {
    width: 100%;
  }

  .cn-w-1_7--md {
    width: 14.28571%;
  }

  .cn-w-2_7--md {
    width: 28.57143%;
  }

  .cn-w-3_7--md {
    width: 42.85714%;
  }

  .cn-w-4_7--md {
    width: 57.14286%;
  }

  .cn-w-5_7--md {
    width: 71.42857%;
  }

  .cn-w-6_7--md {
    width: 85.71429%;
  }

  .cn-w-7_7--md {
    width: 100%;
  }

  .cn-w-1_8--md {
    width: 12.5%;
  }

  .cn-w-2_8--md {
    width: 25%;
  }

  .cn-w-3_8--md {
    width: 37.5%;
  }

  .cn-w-4_8--md {
    width: 50%;
  }

  .cn-w-5_8--md {
    width: 62.5%;
  }

  .cn-w-6_8--md {
    width: 75%;
  }

  .cn-w-7_8--md {
    width: 87.5%;
  }

  .cn-w-8_8--md {
    width: 100%;
  }

  .cn-w-1_9--md {
    width: 11.11111%;
  }

  .cn-w-2_9--md {
    width: 22.22222%;
  }

  .cn-w-3_9--md {
    width: 33.33333%;
  }

  .cn-w-4_9--md {
    width: 44.44444%;
  }

  .cn-w-5_9--md {
    width: 55.55556%;
  }

  .cn-w-6_9--md {
    width: 66.66667%;
  }

  .cn-w-7_9--md {
    width: 77.77778%;
  }

  .cn-w-8_9--md {
    width: 88.88889%;
  }

  .cn-w-9_9--md {
    width: 100%;
  }

  .cn-w-1_10--md {
    width: 10%;
  }

  .cn-w-2_10--md {
    width: 20%;
  }

  .cn-w-3_10--md {
    width: 30%;
  }

  .cn-w-4_10--md {
    width: 40%;
  }

  .cn-w-5_10--md {
    width: 50%;
  }

  .cn-w-6_10--md {
    width: 60%;
  }

  .cn-w-7_10--md {
    width: 70%;
  }

  .cn-w-8_10--md {
    width: 80%;
  }

  .cn-w-9_10--md {
    width: 90%;
  }

  .cn-w-10_10--md {
    width: 100%;
  }

  .cn-w-1_11--md {
    width: 9.09091%;
  }

  .cn-w-2_11--md {
    width: 18.18182%;
  }

  .cn-w-3_11--md {
    width: 27.27273%;
  }

  .cn-w-4_11--md {
    width: 36.36364%;
  }

  .cn-w-5_11--md {
    width: 45.45455%;
  }

  .cn-w-6_11--md {
    width: 54.54545%;
  }

  .cn-w-7_11--md {
    width: 63.63636%;
  }

  .cn-w-8_11--md {
    width: 72.72727%;
  }

  .cn-w-9_11--md {
    width: 81.81818%;
  }

  .cn-w-10_11--md {
    width: 90.90909%;
  }

  .cn-w-11_11--md {
    width: 100%;
  }

  .cn-w-1_12--md {
    width: 8.33333%;
  }

  .cn-w-2_12--md {
    width: 16.66667%;
  }

  .cn-w-3_12--md {
    width: 25%;
  }

  .cn-w-4_12--md {
    width: 33.33333%;
  }

  .cn-w-5_12--md {
    width: 41.66667%;
  }

  .cn-w-6_12--md {
    width: 50%;
  }

  .cn-w-7_12--md {
    width: 58.33333%;
  }

  .cn-w-8_12--md {
    width: 66.66667%;
  }

  .cn-w-9_12--md {
    width: 75%;
  }

  .cn-w-10_12--md {
    width: 83.33333%;
  }

  .cn-w-11_12--md {
    width: 91.66667%;
  }

  .cn-w-12_12--md {
    width: 100%;
  }

  .cn-w-auto--md {
    width: auto;
  }

  .cn-w-expand--md {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .cn-wp-0--md {
    width: 0%;
  }

  .cn-wp-5--md {
    width: 5%;
  }

  .cn-wp-10--md {
    width: 10%;
  }

  .cn-wp-15--md {
    width: 15%;
  }

  .cn-wp-20--md {
    width: 20%;
  }

  .cn-wp-25--md {
    width: 25%;
  }

  .cn-wp-30--md {
    width: 30%;
  }

  .cn-wp-35--md {
    width: 35%;
  }

  .cn-wp-40--md {
    width: 40%;
  }

  .cn-wp-45--md {
    width: 45%;
  }

  .cn-wp-50--md {
    width: 50%;
  }

  .cn-wp-55--md {
    width: 55%;
  }

  .cn-wp-60--md {
    width: 60%;
  }

  .cn-wp-65--md {
    width: 65%;
  }

  .cn-wp-70--md {
    width: 70%;
  }

  .cn-wp-75--md {
    width: 75%;
  }

  .cn-wp-80--md {
    width: 80%;
  }

  .cn-wp-85--md {
    width: 85%;
  }

  .cn-wp-90--md {
    width: 90%;
  }

  .cn-wp-95--md {
    width: 95%;
  }

  .cn-wp-100--md {
    width: 100%;
  }

  .cn-p-0--md {
    padding: 0rem !important;
  }

  .cn-ph-0--md {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  .cn-pv-0--md {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .cn-pt-0--md {
    padding-top: 0rem !important;
  }

  .cn-pb-0--md {
    padding-bottom: 0rem !important;
  }

  .cn-pl-0--md {
    padding-left: 0rem !important;
  }

  .cn-pr-0--md {
    padding-right: 0rem !important;
  }

  .cn-p-5--md {
    padding: 0.3125rem;
  }

  .cn-ph-5--md {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .cn-pv-5--md {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .cn-pt-5--md {
    padding-top: 0.3125rem;
  }

  .cn-pb-5--md {
    padding-bottom: 0.3125rem;
  }

  .cn-pl-5--md {
    padding-left: 0.3125rem;
  }

  .cn-pr-5--md {
    padding-right: 0.3125rem;
  }

  .cn-p-10--md {
    padding: 0.625rem;
  }

  .cn-ph-10--md {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .cn-pv-10--md {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .cn-pt-10--md {
    padding-top: 0.625rem;
  }

  .cn-pb-10--md {
    padding-bottom: 0.625rem;
  }

  .cn-pl-10--md {
    padding-left: 0.625rem;
  }

  .cn-pr-10--md {
    padding-right: 0.625rem;
  }

  .cn-p-15--md {
    padding: 0.9375rem;
  }

  .cn-ph-15--md {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .cn-pv-15--md {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .cn-pt-15--md {
    padding-top: 0.9375rem;
  }

  .cn-pb-15--md {
    padding-bottom: 0.9375rem;
  }

  .cn-pl-15--md {
    padding-left: 0.9375rem;
  }

  .cn-pr-15--md {
    padding-right: 0.9375rem;
  }

  .cn-p-20--md {
    padding: 1.25rem;
  }

  .cn-ph-20--md {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cn-pv-20--md {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .cn-pt-20--md {
    padding-top: 1.25rem;
  }

  .cn-pb-20--md {
    padding-bottom: 1.25rem;
  }

  .cn-pl-20--md {
    padding-left: 1.25rem;
  }

  .cn-pr-20--md {
    padding-right: 1.25rem;
  }

  .cn-p-25--md {
    padding: 1.5625rem;
  }

  .cn-ph-25--md {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .cn-pv-25--md {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .cn-pt-25--md {
    padding-top: 1.5625rem;
  }

  .cn-pb-25--md {
    padding-bottom: 1.5625rem;
  }

  .cn-pl-25--md {
    padding-left: 1.5625rem;
  }

  .cn-pr-25--md {
    padding-right: 1.5625rem;
  }

  .cn-p-30--md {
    padding: 1.875rem;
  }

  .cn-ph-30--md {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .cn-pv-30--md {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .cn-pt-30--md {
    padding-top: 1.875rem;
  }

  .cn-pb-30--md {
    padding-bottom: 1.875rem;
  }

  .cn-pl-30--md {
    padding-left: 1.875rem;
  }

  .cn-pr-30--md {
    padding-right: 1.875rem;
  }

  .cn-p-35--md {
    padding: 2.1875rem;
  }

  .cn-ph-35--md {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }

  .cn-pv-35--md {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }

  .cn-pt-35--md {
    padding-top: 2.1875rem;
  }

  .cn-pb-35--md {
    padding-bottom: 2.1875rem;
  }

  .cn-pl-35--md {
    padding-left: 2.1875rem;
  }

  .cn-pr-35--md {
    padding-right: 2.1875rem;
  }

  .cn-p-40--md {
    padding: 2.5rem;
  }

  .cn-ph-40--md {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cn-pv-40--md {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .cn-pt-40--md {
    padding-top: 2.5rem;
  }

  .cn-pb-40--md {
    padding-bottom: 2.5rem;
  }

  .cn-pl-40--md {
    padding-left: 2.5rem;
  }

  .cn-pr-40--md {
    padding-right: 2.5rem;
  }

  .cn-p-45--md {
    padding: 2.8125rem;
  }

  .cn-ph-45--md {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }

  .cn-pv-45--md {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }

  .cn-pt-45--md {
    padding-top: 2.8125rem;
  }

  .cn-pb-45--md {
    padding-bottom: 2.8125rem;
  }

  .cn-pl-45--md {
    padding-left: 2.8125rem;
  }

  .cn-pr-45--md {
    padding-right: 2.8125rem;
  }

  .cn-p-50--md {
    padding: 3.125rem;
  }

  .cn-ph-50--md {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .cn-pv-50--md {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .cn-pt-50--md {
    padding-top: 3.125rem;
  }

  .cn-pb-50--md {
    padding-bottom: 3.125rem;
  }

  .cn-pl-50--md {
    padding-left: 3.125rem;
  }

  .cn-pr-50--md {
    padding-right: 3.125rem;
  }

  .cn-p-55--md {
    padding: 3.4375rem;
  }

  .cn-ph-55--md {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }

  .cn-pv-55--md {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }

  .cn-pt-55--md {
    padding-top: 3.4375rem;
  }

  .cn-pb-55--md {
    padding-bottom: 3.4375rem;
  }

  .cn-pl-55--md {
    padding-left: 3.4375rem;
  }

  .cn-pr-55--md {
    padding-right: 3.4375rem;
  }

  .cn-p-60--md {
    padding: 3.75rem;
  }

  .cn-ph-60--md {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .cn-pv-60--md {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .cn-pt-60--md {
    padding-top: 3.75rem;
  }

  .cn-pb-60--md {
    padding-bottom: 3.75rem;
  }

  .cn-pl-60--md {
    padding-left: 3.75rem;
  }

  .cn-pr-60--md {
    padding-right: 3.75rem;
  }

  .cn-p-65--md {
    padding: 4.0625rem;
  }

  .cn-ph-65--md {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }

  .cn-pv-65--md {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }

  .cn-pt-65--md {
    padding-top: 4.0625rem;
  }

  .cn-pb-65--md {
    padding-bottom: 4.0625rem;
  }

  .cn-pl-65--md {
    padding-left: 4.0625rem;
  }

  .cn-pr-65--md {
    padding-right: 4.0625rem;
  }

  .cn-p-70--md {
    padding: 4.375rem;
  }

  .cn-ph-70--md {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .cn-pv-70--md {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .cn-pt-70--md {
    padding-top: 4.375rem;
  }

  .cn-pb-70--md {
    padding-bottom: 4.375rem;
  }

  .cn-pl-70--md {
    padding-left: 4.375rem;
  }

  .cn-pr-70--md {
    padding-right: 4.375rem;
  }

  .cn-p-75--md {
    padding: 4.6875rem;
  }

  .cn-ph-75--md {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }

  .cn-pv-75--md {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }

  .cn-pt-75--md {
    padding-top: 4.6875rem;
  }

  .cn-pb-75--md {
    padding-bottom: 4.6875rem;
  }

  .cn-pl-75--md {
    padding-left: 4.6875rem;
  }

  .cn-pr-75--md {
    padding-right: 4.6875rem;
  }

  .cn-p-80--md {
    padding: 5rem;
  }

  .cn-ph-80--md {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .cn-pv-80--md {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .cn-pt-80--md {
    padding-top: 5rem;
  }

  .cn-pb-80--md {
    padding-bottom: 5rem;
  }

  .cn-pl-80--md {
    padding-left: 5rem;
  }

  .cn-pr-80--md {
    padding-right: 5rem;
  }

  .cn-p-85--md {
    padding: 5.3125rem;
  }

  .cn-ph-85--md {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }

  .cn-pv-85--md {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }

  .cn-pt-85--md {
    padding-top: 5.3125rem;
  }

  .cn-pb-85--md {
    padding-bottom: 5.3125rem;
  }

  .cn-pl-85--md {
    padding-left: 5.3125rem;
  }

  .cn-pr-85--md {
    padding-right: 5.3125rem;
  }

  .cn-p-90--md {
    padding: 5.625rem;
  }

  .cn-ph-90--md {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }

  .cn-pv-90--md {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .cn-pt-90--md {
    padding-top: 5.625rem;
  }

  .cn-pb-90--md {
    padding-bottom: 5.625rem;
  }

  .cn-pl-90--md {
    padding-left: 5.625rem;
  }

  .cn-pr-90--md {
    padding-right: 5.625rem;
  }

  .cn-p-95--md {
    padding: 5.9375rem;
  }

  .cn-ph-95--md {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem;
  }

  .cn-pv-95--md {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }

  .cn-pt-95--md {
    padding-top: 5.9375rem;
  }

  .cn-pb-95--md {
    padding-bottom: 5.9375rem;
  }

  .cn-pl-95--md {
    padding-left: 5.9375rem;
  }

  .cn-pr-95--md {
    padding-right: 5.9375rem;
  }

  .cn-p-100--md {
    padding: 6.25rem;
  }

  .cn-ph-100--md {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .cn-pv-100--md {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .cn-pt-100--md {
    padding-top: 6.25rem;
  }

  .cn-pb-100--md {
    padding-bottom: 6.25rem;
  }

  .cn-pl-100--md {
    padding-left: 6.25rem;
  }

  .cn-pr-100--md {
    padding-right: 6.25rem;
  }

  .cn-pl-auto--md {
    margin-left: auto;
  }

  .cn-pr-auto--md {
    margin-right: auto;
  }

  .cn-pt-auto--md {
    margin-top: auto;
  }

  .cn-pb-auto--md {
    margin-bottom: auto;
  }

  .cn-pv-auto--md {
    margin-top: auto;
    margin-bottom: auto;
  }

  .cn-ph-auto--md {
    margin-left: auto;
    margin-right: auto;
  }

  .cn-m-0--md {
    margin: 0rem !important;
  }

  .cn-mh-0--md {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }

  .cn-mv-0--md {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .cn-mt-0--md {
    margin-top: 0rem !important;
  }

  .cn-mb-0--md {
    margin-bottom: 0rem !important;
  }

  .cn-ml-0--md {
    margin-left: 0rem !important;
  }

  .cn-mr-0--md {
    margin-right: 0rem !important;
  }

  .cn-m-5--md {
    margin: 0.3125rem;
  }

  .cn-mh-5--md {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .cn-mv-5--md {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .cn-mt-5--md {
    margin-top: 0.3125rem;
  }

  .cn-mb-5--md {
    margin-bottom: 0.3125rem;
  }

  .cn-ml-5--md {
    margin-left: 0.3125rem;
  }

  .cn-mr-5--md {
    margin-right: 0.3125rem;
  }

  .cn-m-10--md {
    margin: 0.625rem;
  }

  .cn-mh-10--md {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .cn-mv-10--md {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .cn-mt-10--md {
    margin-top: 0.625rem;
  }

  .cn-mb-10--md {
    margin-bottom: 0.625rem;
  }

  .cn-ml-10--md {
    margin-left: 0.625rem;
  }

  .cn-mr-10--md {
    margin-right: 0.625rem;
  }

  .cn-m-15--md {
    margin: 0.9375rem;
  }

  .cn-mh-15--md {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .cn-mv-15--md {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .cn-mt-15--md {
    margin-top: 0.9375rem;
  }

  .cn-mb-15--md {
    margin-bottom: 0.9375rem;
  }

  .cn-ml-15--md {
    margin-left: 0.9375rem;
  }

  .cn-mr-15--md {
    margin-right: 0.9375rem;
  }

  .cn-m-20--md {
    margin: 1.25rem;
  }

  .cn-mh-20--md {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .cn-mv-20--md {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .cn-mt-20--md {
    margin-top: 1.25rem;
  }

  .cn-mb-20--md {
    margin-bottom: 1.25rem;
  }

  .cn-ml-20--md {
    margin-left: 1.25rem;
  }

  .cn-mr-20--md {
    margin-right: 1.25rem;
  }

  .cn-m-25--md {
    margin: 1.5625rem;
  }

  .cn-mh-25--md {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .cn-mv-25--md {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .cn-mt-25--md {
    margin-top: 1.5625rem;
  }

  .cn-mb-25--md {
    margin-bottom: 1.5625rem;
  }

  .cn-ml-25--md {
    margin-left: 1.5625rem;
  }

  .cn-mr-25--md {
    margin-right: 1.5625rem;
  }

  .cn-m-30--md {
    margin: 1.875rem;
  }

  .cn-mh-30--md {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .cn-mv-30--md {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .cn-mt-30--md {
    margin-top: 1.875rem;
  }

  .cn-mb-30--md {
    margin-bottom: 1.875rem;
  }

  .cn-ml-30--md {
    margin-left: 1.875rem;
  }

  .cn-mr-30--md {
    margin-right: 1.875rem;
  }

  .cn-m-35--md {
    margin: 2.1875rem;
  }

  .cn-mh-35--md {
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }

  .cn-mv-35--md {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .cn-mt-35--md {
    margin-top: 2.1875rem;
  }

  .cn-mb-35--md {
    margin-bottom: 2.1875rem;
  }

  .cn-ml-35--md {
    margin-left: 2.1875rem;
  }

  .cn-mr-35--md {
    margin-right: 2.1875rem;
  }

  .cn-m-40--md {
    margin: 2.5rem;
  }

  .cn-mh-40--md {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .cn-mv-40--md {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .cn-mt-40--md {
    margin-top: 2.5rem;
  }

  .cn-mb-40--md {
    margin-bottom: 2.5rem;
  }

  .cn-ml-40--md {
    margin-left: 2.5rem;
  }

  .cn-mr-40--md {
    margin-right: 2.5rem;
  }

  .cn-m-45--md {
    margin: 2.8125rem;
  }

  .cn-mh-45--md {
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }

  .cn-mv-45--md {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }

  .cn-mt-45--md {
    margin-top: 2.8125rem;
  }

  .cn-mb-45--md {
    margin-bottom: 2.8125rem;
  }

  .cn-ml-45--md {
    margin-left: 2.8125rem;
  }

  .cn-mr-45--md {
    margin-right: 2.8125rem;
  }

  .cn-m-50--md {
    margin: 3.125rem;
  }

  .cn-mh-50--md {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .cn-mv-50--md {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .cn-mt-50--md {
    margin-top: 3.125rem;
  }

  .cn-mb-50--md {
    margin-bottom: 3.125rem;
  }

  .cn-ml-50--md {
    margin-left: 3.125rem;
  }

  .cn-mr-50--md {
    margin-right: 3.125rem;
  }

  .cn-m-55--md {
    margin: 3.4375rem;
  }

  .cn-mh-55--md {
    margin-left: 3.4375rem;
    margin-right: 3.4375rem;
  }

  .cn-mv-55--md {
    margin-top: 3.4375rem;
    margin-bottom: 3.4375rem;
  }

  .cn-mt-55--md {
    margin-top: 3.4375rem;
  }

  .cn-mb-55--md {
    margin-bottom: 3.4375rem;
  }

  .cn-ml-55--md {
    margin-left: 3.4375rem;
  }

  .cn-mr-55--md {
    margin-right: 3.4375rem;
  }

  .cn-m-60--md {
    margin: 3.75rem;
  }

  .cn-mh-60--md {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .cn-mv-60--md {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .cn-mt-60--md {
    margin-top: 3.75rem;
  }

  .cn-mb-60--md {
    margin-bottom: 3.75rem;
  }

  .cn-ml-60--md {
    margin-left: 3.75rem;
  }

  .cn-mr-60--md {
    margin-right: 3.75rem;
  }

  .cn-m-65--md {
    margin: 4.0625rem;
  }

  .cn-mh-65--md {
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
  }

  .cn-mv-65--md {
    margin-top: 4.0625rem;
    margin-bottom: 4.0625rem;
  }

  .cn-mt-65--md {
    margin-top: 4.0625rem;
  }

  .cn-mb-65--md {
    margin-bottom: 4.0625rem;
  }

  .cn-ml-65--md {
    margin-left: 4.0625rem;
  }

  .cn-mr-65--md {
    margin-right: 4.0625rem;
  }

  .cn-m-70--md {
    margin: 4.375rem;
  }

  .cn-mh-70--md {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  .cn-mv-70--md {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  .cn-mt-70--md {
    margin-top: 4.375rem;
  }

  .cn-mb-70--md {
    margin-bottom: 4.375rem;
  }

  .cn-ml-70--md {
    margin-left: 4.375rem;
  }

  .cn-mr-70--md {
    margin-right: 4.375rem;
  }

  .cn-m-75--md {
    margin: 4.6875rem;
  }

  .cn-mh-75--md {
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }

  .cn-mv-75--md {
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .cn-mt-75--md {
    margin-top: 4.6875rem;
  }

  .cn-mb-75--md {
    margin-bottom: 4.6875rem;
  }

  .cn-ml-75--md {
    margin-left: 4.6875rem;
  }

  .cn-mr-75--md {
    margin-right: 4.6875rem;
  }

  .cn-m-80--md {
    margin: 5rem;
  }

  .cn-mh-80--md {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .cn-mv-80--md {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .cn-mt-80--md {
    margin-top: 5rem;
  }

  .cn-mb-80--md {
    margin-bottom: 5rem;
  }

  .cn-ml-80--md {
    margin-left: 5rem;
  }

  .cn-mr-80--md {
    margin-right: 5rem;
  }

  .cn-m-85--md {
    margin: 5.3125rem;
  }

  .cn-mh-85--md {
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }

  .cn-mv-85--md {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }

  .cn-mt-85--md {
    margin-top: 5.3125rem;
  }

  .cn-mb-85--md {
    margin-bottom: 5.3125rem;
  }

  .cn-ml-85--md {
    margin-left: 5.3125rem;
  }

  .cn-mr-85--md {
    margin-right: 5.3125rem;
  }

  .cn-m-90--md {
    margin: 5.625rem;
  }

  .cn-mh-90--md {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }

  .cn-mv-90--md {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }

  .cn-mt-90--md {
    margin-top: 5.625rem;
  }

  .cn-mb-90--md {
    margin-bottom: 5.625rem;
  }

  .cn-ml-90--md {
    margin-left: 5.625rem;
  }

  .cn-mr-90--md {
    margin-right: 5.625rem;
  }

  .cn-m-95--md {
    margin: 5.9375rem;
  }

  .cn-mh-95--md {
    margin-left: 5.9375rem;
    margin-right: 5.9375rem;
  }

  .cn-mv-95--md {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }

  .cn-mt-95--md {
    margin-top: 5.9375rem;
  }

  .cn-mb-95--md {
    margin-bottom: 5.9375rem;
  }

  .cn-ml-95--md {
    margin-left: 5.9375rem;
  }

  .cn-mr-95--md {
    margin-right: 5.9375rem;
  }

  .cn-m-100--md {
    margin: 6.25rem;
  }

  .cn-mh-100--md {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .cn-mv-100--md {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .cn-mt-100--md {
    margin-top: 6.25rem;
  }

  .cn-mb-100--md {
    margin-bottom: 6.25rem;
  }

  .cn-ml-100--md {
    margin-left: 6.25rem;
  }

  .cn-mr-100--md {
    margin-right: 6.25rem;
  }

  .cn-ml-auto--md {
    margin-left: auto;
  }

  .cn-mr-auto--md {
    margin-right: auto;
  }

  .cn-mt-auto--md {
    margin-top: auto;
  }

  .cn-mb-auto--md {
    margin-bottom: auto;
  }

  .cn-mv-auto--md {
    margin-top: auto;
    margin-bottom: auto;
  }

  .cn-mh-auto--md {
    margin-left: auto;
    margin-right: auto;
  }

  .cn-d-bl--md {
    display: block !important;
  }

  .cn-d-in--md {
    display: inline !important;
  }

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

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

  .cn-d-gd--md {
    display: grid !important;
  }

  .cn-d-no--md {
    display: none !important;
  }

  .cn-op-0--md {
    opacity: 0 !important;
  }

  .cn-op-5--md {
    opacity: 0.05 !important;
  }

  .cn-op-10--md {
    opacity: 0.1 !important;
  }

  .cn-op-15--md {
    opacity: 0.15 !important;
  }

  .cn-op-20--md {
    opacity: 0.2 !important;
  }

  .cn-op-25--md {
    opacity: 0.25 !important;
  }

  .cn-op-30--md {
    opacity: 0.3 !important;
  }

  .cn-op-35--md {
    opacity: 0.35 !important;
  }

  .cn-op-40--md {
    opacity: 0.4 !important;
  }

  .cn-op-45--md {
    opacity: 0.45 !important;
  }

  .cn-op-50--md {
    opacity: 0.5 !important;
  }

  .cn-op-55--md {
    opacity: 0.55 !important;
  }

  .cn-op-60--md {
    opacity: 0.6 !important;
  }

  .cn-op-65--md {
    opacity: 0.65 !important;
  }

  .cn-op-70--md {
    opacity: 0.7 !important;
  }

  .cn-op-75--md {
    opacity: 0.75 !important;
  }

  .cn-op-80--md {
    opacity: 0.8 !important;
  }

  .cn-op-85--md {
    opacity: 0.85 !important;
  }

  .cn-op-90--md {
    opacity: 0.9 !important;
  }

  .cn-op-95--md {
    opacity: 0.95 !important;
  }

  .cn-op-100--md {
    opacity: 1 !important;
  }

  .cn-pn-sc--md {
    position: static;
  }

  .cn-pn-ae--md {
    position: absolute;
  }

  .cn-pn-re--md {
    position: relative;
  }

  .cn-pn-fd--md {
    position: fixed;
  }

  .cn-ow-it--md {
    overflow: inherit;
  }

  .cn-ow-hn--md {
    overflow: hidden;
  }

  .cn-ow-sl--md {
    overflow: scroll;
  }

  .cn-ow-ao--md {
    overflow: auto;
  }

  .cn-d-bl--md {
    display: block !important;
  }

  .cn-d-in--md {
    display: inline !important;
  }

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

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

  .cn-d-gd--md {
    display: grid !important;
  }

  .cn-d-no--md {
    display: none !important;
  }

  .contact-container {
    width: 100%;
  }

  .btn-transparent p {
    font-size: 25px;
    line-height: normal;
  }

  .form-control {
    padding-bottom: 5px;
    font-size: 16px;
    line-height: normal;
  }

  .contact-popup {
    padding: 0 24px;
  }

  .map-point-sm {
    min-height: 40px;
  }

  .division-map {
    margin-bottom: 50px;
  }

  .terms-text {
    text-align: left;
    font-size: 14px;
  }

  .form-group {
    justify-content: flex-start;
  }

  .footer_menu {
    display: flex;
    flex-direction: row;
  }

  .footer_menu a {
    width: 100%;
    margin-right: 0;
  }

  .footer_menu a:nth-child(n) {
    width: 34%;
  }

  .reviews_sections {
    flex-direction: column;
  }

  .reviews-card:not(:last-child) {
    margin-bottom: 32px;
  }
}

@media (max-width: 968px) {
  .navbar-burger {
    display: block;
  }

  .cn-d-bl--968 {
    display: block !important;
  }

  .cn-d-no--968 {
    display: none !important;
  }

  #navbarMenuHeroB {
    display: none;
  }

  .navbar.is-fixed-bottom,
  .navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }

  .navbar-brand {
    width: 100%;
    justify-content: space-between;
  }

  .navbar-brand a.navbar-item {
    max-width: 100%;
  }

  .TopNavMenu-hamburger.burger {
    display: block;
  }

  .top-menu {
    margin: unset;
  }

  #navbarMenuHeroMobile .navbar-brand {
    min-height: 62px;
    margin-bottom: 40px;
  }

  .navbar-brand {
    min-height: 62px;
  }

  .navbar-menu-mobile .top-menu li {
    padding: 0;
    margin-right: 0;
  }

  .top-menu li:not(:last-child) {
    margin-bottom: 30px;
  }

  .navbar-menu-mobile .navbar-mobile {
    padding: 0 0 0 42px;
    align-items: unset;
    height: unset;
  }

  .navbar-menu-mobile {
    padding: 0 16px;
  }

  .top-menu {
    margin-bottom: 104px;
  }

  .navbar {
    padding: 0;
  }

  .hero-mobik .navbar:not(.navbar.go) .top-menu li a {
    font-family: "Graphik";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    text-align: start;
    color: #120A00;
  }

  .hero-projects .navbar:not(.navbar.go) .top-menu li.menu-item-339 a {
    color: #FF7138;
    font-weight: 500;
  }

  .navbar-mobile .navbar-brand a.navbar-item {
    max-width: 100%;
  }

  .hero-mobik .navbar:not(.navbar.go) .top-menu li a {
    font-family: "Graphik";
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    color: #120A00;
  }

  .hero-mobik .navbar:not(.navbar.go) .top-menu li a:hover {
    font-weight: 500;
    color: #FF7138;
  }

  .hero-mobik .navbar.go .top-menu li a {
    font-family: "Graphik";
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    color: #120A00;
  }

  .hero-mobik .navbar.go .top-menu li a:hover {
    font-weight: 500;
    color: #FF7138;
  }

  .hero-mobik .navbar.go .top-menu li.current-menu-item a {
    font-weight: 500;
    color: #FF7138;
  }

  .hero-mobik .navbar:not(.navbar.go) .top-menu li.current-menu-item a {
    font-weight: 500;
    color: #FF7138;
  }

  .navbar-brand a.navbar-item {
    max-width: 100% !important;
  }

  .hero-mobik .navbar .top-menu li:nth-child(1) {
    transition: 670ms opacity cubic-bezier(0.165, 0.84, 0.44, 1) 33ms, 670ms transform cubic-bezier(0.165, 0.84, 0.44, 1) 33ms;
  }

  .hero-mobik .navbar .top-menu li:nth-child(2) {
    transition: 670ms opacity cubic-bezier(0.165, 0.84, 0.44, 1) 83ms, 670ms transform cubic-bezier(0.165, 0.84, 0.44, 1) 83ms;
  }

  .hero-mobik .navbar .top-menu li:nth-child(3) {
    transition: 670ms opacity cubic-bezier(0.165, 0.84, 0.44, 1) 133ms, 670ms transform cubic-bezier(0.165, 0.84, 0.44, 1) 133ms;
  }

  .hero-mobik .navbar .top-menu li:nth-child(4) {
    transition: 670ms opacity cubic-bezier(0.165, 0.84, 0.44, 1) 183ms, 670ms transform cubic-bezier(0.165, 0.84, 0.44, 1) 183ms;
  }

  .hero-mobik .navbar .top-menu li:nth-child(5) {
    transition: 670ms opacity cubic-bezier(0.165, 0.84, 0.44, 1) 233ms, 670ms transform cubic-bezier(0.165, 0.84, 0.44, 1) 233ms;
  }

  .hero-mobik .navbar .mobile-contact {
    opacity: 0;
    transform: translateY(30px);
    transition: 670ms opacity cubic-bezier(0.165, 0.84, 0.44, 1) 283ms, 670ms transform cubic-bezier(0.165, 0.84, 0.44, 1) 283ms;
  }

  .hero-mobik .navbar .top-menu li {
    opacity: 0;
    transform: translateY(-30px);
  }

  .hero-mobik .navbar.open .top-menu li {
    opacity: 1;
    transform: none;
  }

  .hero-mobik .navbar.open .mobile-contact {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 768px) {
  .cn-jc-start--sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cn-jc-center--sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cn-jc-end--sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .cn-jc-around--sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .cn-jc-between--sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cn-ai-start--sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cn-ai-center--sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cn-ai-end--sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .cn-ai-self-end--sm {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .cn-ai-self-center--sm {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .cn-ai-self-start--sm {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .cn-fd-row--sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cn-fd-rowrev--sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .cn-fd-col--sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cn-fd-colrev--sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .cn-fw-wr--sm {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cn-fw-no--sm {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .cn-gr-0--sm {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .cn-gr-1--sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .cn-sh-0--sm {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .cn-sh-1--sm {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .cn-fx-0--sm {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }

  .cn-fx-1--sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .cn-ord-last--sm {
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
    -ms-flex-order: 99;
    order: 99;
  }

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

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

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

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

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

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

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

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

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

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

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

  .cn-fa-left--sm {
    text-align: left !important;
  }

  .cn-fa-center--sm {
    text-align: center !important;
  }

  .cn-fa-right--sm {
    text-align: right !important;
  }

  .cn-fa-justify--sm {
    text-align: justify !important;
  }

  .cn-ff-italic--sm {
    font-style: italic !important;
  }

  .cn-ff-normal--sm {
    font-style: normal !important;
  }

  .cn-ft-upper--sm {
    text-transform: uppercase !important;
  }

  .cn-ft-lower--sm {
    text-transform: lowercase !important;
  }

  .cn-ft-capitalize--sm {
    text-transform: capitalize !important;
  }

  .cn-ft-none--sm {
    text-transform: none !important;
  }

  .cn-fc-wrap--sm {
    white-space: pre-wrap !important;
  }

  .cn-fc-nowrap--sm {
    white-space: nowrap !important;
  }

  .cn-fc-normal--sm {
    white-space: normal !important;
  }

  .cn-fo-clip--sm {
    -o-text-overflow: clip !important;
    text-overflow: clip !important;
  }

  .cn-fo-ellipsis--sm {
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
  }

  .cn-fo-inherit--sm {
    -o-text-overflow: inherit !important;
    text-overflow: inherit !important;
  }

  .cn-fe-through--sm {
    text-decoration: line-through !important;
  }

  .cn-fe-under--sm {
    text-decoration: underline !important;
  }

  .cn-fe-none--sm {
    text-decoration: none !important;
  }

  .cn-fl-11--sm {
    line-height: 1.1 !important;
  }

  .cn-fl-12--sm {
    line-height: 1.2 !important;
  }

  .cn-fl-13--sm {
    line-height: 1.3 !important;
  }

  .cn-fl-14--sm {
    line-height: 1.4 !important;
  }

  .cn-fl-15--sm {
    line-height: 1.5 !important;
  }

  .cn-fl-16--sm {
    line-height: 1.6 !important;
  }

  .cn-fl-17--sm {
    line-height: 1.7 !important;
  }

  .cn-fl-18--sm {
    line-height: 1.8 !important;
  }

  .cn-fl-19--sm {
    line-height: 1.9 !important;
  }

  .cn-fl-2--sm {
    line-height: 2 !important;
  }

  .cn-fl-21--sm {
    line-height: 2.1 !important;
  }

  .cn-fl-22--sm {
    line-height: 2.2 !important;
  }

  .cn-fi-0--sm {
    letter-spacing: 0rem !important;
  }

  .cn-fi-01--sm {
    letter-spacing: 0.1rem !important;
  }

  .cn-fi-02--sm {
    letter-spacing: 0.2rem !important;
  }

  .cn-fi-03--sm {
    letter-spacing: 0.3rem !important;
  }

  .cn-fi-04--sm {
    letter-spacing: 0.4rem !important;
  }

  .cn-fi-05--sm {
    letter-spacing: 0.5rem !important;
  }

  .cn-fi-06--sm {
    letter-spacing: 0.6rem !important;
  }

  .cn-fi-07--sm {
    letter-spacing: 0.7rem !important;
  }

  .cn-fi-08--sm {
    letter-spacing: 0.8rem !important;
  }

  .cn-fi-09--sm {
    letter-spacing: 0.9rem !important;
  }

  .cn-fw-100--sm {
    font-weight: 100 !important;
  }

  .cn-fw-200--sm {
    font-weight: 200 !important;
  }

  .cn-fw-300--sm {
    font-weight: 300 !important;
  }

  .cn-fw-400--sm {
    font-weight: 400 !important;
  }

  .cn-fw-500--sm {
    font-weight: 500 !important;
  }

  .cn-fw-600--sm {
    font-weight: 600 !important;
  }

  .cn-fw-700--sm {
    font-weight: 700 !important;
  }

  .cn-fw-800--sm {
    font-weight: 800 !important;
  }

  .cn-fw-900--sm {
    font-weight: 900 !important;
  }

  .cn-fs-5--sm {
    font-size: 0.3125rem !important;
  }

  .cn-fs-6--sm {
    font-size: 0.375rem !important;
  }

  .cn-fs-7--sm {
    font-size: 0.4375rem !important;
  }

  .cn-fs-8--sm {
    font-size: 0.5rem !important;
  }

  .cn-fs-9--sm {
    font-size: 0.5625rem !important;
  }

  .cn-fs-10--sm {
    font-size: 0.625rem !important;
  }

  .cn-fs-11--sm {
    font-size: 0.6875rem !important;
  }

  .cn-fs-12--sm {
    font-size: 0.75rem !important;
  }

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

  .cn-fs-14--sm {
    font-size: 0.875rem !important;
  }

  .cn-fs-15--sm {
    font-size: 0.9375rem !important;
  }

  .cn-fs-16--sm {
    font-size: 1rem !important;
  }

  .cn-fs-17--sm {
    font-size: 1.0625rem !important;
  }

  .cn-fs-18--sm {
    font-size: 1.125rem !important;
  }

  .cn-fs-19--sm {
    font-size: 1.1875rem !important;
  }

  .cn-fs-20--sm {
    font-size: 1.25rem !important;
  }

  .cn-fs-21--sm {
    font-size: 1.3125rem !important;
  }

  .cn-fs-22--sm {
    font-size: 1.375rem !important;
  }

  .cn-fs-23--sm {
    font-size: 1.4375rem !important;
  }

  .cn-fs-24--sm {
    font-size: 1.5rem !important;
  }

  .cn-fs-25--sm {
    font-size: 1.5625rem !important;
  }

  .cn-fs-26--sm {
    font-size: 1.625rem !important;
  }

  .cn-fs-27--sm {
    font-size: 1.6875rem !important;
  }

  .cn-fs-28--sm {
    font-size: 1.75rem !important;
  }

  .cn-fs-29--sm {
    font-size: 1.8125rem !important;
  }

  .cn-fs-30--sm {
    font-size: 1.875rem !important;
  }

  .cn-fs-31--sm {
    font-size: 1.9375rem !important;
  }

  .cn-fs-32--sm {
    font-size: 2rem !important;
  }

  .cn-fs-33--sm {
    font-size: 2.0625rem !important;
  }

  .cn-fs-34--sm {
    font-size: 2.125rem !important;
  }

  .cn-fs-35--sm {
    font-size: 2.1875rem !important;
  }

  .cn-fs-36--sm {
    font-size: 2.25rem !important;
  }

  .cn-fs-37--sm {
    font-size: 2.3125rem !important;
  }

  .cn-fs-38--sm {
    font-size: 2.375rem !important;
  }

  .cn-fs-39--sm {
    font-size: 2.4375rem !important;
  }

  .cn-fs-40--sm {
    font-size: 2.5rem !important;
  }

  .cn-fs-41--sm {
    font-size: 2.5625rem !important;
  }

  .cn-fs-42--sm {
    font-size: 2.625rem !important;
  }

  .cn-fs-43--sm {
    font-size: 2.6875rem !important;
  }

  .cn-fs-44--sm {
    font-size: 2.75rem !important;
  }

  .cn-fs-45--sm {
    font-size: 2.8125rem !important;
  }

  .cn-fs-46--sm {
    font-size: 2.875rem !important;
  }

  .cn-fs-47--sm {
    font-size: 2.9375rem !important;
  }

  .cn-fs-48--sm {
    font-size: 3rem !important;
  }

  .cn-fs-49--sm {
    font-size: 3.0625rem !important;
  }

  .cn-fs-50--sm {
    font-size: 3.125rem !important;
  }

  .cn-fs-51--sm {
    font-size: 3.1875rem !important;
  }

  .cn-fs-52--sm {
    font-size: 3.25rem !important;
  }

  .cn-fs-53--sm {
    font-size: 3.3125rem !important;
  }

  .cn-fs-54--sm {
    font-size: 3.375rem !important;
  }

  .cn-fs-55--sm {
    font-size: 3.4375rem !important;
  }

  .cn-fs-56--sm {
    font-size: 3.5rem !important;
  }

  .cn-fs-57--sm {
    font-size: 3.5625rem !important;
  }

  .cn-fs-58--sm {
    font-size: 3.625rem !important;
  }

  .cn-fs-59--sm {
    font-size: 3.6875rem !important;
  }

  .cn-fs-60--sm {
    font-size: 3.75rem !important;
  }

  .cn-move-0_1--sm {
    margin-left: 0%;
  }

  .cn-move-1_1--sm {
    margin-left: 100%;
  }

  .cn-move-0_1--sm {
    margin-left: 0%;
  }

  .cn-move-0_2--sm {
    margin-left: 0%;
  }

  .cn-move-1_2--sm {
    margin-left: 50%;
  }

  .cn-move-0_3--sm {
    margin-left: 0%;
  }

  .cn-move-1_3--sm {
    margin-left: 33.33333%;
  }

  .cn-move-2_3--sm {
    margin-left: 66.66667%;
  }

  .cn-move-0_4--sm {
    margin-left: 0%;
  }

  .cn-move-1_4--sm {
    margin-left: 25%;
  }

  .cn-move-2_4--sm {
    margin-left: 50%;
  }

  .cn-move-3_4--sm {
    margin-left: 75%;
  }

  .cn-move-0_5--sm {
    margin-left: 0%;
  }

  .cn-move-1_5--sm {
    margin-left: 20%;
  }

  .cn-move-2_5--sm {
    margin-left: 40%;
  }

  .cn-move-3_5--sm {
    margin-left: 60%;
  }

  .cn-move-4_5--sm {
    margin-left: 80%;
  }

  .cn-move-0_6--sm {
    margin-left: 0%;
  }

  .cn-move-1_6--sm {
    margin-left: 16.66667%;
  }

  .cn-move-2_6--sm {
    margin-left: 33.33333%;
  }

  .cn-move-3_6--sm {
    margin-left: 50%;
  }

  .cn-move-4_6--sm {
    margin-left: 66.66667%;
  }

  .cn-move-5_6--sm {
    margin-left: 83.33333%;
  }

  .cn-move-0_7--sm {
    margin-left: 0%;
  }

  .cn-move-1_7--sm {
    margin-left: 14.28571%;
  }

  .cn-move-2_7--sm {
    margin-left: 28.57143%;
  }

  .cn-move-3_7--sm {
    margin-left: 42.85714%;
  }

  .cn-move-4_7--sm {
    margin-left: 57.14286%;
  }

  .cn-move-5_7--sm {
    margin-left: 71.42857%;
  }

  .cn-move-6_7--sm {
    margin-left: 85.71429%;
  }

  .cn-move-0_8--sm {
    margin-left: 0%;
  }

  .cn-move-1_8--sm {
    margin-left: 12.5%;
  }

  .cn-move-2_8--sm {
    margin-left: 25%;
  }

  .cn-move-3_8--sm {
    margin-left: 37.5%;
  }

  .cn-move-4_8--sm {
    margin-left: 50%;
  }

  .cn-move-5_8--sm {
    margin-left: 62.5%;
  }

  .cn-move-6_8--sm {
    margin-left: 75%;
  }

  .cn-move-7_8--sm {
    margin-left: 87.5%;
  }

  .cn-move-0_9--sm {
    margin-left: 0%;
  }

  .cn-move-1_9--sm {
    margin-left: 11.11111%;
  }

  .cn-move-2_9--sm {
    margin-left: 22.22222%;
  }

  .cn-move-3_9--sm {
    margin-left: 33.33333%;
  }

  .cn-move-4_9--sm {
    margin-left: 44.44444%;
  }

  .cn-move-5_9--sm {
    margin-left: 55.55556%;
  }

  .cn-move-6_9--sm {
    margin-left: 66.66667%;
  }

  .cn-move-7_9--sm {
    margin-left: 77.77778%;
  }

  .cn-move-8_9--sm {
    margin-left: 88.88889%;
  }

  .cn-move-0_10--sm {
    margin-left: 0%;
  }

  .cn-move-1_10--sm {
    margin-left: 10%;
  }

  .cn-move-2_10--sm {
    margin-left: 20%;
  }

  .cn-move-3_10--sm {
    margin-left: 30%;
  }

  .cn-move-4_10--sm {
    margin-left: 40%;
  }

  .cn-move-5_10--sm {
    margin-left: 50%;
  }

  .cn-move-6_10--sm {
    margin-left: 60%;
  }

  .cn-move-7_10--sm {
    margin-left: 70%;
  }

  .cn-move-8_10--sm {
    margin-left: 80%;
  }

  .cn-move-9_10--sm {
    margin-left: 90%;
  }

  .cn-move-0_11--sm {
    margin-left: 0%;
  }

  .cn-move-1_11--sm {
    margin-left: 9.09091%;
  }

  .cn-move-2_11--sm {
    margin-left: 18.18182%;
  }

  .cn-move-3_11--sm {
    margin-left: 27.27273%;
  }

  .cn-move-4_11--sm {
    margin-left: 36.36364%;
  }

  .cn-move-5_11--sm {
    margin-left: 45.45455%;
  }

  .cn-move-6_11--sm {
    margin-left: 54.54545%;
  }

  .cn-move-7_11--sm {
    margin-left: 63.63636%;
  }

  .cn-move-8_11--sm {
    margin-left: 72.72727%;
  }

  .cn-move-9_11--sm {
    margin-left: 81.81818%;
  }

  .cn-move-10_11--sm {
    margin-left: 90.90909%;
  }

  .cn-move-0_12--sm {
    margin-left: 0%;
  }

  .cn-move-1_12--sm {
    margin-left: 8.33333%;
  }

  .cn-move-2_12--sm {
    margin-left: 16.66667%;
  }

  .cn-move-3_12--sm {
    margin-left: 25%;
  }

  .cn-move-4_12--sm {
    margin-left: 33.33333%;
  }

  .cn-move-5_12--sm {
    margin-left: 41.66667%;
  }

  .cn-move-6_12--sm {
    margin-left: 50%;
  }

  .cn-move-7_12--sm {
    margin-left: 58.33333%;
  }

  .cn-move-8_12--sm {
    margin-left: 66.66667%;
  }

  .cn-move-9_12--sm {
    margin-left: 75%;
  }

  .cn-move-10_12--sm {
    margin-left: 83.33333%;
  }

  .cn-move-11_12--sm {
    margin-left: 91.66667%;
  }

  .cn-w-5--sm {
    width: 5%;
  }

  .cn-w-10--sm {
    width: 10%;
  }

  .cn-w-15--sm {
    width: 15%;
  }

  .cn-w-20--sm {
    width: 20%;
  }

  .cn-w-25--sm {
    width: 25%;
  }

  .cn-w-30--sm {
    width: 30%;
  }

  .cn-w-35--sm {
    width: 35%;
  }

  .cn-w-40--sm {
    width: 40%;
  }

  .cn-w-45--sm {
    width: 45%;
  }

  .cn-w-50--sm {
    width: 50%;
  }

  .cn-w-55--sm {
    width: 55%;
  }

  .cn-w-60--sm {
    width: 60%;
  }

  .cn-w-65--sm {
    width: 65%;
  }

  .cn-w-70--sm {
    width: 70%;
  }

  .cn-w-75--sm {
    width: 75%;
  }

  .cn-w-80--sm {
    width: 80%;
  }

  .cn-w-85--sm {
    width: 85%;
  }

  .cn-w-90--sm {
    width: 90%;
  }

  .cn-w-95--sm {
    width: 95%;
  }

  .cn-w-100--sm {
    width: 100%;
  }

  .cn-w-1_3--sm {
    width: 33.33333%;
  }

  .cn-w-2_3--sm {
    width: 66.66667%;
  }

  .cn-w-3_3--sm {
    width: 100%;
  }

  .cn-w-1_4--sm {
    width: 25%;
  }

  .cn-w-2_4--sm {
    width: 50%;
  }

  .cn-w-3_4--sm {
    width: 75%;
  }

  .cn-w-4_4--sm {
    width: 100%;
  }

  .cn-w-1_5--sm {
    width: 20%;
  }

  .cn-w-2_5--sm {
    width: 40%;
  }

  .cn-w-3_5--sm {
    width: 60%;
  }

  .cn-w-4_5--sm {
    width: 80%;
  }

  .cn-w-5_5--sm {
    width: 100%;
  }

  .cn-w-1_6--sm {
    width: 16.66667%;
  }

  .cn-w-2_6--sm {
    width: 33.33333%;
  }

  .cn-w-3_6--sm {
    width: 50%;
  }

  .cn-w-4_6--sm {
    width: 66.66667%;
  }

  .cn-w-5_6--sm {
    width: 83.33333%;
  }

  .cn-w-6_6--sm {
    width: 100%;
  }

  .cn-w-1_7--sm {
    width: 14.28571%;
  }

  .cn-w-2_7--sm {
    width: 28.57143%;
  }

  .cn-w-3_7--sm {
    width: 42.85714%;
  }

  .cn-w-4_7--sm {
    width: 57.14286%;
  }

  .cn-w-5_7--sm {
    width: 71.42857%;
  }

  .cn-w-6_7--sm {
    width: 85.71429%;
  }

  .cn-w-7_7--sm {
    width: 100%;
  }

  .cn-w-1_8--sm {
    width: 12.5%;
  }

  .cn-w-2_8--sm {
    width: 25%;
  }

  .cn-w-3_8--sm {
    width: 37.5%;
  }

  .cn-w-4_8--sm {
    width: 50%;
  }

  .cn-w-5_8--sm {
    width: 62.5%;
  }

  .cn-w-6_8--sm {
    width: 75%;
  }

  .cn-w-7_8--sm {
    width: 87.5%;
  }

  .cn-w-8_8--sm {
    width: 100%;
  }

  .cn-w-1_9--sm {
    width: 11.11111%;
  }

  .cn-w-2_9--sm {
    width: 22.22222%;
  }

  .cn-w-3_9--sm {
    width: 33.33333%;
  }

  .cn-w-4_9--sm {
    width: 44.44444%;
  }

  .cn-w-5_9--sm {
    width: 55.55556%;
  }

  .cn-w-6_9--sm {
    width: 66.66667%;
  }

  .cn-w-7_9--sm {
    width: 77.77778%;
  }

  .cn-w-8_9--sm {
    width: 88.88889%;
  }

  .cn-w-9_9--sm {
    width: 100%;
  }

  .cn-w-1_10--sm {
    width: 10%;
  }

  .cn-w-2_10--sm {
    width: 20%;
  }

  .cn-w-3_10--sm {
    width: 30%;
  }

  .cn-w-4_10--sm {
    width: 40%;
  }

  .cn-w-5_10--sm {
    width: 50%;
  }

  .cn-w-6_10--sm {
    width: 60%;
  }

  .cn-w-7_10--sm {
    width: 70%;
  }

  .cn-w-8_10--sm {
    width: 80%;
  }

  .cn-w-9_10--sm {
    width: 90%;
  }

  .cn-w-10_10--sm {
    width: 100%;
  }

  .cn-w-1_11--sm {
    width: 9.09091%;
  }

  .cn-w-2_11--sm {
    width: 18.18182%;
  }

  .cn-w-3_11--sm {
    width: 27.27273%;
  }

  .cn-w-4_11--sm {
    width: 36.36364%;
  }

  .cn-w-5_11--sm {
    width: 45.45455%;
  }

  .cn-w-6_11--sm {
    width: 54.54545%;
  }

  .cn-w-7_11--sm {
    width: 63.63636%;
  }

  .cn-w-8_11--sm {
    width: 72.72727%;
  }

  .cn-w-9_11--sm {
    width: 81.81818%;
  }

  .cn-w-10_11--sm {
    width: 90.90909%;
  }

  .cn-w-11_11--sm {
    width: 100%;
  }

  .cn-w-1_12--sm {
    width: 8.33333%;
  }

  .cn-w-2_12--sm {
    width: 16.66667%;
  }

  .cn-w-3_12--sm {
    width: 25%;
  }

  .cn-w-4_12--sm {
    width: 33.33333%;
  }

  .cn-w-5_12--sm {
    width: 41.66667%;
  }

  .cn-w-6_12--sm {
    width: 50%;
  }

  .cn-w-7_12--sm {
    width: 58.33333%;
  }

  .cn-w-8_12--sm {
    width: 66.66667%;
  }

  .cn-w-9_12--sm {
    width: 75%;
  }

  .cn-w-10_12--sm {
    width: 83.33333%;
  }

  .cn-w-11_12--sm {
    width: 91.66667%;
  }

  .cn-w-12_12--sm {
    width: 100%;
  }

  .cn-w-auto--sm {
    width: auto;
  }

  .cn-w-expand--sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .cn-wp-0--sm {
    width: 0%;
  }

  .cn-wp-5--sm {
    width: 5%;
  }

  .cn-wp-10--sm {
    width: 10%;
  }

  .cn-wp-15--sm {
    width: 15%;
  }

  .cn-wp-20--sm {
    width: 20%;
  }

  .cn-wp-25--sm {
    width: 25%;
  }

  .cn-wp-30--sm {
    width: 30%;
  }

  .cn-wp-35--sm {
    width: 35%;
  }

  .cn-wp-40--sm {
    width: 40%;
  }

  .cn-wp-45--sm {
    width: 45%;
  }

  .cn-wp-50--sm {
    width: 50%;
  }

  .cn-wp-55--sm {
    width: 55%;
  }

  .cn-wp-60--sm {
    width: 60%;
  }

  .cn-wp-65--sm {
    width: 65%;
  }

  .cn-wp-70--sm {
    width: 70%;
  }

  .cn-wp-75--sm {
    width: 75%;
  }

  .cn-wp-80--sm {
    width: 80%;
  }

  .cn-wp-85--sm {
    width: 85%;
  }

  .cn-wp-90--sm {
    width: 90%;
  }

  .cn-wp-95--sm {
    width: 95%;
  }

  .cn-wp-100--sm {
    width: 100%;
  }

  .cn-p-0--sm {
    padding: 0rem !important;
  }

  .cn-ph-0--sm {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  .cn-pv-0--sm {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .cn-pt-0--sm {
    padding-top: 0rem !important;
  }

  .cn-pb-0--sm {
    padding-bottom: 0rem !important;
  }

  .cn-pl-0--sm {
    padding-left: 0rem !important;
  }

  .cn-pr-0--sm {
    padding-right: 0rem !important;
  }

  .cn-p-5--sm {
    padding: 0.3125rem;
  }

  .cn-ph-5--sm {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .cn-pv-5--sm {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .cn-pt-5--sm {
    padding-top: 0.3125rem;
  }

  .cn-pb-5--sm {
    padding-bottom: 0.3125rem;
  }

  .cn-pl-5--sm {
    padding-left: 0.3125rem;
  }

  .cn-pr-5--sm {
    padding-right: 0.3125rem;
  }

  .cn-p-10--sm {
    padding: 0.625rem;
  }

  .cn-ph-10--sm {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .cn-pv-10--sm {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .cn-pt-10--sm {
    padding-top: 0.625rem;
  }

  .cn-pb-10--sm {
    padding-bottom: 0.625rem;
  }

  .cn-pl-10--sm {
    padding-left: 0.625rem;
  }

  .cn-pr-10--sm {
    padding-right: 0.625rem;
  }

  .cn-p-15--sm {
    padding: 0.9375rem;
  }

  .cn-ph-15--sm {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .cn-pv-15--sm {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .cn-pt-15--sm {
    padding-top: 0.9375rem;
  }

  .cn-pb-15--sm {
    padding-bottom: 0.9375rem;
  }

  .cn-pl-15--sm {
    padding-left: 0.9375rem;
  }

  .cn-pr-15--sm {
    padding-right: 0.9375rem;
  }

  .cn-p-20--sm {
    padding: 1.25rem;
  }

  .cn-ph-20--sm {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cn-pv-20--sm {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .cn-pt-20--sm {
    padding-top: 1.25rem;
  }

  .cn-pb-20--sm {
    padding-bottom: 1.25rem;
  }

  .cn-pl-20--sm {
    padding-left: 1.25rem;
  }

  .cn-pr-20--sm {
    padding-right: 1.25rem;
  }

  .cn-p-25--sm {
    padding: 1.5625rem;
  }

  .cn-ph-25--sm {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .cn-pv-25--sm {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .cn-pt-25--sm {
    padding-top: 1.5625rem;
  }

  .cn-pb-25--sm {
    padding-bottom: 1.5625rem;
  }

  .cn-pl-25--sm {
    padding-left: 1.5625rem;
  }

  .cn-pr-25--sm {
    padding-right: 1.5625rem;
  }

  .cn-p-30--sm {
    padding: 1.875rem;
  }

  .cn-ph-30--sm {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .cn-pv-30--sm {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .cn-pt-30--sm {
    padding-top: 1.875rem;
  }

  .cn-pb-30--sm {
    padding-bottom: 1.875rem;
  }

  .cn-pl-30--sm {
    padding-left: 1.875rem;
  }

  .cn-pr-30--sm {
    padding-right: 1.875rem;
  }

  .cn-p-35--sm {
    padding: 2.1875rem;
  }

  .cn-ph-35--sm {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }

  .cn-pv-35--sm {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }

  .cn-pt-35--sm {
    padding-top: 2.1875rem;
  }

  .cn-pb-35--sm {
    padding-bottom: 2.1875rem;
  }

  .cn-pl-35--sm {
    padding-left: 2.1875rem;
  }

  .cn-pr-35--sm {
    padding-right: 2.1875rem;
  }

  .cn-p-40--sm {
    padding: 2.5rem;
  }

  .cn-ph-40--sm {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cn-pv-40--sm {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .cn-pt-40--sm {
    padding-top: 2.5rem;
  }

  .cn-pb-40--sm {
    padding-bottom: 2.5rem;
  }

  .cn-pl-40--sm {
    padding-left: 2.5rem;
  }

  .cn-pr-40--sm {
    padding-right: 2.5rem;
  }

  .cn-p-45--sm {
    padding: 2.8125rem;
  }

  .cn-ph-45--sm {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }

  .cn-pv-45--sm {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }

  .cn-pt-45--sm {
    padding-top: 2.8125rem;
  }

  .cn-pb-45--sm {
    padding-bottom: 2.8125rem;
  }

  .cn-pl-45--sm {
    padding-left: 2.8125rem;
  }

  .cn-pr-45--sm {
    padding-right: 2.8125rem;
  }

  .cn-p-50--sm {
    padding: 3.125rem;
  }

  .cn-ph-50--sm {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .cn-pv-50--sm {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .cn-pt-50--sm {
    padding-top: 3.125rem;
  }

  .cn-pb-50--sm {
    padding-bottom: 3.125rem;
  }

  .cn-pl-50--sm {
    padding-left: 3.125rem;
  }

  .cn-pr-50--sm {
    padding-right: 3.125rem;
  }

  .cn-p-55--sm {
    padding: 3.4375rem;
  }

  .cn-ph-55--sm {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }

  .cn-pv-55--sm {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }

  .cn-pt-55--sm {
    padding-top: 3.4375rem;
  }

  .cn-pb-55--sm {
    padding-bottom: 3.4375rem;
  }

  .cn-pl-55--sm {
    padding-left: 3.4375rem;
  }

  .cn-pr-55--sm {
    padding-right: 3.4375rem;
  }

  .cn-p-60--sm {
    padding: 3.75rem;
  }

  .cn-ph-60--sm {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .cn-pv-60--sm {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .cn-pt-60--sm {
    padding-top: 3.75rem;
  }

  .cn-pb-60--sm {
    padding-bottom: 3.75rem;
  }

  .cn-pl-60--sm {
    padding-left: 3.75rem;
  }

  .cn-pr-60--sm {
    padding-right: 3.75rem;
  }

  .cn-p-65--sm {
    padding: 4.0625rem;
  }

  .cn-ph-65--sm {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }

  .cn-pv-65--sm {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }

  .cn-pt-65--sm {
    padding-top: 4.0625rem;
  }

  .cn-pb-65--sm {
    padding-bottom: 4.0625rem;
  }

  .cn-pl-65--sm {
    padding-left: 4.0625rem;
  }

  .cn-pr-65--sm {
    padding-right: 4.0625rem;
  }

  .cn-p-70--sm {
    padding: 4.375rem;
  }

  .cn-ph-70--sm {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .cn-pv-70--sm {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .cn-pt-70--sm {
    padding-top: 4.375rem;
  }

  .cn-pb-70--sm {
    padding-bottom: 4.375rem;
  }

  .cn-pl-70--sm {
    padding-left: 4.375rem;
  }

  .cn-pr-70--sm {
    padding-right: 4.375rem;
  }

  .cn-p-75--sm {
    padding: 4.6875rem;
  }

  .cn-ph-75--sm {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }

  .cn-pv-75--sm {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }

  .cn-pt-75--sm {
    padding-top: 4.6875rem;
  }

  .cn-pb-75--sm {
    padding-bottom: 4.6875rem;
  }

  .cn-pl-75--sm {
    padding-left: 4.6875rem;
  }

  .cn-pr-75--sm {
    padding-right: 4.6875rem;
  }

  .cn-p-80--sm {
    padding: 5rem;
  }

  .cn-ph-80--sm {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .cn-pv-80--sm {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .cn-pt-80--sm {
    padding-top: 5rem;
  }

  .cn-pb-80--sm {
    padding-bottom: 5rem;
  }

  .cn-pl-80--sm {
    padding-left: 5rem;
  }

  .cn-pr-80--sm {
    padding-right: 5rem;
  }

  .cn-p-85--sm {
    padding: 5.3125rem;
  }

  .cn-ph-85--sm {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }

  .cn-pv-85--sm {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }

  .cn-pt-85--sm {
    padding-top: 5.3125rem;
  }

  .cn-pb-85--sm {
    padding-bottom: 5.3125rem;
  }

  .cn-pl-85--sm {
    padding-left: 5.3125rem;
  }

  .cn-pr-85--sm {
    padding-right: 5.3125rem;
  }

  .cn-p-90--sm {
    padding: 5.625rem;
  }

  .cn-ph-90--sm {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }

  .cn-pv-90--sm {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .cn-pt-90--sm {
    padding-top: 5.625rem;
  }

  .cn-pb-90--sm {
    padding-bottom: 5.625rem;
  }

  .cn-pl-90--sm {
    padding-left: 5.625rem;
  }

  .cn-pr-90--sm {
    padding-right: 5.625rem;
  }

  .cn-p-95--sm {
    padding: 5.9375rem;
  }

  .cn-ph-95--sm {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem;
  }

  .cn-pv-95--sm {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }

  .cn-pt-95--sm {
    padding-top: 5.9375rem;
  }

  .cn-pb-95--sm {
    padding-bottom: 5.9375rem;
  }

  .cn-pl-95--sm {
    padding-left: 5.9375rem;
  }

  .cn-pr-95--sm {
    padding-right: 5.9375rem;
  }

  .cn-p-100--sm {
    padding: 6.25rem;
  }

  .cn-ph-100--sm {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .cn-pv-100--sm {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .cn-pt-100--sm {
    padding-top: 6.25rem;
  }

  .cn-pb-100--sm {
    padding-bottom: 6.25rem;
  }

  .cn-pl-100--sm {
    padding-left: 6.25rem;
  }

  .cn-pr-100--sm {
    padding-right: 6.25rem;
  }

  .cn-pl-auto--sm {
    margin-left: auto;
  }

  .cn-pr-auto--sm {
    margin-right: auto;
  }

  .cn-pt-auto--sm {
    margin-top: auto;
  }

  .cn-pb-auto--sm {
    margin-bottom: auto;
  }

  .cn-pv-auto--sm {
    margin-top: auto;
    margin-bottom: auto;
  }

  .cn-ph-auto--sm {
    margin-left: auto;
    margin-right: auto;
  }

  .cn-m-0--sm {
    margin: 0rem !important;
  }

  .cn-mh-0--sm {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }

  .cn-mv-0--sm {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .cn-mt-0--sm {
    margin-top: 0rem !important;
  }

  .cn-mb-0--sm {
    margin-bottom: 0rem !important;
  }

  .cn-ml-0--sm {
    margin-left: 0rem !important;
  }

  .cn-mr-0--sm {
    margin-right: 0rem !important;
  }

  .cn-m-5--sm {
    margin: 0.3125rem;
  }

  .cn-mh-5--sm {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .cn-mv-5--sm {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .cn-mt-5--sm {
    margin-top: 0.3125rem;
  }

  .cn-mb-5--sm {
    margin-bottom: 0.3125rem;
  }

  .cn-ml-5--sm {
    margin-left: 0.3125rem;
  }

  .cn-mr-5--sm {
    margin-right: 0.3125rem;
  }

  .cn-m-10--sm {
    margin: 0.625rem;
  }

  .cn-mh-10--sm {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .cn-mv-10--sm {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .cn-mt-10--sm {
    margin-top: 0.625rem;
  }

  .cn-mb-10--sm {
    margin-bottom: 0.625rem;
  }

  .cn-ml-10--sm {
    margin-left: 0.625rem;
  }

  .cn-mr-10--sm {
    margin-right: 0.625rem;
  }

  .cn-m-15--sm {
    margin: 0.9375rem;
  }

  .cn-mh-15--sm {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .cn-mv-15--sm {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .cn-mt-15--sm {
    margin-top: 0.9375rem;
  }

  .cn-mb-15--sm {
    margin-bottom: 0.9375rem;
  }

  .cn-ml-15--sm {
    margin-left: 0.9375rem;
  }

  .cn-mr-15--sm {
    margin-right: 0.9375rem;
  }

  .cn-m-20--sm {
    margin: 1.25rem;
  }

  .cn-mh-20--sm {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .cn-mv-20--sm {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .cn-mt-20--sm {
    margin-top: 1.25rem;
  }

  .cn-mb-20--sm {
    margin-bottom: 1.25rem;
  }

  .cn-ml-20--sm {
    margin-left: 1.25rem;
  }

  .cn-mr-20--sm {
    margin-right: 1.25rem;
  }

  .cn-m-25--sm {
    margin: 1.5625rem;
  }

  .cn-mh-25--sm {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .cn-mv-25--sm {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .cn-mt-25--sm {
    margin-top: 1.5625rem;
  }

  .cn-mb-25--sm {
    margin-bottom: 1.5625rem;
  }

  .cn-ml-25--sm {
    margin-left: 1.5625rem;
  }

  .cn-mr-25--sm {
    margin-right: 1.5625rem;
  }

  .cn-m-30--sm {
    margin: 1.875rem;
  }

  .cn-mh-30--sm {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .cn-mv-30--sm {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .cn-mt-30--sm {
    margin-top: 1.875rem;
  }

  .cn-mb-30--sm {
    margin-bottom: 1.875rem;
  }

  .cn-ml-30--sm {
    margin-left: 1.875rem;
  }

  .cn-mr-30--sm {
    margin-right: 1.875rem;
  }

  .cn-m-35--sm {
    margin: 2.1875rem;
  }

  .cn-mh-35--sm {
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }

  .cn-mv-35--sm {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .cn-mt-35--sm {
    margin-top: 2.1875rem;
  }

  .cn-mb-35--sm {
    margin-bottom: 2.1875rem;
  }

  .cn-ml-35--sm {
    margin-left: 2.1875rem;
  }

  .cn-mr-35--sm {
    margin-right: 2.1875rem;
  }

  .cn-m-40--sm {
    margin: 2.5rem;
  }

  .cn-mh-40--sm {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .cn-mv-40--sm {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .cn-mt-40--sm {
    margin-top: 2.5rem;
  }

  .cn-mb-40--sm {
    margin-bottom: 2.5rem;
  }

  .cn-ml-40--sm {
    margin-left: 2.5rem;
  }

  .cn-mr-40--sm {
    margin-right: 2.5rem;
  }

  .cn-m-45--sm {
    margin: 2.8125rem;
  }

  .cn-mh-45--sm {
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }

  .cn-mv-45--sm {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }

  .cn-mt-45--sm {
    margin-top: 2.8125rem;
  }

  .cn-mb-45--sm {
    margin-bottom: 2.8125rem;
  }

  .cn-ml-45--sm {
    margin-left: 2.8125rem;
  }

  .cn-mr-45--sm {
    margin-right: 2.8125rem;
  }

  .cn-m-50--sm {
    margin: 3.125rem;
  }

  .cn-mh-50--sm {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .cn-mv-50--sm {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .cn-mt-50--sm {
    margin-top: 3.125rem;
  }

  .cn-mb-50--sm {
    margin-bottom: 3.125rem;
  }

  .cn-ml-50--sm {
    margin-left: 3.125rem;
  }

  .cn-mr-50--sm {
    margin-right: 3.125rem;
  }

  .cn-m-55--sm {
    margin: 3.4375rem;
  }

  .cn-mh-55--sm {
    margin-left: 3.4375rem;
    margin-right: 3.4375rem;
  }

  .cn-mv-55--sm {
    margin-top: 3.4375rem;
    margin-bottom: 3.4375rem;
  }

  .cn-mt-55--sm {
    margin-top: 3.4375rem;
  }

  .cn-mb-55--sm {
    margin-bottom: 3.4375rem;
  }

  .cn-ml-55--sm {
    margin-left: 3.4375rem;
  }

  .cn-mr-55--sm {
    margin-right: 3.4375rem;
  }

  .cn-m-60--sm {
    margin: 3.75rem;
  }

  .cn-mh-60--sm {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .cn-mv-60--sm {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .cn-mt-60--sm {
    margin-top: 3.75rem;
  }

  .cn-mb-60--sm {
    margin-bottom: 3.75rem;
  }

  .cn-ml-60--sm {
    margin-left: 3.75rem;
  }

  .cn-mr-60--sm {
    margin-right: 3.75rem;
  }

  .cn-m-65--sm {
    margin: 4.0625rem;
  }

  .cn-mh-65--sm {
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
  }

  .cn-mv-65--sm {
    margin-top: 4.0625rem;
    margin-bottom: 4.0625rem;
  }

  .cn-mt-65--sm {
    margin-top: 4.0625rem;
  }

  .cn-mb-65--sm {
    margin-bottom: 4.0625rem;
  }

  .cn-ml-65--sm {
    margin-left: 4.0625rem;
  }

  .cn-mr-65--sm {
    margin-right: 4.0625rem;
  }

  .cn-m-70--sm {
    margin: 4.375rem;
  }

  .cn-mh-70--sm {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  .cn-mv-70--sm {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  .cn-mt-70--sm {
    margin-top: 4.375rem;
  }

  .cn-mb-70--sm {
    margin-bottom: 4.375rem;
  }

  .cn-ml-70--sm {
    margin-left: 4.375rem;
  }

  .cn-mr-70--sm {
    margin-right: 4.375rem;
  }

  .cn-m-75--sm {
    margin: 4.6875rem;
  }

  .cn-mh-75--sm {
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }

  .cn-mv-75--sm {
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .cn-mt-75--sm {
    margin-top: 4.6875rem;
  }

  .cn-mb-75--sm {
    margin-bottom: 4.6875rem;
  }

  .cn-ml-75--sm {
    margin-left: 4.6875rem;
  }

  .cn-mr-75--sm {
    margin-right: 4.6875rem;
  }

  .cn-m-80--sm {
    margin: 5rem;
  }

  .cn-mh-80--sm {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .cn-mv-80--sm {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .cn-mt-80--sm {
    margin-top: 5rem;
  }

  .cn-mb-80--sm {
    margin-bottom: 5rem;
  }

  .cn-ml-80--sm {
    margin-left: 5rem;
  }

  .cn-mr-80--sm {
    margin-right: 5rem;
  }

  .cn-m-85--sm {
    margin: 5.3125rem;
  }

  .cn-mh-85--sm {
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }

  .cn-mv-85--sm {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }

  .cn-mt-85--sm {
    margin-top: 5.3125rem;
  }

  .cn-mb-85--sm {
    margin-bottom: 5.3125rem;
  }

  .cn-ml-85--sm {
    margin-left: 5.3125rem;
  }

  .cn-mr-85--sm {
    margin-right: 5.3125rem;
  }

  .cn-m-90--sm {
    margin: 5.625rem;
  }

  .cn-mh-90--sm {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }

  .cn-mv-90--sm {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }

  .cn-mt-90--sm {
    margin-top: 5.625rem;
  }

  .cn-mb-90--sm {
    margin-bottom: 5.625rem;
  }

  .cn-ml-90--sm {
    margin-left: 5.625rem;
  }

  .cn-mr-90--sm {
    margin-right: 5.625rem;
  }

  .cn-m-95--sm {
    margin: 5.9375rem;
  }

  .cn-mh-95--sm {
    margin-left: 5.9375rem;
    margin-right: 5.9375rem;
  }

  .cn-mv-95--sm {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }

  .cn-mt-95--sm {
    margin-top: 5.9375rem;
  }

  .cn-mb-95--sm {
    margin-bottom: 5.9375rem;
  }

  .cn-ml-95--sm {
    margin-left: 5.9375rem;
  }

  .cn-mr-95--sm {
    margin-right: 5.9375rem;
  }

  .cn-m-100--sm {
    margin: 6.25rem;
  }

  .cn-mh-100--sm {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .cn-mv-100--sm {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .cn-mt-100--sm {
    margin-top: 6.25rem;
  }

  .cn-mb-100--sm {
    margin-bottom: 6.25rem;
  }

  .cn-ml-100--sm {
    margin-left: 6.25rem;
  }

  .cn-mr-100--sm {
    margin-right: 6.25rem;
  }

  .cn-ml-auto--sm {
    margin-left: auto;
  }

  .cn-mr-auto--sm {
    margin-right: auto;
  }

  .cn-mt-auto--sm {
    margin-top: auto;
  }

  .cn-mb-auto--sm {
    margin-bottom: auto;
  }

  .cn-mv-auto--sm {
    margin-top: auto;
    margin-bottom: auto;
  }

  .cn-mh-auto--sm {
    margin-left: auto;
    margin-right: auto;
  }

  .cn-d-bl--sm {
    display: block !important;
  }

  .cn-d-in--sm {
    display: inline !important;
  }

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

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

  .cn-d-gd--sm {
    display: grid !important;
  }

  .cn-d-no--sm {
    display: none !important;
  }

  .cn-op-0--sm {
    opacity: 0 !important;
  }

  .cn-op-5--sm {
    opacity: 0.05 !important;
  }

  .cn-op-10--sm {
    opacity: 0.1 !important;
  }

  .cn-op-15--sm {
    opacity: 0.15 !important;
  }

  .cn-op-20--sm {
    opacity: 0.2 !important;
  }

  .cn-op-25--sm {
    opacity: 0.25 !important;
  }

  .cn-op-30--sm {
    opacity: 0.3 !important;
  }

  .cn-op-35--sm {
    opacity: 0.35 !important;
  }

  .cn-op-40--sm {
    opacity: 0.4 !important;
  }

  .cn-op-45--sm {
    opacity: 0.45 !important;
  }

  .cn-op-50--sm {
    opacity: 0.5 !important;
  }

  .cn-op-55--sm {
    opacity: 0.55 !important;
  }

  .cn-op-60--sm {
    opacity: 0.6 !important;
  }

  .cn-op-65--sm {
    opacity: 0.65 !important;
  }

  .cn-op-70--sm {
    opacity: 0.7 !important;
  }

  .cn-op-75--sm {
    opacity: 0.75 !important;
  }

  .cn-op-80--sm {
    opacity: 0.8 !important;
  }

  .cn-op-85--sm {
    opacity: 0.85 !important;
  }

  .cn-op-90--sm {
    opacity: 0.9 !important;
  }

  .cn-op-95--sm {
    opacity: 0.95 !important;
  }

  .cn-op-100--sm {
    opacity: 1 !important;
  }

  .cn-pn-sc--sm {
    position: static;
  }

  .cn-pn-ae--sm {
    position: absolute;
  }

  .cn-pn-re--sm {
    position: relative;
  }

  .cn-pn-fd--sm {
    position: fixed;
  }

  .cn-ow-it--sm {
    overflow: inherit;
  }

  .cn-ow-hn--sm {
    overflow: hidden;
  }

  .cn-ow-sl--sm {
    overflow: scroll;
  }

  .cn-ow-ao--sm {
    overflow: auto;
  }

  .cn-d-bl--sm {
    display: block !important;
  }

  .cn-d-in--sm {
    display: inline !important;
  }

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

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

  .cn-d-gd--sm {
    display: grid !important;
  }

  .cn-d-no--sm {
    display: none !important;
  }

  .bottom-form .form-column-2 .form_box {
    background: #202025;
  }

  .bottom-form {
    padding: 30px 0 30px;
    background: #202025;
  }

  .bottom-form .container {
    padding: 0;
  }

  .bottom-form .form-column-1 {
    padding: 0 16px;
    width: 100%;
  }

  .form-group {
    margin-bottom: 0;
  }

  .bottom-form .form-column-1 {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .bottom_account_info_content {
    display: flex;
    align-items: center;
  }

  .bottom-form .form-column-1 .top_info .top_description {
    line-height: 26px;
    margin-bottom: 10px;
  }

  .bottom-form .form-column-1 .top_info .title {
    font-size: 24px;
  }

  .bottom-form .form-column-1 .bottom_account_info .info_account h4 {
    font-size: 16px;
    line-height: 19px;
  }

  .bottom-form .form-column-1 .bottom_account_info .info_account p {
    font-size: 14px;
    line-height: 17px;
  }

  .bottom-form .form-column-2 {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .bottom-form .form-column-1 .top_info .title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0em;
    max-width: 100%;
  }

  .bottom-form .form-column-2 .form_box {
    padding: 30px 16px;
    box-shadow: none;
  }

  .bottom-form .form-column-2 .bottom_contact_form .form-group .form-control {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12.5px;
    padding-bottom: 11.5px;
    width: auto;
  }

  .bottom-form .form-column-2 .bottom_contact_form .form-group:not(:last-child) {
    margin-bottom: 30px;
  }

  .bottom-form .form-column-1 .bottom_account_info .account_image svg {
    max-height: 100%;
  }

  .bottom-form .form_box .contact_title {
    line-height: 48px;
  }

  .account_image {
    max-width: 52.6px;
    display: flex;
    justify-content: flex-start;
  }

  .bottom-form .form-column-1 .top_info {
    padding: 0;
  }

  .bottom-form .form-column-1 .bottom_account_info .info_account {
    margin-left: 16px;
  }

  .bottom-form .form-column-1 .bottom_account_info .info_account h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
  }

  .bottom-form .form-column-2 .bottom_contact_form .form-group .form-label {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
  }

  .bottom-form .form-column-2 .bottom_contact_form .form-group .terms-text {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
  }

  .bottom-form .form-column-2 .bottom_contact_form .form-group .checkmark {
    height: 20px;
    width: 20px;
    min-width: 20px;
    cursor: pointer;
  }

  .bottom-form .form-column-2 .bottom_contact_form .form-group .form-control.form-control-textarea {
    padding-top: 17px;
    min-height: 105.5px;
  }

  .bottom-form .form-column-2 .bottom_contact_form .form-group .terms-text a,
  .bottom-form .form-column-2 .bottom_contact_form .form-group .terms-text {
    font-size: 16px;
    text-align: left;
    line-height: 26px;
    letter-spacing: 0px;
  }

  .bottom-form .form-column-2 .bottom_contact_form .form-group .btn-angles {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.3959999979px;
    text-align: center;
  }

  .form-submit-button {
    margin-top: 30px;
  }

  .bottom-form.bottom-form-default .form-column-2 .form_box {
    background: #18181D;
    box-shadow: none;
  }

  .bottom-form.bottom-form-default {
    padding: 30px 0 30px;
    background: #202025;
  }

  .bottom-form .partners-logos {
    justify-content: space-between;
    display: flex;
  }

  .bottom-form .partners-logos img {
    max-width: 25%;
    max-height: 83px;
  }

  .bottom-form .partners-logos img:not(:last-child) {
    margin-right: 13px;
  }

  .section-64-p {
    padding: 40px 0;
  }

  .navbar {
    padding: 6px 0;
  }

  .hero-content br {
    display: none;
  }

  .horizontal_scroll_box_container {
    display: flex;
    overflow-x: scroll;
  }

  .footer-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .logo-footer {
    margin-bottom: 20px;
  }

  section {
    padding: 0;
  }

  .brand {
    right: 50px;
  }

  .brand {
    width: 11%;
    max-width: 30px;
    top: 200px;
    right: 50%;
    height: 45px;
  }

  .wide {
    width: 100%;
  }

  .only-mobile {
    display: block;
  }

  .container {
    padding: 0 16px;
  }

  section h3 {
    font-size: 32px;
    line-height: 32px;
  }

  .copyright {
    padding: 11px 0 0px;
    font-size: 14px;
    line-height: 24px;
    color: #484848;
  }

  section .level h3 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0em;
  }

  .navbar-brand {
    width: 100%;
    justify-content: space-between;
  }

  .bottom-form.bottom-form-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  #page header section.hero:not(.header-null) {
    min-height: 627px;
  }

  #navbarMenuHeroMobile .navbar-brand {
    min-height: 74px;
    margin-bottom: 40px;
  }

  #popup-check {
    max-width: calc(100% - 32px);
    top: 74px;
  }
}

@media (max-width: 680px) {
  p {
    line-height: 26px;
  }

  .cn-jc-start--xs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cn-jc-center--xs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cn-jc-end--xs {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .cn-jc-around--xs {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .cn-jc-between--xs {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cn-ai-start--xs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cn-ai-center--xs {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cn-ai-end--xs {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .cn-ai-self-end--xs {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .cn-ai-self-center--xs {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .cn-ai-self-start--xs {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .cn-fd-row--xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cn-fd-rowrev--xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .cn-fd-col--xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cn-fd-colrev--xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .cn-fw-wr--xs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cn-fw-no--xs {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .cn-gr-0--xs {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .cn-gr-1--xs {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .cn-sh-0--xs {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .cn-sh-1--xs {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .cn-fx-0--xs {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }

  .cn-fx-1--xs {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .cn-ord-last--xs {
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
    -ms-flex-order: 99;
    order: 99;
  }

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

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

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

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

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

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

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

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

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

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

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

  .cn-fa-left--xs {
    text-align: left !important;
  }

  .cn-fa-center--xs {
    text-align: center !important;
  }

  .cn-fa-right--xs {
    text-align: right !important;
  }

  .cn-fa-justify--xs {
    text-align: justify !important;
  }

  .cn-ff-italic--xs {
    font-style: italic !important;
  }

  .cn-ff-normal--xs {
    font-style: normal !important;
  }

  .cn-ft-upper--xs {
    text-transform: uppercase !important;
  }

  .cn-ft-lower--xs {
    text-transform: lowercase !important;
  }

  .cn-ft-capitalize--xs {
    text-transform: capitalize !important;
  }

  .cn-ft-none--xs {
    text-transform: none !important;
  }

  .cn-fc-wrap--xs {
    white-space: pre-wrap !important;
  }

  .cn-fc-nowrap--xs {
    white-space: nowrap !important;
  }

  .cn-fc-normal--xs {
    white-space: normal !important;
  }

  .cn-fo-clip--xs {
    -o-text-overflow: clip !important;
    text-overflow: clip !important;
  }

  .cn-fo-ellipsis--xs {
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
  }

  .cn-fo-inherit--xs {
    -o-text-overflow: inherit !important;
    text-overflow: inherit !important;
  }

  .cn-fe-through--xs {
    text-decoration: line-through !important;
  }

  .cn-fe-under--xs {
    text-decoration: underline !important;
  }

  .cn-fe-none--xs {
    text-decoration: none !important;
  }

  .cn-fl-11--xs {
    line-height: 1.1 !important;
  }

  .cn-fl-12--xs {
    line-height: 1.2 !important;
  }

  .cn-fl-13--xs {
    line-height: 1.3 !important;
  }

  .cn-fl-14--xs {
    line-height: 1.4 !important;
  }

  .cn-fl-15--xs {
    line-height: 1.5 !important;
  }

  .cn-fl-16--xs {
    line-height: 1.6 !important;
  }

  .cn-fl-17--xs {
    line-height: 1.7 !important;
  }

  .cn-fl-18--xs {
    line-height: 1.8 !important;
  }

  .cn-fl-19--xs {
    line-height: 1.9 !important;
  }

  .cn-fl-2--xs {
    line-height: 2 !important;
  }

  .cn-fl-21--xs {
    line-height: 2.1 !important;
  }

  .cn-fl-22--xs {
    line-height: 2.2 !important;
  }

  .cn-fi-0--xs {
    letter-spacing: 0rem !important;
  }

  .cn-fi-01--xs {
    letter-spacing: 0.1rem !important;
  }

  .cn-fi-02--xs {
    letter-spacing: 0.2rem !important;
  }

  .cn-fi-03--xs {
    letter-spacing: 0.3rem !important;
  }

  .cn-fi-04--xs {
    letter-spacing: 0.4rem !important;
  }

  .cn-fi-05--xs {
    letter-spacing: 0.5rem !important;
  }

  .cn-fi-06--xs {
    letter-spacing: 0.6rem !important;
  }

  .cn-fi-07--xs {
    letter-spacing: 0.7rem !important;
  }

  .cn-fi-08--xs {
    letter-spacing: 0.8rem !important;
  }

  .cn-fi-09--xs {
    letter-spacing: 0.9rem !important;
  }

  .cn-fw-100--xs {
    font-weight: 100 !important;
  }

  .cn-fw-200--xs {
    font-weight: 200 !important;
  }

  .cn-fw-300--xs {
    font-weight: 300 !important;
  }

  .cn-fw-400--xs {
    font-weight: 400 !important;
  }

  .cn-fw-500--xs {
    font-weight: 500 !important;
  }

  .cn-fw-600--xs {
    font-weight: 600 !important;
  }

  .cn-fw-700--xs {
    font-weight: 700 !important;
  }

  .cn-fw-800--xs {
    font-weight: 800 !important;
  }

  .cn-fw-900--xs {
    font-weight: 900 !important;
  }

  .cn-is-flex--xs {
    display: flex;
  }

  .cn-fs-5--xs {
    font-size: 0.3125rem !important;
  }

  .cn-fs-6--xs {
    font-size: 0.375rem !important;
  }

  .cn-fs-7--xs {
    font-size: 0.4375rem !important;
  }

  .cn-fs-8--xs {
    font-size: 0.5rem !important;
  }

  .cn-fs-9--xs {
    font-size: 0.5625rem !important;
  }

  .cn-fs-10--xs {
    font-size: 0.625rem !important;
  }

  .cn-fs-11--xs {
    font-size: 0.6875rem !important;
  }

  .cn-fs-12--xs {
    font-size: 0.75rem !important;
  }

  .cn-fs-13--xs {
    font-size: 0.8125rem !important;
  }

  .cn-fs-14--xs {
    font-size: 0.875rem !important;
  }

  .cn-fs-15--xs {
    font-size: 0.9375rem !important;
  }

  .cn-fs-16--xs {
    font-size: 1rem !important;
  }

  .cn-fs-17--xs {
    font-size: 1.0625rem !important;
  }

  .cn-fs-18--xs {
    font-size: 1.125rem !important;
  }

  .cn-fs-19--xs {
    font-size: 1.1875rem !important;
  }

  .cn-fs-20--xs {
    font-size: 1.25rem !important;
  }

  .cn-fs-21--xs {
    font-size: 1.3125rem !important;
  }

  .cn-fs-22--xs {
    font-size: 1.375rem !important;
  }

  .cn-fs-23--xs {
    font-size: 1.4375rem !important;
  }

  .cn-fs-24--xs {
    font-size: 1.5rem !important;
  }

  .cn-fs-25--xs {
    font-size: 1.5625rem !important;
  }

  .cn-fs-26--xs {
    font-size: 1.625rem !important;
  }

  .cn-fs-27--xs {
    font-size: 1.6875rem !important;
  }

  .cn-fs-28--xs {
    font-size: 1.75rem !important;
  }

  .cn-fs-29--xs {
    font-size: 1.8125rem !important;
  }

  .cn-fs-30--xs {
    font-size: 1.875rem !important;
  }

  .cn-fs-31--xs {
    font-size: 1.9375rem !important;
  }

  .cn-fs-32--xs {
    font-size: 2rem !important;
  }

  .cn-fs-33--xs {
    font-size: 2.0625rem !important;
  }

  .cn-fs-34--xs {
    font-size: 2.125rem !important;
  }

  .cn-fs-35--xs {
    font-size: 2.1875rem !important;
  }

  .cn-fs-36--xs {
    font-size: 2.25rem !important;
  }

  .cn-fs-37--xs {
    font-size: 2.3125rem !important;
  }

  .cn-fs-38--xs {
    font-size: 2.375rem !important;
  }

  .cn-fs-39--xs {
    font-size: 2.4375rem !important;
  }

  .cn-fs-40--xs {
    font-size: 2.5rem !important;
  }

  .cn-fs-41--xs {
    font-size: 2.5625rem !important;
  }

  .cn-fs-42--xs {
    font-size: 2.625rem !important;
  }

  .cn-fs-43--xs {
    font-size: 2.6875rem !important;
  }

  .cn-fs-44--xs {
    font-size: 2.75rem !important;
  }

  .cn-fs-45--xs {
    font-size: 2.8125rem !important;
  }

  .cn-fs-46--xs {
    font-size: 2.875rem !important;
  }

  .cn-fs-47--xs {
    font-size: 2.9375rem !important;
  }

  .cn-fs-48--xs {
    font-size: 3rem !important;
  }

  .cn-fs-49--xs {
    font-size: 3.0625rem !important;
  }

  .cn-fs-50--xs {
    font-size: 3.125rem !important;
  }

  .cn-fs-51--xs {
    font-size: 3.1875rem !important;
  }

  .cn-fs-52--xs {
    font-size: 3.25rem !important;
  }

  .cn-fs-53--xs {
    font-size: 3.3125rem !important;
  }

  .cn-fs-54--xs {
    font-size: 3.375rem !important;
  }

  .cn-fs-55--xs {
    font-size: 3.4375rem !important;
  }

  .cn-fs-56--xs {
    font-size: 3.5rem !important;
  }

  .cn-fs-57--xs {
    font-size: 3.5625rem !important;
  }

  .cn-fs-58--xs {
    font-size: 3.625rem !important;
  }

  .cn-fs-59--xs {
    font-size: 3.6875rem !important;
  }

  .cn-fs-60--xs {
    font-size: 3.75rem !important;
  }

  .cn-move-0_1--xs {
    margin-left: 0%;
  }

  .cn-move-1_1--xs {
    margin-left: 100%;
  }

  .cn-move-0_1--xs {
    margin-left: 0%;
  }

  .cn-move-0_2--xs {
    margin-left: 0%;
  }

  .cn-move-1_2--xs {
    margin-left: 50%;
  }

  .cn-move-0_3--xs {
    margin-left: 0%;
  }

  .cn-move-1_3--xs {
    margin-left: 33.33333%;
  }

  .cn-move-2_3--xs {
    margin-left: 66.66667%;
  }

  .cn-move-0_4--xs {
    margin-left: 0%;
  }

  .cn-move-1_4--xs {
    margin-left: 25%;
  }

  .cn-move-2_4--xs {
    margin-left: 50%;
  }

  .cn-move-3_4--xs {
    margin-left: 75%;
  }

  .cn-move-0_5--xs {
    margin-left: 0%;
  }

  .cn-move-1_5--xs {
    margin-left: 20%;
  }

  .cn-move-2_5--xs {
    margin-left: 40%;
  }

  .cn-move-3_5--xs {
    margin-left: 60%;
  }

  .cn-move-4_5--xs {
    margin-left: 80%;
  }

  .cn-move-0_6--xs {
    margin-left: 0%;
  }

  .cn-move-1_6--xs {
    margin-left: 16.66667%;
  }

  .cn-move-2_6--xs {
    margin-left: 33.33333%;
  }

  .cn-move-3_6--xs {
    margin-left: 50%;
  }

  .cn-move-4_6--xs {
    margin-left: 66.66667%;
  }

  .cn-move-5_6--xs {
    margin-left: 83.33333%;
  }

  .cn-move-0_7--xs {
    margin-left: 0%;
  }

  .cn-move-1_7--xs {
    margin-left: 14.28571%;
  }

  .cn-move-2_7--xs {
    margin-left: 28.57143%;
  }

  .cn-move-3_7--xs {
    margin-left: 42.85714%;
  }

  .cn-move-4_7--xs {
    margin-left: 57.14286%;
  }

  .cn-move-5_7--xs {
    margin-left: 71.42857%;
  }

  .cn-move-6_7--xs {
    margin-left: 85.71429%;
  }

  .cn-move-0_8--xs {
    margin-left: 0%;
  }

  .cn-move-1_8--xs {
    margin-left: 12.5%;
  }

  .cn-move-2_8--xs {
    margin-left: 25%;
  }

  .cn-move-3_8--xs {
    margin-left: 37.5%;
  }

  .cn-move-4_8--xs {
    margin-left: 50%;
  }

  .cn-move-5_8--xs {
    margin-left: 62.5%;
  }

  .cn-move-6_8--xs {
    margin-left: 75%;
  }

  .cn-move-7_8--xs {
    margin-left: 87.5%;
  }

  .cn-move-0_9--xs {
    margin-left: 0%;
  }

  .cn-move-1_9--xs {
    margin-left: 11.11111%;
  }

  .cn-move-2_9--xs {
    margin-left: 22.22222%;
  }

  .cn-move-3_9--xs {
    margin-left: 33.33333%;
  }

  .cn-move-4_9--xs {
    margin-left: 44.44444%;
  }

  .cn-move-5_9--xs {
    margin-left: 55.55556%;
  }

  .cn-move-6_9--xs {
    margin-left: 66.66667%;
  }

  .cn-move-7_9--xs {
    margin-left: 77.77778%;
  }

  .cn-move-8_9--xs {
    margin-left: 88.88889%;
  }

  .cn-move-0_10--xs {
    margin-left: 0%;
  }

  .cn-move-1_10--xs {
    margin-left: 10%;
  }

  .cn-move-2_10--xs {
    margin-left: 20%;
  }

  .cn-move-3_10--xs {
    margin-left: 30%;
  }

  .cn-move-4_10--xs {
    margin-left: 40%;
  }

  .cn-move-5_10--xs {
    margin-left: 50%;
  }

  .cn-move-6_10--xs {
    margin-left: 60%;
  }

  .cn-move-7_10--xs {
    margin-left: 70%;
  }

  .cn-move-8_10--xs {
    margin-left: 80%;
  }

  .cn-move-9_10--xs {
    margin-left: 90%;
  }

  .cn-move-0_11--xs {
    margin-left: 0%;
  }

  .cn-move-1_11--xs {
    margin-left: 9.09091%;
  }

  .cn-move-2_11--xs {
    margin-left: 18.18182%;
  }

  .cn-move-3_11--xs {
    margin-left: 27.27273%;
  }

  .cn-move-4_11--xs {
    margin-left: 36.36364%;
  }

  .cn-move-5_11--xs {
    margin-left: 45.45455%;
  }

  .cn-move-6_11--xs {
    margin-left: 54.54545%;
  }

  .cn-move-7_11--xs {
    margin-left: 63.63636%;
  }

  .cn-move-8_11--xs {
    margin-left: 72.72727%;
  }

  .cn-move-9_11--xs {
    margin-left: 81.81818%;
  }

  .cn-move-10_11--xs {
    margin-left: 90.90909%;
  }

  .cn-move-0_12--xs {
    margin-left: 0%;
  }

  .cn-move-1_12--xs {
    margin-left: 8.33333%;
  }

  .cn-move-2_12--xs {
    margin-left: 16.66667%;
  }

  .cn-move-3_12--xs {
    margin-left: 25%;
  }

  .cn-move-4_12--xs {
    margin-left: 33.33333%;
  }

  .cn-move-5_12--xs {
    margin-left: 41.66667%;
  }

  .cn-move-6_12--xs {
    margin-left: 50%;
  }

  .cn-move-7_12--xs {
    margin-left: 58.33333%;
  }

  .cn-move-8_12--xs {
    margin-left: 66.66667%;
  }

  .cn-move-9_12--xs {
    margin-left: 75%;
  }

  .cn-move-10_12--xs {
    margin-left: 83.33333%;
  }

  .cn-move-11_12--xs {
    margin-left: 91.66667%;
  }

  .cn-w-5--xs {
    width: 5%;
  }

  .cn-w-10--xs {
    width: 10%;
  }

  .cn-w-15--xs {
    width: 15%;
  }

  .cn-w-20--xs {
    width: 20%;
  }

  .cn-w-25--xs {
    width: 25%;
  }

  .cn-w-30--xs {
    width: 30%;
  }

  .cn-w-35--xs {
    width: 35%;
  }

  .cn-w-40--xs {
    width: 40%;
  }

  .cn-w-45--xs {
    width: 45%;
  }

  .cn-w-50--xs {
    width: 50%;
  }

  .cn-w-55--xs {
    width: 55%;
  }

  .cn-w-60--xs {
    width: 60%;
  }

  .cn-w-65--xs {
    width: 65%;
  }

  .cn-w-70--xs {
    width: 70%;
  }

  .cn-w-75--xs {
    width: 75%;
  }

  .cn-w-80--xs {
    width: 80%;
  }

  .cn-w-85--xs {
    width: 85%;
  }

  .cn-w-90--xs {
    width: 90%;
  }

  .cn-w-95--xs {
    width: 95%;
  }

  .cn-w-100--xs {
    width: 100%;
  }

  .cn-w-1_3--xs {
    width: 33.33333%;
  }

  .cn-w-2_3--xs {
    width: 66.66667%;
  }

  .cn-w-3_3--xs {
    width: 100%;
  }

  .cn-w-1_4--xs {
    width: 25%;
  }

  .cn-w-2_4--xs {
    width: 50%;
  }

  .cn-w-3_4--xs {
    width: 75%;
  }

  .cn-w-4_4--xs {
    width: 100%;
  }

  .cn-w-1_5--xs {
    width: 20%;
  }

  .cn-w-2_5--xs {
    width: 40%;
  }

  .cn-w-3_5--xs {
    width: 60%;
  }

  .cn-w-4_5--xs {
    width: 80%;
  }

  .cn-w-5_5--xs {
    width: 100%;
  }

  .cn-w-1_6--xs {
    width: 16.66667%;
  }

  .cn-w-2_6--xs {
    width: 33.33333%;
  }

  .cn-w-3_6--xs {
    width: 50%;
  }

  .cn-w-4_6--xs {
    width: 66.66667%;
  }

  .cn-w-5_6--xs {
    width: 83.33333%;
  }

  .cn-w-6_6--xs {
    width: 100%;
  }

  .cn-w-1_7--xs {
    width: 14.28571%;
  }

  .cn-w-2_7--xs {
    width: 28.57143%;
  }

  .cn-w-3_7--xs {
    width: 42.85714%;
  }

  .cn-w-4_7--xs {
    width: 57.14286%;
  }

  .cn-w-5_7--xs {
    width: 71.42857%;
  }

  .cn-w-6_7--xs {
    width: 85.71429%;
  }

  .cn-w-7_7--xs {
    width: 100%;
  }

  .cn-w-1_8--xs {
    width: 12.5%;
  }

  .cn-w-2_8--xs {
    width: 25%;
  }

  .cn-w-3_8--xs {
    width: 37.5%;
  }

  .cn-w-4_8--xs {
    width: 50%;
  }

  .cn-w-5_8--xs {
    width: 62.5%;
  }

  .cn-w-6_8--xs {
    width: 75%;
  }

  .cn-w-7_8--xs {
    width: 87.5%;
  }

  .cn-w-8_8--xs {
    width: 100%;
  }

  .cn-w-1_9--xs {
    width: 11.11111%;
  }

  .cn-w-2_9--xs {
    width: 22.22222%;
  }

  .cn-w-3_9--xs {
    width: 33.33333%;
  }

  .cn-w-4_9--xs {
    width: 44.44444%;
  }

  .cn-w-5_9--xs {
    width: 55.55556%;
  }

  .cn-w-6_9--xs {
    width: 66.66667%;
  }

  .cn-w-7_9--xs {
    width: 77.77778%;
  }

  .cn-w-8_9--xs {
    width: 88.88889%;
  }

  .cn-w-9_9--xs {
    width: 100%;
  }

  .cn-w-1_10--xs {
    width: 10%;
  }

  .cn-w-2_10--xs {
    width: 20%;
  }

  .cn-w-3_10--xs {
    width: 30%;
  }

  .cn-w-4_10--xs {
    width: 40%;
  }

  .cn-w-5_10--xs {
    width: 50%;
  }

  .cn-w-6_10--xs {
    width: 60%;
  }

  .cn-w-7_10--xs {
    width: 70%;
  }

  .cn-w-8_10--xs {
    width: 80%;
  }

  .cn-w-9_10--xs {
    width: 90%;
  }

  .cn-w-10_10--xs {
    width: 100%;
  }

  .cn-w-1_11--xs {
    width: 9.09091%;
  }

  .cn-w-2_11--xs {
    width: 18.18182%;
  }

  .cn-w-3_11--xs {
    width: 27.27273%;
  }

  .cn-w-4_11--xs {
    width: 36.36364%;
  }

  .cn-w-5_11--xs {
    width: 45.45455%;
  }

  .cn-w-6_11--xs {
    width: 54.54545%;
  }

  .cn-w-7_11--xs {
    width: 63.63636%;
  }

  .cn-w-8_11--xs {
    width: 72.72727%;
  }

  .cn-w-9_11--xs {
    width: 81.81818%;
  }

  .cn-w-10_11--xs {
    width: 90.90909%;
  }

  .cn-w-11_11--xs {
    width: 100%;
  }

  .cn-w-1_12--xs {
    width: 8.33333%;
  }

  .cn-w-2_12--xs {
    width: 16.66667%;
  }

  .cn-w-3_12--xs {
    width: 25%;
  }

  .cn-w-4_12--xs {
    width: 33.33333%;
  }

  .cn-w-5_12--xs {
    width: 41.66667%;
  }

  .cn-w-6_12--xs {
    width: 50%;
  }

  .cn-w-7_12--xs {
    width: 58.33333%;
  }

  .cn-w-8_12--xs {
    width: 66.66667%;
  }

  .cn-w-9_12--xs {
    width: 75%;
  }

  .cn-w-10_12--xs {
    width: 83.33333%;
  }

  .cn-w-11_12--xs {
    width: 91.66667%;
  }

  .cn-w-12_12--xs {
    width: 100%;
  }

  .cn-w-auto--xs {
    width: auto;
  }

  .cn-w-expand--xs {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .cn-wp-0--xs {
    width: 0%;
  }

  .cn-wp-5--xs {
    width: 5%;
  }

  .cn-wp-10--xs {
    width: 10%;
  }

  .cn-wp-15--xs {
    width: 15%;
  }

  .cn-wp-20--xs {
    width: 20%;
  }

  .cn-wp-25--xs {
    width: 25%;
  }

  .cn-wp-30--xs {
    width: 30%;
  }

  .cn-wp-35--xs {
    width: 35%;
  }

  .cn-wp-40--xs {
    width: 40%;
  }

  .cn-wp-45--xs {
    width: 45%;
  }

  .cn-wp-50--xs {
    width: 50%;
  }

  .cn-wp-55--xs {
    width: 55%;
  }

  .cn-wp-60--xs {
    width: 60%;
  }

  .cn-wp-65--xs {
    width: 65%;
  }

  .cn-wp-70--xs {
    width: 70%;
  }

  .cn-wp-75--xs {
    width: 75%;
  }

  .cn-wp-80--xs {
    width: 80%;
  }

  .cn-wp-85--xs {
    width: 85%;
  }

  .cn-wp-90--xs {
    width: 90%;
  }

  .cn-wp-95--xs {
    width: 95%;
  }

  .cn-wp-100--xs {
    width: 100%;
  }

  .cn-p-0--xs {
    padding: 0rem !important;
  }

  .cn-ph-0--xs {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  .cn-pv-0--xs {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .cn-pt-0--xs {
    padding-top: 0rem !important;
  }

  .cn-pb-0--xs {
    padding-bottom: 0rem !important;
  }

  .cn-pl-0--xs {
    padding-left: 0rem !important;
  }

  .cn-pr-0--xs {
    padding-right: 0rem !important;
  }

  .cn-p-5--xs {
    padding: 0.3125rem;
  }

  .cn-ph-5--xs {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .cn-pv-5--xs {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .cn-pt-5--xs {
    padding-top: 0.3125rem;
  }

  .cn-pb-5--xs {
    padding-bottom: 0.3125rem;
  }

  .cn-pl-5--xs {
    padding-left: 0.3125rem;
  }

  .cn-pr-5--xs {
    padding-right: 0.3125rem;
  }

  .cn-p-10--xs {
    padding: 0.625rem;
  }

  .cn-ph-10--xs {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .cn-pv-10--xs {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .cn-pt-10--xs {
    padding-top: 0.625rem;
  }

  .cn-pb-10--xs {
    padding-bottom: 0.625rem;
  }

  .cn-pl-10--xs {
    padding-left: 0.625rem;
  }

  .cn-pr-10--xs {
    padding-right: 0.625rem;
  }

  .cn-p-15--xs {
    padding: 0.9375rem;
  }

  .cn-ph-15--xs {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .cn-pv-15--xs {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .cn-pt-15--xs {
    padding-top: 0.9375rem;
  }

  .cn-pb-15--xs {
    padding-bottom: 0.9375rem;
  }

  .cn-pl-15--xs {
    padding-left: 0.9375rem;
  }

  .cn-pr-15--xs {
    padding-right: 0.9375rem;
  }

  .cn-p-20--xs {
    padding: 1.25rem;
  }

  .cn-ph-20--xs {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cn-pv-20--xs {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .cn-pt-20--xs {
    padding-top: 1.25rem;
  }

  .cn-pb-20--xs {
    padding-bottom: 1.25rem;
  }

  .cn-pl-20--xs {
    padding-left: 1.25rem;
  }

  .cn-pr-20--xs {
    padding-right: 1.25rem;
  }

  .cn-pt-22--xs {
    padding-top: 1.375rem !important;
  }

  .cn-p-25--xs {
    padding: 1.5625rem;
  }

  .cn-ph-25--xs {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .cn-pv-25--xs {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .cn-pt-25--xs {
    padding-top: 1.5625rem;
  }

  .cn-pb-25--xs {
    padding-bottom: 1.5625rem;
  }

  .cn-pl-25--xs {
    padding-left: 1.5625rem;
  }

  .cn-pr-25--xs {
    padding-right: 1.5625rem;
  }

  .cn-p-30--xs {
    padding: 1.875rem;
  }

  .cn-ph-30--xs {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .cn-pv-30--xs {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .cn-pt-30--xs {
    padding-top: 1.875rem;
  }

  .cn-pb-30--xs {
    padding-bottom: 1.875rem;
  }

  .cn-pl-30--xs {
    padding-left: 1.875rem;
  }

  .cn-pr-30--xs {
    padding-right: 1.875rem;
  }

  .cn-p-35--xs {
    padding: 2.1875rem;
  }

  .cn-ph-35--xs {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }

  .cn-pv-35--xs {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }

  .cn-pt-35--xs {
    padding-top: 2.1875rem;
  }

  .cn-pb-35--xs {
    padding-bottom: 2.1875rem;
  }

  .cn-pl-35--xs {
    padding-left: 2.1875rem;
  }

  .cn-pr-35--xs {
    padding-right: 2.1875rem;
  }

  .cn-p-40--xs {
    padding: 2.5rem;
  }

  .cn-ph-40--xs {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cn-pv-40--xs {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .cn-pt-40--xs {
    padding-top: 2.5rem;
  }

  .cn-pb-40--xs {
    padding-bottom: 2.5rem;
  }

  .cn-pl-40--xs {
    padding-left: 2.5rem;
  }

  .cn-pr-40--xs {
    padding-right: 2.5rem;
  }

  .cn-p-45--xs {
    padding: 2.8125rem;
  }

  .cn-ph-45--xs {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }

  .cn-pv-45--xs {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }

  .cn-pt-45--xs {
    padding-top: 2.8125rem;
  }

  .cn-pb-45--xs {
    padding-bottom: 2.8125rem;
  }

  .cn-pl-45--xs {
    padding-left: 2.8125rem;
  }

  .cn-pr-45--xs {
    padding-right: 2.8125rem;
  }

  .cn-p-50--xs {
    padding: 3.125rem;
  }

  .cn-ph-50--xs {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .cn-pv-50--xs {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .cn-pt-50--xs {
    padding-top: 3.125rem;
  }

  .cn-pb-50--xs {
    padding-bottom: 3.125rem;
  }

  .cn-pl-50--xs {
    padding-left: 3.125rem;
  }

  .cn-pr-50--xs {
    padding-right: 3.125rem;
  }

  .cn-p-55--xs {
    padding: 3.4375rem;
  }

  .cn-ph-55--xs {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }

  .cn-pv-55--xs {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }

  .cn-pt-55--xs {
    padding-top: 3.4375rem;
  }

  .cn-pb-55--xs {
    padding-bottom: 3.4375rem;
  }

  .cn-pl-55--xs {
    padding-left: 3.4375rem;
  }

  .cn-pr-55--xs {
    padding-right: 3.4375rem;
  }

  .cn-p-60--xs {
    padding: 3.75rem;
  }

  .cn-ph-60--xs {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .cn-pv-60--xs {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .cn-pt-60--xs {
    padding-top: 3.75rem;
  }

  .cn-pb-60--xs {
    padding-bottom: 3.75rem;
  }

  .cn-pl-60--xs {
    padding-left: 3.75rem;
  }

  .cn-pr-60--xs {
    padding-right: 3.75rem;
  }

  .cn-p-65--xs {
    padding: 4.0625rem;
  }

  .cn-ph-65--xs {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }

  .cn-pv-65--xs {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }

  .cn-pt-65--xs {
    padding-top: 4.0625rem;
  }

  .cn-pb-65--xs {
    padding-bottom: 4.0625rem;
  }

  .cn-pl-65--xs {
    padding-left: 4.0625rem;
  }

  .cn-pr-65--xs {
    padding-right: 4.0625rem;
  }

  .cn-p-70--xs {
    padding: 4.375rem;
  }

  .cn-ph-70--xs {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .cn-pv-70--xs {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .cn-pt-70--xs {
    padding-top: 4.375rem;
  }

  .cn-pb-70--xs {
    padding-bottom: 4.375rem;
  }

  .cn-pl-70--xs {
    padding-left: 4.375rem;
  }

  .cn-pr-70--xs {
    padding-right: 4.375rem;
  }

  .cn-p-75--xs {
    padding: 4.6875rem;
  }

  .cn-ph-75--xs {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }

  .cn-pv-75--xs {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }

  .cn-pt-75--xs {
    padding-top: 4.6875rem;
  }

  .cn-pb-75--xs {
    padding-bottom: 4.6875rem;
  }

  .cn-pl-75--xs {
    padding-left: 4.6875rem;
  }

  .cn-pr-75--xs {
    padding-right: 4.6875rem;
  }

  .cn-p-80--xs {
    padding: 5rem;
  }

  .cn-ph-80--xs {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .cn-pv-80--xs {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .cn-pt-80--xs {
    padding-top: 5rem;
  }

  .cn-pb-80--xs {
    padding-bottom: 5rem;
  }

  .cn-pl-80--xs {
    padding-left: 5rem;
  }

  .cn-pr-80--xs {
    padding-right: 5rem;
  }

  .cn-p-85--xs {
    padding: 5.3125rem;
  }

  .cn-ph-85--xs {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }

  .cn-pv-85--xs {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }

  .cn-pt-85--xs {
    padding-top: 5.3125rem;
  }

  .cn-pb-85--xs {
    padding-bottom: 5.3125rem;
  }

  .cn-pl-85--xs {
    padding-left: 5.3125rem;
  }

  .cn-pr-85--xs {
    padding-right: 5.3125rem;
  }

  .cn-p-90--xs {
    padding: 5.625rem;
  }

  .cn-ph-90--xs {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }

  .cn-pv-90--xs {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .cn-pt-90--xs {
    padding-top: 5.625rem;
  }

  .cn-pb-90--xs {
    padding-bottom: 5.625rem;
  }

  .cn-pl-90--xs {
    padding-left: 5.625rem;
  }

  .cn-pr-90--xs {
    padding-right: 5.625rem;
  }

  .cn-p-95--xs {
    padding: 5.9375rem;
  }

  .cn-ph-95--xs {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem;
  }

  .cn-pv-95--xs {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }

  .cn-pt-95--xs {
    padding-top: 5.9375rem;
  }

  .cn-pb-95--xs {
    padding-bottom: 5.9375rem;
  }

  .cn-pl-95--xs {
    padding-left: 5.9375rem;
  }

  .cn-pr-95--xs {
    padding-right: 5.9375rem;
  }

  .cn-p-100--xs {
    padding: 6.25rem;
  }

  .cn-ph-100--xs {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .cn-pv-100--xs {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .cn-pt-100--xs {
    padding-top: 6.25rem;
  }

  .cn-pb-100--xs {
    padding-bottom: 6.25rem;
  }

  .cn-pl-100--xs {
    padding-left: 6.25rem;
  }

  .cn-pr-100--xs {
    padding-right: 6.25rem;
  }

  .cn-pl-auto--xs {
    margin-left: auto;
  }

  .cn-pr-auto--xs {
    margin-right: auto;
  }

  .cn-pt-auto--xs {
    margin-top: auto;
  }

  .cn-pb-auto--xs {
    margin-bottom: auto;
  }

  .cn-pv-auto--xs {
    margin-top: auto;
    margin-bottom: auto;
  }

  .cn-ph-auto--xs {
    margin-left: auto;
    margin-right: auto;
  }

  .cn-m-0--xs {
    margin: 0rem !important;
  }

  .cn-mh-0--xs {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }

  .cn-mv-0--xs {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .cn-mt-0--xs {
    margin-top: 0rem !important;
  }

  .cn-mb-0--xs {
    margin-bottom: 0rem !important;
  }

  .cn-ml-0--xs {
    margin-left: 0rem !important;
  }

  .cn-mr-0--xs {
    margin-right: 0rem !important;
  }

  .cn-m-5--xs {
    margin: 0.3125rem;
  }

  .cn-mh-5--xs {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .cn-mv-5--xs {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .cn-mt-5--xs {
    margin-top: 0.3125rem;
  }

  .cn-mb-5--xs {
    margin-bottom: 0.3125rem;
  }

  .cn-ml-5--xs {
    margin-left: 0.3125rem;
  }

  .cn-mr-5--xs {
    margin-right: 0.3125rem;
  }

  .cn-m-10--xs {
    margin: 0.625rem;
  }

  .cn-mh-10--xs {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .cn-mv-10--xs {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .cn-mt-10--xs {
    margin-top: 0.625rem;
  }

  .cn-mb-10--xs {
    margin-bottom: 0.625rem;
  }

  .cn-ml-10--xs {
    margin-left: 0.625rem;
  }

  .cn-mr-10--xs {
    margin-right: 0.625rem;
  }

  .cn-m-15--xs {
    margin: 0.9375rem;
  }

  .cn-mh-15--xs {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .cn-mv-15--xs {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .cn-mt-15--xs {
    margin-top: 0.9375rem;
  }

  .cn-mb-15--xs {
    margin-bottom: 0.9375rem;
  }

  .cn-ml-15--xs {
    margin-left: 0.9375rem;
  }

  .cn-mr-15--xs {
    margin-right: 0.9375rem;
  }

  .cn-m-20--xs {
    margin: 1.25rem;
  }

  .cn-mh-20--xs {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .cn-mv-20--xs {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .cn-mt-20--xs {
    margin-top: 1.25rem;
  }

  .cn-mb-20--xs {
    margin-bottom: 1.25rem;
  }

  .cn-ml-20--xs {
    margin-left: 1.25rem;
  }

  .cn-mr-20--xs {
    margin-right: 1.25rem;
  }

  .cn-mb-22--xs {
    margin-bottom: 22px;
  }

  .cn-m-25--xs {
    margin: 1.5625rem;
  }

  .cn-mh-25--xs {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .cn-mv-25--xs {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .cn-mt-25--xs {
    margin-top: 1.5625rem;
  }

  .cn-mb-25--xs {
    margin-bottom: 1.5625rem;
  }

  .cn-ml-25--xs {
    margin-left: 1.5625rem;
  }

  .cn-mr-25--xs {
    margin-right: 1.5625rem;
  }

  .cn-m-30--xs {
    margin: 1.875rem;
  }

  .cn-mh-30--xs {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .cn-mv-30--xs {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .cn-mt-30--xs {
    margin-top: 1.875rem;
  }

  .cn-mb-30--xs {
    margin-bottom: 1.875rem;
  }

  .cn-ml-30--xs {
    margin-left: 1.875rem;
  }

  .cn-mr-30--xs {
    margin-right: 1.875rem;
  }

  .cn-m-35--xs {
    margin: 2.1875rem;
  }

  .cn-mh-35--xs {
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }

  .cn-mv-35--xs {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .cn-mt-35--xs {
    margin-top: 2.1875rem;
  }

  .cn-mb-35--xs {
    margin-bottom: 2.1875rem;
  }

  .cn-ml-35--xs {
    margin-left: 2.1875rem;
  }

  .cn-mr-35--xs {
    margin-right: 2.1875rem;
  }

  .cn-m-40--xs {
    margin: 2.5rem;
  }

  .cn-mh-40--xs {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .cn-mv-40--xs {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .cn-mt-40--xs {
    margin-top: 2.5rem;
  }

  .cn-mb-40--xs {
    margin-bottom: 2.5rem;
  }

  .cn-ml-40--xs {
    margin-left: 2.5rem;
  }

  .cn-mr-40--xs {
    margin-right: 2.5rem;
  }

  .cn-m-45--xs {
    margin: 2.8125rem;
  }

  .cn-mh-45--xs {
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }

  .cn-mv-45--xs {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }

  .cn-mt-45--xs {
    margin-top: 2.8125rem;
  }

  .cn-mb-45--xs {
    margin-bottom: 2.8125rem;
  }

  .cn-ml-45--xs {
    margin-left: 2.8125rem;
  }

  .cn-mr-45--xs {
    margin-right: 2.8125rem;
  }

  .cn-m-50--xs {
    margin: 3.125rem;
  }

  .cn-mh-50--xs {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .cn-mv-50--xs {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .cn-mt-50--xs {
    margin-top: 3.125rem;
  }

  .cn-mb-50--xs {
    margin-bottom: 3.125rem;
  }

  .cn-ml-50--xs {
    margin-left: 3.125rem;
  }

  .cn-mr-50--xs {
    margin-right: 3.125rem;
  }

  .cn-m-55--xs {
    margin: 3.4375rem;
  }

  .cn-mh-55--xs {
    margin-left: 3.4375rem;
    margin-right: 3.4375rem;
  }

  .cn-mv-55--xs {
    margin-top: 3.4375rem;
    margin-bottom: 3.4375rem;
  }

  .cn-mt-55--xs {
    margin-top: 3.4375rem;
  }

  .cn-mb-55--xs {
    margin-bottom: 3.4375rem;
  }

  .cn-ml-55--xs {
    margin-left: 3.4375rem;
  }

  .cn-mr-55--xs {
    margin-right: 3.4375rem;
  }

  .cn-m-60--xs {
    margin: 3.75rem;
  }

  .cn-mh-60--xs {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .cn-mv-60--xs {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .cn-mt-60--xs {
    margin-top: 3.75rem;
  }

  .cn-mb-60--xs {
    margin-bottom: 3.75rem;
  }

  .cn-ml-60--xs {
    margin-left: 3.75rem;
  }

  .cn-mr-60--xs {
    margin-right: 3.75rem;
  }

  .cn-m-65--xs {
    margin: 4.0625rem;
  }

  .cn-mh-65--xs {
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
  }

  .cn-mv-65--xs {
    margin-top: 4.0625rem;
    margin-bottom: 4.0625rem;
  }

  .cn-mt-65--xs {
    margin-top: 4.0625rem;
  }

  .cn-mb-65--xs {
    margin-bottom: 4.0625rem;
  }

  .cn-ml-65--xs {
    margin-left: 4.0625rem;
  }

  .cn-mr-65--xs {
    margin-right: 4.0625rem;
  }

  .cn-m-70--xs {
    margin: 4.375rem;
  }

  .cn-mh-70--xs {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  .cn-mv-70--xs {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  .cn-mt-70--xs {
    margin-top: 4.375rem;
  }

  .cn-mb-70--xs {
    margin-bottom: 4.375rem;
  }

  .cn-ml-70--xs {
    margin-left: 4.375rem;
  }

  .cn-mr-70--xs {
    margin-right: 4.375rem;
  }

  .cn-m-75--xs {
    margin: 4.6875rem;
  }

  .cn-mh-75--xs {
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }

  .cn-mv-75--xs {
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .cn-mt-75--xs {
    margin-top: 4.6875rem;
  }

  .cn-mb-75--xs {
    margin-bottom: 4.6875rem;
  }

  .cn-ml-75--xs {
    margin-left: 4.6875rem;
  }

  .cn-mr-75--xs {
    margin-right: 4.6875rem;
  }

  .cn-m-80--xs {
    margin: 5rem;
  }

  .cn-mh-80--xs {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .cn-mv-80--xs {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .cn-mt-80--xs {
    margin-top: 5rem;
  }

  .cn-mb-80--xs {
    margin-bottom: 5rem;
  }

  .cn-ml-80--xs {
    margin-left: 5rem;
  }

  .cn-mr-80--xs {
    margin-right: 5rem;
  }

  .cn-m-85--xs {
    margin: 5.3125rem;
  }

  .cn-mh-85--xs {
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }

  .cn-mv-85--xs {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }

  .cn-mt-85--xs {
    margin-top: 5.3125rem;
  }

  .cn-mb-85--xs {
    margin-bottom: 5.3125rem;
  }

  .cn-ml-85--xs {
    margin-left: 5.3125rem;
  }

  .cn-mr-85--xs {
    margin-right: 5.3125rem;
  }

  .cn-m-90--xs {
    margin: 5.625rem;
  }

  .cn-mh-90--xs {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }

  .cn-mv-90--xs {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }

  .cn-mt-90--xs {
    margin-top: 5.625rem;
  }

  .cn-mb-90--xs {
    margin-bottom: 5.625rem;
  }

  .cn-ml-90--xs {
    margin-left: 5.625rem;
  }

  .cn-mr-90--xs {
    margin-right: 5.625rem;
  }

  .cn-m-95--xs {
    margin: 5.9375rem;
  }

  .cn-mh-95--xs {
    margin-left: 5.9375rem;
    margin-right: 5.9375rem;
  }

  .cn-mv-95--xs {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }

  .cn-mt-95--xs {
    margin-top: 5.9375rem;
  }

  .cn-mb-95--xs {
    margin-bottom: 5.9375rem;
  }

  .cn-ml-95--xs {
    margin-left: 5.9375rem;
  }

  .cn-mr-95--xs {
    margin-right: 5.9375rem;
  }

  .cn-m-100--xs {
    margin: 6.25rem;
  }

  .cn-mh-100--xs {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .cn-mv-100--xs {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .cn-mt-100--xs {
    margin-top: 6.25rem;
  }

  .cn-mb-100--xs {
    margin-bottom: 6.25rem;
  }

  .cn-ml-100--xs {
    margin-left: 6.25rem;
  }

  .cn-mr-100--xs {
    margin-right: 6.25rem;
  }

  .cn-ml-auto--xs {
    margin-left: auto;
  }

  .cn-mr-auto--xs {
    margin-right: auto;
  }

  .cn-mt-auto--xs {
    margin-top: auto;
  }

  .cn-mb-auto--xs {
    margin-bottom: auto;
  }

  .cn-mv-auto--xs {
    margin-top: auto;
    margin-bottom: auto;
  }

  .cn-mh-auto--xs {
    margin-left: auto;
    margin-right: auto;
  }

  .cn-lh-30--xs {
    line-height: 30px;
  }

  .cn-d-bl--xs {
    display: block !important;
  }

  .cn-d-in--xs {
    display: inline !important;
  }

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

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

  .cn-d-gd--xs {
    display: grid !important;
  }

  .cn-d-no--xs {
    display: none !important;
  }

  .cn-op-0--xs {
    opacity: 0 !important;
  }

  .cn-op-5--xs {
    opacity: 0.05 !important;
  }

  .cn-op-10--xs {
    opacity: 0.1 !important;
  }

  .cn-op-15--xs {
    opacity: 0.15 !important;
  }

  .cn-op-20--xs {
    opacity: 0.2 !important;
  }

  .cn-op-25--xs {
    opacity: 0.25 !important;
  }

  .cn-op-30--xs {
    opacity: 0.3 !important;
  }

  .cn-op-35--xs {
    opacity: 0.35 !important;
  }

  .cn-op-40--xs {
    opacity: 0.4 !important;
  }

  .cn-op-45--xs {
    opacity: 0.45 !important;
  }

  .cn-op-50--xs {
    opacity: 0.5 !important;
  }

  .cn-op-55--xs {
    opacity: 0.55 !important;
  }

  .cn-op-60--xs {
    opacity: 0.6 !important;
  }

  .cn-op-65--xs {
    opacity: 0.65 !important;
  }

  .cn-op-70--xs {
    opacity: 0.7 !important;
  }

  .cn-op-75--xs {
    opacity: 0.75 !important;
  }

  .cn-op-80--xs {
    opacity: 0.8 !important;
  }

  .cn-op-85--xs {
    opacity: 0.85 !important;
  }

  .cn-op-90--xs {
    opacity: 0.9 !important;
  }

  .cn-op-95--xs {
    opacity: 0.95 !important;
  }

  .cn-op-100--xs {
    opacity: 1 !important;
  }

  .cn-pn-sc--xs {
    position: static;
  }

  .cn-pn-ae--xs {
    position: absolute;
  }

  .cn-pn-re--xs {
    position: relative;
  }

  .cn-pn-fd--xs {
    position: fixed;
  }

  .cn-ow-it--xs {
    overflow: inherit;
  }

  .cn-ow-hn--xs {
    overflow: hidden;
  }

  .cn-ow-sl--xs {
    overflow: scroll;
  }

  .cn-ow-ao--xs {
    overflow: auto;
  }

  #privacy-check .privacy-links {
    padding: 0 16px;
  }

  #privacy-check .terms-text {
    font-size: 12px;
    line-height: 15px;
    margin-right: 15px;
  }

  #privacy-check .terms-text a {
    text-underline-offset: 2px;
  }

  .cn-d-bl--xs {
    display: block !important;
  }

  .cn-d-in--xs {
    display: inline !important;
  }

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

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

  .cn-d-gd--xs {
    display: grid !important;
  }

  .cn-d-no--xs {
    display: none !important;
  }

  .cn-mb-30--xs {
    margin-bottom: 30px;
  }

  .cn-d-fl--xs {
    display: flex !important;
  }

  .terms-text {
    display: block;
  }

  .bottom-form .form_box {
    padding: 20px 10px 30px;
  }

  .bottom-form .form_box .contact_title {
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: center;
    padding: 0;
  }

  .site-footer {
    padding: 30px 0;
  }

  p {
    line-height: 26px;
  }

  .bottom-form_home {
    padding: 60px 0 0;
  }

  .bottom-form_home .form_for_home .popup_form_home h2 {
    font-size: 32px;
  }

  .bottom-form_home .form_for_home .popup_form_home .contact_popup_container .contact_services {
    max-width: 100%;
  }

  .hero-video .container {
    padding: 0 12.5px;
  }

  .media-content {
    padding-right: 0;
  }

  .hero.hero-default .hero-body .hero-content {
    padding: 0;
  }

  .hero.hero-default .hero-body .hero-title-1 {
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 6px;
  }

  .hero.hero-default .hero-body .hero-title-2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 60px;
  }

  .hero-video-wrap,
  .hero-img-wrap {
    min-height: auto;
  }

  .partners-logos {
    margin: 0;
  }

  .card {
    width: 100%;
  }

  .card:not(:last-child) {
    margin-bottom: 40px;
  }

  .card h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.02em;
    text-align: left;
  }

  .button_default {
    min-width: 100%;
  }

  .media {
    flex-direction: column-reverse;
  }

  .media-image,
  .media-table {
    margin-bottom: 30px;
  }

  .faq {
    padding-bottom: 100px;
  }

  .faq .faq-singular .faq-question {
    padding: 20px 48px 20px 20px;
    height: auto;
  }

  label.email_box:not(label.icon_label) {
    min-width: 100%;
  }

  label.email_box:not(label.icon_label) input {
    min-width: 100%;
  }

  .cases .case-card.case-card_all_pages {
    margin-bottom: 40px;
  }

  .col_sform_1_3 {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .col_sform_2_3 {
    max-width: 100%;
    padding-left: 0;
  }

  .contact_popup_2 {
    padding: 30px 16px;
  }

  .contact_popup_2 h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 30px;
  }

  .contact_popup_2 h5 strong {
    font-weight: 700;
  }

  .success {
    min-height: 690px;
  }

  .success p {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0em;
    text-align: center;
  }

  .error-404 {
    min-height: 738px;
  }

  .section_home_7 .container .content .faq_content .faq-singular {
    min-height: 104px;
  }

  .faq .faq-singular .faq_question-link {
    min-height: 104px;
    height: 104px;
  }

  .section_home_7 .container .content .faq_content .faq-singular .faq-question {
    height: 104px;
  }

  .section_home_7 .container .content .faq_content .faq-singular .faq-question .faq-question-title {
    line-height: 120%;
  }

  .section_home_7 .container .content .faq_content .faq-singular:before {
    top: calc(50% - 7px);
  }

  .faq .faq-singular.active .is-fullwidth-link {
    min-height: 104px;
  }

  .section_home_7 .container .content .faq_content .faq-singular.active:before {
    top: 44px;
  }
}

@media (max-width: 666px) {
  .TopNavMenu-hamburger {
    right: 5px;
    top: 7px;
    transform-origin: 10px 50%;
  }

  .TopNavMenu-hamburger div {
    width: 20px;
    left: 10px;
  }
}

@media (max-width: 550px) {
  .bottom-form .top_info .top_description {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 30px;
  }

  .bottom-form li {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
  }

  .bottom-form.bottom-form-default {
    padding: 10px 16px 40px;
  }

  .bottom-form .form-column-1 {
    padding-bottom: 0px;
  }

  .bottom-form .form-column-2 {
    margin-bottom: 40px;
  }

  .bottom-form .form-column-1 .bottom_account_info {
    display: none;
  }

  .bottom-form .form-column-1 .top_info .title {
    margin-bottom: 0;
  }

  .bottom-form .top_info .title {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 30px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
  }

  .cta-button-section {
    padding-top: 0;
  }

  .brand {
    top: auto;
    right: 50%;
    bottom: 100px;
  }

  .subtitle br,
  h3.title br,
  p.description br {
    display: none;
  }

  .top-link {
    width: 44px;
    height: 44px;
    margin: 0 14px 14px 0;
  }

  .top-link svg {
    max-width: 18px;
    max-height: 18px;
  }

  section .level h3 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0em;
  }
}

@media (max-width: 492px) {
  .contact_popup_container .contact_services .left_col_form .box {
    margin-bottom: 11px;
  }

  .form-group:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 450px) {
  .brand {
    bottom: 50px;
  }

  .level .level-left {
    display: flex;
    width: 100%;
  }

  section .level h3 {
    width: 100%;
  }

  .awards-slider .slick-slide {
    margin: 0;
  }

  .brand {
    width: 11%;
    max-width: 30px;
    top: 200px;
    right: 50%;
    height: 45px;
  }

  label.website_box {
    width: 100%;
  }

  label.website_box input {
    min-width: auto;
    width: 100%;
  }

  .submit-btn {
    min-width: auto;
    width: 100%;
  }

  .default-button {
    width: 100%;
  }

  .default-button span {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 436px) {
  .footer_menu a:nth-child(n) {
    width: 43%;
  }
}

@media (max-width: 414px) {
  .white-popup {
    padding: 30px 16px;
  }
}

@media (max-width: 390px) {
  .pr-con-mobile {
    max-width: 87%;
  }
}

@media (max-width: 342px) {
  .footer_menu a:nth-child(n) {
    width: 41%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1100px) {
  .button {
    min-width: auto;
  }
}

@media (max-width: 768px) and (min-width: 667px) {
  .bottom-form_home .form_for_home .popup_form_home {
    min-height: 900px;
  }
}

@media (min-width: 1200px) and (max-width: 680px) {
  .success h3 {
    text-align: center;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.02em;
  }
}

@media (min-width: 1152px) and (max-width: 1279px) {
  .TopNavMenu-hamburger {
    right: -46px;
    top: -6px;
    transform-origin: 10px 50%;
  }

  .TopNavMenu-hamburger div {
    width: 24px;
    left: 10px;
  }
}

@media (min-width: 1024px) and (max-width: 1151px) {
  .TopNavMenu-hamburger {
    right: -46px;
    top: -6px;
    transform-origin: 10px 50%;
  }

  .TopNavMenu-hamburger div {
    width: 24px;
    left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .TopNavMenu-hamburger {
    right: 5px;
    top: 7px;
    transform-origin: 12px 50%;
  }

  .TopNavMenu-hamburger div {
    width: 20px;
    left: 12px;
  }
}

@media (min-width: 667px) and (max-width: 767px) {
  .TopNavMenu-hamburger {
    right: 5px;
    top: 7px;
    transform-origin: 12px 50%;
  }

  .TopNavMenu-hamburger div {
    width: 20px;
    left: 12px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1150px) {
  .logo-footer {
    vertical-align: middle;
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=maps/main.css.map */
