@charset "UTF-8";
/**
 * Import variables
 */
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
  overflow: visible; /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-color: inherit; /* 1 */
  text-indent: 0; /* 2 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

:root {
  --color-main: #3E2192;
  --color-main2: #feb122;
  --color-main-dark: rgb(44.3351955307, 23.5977653631, 104.4022346369);
  --color-main-light: rgb(79.6648044693, 42.4022346369, 187.5977653631);
  --color-main-transparent: rgba(62, 33, 146, 0.35);
  --color-main2-dark: rgb(235.9324324324, 153.7297297297, 1.0675675676);
  --color-main2-light: rgb(254.3445945946, 203.8783783784, 110.1554054054);
  --color-main2-transparent: rgba(254, 177, 34, 0.5);
  --color-light: #ffffff;
  --color-dark: #3E2192;
  --color-grey: #3A3A3A;
  --color-grey1: rgb(96.25, 96.25, 96.25);
  --color-grey2: rgb(121.75, 121.75, 121.75);
  --color-grey3: #a0a0a0;
  --color-grey4: rgb(195.7, 195.7, 195.7);
  --color-grey5: rgb(231.4, 231.4, 231.4);
  --color-red: #F26868;
  --color-green: #9BFF00;
  --color-orange: #FFAA00;
  --color-purple: #7388ff;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}
@media only screen and (max-width: 800px) {
  html {
    font-size: 14px;
  }
}

body {
  margin: 0;
  font-family: "Nunito Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  color: #3E2192;
}

p {
  line-height: 1.5em;
}

strong {
  font-weight: 800;
}

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

h1, h2, h3 {
  color: #3E2192;
  font-weight: 800;
}

.co-tx-light h1, .co-tx-light h2, .co-tx-light h3 {
  color: #ffffff;
}

h1 {
  font-size: 2.625rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

a {
  color: var(--color-dark);
}

ul {
  margin-left: 0;
  padding-left: 1em;
}
ul li {
  font-size: inherit;
  margin-bottom: 0.5em;
}

figure {
  margin: 0;
}

/* containers */
.container-full {
  width: 100%;
}

.container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 26px;
  padding-right: 26px;
}
.container.is-large {
  max-width: 1400px;
}
.container.is-small {
  max-width: 1120px;
}
.container.is-xsmall {
  max-width: 400px;
}

/* navigation */
.nav-hor {
  display: flex;
  justify-content: flex-start;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
}
.nav-hor.is-right {
  justify-content: flex-end;
}
@media only screen and (max-width: 800px) {
  .nav-hor {
    flex-direction: column;
    align-items: center;
  }
}
.nav-hor li {
  list-style: none;
  margin-left: 38px;
  margin-bottom: 4px;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 800px) {
  .nav-hor li {
    margin-left: 0;
  }
}
.nav-hor li:hover,
.nav-hor li:active {
  transform: scale(1.03);
}
.nav-hor a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
}
.nav-hor.co-tx-light a {
  color: #ffffff;
}
.nav-hor.co-tx-ma2 a {
  color: #feb122;
}
.nav-hor a:hover,
.nav-hor a:active {
  color: #feb122;
}
.nav-hor.is-dark a:hover,
.nav-hor.is-dark a:active {
  color: #ffffff;
}

/* header and navbar */
.page-header {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  z-index: 999;
  top: 0;
  width: 100%;
}
.page-header .logo {
  min-height: 60px;
  max-width: 200px;
  margin-top: 8px;
}
@media only screen and (max-width: 800px) {
  .page-header {
    padding-bottom: 8px;
  }
  .page-header .logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.page-header.co-bg-ma .nav-hor {
  font-size: 1.35rem;
}

/* simple table */
.simple-table {
  margin-top: 12px;
  border-collapse: collapse;
  font-size: 0.8125rem;
}
.simple-table td {
  padding: 12px 18px;
  background-color: rgb(121.9860335196, 89.0167597765, 217.4832402235);
  border-bottom: solid #ffffff 10px;
  border-left: solid #ffffff 10px;
  border-right: solid #ffffff 10px;
}
.simple-table td:first-child,
.simple-table td:last-child {
  border-left: none;
}
.simple-table thead td {
  background-color: #ffffff;
  color: #3E2192;
  font-weight: 600;
  padding: 0;
  font-size: 1.125rem;
}
.simple-table tbody tr:nth-child(odd) td {
  background-color: rgb(105.3184357542, 68.217877095, 212.782122905);
}
.simple-table.color2 td {
  background-color: rgb(254.5743243243, 221.7972972973, 160.9256756757);
}
.simple-table.color2 tbody tr:nth-child(odd) td {
  background-color: rgb(254.4594594595, 212.8378378378, 135.5405405405);
}
.simple-table.color2 thead td {
  color: #feb122;
  background-color: #ffffff;
}

/* footer */
.page-footer {
  padding-top: 26px;
  padding-bottom: 26px;
}
.page-footer .logo {
  max-height: 35px;
  margin-top: 12px;
}

/* feather icons */
.feather.ico-sz-3 {
  width: 30px;
  height: 30px;
  stroke-width: 2;
}
.feather.ico-sz-4 {
  width: 60px;
  height: 60px;
  stroke-width: 1;
}

/* lists */
.list-style-2 {
  margin-left: 0;
  padding-left: 0;
}
.list-style-2 li {
  background-color: #feb122;
  list-style: none;
  padding: 18px 18px;
  margin-bottom: 18px;
}

.is-wysiwyg > p {
  margin-top: 0;
}
.is-wysiwyg p:last-child {
  margin-bottom: 0;
}

.show-selected {
  visibility: hidden;
}

.selected img {
  opacity: 0.2;
}
.selected .show-selected {
  position: relative;
  visibility: visible;
  z-index: 10;
}
.selected.player1 .show-selected .btn {
  background-color: #3E2192;
}
.selected.player2 .show-selected .btn {
  background-color: #feb122;
}

.grid {
  --gutter: 0.8rem;
  width: calc(100% + var(--gutter));
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--gutter));
}
.grid > [class*=wi-] {
  box-sizing: border-box;
  margin-left: var(--gutter);
  margin-bottom: var(--gutter);
}
.grid > [class*=wi-].wi-1 {
  flex-basis: calc(calc(12 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-1-12 {
  flex-basis: calc(calc(1 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-2-12 {
  flex-basis: calc(calc(2 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-3-12 {
  flex-basis: calc(calc(3 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-4-12 {
  flex-basis: calc(calc(4 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-5-12 {
  flex-basis: calc(calc(5 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-6-12 {
  flex-basis: calc(calc(6 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-7-12 {
  flex-basis: calc(calc(7 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-8-12 {
  flex-basis: calc(calc(8 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-9-12 {
  flex-basis: calc(calc(9 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-10-12 {
  flex-basis: calc(calc(10 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-11-12 {
  flex-basis: calc(calc(11 / 12 * 100%) - 1 * var(--gutter));
}
.grid.gutter-0 {
  --gutter: 0px;
}
.grid.gutter-1 {
  --gutter: 0.8rem;
}
.grid.gutter-2 {
  --gutter: calc(2 * 0.8rem);
}
.grid.gutter-3 {
  --gutter: calc(3 * 0.8rem);
}
.grid.grid-center {
  justify-content: center;
}
@media only screen and (max-width: 800px) {
  .grid > [class*=wi-].wi-md-1 {
    flex-basis: calc(calc(12 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-1-12 {
    flex-basis: calc(calc(1 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-2-12 {
    flex-basis: calc(calc(2 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-3-12 {
    flex-basis: calc(calc(3 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-4-12 {
    flex-basis: calc(calc(4 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-5-12 {
    flex-basis: calc(calc(5 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-6-12 {
    flex-basis: calc(calc(6 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-7-12 {
    flex-basis: calc(calc(7 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-8-12 {
    flex-basis: calc(calc(8 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-9-12 {
    flex-basis: calc(calc(9 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-10-12 {
    flex-basis: calc(calc(10 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-11-12 {
    flex-basis: calc(calc(11 / 12 * 100%) - 1 * var(--gutter));
  }
}
@media only screen and (max-width: 800px) {
  .grid > [class*=wi-].wi-sm-1 {
    flex-basis: calc(calc(12 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-1-12 {
    flex-basis: calc(calc(1 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-2-12 {
    flex-basis: calc(calc(2 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-3-12 {
    flex-basis: calc(calc(3 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-4-12 {
    flex-basis: calc(calc(4 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-5-12 {
    flex-basis: calc(calc(5 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-6-12 {
    flex-basis: calc(calc(6 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-7-12 {
    flex-basis: calc(calc(7 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-8-12 {
    flex-basis: calc(calc(8 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-9-12 {
    flex-basis: calc(calc(9 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-10-12 {
    flex-basis: calc(calc(10 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-11-12 {
    flex-basis: calc(calc(11 / 12 * 100%) - 1 * var(--gutter));
  }
}
@media only screen and (max-width: 800px) {
  .grid > [class*=wi-].wi-1 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-1-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-2-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-3-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-4-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-5-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-6-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-7-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-8-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-9-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-10-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-11-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
}
@media only screen and (max-width: 800px) {
  .grid > [class*=wi-].wi-1 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-1-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-2-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-3-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-4-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-5-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-6-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-7-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-8-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-9-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-10-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-11-12 {
    flex-basis: calc(12 / 12 * 100% - 1 * var(--gutter));
  }
}

/*
Naming

Padding and Margin

p = padding
m = margin

0 = none
x = left + right
y = top + bottom
t = top
b = bottom
r = right
l = left
c = center

example: .p-x1-sm {}
example negative .p-x-1-sm{}


sm = for small breakpoint
md = for medium breakpoint



*/
:root {
  --sp-base:2px;
}

.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.p-x0 {
  padding-left: 0;
  padding-right: 0;
}

.p-y0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-t0 {
  padding-top: 0;
}

.p-r0 {
  padding-right: 0;
}

.p-b0 {
  padding-bottom: 0;
}

.p-l0 {
  padding-left: 0;
}

.p-x1 {
  padding-left: 2px;
  padding-right: 2px;
}

.p-y1 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.p-t1 {
  padding-top: 2px;
}

.p-r1 {
  padding-right: 2px;
}

.p-b1 {
  padding-bottom: 2px;
}

.p-l1 {
  padding-left: 2px;
}

.p-x2 {
  padding-left: 4px;
  padding-right: 4px;
}

.p-y2 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.p-t2 {
  padding-top: 4px;
}

.p-r2 {
  padding-right: 4px;
}

.p-b2 {
  padding-bottom: 4px;
}

.p-l2 {
  padding-left: 4px;
}

.p-x3 {
  padding-left: 8px;
  padding-right: 8px;
}

.p-y3 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.p-t3 {
  padding-top: 8px;
}

.p-r3 {
  padding-right: 8px;
}

.p-b3 {
  padding-bottom: 8px;
}

.p-l3 {
  padding-left: 8px;
}

.p-x4 {
  padding-left: 12px;
  padding-right: 12px;
}

.p-y4 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.p-t4 {
  padding-top: 12px;
}

.p-r4 {
  padding-right: 12px;
}

.p-b4 {
  padding-bottom: 12px;
}

.p-l4 {
  padding-left: 12px;
}

.p-x5 {
  padding-left: 18px;
  padding-right: 18px;
}

.p-y5 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.p-t5 {
  padding-top: 18px;
}

.p-r5 {
  padding-right: 18px;
}

.p-b5 {
  padding-bottom: 18px;
}

.p-l5 {
  padding-left: 18px;
}

.p-x6 {
  padding-left: 26px;
  padding-right: 26px;
}

.p-y6 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.p-t6 {
  padding-top: 26px;
}

.p-r6 {
  padding-right: 26px;
}

.p-b6 {
  padding-bottom: 26px;
}

.p-l6 {
  padding-left: 26px;
}

.p-x7 {
  padding-left: 38px;
  padding-right: 38px;
}

.p-y7 {
  padding-top: 38px;
  padding-bottom: 38px;
}

.p-t7 {
  padding-top: 38px;
}

.p-r7 {
  padding-right: 38px;
}

.p-b7 {
  padding-bottom: 38px;
}

.p-l7 {
  padding-left: 38px;
}

.p-x8 {
  padding-left: 64px;
  padding-right: 64px;
}

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

.p-t8 {
  padding-top: 64px;
}

.p-r8 {
  padding-right: 64px;
}

.p-b8 {
  padding-bottom: 64px;
}

.p-l8 {
  padding-left: 64px;
}

.p-x9 {
  padding-left: 86px;
  padding-right: 86px;
}

.p-y9 {
  padding-top: 86px;
  padding-bottom: 86px;
}

.p-t9 {
  padding-top: 86px;
}

.p-r9 {
  padding-right: 86px;
}

.p-b9 {
  padding-bottom: 86px;
}

.p-l9 {
  padding-left: 86px;
}

.p-x10 {
  padding-left: 120px;
  padding-right: 120px;
}

.p-y10 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.p-t10 {
  padding-top: 120px;
}

.p-r10 {
  padding-right: 120px;
}

.p-b10 {
  padding-bottom: 120px;
}

.p-l10 {
  padding-left: 120px;
}

.p-x11 {
  padding-left: 140px;
  padding-right: 140px;
}

.p-y11 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.p-t11 {
  padding-top: 140px;
}

.p-r11 {
  padding-right: 140px;
}

.p-b11 {
  padding-bottom: 140px;
}

.p-l11 {
  padding-left: 140px;
}

.p-x12 {
  padding-left: 160px;
  padding-right: 160px;
}

.p-y12 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.p-t12 {
  padding-top: 160px;
}

.p-r12 {
  padding-right: 160px;
}

.p-b12 {
  padding-bottom: 160px;
}

.p-l12 {
  padding-left: 160px;
}

@media only screen and (max-width: 800px) {
  .p-0-sm {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .p-x0-sm {
    padding-left: 0;
    padding-right: 0;
  }
  .p-y0-sm {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-t0-sm {
    padding-top: 0;
  }
  .p-r0-sm {
    padding-right: 0;
  }
  .p-b0-sm {
    padding-bottom: 0;
  }
  .p-l0-sm {
    padding-left: 0;
  }
  .p-x1-sm {
    padding-left: 2px;
    padding-right: 2px;
  }
  .p-y1-sm {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .p-t1-sm {
    padding-top: 2px;
  }
  .p-r1-sm {
    padding-right: 2px;
  }
  .p-b1-sm {
    padding-bottom: 2px;
  }
  .p-l1-sm {
    padding-left: 2px;
  }
  .p-x2-sm {
    padding-left: 4px;
    padding-right: 4px;
  }
  .p-y2-sm {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .p-t2-sm {
    padding-top: 4px;
  }
  .p-r2-sm {
    padding-right: 4px;
  }
  .p-b2-sm {
    padding-bottom: 4px;
  }
  .p-l2-sm {
    padding-left: 4px;
  }
  .p-x3-sm {
    padding-left: 8px;
    padding-right: 8px;
  }
  .p-y3-sm {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .p-t3-sm {
    padding-top: 8px;
  }
  .p-r3-sm {
    padding-right: 8px;
  }
  .p-b3-sm {
    padding-bottom: 8px;
  }
  .p-l3-sm {
    padding-left: 8px;
  }
  .p-x4-sm {
    padding-left: 12px;
    padding-right: 12px;
  }
  .p-y4-sm {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .p-t4-sm {
    padding-top: 12px;
  }
  .p-r4-sm {
    padding-right: 12px;
  }
  .p-b4-sm {
    padding-bottom: 12px;
  }
  .p-l4-sm {
    padding-left: 12px;
  }
  .p-x5-sm {
    padding-left: 18px;
    padding-right: 18px;
  }
  .p-y5-sm {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .p-t5-sm {
    padding-top: 18px;
  }
  .p-r5-sm {
    padding-right: 18px;
  }
  .p-b5-sm {
    padding-bottom: 18px;
  }
  .p-l5-sm {
    padding-left: 18px;
  }
  .p-x6-sm {
    padding-left: 26px;
    padding-right: 26px;
  }
  .p-y6-sm {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .p-t6-sm {
    padding-top: 26px;
  }
  .p-r6-sm {
    padding-right: 26px;
  }
  .p-b6-sm {
    padding-bottom: 26px;
  }
  .p-l6-sm {
    padding-left: 26px;
  }
  .p-x7-sm {
    padding-left: 38px;
    padding-right: 38px;
  }
  .p-y7-sm {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .p-t7-sm {
    padding-top: 38px;
  }
  .p-r7-sm {
    padding-right: 38px;
  }
  .p-b7-sm {
    padding-bottom: 38px;
  }
  .p-l7-sm {
    padding-left: 38px;
  }
  .p-x8-sm {
    padding-left: 64px;
    padding-right: 64px;
  }
  .p-y8-sm {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .p-t8-sm {
    padding-top: 64px;
  }
  .p-r8-sm {
    padding-right: 64px;
  }
  .p-b8-sm {
    padding-bottom: 64px;
  }
  .p-l8-sm {
    padding-left: 64px;
  }
  .p-x9-sm {
    padding-left: 86px;
    padding-right: 86px;
  }
  .p-y9-sm {
    padding-top: 86px;
    padding-bottom: 86px;
  }
  .p-t9-sm {
    padding-top: 86px;
  }
  .p-r9-sm {
    padding-right: 86px;
  }
  .p-b9-sm {
    padding-bottom: 86px;
  }
  .p-l9-sm {
    padding-left: 86px;
  }
  .p-x10-sm {
    padding-left: 120px;
    padding-right: 120px;
  }
  .p-y10-sm {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .p-t10-sm {
    padding-top: 120px;
  }
  .p-r10-sm {
    padding-right: 120px;
  }
  .p-b10-sm {
    padding-bottom: 120px;
  }
  .p-l10-sm {
    padding-left: 120px;
  }
  .p-x11-sm {
    padding-left: 140px;
    padding-right: 140px;
  }
  .p-y11-sm {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .p-t11-sm {
    padding-top: 140px;
  }
  .p-r11-sm {
    padding-right: 140px;
  }
  .p-b11-sm {
    padding-bottom: 140px;
  }
  .p-l11-sm {
    padding-left: 140px;
  }
  .p-x12-sm {
    padding-left: 160px;
    padding-right: 160px;
  }
  .p-y12-sm {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .p-t12-sm {
    padding-top: 160px;
  }
  .p-r12-sm {
    padding-right: 160px;
  }
  .p-b12-sm {
    padding-bottom: 160px;
  }
  .p-l12-sm {
    padding-left: 160px;
  }
}
@media only screen and (max-width: 800px) {
  .p-0-md {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .p-x0-md {
    padding-left: 0;
    padding-right: 0;
  }
  .p-y0-md {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-t0-md {
    padding-top: 0;
  }
  .p-r0-md {
    padding-right: 0;
  }
  .p-b0-md {
    padding-bottom: 0;
  }
  .p-l0-md {
    padding-left: 0;
  }
  .p-x1-md {
    padding-left: 2px;
    padding-right: 2px;
  }
  .p-y1-md {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .p-t1-md {
    padding-top: 2px;
  }
  .p-r1-md {
    padding-right: 2px;
  }
  .p-b1-md {
    padding-bottom: 2px;
  }
  .p-l1-md {
    padding-left: 2px;
  }
  .p-x2-md {
    padding-left: 4px;
    padding-right: 4px;
  }
  .p-y2-md {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .p-t2-md {
    padding-top: 4px;
  }
  .p-r2-md {
    padding-right: 4px;
  }
  .p-b2-md {
    padding-bottom: 4px;
  }
  .p-l2-md {
    padding-left: 4px;
  }
  .p-x3-md {
    padding-left: 8px;
    padding-right: 8px;
  }
  .p-y3-md {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .p-t3-md {
    padding-top: 8px;
  }
  .p-r3-md {
    padding-right: 8px;
  }
  .p-b3-md {
    padding-bottom: 8px;
  }
  .p-l3-md {
    padding-left: 8px;
  }
  .p-x4-md {
    padding-left: 12px;
    padding-right: 12px;
  }
  .p-y4-md {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .p-t4-md {
    padding-top: 12px;
  }
  .p-r4-md {
    padding-right: 12px;
  }
  .p-b4-md {
    padding-bottom: 12px;
  }
  .p-l4-md {
    padding-left: 12px;
  }
  .p-x5-md {
    padding-left: 18px;
    padding-right: 18px;
  }
  .p-y5-md {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .p-t5-md {
    padding-top: 18px;
  }
  .p-r5-md {
    padding-right: 18px;
  }
  .p-b5-md {
    padding-bottom: 18px;
  }
  .p-l5-md {
    padding-left: 18px;
  }
  .p-x6-md {
    padding-left: 26px;
    padding-right: 26px;
  }
  .p-y6-md {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .p-t6-md {
    padding-top: 26px;
  }
  .p-r6-md {
    padding-right: 26px;
  }
  .p-b6-md {
    padding-bottom: 26px;
  }
  .p-l6-md {
    padding-left: 26px;
  }
  .p-x7-md {
    padding-left: 38px;
    padding-right: 38px;
  }
  .p-y7-md {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .p-t7-md {
    padding-top: 38px;
  }
  .p-r7-md {
    padding-right: 38px;
  }
  .p-b7-md {
    padding-bottom: 38px;
  }
  .p-l7-md {
    padding-left: 38px;
  }
  .p-x8-md {
    padding-left: 64px;
    padding-right: 64px;
  }
  .p-y8-md {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .p-t8-md {
    padding-top: 64px;
  }
  .p-r8-md {
    padding-right: 64px;
  }
  .p-b8-md {
    padding-bottom: 64px;
  }
  .p-l8-md {
    padding-left: 64px;
  }
  .p-x9-md {
    padding-left: 86px;
    padding-right: 86px;
  }
  .p-y9-md {
    padding-top: 86px;
    padding-bottom: 86px;
  }
  .p-t9-md {
    padding-top: 86px;
  }
  .p-r9-md {
    padding-right: 86px;
  }
  .p-b9-md {
    padding-bottom: 86px;
  }
  .p-l9-md {
    padding-left: 86px;
  }
  .p-x10-md {
    padding-left: 120px;
    padding-right: 120px;
  }
  .p-y10-md {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .p-t10-md {
    padding-top: 120px;
  }
  .p-r10-md {
    padding-right: 120px;
  }
  .p-b10-md {
    padding-bottom: 120px;
  }
  .p-l10-md {
    padding-left: 120px;
  }
  .p-x11-md {
    padding-left: 140px;
    padding-right: 140px;
  }
  .p-y11-md {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .p-t11-md {
    padding-top: 140px;
  }
  .p-r11-md {
    padding-right: 140px;
  }
  .p-b11-md {
    padding-bottom: 140px;
  }
  .p-l11-md {
    padding-left: 140px;
  }
  .p-x12-md {
    padding-left: 160px;
    padding-right: 160px;
  }
  .p-y12-md {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .p-t12-md {
    padding-top: 160px;
  }
  .p-r12-md {
    padding-right: 160px;
  }
  .p-b12-md {
    padding-bottom: 160px;
  }
  .p-l12-md {
    padding-left: 160px;
  }
}
.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.m-x0 {
  margin-left: 0;
  margin-right: 0;
}

.m-y0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-t0 {
  margin-top: 0;
}

.m-r0 {
  margin-right: 0;
}

.m-b0 {
  margin-bottom: 0;
}

.m-l0 {
  margin-left: 0;
}

.m-t-0 {
  margin-top: 0;
}

.m-r-0 {
  margin-right: 0;
}

.m-b-0 {
  margin-bottom: 0;
}

.m-l-0 {
  margin-left: 0;
}

.m-x1 {
  margin-left: 2px;
  margin-right: 2px;
}

.m-y1 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.m-t1 {
  margin-top: 2px;
}

.m-r1 {
  margin-right: 2px;
}

.m-b1 {
  margin-bottom: 2px;
}

.m-l1 {
  margin-left: 2px;
}

.m-t-1 {
  margin-top: -2px;
}

.m-r-1 {
  margin-right: -2px;
}

.m-b-1 {
  margin-bottom: -2px;
}

.m-l-1 {
  margin-left: -2px;
}

.m-x2 {
  margin-left: 4px;
  margin-right: 4px;
}

.m-y2 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.m-t2 {
  margin-top: 4px;
}

.m-r2 {
  margin-right: 4px;
}

.m-b2 {
  margin-bottom: 4px;
}

.m-l2 {
  margin-left: 4px;
}

.m-t-2 {
  margin-top: -4px;
}

.m-r-2 {
  margin-right: -4px;
}

.m-b-2 {
  margin-bottom: -4px;
}

.m-l-2 {
  margin-left: -4px;
}

.m-x3 {
  margin-left: 8px;
  margin-right: 8px;
}

.m-y3 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.m-t3 {
  margin-top: 8px;
}

.m-r3 {
  margin-right: 8px;
}

.m-b3 {
  margin-bottom: 8px;
}

.m-l3 {
  margin-left: 8px;
}

.m-t-3 {
  margin-top: -8px;
}

.m-r-3 {
  margin-right: -8px;
}

.m-b-3 {
  margin-bottom: -8px;
}

.m-l-3 {
  margin-left: -8px;
}

.m-x4 {
  margin-left: 12px;
  margin-right: 12px;
}

.m-y4 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.m-t4 {
  margin-top: 12px;
}

.m-r4 {
  margin-right: 12px;
}

.m-b4 {
  margin-bottom: 12px;
}

.m-l4 {
  margin-left: 12px;
}

.m-t-4 {
  margin-top: -12px;
}

.m-r-4 {
  margin-right: -12px;
}

.m-b-4 {
  margin-bottom: -12px;
}

.m-l-4 {
  margin-left: -12px;
}

.m-x5 {
  margin-left: 18px;
  margin-right: 18px;
}

.m-y5 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.m-t5 {
  margin-top: 18px;
}

.m-r5 {
  margin-right: 18px;
}

.m-b5 {
  margin-bottom: 18px;
}

.m-l5 {
  margin-left: 18px;
}

.m-t-5 {
  margin-top: -18px;
}

.m-r-5 {
  margin-right: -18px;
}

.m-b-5 {
  margin-bottom: -18px;
}

.m-l-5 {
  margin-left: -18px;
}

.m-x6 {
  margin-left: 26px;
  margin-right: 26px;
}

.m-y6 {
  margin-top: 26px;
  margin-bottom: 26px;
}

.m-t6 {
  margin-top: 26px;
}

.m-r6 {
  margin-right: 26px;
}

.m-b6 {
  margin-bottom: 26px;
}

.m-l6 {
  margin-left: 26px;
}

.m-t-6 {
  margin-top: -26px;
}

.m-r-6 {
  margin-right: -26px;
}

.m-b-6 {
  margin-bottom: -26px;
}

.m-l-6 {
  margin-left: -26px;
}

.m-x7 {
  margin-left: 38px;
  margin-right: 38px;
}

.m-y7 {
  margin-top: 38px;
  margin-bottom: 38px;
}

.m-t7 {
  margin-top: 38px;
}

.m-r7 {
  margin-right: 38px;
}

.m-b7 {
  margin-bottom: 38px;
}

.m-l7 {
  margin-left: 38px;
}

.m-t-7 {
  margin-top: -38px;
}

.m-r-7 {
  margin-right: -38px;
}

.m-b-7 {
  margin-bottom: -38px;
}

.m-l-7 {
  margin-left: -38px;
}

.m-x8 {
  margin-left: 64px;
  margin-right: 64px;
}

.m-y8 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.m-t8 {
  margin-top: 64px;
}

.m-r8 {
  margin-right: 64px;
}

.m-b8 {
  margin-bottom: 64px;
}

.m-l8 {
  margin-left: 64px;
}

.m-t-8 {
  margin-top: -64px;
}

.m-r-8 {
  margin-right: -64px;
}

.m-b-8 {
  margin-bottom: -64px;
}

.m-l-8 {
  margin-left: -64px;
}

.m-x9 {
  margin-left: 86px;
  margin-right: 86px;
}

.m-y9 {
  margin-top: 86px;
  margin-bottom: 86px;
}

.m-t9 {
  margin-top: 86px;
}

.m-r9 {
  margin-right: 86px;
}

.m-b9 {
  margin-bottom: 86px;
}

.m-l9 {
  margin-left: 86px;
}

.m-t-9 {
  margin-top: -86px;
}

.m-r-9 {
  margin-right: -86px;
}

.m-b-9 {
  margin-bottom: -86px;
}

.m-l-9 {
  margin-left: -86px;
}

.m-x10 {
  margin-left: 120px;
  margin-right: 120px;
}

.m-y10 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.m-t10 {
  margin-top: 120px;
}

.m-r10 {
  margin-right: 120px;
}

.m-b10 {
  margin-bottom: 120px;
}

.m-l10 {
  margin-left: 120px;
}

.m-t-10 {
  margin-top: -120px;
}

.m-r-10 {
  margin-right: -120px;
}

.m-b-10 {
  margin-bottom: -120px;
}

.m-l-10 {
  margin-left: -120px;
}

.m-x11 {
  margin-left: 140px;
  margin-right: 140px;
}

.m-y11 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.m-t11 {
  margin-top: 140px;
}

.m-r11 {
  margin-right: 140px;
}

.m-b11 {
  margin-bottom: 140px;
}

.m-l11 {
  margin-left: 140px;
}

.m-t-11 {
  margin-top: -140px;
}

.m-r-11 {
  margin-right: -140px;
}

.m-b-11 {
  margin-bottom: -140px;
}

.m-l-11 {
  margin-left: -140px;
}

.m-x12 {
  margin-left: 160px;
  margin-right: 160px;
}

.m-y12 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.m-t12 {
  margin-top: 160px;
}

.m-r12 {
  margin-right: 160px;
}

.m-b12 {
  margin-bottom: 160px;
}

.m-l12 {
  margin-left: 160px;
}

.m-t-12 {
  margin-top: -160px;
}

.m-r-12 {
  margin-right: -160px;
}

.m-b-12 {
  margin-bottom: -160px;
}

.m-l-12 {
  margin-left: -160px;
}

@media only screen and (max-width: 800px) {
  .m-0-sm {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .m-x0-sm {
    margin-left: 0;
    margin-right: 0;
  }
  .m-y0-sm {
    margin-top: 0;
    margin-bottom: 0;
  }
  .m-t0-sm {
    margin-top: 0;
  }
  .m-r0-sm {
    margin-right: 0;
  }
  .m-b0-sm {
    margin-bottom: 0;
  }
  .m-l0-sm {
    margin-left: 0;
  }
  .m-x1-sm {
    margin-left: 2px;
    margin-right: 2px;
  }
  .m-y1-sm {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .m-t1-sm {
    margin-top: 2px;
  }
  .m-r1-sm {
    margin-right: 2px;
  }
  .m-b1-sm {
    margin-bottom: 2px;
  }
  .m-l1-sm {
    margin-left: 2px;
  }
  .m-x2-sm {
    margin-left: 4px;
    margin-right: 4px;
  }
  .m-y2-sm {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .m-t2-sm {
    margin-top: 4px;
  }
  .m-r2-sm {
    margin-right: 4px;
  }
  .m-b2-sm {
    margin-bottom: 4px;
  }
  .m-l2-sm {
    margin-left: 4px;
  }
  .m-x3-sm {
    margin-left: 8px;
    margin-right: 8px;
  }
  .m-y3-sm {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .m-t3-sm {
    margin-top: 8px;
  }
  .m-r3-sm {
    margin-right: 8px;
  }
  .m-b3-sm {
    margin-bottom: 8px;
  }
  .m-l3-sm {
    margin-left: 8px;
  }
  .m-x4-sm {
    margin-left: 12px;
    margin-right: 12px;
  }
  .m-y4-sm {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .m-t4-sm {
    margin-top: 12px;
  }
  .m-r4-sm {
    margin-right: 12px;
  }
  .m-b4-sm {
    margin-bottom: 12px;
  }
  .m-l4-sm {
    margin-left: 12px;
  }
  .m-x5-sm {
    margin-left: 18px;
    margin-right: 18px;
  }
  .m-y5-sm {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .m-t5-sm {
    margin-top: 18px;
  }
  .m-r5-sm {
    margin-right: 18px;
  }
  .m-b5-sm {
    margin-bottom: 18px;
  }
  .m-l5-sm {
    margin-left: 18px;
  }
  .m-x6-sm {
    margin-left: 26px;
    margin-right: 26px;
  }
  .m-y6-sm {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .m-t6-sm {
    margin-top: 26px;
  }
  .m-r6-sm {
    margin-right: 26px;
  }
  .m-b6-sm {
    margin-bottom: 26px;
  }
  .m-l6-sm {
    margin-left: 26px;
  }
  .m-x7-sm {
    margin-left: 38px;
    margin-right: 38px;
  }
  .m-y7-sm {
    margin-top: 38px;
    margin-bottom: 38px;
  }
  .m-t7-sm {
    margin-top: 38px;
  }
  .m-r7-sm {
    margin-right: 38px;
  }
  .m-b7-sm {
    margin-bottom: 38px;
  }
  .m-l7-sm {
    margin-left: 38px;
  }
  .m-x8-sm {
    margin-left: 64px;
    margin-right: 64px;
  }
  .m-y8-sm {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .m-t8-sm {
    margin-top: 64px;
  }
  .m-r8-sm {
    margin-right: 64px;
  }
  .m-b8-sm {
    margin-bottom: 64px;
  }
  .m-l8-sm {
    margin-left: 64px;
  }
  .m-x9-sm {
    margin-left: 86px;
    margin-right: 86px;
  }
  .m-y9-sm {
    margin-top: 86px;
    margin-bottom: 86px;
  }
  .m-t9-sm {
    margin-top: 86px;
  }
  .m-r9-sm {
    margin-right: 86px;
  }
  .m-b9-sm {
    margin-bottom: 86px;
  }
  .m-l9-sm {
    margin-left: 86px;
  }
  .m-x10-sm {
    margin-left: 120px;
    margin-right: 120px;
  }
  .m-y10-sm {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .m-t10-sm {
    margin-top: 120px;
  }
  .m-r10-sm {
    margin-right: 120px;
  }
  .m-b10-sm {
    margin-bottom: 120px;
  }
  .m-l10-sm {
    margin-left: 120px;
  }
  .m-x11-sm {
    margin-left: 140px;
    margin-right: 140px;
  }
  .m-y11-sm {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .m-t11-sm {
    margin-top: 140px;
  }
  .m-r11-sm {
    margin-right: 140px;
  }
  .m-b11-sm {
    margin-bottom: 140px;
  }
  .m-l11-sm {
    margin-left: 140px;
  }
  .m-x12-sm {
    margin-left: 160px;
    margin-right: 160px;
  }
  .m-y12-sm {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .m-t12-sm {
    margin-top: 160px;
  }
  .m-r12-sm {
    margin-right: 160px;
  }
  .m-b12-sm {
    margin-bottom: 160px;
  }
  .m-l12-sm {
    margin-left: 160px;
  }
}
@media only screen and (max-width: 800px) {
  .m-0-md {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .m-x0-md {
    margin-left: 0;
    margin-right: 0;
  }
  .m-y0-md {
    margin-top: 0;
    margin-bottom: 0;
  }
  .m-t0-md {
    margin-top: 0;
  }
  .m-r0-md {
    margin-right: 0;
  }
  .m-b0-md {
    margin-bottom: 0;
  }
  .m-l0-md {
    margin-left: 0;
  }
  .m-x1-md {
    margin-left: 2px;
    margin-right: 2px;
  }
  .m-y1-md {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .m-t1-md {
    margin-top: 2px;
  }
  .m-r1-md {
    margin-right: 2px;
  }
  .m-b1-md {
    margin-bottom: 2px;
  }
  .m-l1-md {
    margin-left: 2px;
  }
  .m-x2-md {
    margin-left: 4px;
    margin-right: 4px;
  }
  .m-y2-md {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .m-t2-md {
    margin-top: 4px;
  }
  .m-r2-md {
    margin-right: 4px;
  }
  .m-b2-md {
    margin-bottom: 4px;
  }
  .m-l2-md {
    margin-left: 4px;
  }
  .m-x3-md {
    margin-left: 8px;
    margin-right: 8px;
  }
  .m-y3-md {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .m-t3-md {
    margin-top: 8px;
  }
  .m-r3-md {
    margin-right: 8px;
  }
  .m-b3-md {
    margin-bottom: 8px;
  }
  .m-l3-md {
    margin-left: 8px;
  }
  .m-x4-md {
    margin-left: 12px;
    margin-right: 12px;
  }
  .m-y4-md {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .m-t4-md {
    margin-top: 12px;
  }
  .m-r4-md {
    margin-right: 12px;
  }
  .m-b4-md {
    margin-bottom: 12px;
  }
  .m-l4-md {
    margin-left: 12px;
  }
  .m-x5-md {
    margin-left: 18px;
    margin-right: 18px;
  }
  .m-y5-md {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .m-t5-md {
    margin-top: 18px;
  }
  .m-r5-md {
    margin-right: 18px;
  }
  .m-b5-md {
    margin-bottom: 18px;
  }
  .m-l5-md {
    margin-left: 18px;
  }
  .m-x6-md {
    margin-left: 26px;
    margin-right: 26px;
  }
  .m-y6-md {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .m-t6-md {
    margin-top: 26px;
  }
  .m-r6-md {
    margin-right: 26px;
  }
  .m-b6-md {
    margin-bottom: 26px;
  }
  .m-l6-md {
    margin-left: 26px;
  }
  .m-x7-md {
    margin-left: 38px;
    margin-right: 38px;
  }
  .m-y7-md {
    margin-top: 38px;
    margin-bottom: 38px;
  }
  .m-t7-md {
    margin-top: 38px;
  }
  .m-r7-md {
    margin-right: 38px;
  }
  .m-b7-md {
    margin-bottom: 38px;
  }
  .m-l7-md {
    margin-left: 38px;
  }
  .m-x8-md {
    margin-left: 64px;
    margin-right: 64px;
  }
  .m-y8-md {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .m-t8-md {
    margin-top: 64px;
  }
  .m-r8-md {
    margin-right: 64px;
  }
  .m-b8-md {
    margin-bottom: 64px;
  }
  .m-l8-md {
    margin-left: 64px;
  }
  .m-x9-md {
    margin-left: 86px;
    margin-right: 86px;
  }
  .m-y9-md {
    margin-top: 86px;
    margin-bottom: 86px;
  }
  .m-t9-md {
    margin-top: 86px;
  }
  .m-r9-md {
    margin-right: 86px;
  }
  .m-b9-md {
    margin-bottom: 86px;
  }
  .m-l9-md {
    margin-left: 86px;
  }
  .m-x10-md {
    margin-left: 120px;
    margin-right: 120px;
  }
  .m-y10-md {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .m-t10-md {
    margin-top: 120px;
  }
  .m-r10-md {
    margin-right: 120px;
  }
  .m-b10-md {
    margin-bottom: 120px;
  }
  .m-l10-md {
    margin-left: 120px;
  }
  .m-x11-md {
    margin-left: 140px;
    margin-right: 140px;
  }
  .m-y11-md {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .m-t11-md {
    margin-top: 140px;
  }
  .m-r11-md {
    margin-right: 140px;
  }
  .m-b11-md {
    margin-bottom: 140px;
  }
  .m-l11-md {
    margin-left: 140px;
  }
  .m-x12-md {
    margin-left: 160px;
    margin-right: 160px;
  }
  .m-y12-md {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .m-t12-md {
    margin-top: 160px;
  }
  .m-r12-md {
    margin-right: 160px;
  }
  .m-b12-md {
    margin-bottom: 160px;
  }
  .m-l12-md {
    margin-left: 160px;
  }
}
.po-t0 {
  top: 0;
}

.po-t-0 {
  top: 0;
}

.po-r0 {
  right: 0;
}

.po-r-0 {
  right: 0;
}

.po-b0 {
  bottom: 0;
}

.po-b-0 {
  bottom: 0;
}

.po-l0 {
  left: 0;
}

.po-l-0 {
  left: 0;
}

.po-t1 {
  top: 2px;
}

.po-t-1 {
  top: -2px;
}

.po-r1 {
  right: 2px;
}

.po-r-1 {
  right: -2px;
}

.po-b1 {
  bottom: 2px;
}

.po-b-1 {
  bottom: -2px;
}

.po-l1 {
  left: 2px;
}

.po-l-1 {
  left: -2px;
}

.po-t2 {
  top: 4px;
}

.po-t-2 {
  top: -4px;
}

.po-r2 {
  right: 4px;
}

.po-r-2 {
  right: -4px;
}

.po-b2 {
  bottom: 4px;
}

.po-b-2 {
  bottom: -4px;
}

.po-l2 {
  left: 4px;
}

.po-l-2 {
  left: -4px;
}

.po-t3 {
  top: 8px;
}

.po-t-3 {
  top: -8px;
}

.po-r3 {
  right: 8px;
}

.po-r-3 {
  right: -8px;
}

.po-b3 {
  bottom: 8px;
}

.po-b-3 {
  bottom: -8px;
}

.po-l3 {
  left: 8px;
}

.po-l-3 {
  left: -8px;
}

.po-t4 {
  top: 12px;
}

.po-t-4 {
  top: -12px;
}

.po-r4 {
  right: 12px;
}

.po-r-4 {
  right: -12px;
}

.po-b4 {
  bottom: 12px;
}

.po-b-4 {
  bottom: -12px;
}

.po-l4 {
  left: 12px;
}

.po-l-4 {
  left: -12px;
}

.po-t5 {
  top: 18px;
}

.po-t-5 {
  top: -18px;
}

.po-r5 {
  right: 18px;
}

.po-r-5 {
  right: -18px;
}

.po-b5 {
  bottom: 18px;
}

.po-b-5 {
  bottom: -18px;
}

.po-l5 {
  left: 18px;
}

.po-l-5 {
  left: -18px;
}

.po-t6 {
  top: 26px;
}

.po-t-6 {
  top: -26px;
}

.po-r6 {
  right: 26px;
}

.po-r-6 {
  right: -26px;
}

.po-b6 {
  bottom: 26px;
}

.po-b-6 {
  bottom: -26px;
}

.po-l6 {
  left: 26px;
}

.po-l-6 {
  left: -26px;
}

.po-t7 {
  top: 38px;
}

.po-t-7 {
  top: -38px;
}

.po-r7 {
  right: 38px;
}

.po-r-7 {
  right: -38px;
}

.po-b7 {
  bottom: 38px;
}

.po-b-7 {
  bottom: -38px;
}

.po-l7 {
  left: 38px;
}

.po-l-7 {
  left: -38px;
}

.po-t8 {
  top: 64px;
}

.po-t-8 {
  top: -64px;
}

.po-r8 {
  right: 64px;
}

.po-r-8 {
  right: -64px;
}

.po-b8 {
  bottom: 64px;
}

.po-b-8 {
  bottom: -64px;
}

.po-l8 {
  left: 64px;
}

.po-l-8 {
  left: -64px;
}

.po-t9 {
  top: 86px;
}

.po-t-9 {
  top: -86px;
}

.po-r9 {
  right: 86px;
}

.po-r-9 {
  right: -86px;
}

.po-b9 {
  bottom: 86px;
}

.po-b-9 {
  bottom: -86px;
}

.po-l9 {
  left: 86px;
}

.po-l-9 {
  left: -86px;
}

.po-t10 {
  top: 120px;
}

.po-t-10 {
  top: -120px;
}

.po-r10 {
  right: 120px;
}

.po-r-10 {
  right: -120px;
}

.po-b10 {
  bottom: 120px;
}

.po-b-10 {
  bottom: -120px;
}

.po-l10 {
  left: 120px;
}

.po-l-10 {
  left: -120px;
}

.po-t11 {
  top: 140px;
}

.po-t-11 {
  top: -140px;
}

.po-r11 {
  right: 140px;
}

.po-r-11 {
  right: -140px;
}

.po-b11 {
  bottom: 140px;
}

.po-b-11 {
  bottom: -140px;
}

.po-l11 {
  left: 140px;
}

.po-l-11 {
  left: -140px;
}

.po-t12 {
  top: 160px;
}

.po-t-12 {
  top: -160px;
}

.po-r12 {
  right: 160px;
}

.po-r-12 {
  right: -160px;
}

.po-b12 {
  bottom: 160px;
}

.po-b-12 {
  bottom: -160px;
}

.po-l12 {
  left: 160px;
}

.po-l-12 {
  left: -160px;
}

/* spaces ---------------------------------- 
using inline style with assigning custom properties and calculating based on base spacer --sp-base
only on large screens for example
*/
/* margins */
@media only screen and (min-width: 1024px) {
  [style*="--mar:"] {
    margin: calc(min(var(--mar), 500) * var(--sp-base));
  }
  [style*="--mar-x:"] {
    margin-left: calc(min(var(--mar-x), 500) * var(--sp-base));
    margin-right: calc(min(var(--mar-x), 500) * var(--sp-base));
  }
  [style*="--mar-y:"] {
    margin-top: calc(min(var(--mar-y), 500) * var(--sp-base));
    margin-bottom: calc(min(var(--mar-y), 500) * var(--sp-base));
  }
  [style*="--mar-t:"] {
    margin-top: calc(min(var(--mar-t), 500) * var(--sp-base));
  }
  [style*="--mar-b:"] {
    margin-bottom: calc(min(var(--mar-b), 500) * var(--sp-base));
  }
  [style*="--mar-l:"] {
    margin-left: calc(min(var(--mar-l), 500) * var(--sp-base));
  }
  [style*="--mar-r:"] {
    margin-right: calc(min(var(--mar-r), 500) * var(--sp-base));
  }
  /* padding */
  [style*="--pad:"] {
    padding: calc(min(var(--pad), 500) * var(--sp-base));
  }
  [style*="--pad-x:"] {
    padding-left: calc(min(var(--pad-x), 500) * var(--sp-base));
    padding-right: calc(min(var(--pad-x), 500) * var(--sp-base));
  }
  [style*="--pad-y:"] {
    padding-top: calc(min(var(--pad-y), 500) * var(--sp-base));
    padding-bottom: calc(min(var(--pad-y), 500) * var(--sp-base));
  }
  [style*="--pad-t:"] {
    padding-top: calc(min(var(--pad-t), 500) * var(--sp-base));
  }
  [style*="--pad-b:"] {
    padding-bottom: calc(min(var(--pad-b), 500) * var(--sp-base));
  }
  [style*="--pad-l:"] {
    padding-left: calc(min(var(--pad-l), 500) * var(--sp-base));
  }
  [style*="--pad-r:"] {
    padding-right: calc(min(var(--pad-r), 500) * var(--sp-base));
  }
  /* position */
  [style*="--pos-t:"] {
    top: calc(min(var(--pos-t), 500) * var(--sp-base));
  }
  [style*="--pos-l:"] {
    left: calc(min(var(--pos-l), 500) * var(--sp-base));
  }
  [style*="--pos-r:"] {
    right: calc(min(var(--pos-r), 500) * var(--sp-base));
  }
  /* hight */
  [style*="--hi-min:"] {
    min-height: calc(var(--hi-min) * var(--sp-base));
  }
  [style*="--hi:"] {
    height: calc(var(--hi) * var(--sp-base));
  }
}
.btn {
  text-decoration: none;
  border: none;
  border-radius: 2rem;
  background-color: rgb(195.7, 195.7, 195.7);
  line-height: 2.5em;
  display: inline-block;
  padding-left: 1.4em;
  padding-right: 1.4em;
  font-weight: 700;
  transition: all 0.15s ease-in-out;
}
.btn:hover {
  background-color: rgb(231.4, 231.4, 231.4);
  transform: scale(1.05);
}
.btn.co-bg-ma {
  background-color: #3E2192;
  color: #ffffff;
}
.btn.co-bg-ma:hover, .btn.co-bg-ma:active {
  background-color: rgb(44.3351955307, 23.5977653631, 104.4022346369);
  color: #ffffff;
}
.btn.co-bg-ma2 {
  background-color: #feb122;
  color: #3E2192;
}
.btn.co-bg-ma2:hover, .btn.co-bg-ma2:active {
  background-color: rgb(254.3445945946, 203.8783783784, 110.1554054054);
}
.btn .feather {
  position: relative;
  width: 15px;
  height: 15px;
  top: 2px;
}

.btn-text {
  text-decoration: none;
  color: #feb122;
  font-weight: 600;
  padding-bottom: 0.1em;
  border-bottom: 3px solid #feb122;
  transition: all 0.15s ease-in-out;
}
.btn-text:hover, .btn-text:active {
  color: #3E2192;
  border-bottom-color: #3E2192;
  transform: scale(1.05);
}

.btn,
.btn-text {
  position: relative;
}
.btn .icon,
.btn-text .icon {
  position: absolute;
  right: -2.4em;
  top: -0.4em;
  width: 1.8em;
  visibility: hidden;
}
.btn:hover .icon,
.btn-text:hover .icon {
  visibility: visible;
}

.btn .icon {
  top: 0em;
}

/* text sizes */
.tx-sz1 {
  font-size: 0.8125rem;
}

.tx-sz2 {
  font-size: 1.125rem;
}

.tx-sz3 {
  font-size: 1.25rem;
}

.tx-sz4 {
  font-size: 1.5rem;
}

.tx-sz5 {
  font-size: 1.875rem;
}

.tx-sz6 {
  font-size: 2.25rem;
}

.tx-sz7 {
  font-size: 2.625rem;
}

.tx-sz8 {
  font-size: 3.5rem;
}

/* font weights */
.tx-wgr {
  font-weight: 400;
}

.tx-wgl {
  font-weight: 300;
}

.tx-wgm {
  font-weight: 500;
}

.tx-wgb {
  font-weight: 600;
}

/* text transform */
.tx-neg {
  background-color: #3E2192;
  color: #ffffff;
}

/* text align */
.tx-poc {
  text-align: center;
}

.tx-pol {
  text-align: left;
}

.tx-por {
  text-align: right;
}

@media only screen and (max-width: 800px) {
  .tx-poc-sm {
    text-align: center;
  }
  .tx-pol-sm {
    text-align: left;
  }
  .tx-por-sm {
    text-align: right;
  }
}
@media only screen and (max-width: 800px) {
  .tx-poc-md {
    text-align: center;
  }
  .tx-pol-md {
    text-align: left;
  }
  .tx-por-md {
    text-align: right;
  }
}
/* line heights */
.tx-lh-08 {
  line-height: 0.8em;
}

.tx-lh-1 {
  line-height: 1em;
}

.tx-lh-15 {
  line-height: 1.5em;
}

/* list styles */
.tx-li-1 {
  margin-left: 0;
  padding-left: 0;
}
.tx-li-1 li {
  list-style: none;
}

/* height */
.hi-page {
  min-height: 77vh;
}

/* width */
.wi-100 {
  width: 100%;
}

.wi-50 {
  width: calc(50% - 4px);
}

.wi-33 {
  width: 33%;
}

.wi-max-xs {
  max-width: 120px;
}

.wi-max-s {
  max-width: 180px;
}

/* diplay */
.di-bl {
  display: block;
}

.di-ib {
  display: inline-block;
}

.di-il {
  display: inline;
}

/* hide and show */
.hide {
  display: none;
}

.show {
  display: initial;
}

.show-sm {
  display: none;
}

.show-md {
  display: none;
}

@media only screen and (max-width: 800px) {
  .hide-sm {
    display: none;
  }
  .show-sm {
    display: initial;
  }
}
@media only screen and (max-width: 800px) {
  .hide-md {
    display: none;
  }
  .show-md {
    display: initial;
  }
}
/* flex */
/*[class*="fx-"] {
  display: flex;
}*/
.fx {
  display: flex;
}

.fx-column {
  flex-direction: column;
}

.fx-wrap {
  flex-wrap: wrap;
}

.fx-itm-start {
  align-items: flex-start;
}

.fx-itm-end {
  align-items: flex-end;
}

.fx-itm-center {
  align-items: center;
}

.fx-itm-baseline {
  align-items: baseline;
}

.fx-itm-stretch {
  align-items: stretch;
}

.fx-slf-start {
  align-self: flex-start;
}

.fx-slf-end {
  align-self: flex-end;
}

.fx-slf-center {
  align-self: center;
}

.fx-slf-baseline {
  align-self: baseline;
}

.fx-slf-stretch {
  align-self: stretch;
}

.fx-jst-start {
  justify-content: flex-start;
}

.fx-jst-end {
  justify-content: flex-end;
}

.fx-jst-center {
  justify-content: center;
}

.fx-jst-between {
  justify-content: space-between;
}

.fx-jst-around {
  justify-content: space-around;
}

.fx-jst-evenly {
  justify-content: space-evenly;
}

.fx-cnt-start {
  align-content: flex-start;
}

.fx-cnt-end {
  align-content: flex-end;
}

.fx-cnt-center {
  align-content: center;
}

.fx-cnt-between {
  align-content: space-between;
}

.fx-cnt-around {
  align-content: space-around;
}

.fx-cnt-stretch {
  align-content: stretch;
}

.fx-auto {
  flex: 1 1 auto;
  min-width: 0; /* 1 */
  min-height: 0; /* 1 */
}

.fx-none {
  flex: none;
}

.fx-ord-0 {
  order: 0;
}

.fx-ord-1 {
  order: 1;
}

.fx-ord-2 {
  order: 2;
}

.fx-ord-3 {
  order: 3;
}

.fx-ord-last {
  order: 99999;
}

@media only screen and (max-width: 800px) {
  .fx-jst-center-sm {
    display: flex;
    justify-content: center;
  }
  .fx-slf-center-sm {
    display: flex;
    align-self: center;
  }
  .fx-itm-center-sm {
    align-items: center;
  }
  .fx-column-sm {
    flex-direction: column;
  }
}
/* position */
.po-re {
  position: relative;
}

.po-ab {
  position: absolute;
}

.po-fi {
  position: fixed;
}

/* effects */
.ef-img-co-ma2 {
  filter: brightness(0.54) contrast(0.83) hue-rotate(-304deg) saturate(1.62);
}
.ef-img-co-ma2:hover, .ef-img-co-ma2:active {
  filter: none;
}

/* border */
.bo-r {
  border-right: 3px solid inherit;
}

.bo-t {
  border-top: 3px solid inherit;
}

.bo-b {
  border-bottom: 3px solid;
  border-bottom-color: inherit;
}

.bo-b.co-bo-light {
  border-bottom-color: #ffffff;
}

@media only screen and (max-width: 800px) {
  .bo-0-sm {
    border: none;
  }
}
/* images */
.has-bg-img {
  position: relative;
  overflow: hidden;
}
.has-bg-img > img:first-child {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  object-fit: cover;
}
@media only screen and (max-width: 800px) {
  .has-bg-img > img:first-child.not-on-sm {
    position: relative;
    z-index: initial;
  }
}

/* video */
.has-bg-video {
  position: relative;
  overflow: hidden;
}
.has-bg-video > video:first-child {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  object-fit: cover;
}
@media only screen and (max-width: 800px) {
  .has-bg-video > img:first-child.not-on-sm {
    position: relative;
    z-index: initial;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (height/width) */
  padding-top: 0px; /* Add some top spacing */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-bg-video-wrapper {
  position: fixed; /* stays fixed while you scroll */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden; /* prevents scrollbars from the video */
  z-index: -1; /* push it behind the page content */
}

.page-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fills, cropping if needed */
  /* Optional: a tiny blur/fade for aesthetic */
  /* filter: blur(2px) brightness(0.85); */
}

/* image boxes aspect ratios */
.img-cover {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 0;
}
.img-cover img {
  display: none;
}
.img-cover.img-1to1 {
  padding-top: 100%;
}
.img-cover.img-2to1 {
  padding-top: 50%;
}
.img-cover.img-16to9 {
  padding-top: 56.25%;
}
.img-cover.img-4to3 {
  padding-top: 75%;
}
.img-cover .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  text-align: center;
}
.img-cover:hover .overlay, .img-cover:active .overlay {
  display: flex;
  cursor: none;
}

/* image clip shapes */
.shape1-clip img {
  width: 100%; /* Responsive image */
  height: auto;
  clip-path: polygon(21.57% 30.09%, 25.37% 24.99%, 31.3% 22.68%, 37.44% 22.48%, 43.5% 23.5%, 59.82% 23.5%, 72.44% 21.33%, 78.81% 22.68%, 84.25% 26.25%, 94.88% 36.31%, 97.19% 40.74%, 96.88% 47.17%, 91.71% 49.56%, 86.02% 49.69%, 81.64% 52.34%, 79.52% 57%, 73.5% 66.91%, 74.52% 73.33%, 73.3% 79.22%, 71.18% 82.74%, 61.25% 84.26%, 55.28% 84.26%, 50.08% 84.09%, 37.27% 79.22%, 21.57% 77.25%, 17.69% 76.46%, 14.71% 73.4%, 6.49% 54.87%, 6.25% 49.69%, 6.25% 44.5%, 9% 40.74%);
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

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

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/*# sourceMappingURL=main.css.map */
